ssm

package
v1.51.23 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 10 Imported by: 1,209

Documentation

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

Index

Constants

View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// AssociationSyncComplianceAuto is a AssociationSyncCompliance enum value
	AssociationSyncComplianceAuto = "AUTO"

	// AssociationSyncComplianceManual is a AssociationSyncCompliance enum value
	AssociationSyncComplianceManual = "MANUAL"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// AutomationTypeCrossAccount is a AutomationType enum value
	AutomationTypeCrossAccount = "CrossAccount"

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

	// CalendarStateClosed is a CalendarState enum value
	CalendarStateClosed = "CLOSED"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// ComplianceStatusCompliant is a ComplianceStatus enum value
	ComplianceStatusCompliant = "COMPLIANT"

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

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

	// ConnectionStatusNotconnected is a ConnectionStatus enum value
	ConnectionStatusNotconnected = "notconnected"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// DocumentHashTypeSha256 is a DocumentHashType enum value
	DocumentHashTypeSha256 = "Sha256"

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

	// DocumentParameterTypeStringList is a DocumentParameterType enum value
	DocumentParameterTypeStringList = "StringList"
)
View Source
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"
)
View Source
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.

View Source
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"
)
View Source
const (
	// ExecutionModeAuto is a ExecutionMode enum value
	ExecutionModeAuto = "Auto"

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

	// ExternalAlarmStateAlarm is a ExternalAlarmState enum value
	ExternalAlarmStateAlarm = "ALARM"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// InventoryAttributeDataTypeString is a InventoryAttributeDataType enum value
	InventoryAttributeDataTypeString = "string"

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

	// InventoryDeletionStatusComplete is a InventoryDeletionStatus enum value
	InventoryDeletionStatusComplete = "Complete"
)
View Source
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"
)
View Source
const (
	// InventorySchemaDeleteOptionDisableSchema is a InventorySchemaDeleteOption enum value
	InventorySchemaDeleteOptionDisableSchema = "DisableSchema"

	// InventorySchemaDeleteOptionDeleteSchema is a InventorySchemaDeleteOption enum value
	InventorySchemaDeleteOptionDeleteSchema = "DeleteSchema"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// MaintenanceWindowResourceTypeInstance is a MaintenanceWindowResourceType enum value
	MaintenanceWindowResourceTypeInstance = "INSTANCE"

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

	// MaintenanceWindowTaskCutoffBehaviorCancelTask is a MaintenanceWindowTaskCutoffBehavior enum value
	MaintenanceWindowTaskCutoffBehaviorCancelTask = "CANCEL_TASK"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// NotificationTypeCommand is a NotificationType enum value
	NotificationTypeCommand = "Command"

	// NotificationTypeInvocation is a NotificationType enum value
	NotificationTypeInvocation = "Invocation"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// OpsItemDataTypeSearchableString is a OpsItemDataType enum value
	OpsItemDataTypeSearchableString = "SearchableString"

	// OpsItemDataTypeString is a OpsItemDataType enum value
	OpsItemDataTypeString = "String"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// PatchActionAllowAsDependency is a PatchAction enum value
	PatchActionAllowAsDependency = "ALLOW_AS_DEPENDENCY"

	// PatchActionBlock is a PatchAction enum value
	PatchActionBlock = "BLOCK"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// PatchOperationTypeScan is a PatchOperationType enum value
	PatchOperationTypeScan = "Scan"

	// PatchOperationTypeInstall is a PatchOperationType enum value
	PatchOperationTypeInstall = "Install"
)
View Source
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"
)
View Source
const (
	// PatchSetOs is a PatchSet enum value
	PatchSetOs = "OS"

	// PatchSetApplication is a PatchSet enum value
	PatchSetApplication = "APPLICATION"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// RebootOptionRebootIfNeeded is a RebootOption enum value
	RebootOptionRebootIfNeeded = "RebootIfNeeded"

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

	// ResourceTypeEc2instance is a ResourceType enum value
	ResourceTypeEc2instance = "EC2Instance"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// SessionStateActive is a SessionState enum value
	SessionStateActive = "Active"

	// SessionStateHistory is a SessionState enum value
	SessionStateHistory = "History"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// StopTypeComplete is a StopType enum value
	StopTypeComplete = "Complete"

	// StopTypeCancel is a StopType enum value
	StopTypeCancel = "Cancel"
)
View Source
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"

	// 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"
)
View Source
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

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

Variables

This section is empty.

Functions

func AssociationComplianceSeverity_Values added in v1.34.3

func AssociationComplianceSeverity_Values() []string

AssociationComplianceSeverity_Values returns all elements of the AssociationComplianceSeverity enum

func AssociationExecutionFilterKey_Values added in v1.34.3

func AssociationExecutionFilterKey_Values() []string

AssociationExecutionFilterKey_Values returns all elements of the AssociationExecutionFilterKey enum

func AssociationExecutionTargetsFilterKey_Values added in v1.34.3

func AssociationExecutionTargetsFilterKey_Values() []string

AssociationExecutionTargetsFilterKey_Values returns all elements of the AssociationExecutionTargetsFilterKey enum

func AssociationFilterKey_Values added in v1.34.3

func AssociationFilterKey_Values() []string

AssociationFilterKey_Values returns all elements of the AssociationFilterKey enum

func AssociationFilterOperatorType_Values added in v1.34.3

func AssociationFilterOperatorType_Values() []string

AssociationFilterOperatorType_Values returns all elements of the AssociationFilterOperatorType enum

func AssociationStatusName_Values added in v1.34.3

func AssociationStatusName_Values() []string

AssociationStatusName_Values returns all elements of the AssociationStatusName enum

func AssociationSyncCompliance_Values added in v1.34.3

func AssociationSyncCompliance_Values() []string

AssociationSyncCompliance_Values returns all elements of the AssociationSyncCompliance enum

func AttachmentHashType_Values added in v1.34.3

func AttachmentHashType_Values() []string

AttachmentHashType_Values returns all elements of the AttachmentHashType enum

func AttachmentsSourceKey_Values added in v1.34.3

func AttachmentsSourceKey_Values() []string

AttachmentsSourceKey_Values returns all elements of the AttachmentsSourceKey enum

func AutomationExecutionFilterKey_Values added in v1.34.3

func AutomationExecutionFilterKey_Values() []string

AutomationExecutionFilterKey_Values returns all elements of the AutomationExecutionFilterKey enum

func AutomationExecutionStatus_Values added in v1.34.3

func AutomationExecutionStatus_Values() []string

AutomationExecutionStatus_Values returns all elements of the AutomationExecutionStatus enum

func AutomationSubtype_Values added in v1.36.9

func AutomationSubtype_Values() []string

AutomationSubtype_Values returns all elements of the AutomationSubtype enum

func AutomationType_Values added in v1.34.3

func AutomationType_Values() []string

AutomationType_Values returns all elements of the AutomationType enum

func CalendarState_Values added in v1.34.3

func CalendarState_Values() []string

CalendarState_Values returns all elements of the CalendarState enum

func CommandFilterKey_Values added in v1.34.3

func CommandFilterKey_Values() []string

CommandFilterKey_Values returns all elements of the CommandFilterKey enum

func CommandInvocationStatus_Values added in v1.34.3

func CommandInvocationStatus_Values() []string

CommandInvocationStatus_Values returns all elements of the CommandInvocationStatus enum

func CommandPluginStatus_Values added in v1.34.3

func CommandPluginStatus_Values() []string

CommandPluginStatus_Values returns all elements of the CommandPluginStatus enum

func CommandStatus_Values added in v1.34.3

func CommandStatus_Values() []string

CommandStatus_Values returns all elements of the CommandStatus enum

func ComplianceQueryOperatorType_Values added in v1.34.3

func ComplianceQueryOperatorType_Values() []string

ComplianceQueryOperatorType_Values returns all elements of the ComplianceQueryOperatorType enum

func ComplianceSeverity_Values added in v1.34.3

func ComplianceSeverity_Values() []string

ComplianceSeverity_Values returns all elements of the ComplianceSeverity enum

func ComplianceStatus_Values added in v1.34.3

func ComplianceStatus_Values() []string

ComplianceStatus_Values returns all elements of the ComplianceStatus enum

func ComplianceUploadType_Values added in v1.34.3

func ComplianceUploadType_Values() []string

ComplianceUploadType_Values returns all elements of the ComplianceUploadType enum

func ConnectionStatus_Values added in v1.34.3

func ConnectionStatus_Values() []string

ConnectionStatus_Values returns all elements of the ConnectionStatus enum

func DescribeActivationsFilterKeys_Values added in v1.34.3

func DescribeActivationsFilterKeys_Values() []string

DescribeActivationsFilterKeys_Values returns all elements of the DescribeActivationsFilterKeys enum

func DocumentFilterKey_Values added in v1.34.3

func DocumentFilterKey_Values() []string

DocumentFilterKey_Values returns all elements of the DocumentFilterKey enum

func DocumentFormat_Values added in v1.34.3

func DocumentFormat_Values() []string

DocumentFormat_Values returns all elements of the DocumentFormat enum

func DocumentHashType_Values added in v1.34.3

func DocumentHashType_Values() []string

DocumentHashType_Values returns all elements of the DocumentHashType enum

func DocumentMetadataEnum_Values added in v1.36.9

func DocumentMetadataEnum_Values() []string

DocumentMetadataEnum_Values returns all elements of the DocumentMetadataEnum enum

func DocumentParameterType_Values added in v1.34.3

func DocumentParameterType_Values() []string

DocumentParameterType_Values returns all elements of the DocumentParameterType enum

func DocumentPermissionType_Values added in v1.34.3

func DocumentPermissionType_Values() []string

DocumentPermissionType_Values returns all elements of the DocumentPermissionType enum

func DocumentReviewAction_Values added in v1.36.9

func DocumentReviewAction_Values() []string

DocumentReviewAction_Values returns all elements of the DocumentReviewAction enum

func DocumentReviewCommentType_Values added in v1.36.9

func DocumentReviewCommentType_Values() []string

DocumentReviewCommentType_Values returns all elements of the DocumentReviewCommentType enum

func DocumentStatus_Values added in v1.34.3

func DocumentStatus_Values() []string

DocumentStatus_Values returns all elements of the DocumentStatus enum

func DocumentType_Values added in v1.34.3

func DocumentType_Values() []string

DocumentType_Values returns all elements of the DocumentType enum

func ExecutionMode_Values added in v1.34.3

func ExecutionMode_Values() []string

ExecutionMode_Values returns all elements of the ExecutionMode enum

func ExternalAlarmState_Values added in v1.44.106

func ExternalAlarmState_Values() []string

ExternalAlarmState_Values returns all elements of the ExternalAlarmState enum

func Fault_Values added in v1.34.3

func Fault_Values() []string

Fault_Values returns all elements of the Fault enum

func InstanceInformationFilterKey_Values added in v1.34.3

func InstanceInformationFilterKey_Values() []string

InstanceInformationFilterKey_Values returns all elements of the InstanceInformationFilterKey enum

func InstancePatchStateOperatorType_Values added in v1.34.3

func InstancePatchStateOperatorType_Values() []string

InstancePatchStateOperatorType_Values returns all elements of the InstancePatchStateOperatorType enum

func InventoryAttributeDataType_Values added in v1.34.3

func InventoryAttributeDataType_Values() []string

InventoryAttributeDataType_Values returns all elements of the InventoryAttributeDataType enum

func InventoryDeletionStatus_Values added in v1.34.3

func InventoryDeletionStatus_Values() []string

InventoryDeletionStatus_Values returns all elements of the InventoryDeletionStatus enum

func InventoryQueryOperatorType_Values added in v1.34.3

func InventoryQueryOperatorType_Values() []string

InventoryQueryOperatorType_Values returns all elements of the InventoryQueryOperatorType enum

func InventorySchemaDeleteOption_Values added in v1.34.3

func InventorySchemaDeleteOption_Values() []string

InventorySchemaDeleteOption_Values returns all elements of the InventorySchemaDeleteOption enum

func LastResourceDataSyncStatus_Values added in v1.34.3

func LastResourceDataSyncStatus_Values() []string

LastResourceDataSyncStatus_Values returns all elements of the LastResourceDataSyncStatus enum

func MaintenanceWindowExecutionStatus_Values added in v1.34.3

func MaintenanceWindowExecutionStatus_Values() []string

MaintenanceWindowExecutionStatus_Values returns all elements of the MaintenanceWindowExecutionStatus enum

func MaintenanceWindowResourceType_Values added in v1.34.3

func MaintenanceWindowResourceType_Values() []string

MaintenanceWindowResourceType_Values returns all elements of the MaintenanceWindowResourceType enum

func MaintenanceWindowTaskCutoffBehavior_Values added in v1.40.48

func MaintenanceWindowTaskCutoffBehavior_Values() []string

MaintenanceWindowTaskCutoffBehavior_Values returns all elements of the MaintenanceWindowTaskCutoffBehavior enum

func MaintenanceWindowTaskType_Values added in v1.34.3

func MaintenanceWindowTaskType_Values() []string

MaintenanceWindowTaskType_Values returns all elements of the MaintenanceWindowTaskType enum

func NotificationEvent_Values added in v1.34.3

func NotificationEvent_Values() []string

NotificationEvent_Values returns all elements of the NotificationEvent enum

func NotificationType_Values added in v1.34.3

func NotificationType_Values() []string

NotificationType_Values returns all elements of the NotificationType enum

func OperatingSystem_Values added in v1.34.3

func OperatingSystem_Values() []string

OperatingSystem_Values returns all elements of the OperatingSystem enum

func OpsFilterOperatorType_Values added in v1.34.3

func OpsFilterOperatorType_Values() []string

OpsFilterOperatorType_Values returns all elements of the OpsFilterOperatorType enum

func OpsItemDataType_Values added in v1.34.3

func OpsItemDataType_Values() []string

OpsItemDataType_Values returns all elements of the OpsItemDataType enum

func OpsItemEventFilterKey_Values added in v1.36.9

func OpsItemEventFilterKey_Values() []string

OpsItemEventFilterKey_Values returns all elements of the OpsItemEventFilterKey enum

func OpsItemEventFilterOperator_Values added in v1.36.9

func OpsItemEventFilterOperator_Values() []string

OpsItemEventFilterOperator_Values returns all elements of the OpsItemEventFilterOperator enum

func OpsItemFilterKey_Values added in v1.34.3

func OpsItemFilterKey_Values() []string

OpsItemFilterKey_Values returns all elements of the OpsItemFilterKey enum

func OpsItemFilterOperator_Values added in v1.34.3

func OpsItemFilterOperator_Values() []string

OpsItemFilterOperator_Values returns all elements of the OpsItemFilterOperator enum

func OpsItemRelatedItemsFilterKey_Values added in v1.38.37

func OpsItemRelatedItemsFilterKey_Values() []string

OpsItemRelatedItemsFilterKey_Values returns all elements of the OpsItemRelatedItemsFilterKey enum

func OpsItemRelatedItemsFilterOperator_Values added in v1.38.37

func OpsItemRelatedItemsFilterOperator_Values() []string

OpsItemRelatedItemsFilterOperator_Values returns all elements of the OpsItemRelatedItemsFilterOperator enum

func OpsItemStatus_Values added in v1.34.3

func OpsItemStatus_Values() []string

OpsItemStatus_Values returns all elements of the OpsItemStatus enum

func ParameterTier_Values added in v1.34.3

func ParameterTier_Values() []string

ParameterTier_Values returns all elements of the ParameterTier enum

func ParameterType_Values added in v1.34.3

func ParameterType_Values() []string

ParameterType_Values returns all elements of the ParameterType enum

func ParametersFilterKey_Values added in v1.34.3

func ParametersFilterKey_Values() []string

ParametersFilterKey_Values returns all elements of the ParametersFilterKey enum

func PatchAction_Values added in v1.34.3

func PatchAction_Values() []string

PatchAction_Values returns all elements of the PatchAction enum

func PatchComplianceDataState_Values added in v1.34.3

func PatchComplianceDataState_Values() []string

PatchComplianceDataState_Values returns all elements of the PatchComplianceDataState enum

func PatchComplianceLevel_Values added in v1.34.3

func PatchComplianceLevel_Values() []string

PatchComplianceLevel_Values returns all elements of the PatchComplianceLevel enum

func PatchDeploymentStatus_Values added in v1.34.3

func PatchDeploymentStatus_Values() []string

PatchDeploymentStatus_Values returns all elements of the PatchDeploymentStatus enum

func PatchFilterKey_Values added in v1.34.3

func PatchFilterKey_Values() []string

PatchFilterKey_Values returns all elements of the PatchFilterKey enum

func PatchOperationType_Values added in v1.34.3

func PatchOperationType_Values() []string

PatchOperationType_Values returns all elements of the PatchOperationType enum

func PatchProperty_Values added in v1.34.3

func PatchProperty_Values() []string

PatchProperty_Values returns all elements of the PatchProperty enum

func PatchSet_Values added in v1.34.3

func PatchSet_Values() []string

PatchSet_Values returns all elements of the PatchSet enum

func PingStatus_Values added in v1.34.3

func PingStatus_Values() []string

PingStatus_Values returns all elements of the PingStatus enum

func PlatformType_Values added in v1.34.3

func PlatformType_Values() []string

PlatformType_Values returns all elements of the PlatformType enum

func RebootOption_Values added in v1.34.3

func RebootOption_Values() []string

RebootOption_Values returns all elements of the RebootOption enum

func ResourceDataSyncS3Format_Values added in v1.34.3

func ResourceDataSyncS3Format_Values() []string

ResourceDataSyncS3Format_Values returns all elements of the ResourceDataSyncS3Format enum

func ResourceTypeForTagging_Values added in v1.34.3

func ResourceTypeForTagging_Values() []string

ResourceTypeForTagging_Values returns all elements of the ResourceTypeForTagging enum

func ResourceType_Values added in v1.34.3

func ResourceType_Values() []string

ResourceType_Values returns all elements of the ResourceType enum

func ReviewStatus_Values added in v1.36.9

func ReviewStatus_Values() []string

ReviewStatus_Values returns all elements of the ReviewStatus enum

func SessionFilterKey_Values added in v1.34.3

func SessionFilterKey_Values() []string

SessionFilterKey_Values returns all elements of the SessionFilterKey enum

func SessionState_Values added in v1.34.3

func SessionState_Values() []string

SessionState_Values returns all elements of the SessionState enum

func SessionStatus_Values added in v1.34.3

func SessionStatus_Values() []string

SessionStatus_Values returns all elements of the SessionStatus enum

func SignalType_Values added in v1.34.3

func SignalType_Values() []string

SignalType_Values returns all elements of the SignalType enum

func SourceType_Values added in v1.42.15

func SourceType_Values() []string

SourceType_Values returns all elements of the SourceType enum

func StepExecutionFilterKey_Values added in v1.34.3

func StepExecutionFilterKey_Values() []string

StepExecutionFilterKey_Values returns all elements of the StepExecutionFilterKey enum

func StopType_Values added in v1.34.3

func StopType_Values() []string

StopType_Values returns all elements of the StopType enum

Types

type AccountSharingInfo added in v1.25.42

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 added in v1.25.42

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 added in v1.25.42

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

SetAccountId sets the AccountId field's value.

func (*AccountSharingInfo) SetSharedDocumentVersion added in v1.25.42

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

SetSharedDocumentVersion sets the SharedDocumentVersion field's value.

func (AccountSharingInfo) String added in v1.25.42

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 added in v1.2.2

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 added in v1.2.2

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 added in v1.5.0

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

SetActivationId sets the ActivationId field's value.

func (*Activation) SetCreatedDate added in v1.5.0

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

SetCreatedDate sets the CreatedDate field's value.

func (*Activation) SetDefaultInstanceName added in v1.5.0

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

SetDefaultInstanceName sets the DefaultInstanceName field's value.

func (*Activation) SetDescription added in v1.5.0

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

SetDescription sets the Description field's value.

func (*Activation) SetExpirationDate added in v1.5.0

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

SetExpirationDate sets the ExpirationDate field's value.

func (*Activation) SetExpired added in v1.5.0

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

SetExpired sets the Expired field's value.

func (*Activation) SetIamRole added in v1.5.0

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

SetIamRole sets the IamRole field's value.

func (*Activation) SetRegistrationLimit added in v1.5.0

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

SetRegistrationLimit sets the RegistrationLimit field's value.

func (*Activation) SetRegistrationsCount added in v1.5.0

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

SetRegistrationsCount sets the RegistrationsCount field's value.

func (*Activation) SetTags added in v1.17.1

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

SetTags sets the Tags field's value.

func (Activation) String added in v1.2.2

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 added in v1.2.2

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 added in v1.2.2

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 added in v1.5.0

SetResourceId sets the ResourceId field's value.

func (*AddTagsToResourceInput) SetResourceType added in v1.5.0

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

SetResourceType sets the ResourceType field's value.

func (*AddTagsToResourceInput) SetTags added in v1.5.0

SetTags sets the Tags field's value.

func (AddTagsToResourceInput) String added in v1.2.2

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 added in v1.2.2

func (s *AddTagsToResourceInput) Validate() error

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

type AddTagsToResourceOutput added in v1.2.2

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

func (AddTagsToResourceOutput) GoString added in v1.2.2

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 added in v1.2.2

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 added in v1.44.106

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 added in v1.44.106

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 added in v1.44.106

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

SetName sets the Name field's value.

func (Alarm) String added in v1.44.106

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 added in v1.44.106

func (s *Alarm) Validate() error

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

type AlarmConfiguration added in v1.44.106

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 added in v1.44.106

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 added in v1.44.106

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

SetAlarms sets the Alarms field's value.

func (*AlarmConfiguration) SetIgnorePollAlarmFailure added in v1.44.106

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

SetIgnorePollAlarmFailure sets the IgnorePollAlarmFailure field's value.

func (AlarmConfiguration) String added in v1.44.106

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 added in v1.44.106

func (s *AlarmConfiguration) Validate() error

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

type AlarmStateInformation added in v1.44.106

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 added in v1.44.106

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 added in v1.44.106

SetName sets the Name field's value.

func (*AlarmStateInformation) SetState added in v1.44.106

SetState sets the State field's value.

func (AlarmStateInformation) String added in v1.44.106

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 added in v1.28.0

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 added in v1.28.0

func (s *AlreadyExistsException) Code() string

Code returns the exception type name.

func (*AlreadyExistsException) Error added in v1.28.0

func (s *AlreadyExistsException) Error() string

func (AlreadyExistsException) GoString added in v1.28.0

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 added in v1.28.0

func (s *AlreadyExistsException) Message() string

Message returns the exception's message.

func (*AlreadyExistsException) OrigErr added in v1.28.0

func (s *AlreadyExistsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AlreadyExistsException) RequestID added in v1.28.0

func (s *AlreadyExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AlreadyExistsException) StatusCode added in v1.28.0

func (s *AlreadyExistsException) StatusCode() int

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

func (AlreadyExistsException) String added in v1.28.0

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 added in v1.38.37

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 added in v1.38.37

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 added in v1.38.37

SetAssociationType sets the AssociationType field's value.

func (*AssociateOpsItemRelatedItemInput) SetOpsItemId added in v1.38.37

SetOpsItemId sets the OpsItemId field's value.

func (*AssociateOpsItemRelatedItemInput) SetResourceType added in v1.38.37

SetResourceType sets the ResourceType field's value.

func (*AssociateOpsItemRelatedItemInput) SetResourceUri added in v1.38.37

SetResourceUri sets the ResourceUri field's value.

func (AssociateOpsItemRelatedItemInput) String added in v1.38.37

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 added in v1.38.37

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

type AssociateOpsItemRelatedItemOutput added in v1.38.37

type AssociateOpsItemRelatedItemOutput struct {

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

func (AssociateOpsItemRelatedItemOutput) GoString added in v1.38.37

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 added in v1.38.37

SetAssociationId sets the AssociationId field's value.

func (AssociateOpsItemRelatedItemOutput) String added in v1.38.37

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 added in v1.28.0

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 added in v1.28.0

func (s *AssociatedInstances) Code() string

Code returns the exception type name.

func (*AssociatedInstances) Error added in v1.28.0

func (s *AssociatedInstances) Error() string

func (AssociatedInstances) GoString added in v1.28.0

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 added in v1.28.0

func (s *AssociatedInstances) Message() string

Message returns the exception's message.

func (*AssociatedInstances) OrigErr added in v1.28.0

func (s *AssociatedInstances) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AssociatedInstances) RequestID added in v1.28.0

func (s *AssociatedInstances) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AssociatedInstances) StatusCode added in v1.28.0

func (s *AssociatedInstances) StatusCode() int

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

func (AssociatedInstances) String added in v1.28.0

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 added in v0.6.5

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 added in v1.5.13

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

SetAssociationId sets the AssociationId field's value.

func (*Association) SetAssociationName added in v1.10.30

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

SetAssociationName sets the AssociationName field's value.

func (*Association) SetAssociationVersion added in v1.10.30

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

SetAssociationVersion sets the AssociationVersion field's value.

func (*Association) SetDocumentVersion added in v1.5.13

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

SetDocumentVersion sets the DocumentVersion field's value.

func (*Association) SetDuration added in v1.50.8

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

SetDuration sets the Duration field's value.

func (*Association) SetInstanceId added in v1.5.0

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

SetInstanceId sets the InstanceId field's value.

func (*Association) SetLastExecutionDate added in v1.5.13

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

SetLastExecutionDate sets the LastExecutionDate field's value.

func (*Association) SetName added in v1.5.0

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

SetName sets the Name field's value.

func (*Association) SetOverview added in v1.5.13

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

SetOverview sets the Overview field's value.

func (*Association) SetScheduleExpression added in v1.5.13

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

SetScheduleExpression sets the ScheduleExpression field's value.

func (*Association) SetScheduleOffset added in v1.43.42

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

SetScheduleOffset sets the ScheduleOffset field's value.

func (*Association) SetTargetMaps added in v1.44.7

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

SetTargetMaps sets the TargetMaps field's value.

func (*Association) SetTargets added in v1.5.13

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

SetTargets sets the Targets field's value.

func (Association) String added in v0.6.5

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 added in v1.28.0

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 added in v1.28.0

func (s *AssociationAlreadyExists) Code() string

Code returns the exception type name.

func (*AssociationAlreadyExists) Error added in v1.28.0

func (s *AssociationAlreadyExists) Error() string

func (AssociationAlreadyExists) GoString added in v1.28.0

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 added in v1.28.0

func (s *AssociationAlreadyExists) Message() string

Message returns the exception's message.

func (*AssociationAlreadyExists) OrigErr added in v1.28.0

func (s *AssociationAlreadyExists) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AssociationAlreadyExists) RequestID added in v1.28.0

func (s *AssociationAlreadyExists) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AssociationAlreadyExists) StatusCode added in v1.28.0

func (s *AssociationAlreadyExists) StatusCode() int

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

func (AssociationAlreadyExists) String added in v1.28.0

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 added in v0.6.5

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 added in v1.44.106

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*AssociationDescription) SetApplyOnlyAtCronInterval added in v1.31.11

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

SetApplyOnlyAtCronInterval sets the ApplyOnlyAtCronInterval field's value.

func (*AssociationDescription) SetAssociationId added in v1.5.13

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

SetAssociationId sets the AssociationId field's value.

func (*AssociationDescription) SetAssociationName added in v1.10.30

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

SetAssociationName sets the AssociationName field's value.

func (*AssociationDescription) SetAssociationVersion added in v1.10.30

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

SetAssociationVersion sets the AssociationVersion field's value.

func (*AssociationDescription) SetAutomationTargetParameterName added in v1.16.23

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

SetAutomationTargetParameterName sets the AutomationTargetParameterName field's value.

func (*AssociationDescription) SetCalendarNames added in v1.38.35

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

SetCalendarNames sets the CalendarNames field's value.

func (*AssociationDescription) SetComplianceSeverity added in v1.15.64

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

SetComplianceSeverity sets the ComplianceSeverity field's value.

func (*AssociationDescription) SetDate added in v1.5.0

SetDate sets the Date field's value.

func (*AssociationDescription) SetDocumentVersion added in v1.5.13

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

SetDocumentVersion sets the DocumentVersion field's value.

func (*AssociationDescription) SetDuration added in v1.50.8

SetDuration sets the Duration field's value.

func (*AssociationDescription) SetInstanceId added in v1.5.0

SetInstanceId sets the InstanceId field's value.

func (*AssociationDescription) SetLastExecutionDate added in v1.5.13

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

SetLastExecutionDate sets the LastExecutionDate field's value.

func (*AssociationDescription) SetLastSuccessfulExecutionDate added in v1.5.13

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

SetLastSuccessfulExecutionDate sets the LastSuccessfulExecutionDate field's value.

func (*AssociationDescription) SetLastUpdateAssociationDate added in v1.5.13

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

SetLastUpdateAssociationDate sets the LastUpdateAssociationDate field's value.

func (*AssociationDescription) SetMaxConcurrency added in v1.15.59

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

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*AssociationDescription) SetMaxErrors added in v1.15.59

SetMaxErrors sets the MaxErrors field's value.

func (*AssociationDescription) SetName added in v1.5.0

SetName sets the Name field's value.

func (*AssociationDescription) SetOutputLocation added in v1.5.13

SetOutputLocation sets the OutputLocation field's value.

func (*AssociationDescription) SetOverview added in v1.5.13

SetOverview sets the Overview field's value.

func (*AssociationDescription) SetParameters added in v1.5.0

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

SetParameters sets the Parameters field's value.

func (*AssociationDescription) SetScheduleExpression added in v1.5.13

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

SetScheduleExpression sets the ScheduleExpression field's value.

func (*AssociationDescription) SetScheduleOffset added in v1.43.42

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

SetScheduleOffset sets the ScheduleOffset field's value.

func (*AssociationDescription) SetStatus added in v1.5.0

SetStatus sets the Status field's value.

func (*AssociationDescription) SetSyncCompliance added in v1.30.16

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

SetSyncCompliance sets the SyncCompliance field's value.

func (*AssociationDescription) SetTargetLocations added in v1.36.9

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

SetTargetLocations sets the TargetLocations field's value.

func (*AssociationDescription) SetTargetMaps added in v1.44.7

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

SetTargetMaps sets the TargetMaps field's value.

func (*AssociationDescription) SetTargets added in v1.5.13

SetTargets sets the Targets field's value.

func (*AssociationDescription) SetTriggeredAlarms added in v1.44.106

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (AssociationDescription) String added in v0.6.5

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 added in v1.28.0

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 added in v1.28.0

func (s *AssociationDoesNotExist) Code() string

Code returns the exception type name.

func (*AssociationDoesNotExist) Error added in v1.28.0

func (s *AssociationDoesNotExist) Error() string

func (AssociationDoesNotExist) GoString added in v1.28.0

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 added in v1.28.0

func (s *AssociationDoesNotExist) Message() string

Message returns the exception's message.

func (*AssociationDoesNotExist) OrigErr added in v1.28.0

func (s *AssociationDoesNotExist) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AssociationDoesNotExist) RequestID added in v1.28.0

func (s *AssociationDoesNotExist) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AssociationDoesNotExist) StatusCode added in v1.28.0

func (s *AssociationDoesNotExist) StatusCode() int

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

func (AssociationDoesNotExist) String added in v1.28.0

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 added in v1.14.18

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 added in v1.14.18

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 added in v1.44.106

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

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*AssociationExecution) SetAssociationId added in v1.14.18

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

SetAssociationId sets the AssociationId field's value.

func (*AssociationExecution) SetAssociationVersion added in v1.14.18

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

SetAssociationVersion sets the AssociationVersion field's value.

func (*AssociationExecution) SetCreatedTime added in v1.14.18

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

SetCreatedTime sets the CreatedTime field's value.

func (*AssociationExecution) SetDetailedStatus added in v1.14.18

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

SetDetailedStatus sets the DetailedStatus field's value.

func (*AssociationExecution) SetExecutionId added in v1.14.18

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

SetExecutionId sets the ExecutionId field's value.

func (*AssociationExecution) SetLastExecutionDate added in v1.14.18

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

SetLastExecutionDate sets the LastExecutionDate field's value.

func (*AssociationExecution) SetResourceCountByStatus added in v1.14.18

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

SetResourceCountByStatus sets the ResourceCountByStatus field's value.

func (*AssociationExecution) SetStatus added in v1.14.18

SetStatus sets the Status field's value.

func (*AssociationExecution) SetTriggeredAlarms added in v1.44.106

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (AssociationExecution) String added in v1.14.18

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 added in v1.28.0

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 added in v1.28.0

Code returns the exception type name.

func (*AssociationExecutionDoesNotExist) Error added in v1.28.0

func (AssociationExecutionDoesNotExist) GoString added in v1.28.0

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 added in v1.28.0

Message returns the exception's message.

func (*AssociationExecutionDoesNotExist) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AssociationExecutionDoesNotExist) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*AssociationExecutionDoesNotExist) StatusCode added in v1.28.0

func (s *AssociationExecutionDoesNotExist) StatusCode() int

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

func (AssociationExecutionDoesNotExist) String added in v1.28.0

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 added in v1.14.18

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 added in v1.14.18

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 added in v1.14.18

SetKey sets the Key field's value.

func (*AssociationExecutionFilter) SetType added in v1.14.18

SetType sets the Type field's value.

func (*AssociationExecutionFilter) SetValue added in v1.14.18

SetValue sets the Value field's value.

func (AssociationExecutionFilter) String added in v1.14.18

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 added in v1.14.18

func (s *AssociationExecutionFilter) Validate() error

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

type AssociationExecutionTarget added in v1.14.18

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 added in v1.14.18

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 added in v1.14.18

SetAssociationId sets the AssociationId field's value.

func (*AssociationExecutionTarget) SetAssociationVersion added in v1.14.18

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

SetAssociationVersion sets the AssociationVersion field's value.

func (*AssociationExecutionTarget) SetDetailedStatus added in v1.14.18

SetDetailedStatus sets the DetailedStatus field's value.

func (*AssociationExecutionTarget) SetExecutionId added in v1.14.18

SetExecutionId sets the ExecutionId field's value.

func (*AssociationExecutionTarget) SetLastExecutionDate added in v1.14.18

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

SetLastExecutionDate sets the LastExecutionDate field's value.

func (*AssociationExecutionTarget) SetOutputSource added in v1.14.18

SetOutputSource sets the OutputSource field's value.

func (*AssociationExecutionTarget) SetResourceId added in v1.14.18

SetResourceId sets the ResourceId field's value.

func (*AssociationExecutionTarget) SetResourceType added in v1.14.18

SetResourceType sets the ResourceType field's value.

func (*AssociationExecutionTarget) SetStatus added in v1.14.18

SetStatus sets the Status field's value.

func (AssociationExecutionTarget) String added in v1.14.18

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 added in v1.14.18

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 added in v1.14.18

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 added in v1.14.18

SetKey sets the Key field's value.

func (*AssociationExecutionTargetsFilter) SetValue added in v1.14.18

SetValue sets the Value field's value.

func (AssociationExecutionTargetsFilter) String added in v1.14.18

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 added in v1.14.18

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 added in v0.6.5

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 added in v1.5.0

SetKey sets the Key field's value.

func (*AssociationFilter) SetValue added in v1.5.0

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

SetValue sets the Value field's value.

func (AssociationFilter) String added in v0.6.5

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 added in v1.1.21

func (s *AssociationFilter) Validate() error

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

type AssociationLimitExceeded added in v1.28.0

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 added in v1.28.0

func (s *AssociationLimitExceeded) Code() string

Code returns the exception type name.

func (*AssociationLimitExceeded) Error added in v1.28.0

func (s *AssociationLimitExceeded) Error() string

func (AssociationLimitExceeded) GoString added in v1.28.0

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 added in v1.28.0

func (s *AssociationLimitExceeded) Message() string

Message returns the exception's message.

func (*AssociationLimitExceeded) OrigErr added in v1.28.0

func (s *AssociationLimitExceeded) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AssociationLimitExceeded) RequestID added in v1.28.0

func (s *AssociationLimitExceeded) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AssociationLimitExceeded) StatusCode added in v1.28.0

func (s *AssociationLimitExceeded) StatusCode() int

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

func (AssociationLimitExceeded) String added in v1.28.0

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 added in v1.5.13

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 added in v1.5.13

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 added in v1.5.13

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

SetAssociationStatusAggregatedCount sets the AssociationStatusAggregatedCount field's value.

func (*AssociationOverview) SetDetailedStatus added in v1.5.13

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

SetDetailedStatus sets the DetailedStatus field's value.

func (*AssociationOverview) SetStatus added in v1.5.13

SetStatus sets the Status field's value.

func (AssociationOverview) String added in v1.5.13

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 added in v0.6.5

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 added in v1.5.0

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

SetAdditionalInfo sets the AdditionalInfo field's value.

func (*AssociationStatus) SetDate added in v1.5.0

SetDate sets the Date field's value.

func (*AssociationStatus) SetMessage added in v1.5.0

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

SetMessage sets the Message field's value.

func (*AssociationStatus) SetName added in v1.5.0

SetName sets the Name field's value.

func (AssociationStatus) String added in v0.6.5

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 added in v1.1.21

func (s *AssociationStatus) Validate() error

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

type AssociationVersionInfo added in v1.10.30

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 added in v1.10.30

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 added in v1.31.11

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

SetApplyOnlyAtCronInterval sets the ApplyOnlyAtCronInterval field's value.

func (*AssociationVersionInfo) SetAssociationId added in v1.10.30

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

SetAssociationId sets the AssociationId field's value.

func (*AssociationVersionInfo) SetAssociationName added in v1.10.30

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

SetAssociationName sets the AssociationName field's value.

func (*AssociationVersionInfo) SetAssociationVersion added in v1.10.30

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

SetAssociationVersion sets the AssociationVersion field's value.

func (*AssociationVersionInfo) SetCalendarNames added in v1.38.35

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

SetCalendarNames sets the CalendarNames field's value.

func (*AssociationVersionInfo) SetComplianceSeverity added in v1.15.64

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

SetComplianceSeverity sets the ComplianceSeverity field's value.

func (*AssociationVersionInfo) SetCreatedDate added in v1.10.30

SetCreatedDate sets the CreatedDate field's value.

func (*AssociationVersionInfo) SetDocumentVersion added in v1.10.30

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

SetDocumentVersion sets the DocumentVersion field's value.

func (*AssociationVersionInfo) SetDuration added in v1.50.8

SetDuration sets the Duration field's value.

func (*AssociationVersionInfo) SetMaxConcurrency added in v1.15.59

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

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*AssociationVersionInfo) SetMaxErrors added in v1.15.59

SetMaxErrors sets the MaxErrors field's value.

func (*AssociationVersionInfo) SetName added in v1.10.30

SetName sets the Name field's value.

func (*AssociationVersionInfo) SetOutputLocation added in v1.10.30

SetOutputLocation sets the OutputLocation field's value.

func (*AssociationVersionInfo) SetParameters added in v1.10.30

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

SetParameters sets the Parameters field's value.

func (*AssociationVersionInfo) SetScheduleExpression added in v1.10.30

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

SetScheduleExpression sets the ScheduleExpression field's value.

func (*AssociationVersionInfo) SetScheduleOffset added in v1.43.42

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

SetScheduleOffset sets the ScheduleOffset field's value.

func (*AssociationVersionInfo) SetSyncCompliance added in v1.30.16

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

SetSyncCompliance sets the SyncCompliance field's value.

func (*AssociationVersionInfo) SetTargetLocations added in v1.36.9

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

SetTargetLocations sets the TargetLocations field's value.

func (*AssociationVersionInfo) SetTargetMaps added in v1.44.7

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

SetTargetMaps sets the TargetMaps field's value.

func (*AssociationVersionInfo) SetTargets added in v1.10.30

SetTargets sets the Targets field's value.

func (AssociationVersionInfo) String added in v1.10.30

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 added in v1.28.0

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 added in v1.28.0

Code returns the exception type name.

func (*AssociationVersionLimitExceeded) Error added in v1.28.0

func (AssociationVersionLimitExceeded) GoString added in v1.28.0

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 added in v1.28.0

Message returns the exception's message.

func (*AssociationVersionLimitExceeded) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AssociationVersionLimitExceeded) RequestID added in v1.28.0

func (s *AssociationVersionLimitExceeded) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AssociationVersionLimitExceeded) StatusCode added in v1.28.0

func (s *AssociationVersionLimitExceeded) StatusCode() int

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

func (AssociationVersionLimitExceeded) String added in v1.28.0

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 added in v1.15.80

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 added in v1.15.80

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 added in v1.15.80

SetHash sets the Hash field's value.

func (*AttachmentContent) SetHashType added in v1.15.80

func (s *AttachmentContent) SetHashType(v string) *AttachmentContent

SetHashType sets the HashType field's value.

func (*AttachmentContent) SetName added in v1.15.80

SetName sets the Name field's value.

func (*AttachmentContent) SetSize added in v1.15.80

func (s *AttachmentContent) SetSize(v int64) *AttachmentContent

SetSize sets the Size field's value.

func (*AttachmentContent) SetUrl added in v1.15.80

SetUrl sets the Url field's value.

func (AttachmentContent) String added in v1.15.80

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 added in v1.15.80

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 added in v1.15.80

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 added in v1.15.80

SetName sets the Name field's value.

func (AttachmentInformation) String added in v1.15.80

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 added in v1.15.80

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 added in v1.15.80

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 added in v1.15.80

SetKey sets the Key field's value.

func (*AttachmentsSource) SetName added in v1.25.35

SetName sets the Name field's value.

func (*AttachmentsSource) SetValues added in v1.15.80

func (s *AttachmentsSource) SetValues(v []*string) *AttachmentsSource

SetValues sets the Values field's value.

func (AttachmentsSource) String added in v1.15.80

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 added in v1.15.80

func (s *AttachmentsSource) Validate() error

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

type AutomationDefinitionNotApprovedException added in v1.36.9

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 added in v1.36.9

Code returns the exception type name.

func (*AutomationDefinitionNotApprovedException) Error added in v1.36.9

func (AutomationDefinitionNotApprovedException) GoString added in v1.36.9

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 added in v1.36.9

Message returns the exception's message.

func (*AutomationDefinitionNotApprovedException) OrigErr added in v1.36.9

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AutomationDefinitionNotApprovedException) RequestID added in v1.36.9

RequestID returns the service's response RequestID for request.

func (*AutomationDefinitionNotApprovedException) StatusCode added in v1.36.9

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

func (AutomationDefinitionNotApprovedException) String added in v1.36.9

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 added in v1.28.0

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 added in v1.28.0

Code returns the exception type name.

func (*AutomationDefinitionNotFoundException) Error added in v1.28.0

func (AutomationDefinitionNotFoundException) GoString added in v1.28.0

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 added in v1.28.0

Message returns the exception's message.

func (*AutomationDefinitionNotFoundException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AutomationDefinitionNotFoundException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*AutomationDefinitionNotFoundException) StatusCode added in v1.28.0

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

func (AutomationDefinitionNotFoundException) String added in v1.28.0

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 added in v1.28.0

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 added in v1.28.0

Code returns the exception type name.

func (*AutomationDefinitionVersionNotFoundException) Error added in v1.28.0

func (AutomationDefinitionVersionNotFoundException) GoString added in v1.28.0

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 added in v1.28.0

Message returns the exception's message.

func (*AutomationDefinitionVersionNotFoundException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AutomationDefinitionVersionNotFoundException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*AutomationDefinitionVersionNotFoundException) StatusCode added in v1.28.0

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

func (AutomationDefinitionVersionNotFoundException) String added in v1.28.0

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 added in v1.5.13

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 added in v1.5.13

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 added in v1.44.106

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

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*AutomationExecution) SetAssociationId added in v1.36.9

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

SetAssociationId sets the AssociationId field's value.

func (*AutomationExecution) SetAutomationExecutionId added in v1.5.13

func (s *AutomationExecution) SetAutomationExecutionId(v string) *AutomationExecution

SetAutomationExecutionId sets the AutomationExecutionId field's value.

func (*AutomationExecution) SetAutomationExecutionStatus added in v1.5.13

func (s *AutomationExecution) SetAutomationExecutionStatus(v string) *AutomationExecution

SetAutomationExecutionStatus sets the AutomationExecutionStatus field's value.

func (*AutomationExecution) SetAutomationSubtype added in v1.36.9

func (s *AutomationExecution) SetAutomationSubtype(v string) *AutomationExecution

SetAutomationSubtype sets the AutomationSubtype field's value.

func (*AutomationExecution) SetChangeRequestName added in v1.36.9

func (s *AutomationExecution) SetChangeRequestName(v string) *AutomationExecution

SetChangeRequestName sets the ChangeRequestName field's value.

func (*AutomationExecution) SetCurrentAction added in v1.12.37

func (s *AutomationExecution) SetCurrentAction(v string) *AutomationExecution

SetCurrentAction sets the CurrentAction field's value.

func (*AutomationExecution) SetCurrentStepName added in v1.12.37

func (s *AutomationExecution) SetCurrentStepName(v string) *AutomationExecution

SetCurrentStepName sets the CurrentStepName field's value.

func (*AutomationExecution) SetDocumentName added in v1.5.13

func (s *AutomationExecution) SetDocumentName(v string) *AutomationExecution

SetDocumentName sets the DocumentName field's value.

func (*AutomationExecution) SetDocumentVersion added in v1.5.13

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

SetDocumentVersion sets the DocumentVersion field's value.

func (*AutomationExecution) SetExecutedBy added in v1.12.37

func (s *AutomationExecution) SetExecutedBy(v string) *AutomationExecution

SetExecutedBy sets the ExecutedBy field's value.

func (*AutomationExecution) SetExecutionEndTime added in v1.5.13

func (s *AutomationExecution) SetExecutionEndTime(v time.Time) *AutomationExecution

SetExecutionEndTime sets the ExecutionEndTime field's value.

func (*AutomationExecution) SetExecutionStartTime added in v1.5.13

func (s *AutomationExecution) SetExecutionStartTime(v time.Time) *AutomationExecution

SetExecutionStartTime sets the ExecutionStartTime field's value.

func (*AutomationExecution) SetFailureMessage added in v1.5.13

func (s *AutomationExecution) SetFailureMessage(v string) *AutomationExecution

SetFailureMessage sets the FailureMessage field's value.

func (*AutomationExecution) SetMaxConcurrency added in v1.12.37

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

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*AutomationExecution) SetMaxErrors added in v1.12.37

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

SetMaxErrors sets the MaxErrors field's value.

func (*AutomationExecution) SetMode added in v1.12.37

SetMode sets the Mode field's value.

func (*AutomationExecution) SetOpsItemId added in v1.36.9

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

SetOpsItemId sets the OpsItemId field's value.

func (*AutomationExecution) SetOutputs added in v1.5.13

func (s *AutomationExecution) SetOutputs(v map[string][]*string) *AutomationExecution

SetOutputs sets the Outputs field's value.

func (*AutomationExecution) SetParameters added in v1.5.13

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

SetParameters sets the Parameters field's value.

func (*AutomationExecution) SetParentAutomationExecutionId added in v1.12.37

func (s *AutomationExecution) SetParentAutomationExecutionId(v string) *AutomationExecution

SetParentAutomationExecutionId sets the ParentAutomationExecutionId field's value.

func (*AutomationExecution) SetProgressCounters added in v1.15.78

func (s *AutomationExecution) SetProgressCounters(v *ProgressCounters) *AutomationExecution

SetProgressCounters sets the ProgressCounters field's value.

func (*AutomationExecution) SetResolvedTargets added in v1.12.37

func (s *AutomationExecution) SetResolvedTargets(v *ResolvedTargets) *AutomationExecution

SetResolvedTargets sets the ResolvedTargets field's value.

func (*AutomationExecution) SetRunbooks added in v1.36.9

func (s *AutomationExecution) SetRunbooks(v []*Runbook) *AutomationExecution

SetRunbooks sets the Runbooks field's value.

func (*AutomationExecution) SetScheduledTime added in v1.36.9

func (s *AutomationExecution) SetScheduledTime(v time.Time) *AutomationExecution

SetScheduledTime sets the ScheduledTime field's value.

func (*AutomationExecution) SetStepExecutions added in v1.5.13

func (s *AutomationExecution) SetStepExecutions(v []*StepExecution) *AutomationExecution

SetStepExecutions sets the StepExecutions field's value.

func (*AutomationExecution) SetStepExecutionsTruncated added in v1.12.37

func (s *AutomationExecution) SetStepExecutionsTruncated(v bool) *AutomationExecution

SetStepExecutionsTruncated sets the StepExecutionsTruncated field's value.

func (*AutomationExecution) SetTarget added in v1.12.37

SetTarget sets the Target field's value.

func (*AutomationExecution) SetTargetLocations added in v1.15.78

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

SetTargetLocations sets the TargetLocations field's value.

func (*AutomationExecution) SetTargetMaps added in v1.15.8

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

SetTargetMaps sets the TargetMaps field's value.

func (*AutomationExecution) SetTargetParameterName added in v1.12.37

func (s *AutomationExecution) SetTargetParameterName(v string) *AutomationExecution

SetTargetParameterName sets the TargetParameterName field's value.

func (*AutomationExecution) SetTargets added in v1.12.37

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

SetTargets sets the Targets field's value.

func (*AutomationExecution) SetTriggeredAlarms added in v1.44.106

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

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (*AutomationExecution) SetVariables added in v1.47.13

func (s *AutomationExecution) SetVariables(v map[string][]*string) *AutomationExecution

SetVariables sets the Variables field's value.

func (AutomationExecution) String added in v1.5.13

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 added in v1.5.13

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 added in v1.5.13

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 added in v1.5.13

SetKey sets the Key field's value.

func (*AutomationExecutionFilter) SetValues added in v1.5.13

SetValues sets the Values field's value.

func (AutomationExecutionFilter) String added in v1.5.13

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 added in v1.5.13

func (s *AutomationExecutionFilter) Validate() error

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

type AutomationExecutionLimitExceededException added in v1.28.0

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 added in v1.28.0

Code returns the exception type name.

func (*AutomationExecutionLimitExceededException) Error added in v1.28.0

func (AutomationExecutionLimitExceededException) GoString added in v1.28.0

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 added in v1.28.0

Message returns the exception's message.

func (*AutomationExecutionLimitExceededException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AutomationExecutionLimitExceededException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*AutomationExecutionLimitExceededException) StatusCode added in v1.28.0

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

func (AutomationExecutionLimitExceededException) String added in v1.28.0

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 added in v1.5.13

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 added in v1.5.13

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 added in v1.44.106

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*AutomationExecutionMetadata) SetAssociationId added in v1.36.9

SetAssociationId sets the AssociationId field's value.

func (*AutomationExecutionMetadata) SetAutomationExecutionId added in v1.5.13

func (s *AutomationExecutionMetadata) SetAutomationExecutionId(v string) *AutomationExecutionMetadata

SetAutomationExecutionId sets the AutomationExecutionId field's value.

func (*AutomationExecutionMetadata) SetAutomationExecutionStatus added in v1.5.13

func (s *AutomationExecutionMetadata) SetAutomationExecutionStatus(v string) *AutomationExecutionMetadata

SetAutomationExecutionStatus sets the AutomationExecutionStatus field's value.

func (*AutomationExecutionMetadata) SetAutomationSubtype added in v1.36.9

SetAutomationSubtype sets the AutomationSubtype field's value.

func (*AutomationExecutionMetadata) SetAutomationType added in v1.15.78

SetAutomationType sets the AutomationType field's value.

func (*AutomationExecutionMetadata) SetChangeRequestName added in v1.36.9

SetChangeRequestName sets the ChangeRequestName field's value.

func (*AutomationExecutionMetadata) SetCurrentAction added in v1.12.37

SetCurrentAction sets the CurrentAction field's value.

func (*AutomationExecutionMetadata) SetCurrentStepName added in v1.12.37

SetCurrentStepName sets the CurrentStepName field's value.

func (*AutomationExecutionMetadata) SetDocumentName added in v1.5.13

SetDocumentName sets the DocumentName field's value.

func (*AutomationExecutionMetadata) SetDocumentVersion added in v1.5.13

SetDocumentVersion sets the DocumentVersion field's value.

func (*AutomationExecutionMetadata) SetExecutedBy added in v1.5.13

SetExecutedBy sets the ExecutedBy field's value.

func (*AutomationExecutionMetadata) SetExecutionEndTime added in v1.5.13

SetExecutionEndTime sets the ExecutionEndTime field's value.

func (*AutomationExecutionMetadata) SetExecutionStartTime added in v1.5.13

SetExecutionStartTime sets the ExecutionStartTime field's value.

func (*AutomationExecutionMetadata) SetFailureMessage added in v1.12.37

SetFailureMessage sets the FailureMessage field's value.

func (*AutomationExecutionMetadata) SetLogFile added in v1.5.13

SetLogFile sets the LogFile field's value.

func (*AutomationExecutionMetadata) SetMaxConcurrency added in v1.12.37

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*AutomationExecutionMetadata) SetMaxErrors added in v1.12.37

SetMaxErrors sets the MaxErrors field's value.

func (*AutomationExecutionMetadata) SetMode added in v1.12.37

SetMode sets the Mode field's value.

func (*AutomationExecutionMetadata) SetOpsItemId added in v1.36.9

SetOpsItemId sets the OpsItemId field's value.

func (*AutomationExecutionMetadata) SetOutputs added in v1.5.13

SetOutputs sets the Outputs field's value.

func (*AutomationExecutionMetadata) SetParentAutomationExecutionId added in v1.12.37

func (s *AutomationExecutionMetadata) SetParentAutomationExecutionId(v string) *AutomationExecutionMetadata

SetParentAutomationExecutionId sets the ParentAutomationExecutionId field's value.

func (*AutomationExecutionMetadata) SetResolvedTargets added in v1.12.37

SetResolvedTargets sets the ResolvedTargets field's value.

func (*AutomationExecutionMetadata) SetRunbooks added in v1.36.9

SetRunbooks sets the Runbooks field's value.

func (*AutomationExecutionMetadata) SetScheduledTime added in v1.36.9

SetScheduledTime sets the ScheduledTime field's value.

func (*AutomationExecutionMetadata) SetTarget added in v1.12.37

SetTarget sets the Target field's value.

func (*AutomationExecutionMetadata) SetTargetMaps added in v1.15.8

SetTargetMaps sets the TargetMaps field's value.

func (*AutomationExecutionMetadata) SetTargetParameterName added in v1.12.37

func (s *AutomationExecutionMetadata) SetTargetParameterName(v string) *AutomationExecutionMetadata

SetTargetParameterName sets the TargetParameterName field's value.

func (*AutomationExecutionMetadata) SetTargets added in v1.12.37

SetTargets sets the Targets field's value.

func (*AutomationExecutionMetadata) SetTriggeredAlarms added in v1.44.106

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (AutomationExecutionMetadata) String added in v1.5.13

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 added in v1.28.0

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 added in v1.28.0

Code returns the exception type name.

func (*AutomationExecutionNotFoundException) Error added in v1.28.0

func (AutomationExecutionNotFoundException) GoString added in v1.28.0

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 added in v1.28.0

Message returns the exception's message.

func (*AutomationExecutionNotFoundException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AutomationExecutionNotFoundException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*AutomationExecutionNotFoundException) StatusCode added in v1.28.0

func (s *AutomationExecutionNotFoundException) StatusCode() int

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

func (AutomationExecutionNotFoundException) String added in v1.28.0

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 added in v1.28.0

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 added in v1.28.0

Code returns the exception type name.

func (*AutomationStepNotFoundException) Error added in v1.28.0

func (AutomationStepNotFoundException) GoString added in v1.28.0

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 added in v1.28.0

Message returns the exception's message.

func (*AutomationStepNotFoundException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AutomationStepNotFoundException) RequestID added in v1.28.0

func (s *AutomationStepNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AutomationStepNotFoundException) StatusCode added in v1.28.0

func (s *AutomationStepNotFoundException) StatusCode() int

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

func (AutomationStepNotFoundException) String added in v1.28.0

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 added in v1.37.21

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 added in v1.37.21

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 added in v1.37.21

func (s *BaselineOverride) SetApprovalRules(v *PatchRuleGroup) *BaselineOverride

SetApprovalRules sets the ApprovalRules field's value.

func (*BaselineOverride) SetApprovedPatches added in v1.37.21

func (s *BaselineOverride) SetApprovedPatches(v []*string) *BaselineOverride

SetApprovedPatches sets the ApprovedPatches field's value.

func (*BaselineOverride) SetApprovedPatchesComplianceLevel added in v1.37.21

func (s *BaselineOverride) SetApprovedPatchesComplianceLevel(v string) *BaselineOverride

SetApprovedPatchesComplianceLevel sets the ApprovedPatchesComplianceLevel field's value.

func (*BaselineOverride) SetApprovedPatchesEnableNonSecurity added in v1.37.21

func (s *BaselineOverride) SetApprovedPatchesEnableNonSecurity(v bool) *BaselineOverride

SetApprovedPatchesEnableNonSecurity sets the ApprovedPatchesEnableNonSecurity field's value.

func (*BaselineOverride) SetGlobalFilters added in v1.37.21

func (s *BaselineOverride) SetGlobalFilters(v *PatchFilterGroup) *BaselineOverride

SetGlobalFilters sets the GlobalFilters field's value.

func (*BaselineOverride) SetOperatingSystem added in v1.37.21

func (s *BaselineOverride) SetOperatingSystem(v string) *BaselineOverride

SetOperatingSystem sets the OperatingSystem field's value.

func (*BaselineOverride) SetRejectedPatches added in v1.37.21

func (s *BaselineOverride) SetRejectedPatches(v []*string) *BaselineOverride

SetRejectedPatches sets the RejectedPatches field's value.

func (*BaselineOverride) SetRejectedPatchesAction added in v1.37.21

func (s *BaselineOverride) SetRejectedPatchesAction(v string) *BaselineOverride

SetRejectedPatchesAction sets the RejectedPatchesAction field's value.

func (*BaselineOverride) SetSources added in v1.37.21

func (s *BaselineOverride) SetSources(v []*PatchSource) *BaselineOverride

SetSources sets the Sources field's value.

func (BaselineOverride) String added in v1.37.21

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 added in v1.37.21

func (s *BaselineOverride) Validate() error

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

type CancelCommandInput added in v0.9.17

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 added in v0.9.17

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 added in v1.5.0

func (s *CancelCommandInput) SetCommandId(v string) *CancelCommandInput

SetCommandId sets the CommandId field's value.

func (*CancelCommandInput) SetInstanceIds added in v1.5.0

func (s *CancelCommandInput) SetInstanceIds(v []*string) *CancelCommandInput

SetInstanceIds sets the InstanceIds field's value.

func (CancelCommandInput) String added in v0.9.17

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 added in v1.1.21

func (s *CancelCommandInput) Validate() error

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

type CancelCommandOutput added in v0.9.17

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 added in v0.9.17

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 added in v0.9.17

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 added in v1.15.51

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 added in v1.15.51

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 added in v1.15.51

SetWindowExecutionId sets the WindowExecutionId field's value.

func (CancelMaintenanceWindowExecutionInput) String added in v1.15.51

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 added in v1.15.51

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

type CancelMaintenanceWindowExecutionOutput added in v1.15.51

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 added in v1.15.51

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 added in v1.15.51

SetWindowExecutionId sets the WindowExecutionId field's value.

func (CancelMaintenanceWindowExecutionOutput) String added in v1.15.51

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 added in v1.14.6

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 added in v1.14.6

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 added in v1.14.6

func (s *CloudWatchOutputConfig) SetCloudWatchLogGroupName(v string) *CloudWatchOutputConfig

SetCloudWatchLogGroupName sets the CloudWatchLogGroupName field's value.

func (*CloudWatchOutputConfig) SetCloudWatchOutputEnabled added in v1.14.6

func (s *CloudWatchOutputConfig) SetCloudWatchOutputEnabled(v bool) *CloudWatchOutputConfig

SetCloudWatchOutputEnabled sets the CloudWatchOutputEnabled field's value.

func (CloudWatchOutputConfig) String added in v1.14.6

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 added in v1.14.6

func (s *CloudWatchOutputConfig) Validate() error

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

type Command added in v0.9.17

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 added in v0.9.17

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 added in v1.44.106

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

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*Command) SetCloudWatchOutputConfig added in v1.14.6

func (s *Command) SetCloudWatchOutputConfig(v *CloudWatchOutputConfig) *Command

SetCloudWatchOutputConfig sets the CloudWatchOutputConfig field's value.

func (*Command) SetCommandId added in v1.5.0

func (s *Command) SetCommandId(v string) *Command

SetCommandId sets the CommandId field's value.

func (*Command) SetComment added in v1.5.0

func (s *Command) SetComment(v string) *Command

SetComment sets the Comment field's value.

func (*Command) SetCompletedCount added in v1.5.13

func (s *Command) SetCompletedCount(v int64) *Command

SetCompletedCount sets the CompletedCount field's value.

func (*Command) SetDeliveryTimedOutCount added in v1.14.6

func (s *Command) SetDeliveryTimedOutCount(v int64) *Command

SetDeliveryTimedOutCount sets the DeliveryTimedOutCount field's value.

func (*Command) SetDocumentName added in v1.5.0

func (s *Command) SetDocumentName(v string) *Command

SetDocumentName sets the DocumentName field's value.

func (*Command) SetDocumentVersion added in v1.13.40

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

SetDocumentVersion sets the DocumentVersion field's value.

func (*Command) SetErrorCount added in v1.5.13

func (s *Command) SetErrorCount(v int64) *Command

SetErrorCount sets the ErrorCount field's value.

func (*Command) SetExpiresAfter added in v1.5.0

func (s *Command) SetExpiresAfter(v time.Time) *Command

SetExpiresAfter sets the ExpiresAfter field's value.

func (*Command) SetInstanceIds added in v1.5.0

func (s *Command) SetInstanceIds(v []*string) *Command

SetInstanceIds sets the InstanceIds field's value.

func (*Command) SetMaxConcurrency added in v1.5.13

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

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*Command) SetMaxErrors added in v1.5.13

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

SetMaxErrors sets the MaxErrors field's value.

func (*Command) SetNotificationConfig added in v1.5.0

func (s *Command) SetNotificationConfig(v *NotificationConfig) *Command

SetNotificationConfig sets the NotificationConfig field's value.

func (*Command) SetOutputS3BucketName added in v1.5.0

func (s *Command) SetOutputS3BucketName(v string) *Command

SetOutputS3BucketName sets the OutputS3BucketName field's value.

func (*Command) SetOutputS3KeyPrefix added in v1.5.0

func (s *Command) SetOutputS3KeyPrefix(v string) *Command

SetOutputS3KeyPrefix sets the OutputS3KeyPrefix field's value.

func (*Command) SetOutputS3Region added in v1.5.13

func (s *Command) SetOutputS3Region(v string) *Command

SetOutputS3Region sets the OutputS3Region field's value.

func (*Command) SetParameters added in v1.5.0

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

SetParameters sets the Parameters field's value.

func (*Command) SetRequestedDateTime added in v1.5.0

func (s *Command) SetRequestedDateTime(v time.Time) *Command

SetRequestedDateTime sets the RequestedDateTime field's value.

func (*Command) SetServiceRole added in v1.5.0

func (s *Command) SetServiceRole(v string) *Command

SetServiceRole sets the ServiceRole field's value.

func (*Command) SetStatus added in v1.5.0

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

SetStatus sets the Status field's value.

func (*Command) SetStatusDetails added in v1.5.13

func (s *Command) SetStatusDetails(v string) *Command

SetStatusDetails sets the StatusDetails field's value.

func (*Command) SetTargetCount added in v1.5.13

func (s *Command) SetTargetCount(v int64) *Command

SetTargetCount sets the TargetCount field's value.

func (*Command) SetTargets added in v1.5.13

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

SetTargets sets the Targets field's value.

func (*Command) SetTimeoutSeconds added in v1.30.19

func (s *Command) SetTimeoutSeconds(v int64) *Command

SetTimeoutSeconds sets the TimeoutSeconds field's value.

func (*Command) SetTriggeredAlarms added in v1.44.106

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

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (Command) String added in v0.9.17

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 added in v0.9.17

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 added in v0.9.17

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 added in v1.5.0

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

SetKey sets the Key field's value.

func (*CommandFilter) SetValue added in v1.5.0

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

SetValue sets the Value field's value.

func (CommandFilter) String added in v0.9.17

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 added in v1.1.21

func (s *CommandFilter) Validate() error

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

type CommandInvocation added in v0.9.17

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 added in v0.9.17

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 added in v1.14.6

func (s *CommandInvocation) SetCloudWatchOutputConfig(v *CloudWatchOutputConfig) *CommandInvocation

SetCloudWatchOutputConfig sets the CloudWatchOutputConfig field's value.

func (*CommandInvocation) SetCommandId added in v1.5.0

func (s *CommandInvocation) SetCommandId(v string) *CommandInvocation

SetCommandId sets the CommandId field's value.

func (*CommandInvocation) SetCommandPlugins added in v1.5.0

func (s *CommandInvocation) SetCommandPlugins(v []*CommandPlugin) *CommandInvocation

SetCommandPlugins sets the CommandPlugins field's value.

func (*CommandInvocation) SetComment added in v1.5.0

func (s *CommandInvocation) SetComment(v string) *CommandInvocation

SetComment sets the Comment field's value.

func (*CommandInvocation) SetDocumentName added in v1.5.0

func (s *CommandInvocation) SetDocumentName(v string) *CommandInvocation

SetDocumentName sets the DocumentName field's value.

func (*CommandInvocation) SetDocumentVersion added in v1.13.40

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

SetDocumentVersion sets the DocumentVersion field's value.

func (*CommandInvocation) SetInstanceId added in v1.5.0

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

SetInstanceId sets the InstanceId field's value.

func (*CommandInvocation) SetInstanceName added in v1.5.13

func (s *CommandInvocation) SetInstanceName(v string) *CommandInvocation

SetInstanceName sets the InstanceName field's value.

func (*CommandInvocation) SetNotificationConfig added in v1.5.0

func (s *CommandInvocation) SetNotificationConfig(v *NotificationConfig) *CommandInvocation

SetNotificationConfig sets the NotificationConfig field's value.

func (*CommandInvocation) SetRequestedDateTime added in v1.5.0

func (s *CommandInvocation) SetRequestedDateTime(v time.Time) *CommandInvocation

SetRequestedDateTime sets the RequestedDateTime field's value.

func (*CommandInvocation) SetServiceRole added in v1.5.0

func (s *CommandInvocation) SetServiceRole(v string) *CommandInvocation

SetServiceRole sets the ServiceRole field's value.

func (*CommandInvocation) SetStandardErrorUrl added in v1.5.13

func (s *CommandInvocation) SetStandardErrorUrl(v string) *CommandInvocation

SetStandardErrorUrl sets the StandardErrorUrl field's value.

func (*CommandInvocation) SetStandardOutputUrl added in v1.5.13

func (s *CommandInvocation) SetStandardOutputUrl(v string) *CommandInvocation

SetStandardOutputUrl sets the StandardOutputUrl field's value.

func (*CommandInvocation) SetStatus added in v1.5.0

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

SetStatus sets the Status field's value.

func (*CommandInvocation) SetStatusDetails added in v1.5.13

func (s *CommandInvocation) SetStatusDetails(v string) *CommandInvocation

SetStatusDetails sets the StatusDetails field's value.

func (*CommandInvocation) SetTraceOutput added in v1.5.0

func (s *CommandInvocation) SetTraceOutput(v string) *CommandInvocation

SetTraceOutput sets the TraceOutput field's value.

func (CommandInvocation) String added in v0.9.17

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 added in v0.9.17

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 added in v0.9.17

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 added in v1.5.0

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

SetName sets the Name field's value.

func (*CommandPlugin) SetOutput added in v1.5.0

func (s *CommandPlugin) SetOutput(v string) *CommandPlugin

SetOutput sets the Output field's value.

func (*CommandPlugin) SetOutputS3BucketName added in v1.5.0

func (s *CommandPlugin) SetOutputS3BucketName(v string) *CommandPlugin

SetOutputS3BucketName sets the OutputS3BucketName field's value.

func (*CommandPlugin) SetOutputS3KeyPrefix added in v1.5.0

func (s *CommandPlugin) SetOutputS3KeyPrefix(v string) *CommandPlugin

SetOutputS3KeyPrefix sets the OutputS3KeyPrefix field's value.

func (*CommandPlugin) SetOutputS3Region added in v1.5.13

func (s *CommandPlugin) SetOutputS3Region(v string) *CommandPlugin

SetOutputS3Region sets the OutputS3Region field's value.

func (*CommandPlugin) SetResponseCode added in v1.5.0

func (s *CommandPlugin) SetResponseCode(v int64) *CommandPlugin

SetResponseCode sets the ResponseCode field's value.

func (*CommandPlugin) SetResponseFinishDateTime added in v1.5.0

func (s *CommandPlugin) SetResponseFinishDateTime(v time.Time) *CommandPlugin

SetResponseFinishDateTime sets the ResponseFinishDateTime field's value.

func (*CommandPlugin) SetResponseStartDateTime added in v1.5.0

func (s *CommandPlugin) SetResponseStartDateTime(v time.Time) *CommandPlugin

SetResponseStartDateTime sets the ResponseStartDateTime field's value.

func (*CommandPlugin) SetStandardErrorUrl added in v1.5.13

func (s *CommandPlugin) SetStandardErrorUrl(v string) *CommandPlugin

SetStandardErrorUrl sets the StandardErrorUrl field's value.

func (*CommandPlugin) SetStandardOutputUrl added in v1.5.13

func (s *CommandPlugin) SetStandardOutputUrl(v string) *CommandPlugin

SetStandardOutputUrl sets the StandardOutputUrl field's value.

func (*CommandPlugin) SetStatus added in v1.5.0

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

SetStatus sets the Status field's value.

func (*CommandPlugin) SetStatusDetails added in v1.5.13

func (s *CommandPlugin) SetStatusDetails(v string) *CommandPlugin

SetStatusDetails sets the StatusDetails field's value.

func (CommandPlugin) String added in v0.9.17

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 added in v1.10.25

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 added in v1.10.25

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 added in v1.10.25

SetExecutionId sets the ExecutionId field's value.

func (*ComplianceExecutionSummary) SetExecutionTime added in v1.10.25

SetExecutionTime sets the ExecutionTime field's value.

func (*ComplianceExecutionSummary) SetExecutionType added in v1.10.25

SetExecutionType sets the ExecutionType field's value.

func (ComplianceExecutionSummary) String added in v1.10.25

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 added in v1.10.25

func (s *ComplianceExecutionSummary) Validate() error

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

type ComplianceItem added in v1.10.25

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 added in v1.10.25

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 added in v1.10.25

func (s *ComplianceItem) SetComplianceType(v string) *ComplianceItem

SetComplianceType sets the ComplianceType field's value.

func (*ComplianceItem) SetDetails added in v1.10.25

func (s *ComplianceItem) SetDetails(v map[string]*string) *ComplianceItem

SetDetails sets the Details field's value.

func (*ComplianceItem) SetExecutionSummary added in v1.10.25

func (s *ComplianceItem) SetExecutionSummary(v *ComplianceExecutionSummary) *ComplianceItem

SetExecutionSummary sets the ExecutionSummary field's value.

func (*ComplianceItem) SetId added in v1.10.25

func (s *ComplianceItem) SetId(v string) *ComplianceItem

SetId sets the Id field's value.

func (*ComplianceItem) SetResourceId added in v1.10.25

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

SetResourceId sets the ResourceId field's value.

func (*ComplianceItem) SetResourceType added in v1.10.25

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

SetResourceType sets the ResourceType field's value.

func (*ComplianceItem) SetSeverity added in v1.10.25

func (s *ComplianceItem) SetSeverity(v string) *ComplianceItem

SetSeverity sets the Severity field's value.

func (*ComplianceItem) SetStatus added in v1.10.25

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

SetStatus sets the Status field's value.

func (*ComplianceItem) SetTitle added in v1.10.25

func (s *ComplianceItem) SetTitle(v string) *ComplianceItem

SetTitle sets the Title field's value.

func (ComplianceItem) String added in v1.10.25

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 added in v1.10.25

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 added in v1.10.25

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 added in v1.10.25

func (s *ComplianceItemEntry) SetDetails(v map[string]*string) *ComplianceItemEntry

SetDetails sets the Details field's value.

func (*ComplianceItemEntry) SetId added in v1.10.25

SetId sets the Id field's value.

func (*ComplianceItemEntry) SetSeverity added in v1.10.25

func (s *ComplianceItemEntry) SetSeverity(v string) *ComplianceItemEntry

SetSeverity sets the Severity field's value.

func (*ComplianceItemEntry) SetStatus added in v1.10.25

SetStatus sets the Status field's value.

func (*ComplianceItemEntry) SetTitle added in v1.10.25

SetTitle sets the Title field's value.

func (ComplianceItemEntry) String added in v1.10.25

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 added in v1.10.25

func (s *ComplianceItemEntry) Validate() error

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

type ComplianceStringFilter added in v1.10.25

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 added in v1.10.25

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 added in v1.10.25

SetKey sets the Key field's value.

func (*ComplianceStringFilter) SetType added in v1.10.25

SetType sets the Type field's value.

func (*ComplianceStringFilter) SetValues added in v1.10.25

SetValues sets the Values field's value.

func (ComplianceStringFilter) String added in v1.10.25

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 added in v1.10.25

func (s *ComplianceStringFilter) Validate() error

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

type ComplianceSummaryItem added in v1.10.25

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 added in v1.10.25

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 added in v1.10.25

func (s *ComplianceSummaryItem) SetComplianceType(v string) *ComplianceSummaryItem

SetComplianceType sets the ComplianceType field's value.

func (*ComplianceSummaryItem) SetCompliantSummary added in v1.10.25

func (s *ComplianceSummaryItem) SetCompliantSummary(v *CompliantSummary) *ComplianceSummaryItem

SetCompliantSummary sets the CompliantSummary field's value.

func (*ComplianceSummaryItem) SetNonCompliantSummary added in v1.10.25

func (s *ComplianceSummaryItem) SetNonCompliantSummary(v *NonCompliantSummary) *ComplianceSummaryItem

SetNonCompliantSummary sets the NonCompliantSummary field's value.

func (ComplianceSummaryItem) String added in v1.10.25

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 added in v1.28.0

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 added in v1.28.0

Code returns the exception type name.

func (*ComplianceTypeCountLimitExceededException) Error added in v1.28.0

func (ComplianceTypeCountLimitExceededException) GoString added in v1.28.0

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 added in v1.28.0

Message returns the exception's message.

func (*ComplianceTypeCountLimitExceededException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ComplianceTypeCountLimitExceededException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*ComplianceTypeCountLimitExceededException) StatusCode added in v1.28.0

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

func (ComplianceTypeCountLimitExceededException) String added in v1.28.0

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 added in v1.10.25

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 added in v1.10.25

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 added in v1.10.25

func (s *CompliantSummary) SetCompliantCount(v int64) *CompliantSummary

SetCompliantCount sets the CompliantCount field's value.

func (*CompliantSummary) SetSeveritySummary added in v1.10.25

func (s *CompliantSummary) SetSeveritySummary(v *SeveritySummary) *CompliantSummary

SetSeveritySummary sets the SeveritySummary field's value.

func (CompliantSummary) String added in v1.10.25

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 added in v1.2.2

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 added in v1.2.2

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 added in v1.5.0

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

SetDefaultInstanceName sets the DefaultInstanceName field's value.

func (*CreateActivationInput) SetDescription added in v1.5.0

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

SetDescription sets the Description field's value.

func (*CreateActivationInput) SetExpirationDate added in v1.5.0

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

SetExpirationDate sets the ExpirationDate field's value.

func (*CreateActivationInput) SetIamRole added in v1.5.0

SetIamRole sets the IamRole field's value.

func (*CreateActivationInput) SetRegistrationLimit added in v1.5.0

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

SetRegistrationLimit sets the RegistrationLimit field's value.

func (*CreateActivationInput) SetRegistrationMetadata added in v1.42.10

func (s *CreateActivationInput) SetRegistrationMetadata(v []*RegistrationMetadataItem) *CreateActivationInput

SetRegistrationMetadata sets the RegistrationMetadata field's value.

func (*CreateActivationInput) SetTags added in v1.17.1

SetTags sets the Tags field's value.

func (CreateActivationInput) String added in v1.2.2

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 added in v1.2.2

func (s *CreateActivationInput) Validate() error

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

type CreateActivationOutput added in v1.2.2

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 added in v1.2.2

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 added in v1.5.0

func (s *CreateActivationOutput) SetActivationCode(v string) *CreateActivationOutput

SetActivationCode sets the ActivationCode field's value.

func (*CreateActivationOutput) SetActivationId added in v1.5.0

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

SetActivationId sets the ActivationId field's value.

func (CreateActivationOutput) String added in v1.2.2

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 added in v0.6.5

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 added in v1.5.0

SetEntries sets the Entries field's value.

func (CreateAssociationBatchInput) String added in v0.6.5

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 added in v1.1.21

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 added in v0.6.5

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 added in v1.5.0

SetFailed sets the Failed field's value.

func (*CreateAssociationBatchOutput) SetSuccessful added in v1.5.0

SetSuccessful sets the Successful field's value.

func (CreateAssociationBatchOutput) String added in v0.6.5

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 added in v0.6.5

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 added in v1.44.106

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*CreateAssociationBatchRequestEntry) SetApplyOnlyAtCronInterval added in v1.31.11

SetApplyOnlyAtCronInterval sets the ApplyOnlyAtCronInterval field's value.

func (*CreateAssociationBatchRequestEntry) SetAssociationName added in v1.10.30

SetAssociationName sets the AssociationName field's value.

func (*CreateAssociationBatchRequestEntry) SetAutomationTargetParameterName added in v1.16.23

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

SetAutomationTargetParameterName sets the AutomationTargetParameterName field's value.

func (*CreateAssociationBatchRequestEntry) SetCalendarNames added in v1.38.35

SetCalendarNames sets the CalendarNames field's value.

func (*CreateAssociationBatchRequestEntry) SetComplianceSeverity added in v1.15.64

SetComplianceSeverity sets the ComplianceSeverity field's value.

func (*CreateAssociationBatchRequestEntry) SetDocumentVersion added in v1.5.13

SetDocumentVersion sets the DocumentVersion field's value.

func (*CreateAssociationBatchRequestEntry) SetDuration added in v1.50.8

SetDuration sets the Duration field's value.

func (*CreateAssociationBatchRequestEntry) SetInstanceId added in v1.5.0

SetInstanceId sets the InstanceId field's value.

func (*CreateAssociationBatchRequestEntry) SetMaxConcurrency added in v1.15.59

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*CreateAssociationBatchRequestEntry) SetMaxErrors added in v1.15.59

SetMaxErrors sets the MaxErrors field's value.

func (*CreateAssociationBatchRequestEntry) SetName added in v1.5.0

SetName sets the Name field's value.

func (*CreateAssociationBatchRequestEntry) SetOutputLocation added in v1.5.13

SetOutputLocation sets the OutputLocation field's value.

func (*CreateAssociationBatchRequestEntry) SetParameters added in v1.5.0

SetParameters sets the Parameters field's value.

func (*CreateAssociationBatchRequestEntry) SetScheduleExpression added in v1.5.13

SetScheduleExpression sets the ScheduleExpression field's value.

func (*CreateAssociationBatchRequestEntry) SetScheduleOffset added in v1.43.42

SetScheduleOffset sets the ScheduleOffset field's value.

func (*CreateAssociationBatchRequestEntry) SetSyncCompliance added in v1.30.16

SetSyncCompliance sets the SyncCompliance field's value.

func (*CreateAssociationBatchRequestEntry) SetTargetLocations added in v1.36.9

SetTargetLocations sets the TargetLocations field's value.

func (*CreateAssociationBatchRequestEntry) SetTargetMaps added in v1.44.7

SetTargetMaps sets the TargetMaps field's value.

func (*CreateAssociationBatchRequestEntry) SetTargets added in v1.5.13

SetTargets sets the Targets field's value.

func (CreateAssociationBatchRequestEntry) String added in v0.6.5

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 added in v1.5.13

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 added in v0.6.5

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 added in v1.44.106

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*CreateAssociationInput) SetApplyOnlyAtCronInterval added in v1.31.11

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

SetApplyOnlyAtCronInterval sets the ApplyOnlyAtCronInterval field's value.

func (*CreateAssociationInput) SetAssociationName added in v1.10.30

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

SetAssociationName sets the AssociationName field's value.

func (*CreateAssociationInput) SetAutomationTargetParameterName added in v1.16.23

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

SetAutomationTargetParameterName sets the AutomationTargetParameterName field's value.

func (*CreateAssociationInput) SetCalendarNames added in v1.38.35

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

SetCalendarNames sets the CalendarNames field's value.

func (*CreateAssociationInput) SetComplianceSeverity added in v1.15.64

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

SetComplianceSeverity sets the ComplianceSeverity field's value.

func (*CreateAssociationInput) SetDocumentVersion added in v1.5.13

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

SetDocumentVersion sets the DocumentVersion field's value.

func (*CreateAssociationInput) SetDuration added in v1.50.8

SetDuration sets the Duration field's value.

func (*CreateAssociationInput) SetInstanceId added in v1.5.0

SetInstanceId sets the InstanceId field's value.

func (*CreateAssociationInput) SetMaxConcurrency added in v1.15.59

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

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*CreateAssociationInput) SetMaxErrors added in v1.15.59

SetMaxErrors sets the MaxErrors field's value.

func (*CreateAssociationInput) SetName added in v1.5.0

SetName sets the Name field's value.

func (*CreateAssociationInput) SetOutputLocation added in v1.5.13

SetOutputLocation sets the OutputLocation field's value.

func (*CreateAssociationInput) SetParameters added in v1.5.0

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

SetParameters sets the Parameters field's value.

func (*CreateAssociationInput) SetScheduleExpression added in v1.5.13

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

SetScheduleExpression sets the ScheduleExpression field's value.

func (*CreateAssociationInput) SetScheduleOffset added in v1.43.42

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

SetScheduleOffset sets the ScheduleOffset field's value.

func (*CreateAssociationInput) SetSyncCompliance added in v1.30.16

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

SetSyncCompliance sets the SyncCompliance field's value.

func (*CreateAssociationInput) SetTags added in v1.44.94

SetTags sets the Tags field's value.

func (*CreateAssociationInput) SetTargetLocations added in v1.36.9

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

SetTargetLocations sets the TargetLocations field's value.

func (*CreateAssociationInput) SetTargetMaps added in v1.44.7

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

SetTargetMaps sets the TargetMaps field's value.

func (*CreateAssociationInput) SetTargets added in v1.5.13

SetTargets sets the Targets field's value.

func (CreateAssociationInput) String added in v0.6.5

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 added in v1.1.21

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 added in v0.6.5

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 added in v1.5.0

SetAssociationDescription sets the AssociationDescription field's value.

func (CreateAssociationOutput) String added in v0.6.5

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
	//
	// 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 added in v0.6.5

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 added in v1.15.80

SetAttachments sets the Attachments field's value.

func (*CreateDocumentInput) SetContent added in v1.5.0

SetContent sets the Content field's value.

func (*CreateDocumentInput) SetDisplayName added in v1.38.37

func (s *CreateDocumentInput) SetDisplayName(v string) *CreateDocumentInput

SetDisplayName sets the DisplayName field's value.

func (*CreateDocumentInput) SetDocumentFormat added in v1.12.37

func (s *CreateDocumentInput) SetDocumentFormat(v string) *CreateDocumentInput

SetDocumentFormat sets the DocumentFormat field's value.

func (*CreateDocumentInput) SetDocumentType added in v1.5.13

func (s *CreateDocumentInput) SetDocumentType(v string) *CreateDocumentInput

SetDocumentType sets the DocumentType field's value.

func (*CreateDocumentInput) SetName added in v1.5.0

SetName sets the Name field's value.

func (*CreateDocumentInput) SetRequires added in v1.25.42

SetRequires sets the Requires field's value.

func (*CreateDocumentInput) SetTags added in v1.17.1

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

SetTags sets the Tags field's value.

func (*CreateDocumentInput) SetTargetType added in v1.12.37

func (s *CreateDocumentInput) SetTargetType(v string) *CreateDocumentInput

SetTargetType sets the TargetType field's value.

func (*CreateDocumentInput) SetVersionName added in v1.15.80

func (s *CreateDocumentInput) SetVersionName(v string) *CreateDocumentInput

SetVersionName sets the VersionName field's value.

func (CreateDocumentInput) String added in v0.6.5

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 added in v1.1.21

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 added in v0.6.5

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 added in v1.5.0

func (s *CreateDocumentOutput) SetDocumentDescription(v *DocumentDescription) *CreateDocumentOutput

SetDocumentDescription sets the DocumentDescription field's value.

func (CreateDocumentOutput) String added in v0.6.5

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 added in v1.5.13

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.
	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 added in v1.5.13

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 added in v1.5.13

func (s *CreateMaintenanceWindowInput) SetAllowUnassociatedTargets(v bool) *CreateMaintenanceWindowInput

SetAllowUnassociatedTargets sets the AllowUnassociatedTargets field's value.

func (*CreateMaintenanceWindowInput) SetClientToken added in v1.5.13

SetClientToken sets the ClientToken field's value.

func (*CreateMaintenanceWindowInput) SetCutoff added in v1.5.13

SetCutoff sets the Cutoff field's value.

func (*CreateMaintenanceWindowInput) SetDescription added in v1.10.25

SetDescription sets the Description field's value.

func (*CreateMaintenanceWindowInput) SetDuration added in v1.5.13

SetDuration sets the Duration field's value.

func (*CreateMaintenanceWindowInput) SetEndDate added in v1.15.51

SetEndDate sets the EndDate field's value.

func (*CreateMaintenanceWindowInput) SetName added in v1.5.13

SetName sets the Name field's value.

func (*CreateMaintenanceWindowInput) SetSchedule added in v1.5.13

SetSchedule sets the Schedule field's value.

func (*CreateMaintenanceWindowInput) SetScheduleOffset added in v1.32.5

SetScheduleOffset sets the ScheduleOffset field's value.

func (*CreateMaintenanceWindowInput) SetScheduleTimezone added in v1.15.51

SetScheduleTimezone sets the ScheduleTimezone field's value.

func (*CreateMaintenanceWindowInput) SetStartDate added in v1.15.51

SetStartDate sets the StartDate field's value.

func (*CreateMaintenanceWindowInput) SetTags added in v1.17.1

SetTags sets the Tags field's value.

func (CreateMaintenanceWindowInput) String added in v1.5.13

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 added in v1.5.13

func (s *CreateMaintenanceWindowInput) Validate() error

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

type CreateMaintenanceWindowOutput added in v1.5.13

type CreateMaintenanceWindowOutput struct {

	// The ID of the created maintenance window.
	WindowId *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

func (CreateMaintenanceWindowOutput) GoString added in v1.5.13

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 added in v1.5.13

SetWindowId sets the WindowId field's value.

func (CreateMaintenanceWindowOutput) String added in v1.5.13

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 added in v1.19.45

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 added in v1.19.45

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 added in v1.44.139

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

SetAccountId sets the AccountId field's value.

func (*CreateOpsItemInput) SetActualEndTime added in v1.36.9

func (s *CreateOpsItemInput) SetActualEndTime(v time.Time) *CreateOpsItemInput

SetActualEndTime sets the ActualEndTime field's value.

func (*CreateOpsItemInput) SetActualStartTime added in v1.36.9

func (s *CreateOpsItemInput) SetActualStartTime(v time.Time) *CreateOpsItemInput

SetActualStartTime sets the ActualStartTime field's value.

func (*CreateOpsItemInput) SetCategory added in v1.25.37

func (s *CreateOpsItemInput) SetCategory(v string) *CreateOpsItemInput

SetCategory sets the Category field's value.

func (*CreateOpsItemInput) SetDescription added in v1.19.45

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

SetDescription sets the Description field's value.

func (*CreateOpsItemInput) SetNotifications added in v1.19.45

func (s *CreateOpsItemInput) SetNotifications(v []*OpsItemNotification) *CreateOpsItemInput

SetNotifications sets the Notifications field's value.

func (*CreateOpsItemInput) SetOperationalData added in v1.19.45

func (s *CreateOpsItemInput) SetOperationalData(v map[string]*OpsItemDataValue) *CreateOpsItemInput

SetOperationalData sets the OperationalData field's value.

func (*CreateOpsItemInput) SetOpsItemType added in v1.36.9

func (s *CreateOpsItemInput) SetOpsItemType(v string) *CreateOpsItemInput

SetOpsItemType sets the OpsItemType field's value.

func (*CreateOpsItemInput) SetPlannedEndTime added in v1.36.9

func (s *CreateOpsItemInput) SetPlannedEndTime(v time.Time) *CreateOpsItemInput

SetPlannedEndTime sets the PlannedEndTime field's value.

func (*CreateOpsItemInput) SetPlannedStartTime added in v1.36.9

func (s *CreateOpsItemInput) SetPlannedStartTime(v time.Time) *CreateOpsItemInput

SetPlannedStartTime sets the PlannedStartTime field's value.

func (*CreateOpsItemInput) SetPriority added in v1.19.45

func (s *CreateOpsItemInput) SetPriority(v int64) *CreateOpsItemInput

SetPriority sets the Priority field's value.

func (*CreateOpsItemInput) SetRelatedOpsItems added in v1.19.45

func (s *CreateOpsItemInput) SetRelatedOpsItems(v []*RelatedOpsItem) *CreateOpsItemInput

SetRelatedOpsItems sets the RelatedOpsItems field's value.

func (*CreateOpsItemInput) SetSeverity added in v1.25.37

func (s *CreateOpsItemInput) SetSeverity(v string) *CreateOpsItemInput

SetSeverity sets the Severity field's value.

func (*CreateOpsItemInput) SetSource added in v1.19.45

func (s *CreateOpsItemInput) SetSource(v string) *CreateOpsItemInput

SetSource sets the Source field's value.

func (*CreateOpsItemInput) SetTags added in v1.19.45

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

SetTags sets the Tags field's value.

func (*CreateOpsItemInput) SetTitle added in v1.19.45

SetTitle sets the Title field's value.

func (CreateOpsItemInput) String added in v1.19.45

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 added in v1.19.45

func (s *CreateOpsItemInput) Validate() error

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

type CreateOpsItemOutput added in v1.19.45

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 added in v1.19.45

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 added in v1.44.139

func (s *CreateOpsItemOutput) SetOpsItemArn(v string) *CreateOpsItemOutput

SetOpsItemArn sets the OpsItemArn field's value.

func (*CreateOpsItemOutput) SetOpsItemId added in v1.19.45

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

SetOpsItemId sets the OpsItemId field's value.

func (CreateOpsItemOutput) String added in v1.19.45

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 added in v1.36.2

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 added in v1.36.2

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 added in v1.36.2

SetMetadata sets the Metadata field's value.

func (*CreateOpsMetadataInput) SetResourceId added in v1.36.2

SetResourceId sets the ResourceId field's value.

func (*CreateOpsMetadataInput) SetTags added in v1.37.28

SetTags sets the Tags field's value.

func (CreateOpsMetadataInput) String added in v1.36.2

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 added in v1.36.2

func (s *CreateOpsMetadataInput) Validate() error

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

type CreateOpsMetadataOutput added in v1.36.2

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 added in v1.36.2

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 added in v1.36.2

func (s *CreateOpsMetadataOutput) SetOpsMetadataArn(v string) *CreateOpsMetadataOutput

SetOpsMetadataArn sets the OpsMetadataArn field's value.

func (CreateOpsMetadataOutput) String added in v1.36.2

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 added in v1.6.4

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 added in v1.6.4

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 added in v1.6.4

SetApprovalRules sets the ApprovalRules field's value.

func (*CreatePatchBaselineInput) SetApprovedPatches added in v1.6.4

func (s *CreatePatchBaselineInput) SetApprovedPatches(v []*string) *CreatePatchBaselineInput

SetApprovedPatches sets the ApprovedPatches field's value.

func (*CreatePatchBaselineInput) SetApprovedPatchesComplianceLevel added in v1.10.8

func (s *CreatePatchBaselineInput) SetApprovedPatchesComplianceLevel(v string) *CreatePatchBaselineInput

SetApprovedPatchesComplianceLevel sets the ApprovedPatchesComplianceLevel field's value.

func (*CreatePatchBaselineInput) SetApprovedPatchesEnableNonSecurity added in v1.12.72

func (s *CreatePatchBaselineInput) SetApprovedPatchesEnableNonSecurity(v bool) *CreatePatchBaselineInput

SetApprovedPatchesEnableNonSecurity sets the ApprovedPatchesEnableNonSecurity field's value.

func (*CreatePatchBaselineInput) SetClientToken added in v1.6.4

SetClientToken sets the ClientToken field's value.

func (*CreatePatchBaselineInput) SetDescription added in v1.6.4

SetDescription sets the Description field's value.

func (*CreatePatchBaselineInput) SetGlobalFilters added in v1.6.4

SetGlobalFilters sets the GlobalFilters field's value.

func (*CreatePatchBaselineInput) SetName added in v1.6.4

SetName sets the Name field's value.

func (*CreatePatchBaselineInput) SetOperatingSystem added in v1.10.8

func (s *CreatePatchBaselineInput) SetOperatingSystem(v string) *CreatePatchBaselineInput

SetOperatingSystem sets the OperatingSystem field's value.

func (*CreatePatchBaselineInput) SetRejectedPatches added in v1.6.4

func (s *CreatePatchBaselineInput) SetRejectedPatches(v []*string) *CreatePatchBaselineInput

SetRejectedPatches sets the RejectedPatches field's value.

func (*CreatePatchBaselineInput) SetRejectedPatchesAction added in v1.15.48

func (s *CreatePatchBaselineInput) SetRejectedPatchesAction(v string) *CreatePatchBaselineInput

SetRejectedPatchesAction sets the RejectedPatchesAction field's value.

func (*CreatePatchBaselineInput) SetSources added in v1.12.72

SetSources sets the Sources field's value.

func (*CreatePatchBaselineInput) SetTags added in v1.17.1

SetTags sets the Tags field's value.

func (CreatePatchBaselineInput) String added in v1.6.4

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 added in v1.6.4

func (s *CreatePatchBaselineInput) Validate() error

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

type CreatePatchBaselineOutput added in v1.6.4

type CreatePatchBaselineOutput struct {

	// The ID of the created patch baseline.
	BaselineId *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

func (CreatePatchBaselineOutput) GoString added in v1.6.4

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 added in v1.6.4

SetBaselineId sets the BaselineId field's value.

func (CreatePatchBaselineOutput) String added in v1.6.4

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 added in v1.10.5

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 added in v1.10.5

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 added in v1.10.5

SetS3Destination sets the S3Destination field's value.

func (*CreateResourceDataSyncInput) SetSyncName added in v1.10.5

SetSyncName sets the SyncName field's value.

func (*CreateResourceDataSyncInput) SetSyncSource added in v1.25.37

SetSyncSource sets the SyncSource field's value.

func (*CreateResourceDataSyncInput) SetSyncType added in v1.25.37

SetSyncType sets the SyncType field's value.

func (CreateResourceDataSyncInput) String added in v1.10.5

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 added in v1.10.5

func (s *CreateResourceDataSyncInput) Validate() error

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

type CreateResourceDataSyncOutput added in v1.10.5

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

func (CreateResourceDataSyncOutput) GoString added in v1.10.5

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 added in v1.10.5

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 added in v1.28.0

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 added in v1.28.0

Code returns the exception type name.

func (*CustomSchemaCountLimitExceededException) Error added in v1.28.0

func (CustomSchemaCountLimitExceededException) GoString added in v1.28.0

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 added in v1.28.0

Message returns the exception's message.

func (*CustomSchemaCountLimitExceededException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*CustomSchemaCountLimitExceededException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*CustomSchemaCountLimitExceededException) StatusCode added in v1.28.0

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

func (CustomSchemaCountLimitExceededException) String added in v1.28.0

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 added in v1.2.2

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 added in v1.2.2

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 added in v1.5.0

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

SetActivationId sets the ActivationId field's value.

func (DeleteActivationInput) String added in v1.2.2

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 added in v1.2.2

func (s *DeleteActivationInput) Validate() error

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

type DeleteActivationOutput added in v1.2.2

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

func (DeleteActivationOutput) GoString added in v1.2.2

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 added in v1.2.2

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 added in v0.6.5

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 added in v1.5.13

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

SetAssociationId sets the AssociationId field's value.

func (*DeleteAssociationInput) SetInstanceId added in v1.5.0

SetInstanceId sets the InstanceId field's value.

func (*DeleteAssociationInput) SetName added in v1.5.0

SetName sets the Name field's value.

func (DeleteAssociationInput) String added in v0.6.5

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 added in v0.6.5

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 added in v0.6.5

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 added in v0.6.5

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 added in v1.20.7

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

SetDocumentVersion sets the DocumentVersion field's value.

func (*DeleteDocumentInput) SetForce added in v1.25.42

SetForce sets the Force field's value.

func (*DeleteDocumentInput) SetName added in v1.5.0

SetName sets the Name field's value.

func (*DeleteDocumentInput) SetVersionName added in v1.20.7

func (s *DeleteDocumentInput) SetVersionName(v string) *DeleteDocumentInput

SetVersionName sets the VersionName field's value.

func (DeleteDocumentInput) String added in v0.6.5

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 added in v1.1.21

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 added in v0.6.5

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 added in v0.6.5

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 added in v1.13.33

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 added in v1.13.33

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 added in v1.13.33

func (s *DeleteInventoryInput) SetClientToken(v string) *DeleteInventoryInput

SetClientToken sets the ClientToken field's value.

func (*DeleteInventoryInput) SetDryRun added in v1.13.33

SetDryRun sets the DryRun field's value.

func (*DeleteInventoryInput) SetSchemaDeleteOption added in v1.13.33

func (s *DeleteInventoryInput) SetSchemaDeleteOption(v string) *DeleteInventoryInput

SetSchemaDeleteOption sets the SchemaDeleteOption field's value.

func (*DeleteInventoryInput) SetTypeName added in v1.13.33

SetTypeName sets the TypeName field's value.

func (DeleteInventoryInput) String added in v1.13.33

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 added in v1.13.33

func (s *DeleteInventoryInput) Validate() error

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

type DeleteInventoryOutput added in v1.13.33

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 added in v1.13.33

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 added in v1.13.33

func (s *DeleteInventoryOutput) SetDeletionId(v string) *DeleteInventoryOutput

SetDeletionId sets the DeletionId field's value.

func (*DeleteInventoryOutput) SetDeletionSummary added in v1.13.33

SetDeletionSummary sets the DeletionSummary field's value.

func (*DeleteInventoryOutput) SetTypeName added in v1.13.33

SetTypeName sets the TypeName field's value.

func (DeleteInventoryOutput) String added in v1.13.33

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 added in v1.5.13

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 added in v1.5.13

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 added in v1.5.13

SetWindowId sets the WindowId field's value.

func (DeleteMaintenanceWindowInput) String added in v1.5.13

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 added in v1.5.13

func (s *DeleteMaintenanceWindowInput) Validate() error

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

type DeleteMaintenanceWindowOutput added in v1.5.13

type DeleteMaintenanceWindowOutput struct {

	// The ID of the deleted maintenance window.
	WindowId *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteMaintenanceWindowOutput) GoString added in v1.5.13

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 added in v1.5.13

SetWindowId sets the WindowId field's value.

func (DeleteMaintenanceWindowOutput) String added in v1.5.13

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 added in v1.46.1

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 added in v1.46.1

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 added in v1.46.1

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

SetOpsItemId sets the OpsItemId field's value.

func (DeleteOpsItemInput) String added in v1.46.1

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 added in v1.46.1

func (s *DeleteOpsItemInput) Validate() error

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

type DeleteOpsItemOutput added in v1.46.1

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

func (DeleteOpsItemOutput) GoString added in v1.46.1

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 added in v1.46.1

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 added in v1.36.2

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 added in v1.36.2

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 added in v1.36.2

func (s *DeleteOpsMetadataInput) SetOpsMetadataArn(v string) *DeleteOpsMetadataInput

SetOpsMetadataArn sets the OpsMetadataArn field's value.

func (DeleteOpsMetadataInput) String added in v1.36.2

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 added in v1.36.2

func (s *DeleteOpsMetadataInput) Validate() error

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

type DeleteOpsMetadataOutput added in v1.36.2

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

func (DeleteOpsMetadataOutput) GoString added in v1.36.2

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 added in v1.36.2

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 added in v1.5.13

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 added in v1.5.13

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 added in v1.5.13

SetName sets the Name field's value.

func (DeleteParameterInput) String added in v1.5.13

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 added in v1.5.13

func (s *DeleteParameterInput) Validate() error

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

type DeleteParameterOutput added in v1.5.13

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

func (DeleteParameterOutput) GoString added in v1.5.13

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 added in v1.5.13

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 added in v1.10.1

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 added in v1.10.1

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 added in v1.10.1

SetNames sets the Names field's value.

func (DeleteParametersInput) String added in v1.10.1

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 added in v1.10.1

func (s *DeleteParametersInput) Validate() error

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

type DeleteParametersOutput added in v1.10.1

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 added in v1.10.1

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 added in v1.10.1

func (s *DeleteParametersOutput) SetDeletedParameters(v []*string) *DeleteParametersOutput

SetDeletedParameters sets the DeletedParameters field's value.

func (*DeleteParametersOutput) SetInvalidParameters added in v1.10.1

func (s *DeleteParametersOutput) SetInvalidParameters(v []*string) *DeleteParametersOutput

SetInvalidParameters sets the InvalidParameters field's value.

func (DeleteParametersOutput) String added in v1.10.1

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 added in v1.6.4

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 added in v1.6.4

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 added in v1.6.4

SetBaselineId sets the BaselineId field's value.

func (DeletePatchBaselineInput) String added in v1.6.4

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 added in v1.6.4

func (s *DeletePatchBaselineInput) Validate() error

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

type DeletePatchBaselineOutput added in v1.6.4

type DeletePatchBaselineOutput struct {

	// The ID of the deleted patch baseline.
	BaselineId *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

func (DeletePatchBaselineOutput) GoString added in v1.6.4

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 added in v1.6.4

SetBaselineId sets the BaselineId field's value.

func (DeletePatchBaselineOutput) String added in v1.6.4

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 added in v1.10.5

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 added in v1.10.5

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 added in v1.10.5

SetSyncName sets the SyncName field's value.

func (*DeleteResourceDataSyncInput) SetSyncType added in v1.25.37

SetSyncType sets the SyncType field's value.

func (DeleteResourceDataSyncInput) String added in v1.10.5

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 added in v1.10.5

func (s *DeleteResourceDataSyncInput) Validate() error

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

type DeleteResourceDataSyncOutput added in v1.10.5

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

func (DeleteResourceDataSyncOutput) GoString added in v1.10.5

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 added in v1.10.5

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 added in v1.44.139

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 added in v1.44.139

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 added in v1.44.139

SetPolicyHash sets the PolicyHash field's value.

func (*DeleteResourcePolicyInput) SetPolicyId added in v1.44.139

SetPolicyId sets the PolicyId field's value.

func (*DeleteResourcePolicyInput) SetResourceArn added in v1.44.139

SetResourceArn sets the ResourceArn field's value.

func (DeleteResourcePolicyInput) String added in v1.44.139

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 added in v1.44.139

func (s *DeleteResourcePolicyInput) Validate() error

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

type DeleteResourcePolicyOutput added in v1.44.139

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

func (DeleteResourcePolicyOutput) GoString added in v1.44.139

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 added in v1.44.139

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 added in v1.2.2

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 added in v1.2.2

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 added in v1.5.0

SetInstanceId sets the InstanceId field's value.

func (DeregisterManagedInstanceInput) String added in v1.2.2

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 added in v1.2.2

func (s *DeregisterManagedInstanceInput) Validate() error

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

type DeregisterManagedInstanceOutput added in v1.2.2

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

func (DeregisterManagedInstanceOutput) GoString added in v1.2.2

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 added in v1.2.2

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 added in v1.6.4

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 added in v1.6.4

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 added in v1.6.4

SetBaselineId sets the BaselineId field's value.

func (*DeregisterPatchBaselineForPatchGroupInput) SetPatchGroup added in v1.6.4

SetPatchGroup sets the PatchGroup field's value.

func (DeregisterPatchBaselineForPatchGroupInput) String added in v1.6.4

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 added in v1.6.4

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

type DeregisterPatchBaselineForPatchGroupOutput added in v1.6.4

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 added in v1.6.4

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 added in v1.6.4

SetBaselineId sets the BaselineId field's value.

func (*DeregisterPatchBaselineForPatchGroupOutput) SetPatchGroup added in v1.6.4

SetPatchGroup sets the PatchGroup field's value.

func (DeregisterPatchBaselineForPatchGroupOutput) String added in v1.6.4

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 added in v1.5.13

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 added in v1.5.13

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 added in v1.10.25

SetSafe sets the Safe field's value.

func (*DeregisterTargetFromMaintenanceWindowInput) SetWindowId added in v1.5.13

SetWindowId sets the WindowId field's value.

func (*DeregisterTargetFromMaintenanceWindowInput) SetWindowTargetId added in v1.5.13

SetWindowTargetId sets the WindowTargetId field's value.

func (DeregisterTargetFromMaintenanceWindowInput) String added in v1.5.13

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 added in v1.5.13

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

type DeregisterTargetFromMaintenanceWindowOutput added in v1.5.13

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 added in v1.5.13

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 added in v1.5.13

SetWindowId sets the WindowId field's value.

func (*DeregisterTargetFromMaintenanceWindowOutput) SetWindowTargetId added in v1.5.13

SetWindowTargetId sets the WindowTargetId field's value.

func (DeregisterTargetFromMaintenanceWindowOutput) String added in v1.5.13

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 added in v1.5.13

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 added in v1.5.13

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 added in v1.5.13

SetWindowId sets the WindowId field's value.

func (*DeregisterTaskFromMaintenanceWindowInput) SetWindowTaskId added in v1.5.13

SetWindowTaskId sets the WindowTaskId field's value.

func (DeregisterTaskFromMaintenanceWindowInput) String added in v1.5.13

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 added in v1.5.13

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

type DeregisterTaskFromMaintenanceWindowOutput added in v1.5.13

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 added in v1.5.13

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 added in v1.5.13

SetWindowId sets the WindowId field's value.

func (*DeregisterTaskFromMaintenanceWindowOutput) SetWindowTaskId added in v1.5.13

SetWindowTaskId sets the WindowTaskId field's value.

func (DeregisterTaskFromMaintenanceWindowOutput) String added in v1.5.13

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 DescribeActivationsFilter added in v1.2.2

type DescribeActivationsFilter struct {

	// The name of the filter.
	FilterKey *string `type:"string" enum:"DescribeActivationsFilterKeys"`

	// The filter values.
	FilterValues []*string `type:"list"`
	// contains filtered or unexported fields
}

Filter for the DescribeActivation API.

func (DescribeActivationsFilter) GoString added in v1.2.2

func (s DescribeActivationsFilter) 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 (*DescribeActivationsFilter) SetFilterKey added in v1.5.0

SetFilterKey sets the FilterKey field's value.

func (*DescribeActivationsFilter) SetFilterValues added in v1.5.0

SetFilterValues sets the FilterValues field's value.

func (DescribeActivationsFilter) String added in v1.2.2

func (s DescribeActivationsFilter) 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 DescribeActivationsInput added in v1.2.2

type DescribeActivationsInput struct {

	// A filter to view information about your activations.
	Filters []*DescribeActivationsFilter `type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// A token to start the list. Use this token to get the next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeActivationsInput) GoString added in v1.2.2

func (s DescribeActivationsInput) 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 (*DescribeActivationsInput) SetFilters added in v1.5.0

SetFilters sets the Filters field's value.

func (*DescribeActivationsInput) SetMaxResults added in v1.5.0

SetMaxResults sets the MaxResults field's value.

func (*DescribeActivationsInput) SetNextToken added in v1.5.0

SetNextToken sets the NextToken field's value.

func (DescribeActivationsInput) String added in v1.2.2

func (s DescribeActivationsInput) 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 (*DescribeActivationsInput) Validate added in v1.2.2

func (s *DescribeActivationsInput) Validate() error

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

type DescribeActivationsOutput added in v1.2.2

type DescribeActivationsOutput struct {

	// A list of activations for your Amazon Web Services account.
	ActivationList []*Activation `type:"list"`

	// The token for the next set of items to return. Use this token to get the
	// next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeActivationsOutput) GoString added in v1.2.2

func (s DescribeActivationsOutput) 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 (*DescribeActivationsOutput) SetActivationList added in v1.5.0

SetActivationList sets the ActivationList field's value.

func (*DescribeActivationsOutput) SetNextToken added in v1.5.0

SetNextToken sets the NextToken field's value.

func (DescribeActivationsOutput) String added in v1.2.2

func (s DescribeActivationsOutput) 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 DescribeAssociationExecutionTargetsInput added in v1.14.18

type DescribeAssociationExecutionTargetsInput struct {

	// The association ID that includes the execution for which you want to view
	// details.
	//
	// AssociationId is a required field
	AssociationId *string `type:"string" required:"true"`

	// The execution ID for which you want to view details.
	//
	// ExecutionId is a required field
	ExecutionId *string `type:"string" required:"true"`

	// Filters for the request. You can specify the following filters and values.
	//
	// Status (EQUAL)
	//
	// ResourceId (EQUAL)
	//
	// ResourceType (EQUAL)
	Filters []*AssociationExecutionTargetsFilter `min:"1" type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// A token to start the list. Use this token to get the next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAssociationExecutionTargetsInput) GoString added in v1.14.18

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 (*DescribeAssociationExecutionTargetsInput) SetAssociationId added in v1.14.18

SetAssociationId sets the AssociationId field's value.

func (*DescribeAssociationExecutionTargetsInput) SetExecutionId added in v1.14.18

SetExecutionId sets the ExecutionId field's value.

func (*DescribeAssociationExecutionTargetsInput) SetFilters added in v1.14.18

SetFilters sets the Filters field's value.

func (*DescribeAssociationExecutionTargetsInput) SetMaxResults added in v1.14.18

SetMaxResults sets the MaxResults field's value.

func (*DescribeAssociationExecutionTargetsInput) SetNextToken added in v1.14.18

SetNextToken sets the NextToken field's value.

func (DescribeAssociationExecutionTargetsInput) String added in v1.14.18

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 (*DescribeAssociationExecutionTargetsInput) Validate added in v1.14.18

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

type DescribeAssociationExecutionTargetsOutput added in v1.14.18

type DescribeAssociationExecutionTargetsOutput struct {

	// Information about the execution.
	AssociationExecutionTargets []*AssociationExecutionTarget `type:"list"`

	// The token for the next set of items to return. Use this token to get the
	// next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAssociationExecutionTargetsOutput) GoString added in v1.14.18

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 (*DescribeAssociationExecutionTargetsOutput) SetAssociationExecutionTargets added in v1.14.18

SetAssociationExecutionTargets sets the AssociationExecutionTargets field's value.

func (*DescribeAssociationExecutionTargetsOutput) SetNextToken added in v1.14.18

SetNextToken sets the NextToken field's value.

func (DescribeAssociationExecutionTargetsOutput) String added in v1.14.18

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 DescribeAssociationExecutionsInput added in v1.14.18

type DescribeAssociationExecutionsInput struct {

	// The association ID for which you want to view execution history details.
	//
	// AssociationId is a required field
	AssociationId *string `type:"string" required:"true"`

	// Filters for the request. You can specify the following filters and values.
	//
	// ExecutionId (EQUAL)
	//
	// Status (EQUAL)
	//
	// CreatedTime (EQUAL, GREATER_THAN, LESS_THAN)
	Filters []*AssociationExecutionFilter `min:"1" type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// A token to start the list. Use this token to get the next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAssociationExecutionsInput) GoString added in v1.14.18

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 (*DescribeAssociationExecutionsInput) SetAssociationId added in v1.14.18

SetAssociationId sets the AssociationId field's value.

func (*DescribeAssociationExecutionsInput) SetFilters added in v1.14.18

SetFilters sets the Filters field's value.

func (*DescribeAssociationExecutionsInput) SetMaxResults added in v1.14.18

SetMaxResults sets the MaxResults field's value.

func (*DescribeAssociationExecutionsInput) SetNextToken added in v1.14.18

SetNextToken sets the NextToken field's value.

func (DescribeAssociationExecutionsInput) String added in v1.14.18

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 (*DescribeAssociationExecutionsInput) Validate added in v1.14.18

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

type DescribeAssociationExecutionsOutput added in v1.14.18

type DescribeAssociationExecutionsOutput struct {

	// A list of the executions for the specified association ID.
	AssociationExecutions []*AssociationExecution `type:"list"`

	// The token for the next set of items to return. Use this token to get the
	// next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAssociationExecutionsOutput) GoString added in v1.14.18

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 (*DescribeAssociationExecutionsOutput) SetAssociationExecutions added in v1.14.18

SetAssociationExecutions sets the AssociationExecutions field's value.

func (*DescribeAssociationExecutionsOutput) SetNextToken added in v1.14.18

SetNextToken sets the NextToken field's value.

func (DescribeAssociationExecutionsOutput) String added in v1.14.18

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 DescribeAssociationInput

type DescribeAssociationInput struct {

	// The association ID for which you want information.
	AssociationId *string `type:"string"`

	// Specify the association version to retrieve. To view the latest version,
	// either specify $LATEST for this parameter, or omit this parameter. To view
	// a list of all associations for a managed node, use ListAssociations. To get
	// a list of versions for a specific association, use ListAssociationVersions.
	AssociationVersion *string `type:"string"`

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

	// The name of the SSM document.
	Name *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAssociationInput) GoString added in v0.6.5

func (s DescribeAssociationInput) 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 (*DescribeAssociationInput) SetAssociationId added in v1.5.13

SetAssociationId sets the AssociationId field's value.

func (*DescribeAssociationInput) SetAssociationVersion added in v1.10.30

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

SetAssociationVersion sets the AssociationVersion field's value.

func (*DescribeAssociationInput) SetInstanceId added in v1.5.0

SetInstanceId sets the InstanceId field's value.

func (*DescribeAssociationInput) SetName added in v1.5.0

SetName sets the Name field's value.

func (DescribeAssociationInput) String added in v0.6.5

func (s DescribeAssociationInput) 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 DescribeAssociationOutput

type DescribeAssociationOutput struct {

	// Information about the association.
	AssociationDescription *AssociationDescription `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeAssociationOutput) GoString added in v0.6.5

func (s DescribeAssociationOutput) 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 (*DescribeAssociationOutput) SetAssociationDescription added in v1.5.0

SetAssociationDescription sets the AssociationDescription field's value.

func (DescribeAssociationOutput) String added in v0.6.5

func (s DescribeAssociationOutput) 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 DescribeAutomationExecutionsInput added in v1.5.13

type DescribeAutomationExecutionsInput struct {

	// Filters used to limit the scope of executions that are requested.
	Filters []*AutomationExecutionFilter `min:"1" type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAutomationExecutionsInput) GoString added in v1.5.13

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 (*DescribeAutomationExecutionsInput) SetFilters added in v1.5.13

SetFilters sets the Filters field's value.

func (*DescribeAutomationExecutionsInput) SetMaxResults added in v1.5.13

SetMaxResults sets the MaxResults field's value.

func (*DescribeAutomationExecutionsInput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (DescribeAutomationExecutionsInput) String added in v1.5.13

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 (*DescribeAutomationExecutionsInput) Validate added in v1.5.13

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

type DescribeAutomationExecutionsOutput added in v1.5.13

type DescribeAutomationExecutionsOutput struct {

	// The list of details about each automation execution which has occurred which
	// matches the filter specification, if any.
	AutomationExecutionMetadataList []*AutomationExecutionMetadata `type:"list"`

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAutomationExecutionsOutput) GoString added in v1.5.13

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 (*DescribeAutomationExecutionsOutput) SetAutomationExecutionMetadataList added in v1.5.13

SetAutomationExecutionMetadataList sets the AutomationExecutionMetadataList field's value.

func (*DescribeAutomationExecutionsOutput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (DescribeAutomationExecutionsOutput) String added in v1.5.13

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 DescribeAutomationStepExecutionsInput added in v1.12.37

type DescribeAutomationStepExecutionsInput struct {

	// The Automation execution ID for which you want step execution descriptions.
	//
	// AutomationExecutionId is a required field
	AutomationExecutionId *string `min:"36" type:"string" required:"true"`

	// One or more filters to limit the number of step executions returned by the
	// request.
	Filters []*StepExecutionFilter `min:"1" type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`

	// Indicates whether to list step executions in reverse order by start time.
	// The default value is 'false'.
	ReverseOrder *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (DescribeAutomationStepExecutionsInput) GoString added in v1.12.37

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 (*DescribeAutomationStepExecutionsInput) SetAutomationExecutionId added in v1.12.37

SetAutomationExecutionId sets the AutomationExecutionId field's value.

func (*DescribeAutomationStepExecutionsInput) SetFilters added in v1.12.37

SetFilters sets the Filters field's value.

func (*DescribeAutomationStepExecutionsInput) SetMaxResults added in v1.12.37

SetMaxResults sets the MaxResults field's value.

func (*DescribeAutomationStepExecutionsInput) SetNextToken added in v1.12.37

SetNextToken sets the NextToken field's value.

func (*DescribeAutomationStepExecutionsInput) SetReverseOrder added in v1.12.37

SetReverseOrder sets the ReverseOrder field's value.

func (DescribeAutomationStepExecutionsInput) String added in v1.12.37

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 (*DescribeAutomationStepExecutionsInput) Validate added in v1.12.37

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

type DescribeAutomationStepExecutionsOutput added in v1.12.37

type DescribeAutomationStepExecutionsOutput struct {

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`

	// A list of details about the current state of all steps that make up an execution.
	StepExecutions []*StepExecution `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeAutomationStepExecutionsOutput) GoString added in v1.12.37

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 (*DescribeAutomationStepExecutionsOutput) SetNextToken added in v1.12.37

SetNextToken sets the NextToken field's value.

func (*DescribeAutomationStepExecutionsOutput) SetStepExecutions added in v1.12.37

SetStepExecutions sets the StepExecutions field's value.

func (DescribeAutomationStepExecutionsOutput) String added in v1.12.37

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 DescribeAvailablePatchesInput added in v1.6.4

type DescribeAvailablePatchesInput struct {

	// Each element in the array is a structure containing a key-value pair.
	//
	// Windows Server
	//
	// Supported keys for Windows Server managed node patches include the following:
	//
	//    * PATCH_SET Sample values: OS | APPLICATION
	//
	//    * PRODUCT Sample values: WindowsServer2012 | Office 2010 | MicrosoftDefenderAntivirus
	//
	//    * PRODUCT_FAMILY Sample values: Windows | Office
	//
	//    * MSRC_SEVERITY Sample values: ServicePacks | Important | Moderate
	//
	//    * CLASSIFICATION Sample values: ServicePacks | SecurityUpdates | DefinitionUpdates
	//
	//    * PATCH_ID Sample values: KB123456 | KB4516046
	//
	// Linux
	//
	// When specifying filters for Linux patches, you must specify a key-pair for
	// PRODUCT. For example, using the Command Line Interface (CLI), the following
	// command fails:
	//
	// aws ssm describe-available-patches --filters Key=CVE_ID,Values=CVE-2018-3615
	//
	// However, the following command succeeds:
	//
	// aws ssm describe-available-patches --filters Key=PRODUCT,Values=AmazonLinux2018.03
	// Key=CVE_ID,Values=CVE-2018-3615
	//
	// Supported keys for Linux managed node patches include the following:
	//
	//    * PRODUCT Sample values: AmazonLinux2018.03 | AmazonLinux2.0
	//
	//    * NAME Sample values: kernel-headers | samba-python | php
	//
	//    * SEVERITY Sample values: Critical | Important | Medium | Low
	//
	//    * EPOCH Sample values: 0 | 1
	//
	//    * VERSION Sample values: 78.6.1 | 4.10.16
	//
	//    * RELEASE Sample values: 9.56.amzn1 | 1.amzn2
	//
	//    * ARCH Sample values: i686 | x86_64
	//
	//    * REPOSITORY Sample values: Core | Updates
	//
	//    * ADVISORY_ID Sample values: ALAS-2018-1058 | ALAS2-2021-1594
	//
	//    * CVE_ID Sample values: CVE-2018-3615 | CVE-2020-1472
	//
	//    * BUGZILLA_ID Sample values: 1463241
	Filters []*PatchOrchestratorFilter `type:"list"`

	// The maximum number of patches to return (per page).
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAvailablePatchesInput) GoString added in v1.6.4

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 (*DescribeAvailablePatchesInput) SetFilters added in v1.6.4

SetFilters sets the Filters field's value.

func (*DescribeAvailablePatchesInput) SetMaxResults added in v1.6.4

SetMaxResults sets the MaxResults field's value.

func (*DescribeAvailablePatchesInput) SetNextToken added in v1.6.4

SetNextToken sets the NextToken field's value.

func (DescribeAvailablePatchesInput) String added in v1.6.4

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 (*DescribeAvailablePatchesInput) Validate added in v1.6.4

func (s *DescribeAvailablePatchesInput) Validate() error

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

type DescribeAvailablePatchesOutput added in v1.6.4

type DescribeAvailablePatchesOutput struct {

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`

	// An array of patches. Each entry in the array is a patch structure.
	Patches []*Patch `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeAvailablePatchesOutput) GoString added in v1.6.4

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 (*DescribeAvailablePatchesOutput) SetNextToken added in v1.6.4

SetNextToken sets the NextToken field's value.

func (*DescribeAvailablePatchesOutput) SetPatches added in v1.6.4

SetPatches sets the Patches field's value.

func (DescribeAvailablePatchesOutput) String added in v1.6.4

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 DescribeDocumentInput

type DescribeDocumentInput struct {

	// The document version for which you want information. Can be a specific version
	// or the default version.
	DocumentVersion *string `type:"string"`

	// The name of the SSM document.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// An optional field specifying the version of the artifact associated with
	// the document. For example, 12.6. 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 (DescribeDocumentInput) GoString added in v0.6.5

func (s DescribeDocumentInput) 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 (*DescribeDocumentInput) SetDocumentVersion added in v1.5.13

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

SetDocumentVersion sets the DocumentVersion field's value.

func (*DescribeDocumentInput) SetName added in v1.5.0

SetName sets the Name field's value.

func (*DescribeDocumentInput) SetVersionName added in v1.15.80

func (s *DescribeDocumentInput) SetVersionName(v string) *DescribeDocumentInput

SetVersionName sets the VersionName field's value.

func (DescribeDocumentInput) String added in v0.6.5

func (s DescribeDocumentInput) 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 (*DescribeDocumentInput) Validate added in v1.1.21

func (s *DescribeDocumentInput) Validate() error

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

type DescribeDocumentOutput

type DescribeDocumentOutput struct {

	// Information about the SSM document.
	Document *DocumentDescription `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeDocumentOutput) GoString added in v0.6.5

func (s DescribeDocumentOutput) 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 (*DescribeDocumentOutput) SetDocument added in v1.5.0

SetDocument sets the Document field's value.

func (DescribeDocumentOutput) String added in v0.6.5

func (s DescribeDocumentOutput) 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 DescribeDocumentPermissionInput added in v1.1.26

type DescribeDocumentPermissionInput struct {

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// The name of the document for which you are the owner.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`

	// The permission type for the document. The permission type can be Share.
	//
	// PermissionType is a required field
	PermissionType *string `type:"string" required:"true" enum:"DocumentPermissionType"`
	// contains filtered or unexported fields
}

func (DescribeDocumentPermissionInput) GoString added in v1.1.26

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 (*DescribeDocumentPermissionInput) SetMaxResults added in v1.36.25

SetMaxResults sets the MaxResults field's value.

func (*DescribeDocumentPermissionInput) SetName added in v1.5.0

SetName sets the Name field's value.

func (*DescribeDocumentPermissionInput) SetNextToken added in v1.36.25

SetNextToken sets the NextToken field's value.

func (*DescribeDocumentPermissionInput) SetPermissionType added in v1.5.0

SetPermissionType sets the PermissionType field's value.

func (DescribeDocumentPermissionInput) String added in v1.1.26

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 (*DescribeDocumentPermissionInput) Validate added in v1.1.26

func (s *DescribeDocumentPermissionInput) Validate() error

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

type DescribeDocumentPermissionOutput added in v1.1.26

type DescribeDocumentPermissionOutput struct {

	// The account IDs that have permission to use this document. The ID can be
	// either an Amazon Web Services account or All.
	AccountIds []*string `type:"list"`

	// A list of Amazon Web Services accounts where the current document is shared
	// and the version shared with each account.
	AccountSharingInfoList []*AccountSharingInfo `type:"list"`

	// The token for the next set of items to return. Use this token to get the
	// next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeDocumentPermissionOutput) GoString added in v1.1.26

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 (*DescribeDocumentPermissionOutput) SetAccountIds added in v1.5.0

SetAccountIds sets the AccountIds field's value.

func (*DescribeDocumentPermissionOutput) SetAccountSharingInfoList added in v1.25.42

SetAccountSharingInfoList sets the AccountSharingInfoList field's value.

func (*DescribeDocumentPermissionOutput) SetNextToken added in v1.36.25

SetNextToken sets the NextToken field's value.

func (DescribeDocumentPermissionOutput) String added in v1.1.26

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 DescribeEffectiveInstanceAssociationsInput added in v1.5.13

type DescribeEffectiveInstanceAssociationsInput struct {

	// The managed node ID for which you want to view all associations.
	//
	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeEffectiveInstanceAssociationsInput) GoString added in v1.5.13

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 (*DescribeEffectiveInstanceAssociationsInput) SetInstanceId added in v1.5.13

SetInstanceId sets the InstanceId field's value.

func (*DescribeEffectiveInstanceAssociationsInput) SetMaxResults added in v1.5.13

SetMaxResults sets the MaxResults field's value.

func (*DescribeEffectiveInstanceAssociationsInput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (DescribeEffectiveInstanceAssociationsInput) String added in v1.5.13

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 (*DescribeEffectiveInstanceAssociationsInput) Validate added in v1.5.13

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

type DescribeEffectiveInstanceAssociationsOutput added in v1.5.13

type DescribeEffectiveInstanceAssociationsOutput struct {

	// The associations for the requested managed node.
	Associations []*InstanceAssociation `type:"list"`

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeEffectiveInstanceAssociationsOutput) GoString added in v1.5.13

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 (*DescribeEffectiveInstanceAssociationsOutput) SetAssociations added in v1.5.13

SetAssociations sets the Associations field's value.

func (*DescribeEffectiveInstanceAssociationsOutput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (DescribeEffectiveInstanceAssociationsOutput) String added in v1.5.13

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 DescribeEffectivePatchesForPatchBaselineInput added in v1.6.4

type DescribeEffectivePatchesForPatchBaselineInput struct {

	// The ID of the patch baseline to retrieve the effective patches for.
	//
	// BaselineId is a required field
	BaselineId *string `min:"20" type:"string" required:"true"`

	// The maximum number of patches to return (per page).
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeEffectivePatchesForPatchBaselineInput) GoString added in v1.6.4

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 (*DescribeEffectivePatchesForPatchBaselineInput) SetBaselineId added in v1.6.4

SetBaselineId sets the BaselineId field's value.

func (*DescribeEffectivePatchesForPatchBaselineInput) SetMaxResults added in v1.6.4

SetMaxResults sets the MaxResults field's value.

func (*DescribeEffectivePatchesForPatchBaselineInput) SetNextToken added in v1.6.4

SetNextToken sets the NextToken field's value.

func (DescribeEffectivePatchesForPatchBaselineInput) String added in v1.6.4

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 (*DescribeEffectivePatchesForPatchBaselineInput) Validate added in v1.6.4

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

type DescribeEffectivePatchesForPatchBaselineOutput added in v1.6.4

type DescribeEffectivePatchesForPatchBaselineOutput struct {

	// An array of patches and patch status.
	EffectivePatches []*EffectivePatch `type:"list"`

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeEffectivePatchesForPatchBaselineOutput) GoString added in v1.6.4

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 (*DescribeEffectivePatchesForPatchBaselineOutput) SetEffectivePatches added in v1.6.4

SetEffectivePatches sets the EffectivePatches field's value.

func (*DescribeEffectivePatchesForPatchBaselineOutput) SetNextToken added in v1.6.4

SetNextToken sets the NextToken field's value.

func (DescribeEffectivePatchesForPatchBaselineOutput) String added in v1.6.4

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 DescribeInstanceAssociationsStatusInput added in v1.5.13

type DescribeInstanceAssociationsStatusInput struct {

	// The managed node IDs for which you want association status information.
	//
	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeInstanceAssociationsStatusInput) GoString added in v1.5.13

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 (*DescribeInstanceAssociationsStatusInput) SetInstanceId added in v1.5.13

SetInstanceId sets the InstanceId field's value.

func (*DescribeInstanceAssociationsStatusInput) SetMaxResults added in v1.5.13

SetMaxResults sets the MaxResults field's value.

func (*DescribeInstanceAssociationsStatusInput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (DescribeInstanceAssociationsStatusInput) String added in v1.5.13

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 (*DescribeInstanceAssociationsStatusInput) Validate added in v1.5.13

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

type DescribeInstanceAssociationsStatusOutput added in v1.5.13

type DescribeInstanceAssociationsStatusOutput struct {

	// Status information about the association.
	InstanceAssociationStatusInfos []*InstanceAssociationStatusInfo `type:"list"`

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeInstanceAssociationsStatusOutput) GoString added in v1.5.13

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 (*DescribeInstanceAssociationsStatusOutput) SetInstanceAssociationStatusInfos added in v1.5.13

SetInstanceAssociationStatusInfos sets the InstanceAssociationStatusInfos field's value.

func (*DescribeInstanceAssociationsStatusOutput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (DescribeInstanceAssociationsStatusOutput) String added in v1.5.13

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 DescribeInstanceInformationInput added in v0.9.17

type DescribeInstanceInformationInput struct {

	// One or more filters. Use a filter to return a more specific list of managed
	// nodes. You can filter based on tags applied to your managed nodes. Tag filters
	// can't be combined with other filter types. Use this Filters data type instead
	// of InstanceInformationFilterList, which is deprecated.
	Filters []*InstanceInformationStringFilter `type:"list"`

	// This is a legacy method. We recommend that you don't use this method. Instead,
	// use the Filters data type. Filters enables you to return node information
	// by filtering based on tags applied to managed nodes.
	//
	// Attempting to use InstanceInformationFilterList and Filters leads to an exception
	// error.
	InstanceInformationFilterList []*InstanceInformationFilter `type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results. The default value is 10 items.
	MaxResults *int64 `min:"5" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeInstanceInformationInput) GoString added in v0.9.17

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 (*DescribeInstanceInformationInput) SetFilters added in v1.5.13

SetFilters sets the Filters field's value.

func (*DescribeInstanceInformationInput) SetInstanceInformationFilterList added in v1.5.0

SetInstanceInformationFilterList sets the InstanceInformationFilterList field's value.

func (*DescribeInstanceInformationInput) SetMaxResults added in v1.5.0

SetMaxResults sets the MaxResults field's value.

func (*DescribeInstanceInformationInput) SetNextToken added in v1.5.0

SetNextToken sets the NextToken field's value.

func (DescribeInstanceInformationInput) String added in v0.9.17

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 (*DescribeInstanceInformationInput) Validate added in v1.1.21

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

type DescribeInstanceInformationOutput added in v0.9.17

type DescribeInstanceInformationOutput struct {

	// The managed node information list.
	InstanceInformationList []*InstanceInformation `type:"list"`

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeInstanceInformationOutput) GoString added in v0.9.17

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 (*DescribeInstanceInformationOutput) SetInstanceInformationList added in v1.5.0

SetInstanceInformationList sets the InstanceInformationList field's value.

func (*DescribeInstanceInformationOutput) SetNextToken added in v1.5.0

SetNextToken sets the NextToken field's value.

func (DescribeInstanceInformationOutput) String added in v0.9.17

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 DescribeInstancePatchStatesForPatchGroupInput added in v1.6.4

type DescribeInstancePatchStatesForPatchGroupInput struct {

	// Each entry in the array is a structure containing:
	//
	//    * Key (string between 1 and 200 characters)
	//
	//    * Values (array containing a single string)
	//
	//    * Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
	Filters []*InstancePatchStateFilter `type:"list"`

	// The maximum number of patches to return (per page).
	MaxResults *int64 `min:"10" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`

	// The name of the patch group for which the patch state information should
	// be retrieved.
	//
	// PatchGroup is a required field
	PatchGroup *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeInstancePatchStatesForPatchGroupInput) GoString added in v1.6.4

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 (*DescribeInstancePatchStatesForPatchGroupInput) SetFilters added in v1.6.4

SetFilters sets the Filters field's value.

func (*DescribeInstancePatchStatesForPatchGroupInput) SetMaxResults added in v1.6.4

SetMaxResults sets the MaxResults field's value.

func (*DescribeInstancePatchStatesForPatchGroupInput) SetNextToken added in v1.6.4

SetNextToken sets the NextToken field's value.

func (*DescribeInstancePatchStatesForPatchGroupInput) SetPatchGroup added in v1.6.4

SetPatchGroup sets the PatchGroup field's value.

func (DescribeInstancePatchStatesForPatchGroupInput) String added in v1.6.4

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 (*DescribeInstancePatchStatesForPatchGroupInput) Validate added in v1.6.4

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

type DescribeInstancePatchStatesForPatchGroupOutput added in v1.6.4

type DescribeInstancePatchStatesForPatchGroupOutput struct {

	// The high-level patch state for the requested managed nodes.
	InstancePatchStates []*InstancePatchState `min:"1" type:"list"`

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeInstancePatchStatesForPatchGroupOutput) GoString added in v1.6.4

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 (*DescribeInstancePatchStatesForPatchGroupOutput) SetInstancePatchStates added in v1.6.4

SetInstancePatchStates sets the InstancePatchStates field's value.

func (*DescribeInstancePatchStatesForPatchGroupOutput) SetNextToken added in v1.6.4

SetNextToken sets the NextToken field's value.

func (DescribeInstancePatchStatesForPatchGroupOutput) String added in v1.6.4

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 DescribeInstancePatchStatesInput added in v1.6.4

type DescribeInstancePatchStatesInput struct {

	// The ID of the managed node for which patch state information should be retrieved.
	//
	// InstanceIds is a required field
	InstanceIds []*string `type:"list" required:"true"`

	// The maximum number of managed nodes to return (per page).
	MaxResults *int64 `min:"10" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeInstancePatchStatesInput) GoString added in v1.6.4

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 (*DescribeInstancePatchStatesInput) SetInstanceIds added in v1.6.4

SetInstanceIds sets the InstanceIds field's value.

func (*DescribeInstancePatchStatesInput) SetMaxResults added in v1.6.4

SetMaxResults sets the MaxResults field's value.

func (*DescribeInstancePatchStatesInput) SetNextToken added in v1.6.4

SetNextToken sets the NextToken field's value.

func (DescribeInstancePatchStatesInput) String added in v1.6.4

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 (*DescribeInstancePatchStatesInput) Validate added in v1.6.4

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

type DescribeInstancePatchStatesOutput added in v1.6.4

type DescribeInstancePatchStatesOutput struct {

	// The high-level patch state for the requested managed nodes.
	InstancePatchStates []*InstancePatchState `type:"list"`

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeInstancePatchStatesOutput) GoString added in v1.6.4

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 (*DescribeInstancePatchStatesOutput) SetInstancePatchStates added in v1.6.4

SetInstancePatchStates sets the InstancePatchStates field's value.

func (*DescribeInstancePatchStatesOutput) SetNextToken added in v1.6.4

SetNextToken sets the NextToken field's value.

func (DescribeInstancePatchStatesOutput) String added in v1.6.4

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 DescribeInstancePatchesInput added in v1.6.4

type DescribeInstancePatchesInput struct {

	// Each element in the array is a structure containing a key-value pair.
	//
	// Supported keys for DescribeInstancePatchesinclude the following:
	//
	//    * Classification Sample values: Security | SecurityUpdates
	//
	//    * KBId Sample values: KB4480056 | java-1.7.0-openjdk.x86_64
	//
	//    * Severity Sample values: Important | Medium | Low
	//
	//    * State Sample values: Installed | InstalledOther | InstalledPendingReboot
	//    For lists of all State values, see Understanding patch compliance state
	//    values (https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-compliance-states.html)
	//    in the Amazon Web Services Systems Manager User Guide.
	Filters []*PatchOrchestratorFilter `type:"list"`

	// The ID of the managed node whose patch state information should be retrieved.
	//
	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// The maximum number of patches to return (per page).
	MaxResults *int64 `min:"10" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeInstancePatchesInput) GoString added in v1.6.4

func (s DescribeInstancePatchesInput) 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 (*DescribeInstancePatchesInput) SetFilters added in v1.6.4

SetFilters sets the Filters field's value.

func (*DescribeInstancePatchesInput) SetInstanceId added in v1.6.4

SetInstanceId sets the InstanceId field's value.

func (*DescribeInstancePatchesInput) SetMaxResults added in v1.6.4

SetMaxResults sets the MaxResults field's value.

func (*DescribeInstancePatchesInput) SetNextToken added in v1.6.4

SetNextToken sets the NextToken field's value.

func (DescribeInstancePatchesInput) String added in v1.6.4

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 (*DescribeInstancePatchesInput) Validate added in v1.6.4

func (s *DescribeInstancePatchesInput) Validate() error

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

type DescribeInstancePatchesOutput added in v1.6.4

type DescribeInstancePatchesOutput struct {

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`

	// Each entry in the array is a structure containing:
	//
	//    * Title (string)
	//
	//    * KBId (string)
	//
	//    * Classification (string)
	//
	//    * Severity (string)
	//
	//    * State (string, such as "INSTALLED" or "FAILED")
	//
	//    * InstalledTime (DateTime)
	//
	//    * InstalledBy (string)
	Patches []*PatchComplianceData `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeInstancePatchesOutput) GoString added in v1.6.4

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 (*DescribeInstancePatchesOutput) SetNextToken added in v1.6.4

SetNextToken sets the NextToken field's value.

func (*DescribeInstancePatchesOutput) SetPatches added in v1.6.4

SetPatches sets the Patches field's value.

func (DescribeInstancePatchesOutput) String added in v1.6.4

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 DescribeInventoryDeletionsInput added in v1.13.33

type DescribeInventoryDeletionsInput struct {

	// Specify the delete inventory ID for which you want information. This ID was
	// returned by the DeleteInventory operation.
	DeletionId *string `type:"string"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// A token to start the list. Use this token to get the next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeInventoryDeletionsInput) GoString added in v1.13.33

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 (*DescribeInventoryDeletionsInput) SetDeletionId added in v1.13.33

SetDeletionId sets the DeletionId field's value.

func (*DescribeInventoryDeletionsInput) SetMaxResults added in v1.13.33

SetMaxResults sets the MaxResults field's value.

func (*DescribeInventoryDeletionsInput) SetNextToken added in v1.13.33

SetNextToken sets the NextToken field's value.

func (DescribeInventoryDeletionsInput) String added in v1.13.33

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 (*DescribeInventoryDeletionsInput) Validate added in v1.13.33

func (s *DescribeInventoryDeletionsInput) Validate() error

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

type DescribeInventoryDeletionsOutput added in v1.13.33

type DescribeInventoryDeletionsOutput struct {

	// A list of status items for deleted inventory.
	InventoryDeletions []*InventoryDeletionStatusItem `type:"list"`

	// The token for the next set of items to return. Use this token to get the
	// next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeInventoryDeletionsOutput) GoString added in v1.13.33

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 (*DescribeInventoryDeletionsOutput) SetInventoryDeletions added in v1.13.33

SetInventoryDeletions sets the InventoryDeletions field's value.

func (*DescribeInventoryDeletionsOutput) SetNextToken added in v1.13.33

SetNextToken sets the NextToken field's value.

func (DescribeInventoryDeletionsOutput) String added in v1.13.33

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 DescribeMaintenanceWindowExecutionTaskInvocationsInput added in v1.5.13

type DescribeMaintenanceWindowExecutionTaskInvocationsInput struct {

	// Optional filters used to scope down the returned task invocations. The supported
	// filter key is STATUS with the corresponding values PENDING, IN_PROGRESS,
	// SUCCESS, FAILED, TIMED_OUT, CANCELLING, and CANCELLED.
	Filters []*MaintenanceWindowFilter `type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"10" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`

	// The ID of the specific task in the maintenance window task that should be
	// retrieved.
	//
	// TaskId is a required field
	TaskId *string `min:"36" type:"string" required:"true"`

	// The ID of the maintenance window execution the task is part of.
	//
	// WindowExecutionId is a required field
	WindowExecutionId *string `min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeMaintenanceWindowExecutionTaskInvocationsInput) GoString added in v1.5.13

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 (*DescribeMaintenanceWindowExecutionTaskInvocationsInput) SetFilters added in v1.5.13

SetFilters sets the Filters field's value.

func (*DescribeMaintenanceWindowExecutionTaskInvocationsInput) SetMaxResults added in v1.5.13

SetMaxResults sets the MaxResults field's value.

func (*DescribeMaintenanceWindowExecutionTaskInvocationsInput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowExecutionTaskInvocationsInput) SetTaskId added in v1.5.13

SetTaskId sets the TaskId field's value.

func (*DescribeMaintenanceWindowExecutionTaskInvocationsInput) SetWindowExecutionId added in v1.5.13

SetWindowExecutionId sets the WindowExecutionId field's value.

func (DescribeMaintenanceWindowExecutionTaskInvocationsInput) String added in v1.5.13

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 (*DescribeMaintenanceWindowExecutionTaskInvocationsInput) Validate added in v1.5.13

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

type DescribeMaintenanceWindowExecutionTaskInvocationsOutput added in v1.5.13

type DescribeMaintenanceWindowExecutionTaskInvocationsOutput struct {

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`

	// Information about the task invocation results per invocation.
	WindowExecutionTaskInvocationIdentities []*MaintenanceWindowExecutionTaskInvocationIdentity `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeMaintenanceWindowExecutionTaskInvocationsOutput) GoString added in v1.5.13

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 (*DescribeMaintenanceWindowExecutionTaskInvocationsOutput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowExecutionTaskInvocationsOutput) SetWindowExecutionTaskInvocationIdentities added in v1.5.13

SetWindowExecutionTaskInvocationIdentities sets the WindowExecutionTaskInvocationIdentities field's value.

func (DescribeMaintenanceWindowExecutionTaskInvocationsOutput) String added in v1.5.13

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 DescribeMaintenanceWindowExecutionTasksInput added in v1.5.13

type DescribeMaintenanceWindowExecutionTasksInput struct {

	// Optional filters used to scope down the returned tasks. The supported filter
	// key is STATUS with the corresponding values PENDING, IN_PROGRESS, SUCCESS,
	// FAILED, TIMED_OUT, CANCELLING, and CANCELLED.
	Filters []*MaintenanceWindowFilter `type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"10" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`

	// The ID of the maintenance window execution whose task executions should be
	// retrieved.
	//
	// WindowExecutionId is a required field
	WindowExecutionId *string `min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeMaintenanceWindowExecutionTasksInput) GoString added in v1.5.13

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 (*DescribeMaintenanceWindowExecutionTasksInput) SetFilters added in v1.5.13

SetFilters sets the Filters field's value.

func (*DescribeMaintenanceWindowExecutionTasksInput) SetMaxResults added in v1.5.13

SetMaxResults sets the MaxResults field's value.

func (*DescribeMaintenanceWindowExecutionTasksInput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowExecutionTasksInput) SetWindowExecutionId added in v1.5.13

SetWindowExecutionId sets the WindowExecutionId field's value.

func (DescribeMaintenanceWindowExecutionTasksInput) String added in v1.5.13

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 (*DescribeMaintenanceWindowExecutionTasksInput) Validate added in v1.5.13

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

type DescribeMaintenanceWindowExecutionTasksOutput added in v1.5.13

type DescribeMaintenanceWindowExecutionTasksOutput struct {

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`

	// Information about the task executions.
	WindowExecutionTaskIdentities []*MaintenanceWindowExecutionTaskIdentity `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeMaintenanceWindowExecutionTasksOutput) GoString added in v1.5.13

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 (*DescribeMaintenanceWindowExecutionTasksOutput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowExecutionTasksOutput) SetWindowExecutionTaskIdentities added in v1.5.13

SetWindowExecutionTaskIdentities sets the WindowExecutionTaskIdentities field's value.

func (DescribeMaintenanceWindowExecutionTasksOutput) String added in v1.5.13

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 DescribeMaintenanceWindowExecutionsInput added in v1.5.13

type DescribeMaintenanceWindowExecutionsInput struct {

	// Each entry in the array is a structure containing:
	//
	//    * Key. A string between 1 and 128 characters. Supported keys include ExecutedBefore
	//    and ExecutedAfter.
	//
	//    * Values. An array of strings, each between 1 and 256 characters. Supported
	//    values are date/time strings in a valid ISO 8601 date/time format, such
	//    as 2021-11-04T05:00:00Z.
	Filters []*MaintenanceWindowFilter `type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"10" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`

	// The ID of the maintenance window whose executions should be retrieved.
	//
	// WindowId is a required field
	WindowId *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeMaintenanceWindowExecutionsInput) GoString added in v1.5.13

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 (*DescribeMaintenanceWindowExecutionsInput) SetFilters added in v1.5.13

SetFilters sets the Filters field's value.

func (*DescribeMaintenanceWindowExecutionsInput) SetMaxResults added in v1.5.13

SetMaxResults sets the MaxResults field's value.

func (*DescribeMaintenanceWindowExecutionsInput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowExecutionsInput) SetWindowId added in v1.5.13

SetWindowId sets the WindowId field's value.

func (DescribeMaintenanceWindowExecutionsInput) String added in v1.5.13

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 (*DescribeMaintenanceWindowExecutionsInput) Validate added in v1.5.13

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

type DescribeMaintenanceWindowExecutionsOutput added in v1.5.13

type DescribeMaintenanceWindowExecutionsOutput struct {

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`

	// Information about the maintenance window executions.
	WindowExecutions []*MaintenanceWindowExecution `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeMaintenanceWindowExecutionsOutput) GoString added in v1.5.13

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 (*DescribeMaintenanceWindowExecutionsOutput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowExecutionsOutput) SetWindowExecutions added in v1.5.13

SetWindowExecutions sets the WindowExecutions field's value.

func (DescribeMaintenanceWindowExecutionsOutput) String added in v1.5.13

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 DescribeMaintenanceWindowScheduleInput added in v1.15.51

type DescribeMaintenanceWindowScheduleInput struct {

	// Filters used to limit the range of results. For example, you can limit maintenance
	// window executions to only those scheduled before or after a certain date
	// and time.
	Filters []*PatchOrchestratorFilter `type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`

	// The type of resource you want to retrieve information about. For example,
	// INSTANCE.
	ResourceType *string `type:"string" enum:"MaintenanceWindowResourceType"`

	// The managed node ID or key-value pair to retrieve information about.
	Targets []*Target `type:"list"`

	// The ID of the maintenance window to retrieve information about.
	WindowId *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeMaintenanceWindowScheduleInput) GoString added in v1.15.51

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 (*DescribeMaintenanceWindowScheduleInput) SetFilters added in v1.15.51

SetFilters sets the Filters field's value.

func (*DescribeMaintenanceWindowScheduleInput) SetMaxResults added in v1.15.51

SetMaxResults sets the MaxResults field's value.

func (*DescribeMaintenanceWindowScheduleInput) SetNextToken added in v1.15.51

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowScheduleInput) SetResourceType added in v1.15.51

SetResourceType sets the ResourceType field's value.

func (*DescribeMaintenanceWindowScheduleInput) SetTargets added in v1.15.51

SetTargets sets the Targets field's value.

func (*DescribeMaintenanceWindowScheduleInput) SetWindowId added in v1.15.51

SetWindowId sets the WindowId field's value.

func (DescribeMaintenanceWindowScheduleInput) String added in v1.15.51

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 (*DescribeMaintenanceWindowScheduleInput) Validate added in v1.15.51

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

type DescribeMaintenanceWindowScheduleOutput added in v1.15.51

type DescribeMaintenanceWindowScheduleOutput struct {

	// The token for the next set of items to return. (You use this token in the
	// next call.)
	NextToken *string `type:"string"`

	// Information about maintenance window executions scheduled for the specified
	// time range.
	ScheduledWindowExecutions []*ScheduledWindowExecution `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeMaintenanceWindowScheduleOutput) GoString added in v1.15.51

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 (*DescribeMaintenanceWindowScheduleOutput) SetNextToken added in v1.15.51

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowScheduleOutput) SetScheduledWindowExecutions added in v1.15.51

SetScheduledWindowExecutions sets the ScheduledWindowExecutions field's value.

func (DescribeMaintenanceWindowScheduleOutput) String added in v1.15.51

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 DescribeMaintenanceWindowTargetsInput added in v1.5.13

type DescribeMaintenanceWindowTargetsInput struct {

	// Optional filters that can be used to narrow down the scope of the returned
	// window targets. The supported filter keys are Type, WindowTargetId, and OwnerInformation.
	Filters []*MaintenanceWindowFilter `type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"10" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`

	// The ID of the maintenance window whose targets should be retrieved.
	//
	// WindowId is a required field
	WindowId *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeMaintenanceWindowTargetsInput) GoString added in v1.5.13

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 (*DescribeMaintenanceWindowTargetsInput) SetFilters added in v1.5.13

SetFilters sets the Filters field's value.

func (*DescribeMaintenanceWindowTargetsInput) SetMaxResults added in v1.5.13

SetMaxResults sets the MaxResults field's value.

func (*DescribeMaintenanceWindowTargetsInput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowTargetsInput) SetWindowId added in v1.5.13

SetWindowId sets the WindowId field's value.

func (DescribeMaintenanceWindowTargetsInput) String added in v1.5.13

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 (*DescribeMaintenanceWindowTargetsInput) Validate added in v1.5.13

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

type DescribeMaintenanceWindowTargetsOutput added in v1.5.13

type DescribeMaintenanceWindowTargetsOutput struct {

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`

	// Information about the targets in the maintenance window.
	Targets []*MaintenanceWindowTarget `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeMaintenanceWindowTargetsOutput) GoString added in v1.5.13

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 (*DescribeMaintenanceWindowTargetsOutput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowTargetsOutput) SetTargets added in v1.5.13

SetTargets sets the Targets field's value.

func (DescribeMaintenanceWindowTargetsOutput) String added in v1.5.13

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 DescribeMaintenanceWindowTasksInput added in v1.5.13

type DescribeMaintenanceWindowTasksInput struct {

	// Optional filters used to narrow down the scope of the returned tasks. The
	// supported filter keys are WindowTaskId, TaskArn, Priority, and TaskType.
	Filters []*MaintenanceWindowFilter `type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"10" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`

	// The ID of the maintenance window whose tasks should be retrieved.
	//
	// WindowId is a required field
	WindowId *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeMaintenanceWindowTasksInput) GoString added in v1.5.13

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 (*DescribeMaintenanceWindowTasksInput) SetFilters added in v1.5.13

SetFilters sets the Filters field's value.

func (*DescribeMaintenanceWindowTasksInput) SetMaxResults added in v1.5.13

SetMaxResults sets the MaxResults field's value.

func (*DescribeMaintenanceWindowTasksInput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowTasksInput) SetWindowId added in v1.5.13

SetWindowId sets the WindowId field's value.

func (DescribeMaintenanceWindowTasksInput) String added in v1.5.13

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 (*DescribeMaintenanceWindowTasksInput) Validate added in v1.5.13

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

type DescribeMaintenanceWindowTasksOutput added in v1.5.13

type DescribeMaintenanceWindowTasksOutput struct {

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`

	// Information about the tasks in the maintenance window.
	Tasks []*MaintenanceWindowTask `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeMaintenanceWindowTasksOutput) GoString added in v1.5.13

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 (*DescribeMaintenanceWindowTasksOutput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowTasksOutput) SetTasks added in v1.5.13

SetTasks sets the Tasks field's value.

func (DescribeMaintenanceWindowTasksOutput) String added in v1.5.13

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 DescribeMaintenanceWindowsForTargetInput added in v1.15.51

type DescribeMaintenanceWindowsForTargetInput struct {

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`

	// The type of resource you want to retrieve information about. For example,
	// INSTANCE.
	//
	// ResourceType is a required field
	ResourceType *string `type:"string" required:"true" enum:"MaintenanceWindowResourceType"`

	// The managed node ID or key-value pair to retrieve information about.
	//
	// Targets is a required field
	Targets []*Target `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeMaintenanceWindowsForTargetInput) GoString added in v1.15.51

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 (*DescribeMaintenanceWindowsForTargetInput) SetMaxResults added in v1.15.51

SetMaxResults sets the MaxResults field's value.

func (*DescribeMaintenanceWindowsForTargetInput) SetNextToken added in v1.15.51

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowsForTargetInput) SetResourceType added in v1.15.51

SetResourceType sets the ResourceType field's value.

func (*DescribeMaintenanceWindowsForTargetInput) SetTargets added in v1.15.51

SetTargets sets the Targets field's value.

func (DescribeMaintenanceWindowsForTargetInput) String added in v1.15.51

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 (*DescribeMaintenanceWindowsForTargetInput) Validate added in v1.15.51

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

type DescribeMaintenanceWindowsForTargetOutput added in v1.15.51

type DescribeMaintenanceWindowsForTargetOutput struct {

	// The token for the next set of items to return. (You use this token in the
	// next call.)
	NextToken *string `type:"string"`

	// Information about the maintenance window targets and tasks a managed node
	// is associated with.
	WindowIdentities []*MaintenanceWindowIdentityForTarget `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeMaintenanceWindowsForTargetOutput) GoString added in v1.15.51

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 (*DescribeMaintenanceWindowsForTargetOutput) SetNextToken added in v1.15.51

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowsForTargetOutput) SetWindowIdentities added in v1.15.51

SetWindowIdentities sets the WindowIdentities field's value.

func (DescribeMaintenanceWindowsForTargetOutput) String added in v1.15.51

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 DescribeMaintenanceWindowsInput added in v1.5.13

type DescribeMaintenanceWindowsInput struct {

	// Optional filters used to narrow down the scope of the returned maintenance
	// windows. Supported filter keys are Name and Enabled. For example, Name=MyMaintenanceWindow
	// and Enabled=True.
	Filters []*MaintenanceWindowFilter `type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"10" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeMaintenanceWindowsInput) GoString added in v1.5.13

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 (*DescribeMaintenanceWindowsInput) SetFilters added in v1.5.13

SetFilters sets the Filters field's value.

func (*DescribeMaintenanceWindowsInput) SetMaxResults added in v1.5.13

SetMaxResults sets the MaxResults field's value.

func (*DescribeMaintenanceWindowsInput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (DescribeMaintenanceWindowsInput) String added in v1.5.13

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 (*DescribeMaintenanceWindowsInput) Validate added in v1.5.13

func (s *DescribeMaintenanceWindowsInput) Validate() error

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

type DescribeMaintenanceWindowsOutput added in v1.5.13

type DescribeMaintenanceWindowsOutput struct {

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`

	// Information about the maintenance windows.
	WindowIdentities []*MaintenanceWindowIdentity `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeMaintenanceWindowsOutput) GoString added in v1.5.13

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 (*DescribeMaintenanceWindowsOutput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowsOutput) SetWindowIdentities added in v1.5.13

SetWindowIdentities sets the WindowIdentities field's value.

func (DescribeMaintenanceWindowsOutput) String added in v1.5.13

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 DescribeOpsItemsInput added in v1.19.45

type DescribeOpsItemsInput struct {

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// A token to start the list. Use this token to get the next set of results.
	NextToken *string `type:"string"`

	// One or more filters to limit the response.
	//
	//    * Key: CreatedTime Operations: GreaterThan, LessThan
	//
	//    * Key: LastModifiedBy Operations: Contains, Equals
	//
	//    * Key: LastModifiedTime Operations: GreaterThan, LessThan
	//
	//    * Key: Priority Operations: Equals
	//
	//    * Key: Source Operations: Contains, Equals
	//
	//    * Key: Status Operations: Equals
	//
	//    * Key: Title* Operations: Equals,Contains
	//
	//    * Key: OperationalData** Operations: Equals
	//
	//    * Key: OperationalDataKey Operations: Equals
	//
	//    * Key: OperationalDataValue Operations: Equals, Contains
	//
	//    * Key: OpsItemId Operations: Equals
	//
	//    * Key: ResourceId Operations: Contains
	//
	//    * Key: AutomationId Operations: Equals
	//
	//    * Key: AccountId Operations: Equals
	//
	// *The Equals operator for Title matches the first 100 characters. If you specify
	// more than 100 characters, they system returns an error that the filter value
	// exceeds the length limit.
	//
	// **If you filter the response by using the OperationalData operator, specify
	// a key-value pair by using the following JSON format: {"key":"key_name","value":"a_value"}
	OpsItemFilters []*OpsItemFilter `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeOpsItemsInput) GoString added in v1.19.45

func (s DescribeOpsItemsInput) 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 (*DescribeOpsItemsInput) SetMaxResults added in v1.19.45

func (s *DescribeOpsItemsInput) SetMaxResults(v int64) *DescribeOpsItemsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeOpsItemsInput) SetNextToken added in v1.19.45

SetNextToken sets the NextToken field's value.

func (*DescribeOpsItemsInput) SetOpsItemFilters added in v1.19.45

func (s *DescribeOpsItemsInput) SetOpsItemFilters(v []*OpsItemFilter) *DescribeOpsItemsInput

SetOpsItemFilters sets the OpsItemFilters field's value.

func (DescribeOpsItemsInput) String added in v1.19.45

func (s DescribeOpsItemsInput) 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 (*DescribeOpsItemsInput) Validate added in v1.19.45

func (s *DescribeOpsItemsInput) Validate() error

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

type DescribeOpsItemsOutput added in v1.19.45

type DescribeOpsItemsOutput struct {

	// The token for the next set of items to return. Use this token to get the
	// next set of results.
	NextToken *string `type:"string"`

	// A list of OpsItems.
	OpsItemSummaries []*OpsItemSummary `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeOpsItemsOutput) GoString added in v1.19.45

func (s DescribeOpsItemsOutput) 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 (*DescribeOpsItemsOutput) SetNextToken added in v1.19.45

SetNextToken sets the NextToken field's value.

func (*DescribeOpsItemsOutput) SetOpsItemSummaries added in v1.19.45

func (s *DescribeOpsItemsOutput) SetOpsItemSummaries(v []*OpsItemSummary) *DescribeOpsItemsOutput

SetOpsItemSummaries sets the OpsItemSummaries field's value.

func (DescribeOpsItemsOutput) String added in v1.19.45

func (s DescribeOpsItemsOutput) 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 DescribeParametersInput added in v1.5.13

type DescribeParametersInput struct {

	// This data type is deprecated. Instead, use ParameterFilters.
	Filters []*ParametersFilter `type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`

	// Filters to limit the request results.
	ParameterFilters []*ParameterStringFilter `type:"list"`

	// Lists parameters that are shared with you.
	//
	// By default when using this option, the command returns parameters that have
	// been shared using a standard Resource Access Manager Resource Share. In order
	// for a parameter that was shared using the PutResourcePolicy command to be
	// returned, the associated RAM Resource Share Created From Policy must have
	// been promoted to a standard Resource Share using the RAM PromoteResourceShareCreatedFromPolicy
	// (https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html)
	// API operation.
	//
	// For more information about sharing parameters, see Working with shared parameters
	// (https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html)
	// in the Amazon Web Services Systems Manager User Guide.
	Shared *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (DescribeParametersInput) GoString added in v1.5.13

func (s DescribeParametersInput) 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 (*DescribeParametersInput) SetFilters added in v1.5.13

SetFilters sets the Filters field's value.

func (*DescribeParametersInput) SetMaxResults added in v1.5.13

SetMaxResults sets the MaxResults field's value.

func (*DescribeParametersInput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (*DescribeParametersInput) SetParameterFilters added in v1.10.1

SetParameterFilters sets the ParameterFilters field's value.

func (*DescribeParametersInput) SetShared added in v1.50.23

SetShared sets the Shared field's value.

func (DescribeParametersInput) String added in v1.5.13

func (s DescribeParametersInput) 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 (*DescribeParametersInput) Validate added in v1.5.13

func (s *DescribeParametersInput) Validate() error

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

type DescribeParametersOutput added in v1.5.13

type DescribeParametersOutput struct {

	// The token to use when requesting the next set of items.
	NextToken *string `type:"string"`

	// Parameters returned by the request.
	Parameters []*ParameterMetadata `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeParametersOutput) GoString added in v1.5.13

func (s DescribeParametersOutput) 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 (*DescribeParametersOutput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (*DescribeParametersOutput) SetParameters added in v1.5.13

SetParameters sets the Parameters field's value.

func (DescribeParametersOutput) String added in v1.5.13

func (s DescribeParametersOutput) 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 DescribePatchBaselinesInput added in v1.6.4

type DescribePatchBaselinesInput struct {

	// Each element in the array is a structure containing a key-value pair.
	//
	// Supported keys for DescribePatchBaselines include the following:
	//
	//    * NAME_PREFIX Sample values: AWS- | My-
	//
	//    * OWNER Sample values: AWS | Self
	//
	//    * OPERATING_SYSTEM Sample values: AMAZON_LINUX | SUSE | WINDOWS
	Filters []*PatchOrchestratorFilter `type:"list"`

	// The maximum number of patch baselines to return (per page).
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribePatchBaselinesInput) GoString added in v1.6.4

func (s DescribePatchBaselinesInput) 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 (*DescribePatchBaselinesInput) SetFilters added in v1.6.4

SetFilters sets the Filters field's value.

func (*DescribePatchBaselinesInput) SetMaxResults added in v1.6.4

SetMaxResults sets the MaxResults field's value.

func (*DescribePatchBaselinesInput) SetNextToken added in v1.6.4

SetNextToken sets the NextToken field's value.

func (DescribePatchBaselinesInput) String added in v1.6.4

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 (*DescribePatchBaselinesInput) Validate added in v1.6.4

func (s *DescribePatchBaselinesInput) Validate() error

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

type DescribePatchBaselinesOutput added in v1.6.4

type DescribePatchBaselinesOutput struct {

	// An array of PatchBaselineIdentity elements.
	BaselineIdentities []*PatchBaselineIdentity `type:"list"`

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribePatchBaselinesOutput) GoString added in v1.6.4

func (s DescribePatchBaselinesOutput) 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 (*DescribePatchBaselinesOutput) SetBaselineIdentities added in v1.6.4

SetBaselineIdentities sets the BaselineIdentities field's value.

func (*DescribePatchBaselinesOutput) SetNextToken added in v1.6.4

SetNextToken sets the NextToken field's value.

func (DescribePatchBaselinesOutput) String added in v1.6.4

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 DescribePatchGroupStateInput added in v1.6.4

type DescribePatchGroupStateInput struct {

	// The name of the patch group whose patch snapshot should be retrieved.
	//
	// PatchGroup is a required field
	PatchGroup *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribePatchGroupStateInput) GoString added in v1.6.4

func (s DescribePatchGroupStateInput) 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 (*DescribePatchGroupStateInput) SetPatchGroup added in v1.6.4

SetPatchGroup sets the PatchGroup field's value.

func (DescribePatchGroupStateInput) String added in v1.6.4

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 (*DescribePatchGroupStateInput) Validate added in v1.6.4

func (s *DescribePatchGroupStateInput) Validate() error

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

type DescribePatchGroupStateOutput added in v1.6.4

type DescribePatchGroupStateOutput struct {

	// The number of managed nodes in the patch group.
	Instances *int64 `type:"integer"`

	// The number of managed nodes where patches that are specified as Critical
	// for compliance reporting in the patch baseline aren't installed. These patches
	// might be missing, have failed installation, were rejected, or were installed
	// but awaiting a required managed node reboot. The status of these managed
	// nodes is NON_COMPLIANT.
	InstancesWithCriticalNonCompliantPatches *int64 `type:"integer"`

	// The number of managed nodes with patches from the patch baseline that failed
	// to install.
	InstancesWithFailedPatches *int64 `type:"integer"`

	// The number of managed nodes with patches installed that aren't defined in
	// the patch baseline.
	InstancesWithInstalledOtherPatches *int64 `type:"integer"`

	// The number of managed nodes with installed patches.
	InstancesWithInstalledPatches *int64 `type:"integer"`

	// The number of managed nodes with patches installed by Patch Manager that
	// haven't been rebooted after the patch installation. The status of these managed
	// nodes is NON_COMPLIANT.
	InstancesWithInstalledPendingRebootPatches *int64 `type:"integer"`

	// The number of managed nodes with patches installed that are specified in
	// a RejectedPatches list. Patches with a status of INSTALLED_REJECTED were
	// typically installed before they were added to a RejectedPatches list.
	//
	// If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction,
	// the value of InstancesWithInstalledRejectedPatches will always be 0 (zero).
	InstancesWithInstalledRejectedPatches *int64 `type:"integer"`

	// The number of managed nodes with missing patches from the patch baseline.
	InstancesWithMissingPatches *int64 `type:"integer"`

	// The number of managed nodes with patches that aren't applicable.
	InstancesWithNotApplicablePatches *int64 `type:"integer"`

	// The number of managed nodes with patches installed that are specified as
	// other than Critical or Security but aren't compliant with the patch baseline.
	// The status of these managed nodes is NON_COMPLIANT.
	InstancesWithOtherNonCompliantPatches *int64 `type:"integer"`

	// The number of managed nodes where patches that are specified as Security
	// in a patch advisory aren't installed. These patches might be missing, have
	// failed installation, were rejected, or were installed but awaiting a required
	// managed node reboot. The status of these managed nodes is NON_COMPLIANT.
	InstancesWithSecurityNonCompliantPatches *int64 `type:"integer"`

	// The number of managed nodes with NotApplicable patches beyond the supported
	// limit, which aren't reported by name to Inventory. Inventory is a capability
	// of Amazon Web Services Systems Manager.
	InstancesWithUnreportedNotApplicablePatches *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (DescribePatchGroupStateOutput) GoString added in v1.6.4

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 (*DescribePatchGroupStateOutput) SetInstances added in v1.6.4

SetInstances sets the Instances field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithCriticalNonCompliantPatches added in v1.38.14

func (s *DescribePatchGroupStateOutput) SetInstancesWithCriticalNonCompliantPatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithCriticalNonCompliantPatches sets the InstancesWithCriticalNonCompliantPatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithFailedPatches added in v1.6.4

func (s *DescribePatchGroupStateOutput) SetInstancesWithFailedPatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithFailedPatches sets the InstancesWithFailedPatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithInstalledOtherPatches added in v1.6.4

func (s *DescribePatchGroupStateOutput) SetInstancesWithInstalledOtherPatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithInstalledOtherPatches sets the InstancesWithInstalledOtherPatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithInstalledPatches added in v1.6.4

func (s *DescribePatchGroupStateOutput) SetInstancesWithInstalledPatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithInstalledPatches sets the InstancesWithInstalledPatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithInstalledPendingRebootPatches added in v1.25.41

func (s *DescribePatchGroupStateOutput) SetInstancesWithInstalledPendingRebootPatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithInstalledPendingRebootPatches sets the InstancesWithInstalledPendingRebootPatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithInstalledRejectedPatches added in v1.15.48

func (s *DescribePatchGroupStateOutput) SetInstancesWithInstalledRejectedPatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithInstalledRejectedPatches sets the InstancesWithInstalledRejectedPatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithMissingPatches added in v1.6.4

func (s *DescribePatchGroupStateOutput) SetInstancesWithMissingPatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithMissingPatches sets the InstancesWithMissingPatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithNotApplicablePatches added in v1.6.4

func (s *DescribePatchGroupStateOutput) SetInstancesWithNotApplicablePatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithNotApplicablePatches sets the InstancesWithNotApplicablePatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithOtherNonCompliantPatches added in v1.38.14

func (s *DescribePatchGroupStateOutput) SetInstancesWithOtherNonCompliantPatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithOtherNonCompliantPatches sets the InstancesWithOtherNonCompliantPatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithSecurityNonCompliantPatches added in v1.38.14

func (s *DescribePatchGroupStateOutput) SetInstancesWithSecurityNonCompliantPatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithSecurityNonCompliantPatches sets the InstancesWithSecurityNonCompliantPatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithUnreportedNotApplicablePatches added in v1.19.26

func (s *DescribePatchGroupStateOutput) SetInstancesWithUnreportedNotApplicablePatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithUnreportedNotApplicablePatches sets the InstancesWithUnreportedNotApplicablePatches field's value.

func (DescribePatchGroupStateOutput) String added in v1.6.4

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 DescribePatchGroupsInput added in v1.6.4

type DescribePatchGroupsInput struct {

	// Each element in the array is a structure containing a key-value pair.
	//
	// Supported keys for DescribePatchGroups include the following:
	//
	//    * NAME_PREFIX Sample values: AWS- | My-.
	//
	//    * OPERATING_SYSTEM Sample values: AMAZON_LINUX | SUSE | WINDOWS
	Filters []*PatchOrchestratorFilter `type:"list"`

	// The maximum number of patch groups to return (per page).
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribePatchGroupsInput) GoString added in v1.6.4

func (s DescribePatchGroupsInput) 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 (*DescribePatchGroupsInput) SetFilters added in v1.10.8

SetFilters sets the Filters field's value.

func (*DescribePatchGroupsInput) SetMaxResults added in v1.6.4

SetMaxResults sets the MaxResults field's value.

func (*DescribePatchGroupsInput) SetNextToken added in v1.6.4

SetNextToken sets the NextToken field's value.

func (DescribePatchGroupsInput) String added in v1.6.4

func (s DescribePatchGroupsInput) 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 (*DescribePatchGroupsInput) Validate added in v1.6.4

func (s *DescribePatchGroupsInput) Validate() error

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

type DescribePatchGroupsOutput added in v1.6.4

type DescribePatchGroupsOutput struct {

	// Each entry in the array contains:
	//
	//    * PatchGroup: string (between 1 and 256 characters. Regex: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)
	//
	//    * PatchBaselineIdentity: A PatchBaselineIdentity element.
	Mappings []*PatchGroupPatchBaselineMapping `type:"list"`

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribePatchGroupsOutput) GoString added in v1.6.4

func (s DescribePatchGroupsOutput) 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 (*DescribePatchGroupsOutput) SetMappings added in v1.6.4

SetMappings sets the Mappings field's value.

func (*DescribePatchGroupsOutput) SetNextToken added in v1.6.4

SetNextToken sets the NextToken field's value.

func (DescribePatchGroupsOutput) String added in v1.6.4

func (s DescribePatchGroupsOutput) 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 DescribePatchPropertiesInput added in v1.19.26

type DescribePatchPropertiesInput struct {

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`

	// The operating system type for which to list patches.
	//
	// OperatingSystem is a required field
	OperatingSystem *string `type:"string" required:"true" enum:"OperatingSystem"`

	// Indicates whether to list patches for the Windows operating system or for
	// applications released by Microsoft. Not applicable for the Linux or macOS
	// operating systems.
	PatchSet *string `type:"string" enum:"PatchSet"`

	// The patch property for which you want to view patch details.
	//
	// Property is a required field
	Property *string `type:"string" required:"true" enum:"PatchProperty"`
	// contains filtered or unexported fields
}

func (DescribePatchPropertiesInput) GoString added in v1.19.26

func (s DescribePatchPropertiesInput) 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 (*DescribePatchPropertiesInput) SetMaxResults added in v1.19.26

SetMaxResults sets the MaxResults field's value.

func (*DescribePatchPropertiesInput) SetNextToken added in v1.19.26

SetNextToken sets the NextToken field's value.

func (*DescribePatchPropertiesInput) SetOperatingSystem added in v1.19.26

SetOperatingSystem sets the OperatingSystem field's value.

func (*DescribePatchPropertiesInput) SetPatchSet added in v1.19.26

SetPatchSet sets the PatchSet field's value.

func (*DescribePatchPropertiesInput) SetProperty added in v1.19.26

SetProperty sets the Property field's value.

func (DescribePatchPropertiesInput) String added in v1.19.26

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 (*DescribePatchPropertiesInput) Validate added in v1.19.26

func (s *DescribePatchPropertiesInput) Validate() error

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

type DescribePatchPropertiesOutput added in v1.19.26

type DescribePatchPropertiesOutput struct {

	// The token for the next set of items to return. (You use this token in the
	// next call.)
	NextToken *string `type:"string"`

	// A list of the properties for patches matching the filter request parameters.
	Properties []map[string]*string `type:"list"`
	// contains filtered or unexported fields
}

func (DescribePatchPropertiesOutput) GoString added in v1.19.26

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 (*DescribePatchPropertiesOutput) SetNextToken added in v1.19.26

SetNextToken sets the NextToken field's value.

func (*DescribePatchPropertiesOutput) SetProperties added in v1.19.26

SetProperties sets the Properties field's value.

func (DescribePatchPropertiesOutput) String added in v1.19.26

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 DescribeSessionsInput added in v1.15.33

type DescribeSessionsInput struct {

	// One or more filters to limit the type of sessions returned by the request.
	Filters []*SessionFilter `min:"1" type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`

	// The session status to retrieve a list of sessions for. For example, "Active".
	//
	// State is a required field
	State *string `type:"string" required:"true" enum:"SessionState"`
	// contains filtered or unexported fields
}

func (DescribeSessionsInput) GoString added in v1.15.33

func (s DescribeSessionsInput) 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 (*DescribeSessionsInput) SetFilters added in v1.15.33

SetFilters sets the Filters field's value.

func (*DescribeSessionsInput) SetMaxResults added in v1.15.33

func (s *DescribeSessionsInput) SetMaxResults(v int64) *DescribeSessionsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeSessionsInput) SetNextToken added in v1.15.33

SetNextToken sets the NextToken field's value.

func (*DescribeSessionsInput) SetState added in v1.15.33

SetState sets the State field's value.

func (DescribeSessionsInput) String added in v1.15.33

func (s DescribeSessionsInput) 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 (*DescribeSessionsInput) Validate added in v1.15.33

func (s *DescribeSessionsInput) Validate() error

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

type DescribeSessionsOutput added in v1.15.33

type DescribeSessionsOutput struct {

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`

	// A list of sessions meeting the request parameters.
	Sessions []*Session `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeSessionsOutput) GoString added in v1.15.33

func (s DescribeSessionsOutput) 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 (*DescribeSessionsOutput) SetNextToken added in v1.15.33

SetNextToken sets the NextToken field's value.

func (*DescribeSessionsOutput) SetSessions added in v1.15.33

SetSessions sets the Sessions field's value.

func (DescribeSessionsOutput) String added in v1.15.33

func (s DescribeSessionsOutput) 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 DisassociateOpsItemRelatedItemInput added in v1.38.37

type DisassociateOpsItemRelatedItemInput struct {

	// The ID of the association for which you want to delete an association between
	// the OpsItem and a related item.
	//
	// AssociationId is a required field
	AssociationId *string `type:"string" required:"true"`

	// The ID of the OpsItem for which you want to delete an association between
	// the OpsItem and a related item.
	//
	// OpsItemId is a required field
	OpsItemId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DisassociateOpsItemRelatedItemInput) GoString added in v1.38.37

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 (*DisassociateOpsItemRelatedItemInput) SetAssociationId added in v1.38.37

SetAssociationId sets the AssociationId field's value.

func (*DisassociateOpsItemRelatedItemInput) SetOpsItemId added in v1.38.37

SetOpsItemId sets the OpsItemId field's value.

func (DisassociateOpsItemRelatedItemInput) String added in v1.38.37

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 (*DisassociateOpsItemRelatedItemInput) Validate added in v1.38.37

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

type DisassociateOpsItemRelatedItemOutput added in v1.38.37

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

func (DisassociateOpsItemRelatedItemOutput) GoString added in v1.38.37

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 (DisassociateOpsItemRelatedItemOutput) String added in v1.38.37

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 DocumentAlreadyExists added in v1.28.0

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

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

The specified document already exists.

func (*DocumentAlreadyExists) Code added in v1.28.0

func (s *DocumentAlreadyExists) Code() string

Code returns the exception type name.

func (*DocumentAlreadyExists) Error added in v1.28.0

func (s *DocumentAlreadyExists) Error() string

func (DocumentAlreadyExists) GoString added in v1.28.0

func (s DocumentAlreadyExists) 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 (*DocumentAlreadyExists) Message added in v1.28.0

func (s *DocumentAlreadyExists) Message() string

Message returns the exception's message.

func (*DocumentAlreadyExists) OrigErr added in v1.28.0

func (s *DocumentAlreadyExists) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DocumentAlreadyExists) RequestID added in v1.28.0

func (s *DocumentAlreadyExists) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DocumentAlreadyExists) StatusCode added in v1.28.0

func (s *DocumentAlreadyExists) StatusCode() int

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

func (DocumentAlreadyExists) String added in v1.28.0

func (s DocumentAlreadyExists) 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 DocumentDefaultVersionDescription added in v1.5.13

type DocumentDefaultVersionDescription struct {

	// The default version of the document.
	DefaultVersion *string `type:"string"`

	// The default version of the artifact associated with the document.
	DefaultVersionName *string `type:"string"`

	// The name of the document.
	Name *string `type:"string"`
	// contains filtered or unexported fields
}

A default version of a document.

func (DocumentDefaultVersionDescription) GoString added in v1.5.13

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 (*DocumentDefaultVersionDescription) SetDefaultVersion added in v1.5.13

SetDefaultVersion sets the DefaultVersion field's value.

func (*DocumentDefaultVersionDescription) SetDefaultVersionName added in v1.15.80

SetDefaultVersionName sets the DefaultVersionName field's value.

func (*DocumentDefaultVersionDescription) SetName added in v1.5.13

SetName sets the Name field's value.

func (DocumentDefaultVersionDescription) String added in v1.5.13

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 DocumentDescription

type DocumentDescription struct {

	// The version of the document currently approved for use in the organization.
	ApprovedVersion *string `type:"string"`

	// Details about the document attachments, including names, locations, sizes,
	// and so on.
	AttachmentsInformation []*AttachmentInformation `type:"list"`

	// The user in your organization who created the document.
	Author *string `type:"string"`

	// The classification of a document to help you identify and categorize its
	// use.
	Category []*string `type:"list"`

	// The value that identifies a document's category.
	CategoryEnum []*string `type:"list"`

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

	// The default version.
	DefaultVersion *string `type:"string"`

	// A description of the document.
	Description *string `type:"string"`

	// The friendly name of the SSM document. This value can differ for each version
	// of the document. If you want to update this value, see UpdateDocument.
	DisplayName *string `type:"string"`

	// The document format, either JSON or YAML.
	DocumentFormat *string `type:"string" enum:"DocumentFormat"`

	// The type of document.
	DocumentType *string `type:"string" enum:"DocumentType"`

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

	// The Sha256 or Sha1 hash created by the system when the document was created.
	//
	// Sha1 hashes have been deprecated.
	Hash *string `type:"string"`

	// The hash type of the document. Valid values include Sha256 or Sha1.
	//
	// Sha1 hashes have been deprecated.
	HashType *string `type:"string" enum:"DocumentHashType"`

	// The latest version of the document.
	LatestVersion *string `type:"string"`

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

	// The Amazon Web Services user that created the document.
	Owner *string `type:"string"`

	// A description of the parameters for a document.
	Parameters []*DocumentParameter `type:"list"`

	// The version of the document that is currently under review.
	PendingReviewVersion *string `type:"string"`

	// The list of operating system (OS) platforms compatible with this SSM document.
	PlatformTypes []*string `type:"list" enum:"PlatformType"`

	// A list of SSM documents required by a document. For example, an ApplicationConfiguration
	// document requires an ApplicationConfigurationSchema document.
	Requires []*DocumentRequires `min:"1" type:"list"`

	// Details about the review of a document.
	ReviewInformation []*ReviewInformation `min:"1" type:"list"`

	// The current status of the review.
	ReviewStatus *string `type:"string" enum:"ReviewStatus"`

	// The schema version.
	SchemaVersion *string `type:"string"`

	// The SHA1 hash of the document, which you can use for verification.
	Sha1 *string `type:"string"`

	// The status of the SSM document.
	Status *string `type:"string" enum:"DocumentStatus"`

	// A message returned by Amazon Web Services Systems Manager that explains the
	// Status value. For example, a Failed status might be explained by the StatusInformation
	// message, "The specified S3 bucket doesn't exist. Verify that the URL of the
	// S3 bucket is correct."
	StatusInformation *string `type:"string"`

	// The tags, or metadata, that have been applied to the document.
	Tags []*Tag `type:"list"`

	// The target type which defines the kinds of resources the document can run
	// on. For example, /AWS::EC2::Instance. 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"`

	// The version of the artifact associated with the document.
	VersionName *string `type:"string"`
	// contains filtered or unexported fields
}

Describes an Amazon Web Services Systems Manager document (SSM document).

func (DocumentDescription) GoString added in v0.6.5

func (s DocumentDescription) 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 (*DocumentDescription) SetApprovedVersion added in v1.36.9

func (s *DocumentDescription) SetApprovedVersion(v string) *DocumentDescription

SetApprovedVersion sets the ApprovedVersion field's value.

func (*DocumentDescription) SetAttachmentsInformation added in v1.15.80

func (s *DocumentDescription) SetAttachmentsInformation(v []*AttachmentInformation) *DocumentDescription

SetAttachmentsInformation sets the AttachmentsInformation field's value.

func (*DocumentDescription) SetAuthor added in v1.36.9

SetAuthor sets the Author field's value.

func (*DocumentDescription) SetCategory added in v1.42.34

func (s *DocumentDescription) SetCategory(v []*string) *DocumentDescription

SetCategory sets the Category field's value.

func (*DocumentDescription) SetCategoryEnum added in v1.42.34

func (s *DocumentDescription) SetCategoryEnum(v []*string) *DocumentDescription

SetCategoryEnum sets the CategoryEnum field's value.

func (*DocumentDescription) SetCreatedDate added in v1.5.0

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

SetCreatedDate sets the CreatedDate field's value.

func (*DocumentDescription) SetDefaultVersion added in v1.5.13

func (s *DocumentDescription) SetDefaultVersion(v string) *DocumentDescription

SetDefaultVersion sets the DefaultVersion field's value.

func (*DocumentDescription) SetDescription added in v1.5.0

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

SetDescription sets the Description field's value.

func (*DocumentDescription) SetDisplayName added in v1.38.37

func (s *DocumentDescription) SetDisplayName(v string) *DocumentDescription

SetDisplayName sets the DisplayName field's value.

func (*DocumentDescription) SetDocumentFormat added in v1.12.37

func (s *DocumentDescription) SetDocumentFormat(v string) *DocumentDescription

SetDocumentFormat sets the DocumentFormat field's value.

func (*DocumentDescription) SetDocumentType added in v1.5.13

func (s *DocumentDescription) SetDocumentType(v string) *DocumentDescription

SetDocumentType sets the DocumentType field's value.

func (*DocumentDescription) SetDocumentVersion added in v1.5.13

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

SetDocumentVersion sets the DocumentVersion field's value.

func (*DocumentDescription) SetHash added in v1.5.0

SetHash sets the Hash field's value.

func (*DocumentDescription) SetHashType added in v1.5.0

func (s *DocumentDescription) SetHashType(v string) *DocumentDescription

SetHashType sets the HashType field's value.

func (*DocumentDescription) SetLatestVersion added in v1.5.13

func (s *DocumentDescription) SetLatestVersion(v string) *DocumentDescription

SetLatestVersion sets the LatestVersion field's value.

func (*DocumentDescription) SetName added in v1.5.0

SetName sets the Name field's value.

func (*DocumentDescription) SetOwner added in v1.5.0

SetOwner sets the Owner field's value.

func (*DocumentDescription) SetParameters added in v1.5.0

SetParameters sets the Parameters field's value.

func (*DocumentDescription) SetPendingReviewVersion added in v1.36.9

func (s *DocumentDescription) SetPendingReviewVersion(v string) *DocumentDescription

SetPendingReviewVersion sets the PendingReviewVersion field's value.

func (*DocumentDescription) SetPlatformTypes added in v1.5.0

func (s *DocumentDescription) SetPlatformTypes(v []*string) *DocumentDescription

SetPlatformTypes sets the PlatformTypes field's value.

func (*DocumentDescription) SetRequires added in v1.25.42

SetRequires sets the Requires field's value.

func (*DocumentDescription) SetReviewInformation added in v1.36.9

func (s *DocumentDescription) SetReviewInformation(v []*ReviewInformation) *DocumentDescription

SetReviewInformation sets the ReviewInformation field's value.

func (*DocumentDescription) SetReviewStatus added in v1.36.9

func (s *DocumentDescription) SetReviewStatus(v string) *DocumentDescription

SetReviewStatus sets the ReviewStatus field's value.

func (*DocumentDescription) SetSchemaVersion added in v1.5.13

func (s *DocumentDescription) SetSchemaVersion(v string) *DocumentDescription

SetSchemaVersion sets the SchemaVersion field's value.

func (*DocumentDescription) SetSha1 added in v1.5.0

SetSha1 sets the Sha1 field's value.

func (*DocumentDescription) SetStatus added in v1.5.0

SetStatus sets the Status field's value.

func (*DocumentDescription) SetStatusInformation added in v1.15.80

func (s *DocumentDescription) SetStatusInformation(v string) *DocumentDescription

SetStatusInformation sets the StatusInformation field's value.

func (*DocumentDescription) SetTags added in v1.12.4

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

SetTags sets the Tags field's value.

func (*DocumentDescription) SetTargetType added in v1.12.37

func (s *DocumentDescription) SetTargetType(v string) *DocumentDescription

SetTargetType sets the TargetType field's value.

func (*DocumentDescription) SetVersionName added in v1.15.80

func (s *DocumentDescription) SetVersionName(v string) *DocumentDescription

SetVersionName sets the VersionName field's value.

func (DocumentDescription) String added in v0.6.5

func (s DocumentDescription) 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 DocumentFilter

type DocumentFilter struct {

	// The name of the filter.
	//
	// Key is a required field
	Key *string `locationName:"key" type:"string" required:"true" enum:"DocumentFilterKey"`

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

This data type is deprecated. Instead, use DocumentKeyValuesFilter.

func (DocumentFilter) GoString added in v0.6.5

func (s DocumentFilter) 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 (*DocumentFilter) SetKey added in v1.5.0

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

SetKey sets the Key field's value.

func (*DocumentFilter) SetValue added in v1.5.0

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

SetValue sets the Value field's value.

func (DocumentFilter) String added in v0.6.5

func (s DocumentFilter) 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 (*DocumentFilter) Validate added in v1.1.21

func (s *DocumentFilter) Validate() error

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

type DocumentIdentifier

type DocumentIdentifier struct {

	// The user in your organization who created the document.
	Author *string `type:"string"`

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

	// An optional field where you can specify a friendly name for the SSM document.
	// This value can differ for each version of the document. If you want to update
	// this value, see UpdateDocument.
	DisplayName *string `type:"string"`

	// The document format, either JSON or YAML.
	DocumentFormat *string `type:"string" enum:"DocumentFormat"`

	// The document type.
	DocumentType *string `type:"string" enum:"DocumentType"`

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

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

	// The Amazon Web Services user that created the document.
	Owner *string `type:"string"`

	// The operating system platform.
	PlatformTypes []*string `type:"list" enum:"PlatformType"`

	// A list of SSM documents required by a document. For example, an ApplicationConfiguration
	// document requires an ApplicationConfigurationSchema document.
	Requires []*DocumentRequires `min:"1" type:"list"`

	// The current status of a document review.
	ReviewStatus *string `type:"string" enum:"ReviewStatus"`

	// The schema version.
	SchemaVersion *string `type:"string"`

	// The tags, or metadata, that have been applied to the document.
	Tags []*Tag `type:"list"`

	// The target type which defines the kinds of resources the document can run
	// on. For example, /AWS::EC2::Instance. 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 associated with
	// the document. For example, 12.6. This value is unique across all versions
	// of a document, and can't be changed.
	VersionName *string `type:"string"`
	// contains filtered or unexported fields
}

Describes the name of a SSM document.

func (DocumentIdentifier) GoString added in v0.6.5

func (s DocumentIdentifier) 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 (*DocumentIdentifier) SetAuthor added in v1.36.9

func (s *DocumentIdentifier) SetAuthor(v string) *DocumentIdentifier

SetAuthor sets the Author field's value.

func (*DocumentIdentifier) SetCreatedDate added in v1.38.37

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

SetCreatedDate sets the CreatedDate field's value.

func (*DocumentIdentifier) SetDisplayName added in v1.38.37

func (s *DocumentIdentifier) SetDisplayName(v string) *DocumentIdentifier

SetDisplayName sets the DisplayName field's value.

func (*DocumentIdentifier) SetDocumentFormat added in v1.12.37

func (s *DocumentIdentifier) SetDocumentFormat(v string) *DocumentIdentifier

SetDocumentFormat sets the DocumentFormat field's value.

func (*DocumentIdentifier) SetDocumentType added in v1.5.13

func (s *DocumentIdentifier) SetDocumentType(v string) *DocumentIdentifier

SetDocumentType sets the DocumentType field's value.

func (*DocumentIdentifier) SetDocumentVersion added in v1.5.13

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

SetDocumentVersion sets the DocumentVersion field's value.

func (*DocumentIdentifier) SetName added in v1.5.0

SetName sets the Name field's value.

func (*DocumentIdentifier) SetOwner added in v1.5.0

SetOwner sets the Owner field's value.

func (*DocumentIdentifier) SetPlatformTypes added in v1.5.0

func (s *DocumentIdentifier) SetPlatformTypes(v []*string) *DocumentIdentifier

SetPlatformTypes sets the PlatformTypes field's value.

func (*DocumentIdentifier) SetRequires added in v1.25.42

SetRequires sets the Requires field's value.

func (*DocumentIdentifier) SetReviewStatus added in v1.36.9

func (s *DocumentIdentifier) SetReviewStatus(v string) *DocumentIdentifier

SetReviewStatus sets the ReviewStatus field's value.

func (*DocumentIdentifier) SetSchemaVersion added in v1.5.13

func (s *DocumentIdentifier) SetSchemaVersion(v string) *DocumentIdentifier

SetSchemaVersion sets the SchemaVersion field's value.

func (*DocumentIdentifier) SetTags added in v1.12.4

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

SetTags sets the Tags field's value.

func (*DocumentIdentifier) SetTargetType added in v1.12.37

func (s *DocumentIdentifier) SetTargetType(v string) *DocumentIdentifier

SetTargetType sets the TargetType field's value.

func (*DocumentIdentifier) SetVersionName added in v1.15.80

func (s *DocumentIdentifier) SetVersionName(v string) *DocumentIdentifier

SetVersionName sets the VersionName field's value.

func (DocumentIdentifier) String added in v0.6.5

func (s DocumentIdentifier) 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 DocumentKeyValuesFilter added in v1.12.4

type DocumentKeyValuesFilter struct {

	// The name of the filter key.
	Key *string `min:"1" type:"string"`

	// The value for the filter key.
	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

One or more filters. Use a filter to return a more specific list of documents.

For keys, you can specify one or more tags that have been applied to a document.

You can also use Amazon Web Services-provided keys, some of which have specific allowed values. These keys and their associated values are as follows:

DocumentType

  • ApplicationConfiguration

  • ApplicationConfigurationSchema

  • Automation

  • ChangeCalendar

  • Command

  • Package

  • Policy

  • Session

Owner

Note that only one Owner can be specified in a request. For example: Key=Owner,Values=Self.

  • Amazon

  • Private

  • Public

  • Self

  • ThirdParty

PlatformTypes

  • Linux

  • Windows

Name is another Amazon Web Services-provided key. If you use Name as a key, you can use a name prefix to return a list of documents. For example, in the Amazon Web Services CLI, to return a list of all documents that begin with Te, run the following command:

aws ssm list-documents --filters Key=Name,Values=Te

You can also use the TargetType Amazon Web Services-provided key. For a list of valid resource type values that can be used with this key, 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.

If you specify more than two keys, only documents that are identified by all the tags are returned in the results. If you specify more than two values for a key, documents that are identified by any of the values are returned in the results.

To specify a custom key-value pair, use the format Key=tag:tagName,Values=valueName.

For example, if you created a key called region and are using the Amazon Web Services CLI to call the list-documents command:

aws ssm list-documents --filters Key=tag:region,Values=east,west Key=Owner,Values=Self

func (DocumentKeyValuesFilter) GoString added in v1.12.4

func (s DocumentKeyValuesFilter) 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 (*DocumentKeyValuesFilter) SetKey added in v1.12.4

SetKey sets the Key field's value.

func (*DocumentKeyValuesFilter) SetValues added in v1.12.4

SetValues sets the Values field's value.

func (DocumentKeyValuesFilter) String added in v1.12.4

func (s DocumentKeyValuesFilter) 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 (*DocumentKeyValuesFilter) Validate added in v1.12.4

func (s *DocumentKeyValuesFilter) Validate() error

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

type DocumentLimitExceeded added in v1.28.0

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

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

You can have at most 500 active SSM documents.

func (*DocumentLimitExceeded) Code added in v1.28.0

func (s *DocumentLimitExceeded) Code() string

Code returns the exception type name.

func (*DocumentLimitExceeded) Error added in v1.28.0

func (s *DocumentLimitExceeded) Error() string

func (DocumentLimitExceeded) GoString added in v1.28.0

func (s DocumentLimitExceeded) 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 (*DocumentLimitExceeded) Message added in v1.28.0

func (s *DocumentLimitExceeded) Message() string

Message returns the exception's message.

func (*DocumentLimitExceeded) OrigErr added in v1.28.0

func (s *DocumentLimitExceeded) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DocumentLimitExceeded) RequestID added in v1.28.0

func (s *DocumentLimitExceeded) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DocumentLimitExceeded) StatusCode added in v1.28.0

func (s *DocumentLimitExceeded) StatusCode() int

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

func (DocumentLimitExceeded) String added in v1.28.0

func (s DocumentLimitExceeded) 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 DocumentMetadataResponseInfo added in v1.36.9

type DocumentMetadataResponseInfo struct {

	// Details about a reviewer's response to a document review request.
	ReviewerResponse []*DocumentReviewerResponseSource `type:"list"`
	// contains filtered or unexported fields
}

Details about the response to a document review request.

func (DocumentMetadataResponseInfo) GoString added in v1.36.9

func (s DocumentMetadataResponseInfo) 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 (*DocumentMetadataResponseInfo) SetReviewerResponse added in v1.36.9

SetReviewerResponse sets the ReviewerResponse field's value.

func (DocumentMetadataResponseInfo) String added in v1.36.9

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 DocumentParameter added in v0.9.17

type DocumentParameter struct {

	// If specified, the default values for the parameters. Parameters without a
	// default value are required. Parameters with a default value are optional.
	DefaultValue *string `type:"string"`

	// A description of what the parameter does, how to use it, the default value,
	// and whether or not the parameter is optional.
	Description *string `type:"string"`

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

	// The type of parameter. The type can be either String or StringList.
	Type *string `type:"string" enum:"DocumentParameterType"`
	// contains filtered or unexported fields
}

Parameters specified in a Systems Manager document that run on the server when the command is run.

func (DocumentParameter) GoString added in v0.9.17

func (s DocumentParameter) 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 (*DocumentParameter) SetDefaultValue added in v1.5.0

func (s *DocumentParameter) SetDefaultValue(v string) *DocumentParameter

SetDefaultValue sets the DefaultValue field's value.

func (*DocumentParameter) SetDescription added in v1.5.0

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

SetDescription sets the Description field's value.

func (*DocumentParameter) SetName added in v1.5.0

SetName sets the Name field's value.

func (*DocumentParameter) SetType added in v1.5.0

SetType sets the Type field's value.

func (DocumentParameter) String added in v0.9.17

func (s DocumentParameter) 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 DocumentPermissionLimit added in v1.28.0

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

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

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.

func (*DocumentPermissionLimit) Code added in v1.28.0

func (s *DocumentPermissionLimit) Code() string

Code returns the exception type name.

func (*DocumentPermissionLimit) Error added in v1.28.0

func (s *DocumentPermissionLimit) Error() string

func (DocumentPermissionLimit) GoString added in v1.28.0

func (s DocumentPermissionLimit) 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 (*DocumentPermissionLimit) Message added in v1.28.0

func (s *DocumentPermissionLimit) Message() string

Message returns the exception's message.

func (*DocumentPermissionLimit) OrigErr added in v1.28.0

func (s *DocumentPermissionLimit) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DocumentPermissionLimit) RequestID added in v1.28.0

func (s *DocumentPermissionLimit) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DocumentPermissionLimit) StatusCode added in v1.28.0

func (s *DocumentPermissionLimit) StatusCode() int

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

func (DocumentPermissionLimit) String added in v1.28.0

func (s DocumentPermissionLimit) 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 DocumentRequires added in v1.25.42

type DocumentRequires struct {

	// The name of the required SSM document. The name can be an Amazon Resource
	// Name (ARN).
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The document type of the required SSM document.
	RequireType *string `type:"string"`

	// The document version required by the current document.
	Version *string `type:"string"`

	// An optional field specifying the version of the artifact associated with
	// the document. For example, 12.6. This value is unique across all versions
	// of a document, and can't be changed.
	VersionName *string `type:"string"`
	// contains filtered or unexported fields
}

An SSM document required by the current document.

func (DocumentRequires) GoString added in v1.25.42

func (s DocumentRequires) 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 (*DocumentRequires) SetName added in v1.25.42

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

SetName sets the Name field's value.

func (*DocumentRequires) SetRequireType added in v1.44.173

func (s *DocumentRequires) SetRequireType(v string) *DocumentRequires

SetRequireType sets the RequireType field's value.

func (*DocumentRequires) SetVersion added in v1.25.42

func (s *DocumentRequires) SetVersion(v string) *DocumentRequires

SetVersion sets the Version field's value.

func (*DocumentRequires) SetVersionName added in v1.44.173

func (s *DocumentRequires) SetVersionName(v string) *DocumentRequires

SetVersionName sets the VersionName field's value.

func (DocumentRequires) String added in v1.25.42

func (s DocumentRequires) 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 (*DocumentRequires) Validate added in v1.25.42

func (s *DocumentRequires) Validate() error

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

type DocumentReviewCommentSource added in v1.36.9

type DocumentReviewCommentSource struct {

	// The content of a comment entered by a user who requests a review of a new
	// document version, or who reviews the new version.
	Content *string `min:"1" type:"string"`

	// The type of information added to a review request. Currently, only the value
	// Comment is supported.
	Type *string `type:"string" enum:"DocumentReviewCommentType"`
	// contains filtered or unexported fields
}

Information about comments added to a document review request.

func (DocumentReviewCommentSource) GoString added in v1.36.9

func (s DocumentReviewCommentSource) 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 (*DocumentReviewCommentSource) SetContent added in v1.36.9

SetContent sets the Content field's value.

func (*DocumentReviewCommentSource) SetType added in v1.36.9

SetType sets the Type field's value.

func (DocumentReviewCommentSource) String added in v1.36.9

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 (*DocumentReviewCommentSource) Validate added in v1.36.9

func (s *DocumentReviewCommentSource) Validate() error

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

type DocumentReviewerResponseSource added in v1.36.9

type DocumentReviewerResponseSource struct {

	// The comment entered by a reviewer as part of their document review response.
	Comment []*DocumentReviewCommentSource `type:"list"`

	// The date and time that a reviewer entered a response to a document review
	// request.
	CreateTime *time.Time `type:"timestamp"`

	// The current review status of a new custom SSM document created by a member
	// of your organization, or of the latest version of an existing SSM document.
	//
	// Only one version of a document can be in the APPROVED state at a time. When
	// a new version is approved, the status of the previous version changes to
	// REJECTED.
	//
	// Only one version of a document can be in review, or PENDING, at a time.
	ReviewStatus *string `type:"string" enum:"ReviewStatus"`

	// The user in your organization assigned to review a document request.
	Reviewer *string `type:"string"`

	// The date and time that a reviewer last updated a response to a document review
	// request.
	UpdatedTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

Information about a reviewer's response to a document review request.

func (DocumentReviewerResponseSource) GoString added in v1.36.9

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 (*DocumentReviewerResponseSource) SetComment added in v1.36.9

SetComment sets the Comment field's value.

func (*DocumentReviewerResponseSource) SetCreateTime added in v1.36.9

SetCreateTime sets the CreateTime field's value.

func (*DocumentReviewerResponseSource) SetReviewStatus added in v1.36.9

SetReviewStatus sets the ReviewStatus field's value.

func (*DocumentReviewerResponseSource) SetReviewer added in v1.36.9

SetReviewer sets the Reviewer field's value.

func (*DocumentReviewerResponseSource) SetUpdatedTime added in v1.36.9

SetUpdatedTime sets the UpdatedTime field's value.

func (DocumentReviewerResponseSource) String added in v1.36.9

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 DocumentReviews added in v1.36.9

type DocumentReviews struct {

	// The action to take on a document approval review request.
	//
	// Action is a required field
	Action *string `type:"string" required:"true" enum:"DocumentReviewAction"`

	// A comment entered by a user in your organization about the document review
	// request.
	Comment []*DocumentReviewCommentSource `type:"list"`
	// contains filtered or unexported fields
}

Information about a document approval review.

func (DocumentReviews) GoString added in v1.36.9

func (s DocumentReviews) 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 (*DocumentReviews) SetAction added in v1.36.9

func (s *DocumentReviews) SetAction(v string) *DocumentReviews

SetAction sets the Action field's value.

func (*DocumentReviews) SetComment added in v1.36.9

SetComment sets the Comment field's value.

func (DocumentReviews) String added in v1.36.9

func (s DocumentReviews) 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 (*DocumentReviews) Validate added in v1.36.9

func (s *DocumentReviews) Validate() error

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

type DocumentVersionInfo added in v1.5.13

type DocumentVersionInfo struct {

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

	// The friendly name of the SSM document. This value can differ for each version
	// of the document. If you want to update this value, see UpdateDocument.
	DisplayName *string `type:"string"`

	// The document format, either JSON or YAML.
	DocumentFormat *string `type:"string" enum:"DocumentFormat"`

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

	// An identifier for the default version of the document.
	IsDefaultVersion *bool `type:"boolean"`

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

	// The current status of the approval review for the latest version of the document.
	ReviewStatus *string `type:"string" enum:"ReviewStatus"`

	// The status of the SSM document, such as Creating, Active, Failed, and Deleting.
	Status *string `type:"string" enum:"DocumentStatus"`

	// A message returned by Amazon Web Services Systems Manager that explains the
	// Status value. For example, a Failed status might be explained by the StatusInformation
	// message, "The specified S3 bucket doesn't exist. Verify that the URL of the
	// S3 bucket is correct."
	StatusInformation *string `type:"string"`

	// The version of the artifact associated with the document. For example, 12.6.
	// This value is unique across all versions of a document, and can't be changed.
	VersionName *string `type:"string"`
	// contains filtered or unexported fields
}

Version information about the document.

func (DocumentVersionInfo) GoString added in v1.5.13

func (s DocumentVersionInfo) 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 (*DocumentVersionInfo) SetCreatedDate added in v1.5.13

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

SetCreatedDate sets the CreatedDate field's value.

func (*DocumentVersionInfo) SetDisplayName added in v1.38.37

func (s *DocumentVersionInfo) SetDisplayName(v string) *DocumentVersionInfo

SetDisplayName sets the DisplayName field's value.

func (*DocumentVersionInfo) SetDocumentFormat added in v1.12.37

func (s *DocumentVersionInfo) SetDocumentFormat(v string) *DocumentVersionInfo

SetDocumentFormat sets the DocumentFormat field's value.

func (*DocumentVersionInfo) SetDocumentVersion added in v1.5.13

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

SetDocumentVersion sets the DocumentVersion field's value.

func (*DocumentVersionInfo) SetIsDefaultVersion added in v1.5.13

func (s *DocumentVersionInfo) SetIsDefaultVersion(v bool) *DocumentVersionInfo

SetIsDefaultVersion sets the IsDefaultVersion field's value.

func (*DocumentVersionInfo) SetName added in v1.5.13

SetName sets the Name field's value.

func (*DocumentVersionInfo) SetReviewStatus added in v1.36.9

func (s *DocumentVersionInfo) SetReviewStatus(v string) *DocumentVersionInfo

SetReviewStatus sets the ReviewStatus field's value.

func (*DocumentVersionInfo) SetStatus added in v1.15.80

SetStatus sets the Status field's value.

func (*DocumentVersionInfo) SetStatusInformation added in v1.15.80

func (s *DocumentVersionInfo) SetStatusInformation(v string) *DocumentVersionInfo

SetStatusInformation sets the StatusInformation field's value.

func (*DocumentVersionInfo) SetVersionName added in v1.15.80

func (s *DocumentVersionInfo) SetVersionName(v string) *DocumentVersionInfo

SetVersionName sets the VersionName field's value.

func (DocumentVersionInfo) String added in v1.5.13

func (s DocumentVersionInfo) 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 DocumentVersionLimitExceeded added in v1.28.0

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

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

The document has too many versions. Delete one or more document versions and try again.

func (*DocumentVersionLimitExceeded) Code added in v1.28.0

Code returns the exception type name.

func (*DocumentVersionLimitExceeded) Error added in v1.28.0

func (DocumentVersionLimitExceeded) GoString added in v1.28.0

func (s DocumentVersionLimitExceeded) 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 (*DocumentVersionLimitExceeded) Message added in v1.28.0

func (s *DocumentVersionLimitExceeded) Message() string

Message returns the exception's message.

func (*DocumentVersionLimitExceeded) OrigErr added in v1.28.0

func (s *DocumentVersionLimitExceeded) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DocumentVersionLimitExceeded) RequestID added in v1.28.0

func (s *DocumentVersionLimitExceeded) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DocumentVersionLimitExceeded) StatusCode added in v1.28.0

func (s *DocumentVersionLimitExceeded) StatusCode() int

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

func (DocumentVersionLimitExceeded) String added in v1.28.0

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 DoesNotExistException added in v1.28.0

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

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

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.

func (*DoesNotExistException) Code added in v1.28.0

func (s *DoesNotExistException) Code() string

Code returns the exception type name.

func (*DoesNotExistException) Error added in v1.28.0

func (s *DoesNotExistException) Error() string

func (DoesNotExistException) GoString added in v1.28.0

func (s DoesNotExistException) 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 (*DoesNotExistException) Message added in v1.28.0

func (s *DoesNotExistException) Message() string

Message returns the exception's message.

func (*DoesNotExistException) OrigErr added in v1.28.0

func (s *DoesNotExistException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DoesNotExistException) RequestID added in v1.28.0

func (s *DoesNotExistException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DoesNotExistException) StatusCode added in v1.28.0

func (s *DoesNotExistException) StatusCode() int

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

func (DoesNotExistException) String added in v1.28.0

func (s DoesNotExistException) 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 DuplicateDocumentContent added in v1.28.0

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

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

The content of the association document matches another document. Change the content of the document and try again.

func (*DuplicateDocumentContent) Code added in v1.28.0

func (s *DuplicateDocumentContent) Code() string

Code returns the exception type name.

func (*DuplicateDocumentContent) Error added in v1.28.0

func (s *DuplicateDocumentContent) Error() string

func (DuplicateDocumentContent) GoString added in v1.28.0

func (s DuplicateDocumentContent) 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 (*DuplicateDocumentContent) Message added in v1.28.0

func (s *DuplicateDocumentContent) Message() string

Message returns the exception's message.

func (*DuplicateDocumentContent) OrigErr added in v1.28.0

func (s *DuplicateDocumentContent) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DuplicateDocumentContent) RequestID added in v1.28.0

func (s *DuplicateDocumentContent) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DuplicateDocumentContent) StatusCode added in v1.28.0

func (s *DuplicateDocumentContent) StatusCode() int

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

func (DuplicateDocumentContent) String added in v1.28.0

func (s DuplicateDocumentContent) 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 DuplicateDocumentVersionName added in v1.28.0

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

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

The version name has already been used in this document. Specify a different version name, and then try again.

func (*DuplicateDocumentVersionName) Code added in v1.28.0

Code returns the exception type name.

func (*DuplicateDocumentVersionName) Error added in v1.28.0

func (DuplicateDocumentVersionName) GoString added in v1.28.0

func (s DuplicateDocumentVersionName) 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 (*DuplicateDocumentVersionName) Message added in v1.28.0

func (s *DuplicateDocumentVersionName) Message() string

Message returns the exception's message.

func (*DuplicateDocumentVersionName) OrigErr added in v1.28.0

func (s *DuplicateDocumentVersionName) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DuplicateDocumentVersionName) RequestID added in v1.28.0

func (s *DuplicateDocumentVersionName) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DuplicateDocumentVersionName) StatusCode added in v1.28.0

func (s *DuplicateDocumentVersionName) StatusCode() int

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

func (DuplicateDocumentVersionName) String added in v1.28.0

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 DuplicateInstanceId added in v1.28.0

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

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

You can't specify a managed node ID in more than one association.

func (*DuplicateInstanceId) Code added in v1.28.0

func (s *DuplicateInstanceId) Code() string

Code returns the exception type name.

func (*DuplicateInstanceId) Error added in v1.28.0

func (s *DuplicateInstanceId) Error() string

func (DuplicateInstanceId) GoString added in v1.28.0

func (s DuplicateInstanceId) 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 (*DuplicateInstanceId) Message added in v1.28.0

func (s *DuplicateInstanceId) Message() string

Message returns the exception's message.

func (*DuplicateInstanceId) OrigErr added in v1.28.0

func (s *DuplicateInstanceId) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DuplicateInstanceId) RequestID added in v1.28.0

func (s *DuplicateInstanceId) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DuplicateInstanceId) StatusCode added in v1.28.0

func (s *DuplicateInstanceId) StatusCode() int

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

func (DuplicateInstanceId) String added in v1.28.0

func (s DuplicateInstanceId) 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 EffectivePatch added in v1.6.4

type EffectivePatch struct {

	// Provides metadata for a patch, including information such as the KB ID, severity,
	// classification and a URL for where more information can be obtained about
	// the patch.
	Patch *Patch `type:"structure"`

	// The status of the patch in a patch baseline. This includes information about
	// whether the patch is currently approved, due to be approved by a rule, explicitly
	// approved, or explicitly rejected and the date the patch was or will be approved.
	PatchStatus *PatchStatus `type:"structure"`
	// contains filtered or unexported fields
}

The EffectivePatch structure defines metadata about a patch along with the approval state of the patch in a particular patch baseline. The approval state includes information about whether the patch is currently approved, due to be approved by a rule, explicitly approved, or explicitly rejected and the date the patch was or will be approved.

func (EffectivePatch) GoString added in v1.6.4

func (s EffectivePatch) 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 (*EffectivePatch) SetPatch added in v1.6.4

func (s *EffectivePatch) SetPatch(v *Patch) *EffectivePatch

SetPatch sets the Patch field's value.

func (*EffectivePatch) SetPatchStatus added in v1.6.4

func (s *EffectivePatch) SetPatchStatus(v *PatchStatus) *EffectivePatch

SetPatchStatus sets the PatchStatus field's value.

func (EffectivePatch) String added in v1.6.4

func (s EffectivePatch) 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 FailedCreateAssociation

type FailedCreateAssociation struct {

	// The association.
	Entry *CreateAssociationBatchRequestEntry `type:"structure"`

	// The source of the failure.
	Fault *string `type:"string" enum:"Fault"`

	// A description of the failure.
	Message *string `type:"string"`
	// contains filtered or unexported fields
}

Describes a failed association.

func (FailedCreateAssociation) GoString added in v0.6.5

func (s FailedCreateAssociation) 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 (*FailedCreateAssociation) SetEntry added in v1.5.0

SetEntry sets the Entry field's value.

func (*FailedCreateAssociation) SetFault added in v1.5.0

SetFault sets the Fault field's value.

func (*FailedCreateAssociation) SetMessage added in v1.5.0

SetMessage sets the Message field's value.

func (FailedCreateAssociation) String added in v0.6.5

func (s FailedCreateAssociation) 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 FailureDetails added in v1.8.23

type FailureDetails struct {

	// Detailed information about the Automation step failure.
	Details map[string][]*string `min:"1" type:"map"`

	// The stage of the Automation execution when the failure occurred. The stages
	// include the following: InputValidation, PreVerification, Invocation, PostVerification.
	FailureStage *string `type:"string"`

	// The type of Automation failure. Failure types include the following: Action,
	// Permission, Throttling, Verification, Internal.
	FailureType *string `type:"string"`
	// contains filtered or unexported fields
}

Information about an Automation failure.

func (FailureDetails) GoString added in v1.8.23

func (s FailureDetails) 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 (*FailureDetails) SetDetails added in v1.8.23

func (s *FailureDetails) SetDetails(v map[string][]*string) *FailureDetails

SetDetails sets the Details field's value.

func (*FailureDetails) SetFailureStage added in v1.8.23

func (s *FailureDetails) SetFailureStage(v string) *FailureDetails

SetFailureStage sets the FailureStage field's value.

func (*FailureDetails) SetFailureType added in v1.8.23

func (s *FailureDetails) SetFailureType(v string) *FailureDetails

SetFailureType sets the FailureType field's value.

func (FailureDetails) String added in v1.8.23

func (s FailureDetails) 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 FeatureNotAvailableException added in v1.28.0

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

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

You attempted to register a LAMBDA or STEP_FUNCTIONS task in a region where the corresponding service isn't available.

func (*FeatureNotAvailableException) Code added in v1.28.0

Code returns the exception type name.

func (*FeatureNotAvailableException) Error added in v1.28.0

func (FeatureNotAvailableException) GoString added in v1.28.0

func (s FeatureNotAvailableException) 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 (*FeatureNotAvailableException) Message added in v1.28.0

func (s *FeatureNotAvailableException) Message() string

Message returns the exception's message.

func (*FeatureNotAvailableException) OrigErr added in v1.28.0

func (s *FeatureNotAvailableException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*FeatureNotAvailableException) RequestID added in v1.28.0

func (s *FeatureNotAvailableException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*FeatureNotAvailableException) StatusCode added in v1.28.0

func (s *FeatureNotAvailableException) StatusCode() int

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

func (FeatureNotAvailableException) String added in v1.28.0

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 GetAutomationExecutionInput added in v1.5.13

type GetAutomationExecutionInput struct {

	// The unique identifier for an existing automation execution to examine. The
	// execution ID is returned by StartAutomationExecution when the execution of
	// an Automation runbook is initiated.
	//
	// AutomationExecutionId is a required field
	AutomationExecutionId *string `min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetAutomationExecutionInput) GoString added in v1.5.13

func (s GetAutomationExecutionInput) 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 (*GetAutomationExecutionInput) SetAutomationExecutionId added in v1.5.13

func (s *GetAutomationExecutionInput) SetAutomationExecutionId(v string) *GetAutomationExecutionInput

SetAutomationExecutionId sets the AutomationExecutionId field's value.

func (GetAutomationExecutionInput) String added in v1.5.13

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 (*GetAutomationExecutionInput) Validate added in v1.5.13

func (s *GetAutomationExecutionInput) Validate() error

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

type GetAutomationExecutionOutput added in v1.5.13

type GetAutomationExecutionOutput struct {

	// Detailed information about the current state of an automation execution.
	AutomationExecution *AutomationExecution `type:"structure"`
	// contains filtered or unexported fields
}

func (GetAutomationExecutionOutput) GoString added in v1.5.13

func (s GetAutomationExecutionOutput) 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 (*GetAutomationExecutionOutput) SetAutomationExecution added in v1.5.13

SetAutomationExecution sets the AutomationExecution field's value.

func (GetAutomationExecutionOutput) String added in v1.5.13

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 GetCalendarStateInput added in v1.25.49

type GetCalendarStateInput struct {

	// (Optional) The specific time for which you want to get calendar state information,
	// in ISO 8601 (https://en.wikipedia.org/wiki/ISO_8601) format. If you don't
	// specify a value or AtTime, the current time is used.
	AtTime *string `type:"string"`

	// The names or Amazon Resource Names (ARNs) of the Systems Manager documents
	// (SSM documents) that represent the calendar entries for which you want to
	// get the state.
	//
	// CalendarNames is a required field
	CalendarNames []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (GetCalendarStateInput) GoString added in v1.25.49

func (s GetCalendarStateInput) 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 (*GetCalendarStateInput) SetAtTime added in v1.25.49

SetAtTime sets the AtTime field's value.

func (*GetCalendarStateInput) SetCalendarNames added in v1.25.49

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

SetCalendarNames sets the CalendarNames field's value.

func (GetCalendarStateInput) String added in v1.25.49

func (s GetCalendarStateInput) 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 (*GetCalendarStateInput) Validate added in v1.25.49

func (s *GetCalendarStateInput) Validate() error

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

type GetCalendarStateOutput added in v1.25.49

type GetCalendarStateOutput struct {

	// The time, as an ISO 8601 (https://en.wikipedia.org/wiki/ISO_8601) string,
	// that you specified in your command. If you don't specify a time, GetCalendarState
	// uses the current time.
	AtTime *string `type:"string"`

	// The time, as an ISO 8601 (https://en.wikipedia.org/wiki/ISO_8601) string,
	// that the calendar state will change. If the current calendar state is OPEN,
	// NextTransitionTime indicates when the calendar state changes to CLOSED, and
	// vice-versa.
	NextTransitionTime *string `type:"string"`

	// The state of the calendar. An OPEN calendar indicates that actions are allowed
	// to proceed, and a CLOSED calendar indicates that actions aren't allowed to
	// proceed.
	State *string `type:"string" enum:"CalendarState"`
	// contains filtered or unexported fields
}

func (GetCalendarStateOutput) GoString added in v1.25.49

func (s GetCalendarStateOutput) 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 (*GetCalendarStateOutput) SetAtTime added in v1.25.49

SetAtTime sets the AtTime field's value.

func (*GetCalendarStateOutput) SetNextTransitionTime added in v1.25.49

func (s *GetCalendarStateOutput) SetNextTransitionTime(v string) *GetCalendarStateOutput

SetNextTransitionTime sets the NextTransitionTime field's value.

func (*GetCalendarStateOutput) SetState added in v1.25.49

SetState sets the State field's value.

func (GetCalendarStateOutput) String added in v1.25.49

func (s GetCalendarStateOutput) 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 GetCommandInvocationInput added in v1.5.13

type GetCommandInvocationInput struct {

	// (Required) The parent command ID of the invocation plugin.
	//
	// CommandId is a required field
	CommandId *string `min:"36" type:"string" required:"true"`

	// (Required) The ID of the managed node targeted by the command. A managed
	// node can be an Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device,
	// and on-premises server or VM in your hybrid environment that is configured
	// for Amazon Web Services Systems Manager.
	//
	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// The name of the step for which you want detailed results. If the document
	// contains only one step, you can omit the name and details for that step.
	// If the document contains more than one step, you must specify the name of
	// the step for which you want to view details. Be sure to specify the name
	// of the step, not the name of a plugin like aws:RunShellScript.
	//
	// To find the PluginName, check the document content and find the name of the
	// step you want details for. Alternatively, use ListCommandInvocations with
	// the CommandId and Details parameters. The PluginName is the Name attribute
	// of the CommandPlugin object in the CommandPlugins list.
	PluginName *string `min:"4" type:"string"`
	// contains filtered or unexported fields
}

func (GetCommandInvocationInput) GoString added in v1.5.13

func (s GetCommandInvocationInput) 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 (*GetCommandInvocationInput) SetCommandId added in v1.5.13

SetCommandId sets the CommandId field's value.

func (*GetCommandInvocationInput) SetInstanceId added in v1.5.13

SetInstanceId sets the InstanceId field's value.

func (*GetCommandInvocationInput) SetPluginName added in v1.5.13

SetPluginName sets the PluginName field's value.

func (GetCommandInvocationInput) String added in v1.5.13

func (s GetCommandInvocationInput) 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 (*GetCommandInvocationInput) Validate added in v1.5.13

func (s *GetCommandInvocationInput) Validate() error

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

type GetCommandInvocationOutput added in v1.5.13

type GetCommandInvocationOutput struct {

	// Amazon CloudWatch Logs information where Systems Manager sent the command
	// output.
	CloudWatchOutputConfig *CloudWatchOutputConfig `type:"structure"`

	// The parent command ID of the invocation plugin.
	CommandId *string `min:"36" type:"string"`

	// The comment text for the command.
	Comment *string `type:"string"`

	// The name of the document that was run. For example, AWS-RunShellScript.
	DocumentName *string `type:"string"`

	// The Systems Manager document (SSM document) version used in the request.
	DocumentVersion *string `type:"string"`

	// Duration since ExecutionStartDateTime.
	ExecutionElapsedTime *string `type:"string"`

	// The date and time the plugin finished running. Date and time are written
	// in ISO 8601 format. For example, June 7, 2017 is represented as 2017-06-7.
	// The following sample Amazon Web Services CLI command uses the InvokedAfter
	// filter.
	//
	// aws ssm list-commands --filters key=InvokedAfter,value=2017-06-07T00:00:00Z
	//
	// If the plugin hasn't started to run, the string is empty.
	ExecutionEndDateTime *string `type:"string"`

	// The date and time the plugin started running. Date and time are written in
	// ISO 8601 format. For example, June 7, 2017 is represented as 2017-06-7. The
	// following sample Amazon Web Services CLI command uses the InvokedBefore filter.
	//
	// aws ssm list-commands --filters key=InvokedBefore,value=2017-06-07T00:00:00Z
	//
	// If the plugin hasn't started to run, the string is empty.
	ExecutionStartDateTime *string `type:"string"`

	// The ID of the managed node targeted by the command. A managed node can be
	// an Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, or on-premises
	// server or VM in your hybrid environment that is configured for Amazon Web
	// Services Systems Manager.
	InstanceId *string `type:"string"`

	// The name of the plugin, or step name, for which details are reported. For
	// example, aws:RunShellScript is a plugin.
	PluginName *string `min:"4" type:"string"`

	// The error level response code for the plugin script. If the response code
	// is -1, then the command hasn't started running on the managed node, or it
	// wasn't received by the node.
	ResponseCode *int64 `type:"integer"`

	// The first 8,000 characters written by the plugin to stderr. If the command
	// hasn't finished running, then this string is empty.
	StandardErrorContent *string `type:"string"`

	// The URL for the complete text written by the plugin to stderr. If the command
	// hasn't finished running, then this string is empty.
	StandardErrorUrl *string `type:"string"`

	// The first 24,000 characters written by the plugin to stdout. If the command
	// hasn't finished running, if ExecutionStatus is neither Succeeded nor Failed,
	// then this string is empty.
	StandardOutputContent *string `type:"string"`

	// The URL for the complete text written by the plugin to stdout in Amazon Simple
	// Storage Service (Amazon S3). If an S3 bucket wasn't specified, then this
	// string is empty.
	StandardOutputUrl *string `type:"string"`

	// The status of this invocation plugin. This status can be different than StatusDetails.
	Status *string `type:"string" enum:"CommandInvocationStatus"`

	// A detailed status of the command execution for an invocation. 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.
	//
	//    * Delayed: The system attempted to send the command to the target, but
	//    the target wasn't available. The managed node might not be available because
	//    of network issues, because the node was stopped, or for similar reasons.
	//    The system will try to send the command again.
	//
	//    * Success: The command or plugin ran successfully. 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: The command started to run on the managed node,
	//    but the execution wasn't complete before the timeout expired. Execution
	//    timeouts count against the MaxErrors limit of the parent command. This
	//    is a terminal state.
	//
	//    * Failed: The command wasn't run successfully 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
	//    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.
	StatusDetails *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetCommandInvocationOutput) GoString added in v1.5.13

func (s GetCommandInvocationOutput) 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 (*GetCommandInvocationOutput) SetCloudWatchOutputConfig added in v1.14.6

SetCloudWatchOutputConfig sets the CloudWatchOutputConfig field's value.

func (*GetCommandInvocationOutput) SetCommandId added in v1.5.13

SetCommandId sets the CommandId field's value.

func (*GetCommandInvocationOutput) SetComment added in v1.5.13

SetComment sets the Comment field's value.

func (*GetCommandInvocationOutput) SetDocumentName added in v1.5.13

SetDocumentName sets the DocumentName field's value.

func (*GetCommandInvocationOutput) SetDocumentVersion added in v1.13.40

SetDocumentVersion sets the DocumentVersion field's value.

func (*GetCommandInvocationOutput) SetExecutionElapsedTime added in v1.5.13

func (s *GetCommandInvocationOutput) SetExecutionElapsedTime(v string) *GetCommandInvocationOutput

SetExecutionElapsedTime sets the ExecutionElapsedTime field's value.

func (*GetCommandInvocationOutput) SetExecutionEndDateTime added in v1.5.13

func (s *GetCommandInvocationOutput) SetExecutionEndDateTime(v string) *GetCommandInvocationOutput

SetExecutionEndDateTime sets the ExecutionEndDateTime field's value.

func (*GetCommandInvocationOutput) SetExecutionStartDateTime added in v1.5.13

func (s *GetCommandInvocationOutput) SetExecutionStartDateTime(v string) *GetCommandInvocationOutput

SetExecutionStartDateTime sets the ExecutionStartDateTime field's value.

func (*GetCommandInvocationOutput) SetInstanceId added in v1.5.13

SetInstanceId sets the InstanceId field's value.

func (*GetCommandInvocationOutput) SetPluginName added in v1.5.13

SetPluginName sets the PluginName field's value.

func (*GetCommandInvocationOutput) SetResponseCode added in v1.5.13

SetResponseCode sets the ResponseCode field's value.

func (*GetCommandInvocationOutput) SetStandardErrorContent added in v1.5.13

func (s *GetCommandInvocationOutput) SetStandardErrorContent(v string) *GetCommandInvocationOutput

SetStandardErrorContent sets the StandardErrorContent field's value.

func (*GetCommandInvocationOutput) SetStandardErrorUrl added in v1.5.13

SetStandardErrorUrl sets the StandardErrorUrl field's value.

func (*GetCommandInvocationOutput) SetStandardOutputContent added in v1.5.13

func (s *GetCommandInvocationOutput) SetStandardOutputContent(v string) *GetCommandInvocationOutput

SetStandardOutputContent sets the StandardOutputContent field's value.

func (*GetCommandInvocationOutput) SetStandardOutputUrl added in v1.5.13

func (s *GetCommandInvocationOutput) SetStandardOutputUrl(v string) *GetCommandInvocationOutput

SetStandardOutputUrl sets the StandardOutputUrl field's value.

func (*GetCommandInvocationOutput) SetStatus added in v1.5.13

SetStatus sets the Status field's value.

func (*GetCommandInvocationOutput) SetStatusDetails added in v1.5.13

SetStatusDetails sets the StatusDetails field's value.

func (GetCommandInvocationOutput) String added in v1.5.13

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 GetConnectionStatusInput added in v1.15.33

type GetConnectionStatusInput struct {

	// The managed node ID.
	//
	// Target is a required field
	Target *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetConnectionStatusInput) GoString added in v1.15.33

func (s GetConnectionStatusInput) 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 (*GetConnectionStatusInput) SetTarget added in v1.15.33

SetTarget sets the Target field's value.

func (GetConnectionStatusInput) String added in v1.15.33

func (s GetConnectionStatusInput) 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 (*GetConnectionStatusInput) Validate added in v1.15.33

func (s *GetConnectionStatusInput) Validate() error

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

type GetConnectionStatusOutput added in v1.15.33

type GetConnectionStatusOutput struct {

	// The status of the connection to the managed node.
	Status *string `type:"string" enum:"ConnectionStatus"`

	// The ID of the managed node to check connection status.
	Target *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetConnectionStatusOutput) GoString added in v1.15.33

func (s GetConnectionStatusOutput) 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 (*GetConnectionStatusOutput) SetStatus added in v1.15.33

SetStatus sets the Status field's value.

func (*GetConnectionStatusOutput) SetTarget added in v1.15.33

SetTarget sets the Target field's value.

func (GetConnectionStatusOutput) String added in v1.15.33

func (s GetConnectionStatusOutput) 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 GetDefaultPatchBaselineInput added in v1.6.4

type GetDefaultPatchBaselineInput struct {

	// Returns the default patch baseline for the specified operating system.
	OperatingSystem *string `type:"string" enum:"OperatingSystem"`
	// contains filtered or unexported fields
}

func (GetDefaultPatchBaselineInput) GoString added in v1.6.4

func (s GetDefaultPatchBaselineInput) 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 (*GetDefaultPatchBaselineInput) SetOperatingSystem added in v1.10.8

SetOperatingSystem sets the OperatingSystem field's value.

func (GetDefaultPatchBaselineInput) String added in v1.6.4

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 GetDefaultPatchBaselineOutput added in v1.6.4

type GetDefaultPatchBaselineOutput struct {

	// The ID of the default patch baseline.
	BaselineId *string `min:"20" type:"string"`

	// The operating system for the returned patch baseline.
	OperatingSystem *string `type:"string" enum:"OperatingSystem"`
	// contains filtered or unexported fields
}

func (GetDefaultPatchBaselineOutput) GoString added in v1.6.4

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 (*GetDefaultPatchBaselineOutput) SetBaselineId added in v1.6.4

SetBaselineId sets the BaselineId field's value.

func (*GetDefaultPatchBaselineOutput) SetOperatingSystem added in v1.10.8

SetOperatingSystem sets the OperatingSystem field's value.

func (GetDefaultPatchBaselineOutput) String added in v1.6.4

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 GetDeployablePatchSnapshotForInstanceInput added in v1.6.4

type GetDeployablePatchSnapshotForInstanceInput struct {

	// Defines the basic information about a patch baseline override.
	BaselineOverride *BaselineOverride `type:"structure"`

	// The ID of the managed node for which the appropriate patch snapshot should
	// be retrieved.
	//
	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// The snapshot ID provided by the user when running AWS-RunPatchBaseline.
	//
	// SnapshotId is a required field
	SnapshotId *string `min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetDeployablePatchSnapshotForInstanceInput) GoString added in v1.6.4

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 (*GetDeployablePatchSnapshotForInstanceInput) SetBaselineOverride added in v1.37.21

SetBaselineOverride sets the BaselineOverride field's value.

func (*GetDeployablePatchSnapshotForInstanceInput) SetInstanceId added in v1.6.4

SetInstanceId sets the InstanceId field's value.

func (*GetDeployablePatchSnapshotForInstanceInput) SetSnapshotId added in v1.6.4

SetSnapshotId sets the SnapshotId field's value.

func (GetDeployablePatchSnapshotForInstanceInput) String added in v1.6.4

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 (*GetDeployablePatchSnapshotForInstanceInput) Validate added in v1.6.4

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

type GetDeployablePatchSnapshotForInstanceOutput added in v1.6.4

type GetDeployablePatchSnapshotForInstanceOutput struct {

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

	// Returns the specific operating system (for example Windows Server 2012 or
	// Amazon Linux 2015.09) on the managed node for the specified patch snapshot.
	Product *string `type:"string"`

	// A pre-signed Amazon Simple Storage Service (Amazon S3) URL that can be used
	// to download the patch snapshot.
	SnapshotDownloadUrl *string `type:"string"`

	// The user-defined snapshot ID.
	SnapshotId *string `min:"36" type:"string"`
	// contains filtered or unexported fields
}

func (GetDeployablePatchSnapshotForInstanceOutput) GoString added in v1.6.4

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 (*GetDeployablePatchSnapshotForInstanceOutput) SetInstanceId added in v1.6.4

SetInstanceId sets the InstanceId field's value.

func (*GetDeployablePatchSnapshotForInstanceOutput) SetProduct added in v1.10.8

SetProduct sets the Product field's value.

func (*GetDeployablePatchSnapshotForInstanceOutput) SetSnapshotDownloadUrl added in v1.6.4

SetSnapshotDownloadUrl sets the SnapshotDownloadUrl field's value.

func (*GetDeployablePatchSnapshotForInstanceOutput) SetSnapshotId added in v1.6.4

SetSnapshotId sets the SnapshotId field's value.

func (GetDeployablePatchSnapshotForInstanceOutput) String added in v1.6.4

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 GetDocumentInput

type GetDocumentInput struct {

	// Returns the document in the specified format. The document format can be
	// either JSON or YAML. JSON is the default format.
	DocumentFormat *string `type:"string" enum:"DocumentFormat"`

	// The document version for which you want information.
	DocumentVersion *string `type:"string"`

	// The name of the SSM document.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// An optional field specifying the version of the artifact associated with
	// the document. For example, 12.6. 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 (GetDocumentInput) GoString added in v0.6.5

func (s GetDocumentInput) 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 (*GetDocumentInput) SetDocumentFormat added in v1.12.37

func (s *GetDocumentInput) SetDocumentFormat(v string) *GetDocumentInput

SetDocumentFormat sets the DocumentFormat field's value.

func (*GetDocumentInput) SetDocumentVersion added in v1.5.13

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

SetDocumentVersion sets the DocumentVersion field's value.

func (*GetDocumentInput) SetName added in v1.5.0

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

SetName sets the Name field's value.

func (*GetDocumentInput) SetVersionName added in v1.15.80

func (s *GetDocumentInput) SetVersionName(v string) *GetDocumentInput

SetVersionName sets the VersionName field's value.

func (GetDocumentInput) String added in v0.6.5

func (s GetDocumentInput) 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 (*GetDocumentInput) Validate added in v1.1.21

func (s *GetDocumentInput) Validate() error

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

type GetDocumentOutput

type GetDocumentOutput struct {

	// A description of the document attachments, including names, locations, sizes,
	// and so on.
	AttachmentsContent []*AttachmentContent `type:"list"`

	// The contents of the SSM document.
	Content *string `min:"1" type:"string"`

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

	// The friendly name of the SSM document. This value can differ for each version
	// of the document. If you want to update this value, see UpdateDocument.
	DisplayName *string `type:"string"`

	// The document format, either JSON or YAML.
	DocumentFormat *string `type:"string" enum:"DocumentFormat"`

	// The document type.
	DocumentType *string `type:"string" enum:"DocumentType"`

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

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

	// A list of SSM documents required by a document. For example, an ApplicationConfiguration
	// document requires an ApplicationConfigurationSchema document.
	Requires []*DocumentRequires `min:"1" type:"list"`

	// The current review status of a new custom Systems Manager document (SSM document)
	// created by a member of your organization, or of the latest version of an
	// existing SSM document.
	//
	// Only one version of an SSM document can be in the APPROVED state at a time.
	// When a new version is approved, the status of the previous version changes
	// to REJECTED.
	//
	// Only one version of an SSM document can be in review, or PENDING, at a time.
	ReviewStatus *string `type:"string" enum:"ReviewStatus"`

	// The status of the SSM document, such as Creating, Active, Updating, Failed,
	// and Deleting.
	Status *string `type:"string" enum:"DocumentStatus"`

	// A message returned by Amazon Web Services Systems Manager that explains the
	// Status value. For example, a Failed status might be explained by the StatusInformation
	// message, "The specified S3 bucket doesn't exist. Verify that the URL of the
	// S3 bucket is correct."
	StatusInformation *string `type:"string"`

	// The version of the artifact associated with the document. For example, 12.6.
	// 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 (GetDocumentOutput) GoString added in v0.6.5

func (s GetDocumentOutput) 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 (*GetDocumentOutput) SetAttachmentsContent added in v1.15.80

func (s *GetDocumentOutput) SetAttachmentsContent(v []*AttachmentContent) *GetDocumentOutput

SetAttachmentsContent sets the AttachmentsContent field's value.

func (*GetDocumentOutput) SetContent added in v1.5.0

func (s *GetDocumentOutput) SetContent(v string) *GetDocumentOutput

SetContent sets the Content field's value.

func (*GetDocumentOutput) SetCreatedDate added in v1.38.37

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

SetCreatedDate sets the CreatedDate field's value.

func (*GetDocumentOutput) SetDisplayName added in v1.38.37

func (s *GetDocumentOutput) SetDisplayName(v string) *GetDocumentOutput

SetDisplayName sets the DisplayName field's value.

func (*GetDocumentOutput) SetDocumentFormat added in v1.12.37

func (s *GetDocumentOutput) SetDocumentFormat(v string) *GetDocumentOutput

SetDocumentFormat sets the DocumentFormat field's value.

func (*GetDocumentOutput) SetDocumentType added in v1.5.13

func (s *GetDocumentOutput) SetDocumentType(v string) *GetDocumentOutput

SetDocumentType sets the DocumentType field's value.

func (*GetDocumentOutput) SetDocumentVersion added in v1.5.13

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

SetDocumentVersion sets the DocumentVersion field's value.

func (*GetDocumentOutput) SetName added in v1.5.0

SetName sets the Name field's value.

func (*GetDocumentOutput) SetRequires added in v1.25.42

SetRequires sets the Requires field's value.

func (*GetDocumentOutput) SetReviewStatus added in v1.36.9

func (s *GetDocumentOutput) SetReviewStatus(v string) *GetDocumentOutput

SetReviewStatus sets the ReviewStatus field's value.

func (*GetDocumentOutput) SetStatus added in v1.15.80

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

SetStatus sets the Status field's value.

func (*GetDocumentOutput) SetStatusInformation added in v1.15.80

func (s *GetDocumentOutput) SetStatusInformation(v string) *GetDocumentOutput

SetStatusInformation sets the StatusInformation field's value.

func (*GetDocumentOutput) SetVersionName added in v1.15.80

func (s *GetDocumentOutput) SetVersionName(v string) *GetDocumentOutput

SetVersionName sets the VersionName field's value.

func (GetDocumentOutput) String added in v0.6.5

func (s GetDocumentOutput) 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 GetInventoryInput added in v1.5.13

type GetInventoryInput struct {

	// Returns counts of inventory types based on one or more expressions. For example,
	// if you aggregate by using an expression that uses the AWS:InstanceInformation.PlatformType
	// type, you can see a count of how many Windows and Linux managed nodes exist
	// in your inventoried fleet.
	Aggregators []*InventoryAggregator `min:"1" type:"list"`

	// One or more filters. Use a filter to return a more specific list of results.
	Filters []*InventoryFilter `min:"1" type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`

	// The list of inventory item types to return.
	ResultAttributes []*ResultAttribute `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (GetInventoryInput) GoString added in v1.5.13

func (s GetInventoryInput) 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 (*GetInventoryInput) SetAggregators added in v1.12.27

func (s *GetInventoryInput) SetAggregators(v []*InventoryAggregator) *GetInventoryInput

SetAggregators sets the Aggregators field's value.

func (*GetInventoryInput) SetFilters added in v1.5.13

SetFilters sets the Filters field's value.

func (*GetInventoryInput) SetMaxResults added in v1.5.13

func (s *GetInventoryInput) SetMaxResults(v int64) *GetInventoryInput

SetMaxResults sets the MaxResults field's value.

func (*GetInventoryInput) SetNextToken added in v1.5.13

func (s *GetInventoryInput) SetNextToken(v string) *GetInventoryInput

SetNextToken sets the NextToken field's value.

func (*GetInventoryInput) SetResultAttributes added in v1.5.13

func (s *GetInventoryInput) SetResultAttributes(v []*ResultAttribute) *GetInventoryInput

SetResultAttributes sets the ResultAttributes field's value.

func (GetInventoryInput) String added in v1.5.13

func (s GetInventoryInput) 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 (*GetInventoryInput) Validate added in v1.5.13

func (s *GetInventoryInput) Validate() error

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

type GetInventoryOutput added in v1.5.13

type GetInventoryOutput struct {

	// Collection of inventory entities such as a collection of managed node inventory.
	Entities []*InventoryResultEntity `type:"list"`

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetInventoryOutput) GoString added in v1.5.13

func (s GetInventoryOutput) 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 (*GetInventoryOutput) SetEntities added in v1.5.13

SetEntities sets the Entities field's value.

func (*GetInventoryOutput) SetNextToken added in v1.5.13

func (s *GetInventoryOutput) SetNextToken(v string) *GetInventoryOutput

SetNextToken sets the NextToken field's value.

func (GetInventoryOutput) String added in v1.5.13

func (s GetInventoryOutput) 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 GetInventorySchemaInput added in v1.5.13

type GetInventorySchemaInput struct {

	// Returns inventory schemas that support aggregation. For example, this call
	// returns the AWS:InstanceInformation type, because it supports aggregation
	// based on the PlatformName, PlatformType, and PlatformVersion attributes.
	Aggregator *bool `type:"boolean"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"50" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`

	// Returns the sub-type schema for a specified inventory type.
	SubType *bool `type:"boolean"`

	// The type of inventory item to return.
	TypeName *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetInventorySchemaInput) GoString added in v1.5.13

func (s GetInventorySchemaInput) 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 (*GetInventorySchemaInput) SetAggregator added in v1.12.27

SetAggregator sets the Aggregator field's value.

func (*GetInventorySchemaInput) SetMaxResults added in v1.5.13

SetMaxResults sets the MaxResults field's value.

func (*GetInventorySchemaInput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (*GetInventorySchemaInput) SetSubType added in v1.10.25

SetSubType sets the SubType field's value.

func (*GetInventorySchemaInput) SetTypeName added in v1.5.13

SetTypeName sets the TypeName field's value.

func (GetInventorySchemaInput) String added in v1.5.13

func (s GetInventorySchemaInput) 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 (*GetInventorySchemaInput) Validate added in v1.5.13

func (s *GetInventorySchemaInput) Validate() error

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

type GetInventorySchemaOutput added in v1.5.13

type GetInventorySchemaOutput struct {

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`

	// Inventory schemas returned by the request.
	Schemas []*InventoryItemSchema `type:"list"`
	// contains filtered or unexported fields
}

func (GetInventorySchemaOutput) GoString added in v1.5.13

func (s GetInventorySchemaOutput) 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 (*GetInventorySchemaOutput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (*GetInventorySchemaOutput) SetSchemas added in v1.5.13

SetSchemas sets the Schemas field's value.

func (GetInventorySchemaOutput) String added in v1.5.13

func (s GetInventorySchemaOutput) 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 GetMaintenanceWindowExecutionInput added in v1.5.13

type GetMaintenanceWindowExecutionInput struct {

	// The ID of the maintenance window execution that includes the task.
	//
	// WindowExecutionId is a required field
	WindowExecutionId *string `min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetMaintenanceWindowExecutionInput) GoString added in v1.5.13

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 (*GetMaintenanceWindowExecutionInput) SetWindowExecutionId added in v1.5.13

SetWindowExecutionId sets the WindowExecutionId field's value.

func (GetMaintenanceWindowExecutionInput) String added in v1.5.13

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 (*GetMaintenanceWindowExecutionInput) Validate added in v1.5.13

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

type GetMaintenanceWindowExecutionOutput added in v1.5.13

type GetMaintenanceWindowExecutionOutput struct {

	// The time the maintenance window finished running.
	EndTime *time.Time `type:"timestamp"`

	// The time the maintenance window started running.
	StartTime *time.Time `type:"timestamp"`

	// The status of the maintenance window execution.
	Status *string `type:"string" enum:"MaintenanceWindowExecutionStatus"`

	// The details explaining the status. Not available for all status values.
	StatusDetails *string `type:"string"`

	// The ID of the task executions from the maintenance window execution.
	TaskIds []*string `type:"list"`

	// The ID of the maintenance window execution.
	WindowExecutionId *string `min:"36" type:"string"`
	// contains filtered or unexported fields
}

func (GetMaintenanceWindowExecutionOutput) GoString added in v1.5.13

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 (*GetMaintenanceWindowExecutionOutput) SetEndTime added in v1.5.13

SetEndTime sets the EndTime field's value.

func (*GetMaintenanceWindowExecutionOutput) SetStartTime added in v1.5.13

SetStartTime sets the StartTime field's value.

func (*GetMaintenanceWindowExecutionOutput) SetStatus added in v1.5.13

SetStatus sets the Status field's value.

func (*GetMaintenanceWindowExecutionOutput) SetStatusDetails added in v1.5.13

SetStatusDetails sets the StatusDetails field's value.

func (*GetMaintenanceWindowExecutionOutput) SetTaskIds added in v1.5.13

SetTaskIds sets the TaskIds field's value.

func (*GetMaintenanceWindowExecutionOutput) SetWindowExecutionId added in v1.5.13

SetWindowExecutionId sets the WindowExecutionId field's value.

func (GetMaintenanceWindowExecutionOutput) String added in v1.5.13

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 GetMaintenanceWindowExecutionTaskInput added in v1.5.13

type GetMaintenanceWindowExecutionTaskInput struct {

	// The ID of the specific task execution in the maintenance window task that
	// should be retrieved.
	//
	// TaskId is a required field
	TaskId *string `min:"36" type:"string" required:"true"`

	// The ID of the maintenance window execution that includes the task.
	//
	// WindowExecutionId is a required field
	WindowExecutionId *string `min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetMaintenanceWindowExecutionTaskInput) GoString added in v1.5.13

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 (*GetMaintenanceWindowExecutionTaskInput) SetTaskId added in v1.5.13

SetTaskId sets the TaskId field's value.

func (*GetMaintenanceWindowExecutionTaskInput) SetWindowExecutionId added in v1.5.13

SetWindowExecutionId sets the WindowExecutionId field's value.

func (GetMaintenanceWindowExecutionTaskInput) String added in v1.5.13

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 (*GetMaintenanceWindowExecutionTaskInput) Validate added in v1.5.13

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

type GetMaintenanceWindowExecutionTaskInvocationInput added in v1.10.25

type GetMaintenanceWindowExecutionTaskInvocationInput struct {

	// The invocation ID to retrieve.
	//
	// InvocationId is a required field
	InvocationId *string `min:"36" type:"string" required:"true"`

	// The ID of the specific task in the maintenance window task that should be
	// retrieved.
	//
	// TaskId is a required field
	TaskId *string `min:"36" type:"string" required:"true"`

	// The ID of the maintenance window execution for which the task is a part.
	//
	// WindowExecutionId is a required field
	WindowExecutionId *string `min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetMaintenanceWindowExecutionTaskInvocationInput) GoString added in v1.10.25

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 (*GetMaintenanceWindowExecutionTaskInvocationInput) SetInvocationId added in v1.10.25

SetInvocationId sets the InvocationId field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationInput) SetTaskId added in v1.10.25

SetTaskId sets the TaskId field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationInput) SetWindowExecutionId added in v1.10.25

SetWindowExecutionId sets the WindowExecutionId field's value.

func (GetMaintenanceWindowExecutionTaskInvocationInput) String added in v1.10.25

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 (*GetMaintenanceWindowExecutionTaskInvocationInput) Validate added in v1.10.25

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

type GetMaintenanceWindowExecutionTaskInvocationOutput added in v1.10.25

type GetMaintenanceWindowExecutionTaskInvocationOutput struct {

	// The time that the task finished running on the target.
	EndTime *time.Time `type:"timestamp"`

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

	// The invocation ID.
	InvocationId *string `min:"36" type:"string"`

	// User-provided value to be included in any Amazon CloudWatch Events or Amazon
	// EventBridge events raised while running tasks for these targets in this maintenance
	// window.
	//
	// OwnerInformation is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GetMaintenanceWindowExecutionTaskInvocationOutput's
	// String and GoString methods.
	OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

	// The parameters used at the time that the task ran.
	//
	// Parameters is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GetMaintenanceWindowExecutionTaskInvocationOutput's
	// String and GoString methods.
	Parameters *string `type:"string" sensitive:"true"`

	// The time that the task started running on the target.
	StartTime *time.Time `type:"timestamp"`

	// The task status for an invocation.
	Status *string `type:"string" enum:"MaintenanceWindowExecutionStatus"`

	// The details explaining the status. Details are only available for certain
	// status values.
	StatusDetails *string `type:"string"`

	// The task execution ID.
	TaskExecutionId *string `min:"36" type:"string"`

	// Retrieves the task type for a maintenance window.
	TaskType *string `type:"string" enum:"MaintenanceWindowTaskType"`

	// The maintenance window execution ID.
	WindowExecutionId *string `min:"36" type:"string"`

	// The maintenance window target ID.
	WindowTargetId *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetMaintenanceWindowExecutionTaskInvocationOutput) GoString added in v1.10.25

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 (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetEndTime added in v1.10.25

SetEndTime sets the EndTime field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetExecutionId added in v1.10.25

SetExecutionId sets the ExecutionId field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetInvocationId added in v1.10.25

SetInvocationId sets the InvocationId field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetOwnerInformation added in v1.10.25

SetOwnerInformation sets the OwnerInformation field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetParameters added in v1.10.25

SetParameters sets the Parameters field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetStartTime added in v1.10.25

SetStartTime sets the StartTime field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetStatus added in v1.10.25

SetStatus sets the Status field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetStatusDetails added in v1.10.25

SetStatusDetails sets the StatusDetails field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetTaskExecutionId added in v1.10.25

SetTaskExecutionId sets the TaskExecutionId field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetTaskType added in v1.10.25

SetTaskType sets the TaskType field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetWindowExecutionId added in v1.10.25

SetWindowExecutionId sets the WindowExecutionId field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetWindowTargetId added in v1.10.25

SetWindowTargetId sets the WindowTargetId field's value.

func (GetMaintenanceWindowExecutionTaskInvocationOutput) String added in v1.10.25

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 GetMaintenanceWindowExecutionTaskOutput added in v1.5.13

type GetMaintenanceWindowExecutionTaskOutput struct {

	// The details for the CloudWatch alarm you applied to your maintenance window
	// task.
	AlarmConfiguration *AlarmConfiguration `type:"structure"`

	// The time the task execution completed.
	EndTime *time.Time `type:"timestamp"`

	// The defined maximum number of task executions that could be run in parallel.
	MaxConcurrency *string `min:"1" type:"string"`

	// The defined maximum number of task execution errors allowed before scheduling
	// of the task execution would have been stopped.
	MaxErrors *string `min:"1" type:"string"`

	// The priority of the task.
	Priority *int64 `type:"integer"`

	// The role that was assumed when running the task.
	ServiceRole *string `type:"string"`

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

	// The status of the task.
	Status *string `type:"string" enum:"MaintenanceWindowExecutionStatus"`

	// The details explaining the status. Not available for all status values.
	StatusDetails *string `type:"string"`

	// The Amazon Resource Name (ARN) of the task that ran.
	TaskArn *string `min:"1" type:"string"`

	// The ID of the specific task execution in the maintenance window task that
	// was retrieved.
	TaskExecutionId *string `min:"36" type:"string"`

	// The parameters passed to the task when it was run.
	//
	// TaskParameters has been deprecated. To specify parameters to pass to a task
	// when it runs, instead use the Parameters option in the TaskInvocationParameters
	// structure. For information about how Systems Manager handles these options
	// for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
	//
	// The map has the following format:
	//
	//    * Key: string, between 1 and 255 characters
	//
	//    * Value: an array of strings, each between 1 and 255 characters
	//
	// TaskParameters is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GetMaintenanceWindowExecutionTaskOutput's
	// String and GoString methods.
	TaskParameters []map[string]*MaintenanceWindowTaskParameterValueExpression `type:"list" sensitive:"true"`

	// The CloudWatch alarms that were invoked by the maintenance window task.
	TriggeredAlarms []*AlarmStateInformation `min:"1" type:"list"`

	// The type of task that was run.
	Type *string `type:"string" enum:"MaintenanceWindowTaskType"`

	// The ID of the maintenance window execution that includes the task.
	WindowExecutionId *string `min:"36" type:"string"`
	// contains filtered or unexported fields
}

func (GetMaintenanceWindowExecutionTaskOutput) GoString added in v1.5.13

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 (*GetMaintenanceWindowExecutionTaskOutput) SetAlarmConfiguration added in v1.44.106

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetEndTime added in v1.5.13

SetEndTime sets the EndTime field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetMaxConcurrency added in v1.5.13

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetMaxErrors added in v1.5.13

SetMaxErrors sets the MaxErrors field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetPriority added in v1.5.13

SetPriority sets the Priority field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetServiceRole added in v1.5.13

SetServiceRole sets the ServiceRole field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetStartTime added in v1.5.13

SetStartTime sets the StartTime field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetStatus added in v1.5.13

SetStatus sets the Status field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetStatusDetails added in v1.5.13

SetStatusDetails sets the StatusDetails field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetTaskArn added in v1.5.13

SetTaskArn sets the TaskArn field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetTaskExecutionId added in v1.5.13

SetTaskExecutionId sets the TaskExecutionId field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetTaskParameters added in v1.5.13

SetTaskParameters sets the TaskParameters field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetTriggeredAlarms added in v1.44.106

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetType added in v1.5.13

SetType sets the Type field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetWindowExecutionId added in v1.5.13

SetWindowExecutionId sets the WindowExecutionId field's value.

func (GetMaintenanceWindowExecutionTaskOutput) String added in v1.5.13

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 GetMaintenanceWindowInput added in v1.5.13

type GetMaintenanceWindowInput struct {

	// The ID of the maintenance window for which you want to retrieve information.
	//
	// WindowId is a required field
	WindowId *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetMaintenanceWindowInput) GoString added in v1.5.13

func (s GetMaintenanceWindowInput) 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 (*GetMaintenanceWindowInput) SetWindowId added in v1.5.13

SetWindowId sets the WindowId field's value.

func (GetMaintenanceWindowInput) String added in v1.5.13

func (s GetMaintenanceWindowInput) 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 (*GetMaintenanceWindowInput) Validate added in v1.5.13

func (s *GetMaintenanceWindowInput) Validate() error

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

type GetMaintenanceWindowOutput added in v1.5.13

type GetMaintenanceWindowOutput struct {

	// Whether targets must be registered with the maintenance window before tasks
	// can be defined for those targets.
	AllowUnassociatedTargets *bool `type:"boolean"`

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

	// The number of hours before the end of the maintenance window that Amazon
	// Web Services Systems Manager stops scheduling new tasks for execution.
	Cutoff *int64 `type:"integer"`

	// The description of the maintenance window.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GetMaintenanceWindowOutput's
	// String and GoString methods.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// The duration of the maintenance window in hours.
	Duration *int64 `min:"1" type:"integer"`

	// Indicates whether the maintenance window is enabled.
	Enabled *bool `type:"boolean"`

	// The date and time, in ISO-8601 Extended format, for when the maintenance
	// window is scheduled to become inactive. The maintenance window won't run
	// after this specified time.
	EndDate *string `type:"string"`

	// The date the maintenance window was last modified.
	ModifiedDate *time.Time `type:"timestamp"`

	// The name of the maintenance window.
	Name *string `min:"3" type:"string"`

	// The next time the maintenance window will actually run, taking into account
	// any specified times for the maintenance window to become active or inactive.
	NextExecutionTime *string `type:"string"`

	// The schedule of the maintenance window in the form of a cron or rate expression.
	Schedule *string `min:"1" type:"string"`

	// The number of days to wait to run a maintenance window after the scheduled
	// cron expression date and time.
	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 the maintenance
	// window is scheduled to become active. The maintenance window won't run before
	// this specified time.
	StartDate *string `type:"string"`

	// The ID of the created maintenance window.
	WindowId *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

func (GetMaintenanceWindowOutput) GoString added in v1.5.13

func (s GetMaintenanceWindowOutput) 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 (*GetMaintenanceWindowOutput) SetAllowUnassociatedTargets added in v1.5.13

func (s *GetMaintenanceWindowOutput) SetAllowUnassociatedTargets(v bool) *GetMaintenanceWindowOutput

SetAllowUnassociatedTargets sets the AllowUnassociatedTargets field's value.

func (*GetMaintenanceWindowOutput) SetCreatedDate added in v1.5.13

SetCreatedDate sets the CreatedDate field's value.

func (*GetMaintenanceWindowOutput) SetCutoff added in v1.5.13

SetCutoff sets the Cutoff field's value.

func (*GetMaintenanceWindowOutput) SetDescription added in v1.10.25

SetDescription sets the Description field's value.

func (*GetMaintenanceWindowOutput) SetDuration added in v1.5.13

SetDuration sets the Duration field's value.

func (*GetMaintenanceWindowOutput) SetEnabled added in v1.5.13

SetEnabled sets the Enabled field's value.

func (*GetMaintenanceWindowOutput) SetEndDate added in v1.15.51

SetEndDate sets the EndDate field's value.

func (*GetMaintenanceWindowOutput) SetModifiedDate added in v1.5.13

SetModifiedDate sets the ModifiedDate field's value.

func (*GetMaintenanceWindowOutput) SetName added in v1.5.13

SetName sets the Name field's value.

func (*GetMaintenanceWindowOutput) SetNextExecutionTime added in v1.15.51

func (s *GetMaintenanceWindowOutput) SetNextExecutionTime(v string) *GetMaintenanceWindowOutput

SetNextExecutionTime sets the NextExecutionTime field's value.

func (*GetMaintenanceWindowOutput) SetSchedule added in v1.5.13

SetSchedule sets the Schedule field's value.

func (*GetMaintenanceWindowOutput) SetScheduleOffset added in v1.32.5

SetScheduleOffset sets the ScheduleOffset field's value.

func (*GetMaintenanceWindowOutput) SetScheduleTimezone added in v1.15.51

SetScheduleTimezone sets the ScheduleTimezone field's value.

func (*GetMaintenanceWindowOutput) SetStartDate added in v1.15.51

SetStartDate sets the StartDate field's value.

func (*GetMaintenanceWindowOutput) SetWindowId added in v1.5.13

SetWindowId sets the WindowId field's value.

func (GetMaintenanceWindowOutput) String added in v1.5.13

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 GetMaintenanceWindowTaskInput added in v1.10.25

type GetMaintenanceWindowTaskInput struct {

	// The maintenance window ID that includes the task to retrieve.
	//
	// WindowId is a required field
	WindowId *string `min:"20" type:"string" required:"true"`

	// The maintenance window task ID to retrieve.
	//
	// WindowTaskId is a required field
	WindowTaskId *string `min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetMaintenanceWindowTaskInput) GoString added in v1.10.25

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 (*GetMaintenanceWindowTaskInput) SetWindowId added in v1.10.25

SetWindowId sets the WindowId field's value.

func (*GetMaintenanceWindowTaskInput) SetWindowTaskId added in v1.10.25

SetWindowTaskId sets the WindowTaskId field's value.

func (GetMaintenanceWindowTaskInput) String added in v1.10.25

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 (*GetMaintenanceWindowTaskInput) Validate added in v1.10.25

func (s *GetMaintenanceWindowTaskInput) Validate() error

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

type GetMaintenanceWindowTaskOutput added in v1.10.25

type GetMaintenanceWindowTaskOutput struct {

	// The details for the CloudWatch alarm you applied to your maintenance window
	// task.
	AlarmConfiguration *AlarmConfiguration `type:"structure"`

	// The action to take on tasks when the maintenance window cutoff time is reached.
	// CONTINUE_TASK means that tasks continue to run. For Automation, Lambda, Step
	// Functions tasks, CANCEL_TASK means that currently running task invocations
	// continue, but no new task invocations are started. For Run Command tasks,
	// CANCEL_TASK means the system attempts to stop the task by sending a CancelCommand
	// operation.
	CutoffBehavior *string `type:"string" enum:"MaintenanceWindowTaskCutoffBehavior"`

	// The retrieved task description.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GetMaintenanceWindowTaskOutput's
	// String and GoString methods.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// The location in Amazon Simple Storage Service (Amazon S3) where the task
	// results are logged.
	//
	// LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service
	// (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and
	// OutputS3KeyPrefix options in the TaskInvocationParameters structure. For
	// information about how Amazon Web Services Systems Manager handles these options
	// for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
	LoggingInfo *LoggingInfo `type:"structure"`

	// The maximum number of targets allowed to run this task in parallel.
	//
	// For maintenance window tasks without a target specified, you can't supply
	// a value for this option. Instead, the system inserts a placeholder value
	// of 1, which may be reported in the response to this command. This value doesn't
	// affect the running of your task and can be ignored.
	MaxConcurrency *string `min:"1" type:"string"`

	// The maximum number of errors allowed before the task stops being scheduled.
	//
	// For maintenance window tasks without a target specified, you can't supply
	// a value for this option. Instead, the system inserts a placeholder value
	// of 1, which may be reported in the response to this command. This value doesn't
	// affect the running of your task and can be ignored.
	MaxErrors *string `min:"1" type:"string"`

	// The retrieved task name.
	Name *string `min:"3" type:"string"`

	// The priority of the task when it runs. The lower the number, the higher the
	// priority. Tasks that have the same priority are scheduled in parallel.
	Priority *int64 `type:"integer"`

	// The Amazon Resource Name (ARN) of the Identity and Access Management (IAM)
	// service role to use to publish Amazon Simple Notification Service (Amazon
	// SNS) notifications for maintenance window Run Command tasks.
	ServiceRoleArn *string `type:"string"`

	// The targets where the task should run.
	Targets []*Target `type:"list"`

	// The resource that the task used during execution. For RUN_COMMAND and AUTOMATION
	// task types, the value of TaskArn is the SSM document name/ARN. For LAMBDA
	// tasks, the value is the function name/ARN. For STEP_FUNCTIONS tasks, the
	// value is the state machine ARN.
	TaskArn *string `min:"1" type:"string"`

	// The parameters to pass to the task when it runs.
	TaskInvocationParameters *MaintenanceWindowTaskInvocationParameters `type:"structure"`

	// The parameters to pass to the task when it runs.
	//
	// TaskParameters has been deprecated. To specify parameters to pass to a task
	// when it runs, instead use the Parameters option in the TaskInvocationParameters
	// structure. For information about how Systems Manager handles these options
	// for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
	//
	// TaskParameters is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by GetMaintenanceWindowTaskOutput's
	// String and GoString methods.
	TaskParameters map[string]*MaintenanceWindowTaskParameterValueExpression `type:"map" sensitive:"true"`

	// The type of task to run.
	TaskType *string `type:"string" enum:"MaintenanceWindowTaskType"`

	// The retrieved maintenance window ID.
	WindowId *string `min:"20" type:"string"`

	// The retrieved maintenance window task ID.
	WindowTaskId *string `min:"36" type:"string"`
	// contains filtered or unexported fields
}

func (GetMaintenanceWindowTaskOutput) GoString added in v1.10.25

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 (*GetMaintenanceWindowTaskOutput) SetAlarmConfiguration added in v1.44.106

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*GetMaintenanceWindowTaskOutput) SetCutoffBehavior added in v1.40.48

SetCutoffBehavior sets the CutoffBehavior field's value.

func (*GetMaintenanceWindowTaskOutput) SetDescription added in v1.10.25

SetDescription sets the Description field's value.

func (*GetMaintenanceWindowTaskOutput) SetLoggingInfo added in v1.10.25

SetLoggingInfo sets the LoggingInfo field's value.

func (*GetMaintenanceWindowTaskOutput) SetMaxConcurrency added in v1.10.25

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*GetMaintenanceWindowTaskOutput) SetMaxErrors added in v1.10.25

SetMaxErrors sets the MaxErrors field's value.

func (*GetMaintenanceWindowTaskOutput) SetName added in v1.10.25

SetName sets the Name field's value.

func (*GetMaintenanceWindowTaskOutput) SetPriority added in v1.10.25

SetPriority sets the Priority field's value.

func (*GetMaintenanceWindowTaskOutput) SetServiceRoleArn added in v1.10.25

SetServiceRoleArn sets the ServiceRoleArn field's value.

func (*GetMaintenanceWindowTaskOutput) SetTargets added in v1.10.25

SetTargets sets the Targets field's value.

func (*GetMaintenanceWindowTaskOutput) SetTaskArn added in v1.10.25

SetTaskArn sets the TaskArn field's value.

func (*GetMaintenanceWindowTaskOutput) SetTaskInvocationParameters added in v1.10.25

SetTaskInvocationParameters sets the TaskInvocationParameters field's value.

func (*GetMaintenanceWindowTaskOutput) SetTaskParameters added in v1.10.25

SetTaskParameters sets the TaskParameters field's value.

func (*GetMaintenanceWindowTaskOutput) SetTaskType added in v1.10.25

SetTaskType sets the TaskType field's value.

func (*GetMaintenanceWindowTaskOutput) SetWindowId added in v1.10.25

SetWindowId sets the WindowId field's value.

func (*GetMaintenanceWindowTaskOutput) SetWindowTaskId added in v1.10.25

SetWindowTaskId sets the WindowTaskId field's value.

func (GetMaintenanceWindowTaskOutput) String added in v1.10.25

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 GetOpsItemInput added in v1.19.45

type GetOpsItemInput struct {

	// The OpsItem Amazon Resource Name (ARN).
	OpsItemArn *string `min:"20" type:"string"`

	// The ID of the OpsItem that you want to get.
	//
	// OpsItemId is a required field
	OpsItemId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetOpsItemInput) GoString added in v1.19.45

func (s GetOpsItemInput) 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 (*GetOpsItemInput) SetOpsItemArn added in v1.44.139

func (s *GetOpsItemInput) SetOpsItemArn(v string) *GetOpsItemInput

SetOpsItemArn sets the OpsItemArn field's value.

func (*GetOpsItemInput) SetOpsItemId added in v1.19.45

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

SetOpsItemId sets the OpsItemId field's value.

func (GetOpsItemInput) String added in v1.19.45

func (s GetOpsItemInput) 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 (*GetOpsItemInput) Validate added in v1.19.45

func (s *GetOpsItemInput) Validate() error

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

type GetOpsItemOutput added in v1.19.45

type GetOpsItemOutput struct {

	// The OpsItem.
	OpsItem *OpsItem `type:"structure"`
	// contains filtered or unexported fields
}

func (GetOpsItemOutput) GoString added in v1.19.45

func (s GetOpsItemOutput) 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 (*GetOpsItemOutput) SetOpsItem added in v1.19.45

func (s *GetOpsItemOutput) SetOpsItem(v *OpsItem) *GetOpsItemOutput

SetOpsItem sets the OpsItem field's value.

func (GetOpsItemOutput) String added in v1.19.45

func (s GetOpsItemOutput) 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 GetOpsMetadataInput added in v1.36.2

type GetOpsMetadataInput struct {

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// A token to start the list. Use this token to get the next set of results.
	NextToken *string `type:"string"`

	// The Amazon Resource Name (ARN) of an OpsMetadata Object to view.
	//
	// OpsMetadataArn is a required field
	OpsMetadataArn *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetOpsMetadataInput) GoString added in v1.36.2

func (s GetOpsMetadataInput) 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 (*GetOpsMetadataInput) SetMaxResults added in v1.36.2

func (s *GetOpsMetadataInput) SetMaxResults(v int64) *GetOpsMetadataInput

SetMaxResults sets the MaxResults field's value.

func (*GetOpsMetadataInput) SetNextToken added in v1.36.2

func (s *GetOpsMetadataInput) SetNextToken(v string) *GetOpsMetadataInput

SetNextToken sets the NextToken field's value.

func (*GetOpsMetadataInput) SetOpsMetadataArn added in v1.36.2

func (s *GetOpsMetadataInput) SetOpsMetadataArn(v string) *GetOpsMetadataInput

SetOpsMetadataArn sets the OpsMetadataArn field's value.

func (GetOpsMetadataInput) String added in v1.36.2

func (s GetOpsMetadataInput) 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 (*GetOpsMetadataInput) Validate added in v1.36.2

func (s *GetOpsMetadataInput) Validate() error

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

type GetOpsMetadataOutput added in v1.36.2

type GetOpsMetadataOutput struct {

	// OpsMetadata for an Application Manager application.
	Metadata map[string]*MetadataValue `min:"1" type:"map"`

	// The token for the next set of items to return. Use this token to get the
	// next set of results.
	NextToken *string `type:"string"`

	// The resource ID of the Application Manager application.
	ResourceId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetOpsMetadataOutput) GoString added in v1.36.2

func (s GetOpsMetadataOutput) 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 (*GetOpsMetadataOutput) SetMetadata added in v1.36.2

SetMetadata sets the Metadata field's value.

func (*GetOpsMetadataOutput) SetNextToken added in v1.36.2

func (s *GetOpsMetadataOutput) SetNextToken(v string) *GetOpsMetadataOutput

SetNextToken sets the NextToken field's value.

func (*GetOpsMetadataOutput) SetResourceId added in v1.36.2

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

SetResourceId sets the ResourceId field's value.

func (GetOpsMetadataOutput) String added in v1.36.2

func (s GetOpsMetadataOutput) 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 GetOpsSummaryInput added in v1.19.45

type GetOpsSummaryInput struct {

	// Optional aggregators that return counts of OpsData based on one or more expressions.
	Aggregators []*OpsAggregator `min:"1" type:"list"`

	// Optional filters used to scope down the returned OpsData.
	Filters []*OpsFilter `min:"1" type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// A token to start the list. Use this token to get the next set of results.
	NextToken *string `type:"string"`

	// The OpsData data type to return.
	ResultAttributes []*OpsResultAttribute `min:"1" type:"list"`

	// Specify the name of a resource data sync to get.
	SyncName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetOpsSummaryInput) GoString added in v1.19.45

func (s GetOpsSummaryInput) 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 (*GetOpsSummaryInput) SetAggregators added in v1.19.45

func (s *GetOpsSummaryInput) SetAggregators(v []*OpsAggregator) *GetOpsSummaryInput

SetAggregators sets the Aggregators field's value.

func (*GetOpsSummaryInput) SetFilters added in v1.19.45

func (s *GetOpsSummaryInput) SetFilters(v []*OpsFilter) *GetOpsSummaryInput

SetFilters sets the Filters field's value.

func (*GetOpsSummaryInput) SetMaxResults added in v1.19.45

func (s *GetOpsSummaryInput) SetMaxResults(v int64) *GetOpsSummaryInput

SetMaxResults sets the MaxResults field's value.

func (*GetOpsSummaryInput) SetNextToken added in v1.19.45

func (s *GetOpsSummaryInput) SetNextToken(v string) *GetOpsSummaryInput

SetNextToken sets the NextToken field's value.

func (*GetOpsSummaryInput) SetResultAttributes added in v1.25.37

func (s *GetOpsSummaryInput) SetResultAttributes(v []*OpsResultAttribute) *GetOpsSummaryInput

SetResultAttributes sets the ResultAttributes field's value.

func (*GetOpsSummaryInput) SetSyncName added in v1.25.37

func (s *GetOpsSummaryInput) SetSyncName(v string) *GetOpsSummaryInput

SetSyncName sets the SyncName field's value.

func (GetOpsSummaryInput) String added in v1.19.45

func (s GetOpsSummaryInput) 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 (*GetOpsSummaryInput) Validate added in v1.19.45

func (s *GetOpsSummaryInput) Validate() error

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

type GetOpsSummaryOutput added in v1.19.45

type GetOpsSummaryOutput struct {

	// The list of aggregated details and filtered OpsData.
	Entities []*OpsEntity `type:"list"`

	// The token for the next set of items to return. Use this token to get the
	// next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetOpsSummaryOutput) GoString added in v1.19.45

func (s GetOpsSummaryOutput) 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 (*GetOpsSummaryOutput) SetEntities added in v1.19.45

func (s *GetOpsSummaryOutput) SetEntities(v []*OpsEntity) *GetOpsSummaryOutput

SetEntities sets the Entities field's value.

func (*GetOpsSummaryOutput) SetNextToken added in v1.19.45

func (s *GetOpsSummaryOutput) SetNextToken(v string) *GetOpsSummaryOutput

SetNextToken sets the NextToken field's value.

func (GetOpsSummaryOutput) String added in v1.19.45

func (s GetOpsSummaryOutput) 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 GetParameterHistoryInput added in v1.5.13

type GetParameterHistoryInput struct {

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// The name or Amazon Resource Name (ARN) of the parameter for which you want
	// to review history. For parameters shared with you from another account, you
	// must use the full ARN.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`

	// Return decrypted values for secure string parameters. This flag is ignored
	// for String and StringList parameter types.
	WithDecryption *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (GetParameterHistoryInput) GoString added in v1.5.13

func (s GetParameterHistoryInput) 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 (*GetParameterHistoryInput) SetMaxResults added in v1.5.13

SetMaxResults sets the MaxResults field's value.

func (*GetParameterHistoryInput) SetName added in v1.5.13

SetName sets the Name field's value.

func (*GetParameterHistoryInput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (*GetParameterHistoryInput) SetWithDecryption added in v1.5.13

func (s *GetParameterHistoryInput) SetWithDecryption(v bool) *GetParameterHistoryInput

SetWithDecryption sets the WithDecryption field's value.

func (GetParameterHistoryInput) String added in v1.5.13

func (s GetParameterHistoryInput) 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 (*GetParameterHistoryInput) Validate added in v1.5.13

func (s *GetParameterHistoryInput) Validate() error

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

type GetParameterHistoryOutput added in v1.5.13

type GetParameterHistoryOutput struct {

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`

	// A list of parameters returned by the request.
	Parameters []*ParameterHistory `type:"list"`
	// contains filtered or unexported fields
}

func (GetParameterHistoryOutput) GoString added in v1.5.13

func (s GetParameterHistoryOutput) 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 (*GetParameterHistoryOutput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (*GetParameterHistoryOutput) SetParameters added in v1.5.13

SetParameters sets the Parameters field's value.

func (GetParameterHistoryOutput) String added in v1.5.13

func (s GetParameterHistoryOutput) 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 GetParameterInput added in v1.10.1

type GetParameterInput struct {

	// The name or Amazon Resource Name (ARN) of the parameter that you want to
	// query. For parameters shared with you from another account, you must use
	// the full ARN.
	//
	// To query by parameter label, use "Name": "name:label". To query by parameter
	// version, use "Name": "name:version".
	//
	// For more information about shared parameters, see Working with shared parameters
	// (https://docs.aws.amazon.com/systems-manager/latest/userguide/sharing.html)
	// in the Amazon Web Services Systems Manager User Guide.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// Return decrypted values for secure string parameters. This flag is ignored
	// for String and StringList parameter types.
	WithDecryption *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (GetParameterInput) GoString added in v1.10.1

func (s GetParameterInput) 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 (*GetParameterInput) SetName added in v1.10.1

SetName sets the Name field's value.

func (*GetParameterInput) SetWithDecryption added in v1.10.1

func (s *GetParameterInput) SetWithDecryption(v bool) *GetParameterInput

SetWithDecryption sets the WithDecryption field's value.

func (GetParameterInput) String added in v1.10.1

func (s GetParameterInput) 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 (*GetParameterInput) Validate added in v1.10.1

func (s *GetParameterInput) Validate() error

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

type GetParameterOutput added in v1.10.1

type GetParameterOutput struct {

	// Information about a parameter.
	Parameter *Parameter `type:"structure"`
	// contains filtered or unexported fields
}

func (GetParameterOutput) GoString added in v1.10.1

func (s GetParameterOutput) 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 (*GetParameterOutput) SetParameter added in v1.10.1

func (s *GetParameterOutput) SetParameter(v *Parameter) *GetParameterOutput

SetParameter sets the Parameter field's value.

func (GetParameterOutput) String added in v1.10.1

func (s GetParameterOutput) 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 GetParametersByPathInput added in v1.10.1

type GetParametersByPathInput struct {

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// A token to start the list. Use this token to get the next set of results.
	NextToken *string `type:"string"`

	// Filters to limit the request results.
	//
	// The following Key values are supported for GetParametersByPath: Type, KeyId,
	// and Label.
	//
	// The following Key values aren't supported for GetParametersByPath: tag, DataType,
	// Name, Path, and Tier.
	ParameterFilters []*ParameterStringFilter `type:"list"`

	// The hierarchy for the parameter. Hierarchies start with a forward slash (/).
	// The hierarchy is the parameter name except the last part of the parameter.
	// For the API call to succeed, the last part of the parameter name can't be
	// in the path. A parameter name hierarchy can have a maximum of 15 levels.
	// Here is an example of a hierarchy: /Finance/Prod/IAD/WinServ2016/license33
	//
	// Path is a required field
	Path *string `min:"1" type:"string" required:"true"`

	// Retrieve all parameters within a hierarchy.
	//
	// If a user has access to a path, then the user can access all levels of that
	// path. For example, if a user has permission to access path /a, then the user
	// can also access /a/b. Even if a user has explicitly been denied access in
	// IAM for parameter /a/b, they can still call the GetParametersByPath API operation
	// recursively for /a and view /a/b.
	Recursive *bool `type:"boolean"`

	// Retrieve all parameters in a hierarchy with their value decrypted.
	WithDecryption *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (GetParametersByPathInput) GoString added in v1.10.1

func (s GetParametersByPathInput) 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 (*GetParametersByPathInput) SetMaxResults added in v1.10.1

SetMaxResults sets the MaxResults field's value.

func (*GetParametersByPathInput) SetNextToken added in v1.10.1

SetNextToken sets the NextToken field's value.

func (*GetParametersByPathInput) SetParameterFilters added in v1.10.1

SetParameterFilters sets the ParameterFilters field's value.

func (*GetParametersByPathInput) SetPath added in v1.10.1

SetPath sets the Path field's value.

func (*GetParametersByPathInput) SetRecursive added in v1.10.1

SetRecursive sets the Recursive field's value.

func (*GetParametersByPathInput) SetWithDecryption added in v1.10.1

func (s *GetParametersByPathInput) SetWithDecryption(v bool) *GetParametersByPathInput

SetWithDecryption sets the WithDecryption field's value.

func (GetParametersByPathInput) String added in v1.10.1

func (s GetParametersByPathInput) 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 (*GetParametersByPathInput) Validate added in v1.10.1

func (s *GetParametersByPathInput) Validate() error

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

type GetParametersByPathOutput added in v1.10.1

type GetParametersByPathOutput struct {

	// The token for the next set of items to return. Use this token to get the
	// next set of results.
	NextToken *string `type:"string"`

	// A list of parameters found in the specified hierarchy.
	Parameters []*Parameter `type:"list"`
	// contains filtered or unexported fields
}

func (GetParametersByPathOutput) GoString added in v1.10.1

func (s GetParametersByPathOutput) 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 (*GetParametersByPathOutput) SetNextToken added in v1.10.1

SetNextToken sets the NextToken field's value.

func (*GetParametersByPathOutput) SetParameters added in v1.10.1

SetParameters sets the Parameters field's value.

func (GetParametersByPathOutput) String added in v1.10.1

func (s GetParametersByPathOutput) 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 GetParametersInput added in v1.5.13

type GetParametersInput struct {

	// The names or Amazon Resource Names (ARNs) of the parameters that you want
	// to query. For parameters shared with you from another account, you must use
	// the full ARNs.
	//
	// To query by parameter label, use "Name": "name:label". To query by parameter
	// version, use "Name": "name:version".
	//
	// For more information about shared parameters, see Working with shared parameters
	// (https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html)
	// in the Amazon Web Services Systems Manager User Guide.
	//
	// Names is a required field
	Names []*string `min:"1" type:"list" required:"true"`

	// Return decrypted secure string value. Return decrypted values for secure
	// string parameters. This flag is ignored for String and StringList parameter
	// types.
	WithDecryption *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (GetParametersInput) GoString added in v1.5.13

func (s GetParametersInput) 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 (*GetParametersInput) SetNames added in v1.5.13

func (s *GetParametersInput) SetNames(v []*string) *GetParametersInput

SetNames sets the Names field's value.

func (*GetParametersInput) SetWithDecryption added in v1.5.13

func (s *GetParametersInput) SetWithDecryption(v bool) *GetParametersInput

SetWithDecryption sets the WithDecryption field's value.

func (GetParametersInput) String added in v1.5.13

func (s GetParametersInput) 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 (*GetParametersInput) Validate added in v1.5.13

func (s *GetParametersInput) Validate() error

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

type GetParametersOutput added in v1.5.13

type GetParametersOutput struct {

	// A list of parameters that aren't formatted correctly or don't run during
	// an execution.
	InvalidParameters []*string `min:"1" type:"list"`

	// A list of details for a parameter.
	Parameters []*Parameter `type:"list"`
	// contains filtered or unexported fields
}

func (GetParametersOutput) GoString added in v1.5.13

func (s GetParametersOutput) 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 (*GetParametersOutput) SetInvalidParameters added in v1.5.13

func (s *GetParametersOutput) SetInvalidParameters(v []*string) *GetParametersOutput

SetInvalidParameters sets the InvalidParameters field's value.

func (*GetParametersOutput) SetParameters added in v1.5.13

func (s *GetParametersOutput) SetParameters(v []*Parameter) *GetParametersOutput

SetParameters sets the Parameters field's value.

func (GetParametersOutput) String added in v1.5.13

func (s GetParametersOutput) 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 GetPatchBaselineForPatchGroupInput added in v1.6.4

type GetPatchBaselineForPatchGroupInput struct {

	// Returns the operating system rule specified for patch groups using the patch
	// baseline.
	OperatingSystem *string `type:"string" enum:"OperatingSystem"`

	// The name of the patch group whose patch baseline should be retrieved.
	//
	// PatchGroup is a required field
	PatchGroup *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetPatchBaselineForPatchGroupInput) GoString added in v1.6.4

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 (*GetPatchBaselineForPatchGroupInput) SetOperatingSystem added in v1.10.8

SetOperatingSystem sets the OperatingSystem field's value.

func (*GetPatchBaselineForPatchGroupInput) SetPatchGroup added in v1.6.4

SetPatchGroup sets the PatchGroup field's value.

func (GetPatchBaselineForPatchGroupInput) String added in v1.6.4

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 (*GetPatchBaselineForPatchGroupInput) Validate added in v1.6.4

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

type GetPatchBaselineForPatchGroupOutput added in v1.6.4

type GetPatchBaselineForPatchGroupOutput struct {

	// The ID of the patch baseline that should be used for the patch group.
	BaselineId *string `min:"20" type:"string"`

	// The operating system rule specified for patch groups using the patch baseline.
	OperatingSystem *string `type:"string" enum:"OperatingSystem"`

	// The name of the patch group.
	PatchGroup *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetPatchBaselineForPatchGroupOutput) GoString added in v1.6.4

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 (*GetPatchBaselineForPatchGroupOutput) SetBaselineId added in v1.6.4

SetBaselineId sets the BaselineId field's value.

func (*GetPatchBaselineForPatchGroupOutput) SetOperatingSystem added in v1.10.8

SetOperatingSystem sets the OperatingSystem field's value.

func (*GetPatchBaselineForPatchGroupOutput) SetPatchGroup added in v1.6.4

SetPatchGroup sets the PatchGroup field's value.

func (GetPatchBaselineForPatchGroupOutput) String added in v1.6.4

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 GetPatchBaselineInput added in v1.6.4

type GetPatchBaselineInput struct {

	// The ID of the patch baseline to retrieve.
	//
	// To retrieve information about an Amazon Web Services managed patch baseline,
	// specify the full Amazon Resource Name (ARN) of the baseline. For example,
	// for the baseline AWS-AmazonLinuxDefaultPatchBaseline, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7
	// instead of pb-0e392de35e7c563b7.
	//
	// BaselineId is a required field
	BaselineId *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetPatchBaselineInput) GoString added in v1.6.4

func (s GetPatchBaselineInput) 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 (*GetPatchBaselineInput) SetBaselineId added in v1.6.4

func (s *GetPatchBaselineInput) SetBaselineId(v string) *GetPatchBaselineInput

SetBaselineId sets the BaselineId field's value.

func (GetPatchBaselineInput) String added in v1.6.4

func (s GetPatchBaselineInput) 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 (*GetPatchBaselineInput) Validate added in v1.6.4

func (s *GetPatchBaselineInput) Validate() error

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

type GetPatchBaselineOutput added in v1.6.4

type GetPatchBaselineOutput 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.
	ApprovedPatches []*string `type:"list"`

	// Returns the specified compliance severity level for approved patches in the
	// patch baseline.
	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"`

	// The ID of the retrieved patch baseline.
	BaselineId *string `min:"20" type:"string"`

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

	// A description of the patch baseline.
	Description *string `min:"1" type:"string"`

	// A set of global filters used to exclude patches from the baseline.
	GlobalFilters *PatchFilterGroup `type:"structure"`

	// The date the patch baseline was last modified.
	ModifiedDate *time.Time `type:"timestamp"`

	// The name of the patch baseline.
	Name *string `min:"3" type:"string"`

	// Returns the operating system specified for the patch baseline.
	OperatingSystem *string `type:"string" enum:"OperatingSystem"`

	// Patch groups included in the patch baseline.
	PatchGroups []*string `type:"list"`

	// A list of explicitly rejected patches for the baseline.
	RejectedPatches []*string `type:"list"`

	// The action specified to take on patches included in the RejectedPatches 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
}

func (GetPatchBaselineOutput) GoString added in v1.6.4

func (s GetPatchBaselineOutput) 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 (*GetPatchBaselineOutput) SetApprovalRules added in v1.6.4

SetApprovalRules sets the ApprovalRules field's value.

func (*GetPatchBaselineOutput) SetApprovedPatches added in v1.6.4

func (s *GetPatchBaselineOutput) SetApprovedPatches(v []*string) *GetPatchBaselineOutput

SetApprovedPatches sets the ApprovedPatches field's value.

func (*GetPatchBaselineOutput) SetApprovedPatchesComplianceLevel added in v1.10.8

func (s *GetPatchBaselineOutput) SetApprovedPatchesComplianceLevel(v string) *GetPatchBaselineOutput

SetApprovedPatchesComplianceLevel sets the ApprovedPatchesComplianceLevel field's value.

func (*GetPatchBaselineOutput) SetApprovedPatchesEnableNonSecurity added in v1.12.72

func (s *GetPatchBaselineOutput) SetApprovedPatchesEnableNonSecurity(v bool) *GetPatchBaselineOutput

SetApprovedPatchesEnableNonSecurity sets the ApprovedPatchesEnableNonSecurity field's value.

func (*GetPatchBaselineOutput) SetBaselineId added in v1.6.4

SetBaselineId sets the BaselineId field's value.

func (*GetPatchBaselineOutput) SetCreatedDate added in v1.6.4

SetCreatedDate sets the CreatedDate field's value.

func (*GetPatchBaselineOutput) SetDescription added in v1.6.4

SetDescription sets the Description field's value.

func (*GetPatchBaselineOutput) SetGlobalFilters added in v1.6.4

SetGlobalFilters sets the GlobalFilters field's value.

func (*GetPatchBaselineOutput) SetModifiedDate added in v1.6.4

func (s *GetPatchBaselineOutput) SetModifiedDate(v time.Time) *GetPatchBaselineOutput

SetModifiedDate sets the ModifiedDate field's value.

func (*GetPatchBaselineOutput) SetName added in v1.6.4

SetName sets the Name field's value.

func (*GetPatchBaselineOutput) SetOperatingSystem added in v1.10.8

func (s *GetPatchBaselineOutput) SetOperatingSystem(v string) *GetPatchBaselineOutput

SetOperatingSystem sets the OperatingSystem field's value.

func (*GetPatchBaselineOutput) SetPatchGroups added in v1.6.4

func (s *GetPatchBaselineOutput) SetPatchGroups(v []*string) *GetPatchBaselineOutput

SetPatchGroups sets the PatchGroups field's value.

func (*GetPatchBaselineOutput) SetRejectedPatches added in v1.6.4

func (s *GetPatchBaselineOutput) SetRejectedPatches(v []*string) *GetPatchBaselineOutput

SetRejectedPatches sets the RejectedPatches field's value.

func (*GetPatchBaselineOutput) SetRejectedPatchesAction added in v1.15.48

func (s *GetPatchBaselineOutput) SetRejectedPatchesAction(v string) *GetPatchBaselineOutput

SetRejectedPatchesAction sets the RejectedPatchesAction field's value.

func (*GetPatchBaselineOutput) SetSources added in v1.12.72

SetSources sets the Sources field's value.

func (GetPatchBaselineOutput) String added in v1.6.4

func (s GetPatchBaselineOutput) 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 GetResourcePoliciesInput added in v1.44.139

type GetResourcePoliciesInput struct {

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// A token to start the list. Use this token to get the next set of results.
	NextToken *string `type:"string"`

	// 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 (GetResourcePoliciesInput) GoString added in v1.44.139

func (s GetResourcePoliciesInput) 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 (*GetResourcePoliciesInput) SetMaxResults added in v1.44.139

SetMaxResults sets the MaxResults field's value.

func (*GetResourcePoliciesInput) SetNextToken added in v1.44.139

SetNextToken sets the NextToken field's value.

func (*GetResourcePoliciesInput) SetResourceArn added in v1.44.139

SetResourceArn sets the ResourceArn field's value.

func (GetResourcePoliciesInput) String added in v1.44.139

func (s GetResourcePoliciesInput) 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 (*GetResourcePoliciesInput) Validate added in v1.44.139

func (s *GetResourcePoliciesInput) Validate() error

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

type GetResourcePoliciesOutput added in v1.44.139

type GetResourcePoliciesOutput struct {

	// The token for the next set of items to return. Use this token to get the
	// next set of results.
	NextToken *string `type:"string"`

	// An array of the Policy object.
	Policies []*GetResourcePoliciesResponseEntry `type:"list"`
	// contains filtered or unexported fields
}

func (GetResourcePoliciesOutput) GoString added in v1.44.139

func (s GetResourcePoliciesOutput) 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 (*GetResourcePoliciesOutput) SetNextToken added in v1.44.139

SetNextToken sets the NextToken field's value.

func (*GetResourcePoliciesOutput) SetPolicies added in v1.44.139

SetPolicies sets the Policies field's value.

func (GetResourcePoliciesOutput) String added in v1.44.139

func (s GetResourcePoliciesOutput) 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 GetResourcePoliciesResponseEntry added in v1.44.139

type GetResourcePoliciesResponseEntry struct {

	// A resource policy helps you to define the IAM entity (for example, an Amazon
	// Web Services account) that can manage your Systems Manager resources. Currently,
	// OpsItemGroup is the only resource that supports Systems Manager resource
	// policies. The resource policy for OpsItemGroup enables Amazon Web Services
	// accounts to view and interact with OpsCenter operational work items (OpsItems).
	Policy *string `type:"string"`

	// ID of the current policy version. The hash helps to prevent a situation where
	// multiple users attempt to overwrite a policy. You must provide this hash
	// when updating or deleting a policy.
	PolicyHash *string `type:"string"`

	// A policy ID.
	PolicyId *string `type:"string"`
	// contains filtered or unexported fields
}

A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. Currently, OpsItemGroup is the only resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).

func (GetResourcePoliciesResponseEntry) GoString added in v1.44.139

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 (*GetResourcePoliciesResponseEntry) SetPolicy added in v1.44.139

SetPolicy sets the Policy field's value.

func (*GetResourcePoliciesResponseEntry) SetPolicyHash added in v1.44.139

SetPolicyHash sets the PolicyHash field's value.

func (*GetResourcePoliciesResponseEntry) SetPolicyId added in v1.44.139

SetPolicyId sets the PolicyId field's value.

func (GetResourcePoliciesResponseEntry) String added in v1.44.139

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 GetServiceSettingInput added in v1.17.10

type GetServiceSettingInput struct {

	// The ID of the service setting to get. The setting ID can be one of the following.
	//
	//    * /ssm/managed-instance/default-ec2-instance-management-role
	//
	//    * /ssm/automation/customer-script-log-destination
	//
	//    * /ssm/automation/customer-script-log-group-name
	//
	//    * /ssm/documents/console/public-sharing-permission
	//
	//    * /ssm/managed-instance/activation-tier
	//
	//    * /ssm/opsinsights/opscenter
	//
	//    * /ssm/parameter-store/default-parameter-tier
	//
	//    * /ssm/parameter-store/high-throughput-enabled
	//
	// SettingId is a required field
	SettingId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The request body of the GetServiceSetting API operation.

func (GetServiceSettingInput) GoString added in v1.17.10

func (s GetServiceSettingInput) 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 (*GetServiceSettingInput) SetSettingId added in v1.17.10

SetSettingId sets the SettingId field's value.

func (GetServiceSettingInput) String added in v1.17.10

func (s GetServiceSettingInput) 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 (*GetServiceSettingInput) Validate added in v1.17.10

func (s *GetServiceSettingInput) Validate() error

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

type GetServiceSettingOutput added in v1.17.10

type GetServiceSettingOutput struct {

	// The query result of the current service setting.
	ServiceSetting *ServiceSetting `type:"structure"`
	// contains filtered or unexported fields
}

The query result body of the GetServiceSetting API operation.

func (GetServiceSettingOutput) GoString added in v1.17.10

func (s GetServiceSettingOutput) 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 (*GetServiceSettingOutput) SetServiceSetting added in v1.17.10

SetServiceSetting sets the ServiceSetting field's value.

func (GetServiceSettingOutput) String added in v1.17.10

func (s GetServiceSettingOutput) 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 HierarchyLevelLimitExceededException added in v1.28.0

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

	// A hierarchy can have a maximum of 15 levels. For more information, see About
	// requirements and constraints for parameter names (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html#sysman-parameter-name-constraints)
	// in the Amazon Web Services Systems Manager User Guide.
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

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.

func (*HierarchyLevelLimitExceededException) Code added in v1.28.0

Code returns the exception type name.

func (*HierarchyLevelLimitExceededException) Error added in v1.28.0

func (HierarchyLevelLimitExceededException) GoString added in v1.28.0

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 (*HierarchyLevelLimitExceededException) Message added in v1.28.0

Message returns the exception's message.

func (*HierarchyLevelLimitExceededException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*HierarchyLevelLimitExceededException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*HierarchyLevelLimitExceededException) StatusCode added in v1.28.0

func (s *HierarchyLevelLimitExceededException) StatusCode() int

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

func (HierarchyLevelLimitExceededException) String added in v1.28.0

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 HierarchyTypeMismatchException added in v1.28.0

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

	// 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.
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

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.

func (*HierarchyTypeMismatchException) Code added in v1.28.0

Code returns the exception type name.

func (*HierarchyTypeMismatchException) Error added in v1.28.0

func (HierarchyTypeMismatchException) GoString added in v1.28.0

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 (*HierarchyTypeMismatchException) Message added in v1.28.0

Message returns the exception's message.

func (*HierarchyTypeMismatchException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*HierarchyTypeMismatchException) RequestID added in v1.28.0

func (s *HierarchyTypeMismatchException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*HierarchyTypeMismatchException) StatusCode added in v1.28.0

func (s *HierarchyTypeMismatchException) StatusCode() int

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

func (HierarchyTypeMismatchException) String added in v1.28.0

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 IdempotentParameterMismatch added in v1.28.0

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

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

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.

func (*IdempotentParameterMismatch) Code added in v1.28.0

Code returns the exception type name.

func (*IdempotentParameterMismatch) Error added in v1.28.0

func (IdempotentParameterMismatch) GoString added in v1.28.0

func (s IdempotentParameterMismatch) 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 (*IdempotentParameterMismatch) Message added in v1.28.0

func (s *IdempotentParameterMismatch) Message() string

Message returns the exception's message.

func (*IdempotentParameterMismatch) OrigErr added in v1.28.0

func (s *IdempotentParameterMismatch) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*IdempotentParameterMismatch) RequestID added in v1.28.0

func (s *IdempotentParameterMismatch) RequestID() string

RequestID returns the service's response RequestID for request.

func (*IdempotentParameterMismatch) StatusCode added in v1.28.0

func (s *IdempotentParameterMismatch) StatusCode() int

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

func (IdempotentParameterMismatch) String added in v1.28.0

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 IncompatiblePolicyException added in v1.28.0

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

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

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.

func (*IncompatiblePolicyException) Code added in v1.28.0

Code returns the exception type name.

func (*IncompatiblePolicyException) Error added in v1.28.0

func (IncompatiblePolicyException) GoString added in v1.28.0

func (s IncompatiblePolicyException) 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 (*IncompatiblePolicyException) Message added in v1.28.0

func (s *IncompatiblePolicyException) Message() string

Message returns the exception's message.

func (*IncompatiblePolicyException) OrigErr added in v1.28.0

func (s *IncompatiblePolicyException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*IncompatiblePolicyException) RequestID added in v1.28.0

func (s *IncompatiblePolicyException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*IncompatiblePolicyException) StatusCode added in v1.28.0

func (s *IncompatiblePolicyException) StatusCode() int

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

func (IncompatiblePolicyException) String added in v1.28.0

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 InstanceAggregatedAssociationOverview added in v1.5.13

type InstanceAggregatedAssociationOverview struct {

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

	// The number of associations for the managed nodes.
	InstanceAssociationStatusAggregatedCount map[string]*int64 `type:"map"`
	// contains filtered or unexported fields
}

Status information about the aggregated associations.

func (InstanceAggregatedAssociationOverview) GoString added in v1.5.13

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 (*InstanceAggregatedAssociationOverview) SetDetailedStatus added in v1.5.13

SetDetailedStatus sets the DetailedStatus field's value.

func (*InstanceAggregatedAssociationOverview) SetInstanceAssociationStatusAggregatedCount added in v1.5.13

func (s *InstanceAggregatedAssociationOverview) SetInstanceAssociationStatusAggregatedCount(v map[string]*int64) *InstanceAggregatedAssociationOverview

SetInstanceAssociationStatusAggregatedCount sets the InstanceAssociationStatusAggregatedCount field's value.

func (InstanceAggregatedAssociationOverview) String added in v1.5.13

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 InstanceAssociation added in v1.5.13

type InstanceAssociation struct {

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

	// Version information for the association on the managed node.
	AssociationVersion *string `type:"string"`

	// The content of the association document for the managed nodes.
	Content *string `min:"1" type:"string"`

	// The managed node ID.
	InstanceId *string `type:"string"`
	// contains filtered or unexported fields
}

One or more association documents on the managed node.

func (InstanceAssociation) GoString added in v1.5.13

func (s InstanceAssociation) 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 (*InstanceAssociation) SetAssociationId added in v1.5.13

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

SetAssociationId sets the AssociationId field's value.

func (*InstanceAssociation) SetAssociationVersion added in v1.10.30

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

SetAssociationVersion sets the AssociationVersion field's value.

func (*InstanceAssociation) SetContent added in v1.5.13

SetContent sets the Content field's value.

func (*InstanceAssociation) SetInstanceId added in v1.5.13

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

SetInstanceId sets the InstanceId field's value.

func (InstanceAssociation) String added in v1.5.13

func (s InstanceAssociation) 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 InstanceAssociationOutputLocation added in v1.5.13

type InstanceAssociationOutputLocation struct {

	// An S3 bucket where you want to store the results of this request.
	S3Location *S3OutputLocation `type:"structure"`
	// contains filtered or unexported fields
}

An S3 bucket where you want to store the results of this request.

For the minimal permissions required to enable Amazon S3 output for an association, see Create an association (console) (https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-associations-creating.html#state-manager-associations-console) in the Systems Manager User Guide.

func (InstanceAssociationOutputLocation) GoString added in v1.5.13

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 (*InstanceAssociationOutputLocation) SetS3Location added in v1.5.13

SetS3Location sets the S3Location field's value.

func (InstanceAssociationOutputLocation) String added in v1.5.13

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 (*InstanceAssociationOutputLocation) Validate added in v1.5.13

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

type InstanceAssociationOutputUrl added in v1.5.13

type InstanceAssociationOutputUrl struct {

	// The URL of S3 bucket where you want to store the results of this request.
	S3OutputUrl *S3OutputUrl `type:"structure"`
	// contains filtered or unexported fields
}

The URL of S3 bucket where you want to store the results of this request.

func (InstanceAssociationOutputUrl) GoString added in v1.5.13

func (s InstanceAssociationOutputUrl) 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 (*InstanceAssociationOutputUrl) SetS3OutputUrl added in v1.5.13

SetS3OutputUrl sets the S3OutputUrl field's value.

func (InstanceAssociationOutputUrl) String added in v1.5.13

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 InstanceAssociationStatusInfo added in v1.5.13

type InstanceAssociationStatusInfo struct {

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

	// The name of the association applied to the managed node.
	AssociationName *string `type:"string"`

	// The version of the association applied to the managed node.
	AssociationVersion *string `type:"string"`

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

	// The association document versions.
	DocumentVersion *string `type:"string"`

	// An error code returned by the request to create the association.
	ErrorCode *string `type:"string"`

	// The date the association ran.
	ExecutionDate *time.Time `type:"timestamp"`

	// Summary information about association execution.
	ExecutionSummary *string `min:"1" type:"string"`

	// The managed node ID where the association was created.
	InstanceId *string `type:"string"`

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

	// A URL for an S3 bucket where you want to store the results of this request.
	OutputUrl *InstanceAssociationOutputUrl `type:"structure"`

	// Status information about the association.
	Status *string `type:"string"`
	// contains filtered or unexported fields
}

Status information about the association.

func (InstanceAssociationStatusInfo) GoString added in v1.5.13

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 (*InstanceAssociationStatusInfo) SetAssociationId added in v1.5.13

SetAssociationId sets the AssociationId field's value.

func (*InstanceAssociationStatusInfo) SetAssociationName added in v1.10.30

SetAssociationName sets the AssociationName field's value.

func (*InstanceAssociationStatusInfo) SetAssociationVersion added in v1.10.30

SetAssociationVersion sets the AssociationVersion field's value.

func (*InstanceAssociationStatusInfo) SetDetailedStatus added in v1.5.13

SetDetailedStatus sets the DetailedStatus field's value.

func (*InstanceAssociationStatusInfo) SetDocumentVersion added in v1.5.13

SetDocumentVersion sets the DocumentVersion field's value.

func (*InstanceAssociationStatusInfo) SetErrorCode added in v1.5.13

SetErrorCode sets the ErrorCode field's value.

func (*InstanceAssociationStatusInfo) SetExecutionDate added in v1.5.13

SetExecutionDate sets the ExecutionDate field's value.

func (*InstanceAssociationStatusInfo) SetExecutionSummary added in v1.5.13

SetExecutionSummary sets the ExecutionSummary field's value.

func (*InstanceAssociationStatusInfo) SetInstanceId added in v1.5.13

SetInstanceId sets the InstanceId field's value.

func (*InstanceAssociationStatusInfo) SetName added in v1.5.13

SetName sets the Name field's value.

func (*InstanceAssociationStatusInfo) SetOutputUrl added in v1.5.13

SetOutputUrl sets the OutputUrl field's value.

func (*InstanceAssociationStatusInfo) SetStatus added in v1.5.13

SetStatus sets the Status field's value.

func (InstanceAssociationStatusInfo) String added in v1.5.13

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 InstanceInformation added in v0.9.17

type InstanceInformation struct {

	// The activation ID created by Amazon Web Services Systems Manager when the
	// server or virtual machine (VM) was registered.
	ActivationId *string `type:"string"`

	// The version of SSM Agent running on your Linux managed node.
	AgentVersion *string `type:"string"`

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

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

	// The fully qualified host name of the managed node.
	ComputerName *string `min:"1" type:"string"`

	// The IP address of the managed node.
	IPAddress *string `min:"1" type:"string"`

	// The Identity and Access Management (IAM) role assigned to the on-premises
	// Systems Manager managed node. This call doesn't return the IAM role for Amazon
	// Elastic Compute Cloud (Amazon EC2) instances. To retrieve the IAM role for
	// an EC2 instance, use the Amazon EC2 DescribeInstances operation. For information,
	// see DescribeInstances (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html)
	// in the Amazon EC2 API Reference or describe-instances (https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html)
	// in the Amazon Web Services CLI Command Reference.
	IamRole *string `type:"string"`

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

	// Indicates whether the latest version of SSM Agent is running on your Linux
	// managed node. This field doesn't indicate whether or not the latest version
	// is installed on Windows managed nodes, because some older versions of Windows
	// Server use the EC2Config service to process Systems Manager requests.
	IsLatestVersion *bool `type:"boolean"`

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

	// The date and time when the agent last pinged the Systems Manager service.
	LastPingDateTime *time.Time `type:"timestamp"`

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

	// The name assigned to an on-premises server, edge device, or virtual machine
	// (VM) when it is activated as a Systems Manager managed node. The name is
	// specified as the DefaultInstanceName property using the CreateActivation
	// command. It is applied to the managed node by specifying the Activation Code
	// and Activation ID when you install SSM Agent on the node, as explained in
	// Install SSM Agent for a hybrid and multicloud environment (Linux) (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-linux.html)
	// and Install SSM Agent for a hybrid and multicloud environment (Windows) (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-win.html).
	// To retrieve the Name tag of an EC2 instance, use the Amazon EC2 DescribeInstances
	// operation. For information, see DescribeInstances (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html)
	// in the Amazon EC2 API Reference or describe-instances (https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html)
	// in the Amazon Web Services CLI Command Reference.
	Name *string `type:"string"`

	// Connection status of SSM Agent.
	//
	// The status Inactive has been deprecated and is no longer in use.
	PingStatus *string `type:"string" enum:"PingStatus"`

	// The name of the operating system platform running on your managed node.
	PlatformName *string `type:"string"`

	// The operating system platform type.
	PlatformType *string `type:"string" enum:"PlatformType"`

	// The version of the OS platform running on your managed node.
	PlatformVersion *string `type:"string"`

	// The date the server or VM was registered with Amazon Web Services as a managed
	// node.
	RegistrationDate *time.Time `type:"timestamp"`

	// The type of instance. Instances are either EC2 instances or managed instances.
	ResourceType *string `type:"string" enum:"ResourceType"`

	// The ID of the source resource. For IoT Greengrass devices, SourceId is the
	// Thing name.
	SourceId *string `type:"string"`

	// The type of the source resource. For IoT Greengrass devices, SourceType is
	// AWS::IoT::Thing.
	SourceType *string `type:"string" enum:"SourceType"`
	// contains filtered or unexported fields
}

Describes a filter for a specific list of managed nodes.

func (InstanceInformation) GoString added in v0.9.17

func (s InstanceInformation) 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 (*InstanceInformation) SetActivationId added in v1.5.0

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

SetActivationId sets the ActivationId field's value.

func (*InstanceInformation) SetAgentVersion added in v1.5.0

func (s *InstanceInformation) SetAgentVersion(v string) *InstanceInformation

SetAgentVersion sets the AgentVersion field's value.

func (*InstanceInformation) SetAssociationOverview added in v1.5.13

SetAssociationOverview sets the AssociationOverview field's value.

func (*InstanceInformation) SetAssociationStatus added in v1.5.13

func (s *InstanceInformation) SetAssociationStatus(v string) *InstanceInformation

SetAssociationStatus sets the AssociationStatus field's value.

func (*InstanceInformation) SetComputerName added in v1.5.0

func (s *InstanceInformation) SetComputerName(v string) *InstanceInformation

SetComputerName sets the ComputerName field's value.

func (*InstanceInformation) SetIPAddress added in v1.5.0

func (s *InstanceInformation) SetIPAddress(v string) *InstanceInformation

SetIPAddress sets the IPAddress field's value.

func (*InstanceInformation) SetIamRole added in v1.5.0

SetIamRole sets the IamRole field's value.

func (*InstanceInformation) SetInstanceId added in v1.5.0

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

SetInstanceId sets the InstanceId field's value.

func (*InstanceInformation) SetIsLatestVersion added in v1.5.0

func (s *InstanceInformation) SetIsLatestVersion(v bool) *InstanceInformation

SetIsLatestVersion sets the IsLatestVersion field's value.

func (*InstanceInformation) SetLastAssociationExecutionDate added in v1.5.13

func (s *InstanceInformation) SetLastAssociationExecutionDate(v time.Time) *InstanceInformation

SetLastAssociationExecutionDate sets the LastAssociationExecutionDate field's value.

func (*InstanceInformation) SetLastPingDateTime added in v1.5.0

func (s *InstanceInformation) SetLastPingDateTime(v time.Time) *InstanceInformation

SetLastPingDateTime sets the LastPingDateTime field's value.

func (*InstanceInformation) SetLastSuccessfulAssociationExecutionDate added in v1.5.13

func (s *InstanceInformation) SetLastSuccessfulAssociationExecutionDate(v time.Time) *InstanceInformation

SetLastSuccessfulAssociationExecutionDate sets the LastSuccessfulAssociationExecutionDate field's value.

func (*InstanceInformation) SetName added in v1.5.0

SetName sets the Name field's value.

func (*InstanceInformation) SetPingStatus added in v1.5.0

func (s *InstanceInformation) SetPingStatus(v string) *InstanceInformation

SetPingStatus sets the PingStatus field's value.

func (*InstanceInformation) SetPlatformName added in v1.5.0

func (s *InstanceInformation) SetPlatformName(v string) *InstanceInformation

SetPlatformName sets the PlatformName field's value.

func (*InstanceInformation) SetPlatformType added in v1.5.0

func (s *InstanceInformation) SetPlatformType(v string) *InstanceInformation

SetPlatformType sets the PlatformType field's value.

func (*InstanceInformation) SetPlatformVersion added in v1.5.0

func (s *InstanceInformation) SetPlatformVersion(v string) *InstanceInformation

SetPlatformVersion sets the PlatformVersion field's value.

func (*InstanceInformation) SetRegistrationDate added in v1.5.0

func (s *InstanceInformation) SetRegistrationDate(v time.Time) *InstanceInformation

SetRegistrationDate sets the RegistrationDate field's value.

func (*InstanceInformation) SetResourceType added in v1.5.0

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

SetResourceType sets the ResourceType field's value.

func (*InstanceInformation) SetSourceId added in v1.42.15

func (s *InstanceInformation) SetSourceId(v string) *InstanceInformation

SetSourceId sets the SourceId field's value.

func (*InstanceInformation) SetSourceType added in v1.42.15

func (s *InstanceInformation) SetSourceType(v string) *InstanceInformation

SetSourceType sets the SourceType field's value.

func (InstanceInformation) String added in v0.9.17

func (s InstanceInformation) 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 InstanceInformationFilter added in v0.9.17

type InstanceInformationFilter struct {

	// The name of the filter.
	//
	// Key is a required field
	Key *string `locationName:"key" type:"string" required:"true" enum:"InstanceInformationFilterKey"`

	// The filter values.
	//
	// ValueSet is a required field
	ValueSet []*string `locationName:"valueSet" min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

Describes a filter for a specific list of managed nodes. You can filter node information by using tags. You specify tags by using a key-value mapping.

Use this operation instead of the DescribeInstanceInformationRequest$InstanceInformationFilterList method. The InstanceInformationFilterList method is a legacy method and doesn't support tags.

func (InstanceInformationFilter) GoString added in v0.9.17

func (s InstanceInformationFilter) 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 (*InstanceInformationFilter) SetKey added in v1.5.0

SetKey sets the Key field's value.

func (*InstanceInformationFilter) SetValueSet added in v1.5.0

SetValueSet sets the ValueSet field's value.

func (InstanceInformationFilter) String added in v0.9.17

func (s InstanceInformationFilter) 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 (*InstanceInformationFilter) Validate added in v1.1.21

func (s *InstanceInformationFilter) Validate() error

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

type InstanceInformationStringFilter added in v1.5.13

type InstanceInformationStringFilter struct {

	// The filter key name to describe your managed nodes.
	//
	// Valid filter key values: ActivationIds | AgentVersion | AssociationStatus
	// | IamRole | InstanceIds | PingStatus | PlatformTypes | ResourceType | SourceIds
	// | SourceTypes | "tag-key" | "tag:{keyname}
	//
	//    * Valid values for the AssociationStatus filter key: Success | Pending
	//    | Failed
	//
	//    * Valid values for the PingStatus filter key: Online | ConnectionLost
	//    | Inactive (deprecated)
	//
	//    * Valid values for the PlatformType filter key: Windows | Linux | MacOS
	//
	//    * Valid values for the ResourceType filter key: EC2Instance | ManagedInstance
	//
	//    * Valid values for the SourceType filter key: AWS::EC2::Instance | AWS::SSM::ManagedInstance
	//    | AWS::IoT::Thing
	//
	//    * Valid tag examples: Key=tag-key,Values=Purpose | Key=tag:Purpose,Values=Test.
	//
	// Key is a required field
	Key *string `min:"1" type:"string" required:"true"`

	// The filter values.
	//
	// Values is a required field
	Values []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

The filters to describe or get information about your managed nodes.

func (InstanceInformationStringFilter) GoString added in v1.5.13

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 (*InstanceInformationStringFilter) SetKey added in v1.5.13

SetKey sets the Key field's value.

func (*InstanceInformationStringFilter) SetValues added in v1.5.13

SetValues sets the Values field's value.

func (InstanceInformationStringFilter) String added in v1.5.13

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 (*InstanceInformationStringFilter) Validate added in v1.5.13

func (s *InstanceInformationStringFilter) Validate() error

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

type InstancePatchState added in v1.6.4

type InstancePatchState struct {

	// The ID of the patch baseline used to patch the managed node.
	//
	// BaselineId is a required field
	BaselineId *string `min:"20" type:"string" required:"true"`

	// The number of patches per node that are specified as Critical for compliance
	// reporting in the patch baseline aren't installed. These patches might be
	// missing, have failed installation, were rejected, or were installed but awaiting
	// a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.
	CriticalNonCompliantCount *int64 `type:"integer"`

	// The number of patches from the patch baseline that were attempted to be installed
	// during the last patching operation, but failed to install.
	FailedCount *int64 `type:"integer"`

	// An https URL or an Amazon Simple Storage Service (Amazon S3) path-style URL
	// to a list of patches to be installed. This patch installation list, which
	// you maintain in an S3 bucket in YAML format and specify in the SSM document
	// AWS-RunPatchBaseline, overrides the patches specified by the default patch
	// baseline.
	//
	// For more information about the InstallOverrideList parameter, see About the
	// AWS-RunPatchBaseline SSM document (https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-about-aws-runpatchbaseline.html)
	// in the Amazon Web Services Systems Manager User Guide.
	InstallOverrideList *string `min:"1" type:"string"`

	// The number of patches from the patch baseline that are installed on the managed
	// node.
	InstalledCount *int64 `type:"integer"`

	// The number of patches not specified in the patch baseline that are installed
	// on the managed node.
	InstalledOtherCount *int64 `type:"integer"`

	// The number of patches installed by Patch Manager since the last time the
	// managed node was rebooted.
	InstalledPendingRebootCount *int64 `type:"integer"`

	// The number of patches installed on a managed node that are specified in a
	// RejectedPatches list. Patches with a status of InstalledRejected were typically
	// installed before they were added to a RejectedPatches list.
	//
	// If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction,
	// the value of InstalledRejectedCount will always be 0 (zero).
	InstalledRejectedCount *int64 `type:"integer"`

	// The ID of the managed node the high-level patch compliance information was
	// collected for.
	//
	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// The time of the last attempt to patch the managed node with NoReboot specified
	// as the reboot option.
	LastNoRebootInstallOperationTime *time.Time `type:"timestamp"`

	// The number of patches from the patch baseline that are applicable for the
	// managed node but aren't currently installed.
	MissingCount *int64 `type:"integer"`

	// The number of patches from the patch baseline that aren't applicable for
	// the managed node and therefore aren't installed on the node. This number
	// may be truncated if the list of patch names is very large. The number of
	// patches beyond this limit are reported in UnreportedNotApplicableCount.
	NotApplicableCount *int64 `type:"integer"`

	// The type of patching operation that was performed: or
	//
	//    * SCAN assesses the patch compliance state.
	//
	//    * INSTALL installs missing patches.
	//
	// Operation is a required field
	Operation *string `type:"string" required:"true" enum:"PatchOperationType"`

	// The time the most recent patching operation completed on the managed node.
	//
	// OperationEndTime is a required field
	OperationEndTime *time.Time `type:"timestamp" required:"true"`

	// The time the most recent patching operation was started on the managed node.
	//
	// OperationStartTime is a required field
	OperationStartTime *time.Time `type:"timestamp" required:"true"`

	// The number of patches per node that are specified as other than Critical
	// or Security but aren't compliant with the patch baseline. The status of these
	// managed nodes is NON_COMPLIANT.
	OtherNonCompliantCount *int64 `type:"integer"`

	// Placeholder information. This field will always be empty in the current release
	// of the service.
	//
	// OwnerInformation is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by InstancePatchState's
	// String and GoString methods.
	OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

	// The name of the patch group the managed node belongs to.
	//
	// PatchGroup is a required field
	PatchGroup *string `min:"1" type:"string" required:"true"`

	// Indicates the reboot option specified in the patch baseline.
	//
	// Reboot options apply to Install operations only. Reboots aren't attempted
	// for Patch Manager Scan operations.
	//
	//    * RebootIfNeeded: Patch Manager tries to reboot the managed node if it
	//    installed any patches, or if any patches are detected with a status of
	//    InstalledPendingReboot.
	//
	//    * NoReboot: Patch Manager attempts to install missing packages without
	//    trying to reboot the system. Patches installed with this option are assigned
	//    a status of InstalledPendingReboot. These patches might not be in effect
	//    until a reboot is performed.
	RebootOption *string `type:"string" enum:"RebootOption"`

	// The number of patches per node that are specified as Security in a patch
	// advisory aren't installed. These patches might be missing, have failed installation,
	// were rejected, or were installed but awaiting a required managed node reboot.
	// The status of these managed nodes is NON_COMPLIANT.
	SecurityNonCompliantCount *int64 `type:"integer"`

	// The ID of the patch baseline snapshot used during the patching operation
	// when this compliance data was collected.
	SnapshotId *string `min:"36" type:"string"`

	// The number of patches beyond the supported limit of NotApplicableCount that
	// aren't reported by name to Inventory. Inventory is a capability of Amazon
	// Web Services Systems Manager.
	UnreportedNotApplicableCount *int64 `type:"integer"`
	// contains filtered or unexported fields
}

Defines the high-level patch compliance state for a managed node, providing information about the number of installed, missing, not applicable, and failed patches along with metadata about the operation when this information was gathered for the managed node.

func (InstancePatchState) GoString added in v1.6.4

func (s InstancePatchState) 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 (*InstancePatchState) SetBaselineId added in v1.6.4

func (s *InstancePatchState) SetBaselineId(v string) *InstancePatchState

SetBaselineId sets the BaselineId field's value.

func (*InstancePatchState) SetCriticalNonCompliantCount added in v1.38.14

func (s *InstancePatchState) SetCriticalNonCompliantCount(v int64) *InstancePatchState

SetCriticalNonCompliantCount sets the CriticalNonCompliantCount field's value.

func (*InstancePatchState) SetFailedCount added in v1.6.4

func (s *InstancePatchState) SetFailedCount(v int64) *InstancePatchState

SetFailedCount sets the FailedCount field's value.

func (*InstancePatchState) SetInstallOverrideList added in v1.15.48

func (s *InstancePatchState) SetInstallOverrideList(v string) *InstancePatchState

SetInstallOverrideList sets the InstallOverrideList field's value.

func (*InstancePatchState) SetInstalledCount added in v1.6.4

func (s *InstancePatchState) SetInstalledCount(v int64) *InstancePatchState

SetInstalledCount sets the InstalledCount field's value.

func (*InstancePatchState) SetInstalledOtherCount added in v1.6.4

func (s *InstancePatchState) SetInstalledOtherCount(v int64) *InstancePatchState

SetInstalledOtherCount sets the InstalledOtherCount field's value.

func (*InstancePatchState) SetInstalledPendingRebootCount added in v1.25.41

func (s *InstancePatchState) SetInstalledPendingRebootCount(v int64) *InstancePatchState

SetInstalledPendingRebootCount sets the InstalledPendingRebootCount field's value.

func (*InstancePatchState) SetInstalledRejectedCount added in v1.15.48

func (s *InstancePatchState) SetInstalledRejectedCount(v int64) *InstancePatchState

SetInstalledRejectedCount sets the InstalledRejectedCount field's value.

func (*InstancePatchState) SetInstanceId added in v1.6.4

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

SetInstanceId sets the InstanceId field's value.

func (*InstancePatchState) SetLastNoRebootInstallOperationTime added in v1.25.41

func (s *InstancePatchState) SetLastNoRebootInstallOperationTime(v time.Time) *InstancePatchState

SetLastNoRebootInstallOperationTime sets the LastNoRebootInstallOperationTime field's value.

func (*InstancePatchState) SetMissingCount added in v1.6.4

func (s *InstancePatchState) SetMissingCount(v int64) *InstancePatchState

SetMissingCount sets the MissingCount field's value.

func (*InstancePatchState) SetNotApplicableCount added in v1.6.4

func (s *InstancePatchState) SetNotApplicableCount(v int64) *InstancePatchState

SetNotApplicableCount sets the NotApplicableCount field's value.

func (*InstancePatchState) SetOperation added in v1.6.4

func (s *InstancePatchState) SetOperation(v string) *InstancePatchState

SetOperation sets the Operation field's value.

func (*InstancePatchState) SetOperationEndTime added in v1.6.4

func (s *InstancePatchState) SetOperationEndTime(v time.Time) *InstancePatchState

SetOperationEndTime sets the OperationEndTime field's value.

func (*InstancePatchState) SetOperationStartTime added in v1.6.4

func (s *InstancePatchState) SetOperationStartTime(v time.Time) *InstancePatchState

SetOperationStartTime sets the OperationStartTime field's value.

func (*InstancePatchState) SetOtherNonCompliantCount added in v1.38.14

func (s *InstancePatchState) SetOtherNonCompliantCount(v int64) *InstancePatchState

SetOtherNonCompliantCount sets the OtherNonCompliantCount field's value.

func (*InstancePatchState) SetOwnerInformation added in v1.6.4

func (s *InstancePatchState) SetOwnerInformation(v string) *InstancePatchState

SetOwnerInformation sets the OwnerInformation field's value.

func (*InstancePatchState) SetPatchGroup added in v1.6.4

func (s *InstancePatchState) SetPatchGroup(v string) *InstancePatchState

SetPatchGroup sets the PatchGroup field's value.

func (*InstancePatchState) SetRebootOption added in v1.25.41

func (s *InstancePatchState) SetRebootOption(v string) *InstancePatchState

SetRebootOption sets the RebootOption field's value.

func (*InstancePatchState) SetSecurityNonCompliantCount added in v1.38.14

func (s *InstancePatchState) SetSecurityNonCompliantCount(v int64) *InstancePatchState

SetSecurityNonCompliantCount sets the SecurityNonCompliantCount field's value.

func (*InstancePatchState) SetSnapshotId added in v1.6.4

func (s *InstancePatchState) SetSnapshotId(v string) *InstancePatchState

SetSnapshotId sets the SnapshotId field's value.

func (*InstancePatchState) SetUnreportedNotApplicableCount added in v1.19.26

func (s *InstancePatchState) SetUnreportedNotApplicableCount(v int64) *InstancePatchState

SetUnreportedNotApplicableCount sets the UnreportedNotApplicableCount field's value.

func (InstancePatchState) String added in v1.6.4

func (s InstancePatchState) 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 InstancePatchStateFilter added in v1.6.4

type InstancePatchStateFilter struct {

	// The key for the filter. Supported values include the following:
	//
	//    * InstalledCount
	//
	//    * InstalledOtherCount
	//
	//    * InstalledPendingRebootCount
	//
	//    * InstalledRejectedCount
	//
	//    * MissingCount
	//
	//    * FailedCount
	//
	//    * UnreportedNotApplicableCount
	//
	//    * NotApplicableCount
	//
	// Key is a required field
	Key *string `min:"1" type:"string" required:"true"`

	// The type of comparison that should be performed for the value.
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"InstancePatchStateOperatorType"`

	// The value for the filter. Must be an integer greater than or equal to 0.
	//
	// Values is a required field
	Values []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

Defines a filter used in DescribeInstancePatchStatesForPatchGroup to scope down the information returned by the API.

Example: To filter for all managed nodes in a patch group having more than three patches with a FailedCount status, use the following for the filter:

  • Value for Key: FailedCount

  • Value for Type: GreaterThan

  • Value for Values: 3

func (InstancePatchStateFilter) GoString added in v1.6.4

func (s InstancePatchStateFilter) 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 (*InstancePatchStateFilter) SetKey added in v1.6.4

SetKey sets the Key field's value.

func (*InstancePatchStateFilter) SetType added in v1.6.4

SetType sets the Type field's value.

func (*InstancePatchStateFilter) SetValues added in v1.6.4

SetValues sets the Values field's value.

func (InstancePatchStateFilter) String added in v1.6.4

func (s InstancePatchStateFilter) 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 (*InstancePatchStateFilter) Validate added in v1.6.4

func (s *InstancePatchStateFilter) Validate() error

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

type InternalServerError added in v1.28.0

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

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

An error occurred on the server side.

func (*InternalServerError) Code added in v1.28.0

func (s *InternalServerError) Code() string

Code returns the exception type name.

func (*InternalServerError) Error added in v1.28.0

func (s *InternalServerError) Error() string

func (InternalServerError) GoString added in v1.28.0

func (s InternalServerError) 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 (*InternalServerError) Message added in v1.28.0

func (s *InternalServerError) Message() string

Message returns the exception's message.

func (*InternalServerError) OrigErr added in v1.28.0

func (s *InternalServerError) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InternalServerError) RequestID added in v1.28.0

func (s *InternalServerError) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InternalServerError) StatusCode added in v1.28.0

func (s *InternalServerError) StatusCode() int

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

func (InternalServerError) String added in v1.28.0

func (s InternalServerError) 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 InvalidActivation added in v1.28.0

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

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

The activation isn't valid. The activation might have been deleted, or the ActivationId and the ActivationCode don't match.

func (*InvalidActivation) Code added in v1.28.0

func (s *InvalidActivation) Code() string

Code returns the exception type name.

func (*InvalidActivation) Error added in v1.28.0

func (s *InvalidActivation) Error() string

func (InvalidActivation) GoString added in v1.28.0

func (s InvalidActivation) 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 (*InvalidActivation) Message added in v1.28.0

func (s *InvalidActivation) Message() string

Message returns the exception's message.

func (*InvalidActivation) OrigErr added in v1.28.0

func (s *InvalidActivation) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidActivation) RequestID added in v1.28.0

func (s *InvalidActivation) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidActivation) StatusCode added in v1.28.0

func (s *InvalidActivation) StatusCode() int

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

func (InvalidActivation) String added in v1.28.0

func (s InvalidActivation) 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 InvalidActivationId added in v1.28.0

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

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

The activation ID isn't valid. Verify the you entered the correct ActivationId or ActivationCode and try again.

func (*InvalidActivationId) Code added in v1.28.0

func (s *InvalidActivationId) Code() string

Code returns the exception type name.

func (*InvalidActivationId) Error added in v1.28.0

func (s *InvalidActivationId) Error() string

func (InvalidActivationId) GoString added in v1.28.0

func (s InvalidActivationId) 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 (*InvalidActivationId) Message added in v1.28.0

func (s *InvalidActivationId) Message() string

Message returns the exception's message.

func (*InvalidActivationId) OrigErr added in v1.28.0

func (s *InvalidActivationId) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidActivationId) RequestID added in v1.28.0

func (s *InvalidActivationId) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidActivationId) StatusCode added in v1.28.0

func (s *InvalidActivationId) StatusCode() int

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

func (InvalidActivationId) String added in v1.28.0

func (s InvalidActivationId) 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 InvalidAggregatorException added in v1.28.0

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

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

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.

func (*InvalidAggregatorException) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidAggregatorException) Error added in v1.28.0

func (InvalidAggregatorException) GoString added in v1.28.0

func (s InvalidAggregatorException) 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 (*InvalidAggregatorException) Message added in v1.28.0

func (s *InvalidAggregatorException) Message() string

Message returns the exception's message.

func (*InvalidAggregatorException) OrigErr added in v1.28.0

func (s *InvalidAggregatorException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidAggregatorException) RequestID added in v1.28.0

func (s *InvalidAggregatorException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidAggregatorException) StatusCode added in v1.28.0

func (s *InvalidAggregatorException) StatusCode() int

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

func (InvalidAggregatorException) String added in v1.28.0

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 InvalidAllowedPatternException added in v1.28.0

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

	// The request doesn't meet the regular expression requirement.
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The request doesn't meet the regular expression requirement.

func (*InvalidAllowedPatternException) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidAllowedPatternException) Error added in v1.28.0

func (InvalidAllowedPatternException) GoString added in v1.28.0

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 (*InvalidAllowedPatternException) Message added in v1.28.0

Message returns the exception's message.

func (*InvalidAllowedPatternException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidAllowedPatternException) RequestID added in v1.28.0

func (s *InvalidAllowedPatternException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidAllowedPatternException) StatusCode added in v1.28.0

func (s *InvalidAllowedPatternException) StatusCode() int

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

func (InvalidAllowedPatternException) String added in v1.28.0

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 InvalidAssociation added in v1.28.0

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

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

The association isn't valid or doesn't exist.

func (*InvalidAssociation) Code added in v1.28.0

func (s *InvalidAssociation) Code() string

Code returns the exception type name.

func (*InvalidAssociation) Error added in v1.28.0

func (s *InvalidAssociation) Error() string

func (InvalidAssociation) GoString added in v1.28.0

func (s InvalidAssociation) 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 (*InvalidAssociation) Message added in v1.28.0

func (s *InvalidAssociation) Message() string

Message returns the exception's message.

func (*InvalidAssociation) OrigErr added in v1.28.0

func (s *InvalidAssociation) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidAssociation) RequestID added in v1.28.0

func (s *InvalidAssociation) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidAssociation) StatusCode added in v1.28.0

func (s *InvalidAssociation) StatusCode() int

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

func (InvalidAssociation) String added in v1.28.0

func (s InvalidAssociation) 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 InvalidAssociationVersion added in v1.28.0

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

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

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.

func (*InvalidAssociationVersion) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidAssociationVersion) Error added in v1.28.0

func (s *InvalidAssociationVersion) Error() string

func (InvalidAssociationVersion) GoString added in v1.28.0

func (s InvalidAssociationVersion) 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 (*InvalidAssociationVersion) Message added in v1.28.0

func (s *InvalidAssociationVersion) Message() string

Message returns the exception's message.

func (*InvalidAssociationVersion) OrigErr added in v1.28.0

func (s *InvalidAssociationVersion) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidAssociationVersion) RequestID added in v1.28.0

func (s *InvalidAssociationVersion) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidAssociationVersion) StatusCode added in v1.28.0

func (s *InvalidAssociationVersion) StatusCode() int

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

func (InvalidAssociationVersion) String added in v1.28.0

func (s InvalidAssociationVersion) 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 InvalidAutomationExecutionParametersException added in v1.28.0

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

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

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.

func (*InvalidAutomationExecutionParametersException) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidAutomationExecutionParametersException) Error added in v1.28.0

func (InvalidAutomationExecutionParametersException) GoString added in v1.28.0

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 (*InvalidAutomationExecutionParametersException) Message added in v1.28.0

Message returns the exception's message.

func (*InvalidAutomationExecutionParametersException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidAutomationExecutionParametersException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*InvalidAutomationExecutionParametersException) StatusCode added in v1.28.0

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

func (InvalidAutomationExecutionParametersException) String added in v1.28.0

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 InvalidAutomationSignalException added in v1.28.0

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

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

The signal isn't valid for the current Automation execution.

func (*InvalidAutomationSignalException) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidAutomationSignalException) Error added in v1.28.0

func (InvalidAutomationSignalException) GoString added in v1.28.0

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 (*InvalidAutomationSignalException) Message added in v1.28.0

Message returns the exception's message.

func (*InvalidAutomationSignalException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidAutomationSignalException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*InvalidAutomationSignalException) StatusCode added in v1.28.0

func (s *InvalidAutomationSignalException) StatusCode() int

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

func (InvalidAutomationSignalException) String added in v1.28.0

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 InvalidAutomationStatusUpdateException added in v1.28.0

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

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

The specified update status operation isn't valid.

func (*InvalidAutomationStatusUpdateException) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidAutomationStatusUpdateException) Error added in v1.28.0

func (InvalidAutomationStatusUpdateException) GoString added in v1.28.0

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 (*InvalidAutomationStatusUpdateException) Message added in v1.28.0

Message returns the exception's message.

func (*InvalidAutomationStatusUpdateException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidAutomationStatusUpdateException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*InvalidAutomationStatusUpdateException) StatusCode added in v1.28.0

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

func (InvalidAutomationStatusUpdateException) String added in v1.28.0

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 InvalidCommandId added in v1.28.0

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

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

The specified command ID isn't valid. Verify the ID and try again.

func (*InvalidCommandId) Code added in v1.28.0

func (s *InvalidCommandId) Code() string

Code returns the exception type name.

func (*InvalidCommandId) Error added in v1.28.0

func (s *InvalidCommandId) Error() string

func (InvalidCommandId) GoString added in v1.28.0

func (s InvalidCommandId) 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 (*InvalidCommandId) Message added in v1.28.0

func (s *InvalidCommandId) Message() string

Message returns the exception's message.

func (*InvalidCommandId) OrigErr added in v1.28.0

func (s *InvalidCommandId) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidCommandId) RequestID added in v1.28.0

func (s *InvalidCommandId) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidCommandId) StatusCode added in v1.28.0

func (s *InvalidCommandId) StatusCode() int

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

func (InvalidCommandId) String added in v1.28.0

func (s InvalidCommandId) 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 InvalidDeleteInventoryParametersException added in v1.28.0

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

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

One or more of the parameters specified for the delete operation isn't valid. Verify all parameters and try again.

func (*InvalidDeleteInventoryParametersException) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidDeleteInventoryParametersException) Error added in v1.28.0

func (InvalidDeleteInventoryParametersException) GoString added in v1.28.0

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 (*InvalidDeleteInventoryParametersException) Message added in v1.28.0

Message returns the exception's message.

func (*InvalidDeleteInventoryParametersException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidDeleteInventoryParametersException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*InvalidDeleteInventoryParametersException) StatusCode added in v1.28.0

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

func (InvalidDeleteInventoryParametersException) String added in v1.28.0

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 InvalidDeletionIdException added in v1.28.0

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

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

The ID specified for the delete operation doesn't exist or isn't valid. Verify the ID and try again.

func (*InvalidDeletionIdException) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidDeletionIdException) Error added in v1.28.0

func (InvalidDeletionIdException) GoString added in v1.28.0

func (s InvalidDeletionIdException) 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 (*InvalidDeletionIdException) Message added in v1.28.0

func (s *InvalidDeletionIdException) Message() string

Message returns the exception's message.

func (*InvalidDeletionIdException) OrigErr added in v1.28.0

func (s *InvalidDeletionIdException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidDeletionIdException) RequestID added in v1.28.0

func (s *InvalidDeletionIdException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidDeletionIdException) StatusCode added in v1.28.0

func (s *InvalidDeletionIdException) StatusCode() int

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

func (InvalidDeletionIdException) String added in v1.28.0

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 InvalidDocument added in v1.28.0

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

	// The SSM document doesn't exist or the document isn't available to the user.
	// This exception can be issued by various API operations.
	Message_ *string `locationName:"Message" type:"string"`
	// contains filtered or unexported fields
}

The specified SSM document doesn't exist.

func (*InvalidDocument) Code added in v1.28.0

func (s *InvalidDocument) Code() string

Code returns the exception type name.

func (*InvalidDocument) Error added in v1.28.0

func (s *InvalidDocument) Error() string

func (InvalidDocument) GoString added in v1.28.0

func (s InvalidDocument) 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 (*InvalidDocument) Message added in v1.28.0

func (s *InvalidDocument) Message() string

Message returns the exception's message.

func (*InvalidDocument) OrigErr added in v1.28.0

func (s *InvalidDocument) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidDocument) RequestID added in v1.28.0

func (s *InvalidDocument) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidDocument) StatusCode added in v1.28.0

func (s *InvalidDocument) StatusCode() int

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

func (InvalidDocument) String added in v1.28.0

func (s InvalidDocument) 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 InvalidDocumentContent added in v1.28.0

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

	// A description of the validation error.
	Message_ *string `locationName:"Message" type:"string"`
	// contains filtered or unexported fields
}

The content for the document isn't valid.

func (*InvalidDocumentContent) Code added in v1.28.0

func (s *InvalidDocumentContent) Code() string

Code returns the exception type name.

func (*InvalidDocumentContent) Error added in v1.28.0

func (s *InvalidDocumentContent) Error() string

func (InvalidDocumentContent) GoString added in v1.28.0

func (s InvalidDocumentContent) 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 (*InvalidDocumentContent) Message added in v1.28.0

func (s *InvalidDocumentContent) Message() string

Message returns the exception's message.

func (*InvalidDocumentContent) OrigErr added in v1.28.0

func (s *InvalidDocumentContent) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidDocumentContent) RequestID added in v1.28.0

func (s *InvalidDocumentContent) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidDocumentContent) StatusCode added in v1.28.0

func (s *InvalidDocumentContent) StatusCode() int

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

func (InvalidDocumentContent) String added in v1.28.0

func (s InvalidDocumentContent) 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 InvalidDocumentOperation added in v1.28.0

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

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

You attempted to delete a document while it is still shared. You must stop sharing the document before you can delete it.

func (*InvalidDocumentOperation) Code added in v1.28.0

func (s *InvalidDocumentOperation) Code() string

Code returns the exception type name.

func (*InvalidDocumentOperation) Error added in v1.28.0

func (s *InvalidDocumentOperation) Error() string

func (InvalidDocumentOperation) GoString added in v1.28.0

func (s InvalidDocumentOperation) 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 (*InvalidDocumentOperation) Message added in v1.28.0

func (s *InvalidDocumentOperation) Message() string

Message returns the exception's message.

func (*InvalidDocumentOperation) OrigErr added in v1.28.0

func (s *InvalidDocumentOperation) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidDocumentOperation) RequestID added in v1.28.0

func (s *InvalidDocumentOperation) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidDocumentOperation) StatusCode added in v1.28.0

func (s *InvalidDocumentOperation) StatusCode() int

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

func (InvalidDocumentOperation) String added in v1.28.0

func (s InvalidDocumentOperation) 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 InvalidDocumentSchemaVersion added in v1.28.0

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

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

The version of the document schema isn't supported.

func (*InvalidDocumentSchemaVersion) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidDocumentSchemaVersion) Error added in v1.28.0

func (InvalidDocumentSchemaVersion) GoString added in v1.28.0

func (s InvalidDocumentSchemaVersion) 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 (*InvalidDocumentSchemaVersion) Message added in v1.28.0

func (s *InvalidDocumentSchemaVersion) Message() string

Message returns the exception's message.

func (*InvalidDocumentSchemaVersion) OrigErr added in v1.28.0

func (s *InvalidDocumentSchemaVersion) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidDocumentSchemaVersion) RequestID added in v1.28.0

func (s *InvalidDocumentSchemaVersion) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidDocumentSchemaVersion) StatusCode added in v1.28.0

func (s *InvalidDocumentSchemaVersion) StatusCode() int

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

func (InvalidDocumentSchemaVersion) String added in v1.28.0

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 InvalidDocumentType added in v1.28.0

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

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

The SSM document type isn't valid. Valid document types are described in the DocumentType property.

func (*InvalidDocumentType) Code added in v1.28.0

func (s *InvalidDocumentType) Code() string

Code returns the exception type name.

func (*InvalidDocumentType) Error added in v1.28.0

func (s *InvalidDocumentType) Error() string

func (InvalidDocumentType) GoString added in v1.28.0

func (s InvalidDocumentType) 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 (*InvalidDocumentType) Message added in v1.28.0

func (s *InvalidDocumentType) Message() string

Message returns the exception's message.

func (*InvalidDocumentType) OrigErr added in v1.28.0

func (s *InvalidDocumentType) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidDocumentType) RequestID added in v1.28.0

func (s *InvalidDocumentType) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidDocumentType) StatusCode added in v1.28.0

func (s *InvalidDocumentType) StatusCode() int

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

func (InvalidDocumentType) String added in v1.28.0

func (s InvalidDocumentType) 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 InvalidDocumentVersion added in v1.28.0

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

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

The document version isn't valid or doesn't exist.

func (*InvalidDocumentVersion) Code added in v1.28.0

func (s *InvalidDocumentVersion) Code() string

Code returns the exception type name.

func (*InvalidDocumentVersion) Error added in v1.28.0

func (s *InvalidDocumentVersion) Error() string

func (InvalidDocumentVersion) GoString added in v1.28.0

func (s InvalidDocumentVersion) 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 (*InvalidDocumentVersion) Message added in v1.28.0

func (s *InvalidDocumentVersion) Message() string

Message returns the exception's message.

func (*InvalidDocumentVersion) OrigErr added in v1.28.0

func (s *InvalidDocumentVersion) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidDocumentVersion) RequestID added in v1.28.0

func (s *InvalidDocumentVersion) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidDocumentVersion) StatusCode added in v1.28.0

func (s *InvalidDocumentVersion) StatusCode() int

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

func (InvalidDocumentVersion) String added in v1.28.0

func (s InvalidDocumentVersion) 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 InvalidFilter added in v1.28.0

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

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

The filter name isn't valid. Verify the you entered the correct name and try again.

func (*InvalidFilter) Code added in v1.28.0

func (s *InvalidFilter) Code() string

Code returns the exception type name.

func (*InvalidFilter) Error added in v1.28.0

func (s *InvalidFilter) Error() string

func (InvalidFilter) GoString added in v1.28.0

func (s InvalidFilter) 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 (*InvalidFilter) Message added in v1.28.0

func (s *InvalidFilter) Message() string

Message returns the exception's message.

func (*InvalidFilter) OrigErr added in v1.28.0

func (s *InvalidFilter) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidFilter) RequestID added in v1.28.0

func (s *InvalidFilter) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidFilter) StatusCode added in v1.28.0

func (s *InvalidFilter) StatusCode() int

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

func (InvalidFilter) String added in v1.28.0

func (s InvalidFilter) 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 InvalidFilterKey added in v1.28.0

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

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

The specified key isn't valid.

func (*InvalidFilterKey) Code added in v1.28.0

func (s *InvalidFilterKey) Code() string

Code returns the exception type name.

func (*InvalidFilterKey) Error added in v1.28.0

func (s *InvalidFilterKey) Error() string

func (InvalidFilterKey) GoString added in v1.28.0

func (s InvalidFilterKey) 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 (*InvalidFilterKey) Message added in v1.28.0

func (s *InvalidFilterKey) Message() string

Message returns the exception's message.

func (*InvalidFilterKey) OrigErr added in v1.28.0

func (s *InvalidFilterKey) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidFilterKey) RequestID added in v1.28.0

func (s *InvalidFilterKey) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidFilterKey) StatusCode added in v1.28.0

func (s *InvalidFilterKey) StatusCode() int

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

func (InvalidFilterKey) String added in v1.28.0

func (s InvalidFilterKey) 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 InvalidFilterOption added in v1.28.0

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

	// The specified filter option isn't valid. Valid options are Equals and BeginsWith.
	// For Path filter, valid options are Recursive and OneLevel.
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The specified filter option isn't valid. Valid options are Equals and BeginsWith. For Path filter, valid options are Recursive and OneLevel.

func (*InvalidFilterOption) Code added in v1.28.0

func (s *InvalidFilterOption) Code() string

Code returns the exception type name.

func (*InvalidFilterOption) Error added in v1.28.0

func (s *InvalidFilterOption) Error() string

func (InvalidFilterOption) GoString added in v1.28.0

func (s InvalidFilterOption) 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 (*InvalidFilterOption) Message added in v1.28.0

func (s *InvalidFilterOption) Message() string

Message returns the exception's message.

func (*InvalidFilterOption) OrigErr added in v1.28.0

func (s *InvalidFilterOption) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidFilterOption) RequestID added in v1.28.0

func (s *InvalidFilterOption) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidFilterOption) StatusCode added in v1.28.0

func (s *InvalidFilterOption) StatusCode() int

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

func (InvalidFilterOption) String added in v1.28.0

func (s InvalidFilterOption) 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 InvalidFilterValue added in v1.28.0

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

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

The filter value isn't valid. Verify the value and try again.

func (*InvalidFilterValue) Code added in v1.28.0

func (s *InvalidFilterValue) Code() string

Code returns the exception type name.

func (*InvalidFilterValue) Error added in v1.28.0

func (s *InvalidFilterValue) Error() string

func (InvalidFilterValue) GoString added in v1.28.0

func (s InvalidFilterValue) 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 (*InvalidFilterValue) Message added in v1.28.0

func (s *InvalidFilterValue) Message() string

Message returns the exception's message.

func (*InvalidFilterValue) OrigErr added in v1.28.0

func (s *InvalidFilterValue) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidFilterValue) RequestID added in v1.28.0

func (s *InvalidFilterValue) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidFilterValue) StatusCode added in v1.28.0

func (s *InvalidFilterValue) StatusCode() int

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

func (InvalidFilterValue) String added in v1.28.0

func (s InvalidFilterValue) 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 InvalidInstanceId added in v1.28.0

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

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

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.

func (*InvalidInstanceId) Code added in v1.28.0

func (s *InvalidInstanceId) Code() string

Code returns the exception type name.

func (*InvalidInstanceId) Error added in v1.28.0

func (s *InvalidInstanceId) Error() string

func (InvalidInstanceId) GoString added in v1.28.0

func (s InvalidInstanceId) 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 (*InvalidInstanceId) Message added in v1.28.0

func (s *InvalidInstanceId) Message() string

Message returns the exception's message.

func (*InvalidInstanceId) OrigErr added in v1.28.0

func (s *InvalidInstanceId) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidInstanceId) RequestID added in v1.28.0

func (s *InvalidInstanceId) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidInstanceId) StatusCode added in v1.28.0

func (s *InvalidInstanceId) StatusCode() int

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

func (InvalidInstanceId) String added in v1.28.0

func (s InvalidInstanceId) 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 InvalidInstanceInformationFilterValue added in v1.28.0

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

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

The specified filter value isn't valid.

func (*InvalidInstanceInformationFilterValue) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidInstanceInformationFilterValue) Error added in v1.28.0

func (InvalidInstanceInformationFilterValue) GoString added in v1.28.0

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 (*InvalidInstanceInformationFilterValue) Message added in v1.28.0

Message returns the exception's message.

func (*InvalidInstanceInformationFilterValue) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidInstanceInformationFilterValue) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*InvalidInstanceInformationFilterValue) StatusCode added in v1.28.0

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

func (InvalidInstanceInformationFilterValue) String added in v1.28.0

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 InvalidInventoryGroupException added in v1.28.0

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

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

The specified inventory group isn't valid.

func (*InvalidInventoryGroupException) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidInventoryGroupException) Error added in v1.28.0

func (InvalidInventoryGroupException) GoString added in v1.28.0

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 (*InvalidInventoryGroupException) Message added in v1.28.0

Message returns the exception's message.

func (*InvalidInventoryGroupException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidInventoryGroupException) RequestID added in v1.28.0

func (s *InvalidInventoryGroupException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidInventoryGroupException) StatusCode added in v1.28.0

func (s *InvalidInventoryGroupException) StatusCode() int

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

func (InvalidInventoryGroupException) String added in v1.28.0

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 InvalidInventoryItemContextException added in v1.28.0

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

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

You specified invalid keys or values in the Context attribute for InventoryItem. Verify the keys and values, and try again.

func (*InvalidInventoryItemContextException) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidInventoryItemContextException) Error added in v1.28.0

func (InvalidInventoryItemContextException) GoString added in v1.28.0

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 (*InvalidInventoryItemContextException) Message added in v1.28.0

Message returns the exception's message.

func (*InvalidInventoryItemContextException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidInventoryItemContextException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*InvalidInventoryItemContextException) StatusCode added in v1.28.0

func (s *InvalidInventoryItemContextException) StatusCode() int

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

func (InvalidInventoryItemContextException) String added in v1.28.0

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 InvalidInventoryRequestException added in v1.28.0

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

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

The request isn't valid.

func (*InvalidInventoryRequestException) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidInventoryRequestException) Error added in v1.28.0

func (InvalidInventoryRequestException) GoString added in v1.28.0

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 (*InvalidInventoryRequestException) Message added in v1.28.0

Message returns the exception's message.

func (*InvalidInventoryRequestException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidInventoryRequestException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*InvalidInventoryRequestException) StatusCode added in v1.28.0

func (s *InvalidInventoryRequestException) StatusCode() int

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

func (InvalidInventoryRequestException) String added in v1.28.0

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 InvalidItemContentException added in v1.28.0

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

	Message_ *string `locationName:"Message" type:"string"`

	TypeName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

One or more content items isn't valid.

func (*InvalidItemContentException) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidItemContentException) Error added in v1.28.0

func (InvalidItemContentException) GoString added in v1.28.0

func (s InvalidItemContentException) 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 (*InvalidItemContentException) Message added in v1.28.0

func (s *InvalidItemContentException) Message() string

Message returns the exception's message.

func (*InvalidItemContentException) OrigErr added in v1.28.0

func (s *InvalidItemContentException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidItemContentException) RequestID added in v1.28.0

func (s *InvalidItemContentException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidItemContentException) StatusCode added in v1.28.0

func (s *InvalidItemContentException) StatusCode() int

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

func (InvalidItemContentException) String added in v1.28.0

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 InvalidKeyId added in v1.28.0

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

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

The query key ID isn't valid.

func (*InvalidKeyId) Code added in v1.28.0

func (s *InvalidKeyId) Code() string

Code returns the exception type name.

func (*InvalidKeyId) Error added in v1.28.0

func (s *InvalidKeyId) Error() string

func (InvalidKeyId) GoString added in v1.28.0

func (s InvalidKeyId) 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 (*InvalidKeyId) Message added in v1.28.0

func (s *InvalidKeyId) Message() string

Message returns the exception's message.

func (*InvalidKeyId) OrigErr added in v1.28.0

func (s *InvalidKeyId) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidKeyId) RequestID added in v1.28.0

func (s *InvalidKeyId) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidKeyId) StatusCode added in v1.28.0

func (s *InvalidKeyId) StatusCode() int

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

func (InvalidKeyId) String added in v1.28.0

func (s InvalidKeyId) 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 InvalidNextToken added in v1.28.0

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

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

The specified token isn't valid.

func (*InvalidNextToken) Code added in v1.28.0

func (s *InvalidNextToken) Code() string

Code returns the exception type name.

func (*InvalidNextToken) Error added in v1.28.0

func (s *InvalidNextToken) Error() string

func (InvalidNextToken) GoString added in v1.28.0

func (s InvalidNextToken) 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 (*InvalidNextToken) Message added in v1.28.0

func (s *InvalidNextToken) Message() string

Message returns the exception's message.

func (*InvalidNextToken) OrigErr added in v1.28.0

func (s *InvalidNextToken) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidNextToken) RequestID added in v1.28.0

func (s *InvalidNextToken) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidNextToken) StatusCode added in v1.28.0

func (s *InvalidNextToken) StatusCode() int

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

func (InvalidNextToken) String added in v1.28.0

func (s InvalidNextToken) 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 InvalidNotificationConfig added in v1.28.0

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

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

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.

func (*InvalidNotificationConfig) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidNotificationConfig) Error added in v1.28.0

func (s *InvalidNotificationConfig) Error() string

func (InvalidNotificationConfig) GoString added in v1.28.0

func (s InvalidNotificationConfig) 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 (*InvalidNotificationConfig) Message added in v1.28.0

func (s *InvalidNotificationConfig) Message() string

Message returns the exception's message.

func (*InvalidNotificationConfig) OrigErr added in v1.28.0

func (s *InvalidNotificationConfig) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidNotificationConfig) RequestID added in v1.28.0

func (s *InvalidNotificationConfig) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidNotificationConfig) StatusCode added in v1.28.0

func (s *InvalidNotificationConfig) StatusCode() int

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

func (InvalidNotificationConfig) String added in v1.28.0

func (s InvalidNotificationConfig) 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 InvalidOptionException added in v1.28.0

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

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

The delete inventory option specified isn't valid. Verify the option and try again.

func (*InvalidOptionException) Code added in v1.28.0

func (s *InvalidOptionException) Code() string

Code returns the exception type name.

func (*InvalidOptionException) Error added in v1.28.0

func (s *InvalidOptionException) Error() string

func (InvalidOptionException) GoString added in v1.28.0

func (s InvalidOptionException) 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 (*InvalidOptionException) Message added in v1.28.0

func (s *InvalidOptionException) Message() string

Message returns the exception's message.

func (*InvalidOptionException) OrigErr added in v1.28.0

func (s *InvalidOptionException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidOptionException) RequestID added in v1.28.0

func (s *InvalidOptionException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidOptionException) StatusCode added in v1.28.0

func (s *InvalidOptionException) StatusCode() int

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

func (InvalidOptionException) String added in v1.28.0

func (s InvalidOptionException) 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 InvalidOutputFolder added in v1.28.0

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

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

The S3 bucket doesn't exist.

func (*InvalidOutputFolder) Code added in v1.28.0

func (s *InvalidOutputFolder) Code() string

Code returns the exception type name.

func (*InvalidOutputFolder) Error added in v1.28.0

func (s *InvalidOutputFolder) Error() string

func (InvalidOutputFolder) GoString added in v1.28.0

func (s InvalidOutputFolder) 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 (*InvalidOutputFolder) Message added in v1.28.0

func (s *InvalidOutputFolder) Message() string

Message returns the exception's message.

func (*InvalidOutputFolder) OrigErr added in v1.28.0

func (s *InvalidOutputFolder) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidOutputFolder) RequestID added in v1.28.0

func (s *InvalidOutputFolder) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidOutputFolder) StatusCode added in v1.28.0

func (s *InvalidOutputFolder) StatusCode() int

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

func (InvalidOutputFolder) String added in v1.28.0

func (s InvalidOutputFolder) 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 InvalidOutputLocation added in v1.28.0

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

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

The output location isn't valid or doesn't exist.

func (*InvalidOutputLocation) Code added in v1.28.0

func (s *InvalidOutputLocation) Code() string

Code returns the exception type name.

func (*InvalidOutputLocation) Error added in v1.28.0

func (s *InvalidOutputLocation) Error() string

func (InvalidOutputLocation) GoString added in v1.28.0

func (s InvalidOutputLocation) 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 (*InvalidOutputLocation) Message added in v1.28.0

func (s *InvalidOutputLocation) Message() string

Message returns the exception's message.

func (*InvalidOutputLocation) OrigErr added in v1.28.0

func (s *InvalidOutputLocation) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidOutputLocation) RequestID added in v1.28.0

func (s *InvalidOutputLocation) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidOutputLocation) StatusCode added in v1.28.0

func (s *InvalidOutputLocation) StatusCode() int

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

func (InvalidOutputLocation) String added in v1.28.0

func (s InvalidOutputLocation) 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 InvalidParameters added in v1.28.0

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

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

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.

func (*InvalidParameters) Code added in v1.28.0

func (s *InvalidParameters) Code() string

Code returns the exception type name.

func (*InvalidParameters) Error added in v1.28.0

func (s *InvalidParameters) Error() string

func (InvalidParameters) GoString added in v1.28.0

func (s InvalidParameters) 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 (*InvalidParameters) Message added in v1.28.0

func (s *InvalidParameters) Message() string

Message returns the exception's message.

func (*InvalidParameters) OrigErr added in v1.28.0

func (s *InvalidParameters) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidParameters) RequestID added in v1.28.0

func (s *InvalidParameters) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidParameters) StatusCode added in v1.28.0

func (s *InvalidParameters) StatusCode() int

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

func (InvalidParameters) String added in v1.28.0

func (s InvalidParameters) 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 InvalidPermissionType added in v1.28.0

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

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

The permission type isn't supported. Share is the only supported permission type.

func (*InvalidPermissionType) Code added in v1.28.0

func (s *InvalidPermissionType) Code() string

Code returns the exception type name.

func (*InvalidPermissionType) Error added in v1.28.0

func (s *InvalidPermissionType) Error() string

func (InvalidPermissionType) GoString added in v1.28.0

func (s InvalidPermissionType) 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 (*InvalidPermissionType) Message added in v1.28.0

func (s *InvalidPermissionType) Message() string

Message returns the exception's message.

func (*InvalidPermissionType) OrigErr added in v1.28.0

func (s *InvalidPermissionType) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidPermissionType) RequestID added in v1.28.0

func (s *InvalidPermissionType) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidPermissionType) StatusCode added in v1.28.0

func (s *InvalidPermissionType) StatusCode() int

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

func (InvalidPermissionType) String added in v1.28.0

func (s InvalidPermissionType) 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 InvalidPluginName added in v1.28.0

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

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

The plugin name isn't valid.

func (*InvalidPluginName) Code added in v1.28.0

func (s *InvalidPluginName) Code() string

Code returns the exception type name.

func (*InvalidPluginName) Error added in v1.28.0

func (s *InvalidPluginName) Error() string

func (InvalidPluginName) GoString added in v1.28.0

func (s InvalidPluginName) 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 (*InvalidPluginName) Message added in v1.28.0

func (s *InvalidPluginName) Message() string

Message returns the exception's message.

func (*InvalidPluginName) OrigErr added in v1.28.0

func (s *InvalidPluginName) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidPluginName) RequestID added in v1.28.0

func (s *InvalidPluginName) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidPluginName) StatusCode added in v1.28.0

func (s *InvalidPluginName) StatusCode() int

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

func (InvalidPluginName) String added in v1.28.0

func (s InvalidPluginName) 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 InvalidPolicyAttributeException added in v1.28.0

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

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

A policy attribute or its value is invalid.

func (*InvalidPolicyAttributeException) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidPolicyAttributeException) Error added in v1.28.0

func (InvalidPolicyAttributeException) GoString added in v1.28.0

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 (*InvalidPolicyAttributeException) Message added in v1.28.0

Message returns the exception's message.

func (*InvalidPolicyAttributeException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidPolicyAttributeException) RequestID added in v1.28.0

func (s *InvalidPolicyAttributeException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidPolicyAttributeException) StatusCode added in v1.28.0

func (s *InvalidPolicyAttributeException) StatusCode() int

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

func (InvalidPolicyAttributeException) String added in v1.28.0

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 InvalidPolicyTypeException added in v1.28.0

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

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

The policy type isn't supported. Parameter Store supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.

func (*InvalidPolicyTypeException) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidPolicyTypeException) Error added in v1.28.0

func (InvalidPolicyTypeException) GoString added in v1.28.0

func (s InvalidPolicyTypeException) 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 (*InvalidPolicyTypeException) Message added in v1.28.0

func (s *InvalidPolicyTypeException) Message() string

Message returns the exception's message.

func (*InvalidPolicyTypeException) OrigErr added in v1.28.0

func (s *InvalidPolicyTypeException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidPolicyTypeException) RequestID added in v1.28.0

func (s *InvalidPolicyTypeException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidPolicyTypeException) StatusCode added in v1.28.0

func (s *InvalidPolicyTypeException) StatusCode() int

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

func (InvalidPolicyTypeException) String added in v1.28.0

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 InvalidResourceId added in v1.28.0

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

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

The resource ID isn't valid. Verify that you entered the correct ID and try again.

func (*InvalidResourceId) Code added in v1.28.0

func (s *InvalidResourceId) Code() string

Code returns the exception type name.

func (*InvalidResourceId) Error added in v1.28.0

func (s *InvalidResourceId) Error() string

func (InvalidResourceId) GoString added in v1.28.0

func (s InvalidResourceId) 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 (*InvalidResourceId) Message added in v1.28.0

func (s *InvalidResourceId) Message() string

Message returns the exception's message.

func (*InvalidResourceId) OrigErr added in v1.28.0

func (s *InvalidResourceId) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidResourceId) RequestID added in v1.28.0

func (s *InvalidResourceId) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidResourceId) StatusCode added in v1.28.0

func (s *InvalidResourceId) StatusCode() int

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

func (InvalidResourceId) String added in v1.28.0

func (s InvalidResourceId) 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 InvalidResourceType added in v1.28.0

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

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

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.

func (*InvalidResourceType) Code added in v1.28.0

func (s *InvalidResourceType) Code() string

Code returns the exception type name.

func (*InvalidResourceType) Error added in v1.28.0

func (s *InvalidResourceType) Error() string

func (InvalidResourceType) GoString added in v1.28.0

func (s InvalidResourceType) 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 (*InvalidResourceType) Message added in v1.28.0

func (s *InvalidResourceType) Message() string

Message returns the exception's message.

func (*InvalidResourceType) OrigErr added in v1.28.0

func (s *InvalidResourceType) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidResourceType) RequestID added in v1.28.0

func (s *InvalidResourceType) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidResourceType) StatusCode added in v1.28.0

func (s *InvalidResourceType) StatusCode() int

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

func (InvalidResourceType) String added in v1.28.0

func (s InvalidResourceType) 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 InvalidResultAttributeException added in v1.28.0

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

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

The specified inventory item result attribute isn't valid.

func (*InvalidResultAttributeException) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidResultAttributeException) Error added in v1.28.0

func (InvalidResultAttributeException) GoString added in v1.28.0

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 (*InvalidResultAttributeException) Message added in v1.28.0

Message returns the exception's message.

func (*InvalidResultAttributeException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidResultAttributeException) RequestID added in v1.28.0

func (s *InvalidResultAttributeException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidResultAttributeException) StatusCode added in v1.28.0

func (s *InvalidResultAttributeException) StatusCode() int

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

func (InvalidResultAttributeException) String added in v1.28.0

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 InvalidRole added in v1.28.0

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

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

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.

func (*InvalidRole) Code added in v1.28.0

func (s *InvalidRole) Code() string

Code returns the exception type name.

func (*InvalidRole) Error added in v1.28.0

func (s *InvalidRole) Error() string

func (InvalidRole) GoString added in v1.28.0

func (s InvalidRole) 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 (*InvalidRole) Message added in v1.28.0

func (s *InvalidRole) Message() string

Message returns the exception's message.

func (*InvalidRole) OrigErr added in v1.28.0

func (s *InvalidRole) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidRole) RequestID added in v1.28.0

func (s *InvalidRole) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidRole) StatusCode added in v1.28.0

func (s *InvalidRole) StatusCode() int

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

func (InvalidRole) String added in v1.28.0

func (s InvalidRole) 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 InvalidSchedule added in v1.28.0

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

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

The schedule is invalid. Verify your cron or rate expression and try again.

func (*InvalidSchedule) Code added in v1.28.0

func (s *InvalidSchedule) Code() string

Code returns the exception type name.

func (*InvalidSchedule) Error added in v1.28.0

func (s *InvalidSchedule) Error() string

func (InvalidSchedule) GoString added in v1.28.0

func (s InvalidSchedule) 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 (*InvalidSchedule) Message added in v1.28.0

func (s *InvalidSchedule) Message() string

Message returns the exception's message.

func (*InvalidSchedule) OrigErr added in v1.28.0

func (s *InvalidSchedule) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidSchedule) RequestID added in v1.28.0

func (s *InvalidSchedule) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidSchedule) StatusCode added in v1.28.0

func (s *InvalidSchedule) StatusCode() int

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

func (InvalidSchedule) String added in v1.28.0

func (s InvalidSchedule) 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 InvalidTag added in v1.44.94

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

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

The specified tag key or value isn't valid.

func (*InvalidTag) Code added in v1.44.94

func (s *InvalidTag) Code() string

Code returns the exception type name.

func (*InvalidTag) Error added in v1.44.94

func (s *InvalidTag) Error() string

func (InvalidTag) GoString added in v1.44.94

func (s InvalidTag) 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 (*InvalidTag) Message added in v1.44.94

func (s *InvalidTag) Message() string

Message returns the exception's message.

func (*InvalidTag) OrigErr added in v1.44.94

func (s *InvalidTag) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidTag) RequestID added in v1.44.94

func (s *InvalidTag) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidTag) StatusCode added in v1.44.94

func (s *InvalidTag) StatusCode() int

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

func (InvalidTag) String added in v1.44.94

func (s InvalidTag) 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 InvalidTarget added in v1.28.0

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

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

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.

func (*InvalidTarget) Code added in v1.28.0

func (s *InvalidTarget) Code() string

Code returns the exception type name.

func (*InvalidTarget) Error added in v1.28.0

func (s *InvalidTarget) Error() string

func (InvalidTarget) GoString added in v1.28.0

func (s InvalidTarget) 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 (*InvalidTarget) Message added in v1.28.0

func (s *InvalidTarget) Message() string

Message returns the exception's message.

func (*InvalidTarget) OrigErr added in v1.28.0

func (s *InvalidTarget) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidTarget) RequestID added in v1.28.0

func (s *InvalidTarget) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidTarget) StatusCode added in v1.28.0

func (s *InvalidTarget) StatusCode() int

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

func (InvalidTarget) String added in v1.28.0

func (s InvalidTarget) 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 InvalidTargetMaps added in v1.44.7

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

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

TargetMap parameter isn't valid.

func (*InvalidTargetMaps) Code added in v1.44.7

func (s *InvalidTargetMaps) Code() string

Code returns the exception type name.

func (*InvalidTargetMaps) Error added in v1.44.7

func (s *InvalidTargetMaps) Error() string

func (InvalidTargetMaps) GoString added in v1.44.7

func (s InvalidTargetMaps) 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 (*InvalidTargetMaps) Message added in v1.44.7

func (s *InvalidTargetMaps) Message() string

Message returns the exception's message.

func (*InvalidTargetMaps) OrigErr added in v1.44.7

func (s *InvalidTargetMaps) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidTargetMaps) RequestID added in v1.44.7

func (s *InvalidTargetMaps) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidTargetMaps) StatusCode added in v1.44.7

func (s *InvalidTargetMaps) StatusCode() int

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

func (InvalidTargetMaps) String added in v1.44.7

func (s InvalidTargetMaps) 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 InvalidTypeNameException added in v1.28.0

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

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

The parameter type name isn't valid.

func (*InvalidTypeNameException) Code added in v1.28.0

func (s *InvalidTypeNameException) Code() string

Code returns the exception type name.

func (*InvalidTypeNameException) Error added in v1.28.0

func (s *InvalidTypeNameException) Error() string

func (InvalidTypeNameException) GoString added in v1.28.0

func (s InvalidTypeNameException) 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 (*InvalidTypeNameException) Message added in v1.28.0

func (s *InvalidTypeNameException) Message() string

Message returns the exception's message.

func (*InvalidTypeNameException) OrigErr added in v1.28.0

func (s *InvalidTypeNameException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidTypeNameException) RequestID added in v1.28.0

func (s *InvalidTypeNameException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidTypeNameException) StatusCode added in v1.28.0

func (s *InvalidTypeNameException) StatusCode() int

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

func (InvalidTypeNameException) String added in v1.28.0

func (s InvalidTypeNameException) 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 InvalidUpdate added in v1.28.0

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

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

The update isn't valid.

func (*InvalidUpdate) Code added in v1.28.0

func (s *InvalidUpdate) Code() string

Code returns the exception type name.

func (*InvalidUpdate) Error added in v1.28.0

func (s *InvalidUpdate) Error() string

func (InvalidUpdate) GoString added in v1.28.0

func (s InvalidUpdate) 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 (*InvalidUpdate) Message added in v1.28.0

func (s *InvalidUpdate) Message() string

Message returns the exception's message.

func (*InvalidUpdate) OrigErr added in v1.28.0

func (s *InvalidUpdate) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidUpdate) RequestID added in v1.28.0

func (s *InvalidUpdate) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidUpdate) StatusCode added in v1.28.0

func (s *InvalidUpdate) StatusCode() int

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

func (InvalidUpdate) String added in v1.28.0

func (s InvalidUpdate) 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 InventoryAggregator added in v1.12.27

type InventoryAggregator struct {

	// Nested aggregators to further refine aggregation for an inventory type.
	Aggregators []*InventoryAggregator `min:"1" type:"list"`

	// The inventory type and attribute name for aggregation.
	Expression *string `min:"1" type:"string"`

	// A user-defined set of one or more filters on which to aggregate inventory
	// data. Groups return a count of resources that match and don't match the specified
	// criteria.
	Groups []*InventoryGroup `min:"1" type:"list"`
	// contains filtered or unexported fields
}

Specifies the inventory type and attribute for the aggregation execution.

func (InventoryAggregator) GoString added in v1.12.27

func (s InventoryAggregator) 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 (*InventoryAggregator) SetAggregators added in v1.12.27

SetAggregators sets the Aggregators field's value.

func (*InventoryAggregator) SetExpression added in v1.12.27

func (s *InventoryAggregator) SetExpression(v string) *InventoryAggregator

SetExpression sets the Expression field's value.

func (*InventoryAggregator) SetGroups added in v1.15.14

SetGroups sets the Groups field's value.

func (InventoryAggregator) String added in v1.12.27

func (s InventoryAggregator) 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 (*InventoryAggregator) Validate added in v1.12.27

func (s *InventoryAggregator) Validate() error

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

type InventoryDeletionStatusItem added in v1.13.33

type InventoryDeletionStatusItem struct {

	// The deletion ID returned by the DeleteInventory operation.
	DeletionId *string `type:"string"`

	// The UTC timestamp when the delete operation started.
	DeletionStartTime *time.Time `type:"timestamp"`

	// Information about 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)
	// in the Amazon Web Services Systems Manager User Guide.
	DeletionSummary *InventoryDeletionSummary `type:"structure"`

	// The status of the operation. Possible values are InProgress and Complete.
	LastStatus *string `type:"string" enum:"InventoryDeletionStatus"`

	// Information about the status.
	LastStatusMessage *string `type:"string"`

	// The UTC timestamp of when the last status report.
	LastStatusUpdateTime *time.Time `type:"timestamp"`

	// The name of the inventory data type.
	TypeName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Status information returned by the DeleteInventory operation.

func (InventoryDeletionStatusItem) GoString added in v1.13.33

func (s InventoryDeletionStatusItem) 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 (*InventoryDeletionStatusItem) SetDeletionId added in v1.13.33

SetDeletionId sets the DeletionId field's value.

func (*InventoryDeletionStatusItem) SetDeletionStartTime added in v1.13.33

SetDeletionStartTime sets the DeletionStartTime field's value.

func (*InventoryDeletionStatusItem) SetDeletionSummary added in v1.13.33

SetDeletionSummary sets the DeletionSummary field's value.

func (*InventoryDeletionStatusItem) SetLastStatus added in v1.13.33

SetLastStatus sets the LastStatus field's value.

func (*InventoryDeletionStatusItem) SetLastStatusMessage added in v1.13.33

SetLastStatusMessage sets the LastStatusMessage field's value.

func (*InventoryDeletionStatusItem) SetLastStatusUpdateTime added in v1.13.33

func (s *InventoryDeletionStatusItem) SetLastStatusUpdateTime(v time.Time) *InventoryDeletionStatusItem

SetLastStatusUpdateTime sets the LastStatusUpdateTime field's value.

func (*InventoryDeletionStatusItem) SetTypeName added in v1.13.33

SetTypeName sets the TypeName field's value.

func (InventoryDeletionStatusItem) String added in v1.13.33

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 InventoryDeletionSummary added in v1.13.33

type InventoryDeletionSummary struct {

	// Remaining number of items to delete.
	RemainingCount *int64 `type:"integer"`

	// A list of counts and versions for deleted items.
	SummaryItems []*InventoryDeletionSummaryItem `type:"list"`

	// The total number of items to delete. This count doesn't change during the
	// delete operation.
	TotalCount *int64 `type:"integer"`
	// contains filtered or unexported fields
}

Information about the delete operation.

func (InventoryDeletionSummary) GoString added in v1.13.33

func (s InventoryDeletionSummary) 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 (*InventoryDeletionSummary) SetRemainingCount added in v1.13.33

func (s *InventoryDeletionSummary) SetRemainingCount(v int64) *InventoryDeletionSummary

SetRemainingCount sets the RemainingCount field's value.

func (*InventoryDeletionSummary) SetSummaryItems added in v1.13.33

SetSummaryItems sets the SummaryItems field's value.

func (*InventoryDeletionSummary) SetTotalCount added in v1.13.33

SetTotalCount sets the TotalCount field's value.

func (InventoryDeletionSummary) String added in v1.13.33

func (s InventoryDeletionSummary) 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 InventoryDeletionSummaryItem added in v1.13.33

type InventoryDeletionSummaryItem struct {

	// A count of the number of deleted items.
	Count *int64 `type:"integer"`

	// The remaining number of items to delete.
	RemainingCount *int64 `type:"integer"`

	// The inventory type version.
	Version *string `type:"string"`
	// contains filtered or unexported fields
}

Either a count, remaining count, or a version number in a delete inventory summary.

func (InventoryDeletionSummaryItem) GoString added in v1.13.33

func (s InventoryDeletionSummaryItem) 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 (*InventoryDeletionSummaryItem) SetCount added in v1.13.33

SetCount sets the Count field's value.

func (*InventoryDeletionSummaryItem) SetRemainingCount added in v1.13.33

SetRemainingCount sets the RemainingCount field's value.

func (*InventoryDeletionSummaryItem) SetVersion added in v1.13.33

SetVersion sets the Version field's value.

func (InventoryDeletionSummaryItem) String added in v1.13.33

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 InventoryFilter added in v1.5.13

type InventoryFilter struct {

	// The name of the filter key.
	//
	// Key is a required field
	Key *string `min:"1" type:"string" required:"true"`

	// The type of filter.
	//
	// The Exists filter must be used with aggregators. For more information, see
	// Aggregating inventory data (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-aggregate.html)
	// in the Amazon Web Services Systems Manager User Guide.
	Type *string `type:"string" enum:"InventoryQueryOperatorType"`

	// Inventory filter values. Example: inventory filter where managed node IDs
	// are specified as values Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g,
	// i-1a2b3c4d5e6,Type=Equal.
	//
	// Values is a required field
	Values []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

One or more filters. Use a filter to return a more specific list of results.

func (InventoryFilter) GoString added in v1.5.13

func (s InventoryFilter) 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 (*InventoryFilter) SetKey added in v1.5.13

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

SetKey sets the Key field's value.

func (*InventoryFilter) SetType added in v1.5.13

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

SetType sets the Type field's value.

func (*InventoryFilter) SetValues added in v1.5.13

func (s *InventoryFilter) SetValues(v []*string) *InventoryFilter

SetValues sets the Values field's value.

func (InventoryFilter) String added in v1.5.13

func (s InventoryFilter) 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 (*InventoryFilter) Validate added in v1.5.13

func (s *InventoryFilter) Validate() error

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

type InventoryGroup added in v1.15.14

type InventoryGroup struct {

	// Filters define the criteria for the group. The matchingCount field displays
	// the number of resources that match the criteria. The notMatchingCount field
	// displays the number of resources that don't match the criteria.
	//
	// Filters is a required field
	Filters []*InventoryFilter `min:"1" type:"list" required:"true"`

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

A user-defined set of one or more filters on which to aggregate inventory data. Groups return a count of resources that match and don't match the specified criteria.

func (InventoryGroup) GoString added in v1.15.14

func (s InventoryGroup) 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 (*InventoryGroup) SetFilters added in v1.15.14

func (s *InventoryGroup) SetFilters(v []*InventoryFilter) *InventoryGroup

SetFilters sets the Filters field's value.

func (*InventoryGroup) SetName added in v1.15.14

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

SetName sets the Name field's value.

func (InventoryGroup) String added in v1.15.14

func (s InventoryGroup) 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 (*InventoryGroup) Validate added in v1.15.14

func (s *InventoryGroup) Validate() error

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

type InventoryItem added in v1.5.13

type InventoryItem struct {

	// The time the inventory information was collected.
	//
	// CaptureTime is a required field
	CaptureTime *string `type:"string" required:"true"`

	// The inventory data of the inventory type.
	Content []map[string]*string `type:"list"`

	// MD5 hash of the inventory item type contents. The content hash is used to
	// determine whether to update inventory information. The PutInventory API doesn't
	// update the inventory item type contents if the MD5 hash hasn't changed since
	// last update.
	ContentHash *string `type:"string"`

	// A map of associated properties for a specified inventory type. For example,
	// with this attribute, you can specify the ExecutionId, ExecutionType, ComplianceType
	// properties of the AWS:ComplianceItem type.
	Context map[string]*string `type:"map"`

	// The schema version for the inventory item.
	//
	// SchemaVersion is a required field
	SchemaVersion *string `type:"string" required:"true"`

	// The name of the inventory type. Default inventory item type names start with
	// AWS. Custom inventory type names will start with Custom. Default inventory
	// item types include the following: AWS:AWSComponent, AWS:Application, AWS:InstanceInformation,
	// AWS:Network, and AWS:WindowsUpdate.
	//
	// TypeName is a required field
	TypeName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Information collected from managed nodes based on your inventory policy document

func (InventoryItem) GoString added in v1.5.13

func (s InventoryItem) 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 (*InventoryItem) SetCaptureTime added in v1.5.13

func (s *InventoryItem) SetCaptureTime(v string) *InventoryItem

SetCaptureTime sets the CaptureTime field's value.

func (*InventoryItem) SetContent added in v1.5.13

func (s *InventoryItem) SetContent(v []map[string]*string) *InventoryItem

SetContent sets the Content field's value.

func (*InventoryItem) SetContentHash added in v1.5.13

func (s *InventoryItem) SetContentHash(v string) *InventoryItem

SetContentHash sets the ContentHash field's value.

func (*InventoryItem) SetContext added in v1.10.25

func (s *InventoryItem) SetContext(v map[string]*string) *InventoryItem

SetContext sets the Context field's value.

func (*InventoryItem) SetSchemaVersion added in v1.5.13

func (s *InventoryItem) SetSchemaVersion(v string) *InventoryItem

SetSchemaVersion sets the SchemaVersion field's value.

func (*InventoryItem) SetTypeName added in v1.5.13

func (s *InventoryItem) SetTypeName(v string) *InventoryItem

SetTypeName sets the TypeName field's value.

func (InventoryItem) String added in v1.5.13

func (s InventoryItem) 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 (*InventoryItem) Validate added in v1.5.13

func (s *InventoryItem) Validate() error

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

type InventoryItemAttribute added in v1.5.13

type InventoryItemAttribute struct {

	// The data type of the inventory item attribute.
	//
	// DataType is a required field
	DataType *string `type:"string" required:"true" enum:"InventoryAttributeDataType"`

	// Name of the inventory item attribute.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Attributes are the entries within the inventory item content. It contains name and value.

func (InventoryItemAttribute) GoString added in v1.5.13

func (s InventoryItemAttribute) 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 (*InventoryItemAttribute) SetDataType added in v1.5.13

SetDataType sets the DataType field's value.

func (*InventoryItemAttribute) SetName added in v1.5.13

SetName sets the Name field's value.

func (InventoryItemAttribute) String added in v1.5.13

func (s InventoryItemAttribute) 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 InventoryItemSchema added in v1.5.13

type InventoryItemSchema struct {

	// The schema attributes for inventory. This contains data type and attribute
	// name.
	//
	// Attributes is a required field
	Attributes []*InventoryItemAttribute `min:"1" type:"list" required:"true"`

	// The alias name of the inventory type. The alias name is used for display
	// purposes.
	DisplayName *string `type:"string"`

	// The name of the inventory type. Default inventory item type names start with
	// Amazon Web Services. Custom inventory type names will start with Custom.
	// Default inventory item types include the following: AWS:AWSComponent, AWS:Application,
	// AWS:InstanceInformation, AWS:Network, and AWS:WindowsUpdate.
	//
	// TypeName is a required field
	TypeName *string `min:"1" type:"string" required:"true"`

	// The schema version for the inventory item.
	Version *string `type:"string"`
	// contains filtered or unexported fields
}

The inventory item schema definition. Users can use this to compose inventory query filters.

func (InventoryItemSchema) GoString added in v1.5.13

func (s InventoryItemSchema) 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 (*InventoryItemSchema) SetAttributes added in v1.5.13

SetAttributes sets the Attributes field's value.

func (*InventoryItemSchema) SetDisplayName added in v1.12.27

func (s *InventoryItemSchema) SetDisplayName(v string) *InventoryItemSchema

SetDisplayName sets the DisplayName field's value.

func (*InventoryItemSchema) SetTypeName added in v1.5.13

func (s *InventoryItemSchema) SetTypeName(v string) *InventoryItemSchema

SetTypeName sets the TypeName field's value.

func (*InventoryItemSchema) SetVersion added in v1.5.13

SetVersion sets the Version field's value.

func (InventoryItemSchema) String added in v1.5.13

func (s InventoryItemSchema) 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 InventoryResultEntity added in v1.5.13

type InventoryResultEntity struct {

	// The data section in the inventory result entity JSON.
	Data map[string]*InventoryResultItem `type:"map"`

	// ID of the inventory result entity. For example, for managed node inventory
	// the result will be the managed node ID. For EC2 instance inventory, the result
	// will be the instance ID.
	Id *string `type:"string"`
	// contains filtered or unexported fields
}

Inventory query results.

func (InventoryResultEntity) GoString added in v1.5.13

func (s InventoryResultEntity) 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 (*InventoryResultEntity) SetData added in v1.5.13

SetData sets the Data field's value.

func (*InventoryResultEntity) SetId added in v1.5.13

SetId sets the Id field's value.

func (InventoryResultEntity) String added in v1.5.13

func (s InventoryResultEntity) 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 InventoryResultItem added in v1.5.13

type InventoryResultItem struct {

	// The time inventory item data was captured.
	CaptureTime *string `type:"string"`

	// Contains all the inventory data of the item type. Results include attribute
	// names and values.
	//
	// Content is a required field
	Content []map[string]*string `type:"list" required:"true"`

	// MD5 hash of the inventory item type contents. The content hash is used to
	// determine whether to update inventory information. The PutInventory API doesn't
	// update the inventory item type contents if the MD5 hash hasn't changed since
	// last update.
	ContentHash *string `type:"string"`

	// The schema version for the inventory result item/
	//
	// SchemaVersion is a required field
	SchemaVersion *string `type:"string" required:"true"`

	// The name of the inventory result item type.
	//
	// TypeName is a required field
	TypeName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The inventory result item.

func (InventoryResultItem) GoString added in v1.5.13

func (s InventoryResultItem) 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 (*InventoryResultItem) SetCaptureTime added in v1.5.13

func (s *InventoryResultItem) SetCaptureTime(v string) *InventoryResultItem

SetCaptureTime sets the CaptureTime field's value.

func (*InventoryResultItem) SetContent added in v1.5.13

func (s *InventoryResultItem) SetContent(v []map[string]*string) *InventoryResultItem

SetContent sets the Content field's value.

func (*InventoryResultItem) SetContentHash added in v1.5.13

func (s *InventoryResultItem) SetContentHash(v string) *InventoryResultItem

SetContentHash sets the ContentHash field's value.

func (*InventoryResultItem) SetSchemaVersion added in v1.5.13

func (s *InventoryResultItem) SetSchemaVersion(v string) *InventoryResultItem

SetSchemaVersion sets the SchemaVersion field's value.

func (*InventoryResultItem) SetTypeName added in v1.5.13

func (s *InventoryResultItem) SetTypeName(v string) *InventoryResultItem

SetTypeName sets the TypeName field's value.

func (InventoryResultItem) String added in v1.5.13

func (s InventoryResultItem) 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 InvocationDoesNotExist added in v1.28.0

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

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

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.

func (*InvocationDoesNotExist) Code added in v1.28.0

func (s *InvocationDoesNotExist) Code() string

Code returns the exception type name.

func (*InvocationDoesNotExist) Error added in v1.28.0

func (s *InvocationDoesNotExist) Error() string

func (InvocationDoesNotExist) GoString added in v1.28.0

func (s InvocationDoesNotExist) 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 (*InvocationDoesNotExist) Message added in v1.28.0

func (s *InvocationDoesNotExist) Message() string

Message returns the exception's message.

func (*InvocationDoesNotExist) OrigErr added in v1.28.0

func (s *InvocationDoesNotExist) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvocationDoesNotExist) RequestID added in v1.28.0

func (s *InvocationDoesNotExist) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvocationDoesNotExist) StatusCode added in v1.28.0

func (s *InvocationDoesNotExist) StatusCode() int

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

func (InvocationDoesNotExist) String added in v1.28.0

func (s InvocationDoesNotExist) 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 ItemContentMismatchException added in v1.28.0

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

	Message_ *string `locationName:"Message" type:"string"`

	TypeName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The inventory item has invalid content.

func (*ItemContentMismatchException) Code added in v1.28.0

Code returns the exception type name.

func (*ItemContentMismatchException) Error added in v1.28.0

func (ItemContentMismatchException) GoString added in v1.28.0

func (s ItemContentMismatchException) 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 (*ItemContentMismatchException) Message added in v1.28.0

func (s *ItemContentMismatchException) Message() string

Message returns the exception's message.

func (*ItemContentMismatchException) OrigErr added in v1.28.0

func (s *ItemContentMismatchException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ItemContentMismatchException) RequestID added in v1.28.0

func (s *ItemContentMismatchException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ItemContentMismatchException) StatusCode added in v1.28.0

func (s *ItemContentMismatchException) StatusCode() int

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

func (ItemContentMismatchException) String added in v1.28.0

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 ItemSizeLimitExceededException added in v1.28.0

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

	Message_ *string `locationName:"Message" type:"string"`

	TypeName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The inventory item size has exceeded the size limit.

func (*ItemSizeLimitExceededException) Code added in v1.28.0

Code returns the exception type name.

func (*ItemSizeLimitExceededException) Error added in v1.28.0

func (ItemSizeLimitExceededException) GoString added in v1.28.0

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 (*ItemSizeLimitExceededException) Message added in v1.28.0

Message returns the exception's message.

func (*ItemSizeLimitExceededException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ItemSizeLimitExceededException) RequestID added in v1.28.0

func (s *ItemSizeLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ItemSizeLimitExceededException) StatusCode added in v1.28.0

func (s *ItemSizeLimitExceededException) StatusCode() int

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

func (ItemSizeLimitExceededException) String added in v1.28.0

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 LabelParameterVersionInput added in v1.15.0

type LabelParameterVersionInput struct {

	// One or more labels to attach to the specified parameter version.
	//
	// Labels is a required field
	Labels []*string `min:"1" type:"list" required:"true"`

	// The parameter name on which you want to attach one or more labels.
	//
	// 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"`

	// The specific version of the parameter on which you want to attach one or
	// more labels. If no version is specified, the system attaches the label to
	// the latest version.
	ParameterVersion *int64 `type:"long"`
	// contains filtered or unexported fields
}

func (LabelParameterVersionInput) GoString added in v1.15.0

func (s LabelParameterVersionInput) 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 (*LabelParameterVersionInput) SetLabels added in v1.15.0

SetLabels sets the Labels field's value.

func (*LabelParameterVersionInput) SetName added in v1.15.0

SetName sets the Name field's value.

func (*LabelParameterVersionInput) SetParameterVersion added in v1.15.0

func (s *LabelParameterVersionInput) SetParameterVersion(v int64) *LabelParameterVersionInput

SetParameterVersion sets the ParameterVersion field's value.

func (LabelParameterVersionInput) String added in v1.15.0

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 (*LabelParameterVersionInput) Validate added in v1.15.0

func (s *LabelParameterVersionInput) Validate() error

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

type LabelParameterVersionOutput added in v1.15.0

type LabelParameterVersionOutput struct {

	// The label doesn't meet the requirements. For information about parameter
	// label requirements, see Working with parameter labels (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html)
	// in the Amazon Web Services Systems Manager User Guide.
	InvalidLabels []*string `min:"1" type:"list"`

	// The version of the parameter that has been labeled.
	ParameterVersion *int64 `type:"long"`
	// contains filtered or unexported fields
}

func (LabelParameterVersionOutput) GoString added in v1.15.0

func (s LabelParameterVersionOutput) 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 (*LabelParameterVersionOutput) SetInvalidLabels added in v1.15.0

SetInvalidLabels sets the InvalidLabels field's value.

func (*LabelParameterVersionOutput) SetParameterVersion added in v1.25.0

SetParameterVersion sets the ParameterVersion field's value.

func (LabelParameterVersionOutput) String added in v1.15.0

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 ListAssociationVersionsInput added in v1.10.30

type ListAssociationVersionsInput struct {

	// The association ID for which you want to view all versions.
	//
	// AssociationId is a required field
	AssociationId *string `type:"string" required:"true"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// A token to start the list. Use this token to get the next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListAssociationVersionsInput) GoString added in v1.10.30

func (s ListAssociationVersionsInput) 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 (*ListAssociationVersionsInput) SetAssociationId added in v1.10.30

SetAssociationId sets the AssociationId field's value.

func (*ListAssociationVersionsInput) SetMaxResults added in v1.10.30

SetMaxResults sets the MaxResults field's value.

func (*ListAssociationVersionsInput) SetNextToken added in v1.10.30

SetNextToken sets the NextToken field's value.

func (ListAssociationVersionsInput) String added in v1.10.30

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 (*ListAssociationVersionsInput) Validate added in v1.10.30

func (s *ListAssociationVersionsInput) Validate() error

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

type ListAssociationVersionsOutput added in v1.10.30

type ListAssociationVersionsOutput struct {

	// Information about all versions of the association for the specified association
	// ID.
	AssociationVersions []*AssociationVersionInfo `min:"1" type:"list"`

	// The token for the next set of items to return. Use this token to get the
	// next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListAssociationVersionsOutput) GoString added in v1.10.30

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 (*ListAssociationVersionsOutput) SetAssociationVersions added in v1.10.30

SetAssociationVersions sets the AssociationVersions field's value.

func (*ListAssociationVersionsOutput) SetNextToken added in v1.10.30

SetNextToken sets the NextToken field's value.

func (ListAssociationVersionsOutput) String added in v1.10.30

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 ListAssociationsInput

type ListAssociationsInput struct {

	// One or more filters. Use a filter to return a more specific list of results.
	//
	// Filtering associations using the InstanceID attribute only returns legacy
	// associations created using the InstanceID attribute. Associations targeting
	// the managed node that are part of the Target Attributes ResourceGroup or
	// Tags aren't returned.
	AssociationFilterList []*AssociationFilter `min:"1" type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListAssociationsInput) GoString added in v0.6.5

func (s ListAssociationsInput) 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 (*ListAssociationsInput) SetAssociationFilterList added in v1.5.0

func (s *ListAssociationsInput) SetAssociationFilterList(v []*AssociationFilter) *ListAssociationsInput

SetAssociationFilterList sets the AssociationFilterList field's value.

func (*ListAssociationsInput) SetMaxResults added in v1.5.0

func (s *ListAssociationsInput) SetMaxResults(v int64) *ListAssociationsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAssociationsInput) SetNextToken added in v1.5.0

SetNextToken sets the NextToken field's value.

func (ListAssociationsInput) String added in v0.6.5

func (s ListAssociationsInput) 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 (*ListAssociationsInput) Validate added in v1.1.21

func (s *ListAssociationsInput) Validate() error

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

type ListAssociationsOutput

type ListAssociationsOutput struct {

	// The associations.
	Associations []*Association `type:"list"`

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListAssociationsOutput) GoString added in v0.6.5

func (s ListAssociationsOutput) 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 (*ListAssociationsOutput) SetAssociations added in v1.5.0

func (s *ListAssociationsOutput) SetAssociations(v []*Association) *ListAssociationsOutput

SetAssociations sets the Associations field's value.

func (*ListAssociationsOutput) SetNextToken added in v1.5.0

SetNextToken sets the NextToken field's value.

func (ListAssociationsOutput) String added in v0.6.5

func (s ListAssociationsOutput) 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 ListCommandInvocationsInput added in v0.9.17

type ListCommandInvocationsInput struct {

	// (Optional) The invocations for a specific command ID.
	CommandId *string `min:"36" type:"string"`

	// (Optional) If set this returns the response of the command executions and
	// any command output. The default value is false.
	Details *bool `type:"boolean"`

	// (Optional) One or more filters. Use a filter to return a more specific list
	// of results.
	Filters []*CommandFilter `min:"1" type:"list"`

	// (Optional) The command execution details for a specific managed node ID.
	InstanceId *string `type:"string"`

	// (Optional) The maximum number of items to return for this call. The call
	// also returns a token that you can specify in a subsequent call to get the
	// next set of results.
	MaxResults *int64 `min:"1" type:"integer"`

	// (Optional) The token for the next set of items to return. (You received this
	// token from a previous call.)
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListCommandInvocationsInput) GoString added in v0.9.17

func (s ListCommandInvocationsInput) 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 (*ListCommandInvocationsInput) SetCommandId added in v1.5.0

SetCommandId sets the CommandId field's value.

func (*ListCommandInvocationsInput) SetDetails added in v1.5.0

SetDetails sets the Details field's value.

func (*ListCommandInvocationsInput) SetFilters added in v1.5.0

SetFilters sets the Filters field's value.

func (*ListCommandInvocationsInput) SetInstanceId added in v1.5.0

SetInstanceId sets the InstanceId field's value.

func (*ListCommandInvocationsInput) SetMaxResults added in v1.5.0

SetMaxResults sets the MaxResults field's value.

func (*ListCommandInvocationsInput) SetNextToken added in v1.5.0

SetNextToken sets the NextToken field's value.

func (ListCommandInvocationsInput) String added in v0.9.17

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 (*ListCommandInvocationsInput) Validate added in v1.1.21

func (s *ListCommandInvocationsInput) Validate() error

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

type ListCommandInvocationsOutput added in v0.9.17

type ListCommandInvocationsOutput struct {

	// (Optional) A list of all invocations.
	CommandInvocations []*CommandInvocation `type:"list"`

	// (Optional) The token for the next set of items to return. (You received this
	// token from a previous call.)
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListCommandInvocationsOutput) GoString added in v0.9.17

func (s ListCommandInvocationsOutput) 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 (*ListCommandInvocationsOutput) SetCommandInvocations added in v1.5.0

SetCommandInvocations sets the CommandInvocations field's value.

func (*ListCommandInvocationsOutput) SetNextToken added in v1.5.0

SetNextToken sets the NextToken field's value.

func (ListCommandInvocationsOutput) String added in v0.9.17

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 ListCommandsInput added in v0.9.17

type ListCommandsInput struct {

	// (Optional) If provided, lists only the specified command.
	CommandId *string `min:"36" type:"string"`

	// (Optional) One or more filters. Use a filter to return a more specific list
	// of results.
	Filters []*CommandFilter `min:"1" type:"list"`

	// (Optional) Lists commands issued against this managed node ID.
	//
	// You can't specify a managed node ID in the same command that you specify
	// Status = Pending. This is because the command hasn't reached the managed
	// node yet.
	InstanceId *string `type:"string"`

	// (Optional) The maximum number of items to return for this call. The call
	// also returns a token that you can specify in a subsequent call to get the
	// next set of results.
	MaxResults *int64 `min:"1" type:"integer"`

	// (Optional) The token for the next set of items to return. (You received this
	// token from a previous call.)
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListCommandsInput) GoString added in v0.9.17

func (s ListCommandsInput) 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 (*ListCommandsInput) SetCommandId added in v1.5.0

func (s *ListCommandsInput) SetCommandId(v string) *ListCommandsInput

SetCommandId sets the CommandId field's value.

func (*ListCommandsInput) SetFilters added in v1.5.0

func (s *ListCommandsInput) SetFilters(v []*CommandFilter) *ListCommandsInput

SetFilters sets the Filters field's value.

func (*ListCommandsInput) SetInstanceId added in v1.5.0

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

SetInstanceId sets the InstanceId field's value.

func (*ListCommandsInput) SetMaxResults added in v1.5.0

func (s *ListCommandsInput) SetMaxResults(v int64) *ListCommandsInput

SetMaxResults sets the MaxResults field's value.

func (*ListCommandsInput) SetNextToken added in v1.5.0

func (s *ListCommandsInput) SetNextToken(v string) *ListCommandsInput

SetNextToken sets the NextToken field's value.

func (ListCommandsInput) String added in v0.9.17

func (s ListCommandsInput) 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 (*ListCommandsInput) Validate added in v1.1.21

func (s *ListCommandsInput) Validate() error

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

type ListCommandsOutput added in v0.9.17

type ListCommandsOutput struct {

	// (Optional) The list of commands requested by the user.
	Commands []*Command `type:"list"`

	// (Optional) The token for the next set of items to return. (You received this
	// token from a previous call.)
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListCommandsOutput) GoString added in v0.9.17

func (s ListCommandsOutput) 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 (*ListCommandsOutput) SetCommands added in v1.5.0

func (s *ListCommandsOutput) SetCommands(v []*Command) *ListCommandsOutput

SetCommands sets the Commands field's value.

func (*ListCommandsOutput) SetNextToken added in v1.5.0

func (s *ListCommandsOutput) SetNextToken(v string) *ListCommandsOutput

SetNextToken sets the NextToken field's value.

func (ListCommandsOutput) String added in v0.9.17

func (s ListCommandsOutput) 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 ListComplianceItemsInput added in v1.10.25

type ListComplianceItemsInput struct {

	// One or more compliance filters. Use a filter to return a more specific list
	// of results.
	Filters []*ComplianceStringFilter `type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// A token to start the list. Use this token to get the next set of results.
	NextToken *string `type:"string"`

	// The ID for the resources from which to get compliance information. Currently,
	// you can only specify one resource ID.
	ResourceIds []*string `min:"1" type:"list"`

	// The type of resource from which to get compliance information. Currently,
	// the only supported resource type is ManagedInstance.
	ResourceTypes []*string `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (ListComplianceItemsInput) GoString added in v1.10.25

func (s ListComplianceItemsInput) 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 (*ListComplianceItemsInput) SetFilters added in v1.10.25

SetFilters sets the Filters field's value.

func (*ListComplianceItemsInput) SetMaxResults added in v1.10.25

SetMaxResults sets the MaxResults field's value.

func (*ListComplianceItemsInput) SetNextToken added in v1.10.25

SetNextToken sets the NextToken field's value.

func (*ListComplianceItemsInput) SetResourceIds added in v1.10.25

func (s *ListComplianceItemsInput) SetResourceIds(v []*string) *ListComplianceItemsInput

SetResourceIds sets the ResourceIds field's value.

func (*ListComplianceItemsInput) SetResourceTypes added in v1.10.25

func (s *ListComplianceItemsInput) SetResourceTypes(v []*string) *ListComplianceItemsInput

SetResourceTypes sets the ResourceTypes field's value.

func (ListComplianceItemsInput) String added in v1.10.25

func (s ListComplianceItemsInput) 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 (*ListComplianceItemsInput) Validate added in v1.10.25

func (s *ListComplianceItemsInput) Validate() error

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

type ListComplianceItemsOutput added in v1.10.25

type ListComplianceItemsOutput struct {

	// A list of compliance information for the specified resource ID.
	ComplianceItems []*ComplianceItem `type:"list"`

	// The token for the next set of items to return. Use this token to get the
	// next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListComplianceItemsOutput) GoString added in v1.10.25

func (s ListComplianceItemsOutput) 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 (*ListComplianceItemsOutput) SetComplianceItems added in v1.10.25

SetComplianceItems sets the ComplianceItems field's value.

func (*ListComplianceItemsOutput) SetNextToken added in v1.10.25

SetNextToken sets the NextToken field's value.

func (ListComplianceItemsOutput) String added in v1.10.25

func (s ListComplianceItemsOutput) 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 ListComplianceSummariesInput added in v1.10.25

type ListComplianceSummariesInput struct {

	// One or more compliance or inventory filters. Use a filter to return a more
	// specific list of results.
	Filters []*ComplianceStringFilter `type:"list"`

	// The maximum number of items to return for this call. Currently, you can specify
	// null or 50. The call also returns a token that you can specify in a subsequent
	// call to get the next set of results.
	MaxResults *int64 `min:"1" type:"integer"`

	// A token to start the list. Use this token to get the next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListComplianceSummariesInput) GoString added in v1.10.25

func (s ListComplianceSummariesInput) 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 (*ListComplianceSummariesInput) SetFilters added in v1.10.25

SetFilters sets the Filters field's value.

func (*ListComplianceSummariesInput) SetMaxResults added in v1.10.25

SetMaxResults sets the MaxResults field's value.

func (*ListComplianceSummariesInput) SetNextToken added in v1.10.25

SetNextToken sets the NextToken field's value.

func (ListComplianceSummariesInput) String added in v1.10.25

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 (*ListComplianceSummariesInput) Validate added in v1.10.25

func (s *ListComplianceSummariesInput) Validate() error

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

type ListComplianceSummariesOutput added in v1.10.25

type ListComplianceSummariesOutput struct {

	// A list of compliant and non-compliant summary counts based on compliance
	// types. For example, this call returns State Manager associations, patches,
	// or custom compliance types according to the filter criteria that you specified.
	ComplianceSummaryItems []*ComplianceSummaryItem `type:"list"`

	// The token for the next set of items to return. Use this token to get the
	// next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListComplianceSummariesOutput) GoString added in v1.10.25

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 (*ListComplianceSummariesOutput) SetComplianceSummaryItems added in v1.10.25

SetComplianceSummaryItems sets the ComplianceSummaryItems field's value.

func (*ListComplianceSummariesOutput) SetNextToken added in v1.10.25

SetNextToken sets the NextToken field's value.

func (ListComplianceSummariesOutput) String added in v1.10.25

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 ListDocumentMetadataHistoryInput added in v1.36.9

type ListDocumentMetadataHistoryInput struct {

	// The version of the change template.
	DocumentVersion *string `type:"string"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// The type of data for which details are being requested. Currently, the only
	// supported value is DocumentReviews.
	//
	// Metadata is a required field
	Metadata *string `type:"string" required:"true" enum:"DocumentMetadataEnum"`

	// The name of the change template.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListDocumentMetadataHistoryInput) GoString added in v1.36.9

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 (*ListDocumentMetadataHistoryInput) SetDocumentVersion added in v1.36.9

SetDocumentVersion sets the DocumentVersion field's value.

func (*ListDocumentMetadataHistoryInput) SetMaxResults added in v1.36.9

SetMaxResults sets the MaxResults field's value.

func (*ListDocumentMetadataHistoryInput) SetMetadata added in v1.36.9

SetMetadata sets the Metadata field's value.

func (*ListDocumentMetadataHistoryInput) SetName added in v1.36.9

SetName sets the Name field's value.

func (*ListDocumentMetadataHistoryInput) SetNextToken added in v1.36.9

SetNextToken sets the NextToken field's value.

func (ListDocumentMetadataHistoryInput) String added in v1.36.9

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 (*ListDocumentMetadataHistoryInput) Validate added in v1.36.9

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

type ListDocumentMetadataHistoryOutput added in v1.36.9

type ListDocumentMetadataHistoryOutput struct {

	// The user ID of the person in the organization who requested the review of
	// the change template.
	Author *string `type:"string"`

	// The version of the change template.
	DocumentVersion *string `type:"string"`

	// Information about the response to the change template approval request.
	Metadata *DocumentMetadataResponseInfo `type:"structure"`

	// The name of the change template.
	Name *string `type:"string"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListDocumentMetadataHistoryOutput) GoString added in v1.36.9

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 (*ListDocumentMetadataHistoryOutput) SetAuthor added in v1.36.9

SetAuthor sets the Author field's value.

func (*ListDocumentMetadataHistoryOutput) SetDocumentVersion added in v1.36.9

SetDocumentVersion sets the DocumentVersion field's value.

func (*ListDocumentMetadataHistoryOutput) SetMetadata added in v1.36.9

SetMetadata sets the Metadata field's value.

func (*ListDocumentMetadataHistoryOutput) SetName added in v1.36.9

SetName sets the Name field's value.

func (*ListDocumentMetadataHistoryOutput) SetNextToken added in v1.36.9

SetNextToken sets the NextToken field's value.

func (ListDocumentMetadataHistoryOutput) String added in v1.36.9

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 ListDocumentVersionsInput added in v1.5.13

type ListDocumentVersionsInput struct {

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// The name of the document. You can specify an Amazon Resource Name (ARN).
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListDocumentVersionsInput) GoString added in v1.5.13

func (s ListDocumentVersionsInput) 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 (*ListDocumentVersionsInput) SetMaxResults added in v1.5.13

SetMaxResults sets the MaxResults field's value.

func (*ListDocumentVersionsInput) SetName added in v1.5.13

SetName sets the Name field's value.

func (*ListDocumentVersionsInput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (ListDocumentVersionsInput) String added in v1.5.13

func (s ListDocumentVersionsInput) 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 (*ListDocumentVersionsInput) Validate added in v1.5.13

func (s *ListDocumentVersionsInput) Validate() error

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

type ListDocumentVersionsOutput added in v1.5.13

type ListDocumentVersionsOutput struct {

	// The document versions.
	DocumentVersions []*DocumentVersionInfo `min:"1" type:"list"`

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListDocumentVersionsOutput) GoString added in v1.5.13

func (s ListDocumentVersionsOutput) 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 (*ListDocumentVersionsOutput) SetDocumentVersions added in v1.5.13

SetDocumentVersions sets the DocumentVersions field's value.

func (*ListDocumentVersionsOutput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (ListDocumentVersionsOutput) String added in v1.5.13

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 ListDocumentsInput

type ListDocumentsInput struct {

	// This data type is deprecated. Instead, use Filters.
	DocumentFilterList []*DocumentFilter `min:"1" type:"list"`

	// One or more DocumentKeyValuesFilter objects. Use a filter to return a more
	// specific list of results. For keys, you can specify one or more key-value
	// pair tags that have been applied to a document. Other valid keys include
	// Owner, Name, PlatformTypes, DocumentType, and TargetType. For example, to
	// return documents you own use Key=Owner,Values=Self. To specify a custom key-value
	// pair, use the format Key=tag:tagName,Values=valueName.
	//
	// This API operation only supports filtering documents by using a single tag
	// key and one or more tag values. For example: Key=tag:tagName,Values=valueName1,valueName2
	Filters []*DocumentKeyValuesFilter `type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListDocumentsInput) GoString added in v0.6.5

func (s ListDocumentsInput) 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 (*ListDocumentsInput) SetDocumentFilterList added in v1.5.0

func (s *ListDocumentsInput) SetDocumentFilterList(v []*DocumentFilter) *ListDocumentsInput

SetDocumentFilterList sets the DocumentFilterList field's value.

func (*ListDocumentsInput) SetFilters added in v1.12.4

SetFilters sets the Filters field's value.

func (*ListDocumentsInput) SetMaxResults added in v1.5.0

func (s *ListDocumentsInput) SetMaxResults(v int64) *ListDocumentsInput

SetMaxResults sets the MaxResults field's value.

func (*ListDocumentsInput) SetNextToken added in v1.5.0

func (s *ListDocumentsInput) SetNextToken(v string) *ListDocumentsInput

SetNextToken sets the NextToken field's value.

func (ListDocumentsInput) String added in v0.6.5

func (s ListDocumentsInput) 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 (*ListDocumentsInput) Validate added in v1.1.21

func (s *ListDocumentsInput) Validate() error

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

type ListDocumentsOutput

type ListDocumentsOutput struct {

	// The names of the SSM documents.
	DocumentIdentifiers []*DocumentIdentifier `type:"list"`

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListDocumentsOutput) GoString added in v0.6.5

func (s ListDocumentsOutput) 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 (*ListDocumentsOutput) SetDocumentIdentifiers added in v1.5.0

func (s *ListDocumentsOutput) SetDocumentIdentifiers(v []*DocumentIdentifier) *ListDocumentsOutput

SetDocumentIdentifiers sets the DocumentIdentifiers field's value.

func (*ListDocumentsOutput) SetNextToken added in v1.5.0

func (s *ListDocumentsOutput) SetNextToken(v string) *ListDocumentsOutput

SetNextToken sets the NextToken field's value.

func (ListDocumentsOutput) String added in v0.6.5

func (s ListDocumentsOutput) 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 ListInventoryEntriesInput added in v1.5.13

type ListInventoryEntriesInput struct {

	// One or more filters. Use a filter to return a more specific list of results.
	Filters []*InventoryFilter `min:"1" type:"list"`

	// The managed node ID for which you want inventory information.
	//
	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`

	// The type of inventory item for which you want information.
	//
	// TypeName is a required field
	TypeName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListInventoryEntriesInput) GoString added in v1.5.13

func (s ListInventoryEntriesInput) 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 (*ListInventoryEntriesInput) SetFilters added in v1.5.13

SetFilters sets the Filters field's value.

func (*ListInventoryEntriesInput) SetInstanceId added in v1.5.13

SetInstanceId sets the InstanceId field's value.

func (*ListInventoryEntriesInput) SetMaxResults added in v1.5.13

SetMaxResults sets the MaxResults field's value.

func (*ListInventoryEntriesInput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (*ListInventoryEntriesInput) SetTypeName added in v1.5.13

SetTypeName sets the TypeName field's value.

func (ListInventoryEntriesInput) String added in v1.5.13

func (s ListInventoryEntriesInput) 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 (*ListInventoryEntriesInput) Validate added in v1.5.13

func (s *ListInventoryEntriesInput) Validate() error

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

type ListInventoryEntriesOutput added in v1.5.13

type ListInventoryEntriesOutput struct {

	// The time that inventory information was collected for the managed nodes.
	CaptureTime *string `type:"string"`

	// A list of inventory items on the managed nodes.
	Entries []map[string]*string `type:"list"`

	// The managed node ID targeted by the request to query inventory information.
	InstanceId *string `type:"string"`

	// The token to use when requesting the next set of items. If there are no additional
	// items to return, the string is empty.
	NextToken *string `type:"string"`

	// The inventory schema version used by the managed nodes.
	SchemaVersion *string `type:"string"`

	// The type of inventory item returned by the request.
	TypeName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListInventoryEntriesOutput) GoString added in v1.5.13

func (s ListInventoryEntriesOutput) 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 (*ListInventoryEntriesOutput) SetCaptureTime added in v1.5.13

SetCaptureTime sets the CaptureTime field's value.

func (*ListInventoryEntriesOutput) SetEntries added in v1.5.13

SetEntries sets the Entries field's value.

func (*ListInventoryEntriesOutput) SetInstanceId added in v1.5.13

SetInstanceId sets the InstanceId field's value.

func (*ListInventoryEntriesOutput) SetNextToken added in v1.5.13

SetNextToken sets the NextToken field's value.

func (*ListInventoryEntriesOutput) SetSchemaVersion added in v1.5.13

SetSchemaVersion sets the SchemaVersion field's value.

func (*ListInventoryEntriesOutput) SetTypeName added in v1.5.13

SetTypeName sets the TypeName field's value.

func (ListInventoryEntriesOutput) String added in v1.5.13

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 ListOpsItemEventsInput added in v1.36.9

type ListOpsItemEventsInput struct {

	// One or more OpsItem filters. Use a filter to return a more specific list
	// of results.
	Filters []*OpsItemEventFilter `type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// A token to start the list. Use this token to get the next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListOpsItemEventsInput) GoString added in v1.36.9

func (s ListOpsItemEventsInput) 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 (*ListOpsItemEventsInput) SetFilters added in v1.36.9

SetFilters sets the Filters field's value.

func (*ListOpsItemEventsInput) SetMaxResults added in v1.36.9

SetMaxResults sets the MaxResults field's value.

func (*ListOpsItemEventsInput) SetNextToken added in v1.36.9

SetNextToken sets the NextToken field's value.

func (ListOpsItemEventsInput) String added in v1.36.9

func (s ListOpsItemEventsInput) 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 (*ListOpsItemEventsInput) Validate added in v1.36.9

func (s *ListOpsItemEventsInput) Validate() error

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

type ListOpsItemEventsOutput added in v1.36.9

type ListOpsItemEventsOutput struct {

	// The token for the next set of items to return. Use this token to get the
	// next set of results.
	NextToken *string `type:"string"`

	// A list of event information for the specified OpsItems.
	Summaries []*OpsItemEventSummary `type:"list"`
	// contains filtered or unexported fields
}

func (ListOpsItemEventsOutput) GoString added in v1.36.9

func (s ListOpsItemEventsOutput) 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 (*ListOpsItemEventsOutput) SetNextToken added in v1.36.9

SetNextToken sets the NextToken field's value.

func (*ListOpsItemEventsOutput) SetSummaries added in v1.36.9

SetSummaries sets the Summaries field's value.

func (ListOpsItemEventsOutput) String added in v1.36.9

func (s ListOpsItemEventsOutput) 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 ListOpsItemRelatedItemsInput added in v1.38.37

type ListOpsItemRelatedItemsInput struct {

	// One or more OpsItem filters. Use a filter to return a more specific list
	// of results.
	Filters []*OpsItemRelatedItemsFilter `type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// The token for the next set of items to return. (You received this token from
	// a previous call.)
	NextToken *string `type:"string"`

	// The ID of the OpsItem for which you want to list all related-item resources.
	OpsItemId *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListOpsItemRelatedItemsInput) GoString added in v1.38.37

func (s ListOpsItemRelatedItemsInput) 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 (*ListOpsItemRelatedItemsInput) SetFilters added in v1.38.37

SetFilters sets the Filters field's value.

func (*ListOpsItemRelatedItemsInput) SetMaxResults added in v1.38.37

SetMaxResults sets the MaxResults field's value.

func (*ListOpsItemRelatedItemsInput) SetNextToken added in v1.38.37

SetNextToken sets the NextToken field's value.

func (*ListOpsItemRelatedItemsInput) SetOpsItemId added in v1.38.37

SetOpsItemId sets the OpsItemId field's value.

func (ListOpsItemRelatedItemsInput) String added in v1.38.37

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 (*ListOpsItemRelatedItemsInput) Validate added in v1.38.37

func (s *ListOpsItemRelatedItemsInput) Validate() error

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

type ListOpsItemRelatedItemsOutput added in v1.38.37

type ListOpsItemRelatedItemsOutput struct {

	// The token for the next set of items to return. Use this token to get the
	// next set of results.
	NextToken *string `type:"string"`

	// A list of related-item resources for the specified OpsItem.
	Summaries []*OpsItemRelatedItemSummary `type:"list"`
	// contains filtered or unexported fields
}

func (ListOpsItemRelatedItemsOutput) GoString added in v1.38.37

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 (*ListOpsItemRelatedItemsOutput) SetNextToken added in v1.38.37

SetNextToken sets the NextToken field's value.

func (*ListOpsItemRelatedItemsOutput) SetSummaries added in v1.38.37

SetSummaries sets the Summaries field's value.

func (ListOpsItemRelatedItemsOutput) String added in v1.38.37

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 ListOpsMetadataInput added in v1.36.2

type ListOpsMetadataInput struct {

	// One or more filters to limit the number of OpsMetadata objects returned by
	// the call.
	Filters []*OpsMetadataFilter `type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// A token to start the list. Use this token to get the next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListOpsMetadataInput) GoString added in v1.36.2

func (s ListOpsMetadataInput) 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 (*ListOpsMetadataInput) SetFilters added in v1.36.2

SetFilters sets the Filters field's value.

func (*ListOpsMetadataInput) SetMaxResults added in v1.36.2

func (s *ListOpsMetadataInput) SetMaxResults(v int64) *ListOpsMetadataInput

SetMaxResults sets the MaxResults field's value.

func (*ListOpsMetadataInput) SetNextToken added in v1.36.2

func (s *ListOpsMetadataInput) SetNextToken(v string) *ListOpsMetadataInput

SetNextToken sets the NextToken field's value.

func (ListOpsMetadataInput) String added in v1.36.2

func (s ListOpsMetadataInput) 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 (*ListOpsMetadataInput) Validate added in v1.36.2

func (s *ListOpsMetadataInput) Validate() error

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

type ListOpsMetadataOutput added in v1.36.2

type ListOpsMetadataOutput struct {

	// The token for the next set of items to return. Use this token to get the
	// next set of results.
	NextToken *string `type:"string"`

	// Returns a list of OpsMetadata objects.
	OpsMetadataList []*OpsMetadata `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (ListOpsMetadataOutput) GoString added in v1.36.2

func (s ListOpsMetadataOutput) 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 (*ListOpsMetadataOutput) SetNextToken added in v1.36.2

SetNextToken sets the NextToken field's value.

func (*ListOpsMetadataOutput) SetOpsMetadataList added in v1.36.2

func (s *ListOpsMetadataOutput) SetOpsMetadataList(v []*OpsMetadata) *ListOpsMetadataOutput

SetOpsMetadataList sets the OpsMetadataList field's value.

func (ListOpsMetadataOutput) String added in v1.36.2

func (s ListOpsMetadataOutput) 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 ListResourceComplianceSummariesInput added in v1.10.25

type ListResourceComplianceSummariesInput struct {

	// One or more filters. Use a filter to return a more specific list of results.
	Filters []*ComplianceStringFilter `type:"list"`

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// A token to start the list. Use this token to get the next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListResourceComplianceSummariesInput) GoString added in v1.10.25

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 (*ListResourceComplianceSummariesInput) SetFilters added in v1.10.25

SetFilters sets the Filters field's value.

func (*ListResourceComplianceSummariesInput) SetMaxResults added in v1.10.25

SetMaxResults sets the MaxResults field's value.

func (*ListResourceComplianceSummariesInput) SetNextToken added in v1.10.25

SetNextToken sets the NextToken field's value.

func (ListResourceComplianceSummariesInput) String added in v1.10.25

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 (*ListResourceComplianceSummariesInput) Validate added in v1.10.25

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

type ListResourceComplianceSummariesOutput added in v1.10.25

type ListResourceComplianceSummariesOutput struct {

	// The token for the next set of items to return. Use this token to get the
	// next set of results.
	NextToken *string `type:"string"`

	// A summary count for specified or targeted managed nodes. Summary count includes
	// information about compliant and non-compliant State Manager associations,
	// patch status, or custom items according to the filter criteria that you specify.
	ResourceComplianceSummaryItems []*ResourceComplianceSummaryItem `type:"list"`
	// contains filtered or unexported fields
}

func (ListResourceComplianceSummariesOutput) GoString added in v1.10.25

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 (*ListResourceComplianceSummariesOutput) SetNextToken added in v1.10.25

SetNextToken sets the NextToken field's value.

func (*ListResourceComplianceSummariesOutput) SetResourceComplianceSummaryItems added in v1.10.25

SetResourceComplianceSummaryItems sets the ResourceComplianceSummaryItems field's value.

func (ListResourceComplianceSummariesOutput) String added in v1.10.25

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 ListResourceDataSyncInput added in v1.10.5

type ListResourceDataSyncInput struct {

	// The maximum number of items to return for this call. The call also returns
	// a token that you can specify in a subsequent call to get the next set of
	// results.
	MaxResults *int64 `min:"1" type:"integer"`

	// A token to start the list. Use this token to get the next set of results.
	NextToken *string `type:"string"`

	// View a list of resource data syncs according to the sync type. Specify SyncToDestination
	// to view resource data syncs that synchronize data to an Amazon S3 bucket.
	// Specify SyncFromSource to view resource data syncs from Organizations or
	// from multiple Amazon Web Services Regions.
	SyncType *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListResourceDataSyncInput) GoString added in v1.10.5

func (s ListResourceDataSyncInput) 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 (*ListResourceDataSyncInput) SetMaxResults added in v1.10.5

SetMaxResults sets the MaxResults field's value.

func (*ListResourceDataSyncInput) SetNextToken added in v1.10.5

SetNextToken sets the NextToken field's value.

func (*ListResourceDataSyncInput) SetSyncType added in v1.25.37

SetSyncType sets the SyncType field's value.

func (ListResourceDataSyncInput) String added in v1.10.5

func (s ListResourceDataSyncInput) 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 (*ListResourceDataSyncInput) Validate added in v1.10.5

func (s *ListResourceDataSyncInput) Validate() error

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

type ListResourceDataSyncOutput added in v1.10.5

type ListResourceDataSyncOutput struct {

	// The token for the next set of items to return. Use this token to get the
	// next set of results.
	NextToken *string `type:"string"`

	// A list of your current resource data sync configurations and their statuses.
	ResourceDataSyncItems []*ResourceDataSyncItem `type:"list"`
	// contains filtered or unexported fields
}

func (ListResourceDataSyncOutput) GoString added in v1.10.5

func (s ListResourceDataSyncOutput) 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 (*ListResourceDataSyncOutput) SetNextToken added in v1.10.5

SetNextToken sets the NextToken field's value.

func (*ListResourceDataSyncOutput) SetResourceDataSyncItems added in v1.10.5

SetResourceDataSyncItems sets the ResourceDataSyncItems field's value.

func (ListResourceDataSyncOutput) String added in v1.10.5

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 ListTagsForResourceInput added in v1.2.2

type ListTagsForResourceInput struct {

	// The resource ID for which you want to see a list of tags.
	//
	// ResourceId is a required field
	ResourceId *string `type:"string" required:"true"`

	// Returns a list of tags for a specific resource type.
	//
	// ResourceType is a required field
	ResourceType *string `type:"string" required:"true" enum:"ResourceTypeForTagging"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString added in v1.2.2

func (s ListTagsForResourceInput) 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 (*ListTagsForResourceInput) SetResourceId added in v1.5.0

SetResourceId sets the ResourceId field's value.

func (*ListTagsForResourceInput) SetResourceType added in v1.5.0

SetResourceType sets the ResourceType field's value.

func (ListTagsForResourceInput) String added in v1.2.2

func (s ListTagsForResourceInput) 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 (*ListTagsForResourceInput) Validate added in v1.2.2

func (s *ListTagsForResourceInput) Validate() error

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

type ListTagsForResourceOutput added in v1.2.2

type ListTagsForResourceOutput struct {

	// A list of tags.
	TagList []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString added in v1.2.2

func (s ListTagsForResourceOutput) 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 (*ListTagsForResourceOutput) SetTagList added in v1.5.0

SetTagList sets the TagList field's value.

func (ListTagsForResourceOutput) String added in v1.2.2

func (s ListTagsForResourceOutput) 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 LoggingInfo added in v1.5.13

type LoggingInfo struct {

	// The name of an S3 bucket where execution logs are stored.
	//
	// S3BucketName is a required field
	S3BucketName *string `min:"3" type:"string" required:"true"`

	// (Optional) The S3 bucket subfolder.
	S3KeyPrefix *string `type:"string"`

	// The Amazon Web Services Region where the S3 bucket is located.
	//
	// S3Region is a required field
	S3Region *string `min:"3" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Information about an Amazon Simple Storage Service (Amazon S3) bucket to write managed node-level logs to.

LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

func (LoggingInfo) GoString added in v1.5.13

func (s LoggingInfo) 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 (*LoggingInfo) SetS3BucketName added in v1.5.13

func (s *LoggingInfo) SetS3BucketName(v string) *LoggingInfo

SetS3BucketName sets the S3BucketName field's value.

func (*LoggingInfo) SetS3KeyPrefix added in v1.5.13

func (s *LoggingInfo) SetS3KeyPrefix(v string) *LoggingInfo

SetS3KeyPrefix sets the S3KeyPrefix field's value.

func (*LoggingInfo) SetS3Region added in v1.5.13

func (s *LoggingInfo) SetS3Region(v string) *LoggingInfo

SetS3Region sets the S3Region field's value.

func (LoggingInfo) String added in v1.5.13

func (s LoggingInfo) 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 (*LoggingInfo) Validate added in v1.5.13

func (s *LoggingInfo) Validate() error

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

type MaintenanceWindowAutomationParameters added in v1.10.25

type MaintenanceWindowAutomationParameters struct {

	// The version of an Automation runbook to use during task execution.
	DocumentVersion *string `type:"string"`

	// The parameters for the AUTOMATION task.
	//
	// For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow
	// and UpdateMaintenanceWindowTask.
	//
	// LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service
	// (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and
	// OutputS3KeyPrefix options in the TaskInvocationParameters structure. For
	// information about how Amazon Web Services Systems Manager handles these options
	// for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
	//
	// TaskParameters has been deprecated. To specify parameters to pass to a task
	// when it runs, instead use the Parameters option in the TaskInvocationParameters
	// structure. For information about how Systems Manager handles these options
	// for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
	//
	// For AUTOMATION task types, Amazon Web Services Systems Manager ignores any
	// values specified for these parameters.
	Parameters map[string][]*string `min:"1" type:"map"`
	// contains filtered or unexported fields
}

The parameters for an AUTOMATION task type.

func (MaintenanceWindowAutomationParameters) GoString added in v1.10.25

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 (*MaintenanceWindowAutomationParameters) SetDocumentVersion added in v1.10.25

SetDocumentVersion sets the DocumentVersion field's value.

func (*MaintenanceWindowAutomationParameters) SetParameters added in v1.10.25

SetParameters sets the Parameters field's value.

func (MaintenanceWindowAutomationParameters) String added in v1.10.25

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 (*MaintenanceWindowAutomationParameters) Validate added in v1.10.25

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

type MaintenanceWindowExecution added in v1.5.13

type MaintenanceWindowExecution struct {

	// The time the execution finished.
	EndTime *time.Time `type:"timestamp"`

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

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

	// The details explaining the status. Not available for all status values.
	StatusDetails *string `type:"string"`

	// The ID of the maintenance window execution.
	WindowExecutionId *string `min:"36" type:"string"`

	// The ID of the maintenance window.
	WindowId *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

Describes the information about an execution of a maintenance window.

func (MaintenanceWindowExecution) GoString added in v1.5.13

func (s MaintenanceWindowExecution) 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 (*MaintenanceWindowExecution) SetEndTime added in v1.5.13

SetEndTime sets the EndTime field's value.

func (*MaintenanceWindowExecution) SetStartTime added in v1.5.13

SetStartTime sets the StartTime field's value.

func (*MaintenanceWindowExecution) SetStatus added in v1.5.13

SetStatus sets the Status field's value.

func (*MaintenanceWindowExecution) SetStatusDetails added in v1.5.13

SetStatusDetails sets the StatusDetails field's value.

func (*MaintenanceWindowExecution) SetWindowExecutionId added in v1.5.13

func (s *MaintenanceWindowExecution) SetWindowExecutionId(v string) *MaintenanceWindowExecution

SetWindowExecutionId sets the WindowExecutionId field's value.

func (*MaintenanceWindowExecution) SetWindowId added in v1.5.13

SetWindowId sets the WindowId field's value.

func (MaintenanceWindowExecution) String added in v1.5.13

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 MaintenanceWindowExecutionTaskIdentity added in v1.5.13

type MaintenanceWindowExecutionTaskIdentity struct {

	// The details for the CloudWatch alarm applied to your maintenance window task.
	AlarmConfiguration *AlarmConfiguration `type:"structure"`

	// The time the task execution finished.
	EndTime *time.Time `type:"timestamp"`

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

	// The status of the task execution.
	Status *string `type:"string" enum:"MaintenanceWindowExecutionStatus"`

	// The details explaining the status of the task execution. Not available for
	// all status values.
	StatusDetails *string `type:"string"`

	// The Amazon Resource Name (ARN) of the task that ran.
	TaskArn *string `min:"1" type:"string"`

	// The ID of the specific task execution in the maintenance window execution.
	TaskExecutionId *string `min:"36" type:"string"`

	// The type of task that ran.
	TaskType *string `type:"string" enum:"MaintenanceWindowTaskType"`

	// The CloudWatch alarm that was invoked by the maintenance window task.
	TriggeredAlarms []*AlarmStateInformation `min:"1" type:"list"`

	// The ID of the maintenance window execution that ran the task.
	WindowExecutionId *string `min:"36" type:"string"`
	// contains filtered or unexported fields
}

Information about a task execution performed as part of a maintenance window execution.

func (MaintenanceWindowExecutionTaskIdentity) GoString added in v1.5.13

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 (*MaintenanceWindowExecutionTaskIdentity) SetAlarmConfiguration added in v1.44.106

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*MaintenanceWindowExecutionTaskIdentity) SetEndTime added in v1.5.13

SetEndTime sets the EndTime field's value.

func (*MaintenanceWindowExecutionTaskIdentity) SetStartTime added in v1.5.13

SetStartTime sets the StartTime field's value.

func (*MaintenanceWindowExecutionTaskIdentity) SetStatus added in v1.5.13

SetStatus sets the Status field's value.

func (*MaintenanceWindowExecutionTaskIdentity) SetStatusDetails added in v1.5.13

SetStatusDetails sets the StatusDetails field's value.

func (*MaintenanceWindowExecutionTaskIdentity) SetTaskArn added in v1.5.13

SetTaskArn sets the TaskArn field's value.

func (*MaintenanceWindowExecutionTaskIdentity) SetTaskExecutionId added in v1.5.13

SetTaskExecutionId sets the TaskExecutionId field's value.

func (*MaintenanceWindowExecutionTaskIdentity) SetTaskType added in v1.5.13

SetTaskType sets the TaskType field's value.

func (*MaintenanceWindowExecutionTaskIdentity) SetTriggeredAlarms added in v1.44.106

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (*MaintenanceWindowExecutionTaskIdentity) SetWindowExecutionId added in v1.5.13

SetWindowExecutionId sets the WindowExecutionId field's value.

func (MaintenanceWindowExecutionTaskIdentity) String added in v1.5.13

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 MaintenanceWindowExecutionTaskInvocationIdentity added in v1.5.13

type MaintenanceWindowExecutionTaskInvocationIdentity struct {

	// The time the invocation finished.
	EndTime *time.Time `type:"timestamp"`

	// The ID of the action performed in the service that actually handled the task
	// invocation. If the task type is RUN_COMMAND, this value is the command ID.
	ExecutionId *string `type:"string"`

	// The ID of the task invocation.
	InvocationId *string `min:"36" type:"string"`

	// User-provided value that was specified when the target was registered with
	// the maintenance window. This was also included in any Amazon CloudWatch Events
	// events raised during the task invocation.
	//
	// OwnerInformation is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by MaintenanceWindowExecutionTaskInvocationIdentity's
	// String and GoString methods.
	OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

	// The parameters that were provided for the invocation when it was run.
	//
	// Parameters is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by MaintenanceWindowExecutionTaskInvocationIdentity's
	// String and GoString methods.
	Parameters *string `type:"string" sensitive:"true"`

	// The time the invocation started.
	StartTime *time.Time `type:"timestamp"`

	// The status of the task invocation.
	Status *string `type:"string" enum:"MaintenanceWindowExecutionStatus"`

	// The details explaining the status of the task invocation. Not available for
	// all status values.
	StatusDetails *string `type:"string"`

	// The ID of the specific task execution in the maintenance window execution.
	TaskExecutionId *string `min:"36" type:"string"`

	// The task type.
	TaskType *string `type:"string" enum:"MaintenanceWindowTaskType"`

	// The ID of the maintenance window execution that ran the task.
	WindowExecutionId *string `min:"36" type:"string"`

	// The ID of the target definition in this maintenance window the invocation
	// was performed for.
	WindowTargetId *string `type:"string"`
	// contains filtered or unexported fields
}

Describes the information about a task invocation for a particular target as part of a task execution performed as part of a maintenance window execution.

func (MaintenanceWindowExecutionTaskInvocationIdentity) GoString added in v1.5.13

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 (*MaintenanceWindowExecutionTaskInvocationIdentity) SetEndTime added in v1.5.13

SetEndTime sets the EndTime field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetExecutionId added in v1.5.13

SetExecutionId sets the ExecutionId field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetInvocationId added in v1.5.13

SetInvocationId sets the InvocationId field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetOwnerInformation added in v1.5.13

SetOwnerInformation sets the OwnerInformation field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetParameters added in v1.5.13

SetParameters sets the Parameters field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetStartTime added in v1.5.13

SetStartTime sets the StartTime field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetStatus added in v1.5.13

SetStatus sets the Status field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetStatusDetails added in v1.5.13

SetStatusDetails sets the StatusDetails field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetTaskExecutionId added in v1.5.13

SetTaskExecutionId sets the TaskExecutionId field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetTaskType added in v1.10.25

SetTaskType sets the TaskType field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetWindowExecutionId added in v1.5.13

SetWindowExecutionId sets the WindowExecutionId field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetWindowTargetId added in v1.5.13

SetWindowTargetId sets the WindowTargetId field's value.

func (MaintenanceWindowExecutionTaskInvocationIdentity) String added in v1.5.13

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 MaintenanceWindowFilter added in v1.5.13

type MaintenanceWindowFilter struct {

	// The name of the filter.
	Key *string `min:"1" type:"string"`

	// The filter values.
	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

Filter used in the request. Supported filter keys depend on the API operation that includes the filter. API operations that use MaintenanceWindowFilter> include the following:

  • DescribeMaintenanceWindowExecutions

  • DescribeMaintenanceWindowExecutionTaskInvocations

  • DescribeMaintenanceWindowExecutionTasks

  • DescribeMaintenanceWindows

  • DescribeMaintenanceWindowTargets

  • DescribeMaintenanceWindowTasks

func (MaintenanceWindowFilter) GoString added in v1.5.13

func (s MaintenanceWindowFilter) 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 (*MaintenanceWindowFilter) SetKey added in v1.5.13

SetKey sets the Key field's value.

func (*MaintenanceWindowFilter) SetValues added in v1.5.13

SetValues sets the Values field's value.

func (MaintenanceWindowFilter) String added in v1.5.13

func (s MaintenanceWindowFilter) 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 (*MaintenanceWindowFilter) Validate added in v1.5.13

func (s *MaintenanceWindowFilter) Validate() error

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

type MaintenanceWindowIdentity added in v1.5.13

type MaintenanceWindowIdentity struct {

	// The number of hours before the end of the maintenance window that Amazon
	// Web Services Systems Manager stops scheduling new tasks for execution.
	Cutoff *int64 `type:"integer"`

	// A description of the maintenance window.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by MaintenanceWindowIdentity's
	// String and GoString methods.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// The duration of the maintenance window in hours.
	Duration *int64 `min:"1" type:"integer"`

	// Indicates whether the maintenance window is enabled.
	Enabled *bool `type:"boolean"`

	// The date and time, in ISO-8601 Extended format, for when the maintenance
	// window is scheduled to become inactive.
	EndDate *string `type:"string"`

	// The name of the maintenance window.
	Name *string `min:"3" type:"string"`

	// The next time the maintenance window will actually run, taking into account
	// any specified times for the maintenance window to become active or inactive.
	NextExecutionTime *string `type:"string"`

	// The schedule of the maintenance window in the form of a cron or rate expression.
	Schedule *string `min:"1" type:"string"`

	// The number of days to wait to run a maintenance window after the scheduled
	// cron expression date and time.
	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.
	ScheduleTimezone *string `type:"string"`

	// The date and time, in ISO-8601 Extended format, for when the maintenance
	// window is scheduled to become active.
	StartDate *string `type:"string"`

	// The ID of the maintenance window.
	WindowId *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

Information about the maintenance window.

func (MaintenanceWindowIdentity) GoString added in v1.5.13

func (s MaintenanceWindowIdentity) 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 (*MaintenanceWindowIdentity) SetCutoff added in v1.5.13

SetCutoff sets the Cutoff field's value.

func (*MaintenanceWindowIdentity) SetDescription added in v1.10.25

SetDescription sets the Description field's value.

func (*MaintenanceWindowIdentity) SetDuration added in v1.5.13

SetDuration sets the Duration field's value.

func (*MaintenanceWindowIdentity) SetEnabled added in v1.5.13

SetEnabled sets the Enabled field's value.

func (*MaintenanceWindowIdentity) SetEndDate added in v1.15.51

SetEndDate sets the EndDate field's value.

func (*MaintenanceWindowIdentity) SetName added in v1.5.13

SetName sets the Name field's value.

func (*MaintenanceWindowIdentity) SetNextExecutionTime added in v1.15.51

func (s *MaintenanceWindowIdentity) SetNextExecutionTime(v string) *MaintenanceWindowIdentity

SetNextExecutionTime sets the NextExecutionTime field's value.

func (*MaintenanceWindowIdentity) SetSchedule added in v1.15.51

SetSchedule sets the Schedule field's value.

func (*MaintenanceWindowIdentity) SetScheduleOffset added in v1.32.5

SetScheduleOffset sets the ScheduleOffset field's value.

func (*MaintenanceWindowIdentity) SetScheduleTimezone added in v1.15.51

func (s *MaintenanceWindowIdentity) SetScheduleTimezone(v string) *MaintenanceWindowIdentity

SetScheduleTimezone sets the ScheduleTimezone field's value.

func (*MaintenanceWindowIdentity) SetStartDate added in v1.15.51

SetStartDate sets the StartDate field's value.

func (*MaintenanceWindowIdentity) SetWindowId added in v1.5.13

SetWindowId sets the WindowId field's value.

func (MaintenanceWindowIdentity) String added in v1.5.13

func (s MaintenanceWindowIdentity) 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 MaintenanceWindowIdentityForTarget added in v1.15.51

type MaintenanceWindowIdentityForTarget struct {

	// The name of the maintenance window.
	Name *string `min:"3" type:"string"`

	// The ID of the maintenance window.
	WindowId *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

The maintenance window to which the specified target belongs.

func (MaintenanceWindowIdentityForTarget) GoString added in v1.15.51

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 (*MaintenanceWindowIdentityForTarget) SetName added in v1.15.51

SetName sets the Name field's value.

func (*MaintenanceWindowIdentityForTarget) SetWindowId added in v1.15.51

SetWindowId sets the WindowId field's value.

func (MaintenanceWindowIdentityForTarget) String added in v1.15.51

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 MaintenanceWindowLambdaParameters added in v1.10.25

type MaintenanceWindowLambdaParameters struct {

	// Pass client-specific information to the Lambda function that you are invoking.
	// You can then process the client information in your Lambda function as you
	// choose through the context variable.
	ClientContext *string `min:"1" type:"string"`

	// JSON to provide to your Lambda function as input.
	//
	// Payload is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by MaintenanceWindowLambdaParameters's
	// String and GoString methods.
	//
	// Payload is automatically base64 encoded/decoded by the SDK.
	Payload []byte `type:"blob" sensitive:"true"`

	// (Optional) Specify an Lambda function version or alias name. If you specify
	// a function version, the operation uses the qualified function Amazon Resource
	// Name (ARN) to invoke a specific Lambda function. If you specify an alias
	// name, the operation uses the alias ARN to invoke the Lambda function version
	// to which the alias points.
	Qualifier *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The parameters for a LAMBDA task type.

For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.

LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

For Lambda tasks, Systems Manager ignores any values specified for TaskParameters and LoggingInfo.

func (MaintenanceWindowLambdaParameters) GoString added in v1.10.25

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 (*MaintenanceWindowLambdaParameters) SetClientContext added in v1.10.25

SetClientContext sets the ClientContext field's value.

func (*MaintenanceWindowLambdaParameters) SetPayload added in v1.10.25

SetPayload sets the Payload field's value.

func (*MaintenanceWindowLambdaParameters) SetQualifier added in v1.10.25

SetQualifier sets the Qualifier field's value.

func (MaintenanceWindowLambdaParameters) String added in v1.10.25

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 (*MaintenanceWindowLambdaParameters) Validate added in v1.10.25

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

type MaintenanceWindowRunCommandParameters added in v1.10.25

type MaintenanceWindowRunCommandParameters struct {

	// Configuration options for sending command output to Amazon CloudWatch Logs.
	CloudWatchOutputConfig *CloudWatchOutputConfig `type:"structure"`

	// Information about the commands to run.
	Comment *string `type:"string"`

	// The SHA-256 or SHA-1 hash created by the system when the document was created.
	// SHA-1 hashes have been deprecated.
	DocumentHash *string `type:"string"`

	// SHA-256 or SHA-1. SHA-1 hashes have been deprecated.
	DocumentHashType *string `type:"string" enum:"DocumentHashType"`

	// The Amazon Web Services Systems Manager document (SSM document) version to
	// use in the request. You can specify $DEFAULT, $LATEST, or a specific version
	// number. If you run commands by using the Amazon Web Services CLI, then you
	// must escape the first two options by using a backslash. If you specify a
	// version number, then you don't need to use the backslash. For example:
	//
	// --document-version "\$DEFAULT"
	//
	// --document-version "\$LATEST"
	//
	// --document-version "3"
	DocumentVersion *string `type:"string"`

	// Configurations for sending notifications about command status changes on
	// a per-managed node basis.
	NotificationConfig *NotificationConfig `type:"structure"`

	// The name of the Amazon Simple Storage Service (Amazon S3) bucket.
	OutputS3BucketName *string `min:"3" type:"string"`

	// The S3 bucket subfolder.
	OutputS3KeyPrefix *string `type:"string"`

	// The parameters for the RUN_COMMAND task execution.
	//
	// Parameters is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by MaintenanceWindowRunCommandParameters's
	// String and GoString methods.
	Parameters map[string][]*string `type:"map" sensitive:"true"`

	// The Amazon Resource Name (ARN) of the Identity and Access Management (IAM)
	// service role to use to publish Amazon Simple Notification Service (Amazon
	// SNS) notifications for maintenance window Run Command tasks.
	ServiceRoleArn *string `type:"string"`

	// If this time is reached and the command hasn't already started running, it
	// doesn't run.
	TimeoutSeconds *int64 `min:"30" type:"integer"`
	// contains filtered or unexported fields
}

The parameters for a RUN_COMMAND task type.

For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.

LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

For RUN_COMMAND tasks, Systems Manager uses specified values for TaskParameters and LoggingInfo only if no values are specified for TaskInvocationParameters.

func (MaintenanceWindowRunCommandParameters) GoString added in v1.10.25

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 (*MaintenanceWindowRunCommandParameters) SetCloudWatchOutputConfig added in v1.26.4

SetCloudWatchOutputConfig sets the CloudWatchOutputConfig field's value.

func (*MaintenanceWindowRunCommandParameters) SetComment added in v1.10.25

SetComment sets the Comment field's value.

func (*MaintenanceWindowRunCommandParameters) SetDocumentHash added in v1.10.25

SetDocumentHash sets the DocumentHash field's value.

func (*MaintenanceWindowRunCommandParameters) SetDocumentHashType added in v1.10.25

SetDocumentHashType sets the DocumentHashType field's value.

func (*MaintenanceWindowRunCommandParameters) SetDocumentVersion added in v1.26.4

SetDocumentVersion sets the DocumentVersion field's value.

func (*MaintenanceWindowRunCommandParameters) SetNotificationConfig added in v1.10.25

SetNotificationConfig sets the NotificationConfig field's value.

func (*MaintenanceWindowRunCommandParameters) SetOutputS3BucketName added in v1.10.25

SetOutputS3BucketName sets the OutputS3BucketName field's value.

func (*MaintenanceWindowRunCommandParameters) SetOutputS3KeyPrefix added in v1.10.25

SetOutputS3KeyPrefix sets the OutputS3KeyPrefix field's value.

func (*MaintenanceWindowRunCommandParameters) SetParameters added in v1.10.25

SetParameters sets the Parameters field's value.

func (*MaintenanceWindowRunCommandParameters) SetServiceRoleArn added in v1.10.25

SetServiceRoleArn sets the ServiceRoleArn field's value.

func (*MaintenanceWindowRunCommandParameters) SetTimeoutSeconds added in v1.10.25

SetTimeoutSeconds sets the TimeoutSeconds field's value.

func (MaintenanceWindowRunCommandParameters) String added in v1.10.25

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 (*MaintenanceWindowRunCommandParameters) Validate added in v1.10.25

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

type MaintenanceWindowStepFunctionsParameters added in v1.10.25

type MaintenanceWindowStepFunctionsParameters struct {

	// The inputs for the STEP_FUNCTIONS task.
	//
	// Input is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by MaintenanceWindowStepFunctionsParameters's
	// String and GoString methods.
	Input *string `type:"string" sensitive:"true"`

	// The name of the STEP_FUNCTIONS task.
	Name *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The parameters for a STEP_FUNCTIONS task.

For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.

LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

For Step Functions tasks, Systems Manager ignores any values specified for TaskParameters and LoggingInfo.

func (MaintenanceWindowStepFunctionsParameters) GoString added in v1.10.25

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 (*MaintenanceWindowStepFunctionsParameters) SetInput added in v1.10.25

SetInput sets the Input field's value.

func (*MaintenanceWindowStepFunctionsParameters) SetName added in v1.10.25

SetName sets the Name field's value.

func (MaintenanceWindowStepFunctionsParameters) String added in v1.10.25

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 (*MaintenanceWindowStepFunctionsParameters) Validate added in v1.10.25

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

type MaintenanceWindowTarget added in v1.5.13

type MaintenanceWindowTarget struct {

	// A description for the target.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by MaintenanceWindowTarget's
	// String and GoString methods.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// The name for the maintenance window target.
	Name *string `min:"3" type:"string"`

	// A user-provided value that will be included in any Amazon CloudWatch Events
	// events that are raised while running tasks for these targets in this maintenance
	// window.
	//
	// OwnerInformation is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by MaintenanceWindowTarget's
	// String and GoString methods.
	OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

	// The type of target that is being registered with the maintenance window.
	ResourceType *string `type:"string" enum:"MaintenanceWindowResourceType"`

	// The targets, either managed nodes or tags.
	//
	// Specify managed nodes using the following format:
	//
	// Key=instanceids,Values=<instanceid1>,<instanceid2>
	//
	// Tags are specified using the following format:
	//
	// Key=<tag name>,Values=<tag value>.
	Targets []*Target `type:"list"`

	// The ID of the maintenance window to register the target with.
	WindowId *string `min:"20" type:"string"`

	// The ID of the target.
	WindowTargetId *string `min:"36" type:"string"`
	// contains filtered or unexported fields
}

The target registered with the maintenance window.

func (MaintenanceWindowTarget) GoString added in v1.5.13

func (s MaintenanceWindowTarget) 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 (*MaintenanceWindowTarget) SetDescription added in v1.10.25

SetDescription sets the Description field's value.

func (*MaintenanceWindowTarget) SetName added in v1.10.25

SetName sets the Name field's value.

func (*MaintenanceWindowTarget) SetOwnerInformation added in v1.5.13

func (s *MaintenanceWindowTarget) SetOwnerInformation(v string) *MaintenanceWindowTarget

SetOwnerInformation sets the OwnerInformation field's value.

func (*MaintenanceWindowTarget) SetResourceType added in v1.5.13

SetResourceType sets the ResourceType field's value.

func (*MaintenanceWindowTarget) SetTargets added in v1.5.13

SetTargets sets the Targets field's value.

func (*MaintenanceWindowTarget) SetWindowId added in v1.5.13

SetWindowId sets the WindowId field's value.

func (*MaintenanceWindowTarget) SetWindowTargetId added in v1.5.13

func (s *MaintenanceWindowTarget) SetWindowTargetId(v string) *MaintenanceWindowTarget

SetWindowTargetId sets the WindowTargetId field's value.

func (MaintenanceWindowTarget) String added in v1.5.13

func (s MaintenanceWindowTarget) 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 MaintenanceWindowTask added in v1.5.13

type MaintenanceWindowTask struct {

	// The details for the CloudWatch alarm applied to your maintenance window task.
	AlarmConfiguration *AlarmConfiguration `type:"structure"`

	// The specification for whether tasks should continue to run after the cutoff
	// time specified in the maintenance windows is reached.
	CutoffBehavior *string `type:"string" enum:"MaintenanceWindowTaskCutoffBehavior"`

	// A description of the task.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by MaintenanceWindowTask's
	// String and GoString methods.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// Information about an S3 bucket to write task-level logs to.
	//
	// LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service
	// (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and
	// OutputS3KeyPrefix options in the TaskInvocationParameters structure. For
	// information about how Amazon Web Services Systems Manager handles these options
	// for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
	LoggingInfo *LoggingInfo `type:"structure"`

	// The maximum number of targets this task can be run for, in parallel.
	//
	// Although this element is listed as "Required: No", a value can be omitted
	// only when you are registering or updating a targetless task (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html)
	// You must provide a value in all other cases.
	//
	// For maintenance window tasks without a target specified, you can't supply
	// a value for this option. Instead, the system inserts a placeholder value
	// of 1. This value doesn't affect the running of your task.
	MaxConcurrency *string `min:"1" type:"string"`

	// The maximum number of errors allowed before this task stops being scheduled.
	//
	// Although this element is listed as "Required: No", a value can be omitted
	// only when you are registering or updating a targetless task (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html)
	// You must provide a value in all other cases.
	//
	// For maintenance window tasks without a target specified, you can't supply
	// a value for this option. Instead, the system inserts a placeholder value
	// of 1. This value doesn't affect the running of your task.
	MaxErrors *string `min:"1" type:"string"`

	// The task name.
	Name *string `min:"3" type:"string"`

	// The priority of the task in the maintenance window. The lower the number,
	// the higher the priority. Tasks that have the same priority are scheduled
	// in parallel.
	Priority *int64 `type:"integer"`

	// The Amazon Resource Name (ARN) of the Identity and Access Management (IAM)
	// service role to use to publish Amazon Simple Notification Service (Amazon
	// SNS) notifications for maintenance window Run Command tasks.
	ServiceRoleArn *string `type:"string"`

	// The targets (either managed nodes or tags). Managed nodes are specified using
	// Key=instanceids,Values=<instanceid1>,<instanceid2>. Tags are specified using
	// Key=<tag name>,Values=<tag value>.
	Targets []*Target `type:"list"`

	// The resource that the task uses during execution. For RUN_COMMAND and AUTOMATION
	// task types, TaskArn is the Amazon Web Services Systems Manager (SSM document)
	// name or ARN. For LAMBDA tasks, it's the function name or ARN. For STEP_FUNCTIONS
	// tasks, it's the state machine ARN.
	TaskArn *string `min:"1" type:"string"`

	// The parameters that should be passed to the task when it is run.
	//
	// TaskParameters has been deprecated. To specify parameters to pass to a task
	// when it runs, instead use the Parameters option in the TaskInvocationParameters
	// structure. For information about how Systems Manager handles these options
	// for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
	//
	// TaskParameters is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by MaintenanceWindowTask's
	// String and GoString methods.
	TaskParameters map[string]*MaintenanceWindowTaskParameterValueExpression `type:"map" sensitive:"true"`

	// The type of task.
	Type *string `type:"string" enum:"MaintenanceWindowTaskType"`

	// The ID of the maintenance window where the task is registered.
	WindowId *string `min:"20" type:"string"`

	// The task ID.
	WindowTaskId *string `min:"36" type:"string"`
	// contains filtered or unexported fields
}

Information about a task defined for a maintenance window.

func (MaintenanceWindowTask) GoString added in v1.5.13

func (s MaintenanceWindowTask) 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 (*MaintenanceWindowTask) SetAlarmConfiguration added in v1.44.106

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

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*MaintenanceWindowTask) SetCutoffBehavior added in v1.40.48

func (s *MaintenanceWindowTask) SetCutoffBehavior(v string) *MaintenanceWindowTask

SetCutoffBehavior sets the CutoffBehavior field's value.

func (*MaintenanceWindowTask) SetDescription added in v1.10.25

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

SetDescription sets the Description field's value.

func (*MaintenanceWindowTask) SetLoggingInfo added in v1.5.13

SetLoggingInfo sets the LoggingInfo field's value.

func (*MaintenanceWindowTask) SetMaxConcurrency added in v1.5.13

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

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*MaintenanceWindowTask) SetMaxErrors added in v1.5.13

SetMaxErrors sets the MaxErrors field's value.

func (*MaintenanceWindowTask) SetName added in v1.10.25

SetName sets the Name field's value.

func (*MaintenanceWindowTask) SetPriority added in v1.5.13

SetPriority sets the Priority field's value.

func (*MaintenanceWindowTask) SetServiceRoleArn added in v1.5.13

func (s *MaintenanceWindowTask) SetServiceRoleArn(v string) *MaintenanceWindowTask

SetServiceRoleArn sets the ServiceRoleArn field's value.

func (*MaintenanceWindowTask) SetTargets added in v1.5.13

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

SetTargets sets the Targets field's value.

func (*MaintenanceWindowTask) SetTaskArn added in v1.5.13

SetTaskArn sets the TaskArn field's value.

func (*MaintenanceWindowTask) SetTaskParameters added in v1.5.13

SetTaskParameters sets the TaskParameters field's value.

func (*MaintenanceWindowTask) SetType added in v1.5.13

SetType sets the Type field's value.

func (*MaintenanceWindowTask) SetWindowId added in v1.5.13

SetWindowId sets the WindowId field's value.

func (*MaintenanceWindowTask) SetWindowTaskId added in v1.5.13

func (s *MaintenanceWindowTask) SetWindowTaskId(v string) *MaintenanceWindowTask

SetWindowTaskId sets the WindowTaskId field's value.

func (MaintenanceWindowTask) String added in v1.5.13

func (s MaintenanceWindowTask) 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 MaintenanceWindowTaskInvocationParameters added in v1.10.25

type MaintenanceWindowTaskInvocationParameters struct {

	// The parameters for an AUTOMATION task type.
	Automation *MaintenanceWindowAutomationParameters `type:"structure"`

	// The parameters for a LAMBDA task type.
	Lambda *MaintenanceWindowLambdaParameters `type:"structure"`

	// The parameters for a RUN_COMMAND task type.
	RunCommand *MaintenanceWindowRunCommandParameters `type:"structure"`

	// The parameters for a STEP_FUNCTIONS task type.
	StepFunctions *MaintenanceWindowStepFunctionsParameters `type:"structure"`
	// contains filtered or unexported fields
}

The parameters for task execution.

func (MaintenanceWindowTaskInvocationParameters) GoString added in v1.10.25

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 (*MaintenanceWindowTaskInvocationParameters) SetAutomation added in v1.10.25

SetAutomation sets the Automation field's value.

func (*MaintenanceWindowTaskInvocationParameters) SetLambda added in v1.10.25

SetLambda sets the Lambda field's value.

func (*MaintenanceWindowTaskInvocationParameters) SetRunCommand added in v1.10.25

SetRunCommand sets the RunCommand field's value.

func (*MaintenanceWindowTaskInvocationParameters) SetStepFunctions added in v1.10.25

SetStepFunctions sets the StepFunctions field's value.

func (MaintenanceWindowTaskInvocationParameters) String added in v1.10.25

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 (*MaintenanceWindowTaskInvocationParameters) Validate added in v1.10.25

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

type MaintenanceWindowTaskParameterValueExpression added in v1.5.13

type MaintenanceWindowTaskParameterValueExpression struct {

	// This field contains an array of 0 or more strings, each 1 to 255 characters
	// in length.
	//
	// Values is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by MaintenanceWindowTaskParameterValueExpression's
	// String and GoString methods.
	Values []*string `type:"list" sensitive:"true"`
	// contains filtered or unexported fields
}

Defines the values for a task parameter.

func (MaintenanceWindowTaskParameterValueExpression) GoString added in v1.5.13

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 (*MaintenanceWindowTaskParameterValueExpression) SetValues added in v1.5.13

SetValues sets the Values field's value.

func (MaintenanceWindowTaskParameterValueExpression) String added in v1.5.13

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 MalformedResourcePolicyDocumentException added in v1.50.23

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

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

The specified policy document is malformed or invalid, or excessive PutResourcePolicy or DeleteResourcePolicy calls have been made.

func (*MalformedResourcePolicyDocumentException) Code added in v1.50.23

Code returns the exception type name.

func (*MalformedResourcePolicyDocumentException) Error added in v1.50.23

func (MalformedResourcePolicyDocumentException) GoString added in v1.50.23

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 (*MalformedResourcePolicyDocumentException) Message added in v1.50.23

Message returns the exception's message.

func (*MalformedResourcePolicyDocumentException) OrigErr added in v1.50.23

OrigErr always returns nil, satisfies awserr.Error interface.

func (*MalformedResourcePolicyDocumentException) RequestID added in v1.50.23

RequestID returns the service's response RequestID for request.

func (*MalformedResourcePolicyDocumentException) StatusCode added in v1.50.23

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

func (MalformedResourcePolicyDocumentException) String added in v1.50.23

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 MaxDocumentSizeExceeded added in v1.28.0

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

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

The size limit of a document is 64 KB.

func (*MaxDocumentSizeExceeded) Code added in v1.28.0

func (s *MaxDocumentSizeExceeded) Code() string

Code returns the exception type name.

func (*MaxDocumentSizeExceeded) Error added in v1.28.0

func (s *MaxDocumentSizeExceeded) Error() string

func (MaxDocumentSizeExceeded) GoString added in v1.28.0

func (s MaxDocumentSizeExceeded) 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 (*MaxDocumentSizeExceeded) Message added in v1.28.0

func (s *MaxDocumentSizeExceeded) Message() string

Message returns the exception's message.

func (*MaxDocumentSizeExceeded) OrigErr added in v1.28.0

func (s *MaxDocumentSizeExceeded) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*MaxDocumentSizeExceeded) RequestID added in v1.28.0

func (s *MaxDocumentSizeExceeded) RequestID() string

RequestID returns the service's response RequestID for request.

func (*MaxDocumentSizeExceeded) StatusCode added in v1.28.0

func (s *MaxDocumentSizeExceeded) StatusCode() int

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

func (MaxDocumentSizeExceeded) String added in v1.28.0

func (s MaxDocumentSizeExceeded) 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 MetadataValue added in v1.36.2

type MetadataValue struct {

	// Metadata value to assign to an Application Manager application.
	Value *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Metadata to assign to an Application Manager application.

func (MetadataValue) GoString added in v1.36.2

func (s MetadataValue) 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 (*MetadataValue) SetValue added in v1.36.2

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

SetValue sets the Value field's value.

func (MetadataValue) String added in v1.36.2

func (s MetadataValue) 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 (*MetadataValue) Validate added in v1.36.2

func (s *MetadataValue) Validate() error

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

type ModifyDocumentPermissionInput added in v1.1.26

type ModifyDocumentPermissionInput struct {

	// The Amazon Web Services users that should have access to the document. The
	// account IDs can either be a group of account IDs or All.
	AccountIdsToAdd []*string `type:"list"`

	// The Amazon Web Services users that should no longer have access to the document.
	// The Amazon Web Services user can either be a group of account IDs or All.
	// This action has a higher priority than AccountIdsToAdd. If you specify an
	// ID to add and the same ID to remove, the system removes access to the document.
	AccountIdsToRemove []*string `type:"list"`

	// The name of the document that you want to share.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The permission type for the document. The permission type can be Share.
	//
	// PermissionType is a required field
	PermissionType *string `type:"string" required:"true" enum:"DocumentPermissionType"`

	// (Optional) The version of the document to share. If it isn't specified, the
	// system choose the Default version to share.
	SharedDocumentVersion *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyDocumentPermissionInput) GoString added in v1.1.26

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 (*ModifyDocumentPermissionInput) SetAccountIdsToAdd added in v1.5.0

SetAccountIdsToAdd sets the AccountIdsToAdd field's value.

func (*ModifyDocumentPermissionInput) SetAccountIdsToRemove added in v1.5.0

func (s *ModifyDocumentPermissionInput) SetAccountIdsToRemove(v []*string) *ModifyDocumentPermissionInput

SetAccountIdsToRemove sets the AccountIdsToRemove field's value.

func (*ModifyDocumentPermissionInput) SetName added in v1.5.0

SetName sets the Name field's value.

func (*ModifyDocumentPermissionInput) SetPermissionType added in v1.5.0

SetPermissionType sets the PermissionType field's value.

func (*ModifyDocumentPermissionInput) SetSharedDocumentVersion added in v1.25.42

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

SetSharedDocumentVersion sets the SharedDocumentVersion field's value.

func (ModifyDocumentPermissionInput) String added in v1.1.26

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 (*ModifyDocumentPermissionInput) Validate added in v1.1.26

func (s *ModifyDocumentPermissionInput) Validate() error

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

type ModifyDocumentPermissionOutput added in v1.1.26

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

func (ModifyDocumentPermissionOutput) GoString added in v1.1.26

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 (ModifyDocumentPermissionOutput) String added in v1.1.26

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 NonCompliantSummary added in v1.10.25

type NonCompliantSummary struct {

	// The total number of compliance items that aren't compliant.
	NonCompliantCount *int64 `type:"integer"`

	// A summary of the non-compliance severity by compliance type
	SeveritySummary *SeveritySummary `type:"structure"`
	// contains filtered or unexported fields
}

A summary of resources that aren't compliant. The summary is organized according to resource type.

func (NonCompliantSummary) GoString added in v1.10.25

func (s NonCompliantSummary) 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 (*NonCompliantSummary) SetNonCompliantCount added in v1.10.25

func (s *NonCompliantSummary) SetNonCompliantCount(v int64) *NonCompliantSummary

SetNonCompliantCount sets the NonCompliantCount field's value.

func (*NonCompliantSummary) SetSeveritySummary added in v1.10.25

func (s *NonCompliantSummary) SetSeveritySummary(v *SeveritySummary) *NonCompliantSummary

SetSeveritySummary sets the SeveritySummary field's value.

func (NonCompliantSummary) String added in v1.10.25

func (s NonCompliantSummary) 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 NotificationConfig added in v1.2.6

type NotificationConfig struct {

	// An Amazon Resource Name (ARN) for an Amazon Simple Notification Service (Amazon
	// SNS) topic. Run Command pushes notifications about command status changes
	// to this topic.
	NotificationArn *string `type:"string"`

	// The different events for which you can receive notifications. To learn more
	// about these events, 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.
	NotificationEvents []*string `type:"list" enum:"NotificationEvent"`

	// The type of notification.
	//
	//    * Command: Receive notification when the status of a command changes.
	//
	//    * Invocation: For commands sent to multiple managed nodes, receive notification
	//    on a per-node basis when the status of a command changes.
	NotificationType *string `type:"string" enum:"NotificationType"`
	// contains filtered or unexported fields
}

Configurations for sending notifications.

func (NotificationConfig) GoString added in v1.2.6

func (s NotificationConfig) 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 (*NotificationConfig) SetNotificationArn added in v1.5.0

func (s *NotificationConfig) SetNotificationArn(v string) *NotificationConfig

SetNotificationArn sets the NotificationArn field's value.

func (*NotificationConfig) SetNotificationEvents added in v1.5.0

func (s *NotificationConfig) SetNotificationEvents(v []*string) *NotificationConfig

SetNotificationEvents sets the NotificationEvents field's value.

func (*NotificationConfig) SetNotificationType added in v1.5.0

func (s *NotificationConfig) SetNotificationType(v string) *NotificationConfig

SetNotificationType sets the NotificationType field's value.

func (NotificationConfig) String added in v1.2.6

func (s NotificationConfig) 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 OpsAggregator added in v1.19.45

type OpsAggregator struct {

	// Either a Range or Count aggregator for limiting an OpsData summary.
	AggregatorType *string `min:"1" type:"string"`

	// A nested aggregator for viewing counts of OpsData.
	Aggregators []*OpsAggregator `min:"1" type:"list"`

	// The name of an OpsData attribute on which to limit the count of OpsData.
	AttributeName *string `min:"1" type:"string"`

	// The aggregator filters.
	Filters []*OpsFilter `min:"1" type:"list"`

	// The data type name to use for viewing counts of OpsData.
	TypeName *string `min:"1" type:"string"`

	// The aggregator value.
	Values map[string]*string `type:"map"`
	// contains filtered or unexported fields
}

One or more aggregators for viewing counts of OpsData using different dimensions such as Source, CreatedTime, or Source and CreatedTime, to name a few.

func (OpsAggregator) GoString added in v1.19.45

func (s OpsAggregator) 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 (*OpsAggregator) SetAggregatorType added in v1.19.45

func (s *OpsAggregator) SetAggregatorType(v string) *OpsAggregator

SetAggregatorType sets the AggregatorType field's value.

func (*OpsAggregator) SetAggregators added in v1.19.45

func (s *OpsAggregator) SetAggregators(v []*OpsAggregator) *OpsAggregator

SetAggregators sets the Aggregators field's value.

func (*OpsAggregator) SetAttributeName added in v1.19.45

func (s *OpsAggregator) SetAttributeName(v string) *OpsAggregator

SetAttributeName sets the AttributeName field's value.

func (*OpsAggregator) SetFilters added in v1.19.45

func (s *OpsAggregator) SetFilters(v []*OpsFilter) *OpsAggregator

SetFilters sets the Filters field's value.

func (*OpsAggregator) SetTypeName added in v1.19.45

func (s *OpsAggregator) SetTypeName(v string) *OpsAggregator

SetTypeName sets the TypeName field's value.

func (*OpsAggregator) SetValues added in v1.19.45

func (s *OpsAggregator) SetValues(v map[string]*string) *OpsAggregator

SetValues sets the Values field's value.

func (OpsAggregator) String added in v1.19.45

func (s OpsAggregator) 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 (*OpsAggregator) Validate added in v1.19.45

func (s *OpsAggregator) Validate() error

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

type OpsEntity added in v1.19.45

type OpsEntity struct {

	// The data returned by the query.
	Data map[string]*OpsEntityItem `type:"map"`

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

The result of the query.

func (OpsEntity) GoString added in v1.19.45

func (s OpsEntity) 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 (*OpsEntity) SetData added in v1.19.45

func (s *OpsEntity) SetData(v map[string]*OpsEntityItem) *OpsEntity

SetData sets the Data field's value.

func (*OpsEntity) SetId added in v1.19.45

func (s *OpsEntity) SetId(v string) *OpsEntity

SetId sets the Id field's value.

func (OpsEntity) String added in v1.19.45

func (s OpsEntity) 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 OpsEntityItem added in v1.19.45

type OpsEntityItem struct {

	// The time the OpsData was captured.
	CaptureTime *string `type:"string"`

	// The details of an OpsData summary.
	Content []map[string]*string `type:"list"`
	// contains filtered or unexported fields
}

The OpsData summary.

func (OpsEntityItem) GoString added in v1.19.45

func (s OpsEntityItem) 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 (*OpsEntityItem) SetCaptureTime added in v1.25.37

func (s *OpsEntityItem) SetCaptureTime(v string) *OpsEntityItem

SetCaptureTime sets the CaptureTime field's value.

func (*OpsEntityItem) SetContent added in v1.19.45

func (s *OpsEntityItem) SetContent(v []map[string]*string) *OpsEntityItem

SetContent sets the Content field's value.

func (OpsEntityItem) String added in v1.19.45

func (s OpsEntityItem) 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 OpsFilter added in v1.19.45

type OpsFilter struct {

	// The name of the filter.
	//
	// Key is a required field
	Key *string `min:"1" type:"string" required:"true"`

	// The type of filter.
	Type *string `type:"string" enum:"OpsFilterOperatorType"`

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

A filter for viewing OpsData summaries.

func (OpsFilter) GoString added in v1.19.45

func (s OpsFilter) 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 (*OpsFilter) SetKey added in v1.19.45

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

SetKey sets the Key field's value.

func (*OpsFilter) SetType added in v1.19.45

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

SetType sets the Type field's value.

func (*OpsFilter) SetValues added in v1.19.45

func (s *OpsFilter) SetValues(v []*string) *OpsFilter

SetValues sets the Values field's value.

func (OpsFilter) String added in v1.19.45

func (s OpsFilter) 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 (*OpsFilter) Validate added in v1.19.45

func (s *OpsFilter) Validate() error

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

type OpsItem added in v1.19.45

type OpsItem struct {

	// 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"`

	// An OpsItem category. Category options include: Availability, Cost, Performance,
	// Recovery, Security.
	Category *string `min:"1" type:"string"`

	// The ARN of the Amazon Web Services account that created the OpsItem.
	CreatedBy *string `type:"string"`

	// The date and time the OpsItem was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The OpsItem description.
	Description *string `min:"1" type:"string"`

	// The ARN of the Amazon Web Services account that last updated the OpsItem.
	LastModifiedBy *string `type:"string"`

	// The date and time the OpsItem was last updated.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon
	// 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 Creating 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 OpsItem Amazon Resource Name (ARN).
	OpsItemArn *string `min:"20" type:"string"`

	// The ID of the OpsItem.
	OpsItemId *string `type:"string"`

	// The type of OpsItem. 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 OpsItem.
	// For example, related OpsItems can include OpsItems with similar error messages,
	// impacted resources, or statuses for the impacted resource.
	RelatedOpsItems []*RelatedOpsItem `type:"list"`

	// The severity of the OpsItem. Severity options range from 1 to 4.
	Severity *string `min:"1" type:"string"`

	// The origin of the OpsItem, such as Amazon EC2 or Systems Manager. The impacted
	// resource is a subset of source.
	Source *string `min:"1" type:"string"`

	// The OpsItem status. Status can be Open, In Progress, or Resolved. For more
	// information, see Editing OpsItem details (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems-editing-details.html)
	// in the Amazon Web Services Systems Manager User Guide.
	Status *string `type:"string" enum:"OpsItemStatus"`

	// A short heading that describes the nature of the OpsItem and the impacted
	// resource.
	Title *string `min:"1" type:"string"`

	// The version of this OpsItem. Each time the OpsItem is edited the version
	// number increments by one.
	Version *string `type:"string"`
	// contains filtered or unexported fields
}

Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational work items (OpsItems) impacting the performance and health of their Amazon Web Services resources. OpsCenter is integrated with Amazon EventBridge and Amazon CloudWatch. This means you can configure these services to automatically create an OpsItem in OpsCenter when a CloudWatch alarm enters the ALARM state or when EventBridge processes an event from any Amazon Web Services service that publishes events. Configuring Amazon CloudWatch alarms and EventBridge events to automatically create OpsItems allows you to quickly diagnose and remediate issues with Amazon Web Services resources from a single console.

To help you diagnose issues, each OpsItem includes contextually relevant information such as the name and ID of the Amazon Web Services resource that generated the OpsItem, alarm or event details, alarm history, and an alarm timeline graph. For the Amazon Web Services resource, OpsCenter aggregates information from Config, CloudTrail logs, and EventBridge, so you don't have to navigate across multiple console pages during your investigation. For more information, see Amazon Web Services Systems Manager OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the Amazon Web Services Systems Manager User Guide.

func (OpsItem) GoString added in v1.19.45

func (s OpsItem) 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 (*OpsItem) SetActualEndTime added in v1.36.9

func (s *OpsItem) SetActualEndTime(v time.Time) *OpsItem

SetActualEndTime sets the ActualEndTime field's value.

func (*OpsItem) SetActualStartTime added in v1.36.9

func (s *OpsItem) SetActualStartTime(v time.Time) *OpsItem

SetActualStartTime sets the ActualStartTime field's value.

func (*OpsItem) SetCategory added in v1.25.37

func (s *OpsItem) SetCategory(v string) *OpsItem

SetCategory sets the Category field's value.

func (*OpsItem) SetCreatedBy added in v1.19.45

func (s *OpsItem) SetCreatedBy(v string) *OpsItem

SetCreatedBy sets the CreatedBy field's value.

func (*OpsItem) SetCreatedTime added in v1.19.45

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

SetCreatedTime sets the CreatedTime field's value.

func (*OpsItem) SetDescription added in v1.19.45

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

SetDescription sets the Description field's value.

func (*OpsItem) SetLastModifiedBy added in v1.19.45

func (s *OpsItem) SetLastModifiedBy(v string) *OpsItem

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*OpsItem) SetLastModifiedTime added in v1.19.45

func (s *OpsItem) SetLastModifiedTime(v time.Time) *OpsItem

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*OpsItem) SetNotifications added in v1.19.45

func (s *OpsItem) SetNotifications(v []*OpsItemNotification) *OpsItem

SetNotifications sets the Notifications field's value.

func (*OpsItem) SetOperationalData added in v1.19.45

func (s *OpsItem) SetOperationalData(v map[string]*OpsItemDataValue) *OpsItem

SetOperationalData sets the OperationalData field's value.

func (*OpsItem) SetOpsItemArn added in v1.44.139

func (s *OpsItem) SetOpsItemArn(v string) *OpsItem

SetOpsItemArn sets the OpsItemArn field's value.

func (*OpsItem) SetOpsItemId added in v1.19.45

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

SetOpsItemId sets the OpsItemId field's value.

func (*OpsItem) SetOpsItemType added in v1.36.9

func (s *OpsItem) SetOpsItemType(v string) *OpsItem

SetOpsItemType sets the OpsItemType field's value.

func (*OpsItem) SetPlannedEndTime added in v1.36.9

func (s *OpsItem) SetPlannedEndTime(v time.Time) *OpsItem

SetPlannedEndTime sets the PlannedEndTime field's value.

func (*OpsItem) SetPlannedStartTime added in v1.36.9

func (s *OpsItem) SetPlannedStartTime(v time.Time) *OpsItem

SetPlannedStartTime sets the PlannedStartTime field's value.

func (*OpsItem) SetPriority added in v1.19.45

func (s *OpsItem) SetPriority(v int64) *OpsItem

SetPriority sets the Priority field's value.

func (*OpsItem) SetRelatedOpsItems added in v1.19.45

func (s *OpsItem) SetRelatedOpsItems(v []*RelatedOpsItem) *OpsItem

SetRelatedOpsItems sets the RelatedOpsItems field's value.

func (*OpsItem) SetSeverity added in v1.25.37

func (s *OpsItem) SetSeverity(v string) *OpsItem

SetSeverity sets the Severity field's value.

func (*OpsItem) SetSource added in v1.19.45

func (s *OpsItem) SetSource(v string) *OpsItem

SetSource sets the Source field's value.

func (*OpsItem) SetStatus added in v1.19.45

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

SetStatus sets the Status field's value.

func (*OpsItem) SetTitle added in v1.19.45

func (s *OpsItem) SetTitle(v string) *OpsItem

SetTitle sets the Title field's value.

func (*OpsItem) SetVersion added in v1.19.45

func (s *OpsItem) SetVersion(v string) *OpsItem

SetVersion sets the Version field's value.

func (OpsItem) String added in v1.19.45

func (s OpsItem) 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 OpsItemAccessDeniedException added in v1.44.139

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

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

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.

func (*OpsItemAccessDeniedException) Code added in v1.44.139

Code returns the exception type name.

func (*OpsItemAccessDeniedException) Error added in v1.44.139

func (OpsItemAccessDeniedException) GoString added in v1.44.139

func (s OpsItemAccessDeniedException) 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 (*OpsItemAccessDeniedException) Message added in v1.44.139

func (s *OpsItemAccessDeniedException) Message() string

Message returns the exception's message.

func (*OpsItemAccessDeniedException) OrigErr added in v1.44.139

func (s *OpsItemAccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsItemAccessDeniedException) RequestID added in v1.44.139

func (s *OpsItemAccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsItemAccessDeniedException) StatusCode added in v1.44.139

func (s *OpsItemAccessDeniedException) StatusCode() int

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

func (OpsItemAccessDeniedException) String added in v1.44.139

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 OpsItemAlreadyExistsException added in v1.28.0

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

	Message_ *string `locationName:"Message" type:"string"`

	OpsItemId *string `type:"string"`
	// contains filtered or unexported fields
}

The OpsItem already exists.

func (*OpsItemAlreadyExistsException) Code added in v1.28.0

Code returns the exception type name.

func (*OpsItemAlreadyExistsException) Error added in v1.28.0

func (OpsItemAlreadyExistsException) GoString added in v1.28.0

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 (*OpsItemAlreadyExistsException) Message added in v1.28.0

Message returns the exception's message.

func (*OpsItemAlreadyExistsException) OrigErr added in v1.28.0

func (s *OpsItemAlreadyExistsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsItemAlreadyExistsException) RequestID added in v1.28.0

func (s *OpsItemAlreadyExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsItemAlreadyExistsException) StatusCode added in v1.28.0

func (s *OpsItemAlreadyExistsException) StatusCode() int

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

func (OpsItemAlreadyExistsException) String added in v1.28.0

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 OpsItemConflictException added in v1.46.1

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

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

The specified OpsItem is in the process of being deleted.

func (*OpsItemConflictException) Code added in v1.46.1

func (s *OpsItemConflictException) Code() string

Code returns the exception type name.

func (*OpsItemConflictException) Error added in v1.46.1

func (s *OpsItemConflictException) Error() string

func (OpsItemConflictException) GoString added in v1.46.1

func (s OpsItemConflictException) 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 (*OpsItemConflictException) Message added in v1.46.1

func (s *OpsItemConflictException) Message() string

Message returns the exception's message.

func (*OpsItemConflictException) OrigErr added in v1.46.1

func (s *OpsItemConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsItemConflictException) RequestID added in v1.46.1

func (s *OpsItemConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsItemConflictException) StatusCode added in v1.46.1

func (s *OpsItemConflictException) StatusCode() int

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

func (OpsItemConflictException) String added in v1.46.1

func (s OpsItemConflictException) 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 OpsItemDataValue added in v1.19.45

type OpsItemDataValue struct {

	// The type of key-value pair. Valid types include SearchableString and String.
	Type *string `type:"string" enum:"OpsItemDataType"`

	// The value of the OperationalData key.
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

An object that defines the value of the key and its type in the OperationalData map.

func (OpsItemDataValue) GoString added in v1.19.45

func (s OpsItemDataValue) 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 (*OpsItemDataValue) SetType added in v1.19.45

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

SetType sets the Type field's value.

func (*OpsItemDataValue) SetValue added in v1.19.45

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

SetValue sets the Value field's value.

func (OpsItemDataValue) String added in v1.19.45

func (s OpsItemDataValue) 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 OpsItemEventFilter added in v1.36.9

type OpsItemEventFilter struct {

	// The name of the filter key. Currently, the only supported value is OpsItemId.
	//
	// Key is a required field
	Key *string `type:"string" required:"true" enum:"OpsItemEventFilterKey"`

	// The operator used by the filter call. Currently, the only supported value
	// is Equal.
	//
	// Operator is a required field
	Operator *string `type:"string" required:"true" enum:"OpsItemEventFilterOperator"`

	// The values for the filter, consisting of one or more OpsItem IDs.
	//
	// Values is a required field
	Values []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

Describes a filter for a specific list of OpsItem events. You can filter event information by using tags. You specify tags by using a key-value pair mapping.

func (OpsItemEventFilter) GoString added in v1.36.9

func (s OpsItemEventFilter) 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 (*OpsItemEventFilter) SetKey added in v1.36.9

SetKey sets the Key field's value.

func (*OpsItemEventFilter) SetOperator added in v1.36.9

func (s *OpsItemEventFilter) SetOperator(v string) *OpsItemEventFilter

SetOperator sets the Operator field's value.

func (*OpsItemEventFilter) SetValues added in v1.36.9

func (s *OpsItemEventFilter) SetValues(v []*string) *OpsItemEventFilter

SetValues sets the Values field's value.

func (OpsItemEventFilter) String added in v1.36.9

func (s OpsItemEventFilter) 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 (*OpsItemEventFilter) Validate added in v1.36.9

func (s *OpsItemEventFilter) Validate() error

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

type OpsItemEventSummary added in v1.36.9

type OpsItemEventSummary struct {

	// Information about the user or resource that created the OpsItem event.
	CreatedBy *OpsItemIdentity `type:"structure"`

	// The date and time the OpsItem event was created.
	CreatedTime *time.Time `type:"timestamp"`

	// Specific information about the OpsItem event.
	Detail *string `type:"string"`

	// The type of information provided as a detail.
	DetailType *string `type:"string"`

	// The ID of the OpsItem event.
	EventId *string `type:"string"`

	// The ID of the OpsItem.
	OpsItemId *string `type:"string"`

	// The source of the OpsItem event.
	Source *string `type:"string"`
	// contains filtered or unexported fields
}

Summary information about an OpsItem event or that associated an OpsItem with a related item.

func (OpsItemEventSummary) GoString added in v1.36.9

func (s OpsItemEventSummary) 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 (*OpsItemEventSummary) SetCreatedBy added in v1.36.9

SetCreatedBy sets the CreatedBy field's value.

func (*OpsItemEventSummary) SetCreatedTime added in v1.36.9

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

SetCreatedTime sets the CreatedTime field's value.

func (*OpsItemEventSummary) SetDetail added in v1.36.9

SetDetail sets the Detail field's value.

func (*OpsItemEventSummary) SetDetailType added in v1.36.9

func (s *OpsItemEventSummary) SetDetailType(v string) *OpsItemEventSummary

SetDetailType sets the DetailType field's value.

func (*OpsItemEventSummary) SetEventId added in v1.36.9

SetEventId sets the EventId field's value.

func (*OpsItemEventSummary) SetOpsItemId added in v1.36.9

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

SetOpsItemId sets the OpsItemId field's value.

func (*OpsItemEventSummary) SetSource added in v1.36.9

SetSource sets the Source field's value.

func (OpsItemEventSummary) String added in v1.36.9

func (s OpsItemEventSummary) 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 OpsItemFilter added in v1.19.45

type OpsItemFilter struct {

	// The name of the filter.
	//
	// Key is a required field
	Key *string `type:"string" required:"true" enum:"OpsItemFilterKey"`

	// The operator used by the filter call.
	//
	// Operator is a required field
	Operator *string `type:"string" required:"true" enum:"OpsItemFilterOperator"`

	// The filter value.
	//
	// Values is a required field
	Values []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

Describes an OpsItem filter.

func (OpsItemFilter) GoString added in v1.19.45

func (s OpsItemFilter) 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 (*OpsItemFilter) SetKey added in v1.19.45

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

SetKey sets the Key field's value.

func (*OpsItemFilter) SetOperator added in v1.19.45

func (s *OpsItemFilter) SetOperator(v string) *OpsItemFilter

SetOperator sets the Operator field's value.

func (*OpsItemFilter) SetValues added in v1.19.45

func (s *OpsItemFilter) SetValues(v []*string) *OpsItemFilter

SetValues sets the Values field's value.

func (OpsItemFilter) String added in v1.19.45

func (s OpsItemFilter) 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 (*OpsItemFilter) Validate added in v1.19.45

func (s *OpsItemFilter) Validate() error

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

type OpsItemIdentity added in v1.36.9

type OpsItemIdentity struct {

	// The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem
	// event.
	Arn *string `type:"string"`
	// contains filtered or unexported fields
}

Information about the user or resource that created an OpsItem event.

func (OpsItemIdentity) GoString added in v1.36.9

func (s OpsItemIdentity) 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 (*OpsItemIdentity) SetArn added in v1.36.9

func (s *OpsItemIdentity) SetArn(v string) *OpsItemIdentity

SetArn sets the Arn field's value.

func (OpsItemIdentity) String added in v1.36.9

func (s OpsItemIdentity) 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 OpsItemInvalidParameterException added in v1.28.0

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

	Message_ *string `locationName:"Message" type:"string"`

	ParameterNames []*string `type:"list"`
	// contains filtered or unexported fields
}

A specified parameter argument isn't valid. Verify the available arguments and try again.

func (*OpsItemInvalidParameterException) Code added in v1.28.0

Code returns the exception type name.

func (*OpsItemInvalidParameterException) Error added in v1.28.0

func (OpsItemInvalidParameterException) GoString added in v1.28.0

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 (*OpsItemInvalidParameterException) Message added in v1.28.0

Message returns the exception's message.

func (*OpsItemInvalidParameterException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsItemInvalidParameterException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*OpsItemInvalidParameterException) StatusCode added in v1.28.0

func (s *OpsItemInvalidParameterException) StatusCode() int

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

func (OpsItemInvalidParameterException) String added in v1.28.0

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 OpsItemLimitExceededException added in v1.28.0

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

	Limit *int64 `type:"integer"`

	LimitType *string `type:"string"`

	Message_ *string `locationName:"Message" type:"string"`

	ResourceTypes []*string `type:"list"`
	// contains filtered or unexported fields
}

The request caused OpsItems to exceed one or more quotas.

func (*OpsItemLimitExceededException) Code added in v1.28.0

Code returns the exception type name.

func (*OpsItemLimitExceededException) Error added in v1.28.0

func (OpsItemLimitExceededException) GoString added in v1.28.0

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 (*OpsItemLimitExceededException) Message added in v1.28.0

Message returns the exception's message.

func (*OpsItemLimitExceededException) OrigErr added in v1.28.0

func (s *OpsItemLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsItemLimitExceededException) RequestID added in v1.28.0

func (s *OpsItemLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsItemLimitExceededException) StatusCode added in v1.28.0

func (s *OpsItemLimitExceededException) StatusCode() int

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

func (OpsItemLimitExceededException) String added in v1.28.0

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 OpsItemNotFoundException added in v1.28.0

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

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

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

func (*OpsItemNotFoundException) Code added in v1.28.0

func (s *OpsItemNotFoundException) Code() string

Code returns the exception type name.

func (*OpsItemNotFoundException) Error added in v1.28.0

func (s *OpsItemNotFoundException) Error() string

func (OpsItemNotFoundException) GoString added in v1.28.0

func (s OpsItemNotFoundException) 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 (*OpsItemNotFoundException) Message added in v1.28.0

func (s *OpsItemNotFoundException) Message() string

Message returns the exception's message.

func (*OpsItemNotFoundException) OrigErr added in v1.28.0

func (s *OpsItemNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsItemNotFoundException) RequestID added in v1.28.0

func (s *OpsItemNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsItemNotFoundException) StatusCode added in v1.28.0

func (s *OpsItemNotFoundException) StatusCode() int

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

func (OpsItemNotFoundException) String added in v1.28.0

func (s OpsItemNotFoundException) 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 OpsItemNotification added in v1.19.45

type OpsItemNotification struct {

	// The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon
	// SNS) topic where notifications are sent when this OpsItem is edited or changed.
	Arn *string `type:"string"`
	// contains filtered or unexported fields
}

A notification about the OpsItem.

func (OpsItemNotification) GoString added in v1.19.45

func (s OpsItemNotification) 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 (*OpsItemNotification) SetArn added in v1.19.45

SetArn sets the Arn field's value.

func (OpsItemNotification) String added in v1.19.45

func (s OpsItemNotification) 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 OpsItemRelatedItemAlreadyExistsException added in v1.38.37

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

	Message_ *string `locationName:"Message" type:"string"`

	OpsItemId *string `type:"string"`

	ResourceUri *string `type:"string"`
	// contains filtered or unexported fields
}

The Amazon Resource Name (ARN) is already associated with the OpsItem.

func (*OpsItemRelatedItemAlreadyExistsException) Code added in v1.38.37

Code returns the exception type name.

func (*OpsItemRelatedItemAlreadyExistsException) Error added in v1.38.37

func (OpsItemRelatedItemAlreadyExistsException) GoString added in v1.38.37

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 (*OpsItemRelatedItemAlreadyExistsException) Message added in v1.38.37

Message returns the exception's message.

func (*OpsItemRelatedItemAlreadyExistsException) OrigErr added in v1.38.37

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsItemRelatedItemAlreadyExistsException) RequestID added in v1.38.37

RequestID returns the service's response RequestID for request.

func (*OpsItemRelatedItemAlreadyExistsException) StatusCode added in v1.38.37

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

func (OpsItemRelatedItemAlreadyExistsException) String added in v1.38.37

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 OpsItemRelatedItemAssociationNotFoundException added in v1.38.37

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

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

The association wasn't found using the parameters you specified in the call. Verify the information and try again.

func (*OpsItemRelatedItemAssociationNotFoundException) Code added in v1.38.37

Code returns the exception type name.

func (*OpsItemRelatedItemAssociationNotFoundException) Error added in v1.38.37

func (OpsItemRelatedItemAssociationNotFoundException) GoString added in v1.38.37

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 (*OpsItemRelatedItemAssociationNotFoundException) Message added in v1.38.37

Message returns the exception's message.

func (*OpsItemRelatedItemAssociationNotFoundException) OrigErr added in v1.38.37

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsItemRelatedItemAssociationNotFoundException) RequestID added in v1.38.37

RequestID returns the service's response RequestID for request.

func (*OpsItemRelatedItemAssociationNotFoundException) StatusCode added in v1.38.37

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

func (OpsItemRelatedItemAssociationNotFoundException) String added in v1.38.37

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 OpsItemRelatedItemSummary added in v1.38.37

type OpsItemRelatedItemSummary struct {

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

	// The association type.
	AssociationType *string `type:"string"`

	// Information about the user or resource that created an OpsItem event.
	CreatedBy *OpsItemIdentity `type:"structure"`

	// The time the related-item association was created.
	CreatedTime *time.Time `type:"timestamp"`

	// Information about the user or resource that created an OpsItem event.
	LastModifiedBy *OpsItemIdentity `type:"structure"`

	// The time the related-item association was last updated.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The OpsItem ID.
	OpsItemId *string `type:"string"`

	// The resource type.
	ResourceType *string `type:"string"`

	// The Amazon Resource Name (ARN) of the related-item resource.
	ResourceUri *string `type:"string"`
	// contains filtered or unexported fields
}

Summary information about related-item resources for an OpsItem.

func (OpsItemRelatedItemSummary) GoString added in v1.38.37

func (s OpsItemRelatedItemSummary) 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 (*OpsItemRelatedItemSummary) SetAssociationId added in v1.38.37

SetAssociationId sets the AssociationId field's value.

func (*OpsItemRelatedItemSummary) SetAssociationType added in v1.38.37

SetAssociationType sets the AssociationType field's value.

func (*OpsItemRelatedItemSummary) SetCreatedBy added in v1.38.37

SetCreatedBy sets the CreatedBy field's value.

func (*OpsItemRelatedItemSummary) SetCreatedTime added in v1.38.37

SetCreatedTime sets the CreatedTime field's value.

func (*OpsItemRelatedItemSummary) SetLastModifiedBy added in v1.38.37

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*OpsItemRelatedItemSummary) SetLastModifiedTime added in v1.38.37

func (s *OpsItemRelatedItemSummary) SetLastModifiedTime(v time.Time) *OpsItemRelatedItemSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*OpsItemRelatedItemSummary) SetOpsItemId added in v1.38.37

SetOpsItemId sets the OpsItemId field's value.

func (*OpsItemRelatedItemSummary) SetResourceType added in v1.38.37

SetResourceType sets the ResourceType field's value.

func (*OpsItemRelatedItemSummary) SetResourceUri added in v1.38.37

SetResourceUri sets the ResourceUri field's value.

func (OpsItemRelatedItemSummary) String added in v1.38.37

func (s OpsItemRelatedItemSummary) 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 OpsItemRelatedItemsFilter added in v1.38.37

type OpsItemRelatedItemsFilter struct {

	// The name of the filter key. Supported values include ResourceUri, ResourceType,
	// or AssociationId.
	//
	// Key is a required field
	Key *string `type:"string" required:"true" enum:"OpsItemRelatedItemsFilterKey"`

	// The operator used by the filter call. The only supported operator is EQUAL.
	//
	// Operator is a required field
	Operator *string `type:"string" required:"true" enum:"OpsItemRelatedItemsFilterOperator"`

	// The values for the filter.
	//
	// Values is a required field
	Values []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

Describes a filter for a specific list of related-item resources.

func (OpsItemRelatedItemsFilter) GoString added in v1.38.37

func (s OpsItemRelatedItemsFilter) 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 (*OpsItemRelatedItemsFilter) SetKey added in v1.38.37

SetKey sets the Key field's value.

func (*OpsItemRelatedItemsFilter) SetOperator added in v1.38.37

SetOperator sets the Operator field's value.

func (*OpsItemRelatedItemsFilter) SetValues added in v1.38.37

SetValues sets the Values field's value.

func (OpsItemRelatedItemsFilter) String added in v1.38.37

func (s OpsItemRelatedItemsFilter) 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 (*OpsItemRelatedItemsFilter) Validate added in v1.38.37

func (s *OpsItemRelatedItemsFilter) Validate() error

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

type OpsItemSummary added in v1.19.45

type OpsItemSummary struct {

	// 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"`

	// A list of OpsItems by category.
	Category *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
	CreatedBy *string `type:"string"`

	// The date and time the OpsItem was created.
	CreatedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
	LastModifiedBy *string `type:"string"`

	// The date and time the OpsItem was last updated.
	LastModifiedTime *time.Time `type:"timestamp"`

	// Operational data is custom data that provides useful reference details about
	// the OpsItem.
	OperationalData map[string]*OpsItemDataValue `type:"map"`

	// The ID of the OpsItem.
	OpsItemId *string `type:"string"`

	// The type of OpsItem. 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"`

	// A list of OpsItems by severity.
	Severity *string `min:"1" type:"string"`

	// The impacted Amazon Web Services resource.
	Source *string `min:"1" type:"string"`

	// The OpsItem status. Status can be Open, In Progress, or Resolved.
	Status *string `type:"string" enum:"OpsItemStatus"`

	// A short heading that describes the nature of the OpsItem and the impacted
	// resource.
	Title *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A count of OpsItems.

func (OpsItemSummary) GoString added in v1.19.45

func (s OpsItemSummary) 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 (*OpsItemSummary) SetActualEndTime added in v1.36.9

func (s *OpsItemSummary) SetActualEndTime(v time.Time) *OpsItemSummary

SetActualEndTime sets the ActualEndTime field's value.

func (*OpsItemSummary) SetActualStartTime added in v1.36.9

func (s *OpsItemSummary) SetActualStartTime(v time.Time) *OpsItemSummary

SetActualStartTime sets the ActualStartTime field's value.

func (*OpsItemSummary) SetCategory added in v1.25.37

func (s *OpsItemSummary) SetCategory(v string) *OpsItemSummary

SetCategory sets the Category field's value.

func (*OpsItemSummary) SetCreatedBy added in v1.19.45

func (s *OpsItemSummary) SetCreatedBy(v string) *OpsItemSummary

SetCreatedBy sets the CreatedBy field's value.

func (*OpsItemSummary) SetCreatedTime added in v1.19.45

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

SetCreatedTime sets the CreatedTime field's value.

func (*OpsItemSummary) SetLastModifiedBy added in v1.19.45

func (s *OpsItemSummary) SetLastModifiedBy(v string) *OpsItemSummary

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*OpsItemSummary) SetLastModifiedTime added in v1.19.45

func (s *OpsItemSummary) SetLastModifiedTime(v time.Time) *OpsItemSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*OpsItemSummary) SetOperationalData added in v1.19.45

func (s *OpsItemSummary) SetOperationalData(v map[string]*OpsItemDataValue) *OpsItemSummary

SetOperationalData sets the OperationalData field's value.

func (*OpsItemSummary) SetOpsItemId added in v1.19.45

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

SetOpsItemId sets the OpsItemId field's value.

func (*OpsItemSummary) SetOpsItemType added in v1.36.9

func (s *OpsItemSummary) SetOpsItemType(v string) *OpsItemSummary

SetOpsItemType sets the OpsItemType field's value.

func (*OpsItemSummary) SetPlannedEndTime added in v1.36.9

func (s *OpsItemSummary) SetPlannedEndTime(v time.Time) *OpsItemSummary

SetPlannedEndTime sets the PlannedEndTime field's value.

func (*OpsItemSummary) SetPlannedStartTime added in v1.36.9

func (s *OpsItemSummary) SetPlannedStartTime(v time.Time) *OpsItemSummary

SetPlannedStartTime sets the PlannedStartTime field's value.

func (*OpsItemSummary) SetPriority added in v1.19.45

func (s *OpsItemSummary) SetPriority(v int64) *OpsItemSummary

SetPriority sets the Priority field's value.

func (*OpsItemSummary) SetSeverity added in v1.25.37

func (s *OpsItemSummary) SetSeverity(v string) *OpsItemSummary

SetSeverity sets the Severity field's value.

func (*OpsItemSummary) SetSource added in v1.19.45

func (s *OpsItemSummary) SetSource(v string) *OpsItemSummary

SetSource sets the Source field's value.

func (*OpsItemSummary) SetStatus added in v1.19.45

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

SetStatus sets the Status field's value.

func (*OpsItemSummary) SetTitle added in v1.19.45

func (s *OpsItemSummary) SetTitle(v string) *OpsItemSummary

SetTitle sets the Title field's value.

func (OpsItemSummary) String added in v1.19.45

func (s OpsItemSummary) 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 OpsMetadata added in v1.36.2

type OpsMetadata struct {

	// The date the OpsMetadata objects was created.
	CreationDate *time.Time `type:"timestamp"`

	// The date the OpsMetadata object was last updated.
	LastModifiedDate *time.Time `type:"timestamp"`

	// The user name who last updated the OpsMetadata object.
	LastModifiedUser *string `type:"string"`

	// The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
	OpsMetadataArn *string `min:"1" type:"string"`

	// The ID of the Application Manager application.
	ResourceId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Operational metadata for an application in Application Manager.

func (OpsMetadata) GoString added in v1.36.2

func (s OpsMetadata) 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 (*OpsMetadata) SetCreationDate added in v1.36.2

func (s *OpsMetadata) SetCreationDate(v time.Time) *OpsMetadata

SetCreationDate sets the CreationDate field's value.

func (*OpsMetadata) SetLastModifiedDate added in v1.36.2

func (s *OpsMetadata) SetLastModifiedDate(v time.Time) *OpsMetadata

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*OpsMetadata) SetLastModifiedUser added in v1.36.2

func (s *OpsMetadata) SetLastModifiedUser(v string) *OpsMetadata

SetLastModifiedUser sets the LastModifiedUser field's value.

func (*OpsMetadata) SetOpsMetadataArn added in v1.36.2

func (s *OpsMetadata) SetOpsMetadataArn(v string) *OpsMetadata

SetOpsMetadataArn sets the OpsMetadataArn field's value.

func (*OpsMetadata) SetResourceId added in v1.36.2

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

SetResourceId sets the ResourceId field's value.

func (OpsMetadata) String added in v1.36.2

func (s OpsMetadata) 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 OpsMetadataAlreadyExistsException added in v1.36.2

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

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

An OpsMetadata object already exists for the selected resource.

func (*OpsMetadataAlreadyExistsException) Code added in v1.36.2

Code returns the exception type name.

func (*OpsMetadataAlreadyExistsException) Error added in v1.36.2

func (OpsMetadataAlreadyExistsException) GoString added in v1.36.2

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 (*OpsMetadataAlreadyExistsException) Message added in v1.36.2

Message returns the exception's message.

func (*OpsMetadataAlreadyExistsException) OrigErr added in v1.36.2

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsMetadataAlreadyExistsException) RequestID added in v1.36.2

RequestID returns the service's response RequestID for request.

func (*OpsMetadataAlreadyExistsException) StatusCode added in v1.36.2

func (s *OpsMetadataAlreadyExistsException) StatusCode() int

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

func (OpsMetadataAlreadyExistsException) String added in v1.36.2

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 OpsMetadataFilter added in v1.36.2

type OpsMetadataFilter struct {

	// A filter key.
	//
	// Key is a required field
	Key *string `min:"1" type:"string" required:"true"`

	// A filter value.
	//
	// Values is a required field
	Values []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A filter to limit the number of OpsMetadata objects displayed.

func (OpsMetadataFilter) GoString added in v1.36.2

func (s OpsMetadataFilter) 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 (*OpsMetadataFilter) SetKey added in v1.36.2

SetKey sets the Key field's value.

func (*OpsMetadataFilter) SetValues added in v1.36.2

func (s *OpsMetadataFilter) SetValues(v []*string) *OpsMetadataFilter

SetValues sets the Values field's value.

func (OpsMetadataFilter) String added in v1.36.2

func (s OpsMetadataFilter) 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 (*OpsMetadataFilter) Validate added in v1.36.2

func (s *OpsMetadataFilter) Validate() error

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

type OpsMetadataInvalidArgumentException added in v1.36.2

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

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

One of the arguments passed is invalid.

func (*OpsMetadataInvalidArgumentException) Code added in v1.36.2

Code returns the exception type name.

func (*OpsMetadataInvalidArgumentException) Error added in v1.36.2

func (OpsMetadataInvalidArgumentException) GoString added in v1.36.2

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 (*OpsMetadataInvalidArgumentException) Message added in v1.36.2

Message returns the exception's message.

func (*OpsMetadataInvalidArgumentException) OrigErr added in v1.36.2

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsMetadataInvalidArgumentException) RequestID added in v1.36.2

RequestID returns the service's response RequestID for request.

func (*OpsMetadataInvalidArgumentException) StatusCode added in v1.36.2

func (s *OpsMetadataInvalidArgumentException) StatusCode() int

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

func (OpsMetadataInvalidArgumentException) String added in v1.36.2

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 OpsMetadataKeyLimitExceededException added in v1.36.2

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

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

The OpsMetadata object exceeds the maximum number of OpsMetadata keys that you can assign to an application in Application Manager.

func (*OpsMetadataKeyLimitExceededException) Code added in v1.36.2

Code returns the exception type name.

func (*OpsMetadataKeyLimitExceededException) Error added in v1.36.2

func (OpsMetadataKeyLimitExceededException) GoString added in v1.36.2

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 (*OpsMetadataKeyLimitExceededException) Message added in v1.36.2

Message returns the exception's message.

func (*OpsMetadataKeyLimitExceededException) OrigErr added in v1.36.2

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsMetadataKeyLimitExceededException) RequestID added in v1.36.2

RequestID returns the service's response RequestID for request.

func (*OpsMetadataKeyLimitExceededException) StatusCode added in v1.36.2

func (s *OpsMetadataKeyLimitExceededException) StatusCode() int

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

func (OpsMetadataKeyLimitExceededException) String added in v1.36.2

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 OpsMetadataLimitExceededException added in v1.36.2

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

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

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.

func (*OpsMetadataLimitExceededException) Code added in v1.36.2

Code returns the exception type name.

func (*OpsMetadataLimitExceededException) Error added in v1.36.2

func (OpsMetadataLimitExceededException) GoString added in v1.36.2

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 (*OpsMetadataLimitExceededException) Message added in v1.36.2

Message returns the exception's message.

func (*OpsMetadataLimitExceededException) OrigErr added in v1.36.2

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsMetadataLimitExceededException) RequestID added in v1.36.2

RequestID returns the service's response RequestID for request.

func (*OpsMetadataLimitExceededException) StatusCode added in v1.36.2

func (s *OpsMetadataLimitExceededException) StatusCode() int

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

func (OpsMetadataLimitExceededException) String added in v1.36.2

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 OpsMetadataNotFoundException added in v1.36.2

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

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

The OpsMetadata object doesn't exist.

func (*OpsMetadataNotFoundException) Code added in v1.36.2

Code returns the exception type name.

func (*OpsMetadataNotFoundException) Error added in v1.36.2

func (OpsMetadataNotFoundException) GoString added in v1.36.2

func (s OpsMetadataNotFoundException) 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 (*OpsMetadataNotFoundException) Message added in v1.36.2

func (s *OpsMetadataNotFoundException) Message() string

Message returns the exception's message.

func (*OpsMetadataNotFoundException) OrigErr added in v1.36.2

func (s *OpsMetadataNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsMetadataNotFoundException) RequestID added in v1.36.2

func (s *OpsMetadataNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsMetadataNotFoundException) StatusCode added in v1.36.2

func (s *OpsMetadataNotFoundException) StatusCode() int

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

func (OpsMetadataNotFoundException) String added in v1.36.2

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 OpsMetadataTooManyUpdatesException added in v1.36.2

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

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

The system is processing too many concurrent updates. Wait a few moments and try again.

func (*OpsMetadataTooManyUpdatesException) Code added in v1.36.2

Code returns the exception type name.

func (*OpsMetadataTooManyUpdatesException) Error added in v1.36.2

func (OpsMetadataTooManyUpdatesException) GoString added in v1.36.2

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 (*OpsMetadataTooManyUpdatesException) Message added in v1.36.2

Message returns the exception's message.

func (*OpsMetadataTooManyUpdatesException) OrigErr added in v1.36.2

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsMetadataTooManyUpdatesException) RequestID added in v1.36.2

RequestID returns the service's response RequestID for request.

func (*OpsMetadataTooManyUpdatesException) StatusCode added in v1.36.2

func (s *OpsMetadataTooManyUpdatesException) StatusCode() int

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

func (OpsMetadataTooManyUpdatesException) String added in v1.36.2

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 OpsResultAttribute added in v1.25.37

type OpsResultAttribute struct {

	// Name of the data type. Valid value: AWS:OpsItem, AWS:EC2InstanceInformation,
	// AWS:OpsItemTrendline, or AWS:ComplianceSummary.
	//
	// TypeName is a required field
	TypeName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The OpsItem data type to return.

func (OpsResultAttribute) GoString added in v1.25.37

func (s OpsResultAttribute) 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 (*OpsResultAttribute) SetTypeName added in v1.25.37

func (s *OpsResultAttribute) SetTypeName(v string) *OpsResultAttribute

SetTypeName sets the TypeName field's value.

func (OpsResultAttribute) String added in v1.25.37

func (s OpsResultAttribute) 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 (*OpsResultAttribute) Validate added in v1.25.37

func (s *OpsResultAttribute) Validate() error

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

type OutputSource added in v1.14.18

type OutputSource struct {

	// The ID of the output source, for example the URL of an S3 bucket.
	OutputSourceId *string `min:"36" type:"string"`

	// The type of source where the association execution details are stored, for
	// example, Amazon S3.
	OutputSourceType *string `type:"string"`
	// contains filtered or unexported fields
}

Information about the source where the association execution details are stored.

func (OutputSource) GoString added in v1.14.18

func (s OutputSource) 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 (*OutputSource) SetOutputSourceId added in v1.14.18

func (s *OutputSource) SetOutputSourceId(v string) *OutputSource

SetOutputSourceId sets the OutputSourceId field's value.

func (*OutputSource) SetOutputSourceType added in v1.14.18

func (s *OutputSource) SetOutputSourceType(v string) *OutputSource

SetOutputSourceType sets the OutputSourceType field's value.

func (OutputSource) String added in v1.14.18

func (s OutputSource) 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 Parameter added in v1.5.13

type Parameter struct {

	// The Amazon Resource Name (ARN) of the parameter.
	ARN *string `type:"string"`

	// The data type of the parameter, such as text or aws:ec2:image. The default
	// is text.
	DataType *string `type:"string"`

	// Date the parameter was last changed or updated and the parameter version
	// was created.
	LastModifiedDate *time.Time `type:"timestamp"`

	// The name of the parameter.
	Name *string `min:"1" type:"string"`

	// Either the version number or the label used to retrieve the parameter value.
	// Specify selectors by using one of the following formats:
	//
	// parameter_name:version
	//
	// parameter_name:label
	Selector *string `type:"string"`

	// Applies to parameters that reference information in other Amazon Web Services
	// services. SourceResult is the raw result or response from the source.
	SourceResult *string `type:"string"`

	// The type of parameter. Valid values include the following: String, StringList,
	// and SecureString.
	//
	// If type is StringList, the system returns a comma-separated string with no
	// spaces between commas in the Value field.
	Type *string `type:"string" enum:"ParameterType"`

	// The parameter value.
	//
	// If type is StringList, the system returns a comma-separated string with no
	// spaces between commas in the Value field.
	//
	// Value is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by Parameter's
	// String and GoString methods.
	Value *string `type:"string" sensitive:"true"`

	// The parameter version.
	Version *int64 `type:"long"`
	// contains filtered or unexported fields
}

An Amazon Web Services Systems Manager parameter in Parameter Store.

func (Parameter) GoString added in v1.5.13

func (s Parameter) 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 (*Parameter) SetARN added in v1.15.0

func (s *Parameter) SetARN(v string) *Parameter

SetARN sets the ARN field's value.

func (*Parameter) SetDataType added in v1.30.21

func (s *Parameter) SetDataType(v string) *Parameter

SetDataType sets the DataType field's value.

func (*Parameter) SetLastModifiedDate added in v1.15.0

func (s *Parameter) SetLastModifiedDate(v time.Time) *Parameter

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*Parameter) SetName added in v1.5.13

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

SetName sets the Name field's value.

func (*Parameter) SetSelector added in v1.15.0

func (s *Parameter) SetSelector(v string) *Parameter

SetSelector sets the Selector field's value.

func (*Parameter) SetSourceResult added in v1.15.0

func (s *Parameter) SetSourceResult(v string) *Parameter

SetSourceResult sets the SourceResult field's value.

func (*Parameter) SetType added in v1.5.13

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

SetType sets the Type field's value.

func (*Parameter) SetValue added in v1.5.13

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

SetValue sets the Value field's value.

func (*Parameter) SetVersion added in v1.12.14

func (s *Parameter) SetVersion(v int64) *Parameter

SetVersion sets the Version field's value.

func (Parameter) String added in v1.5.13

func (s Parameter) 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 ParameterAlreadyExists added in v1.28.0

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

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

The parameter already exists. You can't create duplicate parameters.

func (*ParameterAlreadyExists) Code added in v1.28.0

func (s *ParameterAlreadyExists) Code() string

Code returns the exception type name.

func (*ParameterAlreadyExists) Error added in v1.28.0

func (s *ParameterAlreadyExists) Error() string

func (ParameterAlreadyExists) GoString added in v1.28.0

func (s ParameterAlreadyExists) 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 (*ParameterAlreadyExists) Message added in v1.28.0

func (s *ParameterAlreadyExists) Message() string

Message returns the exception's message.

func (*ParameterAlreadyExists) OrigErr added in v1.28.0

func (s *ParameterAlreadyExists) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ParameterAlreadyExists) RequestID added in v1.28.0

func (s *ParameterAlreadyExists) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ParameterAlreadyExists) StatusCode added in v1.28.0

func (s *ParameterAlreadyExists) StatusCode() int

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

func (ParameterAlreadyExists) String added in v1.28.0

func (s ParameterAlreadyExists) 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 ParameterHistory added in v1.5.13

type ParameterHistory struct {

	// Parameter names can include the following letters and symbols.
	//
	// a-zA-Z0-9_.-
	AllowedPattern *string `type:"string"`

	// The data type of the parameter, such as text or aws:ec2:image. The default
	// is text.
	DataType *string `type:"string"`

	// Information about the parameter.
	Description *string `type:"string"`

	// The alias of the Key Management Service (KMS) key used to encrypt the parameter.
	// Applies to SecureString parameters only
	KeyId *string `min:"1" type:"string"`

	// Labels assigned to the parameter version.
	Labels []*string `min:"1" type:"list"`

	// Date the parameter was last changed or updated.
	LastModifiedDate *time.Time `type:"timestamp"`

	// Amazon Resource Name (ARN) of the Amazon Web Services user who last changed
	// the parameter.
	LastModifiedUser *string `type:"string"`

	// The name of the parameter.
	Name *string `min:"1" type:"string"`

	// Information about the policies assigned to a parameter.
	//
	// Assigning parameter policies (https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html)
	// in the Amazon Web Services Systems Manager User Guide.
	Policies []*ParameterInlinePolicy `type:"list"`

	// The parameter tier.
	Tier *string `type:"string" enum:"ParameterTier"`

	// The type of parameter used.
	Type *string `type:"string" enum:"ParameterType"`

	// The parameter value.
	//
	// Value is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by ParameterHistory's
	// String and GoString methods.
	Value *string `type:"string" sensitive:"true"`

	// The parameter version.
	Version *int64 `type:"long"`
	// contains filtered or unexported fields
}

Information about parameter usage.

func (ParameterHistory) GoString added in v1.5.13

func (s ParameterHistory) 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 (*ParameterHistory) SetAllowedPattern added in v1.10.1

func (s *ParameterHistory) SetAllowedPattern(v string) *ParameterHistory

SetAllowedPattern sets the AllowedPattern field's value.

func (*ParameterHistory) SetDataType added in v1.30.21

func (s *ParameterHistory) SetDataType(v string) *ParameterHistory

SetDataType sets the DataType field's value.

func (*ParameterHistory) SetDescription added in v1.5.13

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

SetDescription sets the Description field's value.

func (*ParameterHistory) SetKeyId added in v1.5.13

func (s *ParameterHistory) SetKeyId(v string) *ParameterHistory

SetKeyId sets the KeyId field's value.

func (*ParameterHistory) SetLabels added in v1.15.0

func (s *ParameterHistory) SetLabels(v []*string) *ParameterHistory

SetLabels sets the Labels field's value.

func (*ParameterHistory) SetLastModifiedDate added in v1.5.13

func (s *ParameterHistory) SetLastModifiedDate(v time.Time) *ParameterHistory

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*ParameterHistory) SetLastModifiedUser added in v1.5.13

func (s *ParameterHistory) SetLastModifiedUser(v string) *ParameterHistory

SetLastModifiedUser sets the LastModifiedUser field's value.

func (*ParameterHistory) SetName added in v1.5.13

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

SetName sets the Name field's value.

func (*ParameterHistory) SetPolicies added in v1.19.16

SetPolicies sets the Policies field's value.

func (*ParameterHistory) SetTier added in v1.19.16

func (s *ParameterHistory) SetTier(v string) *ParameterHistory

SetTier sets the Tier field's value.

func (*ParameterHistory) SetType added in v1.5.13

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

SetType sets the Type field's value.

func (*ParameterHistory) SetValue added in v1.5.13

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

SetValue sets the Value field's value.

func (*ParameterHistory) SetVersion added in v1.12.14

func (s *ParameterHistory) SetVersion(v int64) *ParameterHistory

SetVersion sets the Version field's value.

func (ParameterHistory) String added in v1.5.13

func (s ParameterHistory) 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 ParameterInlinePolicy added in v1.19.16

type ParameterInlinePolicy struct {

	// The status of the policy. Policies report the following statuses: Pending
	// (the policy hasn't been enforced or applied yet), Finished (the policy was
	// applied), Failed (the policy wasn't applied), or InProgress (the policy is
	// being applied now).
	PolicyStatus *string `type:"string"`

	// The JSON text of the policy.
	PolicyText *string `type:"string"`

	// The type of policy. Parameter Store, a capability of Amazon Web Services
	// Systems Manager, supports the following policy types: Expiration, ExpirationNotification,
	// and NoChangeNotification.
	PolicyType *string `type:"string"`
	// contains filtered or unexported fields
}

One or more policies assigned to a parameter.

func (ParameterInlinePolicy) GoString added in v1.19.16

func (s ParameterInlinePolicy) 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 (*ParameterInlinePolicy) SetPolicyStatus added in v1.19.16

func (s *ParameterInlinePolicy) SetPolicyStatus(v string) *ParameterInlinePolicy

SetPolicyStatus sets the PolicyStatus field's value.

func (*ParameterInlinePolicy) SetPolicyText added in v1.19.16

func (s *ParameterInlinePolicy) SetPolicyText(v string) *ParameterInlinePolicy

SetPolicyText sets the PolicyText field's value.

func (*ParameterInlinePolicy) SetPolicyType added in v1.19.16

func (s *ParameterInlinePolicy) SetPolicyType(v string) *ParameterInlinePolicy

SetPolicyType sets the PolicyType field's value.

func (ParameterInlinePolicy) String added in v1.19.16

func (s ParameterInlinePolicy) 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 ParameterLimitExceeded added in v1.28.0

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

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

You have exceeded the number of parameters for this Amazon Web Services account. Delete one or more parameters and try again.

func (*ParameterLimitExceeded) Code added in v1.28.0

func (s *ParameterLimitExceeded) Code() string

Code returns the exception type name.

func (*ParameterLimitExceeded) Error added in v1.28.0

func (s *ParameterLimitExceeded) Error() string

func (ParameterLimitExceeded) GoString added in v1.28.0

func (s ParameterLimitExceeded) 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 (*ParameterLimitExceeded) Message added in v1.28.0

func (s *ParameterLimitExceeded) Message() string

Message returns the exception's message.

func (*ParameterLimitExceeded) OrigErr added in v1.28.0

func (s *ParameterLimitExceeded) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ParameterLimitExceeded) RequestID added in v1.28.0

func (s *ParameterLimitExceeded) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ParameterLimitExceeded) StatusCode added in v1.28.0

func (s *ParameterLimitExceeded) StatusCode() int

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

func (ParameterLimitExceeded) String added in v1.28.0

func (s ParameterLimitExceeded) 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 ParameterMaxVersionLimitExceeded added in v1.28.0

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

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

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.

func (*ParameterMaxVersionLimitExceeded) Code added in v1.28.0

Code returns the exception type name.

func (*ParameterMaxVersionLimitExceeded) Error added in v1.28.0

func (ParameterMaxVersionLimitExceeded) GoString added in v1.28.0

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 (*ParameterMaxVersionLimitExceeded) Message added in v1.28.0

Message returns the exception's message.

func (*ParameterMaxVersionLimitExceeded) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ParameterMaxVersionLimitExceeded) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*ParameterMaxVersionLimitExceeded) StatusCode added in v1.28.0

func (s *ParameterMaxVersionLimitExceeded) StatusCode() int

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

func (ParameterMaxVersionLimitExceeded) String added in v1.28.0

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 ParameterMetadata added in v1.5.13

type ParameterMetadata struct {

	// The (ARN) of the last user to update the parameter.
	ARN *string `type:"string"`

	// A parameter name can include only the following letters and symbols.
	//
	// a-zA-Z0-9_.-
	AllowedPattern *string `type:"string"`

	// The data type of the parameter, such as text or aws:ec2:image. The default
	// is text.
	DataType *string `type:"string"`

	// Description of the parameter actions.
	Description *string `type:"string"`

	// The alias of the Key Management Service (KMS) key used to encrypt the parameter.
	// Applies to SecureString parameters only.
	KeyId *string `min:"1" type:"string"`

	// Date the parameter was last changed or updated.
	LastModifiedDate *time.Time `type:"timestamp"`

	// Amazon Resource Name (ARN) of the Amazon Web Services user who last changed
	// the parameter.
	LastModifiedUser *string `type:"string"`

	// The parameter name.
	Name *string `min:"1" type:"string"`

	// A list of policies associated with a parameter.
	Policies []*ParameterInlinePolicy `type:"list"`

	// The parameter tier.
	Tier *string `type:"string" enum:"ParameterTier"`

	// The type of parameter. Valid parameter types include the following: String,
	// StringList, and SecureString.
	Type *string `type:"string" enum:"ParameterType"`

	// The parameter version.
	Version *int64 `type:"long"`
	// contains filtered or unexported fields
}

Metadata includes information like the Amazon Resource Name (ARN) of the last user to update the parameter and the date and time the parameter was last used.

func (ParameterMetadata) GoString added in v1.5.13

func (s ParameterMetadata) 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 (*ParameterMetadata) SetARN added in v1.50.23

SetARN sets the ARN field's value.

func (*ParameterMetadata) SetAllowedPattern added in v1.10.1

func (s *ParameterMetadata) SetAllowedPattern(v string) *ParameterMetadata

SetAllowedPattern sets the AllowedPattern field's value.

func (*ParameterMetadata) SetDataType added in v1.30.21

func (s *ParameterMetadata) SetDataType(v string) *ParameterMetadata

SetDataType sets the DataType field's value.

func (*ParameterMetadata) SetDescription added in v1.5.13

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

SetDescription sets the Description field's value.

func (*ParameterMetadata) SetKeyId added in v1.5.13

func (s *ParameterMetadata) SetKeyId(v string) *ParameterMetadata

SetKeyId sets the KeyId field's value.

func (*ParameterMetadata) SetLastModifiedDate added in v1.5.13

func (s *ParameterMetadata) SetLastModifiedDate(v time.Time) *ParameterMetadata

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*ParameterMetadata) SetLastModifiedUser added in v1.5.13

func (s *ParameterMetadata) SetLastModifiedUser(v string) *ParameterMetadata

SetLastModifiedUser sets the LastModifiedUser field's value.

func (*ParameterMetadata) SetName added in v1.5.13

SetName sets the Name field's value.

func (*ParameterMetadata) SetPolicies added in v1.19.16

SetPolicies sets the Policies field's value.

func (*ParameterMetadata) SetTier added in v1.19.16

SetTier sets the Tier field's value.

func (*ParameterMetadata) SetType added in v1.5.13

SetType sets the Type field's value.

func (*ParameterMetadata) SetVersion added in v1.12.14

func (s *ParameterMetadata) SetVersion(v int64) *ParameterMetadata

SetVersion sets the Version field's value.

func (ParameterMetadata) String added in v1.5.13

func (s ParameterMetadata) 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 ParameterNotFound added in v1.28.0

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

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

The parameter couldn't be found. Verify the name and try again.

func (*ParameterNotFound) Code added in v1.28.0

func (s *ParameterNotFound) Code() string

Code returns the exception type name.

func (*ParameterNotFound) Error added in v1.28.0

func (s *ParameterNotFound) Error() string

func (ParameterNotFound) GoString added in v1.28.0

func (s ParameterNotFound) 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 (*ParameterNotFound) Message added in v1.28.0

func (s *ParameterNotFound) Message() string

Message returns the exception's message.

func (*ParameterNotFound) OrigErr added in v1.28.0

func (s *ParameterNotFound) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ParameterNotFound) RequestID added in v1.28.0

func (s *ParameterNotFound) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ParameterNotFound) StatusCode added in v1.28.0

func (s *ParameterNotFound) StatusCode() int

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

func (ParameterNotFound) String added in v1.28.0

func (s ParameterNotFound) 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 ParameterPatternMismatchException added in v1.28.0

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

	// The parameter name isn't valid.
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The parameter name isn't valid.

func (*ParameterPatternMismatchException) Code added in v1.28.0

Code returns the exception type name.

func (*ParameterPatternMismatchException) Error added in v1.28.0

func (ParameterPatternMismatchException) GoString added in v1.28.0

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 (*ParameterPatternMismatchException) Message added in v1.28.0

Message returns the exception's message.

func (*ParameterPatternMismatchException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ParameterPatternMismatchException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*ParameterPatternMismatchException) StatusCode added in v1.28.0

func (s *ParameterPatternMismatchException) StatusCode() int

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

func (ParameterPatternMismatchException) String added in v1.28.0

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 ParameterStringFilter added in v1.10.1

type ParameterStringFilter struct {

	// The name of the filter.
	//
	// The ParameterStringFilter object is used by the DescribeParameters and GetParametersByPath
	// API operations. However, not all of the pattern values listed for Key can
	// be used with both operations.
	//
	// For DescribeParameters, all of the listed patterns are valid except Label.
	//
	// For GetParametersByPath, the following patterns listed for Key aren't valid:
	// tag, DataType, Name, Path, and Tier.
	//
	// For examples of Amazon Web Services CLI commands demonstrating valid parameter
	// filter constructions, see Searching for Systems Manager parameters (https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-search.html)
	// in the Amazon Web Services Systems Manager User Guide.
	//
	// Key is a required field
	Key *string `min:"1" type:"string" required:"true"`

	// For all filters used with DescribeParameters, valid options include Equals
	// and BeginsWith. The Name filter additionally supports the Contains option.
	// (Exception: For filters using the key Path, valid options include Recursive
	// and OneLevel.)
	//
	// For filters used with GetParametersByPath, valid options include Equals and
	// BeginsWith. (Exception: For filters using Label as the Key name, the only
	// valid option is Equals.)
	Option *string `min:"1" type:"string"`

	// The value you want to search for.
	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 (ParameterStringFilter) GoString added in v1.10.1

func (s ParameterStringFilter) 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 (*ParameterStringFilter) SetKey added in v1.10.1

SetKey sets the Key field's value.

func (*ParameterStringFilter) SetOption added in v1.10.1

SetOption sets the Option field's value.

func (*ParameterStringFilter) SetValues added in v1.10.1

SetValues sets the Values field's value.

func (ParameterStringFilter) String added in v1.10.1

func (s ParameterStringFilter) 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 (*ParameterStringFilter) Validate added in v1.10.1

func (s *ParameterStringFilter) Validate() error

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

type ParameterVersionLabelLimitExceeded added in v1.28.0

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

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

A parameter version can have a maximum of ten labels.

func (*ParameterVersionLabelLimitExceeded) Code added in v1.28.0

Code returns the exception type name.

func (*ParameterVersionLabelLimitExceeded) Error added in v1.28.0

func (ParameterVersionLabelLimitExceeded) GoString added in v1.28.0

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 (*ParameterVersionLabelLimitExceeded) Message added in v1.28.0

Message returns the exception's message.

func (*ParameterVersionLabelLimitExceeded) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ParameterVersionLabelLimitExceeded) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*ParameterVersionLabelLimitExceeded) StatusCode added in v1.28.0

func (s *ParameterVersionLabelLimitExceeded) StatusCode() int

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

func (ParameterVersionLabelLimitExceeded) String added in v1.28.0

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 ParameterVersionNotFound added in v1.28.0

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

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

The specified parameter version wasn't found. Verify the parameter name and version, and try again.

func (*ParameterVersionNotFound) Code added in v1.28.0

func (s *ParameterVersionNotFound) Code() string

Code returns the exception type name.

func (*ParameterVersionNotFound) Error added in v1.28.0

func (s *ParameterVersionNotFound) Error() string

func (ParameterVersionNotFound) GoString added in v1.28.0

func (s ParameterVersionNotFound) 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 (*ParameterVersionNotFound) Message added in v1.28.0

func (s *ParameterVersionNotFound) Message() string

Message returns the exception's message.

func (*ParameterVersionNotFound) OrigErr added in v1.28.0

func (s *ParameterVersionNotFound) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ParameterVersionNotFound) RequestID added in v1.28.0

func (s *ParameterVersionNotFound) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ParameterVersionNotFound) StatusCode added in v1.28.0

func (s *ParameterVersionNotFound) StatusCode() int

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

func (ParameterVersionNotFound) String added in v1.28.0

func (s ParameterVersionNotFound) 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 ParametersFilter added in v1.5.13

type ParametersFilter struct {

	// The name of the filter.
	//
	// Key is a required field
	Key *string `type:"string" required:"true" enum:"ParametersFilterKey"`

	// The filter values.
	//
	// Values is a required field
	Values []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

This data type is deprecated. Instead, use ParameterStringFilter.

func (ParametersFilter) GoString added in v1.5.13

func (s ParametersFilter) 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 (*ParametersFilter) SetKey added in v1.5.13

SetKey sets the Key field's value.

func (*ParametersFilter) SetValues added in v1.5.13

func (s *ParametersFilter) SetValues(v []*string) *ParametersFilter

SetValues sets the Values field's value.

func (ParametersFilter) String added in v1.5.13

func (s ParametersFilter) 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 (*ParametersFilter) Validate added in v1.5.13

func (s *ParametersFilter) Validate() error

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

type ParentStepDetails added in v1.47.13

type ParentStepDetails struct {

	// The name of the automation action.
	Action *string `type:"string"`

	// The current repetition of the loop represented by an integer.
	Iteration *int64 `type:"integer"`

	// The current value of the specified iterator in the loop.
	IteratorValue *string `type:"string"`

	// The unique ID of a step execution.
	StepExecutionId *string `type:"string"`

	// The name of the step.
	StepName *string `type:"string"`
	// contains filtered or unexported fields
}

A detailed status of the parent step.

func (ParentStepDetails) GoString added in v1.47.13

func (s ParentStepDetails) 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 (*ParentStepDetails) SetAction added in v1.47.13

func (s *ParentStepDetails) SetAction(v string) *ParentStepDetails

SetAction sets the Action field's value.

func (*ParentStepDetails) SetIteration added in v1.47.13

func (s *ParentStepDetails) SetIteration(v int64) *ParentStepDetails

SetIteration sets the Iteration field's value.

func (*ParentStepDetails) SetIteratorValue added in v1.47.13

func (s *ParentStepDetails) SetIteratorValue(v string) *ParentStepDetails

SetIteratorValue sets the IteratorValue field's value.

func (*ParentStepDetails) SetStepExecutionId added in v1.47.13

func (s *ParentStepDetails) SetStepExecutionId(v string) *ParentStepDetails

SetStepExecutionId sets the StepExecutionId field's value.

func (*ParentStepDetails) SetStepName added in v1.47.13

func (s *ParentStepDetails) SetStepName(v string) *ParentStepDetails

SetStepName sets the StepName field's value.

func (ParentStepDetails) String added in v1.47.13

func (s ParentStepDetails) 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 Patch added in v1.6.4

type Patch struct {

	// The Advisory ID of the patch. For example, RHSA-2020:3779. Applies to Linux-based
	// managed nodes only.
	AdvisoryIds []*string `type:"list"`

	// The architecture of the patch. For example, in example-pkg-0.710.10-2.7.abcd.x86_64,
	// the architecture is indicated by x86_64. Applies to Linux-based managed nodes
	// only.
	Arch *string `type:"string"`

	// The Bugzilla ID of the patch. For example, 1600646. Applies to Linux-based
	// managed nodes only.
	BugzillaIds []*string `type:"list"`

	// The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example,
	// CVE-2011-3192. Applies to Linux-based managed nodes only.
	CVEIds []*string `type:"list"`

	// The classification of the patch. For example, SecurityUpdates, Updates, or
	// CriticalUpdates.
	Classification *string `type:"string"`

	// The URL where more information can be obtained about the patch.
	ContentUrl *string `type:"string"`

	// The description of the patch.
	Description *string `type:"string"`

	// The epoch of the patch. For example in pkg-example-EE-20180914-2.2.amzn1.noarch,
	// the epoch value is 20180914-2. Applies to Linux-based managed nodes only.
	Epoch *int64 `type:"integer"`

	// The ID of the patch. Applies to Windows patches only.
	//
	// This ID isn't the same as the Microsoft Knowledge Base ID.
	Id *string `min:"1" type:"string"`

	// The Microsoft Knowledge Base ID of the patch. Applies to Windows patches
	// only.
	KbNumber *string `type:"string"`

	// The language of the patch if it's language-specific.
	Language *string `type:"string"`

	// The ID of the Microsoft Security Response Center (MSRC) bulletin the patch
	// is related to. For example, MS14-045. Applies to Windows patches only.
	MsrcNumber *string `type:"string"`

	// The severity of the patch, such as Critical, Important, or Moderate. Applies
	// to Windows patches only.
	MsrcSeverity *string `type:"string"`

	// The name of the patch. Applies to Linux-based managed nodes only.
	Name *string `type:"string"`

	// The specific product the patch is applicable for. For example, WindowsServer2016
	// or AmazonLinux2018.03.
	Product *string `type:"string"`

	// The product family the patch is applicable for. For example, Windows or Amazon
	// Linux 2.
	ProductFamily *string `type:"string"`

	// The particular release of a patch. For example, in pkg-example-EE-20180914-2.2.amzn1.noarch,
	// the release is 2.amaz1. Applies to Linux-based managed nodes only.
	Release *string `type:"string"`

	// The date the patch was released.
	ReleaseDate *time.Time `type:"timestamp"`

	// The source patch repository for the operating system and version, such as
	// trusty-security for Ubuntu Server 14.04 LTE and focal-security for Ubuntu
	// Server 20.04 LTE. Applies to Linux-based managed nodes only.
	Repository *string `type:"string"`

	// The severity level of the patch. For example, CRITICAL or MODERATE.
	Severity *string `type:"string"`

	// The title of the patch.
	Title *string `type:"string"`

	// The name of the vendor providing the patch.
	Vendor *string `type:"string"`

	// The version number of the patch. For example, in example-pkg-1.710.10-2.7.abcd.x86_64,
	// the version number is indicated by -1. Applies to Linux-based managed nodes
	// only.
	Version *string `type:"string"`
	// contains filtered or unexported fields
}

Represents metadata about a patch.

func (Patch) GoString added in v1.6.4

func (s Patch) 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 (*Patch) SetAdvisoryIds added in v1.35.8

func (s *Patch) SetAdvisoryIds(v []*string) *Patch

SetAdvisoryIds sets the AdvisoryIds field's value.

func (*Patch) SetArch added in v1.35.8

func (s *Patch) SetArch(v string) *Patch

SetArch sets the Arch field's value.

func (*Patch) SetBugzillaIds added in v1.35.8

func (s *Patch) SetBugzillaIds(v []*string) *Patch

SetBugzillaIds sets the BugzillaIds field's value.

func (*Patch) SetCVEIds added in v1.35.8

func (s *Patch) SetCVEIds(v []*string) *Patch

SetCVEIds sets the CVEIds field's value.

func (*Patch) SetClassification added in v1.6.4

func (s *Patch) SetClassification(v string) *Patch

SetClassification sets the Classification field's value.

func (*Patch) SetContentUrl added in v1.6.4

func (s *Patch) SetContentUrl(v string) *Patch

SetContentUrl sets the ContentUrl field's value.

func (*Patch) SetDescription added in v1.6.4

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

SetDescription sets the Description field's value.

func (*Patch) SetEpoch added in v1.35.8

func (s *Patch) SetEpoch(v int64) *Patch

SetEpoch sets the Epoch field's value.

func (*Patch) SetId added in v1.6.4

func (s *Patch) SetId(v string) *Patch

SetId sets the Id field's value.

func (*Patch) SetKbNumber added in v1.6.4

func (s *Patch) SetKbNumber(v string) *Patch

SetKbNumber sets the KbNumber field's value.

func (*Patch) SetLanguage added in v1.6.4

func (s *Patch) SetLanguage(v string) *Patch

SetLanguage sets the Language field's value.

func (*Patch) SetMsrcNumber added in v1.6.4

func (s *Patch) SetMsrcNumber(v string) *Patch

SetMsrcNumber sets the MsrcNumber field's value.

func (*Patch) SetMsrcSeverity added in v1.6.4

func (s *Patch) SetMsrcSeverity(v string) *Patch

SetMsrcSeverity sets the MsrcSeverity field's value.

func (*Patch) SetName added in v1.35.8

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

SetName sets the Name field's value.

func (*Patch) SetProduct added in v1.6.4

func (s *Patch) SetProduct(v string) *Patch

SetProduct sets the Product field's value.

func (*Patch) SetProductFamily added in v1.6.4

func (s *Patch) SetProductFamily(v string) *Patch

SetProductFamily sets the ProductFamily field's value.

func (*Patch) SetRelease added in v1.35.8

func (s *Patch) SetRelease(v string) *Patch

SetRelease sets the Release field's value.

func (*Patch) SetReleaseDate added in v1.6.4

func (s *Patch) SetReleaseDate(v time.Time) *Patch

SetReleaseDate sets the ReleaseDate field's value.

func (*Patch) SetRepository added in v1.35.8

func (s *Patch) SetRepository(v string) *Patch

SetRepository sets the Repository field's value.

func (*Patch) SetSeverity added in v1.35.8

func (s *Patch) SetSeverity(v string) *Patch

SetSeverity sets the Severity field's value.

func (*Patch) SetTitle added in v1.6.4

func (s *Patch) SetTitle(v string) *Patch

SetTitle sets the Title field's value.

func (*Patch) SetVendor added in v1.6.4

func (s *Patch) SetVendor(v string) *Patch

SetVendor sets the Vendor field's value.

func (*Patch) SetVersion added in v1.35.8

func (s *Patch) SetVersion(v string) *Patch

SetVersion sets the Version field's value.

func (Patch) String added in v1.6.4

func (s Patch) 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 PatchBaselineIdentity added in v1.6.4

type PatchBaselineIdentity struct {

	// The description of the patch baseline.
	BaselineDescription *string `min:"1" type:"string"`

	// The ID of the patch baseline.
	BaselineId *string `min:"20" type:"string"`

	// The name of the patch baseline.
	BaselineName *string `min:"3" type:"string"`

	// Whether this is the default baseline. Amazon Web Services Systems Manager
	// supports creating multiple default patch baselines. For example, you can
	// create a default patch baseline for each operating system.
	DefaultBaseline *bool `type:"boolean"`

	// Defines the operating system the patch baseline applies to. The default value
	// is WINDOWS.
	OperatingSystem *string `type:"string" enum:"OperatingSystem"`
	// contains filtered or unexported fields
}

Defines the basic information about a patch baseline.

func (PatchBaselineIdentity) GoString added in v1.6.4

func (s PatchBaselineIdentity) 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 (*PatchBaselineIdentity) SetBaselineDescription added in v1.6.4

func (s *PatchBaselineIdentity) SetBaselineDescription(v string) *PatchBaselineIdentity

SetBaselineDescription sets the BaselineDescription field's value.

func (*PatchBaselineIdentity) SetBaselineId added in v1.6.4

func (s *PatchBaselineIdentity) SetBaselineId(v string) *PatchBaselineIdentity

SetBaselineId sets the BaselineId field's value.

func (*PatchBaselineIdentity) SetBaselineName added in v1.6.4

func (s *PatchBaselineIdentity) SetBaselineName(v string) *PatchBaselineIdentity

SetBaselineName sets the BaselineName field's value.

func (*PatchBaselineIdentity) SetDefaultBaseline added in v1.6.4

func (s *PatchBaselineIdentity) SetDefaultBaseline(v bool) *PatchBaselineIdentity

SetDefaultBaseline sets the DefaultBaseline field's value.

func (*PatchBaselineIdentity) SetOperatingSystem added in v1.10.8

func (s *PatchBaselineIdentity) SetOperatingSystem(v string) *PatchBaselineIdentity

SetOperatingSystem sets the OperatingSystem field's value.

func (PatchBaselineIdentity) String added in v1.6.4

func (s PatchBaselineIdentity) 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 PatchComplianceData added in v1.6.4

type PatchComplianceData struct {

	// The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that
	// are resolved by the patch.
	//
	// Currently, CVE ID values are reported only for patches with a status of Missing
	// or Failed.
	CVEIds *string `type:"string"`

	// The classification of the patch, such as SecurityUpdates, Updates, and CriticalUpdates.
	//
	// Classification is a required field
	Classification *string `type:"string" required:"true"`

	// The date/time the patch was installed on the managed node. Not all operating
	// systems provide this level of information.
	//
	// InstalledTime is a required field
	InstalledTime *time.Time `type:"timestamp" required:"true"`

	// The operating system-specific ID of the patch.
	//
	// KBId is a required field
	KBId *string `type:"string" required:"true"`

	// The severity of the patch such as Critical, Important, and Moderate.
	//
	// Severity is a required field
	Severity *string `type:"string" required:"true"`

	// The state of the patch on the managed node, such as INSTALLED or FAILED.
	//
	// For descriptions of each patch state, see About patch compliance (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-compliance-about.html#sysman-compliance-monitor-patch)
	// in the Amazon Web Services Systems Manager User Guide.
	//
	// State is a required field
	State *string `type:"string" required:"true" enum:"PatchComplianceDataState"`

	// The title of the patch.
	//
	// Title is a required field
	Title *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Information about the state of a patch on a particular managed node as it relates to the patch baseline used to patch the node.

func (PatchComplianceData) GoString added in v1.6.4

func (s PatchComplianceData) 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 (*PatchComplianceData) SetCVEIds added in v1.35.10

SetCVEIds sets the CVEIds field's value.

func (*PatchComplianceData) SetClassification added in v1.6.4

func (s *PatchComplianceData) SetClassification(v string) *PatchComplianceData

SetClassification sets the Classification field's value.

func (*PatchComplianceData) SetInstalledTime added in v1.6.4

func (s *PatchComplianceData) SetInstalledTime(v time.Time) *PatchComplianceData

SetInstalledTime sets the InstalledTime field's value.

func (*PatchComplianceData) SetKBId added in v1.6.4

SetKBId sets the KBId field's value.

func (*PatchComplianceData) SetSeverity added in v1.6.4

func (s *PatchComplianceData) SetSeverity(v string) *PatchComplianceData

SetSeverity sets the Severity field's value.

func (*PatchComplianceData) SetState added in v1.6.4

SetState sets the State field's value.

func (*PatchComplianceData) SetTitle added in v1.6.4

SetTitle sets the Title field's value.

func (PatchComplianceData) String added in v1.6.4

func (s PatchComplianceData) 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 PatchFilter added in v1.6.4

type PatchFilter struct {

	// The key for the filter.
	//
	// Run the DescribePatchProperties command to view lists of valid keys for each
	// operating system type.
	//
	// Key is a required field
	Key *string `type:"string" required:"true" enum:"PatchFilterKey"`

	// The value for the filter key.
	//
	// Run the DescribePatchProperties command to view lists of valid values for
	// each key based on operating system type.
	//
	// Values is a required field
	Values []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

Defines which patches should be included in a patch baseline.

A patch filter consists of a key and a set of values. The filter key is a patch property. For example, the available filter keys for WINDOWS are PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, and MSRC_SEVERITY.

The filter values define a matching criterion for the patch property indicated by the key. For example, if the filter key is PRODUCT and the filter values are ["Office 2013", "Office 2016"], then the filter accepts all patches where product name is either "Office 2013" or "Office 2016". The filter values can be exact values for the patch property given as a key, or a wildcard (*), which matches all values.

You can view lists of valid values for the patch properties by running the DescribePatchProperties command. For information about which patch properties can be used with each major operating system, see DescribePatchProperties.

func (PatchFilter) GoString added in v1.6.4

func (s PatchFilter) 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 (*PatchFilter) SetKey added in v1.6.4

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

SetKey sets the Key field's value.

func (*PatchFilter) SetValues added in v1.6.4

func (s *PatchFilter) SetValues(v []*string) *PatchFilter

SetValues sets the Values field's value.

func (PatchFilter) String added in v1.6.4

func (s PatchFilter) 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 (*PatchFilter) Validate added in v1.6.4

func (s *PatchFilter) Validate() error

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

type PatchFilterGroup added in v1.6.4

type PatchFilterGroup struct {

	// The set of patch filters that make up the group.
	//
	// PatchFilters is a required field
	PatchFilters []*PatchFilter `type:"list" required:"true"`
	// contains filtered or unexported fields
}

A set of patch filters, typically used for approval rules.

func (PatchFilterGroup) GoString added in v1.6.4

func (s PatchFilterGroup) 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 (*PatchFilterGroup) SetPatchFilters added in v1.6.4

func (s *PatchFilterGroup) SetPatchFilters(v []*PatchFilter) *PatchFilterGroup

SetPatchFilters sets the PatchFilters field's value.

func (PatchFilterGroup) String added in v1.6.4

func (s PatchFilterGroup) 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 (*PatchFilterGroup) Validate added in v1.6.4

func (s *PatchFilterGroup) Validate() error

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

type PatchGroupPatchBaselineMapping added in v1.6.4

type PatchGroupPatchBaselineMapping struct {

	// The patch baseline the patch group is registered with.
	BaselineIdentity *PatchBaselineIdentity `type:"structure"`

	// The name of the patch group registered with the patch baseline.
	PatchGroup *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The mapping between a patch group and the patch baseline the patch group is registered with.

func (PatchGroupPatchBaselineMapping) GoString added in v1.6.4

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 (*PatchGroupPatchBaselineMapping) SetBaselineIdentity added in v1.6.4

SetBaselineIdentity sets the BaselineIdentity field's value.

func (*PatchGroupPatchBaselineMapping) SetPatchGroup added in v1.6.4

SetPatchGroup sets the PatchGroup field's value.

func (PatchGroupPatchBaselineMapping) String added in v1.6.4

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 PatchOrchestratorFilter added in v1.6.4

type PatchOrchestratorFilter struct {

	// The key for the filter.
	Key *string `min:"1" type:"string"`

	// The value for the filter.
	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

Defines a filter used in Patch Manager APIs. Supported filter keys depend on the API operation that includes the filter. Patch Manager API operations that use PatchOrchestratorFilter include the following:

  • DescribeAvailablePatches

  • DescribeInstancePatches

  • DescribePatchBaselines

  • DescribePatchGroups

func (PatchOrchestratorFilter) GoString added in v1.6.4

func (s PatchOrchestratorFilter) 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 (*PatchOrchestratorFilter) SetKey added in v1.6.4

SetKey sets the Key field's value.

func (*PatchOrchestratorFilter) SetValues added in v1.6.4

SetValues sets the Values field's value.

func (PatchOrchestratorFilter) String added in v1.6.4

func (s PatchOrchestratorFilter) 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 (*PatchOrchestratorFilter) Validate added in v1.6.4

func (s *PatchOrchestratorFilter) Validate() error

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

type PatchRule added in v1.6.4

type PatchRule struct {

	// The number of days after the release date of each patch matched by the rule
	// that the patch is marked as approved in the patch baseline. For example,
	// a value of 7 means that patches are approved seven days after they are released.
	// Not supported on Debian Server or Ubuntu Server.
	ApproveAfterDays *int64 `type:"integer"`

	// The cutoff date for auto approval of released patches. Any patches released
	// on or before this date are installed automatically. Not supported on Debian
	// Server or Ubuntu Server.
	//
	// Enter dates in the format YYYY-MM-DD. For example, 2021-12-31.
	ApproveUntilDate *string `min:"1" type:"string"`

	// A compliance severity level for all approved patches in a patch baseline.
	ComplianceLevel *string `type:"string" enum:"PatchComplianceLevel"`

	// For managed nodes identified by the approval rule filters, enables a patch
	// baseline to apply non-security updates available in the specified repository.
	// The default value is false. Applies to Linux managed nodes only.
	EnableNonSecurity *bool `type:"boolean"`

	// The patch filter group that defines the criteria for the rule.
	//
	// PatchFilterGroup is a required field
	PatchFilterGroup *PatchFilterGroup `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Defines an approval rule for a patch baseline.

func (PatchRule) GoString added in v1.6.4

func (s PatchRule) 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 (*PatchRule) SetApproveAfterDays added in v1.6.4

func (s *PatchRule) SetApproveAfterDays(v int64) *PatchRule

SetApproveAfterDays sets the ApproveAfterDays field's value.

func (*PatchRule) SetApproveUntilDate added in v1.28.10

func (s *PatchRule) SetApproveUntilDate(v string) *PatchRule

SetApproveUntilDate sets the ApproveUntilDate field's value.

func (*PatchRule) SetComplianceLevel added in v1.10.8

func (s *PatchRule) SetComplianceLevel(v string) *PatchRule

SetComplianceLevel sets the ComplianceLevel field's value.

func (*PatchRule) SetEnableNonSecurity added in v1.12.72

func (s *PatchRule) SetEnableNonSecurity(v bool) *PatchRule

SetEnableNonSecurity sets the EnableNonSecurity field's value.

func (*PatchRule) SetPatchFilterGroup added in v1.6.4

func (s *PatchRule) SetPatchFilterGroup(v *PatchFilterGroup) *PatchRule

SetPatchFilterGroup sets the PatchFilterGroup field's value.

func (PatchRule) String added in v1.6.4

func (s PatchRule) 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 (*PatchRule) Validate added in v1.6.4

func (s *PatchRule) Validate() error

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

type PatchRuleGroup added in v1.6.4

type PatchRuleGroup struct {

	// The rules that make up the rule group.
	//
	// PatchRules is a required field
	PatchRules []*PatchRule `type:"list" required:"true"`
	// contains filtered or unexported fields
}

A set of rules defining the approval rules for a patch baseline.

func (PatchRuleGroup) GoString added in v1.6.4

func (s PatchRuleGroup) 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 (*PatchRuleGroup) SetPatchRules added in v1.6.4

func (s *PatchRuleGroup) SetPatchRules(v []*PatchRule) *PatchRuleGroup

SetPatchRules sets the PatchRules field's value.

func (PatchRuleGroup) String added in v1.6.4

func (s PatchRuleGroup) 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 (*PatchRuleGroup) Validate added in v1.6.4

func (s *PatchRuleGroup) Validate() error

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

type PatchSource added in v1.12.72

type PatchSource struct {

	// The value of the yum repo configuration. For example:
	//
	// [main]
	//
	// name=MyCustomRepository
	//
	// baseurl=https://my-custom-repository
	//
	// enabled=1
	//
	// For information about other options available for your yum repository configuration,
	// see dnf.conf(5) (https://man7.org/linux/man-pages/man5/dnf.conf.5.html).
	//
	// Configuration is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by PatchSource's
	// String and GoString methods.
	//
	// Configuration is a required field
	Configuration *string `min:"1" type:"string" required:"true" sensitive:"true"`

	// The name specified to identify the patch source.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The specific operating system versions a patch repository applies to, such
	// as "Ubuntu16.04", "AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7".
	// For lists of supported product values, see PatchFilter.
	//
	// Products is a required field
	Products []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

Information about the patches to use to update the managed nodes, including target operating systems and source repository. Applies to Linux managed nodes only.

func (PatchSource) GoString added in v1.12.72

func (s PatchSource) 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 (*PatchSource) SetConfiguration added in v1.12.72

func (s *PatchSource) SetConfiguration(v string) *PatchSource

SetConfiguration sets the Configuration field's value.

func (*PatchSource) SetName added in v1.12.72

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

SetName sets the Name field's value.

func (*PatchSource) SetProducts added in v1.12.72

func (s *PatchSource) SetProducts(v []*string) *PatchSource

SetProducts sets the Products field's value.

func (PatchSource) String added in v1.12.72

func (s PatchSource) 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 (*PatchSource) Validate added in v1.12.72

func (s *PatchSource) Validate() error

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

type PatchStatus added in v1.6.4

type PatchStatus struct {

	// The date the patch was approved (or will be approved if the status is PENDING_APPROVAL).
	ApprovalDate *time.Time `type:"timestamp"`

	// The compliance severity level for a patch.
	ComplianceLevel *string `type:"string" enum:"PatchComplianceLevel"`

	// The approval status of a patch.
	DeploymentStatus *string `type:"string" enum:"PatchDeploymentStatus"`
	// contains filtered or unexported fields
}

Information about the approval status of a patch.

func (PatchStatus) GoString added in v1.6.4

func (s PatchStatus) 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 (*PatchStatus) SetApprovalDate added in v1.6.4

func (s *PatchStatus) SetApprovalDate(v time.Time) *PatchStatus

SetApprovalDate sets the ApprovalDate field's value.

func (*PatchStatus) SetComplianceLevel added in v1.10.8

func (s *PatchStatus) SetComplianceLevel(v string) *PatchStatus

SetComplianceLevel sets the ComplianceLevel field's value.

func (*PatchStatus) SetDeploymentStatus added in v1.6.4

func (s *PatchStatus) SetDeploymentStatus(v string) *PatchStatus

SetDeploymentStatus sets the DeploymentStatus field's value.

func (PatchStatus) String added in v1.6.4

func (s PatchStatus) 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 PoliciesLimitExceededException added in v1.28.0

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

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

You specified more than the maximum number of allowed policies for the parameter. The maximum is 10.

func (*PoliciesLimitExceededException) Code added in v1.28.0

Code returns the exception type name.

func (*PoliciesLimitExceededException) Error added in v1.28.0

func (PoliciesLimitExceededException) GoString added in v1.28.0

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 (*PoliciesLimitExceededException) Message added in v1.28.0

Message returns the exception's message.

func (*PoliciesLimitExceededException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*PoliciesLimitExceededException) RequestID added in v1.28.0

func (s *PoliciesLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*PoliciesLimitExceededException) StatusCode added in v1.28.0

func (s *PoliciesLimitExceededException) StatusCode() int

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

func (PoliciesLimitExceededException) String added in v1.28.0

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 ProgressCounters added in v1.15.78

type ProgressCounters struct {

	// The total number of steps that the system cancelled in all specified Amazon
	// Web Services Regions and Amazon Web Services accounts for the current Automation
	// execution.
	CancelledSteps *int64 `type:"integer"`

	// The total number of steps that failed to run in all specified Amazon Web
	// Services Regions and Amazon Web Services accounts for the current Automation
	// execution.
	FailedSteps *int64 `type:"integer"`

	// The total number of steps that successfully completed in all specified Amazon
	// Web Services Regions and Amazon Web Services accounts for the current Automation
	// execution.
	SuccessSteps *int64 `type:"integer"`

	// The total number of steps that timed out in all specified Amazon Web Services
	// Regions and Amazon Web Services accounts for the current Automation execution.
	TimedOutSteps *int64 `type:"integer"`

	// The total number of steps run in all specified Amazon Web Services Regions
	// and Amazon Web Services accounts for the current Automation execution.
	TotalSteps *int64 `type:"integer"`
	// contains filtered or unexported fields
}

An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.

func (ProgressCounters) GoString added in v1.15.78

func (s ProgressCounters) 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 (*ProgressCounters) SetCancelledSteps added in v1.15.78

func (s *ProgressCounters) SetCancelledSteps(v int64) *ProgressCounters

SetCancelledSteps sets the CancelledSteps field's value.

func (*ProgressCounters) SetFailedSteps added in v1.15.78

func (s *ProgressCounters) SetFailedSteps(v int64) *ProgressCounters

SetFailedSteps sets the FailedSteps field's value.

func (*ProgressCounters) SetSuccessSteps added in v1.15.78

func (s *ProgressCounters) SetSuccessSteps(v int64) *ProgressCounters

SetSuccessSteps sets the SuccessSteps field's value.

func (*ProgressCounters) SetTimedOutSteps added in v1.15.78

func (s *ProgressCounters) SetTimedOutSteps(v int64) *ProgressCounters

SetTimedOutSteps sets the TimedOutSteps field's value.

func (*ProgressCounters) SetTotalSteps added in v1.15.78

func (s *ProgressCounters) SetTotalSteps(v int64) *ProgressCounters

SetTotalSteps sets the TotalSteps field's value.

func (ProgressCounters) String added in v1.15.78

func (s ProgressCounters) 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 PutComplianceItemsInput added in v1.10.25

type PutComplianceItemsInput struct {

	// Specify the compliance type. For example, specify Association (for a State
	// Manager association), Patch, or Custom:string.
	//
	// ComplianceType is a required field
	ComplianceType *string `min:"1" type:"string" required:"true"`

	// 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'
	//
	// ExecutionSummary is a required field
	ExecutionSummary *ComplianceExecutionSummary `type:"structure" required:"true"`

	// MD5 or SHA-256 content hash. The content hash is used to determine if existing
	// information should be overwritten or ignored. If the content hashes match,
	// the request to put compliance information is ignored.
	ItemContentHash *string `type:"string"`

	// Information about the compliance as defined by the resource type. For example,
	// for a patch compliance type, Items includes information about the PatchSeverity,
	// Classification, and so on.
	//
	// Items is a required field
	Items []*ComplianceItemEntry `type:"list" required:"true"`

	// Specify an ID for this resource. For a managed node, this is the node ID.
	//
	// ResourceId is a required field
	ResourceId *string `min:"1" type:"string" required:"true"`

	// Specify the type of resource. ManagedInstance is currently the only supported
	// resource type.
	//
	// ResourceType is a required field
	ResourceType *string `min:"1" type:"string" required:"true"`

	// The mode for uploading compliance items. You can specify COMPLETE or PARTIAL.
	// In COMPLETE mode, the system overwrites all existing compliance information
	// for the resource. You must provide a full list of compliance items each time
	// you send the request.
	//
	// In PARTIAL mode, the system overwrites compliance information for a specific
	// association. The association must be configured with SyncCompliance set to
	// MANUAL. By default, all requests use COMPLETE mode.
	//
	// This attribute is only valid for association compliance.
	UploadType *string `type:"string" enum:"ComplianceUploadType"`
	// contains filtered or unexported fields
}

func (PutComplianceItemsInput) GoString added in v1.10.25

func (s PutComplianceItemsInput) 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 (*PutComplianceItemsInput) SetComplianceType added in v1.10.25

func (s *PutComplianceItemsInput) SetComplianceType(v string) *PutComplianceItemsInput

SetComplianceType sets the ComplianceType field's value.

func (*PutComplianceItemsInput) SetExecutionSummary added in v1.10.25

SetExecutionSummary sets the ExecutionSummary field's value.

func (*PutComplianceItemsInput) SetItemContentHash added in v1.10.25

func (s *PutComplianceItemsInput) SetItemContentHash(v string) *PutComplianceItemsInput

SetItemContentHash sets the ItemContentHash field's value.

func (*PutComplianceItemsInput) SetItems added in v1.10.25

SetItems sets the Items field's value.

func (*PutComplianceItemsInput) SetResourceId added in v1.10.25

SetResourceId sets the ResourceId field's value.

func (*PutComplianceItemsInput) SetResourceType added in v1.10.25

SetResourceType sets the ResourceType field's value.

func (*PutComplianceItemsInput) SetUploadType added in v1.30.16

SetUploadType sets the UploadType field's value.

func (PutComplianceItemsInput) String added in v1.10.25

func (s PutComplianceItemsInput) 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 (*PutComplianceItemsInput) Validate added in v1.10.25

func (s *PutComplianceItemsInput) Validate() error

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

type PutComplianceItemsOutput added in v1.10.25

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

func (PutComplianceItemsOutput) GoString added in v1.10.25

func (s PutComplianceItemsOutput) 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 (PutComplianceItemsOutput) String added in v1.10.25

func (s PutComplianceItemsOutput) 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 PutInventoryInput added in v1.5.13

type PutInventoryInput struct {

	// An managed node ID where you want to add or update inventory items.
	//
	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// The inventory items that you want to add or update on managed nodes.
	//
	// Items is a required field
	Items []*InventoryItem `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (PutInventoryInput) GoString added in v1.5.13

func (s PutInventoryInput) 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 (*PutInventoryInput) SetInstanceId added in v1.5.13

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

SetInstanceId sets the InstanceId field's value.

func (*PutInventoryInput) SetItems added in v1.5.13

SetItems sets the Items field's value.

func (PutInventoryInput) String added in v1.5.13

func (s PutInventoryInput) 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 (*PutInventoryInput) Validate added in v1.5.13

func (s *PutInventoryInput) Validate() error

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

type PutInventoryOutput added in v1.5.13

type PutInventoryOutput struct {

	// Information about the request.
	Message *string `type:"string"`
	// contains filtered or unexported fields
}

func (PutInventoryOutput) GoString added in v1.5.13

func (s PutInventoryOutput) 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 (*PutInventoryOutput) SetMessage added in v1.13.33

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

SetMessage sets the Message field's value.

func (PutInventoryOutput) String added in v1.5.13

func (s PutInventoryOutput) 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 PutParameterInput added in v1.5.13

type PutParameterInput struct {

	// A regular expression used to validate the parameter value. For example, for
	// String types with values restricted to numbers, you can specify the following:
	// AllowedPattern=^\d+$
	AllowedPattern *string `type:"string"`

	// The data type for a String parameter. Supported data types include plain
	// text and Amazon Machine Image (AMI) IDs.
	//
	// The following data type values are supported.
	//
	//    * text
	//
	//    * aws:ec2:image
	//
	//    * aws:ssm:integration
	//
	// When you create a String parameter and specify aws:ec2:image, Amazon Web
	// Services Systems Manager validates the parameter value is in the required
	// format, such as ami-12345abcdeEXAMPLE, and that the specified AMI is available
	// in your Amazon Web Services account.
	//
	// If the action is successful, the service sends back an HTTP 200 response
	// which indicates a successful PutParameter call for all cases except for data
	// type aws:ec2:image. If you call PutParameter with aws:ec2:image data type,
	// a successful HTTP 200 response does not guarantee that your parameter was
	// successfully created or updated. The aws:ec2:image value is validated asynchronously,
	// and the PutParameter call returns before the validation is complete. If you
	// submit an invalid AMI value, the PutParameter operation will return success,
	// but the asynchronous validation will fail and the parameter will not be created
	// or updated. To monitor whether your aws:ec2:image parameters are created
	// successfully, see Setting up notifications or trigger actions based on Parameter
	// Store events (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-cwe.html).
	// For more information about AMI format validation , see Native parameter support
	// for Amazon Machine Image IDs (https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html).
	DataType *string `type:"string"`

	// Information about the parameter that you want to add to the system. Optional
	// but recommended.
	//
	// Don't enter personally identifiable information in this field.
	Description *string `type:"string"`

	// The Key Management Service (KMS) ID that you want to use to encrypt a parameter.
	// Use a custom key for better security. Required for parameters that use the
	// SecureString data type.
	//
	// If you don't specify a key ID, the system uses the default key associated
	// with your Amazon Web Services account which is not as secure as using a custom
	// key.
	//
	//    * To use a custom KMS key, choose the SecureString data type with the
	//    Key ID parameter.
	KeyId *string `min:"1" type:"string"`

	// The fully qualified name of the parameter that you want to add to the system.
	//
	// You can't enter the Amazon Resource Name (ARN) for a parameter, only the
	// parameter name itself.
	//
	// The fully qualified name includes the complete hierarchy of the parameter
	// path and name. For parameters in a hierarchy, you must include a leading
	// forward slash character (/) when you create or reference a parameter. For
	// example: /Dev/DBServer/MySQL/db-string13
	//
	// Naming Constraints:
	//
	//    * Parameter names are case sensitive.
	//
	//    * A parameter name must be unique within an Amazon Web Services Region
	//
	//    * A parameter name can't be prefixed with "aws" or "ssm" (case-insensitive).
	//
	//    * Parameter names can include only the following symbols and letters:
	//    a-zA-Z0-9_.- In addition, the slash character ( / ) is used to delineate
	//    hierarchies in parameter names. For example: /Dev/Production/East/Project-ABC/MyParameter
	//
	//    * A parameter name can't include spaces.
	//
	//    * Parameter hierarchies are limited to a maximum depth of fifteen levels.
	//
	// For additional information about valid values for parameter names, see Creating
	// Systems Manager parameters (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html)
	// in the Amazon Web Services Systems Manager User Guide.
	//
	// The maximum length constraint of 2048 characters listed below includes 1037
	// characters reserved for internal use by Systems Manager. The maximum length
	// for a parameter name that you create is 1011 characters. This includes the
	// characters in the ARN that precede the name you specify, such as arn:aws:ssm:us-east-2:111122223333:parameter/.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// Overwrite an existing parameter. The default value is false.
	Overwrite *bool `type:"boolean"`

	// One or more policies to apply to a parameter. This operation takes a JSON
	// array. Parameter Store, a capability of Amazon Web Services Systems Manager
	// supports the following policy types:
	//
	// Expiration: This policy deletes the parameter after it expires. When you
	// create the policy, you specify the expiration date. You can update the expiration
	// date and time by updating the policy. Updating the parameter doesn't affect
	// the expiration date and time. When the expiration time is reached, Parameter
	// Store deletes the parameter.
	//
	// ExpirationNotification: This policy initiates an event in Amazon CloudWatch
	// Events that notifies you about the expiration. By using this policy, you
	// can receive notification before or after the expiration time is reached,
	// in units of days or hours.
	//
	// NoChangeNotification: This policy initiates a CloudWatch Events event if
	// a parameter hasn't been modified for a specified period of time. This policy
	// type is useful when, for example, a secret needs to be changed within a period
	// of time, but it hasn't been changed.
	//
	// All existing policies are preserved until you send new policies or an empty
	// policy. For more information about parameter policies, see Assigning parameter
	// policies (https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html).
	Policies *string `min:"1" 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 Systems Manager parameter to identify
	// the type of resource to which it applies, the environment, or the type of
	// configuration data referenced by the parameter. In this case, you could specify
	// the following key-value pairs:
	//
	//    * Key=Resource,Value=S3bucket
	//
	//    * Key=OS,Value=Windows
	//
	//    * Key=ParameterType,Value=LicenseKey
	//
	// To add tags to an existing Systems Manager parameter, use the AddTagsToResource
	// operation.
	Tags []*Tag `type:"list"`

	// The parameter tier to assign to a parameter.
	//
	// Parameter Store offers a standard tier and an advanced tier for parameters.
	// Standard parameters have a content size limit of 4 KB and can't be configured
	// to use parameter policies. You can create a maximum of 10,000 standard parameters
	// for each Region in an Amazon Web Services account. Standard parameters are
	// offered at no additional cost.
	//
	// Advanced parameters have a content size limit of 8 KB and can be configured
	// to use parameter policies. You can create a maximum of 100,000 advanced parameters
	// for each Region in an Amazon Web Services account. Advanced parameters incur
	// a charge. For more information, see Managing parameter tiers (https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html)
	// in the Amazon Web Services Systems Manager User Guide.
	//
	// You can change a standard parameter to an advanced parameter any time. But
	// you can't revert an advanced parameter to a standard parameter. Reverting
	// an advanced parameter to a standard parameter would result in data loss because
	// the system would truncate the size of the parameter from 8 KB to 4 KB. Reverting
	// would also remove any policies attached to the parameter. Lastly, advanced
	// parameters use a different form of encryption than standard parameters.
	//
	// If you no longer need an advanced parameter, or if you no longer want to
	// incur charges for an advanced parameter, you must delete it and recreate
	// it as a new standard parameter.
	//
	// Using the Default Tier Configuration
	//
	// In PutParameter requests, you can specify the tier to create the parameter
	// in. Whenever you specify a tier in the request, Parameter Store creates or
	// updates the parameter according to that request. However, if you don't specify
	// a tier in a request, Parameter Store assigns the tier based on the current
	// Parameter Store default tier configuration.
	//
	// The default tier when you begin using Parameter Store is the standard-parameter
	// tier. If you use the advanced-parameter tier, you can specify one of the
	// following as the default:
	//
	//    * Advanced: With this option, Parameter Store evaluates all requests as
	//    advanced parameters.
	//
	//    * Intelligent-Tiering: With this option, Parameter Store evaluates each
	//    request to determine if the parameter is standard or advanced. If the
	//    request doesn't include any options that require an advanced parameter,
	//    the parameter is created in the standard-parameter tier. If one or more
	//    options requiring an advanced parameter are included in the request, Parameter
	//    Store create a parameter in the advanced-parameter tier. This approach
	//    helps control your parameter-related costs by always creating standard
	//    parameters unless an advanced parameter is necessary.
	//
	// Options that require an advanced parameter include the following:
	//
	//    * The content size of the parameter is more than 4 KB.
	//
	//    * The parameter uses a parameter policy.
	//
	//    * More than 10,000 parameters already exist in your Amazon Web Services
	//    account in the current Amazon Web Services Region.
	//
	// For more information about configuring the default tier option, see Specifying
	// a default parameter tier (https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html#ps-default-tier)
	// in the Amazon Web Services Systems Manager User Guide.
	Tier *string `type:"string" enum:"ParameterTier"`

	// The type of parameter that you want to add to the system.
	//
	// SecureString isn't currently supported for CloudFormation templates.
	//
	// Items in a StringList must be separated by a comma (,). You can't use other
	// punctuation or special character to escape items in the list. If you have
	// a parameter value that requires a comma, then use the String data type.
	//
	// Specifying a parameter type isn't required when updating a parameter. You
	// must specify a parameter type when creating a parameter.
	Type *string `type:"string" enum:"ParameterType"`

	// The parameter value that you want to add to the system. Standard parameters
	// have a value limit of 4 KB. Advanced parameters have a value limit of 8 KB.
	//
	// Parameters can't be referenced or nested in the values of other parameters.
	// You can't include {{}} or {{ssm:parameter-name}} in a parameter value.
	//
	// Value is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by PutParameterInput's
	// String and GoString methods.
	//
	// Value is a required field
	Value *string `type:"string" required:"true" sensitive:"true"`
	// contains filtered or unexported fields
}

func (PutParameterInput) GoString added in v1.5.13

func (s PutParameterInput) 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 (*PutParameterInput) SetAllowedPattern added in v1.10.1

func (s *PutParameterInput) SetAllowedPattern(v string) *PutParameterInput

SetAllowedPattern sets the AllowedPattern field's value.

func (*PutParameterInput) SetDataType added in v1.30.21

func (s *PutParameterInput) SetDataType(v string) *PutParameterInput

SetDataType sets the DataType field's value.

func (*PutParameterInput) SetDescription added in v1.5.13

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

SetDescription sets the Description field's value.

func (*PutParameterInput) SetKeyId added in v1.5.13

func (s *PutParameterInput) SetKeyId(v string) *PutParameterInput

SetKeyId sets the KeyId field's value.

func (*PutParameterInput) SetName added in v1.5.13

SetName sets the Name field's value.

func (*PutParameterInput) SetOverwrite added in v1.5.13

func (s *PutParameterInput) SetOverwrite(v bool) *PutParameterInput

SetOverwrite sets the Overwrite field's value.

func (*PutParameterInput) SetPolicies added in v1.19.16

func (s *PutParameterInput) SetPolicies(v string) *PutParameterInput

SetPolicies sets the Policies field's value.

func (*PutParameterInput) SetTags added in v1.17.1

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

SetTags sets the Tags field's value.

func (*PutParameterInput) SetTier added in v1.19.16

SetTier sets the Tier field's value.

func (*PutParameterInput) SetType added in v1.5.13

SetType sets the Type field's value.

func (*PutParameterInput) SetValue added in v1.5.13

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

SetValue sets the Value field's value.

func (PutParameterInput) String added in v1.5.13

func (s PutParameterInput) 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 (*PutParameterInput) Validate added in v1.5.13

func (s *PutParameterInput) Validate() error

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

type PutParameterOutput added in v1.5.13

type PutParameterOutput struct {

	// The tier assigned to the parameter.
	Tier *string `type:"string" enum:"ParameterTier"`

	// The new version number of a parameter. If you edit a parameter value, Parameter
	// Store automatically creates a new version and assigns this new version a
	// unique ID. You can reference a parameter version ID in API operations or
	// in Systems Manager documents (SSM documents). By default, if you don't specify
	// a specific version, the system returns the latest parameter value when a
	// parameter is called.
	Version *int64 `type:"long"`
	// contains filtered or unexported fields
}

func (PutParameterOutput) GoString added in v1.5.13

func (s PutParameterOutput) 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 (*PutParameterOutput) SetTier added in v1.25.0

SetTier sets the Tier field's value.

func (*PutParameterOutput) SetVersion added in v1.12.14

func (s *PutParameterOutput) SetVersion(v int64) *PutParameterOutput

SetVersion sets the Version field's value.

func (PutParameterOutput) String added in v1.5.13

func (s PutParameterOutput) 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 PutResourcePolicyInput added in v1.44.139

type PutResourcePolicyInput struct {

	// A policy you want to associate with a resource.
	//
	// Policy is a required field
	Policy *string `type:"string" required:"true"`

	// ID of the current policy version. The hash helps to prevent a situation where
	// multiple users attempt to overwrite a policy. You must provide this hash
	// when updating or deleting a policy.
	PolicyHash *string `type:"string"`

	// The policy ID.
	PolicyId *string `type:"string"`

	// Amazon Resource Name (ARN) of the resource to which you want to attach a
	// policy.
	//
	// ResourceArn is a required field
	ResourceArn *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (PutResourcePolicyInput) GoString added in v1.44.139

func (s PutResourcePolicyInput) 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 (*PutResourcePolicyInput) SetPolicy added in v1.44.139

SetPolicy sets the Policy field's value.

func (*PutResourcePolicyInput) SetPolicyHash added in v1.44.139

SetPolicyHash sets the PolicyHash field's value.

func (*PutResourcePolicyInput) SetPolicyId added in v1.44.139

SetPolicyId sets the PolicyId field's value.

func (*PutResourcePolicyInput) SetResourceArn added in v1.44.139

SetResourceArn sets the ResourceArn field's value.

func (PutResourcePolicyInput) String added in v1.44.139

func (s PutResourcePolicyInput) 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 (*PutResourcePolicyInput) Validate added in v1.44.139

func (s *PutResourcePolicyInput) Validate() error

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

type PutResourcePolicyOutput added in v1.44.139

type PutResourcePolicyOutput struct {

	// ID of the current policy version.
	PolicyHash *string `type:"string"`

	// The policy ID. To update a policy, you must specify PolicyId and PolicyHash.
	PolicyId *string `type:"string"`
	// contains filtered or unexported fields
}

func (PutResourcePolicyOutput) GoString added in v1.44.139

func (s PutResourcePolicyOutput) 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 (*PutResourcePolicyOutput) SetPolicyHash added in v1.44.139

SetPolicyHash sets the PolicyHash field's value.

func (*PutResourcePolicyOutput) SetPolicyId added in v1.44.139

SetPolicyId sets the PolicyId field's value.

func (PutResourcePolicyOutput) String added in v1.44.139

func (s PutResourcePolicyOutput) 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 RegisterDefaultPatchBaselineInput added in v1.6.4

type RegisterDefaultPatchBaselineInput struct {

	// The ID of the patch baseline that should be the default patch baseline.
	//
	// BaselineId is a required field
	BaselineId *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RegisterDefaultPatchBaselineInput) GoString added in v1.6.4

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 (*RegisterDefaultPatchBaselineInput) SetBaselineId added in v1.6.4

SetBaselineId sets the BaselineId field's value.

func (RegisterDefaultPatchBaselineInput) String added in v1.6.4

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 (*RegisterDefaultPatchBaselineInput) Validate added in v1.6.4

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

type RegisterDefaultPatchBaselineOutput added in v1.6.4

type RegisterDefaultPatchBaselineOutput struct {

	// The ID of the default patch baseline.
	BaselineId *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

func (RegisterDefaultPatchBaselineOutput) GoString added in v1.6.4

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 (*RegisterDefaultPatchBaselineOutput) SetBaselineId added in v1.6.4

SetBaselineId sets the BaselineId field's value.

func (RegisterDefaultPatchBaselineOutput) String added in v1.6.4

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 RegisterPatchBaselineForPatchGroupInput added in v1.6.4

type RegisterPatchBaselineForPatchGroupInput struct {

	// The ID of the patch baseline to register with the patch group.
	//
	// BaselineId is a required field
	BaselineId *string `min:"20" type:"string" required:"true"`

	// The name of the patch group to be registered with the patch baseline.
	//
	// PatchGroup is a required field
	PatchGroup *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RegisterPatchBaselineForPatchGroupInput) GoString added in v1.6.4

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 (*RegisterPatchBaselineForPatchGroupInput) SetBaselineId added in v1.6.4

SetBaselineId sets the BaselineId field's value.

func (*RegisterPatchBaselineForPatchGroupInput) SetPatchGroup added in v1.6.4

SetPatchGroup sets the PatchGroup field's value.

func (RegisterPatchBaselineForPatchGroupInput) String added in v1.6.4

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 (*RegisterPatchBaselineForPatchGroupInput) Validate added in v1.6.4

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

type RegisterPatchBaselineForPatchGroupOutput added in v1.6.4

type RegisterPatchBaselineForPatchGroupOutput struct {

	// The ID of the patch baseline the patch group was registered with.
	BaselineId *string `min:"20" type:"string"`

	// The name of the patch group registered with the patch baseline.
	PatchGroup *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (RegisterPatchBaselineForPatchGroupOutput) GoString added in v1.6.4

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 (*RegisterPatchBaselineForPatchGroupOutput) SetBaselineId added in v1.6.4

SetBaselineId sets the BaselineId field's value.

func (*RegisterPatchBaselineForPatchGroupOutput) SetPatchGroup added in v1.6.4

SetPatchGroup sets the PatchGroup field's value.

func (RegisterPatchBaselineForPatchGroupOutput) String added in v1.6.4

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 RegisterTargetWithMaintenanceWindowInput added in v1.5.13

type RegisterTargetWithMaintenanceWindowInput struct {

	// User-provided idempotency token.
	ClientToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// An optional description for the target.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by RegisterTargetWithMaintenanceWindowInput's
	// String and GoString methods.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// An optional name for the target.
	Name *string `min:"3" type:"string"`

	// User-provided value that will be included in any Amazon CloudWatch Events
	// events raised while running tasks for these targets in this maintenance window.
	//
	// OwnerInformation is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by RegisterTargetWithMaintenanceWindowInput's
	// String and GoString methods.
	OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

	// The type of target being registered with the maintenance window.
	//
	// ResourceType is a required field
	ResourceType *string `type:"string" required:"true" enum:"MaintenanceWindowResourceType"`

	// The targets to register with the maintenance window. In other words, the
	// managed nodes to run commands on when the maintenance window runs.
	//
	// If a single maintenance window task is registered with multiple targets,
	// its task invocations occur sequentially and not in parallel. If your task
	// must run on multiple targets at the same time, register a task for each target
	// individually and assign each task the same priority level.
	//
	// You can specify targets using managed node IDs, resource group names, or
	// tags that have been applied to managed nodes.
	//
	// Example 1: Specify managed node IDs
	//
	// Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>,<instance-id-3>
	//
	// Example 2: Use tag key-pairs applied to managed nodes
	//
	// Key=tag:<my-tag-key>,Values=<my-tag-value-1>,<my-tag-value-2>
	//
	// Example 3: Use tag-keys applied to managed nodes
	//
	// Key=tag-key,Values=<my-tag-key-1>,<my-tag-key-2>
	//
	// Example 4: Use resource group names
	//
	// Key=resource-groups:Name,Values=<resource-group-name>
	//
	// Example 5: Use filters for resource group types
	//
	// Key=resource-groups:ResourceTypeFilters,Values=<resource-type-1>,<resource-type-2>
	//
	// For Key=resource-groups:ResourceTypeFilters, specify resource types in the
	// following format
	//
	// Key=resource-groups:ResourceTypeFilters,Values=AWS::EC2::INSTANCE,AWS::EC2::VPC
	//
	// For more information about these examples formats, including the best use
	// case for each one, see Examples: Register targets with a maintenance window
	// (https://docs.aws.amazon.com/systems-manager/latest/userguide/mw-cli-tutorial-targets-examples.html)
	// in the Amazon Web Services Systems Manager User Guide.
	//
	// Targets is a required field
	Targets []*Target `type:"list" required:"true"`

	// The ID of the maintenance window the target should be registered with.
	//
	// WindowId is a required field
	WindowId *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RegisterTargetWithMaintenanceWindowInput) GoString added in v1.5.13

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 (*RegisterTargetWithMaintenanceWindowInput) SetClientToken added in v1.5.13

SetClientToken sets the ClientToken field's value.

func (*RegisterTargetWithMaintenanceWindowInput) SetDescription added in v1.10.25

SetDescription sets the Description field's value.

func (*RegisterTargetWithMaintenanceWindowInput) SetName added in v1.10.25

SetName sets the Name field's value.

func (*RegisterTargetWithMaintenanceWindowInput) SetOwnerInformation added in v1.5.13

SetOwnerInformation sets the OwnerInformation field's value.

func (*RegisterTargetWithMaintenanceWindowInput) SetResourceType added in v1.5.13

SetResourceType sets the ResourceType field's value.

func (*RegisterTargetWithMaintenanceWindowInput) SetTargets added in v1.5.13

SetTargets sets the Targets field's value.

func (*RegisterTargetWithMaintenanceWindowInput) SetWindowId added in v1.5.13

SetWindowId sets the WindowId field's value.

func (RegisterTargetWithMaintenanceWindowInput) String added in v1.5.13

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 (*RegisterTargetWithMaintenanceWindowInput) Validate added in v1.5.13

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

type RegisterTargetWithMaintenanceWindowOutput added in v1.5.13

type RegisterTargetWithMaintenanceWindowOutput struct {

	// The ID of the target definition in this maintenance window.
	WindowTargetId *string `min:"36" type:"string"`
	// contains filtered or unexported fields
}

func (RegisterTargetWithMaintenanceWindowOutput) GoString added in v1.5.13

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 (*RegisterTargetWithMaintenanceWindowOutput) SetWindowTargetId added in v1.5.13

SetWindowTargetId sets the WindowTargetId field's value.

func (RegisterTargetWithMaintenanceWindowOutput) String added in v1.5.13

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 RegisterTaskWithMaintenanceWindowInput added in v1.5.13

type RegisterTaskWithMaintenanceWindowInput struct {

	// The CloudWatch alarm you want to apply to your maintenance window task.
	AlarmConfiguration *AlarmConfiguration `type:"structure"`

	// User-provided idempotency token.
	ClientToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// Indicates whether tasks should continue to run after the cutoff time specified
	// in the maintenance windows is reached.
	//
	//    * CONTINUE_TASK: When the cutoff time is reached, any tasks that are running
	//    continue. The default value.
	//
	//    * CANCEL_TASK: For Automation, Lambda, Step Functions tasks: When the
	//    cutoff time is reached, any task invocations that are already running
	//    continue, but no new task invocations are started. For Run Command tasks:
	//    When the cutoff time is reached, the system sends a CancelCommand operation
	//    that attempts to cancel the command associated with the task. However,
	//    there is no guarantee that the command will be terminated and the underlying
	//    process stopped. The status for tasks that are not completed is TIMED_OUT.
	CutoffBehavior *string `type:"string" enum:"MaintenanceWindowTaskCutoffBehavior"`

	// An optional description for the task.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by RegisterTaskWithMaintenanceWindowInput's
	// String and GoString methods.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// A structure containing information about an Amazon Simple Storage Service
	// (Amazon S3) bucket to write managed node-level logs to.
	//
	// LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service
	// (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and
	// OutputS3KeyPrefix options in the TaskInvocationParameters structure. For
	// information about how Amazon Web Services Systems Manager handles these options
	// for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
	LoggingInfo *LoggingInfo `type:"structure"`

	// The maximum number of targets this task can be run for, in parallel.
	//
	// Although this element is listed as "Required: No", a value can be omitted
	// only when you are registering or updating a targetless task (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html)
	// You must provide a value in all other cases.
	//
	// For maintenance window tasks without a target specified, you can't supply
	// a value for this option. Instead, the system inserts a placeholder value
	// of 1. This value doesn't affect the running of your task.
	MaxConcurrency *string `min:"1" type:"string"`

	// The maximum number of errors allowed before this task stops being scheduled.
	//
	// Although this element is listed as "Required: No", a value can be omitted
	// only when you are registering or updating a targetless task (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html)
	// You must provide a value in all other cases.
	//
	// For maintenance window tasks without a target specified, you can't supply
	// a value for this option. Instead, the system inserts a placeholder value
	// of 1. This value doesn't affect the running of your task.
	MaxErrors *string `min:"1" type:"string"`

	// An optional name for the task.
	Name *string `min:"3" type:"string"`

	// The priority of the task in the maintenance window, the lower the number
	// the higher the priority. Tasks in a maintenance window are scheduled in priority
	// order with tasks that have the same priority scheduled in parallel.
	Priority *int64 `type:"integer"`

	// The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services
	// Systems Manager to assume when running a maintenance window task. If you
	// do not specify a service role ARN, Systems Manager uses your account's service-linked
	// role. If no service-linked role for Systems Manager exists in your account,
	// it is created when you run RegisterTaskWithMaintenanceWindow.
	//
	// For more information, see Using service-linked roles for Systems Manager
	// (https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions)
	// in the in the Amazon Web Services Systems Manager User Guide:
	ServiceRoleArn *string `type:"string"`

	// The targets (either managed nodes or maintenance window targets).
	//
	// One or more targets must be specified for maintenance window Run Command-type
	// tasks. Depending on the task, targets are optional for other maintenance
	// window task types (Automation, Lambda, and Step Functions). For more information
	// about running tasks that don't specify targets, see Registering maintenance
	// window tasks without targets (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html)
	// in the Amazon Web Services Systems Manager User Guide.
	//
	// Specify managed nodes using the following format:
	//
	// Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>
	//
	// Specify maintenance window targets using the following format:
	//
	// Key=WindowTargetIds,Values=<window-target-id-1>,<window-target-id-2>
	Targets []*Target `type:"list"`

	// The ARN of the task to run.
	//
	// TaskArn is a required field
	TaskArn *string `min:"1" type:"string" required:"true"`

	// The parameters that the task should use during execution. Populate only the
	// fields that match the task type. All other fields should be empty.
	TaskInvocationParameters *MaintenanceWindowTaskInvocationParameters `type:"structure"`

	// The parameters that should be passed to the task when it is run.
	//
	// TaskParameters has been deprecated. To specify parameters to pass to a task
	// when it runs, instead use the Parameters option in the TaskInvocationParameters
	// structure. For information about how Systems Manager handles these options
	// for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
	//
	// TaskParameters is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by RegisterTaskWithMaintenanceWindowInput's
	// String and GoString methods.
	TaskParameters map[string]*MaintenanceWindowTaskParameterValueExpression `type:"map" sensitive:"true"`

	// The type of task being registered.
	//
	// TaskType is a required field
	TaskType *string `type:"string" required:"true" enum:"MaintenanceWindowTaskType"`

	// The ID of the maintenance window the task should be added to.
	//
	// WindowId is a required field
	WindowId *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RegisterTaskWithMaintenanceWindowInput) GoString added in v1.5.13

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 (*RegisterTaskWithMaintenanceWindowInput) SetAlarmConfiguration added in v1.44.106

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetClientToken added in v1.5.13

SetClientToken sets the ClientToken field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetCutoffBehavior added in v1.40.48

SetCutoffBehavior sets the CutoffBehavior field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetDescription added in v1.10.25

SetDescription sets the Description field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetLoggingInfo added in v1.5.13

SetLoggingInfo sets the LoggingInfo field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetMaxConcurrency added in v1.5.13

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetMaxErrors added in v1.5.13

SetMaxErrors sets the MaxErrors field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetName added in v1.10.25

SetName sets the Name field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetPriority added in v1.5.13

SetPriority sets the Priority field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetServiceRoleArn added in v1.5.13

SetServiceRoleArn sets the ServiceRoleArn field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetTargets added in v1.5.13

SetTargets sets the Targets field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetTaskArn added in v1.5.13

SetTaskArn sets the TaskArn field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetTaskInvocationParameters added in v1.10.25

SetTaskInvocationParameters sets the TaskInvocationParameters field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetTaskParameters added in v1.5.13

SetTaskParameters sets the TaskParameters field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetTaskType added in v1.5.13

SetTaskType sets the TaskType field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetWindowId added in v1.5.13

SetWindowId sets the WindowId field's value.

func (RegisterTaskWithMaintenanceWindowInput) String added in v1.5.13

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 (*RegisterTaskWithMaintenanceWindowInput) Validate added in v1.5.13

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

type RegisterTaskWithMaintenanceWindowOutput added in v1.5.13

type RegisterTaskWithMaintenanceWindowOutput struct {

	// The ID of the task in the maintenance window.
	WindowTaskId *string `min:"36" type:"string"`
	// contains filtered or unexported fields
}

func (RegisterTaskWithMaintenanceWindowOutput) GoString added in v1.5.13

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 (*RegisterTaskWithMaintenanceWindowOutput) SetWindowTaskId added in v1.5.13

SetWindowTaskId sets the WindowTaskId field's value.

func (RegisterTaskWithMaintenanceWindowOutput) String added in v1.5.13

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 RegistrationMetadataItem added in v1.42.10

type RegistrationMetadataItem struct {

	// Reserved for internal use.
	//
	// Key is a required field
	Key *string `min:"1" type:"string" required:"true"`

	// Reserved for internal use.
	//
	// Value is a required field
	Value *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Reserved for internal use.

func (RegistrationMetadataItem) GoString added in v1.42.10

func (s RegistrationMetadataItem) 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 (*RegistrationMetadataItem) SetKey added in v1.42.10

SetKey sets the Key field's value.

func (*RegistrationMetadataItem) SetValue added in v1.42.10

SetValue sets the Value field's value.

func (RegistrationMetadataItem) String added in v1.42.10

func (s RegistrationMetadataItem) 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 (*RegistrationMetadataItem) Validate added in v1.42.10

func (s *RegistrationMetadataItem) Validate() error

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

type RelatedOpsItem added in v1.19.45

type RelatedOpsItem struct {

	// The ID of an OpsItem related to the current OpsItem.
	//
	// OpsItemId is a required field
	OpsItemId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

An OpsItems that shares something in common with the current OpsItem. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.

func (RelatedOpsItem) GoString added in v1.19.45

func (s RelatedOpsItem) 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 (*RelatedOpsItem) SetOpsItemId added in v1.19.45

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

SetOpsItemId sets the OpsItemId field's value.

func (RelatedOpsItem) String added in v1.19.45

func (s RelatedOpsItem) 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 (*RelatedOpsItem) Validate added in v1.19.45

func (s *RelatedOpsItem) Validate() error

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

type RemoveTagsFromResourceInput added in v1.2.2

type RemoveTagsFromResourceInput struct {

	// The ID of the resource from which you want to remove tags. For example:
	//
	// ManagedInstance: mi-012345abcde
	//
	// MaintenanceWindow: mw-012345abcde
	//
	// Automation: example-c160-4567-8519-012345abcde
	//
	// PatchBaseline: pb-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.
	//
	// The ManagedInstance type for this API operation is only for on-premises managed
	// nodes. 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"`

	// The type of resource from which you want to remove a tag.
	//
	// The ManagedInstance type for this API operation is only for on-premises managed
	// nodes. 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"`

	// Tag keys that you want to remove from the specified resource.
	//
	// TagKeys is a required field
	TagKeys []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (RemoveTagsFromResourceInput) GoString added in v1.2.2

func (s RemoveTagsFromResourceInput) 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 (*RemoveTagsFromResourceInput) SetResourceId added in v1.5.0

SetResourceId sets the ResourceId field's value.

func (*RemoveTagsFromResourceInput) SetResourceType added in v1.5.0

SetResourceType sets the ResourceType field's value.

func (*RemoveTagsFromResourceInput) SetTagKeys added in v1.5.0

SetTagKeys sets the TagKeys field's value.

func (RemoveTagsFromResourceInput) String added in v1.2.2

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 (*RemoveTagsFromResourceInput) Validate added in v1.2.2

func (s *RemoveTagsFromResourceInput) Validate() error

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

type RemoveTagsFromResourceOutput added in v1.2.2

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

func (RemoveTagsFromResourceOutput) GoString added in v1.2.2

func (s RemoveTagsFromResourceOutput) 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 (RemoveTagsFromResourceOutput) String added in v1.2.2

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 ResetServiceSettingInput added in v1.17.10

type ResetServiceSettingInput struct {

	// The Amazon Resource Name (ARN) of the service setting to reset. The setting
	// ID can be one of the following.
	//
	//    * /ssm/managed-instance/default-ec2-instance-management-role
	//
	//    * /ssm/automation/customer-script-log-destination
	//
	//    * /ssm/automation/customer-script-log-group-name
	//
	//    * /ssm/documents/console/public-sharing-permission
	//
	//    * /ssm/managed-instance/activation-tier
	//
	//    * /ssm/opsinsights/opscenter
	//
	//    * /ssm/parameter-store/default-parameter-tier
	//
	//    * /ssm/parameter-store/high-throughput-enabled
	//
	// SettingId is a required field
	SettingId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The request body of the ResetServiceSetting API operation.

func (ResetServiceSettingInput) GoString added in v1.17.10

func (s ResetServiceSettingInput) 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 (*ResetServiceSettingInput) SetSettingId added in v1.17.10

SetSettingId sets the SettingId field's value.

func (ResetServiceSettingInput) String added in v1.17.10

func (s ResetServiceSettingInput) 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 (*ResetServiceSettingInput) Validate added in v1.17.10

func (s *ResetServiceSettingInput) Validate() error

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

type ResetServiceSettingOutput added in v1.17.10

type ResetServiceSettingOutput struct {

	// The current, effective service setting after calling the ResetServiceSetting
	// API operation.
	ServiceSetting *ServiceSetting `type:"structure"`
	// contains filtered or unexported fields
}

The result body of the ResetServiceSetting API operation.

func (ResetServiceSettingOutput) GoString added in v1.17.10

func (s ResetServiceSettingOutput) 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 (*ResetServiceSettingOutput) SetServiceSetting added in v1.17.10

SetServiceSetting sets the ServiceSetting field's value.

func (ResetServiceSettingOutput) String added in v1.17.10

func (s ResetServiceSettingOutput) 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 ResolvedTargets added in v1.12.37

type ResolvedTargets struct {

	// A list of parameter values sent to targets that resolved during the Automation
	// execution.
	ParameterValues []*string `type:"list"`

	// A boolean value indicating whether the resolved target list is truncated.
	Truncated *bool `type:"boolean"`
	// contains filtered or unexported fields
}

Information about targets that resolved during the Automation execution.

func (ResolvedTargets) GoString added in v1.12.37

func (s ResolvedTargets) 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 (*ResolvedTargets) SetParameterValues added in v1.12.37

func (s *ResolvedTargets) SetParameterValues(v []*string) *ResolvedTargets

SetParameterValues sets the ParameterValues field's value.

func (*ResolvedTargets) SetTruncated added in v1.12.37

func (s *ResolvedTargets) SetTruncated(v bool) *ResolvedTargets

SetTruncated sets the Truncated field's value.

func (ResolvedTargets) String added in v1.12.37

func (s ResolvedTargets) 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 ResourceComplianceSummaryItem added in v1.10.25

type ResourceComplianceSummaryItem struct {

	// The compliance type.
	ComplianceType *string `min:"1" type:"string"`

	// A list of items that are compliant for the resource.
	CompliantSummary *CompliantSummary `type:"structure"`

	// Information about the execution.
	ExecutionSummary *ComplianceExecutionSummary `type:"structure"`

	// A list of items that aren't compliant for the resource.
	NonCompliantSummary *NonCompliantSummary `type:"structure"`

	// The highest severity item found for the resource. The resource is compliant
	// for this item.
	OverallSeverity *string `type:"string" enum:"ComplianceSeverity"`

	// The resource ID.
	ResourceId *string `min:"1" type:"string"`

	// The resource type.
	ResourceType *string `min:"1" type:"string"`

	// The compliance status for the resource.
	Status *string `type:"string" enum:"ComplianceStatus"`
	// contains filtered or unexported fields
}

Compliance summary information for a specific resource.

func (ResourceComplianceSummaryItem) GoString added in v1.10.25

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 (*ResourceComplianceSummaryItem) SetComplianceType added in v1.10.25

SetComplianceType sets the ComplianceType field's value.

func (*ResourceComplianceSummaryItem) SetCompliantSummary added in v1.10.25

SetCompliantSummary sets the CompliantSummary field's value.

func (*ResourceComplianceSummaryItem) SetExecutionSummary added in v1.10.25

SetExecutionSummary sets the ExecutionSummary field's value.

func (*ResourceComplianceSummaryItem) SetNonCompliantSummary added in v1.10.25

SetNonCompliantSummary sets the NonCompliantSummary field's value.

func (*ResourceComplianceSummaryItem) SetOverallSeverity added in v1.10.25

SetOverallSeverity sets the OverallSeverity field's value.

func (*ResourceComplianceSummaryItem) SetResourceId added in v1.10.25

SetResourceId sets the ResourceId field's value.

func (*ResourceComplianceSummaryItem) SetResourceType added in v1.10.25

SetResourceType sets the ResourceType field's value.

func (*ResourceComplianceSummaryItem) SetStatus added in v1.10.25

SetStatus sets the Status field's value.

func (ResourceComplianceSummaryItem) String added in v1.10.25

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 ResourceDataSyncAlreadyExistsException added in v1.28.0

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

	Message_ *string `locationName:"message" type:"string"`

	SyncName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A sync configuration with the same name already exists.

func (*ResourceDataSyncAlreadyExistsException) Code added in v1.28.0

Code returns the exception type name.

func (*ResourceDataSyncAlreadyExistsException) Error added in v1.28.0

func (ResourceDataSyncAlreadyExistsException) GoString added in v1.28.0

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 (*ResourceDataSyncAlreadyExistsException) Message added in v1.28.0

Message returns the exception's message.

func (*ResourceDataSyncAlreadyExistsException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceDataSyncAlreadyExistsException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*ResourceDataSyncAlreadyExistsException) StatusCode added in v1.28.0

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

func (ResourceDataSyncAlreadyExistsException) String added in v1.28.0

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 ResourceDataSyncAwsOrganizationsSource added in v1.25.37

type ResourceDataSyncAwsOrganizationsSource struct {

	// If an Amazon Web Services organization is present, this is either OrganizationalUnits
	// or EntireOrganization. For OrganizationalUnits, the data is aggregated from
	// a set of organization units. For EntireOrganization, the data is aggregated
	// from the entire Amazon Web Services organization.
	//
	// OrganizationSourceType is a required field
	OrganizationSourceType *string `min:"1" type:"string" required:"true"`

	// The Organizations organization units included in the sync.
	OrganizationalUnits []*ResourceDataSyncOrganizationalUnit `min:"1" type:"list"`
	// contains filtered or unexported fields
}

Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from Organizations or, if an Amazon Web Services organization isn't present, from multiple Amazon Web Services Regions.

func (ResourceDataSyncAwsOrganizationsSource) GoString added in v1.25.37

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 (*ResourceDataSyncAwsOrganizationsSource) SetOrganizationSourceType added in v1.25.37

SetOrganizationSourceType sets the OrganizationSourceType field's value.

func (*ResourceDataSyncAwsOrganizationsSource) SetOrganizationalUnits added in v1.25.37

SetOrganizationalUnits sets the OrganizationalUnits field's value.

func (ResourceDataSyncAwsOrganizationsSource) String added in v1.25.37

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 (*ResourceDataSyncAwsOrganizationsSource) Validate added in v1.25.37

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

type ResourceDataSyncConflictException added in v1.28.0

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

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

Another UpdateResourceDataSync request is being processed. Wait a few minutes and try again.

func (*ResourceDataSyncConflictException) Code added in v1.28.0

Code returns the exception type name.

func (*ResourceDataSyncConflictException) Error added in v1.28.0

func (ResourceDataSyncConflictException) GoString added in v1.28.0

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 (*ResourceDataSyncConflictException) Message added in v1.28.0

Message returns the exception's message.

func (*ResourceDataSyncConflictException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceDataSyncConflictException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*ResourceDataSyncConflictException) StatusCode added in v1.28.0

func (s *ResourceDataSyncConflictException) StatusCode() int

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

func (ResourceDataSyncConflictException) String added in v1.28.0

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 ResourceDataSyncCountExceededException added in v1.28.0

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

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

You have exceeded the allowed maximum sync configurations.

func (*ResourceDataSyncCountExceededException) Code added in v1.28.0

Code returns the exception type name.

func (*ResourceDataSyncCountExceededException) Error added in v1.28.0

func (ResourceDataSyncCountExceededException) GoString added in v1.28.0

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 (*ResourceDataSyncCountExceededException) Message added in v1.28.0

Message returns the exception's message.

func (*ResourceDataSyncCountExceededException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceDataSyncCountExceededException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*ResourceDataSyncCountExceededException) StatusCode added in v1.28.0

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

func (ResourceDataSyncCountExceededException) String added in v1.28.0

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 ResourceDataSyncDestinationDataSharing added in v1.29.25

type ResourceDataSyncDestinationDataSharing struct {

	// The sharing data type. Only Organization is supported.
	DestinationDataSharingType *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Synchronize Amazon Web Services Systems Manager Inventory data from multiple Amazon Web Services accounts defined in Organizations to a centralized Amazon S3 bucket. Data is synchronized to individual key prefixes in the central bucket. Each key prefix represents a different Amazon Web Services account ID.

func (ResourceDataSyncDestinationDataSharing) GoString added in v1.29.25

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 (*ResourceDataSyncDestinationDataSharing) SetDestinationDataSharingType added in v1.29.25

SetDestinationDataSharingType sets the DestinationDataSharingType field's value.

func (ResourceDataSyncDestinationDataSharing) String added in v1.29.25

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 (*ResourceDataSyncDestinationDataSharing) Validate added in v1.29.25

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

type ResourceDataSyncInvalidConfigurationException added in v1.28.0

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

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

The specified sync configuration is invalid.

func (*ResourceDataSyncInvalidConfigurationException) Code added in v1.28.0

Code returns the exception type name.

func (*ResourceDataSyncInvalidConfigurationException) Error added in v1.28.0

func (ResourceDataSyncInvalidConfigurationException) GoString added in v1.28.0

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 (*ResourceDataSyncInvalidConfigurationException) Message added in v1.28.0

Message returns the exception's message.

func (*ResourceDataSyncInvalidConfigurationException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceDataSyncInvalidConfigurationException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*ResourceDataSyncInvalidConfigurationException) StatusCode added in v1.28.0

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

func (ResourceDataSyncInvalidConfigurationException) String added in v1.28.0

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 ResourceDataSyncItem added in v1.10.5

type ResourceDataSyncItem struct {

	// The status reported by the last sync.
	LastStatus *string `type:"string" enum:"LastResourceDataSyncStatus"`

	// The last time the sync operations returned a status of SUCCESSFUL (UTC).
	LastSuccessfulSyncTime *time.Time `type:"timestamp"`

	// The status message details reported by the last sync.
	LastSyncStatusMessage *string `type:"string"`

	// The last time the configuration attempted to sync (UTC).
	LastSyncTime *time.Time `type:"timestamp"`

	// Configuration information for the target S3 bucket.
	S3Destination *ResourceDataSyncS3Destination `type:"structure"`

	// The date and time the configuration was created (UTC).
	SyncCreatedTime *time.Time `type:"timestamp"`

	// The date and time the resource data sync was changed.
	SyncLastModifiedTime *time.Time `type:"timestamp"`

	// The name of the resource data sync.
	SyncName *string `min:"1" type:"string"`

	// Information about the source where the data was synchronized.
	SyncSource *ResourceDataSyncSourceWithState `type:"structure"`

	// The type of resource data sync. If SyncType is SyncToDestination, then the
	// resource data sync synchronizes data to an S3 bucket. If the SyncType is
	// SyncFromSource then the resource data sync synchronizes data from Organizations
	// or from multiple Amazon Web Services Regions.
	SyncType *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Information about a resource data sync configuration, including its current status and last successful sync.

func (ResourceDataSyncItem) GoString added in v1.10.5

func (s ResourceDataSyncItem) 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 (*ResourceDataSyncItem) SetLastStatus added in v1.10.5

func (s *ResourceDataSyncItem) SetLastStatus(v string) *ResourceDataSyncItem

SetLastStatus sets the LastStatus field's value.

func (*ResourceDataSyncItem) SetLastSuccessfulSyncTime added in v1.10.5

func (s *ResourceDataSyncItem) SetLastSuccessfulSyncTime(v time.Time) *ResourceDataSyncItem

SetLastSuccessfulSyncTime sets the LastSuccessfulSyncTime field's value.

func (*ResourceDataSyncItem) SetLastSyncStatusMessage added in v1.13.8

func (s *ResourceDataSyncItem) SetLastSyncStatusMessage(v string) *ResourceDataSyncItem

SetLastSyncStatusMessage sets the LastSyncStatusMessage field's value.

func (*ResourceDataSyncItem) SetLastSyncTime added in v1.10.5

func (s *ResourceDataSyncItem) SetLastSyncTime(v time.Time) *ResourceDataSyncItem

SetLastSyncTime sets the LastSyncTime field's value.

func (*ResourceDataSyncItem) SetS3Destination added in v1.10.5

SetS3Destination sets the S3Destination field's value.

func (*ResourceDataSyncItem) SetSyncCreatedTime added in v1.10.5

func (s *ResourceDataSyncItem) SetSyncCreatedTime(v time.Time) *ResourceDataSyncItem

SetSyncCreatedTime sets the SyncCreatedTime field's value.

func (*ResourceDataSyncItem) SetSyncLastModifiedTime added in v1.25.37

func (s *ResourceDataSyncItem) SetSyncLastModifiedTime(v time.Time) *ResourceDataSyncItem

SetSyncLastModifiedTime sets the SyncLastModifiedTime field's value.

func (*ResourceDataSyncItem) SetSyncName added in v1.10.5

SetSyncName sets the SyncName field's value.

func (*ResourceDataSyncItem) SetSyncSource added in v1.25.37

SetSyncSource sets the SyncSource field's value.

func (*ResourceDataSyncItem) SetSyncType added in v1.25.37

SetSyncType sets the SyncType field's value.

func (ResourceDataSyncItem) String added in v1.10.5

func (s ResourceDataSyncItem) 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 ResourceDataSyncNotFoundException added in v1.28.0

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

	Message_ *string `locationName:"Message" type:"string"`

	SyncName *string `min:"1" type:"string"`

	SyncType *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The specified sync name wasn't found.

func (*ResourceDataSyncNotFoundException) Code added in v1.28.0

Code returns the exception type name.

func (*ResourceDataSyncNotFoundException) Error added in v1.28.0

func (ResourceDataSyncNotFoundException) GoString added in v1.28.0

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 (*ResourceDataSyncNotFoundException) Message added in v1.28.0

Message returns the exception's message.

func (*ResourceDataSyncNotFoundException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceDataSyncNotFoundException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*ResourceDataSyncNotFoundException) StatusCode added in v1.28.0

func (s *ResourceDataSyncNotFoundException) StatusCode() int

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

func (ResourceDataSyncNotFoundException) String added in v1.28.0

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 ResourceDataSyncOrganizationalUnit added in v1.25.37

type ResourceDataSyncOrganizationalUnit struct {

	// The Organizations unit ID data source for the sync.
	OrganizationalUnitId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The Organizations organizational unit data source for the sync.

func (ResourceDataSyncOrganizationalUnit) GoString added in v1.25.37

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 (*ResourceDataSyncOrganizationalUnit) SetOrganizationalUnitId added in v1.25.37

SetOrganizationalUnitId sets the OrganizationalUnitId field's value.

func (ResourceDataSyncOrganizationalUnit) String added in v1.25.37

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 (*ResourceDataSyncOrganizationalUnit) Validate added in v1.25.37

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

type ResourceDataSyncS3Destination added in v1.10.5

type ResourceDataSyncS3Destination struct {

	// The ARN of an encryption key for a destination in Amazon S3. Must belong
	// to the same Region as the destination S3 bucket.
	AWSKMSKeyARN *string `min:"1" type:"string"`

	// The name of the S3 bucket where the aggregated data is stored.
	//
	// BucketName is a required field
	BucketName *string `min:"1" type:"string" required:"true"`

	// Enables destination data sharing. By default, this field is null.
	DestinationDataSharing *ResourceDataSyncDestinationDataSharing `type:"structure"`

	// An Amazon S3 prefix for the bucket.
	Prefix *string `min:"1" type:"string"`

	// The Amazon Web Services Region with the S3 bucket targeted by the resource
	// data sync.
	//
	// Region is a required field
	Region *string `min:"1" type:"string" required:"true"`

	// A supported sync format. The following format is currently supported: JsonSerDe
	//
	// SyncFormat is a required field
	SyncFormat *string `type:"string" required:"true" enum:"ResourceDataSyncS3Format"`
	// contains filtered or unexported fields
}

Information about the target S3 bucket for the resource data sync.

func (ResourceDataSyncS3Destination) GoString added in v1.10.5

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 (*ResourceDataSyncS3Destination) SetAWSKMSKeyARN added in v1.10.37

SetAWSKMSKeyARN sets the AWSKMSKeyARN field's value.

func (*ResourceDataSyncS3Destination) SetBucketName added in v1.10.5

SetBucketName sets the BucketName field's value.

func (*ResourceDataSyncS3Destination) SetDestinationDataSharing added in v1.29.25

SetDestinationDataSharing sets the DestinationDataSharing field's value.

func (*ResourceDataSyncS3Destination) SetPrefix added in v1.10.5

SetPrefix sets the Prefix field's value.

func (*ResourceDataSyncS3Destination) SetRegion added in v1.10.5

SetRegion sets the Region field's value.

func (*ResourceDataSyncS3Destination) SetSyncFormat added in v1.10.5

SetSyncFormat sets the SyncFormat field's value.

func (ResourceDataSyncS3Destination) String added in v1.10.5

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 (*ResourceDataSyncS3Destination) Validate added in v1.10.5

func (s *ResourceDataSyncS3Destination) Validate() error

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

type ResourceDataSyncSource added in v1.25.37

type ResourceDataSyncSource struct {

	// Information about the AwsOrganizationsSource resource data sync source. A
	// sync source of this type can synchronize data from Organizations.
	AwsOrganizationsSource *ResourceDataSyncAwsOrganizationsSource `type:"structure"`

	// When you create a resource data sync, if you choose one of the Organizations
	// options, then Systems Manager automatically enables all OpsData sources in
	// the selected Amazon Web Services Regions for all Amazon Web Services accounts
	// in your organization (or in the selected organization units). For more information,
	// see Setting up Systems Manager Explorer to display data from multiple accounts
	// and Regions (https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resource-data-sync.html)
	// in the Amazon Web Services Systems Manager User Guide.
	EnableAllOpsDataSources *bool `type:"boolean"`

	// Whether to automatically synchronize and aggregate data from new Amazon Web
	// Services Regions when those Regions come online.
	IncludeFutureRegions *bool `type:"boolean"`

	// The SyncSource Amazon Web Services Regions included in the resource data
	// sync.
	//
	// SourceRegions is a required field
	SourceRegions []*string `type:"list" required:"true"`

	// The type of data source for the resource data sync. SourceType is either
	// AwsOrganizations (if an organization is present in Organizations) or SingleAccountMultiRegions.
	//
	// SourceType is a required field
	SourceType *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Information about the source of the data included in the resource data sync.

func (ResourceDataSyncSource) GoString added in v1.25.37

func (s ResourceDataSyncSource) 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 (*ResourceDataSyncSource) SetAwsOrganizationsSource added in v1.25.37

SetAwsOrganizationsSource sets the AwsOrganizationsSource field's value.

func (*ResourceDataSyncSource) SetEnableAllOpsDataSources added in v1.38.4

func (s *ResourceDataSyncSource) SetEnableAllOpsDataSources(v bool) *ResourceDataSyncSource

SetEnableAllOpsDataSources sets the EnableAllOpsDataSources field's value.

func (*ResourceDataSyncSource) SetIncludeFutureRegions added in v1.25.37

func (s *ResourceDataSyncSource) SetIncludeFutureRegions(v bool) *ResourceDataSyncSource

SetIncludeFutureRegions sets the IncludeFutureRegions field's value.

func (*ResourceDataSyncSource) SetSourceRegions added in v1.25.37

func (s *ResourceDataSyncSource) SetSourceRegions(v []*string) *ResourceDataSyncSource

SetSourceRegions sets the SourceRegions field's value.

func (*ResourceDataSyncSource) SetSourceType added in v1.25.37

SetSourceType sets the SourceType field's value.

func (ResourceDataSyncSource) String added in v1.25.37

func (s ResourceDataSyncSource) 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 (*ResourceDataSyncSource) Validate added in v1.25.37

func (s *ResourceDataSyncSource) Validate() error

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

type ResourceDataSyncSourceWithState added in v1.25.37

type ResourceDataSyncSourceWithState struct {

	// The field name in SyncSource for the ResourceDataSyncAwsOrganizationsSource
	// type.
	AwsOrganizationsSource *ResourceDataSyncAwsOrganizationsSource `type:"structure"`

	// When you create a resource data sync, if you choose one of the Organizations
	// options, then Systems Manager automatically enables all OpsData sources in
	// the selected Amazon Web Services Regions for all Amazon Web Services accounts
	// in your organization (or in the selected organization units). For more information,
	// see Setting up Systems Manager Explorer to display data from multiple accounts
	// and Regions (https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resource-data-sync.html)
	// in the Amazon Web Services Systems Manager User Guide.
	EnableAllOpsDataSources *bool `type:"boolean"`

	// Whether to automatically synchronize and aggregate data from new Amazon Web
	// Services Regions when those Regions come online.
	IncludeFutureRegions *bool `type:"boolean"`

	// The SyncSource Amazon Web Services Regions included in the resource data
	// sync.
	SourceRegions []*string `type:"list"`

	// The type of data source for the resource data sync. SourceType is either
	// AwsOrganizations (if an organization is present in Organizations) or singleAccountMultiRegions.
	SourceType *string `min:"1" type:"string"`

	// The data type name for including resource data sync state. There are four
	// sync states:
	//
	// OrganizationNotExists: Your organization doesn't exist.
	//
	// NoPermissions: The system can't locate the service-linked role. This role
	// is automatically created when a user creates a resource data sync in Explorer.
	//
	// InvalidOrganizationalUnit: You specified or selected an invalid unit in the
	// resource data sync configuration.
	//
	// TrustedAccessDisabled: You disabled Systems Manager access in the organization
	// in Organizations.
	State *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The data type name for including resource data sync state. There are four sync states:

OrganizationNotExists (Your organization doesn't exist)

NoPermissions (The system can't locate the service-linked role. This role is automatically created when a user creates a resource data sync in Amazon Web Services Systems Manager Explorer.)

InvalidOrganizationalUnit (You specified or selected an invalid unit in the resource data sync configuration.)

TrustedAccessDisabled (You disabled Systems Manager access in the organization in Organizations.)

func (ResourceDataSyncSourceWithState) GoString added in v1.25.37

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 (*ResourceDataSyncSourceWithState) SetAwsOrganizationsSource added in v1.25.37

SetAwsOrganizationsSource sets the AwsOrganizationsSource field's value.

func (*ResourceDataSyncSourceWithState) SetEnableAllOpsDataSources added in v1.38.4

func (s *ResourceDataSyncSourceWithState) SetEnableAllOpsDataSources(v bool) *ResourceDataSyncSourceWithState

SetEnableAllOpsDataSources sets the EnableAllOpsDataSources field's value.

func (*ResourceDataSyncSourceWithState) SetIncludeFutureRegions added in v1.25.37

SetIncludeFutureRegions sets the IncludeFutureRegions field's value.

func (*ResourceDataSyncSourceWithState) SetSourceRegions added in v1.25.37

SetSourceRegions sets the SourceRegions field's value.

func (*ResourceDataSyncSourceWithState) SetSourceType added in v1.25.37

SetSourceType sets the SourceType field's value.

func (*ResourceDataSyncSourceWithState) SetState added in v1.25.37

SetState sets the State field's value.

func (ResourceDataSyncSourceWithState) String added in v1.25.37

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 ResourceInUseException added in v1.28.0

type ResourceInUseException 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 delete a patch baseline that is registered for a patch group.

func (*ResourceInUseException) Code added in v1.28.0

func (s *ResourceInUseException) Code() string

Code returns the exception type name.

func (*ResourceInUseException) Error added in v1.28.0

func (s *ResourceInUseException) Error() string

func (ResourceInUseException) GoString added in v1.28.0

func (s ResourceInUseException) 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 (*ResourceInUseException) Message added in v1.28.0

func (s *ResourceInUseException) Message() string

Message returns the exception's message.

func (*ResourceInUseException) OrigErr added in v1.28.0

func (s *ResourceInUseException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceInUseException) RequestID added in v1.28.0

func (s *ResourceInUseException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceInUseException) StatusCode added in v1.28.0

func (s *ResourceInUseException) StatusCode() int

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

func (ResourceInUseException) String added in v1.28.0

func (s ResourceInUseException) 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 ResourceLimitExceededException added in v1.28.0

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

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

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.

func (*ResourceLimitExceededException) Code added in v1.28.0

Code returns the exception type name.

func (*ResourceLimitExceededException) Error added in v1.28.0

func (ResourceLimitExceededException) GoString added in v1.28.0

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 (*ResourceLimitExceededException) Message added in v1.28.0

Message returns the exception's message.

func (*ResourceLimitExceededException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceLimitExceededException) RequestID added in v1.28.0

func (s *ResourceLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceLimitExceededException) StatusCode added in v1.28.0

func (s *ResourceLimitExceededException) StatusCode() int

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

func (ResourceLimitExceededException) String added in v1.28.0

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 ResourceNotFoundException added in v1.50.23

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

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

The specified parameter to be shared could not be found.

func (*ResourceNotFoundException) Code added in v1.50.23

Code returns the exception type name.

func (*ResourceNotFoundException) Error added in v1.50.23

func (s *ResourceNotFoundException) Error() string

func (ResourceNotFoundException) GoString added in v1.50.23

func (s ResourceNotFoundException) 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 (*ResourceNotFoundException) Message added in v1.50.23

func (s *ResourceNotFoundException) Message() string

Message returns the exception's message.

func (*ResourceNotFoundException) OrigErr added in v1.50.23

func (s *ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFoundException) RequestID added in v1.50.23

func (s *ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFoundException) StatusCode added in v1.50.23

func (s *ResourceNotFoundException) StatusCode() int

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

func (ResourceNotFoundException) String added in v1.50.23

func (s ResourceNotFoundException) 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 ResourcePolicyConflictException added in v1.44.139

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

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

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.

func (*ResourcePolicyConflictException) Code added in v1.44.139

Code returns the exception type name.

func (*ResourcePolicyConflictException) Error added in v1.44.139

func (ResourcePolicyConflictException) GoString added in v1.44.139

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 (*ResourcePolicyConflictException) Message added in v1.44.139

Message returns the exception's message.

func (*ResourcePolicyConflictException) OrigErr added in v1.44.139

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourcePolicyConflictException) RequestID added in v1.44.139

func (s *ResourcePolicyConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourcePolicyConflictException) StatusCode added in v1.44.139

func (s *ResourcePolicyConflictException) StatusCode() int

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

func (ResourcePolicyConflictException) String added in v1.44.139

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 ResourcePolicyInvalidParameterException added in v1.44.139

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

	Message_ *string `locationName:"Message" type:"string"`

	ParameterNames []*string `type:"list"`
	// contains filtered or unexported fields
}

One or more parameters specified for the call aren't valid. Verify the parameters and their values and try again.

func (*ResourcePolicyInvalidParameterException) Code added in v1.44.139

Code returns the exception type name.

func (*ResourcePolicyInvalidParameterException) Error added in v1.44.139

func (ResourcePolicyInvalidParameterException) GoString added in v1.44.139

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 (*ResourcePolicyInvalidParameterException) Message added in v1.44.139

Message returns the exception's message.

func (*ResourcePolicyInvalidParameterException) OrigErr added in v1.44.139

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourcePolicyInvalidParameterException) RequestID added in v1.44.139

RequestID returns the service's response RequestID for request.

func (*ResourcePolicyInvalidParameterException) StatusCode added in v1.44.139

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

func (ResourcePolicyInvalidParameterException) String added in v1.44.139

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 ResourcePolicyLimitExceededException added in v1.44.139

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

	Limit *int64 `type:"integer"`

	LimitType *string `type:"string"`

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

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.

func (*ResourcePolicyLimitExceededException) Code added in v1.44.139

Code returns the exception type name.

func (*ResourcePolicyLimitExceededException) Error added in v1.44.139

func (ResourcePolicyLimitExceededException) GoString added in v1.44.139

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 (*ResourcePolicyLimitExceededException) Message added in v1.44.139

Message returns the exception's message.

func (*ResourcePolicyLimitExceededException) OrigErr added in v1.44.139

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourcePolicyLimitExceededException) RequestID added in v1.44.139

RequestID returns the service's response RequestID for request.

func (*ResourcePolicyLimitExceededException) StatusCode added in v1.44.139

func (s *ResourcePolicyLimitExceededException) StatusCode() int

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

func (ResourcePolicyLimitExceededException) String added in v1.44.139

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 ResourcePolicyNotFoundException added in v1.50.23

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

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

No policies with the specified policy ID and hash could be found.

func (*ResourcePolicyNotFoundException) Code added in v1.50.23

Code returns the exception type name.

func (*ResourcePolicyNotFoundException) Error added in v1.50.23

func (ResourcePolicyNotFoundException) GoString added in v1.50.23

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 (*ResourcePolicyNotFoundException) Message added in v1.50.23

Message returns the exception's message.

func (*ResourcePolicyNotFoundException) OrigErr added in v1.50.23

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourcePolicyNotFoundException) RequestID added in v1.50.23

func (s *ResourcePolicyNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourcePolicyNotFoundException) StatusCode added in v1.50.23

func (s *ResourcePolicyNotFoundException) StatusCode() int

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

func (ResourcePolicyNotFoundException) String added in v1.50.23

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 ResultAttribute added in v1.5.13

type ResultAttribute struct {

	// Name of the inventory item type. Valid value: AWS:InstanceInformation. Default
	// Value: AWS:InstanceInformation.
	//
	// TypeName is a required field
	TypeName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The inventory item result attribute.

func (ResultAttribute) GoString added in v1.5.13

func (s ResultAttribute) 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 (*ResultAttribute) SetTypeName added in v1.5.13

func (s *ResultAttribute) SetTypeName(v string) *ResultAttribute

SetTypeName sets the TypeName field's value.

func (ResultAttribute) String added in v1.5.13

func (s ResultAttribute) 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 (*ResultAttribute) Validate added in v1.5.13

func (s *ResultAttribute) Validate() error

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

type ResumeSessionInput added in v1.15.33

type ResumeSessionInput struct {

	// The ID of the disconnected session to resume.
	//
	// SessionId is a required field
	SessionId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ResumeSessionInput) GoString added in v1.15.33

func (s ResumeSessionInput) 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 (*ResumeSessionInput) SetSessionId added in v1.15.33

func (s *ResumeSessionInput) SetSessionId(v string) *ResumeSessionInput

SetSessionId sets the SessionId field's value.

func (ResumeSessionInput) String added in v1.15.33

func (s ResumeSessionInput) 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 (*ResumeSessionInput) Validate added in v1.15.33

func (s *ResumeSessionInput) Validate() error

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

type ResumeSessionOutput added in v1.15.33

type ResumeSessionOutput struct {

	// The ID of the session.
	SessionId *string `min:"1" type:"string"`

	// A URL back to SSM Agent on the managed node that the Session Manager client
	// uses to send commands and receive output from the managed node. Format: wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output).
	//
	// region represents the Region identifier for an Amazon Web Services Region
	// supported by Amazon Web Services Systems Manager, such as us-east-2 for the
	// US East (Ohio) Region. For a list of supported region values, see the Region
	// column in Systems Manager service endpoints (https://docs.aws.amazon.com/general/latest/gr/ssm.html#ssm_region)
	// in the Amazon Web Services General Reference.
	//
	// session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE.
	StreamUrl *string `type:"string"`

	// An encrypted token value containing session and caller information. Used
	// to authenticate the connection to the managed node.
	TokenValue *string `type:"string"`
	// contains filtered or unexported fields
}

func (ResumeSessionOutput) GoString added in v1.15.33

func (s ResumeSessionOutput) 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 (*ResumeSessionOutput) SetSessionId added in v1.15.33

func (s *ResumeSessionOutput) SetSessionId(v string) *ResumeSessionOutput

SetSessionId sets the SessionId field's value.

func (*ResumeSessionOutput) SetStreamUrl added in v1.15.33

func (s *ResumeSessionOutput) SetStreamUrl(v string) *ResumeSessionOutput

SetStreamUrl sets the StreamUrl field's value.

func (*ResumeSessionOutput) SetTokenValue added in v1.15.33

func (s *ResumeSessionOutput) SetTokenValue(v string) *ResumeSessionOutput

SetTokenValue sets the TokenValue field's value.

func (ResumeSessionOutput) String added in v1.15.33

func (s ResumeSessionOutput) 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 ReviewInformation added in v1.36.9

type ReviewInformation struct {

	// The time that the reviewer took action on the document review request.
	ReviewedTime *time.Time `type:"timestamp"`

	// The reviewer assigned to take action on the document review request.
	Reviewer *string `type:"string"`

	// The current status of the document review request.
	Status *string `type:"string" enum:"ReviewStatus"`
	// contains filtered or unexported fields
}

Information about the result of a document review request.

func (ReviewInformation) GoString added in v1.36.9

func (s ReviewInformation) 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 (*ReviewInformation) SetReviewedTime added in v1.36.9

func (s *ReviewInformation) SetReviewedTime(v time.Time) *ReviewInformation

SetReviewedTime sets the ReviewedTime field's value.

func (*ReviewInformation) SetReviewer added in v1.36.9

func (s *ReviewInformation) SetReviewer(v string) *ReviewInformation

SetReviewer sets the Reviewer field's value.

func (*ReviewInformation) SetStatus added in v1.36.9

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

SetStatus sets the Status field's value.

func (ReviewInformation) String added in v1.36.9

func (s ReviewInformation) 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 Runbook added in v1.36.9

type Runbook struct {

	// The name of the Automation runbook used in a runbook workflow.
	//
	// DocumentName is a required field
	DocumentName *string `type:"string" required:"true"`

	// The version of the Automation runbook used in a runbook workflow.
	DocumentVersion *string `type:"string"`

	// The MaxConcurrency value specified by the user when the operation started,
	// indicating the maximum number of resources that the runbook operation can
	// run on at the same time.
	MaxConcurrency *string `min:"1" type:"string"`

	// The MaxErrors value specified by the user when the execution started, indicating
	// the maximum number of errors that can occur during the operation before the
	// updates are stopped or rolled back.
	MaxErrors *string `min:"1" type:"string"`

	// The key-value map of execution parameters, which were supplied when calling
	// StartChangeRequestExecution.
	Parameters map[string][]*string `min:"1" type:"map"`

	// Information about the Amazon Web Services Regions and Amazon Web Services
	// accounts targeted by the current Runbook operation.
	TargetLocations []*TargetLocation `min:"1" type:"list"`

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

	// The name of the parameter used as the target resource for the rate-controlled
	// runbook workflow. Required if you specify Targets.
	TargetParameterName *string `min:"1" type:"string"`

	// A key-value mapping to target resources that the runbook operation performs
	// tasks on. Required if you specify TargetParameterName.
	Targets []*Target `type:"list"`
	// contains filtered or unexported fields
}

Information about an Automation runbook used in 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.

func (Runbook) GoString added in v1.36.9

func (s Runbook) 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 (*Runbook) SetDocumentName added in v1.36.9

func (s *Runbook) SetDocumentName(v string) *Runbook

SetDocumentName sets the DocumentName field's value.

func (*Runbook) SetDocumentVersion added in v1.36.9

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

SetDocumentVersion sets the DocumentVersion field's value.

func (*Runbook) SetMaxConcurrency added in v1.36.9

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

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*Runbook) SetMaxErrors added in v1.36.9

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

SetMaxErrors sets the MaxErrors field's value.

func (*Runbook) SetParameters added in v1.36.9

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

SetParameters sets the Parameters field's value.

func (*Runbook) SetTargetLocations added in v1.36.9

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

SetTargetLocations sets the TargetLocations field's value.

func (*Runbook) SetTargetMaps added in v1.44.4

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

SetTargetMaps sets the TargetMaps field's value.

func (*Runbook) SetTargetParameterName added in v1.36.9

func (s *Runbook) SetTargetParameterName(v string) *Runbook

SetTargetParameterName sets the TargetParameterName field's value.

func (*Runbook) SetTargets added in v1.36.9

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

SetTargets sets the Targets field's value.

func (Runbook) String added in v1.36.9

func (s Runbook) 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 (*Runbook) Validate added in v1.36.9

func (s *Runbook) Validate() error

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

type S3OutputLocation added in v1.5.13

type S3OutputLocation struct {

	// The name of the S3 bucket.
	OutputS3BucketName *string `min:"3" type:"string"`

	// The S3 bucket subfolder.
	OutputS3KeyPrefix *string `type:"string"`

	// The Amazon Web Services Region of the S3 bucket.
	OutputS3Region *string `min:"3" type:"string"`
	// contains filtered or unexported fields
}

An S3 bucket where you want to store the results of this request.

func (S3OutputLocation) GoString added in v1.5.13

func (s S3OutputLocation) 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 (*S3OutputLocation) SetOutputS3BucketName added in v1.5.13

func (s *S3OutputLocation) SetOutputS3BucketName(v string) *S3OutputLocation

SetOutputS3BucketName sets the OutputS3BucketName field's value.

func (*S3OutputLocation) SetOutputS3KeyPrefix added in v1.5.13

func (s *S3OutputLocation) SetOutputS3KeyPrefix(v string) *S3OutputLocation

SetOutputS3KeyPrefix sets the OutputS3KeyPrefix field's value.

func (*S3OutputLocation) SetOutputS3Region added in v1.5.13

func (s *S3OutputLocation) SetOutputS3Region(v string) *S3OutputLocation

SetOutputS3Region sets the OutputS3Region field's value.

func (S3OutputLocation) String added in v1.5.13

func (s S3OutputLocation) 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 (*S3OutputLocation) Validate added in v1.5.13

func (s *S3OutputLocation) Validate() error

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

type S3OutputUrl added in v1.5.13

type S3OutputUrl struct {

	// A URL for an S3 bucket where you want to store the results of this request.
	OutputUrl *string `type:"string"`
	// contains filtered or unexported fields
}

A URL for the Amazon Web Services Systems Manager (Systems Manager) bucket where you want to store the results of this request.

func (S3OutputUrl) GoString added in v1.5.13

func (s S3OutputUrl) 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 (*S3OutputUrl) SetOutputUrl added in v1.5.13

func (s *S3OutputUrl) SetOutputUrl(v string) *S3OutputUrl

SetOutputUrl sets the OutputUrl field's value.

func (S3OutputUrl) String added in v1.5.13

func (s S3OutputUrl) 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 SSM

type SSM struct {
	*client.Client
}

SSM provides the API operation methods for making requests to Amazon Simple Systems Manager (SSM). See this package's package overview docs for details on the service.

SSM methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *SSM

New creates a new instance of the SSM client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a SSM client from just a session.
svc := ssm.New(mySession)

// Create a SSM client with additional configuration
svc := ssm.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*SSM) AddTagsToResource added in v1.2.2

func (c *SSM) AddTagsToResource(input *AddTagsToResourceInput) (*AddTagsToResourceOutput, error)

AddTagsToResource API operation for Amazon Simple Systems Manager (SSM).

Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your automations, documents, managed nodes, maintenance windows, Parameter Store parameters, and patch baselines. 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. For example, you could define a set of tags for your account's managed nodes that helps you track each node's owner and stack level. For example:

  • Key=Owner,Value=DbAdmin

  • Key=Owner,Value=SysAdmin

  • Key=Owner,Value=Dev

  • Key=Stack,Value=Production

  • Key=Stack,Value=Pre-Production

  • Key=Stack,Value=Test

Most resources can have a maximum of 50 tags. Automations can have a maximum of 5 tags.

We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to and are interpreted strictly as a string of characters.

For more information about using tags with Amazon Elastic Compute Cloud (Amazon EC2) instances, see Tag your Amazon EC2 resources (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html) in the Amazon EC2 User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation AddTagsToResource for usage and error information.

Returned Error Types:

  • 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.

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

  • InternalServerError An error occurred on the server side.

  • TooManyTagsError The Targets parameter includes too many tags. Remove one or more tags and try the command again.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AddTagsToResource

func (*SSM) AddTagsToResourceRequest added in v1.2.2

func (c *SSM) AddTagsToResourceRequest(input *AddTagsToResourceInput) (req *request.Request, output *AddTagsToResourceOutput)

AddTagsToResourceRequest generates a "aws/request.Request" representing the client's request for the AddTagsToResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AddTagsToResource for more information on using the AddTagsToResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AddTagsToResourceRequest method.
req, resp := client.AddTagsToResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AddTagsToResource

func (*SSM) AddTagsToResourceWithContext added in v1.8.0

func (c *SSM) AddTagsToResourceWithContext(ctx aws.Context, input *AddTagsToResourceInput, opts ...request.Option) (*AddTagsToResourceOutput, error)

AddTagsToResourceWithContext is the same as AddTagsToResource with the addition of the ability to pass a context and additional request options.

See AddTagsToResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) AssociateOpsItemRelatedItem added in v1.38.37

func (c *SSM) AssociateOpsItemRelatedItem(input *AssociateOpsItemRelatedItemInput) (*AssociateOpsItemRelatedItemOutput, error)

AssociateOpsItemRelatedItem API operation for Amazon Simple Systems Manager (SSM).

Associates a related item to a Systems Manager OpsCenter OpsItem. For example, you can associate an Incident Manager incident or analysis with an OpsItem. Incident Manager and OpsCenter are capabilities of Amazon Web Services Systems Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation AssociateOpsItemRelatedItem for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • OpsItemNotFoundException The specified OpsItem ID doesn't exist. Verify the ID and try again.

  • OpsItemLimitExceededException The request caused OpsItems to exceed one or more quotas.

  • OpsItemInvalidParameterException A specified parameter argument isn't valid. Verify the available arguments and try again.

  • OpsItemRelatedItemAlreadyExistsException The Amazon Resource Name (ARN) is already associated with the OpsItem.

  • OpsItemConflictException The specified OpsItem is in the process of being deleted.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AssociateOpsItemRelatedItem

func (*SSM) AssociateOpsItemRelatedItemRequest added in v1.38.37

func (c *SSM) AssociateOpsItemRelatedItemRequest(input *AssociateOpsItemRelatedItemInput) (req *request.Request, output *AssociateOpsItemRelatedItemOutput)

AssociateOpsItemRelatedItemRequest generates a "aws/request.Request" representing the client's request for the AssociateOpsItemRelatedItem operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AssociateOpsItemRelatedItem for more information on using the AssociateOpsItemRelatedItem API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AssociateOpsItemRelatedItemRequest method.
req, resp := client.AssociateOpsItemRelatedItemRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AssociateOpsItemRelatedItem

func (*SSM) AssociateOpsItemRelatedItemWithContext added in v1.38.37

func (c *SSM) AssociateOpsItemRelatedItemWithContext(ctx aws.Context, input *AssociateOpsItemRelatedItemInput, opts ...request.Option) (*AssociateOpsItemRelatedItemOutput, error)

AssociateOpsItemRelatedItemWithContext is the same as AssociateOpsItemRelatedItem with the addition of the ability to pass a context and additional request options.

See AssociateOpsItemRelatedItem for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CancelCommand added in v0.9.17

func (c *SSM) CancelCommand(input *CancelCommandInput) (*CancelCommandOutput, error)

CancelCommand API operation for Amazon Simple Systems Manager (SSM).

Attempts to cancel the command specified by the Command ID. There is no guarantee that the command will be terminated and the underlying process stopped.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CancelCommand for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidCommandId The specified command ID isn't valid. Verify the ID and try again.

  • 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.

  • DuplicateInstanceId You can't specify a managed node ID in more than one association.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CancelCommand

func (*SSM) CancelCommandRequest added in v0.9.17

func (c *SSM) CancelCommandRequest(input *CancelCommandInput) (req *request.Request, output *CancelCommandOutput)

CancelCommandRequest generates a "aws/request.Request" representing the client's request for the CancelCommand operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CancelCommand for more information on using the CancelCommand API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CancelCommandRequest method.
req, resp := client.CancelCommandRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CancelCommand

func (*SSM) CancelCommandWithContext added in v1.8.0

func (c *SSM) CancelCommandWithContext(ctx aws.Context, input *CancelCommandInput, opts ...request.Option) (*CancelCommandOutput, error)

CancelCommandWithContext is the same as CancelCommand with the addition of the ability to pass a context and additional request options.

See CancelCommand for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CancelMaintenanceWindowExecution added in v1.15.51

func (c *SSM) CancelMaintenanceWindowExecution(input *CancelMaintenanceWindowExecutionInput) (*CancelMaintenanceWindowExecutionOutput, error)

CancelMaintenanceWindowExecution API operation for Amazon Simple Systems Manager (SSM).

Stops a maintenance window execution that is already in progress and cancels any tasks in the window that haven't already starting running. Tasks already in progress will continue to completion.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CancelMaintenanceWindowExecution for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • 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.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CancelMaintenanceWindowExecution

func (*SSM) CancelMaintenanceWindowExecutionRequest added in v1.15.51

func (c *SSM) CancelMaintenanceWindowExecutionRequest(input *CancelMaintenanceWindowExecutionInput) (req *request.Request, output *CancelMaintenanceWindowExecutionOutput)

CancelMaintenanceWindowExecutionRequest generates a "aws/request.Request" representing the client's request for the CancelMaintenanceWindowExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CancelMaintenanceWindowExecution for more information on using the CancelMaintenanceWindowExecution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CancelMaintenanceWindowExecutionRequest method.
req, resp := client.CancelMaintenanceWindowExecutionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CancelMaintenanceWindowExecution

func (*SSM) CancelMaintenanceWindowExecutionWithContext added in v1.15.51

func (c *SSM) CancelMaintenanceWindowExecutionWithContext(ctx aws.Context, input *CancelMaintenanceWindowExecutionInput, opts ...request.Option) (*CancelMaintenanceWindowExecutionOutput, error)

CancelMaintenanceWindowExecutionWithContext is the same as CancelMaintenanceWindowExecution with the addition of the ability to pass a context and additional request options.

See CancelMaintenanceWindowExecution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CreateActivation added in v1.2.2

func (c *SSM) CreateActivation(input *CreateActivationInput) (*CreateActivationOutput, error)

CreateActivation API operation for Amazon Simple Systems Manager (SSM).

Generates an activation code and activation ID you can use to register your on-premises servers, edge devices, or virtual machine (VM) with Amazon Web Services Systems Manager. Registering these machines with Systems Manager makes it possible to manage them using Systems Manager capabilities. You use the activation code and ID when installing SSM Agent on machines in your hybrid environment. For more information about requirements for managing on-premises machines using Systems Manager, see Setting up Amazon Web Services Systems Manager for hybrid and multicloud environments (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances.html) in the Amazon Web Services Systems Manager User Guide.

Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, and on-premises servers and VMs that are configured for Systems Manager are all called managed nodes.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CreateActivation for usage and error information.

Returned Error Types:

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateActivation

func (*SSM) CreateActivationRequest added in v1.2.2

func (c *SSM) CreateActivationRequest(input *CreateActivationInput) (req *request.Request, output *CreateActivationOutput)

CreateActivationRequest generates a "aws/request.Request" representing the client's request for the CreateActivation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateActivation for more information on using the CreateActivation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateActivationRequest method.
req, resp := client.CreateActivationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateActivation

func (*SSM) CreateActivationWithContext added in v1.8.0

func (c *SSM) CreateActivationWithContext(ctx aws.Context, input *CreateActivationInput, opts ...request.Option) (*CreateActivationOutput, error)

CreateActivationWithContext is the same as CreateActivation with the addition of the ability to pass a context and additional request options.

See CreateActivation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CreateAssociation

func (c *SSM) CreateAssociation(input *CreateAssociationInput) (*CreateAssociationOutput, error)

CreateAssociation API operation for Amazon Simple Systems Manager (SSM).

A State Manager association defines the state that you want to maintain on your managed nodes. For example, an association can specify that anti-virus software must be installed and running on your managed nodes, or that certain ports must be closed. For static targets, the association specifies a schedule for when the configuration is reapplied. For dynamic targets, such as an Amazon Web Services resource group or an Amazon Web Services autoscaling group, State Manager, a capability of Amazon Web Services Systems Manager applies the configuration when new managed nodes are added to the group. The association also specifies actions to take when applying the configuration. For example, an association for anti-virus software might run once a day. If the software isn't installed, then State Manager installs it. If the software is installed, but the service isn't running, then the association might instruct State Manager to start the service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CreateAssociation for usage and error information.

Returned Error Types:

  • AssociationAlreadyExists The specified association already exists.

  • AssociationLimitExceeded You can have at most 2,000 active associations.

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

  • 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.

  • 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.

  • InvalidOutputLocation The output location isn't valid or doesn't exist.

  • 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.

  • 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.

  • InvalidSchedule The schedule is invalid. Verify your cron or rate expression and try again.

  • InvalidTargetMaps TargetMap parameter isn't valid.

  • InvalidTag The specified tag key or value isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociation

func (*SSM) CreateAssociationBatch

func (c *SSM) CreateAssociationBatch(input *CreateAssociationBatchInput) (*CreateAssociationBatchOutput, error)

CreateAssociationBatch API operation for Amazon Simple Systems Manager (SSM).

Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified managed nodes or targets.

When you associate a document with one or more managed nodes using IDs or tags, Amazon Web Services Systems Manager Agent (SSM Agent) running on the managed node processes the document and configures the node as specified.

If you associate a document with a managed node that already has an associated document, the system returns the AssociationAlreadyExists exception.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CreateAssociationBatch for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

  • 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.

  • 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.

  • DuplicateInstanceId You can't specify a managed node ID in more than one association.

  • AssociationLimitExceeded You can have at most 2,000 active associations.

  • 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.

  • InvalidOutputLocation The output location isn't valid or doesn't exist.

  • 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.

  • InvalidSchedule The schedule is invalid. Verify your cron or rate expression and try again.

  • InvalidTargetMaps TargetMap parameter isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociationBatch

func (*SSM) CreateAssociationBatchRequest

func (c *SSM) CreateAssociationBatchRequest(input *CreateAssociationBatchInput) (req *request.Request, output *CreateAssociationBatchOutput)

CreateAssociationBatchRequest generates a "aws/request.Request" representing the client's request for the CreateAssociationBatch operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAssociationBatch for more information on using the CreateAssociationBatch API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAssociationBatchRequest method.
req, resp := client.CreateAssociationBatchRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociationBatch

func (*SSM) CreateAssociationBatchWithContext added in v1.8.0

func (c *SSM) CreateAssociationBatchWithContext(ctx aws.Context, input *CreateAssociationBatchInput, opts ...request.Option) (*CreateAssociationBatchOutput, error)

CreateAssociationBatchWithContext is the same as CreateAssociationBatch with the addition of the ability to pass a context and additional request options.

See CreateAssociationBatch for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CreateAssociationRequest

func (c *SSM) CreateAssociationRequest(input *CreateAssociationInput) (req *request.Request, output *CreateAssociationOutput)

CreateAssociationRequest generates a "aws/request.Request" representing the client's request for the CreateAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAssociation for more information on using the CreateAssociation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAssociationRequest method.
req, resp := client.CreateAssociationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociation

func (*SSM) CreateAssociationWithContext added in v1.8.0

func (c *SSM) CreateAssociationWithContext(ctx aws.Context, input *CreateAssociationInput, opts ...request.Option) (*CreateAssociationOutput, error)

CreateAssociationWithContext is the same as CreateAssociation with the addition of the ability to pass a context and additional request options.

See CreateAssociation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CreateDocument

func (c *SSM) CreateDocument(input *CreateDocumentInput) (*CreateDocumentOutput, error)

CreateDocument API operation for Amazon Simple Systems Manager (SSM).

Creates a Amazon Web Services Systems Manager (SSM document). An SSM document defines the actions that Systems Manager performs on your managed nodes. For more information about SSM documents, including information about supported schemas, features, and syntax, see Amazon Web Services Systems Manager Documents (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-ssm-docs.html) in the Amazon Web Services Systems Manager User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CreateDocument for usage and error information.

Returned Error Types:

  • DocumentAlreadyExists The specified document already exists.

  • MaxDocumentSizeExceeded The size limit of a document is 64 KB.

  • InternalServerError An error occurred on the server side.

  • InvalidDocumentContent The content for the document isn't valid.

  • DocumentLimitExceeded You can have at most 500 active SSM documents.

  • InvalidDocumentSchemaVersion The version of the document schema isn't supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateDocument

func (*SSM) CreateDocumentRequest

func (c *SSM) CreateDocumentRequest(input *CreateDocumentInput) (req *request.Request, output *CreateDocumentOutput)

CreateDocumentRequest generates a "aws/request.Request" representing the client's request for the CreateDocument operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateDocument for more information on using the CreateDocument API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateDocumentRequest method.
req, resp := client.CreateDocumentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateDocument

func (*SSM) CreateDocumentWithContext added in v1.8.0

func (c *SSM) CreateDocumentWithContext(ctx aws.Context, input *CreateDocumentInput, opts ...request.Option) (*CreateDocumentOutput, error)

CreateDocumentWithContext is the same as CreateDocument with the addition of the ability to pass a context and additional request options.

See CreateDocument for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CreateMaintenanceWindow added in v1.5.13

func (c *SSM) CreateMaintenanceWindow(input *CreateMaintenanceWindowInput) (*CreateMaintenanceWindowOutput, error)

CreateMaintenanceWindow API operation for Amazon Simple Systems Manager (SSM).

Creates a new maintenance window.

The value you specify for Duration determines the specific end time for the maintenance window based on the time it begins. No maintenance window tasks are permitted to start after the resulting endtime minus the number of hours you specify for Cutoff. For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify for Cutoff is one hour, no maintenance window tasks can start after 5 PM.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CreateMaintenanceWindow for usage and error information.

Returned Error Types:

  • 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.

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateMaintenanceWindow

func (*SSM) CreateMaintenanceWindowRequest added in v1.5.13

func (c *SSM) CreateMaintenanceWindowRequest(input *CreateMaintenanceWindowInput) (req *request.Request, output *CreateMaintenanceWindowOutput)

CreateMaintenanceWindowRequest generates a "aws/request.Request" representing the client's request for the CreateMaintenanceWindow operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateMaintenanceWindow for more information on using the CreateMaintenanceWindow API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateMaintenanceWindowRequest method.
req, resp := client.CreateMaintenanceWindowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateMaintenanceWindow

func (*SSM) CreateMaintenanceWindowWithContext added in v1.8.0

func (c *SSM) CreateMaintenanceWindowWithContext(ctx aws.Context, input *CreateMaintenanceWindowInput, opts ...request.Option) (*CreateMaintenanceWindowOutput, error)

CreateMaintenanceWindowWithContext is the same as CreateMaintenanceWindow with the addition of the ability to pass a context and additional request options.

See CreateMaintenanceWindow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CreateOpsItem added in v1.19.45

func (c *SSM) CreateOpsItem(input *CreateOpsItemInput) (*CreateOpsItemOutput, error)

CreateOpsItem API operation for Amazon Simple Systems Manager (SSM).

Creates a new OpsItem. You must have permission in Identity and Access Management (IAM) to create a new OpsItem. 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.

Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the Amazon Web Services Systems Manager User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CreateOpsItem for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • OpsItemAlreadyExistsException The OpsItem already exists.

  • OpsItemLimitExceededException The request caused OpsItems to exceed one or more quotas.

  • OpsItemInvalidParameterException A specified parameter argument isn't valid. Verify the available arguments and try again.

  • 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.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateOpsItem

func (*SSM) CreateOpsItemRequest added in v1.19.45

func (c *SSM) CreateOpsItemRequest(input *CreateOpsItemInput) (req *request.Request, output *CreateOpsItemOutput)

CreateOpsItemRequest generates a "aws/request.Request" representing the client's request for the CreateOpsItem operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateOpsItem for more information on using the CreateOpsItem API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateOpsItemRequest method.
req, resp := client.CreateOpsItemRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateOpsItem

func (*SSM) CreateOpsItemWithContext added in v1.19.45

func (c *SSM) CreateOpsItemWithContext(ctx aws.Context, input *CreateOpsItemInput, opts ...request.Option) (*CreateOpsItemOutput, error)

CreateOpsItemWithContext is the same as CreateOpsItem with the addition of the ability to pass a context and additional request options.

See CreateOpsItem for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CreateOpsMetadata added in v1.36.2

func (c *SSM) CreateOpsMetadata(input *CreateOpsMetadataInput) (*CreateOpsMetadataOutput, error)

CreateOpsMetadata API operation for Amazon Simple Systems Manager (SSM).

If you create a new application in Application Manager, Amazon Web Services Systems Manager calls this API operation to specify information about the new application, including the application type.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CreateOpsMetadata for usage and error information.

Returned Error Types:

  • OpsMetadataAlreadyExistsException An OpsMetadata object already exists for the selected resource.

  • OpsMetadataTooManyUpdatesException The system is processing too many concurrent updates. Wait a few moments and try again.

  • OpsMetadataInvalidArgumentException One of the arguments passed is invalid.

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateOpsMetadata

func (*SSM) CreateOpsMetadataRequest added in v1.36.2

func (c *SSM) CreateOpsMetadataRequest(input *CreateOpsMetadataInput) (req *request.Request, output *CreateOpsMetadataOutput)

CreateOpsMetadataRequest generates a "aws/request.Request" representing the client's request for the CreateOpsMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateOpsMetadata for more information on using the CreateOpsMetadata API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateOpsMetadataRequest method.
req, resp := client.CreateOpsMetadataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateOpsMetadata

func (*SSM) CreateOpsMetadataWithContext added in v1.36.2

func (c *SSM) CreateOpsMetadataWithContext(ctx aws.Context, input *CreateOpsMetadataInput, opts ...request.Option) (*CreateOpsMetadataOutput, error)

CreateOpsMetadataWithContext is the same as CreateOpsMetadata with the addition of the ability to pass a context and additional request options.

See CreateOpsMetadata for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CreatePatchBaseline added in v1.6.4

func (c *SSM) CreatePatchBaseline(input *CreatePatchBaselineInput) (*CreatePatchBaselineOutput, error)

CreatePatchBaseline API operation for Amazon Simple Systems Manager (SSM).

Creates a patch baseline.

For information about valid key-value pairs in PatchFilters for each supported operating system type, see PatchFilter.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CreatePatchBaseline for usage and error information.

Returned Error Types:

  • 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.

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreatePatchBaseline

func (*SSM) CreatePatchBaselineRequest added in v1.6.4

func (c *SSM) CreatePatchBaselineRequest(input *CreatePatchBaselineInput) (req *request.Request, output *CreatePatchBaselineOutput)

CreatePatchBaselineRequest generates a "aws/request.Request" representing the client's request for the CreatePatchBaseline operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreatePatchBaseline for more information on using the CreatePatchBaseline API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreatePatchBaselineRequest method.
req, resp := client.CreatePatchBaselineRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreatePatchBaseline

func (*SSM) CreatePatchBaselineWithContext added in v1.8.0

func (c *SSM) CreatePatchBaselineWithContext(ctx aws.Context, input *CreatePatchBaselineInput, opts ...request.Option) (*CreatePatchBaselineOutput, error)

CreatePatchBaselineWithContext is the same as CreatePatchBaseline with the addition of the ability to pass a context and additional request options.

See CreatePatchBaseline for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CreateResourceDataSync added in v1.10.5

func (c *SSM) CreateResourceDataSync(input *CreateResourceDataSyncInput) (*CreateResourceDataSyncOutput, error)

CreateResourceDataSync API operation for Amazon Simple Systems Manager (SSM).

A resource data sync helps you view data from multiple sources in a single location. Amazon Web Services Systems Manager offers two types of resource data sync: SyncToDestination and SyncFromSource.

You can configure Systems Manager Inventory to use the SyncToDestination type to synchronize Inventory data from multiple Amazon Web Services Regions to a single Amazon Simple Storage Service (Amazon S3) bucket. For more information, see Configuring resource data sync for Inventory (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-datasync.html) in the Amazon Web Services Systems Manager User Guide.

You can configure Systems Manager Explorer to use the SyncFromSource type to synchronize operational work items (OpsItems) and operational data (OpsData) from multiple Amazon Web Services Regions to a single Amazon S3 bucket. This type can synchronize OpsItems and OpsData from multiple Amazon Web Services accounts and Amazon Web Services Regions or EntireOrganization by using Organizations. For more information, see Setting up Systems Manager Explorer to display data from multiple accounts and Regions (https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resource-data-sync.html) in the Amazon Web Services Systems Manager User Guide.

A resource data sync is an asynchronous operation that returns immediately. After a successful initial sync is completed, the system continuously syncs data. To check the status of a sync, use the ListResourceDataSync.

By default, data isn't encrypted in Amazon S3. We strongly recommend that you enable encryption in Amazon S3 to ensure secure data storage. We also recommend that you secure access to the Amazon S3 bucket by creating a restrictive bucket policy.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CreateResourceDataSync for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • ResourceDataSyncCountExceededException You have exceeded the allowed maximum sync configurations.

  • ResourceDataSyncAlreadyExistsException A sync configuration with the same name already exists.

  • ResourceDataSyncInvalidConfigurationException The specified sync configuration is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateResourceDataSync

func (*SSM) CreateResourceDataSyncRequest added in v1.10.5

func (c *SSM) CreateResourceDataSyncRequest(input *CreateResourceDataSyncInput) (req *request.Request, output *CreateResourceDataSyncOutput)

CreateResourceDataSyncRequest generates a "aws/request.Request" representing the client's request for the CreateResourceDataSync operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateResourceDataSync for more information on using the CreateResourceDataSync API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateResourceDataSyncRequest method.
req, resp := client.CreateResourceDataSyncRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateResourceDataSync

func (*SSM) CreateResourceDataSyncWithContext added in v1.10.5

func (c *SSM) CreateResourceDataSyncWithContext(ctx aws.Context, input *CreateResourceDataSyncInput, opts ...request.Option) (*CreateResourceDataSyncOutput, error)

CreateResourceDataSyncWithContext is the same as CreateResourceDataSync with the addition of the ability to pass a context and additional request options.

See CreateResourceDataSync for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteActivation added in v1.2.2

func (c *SSM) DeleteActivation(input *DeleteActivationInput) (*DeleteActivationOutput, error)

DeleteActivation API operation for Amazon Simple Systems Manager (SSM).

Deletes an activation. You aren't required to delete an activation. If you delete an activation, you can no longer use it to register additional managed nodes. Deleting an activation doesn't de-register managed nodes. You must manually de-register managed nodes.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteActivation for usage and error information.

Returned Error Types:

  • InvalidActivationId The activation ID isn't valid. Verify the you entered the correct ActivationId or ActivationCode and try again.

  • InvalidActivation The activation isn't valid. The activation might have been deleted, or the ActivationId and the ActivationCode don't match.

  • InternalServerError An error occurred on the server side.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteActivation

func (*SSM) DeleteActivationRequest added in v1.2.2

func (c *SSM) DeleteActivationRequest(input *DeleteActivationInput) (req *request.Request, output *DeleteActivationOutput)

DeleteActivationRequest generates a "aws/request.Request" representing the client's request for the DeleteActivation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteActivation for more information on using the DeleteActivation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteActivationRequest method.
req, resp := client.DeleteActivationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteActivation

func (*SSM) DeleteActivationWithContext added in v1.8.0

func (c *SSM) DeleteActivationWithContext(ctx aws.Context, input *DeleteActivationInput, opts ...request.Option) (*DeleteActivationOutput, error)

DeleteActivationWithContext is the same as DeleteActivation with the addition of the ability to pass a context and additional request options.

See DeleteActivation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteAssociation

func (c *SSM) DeleteAssociation(input *DeleteAssociationInput) (*DeleteAssociationOutput, error)

DeleteAssociation API operation for Amazon Simple Systems Manager (SSM).

Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified managed node. If you created the association by using the Targets parameter, then you must delete the association by using the association ID.

When you disassociate a document from a managed node, it doesn't change the configuration of the node. To change the configuration state of a managed node after you disassociate a document, you must create a new document with the desired configuration and associate it with the node.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteAssociation for usage and error information.

Returned Error Types:

  • AssociationDoesNotExist The specified association doesn't exist.

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • 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.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteAssociation

func (*SSM) DeleteAssociationRequest

func (c *SSM) DeleteAssociationRequest(input *DeleteAssociationInput) (req *request.Request, output *DeleteAssociationOutput)

DeleteAssociationRequest generates a "aws/request.Request" representing the client's request for the DeleteAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteAssociation for more information on using the DeleteAssociation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteAssociationRequest method.
req, resp := client.DeleteAssociationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteAssociation

func (*SSM) DeleteAssociationWithContext added in v1.8.0

func (c *SSM) DeleteAssociationWithContext(ctx aws.Context, input *DeleteAssociationInput, opts ...request.Option) (*DeleteAssociationOutput, error)

DeleteAssociationWithContext is the same as DeleteAssociation with the addition of the ability to pass a context and additional request options.

See DeleteAssociation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteDocument

func (c *SSM) DeleteDocument(input *DeleteDocumentInput) (*DeleteDocumentOutput, error)

DeleteDocument API operation for Amazon Simple Systems Manager (SSM).

Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the document.

Before you delete the document, we recommend that you use DeleteAssociation to disassociate all managed nodes that are associated with the document.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteDocument for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentOperation You attempted to delete a document while it is still shared. You must stop sharing the document before you can delete it.

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

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteDocument

func (*SSM) DeleteDocumentRequest

func (c *SSM) DeleteDocumentRequest(input *DeleteDocumentInput) (req *request.Request, output *DeleteDocumentOutput)

DeleteDocumentRequest generates a "aws/request.Request" representing the client's request for the DeleteDocument operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteDocument for more information on using the DeleteDocument API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteDocumentRequest method.
req, resp := client.DeleteDocumentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteDocument

func (*SSM) DeleteDocumentWithContext added in v1.8.0

func (c *SSM) DeleteDocumentWithContext(ctx aws.Context, input *DeleteDocumentInput, opts ...request.Option) (*DeleteDocumentOutput, error)

DeleteDocumentWithContext is the same as DeleteDocument with the addition of the ability to pass a context and additional request options.

See DeleteDocument for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteInventory added in v1.13.33

func (c *SSM) DeleteInventory(input *DeleteInventoryInput) (*DeleteInventoryOutput, error)

DeleteInventory API operation for Amazon Simple Systems Manager (SSM).

Delete a custom inventory type or the data associated with a custom Inventory type. Deleting a custom inventory type is also referred to as deleting a custom inventory schema.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteInventory for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidTypeNameException The parameter type name isn't valid.

  • InvalidOptionException The delete inventory option specified isn't valid. Verify the option and try again.

  • InvalidDeleteInventoryParametersException One or more of the parameters specified for the delete operation isn't valid. Verify all parameters and try again.

  • InvalidInventoryRequestException The request isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteInventory

func (*SSM) DeleteInventoryRequest added in v1.13.33

func (c *SSM) DeleteInventoryRequest(input *DeleteInventoryInput) (req *request.Request, output *DeleteInventoryOutput)

DeleteInventoryRequest generates a "aws/request.Request" representing the client's request for the DeleteInventory operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteInventory for more information on using the DeleteInventory API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteInventoryRequest method.
req, resp := client.DeleteInventoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteInventory

func (*SSM) DeleteInventoryWithContext added in v1.13.33

func (c *SSM) DeleteInventoryWithContext(ctx aws.Context, input *DeleteInventoryInput, opts ...request.Option) (*DeleteInventoryOutput, error)

DeleteInventoryWithContext is the same as DeleteInventory with the addition of the ability to pass a context and additional request options.

See DeleteInventory for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteMaintenanceWindow added in v1.5.13

func (c *SSM) DeleteMaintenanceWindow(input *DeleteMaintenanceWindowInput) (*DeleteMaintenanceWindowOutput, error)

DeleteMaintenanceWindow API operation for Amazon Simple Systems Manager (SSM).

Deletes a maintenance window.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteMaintenanceWindow for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteMaintenanceWindow

func (*SSM) DeleteMaintenanceWindowRequest added in v1.5.13

func (c *SSM) DeleteMaintenanceWindowRequest(input *DeleteMaintenanceWindowInput) (req *request.Request, output *DeleteMaintenanceWindowOutput)

DeleteMaintenanceWindowRequest generates a "aws/request.Request" representing the client's request for the DeleteMaintenanceWindow operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteMaintenanceWindow for more information on using the DeleteMaintenanceWindow API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteMaintenanceWindowRequest method.
req, resp := client.DeleteMaintenanceWindowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteMaintenanceWindow

func (*SSM) DeleteMaintenanceWindowWithContext added in v1.8.0

func (c *SSM) DeleteMaintenanceWindowWithContext(ctx aws.Context, input *DeleteMaintenanceWindowInput, opts ...request.Option) (*DeleteMaintenanceWindowOutput, error)

DeleteMaintenanceWindowWithContext is the same as DeleteMaintenanceWindow with the addition of the ability to pass a context and additional request options.

See DeleteMaintenanceWindow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteOpsItem added in v1.46.1

func (c *SSM) DeleteOpsItem(input *DeleteOpsItemInput) (*DeleteOpsItemOutput, error)

DeleteOpsItem API operation for Amazon Simple Systems Manager (SSM).

Delete an OpsItem. You must have permission in Identity and Access Management (IAM) to delete an OpsItem.

Note the following important information about this operation.

  • Deleting an OpsItem is irreversible. You can't restore a deleted OpsItem.

  • This operation uses an eventual consistency model, which means the system can take a few minutes to complete this operation. If you delete an OpsItem and immediately call, for example, GetOpsItem, the deleted OpsItem might still appear in the response.

  • This operation is idempotent. The system doesn't throw an exception if you repeatedly call this operation for the same OpsItem. If the first call is successful, all additional calls return the same successful response as the first call.

  • This operation doesn't support cross-account calls. A delegated administrator or management account can't delete OpsItems in other accounts, even if OpsCenter has been set up for cross-account administration. For more information about cross-account administration, see Setting up OpsCenter to centrally manage OpsItems across accounts (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setting-up-cross-account.html) in the Systems Manager User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteOpsItem for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • OpsItemInvalidParameterException A specified parameter argument isn't valid. Verify the available arguments and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteOpsItem

func (*SSM) DeleteOpsItemRequest added in v1.46.1

func (c *SSM) DeleteOpsItemRequest(input *DeleteOpsItemInput) (req *request.Request, output *DeleteOpsItemOutput)

DeleteOpsItemRequest generates a "aws/request.Request" representing the client's request for the DeleteOpsItem operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteOpsItem for more information on using the DeleteOpsItem API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteOpsItemRequest method.
req, resp := client.DeleteOpsItemRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteOpsItem

func (*SSM) DeleteOpsItemWithContext added in v1.46.1

func (c *SSM) DeleteOpsItemWithContext(ctx aws.Context, input *DeleteOpsItemInput, opts ...request.Option) (*DeleteOpsItemOutput, error)

DeleteOpsItemWithContext is the same as DeleteOpsItem with the addition of the ability to pass a context and additional request options.

See DeleteOpsItem for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteOpsMetadata added in v1.36.2

func (c *SSM) DeleteOpsMetadata(input *DeleteOpsMetadataInput) (*DeleteOpsMetadataOutput, error)

DeleteOpsMetadata API operation for Amazon Simple Systems Manager (SSM).

Delete OpsMetadata related to an application.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteOpsMetadata for usage and error information.

Returned Error Types:

  • OpsMetadataNotFoundException The OpsMetadata object doesn't exist.

  • OpsMetadataInvalidArgumentException One of the arguments passed is invalid.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteOpsMetadata

func (*SSM) DeleteOpsMetadataRequest added in v1.36.2

func (c *SSM) DeleteOpsMetadataRequest(input *DeleteOpsMetadataInput) (req *request.Request, output *DeleteOpsMetadataOutput)

DeleteOpsMetadataRequest generates a "aws/request.Request" representing the client's request for the DeleteOpsMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteOpsMetadata for more information on using the DeleteOpsMetadata API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteOpsMetadataRequest method.
req, resp := client.DeleteOpsMetadataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteOpsMetadata

func (*SSM) DeleteOpsMetadataWithContext added in v1.36.2

func (c *SSM) DeleteOpsMetadataWithContext(ctx aws.Context, input *DeleteOpsMetadataInput, opts ...request.Option) (*DeleteOpsMetadataOutput, error)

DeleteOpsMetadataWithContext is the same as DeleteOpsMetadata with the addition of the ability to pass a context and additional request options.

See DeleteOpsMetadata for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteParameter added in v1.5.13

func (c *SSM) DeleteParameter(input *DeleteParameterInput) (*DeleteParameterOutput, error)

DeleteParameter API operation for Amazon Simple Systems Manager (SSM).

Delete a parameter from the system. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteParameter for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • ParameterNotFound The parameter couldn't be found. Verify the name and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteParameter

func (*SSM) DeleteParameterRequest added in v1.5.13

func (c *SSM) DeleteParameterRequest(input *DeleteParameterInput) (req *request.Request, output *DeleteParameterOutput)

DeleteParameterRequest generates a "aws/request.Request" representing the client's request for the DeleteParameter operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteParameter for more information on using the DeleteParameter API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteParameterRequest method.
req, resp := client.DeleteParameterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteParameter

func (*SSM) DeleteParameterWithContext added in v1.8.0

func (c *SSM) DeleteParameterWithContext(ctx aws.Context, input *DeleteParameterInput, opts ...request.Option) (*DeleteParameterOutput, error)

DeleteParameterWithContext is the same as DeleteParameter with the addition of the ability to pass a context and additional request options.

See DeleteParameter for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteParameters added in v1.10.1

func (c *SSM) DeleteParameters(input *DeleteParametersInput) (*DeleteParametersOutput, error)

DeleteParameters API operation for Amazon Simple Systems Manager (SSM).

Delete a list of parameters. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteParameters for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteParameters

func (*SSM) DeleteParametersRequest added in v1.10.1

func (c *SSM) DeleteParametersRequest(input *DeleteParametersInput) (req *request.Request, output *DeleteParametersOutput)

DeleteParametersRequest generates a "aws/request.Request" representing the client's request for the DeleteParameters operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteParameters for more information on using the DeleteParameters API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteParametersRequest method.
req, resp := client.DeleteParametersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteParameters

func (*SSM) DeleteParametersWithContext added in v1.10.1

func (c *SSM) DeleteParametersWithContext(ctx aws.Context, input *DeleteParametersInput, opts ...request.Option) (*DeleteParametersOutput, error)

DeleteParametersWithContext is the same as DeleteParameters with the addition of the ability to pass a context and additional request options.

See DeleteParameters for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeletePatchBaseline added in v1.6.4

func (c *SSM) DeletePatchBaseline(input *DeletePatchBaselineInput) (*DeletePatchBaselineOutput, error)

DeletePatchBaseline API operation for Amazon Simple Systems Manager (SSM).

Deletes a patch baseline.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeletePatchBaseline for usage and error information.

Returned Error Types:

  • ResourceInUseException Error returned if an attempt is made to delete a patch baseline that is registered for a patch group.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeletePatchBaseline

func (*SSM) DeletePatchBaselineRequest added in v1.6.4

func (c *SSM) DeletePatchBaselineRequest(input *DeletePatchBaselineInput) (req *request.Request, output *DeletePatchBaselineOutput)

DeletePatchBaselineRequest generates a "aws/request.Request" representing the client's request for the DeletePatchBaseline operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeletePatchBaseline for more information on using the DeletePatchBaseline API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeletePatchBaselineRequest method.
req, resp := client.DeletePatchBaselineRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeletePatchBaseline

func (*SSM) DeletePatchBaselineWithContext added in v1.8.0

func (c *SSM) DeletePatchBaselineWithContext(ctx aws.Context, input *DeletePatchBaselineInput, opts ...request.Option) (*DeletePatchBaselineOutput, error)

DeletePatchBaselineWithContext is the same as DeletePatchBaseline with the addition of the ability to pass a context and additional request options.

See DeletePatchBaseline for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteResourceDataSync added in v1.10.5

func (c *SSM) DeleteResourceDataSync(input *DeleteResourceDataSyncInput) (*DeleteResourceDataSyncOutput, error)

DeleteResourceDataSync API operation for Amazon Simple Systems Manager (SSM).

Deletes a resource data sync configuration. After the configuration is deleted, changes to data on managed nodes are no longer synced to or from the target. Deleting a sync configuration doesn't delete data.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteResourceDataSync for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • ResourceDataSyncNotFoundException The specified sync name wasn't found.

  • ResourceDataSyncInvalidConfigurationException The specified sync configuration is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteResourceDataSync

func (*SSM) DeleteResourceDataSyncRequest added in v1.10.5

func (c *SSM) DeleteResourceDataSyncRequest(input *DeleteResourceDataSyncInput) (req *request.Request, output *DeleteResourceDataSyncOutput)

DeleteResourceDataSyncRequest generates a "aws/request.Request" representing the client's request for the DeleteResourceDataSync operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteResourceDataSync for more information on using the DeleteResourceDataSync API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteResourceDataSyncRequest method.
req, resp := client.DeleteResourceDataSyncRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteResourceDataSync

func (*SSM) DeleteResourceDataSyncWithContext added in v1.10.5

func (c *SSM) DeleteResourceDataSyncWithContext(ctx aws.Context, input *DeleteResourceDataSyncInput, opts ...request.Option) (*DeleteResourceDataSyncOutput, error)

DeleteResourceDataSyncWithContext is the same as DeleteResourceDataSync with the addition of the ability to pass a context and additional request options.

See DeleteResourceDataSync for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteResourcePolicy added in v1.44.139

func (c *SSM) DeleteResourcePolicy(input *DeleteResourcePolicyInput) (*DeleteResourcePolicyOutput, error)

DeleteResourcePolicy API operation for Amazon Simple Systems Manager (SSM).

Deletes a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. The following resources support Systems Manager resource policies.

  • OpsItemGroup - The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).

  • Parameter - The resource policy is used to share a parameter with other accounts using Resource Access Manager (RAM). For more information about cross-account sharing of parameters, see Working with shared parameters (https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html) in the Amazon Web Services Systems Manager User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteResourcePolicy for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • ResourcePolicyInvalidParameterException One or more parameters specified for the call aren't valid. Verify the parameters and their values and try again.

  • 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.

  • ResourceNotFoundException The specified parameter to be shared could not be found.

  • MalformedResourcePolicyDocumentException The specified policy document is malformed or invalid, or excessive PutResourcePolicy or DeleteResourcePolicy calls have been made.

  • ResourcePolicyNotFoundException No policies with the specified policy ID and hash could be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteResourcePolicy

func (*SSM) DeleteResourcePolicyRequest added in v1.44.139

func (c *SSM) DeleteResourcePolicyRequest(input *DeleteResourcePolicyInput) (req *request.Request, output *DeleteResourcePolicyOutput)

DeleteResourcePolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteResourcePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteResourcePolicy for more information on using the DeleteResourcePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteResourcePolicyRequest method.
req, resp := client.DeleteResourcePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteResourcePolicy

func (*SSM) DeleteResourcePolicyWithContext added in v1.44.139

func (c *SSM) DeleteResourcePolicyWithContext(ctx aws.Context, input *DeleteResourcePolicyInput, opts ...request.Option) (*DeleteResourcePolicyOutput, error)

DeleteResourcePolicyWithContext is the same as DeleteResourcePolicy with the addition of the ability to pass a context and additional request options.

See DeleteResourcePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeregisterManagedInstance added in v1.2.2

func (c *SSM) DeregisterManagedInstance(input *DeregisterManagedInstanceInput) (*DeregisterManagedInstanceOutput, error)

DeregisterManagedInstance API operation for Amazon Simple Systems Manager (SSM).

Removes the server or virtual machine from the list of registered servers. You can reregister the node again at any time. If you don't plan to use Run Command on the server, we suggest uninstalling SSM Agent first.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeregisterManagedInstance for usage and error information.

Returned Error Types:

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterManagedInstance

func (*SSM) DeregisterManagedInstanceRequest added in v1.2.2

func (c *SSM) DeregisterManagedInstanceRequest(input *DeregisterManagedInstanceInput) (req *request.Request, output *DeregisterManagedInstanceOutput)

DeregisterManagedInstanceRequest generates a "aws/request.Request" representing the client's request for the DeregisterManagedInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeregisterManagedInstance for more information on using the DeregisterManagedInstance API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeregisterManagedInstanceRequest method.
req, resp := client.DeregisterManagedInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterManagedInstance

func (*SSM) DeregisterManagedInstanceWithContext added in v1.8.0

func (c *SSM) DeregisterManagedInstanceWithContext(ctx aws.Context, input *DeregisterManagedInstanceInput, opts ...request.Option) (*DeregisterManagedInstanceOutput, error)

DeregisterManagedInstanceWithContext is the same as DeregisterManagedInstance with the addition of the ability to pass a context and additional request options.

See DeregisterManagedInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeregisterPatchBaselineForPatchGroup added in v1.6.4

func (c *SSM) DeregisterPatchBaselineForPatchGroup(input *DeregisterPatchBaselineForPatchGroupInput) (*DeregisterPatchBaselineForPatchGroupOutput, error)

DeregisterPatchBaselineForPatchGroup API operation for Amazon Simple Systems Manager (SSM).

Removes a patch group from a patch baseline.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeregisterPatchBaselineForPatchGroup for usage and error information.

Returned Error Types:

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterPatchBaselineForPatchGroup

func (*SSM) DeregisterPatchBaselineForPatchGroupRequest added in v1.6.4

func (c *SSM) DeregisterPatchBaselineForPatchGroupRequest(input *DeregisterPatchBaselineForPatchGroupInput) (req *request.Request, output *DeregisterPatchBaselineForPatchGroupOutput)

DeregisterPatchBaselineForPatchGroupRequest generates a "aws/request.Request" representing the client's request for the DeregisterPatchBaselineForPatchGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeregisterPatchBaselineForPatchGroup for more information on using the DeregisterPatchBaselineForPatchGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeregisterPatchBaselineForPatchGroupRequest method.
req, resp := client.DeregisterPatchBaselineForPatchGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterPatchBaselineForPatchGroup

func (*SSM) DeregisterPatchBaselineForPatchGroupWithContext added in v1.8.0

func (c *SSM) DeregisterPatchBaselineForPatchGroupWithContext(ctx aws.Context, input *DeregisterPatchBaselineForPatchGroupInput, opts ...request.Option) (*DeregisterPatchBaselineForPatchGroupOutput, error)

DeregisterPatchBaselineForPatchGroupWithContext is the same as DeregisterPatchBaselineForPatchGroup with the addition of the ability to pass a context and additional request options.

See DeregisterPatchBaselineForPatchGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeregisterTargetFromMaintenanceWindow added in v1.5.13

func (c *SSM) DeregisterTargetFromMaintenanceWindow(input *DeregisterTargetFromMaintenanceWindowInput) (*DeregisterTargetFromMaintenanceWindowOutput, error)

DeregisterTargetFromMaintenanceWindow API operation for Amazon Simple Systems Manager (SSM).

Removes a target from a maintenance window.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeregisterTargetFromMaintenanceWindow for usage and error information.

Returned Error Types:

  • 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.

  • InternalServerError An error occurred on the server side.

  • TargetInUseException You specified the Safe option for the DeregisterTargetFromMaintenanceWindow operation, but the target is still referenced in a task.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterTargetFromMaintenanceWindow

func (*SSM) DeregisterTargetFromMaintenanceWindowRequest added in v1.5.13

func (c *SSM) DeregisterTargetFromMaintenanceWindowRequest(input *DeregisterTargetFromMaintenanceWindowInput) (req *request.Request, output *DeregisterTargetFromMaintenanceWindowOutput)

DeregisterTargetFromMaintenanceWindowRequest generates a "aws/request.Request" representing the client's request for the DeregisterTargetFromMaintenanceWindow operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeregisterTargetFromMaintenanceWindow for more information on using the DeregisterTargetFromMaintenanceWindow API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeregisterTargetFromMaintenanceWindowRequest method.
req, resp := client.DeregisterTargetFromMaintenanceWindowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterTargetFromMaintenanceWindow

func (*SSM) DeregisterTargetFromMaintenanceWindowWithContext added in v1.8.0

func (c *SSM) DeregisterTargetFromMaintenanceWindowWithContext(ctx aws.Context, input *DeregisterTargetFromMaintenanceWindowInput, opts ...request.Option) (*DeregisterTargetFromMaintenanceWindowOutput, error)

DeregisterTargetFromMaintenanceWindowWithContext is the same as DeregisterTargetFromMaintenanceWindow with the addition of the ability to pass a context and additional request options.

See DeregisterTargetFromMaintenanceWindow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeregisterTaskFromMaintenanceWindow added in v1.5.13

func (c *SSM) DeregisterTaskFromMaintenanceWindow(input *DeregisterTaskFromMaintenanceWindowInput) (*DeregisterTaskFromMaintenanceWindowOutput, error)

DeregisterTaskFromMaintenanceWindow API operation for Amazon Simple Systems Manager (SSM).

Removes a task from a maintenance window.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeregisterTaskFromMaintenanceWindow for usage and error information.

Returned Error Types:

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterTaskFromMaintenanceWindow

func (*SSM) DeregisterTaskFromMaintenanceWindowRequest added in v1.5.13

func (c *SSM) DeregisterTaskFromMaintenanceWindowRequest(input *DeregisterTaskFromMaintenanceWindowInput) (req *request.Request, output *DeregisterTaskFromMaintenanceWindowOutput)

DeregisterTaskFromMaintenanceWindowRequest generates a "aws/request.Request" representing the client's request for the DeregisterTaskFromMaintenanceWindow operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeregisterTaskFromMaintenanceWindow for more information on using the DeregisterTaskFromMaintenanceWindow API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeregisterTaskFromMaintenanceWindowRequest method.
req, resp := client.DeregisterTaskFromMaintenanceWindowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterTaskFromMaintenanceWindow

func (*SSM) DeregisterTaskFromMaintenanceWindowWithContext added in v1.8.0

func (c *SSM) DeregisterTaskFromMaintenanceWindowWithContext(ctx aws.Context, input *DeregisterTaskFromMaintenanceWindowInput, opts ...request.Option) (*DeregisterTaskFromMaintenanceWindowOutput, error)

DeregisterTaskFromMaintenanceWindowWithContext is the same as DeregisterTaskFromMaintenanceWindow with the addition of the ability to pass a context and additional request options.

See DeregisterTaskFromMaintenanceWindow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeActivations added in v1.2.2

func (c *SSM) DescribeActivations(input *DescribeActivationsInput) (*DescribeActivationsOutput, error)

DescribeActivations API operation for Amazon Simple Systems Manager (SSM).

Describes details about the activation, such as the date and time the activation was created, its expiration date, the Identity and Access Management (IAM) role assigned to the managed nodes in the activation, and the number of nodes registered by using this activation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeActivations for usage and error information.

Returned Error Types:

  • InvalidFilter The filter name isn't valid. Verify the you entered the correct name and try again.

  • InvalidNextToken The specified token isn't valid.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeActivations

func (*SSM) DescribeActivationsPages added in v1.2.2

func (c *SSM) DescribeActivationsPages(input *DescribeActivationsInput, fn func(*DescribeActivationsOutput, bool) bool) error

DescribeActivationsPages iterates over the pages of a DescribeActivations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeActivations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeActivations operation.
pageNum := 0
err := client.DescribeActivationsPages(params,
    func(page *ssm.DescribeActivationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeActivationsPagesWithContext added in v1.8.0

func (c *SSM) DescribeActivationsPagesWithContext(ctx aws.Context, input *DescribeActivationsInput, fn func(*DescribeActivationsOutput, bool) bool, opts ...request.Option) error

DescribeActivationsPagesWithContext same as DescribeActivationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeActivationsRequest added in v1.2.2

func (c *SSM) DescribeActivationsRequest(input *DescribeActivationsInput) (req *request.Request, output *DescribeActivationsOutput)

DescribeActivationsRequest generates a "aws/request.Request" representing the client's request for the DescribeActivations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeActivations for more information on using the DescribeActivations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeActivationsRequest method.
req, resp := client.DescribeActivationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeActivations

func (*SSM) DescribeActivationsWithContext added in v1.8.0

func (c *SSM) DescribeActivationsWithContext(ctx aws.Context, input *DescribeActivationsInput, opts ...request.Option) (*DescribeActivationsOutput, error)

DescribeActivationsWithContext is the same as DescribeActivations with the addition of the ability to pass a context and additional request options.

See DescribeActivations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAssociation

func (c *SSM) DescribeAssociation(input *DescribeAssociationInput) (*DescribeAssociationOutput, error)

DescribeAssociation API operation for Amazon Simple Systems Manager (SSM).

Describes the association for the specified target or managed node. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeAssociation for usage and error information.

Returned Error Types:

  • AssociationDoesNotExist The specified association doesn't exist.

  • 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.

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • 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.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAssociation

func (*SSM) DescribeAssociationExecutionTargets added in v1.14.18

func (c *SSM) DescribeAssociationExecutionTargets(input *DescribeAssociationExecutionTargetsInput) (*DescribeAssociationExecutionTargetsOutput, error)

DescribeAssociationExecutionTargets API operation for Amazon Simple Systems Manager (SSM).

Views information about a specific execution of a specific association.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeAssociationExecutionTargets for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • AssociationDoesNotExist The specified association doesn't exist.

  • InvalidNextToken The specified token isn't valid.

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

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAssociationExecutionTargets

func (*SSM) DescribeAssociationExecutionTargetsPages added in v1.33.18

func (c *SSM) DescribeAssociationExecutionTargetsPages(input *DescribeAssociationExecutionTargetsInput, fn func(*DescribeAssociationExecutionTargetsOutput, bool) bool) error

DescribeAssociationExecutionTargetsPages iterates over the pages of a DescribeAssociationExecutionTargets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeAssociationExecutionTargets method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeAssociationExecutionTargets operation.
pageNum := 0
err := client.DescribeAssociationExecutionTargetsPages(params,
    func(page *ssm.DescribeAssociationExecutionTargetsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeAssociationExecutionTargetsPagesWithContext added in v1.33.18

func (c *SSM) DescribeAssociationExecutionTargetsPagesWithContext(ctx aws.Context, input *DescribeAssociationExecutionTargetsInput, fn func(*DescribeAssociationExecutionTargetsOutput, bool) bool, opts ...request.Option) error

DescribeAssociationExecutionTargetsPagesWithContext same as DescribeAssociationExecutionTargetsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAssociationExecutionTargetsRequest added in v1.14.18

func (c *SSM) DescribeAssociationExecutionTargetsRequest(input *DescribeAssociationExecutionTargetsInput) (req *request.Request, output *DescribeAssociationExecutionTargetsOutput)

DescribeAssociationExecutionTargetsRequest generates a "aws/request.Request" representing the client's request for the DescribeAssociationExecutionTargets operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAssociationExecutionTargets for more information on using the DescribeAssociationExecutionTargets API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAssociationExecutionTargetsRequest method.
req, resp := client.DescribeAssociationExecutionTargetsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAssociationExecutionTargets

func (*SSM) DescribeAssociationExecutionTargetsWithContext added in v1.14.18

func (c *SSM) DescribeAssociationExecutionTargetsWithContext(ctx aws.Context, input *DescribeAssociationExecutionTargetsInput, opts ...request.Option) (*DescribeAssociationExecutionTargetsOutput, error)

DescribeAssociationExecutionTargetsWithContext is the same as DescribeAssociationExecutionTargets with the addition of the ability to pass a context and additional request options.

See DescribeAssociationExecutionTargets for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAssociationExecutions added in v1.14.18

func (c *SSM) DescribeAssociationExecutions(input *DescribeAssociationExecutionsInput) (*DescribeAssociationExecutionsOutput, error)

DescribeAssociationExecutions API operation for Amazon Simple Systems Manager (SSM).

Views all executions for a specific association ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeAssociationExecutions for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • AssociationDoesNotExist The specified association doesn't exist.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAssociationExecutions

func (*SSM) DescribeAssociationExecutionsPages added in v1.33.18

func (c *SSM) DescribeAssociationExecutionsPages(input *DescribeAssociationExecutionsInput, fn func(*DescribeAssociationExecutionsOutput, bool) bool) error

DescribeAssociationExecutionsPages iterates over the pages of a DescribeAssociationExecutions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeAssociationExecutions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeAssociationExecutions operation.
pageNum := 0
err := client.DescribeAssociationExecutionsPages(params,
    func(page *ssm.DescribeAssociationExecutionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeAssociationExecutionsPagesWithContext added in v1.33.18

func (c *SSM) DescribeAssociationExecutionsPagesWithContext(ctx aws.Context, input *DescribeAssociationExecutionsInput, fn func(*DescribeAssociationExecutionsOutput, bool) bool, opts ...request.Option) error

DescribeAssociationExecutionsPagesWithContext same as DescribeAssociationExecutionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAssociationExecutionsRequest added in v1.14.18

func (c *SSM) DescribeAssociationExecutionsRequest(input *DescribeAssociationExecutionsInput) (req *request.Request, output *DescribeAssociationExecutionsOutput)

DescribeAssociationExecutionsRequest generates a "aws/request.Request" representing the client's request for the DescribeAssociationExecutions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAssociationExecutions for more information on using the DescribeAssociationExecutions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAssociationExecutionsRequest method.
req, resp := client.DescribeAssociationExecutionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAssociationExecutions

func (*SSM) DescribeAssociationExecutionsWithContext added in v1.14.18

func (c *SSM) DescribeAssociationExecutionsWithContext(ctx aws.Context, input *DescribeAssociationExecutionsInput, opts ...request.Option) (*DescribeAssociationExecutionsOutput, error)

DescribeAssociationExecutionsWithContext is the same as DescribeAssociationExecutions with the addition of the ability to pass a context and additional request options.

See DescribeAssociationExecutions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAssociationRequest

func (c *SSM) DescribeAssociationRequest(input *DescribeAssociationInput) (req *request.Request, output *DescribeAssociationOutput)

DescribeAssociationRequest generates a "aws/request.Request" representing the client's request for the DescribeAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAssociation for more information on using the DescribeAssociation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAssociationRequest method.
req, resp := client.DescribeAssociationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAssociation

func (*SSM) DescribeAssociationWithContext added in v1.8.0

func (c *SSM) DescribeAssociationWithContext(ctx aws.Context, input *DescribeAssociationInput, opts ...request.Option) (*DescribeAssociationOutput, error)

DescribeAssociationWithContext is the same as DescribeAssociation with the addition of the ability to pass a context and additional request options.

See DescribeAssociation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAutomationExecutions added in v1.5.13

func (c *SSM) DescribeAutomationExecutions(input *DescribeAutomationExecutionsInput) (*DescribeAutomationExecutionsOutput, error)

DescribeAutomationExecutions API operation for Amazon Simple Systems Manager (SSM).

Provides details about all active and terminated Automation executions.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeAutomationExecutions for usage and error information.

Returned Error Types:

  • InvalidFilterKey The specified key isn't valid.

  • InvalidFilterValue The filter value isn't valid. Verify the value and try again.

  • InvalidNextToken The specified token isn't valid.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAutomationExecutions

func (*SSM) DescribeAutomationExecutionsPages added in v1.33.18

func (c *SSM) DescribeAutomationExecutionsPages(input *DescribeAutomationExecutionsInput, fn func(*DescribeAutomationExecutionsOutput, bool) bool) error

DescribeAutomationExecutionsPages iterates over the pages of a DescribeAutomationExecutions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeAutomationExecutions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeAutomationExecutions operation.
pageNum := 0
err := client.DescribeAutomationExecutionsPages(params,
    func(page *ssm.DescribeAutomationExecutionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeAutomationExecutionsPagesWithContext added in v1.33.18

func (c *SSM) DescribeAutomationExecutionsPagesWithContext(ctx aws.Context, input *DescribeAutomationExecutionsInput, fn func(*DescribeAutomationExecutionsOutput, bool) bool, opts ...request.Option) error

DescribeAutomationExecutionsPagesWithContext same as DescribeAutomationExecutionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAutomationExecutionsRequest added in v1.5.13

func (c *SSM) DescribeAutomationExecutionsRequest(input *DescribeAutomationExecutionsInput) (req *request.Request, output *DescribeAutomationExecutionsOutput)

DescribeAutomationExecutionsRequest generates a "aws/request.Request" representing the client's request for the DescribeAutomationExecutions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAutomationExecutions for more information on using the DescribeAutomationExecutions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAutomationExecutionsRequest method.
req, resp := client.DescribeAutomationExecutionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAutomationExecutions

func (*SSM) DescribeAutomationExecutionsWithContext added in v1.8.0

func (c *SSM) DescribeAutomationExecutionsWithContext(ctx aws.Context, input *DescribeAutomationExecutionsInput, opts ...request.Option) (*DescribeAutomationExecutionsOutput, error)

DescribeAutomationExecutionsWithContext is the same as DescribeAutomationExecutions with the addition of the ability to pass a context and additional request options.

See DescribeAutomationExecutions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAutomationStepExecutions added in v1.12.37

func (c *SSM) DescribeAutomationStepExecutions(input *DescribeAutomationStepExecutionsInput) (*DescribeAutomationStepExecutionsOutput, error)

DescribeAutomationStepExecutions API operation for Amazon Simple Systems Manager (SSM).

Information about all active and terminated step executions in an Automation workflow.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeAutomationStepExecutions for usage and error information.

Returned Error Types:

  • AutomationExecutionNotFoundException There is no automation execution information for the requested automation execution ID.

  • InvalidNextToken The specified token isn't valid.

  • InvalidFilterKey The specified key isn't valid.

  • InvalidFilterValue The filter value isn't valid. Verify the value and try again.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAutomationStepExecutions

func (*SSM) DescribeAutomationStepExecutionsPages added in v1.33.18

func (c *SSM) DescribeAutomationStepExecutionsPages(input *DescribeAutomationStepExecutionsInput, fn func(*DescribeAutomationStepExecutionsOutput, bool) bool) error

DescribeAutomationStepExecutionsPages iterates over the pages of a DescribeAutomationStepExecutions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeAutomationStepExecutions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeAutomationStepExecutions operation.
pageNum := 0
err := client.DescribeAutomationStepExecutionsPages(params,
    func(page *ssm.DescribeAutomationStepExecutionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeAutomationStepExecutionsPagesWithContext added in v1.33.18

func (c *SSM) DescribeAutomationStepExecutionsPagesWithContext(ctx aws.Context, input *DescribeAutomationStepExecutionsInput, fn func(*DescribeAutomationStepExecutionsOutput, bool) bool, opts ...request.Option) error

DescribeAutomationStepExecutionsPagesWithContext same as DescribeAutomationStepExecutionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAutomationStepExecutionsRequest added in v1.12.37

func (c *SSM) DescribeAutomationStepExecutionsRequest(input *DescribeAutomationStepExecutionsInput) (req *request.Request, output *DescribeAutomationStepExecutionsOutput)

DescribeAutomationStepExecutionsRequest generates a "aws/request.Request" representing the client's request for the DescribeAutomationStepExecutions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAutomationStepExecutions for more information on using the DescribeAutomationStepExecutions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAutomationStepExecutionsRequest method.
req, resp := client.DescribeAutomationStepExecutionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAutomationStepExecutions

func (*SSM) DescribeAutomationStepExecutionsWithContext added in v1.12.37

func (c *SSM) DescribeAutomationStepExecutionsWithContext(ctx aws.Context, input *DescribeAutomationStepExecutionsInput, opts ...request.Option) (*DescribeAutomationStepExecutionsOutput, error)

DescribeAutomationStepExecutionsWithContext is the same as DescribeAutomationStepExecutions with the addition of the ability to pass a context and additional request options.

See DescribeAutomationStepExecutions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAvailablePatches added in v1.6.4

func (c *SSM) DescribeAvailablePatches(input *DescribeAvailablePatchesInput) (*DescribeAvailablePatchesOutput, error)

DescribeAvailablePatches API operation for Amazon Simple Systems Manager (SSM).

Lists all patches eligible to be included in a patch baseline.

Currently, DescribeAvailablePatches supports only the Amazon Linux 1, Amazon Linux 2, and Windows Server operating systems.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeAvailablePatches for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAvailablePatches

func (*SSM) DescribeAvailablePatchesPages added in v1.33.18

func (c *SSM) DescribeAvailablePatchesPages(input *DescribeAvailablePatchesInput, fn func(*DescribeAvailablePatchesOutput, bool) bool) error

DescribeAvailablePatchesPages iterates over the pages of a DescribeAvailablePatches operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeAvailablePatches method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeAvailablePatches operation.
pageNum := 0
err := client.DescribeAvailablePatchesPages(params,
    func(page *ssm.DescribeAvailablePatchesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeAvailablePatchesPagesWithContext added in v1.33.18

func (c *SSM) DescribeAvailablePatchesPagesWithContext(ctx aws.Context, input *DescribeAvailablePatchesInput, fn func(*DescribeAvailablePatchesOutput, bool) bool, opts ...request.Option) error

DescribeAvailablePatchesPagesWithContext same as DescribeAvailablePatchesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAvailablePatchesRequest added in v1.6.4

func (c *SSM) DescribeAvailablePatchesRequest(input *DescribeAvailablePatchesInput) (req *request.Request, output *DescribeAvailablePatchesOutput)

DescribeAvailablePatchesRequest generates a "aws/request.Request" representing the client's request for the DescribeAvailablePatches operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAvailablePatches for more information on using the DescribeAvailablePatches API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAvailablePatchesRequest method.
req, resp := client.DescribeAvailablePatchesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAvailablePatches

func (*SSM) DescribeAvailablePatchesWithContext added in v1.8.0

func (c *SSM) DescribeAvailablePatchesWithContext(ctx aws.Context, input *DescribeAvailablePatchesInput, opts ...request.Option) (*DescribeAvailablePatchesOutput, error)

DescribeAvailablePatchesWithContext is the same as DescribeAvailablePatches with the addition of the ability to pass a context and additional request options.

See DescribeAvailablePatches for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeDocument

func (c *SSM) DescribeDocument(input *DescribeDocumentInput) (*DescribeDocumentOutput, error)

DescribeDocument API operation for Amazon Simple Systems Manager (SSM).

Describes the specified Amazon Web Services Systems Manager document (SSM document).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeDocument for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeDocument

func (*SSM) DescribeDocumentPermission added in v1.1.26

func (c *SSM) DescribeDocumentPermission(input *DescribeDocumentPermissionInput) (*DescribeDocumentPermissionOutput, error)

DescribeDocumentPermission API operation for Amazon Simple Systems Manager (SSM).

Describes the permissions for a Amazon Web Services Systems Manager document (SSM document). If you created the document, you are the owner. If a document is shared, it can either be shared privately (by specifying a user's Amazon Web Services account ID) or publicly (All).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeDocumentPermission for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidNextToken The specified token isn't valid.

  • InvalidPermissionType The permission type isn't supported. Share is the only supported permission type.

  • InvalidDocumentOperation You attempted to delete a document while it is still shared. You must stop sharing the document before you can delete it.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeDocumentPermission

func (*SSM) DescribeDocumentPermissionRequest added in v1.1.26

func (c *SSM) DescribeDocumentPermissionRequest(input *DescribeDocumentPermissionInput) (req *request.Request, output *DescribeDocumentPermissionOutput)

DescribeDocumentPermissionRequest generates a "aws/request.Request" representing the client's request for the DescribeDocumentPermission operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDocumentPermission for more information on using the DescribeDocumentPermission API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDocumentPermissionRequest method.
req, resp := client.DescribeDocumentPermissionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeDocumentPermission

func (*SSM) DescribeDocumentPermissionWithContext added in v1.8.0

func (c *SSM) DescribeDocumentPermissionWithContext(ctx aws.Context, input *DescribeDocumentPermissionInput, opts ...request.Option) (*DescribeDocumentPermissionOutput, error)

DescribeDocumentPermissionWithContext is the same as DescribeDocumentPermission with the addition of the ability to pass a context and additional request options.

See DescribeDocumentPermission for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeDocumentRequest

func (c *SSM) DescribeDocumentRequest(input *DescribeDocumentInput) (req *request.Request, output *DescribeDocumentOutput)

DescribeDocumentRequest generates a "aws/request.Request" representing the client's request for the DescribeDocument operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDocument for more information on using the DescribeDocument API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDocumentRequest method.
req, resp := client.DescribeDocumentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeDocument

func (*SSM) DescribeDocumentWithContext added in v1.8.0

func (c *SSM) DescribeDocumentWithContext(ctx aws.Context, input *DescribeDocumentInput, opts ...request.Option) (*DescribeDocumentOutput, error)

DescribeDocumentWithContext is the same as DescribeDocument with the addition of the ability to pass a context and additional request options.

See DescribeDocument for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeEffectiveInstanceAssociations added in v1.5.13

func (c *SSM) DescribeEffectiveInstanceAssociations(input *DescribeEffectiveInstanceAssociationsInput) (*DescribeEffectiveInstanceAssociationsOutput, error)

DescribeEffectiveInstanceAssociations API operation for Amazon Simple Systems Manager (SSM).

All associations for the managed nodes.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeEffectiveInstanceAssociations for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • 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.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeEffectiveInstanceAssociations

func (*SSM) DescribeEffectiveInstanceAssociationsPages added in v1.33.18

func (c *SSM) DescribeEffectiveInstanceAssociationsPages(input *DescribeEffectiveInstanceAssociationsInput, fn func(*DescribeEffectiveInstanceAssociationsOutput, bool) bool) error

DescribeEffectiveInstanceAssociationsPages iterates over the pages of a DescribeEffectiveInstanceAssociations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeEffectiveInstanceAssociations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeEffectiveInstanceAssociations operation.
pageNum := 0
err := client.DescribeEffectiveInstanceAssociationsPages(params,
    func(page *ssm.DescribeEffectiveInstanceAssociationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeEffectiveInstanceAssociationsPagesWithContext added in v1.33.18

func (c *SSM) DescribeEffectiveInstanceAssociationsPagesWithContext(ctx aws.Context, input *DescribeEffectiveInstanceAssociationsInput, fn func(*DescribeEffectiveInstanceAssociationsOutput, bool) bool, opts ...request.Option) error

DescribeEffectiveInstanceAssociationsPagesWithContext same as DescribeEffectiveInstanceAssociationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeEffectiveInstanceAssociationsRequest added in v1.5.13

func (c *SSM) DescribeEffectiveInstanceAssociationsRequest(input *DescribeEffectiveInstanceAssociationsInput) (req *request.Request, output *DescribeEffectiveInstanceAssociationsOutput)

DescribeEffectiveInstanceAssociationsRequest generates a "aws/request.Request" representing the client's request for the DescribeEffectiveInstanceAssociations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeEffectiveInstanceAssociations for more information on using the DescribeEffectiveInstanceAssociations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeEffectiveInstanceAssociationsRequest method.
req, resp := client.DescribeEffectiveInstanceAssociationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeEffectiveInstanceAssociations

func (*SSM) DescribeEffectiveInstanceAssociationsWithContext added in v1.8.0

func (c *SSM) DescribeEffectiveInstanceAssociationsWithContext(ctx aws.Context, input *DescribeEffectiveInstanceAssociationsInput, opts ...request.Option) (*DescribeEffectiveInstanceAssociationsOutput, error)

DescribeEffectiveInstanceAssociationsWithContext is the same as DescribeEffectiveInstanceAssociations with the addition of the ability to pass a context and additional request options.

See DescribeEffectiveInstanceAssociations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeEffectivePatchesForPatchBaseline added in v1.6.4

func (c *SSM) DescribeEffectivePatchesForPatchBaseline(input *DescribeEffectivePatchesForPatchBaselineInput) (*DescribeEffectivePatchesForPatchBaselineOutput, error)

DescribeEffectivePatchesForPatchBaseline API operation for Amazon Simple Systems Manager (SSM).

Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline. Applies to patch baselines for Windows only.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeEffectivePatchesForPatchBaseline for usage and error information.

Returned Error Types:

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

  • 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.

  • UnsupportedOperatingSystem The operating systems you specified isn't supported, or the operation isn't supported for the operating system.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeEffectivePatchesForPatchBaseline

func (*SSM) DescribeEffectivePatchesForPatchBaselinePages added in v1.33.18

func (c *SSM) DescribeEffectivePatchesForPatchBaselinePages(input *DescribeEffectivePatchesForPatchBaselineInput, fn func(*DescribeEffectivePatchesForPatchBaselineOutput, bool) bool) error

DescribeEffectivePatchesForPatchBaselinePages iterates over the pages of a DescribeEffectivePatchesForPatchBaseline operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeEffectivePatchesForPatchBaseline method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeEffectivePatchesForPatchBaseline operation.
pageNum := 0
err := client.DescribeEffectivePatchesForPatchBaselinePages(params,
    func(page *ssm.DescribeEffectivePatchesForPatchBaselineOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeEffectivePatchesForPatchBaselinePagesWithContext added in v1.33.18

func (c *SSM) DescribeEffectivePatchesForPatchBaselinePagesWithContext(ctx aws.Context, input *DescribeEffectivePatchesForPatchBaselineInput, fn func(*DescribeEffectivePatchesForPatchBaselineOutput, bool) bool, opts ...request.Option) error

DescribeEffectivePatchesForPatchBaselinePagesWithContext same as DescribeEffectivePatchesForPatchBaselinePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeEffectivePatchesForPatchBaselineRequest added in v1.6.4

func (c *SSM) DescribeEffectivePatchesForPatchBaselineRequest(input *DescribeEffectivePatchesForPatchBaselineInput) (req *request.Request, output *DescribeEffectivePatchesForPatchBaselineOutput)

DescribeEffectivePatchesForPatchBaselineRequest generates a "aws/request.Request" representing the client's request for the DescribeEffectivePatchesForPatchBaseline operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeEffectivePatchesForPatchBaseline for more information on using the DescribeEffectivePatchesForPatchBaseline API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeEffectivePatchesForPatchBaselineRequest method.
req, resp := client.DescribeEffectivePatchesForPatchBaselineRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeEffectivePatchesForPatchBaseline

func (*SSM) DescribeEffectivePatchesForPatchBaselineWithContext added in v1.8.0

func (c *SSM) DescribeEffectivePatchesForPatchBaselineWithContext(ctx aws.Context, input *DescribeEffectivePatchesForPatchBaselineInput, opts ...request.Option) (*DescribeEffectivePatchesForPatchBaselineOutput, error)

DescribeEffectivePatchesForPatchBaselineWithContext is the same as DescribeEffectivePatchesForPatchBaseline with the addition of the ability to pass a context and additional request options.

See DescribeEffectivePatchesForPatchBaseline for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstanceAssociationsStatus added in v1.5.13

func (c *SSM) DescribeInstanceAssociationsStatus(input *DescribeInstanceAssociationsStatusInput) (*DescribeInstanceAssociationsStatusOutput, error)

DescribeInstanceAssociationsStatus API operation for Amazon Simple Systems Manager (SSM).

The status of the associations for the managed nodes.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeInstanceAssociationsStatus for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • 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.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstanceAssociationsStatus

func (*SSM) DescribeInstanceAssociationsStatusPages added in v1.33.18

func (c *SSM) DescribeInstanceAssociationsStatusPages(input *DescribeInstanceAssociationsStatusInput, fn func(*DescribeInstanceAssociationsStatusOutput, bool) bool) error

DescribeInstanceAssociationsStatusPages iterates over the pages of a DescribeInstanceAssociationsStatus operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeInstanceAssociationsStatus method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeInstanceAssociationsStatus operation.
pageNum := 0
err := client.DescribeInstanceAssociationsStatusPages(params,
    func(page *ssm.DescribeInstanceAssociationsStatusOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeInstanceAssociationsStatusPagesWithContext added in v1.33.18

func (c *SSM) DescribeInstanceAssociationsStatusPagesWithContext(ctx aws.Context, input *DescribeInstanceAssociationsStatusInput, fn func(*DescribeInstanceAssociationsStatusOutput, bool) bool, opts ...request.Option) error

DescribeInstanceAssociationsStatusPagesWithContext same as DescribeInstanceAssociationsStatusPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstanceAssociationsStatusRequest added in v1.5.13

func (c *SSM) DescribeInstanceAssociationsStatusRequest(input *DescribeInstanceAssociationsStatusInput) (req *request.Request, output *DescribeInstanceAssociationsStatusOutput)

DescribeInstanceAssociationsStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeInstanceAssociationsStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeInstanceAssociationsStatus for more information on using the DescribeInstanceAssociationsStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeInstanceAssociationsStatusRequest method.
req, resp := client.DescribeInstanceAssociationsStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstanceAssociationsStatus

func (*SSM) DescribeInstanceAssociationsStatusWithContext added in v1.8.0

func (c *SSM) DescribeInstanceAssociationsStatusWithContext(ctx aws.Context, input *DescribeInstanceAssociationsStatusInput, opts ...request.Option) (*DescribeInstanceAssociationsStatusOutput, error)

DescribeInstanceAssociationsStatusWithContext is the same as DescribeInstanceAssociationsStatus with the addition of the ability to pass a context and additional request options.

See DescribeInstanceAssociationsStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstanceInformation added in v0.9.17

func (c *SSM) DescribeInstanceInformation(input *DescribeInstanceInformationInput) (*DescribeInstanceInformationOutput, error)

DescribeInstanceInformation API operation for Amazon Simple Systems Manager (SSM).

Provides information about one or more of your managed nodes, including the operating system platform, SSM Agent version, association status, and IP address. This operation does not return information for nodes that are either Stopped or Terminated.

If you specify one or more node IDs, the operation returns information for those managed nodes. If you don't specify node IDs, it returns information for all your managed nodes. If you specify a node ID that isn't valid or a node that you don't own, you receive an error.

The IamRole field returned for this API operation is the Identity and Access Management (IAM) role assigned to on-premises managed nodes. This operation does not return the IAM role for EC2 instances.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeInstanceInformation for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • 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.

  • InvalidNextToken The specified token isn't valid.

  • InvalidInstanceInformationFilterValue The specified filter value isn't valid.

  • InvalidFilterKey The specified key isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstanceInformation

func (*SSM) DescribeInstanceInformationPages added in v1.2.7

func (c *SSM) DescribeInstanceInformationPages(input *DescribeInstanceInformationInput, fn func(*DescribeInstanceInformationOutput, bool) bool) error

DescribeInstanceInformationPages iterates over the pages of a DescribeInstanceInformation operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeInstanceInformation method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeInstanceInformation operation.
pageNum := 0
err := client.DescribeInstanceInformationPages(params,
    func(page *ssm.DescribeInstanceInformationOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeInstanceInformationPagesWithContext added in v1.8.0

func (c *SSM) DescribeInstanceInformationPagesWithContext(ctx aws.Context, input *DescribeInstanceInformationInput, fn func(*DescribeInstanceInformationOutput, bool) bool, opts ...request.Option) error

DescribeInstanceInformationPagesWithContext same as DescribeInstanceInformationPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstanceInformationRequest added in v0.9.17

func (c *SSM) DescribeInstanceInformationRequest(input *DescribeInstanceInformationInput) (req *request.Request, output *DescribeInstanceInformationOutput)

DescribeInstanceInformationRequest generates a "aws/request.Request" representing the client's request for the DescribeInstanceInformation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeInstanceInformation for more information on using the DescribeInstanceInformation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeInstanceInformationRequest method.
req, resp := client.DescribeInstanceInformationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstanceInformation

func (*SSM) DescribeInstanceInformationWithContext added in v1.8.0

func (c *SSM) DescribeInstanceInformationWithContext(ctx aws.Context, input *DescribeInstanceInformationInput, opts ...request.Option) (*DescribeInstanceInformationOutput, error)

DescribeInstanceInformationWithContext is the same as DescribeInstanceInformation with the addition of the ability to pass a context and additional request options.

See DescribeInstanceInformation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstancePatchStates added in v1.6.4

func (c *SSM) DescribeInstancePatchStates(input *DescribeInstancePatchStatesInput) (*DescribeInstancePatchStatesOutput, error)

DescribeInstancePatchStates API operation for Amazon Simple Systems Manager (SSM).

Retrieves the high-level patch state of one or more managed nodes.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeInstancePatchStates for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatchStates

func (*SSM) DescribeInstancePatchStatesForPatchGroup added in v1.6.4

func (c *SSM) DescribeInstancePatchStatesForPatchGroup(input *DescribeInstancePatchStatesForPatchGroupInput) (*DescribeInstancePatchStatesForPatchGroupOutput, error)

DescribeInstancePatchStatesForPatchGroup API operation for Amazon Simple Systems Manager (SSM).

Retrieves the high-level patch state for the managed nodes in the specified patch group.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeInstancePatchStatesForPatchGroup for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidFilter The filter name isn't valid. Verify the you entered the correct name and try again.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatchStatesForPatchGroup

func (*SSM) DescribeInstancePatchStatesForPatchGroupPages added in v1.33.18

func (c *SSM) DescribeInstancePatchStatesForPatchGroupPages(input *DescribeInstancePatchStatesForPatchGroupInput, fn func(*DescribeInstancePatchStatesForPatchGroupOutput, bool) bool) error

DescribeInstancePatchStatesForPatchGroupPages iterates over the pages of a DescribeInstancePatchStatesForPatchGroup operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeInstancePatchStatesForPatchGroup method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeInstancePatchStatesForPatchGroup operation.
pageNum := 0
err := client.DescribeInstancePatchStatesForPatchGroupPages(params,
    func(page *ssm.DescribeInstancePatchStatesForPatchGroupOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeInstancePatchStatesForPatchGroupPagesWithContext added in v1.33.18

func (c *SSM) DescribeInstancePatchStatesForPatchGroupPagesWithContext(ctx aws.Context, input *DescribeInstancePatchStatesForPatchGroupInput, fn func(*DescribeInstancePatchStatesForPatchGroupOutput, bool) bool, opts ...request.Option) error

DescribeInstancePatchStatesForPatchGroupPagesWithContext same as DescribeInstancePatchStatesForPatchGroupPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstancePatchStatesForPatchGroupRequest added in v1.6.4

func (c *SSM) DescribeInstancePatchStatesForPatchGroupRequest(input *DescribeInstancePatchStatesForPatchGroupInput) (req *request.Request, output *DescribeInstancePatchStatesForPatchGroupOutput)

DescribeInstancePatchStatesForPatchGroupRequest generates a "aws/request.Request" representing the client's request for the DescribeInstancePatchStatesForPatchGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeInstancePatchStatesForPatchGroup for more information on using the DescribeInstancePatchStatesForPatchGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeInstancePatchStatesForPatchGroupRequest method.
req, resp := client.DescribeInstancePatchStatesForPatchGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatchStatesForPatchGroup

func (*SSM) DescribeInstancePatchStatesForPatchGroupWithContext added in v1.8.0

func (c *SSM) DescribeInstancePatchStatesForPatchGroupWithContext(ctx aws.Context, input *DescribeInstancePatchStatesForPatchGroupInput, opts ...request.Option) (*DescribeInstancePatchStatesForPatchGroupOutput, error)

DescribeInstancePatchStatesForPatchGroupWithContext is the same as DescribeInstancePatchStatesForPatchGroup with the addition of the ability to pass a context and additional request options.

See DescribeInstancePatchStatesForPatchGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstancePatchStatesPages added in v1.33.18

func (c *SSM) DescribeInstancePatchStatesPages(input *DescribeInstancePatchStatesInput, fn func(*DescribeInstancePatchStatesOutput, bool) bool) error

DescribeInstancePatchStatesPages iterates over the pages of a DescribeInstancePatchStates operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeInstancePatchStates method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeInstancePatchStates operation.
pageNum := 0
err := client.DescribeInstancePatchStatesPages(params,
    func(page *ssm.DescribeInstancePatchStatesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeInstancePatchStatesPagesWithContext added in v1.33.18

func (c *SSM) DescribeInstancePatchStatesPagesWithContext(ctx aws.Context, input *DescribeInstancePatchStatesInput, fn func(*DescribeInstancePatchStatesOutput, bool) bool, opts ...request.Option) error

DescribeInstancePatchStatesPagesWithContext same as DescribeInstancePatchStatesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstancePatchStatesRequest added in v1.6.4

func (c *SSM) DescribeInstancePatchStatesRequest(input *DescribeInstancePatchStatesInput) (req *request.Request, output *DescribeInstancePatchStatesOutput)

DescribeInstancePatchStatesRequest generates a "aws/request.Request" representing the client's request for the DescribeInstancePatchStates operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeInstancePatchStates for more information on using the DescribeInstancePatchStates API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeInstancePatchStatesRequest method.
req, resp := client.DescribeInstancePatchStatesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatchStates

func (*SSM) DescribeInstancePatchStatesWithContext added in v1.8.0

func (c *SSM) DescribeInstancePatchStatesWithContext(ctx aws.Context, input *DescribeInstancePatchStatesInput, opts ...request.Option) (*DescribeInstancePatchStatesOutput, error)

DescribeInstancePatchStatesWithContext is the same as DescribeInstancePatchStates with the addition of the ability to pass a context and additional request options.

See DescribeInstancePatchStates for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstancePatches added in v1.6.4

func (c *SSM) DescribeInstancePatches(input *DescribeInstancePatchesInput) (*DescribeInstancePatchesOutput, error)

DescribeInstancePatches API operation for Amazon Simple Systems Manager (SSM).

Retrieves information about the patches on the specified managed node and their state relative to the patch baseline being used for the node.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeInstancePatches for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • 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.

  • InvalidFilter The filter name isn't valid. Verify the you entered the correct name and try again.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatches

func (*SSM) DescribeInstancePatchesPages added in v1.33.18

func (c *SSM) DescribeInstancePatchesPages(input *DescribeInstancePatchesInput, fn func(*DescribeInstancePatchesOutput, bool) bool) error

DescribeInstancePatchesPages iterates over the pages of a DescribeInstancePatches operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeInstancePatches method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeInstancePatches operation.
pageNum := 0
err := client.DescribeInstancePatchesPages(params,
    func(page *ssm.DescribeInstancePatchesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeInstancePatchesPagesWithContext added in v1.33.18

func (c *SSM) DescribeInstancePatchesPagesWithContext(ctx aws.Context, input *DescribeInstancePatchesInput, fn func(*DescribeInstancePatchesOutput, bool) bool, opts ...request.Option) error

DescribeInstancePatchesPagesWithContext same as DescribeInstancePatchesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstancePatchesRequest added in v1.6.4

func (c *SSM) DescribeInstancePatchesRequest(input *DescribeInstancePatchesInput) (req *request.Request, output *DescribeInstancePatchesOutput)

DescribeInstancePatchesRequest generates a "aws/request.Request" representing the client's request for the DescribeInstancePatches operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeInstancePatches for more information on using the DescribeInstancePatches API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeInstancePatchesRequest method.
req, resp := client.DescribeInstancePatchesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatches

func (*SSM) DescribeInstancePatchesWithContext added in v1.8.0

func (c *SSM) DescribeInstancePatchesWithContext(ctx aws.Context, input *DescribeInstancePatchesInput, opts ...request.Option) (*DescribeInstancePatchesOutput, error)

DescribeInstancePatchesWithContext is the same as DescribeInstancePatches with the addition of the ability to pass a context and additional request options.

See DescribeInstancePatches for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInventoryDeletions added in v1.13.33

func (c *SSM) DescribeInventoryDeletions(input *DescribeInventoryDeletionsInput) (*DescribeInventoryDeletionsOutput, error)

DescribeInventoryDeletions API operation for Amazon Simple Systems Manager (SSM).

Describes a specific delete inventory operation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeInventoryDeletions for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDeletionIdException The ID specified for the delete operation doesn't exist or isn't valid. Verify the ID and try again.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInventoryDeletions

func (*SSM) DescribeInventoryDeletionsPages added in v1.33.18

func (c *SSM) DescribeInventoryDeletionsPages(input *DescribeInventoryDeletionsInput, fn func(*DescribeInventoryDeletionsOutput, bool) bool) error

DescribeInventoryDeletionsPages iterates over the pages of a DescribeInventoryDeletions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeInventoryDeletions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeInventoryDeletions operation.
pageNum := 0
err := client.DescribeInventoryDeletionsPages(params,
    func(page *ssm.DescribeInventoryDeletionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeInventoryDeletionsPagesWithContext added in v1.33.18

func (c *SSM) DescribeInventoryDeletionsPagesWithContext(ctx aws.Context, input *DescribeInventoryDeletionsInput, fn func(*DescribeInventoryDeletionsOutput, bool) bool, opts ...request.Option) error

DescribeInventoryDeletionsPagesWithContext same as DescribeInventoryDeletionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInventoryDeletionsRequest added in v1.13.33

func (c *SSM) DescribeInventoryDeletionsRequest(input *DescribeInventoryDeletionsInput) (req *request.Request, output *DescribeInventoryDeletionsOutput)

DescribeInventoryDeletionsRequest generates a "aws/request.Request" representing the client's request for the DescribeInventoryDeletions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeInventoryDeletions for more information on using the DescribeInventoryDeletions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeInventoryDeletionsRequest method.
req, resp := client.DescribeInventoryDeletionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInventoryDeletions

func (*SSM) DescribeInventoryDeletionsWithContext added in v1.13.33

func (c *SSM) DescribeInventoryDeletionsWithContext(ctx aws.Context, input *DescribeInventoryDeletionsInput, opts ...request.Option) (*DescribeInventoryDeletionsOutput, error)

DescribeInventoryDeletionsWithContext is the same as DescribeInventoryDeletions with the addition of the ability to pass a context and additional request options.

See DescribeInventoryDeletions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowExecutionTaskInvocations added in v1.5.13

DescribeMaintenanceWindowExecutionTaskInvocations API operation for Amazon Simple Systems Manager (SSM).

Retrieves the individual task executions (one per target) for a particular task run as part of a maintenance window execution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeMaintenanceWindowExecutionTaskInvocations for usage and error information.

Returned Error Types:

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutionTaskInvocations

func (*SSM) DescribeMaintenanceWindowExecutionTaskInvocationsPages added in v1.33.18

func (c *SSM) DescribeMaintenanceWindowExecutionTaskInvocationsPages(input *DescribeMaintenanceWindowExecutionTaskInvocationsInput, fn func(*DescribeMaintenanceWindowExecutionTaskInvocationsOutput, bool) bool) error

DescribeMaintenanceWindowExecutionTaskInvocationsPages iterates over the pages of a DescribeMaintenanceWindowExecutionTaskInvocations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeMaintenanceWindowExecutionTaskInvocations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeMaintenanceWindowExecutionTaskInvocations operation.
pageNum := 0
err := client.DescribeMaintenanceWindowExecutionTaskInvocationsPages(params,
    func(page *ssm.DescribeMaintenanceWindowExecutionTaskInvocationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeMaintenanceWindowExecutionTaskInvocationsPagesWithContext added in v1.33.18

func (c *SSM) DescribeMaintenanceWindowExecutionTaskInvocationsPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowExecutionTaskInvocationsInput, fn func(*DescribeMaintenanceWindowExecutionTaskInvocationsOutput, bool) bool, opts ...request.Option) error

DescribeMaintenanceWindowExecutionTaskInvocationsPagesWithContext same as DescribeMaintenanceWindowExecutionTaskInvocationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowExecutionTaskInvocationsRequest added in v1.5.13

func (c *SSM) DescribeMaintenanceWindowExecutionTaskInvocationsRequest(input *DescribeMaintenanceWindowExecutionTaskInvocationsInput) (req *request.Request, output *DescribeMaintenanceWindowExecutionTaskInvocationsOutput)

DescribeMaintenanceWindowExecutionTaskInvocationsRequest generates a "aws/request.Request" representing the client's request for the DescribeMaintenanceWindowExecutionTaskInvocations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeMaintenanceWindowExecutionTaskInvocations for more information on using the DescribeMaintenanceWindowExecutionTaskInvocations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeMaintenanceWindowExecutionTaskInvocationsRequest method.
req, resp := client.DescribeMaintenanceWindowExecutionTaskInvocationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutionTaskInvocations

func (*SSM) DescribeMaintenanceWindowExecutionTaskInvocationsWithContext added in v1.8.0

func (c *SSM) DescribeMaintenanceWindowExecutionTaskInvocationsWithContext(ctx aws.Context, input *DescribeMaintenanceWindowExecutionTaskInvocationsInput, opts ...request.Option) (*DescribeMaintenanceWindowExecutionTaskInvocationsOutput, error)

DescribeMaintenanceWindowExecutionTaskInvocationsWithContext is the same as DescribeMaintenanceWindowExecutionTaskInvocations with the addition of the ability to pass a context and additional request options.

See DescribeMaintenanceWindowExecutionTaskInvocations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowExecutionTasks added in v1.5.13

func (c *SSM) DescribeMaintenanceWindowExecutionTasks(input *DescribeMaintenanceWindowExecutionTasksInput) (*DescribeMaintenanceWindowExecutionTasksOutput, error)

DescribeMaintenanceWindowExecutionTasks API operation for Amazon Simple Systems Manager (SSM).

For a given maintenance window execution, lists the tasks that were run.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeMaintenanceWindowExecutionTasks for usage and error information.

Returned Error Types:

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutionTasks

func (*SSM) DescribeMaintenanceWindowExecutionTasksPages added in v1.33.18

func (c *SSM) DescribeMaintenanceWindowExecutionTasksPages(input *DescribeMaintenanceWindowExecutionTasksInput, fn func(*DescribeMaintenanceWindowExecutionTasksOutput, bool) bool) error

DescribeMaintenanceWindowExecutionTasksPages iterates over the pages of a DescribeMaintenanceWindowExecutionTasks operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeMaintenanceWindowExecutionTasks method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeMaintenanceWindowExecutionTasks operation.
pageNum := 0
err := client.DescribeMaintenanceWindowExecutionTasksPages(params,
    func(page *ssm.DescribeMaintenanceWindowExecutionTasksOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeMaintenanceWindowExecutionTasksPagesWithContext added in v1.33.18

func (c *SSM) DescribeMaintenanceWindowExecutionTasksPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowExecutionTasksInput, fn func(*DescribeMaintenanceWindowExecutionTasksOutput, bool) bool, opts ...request.Option) error

DescribeMaintenanceWindowExecutionTasksPagesWithContext same as DescribeMaintenanceWindowExecutionTasksPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowExecutionTasksRequest added in v1.5.13

func (c *SSM) DescribeMaintenanceWindowExecutionTasksRequest(input *DescribeMaintenanceWindowExecutionTasksInput) (req *request.Request, output *DescribeMaintenanceWindowExecutionTasksOutput)

DescribeMaintenanceWindowExecutionTasksRequest generates a "aws/request.Request" representing the client's request for the DescribeMaintenanceWindowExecutionTasks operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeMaintenanceWindowExecutionTasks for more information on using the DescribeMaintenanceWindowExecutionTasks API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeMaintenanceWindowExecutionTasksRequest method.
req, resp := client.DescribeMaintenanceWindowExecutionTasksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutionTasks

func (*SSM) DescribeMaintenanceWindowExecutionTasksWithContext added in v1.8.0

func (c *SSM) DescribeMaintenanceWindowExecutionTasksWithContext(ctx aws.Context, input *DescribeMaintenanceWindowExecutionTasksInput, opts ...request.Option) (*DescribeMaintenanceWindowExecutionTasksOutput, error)

DescribeMaintenanceWindowExecutionTasksWithContext is the same as DescribeMaintenanceWindowExecutionTasks with the addition of the ability to pass a context and additional request options.

See DescribeMaintenanceWindowExecutionTasks for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowExecutions added in v1.5.13

func (c *SSM) DescribeMaintenanceWindowExecutions(input *DescribeMaintenanceWindowExecutionsInput) (*DescribeMaintenanceWindowExecutionsOutput, error)

DescribeMaintenanceWindowExecutions API operation for Amazon Simple Systems Manager (SSM).

Lists the executions of a maintenance window. This includes information about when the maintenance window was scheduled to be active, and information about tasks registered and run with the maintenance window.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeMaintenanceWindowExecutions for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutions

func (*SSM) DescribeMaintenanceWindowExecutionsPages added in v1.33.18

func (c *SSM) DescribeMaintenanceWindowExecutionsPages(input *DescribeMaintenanceWindowExecutionsInput, fn func(*DescribeMaintenanceWindowExecutionsOutput, bool) bool) error

DescribeMaintenanceWindowExecutionsPages iterates over the pages of a DescribeMaintenanceWindowExecutions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeMaintenanceWindowExecutions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeMaintenanceWindowExecutions operation.
pageNum := 0
err := client.DescribeMaintenanceWindowExecutionsPages(params,
    func(page *ssm.DescribeMaintenanceWindowExecutionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeMaintenanceWindowExecutionsPagesWithContext added in v1.33.18

func (c *SSM) DescribeMaintenanceWindowExecutionsPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowExecutionsInput, fn func(*DescribeMaintenanceWindowExecutionsOutput, bool) bool, opts ...request.Option) error

DescribeMaintenanceWindowExecutionsPagesWithContext same as DescribeMaintenanceWindowExecutionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowExecutionsRequest added in v1.5.13

func (c *SSM) DescribeMaintenanceWindowExecutionsRequest(input *DescribeMaintenanceWindowExecutionsInput) (req *request.Request, output *DescribeMaintenanceWindowExecutionsOutput)

DescribeMaintenanceWindowExecutionsRequest generates a "aws/request.Request" representing the client's request for the DescribeMaintenanceWindowExecutions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeMaintenanceWindowExecutions for more information on using the DescribeMaintenanceWindowExecutions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeMaintenanceWindowExecutionsRequest method.
req, resp := client.DescribeMaintenanceWindowExecutionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutions

func (*SSM) DescribeMaintenanceWindowExecutionsWithContext added in v1.8.0

func (c *SSM) DescribeMaintenanceWindowExecutionsWithContext(ctx aws.Context, input *DescribeMaintenanceWindowExecutionsInput, opts ...request.Option) (*DescribeMaintenanceWindowExecutionsOutput, error)

DescribeMaintenanceWindowExecutionsWithContext is the same as DescribeMaintenanceWindowExecutions with the addition of the ability to pass a context and additional request options.

See DescribeMaintenanceWindowExecutions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowSchedule added in v1.15.51

func (c *SSM) DescribeMaintenanceWindowSchedule(input *DescribeMaintenanceWindowScheduleInput) (*DescribeMaintenanceWindowScheduleOutput, error)

DescribeMaintenanceWindowSchedule API operation for Amazon Simple Systems Manager (SSM).

Retrieves information about upcoming executions of a maintenance window.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeMaintenanceWindowSchedule for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • 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.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowSchedule

func (*SSM) DescribeMaintenanceWindowSchedulePages added in v1.33.18

func (c *SSM) DescribeMaintenanceWindowSchedulePages(input *DescribeMaintenanceWindowScheduleInput, fn func(*DescribeMaintenanceWindowScheduleOutput, bool) bool) error

DescribeMaintenanceWindowSchedulePages iterates over the pages of a DescribeMaintenanceWindowSchedule operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeMaintenanceWindowSchedule method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeMaintenanceWindowSchedule operation.
pageNum := 0
err := client.DescribeMaintenanceWindowSchedulePages(params,
    func(page *ssm.DescribeMaintenanceWindowScheduleOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeMaintenanceWindowSchedulePagesWithContext added in v1.33.18

func (c *SSM) DescribeMaintenanceWindowSchedulePagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowScheduleInput, fn func(*DescribeMaintenanceWindowScheduleOutput, bool) bool, opts ...request.Option) error

DescribeMaintenanceWindowSchedulePagesWithContext same as DescribeMaintenanceWindowSchedulePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowScheduleRequest added in v1.15.51

func (c *SSM) DescribeMaintenanceWindowScheduleRequest(input *DescribeMaintenanceWindowScheduleInput) (req *request.Request, output *DescribeMaintenanceWindowScheduleOutput)

DescribeMaintenanceWindowScheduleRequest generates a "aws/request.Request" representing the client's request for the DescribeMaintenanceWindowSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeMaintenanceWindowSchedule for more information on using the DescribeMaintenanceWindowSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeMaintenanceWindowScheduleRequest method.
req, resp := client.DescribeMaintenanceWindowScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowSchedule

func (*SSM) DescribeMaintenanceWindowScheduleWithContext added in v1.15.51

func (c *SSM) DescribeMaintenanceWindowScheduleWithContext(ctx aws.Context, input *DescribeMaintenanceWindowScheduleInput, opts ...request.Option) (*DescribeMaintenanceWindowScheduleOutput, error)

DescribeMaintenanceWindowScheduleWithContext is the same as DescribeMaintenanceWindowSchedule with the addition of the ability to pass a context and additional request options.

See DescribeMaintenanceWindowSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowTargets added in v1.5.13

func (c *SSM) DescribeMaintenanceWindowTargets(input *DescribeMaintenanceWindowTargetsInput) (*DescribeMaintenanceWindowTargetsOutput, error)

DescribeMaintenanceWindowTargets API operation for Amazon Simple Systems Manager (SSM).

Lists the targets registered with the maintenance window.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeMaintenanceWindowTargets for usage and error information.

Returned Error Types:

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowTargets

func (*SSM) DescribeMaintenanceWindowTargetsPages added in v1.33.18

func (c *SSM) DescribeMaintenanceWindowTargetsPages(input *DescribeMaintenanceWindowTargetsInput, fn func(*DescribeMaintenanceWindowTargetsOutput, bool) bool) error

DescribeMaintenanceWindowTargetsPages iterates over the pages of a DescribeMaintenanceWindowTargets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeMaintenanceWindowTargets method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeMaintenanceWindowTargets operation.
pageNum := 0
err := client.DescribeMaintenanceWindowTargetsPages(params,
    func(page *ssm.DescribeMaintenanceWindowTargetsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeMaintenanceWindowTargetsPagesWithContext added in v1.33.18

func (c *SSM) DescribeMaintenanceWindowTargetsPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowTargetsInput, fn func(*DescribeMaintenanceWindowTargetsOutput, bool) bool, opts ...request.Option) error

DescribeMaintenanceWindowTargetsPagesWithContext same as DescribeMaintenanceWindowTargetsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowTargetsRequest added in v1.5.13

func (c *SSM) DescribeMaintenanceWindowTargetsRequest(input *DescribeMaintenanceWindowTargetsInput) (req *request.Request, output *DescribeMaintenanceWindowTargetsOutput)

DescribeMaintenanceWindowTargetsRequest generates a "aws/request.Request" representing the client's request for the DescribeMaintenanceWindowTargets operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeMaintenanceWindowTargets for more information on using the DescribeMaintenanceWindowTargets API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeMaintenanceWindowTargetsRequest method.
req, resp := client.DescribeMaintenanceWindowTargetsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowTargets

func (*SSM) DescribeMaintenanceWindowTargetsWithContext added in v1.8.0

func (c *SSM) DescribeMaintenanceWindowTargetsWithContext(ctx aws.Context, input *DescribeMaintenanceWindowTargetsInput, opts ...request.Option) (*DescribeMaintenanceWindowTargetsOutput, error)

DescribeMaintenanceWindowTargetsWithContext is the same as DescribeMaintenanceWindowTargets with the addition of the ability to pass a context and additional request options.

See DescribeMaintenanceWindowTargets for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowTasks added in v1.5.13

func (c *SSM) DescribeMaintenanceWindowTasks(input *DescribeMaintenanceWindowTasksInput) (*DescribeMaintenanceWindowTasksOutput, error)

DescribeMaintenanceWindowTasks API operation for Amazon Simple Systems Manager (SSM).

Lists the tasks in a maintenance window.

For maintenance window tasks without a specified target, you can't supply values for --max-errors and --max-concurrency. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values don't affect the running of your task and can be ignored.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeMaintenanceWindowTasks for usage and error information.

Returned Error Types:

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowTasks

func (*SSM) DescribeMaintenanceWindowTasksPages added in v1.33.18

func (c *SSM) DescribeMaintenanceWindowTasksPages(input *DescribeMaintenanceWindowTasksInput, fn func(*DescribeMaintenanceWindowTasksOutput, bool) bool) error

DescribeMaintenanceWindowTasksPages iterates over the pages of a DescribeMaintenanceWindowTasks operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeMaintenanceWindowTasks method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeMaintenanceWindowTasks operation.
pageNum := 0
err := client.DescribeMaintenanceWindowTasksPages(params,
    func(page *ssm.DescribeMaintenanceWindowTasksOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeMaintenanceWindowTasksPagesWithContext added in v1.33.18

func (c *SSM) DescribeMaintenanceWindowTasksPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowTasksInput, fn func(*DescribeMaintenanceWindowTasksOutput, bool) bool, opts ...request.Option) error

DescribeMaintenanceWindowTasksPagesWithContext same as DescribeMaintenanceWindowTasksPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowTasksRequest added in v1.5.13

func (c *SSM) DescribeMaintenanceWindowTasksRequest(input *DescribeMaintenanceWindowTasksInput) (req *request.Request, output *DescribeMaintenanceWindowTasksOutput)

DescribeMaintenanceWindowTasksRequest generates a "aws/request.Request" representing the client's request for the DescribeMaintenanceWindowTasks operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeMaintenanceWindowTasks for more information on using the DescribeMaintenanceWindowTasks API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeMaintenanceWindowTasksRequest method.
req, resp := client.DescribeMaintenanceWindowTasksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowTasks

func (*SSM) DescribeMaintenanceWindowTasksWithContext added in v1.8.0

func (c *SSM) DescribeMaintenanceWindowTasksWithContext(ctx aws.Context, input *DescribeMaintenanceWindowTasksInput, opts ...request.Option) (*DescribeMaintenanceWindowTasksOutput, error)

DescribeMaintenanceWindowTasksWithContext is the same as DescribeMaintenanceWindowTasks with the addition of the ability to pass a context and additional request options.

See DescribeMaintenanceWindowTasks for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindows added in v1.5.13

func (c *SSM) DescribeMaintenanceWindows(input *DescribeMaintenanceWindowsInput) (*DescribeMaintenanceWindowsOutput, error)

DescribeMaintenanceWindows API operation for Amazon Simple Systems Manager (SSM).

Retrieves the maintenance windows in an Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeMaintenanceWindows for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindows

func (*SSM) DescribeMaintenanceWindowsForTarget added in v1.15.51

func (c *SSM) DescribeMaintenanceWindowsForTarget(input *DescribeMaintenanceWindowsForTargetInput) (*DescribeMaintenanceWindowsForTargetOutput, error)

DescribeMaintenanceWindowsForTarget API operation for Amazon Simple Systems Manager (SSM).

Retrieves information about the maintenance window targets or tasks that a managed node is associated with.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeMaintenanceWindowsForTarget for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowsForTarget

func (*SSM) DescribeMaintenanceWindowsForTargetPages added in v1.33.18

func (c *SSM) DescribeMaintenanceWindowsForTargetPages(input *DescribeMaintenanceWindowsForTargetInput, fn func(*DescribeMaintenanceWindowsForTargetOutput, bool) bool) error

DescribeMaintenanceWindowsForTargetPages iterates over the pages of a DescribeMaintenanceWindowsForTarget operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeMaintenanceWindowsForTarget method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeMaintenanceWindowsForTarget operation.
pageNum := 0
err := client.DescribeMaintenanceWindowsForTargetPages(params,
    func(page *ssm.DescribeMaintenanceWindowsForTargetOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeMaintenanceWindowsForTargetPagesWithContext added in v1.33.18

func (c *SSM) DescribeMaintenanceWindowsForTargetPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowsForTargetInput, fn func(*DescribeMaintenanceWindowsForTargetOutput, bool) bool, opts ...request.Option) error

DescribeMaintenanceWindowsForTargetPagesWithContext same as DescribeMaintenanceWindowsForTargetPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowsForTargetRequest added in v1.15.51

func (c *SSM) DescribeMaintenanceWindowsForTargetRequest(input *DescribeMaintenanceWindowsForTargetInput) (req *request.Request, output *DescribeMaintenanceWindowsForTargetOutput)

DescribeMaintenanceWindowsForTargetRequest generates a "aws/request.Request" representing the client's request for the DescribeMaintenanceWindowsForTarget operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeMaintenanceWindowsForTarget for more information on using the DescribeMaintenanceWindowsForTarget API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeMaintenanceWindowsForTargetRequest method.
req, resp := client.DescribeMaintenanceWindowsForTargetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowsForTarget

func (*SSM) DescribeMaintenanceWindowsForTargetWithContext added in v1.15.51

func (c *SSM) DescribeMaintenanceWindowsForTargetWithContext(ctx aws.Context, input *DescribeMaintenanceWindowsForTargetInput, opts ...request.Option) (*DescribeMaintenanceWindowsForTargetOutput, error)

DescribeMaintenanceWindowsForTargetWithContext is the same as DescribeMaintenanceWindowsForTarget with the addition of the ability to pass a context and additional request options.

See DescribeMaintenanceWindowsForTarget for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowsPages added in v1.33.18

func (c *SSM) DescribeMaintenanceWindowsPages(input *DescribeMaintenanceWindowsInput, fn func(*DescribeMaintenanceWindowsOutput, bool) bool) error

DescribeMaintenanceWindowsPages iterates over the pages of a DescribeMaintenanceWindows operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeMaintenanceWindows method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeMaintenanceWindows operation.
pageNum := 0
err := client.DescribeMaintenanceWindowsPages(params,
    func(page *ssm.DescribeMaintenanceWindowsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeMaintenanceWindowsPagesWithContext added in v1.33.18

func (c *SSM) DescribeMaintenanceWindowsPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowsInput, fn func(*DescribeMaintenanceWindowsOutput, bool) bool, opts ...request.Option) error

DescribeMaintenanceWindowsPagesWithContext same as DescribeMaintenanceWindowsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowsRequest added in v1.5.13

func (c *SSM) DescribeMaintenanceWindowsRequest(input *DescribeMaintenanceWindowsInput) (req *request.Request, output *DescribeMaintenanceWindowsOutput)

DescribeMaintenanceWindowsRequest generates a "aws/request.Request" representing the client's request for the DescribeMaintenanceWindows operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeMaintenanceWindows for more information on using the DescribeMaintenanceWindows API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeMaintenanceWindowsRequest method.
req, resp := client.DescribeMaintenanceWindowsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindows

func (*SSM) DescribeMaintenanceWindowsWithContext added in v1.8.0

func (c *SSM) DescribeMaintenanceWindowsWithContext(ctx aws.Context, input *DescribeMaintenanceWindowsInput, opts ...request.Option) (*DescribeMaintenanceWindowsOutput, error)

DescribeMaintenanceWindowsWithContext is the same as DescribeMaintenanceWindows with the addition of the ability to pass a context and additional request options.

See DescribeMaintenanceWindows for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeOpsItems added in v1.19.45

func (c *SSM) DescribeOpsItems(input *DescribeOpsItemsInput) (*DescribeOpsItemsOutput, error)

DescribeOpsItems API operation for Amazon Simple Systems Manager (SSM).

Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. 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.

Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the Amazon Web Services Systems Manager User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeOpsItems for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeOpsItems

func (*SSM) DescribeOpsItemsPages added in v1.33.18

func (c *SSM) DescribeOpsItemsPages(input *DescribeOpsItemsInput, fn func(*DescribeOpsItemsOutput, bool) bool) error

DescribeOpsItemsPages iterates over the pages of a DescribeOpsItems operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeOpsItems method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeOpsItems operation.
pageNum := 0
err := client.DescribeOpsItemsPages(params,
    func(page *ssm.DescribeOpsItemsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeOpsItemsPagesWithContext added in v1.33.18

func (c *SSM) DescribeOpsItemsPagesWithContext(ctx aws.Context, input *DescribeOpsItemsInput, fn func(*DescribeOpsItemsOutput, bool) bool, opts ...request.Option) error

DescribeOpsItemsPagesWithContext same as DescribeOpsItemsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeOpsItemsRequest added in v1.19.45

func (c *SSM) DescribeOpsItemsRequest(input *DescribeOpsItemsInput) (req *request.Request, output *DescribeOpsItemsOutput)

DescribeOpsItemsRequest generates a "aws/request.Request" representing the client's request for the DescribeOpsItems operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeOpsItems for more information on using the DescribeOpsItems API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeOpsItemsRequest method.
req, resp := client.DescribeOpsItemsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeOpsItems

func (*SSM) DescribeOpsItemsWithContext added in v1.19.45

func (c *SSM) DescribeOpsItemsWithContext(ctx aws.Context, input *DescribeOpsItemsInput, opts ...request.Option) (*DescribeOpsItemsOutput, error)

DescribeOpsItemsWithContext is the same as DescribeOpsItems with the addition of the ability to pass a context and additional request options.

See DescribeOpsItems for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeParameters added in v1.5.13

func (c *SSM) DescribeParameters(input *DescribeParametersInput) (*DescribeParametersOutput, error)

DescribeParameters API operation for Amazon Simple Systems Manager (SSM).

Lists the parameters in your Amazon Web Services account or the parameters shared with you when you enable the Shared (https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_DescribeParameters.html#systemsmanager-DescribeParameters-request-Shared) option.

Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results.

If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, DescribeParameters retrieves whatever the original key alias was referencing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeParameters for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidFilterKey The specified key isn't valid.

  • InvalidFilterOption The specified filter option isn't valid. Valid options are Equals and BeginsWith. For Path filter, valid options are Recursive and OneLevel.

  • InvalidFilterValue The filter value isn't valid. Verify the value and try again.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeParameters

func (*SSM) DescribeParametersPages added in v1.10.1

func (c *SSM) DescribeParametersPages(input *DescribeParametersInput, fn func(*DescribeParametersOutput, bool) bool) error

DescribeParametersPages iterates over the pages of a DescribeParameters operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeParameters method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeParameters operation.
pageNum := 0
err := client.DescribeParametersPages(params,
    func(page *ssm.DescribeParametersOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeParametersPagesWithContext added in v1.10.1

func (c *SSM) DescribeParametersPagesWithContext(ctx aws.Context, input *DescribeParametersInput, fn func(*DescribeParametersOutput, bool) bool, opts ...request.Option) error

DescribeParametersPagesWithContext same as DescribeParametersPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeParametersRequest added in v1.5.13

func (c *SSM) DescribeParametersRequest(input *DescribeParametersInput) (req *request.Request, output *DescribeParametersOutput)

DescribeParametersRequest generates a "aws/request.Request" representing the client's request for the DescribeParameters operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeParameters for more information on using the DescribeParameters API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeParametersRequest method.
req, resp := client.DescribeParametersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeParameters

func (*SSM) DescribeParametersWithContext added in v1.8.0

func (c *SSM) DescribeParametersWithContext(ctx aws.Context, input *DescribeParametersInput, opts ...request.Option) (*DescribeParametersOutput, error)

DescribeParametersWithContext is the same as DescribeParameters with the addition of the ability to pass a context and additional request options.

See DescribeParameters for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribePatchBaselines added in v1.6.4

func (c *SSM) DescribePatchBaselines(input *DescribePatchBaselinesInput) (*DescribePatchBaselinesOutput, error)

DescribePatchBaselines API operation for Amazon Simple Systems Manager (SSM).

Lists the patch baselines in your Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribePatchBaselines for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchBaselines

func (*SSM) DescribePatchBaselinesPages added in v1.33.18

func (c *SSM) DescribePatchBaselinesPages(input *DescribePatchBaselinesInput, fn func(*DescribePatchBaselinesOutput, bool) bool) error

DescribePatchBaselinesPages iterates over the pages of a DescribePatchBaselines operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribePatchBaselines method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribePatchBaselines operation.
pageNum := 0
err := client.DescribePatchBaselinesPages(params,
    func(page *ssm.DescribePatchBaselinesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribePatchBaselinesPagesWithContext added in v1.33.18

func (c *SSM) DescribePatchBaselinesPagesWithContext(ctx aws.Context, input *DescribePatchBaselinesInput, fn func(*DescribePatchBaselinesOutput, bool) bool, opts ...request.Option) error

DescribePatchBaselinesPagesWithContext same as DescribePatchBaselinesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribePatchBaselinesRequest added in v1.6.4

func (c *SSM) DescribePatchBaselinesRequest(input *DescribePatchBaselinesInput) (req *request.Request, output *DescribePatchBaselinesOutput)

DescribePatchBaselinesRequest generates a "aws/request.Request" representing the client's request for the DescribePatchBaselines operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribePatchBaselines for more information on using the DescribePatchBaselines API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribePatchBaselinesRequest method.
req, resp := client.DescribePatchBaselinesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchBaselines

func (*SSM) DescribePatchBaselinesWithContext added in v1.8.0

func (c *SSM) DescribePatchBaselinesWithContext(ctx aws.Context, input *DescribePatchBaselinesInput, opts ...request.Option) (*DescribePatchBaselinesOutput, error)

DescribePatchBaselinesWithContext is the same as DescribePatchBaselines with the addition of the ability to pass a context and additional request options.

See DescribePatchBaselines for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribePatchGroupState added in v1.6.4

func (c *SSM) DescribePatchGroupState(input *DescribePatchGroupStateInput) (*DescribePatchGroupStateOutput, error)

DescribePatchGroupState API operation for Amazon Simple Systems Manager (SSM).

Returns high-level aggregated patch compliance state information for a patch group.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribePatchGroupState for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchGroupState

func (*SSM) DescribePatchGroupStateRequest added in v1.6.4

func (c *SSM) DescribePatchGroupStateRequest(input *DescribePatchGroupStateInput) (req *request.Request, output *DescribePatchGroupStateOutput)

DescribePatchGroupStateRequest generates a "aws/request.Request" representing the client's request for the DescribePatchGroupState operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribePatchGroupState for more information on using the DescribePatchGroupState API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribePatchGroupStateRequest method.
req, resp := client.DescribePatchGroupStateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchGroupState

func (*SSM) DescribePatchGroupStateWithContext added in v1.8.0

func (c *SSM) DescribePatchGroupStateWithContext(ctx aws.Context, input *DescribePatchGroupStateInput, opts ...request.Option) (*DescribePatchGroupStateOutput, error)

DescribePatchGroupStateWithContext is the same as DescribePatchGroupState with the addition of the ability to pass a context and additional request options.

See DescribePatchGroupState for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribePatchGroups added in v1.6.4

func (c *SSM) DescribePatchGroups(input *DescribePatchGroupsInput) (*DescribePatchGroupsOutput, error)

DescribePatchGroups API operation for Amazon Simple Systems Manager (SSM).

Lists all patch groups that have been registered with patch baselines.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribePatchGroups for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchGroups

func (*SSM) DescribePatchGroupsPages added in v1.33.18

func (c *SSM) DescribePatchGroupsPages(input *DescribePatchGroupsInput, fn func(*DescribePatchGroupsOutput, bool) bool) error

DescribePatchGroupsPages iterates over the pages of a DescribePatchGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribePatchGroups method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribePatchGroups operation.
pageNum := 0
err := client.DescribePatchGroupsPages(params,
    func(page *ssm.DescribePatchGroupsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribePatchGroupsPagesWithContext added in v1.33.18

func (c *SSM) DescribePatchGroupsPagesWithContext(ctx aws.Context, input *DescribePatchGroupsInput, fn func(*DescribePatchGroupsOutput, bool) bool, opts ...request.Option) error

DescribePatchGroupsPagesWithContext same as DescribePatchGroupsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribePatchGroupsRequest added in v1.6.4

func (c *SSM) DescribePatchGroupsRequest(input *DescribePatchGroupsInput) (req *request.Request, output *DescribePatchGroupsOutput)

DescribePatchGroupsRequest generates a "aws/request.Request" representing the client's request for the DescribePatchGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribePatchGroups for more information on using the DescribePatchGroups API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribePatchGroupsRequest method.
req, resp := client.DescribePatchGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchGroups

func (*SSM) DescribePatchGroupsWithContext added in v1.8.0

func (c *SSM) DescribePatchGroupsWithContext(ctx aws.Context, input *DescribePatchGroupsInput, opts ...request.Option) (*DescribePatchGroupsOutput, error)

DescribePatchGroupsWithContext is the same as DescribePatchGroups with the addition of the ability to pass a context and additional request options.

See DescribePatchGroups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribePatchProperties added in v1.19.26

func (c *SSM) DescribePatchProperties(input *DescribePatchPropertiesInput) (*DescribePatchPropertiesOutput, error)

DescribePatchProperties API operation for Amazon Simple Systems Manager (SSM).

Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches. You can use the reported properties in the filters you specify in requests for operations such as CreatePatchBaseline, UpdatePatchBaseline, DescribeAvailablePatches, and DescribePatchBaselines.

The following section lists the properties that can be used in filters for each major operating system type:

AMAZON_LINUX

Valid properties: PRODUCT | CLASSIFICATION | SEVERITY

AMAZON_LINUX_2

Valid properties: PRODUCT | CLASSIFICATION | SEVERITY

CENTOS

Valid properties: PRODUCT | CLASSIFICATION | SEVERITY

DEBIAN

Valid properties: PRODUCT | PRIORITY

MACOS

Valid properties: PRODUCT | CLASSIFICATION

ORACLE_LINUX

Valid properties: PRODUCT | CLASSIFICATION | SEVERITY

REDHAT_ENTERPRISE_LINUX

Valid properties: PRODUCT | CLASSIFICATION | SEVERITY

SUSE

Valid properties: PRODUCT | CLASSIFICATION | SEVERITY

UBUNTU

Valid properties: PRODUCT | PRIORITY

WINDOWS

Valid properties: PRODUCT | PRODUCT_FAMILY | CLASSIFICATION | MSRC_SEVERITY

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribePatchProperties for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchProperties

func (*SSM) DescribePatchPropertiesPages added in v1.33.18

func (c *SSM) DescribePatchPropertiesPages(input *DescribePatchPropertiesInput, fn func(*DescribePatchPropertiesOutput, bool) bool) error

DescribePatchPropertiesPages iterates over the pages of a DescribePatchProperties operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribePatchProperties method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribePatchProperties operation.
pageNum := 0
err := client.DescribePatchPropertiesPages(params,
    func(page *ssm.DescribePatchPropertiesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribePatchPropertiesPagesWithContext added in v1.33.18

func (c *SSM) DescribePatchPropertiesPagesWithContext(ctx aws.Context, input *DescribePatchPropertiesInput, fn func(*DescribePatchPropertiesOutput, bool) bool, opts ...request.Option) error

DescribePatchPropertiesPagesWithContext same as DescribePatchPropertiesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribePatchPropertiesRequest added in v1.19.26

func (c *SSM) DescribePatchPropertiesRequest(input *DescribePatchPropertiesInput) (req *request.Request, output *DescribePatchPropertiesOutput)

DescribePatchPropertiesRequest generates a "aws/request.Request" representing the client's request for the DescribePatchProperties operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribePatchProperties for more information on using the DescribePatchProperties API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribePatchPropertiesRequest method.
req, resp := client.DescribePatchPropertiesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchProperties

func (*SSM) DescribePatchPropertiesWithContext added in v1.19.26

func (c *SSM) DescribePatchPropertiesWithContext(ctx aws.Context, input *DescribePatchPropertiesInput, opts ...request.Option) (*DescribePatchPropertiesOutput, error)

DescribePatchPropertiesWithContext is the same as DescribePatchProperties with the addition of the ability to pass a context and additional request options.

See DescribePatchProperties for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeSessions added in v1.15.33

func (c *SSM) DescribeSessions(input *DescribeSessionsInput) (*DescribeSessionsOutput, error)

DescribeSessions API operation for Amazon Simple Systems Manager (SSM).

Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30 days.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeSessions for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidFilterKey The specified key isn't valid.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeSessions

func (*SSM) DescribeSessionsPages added in v1.33.18

func (c *SSM) DescribeSessionsPages(input *DescribeSessionsInput, fn func(*DescribeSessionsOutput, bool) bool) error

DescribeSessionsPages iterates over the pages of a DescribeSessions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeSessions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeSessions operation.
pageNum := 0
err := client.DescribeSessionsPages(params,
    func(page *ssm.DescribeSessionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeSessionsPagesWithContext added in v1.33.18

func (c *SSM) DescribeSessionsPagesWithContext(ctx aws.Context, input *DescribeSessionsInput, fn func(*DescribeSessionsOutput, bool) bool, opts ...request.Option) error

DescribeSessionsPagesWithContext same as DescribeSessionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeSessionsRequest added in v1.15.33

func (c *SSM) DescribeSessionsRequest(input *DescribeSessionsInput) (req *request.Request, output *DescribeSessionsOutput)

DescribeSessionsRequest generates a "aws/request.Request" representing the client's request for the DescribeSessions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeSessions for more information on using the DescribeSessions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeSessionsRequest method.
req, resp := client.DescribeSessionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeSessions

func (*SSM) DescribeSessionsWithContext added in v1.15.33

func (c *SSM) DescribeSessionsWithContext(ctx aws.Context, input *DescribeSessionsInput, opts ...request.Option) (*DescribeSessionsOutput, error)

DescribeSessionsWithContext is the same as DescribeSessions with the addition of the ability to pass a context and additional request options.

See DescribeSessions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DisassociateOpsItemRelatedItem added in v1.38.37

func (c *SSM) DisassociateOpsItemRelatedItem(input *DisassociateOpsItemRelatedItemInput) (*DisassociateOpsItemRelatedItemOutput, error)

DisassociateOpsItemRelatedItem API operation for Amazon Simple Systems Manager (SSM).

Deletes the association between an OpsItem and a related item. For example, this API operation can delete an Incident Manager incident from an OpsItem. Incident Manager is a capability of Amazon Web Services Systems Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DisassociateOpsItemRelatedItem for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • OpsItemRelatedItemAssociationNotFoundException The association wasn't found using the parameters you specified in the call. Verify the information and try again.

  • OpsItemNotFoundException The specified OpsItem ID doesn't exist. Verify the ID and try again.

  • OpsItemInvalidParameterException A specified parameter argument isn't valid. Verify the available arguments and try again.

  • OpsItemConflictException The specified OpsItem is in the process of being deleted.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DisassociateOpsItemRelatedItem

func (*SSM) DisassociateOpsItemRelatedItemRequest added in v1.38.37

func (c *SSM) DisassociateOpsItemRelatedItemRequest(input *DisassociateOpsItemRelatedItemInput) (req *request.Request, output *DisassociateOpsItemRelatedItemOutput)

DisassociateOpsItemRelatedItemRequest generates a "aws/request.Request" representing the client's request for the DisassociateOpsItemRelatedItem operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisassociateOpsItemRelatedItem for more information on using the DisassociateOpsItemRelatedItem API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisassociateOpsItemRelatedItemRequest method.
req, resp := client.DisassociateOpsItemRelatedItemRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DisassociateOpsItemRelatedItem

func (*SSM) DisassociateOpsItemRelatedItemWithContext added in v1.38.37

func (c *SSM) DisassociateOpsItemRelatedItemWithContext(ctx aws.Context, input *DisassociateOpsItemRelatedItemInput, opts ...request.Option) (*DisassociateOpsItemRelatedItemOutput, error)

DisassociateOpsItemRelatedItemWithContext is the same as DisassociateOpsItemRelatedItem with the addition of the ability to pass a context and additional request options.

See DisassociateOpsItemRelatedItem for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetAutomationExecution added in v1.5.13

func (c *SSM) GetAutomationExecution(input *GetAutomationExecutionInput) (*GetAutomationExecutionOutput, error)

GetAutomationExecution API operation for Amazon Simple Systems Manager (SSM).

Get detailed information about a particular Automation execution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetAutomationExecution for usage and error information.

Returned Error Types:

  • AutomationExecutionNotFoundException There is no automation execution information for the requested automation execution ID.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetAutomationExecution

func (*SSM) GetAutomationExecutionRequest added in v1.5.13

func (c *SSM) GetAutomationExecutionRequest(input *GetAutomationExecutionInput) (req *request.Request, output *GetAutomationExecutionOutput)

GetAutomationExecutionRequest generates a "aws/request.Request" representing the client's request for the GetAutomationExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetAutomationExecution for more information on using the GetAutomationExecution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetAutomationExecutionRequest method.
req, resp := client.GetAutomationExecutionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetAutomationExecution

func (*SSM) GetAutomationExecutionWithContext added in v1.8.0

func (c *SSM) GetAutomationExecutionWithContext(ctx aws.Context, input *GetAutomationExecutionInput, opts ...request.Option) (*GetAutomationExecutionOutput, error)

GetAutomationExecutionWithContext is the same as GetAutomationExecution with the addition of the ability to pass a context and additional request options.

See GetAutomationExecution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetCalendarState added in v1.25.49

func (c *SSM) GetCalendarState(input *GetCalendarStateInput) (*GetCalendarStateOutput, error)

GetCalendarState API operation for Amazon Simple Systems Manager (SSM).

Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time. If you specify a time, GetCalendarState returns the state of the calendar at that specific time, and returns the next time that the change calendar state will transition. If you don't specify a time, GetCalendarState uses the current time. Change Calendar entries have two possible states: OPEN or CLOSED.

If you specify more than one calendar in a request, the command returns the status of OPEN only if all calendars in the request are open. If one or more calendars in the request are closed, the status returned is CLOSED.

For more information about Change Calendar, a capability of Amazon Web Services Systems Manager, see Amazon Web Services Systems Manager Change Calendar (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar.html) in the Amazon Web Services Systems Manager User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetCalendarState for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentType The SSM document type isn't valid. Valid document types are described in the DocumentType property.

  • UnsupportedCalendarException The calendar entry contained in the specified SSM document isn't supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetCalendarState

func (*SSM) GetCalendarStateRequest added in v1.25.49

func (c *SSM) GetCalendarStateRequest(input *GetCalendarStateInput) (req *request.Request, output *GetCalendarStateOutput)

GetCalendarStateRequest generates a "aws/request.Request" representing the client's request for the GetCalendarState operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetCalendarState for more information on using the GetCalendarState API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetCalendarStateRequest method.
req, resp := client.GetCalendarStateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetCalendarState

func (*SSM) GetCalendarStateWithContext added in v1.25.49

func (c *SSM) GetCalendarStateWithContext(ctx aws.Context, input *GetCalendarStateInput, opts ...request.Option) (*GetCalendarStateOutput, error)

GetCalendarStateWithContext is the same as GetCalendarState with the addition of the ability to pass a context and additional request options.

See GetCalendarState for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetCommandInvocation added in v1.5.13

func (c *SSM) GetCommandInvocation(input *GetCommandInvocationInput) (*GetCommandInvocationOutput, error)

GetCommandInvocation API operation for Amazon Simple Systems Manager (SSM).

Returns detailed information about command execution for an invocation or plugin.

GetCommandInvocation only gives the execution status of a plugin in a document. To get the command execution status on a specific managed node, use ListCommandInvocations. To get the command execution status across managed nodes, use ListCommands.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetCommandInvocation for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidCommandId The specified command ID isn't valid. Verify the ID and try again.

  • 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.

  • InvalidPluginName The plugin name isn't valid.

  • 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.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetCommandInvocation

func (*SSM) GetCommandInvocationRequest added in v1.5.13

func (c *SSM) GetCommandInvocationRequest(input *GetCommandInvocationInput) (req *request.Request, output *GetCommandInvocationOutput)

GetCommandInvocationRequest generates a "aws/request.Request" representing the client's request for the GetCommandInvocation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetCommandInvocation for more information on using the GetCommandInvocation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetCommandInvocationRequest method.
req, resp := client.GetCommandInvocationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetCommandInvocation

func (*SSM) GetCommandInvocationWithContext added in v1.8.0

func (c *SSM) GetCommandInvocationWithContext(ctx aws.Context, input *GetCommandInvocationInput, opts ...request.Option) (*GetCommandInvocationOutput, error)

GetCommandInvocationWithContext is the same as GetCommandInvocation with the addition of the ability to pass a context and additional request options.

See GetCommandInvocation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetConnectionStatus added in v1.15.33

func (c *SSM) GetConnectionStatus(input *GetConnectionStatusInput) (*GetConnectionStatusOutput, error)

GetConnectionStatus API operation for Amazon Simple Systems Manager (SSM).

Retrieves the Session Manager connection status for a managed node to determine whether it is running and ready to receive Session Manager connections.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetConnectionStatus for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetConnectionStatus

func (*SSM) GetConnectionStatusRequest added in v1.15.33

func (c *SSM) GetConnectionStatusRequest(input *GetConnectionStatusInput) (req *request.Request, output *GetConnectionStatusOutput)

GetConnectionStatusRequest generates a "aws/request.Request" representing the client's request for the GetConnectionStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetConnectionStatus for more information on using the GetConnectionStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetConnectionStatusRequest method.
req, resp := client.GetConnectionStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetConnectionStatus

func (*SSM) GetConnectionStatusWithContext added in v1.15.33

func (c *SSM) GetConnectionStatusWithContext(ctx aws.Context, input *GetConnectionStatusInput, opts ...request.Option) (*GetConnectionStatusOutput, error)

GetConnectionStatusWithContext is the same as GetConnectionStatus with the addition of the ability to pass a context and additional request options.

See GetConnectionStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetDefaultPatchBaseline added in v1.6.4

func (c *SSM) GetDefaultPatchBaseline(input *GetDefaultPatchBaselineInput) (*GetDefaultPatchBaselineOutput, error)

GetDefaultPatchBaseline API operation for Amazon Simple Systems Manager (SSM).

Retrieves the default patch baseline. Amazon Web Services Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.

If you don't specify an operating system value, the default patch baseline for Windows is returned.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetDefaultPatchBaseline for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDefaultPatchBaseline

func (*SSM) GetDefaultPatchBaselineRequest added in v1.6.4

func (c *SSM) GetDefaultPatchBaselineRequest(input *GetDefaultPatchBaselineInput) (req *request.Request, output *GetDefaultPatchBaselineOutput)

GetDefaultPatchBaselineRequest generates a "aws/request.Request" representing the client's request for the GetDefaultPatchBaseline operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetDefaultPatchBaseline for more information on using the GetDefaultPatchBaseline API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetDefaultPatchBaselineRequest method.
req, resp := client.GetDefaultPatchBaselineRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDefaultPatchBaseline

func (*SSM) GetDefaultPatchBaselineWithContext added in v1.8.0

func (c *SSM) GetDefaultPatchBaselineWithContext(ctx aws.Context, input *GetDefaultPatchBaselineInput, opts ...request.Option) (*GetDefaultPatchBaselineOutput, error)

GetDefaultPatchBaselineWithContext is the same as GetDefaultPatchBaseline with the addition of the ability to pass a context and additional request options.

See GetDefaultPatchBaseline for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetDeployablePatchSnapshotForInstance added in v1.6.4

func (c *SSM) GetDeployablePatchSnapshotForInstance(input *GetDeployablePatchSnapshotForInstanceInput) (*GetDeployablePatchSnapshotForInstanceOutput, error)

GetDeployablePatchSnapshotForInstance API operation for Amazon Simple Systems Manager (SSM).

Retrieves the current snapshot for the patch baseline the managed node uses. This API is primarily used by the AWS-RunPatchBaseline Systems Manager document (SSM document).

If you run the command locally, such as with the Command Line Interface (CLI), the system attempts to use your local Amazon Web Services credentials and the operation fails. To avoid this, you can run the command in the Amazon Web Services Systems Manager console. Use Run Command, a capability of Amazon Web Services Systems Manager, with an SSM document that enables you to target a managed node with a script or command. For example, run the command using the AWS-RunShellScript document or the AWS-RunPowerShellScript document.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetDeployablePatchSnapshotForInstance for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • UnsupportedOperatingSystem The operating systems you specified isn't supported, or the operation isn't supported for the operating system.

  • 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.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDeployablePatchSnapshotForInstance

func (*SSM) GetDeployablePatchSnapshotForInstanceRequest added in v1.6.4

func (c *SSM) GetDeployablePatchSnapshotForInstanceRequest(input *GetDeployablePatchSnapshotForInstanceInput) (req *request.Request, output *GetDeployablePatchSnapshotForInstanceOutput)

GetDeployablePatchSnapshotForInstanceRequest generates a "aws/request.Request" representing the client's request for the GetDeployablePatchSnapshotForInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetDeployablePatchSnapshotForInstance for more information on using the GetDeployablePatchSnapshotForInstance API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetDeployablePatchSnapshotForInstanceRequest method.
req, resp := client.GetDeployablePatchSnapshotForInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDeployablePatchSnapshotForInstance

func (*SSM) GetDeployablePatchSnapshotForInstanceWithContext added in v1.8.0

func (c *SSM) GetDeployablePatchSnapshotForInstanceWithContext(ctx aws.Context, input *GetDeployablePatchSnapshotForInstanceInput, opts ...request.Option) (*GetDeployablePatchSnapshotForInstanceOutput, error)

GetDeployablePatchSnapshotForInstanceWithContext is the same as GetDeployablePatchSnapshotForInstance with the addition of the ability to pass a context and additional request options.

See GetDeployablePatchSnapshotForInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetDocument

func (c *SSM) GetDocument(input *GetDocumentInput) (*GetDocumentOutput, error)

GetDocument API operation for Amazon Simple Systems Manager (SSM).

Gets the contents of the specified Amazon Web Services Systems Manager document (SSM document).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetDocument for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDocument

func (*SSM) GetDocumentRequest

func (c *SSM) GetDocumentRequest(input *GetDocumentInput) (req *request.Request, output *GetDocumentOutput)

GetDocumentRequest generates a "aws/request.Request" representing the client's request for the GetDocument operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetDocument for more information on using the GetDocument API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetDocumentRequest method.
req, resp := client.GetDocumentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDocument

func (*SSM) GetDocumentWithContext added in v1.8.0

func (c *SSM) GetDocumentWithContext(ctx aws.Context, input *GetDocumentInput, opts ...request.Option) (*GetDocumentOutput, error)

GetDocumentWithContext is the same as GetDocument with the addition of the ability to pass a context and additional request options.

See GetDocument for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetInventory added in v1.5.13

func (c *SSM) GetInventory(input *GetInventoryInput) (*GetInventoryOutput, error)

GetInventory API operation for Amazon Simple Systems Manager (SSM).

Query inventory information. This includes managed node status, such as Stopped or Terminated.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetInventory for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidFilter The filter name isn't valid. Verify the you entered the correct name and try again.

  • InvalidInventoryGroupException The specified inventory group isn't valid.

  • InvalidNextToken The specified token isn't valid.

  • InvalidTypeNameException The parameter type name isn't valid.

  • 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.

  • InvalidResultAttributeException The specified inventory item result attribute isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetInventory

func (*SSM) GetInventoryPages added in v1.33.18

func (c *SSM) GetInventoryPages(input *GetInventoryInput, fn func(*GetInventoryOutput, bool) bool) error

GetInventoryPages iterates over the pages of a GetInventory operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetInventory method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetInventory operation.
pageNum := 0
err := client.GetInventoryPages(params,
    func(page *ssm.GetInventoryOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) GetInventoryPagesWithContext added in v1.33.18

func (c *SSM) GetInventoryPagesWithContext(ctx aws.Context, input *GetInventoryInput, fn func(*GetInventoryOutput, bool) bool, opts ...request.Option) error

GetInventoryPagesWithContext same as GetInventoryPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetInventoryRequest added in v1.5.13

func (c *SSM) GetInventoryRequest(input *GetInventoryInput) (req *request.Request, output *GetInventoryOutput)

GetInventoryRequest generates a "aws/request.Request" representing the client's request for the GetInventory operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetInventory for more information on using the GetInventory API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetInventoryRequest method.
req, resp := client.GetInventoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetInventory

func (*SSM) GetInventorySchema added in v1.5.13

func (c *SSM) GetInventorySchema(input *GetInventorySchemaInput) (*GetInventorySchemaOutput, error)

GetInventorySchema API operation for Amazon Simple Systems Manager (SSM).

Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetInventorySchema for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidTypeNameException The parameter type name isn't valid.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetInventorySchema

func (*SSM) GetInventorySchemaPages added in v1.33.18

func (c *SSM) GetInventorySchemaPages(input *GetInventorySchemaInput, fn func(*GetInventorySchemaOutput, bool) bool) error

GetInventorySchemaPages iterates over the pages of a GetInventorySchema operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetInventorySchema method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetInventorySchema operation.
pageNum := 0
err := client.GetInventorySchemaPages(params,
    func(page *ssm.GetInventorySchemaOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) GetInventorySchemaPagesWithContext added in v1.33.18

func (c *SSM) GetInventorySchemaPagesWithContext(ctx aws.Context, input *GetInventorySchemaInput, fn func(*GetInventorySchemaOutput, bool) bool, opts ...request.Option) error

GetInventorySchemaPagesWithContext same as GetInventorySchemaPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetInventorySchemaRequest added in v1.5.13

func (c *SSM) GetInventorySchemaRequest(input *GetInventorySchemaInput) (req *request.Request, output *GetInventorySchemaOutput)

GetInventorySchemaRequest generates a "aws/request.Request" representing the client's request for the GetInventorySchema operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetInventorySchema for more information on using the GetInventorySchema API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetInventorySchemaRequest method.
req, resp := client.GetInventorySchemaRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetInventorySchema

func (*SSM) GetInventorySchemaWithContext added in v1.8.0

func (c *SSM) GetInventorySchemaWithContext(ctx aws.Context, input *GetInventorySchemaInput, opts ...request.Option) (*GetInventorySchemaOutput, error)

GetInventorySchemaWithContext is the same as GetInventorySchema with the addition of the ability to pass a context and additional request options.

See GetInventorySchema for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetInventoryWithContext added in v1.8.0

func (c *SSM) GetInventoryWithContext(ctx aws.Context, input *GetInventoryInput, opts ...request.Option) (*GetInventoryOutput, error)

GetInventoryWithContext is the same as GetInventory with the addition of the ability to pass a context and additional request options.

See GetInventory for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetMaintenanceWindow added in v1.5.13

func (c *SSM) GetMaintenanceWindow(input *GetMaintenanceWindowInput) (*GetMaintenanceWindowOutput, error)

GetMaintenanceWindow API operation for Amazon Simple Systems Manager (SSM).

Retrieves a maintenance window.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetMaintenanceWindow for usage and error information.

Returned Error Types:

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindow

func (*SSM) GetMaintenanceWindowExecution added in v1.5.13

func (c *SSM) GetMaintenanceWindowExecution(input *GetMaintenanceWindowExecutionInput) (*GetMaintenanceWindowExecutionOutput, error)

GetMaintenanceWindowExecution API operation for Amazon Simple Systems Manager (SSM).

Retrieves details about a specific a maintenance window execution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetMaintenanceWindowExecution for usage and error information.

Returned Error Types:

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowExecution

func (*SSM) GetMaintenanceWindowExecutionRequest added in v1.5.13

func (c *SSM) GetMaintenanceWindowExecutionRequest(input *GetMaintenanceWindowExecutionInput) (req *request.Request, output *GetMaintenanceWindowExecutionOutput)

GetMaintenanceWindowExecutionRequest generates a "aws/request.Request" representing the client's request for the GetMaintenanceWindowExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetMaintenanceWindowExecution for more information on using the GetMaintenanceWindowExecution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetMaintenanceWindowExecutionRequest method.
req, resp := client.GetMaintenanceWindowExecutionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowExecution

func (*SSM) GetMaintenanceWindowExecutionTask added in v1.5.13

func (c *SSM) GetMaintenanceWindowExecutionTask(input *GetMaintenanceWindowExecutionTaskInput) (*GetMaintenanceWindowExecutionTaskOutput, error)

GetMaintenanceWindowExecutionTask API operation for Amazon Simple Systems Manager (SSM).

Retrieves the details about a specific task run as part of a maintenance window execution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetMaintenanceWindowExecutionTask for usage and error information.

Returned Error Types:

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowExecutionTask

func (*SSM) GetMaintenanceWindowExecutionTaskInvocation added in v1.10.25

func (c *SSM) GetMaintenanceWindowExecutionTaskInvocation(input *GetMaintenanceWindowExecutionTaskInvocationInput) (*GetMaintenanceWindowExecutionTaskInvocationOutput, error)

GetMaintenanceWindowExecutionTaskInvocation API operation for Amazon Simple Systems Manager (SSM).

Retrieves information about a specific task running on a specific target.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetMaintenanceWindowExecutionTaskInvocation for usage and error information.

Returned Error Types:

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowExecutionTaskInvocation

func (*SSM) GetMaintenanceWindowExecutionTaskInvocationRequest added in v1.10.25

func (c *SSM) GetMaintenanceWindowExecutionTaskInvocationRequest(input *GetMaintenanceWindowExecutionTaskInvocationInput) (req *request.Request, output *GetMaintenanceWindowExecutionTaskInvocationOutput)

GetMaintenanceWindowExecutionTaskInvocationRequest generates a "aws/request.Request" representing the client's request for the GetMaintenanceWindowExecutionTaskInvocation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetMaintenanceWindowExecutionTaskInvocation for more information on using the GetMaintenanceWindowExecutionTaskInvocation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetMaintenanceWindowExecutionTaskInvocationRequest method.
req, resp := client.GetMaintenanceWindowExecutionTaskInvocationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowExecutionTaskInvocation

func (*SSM) GetMaintenanceWindowExecutionTaskInvocationWithContext added in v1.10.25

func (c *SSM) GetMaintenanceWindowExecutionTaskInvocationWithContext(ctx aws.Context, input *GetMaintenanceWindowExecutionTaskInvocationInput, opts ...request.Option) (*GetMaintenanceWindowExecutionTaskInvocationOutput, error)

GetMaintenanceWindowExecutionTaskInvocationWithContext is the same as GetMaintenanceWindowExecutionTaskInvocation with the addition of the ability to pass a context and additional request options.

See GetMaintenanceWindowExecutionTaskInvocation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetMaintenanceWindowExecutionTaskRequest added in v1.5.13

func (c *SSM) GetMaintenanceWindowExecutionTaskRequest(input *GetMaintenanceWindowExecutionTaskInput) (req *request.Request, output *GetMaintenanceWindowExecutionTaskOutput)

GetMaintenanceWindowExecutionTaskRequest generates a "aws/request.Request" representing the client's request for the GetMaintenanceWindowExecutionTask operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetMaintenanceWindowExecutionTask for more information on using the GetMaintenanceWindowExecutionTask API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetMaintenanceWindowExecutionTaskRequest method.
req, resp := client.GetMaintenanceWindowExecutionTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowExecutionTask

func (*SSM) GetMaintenanceWindowExecutionTaskWithContext added in v1.8.0

func (c *SSM) GetMaintenanceWindowExecutionTaskWithContext(ctx aws.Context, input *GetMaintenanceWindowExecutionTaskInput, opts ...request.Option) (*GetMaintenanceWindowExecutionTaskOutput, error)

GetMaintenanceWindowExecutionTaskWithContext is the same as GetMaintenanceWindowExecutionTask with the addition of the ability to pass a context and additional request options.

See GetMaintenanceWindowExecutionTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetMaintenanceWindowExecutionWithContext added in v1.8.0

func (c *SSM) GetMaintenanceWindowExecutionWithContext(ctx aws.Context, input *GetMaintenanceWindowExecutionInput, opts ...request.Option) (*GetMaintenanceWindowExecutionOutput, error)

GetMaintenanceWindowExecutionWithContext is the same as GetMaintenanceWindowExecution with the addition of the ability to pass a context and additional request options.

See GetMaintenanceWindowExecution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetMaintenanceWindowRequest added in v1.5.13

func (c *SSM) GetMaintenanceWindowRequest(input *GetMaintenanceWindowInput) (req *request.Request, output *GetMaintenanceWindowOutput)

GetMaintenanceWindowRequest generates a "aws/request.Request" representing the client's request for the GetMaintenanceWindow operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetMaintenanceWindow for more information on using the GetMaintenanceWindow API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetMaintenanceWindowRequest method.
req, resp := client.GetMaintenanceWindowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindow

func (*SSM) GetMaintenanceWindowTask added in v1.10.25

func (c *SSM) GetMaintenanceWindowTask(input *GetMaintenanceWindowTaskInput) (*GetMaintenanceWindowTaskOutput, error)

GetMaintenanceWindowTask API operation for Amazon Simple Systems Manager (SSM).

Retrieves the details of a maintenance window task.

For maintenance window tasks without a specified target, you can't supply values for --max-errors and --max-concurrency. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values don't affect the running of your task and can be ignored.

To retrieve a list of tasks in a maintenance window, instead use the DescribeMaintenanceWindowTasks command.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetMaintenanceWindowTask for usage and error information.

Returned Error Types:

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowTask

func (*SSM) GetMaintenanceWindowTaskRequest added in v1.10.25

func (c *SSM) GetMaintenanceWindowTaskRequest(input *GetMaintenanceWindowTaskInput) (req *request.Request, output *GetMaintenanceWindowTaskOutput)

GetMaintenanceWindowTaskRequest generates a "aws/request.Request" representing the client's request for the GetMaintenanceWindowTask operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetMaintenanceWindowTask for more information on using the GetMaintenanceWindowTask API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetMaintenanceWindowTaskRequest method.
req, resp := client.GetMaintenanceWindowTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowTask

func (*SSM) GetMaintenanceWindowTaskWithContext added in v1.10.25

func (c *SSM) GetMaintenanceWindowTaskWithContext(ctx aws.Context, input *GetMaintenanceWindowTaskInput, opts ...request.Option) (*GetMaintenanceWindowTaskOutput, error)

GetMaintenanceWindowTaskWithContext is the same as GetMaintenanceWindowTask with the addition of the ability to pass a context and additional request options.

See GetMaintenanceWindowTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetMaintenanceWindowWithContext added in v1.8.0

func (c *SSM) GetMaintenanceWindowWithContext(ctx aws.Context, input *GetMaintenanceWindowInput, opts ...request.Option) (*GetMaintenanceWindowOutput, error)

GetMaintenanceWindowWithContext is the same as GetMaintenanceWindow with the addition of the ability to pass a context and additional request options.

See GetMaintenanceWindow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetOpsItem added in v1.19.45

func (c *SSM) GetOpsItem(input *GetOpsItemInput) (*GetOpsItemOutput, error)

GetOpsItem API operation for Amazon Simple Systems Manager (SSM).

Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. 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.

Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the Amazon Web Services Systems Manager User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetOpsItem for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • OpsItemNotFoundException The specified OpsItem ID doesn't exist. Verify the ID and try again.

  • 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.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetOpsItem

func (*SSM) GetOpsItemRequest added in v1.19.45

func (c *SSM) GetOpsItemRequest(input *GetOpsItemInput) (req *request.Request, output *GetOpsItemOutput)

GetOpsItemRequest generates a "aws/request.Request" representing the client's request for the GetOpsItem operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetOpsItem for more information on using the GetOpsItem API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetOpsItemRequest method.
req, resp := client.GetOpsItemRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetOpsItem

func (*SSM) GetOpsItemWithContext added in v1.19.45

func (c *SSM) GetOpsItemWithContext(ctx aws.Context, input *GetOpsItemInput, opts ...request.Option) (*GetOpsItemOutput, error)

GetOpsItemWithContext is the same as GetOpsItem with the addition of the ability to pass a context and additional request options.

See GetOpsItem for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetOpsMetadata added in v1.36.2

func (c *SSM) GetOpsMetadata(input *GetOpsMetadataInput) (*GetOpsMetadataOutput, error)

GetOpsMetadata API operation for Amazon Simple Systems Manager (SSM).

View operational metadata related to an application in Application Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetOpsMetadata for usage and error information.

Returned Error Types:

  • OpsMetadataNotFoundException The OpsMetadata object doesn't exist.

  • OpsMetadataInvalidArgumentException One of the arguments passed is invalid.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetOpsMetadata

func (*SSM) GetOpsMetadataRequest added in v1.36.2

func (c *SSM) GetOpsMetadataRequest(input *GetOpsMetadataInput) (req *request.Request, output *GetOpsMetadataOutput)

GetOpsMetadataRequest generates a "aws/request.Request" representing the client's request for the GetOpsMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetOpsMetadata for more information on using the GetOpsMetadata API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetOpsMetadataRequest method.
req, resp := client.GetOpsMetadataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetOpsMetadata

func (*SSM) GetOpsMetadataWithContext added in v1.36.2

func (c *SSM) GetOpsMetadataWithContext(ctx aws.Context, input *GetOpsMetadataInput, opts ...request.Option) (*GetOpsMetadataOutput, error)

GetOpsMetadataWithContext is the same as GetOpsMetadata with the addition of the ability to pass a context and additional request options.

See GetOpsMetadata for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetOpsSummary added in v1.19.45

func (c *SSM) GetOpsSummary(input *GetOpsSummaryInput) (*GetOpsSummaryOutput, error)

GetOpsSummary API operation for Amazon Simple Systems Manager (SSM).

View a summary of operations metadata (OpsData) based on specified filters and aggregators. OpsData can include information about Amazon Web Services Systems Manager OpsCenter operational workitems (OpsItems) as well as information about any Amazon Web Services resource or service configured to report OpsData to Amazon Web Services Systems Manager Explorer.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetOpsSummary for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • ResourceDataSyncNotFoundException The specified sync name wasn't found.

  • InvalidFilter The filter name isn't valid. Verify the you entered the correct name and try again.

  • InvalidNextToken The specified token isn't valid.

  • InvalidTypeNameException The parameter type name isn't valid.

  • 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.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetOpsSummary

func (*SSM) GetOpsSummaryPages added in v1.33.18

func (c *SSM) GetOpsSummaryPages(input *GetOpsSummaryInput, fn func(*GetOpsSummaryOutput, bool) bool) error

GetOpsSummaryPages iterates over the pages of a GetOpsSummary operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetOpsSummary method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetOpsSummary operation.
pageNum := 0
err := client.GetOpsSummaryPages(params,
    func(page *ssm.GetOpsSummaryOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) GetOpsSummaryPagesWithContext added in v1.33.18

func (c *SSM) GetOpsSummaryPagesWithContext(ctx aws.Context, input *GetOpsSummaryInput, fn func(*GetOpsSummaryOutput, bool) bool, opts ...request.Option) error

GetOpsSummaryPagesWithContext same as GetOpsSummaryPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetOpsSummaryRequest added in v1.19.45

func (c *SSM) GetOpsSummaryRequest(input *GetOpsSummaryInput) (req *request.Request, output *GetOpsSummaryOutput)

GetOpsSummaryRequest generates a "aws/request.Request" representing the client's request for the GetOpsSummary operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetOpsSummary for more information on using the GetOpsSummary API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetOpsSummaryRequest method.
req, resp := client.GetOpsSummaryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetOpsSummary

func (*SSM) GetOpsSummaryWithContext added in v1.19.45

func (c *SSM) GetOpsSummaryWithContext(ctx aws.Context, input *GetOpsSummaryInput, opts ...request.Option) (*GetOpsSummaryOutput, error)

GetOpsSummaryWithContext is the same as GetOpsSummary with the addition of the ability to pass a context and additional request options.

See GetOpsSummary for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetParameter added in v1.10.1

func (c *SSM) GetParameter(input *GetParameterInput) (*GetParameterOutput, error)

GetParameter API operation for Amazon Simple Systems Manager (SSM).

Get information about a single parameter by specifying the parameter name.

To get information about more than one parameter at a time, use the GetParameters operation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetParameter for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidKeyId The query key ID isn't valid.

  • ParameterNotFound The parameter couldn't be found. Verify the name and try again.

  • ParameterVersionNotFound The specified parameter version wasn't found. Verify the parameter name and version, and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParameter

func (*SSM) GetParameterHistory added in v1.5.13

func (c *SSM) GetParameterHistory(input *GetParameterHistoryInput) (*GetParameterHistoryOutput, error)

GetParameterHistory API operation for Amazon Simple Systems Manager (SSM).

Retrieves the history of all changes to a parameter.

If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, GetParameterHistory retrieves whatever the original key alias was referencing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetParameterHistory for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • ParameterNotFound The parameter couldn't be found. Verify the name and try again.

  • InvalidNextToken The specified token isn't valid.

  • InvalidKeyId The query key ID isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParameterHistory

func (*SSM) GetParameterHistoryPages added in v1.10.1

func (c *SSM) GetParameterHistoryPages(input *GetParameterHistoryInput, fn func(*GetParameterHistoryOutput, bool) bool) error

GetParameterHistoryPages iterates over the pages of a GetParameterHistory operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetParameterHistory method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetParameterHistory operation.
pageNum := 0
err := client.GetParameterHistoryPages(params,
    func(page *ssm.GetParameterHistoryOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) GetParameterHistoryPagesWithContext added in v1.10.1

func (c *SSM) GetParameterHistoryPagesWithContext(ctx aws.Context, input *GetParameterHistoryInput, fn func(*GetParameterHistoryOutput, bool) bool, opts ...request.Option) error

GetParameterHistoryPagesWithContext same as GetParameterHistoryPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetParameterHistoryRequest added in v1.5.13

func (c *SSM) GetParameterHistoryRequest(input *GetParameterHistoryInput) (req *request.Request, output *GetParameterHistoryOutput)

GetParameterHistoryRequest generates a "aws/request.Request" representing the client's request for the GetParameterHistory operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetParameterHistory for more information on using the GetParameterHistory API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetParameterHistoryRequest method.
req, resp := client.GetParameterHistoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParameterHistory

func (*SSM) GetParameterHistoryWithContext added in v1.8.0

func (c *SSM) GetParameterHistoryWithContext(ctx aws.Context, input *GetParameterHistoryInput, opts ...request.Option) (*GetParameterHistoryOutput, error)

GetParameterHistoryWithContext is the same as GetParameterHistory with the addition of the ability to pass a context and additional request options.

See GetParameterHistory for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetParameterRequest added in v1.10.1

func (c *SSM) GetParameterRequest(input *GetParameterInput) (req *request.Request, output *GetParameterOutput)

GetParameterRequest generates a "aws/request.Request" representing the client's request for the GetParameter operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetParameter for more information on using the GetParameter API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetParameterRequest method.
req, resp := client.GetParameterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParameter

func (*SSM) GetParameterWithContext added in v1.10.1

func (c *SSM) GetParameterWithContext(ctx aws.Context, input *GetParameterInput, opts ...request.Option) (*GetParameterOutput, error)

GetParameterWithContext is the same as GetParameter with the addition of the ability to pass a context and additional request options.

See GetParameter for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetParameters added in v1.5.13

func (c *SSM) GetParameters(input *GetParametersInput) (*GetParametersOutput, error)

GetParameters API operation for Amazon Simple Systems Manager (SSM).

Get information about one or more parameters by specifying multiple parameter names.

To get information about a single parameter, you can use the GetParameter operation instead.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetParameters for usage and error information.

Returned Error Types:

  • InvalidKeyId The query key ID isn't valid.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParameters

func (*SSM) GetParametersByPath added in v1.10.1

func (c *SSM) GetParametersByPath(input *GetParametersByPathInput) (*GetParametersByPathOutput, error)

GetParametersByPath API operation for Amazon Simple Systems Manager (SSM).

Retrieve information about one or more parameters in a specific hierarchy.

Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetParametersByPath for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidFilterKey The specified key isn't valid.

  • InvalidFilterOption The specified filter option isn't valid. Valid options are Equals and BeginsWith. For Path filter, valid options are Recursive and OneLevel.

  • InvalidFilterValue The filter value isn't valid. Verify the value and try again.

  • InvalidKeyId The query key ID isn't valid.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParametersByPath

func (*SSM) GetParametersByPathPages added in v1.10.1

func (c *SSM) GetParametersByPathPages(input *GetParametersByPathInput, fn func(*GetParametersByPathOutput, bool) bool) error

GetParametersByPathPages iterates over the pages of a GetParametersByPath operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetParametersByPath method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetParametersByPath operation.
pageNum := 0
err := client.GetParametersByPathPages(params,
    func(page *ssm.GetParametersByPathOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) GetParametersByPathPagesWithContext added in v1.10.1

func (c *SSM) GetParametersByPathPagesWithContext(ctx aws.Context, input *GetParametersByPathInput, fn func(*GetParametersByPathOutput, bool) bool, opts ...request.Option) error

GetParametersByPathPagesWithContext same as GetParametersByPathPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetParametersByPathRequest added in v1.10.1

func (c *SSM) GetParametersByPathRequest(input *GetParametersByPathInput) (req *request.Request, output *GetParametersByPathOutput)

GetParametersByPathRequest generates a "aws/request.Request" representing the client's request for the GetParametersByPath operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetParametersByPath for more information on using the GetParametersByPath API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetParametersByPathRequest method.
req, resp := client.GetParametersByPathRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParametersByPath

func (*SSM) GetParametersByPathWithContext added in v1.10.1

func (c *SSM) GetParametersByPathWithContext(ctx aws.Context, input *GetParametersByPathInput, opts ...request.Option) (*GetParametersByPathOutput, error)

GetParametersByPathWithContext is the same as GetParametersByPath with the addition of the ability to pass a context and additional request options.

See GetParametersByPath for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetParametersRequest added in v1.5.13

func (c *SSM) GetParametersRequest(input *GetParametersInput) (req *request.Request, output *GetParametersOutput)

GetParametersRequest generates a "aws/request.Request" representing the client's request for the GetParameters operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetParameters for more information on using the GetParameters API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetParametersRequest method.
req, resp := client.GetParametersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParameters

func (*SSM) GetParametersWithContext added in v1.8.0

func (c *SSM) GetParametersWithContext(ctx aws.Context, input *GetParametersInput, opts ...request.Option) (*GetParametersOutput, error)

GetParametersWithContext is the same as GetParameters with the addition of the ability to pass a context and additional request options.

See GetParameters for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetPatchBaseline added in v1.6.4

func (c *SSM) GetPatchBaseline(input *GetPatchBaselineInput) (*GetPatchBaselineOutput, error)

GetPatchBaseline API operation for Amazon Simple Systems Manager (SSM).

Retrieves information about a patch baseline.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetPatchBaseline for usage and error information.

Returned Error Types:

  • 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.

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaseline

func (*SSM) GetPatchBaselineForPatchGroup added in v1.6.4

func (c *SSM) GetPatchBaselineForPatchGroup(input *GetPatchBaselineForPatchGroupInput) (*GetPatchBaselineForPatchGroupOutput, error)

GetPatchBaselineForPatchGroup API operation for Amazon Simple Systems Manager (SSM).

Retrieves the patch baseline that should be used for the specified patch group.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetPatchBaselineForPatchGroup for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaselineForPatchGroup

func (*SSM) GetPatchBaselineForPatchGroupRequest added in v1.6.4

func (c *SSM) GetPatchBaselineForPatchGroupRequest(input *GetPatchBaselineForPatchGroupInput) (req *request.Request, output *GetPatchBaselineForPatchGroupOutput)

GetPatchBaselineForPatchGroupRequest generates a "aws/request.Request" representing the client's request for the GetPatchBaselineForPatchGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetPatchBaselineForPatchGroup for more information on using the GetPatchBaselineForPatchGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetPatchBaselineForPatchGroupRequest method.
req, resp := client.GetPatchBaselineForPatchGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaselineForPatchGroup

func (*SSM) GetPatchBaselineForPatchGroupWithContext added in v1.8.0

func (c *SSM) GetPatchBaselineForPatchGroupWithContext(ctx aws.Context, input *GetPatchBaselineForPatchGroupInput, opts ...request.Option) (*GetPatchBaselineForPatchGroupOutput, error)

GetPatchBaselineForPatchGroupWithContext is the same as GetPatchBaselineForPatchGroup with the addition of the ability to pass a context and additional request options.

See GetPatchBaselineForPatchGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetPatchBaselineRequest added in v1.6.4

func (c *SSM) GetPatchBaselineRequest(input *GetPatchBaselineInput) (req *request.Request, output *GetPatchBaselineOutput)

GetPatchBaselineRequest generates a "aws/request.Request" representing the client's request for the GetPatchBaseline operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetPatchBaseline for more information on using the GetPatchBaseline API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetPatchBaselineRequest method.
req, resp := client.GetPatchBaselineRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaseline

func (*SSM) GetPatchBaselineWithContext added in v1.8.0

func (c *SSM) GetPatchBaselineWithContext(ctx aws.Context, input *GetPatchBaselineInput, opts ...request.Option) (*GetPatchBaselineOutput, error)

GetPatchBaselineWithContext is the same as GetPatchBaseline with the addition of the ability to pass a context and additional request options.

See GetPatchBaseline for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetResourcePolicies added in v1.44.139

func (c *SSM) GetResourcePolicies(input *GetResourcePoliciesInput) (*GetResourcePoliciesOutput, error)

GetResourcePolicies API operation for Amazon Simple Systems Manager (SSM).

Returns an array of the Policy object.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetResourcePolicies for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • ResourcePolicyInvalidParameterException One or more parameters specified for the call aren't valid. Verify the parameters and their values and try again.

  • ResourceNotFoundException The specified parameter to be shared could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetResourcePolicies

func (*SSM) GetResourcePoliciesPages added in v1.44.139

func (c *SSM) GetResourcePoliciesPages(input *GetResourcePoliciesInput, fn func(*GetResourcePoliciesOutput, bool) bool) error

GetResourcePoliciesPages iterates over the pages of a GetResourcePolicies operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetResourcePolicies method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetResourcePolicies operation.
pageNum := 0
err := client.GetResourcePoliciesPages(params,
    func(page *ssm.GetResourcePoliciesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) GetResourcePoliciesPagesWithContext added in v1.44.139

func (c *SSM) GetResourcePoliciesPagesWithContext(ctx aws.Context, input *GetResourcePoliciesInput, fn func(*GetResourcePoliciesOutput, bool) bool, opts ...request.Option) error

GetResourcePoliciesPagesWithContext same as GetResourcePoliciesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetResourcePoliciesRequest added in v1.44.139

func (c *SSM) GetResourcePoliciesRequest(input *GetResourcePoliciesInput) (req *request.Request, output *GetResourcePoliciesOutput)

GetResourcePoliciesRequest generates a "aws/request.Request" representing the client's request for the GetResourcePolicies operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetResourcePolicies for more information on using the GetResourcePolicies API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetResourcePoliciesRequest method.
req, resp := client.GetResourcePoliciesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetResourcePolicies

func (*SSM) GetResourcePoliciesWithContext added in v1.44.139

func (c *SSM) GetResourcePoliciesWithContext(ctx aws.Context, input *GetResourcePoliciesInput, opts ...request.Option) (*GetResourcePoliciesOutput, error)

GetResourcePoliciesWithContext is the same as GetResourcePolicies with the addition of the ability to pass a context and additional request options.

See GetResourcePolicies for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetServiceSetting added in v1.17.10

func (c *SSM) GetServiceSetting(input *GetServiceSettingInput) (*GetServiceSettingOutput, error)

GetServiceSetting API operation for Amazon Simple Systems Manager (SSM).

ServiceSetting is an account-level setting for an Amazon Web Services service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services service team might create a default setting of false. This means the user can't use this feature unless they change the setting to true and intentionally opt in for a paid feature.

Services map a SettingId object to a setting value. Amazon Web Services services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the UpdateServiceSetting API operation to change the default setting. Or use the ResetServiceSetting to change the value back to the original value defined by the Amazon Web Services service team.

Query the current service setting for the Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetServiceSetting for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • 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.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetServiceSetting

func (*SSM) GetServiceSettingRequest added in v1.17.10

func (c *SSM) GetServiceSettingRequest(input *GetServiceSettingInput) (req *request.Request, output *GetServiceSettingOutput)

GetServiceSettingRequest generates a "aws/request.Request" representing the client's request for the GetServiceSetting operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetServiceSetting for more information on using the GetServiceSetting API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetServiceSettingRequest method.
req, resp := client.GetServiceSettingRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetServiceSetting

func (*SSM) GetServiceSettingWithContext added in v1.17.10

func (c *SSM) GetServiceSettingWithContext(ctx aws.Context, input *GetServiceSettingInput, opts ...request.Option) (*GetServiceSettingOutput, error)

GetServiceSettingWithContext is the same as GetServiceSetting with the addition of the ability to pass a context and additional request options.

See GetServiceSetting for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) LabelParameterVersion added in v1.15.0

func (c *SSM) LabelParameterVersion(input *LabelParameterVersionInput) (*LabelParameterVersionOutput, error)

LabelParameterVersion API operation for Amazon Simple Systems Manager (SSM).

A parameter label is a user-defined alias to help you manage different versions of a parameter. When you modify a parameter, Amazon Web Services Systems Manager automatically saves a new version and increments the version number by one. A label can help you remember the purpose of a parameter when there are multiple versions.

Parameter labels have the following requirements and restrictions.

  • A version of a parameter can have a maximum of 10 labels.

  • You can't attach the same label to different versions of the same parameter. For example, if version 1 has the label Production, then you can't attach Production to version 2.

  • You can move a label from one version of a parameter to another.

  • You can't create a label when you create a new parameter. You must attach a label to a specific version of a parameter.

  • If you no longer want to use a parameter label, then you can either delete it or move it to a different version of a parameter.

  • A label can have a maximum of 100 characters.

  • Labels can contain letters (case sensitive), numbers, periods (.), hyphens (-), or underscores (_).

  • Labels can't begin with a number, "aws" or "ssm" (not case sensitive). If a label fails to meet these requirements, then the label isn't associated with a parameter and the system displays it in the list of InvalidLabels.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation LabelParameterVersion for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

  • ParameterNotFound The parameter couldn't be found. Verify the name and try again.

  • ParameterVersionNotFound The specified parameter version wasn't found. Verify the parameter name and version, and try again.

  • ParameterVersionLabelLimitExceeded A parameter version can have a maximum of ten labels.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/LabelParameterVersion

func (*SSM) LabelParameterVersionRequest added in v1.15.0

func (c *SSM) LabelParameterVersionRequest(input *LabelParameterVersionInput) (req *request.Request, output *LabelParameterVersionOutput)

LabelParameterVersionRequest generates a "aws/request.Request" representing the client's request for the LabelParameterVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See LabelParameterVersion for more information on using the LabelParameterVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the LabelParameterVersionRequest method.
req, resp := client.LabelParameterVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/LabelParameterVersion

func (*SSM) LabelParameterVersionWithContext added in v1.15.0

func (c *SSM) LabelParameterVersionWithContext(ctx aws.Context, input *LabelParameterVersionInput, opts ...request.Option) (*LabelParameterVersionOutput, error)

LabelParameterVersionWithContext is the same as LabelParameterVersion with the addition of the ability to pass a context and additional request options.

See LabelParameterVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListAssociationVersions added in v1.10.30

func (c *SSM) ListAssociationVersions(input *ListAssociationVersionsInput) (*ListAssociationVersionsOutput, error)

ListAssociationVersions API operation for Amazon Simple Systems Manager (SSM).

Retrieves all versions of an association for a specific association ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListAssociationVersions for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidNextToken The specified token isn't valid.

  • AssociationDoesNotExist The specified association doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListAssociationVersions

func (*SSM) ListAssociationVersionsPages added in v1.33.18

func (c *SSM) ListAssociationVersionsPages(input *ListAssociationVersionsInput, fn func(*ListAssociationVersionsOutput, bool) bool) error

ListAssociationVersionsPages iterates over the pages of a ListAssociationVersions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAssociationVersions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAssociationVersions operation.
pageNum := 0
err := client.ListAssociationVersionsPages(params,
    func(page *ssm.ListAssociationVersionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListAssociationVersionsPagesWithContext added in v1.33.18

func (c *SSM) ListAssociationVersionsPagesWithContext(ctx aws.Context, input *ListAssociationVersionsInput, fn func(*ListAssociationVersionsOutput, bool) bool, opts ...request.Option) error

ListAssociationVersionsPagesWithContext same as ListAssociationVersionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListAssociationVersionsRequest added in v1.10.30

func (c *SSM) ListAssociationVersionsRequest(input *ListAssociationVersionsInput) (req *request.Request, output *ListAssociationVersionsOutput)

ListAssociationVersionsRequest generates a "aws/request.Request" representing the client's request for the ListAssociationVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAssociationVersions for more information on using the ListAssociationVersions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAssociationVersionsRequest method.
req, resp := client.ListAssociationVersionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListAssociationVersions

func (*SSM) ListAssociationVersionsWithContext added in v1.10.30

func (c *SSM) ListAssociationVersionsWithContext(ctx aws.Context, input *ListAssociationVersionsInput, opts ...request.Option) (*ListAssociationVersionsOutput, error)

ListAssociationVersionsWithContext is the same as ListAssociationVersions with the addition of the ability to pass a context and additional request options.

See ListAssociationVersions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListAssociations

func (c *SSM) ListAssociations(input *ListAssociationsInput) (*ListAssociationsOutput, error)

ListAssociations API operation for Amazon Simple Systems Manager (SSM).

Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results to a specific State Manager association document or managed node by specifying a filter. State Manager is a capability of Amazon Web Services Systems Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListAssociations for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListAssociations

func (*SSM) ListAssociationsPages added in v1.1.0

func (c *SSM) ListAssociationsPages(input *ListAssociationsInput, fn func(*ListAssociationsOutput, bool) bool) error

ListAssociationsPages iterates over the pages of a ListAssociations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAssociations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAssociations operation.
pageNum := 0
err := client.ListAssociationsPages(params,
    func(page *ssm.ListAssociationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListAssociationsPagesWithContext added in v1.8.0

func (c *SSM) ListAssociationsPagesWithContext(ctx aws.Context, input *ListAssociationsInput, fn func(*ListAssociationsOutput, bool) bool, opts ...request.Option) error

ListAssociationsPagesWithContext same as ListAssociationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListAssociationsRequest

func (c *SSM) ListAssociationsRequest(input *ListAssociationsInput) (req *request.Request, output *ListAssociationsOutput)

ListAssociationsRequest generates a "aws/request.Request" representing the client's request for the ListAssociations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAssociations for more information on using the ListAssociations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAssociationsRequest method.
req, resp := client.ListAssociationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListAssociations

func (*SSM) ListAssociationsWithContext added in v1.8.0

func (c *SSM) ListAssociationsWithContext(ctx aws.Context, input *ListAssociationsInput, opts ...request.Option) (*ListAssociationsOutput, error)

ListAssociationsWithContext is the same as ListAssociations with the addition of the ability to pass a context and additional request options.

See ListAssociations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListCommandInvocations added in v0.9.17

func (c *SSM) ListCommandInvocations(input *ListCommandInvocationsInput) (*ListCommandInvocationsOutput, error)

ListCommandInvocations API operation for Amazon Simple Systems Manager (SSM).

An invocation is 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. ListCommandInvocations provide status about command execution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListCommandInvocations for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidCommandId The specified command ID isn't valid. Verify the ID and try again.

  • 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.

  • InvalidFilterKey The specified key isn't valid.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListCommandInvocations

func (*SSM) ListCommandInvocationsPages added in v1.1.0

func (c *SSM) ListCommandInvocationsPages(input *ListCommandInvocationsInput, fn func(*ListCommandInvocationsOutput, bool) bool) error

ListCommandInvocationsPages iterates over the pages of a ListCommandInvocations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListCommandInvocations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListCommandInvocations operation.
pageNum := 0
err := client.ListCommandInvocationsPages(params,
    func(page *ssm.ListCommandInvocationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListCommandInvocationsPagesWithContext added in v1.8.0

func (c *SSM) ListCommandInvocationsPagesWithContext(ctx aws.Context, input *ListCommandInvocationsInput, fn func(*ListCommandInvocationsOutput, bool) bool, opts ...request.Option) error

ListCommandInvocationsPagesWithContext same as ListCommandInvocationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListCommandInvocationsRequest added in v0.9.17

func (c *SSM) ListCommandInvocationsRequest(input *ListCommandInvocationsInput) (req *request.Request, output *ListCommandInvocationsOutput)

ListCommandInvocationsRequest generates a "aws/request.Request" representing the client's request for the ListCommandInvocations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListCommandInvocations for more information on using the ListCommandInvocations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListCommandInvocationsRequest method.
req, resp := client.ListCommandInvocationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListCommandInvocations

func (*SSM) ListCommandInvocationsWithContext added in v1.8.0

func (c *SSM) ListCommandInvocationsWithContext(ctx aws.Context, input *ListCommandInvocationsInput, opts ...request.Option) (*ListCommandInvocationsOutput, error)

ListCommandInvocationsWithContext is the same as ListCommandInvocations with the addition of the ability to pass a context and additional request options.

See ListCommandInvocations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListCommands added in v0.9.17

func (c *SSM) ListCommands(input *ListCommandsInput) (*ListCommandsOutput, error)

ListCommands API operation for Amazon Simple Systems Manager (SSM).

Lists the commands requested by users of the Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListCommands for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidCommandId The specified command ID isn't valid. Verify the ID and try again.

  • 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.

  • InvalidFilterKey The specified key isn't valid.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListCommands

func (*SSM) ListCommandsPages added in v1.1.0

func (c *SSM) ListCommandsPages(input *ListCommandsInput, fn func(*ListCommandsOutput, bool) bool) error

ListCommandsPages iterates over the pages of a ListCommands operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListCommands method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListCommands operation.
pageNum := 0
err := client.ListCommandsPages(params,
    func(page *ssm.ListCommandsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListCommandsPagesWithContext added in v1.8.0

func (c *SSM) ListCommandsPagesWithContext(ctx aws.Context, input *ListCommandsInput, fn func(*ListCommandsOutput, bool) bool, opts ...request.Option) error

ListCommandsPagesWithContext same as ListCommandsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListCommandsRequest added in v0.9.17

func (c *SSM) ListCommandsRequest(input *ListCommandsInput) (req *request.Request, output *ListCommandsOutput)

ListCommandsRequest generates a "aws/request.Request" representing the client's request for the ListCommands operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListCommands for more information on using the ListCommands API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListCommandsRequest method.
req, resp := client.ListCommandsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListCommands

func (*SSM) ListCommandsWithContext added in v1.8.0

func (c *SSM) ListCommandsWithContext(ctx aws.Context, input *ListCommandsInput, opts ...request.Option) (*ListCommandsOutput, error)

ListCommandsWithContext is the same as ListCommands with the addition of the ability to pass a context and additional request options.

See ListCommands for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListComplianceItems added in v1.10.25

func (c *SSM) ListComplianceItems(input *ListComplianceItemsInput) (*ListComplianceItemsOutput, error)

ListComplianceItems API operation for Amazon Simple Systems Manager (SSM).

For a specified resource ID, this API operation returns a list of compliance statuses for different resource types. Currently, you can only specify one resource ID per call. List results depend on the criteria specified in the filter.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListComplianceItems for usage and error information.

Returned Error Types:

  • 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.

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

  • InternalServerError An error occurred on the server side.

  • InvalidFilter The filter name isn't valid. Verify the you entered the correct name and try again.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListComplianceItems

func (*SSM) ListComplianceItemsPages added in v1.33.18

func (c *SSM) ListComplianceItemsPages(input *ListComplianceItemsInput, fn func(*ListComplianceItemsOutput, bool) bool) error

ListComplianceItemsPages iterates over the pages of a ListComplianceItems operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListComplianceItems method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListComplianceItems operation.
pageNum := 0
err := client.ListComplianceItemsPages(params,
    func(page *ssm.ListComplianceItemsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListComplianceItemsPagesWithContext added in v1.33.18

func (c *SSM) ListComplianceItemsPagesWithContext(ctx aws.Context, input *ListComplianceItemsInput, fn func(*ListComplianceItemsOutput, bool) bool, opts ...request.Option) error

ListComplianceItemsPagesWithContext same as ListComplianceItemsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListComplianceItemsRequest added in v1.10.25

func (c *SSM) ListComplianceItemsRequest(input *ListComplianceItemsInput) (req *request.Request, output *ListComplianceItemsOutput)

ListComplianceItemsRequest generates a "aws/request.Request" representing the client's request for the ListComplianceItems operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListComplianceItems for more information on using the ListComplianceItems API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListComplianceItemsRequest method.
req, resp := client.ListComplianceItemsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListComplianceItems

func (*SSM) ListComplianceItemsWithContext added in v1.10.25

func (c *SSM) ListComplianceItemsWithContext(ctx aws.Context, input *ListComplianceItemsInput, opts ...request.Option) (*ListComplianceItemsOutput, error)

ListComplianceItemsWithContext is the same as ListComplianceItems with the addition of the ability to pass a context and additional request options.

See ListComplianceItems for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListComplianceSummaries added in v1.10.25

func (c *SSM) ListComplianceSummaries(input *ListComplianceSummariesInput) (*ListComplianceSummariesOutput, error)

ListComplianceSummaries API operation for Amazon Simple Systems Manager (SSM).

Returns a summary count of compliant and non-compliant resources for a compliance type. For example, this call can return State Manager associations, patches, or custom compliance types according to the filter criteria that you specify.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListComplianceSummaries for usage and error information.

Returned Error Types:

  • InvalidFilter The filter name isn't valid. Verify the you entered the correct name and try again.

  • InvalidNextToken The specified token isn't valid.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListComplianceSummaries

func (*SSM) ListComplianceSummariesPages added in v1.33.18

func (c *SSM) ListComplianceSummariesPages(input *ListComplianceSummariesInput, fn func(*ListComplianceSummariesOutput, bool) bool) error

ListComplianceSummariesPages iterates over the pages of a ListComplianceSummaries operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListComplianceSummaries method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListComplianceSummaries operation.
pageNum := 0
err := client.ListComplianceSummariesPages(params,
    func(page *ssm.ListComplianceSummariesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListComplianceSummariesPagesWithContext added in v1.33.18

func (c *SSM) ListComplianceSummariesPagesWithContext(ctx aws.Context, input *ListComplianceSummariesInput, fn func(*ListComplianceSummariesOutput, bool) bool, opts ...request.Option) error

ListComplianceSummariesPagesWithContext same as ListComplianceSummariesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListComplianceSummariesRequest added in v1.10.25

func (c *SSM) ListComplianceSummariesRequest(input *ListComplianceSummariesInput) (req *request.Request, output *ListComplianceSummariesOutput)

ListComplianceSummariesRequest generates a "aws/request.Request" representing the client's request for the ListComplianceSummaries operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListComplianceSummaries for more information on using the ListComplianceSummaries API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListComplianceSummariesRequest method.
req, resp := client.ListComplianceSummariesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListComplianceSummaries

func (*SSM) ListComplianceSummariesWithContext added in v1.10.25

func (c *SSM) ListComplianceSummariesWithContext(ctx aws.Context, input *ListComplianceSummariesInput, opts ...request.Option) (*ListComplianceSummariesOutput, error)

ListComplianceSummariesWithContext is the same as ListComplianceSummaries with the addition of the ability to pass a context and additional request options.

See ListComplianceSummaries for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListDocumentMetadataHistory added in v1.36.9

func (c *SSM) ListDocumentMetadataHistory(input *ListDocumentMetadataHistoryInput) (*ListDocumentMetadataHistoryOutput, error)

ListDocumentMetadataHistory API operation for Amazon Simple Systems Manager (SSM).

Information about approval reviews for a version of a change template in Change Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListDocumentMetadataHistory for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListDocumentMetadataHistory

func (*SSM) ListDocumentMetadataHistoryRequest added in v1.36.9

func (c *SSM) ListDocumentMetadataHistoryRequest(input *ListDocumentMetadataHistoryInput) (req *request.Request, output *ListDocumentMetadataHistoryOutput)

ListDocumentMetadataHistoryRequest generates a "aws/request.Request" representing the client's request for the ListDocumentMetadataHistory operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDocumentMetadataHistory for more information on using the ListDocumentMetadataHistory API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDocumentMetadataHistoryRequest method.
req, resp := client.ListDocumentMetadataHistoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListDocumentMetadataHistory

func (*SSM) ListDocumentMetadataHistoryWithContext added in v1.36.9

func (c *SSM) ListDocumentMetadataHistoryWithContext(ctx aws.Context, input *ListDocumentMetadataHistoryInput, opts ...request.Option) (*ListDocumentMetadataHistoryOutput, error)

ListDocumentMetadataHistoryWithContext is the same as ListDocumentMetadataHistory with the addition of the ability to pass a context and additional request options.

See ListDocumentMetadataHistory for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListDocumentVersions added in v1.5.13

func (c *SSM) ListDocumentVersions(input *ListDocumentVersionsInput) (*ListDocumentVersionsOutput, error)

ListDocumentVersions API operation for Amazon Simple Systems Manager (SSM).

List all versions for a document.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListDocumentVersions for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidNextToken The specified token isn't valid.

  • InvalidDocument The specified SSM document doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListDocumentVersions

func (*SSM) ListDocumentVersionsPages added in v1.33.18

func (c *SSM) ListDocumentVersionsPages(input *ListDocumentVersionsInput, fn func(*ListDocumentVersionsOutput, bool) bool) error

ListDocumentVersionsPages iterates over the pages of a ListDocumentVersions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDocumentVersions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDocumentVersions operation.
pageNum := 0
err := client.ListDocumentVersionsPages(params,
    func(page *ssm.ListDocumentVersionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListDocumentVersionsPagesWithContext added in v1.33.18

func (c *SSM) ListDocumentVersionsPagesWithContext(ctx aws.Context, input *ListDocumentVersionsInput, fn func(*ListDocumentVersionsOutput, bool) bool, opts ...request.Option) error

ListDocumentVersionsPagesWithContext same as ListDocumentVersionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListDocumentVersionsRequest added in v1.5.13

func (c *SSM) ListDocumentVersionsRequest(input *ListDocumentVersionsInput) (req *request.Request, output *ListDocumentVersionsOutput)

ListDocumentVersionsRequest generates a "aws/request.Request" representing the client's request for the ListDocumentVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDocumentVersions for more information on using the ListDocumentVersions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDocumentVersionsRequest method.
req, resp := client.ListDocumentVersionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListDocumentVersions

func (*SSM) ListDocumentVersionsWithContext added in v1.8.0

func (c *SSM) ListDocumentVersionsWithContext(ctx aws.Context, input *ListDocumentVersionsInput, opts ...request.Option) (*ListDocumentVersionsOutput, error)

ListDocumentVersionsWithContext is the same as ListDocumentVersions with the addition of the ability to pass a context and additional request options.

See ListDocumentVersions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListDocuments

func (c *SSM) ListDocuments(input *ListDocumentsInput) (*ListDocumentsOutput, error)

ListDocuments API operation for Amazon Simple Systems Manager (SSM).

Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results of this request by using a filter.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListDocuments for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidNextToken The specified token isn't valid.

  • InvalidFilterKey The specified key isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListDocuments

func (*SSM) ListDocumentsPages added in v1.1.0

func (c *SSM) ListDocumentsPages(input *ListDocumentsInput, fn func(*ListDocumentsOutput, bool) bool) error

ListDocumentsPages iterates over the pages of a ListDocuments operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDocuments method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDocuments operation.
pageNum := 0
err := client.ListDocumentsPages(params,
    func(page *ssm.ListDocumentsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListDocumentsPagesWithContext added in v1.8.0

func (c *SSM) ListDocumentsPagesWithContext(ctx aws.Context, input *ListDocumentsInput, fn func(*ListDocumentsOutput, bool) bool, opts ...request.Option) error

ListDocumentsPagesWithContext same as ListDocumentsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListDocumentsRequest

func (c *SSM) ListDocumentsRequest(input *ListDocumentsInput) (req *request.Request, output *ListDocumentsOutput)

ListDocumentsRequest generates a "aws/request.Request" representing the client's request for the ListDocuments operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDocuments for more information on using the ListDocuments API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDocumentsRequest method.
req, resp := client.ListDocumentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListDocuments

func (*SSM) ListDocumentsWithContext added in v1.8.0

func (c *SSM) ListDocumentsWithContext(ctx aws.Context, input *ListDocumentsInput, opts ...request.Option) (*ListDocumentsOutput, error)

ListDocumentsWithContext is the same as ListDocuments with the addition of the ability to pass a context and additional request options.

See ListDocuments for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListInventoryEntries added in v1.5.13

func (c *SSM) ListInventoryEntries(input *ListInventoryEntriesInput) (*ListInventoryEntriesOutput, error)

ListInventoryEntries API operation for Amazon Simple Systems Manager (SSM).

A list of inventory items returned by the request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListInventoryEntries for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • 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.

  • InvalidTypeNameException The parameter type name isn't valid.

  • InvalidFilter The filter name isn't valid. Verify the you entered the correct name and try again.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListInventoryEntries

func (*SSM) ListInventoryEntriesRequest added in v1.5.13

func (c *SSM) ListInventoryEntriesRequest(input *ListInventoryEntriesInput) (req *request.Request, output *ListInventoryEntriesOutput)

ListInventoryEntriesRequest generates a "aws/request.Request" representing the client's request for the ListInventoryEntries operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListInventoryEntries for more information on using the ListInventoryEntries API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListInventoryEntriesRequest method.
req, resp := client.ListInventoryEntriesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListInventoryEntries

func (*SSM) ListInventoryEntriesWithContext added in v1.8.0

func (c *SSM) ListInventoryEntriesWithContext(ctx aws.Context, input *ListInventoryEntriesInput, opts ...request.Option) (*ListInventoryEntriesOutput, error)

ListInventoryEntriesWithContext is the same as ListInventoryEntries with the addition of the ability to pass a context and additional request options.

See ListInventoryEntries for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListOpsItemEvents added in v1.36.9

func (c *SSM) ListOpsItemEvents(input *ListOpsItemEventsInput) (*ListOpsItemEventsOutput, error)

ListOpsItemEvents API operation for Amazon Simple Systems Manager (SSM).

Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account. You can limit the results to events associated with specific OpsItems by specifying a filter.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListOpsItemEvents for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • OpsItemNotFoundException The specified OpsItem ID doesn't exist. Verify the ID and try again.

  • OpsItemLimitExceededException The request caused OpsItems to exceed one or more quotas.

  • OpsItemInvalidParameterException A specified parameter argument isn't valid. Verify the available arguments and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListOpsItemEvents

func (*SSM) ListOpsItemEventsPages added in v1.36.9

func (c *SSM) ListOpsItemEventsPages(input *ListOpsItemEventsInput, fn func(*ListOpsItemEventsOutput, bool) bool) error

ListOpsItemEventsPages iterates over the pages of a ListOpsItemEvents operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListOpsItemEvents method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListOpsItemEvents operation.
pageNum := 0
err := client.ListOpsItemEventsPages(params,
    func(page *ssm.ListOpsItemEventsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListOpsItemEventsPagesWithContext added in v1.36.9

func (c *SSM) ListOpsItemEventsPagesWithContext(ctx aws.Context, input *ListOpsItemEventsInput, fn func(*ListOpsItemEventsOutput, bool) bool, opts ...request.Option) error

ListOpsItemEventsPagesWithContext same as ListOpsItemEventsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListOpsItemEventsRequest added in v1.36.9

func (c *SSM) ListOpsItemEventsRequest(input *ListOpsItemEventsInput) (req *request.Request, output *ListOpsItemEventsOutput)

ListOpsItemEventsRequest generates a "aws/request.Request" representing the client's request for the ListOpsItemEvents operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListOpsItemEvents for more information on using the ListOpsItemEvents API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListOpsItemEventsRequest method.
req, resp := client.ListOpsItemEventsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListOpsItemEvents

func (*SSM) ListOpsItemEventsWithContext added in v1.36.9

func (c *SSM) ListOpsItemEventsWithContext(ctx aws.Context, input *ListOpsItemEventsInput, opts ...request.Option) (*ListOpsItemEventsOutput, error)

ListOpsItemEventsWithContext is the same as ListOpsItemEvents with the addition of the ability to pass a context and additional request options.

See ListOpsItemEvents for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListOpsItemRelatedItems added in v1.38.37

func (c *SSM) ListOpsItemRelatedItems(input *ListOpsItemRelatedItemsInput) (*ListOpsItemRelatedItemsOutput, error)

ListOpsItemRelatedItems API operation for Amazon Simple Systems Manager (SSM).

Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem. OpsCenter is a capability of Amazon Web Services Systems Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListOpsItemRelatedItems for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • OpsItemInvalidParameterException A specified parameter argument isn't valid. Verify the available arguments and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListOpsItemRelatedItems

func (*SSM) ListOpsItemRelatedItemsPages added in v1.38.37

func (c *SSM) ListOpsItemRelatedItemsPages(input *ListOpsItemRelatedItemsInput, fn func(*ListOpsItemRelatedItemsOutput, bool) bool) error

ListOpsItemRelatedItemsPages iterates over the pages of a ListOpsItemRelatedItems operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListOpsItemRelatedItems method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListOpsItemRelatedItems operation.
pageNum := 0
err := client.ListOpsItemRelatedItemsPages(params,
    func(page *ssm.ListOpsItemRelatedItemsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListOpsItemRelatedItemsPagesWithContext added in v1.38.37

func (c *SSM) ListOpsItemRelatedItemsPagesWithContext(ctx aws.Context, input *ListOpsItemRelatedItemsInput, fn func(*ListOpsItemRelatedItemsOutput, bool) bool, opts ...request.Option) error

ListOpsItemRelatedItemsPagesWithContext same as ListOpsItemRelatedItemsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListOpsItemRelatedItemsRequest added in v1.38.37

func (c *SSM) ListOpsItemRelatedItemsRequest(input *ListOpsItemRelatedItemsInput) (req *request.Request, output *ListOpsItemRelatedItemsOutput)

ListOpsItemRelatedItemsRequest generates a "aws/request.Request" representing the client's request for the ListOpsItemRelatedItems operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListOpsItemRelatedItems for more information on using the ListOpsItemRelatedItems API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListOpsItemRelatedItemsRequest method.
req, resp := client.ListOpsItemRelatedItemsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListOpsItemRelatedItems

func (*SSM) ListOpsItemRelatedItemsWithContext added in v1.38.37

func (c *SSM) ListOpsItemRelatedItemsWithContext(ctx aws.Context, input *ListOpsItemRelatedItemsInput, opts ...request.Option) (*ListOpsItemRelatedItemsOutput, error)

ListOpsItemRelatedItemsWithContext is the same as ListOpsItemRelatedItems with the addition of the ability to pass a context and additional request options.

See ListOpsItemRelatedItems for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListOpsMetadata added in v1.36.2

func (c *SSM) ListOpsMetadata(input *ListOpsMetadataInput) (*ListOpsMetadataOutput, error)

ListOpsMetadata API operation for Amazon Simple Systems Manager (SSM).

Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata objects or blobs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListOpsMetadata for usage and error information.

Returned Error Types:

  • OpsMetadataInvalidArgumentException One of the arguments passed is invalid.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListOpsMetadata

func (*SSM) ListOpsMetadataPages added in v1.36.9

func (c *SSM) ListOpsMetadataPages(input *ListOpsMetadataInput, fn func(*ListOpsMetadataOutput, bool) bool) error

ListOpsMetadataPages iterates over the pages of a ListOpsMetadata operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListOpsMetadata method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListOpsMetadata operation.
pageNum := 0
err := client.ListOpsMetadataPages(params,
    func(page *ssm.ListOpsMetadataOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListOpsMetadataPagesWithContext added in v1.36.9

func (c *SSM) ListOpsMetadataPagesWithContext(ctx aws.Context, input *ListOpsMetadataInput, fn func(*ListOpsMetadataOutput, bool) bool, opts ...request.Option) error

ListOpsMetadataPagesWithContext same as ListOpsMetadataPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListOpsMetadataRequest added in v1.36.2

func (c *SSM) ListOpsMetadataRequest(input *ListOpsMetadataInput) (req *request.Request, output *ListOpsMetadataOutput)

ListOpsMetadataRequest generates a "aws/request.Request" representing the client's request for the ListOpsMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListOpsMetadata for more information on using the ListOpsMetadata API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListOpsMetadataRequest method.
req, resp := client.ListOpsMetadataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListOpsMetadata

func (*SSM) ListOpsMetadataWithContext added in v1.36.2

func (c *SSM) ListOpsMetadataWithContext(ctx aws.Context, input *ListOpsMetadataInput, opts ...request.Option) (*ListOpsMetadataOutput, error)

ListOpsMetadataWithContext is the same as ListOpsMetadata with the addition of the ability to pass a context and additional request options.

See ListOpsMetadata for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListResourceComplianceSummaries added in v1.10.25

func (c *SSM) ListResourceComplianceSummaries(input *ListResourceComplianceSummariesInput) (*ListResourceComplianceSummariesOutput, error)

ListResourceComplianceSummaries API operation for Amazon Simple Systems Manager (SSM).

Returns a resource-level summary count. The summary includes information about compliant and non-compliant statuses and detailed compliance-item severity counts, according to the filter criteria you specify.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListResourceComplianceSummaries for usage and error information.

Returned Error Types:

  • InvalidFilter The filter name isn't valid. Verify the you entered the correct name and try again.

  • InvalidNextToken The specified token isn't valid.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListResourceComplianceSummaries

func (*SSM) ListResourceComplianceSummariesPages added in v1.33.18

func (c *SSM) ListResourceComplianceSummariesPages(input *ListResourceComplianceSummariesInput, fn func(*ListResourceComplianceSummariesOutput, bool) bool) error

ListResourceComplianceSummariesPages iterates over the pages of a ListResourceComplianceSummaries operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListResourceComplianceSummaries method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListResourceComplianceSummaries operation.
pageNum := 0
err := client.ListResourceComplianceSummariesPages(params,
    func(page *ssm.ListResourceComplianceSummariesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListResourceComplianceSummariesPagesWithContext added in v1.33.18

func (c *SSM) ListResourceComplianceSummariesPagesWithContext(ctx aws.Context, input *ListResourceComplianceSummariesInput, fn func(*ListResourceComplianceSummariesOutput, bool) bool, opts ...request.Option) error

ListResourceComplianceSummariesPagesWithContext same as ListResourceComplianceSummariesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListResourceComplianceSummariesRequest added in v1.10.25

func (c *SSM) ListResourceComplianceSummariesRequest(input *ListResourceComplianceSummariesInput) (req *request.Request, output *ListResourceComplianceSummariesOutput)

ListResourceComplianceSummariesRequest generates a "aws/request.Request" representing the client's request for the ListResourceComplianceSummaries operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListResourceComplianceSummaries for more information on using the ListResourceComplianceSummaries API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListResourceComplianceSummariesRequest method.
req, resp := client.ListResourceComplianceSummariesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListResourceComplianceSummaries

func (*SSM) ListResourceComplianceSummariesWithContext added in v1.10.25

func (c *SSM) ListResourceComplianceSummariesWithContext(ctx aws.Context, input *ListResourceComplianceSummariesInput, opts ...request.Option) (*ListResourceComplianceSummariesOutput, error)

ListResourceComplianceSummariesWithContext is the same as ListResourceComplianceSummaries with the addition of the ability to pass a context and additional request options.

See ListResourceComplianceSummaries for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListResourceDataSync added in v1.10.5

func (c *SSM) ListResourceDataSync(input *ListResourceDataSyncInput) (*ListResourceDataSyncOutput, error)

ListResourceDataSync API operation for Amazon Simple Systems Manager (SSM).

Lists your resource data sync configurations. Includes information about the last time a sync attempted to start, the last sync status, and the last time a sync successfully completed.

The number of sync configurations might be too large to return using a single call to ListResourceDataSync. You can limit the number of sync configurations returned by using the MaxResults parameter. To determine whether there are more sync configurations to list, check the value of NextToken in the output. If there are more sync configurations to list, you can request them by specifying the NextToken returned in the call to the parameter of a subsequent call.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListResourceDataSync for usage and error information.

Returned Error Types:

  • ResourceDataSyncInvalidConfigurationException The specified sync configuration is invalid.

  • InternalServerError An error occurred on the server side.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListResourceDataSync

func (*SSM) ListResourceDataSyncPages added in v1.33.18

func (c *SSM) ListResourceDataSyncPages(input *ListResourceDataSyncInput, fn func(*ListResourceDataSyncOutput, bool) bool) error

ListResourceDataSyncPages iterates over the pages of a ListResourceDataSync operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListResourceDataSync method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListResourceDataSync operation.
pageNum := 0
err := client.ListResourceDataSyncPages(params,
    func(page *ssm.ListResourceDataSyncOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListResourceDataSyncPagesWithContext added in v1.33.18

func (c *SSM) ListResourceDataSyncPagesWithContext(ctx aws.Context, input *ListResourceDataSyncInput, fn func(*ListResourceDataSyncOutput, bool) bool, opts ...request.Option) error

ListResourceDataSyncPagesWithContext same as ListResourceDataSyncPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListResourceDataSyncRequest added in v1.10.5

func (c *SSM) ListResourceDataSyncRequest(input *ListResourceDataSyncInput) (req *request.Request, output *ListResourceDataSyncOutput)

ListResourceDataSyncRequest generates a "aws/request.Request" representing the client's request for the ListResourceDataSync operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListResourceDataSync for more information on using the ListResourceDataSync API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListResourceDataSyncRequest method.
req, resp := client.ListResourceDataSyncRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListResourceDataSync

func (*SSM) ListResourceDataSyncWithContext added in v1.10.5

func (c *SSM) ListResourceDataSyncWithContext(ctx aws.Context, input *ListResourceDataSyncInput, opts ...request.Option) (*ListResourceDataSyncOutput, error)

ListResourceDataSyncWithContext is the same as ListResourceDataSync with the addition of the ability to pass a context and additional request options.

See ListResourceDataSync for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListTagsForResource added in v1.2.2

func (c *SSM) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for Amazon Simple Systems Manager (SSM).

Returns a list of the tags assigned to the specified resource.

For information about the ID format for each supported resource type, see AddTagsToResource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListTagsForResource for usage and error information.

Returned Error Types:

  • 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.

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListTagsForResource

func (*SSM) ListTagsForResourceRequest added in v1.2.2

func (c *SSM) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListTagsForResource

func (*SSM) ListTagsForResourceWithContext added in v1.8.0

func (c *SSM) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.

See ListTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ModifyDocumentPermission added in v1.1.26

func (c *SSM) ModifyDocumentPermission(input *ModifyDocumentPermissionInput) (*ModifyDocumentPermissionOutput, error)

ModifyDocumentPermission API operation for Amazon Simple Systems Manager (SSM).

Shares a Amazon Web Services Systems Manager document (SSM document)publicly or privately. If you share a document privately, you must specify the Amazon Web Services user IDs for those people who can use the document. If you share a document publicly, you must specify All as the account ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ModifyDocumentPermission for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidPermissionType The permission type isn't supported. Share is the only supported permission type.

  • 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.

  • DocumentLimitExceeded You can have at most 500 active SSM documents.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ModifyDocumentPermission

func (*SSM) ModifyDocumentPermissionRequest added in v1.1.26

func (c *SSM) ModifyDocumentPermissionRequest(input *ModifyDocumentPermissionInput) (req *request.Request, output *ModifyDocumentPermissionOutput)

ModifyDocumentPermissionRequest generates a "aws/request.Request" representing the client's request for the ModifyDocumentPermission operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ModifyDocumentPermission for more information on using the ModifyDocumentPermission API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ModifyDocumentPermissionRequest method.
req, resp := client.ModifyDocumentPermissionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ModifyDocumentPermission

func (*SSM) ModifyDocumentPermissionWithContext added in v1.8.0

func (c *SSM) ModifyDocumentPermissionWithContext(ctx aws.Context, input *ModifyDocumentPermissionInput, opts ...request.Option) (*ModifyDocumentPermissionOutput, error)

ModifyDocumentPermissionWithContext is the same as ModifyDocumentPermission with the addition of the ability to pass a context and additional request options.

See ModifyDocumentPermission for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) PutComplianceItems added in v1.10.25

func (c *SSM) PutComplianceItems(input *PutComplianceItemsInput) (*PutComplianceItemsOutput, error)

PutComplianceItems API operation for Amazon Simple Systems Manager (SSM).

Registers a compliance type and other compliance details on a designated resource. This operation lets you register custom compliance details with a resource. This call overwrites existing compliance information on the resource, so you must provide a full list of compliance items each time that you send the request.

ComplianceType can be one of the following:

  • ExecutionId: The execution ID when the patch, association, or custom compliance item was applied.

  • ExecutionType: Specify patch, association, or Custom:string.

  • ExecutionTime. The time the patch, association, or custom compliance item was applied to the managed node.

  • Id: The patch, association, or custom compliance ID.

  • Title: A title.

  • Status: The status of the compliance item. For example, approved for patches, or Failed for associations.

  • Severity: A patch severity. For example, Critical.

  • DocumentName: An SSM document name. For example, AWS-RunPatchBaseline.

  • DocumentVersion: An SSM document version number. For example, 4.

  • Classification: A patch classification. For example, security updates.

  • PatchBaselineId: A patch baseline ID.

  • PatchSeverity: A patch severity. For example, Critical.

  • PatchState: A patch state. For example, InstancesWithFailedPatches.

  • PatchGroup: The name of a patch group.

  • InstalledTime: The time the association, patch, or custom compliance item was applied to the resource. Specify the time by using the following format: yyyy-MM-dd'T'HH:mm:ss'Z'

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation PutComplianceItems for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidItemContentException One or more content items isn't valid.

  • TotalSizeLimitExceededException The size of inventory data has exceeded the total size limit for the resource.

  • ItemSizeLimitExceededException The inventory item size has exceeded the size limit.

  • ComplianceTypeCountLimitExceededException You specified too many custom compliance types. You can specify a maximum of 10 different types.

  • 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.

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutComplianceItems

func (*SSM) PutComplianceItemsRequest added in v1.10.25

func (c *SSM) PutComplianceItemsRequest(input *PutComplianceItemsInput) (req *request.Request, output *PutComplianceItemsOutput)

PutComplianceItemsRequest generates a "aws/request.Request" representing the client's request for the PutComplianceItems operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutComplianceItems for more information on using the PutComplianceItems API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutComplianceItemsRequest method.
req, resp := client.PutComplianceItemsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutComplianceItems

func (*SSM) PutComplianceItemsWithContext added in v1.10.25

func (c *SSM) PutComplianceItemsWithContext(ctx aws.Context, input *PutComplianceItemsInput, opts ...request.Option) (*PutComplianceItemsOutput, error)

PutComplianceItemsWithContext is the same as PutComplianceItems with the addition of the ability to pass a context and additional request options.

See PutComplianceItems for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) PutInventory added in v1.5.13

func (c *SSM) PutInventory(input *PutInventoryInput) (*PutInventoryOutput, error)

PutInventory API operation for Amazon Simple Systems Manager (SSM).

Bulk update custom inventory items on one or more managed nodes. The request adds an inventory item, if it doesn't already exist, or updates an inventory item, if it does exist.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation PutInventory for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • 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.

  • InvalidTypeNameException The parameter type name isn't valid.

  • InvalidItemContentException One or more content items isn't valid.

  • TotalSizeLimitExceededException The size of inventory data has exceeded the total size limit for the resource.

  • ItemSizeLimitExceededException The inventory item size has exceeded the size limit.

  • ItemContentMismatchException The inventory item has invalid content.

  • CustomSchemaCountLimitExceededException You have exceeded the limit for custom schemas. Delete one or more custom schemas and try again.

  • 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.

  • 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.

  • InvalidInventoryItemContextException You specified invalid keys or values in the Context attribute for InventoryItem. Verify the keys and values, and try again.

  • SubTypeCountLimitExceededException The sub-type count exceeded the limit for the inventory type.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutInventory

func (*SSM) PutInventoryRequest added in v1.5.13

func (c *SSM) PutInventoryRequest(input *PutInventoryInput) (req *request.Request, output *PutInventoryOutput)

PutInventoryRequest generates a "aws/request.Request" representing the client's request for the PutInventory operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutInventory for more information on using the PutInventory API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutInventoryRequest method.
req, resp := client.PutInventoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutInventory

func (*SSM) PutInventoryWithContext added in v1.8.0

func (c *SSM) PutInventoryWithContext(ctx aws.Context, input *PutInventoryInput, opts ...request.Option) (*PutInventoryOutput, error)

PutInventoryWithContext is the same as PutInventory with the addition of the ability to pass a context and additional request options.

See PutInventory for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) PutParameter added in v1.5.13

func (c *SSM) PutParameter(input *PutParameterInput) (*PutParameterOutput, error)

PutParameter API operation for Amazon Simple Systems Manager (SSM).

Add a parameter to the system.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation PutParameter for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidKeyId The query key ID isn't valid.

  • ParameterLimitExceeded You have exceeded the number of parameters for this Amazon Web Services account. Delete one or more parameters and try again.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

  • ParameterAlreadyExists The parameter already exists. You can't create duplicate parameters.

  • 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.

  • 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.

  • InvalidAllowedPatternException The request doesn't meet the regular expression requirement.

  • 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.

  • ParameterPatternMismatchException The parameter name isn't valid.

  • UnsupportedParameterType The parameter type isn't supported.

  • PoliciesLimitExceededException You specified more than the maximum number of allowed policies for the parameter. The maximum is 10.

  • InvalidPolicyTypeException The policy type isn't supported. Parameter Store supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.

  • InvalidPolicyAttributeException A policy attribute or its value is invalid.

  • 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.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutParameter

func (*SSM) PutParameterRequest added in v1.5.13

func (c *SSM) PutParameterRequest(input *PutParameterInput) (req *request.Request, output *PutParameterOutput)

PutParameterRequest generates a "aws/request.Request" representing the client's request for the PutParameter operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutParameter for more information on using the PutParameter API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutParameterRequest method.
req, resp := client.PutParameterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutParameter

func (*SSM) PutParameterWithContext added in v1.8.0

func (c *SSM) PutParameterWithContext(ctx aws.Context, input *PutParameterInput, opts ...request.Option) (*PutParameterOutput, error)

PutParameterWithContext is the same as PutParameter with the addition of the ability to pass a context and additional request options.

See PutParameter for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) PutResourcePolicy added in v1.44.139

func (c *SSM) PutResourcePolicy(input *PutResourcePolicyInput) (*PutResourcePolicyOutput, error)

PutResourcePolicy API operation for Amazon Simple Systems Manager (SSM).

Creates or updates a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. The following resources support Systems Manager resource policies.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation PutResourcePolicy for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • ResourcePolicyInvalidParameterException One or more parameters specified for the call aren't valid. Verify the parameters and their values and try again.

  • 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.

  • 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.

  • ResourceNotFoundException The specified parameter to be shared could not be found.

  • MalformedResourcePolicyDocumentException The specified policy document is malformed or invalid, or excessive PutResourcePolicy or DeleteResourcePolicy calls have been made.

  • ResourcePolicyNotFoundException No policies with the specified policy ID and hash could be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutResourcePolicy

func (*SSM) PutResourcePolicyRequest added in v1.44.139

func (c *SSM) PutResourcePolicyRequest(input *PutResourcePolicyInput) (req *request.Request, output *PutResourcePolicyOutput)

PutResourcePolicyRequest generates a "aws/request.Request" representing the client's request for the PutResourcePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutResourcePolicy for more information on using the PutResourcePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutResourcePolicyRequest method.
req, resp := client.PutResourcePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutResourcePolicy

func (*SSM) PutResourcePolicyWithContext added in v1.44.139

func (c *SSM) PutResourcePolicyWithContext(ctx aws.Context, input *PutResourcePolicyInput, opts ...request.Option) (*PutResourcePolicyOutput, error)

PutResourcePolicyWithContext is the same as PutResourcePolicy with the addition of the ability to pass a context and additional request options.

See PutResourcePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) RegisterDefaultPatchBaseline added in v1.6.4

func (c *SSM) RegisterDefaultPatchBaseline(input *RegisterDefaultPatchBaselineInput) (*RegisterDefaultPatchBaselineOutput, error)

RegisterDefaultPatchBaseline API operation for Amazon Simple Systems Manager (SSM).

Defines the default patch baseline for the relevant operating system.

To reset the Amazon Web Services-predefined patch baseline as the default, specify the full patch baseline Amazon Resource Name (ARN) as the baseline ID value. For example, for CentOS, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0574b43a65ea646ed instead of pb-0574b43a65ea646ed.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation RegisterDefaultPatchBaseline for usage and error information.

Returned Error Types:

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterDefaultPatchBaseline

func (*SSM) RegisterDefaultPatchBaselineRequest added in v1.6.4

func (c *SSM) RegisterDefaultPatchBaselineRequest(input *RegisterDefaultPatchBaselineInput) (req *request.Request, output *RegisterDefaultPatchBaselineOutput)

RegisterDefaultPatchBaselineRequest generates a "aws/request.Request" representing the client's request for the RegisterDefaultPatchBaseline operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RegisterDefaultPatchBaseline for more information on using the RegisterDefaultPatchBaseline API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RegisterDefaultPatchBaselineRequest method.
req, resp := client.RegisterDefaultPatchBaselineRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterDefaultPatchBaseline

func (*SSM) RegisterDefaultPatchBaselineWithContext added in v1.8.0

func (c *SSM) RegisterDefaultPatchBaselineWithContext(ctx aws.Context, input *RegisterDefaultPatchBaselineInput, opts ...request.Option) (*RegisterDefaultPatchBaselineOutput, error)

RegisterDefaultPatchBaselineWithContext is the same as RegisterDefaultPatchBaseline with the addition of the ability to pass a context and additional request options.

See RegisterDefaultPatchBaseline for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) RegisterPatchBaselineForPatchGroup added in v1.6.4

func (c *SSM) RegisterPatchBaselineForPatchGroup(input *RegisterPatchBaselineForPatchGroupInput) (*RegisterPatchBaselineForPatchGroupOutput, error)

RegisterPatchBaselineForPatchGroup API operation for Amazon Simple Systems Manager (SSM).

Registers a patch baseline for a patch group.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation RegisterPatchBaselineForPatchGroup for usage and error information.

Returned Error Types:

  • 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.

  • 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.

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterPatchBaselineForPatchGroup

func (*SSM) RegisterPatchBaselineForPatchGroupRequest added in v1.6.4

func (c *SSM) RegisterPatchBaselineForPatchGroupRequest(input *RegisterPatchBaselineForPatchGroupInput) (req *request.Request, output *RegisterPatchBaselineForPatchGroupOutput)

RegisterPatchBaselineForPatchGroupRequest generates a "aws/request.Request" representing the client's request for the RegisterPatchBaselineForPatchGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RegisterPatchBaselineForPatchGroup for more information on using the RegisterPatchBaselineForPatchGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RegisterPatchBaselineForPatchGroupRequest method.
req, resp := client.RegisterPatchBaselineForPatchGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterPatchBaselineForPatchGroup

func (*SSM) RegisterPatchBaselineForPatchGroupWithContext added in v1.8.0

func (c *SSM) RegisterPatchBaselineForPatchGroupWithContext(ctx aws.Context, input *RegisterPatchBaselineForPatchGroupInput, opts ...request.Option) (*RegisterPatchBaselineForPatchGroupOutput, error)

RegisterPatchBaselineForPatchGroupWithContext is the same as RegisterPatchBaselineForPatchGroup with the addition of the ability to pass a context and additional request options.

See RegisterPatchBaselineForPatchGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) RegisterTargetWithMaintenanceWindow added in v1.5.13

func (c *SSM) RegisterTargetWithMaintenanceWindow(input *RegisterTargetWithMaintenanceWindowInput) (*RegisterTargetWithMaintenanceWindowOutput, error)

RegisterTargetWithMaintenanceWindow API operation for Amazon Simple Systems Manager (SSM).

Registers a target with a maintenance window.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation RegisterTargetWithMaintenanceWindow for usage and error information.

Returned Error Types:

  • 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.

  • 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.

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterTargetWithMaintenanceWindow

func (*SSM) RegisterTargetWithMaintenanceWindowRequest added in v1.5.13

func (c *SSM) RegisterTargetWithMaintenanceWindowRequest(input *RegisterTargetWithMaintenanceWindowInput) (req *request.Request, output *RegisterTargetWithMaintenanceWindowOutput)

RegisterTargetWithMaintenanceWindowRequest generates a "aws/request.Request" representing the client's request for the RegisterTargetWithMaintenanceWindow operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RegisterTargetWithMaintenanceWindow for more information on using the RegisterTargetWithMaintenanceWindow API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RegisterTargetWithMaintenanceWindowRequest method.
req, resp := client.RegisterTargetWithMaintenanceWindowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterTargetWithMaintenanceWindow

func (*SSM) RegisterTargetWithMaintenanceWindowWithContext added in v1.8.0

func (c *SSM) RegisterTargetWithMaintenanceWindowWithContext(ctx aws.Context, input *RegisterTargetWithMaintenanceWindowInput, opts ...request.Option) (*RegisterTargetWithMaintenanceWindowOutput, error)

RegisterTargetWithMaintenanceWindowWithContext is the same as RegisterTargetWithMaintenanceWindow with the addition of the ability to pass a context and additional request options.

See RegisterTargetWithMaintenanceWindow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) RegisterTaskWithMaintenanceWindow added in v1.5.13

func (c *SSM) RegisterTaskWithMaintenanceWindow(input *RegisterTaskWithMaintenanceWindowInput) (*RegisterTaskWithMaintenanceWindowOutput, error)

RegisterTaskWithMaintenanceWindow API operation for Amazon Simple Systems Manager (SSM).

Adds a new task to a maintenance window.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation RegisterTaskWithMaintenanceWindow for usage and error information.

Returned Error Types:

  • 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.

  • 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.

  • 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.

  • FeatureNotAvailableException You attempted to register a LAMBDA or STEP_FUNCTIONS task in a region where the corresponding service isn't available.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterTaskWithMaintenanceWindow

func (*SSM) RegisterTaskWithMaintenanceWindowRequest added in v1.5.13

func (c *SSM) RegisterTaskWithMaintenanceWindowRequest(input *RegisterTaskWithMaintenanceWindowInput) (req *request.Request, output *RegisterTaskWithMaintenanceWindowOutput)

RegisterTaskWithMaintenanceWindowRequest generates a "aws/request.Request" representing the client's request for the RegisterTaskWithMaintenanceWindow operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RegisterTaskWithMaintenanceWindow for more information on using the RegisterTaskWithMaintenanceWindow API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RegisterTaskWithMaintenanceWindowRequest method.
req, resp := client.RegisterTaskWithMaintenanceWindowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterTaskWithMaintenanceWindow

func (*SSM) RegisterTaskWithMaintenanceWindowWithContext added in v1.8.0

func (c *SSM) RegisterTaskWithMaintenanceWindowWithContext(ctx aws.Context, input *RegisterTaskWithMaintenanceWindowInput, opts ...request.Option) (*RegisterTaskWithMaintenanceWindowOutput, error)

RegisterTaskWithMaintenanceWindowWithContext is the same as RegisterTaskWithMaintenanceWindow with the addition of the ability to pass a context and additional request options.

See RegisterTaskWithMaintenanceWindow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) RemoveTagsFromResource added in v1.2.2

func (c *SSM) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)

RemoveTagsFromResource API operation for Amazon Simple Systems Manager (SSM).

Removes tag keys from the specified resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation RemoveTagsFromResource for usage and error information.

Returned Error Types:

  • 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.

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

  • InternalServerError An error occurred on the server side.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RemoveTagsFromResource

func (*SSM) RemoveTagsFromResourceRequest added in v1.2.2

func (c *SSM) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) (req *request.Request, output *RemoveTagsFromResourceOutput)

RemoveTagsFromResourceRequest generates a "aws/request.Request" representing the client's request for the RemoveTagsFromResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RemoveTagsFromResource for more information on using the RemoveTagsFromResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RemoveTagsFromResourceRequest method.
req, resp := client.RemoveTagsFromResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RemoveTagsFromResource

func (*SSM) RemoveTagsFromResourceWithContext added in v1.8.0

func (c *SSM) RemoveTagsFromResourceWithContext(ctx aws.Context, input *RemoveTagsFromResourceInput, opts ...request.Option) (*RemoveTagsFromResourceOutput, error)

RemoveTagsFromResourceWithContext is the same as RemoveTagsFromResource with the addition of the ability to pass a context and additional request options.

See RemoveTagsFromResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ResetServiceSetting added in v1.17.10

func (c *SSM) ResetServiceSetting(input *ResetServiceSettingInput) (*ResetServiceSettingOutput, error)

ResetServiceSetting API operation for Amazon Simple Systems Manager (SSM).

ServiceSetting is an account-level setting for an Amazon Web Services service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services service team might create a default setting of "false". This means the user can't use this feature unless they change the setting to "true" and intentionally opt in for a paid feature.

Services map a SettingId object to a setting value. Amazon Web Services services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the GetServiceSetting API operation to view the current value. Use the UpdateServiceSetting API operation to change the default setting.

Reset the service setting for the account to the default value as provisioned by the Amazon Web Services service team.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ResetServiceSetting for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • 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.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResetServiceSetting

func (*SSM) ResetServiceSettingRequest added in v1.17.10

func (c *SSM) ResetServiceSettingRequest(input *ResetServiceSettingInput) (req *request.Request, output *ResetServiceSettingOutput)

ResetServiceSettingRequest generates a "aws/request.Request" representing the client's request for the ResetServiceSetting operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ResetServiceSetting for more information on using the ResetServiceSetting API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ResetServiceSettingRequest method.
req, resp := client.ResetServiceSettingRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResetServiceSetting

func (*SSM) ResetServiceSettingWithContext added in v1.17.10

func (c *SSM) ResetServiceSettingWithContext(ctx aws.Context, input *ResetServiceSettingInput, opts ...request.Option) (*ResetServiceSettingOutput, error)

ResetServiceSettingWithContext is the same as ResetServiceSetting with the addition of the ability to pass a context and additional request options.

See ResetServiceSetting for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ResumeSession added in v1.15.33

func (c *SSM) ResumeSession(input *ResumeSessionInput) (*ResumeSessionOutput, error)

ResumeSession API operation for Amazon Simple Systems Manager (SSM).

Reconnects a session to a managed node after it has been disconnected. Connections can be resumed for disconnected sessions, but not terminated sessions.

This command is primarily for use by client machines to automatically reconnect during intermittent network issues. It isn't intended for any other use.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ResumeSession for usage and error information.

Returned Error Types:

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResumeSession

func (*SSM) ResumeSessionRequest added in v1.15.33

func (c *SSM) ResumeSessionRequest(input *ResumeSessionInput) (req *request.Request, output *ResumeSessionOutput)

ResumeSessionRequest generates a "aws/request.Request" representing the client's request for the ResumeSession operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ResumeSession for more information on using the ResumeSession API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ResumeSessionRequest method.
req, resp := client.ResumeSessionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResumeSession

func (*SSM) ResumeSessionWithContext added in v1.15.33

func (c *SSM) ResumeSessionWithContext(ctx aws.Context, input *ResumeSessionInput, opts ...request.Option) (*ResumeSessionOutput, error)

ResumeSessionWithContext is the same as ResumeSession with the addition of the ability to pass a context and additional request options.

See ResumeSession for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) SendAutomationSignal added in v1.10.19

func (c *SSM) SendAutomationSignal(input *SendAutomationSignalInput) (*SendAutomationSignalOutput, error)

SendAutomationSignal API operation for Amazon Simple Systems Manager (SSM).

Sends a signal to an Automation execution to change the current behavior or status of the execution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation SendAutomationSignal for usage and error information.

Returned Error Types:

  • AutomationExecutionNotFoundException There is no automation execution information for the requested automation execution ID.

  • AutomationStepNotFoundException The specified step name and execution ID don't exist. Verify the information and try again.

  • InvalidAutomationSignalException The signal isn't valid for the current Automation execution.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/SendAutomationSignal

func (*SSM) SendAutomationSignalRequest added in v1.10.19

func (c *SSM) SendAutomationSignalRequest(input *SendAutomationSignalInput) (req *request.Request, output *SendAutomationSignalOutput)

SendAutomationSignalRequest generates a "aws/request.Request" representing the client's request for the SendAutomationSignal operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SendAutomationSignal for more information on using the SendAutomationSignal API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SendAutomationSignalRequest method.
req, resp := client.SendAutomationSignalRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/SendAutomationSignal

func (*SSM) SendAutomationSignalWithContext added in v1.10.19

func (c *SSM) SendAutomationSignalWithContext(ctx aws.Context, input *SendAutomationSignalInput, opts ...request.Option) (*SendAutomationSignalOutput, error)

SendAutomationSignalWithContext is the same as SendAutomationSignal with the addition of the ability to pass a context and additional request options.

See SendAutomationSignal for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) SendCommand added in v0.9.17

func (c *SSM) SendCommand(input *SendCommandInput) (*SendCommandOutput, error)

SendCommand API operation for Amazon Simple Systems Manager (SSM).

Runs commands on one or more managed nodes.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation SendCommand for usage and error information.

Returned Error Types:

  • DuplicateInstanceId You can't specify a managed node ID in more than one association.

  • InternalServerError An error occurred on the server side.

  • 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.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

  • InvalidOutputFolder The S3 bucket doesn't exist.

  • 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.

  • 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.

  • MaxDocumentSizeExceeded The size limit of a document is 64 KB.

  • 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.

  • 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.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/SendCommand

func (*SSM) SendCommandRequest added in v0.9.17

func (c *SSM) SendCommandRequest(input *SendCommandInput) (req *request.Request, output *SendCommandOutput)

SendCommandRequest generates a "aws/request.Request" representing the client's request for the SendCommand operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SendCommand for more information on using the SendCommand API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SendCommandRequest method.
req, resp := client.SendCommandRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/SendCommand

func (*SSM) SendCommandWithContext added in v1.8.0

func (c *SSM) SendCommandWithContext(ctx aws.Context, input *SendCommandInput, opts ...request.Option) (*SendCommandOutput, error)

SendCommandWithContext is the same as SendCommand with the addition of the ability to pass a context and additional request options.

See SendCommand for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) StartAssociationsOnce added in v1.14.18

func (c *SSM) StartAssociationsOnce(input *StartAssociationsOnceInput) (*StartAssociationsOnceOutput, error)

StartAssociationsOnce API operation for Amazon Simple Systems Manager (SSM).

Runs an association immediately and only one time. This operation can be helpful when troubleshooting associations.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation StartAssociationsOnce for usage and error information.

Returned Error Types:

  • InvalidAssociation The association isn't valid or doesn't exist.

  • AssociationDoesNotExist The specified association doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartAssociationsOnce

func (*SSM) StartAssociationsOnceRequest added in v1.14.18

func (c *SSM) StartAssociationsOnceRequest(input *StartAssociationsOnceInput) (req *request.Request, output *StartAssociationsOnceOutput)

StartAssociationsOnceRequest generates a "aws/request.Request" representing the client's request for the StartAssociationsOnce operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartAssociationsOnce for more information on using the StartAssociationsOnce API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartAssociationsOnceRequest method.
req, resp := client.StartAssociationsOnceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartAssociationsOnce

func (*SSM) StartAssociationsOnceWithContext added in v1.14.18

func (c *SSM) StartAssociationsOnceWithContext(ctx aws.Context, input *StartAssociationsOnceInput, opts ...request.Option) (*StartAssociationsOnceOutput, error)

StartAssociationsOnceWithContext is the same as StartAssociationsOnce with the addition of the ability to pass a context and additional request options.

See StartAssociationsOnce for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) StartAutomationExecution added in v1.5.13

func (c *SSM) StartAutomationExecution(input *StartAutomationExecutionInput) (*StartAutomationExecutionOutput, error)

StartAutomationExecution API operation for Amazon Simple Systems Manager (SSM).

Initiates execution of an Automation runbook.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation StartAutomationExecution for usage and error information.

Returned Error Types:

  • AutomationDefinitionNotFoundException An Automation runbook with the specified name couldn't be found.

  • 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.

  • AutomationExecutionLimitExceededException The number of simultaneously running Automation executions exceeded the allowable limit.

  • AutomationDefinitionVersionNotFoundException An Automation runbook with the specified name and version couldn't be found.

  • 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.

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartAutomationExecution

func (*SSM) StartAutomationExecutionRequest added in v1.5.13

func (c *SSM) StartAutomationExecutionRequest(input *StartAutomationExecutionInput) (req *request.Request, output *StartAutomationExecutionOutput)

StartAutomationExecutionRequest generates a "aws/request.Request" representing the client's request for the StartAutomationExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartAutomationExecution for more information on using the StartAutomationExecution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartAutomationExecutionRequest method.
req, resp := client.StartAutomationExecutionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartAutomationExecution

func (*SSM) StartAutomationExecutionWithContext added in v1.8.0

func (c *SSM) StartAutomationExecutionWithContext(ctx aws.Context, input *StartAutomationExecutionInput, opts ...request.Option) (*StartAutomationExecutionOutput, error)

StartAutomationExecutionWithContext is the same as StartAutomationExecution with the addition of the ability to pass a context and additional request options.

See StartAutomationExecution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) StartChangeRequestExecution added in v1.36.9

func (c *SSM) StartChangeRequestExecution(input *StartChangeRequestExecutionInput) (*StartChangeRequestExecutionOutput, error)

StartChangeRequestExecution API operation for Amazon Simple Systems Manager (SSM).

Creates a change request for Change Manager. The Automation runbooks specified in the change request run only after all required approvals for the change request have been received.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation StartChangeRequestExecution for usage and error information.

Returned Error Types:

  • AutomationDefinitionNotFoundException An Automation runbook with the specified name couldn't be found.

  • 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.

  • AutomationExecutionLimitExceededException The number of simultaneously running Automation executions exceeded the allowable limit.

  • AutomationDefinitionVersionNotFoundException An Automation runbook with the specified name and version couldn't be found.

  • 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.

  • InternalServerError An error occurred on the server side.

  • AutomationDefinitionNotApprovedException Indicates that the Change Manager change template used in the change request was rejected or is still in a pending state.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartChangeRequestExecution

func (*SSM) StartChangeRequestExecutionRequest added in v1.36.9

func (c *SSM) StartChangeRequestExecutionRequest(input *StartChangeRequestExecutionInput) (req *request.Request, output *StartChangeRequestExecutionOutput)

StartChangeRequestExecutionRequest generates a "aws/request.Request" representing the client's request for the StartChangeRequestExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartChangeRequestExecution for more information on using the StartChangeRequestExecution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartChangeRequestExecutionRequest method.
req, resp := client.StartChangeRequestExecutionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartChangeRequestExecution

func (*SSM) StartChangeRequestExecutionWithContext added in v1.36.9

func (c *SSM) StartChangeRequestExecutionWithContext(ctx aws.Context, input *StartChangeRequestExecutionInput, opts ...request.Option) (*StartChangeRequestExecutionOutput, error)

StartChangeRequestExecutionWithContext is the same as StartChangeRequestExecution with the addition of the ability to pass a context and additional request options.

See StartChangeRequestExecution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) StartSession added in v1.15.33

func (c *SSM) StartSession(input *StartSessionInput) (*StartSessionOutput, error)

StartSession API operation for Amazon Simple Systems Manager (SSM).

Initiates a connection to a target (for example, a managed node) for a Session Manager session. Returns a URL and token that can be used to open a WebSocket connection for sending input and receiving outputs.

Amazon Web Services CLI usage: start-session is an interactive command that requires the Session Manager plugin to be installed on the client machine making the call. For information, see Install the Session Manager plugin for the Amazon Web Services CLI (https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html) in the Amazon Web Services Systems Manager User Guide.

Amazon Web Services Tools for PowerShell usage: Start-SSMSession isn't currently supported by Amazon Web Services Tools for PowerShell on Windows local machines.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation StartSession for usage and error information.

Returned Error Types:

  • InvalidDocument The specified SSM document doesn't exist.

  • 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

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartSession

func (*SSM) StartSessionRequest added in v1.15.33

func (c *SSM) StartSessionRequest(input *StartSessionInput) (req *request.Request, output *StartSessionOutput)

StartSessionRequest generates a "aws/request.Request" representing the client's request for the StartSession operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartSession for more information on using the StartSession API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartSessionRequest method.
req, resp := client.StartSessionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartSession

func (*SSM) StartSessionWithContext added in v1.15.33

func (c *SSM) StartSessionWithContext(ctx aws.Context, input *StartSessionInput, opts ...request.Option) (*StartSessionOutput, error)

StartSessionWithContext is the same as StartSession with the addition of the ability to pass a context and additional request options.

See StartSession for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) StopAutomationExecution added in v1.5.13

func (c *SSM) StopAutomationExecution(input *StopAutomationExecutionInput) (*StopAutomationExecutionOutput, error)

StopAutomationExecution API operation for Amazon Simple Systems Manager (SSM).

Stop an Automation that is currently running.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation StopAutomationExecution for usage and error information.

Returned Error Types:

  • AutomationExecutionNotFoundException There is no automation execution information for the requested automation execution ID.

  • InvalidAutomationStatusUpdateException The specified update status operation isn't valid.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StopAutomationExecution

func (*SSM) StopAutomationExecutionRequest added in v1.5.13

func (c *SSM) StopAutomationExecutionRequest(input *StopAutomationExecutionInput) (req *request.Request, output *StopAutomationExecutionOutput)

StopAutomationExecutionRequest generates a "aws/request.Request" representing the client's request for the StopAutomationExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopAutomationExecution for more information on using the StopAutomationExecution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopAutomationExecutionRequest method.
req, resp := client.StopAutomationExecutionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StopAutomationExecution

func (*SSM) StopAutomationExecutionWithContext added in v1.8.0

func (c *SSM) StopAutomationExecutionWithContext(ctx aws.Context, input *StopAutomationExecutionInput, opts ...request.Option) (*StopAutomationExecutionOutput, error)

StopAutomationExecutionWithContext is the same as StopAutomationExecution with the addition of the ability to pass a context and additional request options.

See StopAutomationExecution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) TerminateSession added in v1.15.33

func (c *SSM) TerminateSession(input *TerminateSessionInput) (*TerminateSessionOutput, error)

TerminateSession API operation for Amazon Simple Systems Manager (SSM).

Permanently ends a session and closes the data connection between the Session Manager client and SSM Agent on the managed node. A terminated session can't be resumed.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation TerminateSession for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/TerminateSession

func (*SSM) TerminateSessionRequest added in v1.15.33

func (c *SSM) TerminateSessionRequest(input *TerminateSessionInput) (req *request.Request, output *TerminateSessionOutput)

TerminateSessionRequest generates a "aws/request.Request" representing the client's request for the TerminateSession operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TerminateSession for more information on using the TerminateSession API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TerminateSessionRequest method.
req, resp := client.TerminateSessionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/TerminateSession

func (*SSM) TerminateSessionWithContext added in v1.15.33

func (c *SSM) TerminateSessionWithContext(ctx aws.Context, input *TerminateSessionInput, opts ...request.Option) (*TerminateSessionOutput, error)

TerminateSessionWithContext is the same as TerminateSession with the addition of the ability to pass a context and additional request options.

See TerminateSession for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UnlabelParameterVersion added in v1.38.14

func (c *SSM) UnlabelParameterVersion(input *UnlabelParameterVersionInput) (*UnlabelParameterVersionOutput, error)

UnlabelParameterVersion API operation for Amazon Simple Systems Manager (SSM).

Remove a label or labels from a parameter.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UnlabelParameterVersion for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

  • ParameterNotFound The parameter couldn't be found. Verify the name and try again.

  • ParameterVersionNotFound The specified parameter version wasn't found. Verify the parameter name and version, and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UnlabelParameterVersion

func (*SSM) UnlabelParameterVersionRequest added in v1.38.14

func (c *SSM) UnlabelParameterVersionRequest(input *UnlabelParameterVersionInput) (req *request.Request, output *UnlabelParameterVersionOutput)

UnlabelParameterVersionRequest generates a "aws/request.Request" representing the client's request for the UnlabelParameterVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UnlabelParameterVersion for more information on using the UnlabelParameterVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UnlabelParameterVersionRequest method.
req, resp := client.UnlabelParameterVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UnlabelParameterVersion

func (*SSM) UnlabelParameterVersionWithContext added in v1.38.14

func (c *SSM) UnlabelParameterVersionWithContext(ctx aws.Context, input *UnlabelParameterVersionInput, opts ...request.Option) (*UnlabelParameterVersionOutput, error)

UnlabelParameterVersionWithContext is the same as UnlabelParameterVersion with the addition of the ability to pass a context and additional request options.

See UnlabelParameterVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateAssociation added in v1.5.13

func (c *SSM) UpdateAssociation(input *UpdateAssociationInput) (*UpdateAssociationOutput, error)

UpdateAssociation API operation for Amazon Simple Systems Manager (SSM).

Updates an association. You can update the association name and version, the document version, schedule, parameters, and Amazon Simple Storage Service (Amazon S3) output. When you call UpdateAssociation, the system removes all optional parameters from the request and overwrites the association with null values for those parameters. This is by design. You must specify all optional parameters in the call, even if you are not changing the parameters. This includes the Name parameter. Before calling this API action, we recommend that you call the DescribeAssociation API operation and make a note of all optional parameters required for your UpdateAssociation call.

In order to call this API operation, a user, group, or role must be granted permission to call the DescribeAssociation API operation. If you don't have permission to call DescribeAssociation, then you receive the following error: An error occurred (AccessDeniedException) when calling the UpdateAssociation operation: User: <user_arn> isn't authorized to perform: ssm:DescribeAssociation on resource: <resource_arn>

When you update an association, the association immediately runs against the specified targets. You can add the ApplyOnlyAtCronInterval parameter to run the association during the next schedule run.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateAssociation for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidSchedule The schedule is invalid. Verify your cron or rate expression and try again.

  • 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.

  • InvalidOutputLocation The output location isn't valid or doesn't exist.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

  • AssociationDoesNotExist The specified association doesn't exist.

  • InvalidUpdate The update isn't valid.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

  • InvalidDocument The specified SSM document doesn't exist.

  • 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.

  • 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.

  • AssociationVersionLimitExceeded You have reached the maximum number versions allowed for an association. Each association has a limit of 1,000 versions.

  • InvalidTargetMaps TargetMap parameter isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociation

func (*SSM) UpdateAssociationRequest added in v1.5.13

func (c *SSM) UpdateAssociationRequest(input *UpdateAssociationInput) (req *request.Request, output *UpdateAssociationOutput)

UpdateAssociationRequest generates a "aws/request.Request" representing the client's request for the UpdateAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateAssociation for more information on using the UpdateAssociation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateAssociationRequest method.
req, resp := client.UpdateAssociationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociation

func (*SSM) UpdateAssociationStatus

func (c *SSM) UpdateAssociationStatus(input *UpdateAssociationStatusInput) (*UpdateAssociationStatusOutput, error)

UpdateAssociationStatus API operation for Amazon Simple Systems Manager (SSM).

Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified managed node.

UpdateAssociationStatus is primarily used by the Amazon Web Services Systems Manager Agent (SSM Agent) to report status updates about your associations and is only used for associations created with the InstanceId legacy parameter.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateAssociationStatus for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • 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.

  • InvalidDocument The specified SSM document doesn't exist.

  • AssociationDoesNotExist The specified association doesn't exist.

  • StatusUnchanged The updated status is the same as the current status.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociationStatus

func (*SSM) UpdateAssociationStatusRequest

func (c *SSM) UpdateAssociationStatusRequest(input *UpdateAssociationStatusInput) (req *request.Request, output *UpdateAssociationStatusOutput)

UpdateAssociationStatusRequest generates a "aws/request.Request" representing the client's request for the UpdateAssociationStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateAssociationStatus for more information on using the UpdateAssociationStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateAssociationStatusRequest method.
req, resp := client.UpdateAssociationStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociationStatus

func (*SSM) UpdateAssociationStatusWithContext added in v1.8.0

func (c *SSM) UpdateAssociationStatusWithContext(ctx aws.Context, input *UpdateAssociationStatusInput, opts ...request.Option) (*UpdateAssociationStatusOutput, error)

UpdateAssociationStatusWithContext is the same as UpdateAssociationStatus with the addition of the ability to pass a context and additional request options.

See UpdateAssociationStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateAssociationWithContext added in v1.8.0

func (c *SSM) UpdateAssociationWithContext(ctx aws.Context, input *UpdateAssociationInput, opts ...request.Option) (*UpdateAssociationOutput, error)

UpdateAssociationWithContext is the same as UpdateAssociation with the addition of the ability to pass a context and additional request options.

See UpdateAssociation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateDocument added in v1.5.13

func (c *SSM) UpdateDocument(input *UpdateDocumentInput) (*UpdateDocumentOutput, error)

UpdateDocument API operation for Amazon Simple Systems Manager (SSM).

Updates one or more values for an SSM document.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateDocument for usage and error information.

Returned Error Types:

  • MaxDocumentSizeExceeded The size limit of a document is 64 KB.

  • DocumentVersionLimitExceeded The document has too many versions. Delete one or more document versions and try again.

  • InternalServerError An error occurred on the server side.

  • DuplicateDocumentContent The content of the association document matches another document. Change the content of the document and try again.

  • DuplicateDocumentVersionName The version name has already been used in this document. Specify a different version name, and then try again.

  • InvalidDocumentContent The content for the document isn't valid.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

  • InvalidDocumentSchemaVersion The version of the document schema isn't supported.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentOperation You attempted to delete a document while it is still shared. You must stop sharing the document before you can delete it.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocument

func (*SSM) UpdateDocumentDefaultVersion added in v1.5.13

func (c *SSM) UpdateDocumentDefaultVersion(input *UpdateDocumentDefaultVersionInput) (*UpdateDocumentDefaultVersionOutput, error)

UpdateDocumentDefaultVersion API operation for Amazon Simple Systems Manager (SSM).

Set the default version of a document.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateDocumentDefaultVersion for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

  • InvalidDocumentSchemaVersion The version of the document schema isn't supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocumentDefaultVersion

func (*SSM) UpdateDocumentDefaultVersionRequest added in v1.5.13

func (c *SSM) UpdateDocumentDefaultVersionRequest(input *UpdateDocumentDefaultVersionInput) (req *request.Request, output *UpdateDocumentDefaultVersionOutput)

UpdateDocumentDefaultVersionRequest generates a "aws/request.Request" representing the client's request for the UpdateDocumentDefaultVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDocumentDefaultVersion for more information on using the UpdateDocumentDefaultVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDocumentDefaultVersionRequest method.
req, resp := client.UpdateDocumentDefaultVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocumentDefaultVersion

func (*SSM) UpdateDocumentDefaultVersionWithContext added in v1.8.0

func (c *SSM) UpdateDocumentDefaultVersionWithContext(ctx aws.Context, input *UpdateDocumentDefaultVersionInput, opts ...request.Option) (*UpdateDocumentDefaultVersionOutput, error)

UpdateDocumentDefaultVersionWithContext is the same as UpdateDocumentDefaultVersion with the addition of the ability to pass a context and additional request options.

See UpdateDocumentDefaultVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateDocumentMetadata added in v1.36.9

func (c *SSM) UpdateDocumentMetadata(input *UpdateDocumentMetadataInput) (*UpdateDocumentMetadataOutput, error)

UpdateDocumentMetadata API operation for Amazon Simple Systems Manager (SSM).

Updates information related to approval reviews for a specific version of a change template in Change Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateDocumentMetadata for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentOperation You attempted to delete a document while it is still shared. You must stop sharing the document before you can delete it.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocumentMetadata

func (*SSM) UpdateDocumentMetadataRequest added in v1.36.9

func (c *SSM) UpdateDocumentMetadataRequest(input *UpdateDocumentMetadataInput) (req *request.Request, output *UpdateDocumentMetadataOutput)

UpdateDocumentMetadataRequest generates a "aws/request.Request" representing the client's request for the UpdateDocumentMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDocumentMetadata for more information on using the UpdateDocumentMetadata API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDocumentMetadataRequest method.
req, resp := client.UpdateDocumentMetadataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocumentMetadata

func (*SSM) UpdateDocumentMetadataWithContext added in v1.36.9

func (c *SSM) UpdateDocumentMetadataWithContext(ctx aws.Context, input *UpdateDocumentMetadataInput, opts ...request.Option) (*UpdateDocumentMetadataOutput, error)

UpdateDocumentMetadataWithContext is the same as UpdateDocumentMetadata with the addition of the ability to pass a context and additional request options.

See UpdateDocumentMetadata for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateDocumentRequest added in v1.5.13

func (c *SSM) UpdateDocumentRequest(input *UpdateDocumentInput) (req *request.Request, output *UpdateDocumentOutput)

UpdateDocumentRequest generates a "aws/request.Request" representing the client's request for the UpdateDocument operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDocument for more information on using the UpdateDocument API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDocumentRequest method.
req, resp := client.UpdateDocumentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocument

func (*SSM) UpdateDocumentWithContext added in v1.8.0

func (c *SSM) UpdateDocumentWithContext(ctx aws.Context, input *UpdateDocumentInput, opts ...request.Option) (*UpdateDocumentOutput, error)

UpdateDocumentWithContext is the same as UpdateDocument with the addition of the ability to pass a context and additional request options.

See UpdateDocument for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateMaintenanceWindow added in v1.5.13

func (c *SSM) UpdateMaintenanceWindow(input *UpdateMaintenanceWindowInput) (*UpdateMaintenanceWindowOutput, error)

UpdateMaintenanceWindow API operation for Amazon Simple Systems Manager (SSM).

Updates an existing maintenance window. Only specified parameters are modified.

The value you specify for Duration determines the specific end time for the maintenance window based on the time it begins. No maintenance window tasks are permitted to start after the resulting endtime minus the number of hours you specify for Cutoff. For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify for Cutoff is one hour, no maintenance window tasks can start after 5 PM.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateMaintenanceWindow for usage and error information.

Returned Error Types:

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateMaintenanceWindow

func (*SSM) UpdateMaintenanceWindowRequest added in v1.5.13

func (c *SSM) UpdateMaintenanceWindowRequest(input *UpdateMaintenanceWindowInput) (req *request.Request, output *UpdateMaintenanceWindowOutput)

UpdateMaintenanceWindowRequest generates a "aws/request.Request" representing the client's request for the UpdateMaintenanceWindow operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateMaintenanceWindow for more information on using the UpdateMaintenanceWindow API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateMaintenanceWindowRequest method.
req, resp := client.UpdateMaintenanceWindowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateMaintenanceWindow

func (*SSM) UpdateMaintenanceWindowTarget added in v1.10.25

func (c *SSM) UpdateMaintenanceWindowTarget(input *UpdateMaintenanceWindowTargetInput) (*UpdateMaintenanceWindowTargetOutput, error)

UpdateMaintenanceWindowTarget API operation for Amazon Simple Systems Manager (SSM).

Modifies the target of an existing maintenance window. You can change the following:

  • Name

  • Description

  • Owner

  • IDs for an ID target

  • Tags for a Tag target

  • From any supported tag type to another. The three supported tag types are ID target, Tag target, and resource group. For more information, see Target.

If a parameter is null, then the corresponding field isn't modified.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateMaintenanceWindowTarget for usage and error information.

Returned Error Types:

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateMaintenanceWindowTarget

func (*SSM) UpdateMaintenanceWindowTargetRequest added in v1.10.25

func (c *SSM) UpdateMaintenanceWindowTargetRequest(input *UpdateMaintenanceWindowTargetInput) (req *request.Request, output *UpdateMaintenanceWindowTargetOutput)

UpdateMaintenanceWindowTargetRequest generates a "aws/request.Request" representing the client's request for the UpdateMaintenanceWindowTarget operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateMaintenanceWindowTarget for more information on using the UpdateMaintenanceWindowTarget API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateMaintenanceWindowTargetRequest method.
req, resp := client.UpdateMaintenanceWindowTargetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateMaintenanceWindowTarget

func (*SSM) UpdateMaintenanceWindowTargetWithContext added in v1.10.25

func (c *SSM) UpdateMaintenanceWindowTargetWithContext(ctx aws.Context, input *UpdateMaintenanceWindowTargetInput, opts ...request.Option) (*UpdateMaintenanceWindowTargetOutput, error)

UpdateMaintenanceWindowTargetWithContext is the same as UpdateMaintenanceWindowTarget with the addition of the ability to pass a context and additional request options.

See UpdateMaintenanceWindowTarget for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateMaintenanceWindowTask added in v1.10.25

func (c *SSM) UpdateMaintenanceWindowTask(input *UpdateMaintenanceWindowTaskInput) (*UpdateMaintenanceWindowTaskOutput, error)

UpdateMaintenanceWindowTask API operation for Amazon Simple Systems Manager (SSM).

Modifies a task assigned to a maintenance window. You can't change the task type, but you can change the following values:

  • TaskARN. For example, you can change a RUN_COMMAND task from AWS-RunPowerShellScript to AWS-RunShellScript.

  • ServiceRoleArn

  • TaskInvocationParameters

  • Priority

  • MaxConcurrency

  • MaxErrors

One or more targets must be specified for maintenance window Run Command-type tasks. Depending on the task, targets are optional for other maintenance window task types (Automation, Lambda, and Step Functions). For more information about running tasks that don't specify targets, see Registering maintenance window tasks without targets (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html) in the Amazon Web Services Systems Manager User Guide.

If the value for a parameter in UpdateMaintenanceWindowTask is null, then the corresponding field isn't modified. If you set Replace to true, then all fields required by the RegisterTaskWithMaintenanceWindow operation are required for this request. Optional fields that aren't specified are set to null.

When you update a maintenance window task that has options specified in TaskInvocationParameters, you must provide again all the TaskInvocationParameters values that you want to retain. The values you don't specify again are removed. For example, suppose that when you registered a Run Command task, you specified TaskInvocationParameters values for Comment, NotificationConfig, and OutputS3BucketName. If you update the maintenance window task and specify only a different OutputS3BucketName value, the values for Comment and NotificationConfig are removed.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateMaintenanceWindowTask for usage and error information.

Returned Error Types:

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateMaintenanceWindowTask

func (*SSM) UpdateMaintenanceWindowTaskRequest added in v1.10.25

func (c *SSM) UpdateMaintenanceWindowTaskRequest(input *UpdateMaintenanceWindowTaskInput) (req *request.Request, output *UpdateMaintenanceWindowTaskOutput)

UpdateMaintenanceWindowTaskRequest generates a "aws/request.Request" representing the client's request for the UpdateMaintenanceWindowTask operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateMaintenanceWindowTask for more information on using the UpdateMaintenanceWindowTask API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateMaintenanceWindowTaskRequest method.
req, resp := client.UpdateMaintenanceWindowTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateMaintenanceWindowTask

func (*SSM) UpdateMaintenanceWindowTaskWithContext added in v1.10.25

func (c *SSM) UpdateMaintenanceWindowTaskWithContext(ctx aws.Context, input *UpdateMaintenanceWindowTaskInput, opts ...request.Option) (*UpdateMaintenanceWindowTaskOutput, error)

UpdateMaintenanceWindowTaskWithContext is the same as UpdateMaintenanceWindowTask with the addition of the ability to pass a context and additional request options.

See UpdateMaintenanceWindowTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateMaintenanceWindowWithContext added in v1.8.0

func (c *SSM) UpdateMaintenanceWindowWithContext(ctx aws.Context, input *UpdateMaintenanceWindowInput, opts ...request.Option) (*UpdateMaintenanceWindowOutput, error)

UpdateMaintenanceWindowWithContext is the same as UpdateMaintenanceWindow with the addition of the ability to pass a context and additional request options.

See UpdateMaintenanceWindow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateManagedInstanceRole added in v1.2.2

func (c *SSM) UpdateManagedInstanceRole(input *UpdateManagedInstanceRoleInput) (*UpdateManagedInstanceRoleOutput, error)

UpdateManagedInstanceRole API operation for Amazon Simple Systems Manager (SSM).

Changes the Identity and Access Management (IAM) role that is assigned to the on-premises server, edge device, or virtual machines (VM). IAM roles are first assigned to these hybrid nodes during the activation process. For more information, see CreateActivation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateManagedInstanceRole for usage and error information.

Returned Error Types:

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateManagedInstanceRole

func (*SSM) UpdateManagedInstanceRoleRequest added in v1.2.2

func (c *SSM) UpdateManagedInstanceRoleRequest(input *UpdateManagedInstanceRoleInput) (req *request.Request, output *UpdateManagedInstanceRoleOutput)

UpdateManagedInstanceRoleRequest generates a "aws/request.Request" representing the client's request for the UpdateManagedInstanceRole operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateManagedInstanceRole for more information on using the UpdateManagedInstanceRole API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateManagedInstanceRoleRequest method.
req, resp := client.UpdateManagedInstanceRoleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateManagedInstanceRole

func (*SSM) UpdateManagedInstanceRoleWithContext added in v1.8.0

func (c *SSM) UpdateManagedInstanceRoleWithContext(ctx aws.Context, input *UpdateManagedInstanceRoleInput, opts ...request.Option) (*UpdateManagedInstanceRoleOutput, error)

UpdateManagedInstanceRoleWithContext is the same as UpdateManagedInstanceRole with the addition of the ability to pass a context and additional request options.

See UpdateManagedInstanceRole for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateOpsItem added in v1.19.45

func (c *SSM) UpdateOpsItem(input *UpdateOpsItemInput) (*UpdateOpsItemOutput, error)

UpdateOpsItem API operation for Amazon Simple Systems Manager (SSM).

Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. 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.

Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the Amazon Web Services Systems Manager User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateOpsItem for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • OpsItemNotFoundException The specified OpsItem ID doesn't exist. Verify the ID and try again.

  • OpsItemAlreadyExistsException The OpsItem already exists.

  • OpsItemLimitExceededException The request caused OpsItems to exceed one or more quotas.

  • OpsItemInvalidParameterException A specified parameter argument isn't valid. Verify the available arguments and try again.

  • 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.

  • OpsItemConflictException The specified OpsItem is in the process of being deleted.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateOpsItem

func (*SSM) UpdateOpsItemRequest added in v1.19.45

func (c *SSM) UpdateOpsItemRequest(input *UpdateOpsItemInput) (req *request.Request, output *UpdateOpsItemOutput)

UpdateOpsItemRequest generates a "aws/request.Request" representing the client's request for the UpdateOpsItem operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateOpsItem for more information on using the UpdateOpsItem API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateOpsItemRequest method.
req, resp := client.UpdateOpsItemRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateOpsItem

func (*SSM) UpdateOpsItemWithContext added in v1.19.45

func (c *SSM) UpdateOpsItemWithContext(ctx aws.Context, input *UpdateOpsItemInput, opts ...request.Option) (*UpdateOpsItemOutput, error)

UpdateOpsItemWithContext is the same as UpdateOpsItem with the addition of the ability to pass a context and additional request options.

See UpdateOpsItem for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateOpsMetadata added in v1.36.2

func (c *SSM) UpdateOpsMetadata(input *UpdateOpsMetadataInput) (*UpdateOpsMetadataOutput, error)

UpdateOpsMetadata API operation for Amazon Simple Systems Manager (SSM).

Amazon Web Services Systems Manager calls this API operation when you edit OpsMetadata in Application Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateOpsMetadata for usage and error information.

Returned Error Types:

  • OpsMetadataNotFoundException The OpsMetadata object doesn't exist.

  • OpsMetadataInvalidArgumentException One of the arguments passed is invalid.

  • OpsMetadataKeyLimitExceededException The OpsMetadata object exceeds the maximum number of OpsMetadata keys that you can assign to an application in Application Manager.

  • OpsMetadataTooManyUpdatesException The system is processing too many concurrent updates. Wait a few moments and try again.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateOpsMetadata

func (*SSM) UpdateOpsMetadataRequest added in v1.36.2

func (c *SSM) UpdateOpsMetadataRequest(input *UpdateOpsMetadataInput) (req *request.Request, output *UpdateOpsMetadataOutput)

UpdateOpsMetadataRequest generates a "aws/request.Request" representing the client's request for the UpdateOpsMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateOpsMetadata for more information on using the UpdateOpsMetadata API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateOpsMetadataRequest method.
req, resp := client.UpdateOpsMetadataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateOpsMetadata

func (*SSM) UpdateOpsMetadataWithContext added in v1.36.2

func (c *SSM) UpdateOpsMetadataWithContext(ctx aws.Context, input *UpdateOpsMetadataInput, opts ...request.Option) (*UpdateOpsMetadataOutput, error)

UpdateOpsMetadataWithContext is the same as UpdateOpsMetadata with the addition of the ability to pass a context and additional request options.

See UpdateOpsMetadata for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdatePatchBaseline added in v1.6.4

func (c *SSM) UpdatePatchBaseline(input *UpdatePatchBaselineInput) (*UpdatePatchBaselineOutput, error)

UpdatePatchBaseline API operation for Amazon Simple Systems Manager (SSM).

Modifies an existing patch baseline. Fields not specified in the request are left unchanged.

For information about valid key-value pairs in PatchFilters for each supported operating system type, see PatchFilter.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdatePatchBaseline for usage and error information.

Returned Error Types:

  • 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.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdatePatchBaseline

func (*SSM) UpdatePatchBaselineRequest added in v1.6.4

func (c *SSM) UpdatePatchBaselineRequest(input *UpdatePatchBaselineInput) (req *request.Request, output *UpdatePatchBaselineOutput)

UpdatePatchBaselineRequest generates a "aws/request.Request" representing the client's request for the UpdatePatchBaseline operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdatePatchBaseline for more information on using the UpdatePatchBaseline API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdatePatchBaselineRequest method.
req, resp := client.UpdatePatchBaselineRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdatePatchBaseline

func (*SSM) UpdatePatchBaselineWithContext added in v1.8.0

func (c *SSM) UpdatePatchBaselineWithContext(ctx aws.Context, input *UpdatePatchBaselineInput, opts ...request.Option) (*UpdatePatchBaselineOutput, error)

UpdatePatchBaselineWithContext is the same as UpdatePatchBaseline with the addition of the ability to pass a context and additional request options.

See UpdatePatchBaseline for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateResourceDataSync added in v1.25.40

func (c *SSM) UpdateResourceDataSync(input *UpdateResourceDataSyncInput) (*UpdateResourceDataSyncOutput, error)

UpdateResourceDataSync API operation for Amazon Simple Systems Manager (SSM).

Update a resource data sync. After you create a resource data sync for a Region, you can't change the account options for that sync. For example, if you create a sync in the us-east-2 (Ohio) Region and you choose the Include only the current account option, you can't edit that sync later and choose the Include all accounts from my Organizations configuration option. Instead, you must delete the first resource data sync, and create a new one.

This API operation only supports a resource data sync that was created with a SyncFromSource SyncType.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateResourceDataSync for usage and error information.

Returned Error Types:

  • ResourceDataSyncNotFoundException The specified sync name wasn't found.

  • ResourceDataSyncInvalidConfigurationException The specified sync configuration is invalid.

  • ResourceDataSyncConflictException Another UpdateResourceDataSync request is being processed. Wait a few minutes and try again.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateResourceDataSync

func (*SSM) UpdateResourceDataSyncRequest added in v1.25.40

func (c *SSM) UpdateResourceDataSyncRequest(input *UpdateResourceDataSyncInput) (req *request.Request, output *UpdateResourceDataSyncOutput)

UpdateResourceDataSyncRequest generates a "aws/request.Request" representing the client's request for the UpdateResourceDataSync operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateResourceDataSync for more information on using the UpdateResourceDataSync API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateResourceDataSyncRequest method.
req, resp := client.UpdateResourceDataSyncRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateResourceDataSync

func (*SSM) UpdateResourceDataSyncWithContext added in v1.25.40

func (c *SSM) UpdateResourceDataSyncWithContext(ctx aws.Context, input *UpdateResourceDataSyncInput, opts ...request.Option) (*UpdateResourceDataSyncOutput, error)

UpdateResourceDataSyncWithContext is the same as UpdateResourceDataSync with the addition of the ability to pass a context and additional request options.

See UpdateResourceDataSync for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateServiceSetting added in v1.17.10

func (c *SSM) UpdateServiceSetting(input *UpdateServiceSettingInput) (*UpdateServiceSettingOutput, error)

UpdateServiceSetting API operation for Amazon Simple Systems Manager (SSM).

ServiceSetting is an account-level setting for an Amazon Web Services service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services service team might create a default setting of "false". This means the user can't use this feature unless they change the setting to "true" and intentionally opt in for a paid feature.

Services map a SettingId object to a setting value. Amazon Web Services services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the GetServiceSetting API operation to view the current value. Or, use the ResetServiceSetting to change the value back to the original value defined by the Amazon Web Services service team.

Update the service setting for the account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateServiceSetting for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • 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.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateServiceSetting

func (*SSM) UpdateServiceSettingRequest added in v1.17.10

func (c *SSM) UpdateServiceSettingRequest(input *UpdateServiceSettingInput) (req *request.Request, output *UpdateServiceSettingOutput)

UpdateServiceSettingRequest generates a "aws/request.Request" representing the client's request for the UpdateServiceSetting operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateServiceSetting for more information on using the UpdateServiceSetting API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateServiceSettingRequest method.
req, resp := client.UpdateServiceSettingRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateServiceSetting

func (*SSM) UpdateServiceSettingWithContext added in v1.17.10

func (c *SSM) UpdateServiceSettingWithContext(ctx aws.Context, input *UpdateServiceSettingInput, opts ...request.Option) (*UpdateServiceSettingOutput, error)

UpdateServiceSettingWithContext is the same as UpdateServiceSetting with the addition of the ability to pass a context and additional request options.

See UpdateServiceSetting for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) WaitUntilCommandExecuted added in v1.33.18

func (c *SSM) WaitUntilCommandExecuted(input *GetCommandInvocationInput) error

WaitUntilCommandExecuted uses the Amazon SSM API operation GetCommandInvocation to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*SSM) WaitUntilCommandExecutedWithContext added in v1.33.18

func (c *SSM) WaitUntilCommandExecutedWithContext(ctx aws.Context, input *GetCommandInvocationInput, opts ...request.WaiterOption) error

WaitUntilCommandExecutedWithContext is an extended version of WaitUntilCommandExecuted. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type ScheduledWindowExecution added in v1.15.51

type ScheduledWindowExecution struct {

	// The time, in ISO-8601 Extended format, that the maintenance window is scheduled
	// to be run.
	ExecutionTime *string `type:"string"`

	// The name of the maintenance window to be run.
	Name *string `min:"3" type:"string"`

	// The ID of the maintenance window to be run.
	WindowId *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

Information about a scheduled execution for a maintenance window.

func (ScheduledWindowExecution) GoString added in v1.15.51

func (s ScheduledWindowExecution) 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 (*ScheduledWindowExecution) SetExecutionTime added in v1.15.51

SetExecutionTime sets the ExecutionTime field's value.

func (*ScheduledWindowExecution) SetName added in v1.15.51

SetName sets the Name field's value.

func (*ScheduledWindowExecution) SetWindowId added in v1.15.51

SetWindowId sets the WindowId field's value.

func (ScheduledWindowExecution) String added in v1.15.51

func (s ScheduledWindowExecution) 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 SendAutomationSignalInput added in v1.10.19

type SendAutomationSignalInput struct {

	// The unique identifier for an existing Automation execution that you want
	// to send the signal to.
	//
	// AutomationExecutionId is a required field
	AutomationExecutionId *string `min:"36" type:"string" required:"true"`

	// The data sent with the signal. The data schema depends on the type of signal
	// used in the request.
	//
	// For Approve and Reject signal types, the payload is an optional comment that
	// you can send with the signal type. For example:
	//
	// Comment="Looks good"
	//
	// For StartStep and Resume signal types, you must send the name of the Automation
	// step to start or resume as the payload. For example:
	//
	// StepName="step1"
	//
	// For the StopStep signal type, you must send the step execution ID as the
	// payload. For example:
	//
	// StepExecutionId="97fff367-fc5a-4299-aed8-0123456789ab"
	Payload map[string][]*string `min:"1" type:"map"`

	// The type of signal to send to an Automation execution.
	//
	// SignalType is a required field
	SignalType *string `type:"string" required:"true" enum:"SignalType"`
	// contains filtered or unexported fields
}

func (SendAutomationSignalInput) GoString added in v1.10.19

func (s SendAutomationSignalInput) 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 (*SendAutomationSignalInput) SetAutomationExecutionId added in v1.10.19

func (s *SendAutomationSignalInput) SetAutomationExecutionId(v string) *SendAutomationSignalInput

SetAutomationExecutionId sets the AutomationExecutionId field's value.

func (*SendAutomationSignalInput) SetPayload added in v1.10.19

SetPayload sets the Payload field's value.

func (*SendAutomationSignalInput) SetSignalType added in v1.10.19

SetSignalType sets the SignalType field's value.

func (SendAutomationSignalInput) String added in v1.10.19

func (s SendAutomationSignalInput) 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 (*SendAutomationSignalInput) Validate added in v1.10.19

func (s *SendAutomationSignalInput) Validate() error

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

type SendAutomationSignalOutput added in v1.10.19

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

func (SendAutomationSignalOutput) GoString added in v1.10.19

func (s SendAutomationSignalOutput) 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 (SendAutomationSignalOutput) String added in v1.10.19

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 SendCommandInput added in v0.9.17

type SendCommandInput struct {

	// The CloudWatch alarm you want to apply to your command.
	AlarmConfiguration *AlarmConfiguration `type:"structure"`

	// Enables Amazon Web Services Systems Manager to send Run Command output to
	// Amazon CloudWatch Logs. Run Command is a capability of Amazon Web Services
	// Systems Manager.
	CloudWatchOutputConfig *CloudWatchOutputConfig `type:"structure"`

	// User-specified information about the command, such as a brief description
	// of what the command should do.
	Comment *string `type:"string"`

	// The Sha256 or Sha1 hash created by the system when the document was created.
	//
	// Sha1 hashes have been deprecated.
	DocumentHash *string `type:"string"`

	// Sha256 or Sha1.
	//
	// Sha1 hashes have been deprecated.
	DocumentHashType *string `type:"string" enum:"DocumentHashType"`

	// The name of the Amazon Web Services Systems Manager document (SSM document)
	// to run. This can be a public document or a custom document. To run a shared
	// document belonging to another account, specify the document Amazon Resource
	// Name (ARN). For more information about how to use shared documents, see Sharing
	// SSM documents (https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-using-shared.html)
	// in the Amazon Web Services Systems Manager User Guide.
	//
	// If you specify a document name or ARN that hasn't been shared with your account,
	// you receive an InvalidDocument error.
	//
	// DocumentName is a required field
	DocumentName *string `type:"string" required:"true"`

	// The SSM document version to use in the request. You can specify $DEFAULT,
	// $LATEST, or a specific version number. If you run commands by using the Command
	// Line Interface (Amazon Web Services CLI), then you must escape the first
	// two options by using a backslash. If you specify a version number, then you
	// don't need to use the backslash. For example:
	//
	// --document-version "\$DEFAULT"
	//
	// --document-version "\$LATEST"
	//
	// --document-version "3"
	DocumentVersion *string `type:"string"`

	// The IDs of the managed nodes where the command should run. Specifying managed
	// node IDs is most useful when you are targeting a limited number of managed
	// nodes, though you can specify up to 50 IDs.
	//
	// To target a larger number of managed nodes, or if you prefer not to list
	// individual node IDs, we recommend using the Targets option instead. Using
	// Targets, which accepts tag key-value pairs to identify the managed nodes
	// to send commands to, you can a send command to tens, hundreds, or thousands
	// of nodes at once.
	//
	// For more information about how to use targets, see Run commands at scale
	// (https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html)
	// in the Amazon Web Services Systems Manager User Guide.
	InstanceIds []*string `type:"list"`

	// (Optional) The maximum number of managed nodes that are allowed to run the
	// command at the same time. You can specify a number such as 10 or a percentage
	// such as 10%. The default value is 50. For more information about how to use
	// MaxConcurrency, see Using concurrency controls (https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-velocity)
	// in the Amazon Web Services Systems Manager User Guide.
	MaxConcurrency *string `min:"1" type:"string"`

	// The maximum number of errors allowed without the command failing. When the
	// command fails one more time beyond the value of MaxErrors, the systems stops
	// sending the command to additional targets. You can specify a number like
	// 10 or a percentage like 10%. The default value is 0. For more information
	// about how to use MaxErrors, see Using error controls (https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-maxerrors)
	// in the Amazon Web Services Systems Manager User Guide.
	MaxErrors *string `min:"1" type:"string"`

	// Configurations for sending notifications.
	NotificationConfig *NotificationConfig `type:"structure"`

	// The name of the S3 bucket where command execution responses should be stored.
	OutputS3BucketName *string `min:"3" type:"string"`

	// The directory structure within the S3 bucket where the responses should be
	// stored.
	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 required and optional parameters specified in the document being run.
	//
	// Parameters is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by SendCommandInput's
	// String and GoString methods.
	Parameters map[string][]*string `type:"map" sensitive:"true"`

	// The ARN of the Identity and Access Management (IAM) service role to use to
	// publish Amazon Simple Notification Service (Amazon SNS) notifications for
	// Run Command commands.
	//
	// This role must provide the sns:Publish permission for your notification topic.
	// For information about creating and using this service role, 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.
	ServiceRoleArn *string `type:"string"`

	// An array of search criteria that targets managed nodes using a Key,Value
	// combination that you specify. Specifying targets is most useful when you
	// want to send a command to a large number of managed nodes at once. Using
	// Targets, which accepts tag key-value pairs to identify managed nodes, you
	// can send a command to tens, hundreds, or thousands of nodes at once.
	//
	// To send a command to a smaller number of managed nodes, you can use the InstanceIds
	// option instead.
	//
	// For more information about how to use targets, see Run commands at scale
	// (https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html)
	// in the Amazon Web Services Systems Manager User Guide.
	Targets []*Target `type:"list"`

	// If this time is reached and the command hasn't already started running, it
	// won't run.
	TimeoutSeconds *int64 `min:"30" type:"integer"`
	// contains filtered or unexported fields
}

func (SendCommandInput) GoString added in v0.9.17

func (s SendCommandInput) 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 (*SendCommandInput) SetAlarmConfiguration added in v1.44.106

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

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*SendCommandInput) SetCloudWatchOutputConfig added in v1.14.6

func (s *SendCommandInput) SetCloudWatchOutputConfig(v *CloudWatchOutputConfig) *SendCommandInput

SetCloudWatchOutputConfig sets the CloudWatchOutputConfig field's value.

func (*SendCommandInput) SetComment added in v1.5.0

func (s *SendCommandInput) SetComment(v string) *SendCommandInput

SetComment sets the Comment field's value.

func (*SendCommandInput) SetDocumentHash added in v1.5.0

func (s *SendCommandInput) SetDocumentHash(v string) *SendCommandInput

SetDocumentHash sets the DocumentHash field's value.

func (*SendCommandInput) SetDocumentHashType added in v1.5.0

func (s *SendCommandInput) SetDocumentHashType(v string) *SendCommandInput

SetDocumentHashType sets the DocumentHashType field's value.

func (*SendCommandInput) SetDocumentName added in v1.5.0

func (s *SendCommandInput) SetDocumentName(v string) *SendCommandInput

SetDocumentName sets the DocumentName field's value.

func (*SendCommandInput) SetDocumentVersion added in v1.13.40

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

SetDocumentVersion sets the DocumentVersion field's value.

func (*SendCommandInput) SetInstanceIds added in v1.5.0

func (s *SendCommandInput) SetInstanceIds(v []*string) *SendCommandInput

SetInstanceIds sets the InstanceIds field's value.

func (*SendCommandInput) SetMaxConcurrency added in v1.5.13

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

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*SendCommandInput) SetMaxErrors added in v1.5.13

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

SetMaxErrors sets the MaxErrors field's value.

func (*SendCommandInput) SetNotificationConfig added in v1.5.0

func (s *SendCommandInput) SetNotificationConfig(v *NotificationConfig) *SendCommandInput

SetNotificationConfig sets the NotificationConfig field's value.

func (*SendCommandInput) SetOutputS3BucketName added in v1.5.0

func (s *SendCommandInput) SetOutputS3BucketName(v string) *SendCommandInput

SetOutputS3BucketName sets the OutputS3BucketName field's value.

func (*SendCommandInput) SetOutputS3KeyPrefix added in v1.5.0

func (s *SendCommandInput) SetOutputS3KeyPrefix(v string) *SendCommandInput

SetOutputS3KeyPrefix sets the OutputS3KeyPrefix field's value.

func (*SendCommandInput) SetOutputS3Region added in v1.5.13

func (s *SendCommandInput) SetOutputS3Region(v string) *SendCommandInput

SetOutputS3Region sets the OutputS3Region field's value.

func (*SendCommandInput) SetParameters added in v1.5.0

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

SetParameters sets the Parameters field's value.

func (*SendCommandInput) SetServiceRoleArn added in v1.5.0

func (s *SendCommandInput) SetServiceRoleArn(v string) *SendCommandInput

SetServiceRoleArn sets the ServiceRoleArn field's value.

func (*SendCommandInput) SetTargets added in v1.5.13

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

SetTargets sets the Targets field's value.

func (*SendCommandInput) SetTimeoutSeconds added in v1.5.0

func (s *SendCommandInput) SetTimeoutSeconds(v int64) *SendCommandInput

SetTimeoutSeconds sets the TimeoutSeconds field's value.

func (SendCommandInput) String added in v0.9.17

func (s SendCommandInput) 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 (*SendCommandInput) Validate added in v1.1.21

func (s *SendCommandInput) Validate() error

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

type SendCommandOutput added in v0.9.17

type SendCommandOutput struct {

	// The request as it was received by Systems Manager. Also provides the command
	// ID which can be used future references to this request.
	Command *Command `type:"structure"`
	// contains filtered or unexported fields
}

func (SendCommandOutput) GoString added in v0.9.17

func (s SendCommandOutput) 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 (*SendCommandOutput) SetCommand added in v1.5.0

func (s *SendCommandOutput) SetCommand(v *Command) *SendCommandOutput

SetCommand sets the Command field's value.

func (SendCommandOutput) String added in v0.9.17

func (s SendCommandOutput) 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 ServiceSetting added in v1.17.10

type ServiceSetting struct {

	// The ARN of the service setting.
	ARN *string `type:"string"`

	// The last time the service setting was modified.
	LastModifiedDate *time.Time `type:"timestamp"`

	// The ARN of the last modified user. This field is populated only if the setting
	// value was overwritten.
	LastModifiedUser *string `type:"string"`

	// The ID of the service setting.
	SettingId *string `min:"1" type:"string"`

	// The value of the service setting.
	SettingValue *string `min:"1" type:"string"`

	// The status of the service setting. The value can be Default, Customized or
	// PendingUpdate.
	//
	//    * Default: The current setting uses a default value provisioned by the
	//    Amazon Web Services service team.
	//
	//    * Customized: The current setting use a custom value specified by the
	//    customer.
	//
	//    * PendingUpdate: The current setting uses a default or custom value, but
	//    a setting change request is pending approval.
	Status *string `type:"string"`
	// contains filtered or unexported fields
}

The service setting data structure.

ServiceSetting is an account-level setting for an Amazon Web Services service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services service team might create a default setting of "false". This means the user can't use this feature unless they change the setting to "true" and intentionally opt in for a paid feature.

Services map a SettingId object to a setting value. Amazon Web Services services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the UpdateServiceSetting API operation to change the default setting. Or, use the ResetServiceSetting to change the value back to the original value defined by the Amazon Web Services service team.

func (ServiceSetting) GoString added in v1.17.10

func (s ServiceSetting) 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 (*ServiceSetting) SetARN added in v1.17.10

func (s *ServiceSetting) SetARN(v string) *ServiceSetting

SetARN sets the ARN field's value.

func (*ServiceSetting) SetLastModifiedDate added in v1.17.10

func (s *ServiceSetting) SetLastModifiedDate(v time.Time) *ServiceSetting

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*ServiceSetting) SetLastModifiedUser added in v1.17.10

func (s *ServiceSetting) SetLastModifiedUser(v string) *ServiceSetting

SetLastModifiedUser sets the LastModifiedUser field's value.

func (*ServiceSetting) SetSettingId added in v1.17.10

func (s *ServiceSetting) SetSettingId(v string) *ServiceSetting

SetSettingId sets the SettingId field's value.

func (*ServiceSetting) SetSettingValue added in v1.17.10

func (s *ServiceSetting) SetSettingValue(v string) *ServiceSetting

SetSettingValue sets the SettingValue field's value.

func (*ServiceSetting) SetStatus added in v1.17.10

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

SetStatus sets the Status field's value.

func (ServiceSetting) String added in v1.17.10

func (s ServiceSetting) 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 ServiceSettingNotFound added in v1.28.0

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

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

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.

func (*ServiceSettingNotFound) Code added in v1.28.0

func (s *ServiceSettingNotFound) Code() string

Code returns the exception type name.

func (*ServiceSettingNotFound) Error added in v1.28.0

func (s *ServiceSettingNotFound) Error() string

func (ServiceSettingNotFound) GoString added in v1.28.0

func (s ServiceSettingNotFound) 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 (*ServiceSettingNotFound) Message added in v1.28.0

func (s *ServiceSettingNotFound) Message() string

Message returns the exception's message.

func (*ServiceSettingNotFound) OrigErr added in v1.28.0

func (s *ServiceSettingNotFound) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServiceSettingNotFound) RequestID added in v1.28.0

func (s *ServiceSettingNotFound) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServiceSettingNotFound) StatusCode added in v1.28.0

func (s *ServiceSettingNotFound) StatusCode() int

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

func (ServiceSettingNotFound) String added in v1.28.0

func (s ServiceSettingNotFound) 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 Session added in v1.15.33

type Session struct {

	// Reserved for future use.
	Details *string `min:"1" type:"string"`

	// The name of the Session Manager SSM document used to define the parameters
	// and plugin settings for the session. For example, SSM-SessionManagerRunShell.
	DocumentName *string `type:"string"`

	// The date and time, in ISO-8601 Extended format, when the session was terminated.
	EndDate *time.Time `type:"timestamp"`

	// The maximum duration of a session before it terminates.
	MaxSessionDuration *string `min:"1" type:"string"`

	// Reserved for future use.
	OutputUrl *SessionManagerOutputUrl `type:"structure"`

	// The ID of the Amazon Web Services user that started the session.
	Owner *string `min:"1" type:"string"`

	// The reason for connecting to the instance.
	Reason *string `min:"1" type:"string"`

	// The ID of the session.
	SessionId *string `min:"1" type:"string"`

	// The date and time, in ISO-8601 Extended format, when the session began.
	StartDate *time.Time `type:"timestamp"`

	// The status of the session. For example, "Connected" or "Terminated".
	Status *string `type:"string" enum:"SessionStatus"`

	// The managed node that the Session Manager session connected to.
	Target *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Information about a Session Manager connection to a managed node.

func (Session) GoString added in v1.15.33

func (s Session) 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 (*Session) SetDetails added in v1.15.33

func (s *Session) SetDetails(v string) *Session

SetDetails sets the Details field's value.

func (*Session) SetDocumentName added in v1.15.33

func (s *Session) SetDocumentName(v string) *Session

SetDocumentName sets the DocumentName field's value.

func (*Session) SetEndDate added in v1.15.33

func (s *Session) SetEndDate(v time.Time) *Session

SetEndDate sets the EndDate field's value.

func (*Session) SetMaxSessionDuration added in v1.42.5

func (s *Session) SetMaxSessionDuration(v string) *Session

SetMaxSessionDuration sets the MaxSessionDuration field's value.

func (*Session) SetOutputUrl added in v1.15.33

func (s *Session) SetOutputUrl(v *SessionManagerOutputUrl) *Session

SetOutputUrl sets the OutputUrl field's value.

func (*Session) SetOwner added in v1.15.33

func (s *Session) SetOwner(v string) *Session

SetOwner sets the Owner field's value.

func (*Session) SetReason added in v1.42.5

func (s *Session) SetReason(v string) *Session

SetReason sets the Reason field's value.

func (*Session) SetSessionId added in v1.15.33

func (s *Session) SetSessionId(v string) *Session

SetSessionId sets the SessionId field's value.

func (*Session) SetStartDate added in v1.15.33

func (s *Session) SetStartDate(v time.Time) *Session

SetStartDate sets the StartDate field's value.

func (*Session) SetStatus added in v1.15.33

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

SetStatus sets the Status field's value.

func (*Session) SetTarget added in v1.15.33

func (s *Session) SetTarget(v string) *Session

SetTarget sets the Target field's value.

func (Session) String added in v1.15.33

func (s Session) 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 SessionFilter added in v1.15.33

type SessionFilter struct {

	// The name of the filter.
	//
	// Key is a required field
	Key *string `locationName:"key" type:"string" required:"true" enum:"SessionFilterKey"`

	// The filter value. Valid values for each filter key are as follows:
	//
	//    * InvokedAfter: Specify a timestamp to limit your results. For example,
	//    specify 2018-08-29T00:00:00Z to see sessions that started August 29, 2018,
	//    and later.
	//
	//    * InvokedBefore: Specify a timestamp to limit your results. For example,
	//    specify 2018-08-29T00:00:00Z to see sessions that started before August
	//    29, 2018.
	//
	//    * Target: Specify a managed node to which session connections have been
	//    made.
	//
	//    * Owner: Specify an Amazon Web Services user to see a list of sessions
	//    started by that user.
	//
	//    * Status: Specify a valid session status to see a list of all sessions
	//    with that status. Status values you can specify include: Connected Connecting
	//    Disconnected Terminated Terminating Failed
	//
	//    * SessionId: Specify a session ID to return details about the session.
	//
	// Value is a required field
	Value *string `locationName:"value" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Describes a filter for Session Manager information.

func (SessionFilter) GoString added in v1.15.33

func (s SessionFilter) 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 (*SessionFilter) SetKey added in v1.15.33

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

SetKey sets the Key field's value.

func (*SessionFilter) SetValue added in v1.15.33

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

SetValue sets the Value field's value.

func (SessionFilter) String added in v1.15.33

func (s SessionFilter) 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 (*SessionFilter) Validate added in v1.15.33

func (s *SessionFilter) Validate() error

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

type SessionManagerOutputUrl added in v1.15.33

type SessionManagerOutputUrl struct {

	// Reserved for future use.
	CloudWatchOutputUrl *string `min:"1" type:"string"`

	// Reserved for future use.
	S3OutputUrl *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Reserved for future use.

func (SessionManagerOutputUrl) GoString added in v1.15.33

func (s SessionManagerOutputUrl) 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 (*SessionManagerOutputUrl) SetCloudWatchOutputUrl added in v1.15.33

func (s *SessionManagerOutputUrl) SetCloudWatchOutputUrl(v string) *SessionManagerOutputUrl

SetCloudWatchOutputUrl sets the CloudWatchOutputUrl field's value.

func (*SessionManagerOutputUrl) SetS3OutputUrl added in v1.15.33

SetS3OutputUrl sets the S3OutputUrl field's value.

func (SessionManagerOutputUrl) String added in v1.15.33

func (s SessionManagerOutputUrl) 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 SeveritySummary added in v1.10.25

type SeveritySummary struct {

	// The total number of resources or compliance items that have a severity level
	// of Critical. Critical severity is determined by the organization that published
	// the compliance items.
	CriticalCount *int64 `type:"integer"`

	// The total number of resources or compliance items that have a severity level
	// of high. High severity is determined by the organization that published the
	// compliance items.
	HighCount *int64 `type:"integer"`

	// The total number of resources or compliance items that have a severity level
	// of informational. Informational severity is determined by the organization
	// that published the compliance items.
	InformationalCount *int64 `type:"integer"`

	// The total number of resources or compliance items that have a severity level
	// of low. Low severity is determined by the organization that published the
	// compliance items.
	LowCount *int64 `type:"integer"`

	// The total number of resources or compliance items that have a severity level
	// of medium. Medium severity is determined by the organization that published
	// the compliance items.
	MediumCount *int64 `type:"integer"`

	// The total number of resources or compliance items that have a severity level
	// of unspecified. Unspecified severity is determined by the organization that
	// published the compliance items.
	UnspecifiedCount *int64 `type:"integer"`
	// contains filtered or unexported fields
}

The number of managed nodes found for each patch severity level defined in the request filter.

func (SeveritySummary) GoString added in v1.10.25

func (s SeveritySummary) 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 (*SeveritySummary) SetCriticalCount added in v1.10.25

func (s *SeveritySummary) SetCriticalCount(v int64) *SeveritySummary

SetCriticalCount sets the CriticalCount field's value.

func (*SeveritySummary) SetHighCount added in v1.10.25

func (s *SeveritySummary) SetHighCount(v int64) *SeveritySummary

SetHighCount sets the HighCount field's value.

func (*SeveritySummary) SetInformationalCount added in v1.10.25

func (s *SeveritySummary) SetInformationalCount(v int64) *SeveritySummary

SetInformationalCount sets the InformationalCount field's value.

func (*SeveritySummary) SetLowCount added in v1.10.25

func (s *SeveritySummary) SetLowCount(v int64) *SeveritySummary

SetLowCount sets the LowCount field's value.

func (*SeveritySummary) SetMediumCount added in v1.10.25

func (s *SeveritySummary) SetMediumCount(v int64) *SeveritySummary

SetMediumCount sets the MediumCount field's value.

func (*SeveritySummary) SetUnspecifiedCount added in v1.10.25

func (s *SeveritySummary) SetUnspecifiedCount(v int64) *SeveritySummary

SetUnspecifiedCount sets the UnspecifiedCount field's value.

func (SeveritySummary) String added in v1.10.25

func (s SeveritySummary) 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 StartAssociationsOnceInput added in v1.14.18

type StartAssociationsOnceInput struct {

	// The association IDs that you want to run immediately and only one time.
	//
	// AssociationIds is a required field
	AssociationIds []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (StartAssociationsOnceInput) GoString added in v1.14.18

func (s StartAssociationsOnceInput) 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 (*StartAssociationsOnceInput) SetAssociationIds added in v1.14.18

func (s *StartAssociationsOnceInput) SetAssociationIds(v []*string) *StartAssociationsOnceInput

SetAssociationIds sets the AssociationIds field's value.

func (StartAssociationsOnceInput) String added in v1.14.18

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 (*StartAssociationsOnceInput) Validate added in v1.14.18

func (s *StartAssociationsOnceInput) Validate() error

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

type StartAssociationsOnceOutput added in v1.14.18

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

func (StartAssociationsOnceOutput) GoString added in v1.14.18

func (s StartAssociationsOnceOutput) 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 (StartAssociationsOnceOutput) String added in v1.14.18

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 StartAutomationExecutionInput added in v1.5.13

type StartAutomationExecutionInput struct {

	// The CloudWatch alarm you want to apply to your automation.
	AlarmConfiguration *AlarmConfiguration `type:"structure"`

	// User-provided idempotency token. The token must be unique, is case insensitive,
	// enforces the UUID format, and can't be reused.
	ClientToken *string `min:"36" type:"string"`

	// The name of the SSM document to run. This can be a public document or a custom
	// document. To run a shared document belonging to another account, specify
	// the document ARN. For more information about how to use shared documents,
	// see Sharing SSM documents (https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-ssm-sharing.html)
	// in the Amazon Web Services Systems Manager User Guide.
	//
	// DocumentName is a required field
	DocumentName *string `type:"string" required:"true"`

	// The version of the Automation runbook to use for this execution.
	DocumentVersion *string `type:"string"`

	// The maximum number of targets allowed to run this task in parallel. You can
	// specify a number, such as 10, or a percentage, such as 10%. The default value
	// is 10.
	MaxConcurrency *string `min:"1" type:"string"`

	// The number of errors that are allowed before the system stops running the
	// automation 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 running the automation
	// when the fourth error is received. If you specify 0, then the system stops
	// running the automation on additional targets after the first error result
	// is returned. If you run an automation on 50 resources and set max-errors
	// to 10%, then the system stops running the automation on additional targets
	// when the sixth error is received.
	//
	// Executions that are already running an automation when max-errors 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 max-concurrency to 1 so the executions proceed one at a time.
	MaxErrors *string `min:"1" type:"string"`

	// The execution mode of the automation. Valid modes include the following:
	// Auto and Interactive. The default mode is Auto.
	Mode *string `type:"string" enum:"ExecutionMode"`

	// A key-value map of execution parameters, which match the declared parameters
	// in the Automation runbook.
	Parameters map[string][]*string `min:"1" type:"map"`

	// Optional metadata that you assign to a resource. You can specify a maximum
	// of five tags for an automation. 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 automation to identify an environment or operating
	// system. In this case, you could specify the following key-value pairs:
	//
	//    * Key=environment,Value=test
	//
	//    * Key=OS,Value=Windows
	//
	// To add tags to an existing automation, use the AddTagsToResource operation.
	Tags []*Tag `type:"list"`

	// A location is a combination of Amazon Web Services Regions and/or Amazon
	// Web Services accounts where you want to run the automation. Use this operation
	// to start an automation in multiple Amazon Web Services Regions and multiple
	// Amazon Web Services accounts. For more information, see Running Automation
	// workflows in multiple Amazon Web Services Regions and Amazon Web Services
	// 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.
	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 name of the parameter used as the target resource for the rate-controlled
	// execution. Required if you specify targets.
	TargetParameterName *string `min:"1" type:"string"`

	// A key-value mapping to target resources. Required if you specify TargetParameterName.
	Targets []*Target `type:"list"`
	// contains filtered or unexported fields
}

func (StartAutomationExecutionInput) GoString added in v1.5.13

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 (*StartAutomationExecutionInput) SetAlarmConfiguration added in v1.44.106

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*StartAutomationExecutionInput) SetClientToken added in v1.10.37

SetClientToken sets the ClientToken field's value.

func (*StartAutomationExecutionInput) SetDocumentName added in v1.5.13

SetDocumentName sets the DocumentName field's value.

func (*StartAutomationExecutionInput) SetDocumentVersion added in v1.5.13

SetDocumentVersion sets the DocumentVersion field's value.

func (*StartAutomationExecutionInput) SetMaxConcurrency added in v1.12.37

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*StartAutomationExecutionInput) SetMaxErrors added in v1.12.37

SetMaxErrors sets the MaxErrors field's value.

func (*StartAutomationExecutionInput) SetMode added in v1.12.37

SetMode sets the Mode field's value.

func (*StartAutomationExecutionInput) SetParameters added in v1.5.13

SetParameters sets the Parameters field's value.

func (*StartAutomationExecutionInput) SetTags added in v1.26.6

SetTags sets the Tags field's value.

func (*StartAutomationExecutionInput) SetTargetLocations added in v1.15.78

SetTargetLocations sets the TargetLocations field's value.

func (*StartAutomationExecutionInput) SetTargetMaps added in v1.15.8

SetTargetMaps sets the TargetMaps field's value.

func (*StartAutomationExecutionInput) SetTargetParameterName added in v1.12.37

SetTargetParameterName sets the TargetParameterName field's value.

func (*StartAutomationExecutionInput) SetTargets added in v1.12.37

SetTargets sets the Targets field's value.

func (StartAutomationExecutionInput) String added in v1.5.13

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 (*StartAutomationExecutionInput) Validate added in v1.5.13

func (s *StartAutomationExecutionInput) Validate() error

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

type StartAutomationExecutionOutput added in v1.5.13

type StartAutomationExecutionOutput struct {

	// The unique ID of a newly scheduled automation execution.
	AutomationExecutionId *string `min:"36" type:"string"`
	// contains filtered or unexported fields
}

func (StartAutomationExecutionOutput) GoString added in v1.5.13

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 (*StartAutomationExecutionOutput) SetAutomationExecutionId added in v1.5.13

SetAutomationExecutionId sets the AutomationExecutionId field's value.

func (StartAutomationExecutionOutput) String added in v1.5.13

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 StartChangeRequestExecutionInput added in v1.36.9

type StartChangeRequestExecutionInput struct {

	// Indicates whether the change request can be approved automatically without
	// the need for manual approvals.
	//
	// If AutoApprovable is enabled in a change template, then setting AutoApprove
	// to true in StartChangeRequestExecution creates a change request that bypasses
	// approver review.
	//
	// Change Calendar restrictions are not bypassed in this scenario. If the state
	// of an associated calendar is CLOSED, change freeze approvers must still grant
	// permission for this change request to run. If they don't, the change won't
	// be processed until the calendar state is again OPEN.
	AutoApprove *bool `type:"boolean"`

	// User-provided details about the change. If no details are provided, content
	// specified in the Template information section of the associated change template
	// is added.
	ChangeDetails *string `min:"1" type:"string"`

	// The name of the change request associated with the runbook workflow to be
	// run.
	ChangeRequestName *string `min:"1" type:"string"`

	// The user-provided idempotency token. The token must be unique, is case insensitive,
	// enforces the UUID format, and can't be reused.
	ClientToken *string `min:"36" type:"string"`

	// The name of the change template document to run during the runbook workflow.
	//
	// DocumentName is a required field
	DocumentName *string `type:"string" required:"true"`

	// The version of the change template document to run during the runbook workflow.
	DocumentVersion *string `type:"string"`

	// A key-value map of parameters that match the declared parameters in the change
	// template document.
	Parameters map[string][]*string `min:"1" type:"map"`

	// Information about the Automation runbooks that are run during the 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 is a required field
	Runbooks []*Runbook `min:"1" type:"list" required:"true"`

	// The time that the requester expects the runbook workflow related to the change
	// request to complete. The time is an estimate only that the requester provides
	// for reviewers.
	ScheduledEndTime *time.Time `type:"timestamp"`

	// The date and time specified in the change request to run the Automation runbooks.
	//
	// The Automation runbooks specified for the runbook workflow can't run until
	// all required approvals for the change request have been received.
	ScheduledTime *time.Time `type:"timestamp"`

	// Optional metadata that you assign to a resource. You can specify a maximum
	// of five tags for a change request. 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 change request 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 (StartChangeRequestExecutionInput) GoString added in v1.36.9

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 (*StartChangeRequestExecutionInput) SetAutoApprove added in v1.40.54

SetAutoApprove sets the AutoApprove field's value.

func (*StartChangeRequestExecutionInput) SetChangeDetails added in v1.38.14

SetChangeDetails sets the ChangeDetails field's value.

func (*StartChangeRequestExecutionInput) SetChangeRequestName added in v1.36.9

SetChangeRequestName sets the ChangeRequestName field's value.

func (*StartChangeRequestExecutionInput) SetClientToken added in v1.36.9

SetClientToken sets the ClientToken field's value.

func (*StartChangeRequestExecutionInput) SetDocumentName added in v1.36.9

SetDocumentName sets the DocumentName field's value.

func (*StartChangeRequestExecutionInput) SetDocumentVersion added in v1.36.9

SetDocumentVersion sets the DocumentVersion field's value.

func (*StartChangeRequestExecutionInput) SetParameters added in v1.36.9

SetParameters sets the Parameters field's value.

func (*StartChangeRequestExecutionInput) SetRunbooks added in v1.36.9

SetRunbooks sets the Runbooks field's value.

func (*StartChangeRequestExecutionInput) SetScheduledEndTime added in v1.38.14

SetScheduledEndTime sets the ScheduledEndTime field's value.

func (*StartChangeRequestExecutionInput) SetScheduledTime added in v1.36.9

SetScheduledTime sets the ScheduledTime field's value.

func (*StartChangeRequestExecutionInput) SetTags added in v1.36.9

SetTags sets the Tags field's value.

func (StartChangeRequestExecutionInput) String added in v1.36.9

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 (*StartChangeRequestExecutionInput) Validate added in v1.36.9

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

type StartChangeRequestExecutionOutput added in v1.36.9

type StartChangeRequestExecutionOutput struct {

	// The unique ID of a runbook workflow operation. (A runbook workflow is a type
	// of Automation operation.)
	AutomationExecutionId *string `min:"36" type:"string"`
	// contains filtered or unexported fields
}

func (StartChangeRequestExecutionOutput) GoString added in v1.36.9

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 (*StartChangeRequestExecutionOutput) SetAutomationExecutionId added in v1.36.9

SetAutomationExecutionId sets the AutomationExecutionId field's value.

func (StartChangeRequestExecutionOutput) String added in v1.36.9

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 StartSessionInput added in v1.15.33

type StartSessionInput struct {

	// The name of the SSM document you want to use to define the type of session,
	// input parameters, or preferences for the session. For example, SSM-SessionManagerRunShell.
	// You can call the GetDocument API to verify the document exists before attempting
	// to start a session. If no document name is provided, a shell to the managed
	// node is launched by default. For more information, see Start a session (https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-sessions-start.html)
	// in the Amazon Web Services Systems Manager User Guide.
	DocumentName *string `type:"string"`

	// The values you want to specify for the parameters defined in the Session
	// document.
	Parameters map[string][]*string `type:"map"`

	// The reason for connecting to the instance. This value is included in the
	// details for the Amazon CloudWatch Events event created when you start the
	// session.
	Reason *string `min:"1" type:"string"`

	// The managed node to connect to for the session.
	//
	// Target is a required field
	Target *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StartSessionInput) GoString added in v1.15.33

func (s StartSessionInput) 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 (*StartSessionInput) SetDocumentName added in v1.15.33

func (s *StartSessionInput) SetDocumentName(v string) *StartSessionInput

SetDocumentName sets the DocumentName field's value.

func (*StartSessionInput) SetParameters added in v1.15.33

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

SetParameters sets the Parameters field's value.

func (*StartSessionInput) SetReason added in v1.42.5

func (s *StartSessionInput) SetReason(v string) *StartSessionInput

SetReason sets the Reason field's value.

func (*StartSessionInput) SetTarget added in v1.15.33

func (s *StartSessionInput) SetTarget(v string) *StartSessionInput

SetTarget sets the Target field's value.

func (StartSessionInput) String added in v1.15.33

func (s StartSessionInput) 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 (*StartSessionInput) Validate added in v1.15.33

func (s *StartSessionInput) Validate() error

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

type StartSessionOutput added in v1.15.33

type StartSessionOutput struct {

	// The ID of the session.
	SessionId *string `min:"1" type:"string"`

	// A URL back to SSM Agent on the managed node that the Session Manager client
	// uses to send commands and receive output from the node. Format: wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output)
	//
	// region represents the Region identifier for an Amazon Web Services Region
	// supported by Amazon Web Services Systems Manager, such as us-east-2 for the
	// US East (Ohio) Region. For a list of supported region values, see the Region
	// column in Systems Manager service endpoints (https://docs.aws.amazon.com/general/latest/gr/ssm.html#ssm_region)
	// in the Amazon Web Services General Reference.
	//
	// session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE.
	StreamUrl *string `type:"string"`

	// An encrypted token value containing session and caller information. This
	// token is used to authenticate the connection to the managed node, and is
	// valid only long enough to ensure the connection is successful. Never share
	// your session's token.
	TokenValue *string `type:"string"`
	// contains filtered or unexported fields
}

func (StartSessionOutput) GoString added in v1.15.33

func (s StartSessionOutput) 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 (*StartSessionOutput) SetSessionId added in v1.15.33

func (s *StartSessionOutput) SetSessionId(v string) *StartSessionOutput

SetSessionId sets the SessionId field's value.

func (*StartSessionOutput) SetStreamUrl added in v1.15.33

func (s *StartSessionOutput) SetStreamUrl(v string) *StartSessionOutput

SetStreamUrl sets the StreamUrl field's value.

func (*StartSessionOutput) SetTokenValue added in v1.15.33

func (s *StartSessionOutput) SetTokenValue(v string) *StartSessionOutput

SetTokenValue sets the TokenValue field's value.

func (StartSessionOutput) String added in v1.15.33

func (s StartSessionOutput) 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 StatusUnchanged added in v1.28.0

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

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

The updated status is the same as the current status.

func (*StatusUnchanged) Code added in v1.28.0

func (s *StatusUnchanged) Code() string

Code returns the exception type name.

func (*StatusUnchanged) Error added in v1.28.0

func (s *StatusUnchanged) Error() string

func (StatusUnchanged) GoString added in v1.28.0

func (s StatusUnchanged) 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 (*StatusUnchanged) Message added in v1.28.0

func (s *StatusUnchanged) Message() string

Message returns the exception's message.

func (*StatusUnchanged) OrigErr added in v1.28.0

func (s *StatusUnchanged) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*StatusUnchanged) RequestID added in v1.28.0

func (s *StatusUnchanged) RequestID() string

RequestID returns the service's response RequestID for request.

func (*StatusUnchanged) StatusCode added in v1.28.0

func (s *StatusUnchanged) StatusCode() int

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

func (StatusUnchanged) String added in v1.28.0

func (s StatusUnchanged) 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 StepExecution added in v1.5.13

type StepExecution struct {

	// The action this step performs. The action determines the behavior of the
	// step.
	Action *string `type:"string"`

	// If a step has finished execution, this contains the time the execution ended.
	// If the step hasn't yet concluded, this field isn't populated.
	ExecutionEndTime *time.Time `type:"timestamp"`

	// If a step has begun execution, this contains the time the step started. If
	// the step is in Pending status, this field isn't populated.
	ExecutionStartTime *time.Time `type:"timestamp"`

	// Information about the Automation failure.
	FailureDetails *FailureDetails `type:"structure"`

	// If a step failed, this message explains why the execution failed.
	FailureMessage *string `type:"string"`

	// Fully-resolved values passed into the step before execution.
	Inputs map[string]*string `type:"map"`

	// The flag which can be used to help decide whether the failure of current
	// step leads to the Automation failure.
	IsCritical *bool `type:"boolean"`

	// The flag which can be used to end automation no matter whether the step succeeds
	// or fails.
	IsEnd *bool `type:"boolean"`

	// The maximum number of tries to run the action of the step. The default value
	// is 1.
	MaxAttempts *int64 `type:"integer"`

	// The next step after the step succeeds.
	NextStep *string `type:"string"`

	// The action to take if the step fails. The default value is Abort.
	OnFailure *string `type:"string"`

	// Returned values from the execution of the step.
	Outputs map[string][]*string `min:"1" type:"map"`

	// A user-specified list of parameters to override when running a step.
	OverriddenParameters map[string][]*string `min:"1" type:"map"`

	// Information about the parent step.
	ParentStepDetails *ParentStepDetails `type:"structure"`

	// A message associated with the response code for an execution.
	Response *string `type:"string"`

	// The response code returned by the execution of the step.
	ResponseCode *string `type:"string"`

	// The unique ID of a step execution.
	StepExecutionId *string `type:"string"`

	// The name of this execution step.
	StepName *string `type:"string"`

	// The execution status for this step.
	StepStatus *string `type:"string" enum:"AutomationExecutionStatus"`

	// The combination of Amazon Web Services Regions and Amazon Web Services accounts
	// targeted by the current Automation execution.
	TargetLocation *TargetLocation `type:"structure"`

	// The targets for the step execution.
	Targets []*Target `type:"list"`

	// The timeout seconds of the step.
	TimeoutSeconds *int64 `type:"long"`

	// The CloudWatch alarms that were invoked by the automation.
	TriggeredAlarms []*AlarmStateInformation `min:"1" type:"list"`

	// Strategies used when step fails, we support Continue and Abort. Abort will
	// fail the automation when the step fails. Continue will ignore the failure
	// of current step and allow automation to run the next step. With conditional
	// branching, we add step:stepName to support the automation to go to another
	// specific step.
	ValidNextSteps []*string `type:"list"`
	// contains filtered or unexported fields
}

Detailed information about an the execution state of an Automation step.

func (StepExecution) GoString added in v1.5.13

func (s StepExecution) 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 (*StepExecution) SetAction added in v1.5.13

func (s *StepExecution) SetAction(v string) *StepExecution

SetAction sets the Action field's value.

func (*StepExecution) SetExecutionEndTime added in v1.5.13

func (s *StepExecution) SetExecutionEndTime(v time.Time) *StepExecution

SetExecutionEndTime sets the ExecutionEndTime field's value.

func (*StepExecution) SetExecutionStartTime added in v1.5.13

func (s *StepExecution) SetExecutionStartTime(v time.Time) *StepExecution

SetExecutionStartTime sets the ExecutionStartTime field's value.

func (*StepExecution) SetFailureDetails added in v1.8.23

func (s *StepExecution) SetFailureDetails(v *FailureDetails) *StepExecution

SetFailureDetails sets the FailureDetails field's value.

func (*StepExecution) SetFailureMessage added in v1.5.13

func (s *StepExecution) SetFailureMessage(v string) *StepExecution

SetFailureMessage sets the FailureMessage field's value.

func (*StepExecution) SetInputs added in v1.5.13

func (s *StepExecution) SetInputs(v map[string]*string) *StepExecution

SetInputs sets the Inputs field's value.

func (*StepExecution) SetIsCritical added in v1.14.25

func (s *StepExecution) SetIsCritical(v bool) *StepExecution

SetIsCritical sets the IsCritical field's value.

func (*StepExecution) SetIsEnd added in v1.14.25

func (s *StepExecution) SetIsEnd(v bool) *StepExecution

SetIsEnd sets the IsEnd field's value.

func (*StepExecution) SetMaxAttempts added in v1.12.37

func (s *StepExecution) SetMaxAttempts(v int64) *StepExecution

SetMaxAttempts sets the MaxAttempts field's value.

func (*StepExecution) SetNextStep added in v1.14.25

func (s *StepExecution) SetNextStep(v string) *StepExecution

SetNextStep sets the NextStep field's value.

func (*StepExecution) SetOnFailure added in v1.12.37

func (s *StepExecution) SetOnFailure(v string) *StepExecution

SetOnFailure sets the OnFailure field's value.

func (*StepExecution) SetOutputs added in v1.5.13

func (s *StepExecution) SetOutputs(v map[string][]*string) *StepExecution

SetOutputs sets the Outputs field's value.

func (*StepExecution) SetOverriddenParameters added in v1.12.37

func (s *StepExecution) SetOverriddenParameters(v map[string][]*string) *StepExecution

SetOverriddenParameters sets the OverriddenParameters field's value.

func (*StepExecution) SetParentStepDetails added in v1.47.13

func (s *StepExecution) SetParentStepDetails(v *ParentStepDetails) *StepExecution

SetParentStepDetails sets the ParentStepDetails field's value.

func (*StepExecution) SetResponse added in v1.5.13

func (s *StepExecution) SetResponse(v string) *StepExecution

SetResponse sets the Response field's value.

func (*StepExecution) SetResponseCode added in v1.5.13

func (s *StepExecution) SetResponseCode(v string) *StepExecution

SetResponseCode sets the ResponseCode field's value.

func (*StepExecution) SetStepExecutionId added in v1.12.37

func (s *StepExecution) SetStepExecutionId(v string) *StepExecution

SetStepExecutionId sets the StepExecutionId field's value.

func (*StepExecution) SetStepName added in v1.5.13

func (s *StepExecution) SetStepName(v string) *StepExecution

SetStepName sets the StepName field's value.

func (*StepExecution) SetStepStatus added in v1.5.13

func (s *StepExecution) SetStepStatus(v string) *StepExecution

SetStepStatus sets the StepStatus field's value.

func (*StepExecution) SetTargetLocation added in v1.15.78

func (s *StepExecution) SetTargetLocation(v *TargetLocation) *StepExecution

SetTargetLocation sets the TargetLocation field's value.

func (*StepExecution) SetTargets added in v1.15.78

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

SetTargets sets the Targets field's value.

func (*StepExecution) SetTimeoutSeconds added in v1.12.37

func (s *StepExecution) SetTimeoutSeconds(v int64) *StepExecution

SetTimeoutSeconds sets the TimeoutSeconds field's value.

func (*StepExecution) SetTriggeredAlarms added in v1.44.132

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

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (*StepExecution) SetValidNextSteps added in v1.14.25

func (s *StepExecution) SetValidNextSteps(v []*string) *StepExecution

SetValidNextSteps sets the ValidNextSteps field's value.

func (StepExecution) String added in v1.5.13

func (s StepExecution) 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 StepExecutionFilter added in v1.12.37

type StepExecutionFilter struct {

	// One or more keys to limit the results.
	//
	// Key is a required field
	Key *string `type:"string" required:"true" enum:"StepExecutionFilterKey"`

	// The values of the filter key.
	//
	// Values is a required field
	Values []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A filter to limit the amount of step execution information returned by the call.

func (StepExecutionFilter) GoString added in v1.12.37

func (s StepExecutionFilter) 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 (*StepExecutionFilter) SetKey added in v1.12.37

SetKey sets the Key field's value.

func (*StepExecutionFilter) SetValues added in v1.12.37

func (s *StepExecutionFilter) SetValues(v []*string) *StepExecutionFilter

SetValues sets the Values field's value.

func (StepExecutionFilter) String added in v1.12.37

func (s StepExecutionFilter) 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 (*StepExecutionFilter) Validate added in v1.12.37

func (s *StepExecutionFilter) Validate() error

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

type StopAutomationExecutionInput added in v1.5.13

type StopAutomationExecutionInput struct {

	// The execution ID of the Automation to stop.
	//
	// AutomationExecutionId is a required field
	AutomationExecutionId *string `min:"36" type:"string" required:"true"`

	// The stop request type. Valid types include the following: Cancel and Complete.
	// The default type is Cancel.
	Type *string `type:"string" enum:"StopType"`
	// contains filtered or unexported fields
}

func (StopAutomationExecutionInput) GoString added in v1.5.13

func (s StopAutomationExecutionInput) 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 (*StopAutomationExecutionInput) SetAutomationExecutionId added in v1.5.13

func (s *StopAutomationExecutionInput) SetAutomationExecutionId(v string) *StopAutomationExecutionInput

SetAutomationExecutionId sets the AutomationExecutionId field's value.

func (*StopAutomationExecutionInput) SetType added in v1.12.37

SetType sets the Type field's value.

func (StopAutomationExecutionInput) String added in v1.5.13

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 (*StopAutomationExecutionInput) Validate added in v1.5.13

func (s *StopAutomationExecutionInput) Validate() error

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

type StopAutomationExecutionOutput added in v1.5.13

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

func (StopAutomationExecutionOutput) GoString added in v1.5.13

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 (StopAutomationExecutionOutput) String added in v1.5.13

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 SubTypeCountLimitExceededException added in v1.28.0

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

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

The sub-type count exceeded the limit for the inventory type.

func (*SubTypeCountLimitExceededException) Code added in v1.28.0

Code returns the exception type name.

func (*SubTypeCountLimitExceededException) Error added in v1.28.0

func (SubTypeCountLimitExceededException) GoString added in v1.28.0

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 (*SubTypeCountLimitExceededException) Message added in v1.28.0

Message returns the exception's message.

func (*SubTypeCountLimitExceededException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*SubTypeCountLimitExceededException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*SubTypeCountLimitExceededException) StatusCode added in v1.28.0

func (s *SubTypeCountLimitExceededException) StatusCode() int

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

func (SubTypeCountLimitExceededException) String added in v1.28.0

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 Tag added in v1.2.2

type Tag struct {

	// The name of the tag.
	//
	// Key is a required field
	Key *string `min:"1" type:"string" required:"true"`

	// The value of the tag.
	//
	// Value is a required field
	Value *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Metadata that you assign to your Amazon Web Services resources. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. In Amazon Web Services Systems Manager, you can apply tags to Systems Manager documents (SSM documents), managed nodes, maintenance windows, parameters, patch baselines, OpsItems, and OpsMetadata.

func (Tag) GoString added in v1.2.2

func (s Tag) 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 (*Tag) SetKey added in v1.5.0

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

SetKey sets the Key field's value.

func (*Tag) SetValue added in v1.5.0

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

SetValue sets the Value field's value.

func (Tag) String added in v1.2.2

func (s Tag) 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 (*Tag) Validate added in v1.2.2

func (s *Tag) Validate() error

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

type Target added in v1.5.13

type Target struct {

	// User-defined criteria for sending commands that target managed nodes that
	// meet the criteria.
	Key *string `min:"1" type:"string"`

	// User-defined criteria that maps to Key. For example, if you specified tag:ServerRole,
	// you could specify value:WebServer to run a command on instances that include
	// EC2 tags of ServerRole,WebServer.
	//
	// Depending on the type of target, the maximum number of values for a key might
	// be lower than the global maximum of 50.
	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

An array of search criteria that targets managed nodes using a key-value pair that you specify.

One or more targets must be specified for maintenance window Run Command-type tasks. Depending on the task, targets are optional for other maintenance window task types (Automation, Lambda, and Step Functions). For more information about running tasks that don't specify targets, see Registering maintenance window tasks without targets (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html) in the Amazon Web Services Systems Manager User Guide.

Supported formats include the following.

  • Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>,<instance-id-3>

  • Key=tag:<my-tag-key>,Values=<my-tag-value-1>,<my-tag-value-2>

  • Key=tag-key,Values=<my-tag-key-1>,<my-tag-key-2>

  • Run Command and Maintenance window targets only: Key=resource-groups:Name,Values=<resource-group-name>

  • Maintenance window targets only: Key=resource-groups:ResourceTypeFilters,Values=<resource-type-1>,<resource-type-2>

  • Automation targets only: Key=ResourceGroup;Values=<resource-group-name>

For example:

  • Key=InstanceIds,Values=i-02573cafcfEXAMPLE,i-0471e04240EXAMPLE,i-07782c72faEXAMPLE

  • Key=tag:CostCenter,Values=CostCenter1,CostCenter2,CostCenter3

  • Key=tag-key,Values=Name,Instance-Type,CostCenter

  • Run Command and Maintenance window targets only: Key=resource-groups:Name,Values=ProductionResourceGroup This example demonstrates how to target all resources in the resource group ProductionResourceGroup in your maintenance window.

  • Maintenance window targets only: Key=resource-groups:ResourceTypeFilters,Values=AWS::EC2::INSTANCE,AWS::EC2::VPC This example demonstrates how to target only Amazon Elastic Compute Cloud (Amazon EC2) instances and VPCs in your maintenance window.

  • Automation targets only: Key=ResourceGroup,Values=MyResourceGroup

  • State Manager association targets only: Key=InstanceIds,Values=* This example demonstrates how to target all managed instances in the Amazon Web Services Region where the association was created.

For more information about how to send commands that target managed nodes using Key,Value parameters, see Targeting multiple managed nodes (https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-targeting) in the Amazon Web Services Systems Manager User Guide.

func (Target) GoString added in v1.5.13

func (s Target) 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 (*Target) SetKey added in v1.5.13

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

SetKey sets the Key field's value.

func (*Target) SetValues added in v1.5.13

func (s *Target) SetValues(v []*string) *Target

SetValues sets the Values field's value.

func (Target) String added in v1.5.13

func (s Target) 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 (*Target) Validate added in v1.5.13

func (s *Target) Validate() error

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

type TargetInUseException added in v1.28.0

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

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

You specified the Safe option for the DeregisterTargetFromMaintenanceWindow operation, but the target is still referenced in a task.

func (*TargetInUseException) Code added in v1.28.0

func (s *TargetInUseException) Code() string

Code returns the exception type name.

func (*TargetInUseException) Error added in v1.28.0

func (s *TargetInUseException) Error() string

func (TargetInUseException) GoString added in v1.28.0

func (s TargetInUseException) 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 (*TargetInUseException) Message added in v1.28.0

func (s *TargetInUseException) Message() string

Message returns the exception's message.

func (*TargetInUseException) OrigErr added in v1.28.0

func (s *TargetInUseException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*TargetInUseException) RequestID added in v1.28.0

func (s *TargetInUseException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*TargetInUseException) StatusCode added in v1.28.0

func (s *TargetInUseException) StatusCode() int

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

func (TargetInUseException) String added in v1.28.0

func (s TargetInUseException) 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 TargetLocation added in v1.15.78

type TargetLocation struct {

	// The Amazon Web Services accounts targeted by the current Automation execution.
	Accounts []*string `min:"1" type:"list"`

	// The Automation execution role used by the currently running Automation. If
	// not specified, the default value is AWS-SystemsManager-AutomationExecutionRole.
	ExecutionRoleName *string `min:"1" type:"string"`

	// The Amazon Web Services Regions targeted by the current Automation execution.
	Regions []*string `min:"1" type:"list"`

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

	// The maximum number of Amazon Web Services Regions and Amazon Web Services
	// accounts allowed to run the Automation concurrently.
	TargetLocationMaxConcurrency *string `min:"1" type:"string"`

	// The maximum number of errors allowed before the system stops queueing additional
	// Automation executions for the currently running Automation.
	TargetLocationMaxErrors *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation execution.

func (TargetLocation) GoString added in v1.15.78

func (s TargetLocation) 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 (*TargetLocation) SetAccounts added in v1.15.78

func (s *TargetLocation) SetAccounts(v []*string) *TargetLocation

SetAccounts sets the Accounts field's value.

func (*TargetLocation) SetExecutionRoleName added in v1.15.78

func (s *TargetLocation) SetExecutionRoleName(v string) *TargetLocation

SetExecutionRoleName sets the ExecutionRoleName field's value.

func (*TargetLocation) SetRegions added in v1.15.78

func (s *TargetLocation) SetRegions(v []*string) *TargetLocation

SetRegions sets the Regions field's value.

func (*TargetLocation) SetTargetLocationAlarmConfiguration added in v1.44.132

func (s *TargetLocation) SetTargetLocationAlarmConfiguration(v *AlarmConfiguration) *TargetLocation

SetTargetLocationAlarmConfiguration sets the TargetLocationAlarmConfiguration field's value.

func (*TargetLocation) SetTargetLocationMaxConcurrency added in v1.15.78

func (s *TargetLocation) SetTargetLocationMaxConcurrency(v string) *TargetLocation

SetTargetLocationMaxConcurrency sets the TargetLocationMaxConcurrency field's value.

func (*TargetLocation) SetTargetLocationMaxErrors added in v1.15.78

func (s *TargetLocation) SetTargetLocationMaxErrors(v string) *TargetLocation

SetTargetLocationMaxErrors sets the TargetLocationMaxErrors field's value.

func (TargetLocation) String added in v1.15.78

func (s TargetLocation) 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 (*TargetLocation) Validate added in v1.15.78

func (s *TargetLocation) Validate() error

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

type TargetNotConnected added in v1.28.0

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

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

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

func (*TargetNotConnected) Code added in v1.28.0

func (s *TargetNotConnected) Code() string

Code returns the exception type name.

func (*TargetNotConnected) Error added in v1.28.0

func (s *TargetNotConnected) Error() string

func (TargetNotConnected) GoString added in v1.28.0

func (s TargetNotConnected) 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 (*TargetNotConnected) Message added in v1.28.0

func (s *TargetNotConnected) Message() string

Message returns the exception's message.

func (*TargetNotConnected) OrigErr added in v1.28.0

func (s *TargetNotConnected) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*TargetNotConnected) RequestID added in v1.28.0

func (s *TargetNotConnected) RequestID() string

RequestID returns the service's response RequestID for request.

func (*TargetNotConnected) StatusCode added in v1.28.0

func (s *TargetNotConnected) StatusCode() int

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

func (TargetNotConnected) String added in v1.28.0

func (s TargetNotConnected) 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 TerminateSessionInput added in v1.15.33

type TerminateSessionInput struct {

	// The ID of the session to terminate.
	//
	// SessionId is a required field
	SessionId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (TerminateSessionInput) GoString added in v1.15.33

func (s TerminateSessionInput) 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 (*TerminateSessionInput) SetSessionId added in v1.15.33

SetSessionId sets the SessionId field's value.

func (TerminateSessionInput) String added in v1.15.33

func (s TerminateSessionInput) 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 (*TerminateSessionInput) Validate added in v1.15.33

func (s *TerminateSessionInput) Validate() error

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

type TerminateSessionOutput added in v1.15.33

type TerminateSessionOutput struct {

	// The ID of the session that has been terminated.
	SessionId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (TerminateSessionOutput) GoString added in v1.15.33

func (s TerminateSessionOutput) 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 (*TerminateSessionOutput) SetSessionId added in v1.15.33

SetSessionId sets the SessionId field's value.

func (TerminateSessionOutput) String added in v1.15.33

func (s TerminateSessionOutput) 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 TooManyTagsError added in v1.28.0

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

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

The Targets parameter includes too many tags. Remove one or more tags and try the command again.

func (*TooManyTagsError) Code added in v1.28.0

func (s *TooManyTagsError) Code() string

Code returns the exception type name.

func (*TooManyTagsError) Error added in v1.28.0

func (s *TooManyTagsError) Error() string

func (TooManyTagsError) GoString added in v1.28.0

func (s TooManyTagsError) 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 (*TooManyTagsError) Message added in v1.28.0

func (s *TooManyTagsError) Message() string

Message returns the exception's message.

func (*TooManyTagsError) OrigErr added in v1.28.0

func (s *TooManyTagsError) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*TooManyTagsError) RequestID added in v1.28.0

func (s *TooManyTagsError) RequestID() string

RequestID returns the service's response RequestID for request.

func (*TooManyTagsError) StatusCode added in v1.28.0

func (s *TooManyTagsError) StatusCode() int

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

func (TooManyTagsError) String added in v1.28.0

func (s TooManyTagsError) 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 TooManyUpdates added in v1.28.0

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

	Message_ *string `locationName:"Message" type:"string"`
	// contains filtered or unexported fields
}

There are concurrent updates for a resource that supports one update at a time.

func (*TooManyUpdates) Code added in v1.28.0

func (s *TooManyUpdates) Code() string

Code returns the exception type name.

func (*TooManyUpdates) Error added in v1.28.0

func (s *TooManyUpdates) Error() string

func (TooManyUpdates) GoString added in v1.28.0

func (s TooManyUpdates) 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 (*TooManyUpdates) Message added in v1.28.0

func (s *TooManyUpdates) Message() string

Message returns the exception's message.

func (*TooManyUpdates) OrigErr added in v1.28.0

func (s *TooManyUpdates) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*TooManyUpdates) RequestID added in v1.28.0

func (s *TooManyUpdates) RequestID() string

RequestID returns the service's response RequestID for request.

func (*TooManyUpdates) StatusCode added in v1.28.0

func (s *TooManyUpdates) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (TooManyUpdates) String added in v1.28.0

func (s TooManyUpdates) 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 TotalSizeLimitExceededException added in v1.28.0

type TotalSizeLimitExceededException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`
	// contains filtered or unexported fields
}

The size of inventory data has exceeded the total size limit for the resource.

func (*TotalSizeLimitExceededException) Code added in v1.28.0

Code returns the exception type name.

func (*TotalSizeLimitExceededException) Error added in v1.28.0

func (TotalSizeLimitExceededException) GoString added in v1.28.0

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 (*TotalSizeLimitExceededException) Message added in v1.28.0

Message returns the exception's message.

func (*TotalSizeLimitExceededException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*TotalSizeLimitExceededException) RequestID added in v1.28.0

func (s *TotalSizeLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*TotalSizeLimitExceededException) StatusCode added in v1.28.0

func (s *TotalSizeLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (TotalSizeLimitExceededException) String added in v1.28.0

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 UnlabelParameterVersionInput added in v1.38.14

type UnlabelParameterVersionInput struct {

	// One or more labels to delete from the specified parameter version.
	//
	// Labels is a required field
	Labels []*string `min:"1" type:"list" required:"true"`

	// The name of the parameter from which you want to delete one or more labels.
	//
	// 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"`

	// The specific version of the parameter which you want to delete one or more
	// labels from. If it isn't present, the call will fail.
	//
	// ParameterVersion is a required field
	ParameterVersion *int64 `type:"long" required:"true"`
	// contains filtered or unexported fields
}

func (UnlabelParameterVersionInput) GoString added in v1.38.14

func (s UnlabelParameterVersionInput) 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 (*UnlabelParameterVersionInput) SetLabels added in v1.38.14

SetLabels sets the Labels field's value.

func (*UnlabelParameterVersionInput) SetName added in v1.38.14

SetName sets the Name field's value.

func (*UnlabelParameterVersionInput) SetParameterVersion added in v1.38.14

SetParameterVersion sets the ParameterVersion field's value.

func (UnlabelParameterVersionInput) String added in v1.38.14

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 (*UnlabelParameterVersionInput) Validate added in v1.38.14

func (s *UnlabelParameterVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UnlabelParameterVersionOutput added in v1.38.14

type UnlabelParameterVersionOutput struct {

	// The labels that aren't attached to the given parameter version.
	InvalidLabels []*string `min:"1" type:"list"`

	// A list of all labels deleted from the parameter.
	RemovedLabels []*string `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (UnlabelParameterVersionOutput) GoString added in v1.38.14

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 (*UnlabelParameterVersionOutput) SetInvalidLabels added in v1.38.14

SetInvalidLabels sets the InvalidLabels field's value.

func (*UnlabelParameterVersionOutput) SetRemovedLabels added in v1.38.14

SetRemovedLabels sets the RemovedLabels field's value.

func (UnlabelParameterVersionOutput) String added in v1.38.14

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 UnsupportedCalendarException added in v1.28.0

type UnsupportedCalendarException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`
	// contains filtered or unexported fields
}

The calendar entry contained in the specified SSM document isn't supported.

func (*UnsupportedCalendarException) Code added in v1.28.0

Code returns the exception type name.

func (*UnsupportedCalendarException) Error added in v1.28.0

func (UnsupportedCalendarException) GoString added in v1.28.0

func (s UnsupportedCalendarException) 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 (*UnsupportedCalendarException) Message added in v1.28.0

func (s *UnsupportedCalendarException) Message() string

Message returns the exception's message.

func (*UnsupportedCalendarException) OrigErr added in v1.28.0

func (s *UnsupportedCalendarException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedCalendarException) RequestID added in v1.28.0

func (s *UnsupportedCalendarException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedCalendarException) StatusCode added in v1.28.0

func (s *UnsupportedCalendarException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedCalendarException) String added in v1.28.0

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 UnsupportedFeatureRequiredException added in v1.28.0

type UnsupportedFeatureRequiredException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`
	// contains filtered or unexported fields
}

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.

func (*UnsupportedFeatureRequiredException) Code added in v1.28.0

Code returns the exception type name.

func (*UnsupportedFeatureRequiredException) Error added in v1.28.0

func (UnsupportedFeatureRequiredException) GoString added in v1.28.0

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 (*UnsupportedFeatureRequiredException) Message added in v1.28.0

Message returns the exception's message.

func (*UnsupportedFeatureRequiredException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedFeatureRequiredException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*UnsupportedFeatureRequiredException) StatusCode added in v1.28.0

func (s *UnsupportedFeatureRequiredException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedFeatureRequiredException) String added in v1.28.0

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 UnsupportedInventoryItemContextException added in v1.28.0

type UnsupportedInventoryItemContextException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`

	TypeName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

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.

func (*UnsupportedInventoryItemContextException) Code added in v1.28.0

Code returns the exception type name.

func (*UnsupportedInventoryItemContextException) Error added in v1.28.0

func (UnsupportedInventoryItemContextException) GoString added in v1.28.0

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 (*UnsupportedInventoryItemContextException) Message added in v1.28.0

Message returns the exception's message.

func (*UnsupportedInventoryItemContextException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedInventoryItemContextException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*UnsupportedInventoryItemContextException) StatusCode added in v1.28.0

Status code returns the HTTP status code for the request's response error.

func (UnsupportedInventoryItemContextException) String added in v1.28.0

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 UnsupportedInventorySchemaVersionException added in v1.28.0

type UnsupportedInventorySchemaVersionException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`
	// contains filtered or unexported fields
}

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.

func (*UnsupportedInventorySchemaVersionException) Code added in v1.28.0

Code returns the exception type name.

func (*UnsupportedInventorySchemaVersionException) Error added in v1.28.0

func (UnsupportedInventorySchemaVersionException) GoString added in v1.28.0

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 (*UnsupportedInventorySchemaVersionException) Message added in v1.28.0

Message returns the exception's message.

func (*UnsupportedInventorySchemaVersionException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedInventorySchemaVersionException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*UnsupportedInventorySchemaVersionException) StatusCode added in v1.28.0

Status code returns the HTTP status code for the request's response error.

func (UnsupportedInventorySchemaVersionException) String added in v1.28.0

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 UnsupportedOperatingSystem added in v1.28.0

type UnsupportedOperatingSystem struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`
	// contains filtered or unexported fields
}

The operating systems you specified isn't supported, or the operation isn't supported for the operating system.

func (*UnsupportedOperatingSystem) Code added in v1.28.0

Code returns the exception type name.

func (*UnsupportedOperatingSystem) Error added in v1.28.0

func (UnsupportedOperatingSystem) GoString added in v1.28.0

func (s UnsupportedOperatingSystem) 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 (*UnsupportedOperatingSystem) Message added in v1.28.0

func (s *UnsupportedOperatingSystem) Message() string

Message returns the exception's message.

func (*UnsupportedOperatingSystem) OrigErr added in v1.28.0

func (s *UnsupportedOperatingSystem) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedOperatingSystem) RequestID added in v1.28.0

func (s *UnsupportedOperatingSystem) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedOperatingSystem) StatusCode added in v1.28.0

func (s *UnsupportedOperatingSystem) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedOperatingSystem) String added in v1.28.0

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 UnsupportedParameterType added in v1.28.0

type UnsupportedParameterType struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The parameter type isn't supported.

func (*UnsupportedParameterType) Code added in v1.28.0

func (s *UnsupportedParameterType) Code() string

Code returns the exception type name.

func (*UnsupportedParameterType) Error added in v1.28.0

func (s *UnsupportedParameterType) Error() string

func (UnsupportedParameterType) GoString added in v1.28.0

func (s UnsupportedParameterType) 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 (*UnsupportedParameterType) Message added in v1.28.0

func (s *UnsupportedParameterType) Message() string

Message returns the exception's message.

func (*UnsupportedParameterType) OrigErr added in v1.28.0

func (s *UnsupportedParameterType) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedParameterType) RequestID added in v1.28.0

func (s *UnsupportedParameterType) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedParameterType) StatusCode added in v1.28.0

func (s *UnsupportedParameterType) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedParameterType) String added in v1.28.0

func (s UnsupportedParameterType) 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 UnsupportedPlatformType added in v1.28.0

type UnsupportedPlatformType struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`
	// contains filtered or unexported fields
}

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.

func (*UnsupportedPlatformType) Code added in v1.28.0

func (s *UnsupportedPlatformType) Code() string

Code returns the exception type name.

func (*UnsupportedPlatformType) Error added in v1.28.0

func (s *UnsupportedPlatformType) Error() string

func (UnsupportedPlatformType) GoString added in v1.28.0

func (s UnsupportedPlatformType) 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 (*UnsupportedPlatformType) Message added in v1.28.0

func (s *UnsupportedPlatformType) Message() string

Message returns the exception's message.

func (*UnsupportedPlatformType) OrigErr added in v1.28.0

func (s *UnsupportedPlatformType) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedPlatformType) RequestID added in v1.28.0

func (s *UnsupportedPlatformType) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedPlatformType) StatusCode added in v1.28.0

func (s *UnsupportedPlatformType) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedPlatformType) String added in v1.28.0

func (s UnsupportedPlatformType) 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 UpdateAssociationInput added in v1.5.13

type UpdateAssociationInput struct {

	// The details for the CloudWatch alarm you want to apply to an automation or
	// command.
	AlarmConfiguration *AlarmConfiguration `type:"structure"`

	// By default, when you update an association, the system runs it immediately
	// after it is updated and then according to the schedule you specified. Specify
	// this option if you don't want an association to run immediately after you
	// update it. This parameter isn't supported for rate expressions.
	//
	// If you chose this option when you created an association and later you edit
	// that association or you make changes to the SSM document on which that association
	// is based (by using the Documents page in the console), State Manager applies
	// the association at the next specified cron interval. For example, if you
	// chose the Latest version of an SSM document when you created an association
	// and you edit the association by choosing a different document version on
	// the Documents page, State Manager applies the association at the next specified
	// cron interval if you previously selected this option. If this option wasn't
	// selected, State Manager immediately runs the association.
	//
	// You can reset this option. To do so, specify the no-apply-only-at-cron-interval
	// parameter when you update the association from the command line. This parameter
	// forces the association to run immediately after updating it and according
	// to the interval specified.
	ApplyOnlyAtCronInterval *bool `type:"boolean"`

	// The ID of the association you want to update.
	//
	// AssociationId is a required field
	AssociationId *string `type:"string" required:"true"`

	// The name of the association that you want to update.
	AssociationName *string `type:"string"`

	// This parameter is provided for concurrency control purposes. You must specify
	// the latest association version in the service. If you want to ensure that
	// this request succeeds, either specify $LATEST, or omit this parameter.
	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
	// 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 update for the association.
	//
	// 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_UpdateAssociation.html#systemsmanager-UpdateAssociation-request-ApplyOnlyAtCronInterval)
	//    parameter, which means that the association doesn't run immediately after
	//    it is updated, but only according to the specified schedule.
	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 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 account.
	//
	// For Systems Manager document (SSM document) 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 *string `type:"string"`

	// An S3 bucket where you want to store the results of this request.
	OutputLocation *InstanceAssociationOutputLocation `type:"structure"`

	// The parameters you want to update for the association. If you create a parameter
	// using Parameter Store, a capability of Amazon Web Services Systems Manager,
	// you can reference the parameter using {{ssm:parameter-name}}.
	//
	// Parameters is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateAssociationInput's
	// String and GoString methods.
	Parameters map[string][]*string `type:"map" sensitive:"true"`

	// The cron expression used to schedule the association that you want to update.
	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, 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"`

	// 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 update 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 of the association.
	Targets []*Target `type:"list"`
	// contains filtered or unexported fields
}

func (UpdateAssociationInput) GoString added in v1.5.13

func (s UpdateAssociationInput) 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 (*UpdateAssociationInput) SetAlarmConfiguration added in v1.44.106

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*UpdateAssociationInput) SetApplyOnlyAtCronInterval added in v1.31.11

func (s *UpdateAssociationInput) SetApplyOnlyAtCronInterval(v bool) *UpdateAssociationInput

SetApplyOnlyAtCronInterval sets the ApplyOnlyAtCronInterval field's value.

func (*UpdateAssociationInput) SetAssociationId added in v1.5.13

func (s *UpdateAssociationInput) SetAssociationId(v string) *UpdateAssociationInput

SetAssociationId sets the AssociationId field's value.

func (*UpdateAssociationInput) SetAssociationName added in v1.10.30

func (s *UpdateAssociationInput) SetAssociationName(v string) *UpdateAssociationInput

SetAssociationName sets the AssociationName field's value.

func (*UpdateAssociationInput) SetAssociationVersion added in v1.10.30

func (s *UpdateAssociationInput) SetAssociationVersion(v string) *UpdateAssociationInput

SetAssociationVersion sets the AssociationVersion field's value.

func (*UpdateAssociationInput) SetAutomationTargetParameterName added in v1.16.23

func (s *UpdateAssociationInput) SetAutomationTargetParameterName(v string) *UpdateAssociationInput

SetAutomationTargetParameterName sets the AutomationTargetParameterName field's value.

func (*UpdateAssociationInput) SetCalendarNames added in v1.38.35

func (s *UpdateAssociationInput) SetCalendarNames(v []*string) *UpdateAssociationInput

SetCalendarNames sets the CalendarNames field's value.

func (*UpdateAssociationInput) SetComplianceSeverity added in v1.15.64

func (s *UpdateAssociationInput) SetComplianceSeverity(v string) *UpdateAssociationInput

SetComplianceSeverity sets the ComplianceSeverity field's value.

func (*UpdateAssociationInput) SetDocumentVersion added in v1.5.13

func (s *UpdateAssociationInput) SetDocumentVersion(v string) *UpdateAssociationInput

SetDocumentVersion sets the DocumentVersion field's value.

func (*UpdateAssociationInput) SetDuration added in v1.50.8

SetDuration sets the Duration field's value.

func (*UpdateAssociationInput) SetMaxConcurrency added in v1.15.59

func (s *UpdateAssociationInput) SetMaxConcurrency(v string) *UpdateAssociationInput

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*UpdateAssociationInput) SetMaxErrors added in v1.15.59

SetMaxErrors sets the MaxErrors field's value.

func (*UpdateAssociationInput) SetName added in v1.8.23

SetName sets the Name field's value.

func (*UpdateAssociationInput) SetOutputLocation added in v1.5.13

SetOutputLocation sets the OutputLocation field's value.

func (*UpdateAssociationInput) SetParameters added in v1.5.13

func (s *UpdateAssociationInput) SetParameters(v map[string][]*string) *UpdateAssociationInput

SetParameters sets the Parameters field's value.

func (*UpdateAssociationInput) SetScheduleExpression added in v1.5.13

func (s *UpdateAssociationInput) SetScheduleExpression(v string) *UpdateAssociationInput

SetScheduleExpression sets the ScheduleExpression field's value.

func (*UpdateAssociationInput) SetScheduleOffset added in v1.43.42

func (s *UpdateAssociationInput) SetScheduleOffset(v int64) *UpdateAssociationInput

SetScheduleOffset sets the ScheduleOffset field's value.

func (*UpdateAssociationInput) SetSyncCompliance added in v1.30.16

func (s *UpdateAssociationInput) SetSyncCompliance(v string) *UpdateAssociationInput

SetSyncCompliance sets the SyncCompliance field's value.

func (*UpdateAssociationInput) SetTargetLocations added in v1.36.9

func (s *UpdateAssociationInput) SetTargetLocations(v []*TargetLocation) *UpdateAssociationInput

SetTargetLocations sets the TargetLocations field's value.

func (*UpdateAssociationInput) SetTargetMaps added in v1.44.7

func (s *UpdateAssociationInput) SetTargetMaps(v []map[string][]*string) *UpdateAssociationInput

SetTargetMaps sets the TargetMaps field's value.

func (*UpdateAssociationInput) SetTargets added in v1.8.23

SetTargets sets the Targets field's value.

func (UpdateAssociationInput) String added in v1.5.13

func (s UpdateAssociationInput) 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 (*UpdateAssociationInput) Validate added in v1.5.13

func (s *UpdateAssociationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAssociationOutput added in v1.5.13

type UpdateAssociationOutput struct {

	// The description of the association that was updated.
	AssociationDescription *AssociationDescription `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateAssociationOutput) GoString added in v1.5.13

func (s UpdateAssociationOutput) 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 (*UpdateAssociationOutput) SetAssociationDescription added in v1.5.13

SetAssociationDescription sets the AssociationDescription field's value.

func (UpdateAssociationOutput) String added in v1.5.13

func (s UpdateAssociationOutput) 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 UpdateAssociationStatusInput

type UpdateAssociationStatusInput struct {

	// The association status.
	//
	// AssociationStatus is a required field
	AssociationStatus *AssociationStatus `type:"structure" required:"true"`

	// The managed node ID.
	//
	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// The name of the SSM document.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateAssociationStatusInput) GoString added in v0.6.5

func (s UpdateAssociationStatusInput) 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 (*UpdateAssociationStatusInput) SetAssociationStatus added in v1.5.0

SetAssociationStatus sets the AssociationStatus field's value.

func (*UpdateAssociationStatusInput) SetInstanceId added in v1.5.0

SetInstanceId sets the InstanceId field's value.

func (*UpdateAssociationStatusInput) SetName added in v1.5.0

SetName sets the Name field's value.

func (UpdateAssociationStatusInput) String added in v0.6.5

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 (*UpdateAssociationStatusInput) Validate added in v1.1.21

func (s *UpdateAssociationStatusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAssociationStatusOutput

type UpdateAssociationStatusOutput struct {

	// Information about the association.
	AssociationDescription *AssociationDescription `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateAssociationStatusOutput) GoString added in v0.6.5

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 (*UpdateAssociationStatusOutput) SetAssociationDescription added in v1.5.0

SetAssociationDescription sets the AssociationDescription field's value.

func (UpdateAssociationStatusOutput) String added in v0.6.5

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 UpdateDocumentDefaultVersionInput added in v1.5.13

type UpdateDocumentDefaultVersionInput struct {

	// The version of a custom document that you want to set as the default version.
	//
	// DocumentVersion is a required field
	DocumentVersion *string `type:"string" required:"true"`

	// The name of a custom document that you want to set as the default version.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateDocumentDefaultVersionInput) GoString added in v1.5.13

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 (*UpdateDocumentDefaultVersionInput) SetDocumentVersion added in v1.5.13

SetDocumentVersion sets the DocumentVersion field's value.

func (*UpdateDocumentDefaultVersionInput) SetName added in v1.5.13

SetName sets the Name field's value.

func (UpdateDocumentDefaultVersionInput) String added in v1.5.13

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 (*UpdateDocumentDefaultVersionInput) Validate added in v1.5.13

Validate inspects the fields of the type to determine if they are valid.

type UpdateDocumentDefaultVersionOutput added in v1.5.13

type UpdateDocumentDefaultVersionOutput struct {

	// The description of a custom document that you want to set as the default
	// version.
	Description *DocumentDefaultVersionDescription `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateDocumentDefaultVersionOutput) GoString added in v1.5.13

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 (*UpdateDocumentDefaultVersionOutput) SetDescription added in v1.5.13

SetDescription sets the Description field's value.

func (UpdateDocumentDefaultVersionOutput) String added in v1.5.13

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 UpdateDocumentInput added in v1.5.13

type UpdateDocumentInput struct {

	// A list of key-value pairs that describe attachments to a version of a document.
	Attachments []*AttachmentsSource `type:"list"`

	// A valid JSON or YAML string.
	//
	// Content is a required field
	Content *string `min:"1" type:"string" required:"true"`

	// The friendly name of the SSM document that you want to update. This value
	// can differ for each version of the document. If you don't specify a value
	// for this parameter in your request, the existing value is applied to the
	// new document version.
	DisplayName *string `type:"string"`

	// Specify the document format for the new document version. Systems Manager
	// supports JSON and YAML documents. JSON is the default format.
	DocumentFormat *string `type:"string" enum:"DocumentFormat"`

	// The version of the document that you want to update. Currently, Systems Manager
	// supports updating only the latest version of the document. You can specify
	// the version number of the latest version or use the $LATEST variable.
	//
	// 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.
	DocumentVersion *string `type:"string"`

	// The name of the SSM document that you want to update.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// Specify a new target type for the document.
	TargetType *string `type:"string"`

	// An optional field specifying the version of the artifact you are updating
	// with the document. For example, 12.6. 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 (UpdateDocumentInput) GoString added in v1.5.13

func (s UpdateDocumentInput) 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 (*UpdateDocumentInput) SetAttachments added in v1.15.80

SetAttachments sets the Attachments field's value.

func (*UpdateDocumentInput) SetContent added in v1.5.13

SetContent sets the Content field's value.

func (*UpdateDocumentInput) SetDisplayName added in v1.38.37

func (s *UpdateDocumentInput) SetDisplayName(v string) *UpdateDocumentInput

SetDisplayName sets the DisplayName field's value.

func (*UpdateDocumentInput) SetDocumentFormat added in v1.12.37

func (s *UpdateDocumentInput) SetDocumentFormat(v string) *UpdateDocumentInput

SetDocumentFormat sets the DocumentFormat field's value.

func (*UpdateDocumentInput) SetDocumentVersion added in v1.5.13

func (s *UpdateDocumentInput) SetDocumentVersion(v string) *UpdateDocumentInput

SetDocumentVersion sets the DocumentVersion field's value.

func (*UpdateDocumentInput) SetName added in v1.5.13

SetName sets the Name field's value.

func (*UpdateDocumentInput) SetTargetType added in v1.12.37

func (s *UpdateDocumentInput) SetTargetType(v string) *UpdateDocumentInput

SetTargetType sets the TargetType field's value.

func (*UpdateDocumentInput) SetVersionName added in v1.15.80

func (s *UpdateDocumentInput) SetVersionName(v string) *UpdateDocumentInput

SetVersionName sets the VersionName field's value.

func (UpdateDocumentInput) String added in v1.5.13

func (s UpdateDocumentInput) 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 (*UpdateDocumentInput) Validate added in v1.5.13

func (s *UpdateDocumentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDocumentMetadataInput added in v1.36.9

type UpdateDocumentMetadataInput struct {

	// The change template review details to update.
	//
	// DocumentReviews is a required field
	DocumentReviews *DocumentReviews `type:"structure" required:"true"`

	// The version of a change template in which to update approval metadata.
	DocumentVersion *string `type:"string"`

	// The name of the change template for which a version's metadata is to be updated.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateDocumentMetadataInput) GoString added in v1.36.9

func (s UpdateDocumentMetadataInput) 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 (*UpdateDocumentMetadataInput) SetDocumentReviews added in v1.36.9

SetDocumentReviews sets the DocumentReviews field's value.

func (*UpdateDocumentMetadataInput) SetDocumentVersion added in v1.36.9

SetDocumentVersion sets the DocumentVersion field's value.

func (*UpdateDocumentMetadataInput) SetName added in v1.36.9

SetName sets the Name field's value.

func (UpdateDocumentMetadataInput) String added in v1.36.9

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 (*UpdateDocumentMetadataInput) Validate added in v1.36.9

func (s *UpdateDocumentMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDocumentMetadataOutput added in v1.36.9

type UpdateDocumentMetadataOutput struct {
	// contains filtered or unexported fields
}

func (UpdateDocumentMetadataOutput) GoString added in v1.36.9

func (s UpdateDocumentMetadataOutput) 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 (UpdateDocumentMetadataOutput) String added in v1.36.9

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 UpdateDocumentOutput added in v1.5.13

type UpdateDocumentOutput struct {

	// A description of the document that was updated.
	DocumentDescription *DocumentDescription `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateDocumentOutput) GoString added in v1.5.13

func (s UpdateDocumentOutput) 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 (*UpdateDocumentOutput) SetDocumentDescription added in v1.5.13

func (s *UpdateDocumentOutput) SetDocumentDescription(v *DocumentDescription) *UpdateDocumentOutput

SetDocumentDescription sets the DocumentDescription field's value.

func (UpdateDocumentOutput) String added in v1.5.13

func (s UpdateDocumentOutput) 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 UpdateMaintenanceWindowInput added in v1.5.13

type UpdateMaintenanceWindowInput struct {

	// Whether targets must be registered with the maintenance window before tasks
	// can be defined for those targets.
	AllowUnassociatedTargets *bool `type:"boolean"`

	// The number of hours before the end of the maintenance window that Amazon
	// Web Services Systems Manager stops scheduling new tasks for execution.
	Cutoff *int64 `type:"integer"`

	// An optional description for the update request.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateMaintenanceWindowInput's
	// String and GoString methods.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// The duration of the maintenance window in hours.
	Duration *int64 `min:"1" type:"integer"`

	// Whether the maintenance window is enabled.
	Enabled *bool `type:"boolean"`

	// 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 *string `min:"3" type:"string"`

	// If True, then all fields that are required by the CreateMaintenanceWindow
	// operation are also required for this API request. Optional fields that aren't
	// specified are set to null.
	Replace *bool `type:"boolean"`

	// The schedule of the maintenance window in the form of a cron or rate expression.
	Schedule *string `min:"1" type:"string"`

	// 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 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.
	StartDate *string `type:"string"`

	// The ID of the maintenance window to update.
	//
	// WindowId is a required field
	WindowId *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateMaintenanceWindowInput) GoString added in v1.5.13

func (s UpdateMaintenanceWindowInput) 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 (*UpdateMaintenanceWindowInput) SetAllowUnassociatedTargets added in v1.5.13

func (s *UpdateMaintenanceWindowInput) SetAllowUnassociatedTargets(v bool) *UpdateMaintenanceWindowInput

SetAllowUnassociatedTargets sets the AllowUnassociatedTargets field's value.

func (*UpdateMaintenanceWindowInput) SetCutoff added in v1.5.13

SetCutoff sets the Cutoff field's value.

func (*UpdateMaintenanceWindowInput) SetDescription added in v1.10.25

SetDescription sets the Description field's value.

func (*UpdateMaintenanceWindowInput) SetDuration added in v1.5.13

SetDuration sets the Duration field's value.

func (*UpdateMaintenanceWindowInput) SetEnabled added in v1.5.13

SetEnabled sets the Enabled field's value.

func (*UpdateMaintenanceWindowInput) SetEndDate added in v1.15.51

SetEndDate sets the EndDate field's value.

func (*UpdateMaintenanceWindowInput) SetName added in v1.5.13

SetName sets the Name field's value.

func (*UpdateMaintenanceWindowInput) SetReplace added in v1.10.25

SetReplace sets the Replace field's value.

func (*UpdateMaintenanceWindowInput) SetSchedule added in v1.5.13

SetSchedule sets the Schedule field's value.

func (*UpdateMaintenanceWindowInput) SetScheduleOffset added in v1.32.5

SetScheduleOffset sets the ScheduleOffset field's value.

func (*UpdateMaintenanceWindowInput) SetScheduleTimezone added in v1.15.51

SetScheduleTimezone sets the ScheduleTimezone field's value.

func (*UpdateMaintenanceWindowInput) SetStartDate added in v1.15.51

SetStartDate sets the StartDate field's value.

func (*UpdateMaintenanceWindowInput) SetWindowId added in v1.5.13

SetWindowId sets the WindowId field's value.

func (UpdateMaintenanceWindowInput) String added in v1.5.13

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 (*UpdateMaintenanceWindowInput) Validate added in v1.5.13

func (s *UpdateMaintenanceWindowInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateMaintenanceWindowOutput added in v1.5.13

type UpdateMaintenanceWindowOutput struct {

	// Whether targets must be registered with the maintenance window before tasks
	// can be defined for those targets.
	AllowUnassociatedTargets *bool `type:"boolean"`

	// The number of hours before the end of the maintenance window that Amazon
	// Web Services Systems Manager stops scheduling new tasks for execution.
	Cutoff *int64 `type:"integer"`

	// An optional description of the update.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateMaintenanceWindowOutput's
	// String and GoString methods.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// The duration of the maintenance window in hours.
	Duration *int64 `min:"1" type:"integer"`

	// Whether the maintenance window is enabled.
	Enabled *bool `type:"boolean"`

	// The date and time, in ISO-8601 Extended format, for when the maintenance
	// window is scheduled to become inactive. The maintenance window won't run
	// after this specified time.
	EndDate *string `type:"string"`

	// The name of the maintenance window.
	Name *string `min:"3" type:"string"`

	// The schedule of the maintenance window in the form of a cron or rate expression.
	Schedule *string `min:"1" type:"string"`

	// The number of days to wait to run a maintenance window after the scheduled
	// cron expression date and time.
	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 the maintenance
	// window is scheduled to become active. The maintenance window won't run before
	// this specified time.
	StartDate *string `type:"string"`

	// The ID of the created maintenance window.
	WindowId *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateMaintenanceWindowOutput) GoString added in v1.5.13

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 (*UpdateMaintenanceWindowOutput) SetAllowUnassociatedTargets added in v1.5.13

func (s *UpdateMaintenanceWindowOutput) SetAllowUnassociatedTargets(v bool) *UpdateMaintenanceWindowOutput

SetAllowUnassociatedTargets sets the AllowUnassociatedTargets field's value.

func (*UpdateMaintenanceWindowOutput) SetCutoff added in v1.5.13

SetCutoff sets the Cutoff field's value.

func (*UpdateMaintenanceWindowOutput) SetDescription added in v1.10.25

SetDescription sets the Description field's value.

func (*UpdateMaintenanceWindowOutput) SetDuration added in v1.5.13

SetDuration sets the Duration field's value.

func (*UpdateMaintenanceWindowOutput) SetEnabled added in v1.5.13

SetEnabled sets the Enabled field's value.

func (*UpdateMaintenanceWindowOutput) SetEndDate added in v1.15.51

SetEndDate sets the EndDate field's value.

func (*UpdateMaintenanceWindowOutput) SetName added in v1.5.13

SetName sets the Name field's value.

func (*UpdateMaintenanceWindowOutput) SetSchedule added in v1.5.13

SetSchedule sets the Schedule field's value.

func (*UpdateMaintenanceWindowOutput) SetScheduleOffset added in v1.32.5

SetScheduleOffset sets the ScheduleOffset field's value.

func (*UpdateMaintenanceWindowOutput) SetScheduleTimezone added in v1.15.51

SetScheduleTimezone sets the ScheduleTimezone field's value.

func (*UpdateMaintenanceWindowOutput) SetStartDate added in v1.15.51

SetStartDate sets the StartDate field's value.

func (*UpdateMaintenanceWindowOutput) SetWindowId added in v1.5.13

SetWindowId sets the WindowId field's value.

func (UpdateMaintenanceWindowOutput) String added in v1.5.13

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 UpdateMaintenanceWindowTargetInput added in v1.10.25

type UpdateMaintenanceWindowTargetInput struct {

	// An optional description for the update.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateMaintenanceWindowTargetInput's
	// String and GoString methods.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// A name for the update.
	Name *string `min:"3" type:"string"`

	// User-provided value that will be included in any Amazon CloudWatch Events
	// events raised while running tasks for these targets in this maintenance window.
	//
	// OwnerInformation is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateMaintenanceWindowTargetInput's
	// String and GoString methods.
	OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

	// If True, then all fields that are required by the RegisterTargetWithMaintenanceWindow
	// operation are also required for this API request. Optional fields that aren't
	// specified are set to null.
	Replace *bool `type:"boolean"`

	// The targets to add or replace.
	Targets []*Target `type:"list"`

	// The maintenance window ID with which to modify the target.
	//
	// WindowId is a required field
	WindowId *string `min:"20" type:"string" required:"true"`

	// The target ID to modify.
	//
	// WindowTargetId is a required field
	WindowTargetId *string `min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateMaintenanceWindowTargetInput) GoString added in v1.10.25

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 (*UpdateMaintenanceWindowTargetInput) SetDescription added in v1.10.25

SetDescription sets the Description field's value.

func (*UpdateMaintenanceWindowTargetInput) SetName added in v1.10.25

SetName sets the Name field's value.

func (*UpdateMaintenanceWindowTargetInput) SetOwnerInformation added in v1.10.25

SetOwnerInformation sets the OwnerInformation field's value.

func (*UpdateMaintenanceWindowTargetInput) SetReplace added in v1.10.25

SetReplace sets the Replace field's value.

func (*UpdateMaintenanceWindowTargetInput) SetTargets added in v1.10.25

SetTargets sets the Targets field's value.

func (*UpdateMaintenanceWindowTargetInput) SetWindowId added in v1.10.25

SetWindowId sets the WindowId field's value.

func (*UpdateMaintenanceWindowTargetInput) SetWindowTargetId added in v1.10.25

SetWindowTargetId sets the WindowTargetId field's value.

func (UpdateMaintenanceWindowTargetInput) String added in v1.10.25

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 (*UpdateMaintenanceWindowTargetInput) Validate added in v1.10.25

Validate inspects the fields of the type to determine if they are valid.

type UpdateMaintenanceWindowTargetOutput added in v1.10.25

type UpdateMaintenanceWindowTargetOutput struct {

	// The updated description.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateMaintenanceWindowTargetOutput's
	// String and GoString methods.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// The updated name.
	Name *string `min:"3" type:"string"`

	// The updated owner.
	//
	// OwnerInformation is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateMaintenanceWindowTargetOutput's
	// String and GoString methods.
	OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

	// The updated targets.
	Targets []*Target `type:"list"`

	// The maintenance window ID specified in the update request.
	WindowId *string `min:"20" type:"string"`

	// The target ID specified in the update request.
	WindowTargetId *string `min:"36" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateMaintenanceWindowTargetOutput) GoString added in v1.10.25

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 (*UpdateMaintenanceWindowTargetOutput) SetDescription added in v1.10.25

SetDescription sets the Description field's value.

func (*UpdateMaintenanceWindowTargetOutput) SetName added in v1.10.25

SetName sets the Name field's value.

func (*UpdateMaintenanceWindowTargetOutput) SetOwnerInformation added in v1.10.25

SetOwnerInformation sets the OwnerInformation field's value.

func (*UpdateMaintenanceWindowTargetOutput) SetTargets added in v1.10.25

SetTargets sets the Targets field's value.

func (*UpdateMaintenanceWindowTargetOutput) SetWindowId added in v1.10.25

SetWindowId sets the WindowId field's value.

func (*UpdateMaintenanceWindowTargetOutput) SetWindowTargetId added in v1.10.25

SetWindowTargetId sets the WindowTargetId field's value.

func (UpdateMaintenanceWindowTargetOutput) String added in v1.10.25

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 UpdateMaintenanceWindowTaskInput added in v1.10.25

type UpdateMaintenanceWindowTaskInput struct {

	// The CloudWatch alarm you want to apply to your maintenance window task.
	AlarmConfiguration *AlarmConfiguration `type:"structure"`

	// Indicates whether tasks should continue to run after the cutoff time specified
	// in the maintenance windows is reached.
	//
	//    * CONTINUE_TASK: When the cutoff time is reached, any tasks that are running
	//    continue. The default value.
	//
	//    * CANCEL_TASK: For Automation, Lambda, Step Functions tasks: When the
	//    cutoff time is reached, any task invocations that are already running
	//    continue, but no new task invocations are started. For Run Command tasks:
	//    When the cutoff time is reached, the system sends a CancelCommand operation
	//    that attempts to cancel the command associated with the task. However,
	//    there is no guarantee that the command will be terminated and the underlying
	//    process stopped. The status for tasks that are not completed is TIMED_OUT.
	CutoffBehavior *string `type:"string" enum:"MaintenanceWindowTaskCutoffBehavior"`

	// The new task description to specify.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateMaintenanceWindowTaskInput's
	// String and GoString methods.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// The new logging location in Amazon S3 to specify.
	//
	// LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service
	// (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and
	// OutputS3KeyPrefix options in the TaskInvocationParameters structure. For
	// information about how Amazon Web Services Systems Manager handles these options
	// for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
	LoggingInfo *LoggingInfo `type:"structure"`

	// The new MaxConcurrency value you want to specify. MaxConcurrency is the number
	// of targets that are allowed to run this task, in parallel.
	//
	// Although this element is listed as "Required: No", a value can be omitted
	// only when you are registering or updating a targetless task (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html)
	// You must provide a value in all other cases.
	//
	// For maintenance window tasks without a target specified, you can't supply
	// a value for this option. Instead, the system inserts a placeholder value
	// of 1. This value doesn't affect the running of your task.
	MaxConcurrency *string `min:"1" type:"string"`

	// The new MaxErrors value to specify. MaxErrors is the maximum number of errors
	// that are allowed before the task stops being scheduled.
	//
	// Although this element is listed as "Required: No", a value can be omitted
	// only when you are registering or updating a targetless task (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html)
	// You must provide a value in all other cases.
	//
	// For maintenance window tasks without a target specified, you can't supply
	// a value for this option. Instead, the system inserts a placeholder value
	// of 1. This value doesn't affect the running of your task.
	MaxErrors *string `min:"1" type:"string"`

	// The new task name to specify.
	Name *string `min:"3" type:"string"`

	// The new task priority to specify. The lower the number, the higher the priority.
	// Tasks that have the same priority are scheduled in parallel.
	Priority *int64 `type:"integer"`

	// If True, then all fields that are required by the RegisterTaskWithMaintenanceWindow
	// operation are also required for this API request. Optional fields that aren't
	// specified are set to null.
	Replace *bool `type:"boolean"`

	// The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services
	// Systems Manager to assume when running a maintenance window task. If you
	// do not specify a service role ARN, Systems Manager uses your account's service-linked
	// role. If no service-linked role for Systems Manager exists in your account,
	// it is created when you run RegisterTaskWithMaintenanceWindow.
	//
	// For more information, see Using service-linked roles for Systems Manager
	// (https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions)
	// in the in the Amazon Web Services Systems Manager User Guide:
	ServiceRoleArn *string `type:"string"`

	// The targets (either managed nodes or tags) to modify. Managed nodes are specified
	// using the format Key=instanceids,Values=instanceID_1,instanceID_2. Tags are
	// specified using the format Key=tag_name,Values=tag_value.
	//
	// One or more targets must be specified for maintenance window Run Command-type
	// tasks. Depending on the task, targets are optional for other maintenance
	// window task types (Automation, Lambda, and Step Functions). For more information
	// about running tasks that don't specify targets, see Registering maintenance
	// window tasks without targets (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html)
	// in the Amazon Web Services Systems Manager User Guide.
	Targets []*Target `type:"list"`

	// The task ARN to modify.
	TaskArn *string `min:"1" type:"string"`

	// The parameters that the task should use during execution. Populate only the
	// fields that match the task type. All other fields should be empty.
	//
	// When you update a maintenance window task that has options specified in TaskInvocationParameters,
	// you must provide again all the TaskInvocationParameters values that you want
	// to retain. The values you don't specify again are removed. For example, suppose
	// that when you registered a Run Command task, you specified TaskInvocationParameters
	// values for Comment, NotificationConfig, and OutputS3BucketName. If you update
	// the maintenance window task and specify only a different OutputS3BucketName
	// value, the values for Comment and NotificationConfig are removed.
	TaskInvocationParameters *MaintenanceWindowTaskInvocationParameters `type:"structure"`

	// The parameters to modify.
	//
	// TaskParameters has been deprecated. To specify parameters to pass to a task
	// when it runs, instead use the Parameters option in the TaskInvocationParameters
	// structure. For information about how Systems Manager handles these options
	// for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
	//
	// The map has the following format:
	//
	// Key: string, between 1 and 255 characters
	//
	// Value: an array of strings, each string is between 1 and 255 characters
	//
	// TaskParameters is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateMaintenanceWindowTaskInput's
	// String and GoString methods.
	TaskParameters map[string]*MaintenanceWindowTaskParameterValueExpression `type:"map" sensitive:"true"`

	// The maintenance window ID that contains the task to modify.
	//
	// WindowId is a required field
	WindowId *string `min:"20" type:"string" required:"true"`

	// The task ID to modify.
	//
	// WindowTaskId is a required field
	WindowTaskId *string `min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateMaintenanceWindowTaskInput) GoString added in v1.10.25

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 (*UpdateMaintenanceWindowTaskInput) SetAlarmConfiguration added in v1.44.106

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*UpdateMaintenanceWindowTaskInput) SetCutoffBehavior added in v1.40.48

SetCutoffBehavior sets the CutoffBehavior field's value.

func (*UpdateMaintenanceWindowTaskInput) SetDescription added in v1.10.25

SetDescription sets the Description field's value.

func (*UpdateMaintenanceWindowTaskInput) SetLoggingInfo added in v1.10.25

SetLoggingInfo sets the LoggingInfo field's value.

func (*UpdateMaintenanceWindowTaskInput) SetMaxConcurrency added in v1.10.25

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*UpdateMaintenanceWindowTaskInput) SetMaxErrors added in v1.10.25

SetMaxErrors sets the MaxErrors field's value.

func (*UpdateMaintenanceWindowTaskInput) SetName added in v1.10.25

SetName sets the Name field's value.

func (*UpdateMaintenanceWindowTaskInput) SetPriority added in v1.10.25

SetPriority sets the Priority field's value.

func (*UpdateMaintenanceWindowTaskInput) SetReplace added in v1.10.25

SetReplace sets the Replace field's value.

func (*UpdateMaintenanceWindowTaskInput) SetServiceRoleArn added in v1.10.25

SetServiceRoleArn sets the ServiceRoleArn field's value.

func (*UpdateMaintenanceWindowTaskInput) SetTargets added in v1.10.25

SetTargets sets the Targets field's value.

func (*UpdateMaintenanceWindowTaskInput) SetTaskArn added in v1.10.25

SetTaskArn sets the TaskArn field's value.

func (*UpdateMaintenanceWindowTaskInput) SetTaskInvocationParameters added in v1.10.25

SetTaskInvocationParameters sets the TaskInvocationParameters field's value.

func (*UpdateMaintenanceWindowTaskInput) SetTaskParameters added in v1.10.25

SetTaskParameters sets the TaskParameters field's value.

func (*UpdateMaintenanceWindowTaskInput) SetWindowId added in v1.10.25

SetWindowId sets the WindowId field's value.

func (*UpdateMaintenanceWindowTaskInput) SetWindowTaskId added in v1.10.25

SetWindowTaskId sets the WindowTaskId field's value.

func (UpdateMaintenanceWindowTaskInput) String added in v1.10.25

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 (*UpdateMaintenanceWindowTaskInput) Validate added in v1.10.25

Validate inspects the fields of the type to determine if they are valid.

type UpdateMaintenanceWindowTaskOutput added in v1.10.25

type UpdateMaintenanceWindowTaskOutput struct {

	// The details for the CloudWatch alarm you applied to your maintenance window
	// task.
	AlarmConfiguration *AlarmConfiguration `type:"structure"`

	// The specification for whether tasks should continue to run after the cutoff
	// time specified in the maintenance windows is reached.
	CutoffBehavior *string `type:"string" enum:"MaintenanceWindowTaskCutoffBehavior"`

	// The updated task description.
	//
	// Description is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateMaintenanceWindowTaskOutput's
	// String and GoString methods.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// The updated logging information in Amazon S3.
	//
	// LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service
	// (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and
	// OutputS3KeyPrefix options in the TaskInvocationParameters structure. For
	// information about how Amazon Web Services Systems Manager handles these options
	// for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
	LoggingInfo *LoggingInfo `type:"structure"`

	// The updated MaxConcurrency value.
	MaxConcurrency *string `min:"1" type:"string"`

	// The updated MaxErrors value.
	MaxErrors *string `min:"1" type:"string"`

	// The updated task name.
	Name *string `min:"3" type:"string"`

	// The updated priority value.
	Priority *int64 `type:"integer"`

	// The Amazon Resource Name (ARN) of the Identity and Access Management (IAM)
	// service role to use to publish Amazon Simple Notification Service (Amazon
	// SNS) notifications for maintenance window Run Command tasks.
	ServiceRoleArn *string `type:"string"`

	// The updated target values.
	Targets []*Target `type:"list"`

	// The updated task ARN value.
	TaskArn *string `min:"1" type:"string"`

	// The updated parameter values.
	TaskInvocationParameters *MaintenanceWindowTaskInvocationParameters `type:"structure"`

	// The updated parameter values.
	//
	// TaskParameters has been deprecated. To specify parameters to pass to a task
	// when it runs, instead use the Parameters option in the TaskInvocationParameters
	// structure. For information about how Systems Manager handles these options
	// for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
	//
	// TaskParameters is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateMaintenanceWindowTaskOutput's
	// String and GoString methods.
	TaskParameters map[string]*MaintenanceWindowTaskParameterValueExpression `type:"map" sensitive:"true"`

	// The ID of the maintenance window that was updated.
	WindowId *string `min:"20" type:"string"`

	// The task ID of the maintenance window that was updated.
	WindowTaskId *string `min:"36" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateMaintenanceWindowTaskOutput) GoString added in v1.10.25

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 (*UpdateMaintenanceWindowTaskOutput) SetAlarmConfiguration added in v1.44.106

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetCutoffBehavior added in v1.40.48

SetCutoffBehavior sets the CutoffBehavior field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetDescription added in v1.10.25

SetDescription sets the Description field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetLoggingInfo added in v1.10.25

SetLoggingInfo sets the LoggingInfo field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetMaxConcurrency added in v1.10.25

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetMaxErrors added in v1.10.25

SetMaxErrors sets the MaxErrors field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetName added in v1.10.25

SetName sets the Name field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetPriority added in v1.10.25

SetPriority sets the Priority field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetServiceRoleArn added in v1.10.25

SetServiceRoleArn sets the ServiceRoleArn field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetTargets added in v1.10.25

SetTargets sets the Targets field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetTaskArn added in v1.10.25

SetTaskArn sets the TaskArn field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetTaskInvocationParameters added in v1.10.25

SetTaskInvocationParameters sets the TaskInvocationParameters field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetTaskParameters added in v1.10.25

SetTaskParameters sets the TaskParameters field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetWindowId added in v1.10.25

SetWindowId sets the WindowId field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetWindowTaskId added in v1.10.25

SetWindowTaskId sets the WindowTaskId field's value.

func (UpdateMaintenanceWindowTaskOutput) String added in v1.10.25

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 UpdateManagedInstanceRoleInput added in v1.2.2

type UpdateManagedInstanceRoleInput struct {

	// 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"`

	// The ID of the managed node where you want to update the role.
	//
	// InstanceId is a required field
	InstanceId *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateManagedInstanceRoleInput) GoString added in v1.2.2

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 (*UpdateManagedInstanceRoleInput) SetIamRole added in v1.5.0

SetIamRole sets the IamRole field's value.

func (*UpdateManagedInstanceRoleInput) SetInstanceId added in v1.5.0

SetInstanceId sets the InstanceId field's value.

func (UpdateManagedInstanceRoleInput) String added in v1.2.2

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 (*UpdateManagedInstanceRoleInput) Validate added in v1.2.2

func (s *UpdateManagedInstanceRoleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateManagedInstanceRoleOutput added in v1.2.2

type UpdateManagedInstanceRoleOutput struct {
	// contains filtered or unexported fields
}

func (UpdateManagedInstanceRoleOutput) GoString added in v1.2.2

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 (UpdateManagedInstanceRoleOutput) String added in v1.2.2

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 UpdateOpsItemInput added in v1.19.45

type UpdateOpsItemInput struct {

	// 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 new category for an OpsItem.
	Category *string `min:"1" type:"string"`

	// User-defined text that contains information about the OpsItem, in Markdown
	// format.
	Description *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of an SNS topic where notifications are sent
	// when this OpsItem is edited or changed.
	Notifications []*OpsItemNotification `type:"list"`

	// Add new keys or edit existing key-value pairs of the OperationalData map
	// in the OpsItem object.
	//
	// 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 Creating 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"`

	// Keys that you want to remove from the OperationalData map.
	OperationalDataToDelete []*string `type:"list"`

	// The OpsItem Amazon Resource Name (ARN).
	OpsItemArn *string `min:"20" type:"string"`

	// The ID of the OpsItem.
	//
	// OpsItemId is a required field
	OpsItemId *string `type:"string" required:"true"`

	// 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 new severity for an OpsItem.
	Severity *string `min:"1" type:"string"`

	// The OpsItem status. Status can be Open, In Progress, or Resolved. For more
	// information, see Editing OpsItem details (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems-editing-details.html)
	// in the Amazon Web Services Systems Manager User Guide.
	Status *string `type:"string" enum:"OpsItemStatus"`

	// A short heading that describes the nature of the OpsItem and the impacted
	// resource.
	Title *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateOpsItemInput) GoString added in v1.19.45

func (s UpdateOpsItemInput) 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 (*UpdateOpsItemInput) SetActualEndTime added in v1.36.9

func (s *UpdateOpsItemInput) SetActualEndTime(v time.Time) *UpdateOpsItemInput

SetActualEndTime sets the ActualEndTime field's value.

func (*UpdateOpsItemInput) SetActualStartTime added in v1.36.9

func (s *UpdateOpsItemInput) SetActualStartTime(v time.Time) *UpdateOpsItemInput

SetActualStartTime sets the ActualStartTime field's value.

func (*UpdateOpsItemInput) SetCategory added in v1.25.37

func (s *UpdateOpsItemInput) SetCategory(v string) *UpdateOpsItemInput

SetCategory sets the Category field's value.

func (*UpdateOpsItemInput) SetDescription added in v1.19.45

func (s *UpdateOpsItemInput) SetDescription(v string) *UpdateOpsItemInput

SetDescription sets the Description field's value.

func (*UpdateOpsItemInput) SetNotifications added in v1.19.45

func (s *UpdateOpsItemInput) SetNotifications(v []*OpsItemNotification) *UpdateOpsItemInput

SetNotifications sets the Notifications field's value.

func (*UpdateOpsItemInput) SetOperationalData added in v1.19.45

func (s *UpdateOpsItemInput) SetOperationalData(v map[string]*OpsItemDataValue) *UpdateOpsItemInput

SetOperationalData sets the OperationalData field's value.

func (*UpdateOpsItemInput) SetOperationalDataToDelete added in v1.19.45

func (s *UpdateOpsItemInput) SetOperationalDataToDelete(v []*string) *UpdateOpsItemInput

SetOperationalDataToDelete sets the OperationalDataToDelete field's value.

func (*UpdateOpsItemInput) SetOpsItemArn added in v1.44.139

func (s *UpdateOpsItemInput) SetOpsItemArn(v string) *UpdateOpsItemInput

SetOpsItemArn sets the OpsItemArn field's value.

func (*UpdateOpsItemInput) SetOpsItemId added in v1.19.45

func (s *UpdateOpsItemInput) SetOpsItemId(v string) *UpdateOpsItemInput

SetOpsItemId sets the OpsItemId field's value.

func (*UpdateOpsItemInput) SetPlannedEndTime added in v1.36.9

func (s *UpdateOpsItemInput) SetPlannedEndTime(v time.Time) *UpdateOpsItemInput

SetPlannedEndTime sets the PlannedEndTime field's value.

func (*UpdateOpsItemInput) SetPlannedStartTime added in v1.36.9

func (s *UpdateOpsItemInput) SetPlannedStartTime(v time.Time) *UpdateOpsItemInput

SetPlannedStartTime sets the PlannedStartTime field's value.

func (*UpdateOpsItemInput) SetPriority added in v1.19.45

func (s *UpdateOpsItemInput) SetPriority(v int64) *UpdateOpsItemInput

SetPriority sets the Priority field's value.

func (*UpdateOpsItemInput) SetRelatedOpsItems added in v1.19.45

func (s *UpdateOpsItemInput) SetRelatedOpsItems(v []*RelatedOpsItem) *UpdateOpsItemInput

SetRelatedOpsItems sets the RelatedOpsItems field's value.

func (*UpdateOpsItemInput) SetSeverity added in v1.25.37

func (s *UpdateOpsItemInput) SetSeverity(v string) *UpdateOpsItemInput

SetSeverity sets the Severity field's value.

func (*UpdateOpsItemInput) SetStatus added in v1.19.45

func (s *UpdateOpsItemInput) SetStatus(v string) *UpdateOpsItemInput

SetStatus sets the Status field's value.

func (*UpdateOpsItemInput) SetTitle added in v1.19.45

SetTitle sets the Title field's value.

func (UpdateOpsItemInput) String added in v1.19.45

func (s UpdateOpsItemInput) 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 (*UpdateOpsItemInput) Validate added in v1.19.45

func (s *UpdateOpsItemInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateOpsItemOutput added in v1.19.45

type UpdateOpsItemOutput struct {
	// contains filtered or unexported fields
}

func (UpdateOpsItemOutput) GoString added in v1.19.45

func (s UpdateOpsItemOutput) 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 (UpdateOpsItemOutput) String added in v1.19.45

func (s UpdateOpsItemOutput) 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 UpdateOpsMetadataInput added in v1.36.2

type UpdateOpsMetadataInput struct {

	// The metadata keys to delete from the OpsMetadata object.
	KeysToDelete []*string `min:"1" type:"list"`

	// Metadata to add to an OpsMetadata object.
	MetadataToUpdate map[string]*MetadataValue `min:"1" type:"map"`

	// The Amazon Resource Name (ARN) of the OpsMetadata Object to update.
	//
	// OpsMetadataArn is a required field
	OpsMetadataArn *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateOpsMetadataInput) GoString added in v1.36.2

func (s UpdateOpsMetadataInput) 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 (*UpdateOpsMetadataInput) SetKeysToDelete added in v1.36.2

func (s *UpdateOpsMetadataInput) SetKeysToDelete(v []*string) *UpdateOpsMetadataInput

SetKeysToDelete sets the KeysToDelete field's value.

func (*UpdateOpsMetadataInput) SetMetadataToUpdate added in v1.36.2

func (s *UpdateOpsMetadataInput) SetMetadataToUpdate(v map[string]*MetadataValue) *UpdateOpsMetadataInput

SetMetadataToUpdate sets the MetadataToUpdate field's value.

func (*UpdateOpsMetadataInput) SetOpsMetadataArn added in v1.36.2

func (s *UpdateOpsMetadataInput) SetOpsMetadataArn(v string) *UpdateOpsMetadataInput

SetOpsMetadataArn sets the OpsMetadataArn field's value.

func (UpdateOpsMetadataInput) String added in v1.36.2

func (s UpdateOpsMetadataInput) 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 (*UpdateOpsMetadataInput) Validate added in v1.36.2

func (s *UpdateOpsMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateOpsMetadataOutput added in v1.36.2

type UpdateOpsMetadataOutput struct {

	// The Amazon Resource Name (ARN) of the OpsMetadata Object that was updated.
	OpsMetadataArn *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateOpsMetadataOutput) GoString added in v1.36.2

func (s UpdateOpsMetadataOutput) 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 (*UpdateOpsMetadataOutput) SetOpsMetadataArn added in v1.36.2

func (s *UpdateOpsMetadataOutput) SetOpsMetadataArn(v string) *UpdateOpsMetadataOutput

SetOpsMetadataArn sets the OpsMetadataArn field's value.

func (UpdateOpsMetadataOutput) String added in v1.36.2

func (s UpdateOpsMetadataOutput) 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 UpdatePatchBaselineInput added in v1.6.4

type UpdatePatchBaselineInput 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"`

	// Assigns a new compliance severity level to an existing patch baseline.
	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"`

	// The ID of the patch baseline to update.
	//
	// BaselineId is a required field
	BaselineId *string `min:"20" type:"string" required:"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 *string `min:"3" type:"string"`

	// 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"`

	// If True, then all fields that are required by the CreatePatchBaseline operation
	// are also required for this API request. Optional fields that aren't specified
	// are set to null.
	Replace *bool `type:"boolean"`

	// 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
}

func (UpdatePatchBaselineInput) GoString added in v1.6.4

func (s UpdatePatchBaselineInput) 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 (*UpdatePatchBaselineInput) SetApprovalRules added in v1.6.4

SetApprovalRules sets the ApprovalRules field's value.

func (*UpdatePatchBaselineInput) SetApprovedPatches added in v1.6.4

func (s *UpdatePatchBaselineInput) SetApprovedPatches(v []*string) *UpdatePatchBaselineInput

SetApprovedPatches sets the ApprovedPatches field's value.

func (*UpdatePatchBaselineInput) SetApprovedPatchesComplianceLevel added in v1.10.8

func (s *UpdatePatchBaselineInput) SetApprovedPatchesComplianceLevel(v string) *UpdatePatchBaselineInput

SetApprovedPatchesComplianceLevel sets the ApprovedPatchesComplianceLevel field's value.

func (*UpdatePatchBaselineInput) SetApprovedPatchesEnableNonSecurity added in v1.12.72

func (s *UpdatePatchBaselineInput) SetApprovedPatchesEnableNonSecurity(v bool) *UpdatePatchBaselineInput

SetApprovedPatchesEnableNonSecurity sets the ApprovedPatchesEnableNonSecurity field's value.

func (*UpdatePatchBaselineInput) SetBaselineId added in v1.6.4

SetBaselineId sets the BaselineId field's value.

func (*UpdatePatchBaselineInput) SetDescription added in v1.6.4

SetDescription sets the Description field's value.

func (*UpdatePatchBaselineInput) SetGlobalFilters added in v1.6.4

SetGlobalFilters sets the GlobalFilters field's value.

func (*UpdatePatchBaselineInput) SetName added in v1.6.4

SetName sets the Name field's value.

func (*UpdatePatchBaselineInput) SetRejectedPatches added in v1.6.4

func (s *UpdatePatchBaselineInput) SetRejectedPatches(v []*string) *UpdatePatchBaselineInput

SetRejectedPatches sets the RejectedPatches field's value.

func (*UpdatePatchBaselineInput) SetRejectedPatchesAction added in v1.15.48

func (s *UpdatePatchBaselineInput) SetRejectedPatchesAction(v string) *UpdatePatchBaselineInput

SetRejectedPatchesAction sets the RejectedPatchesAction field's value.

func (*UpdatePatchBaselineInput) SetReplace added in v1.12.72

SetReplace sets the Replace field's value.

func (*UpdatePatchBaselineInput) SetSources added in v1.12.72

SetSources sets the Sources field's value.

func (UpdatePatchBaselineInput) String added in v1.6.4

func (s UpdatePatchBaselineInput) 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 (*UpdatePatchBaselineInput) Validate added in v1.6.4

func (s *UpdatePatchBaselineInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdatePatchBaselineOutput added in v1.6.4

type UpdatePatchBaselineOutput 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.
	ApprovedPatches []*string `type:"list"`

	// The compliance severity level assigned to the patch baseline after the update
	// completed.
	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"`

	// The ID of the deleted patch baseline.
	BaselineId *string `min:"20" type:"string"`

	// The date when the patch baseline was created.
	CreatedDate *time.Time `type:"timestamp"`

	// A description of the patch baseline.
	Description *string `min:"1" type:"string"`

	// A set of global filters used to exclude patches from the baseline.
	GlobalFilters *PatchFilterGroup `type:"structure"`

	// The date when the patch baseline was last modified.
	ModifiedDate *time.Time `type:"timestamp"`

	// The name of the patch baseline.
	Name *string `min:"3" type:"string"`

	// The operating system rule used by the updated patch baseline.
	OperatingSystem *string `type:"string" enum:"OperatingSystem"`

	// A list of explicitly rejected patches for the baseline.
	RejectedPatches []*string `type:"list"`

	// The action specified to take on patches included in the RejectedPatches 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
}

func (UpdatePatchBaselineOutput) GoString added in v1.6.4

func (s UpdatePatchBaselineOutput) 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 (*UpdatePatchBaselineOutput) SetApprovalRules added in v1.6.4

SetApprovalRules sets the ApprovalRules field's value.

func (*UpdatePatchBaselineOutput) SetApprovedPatches added in v1.6.4

func (s *UpdatePatchBaselineOutput) SetApprovedPatches(v []*string) *UpdatePatchBaselineOutput

SetApprovedPatches sets the ApprovedPatches field's value.

func (*UpdatePatchBaselineOutput) SetApprovedPatchesComplianceLevel added in v1.10.8

func (s *UpdatePatchBaselineOutput) SetApprovedPatchesComplianceLevel(v string) *UpdatePatchBaselineOutput

SetApprovedPatchesComplianceLevel sets the ApprovedPatchesComplianceLevel field's value.

func (*UpdatePatchBaselineOutput) SetApprovedPatchesEnableNonSecurity added in v1.12.72

func (s *UpdatePatchBaselineOutput) SetApprovedPatchesEnableNonSecurity(v bool) *UpdatePatchBaselineOutput

SetApprovedPatchesEnableNonSecurity sets the ApprovedPatchesEnableNonSecurity field's value.

func (*UpdatePatchBaselineOutput) SetBaselineId added in v1.6.4

SetBaselineId sets the BaselineId field's value.

func (*UpdatePatchBaselineOutput) SetCreatedDate added in v1.6.4

SetCreatedDate sets the CreatedDate field's value.

func (*UpdatePatchBaselineOutput) SetDescription added in v1.6.4

SetDescription sets the Description field's value.

func (*UpdatePatchBaselineOutput) SetGlobalFilters added in v1.6.4

SetGlobalFilters sets the GlobalFilters field's value.

func (*UpdatePatchBaselineOutput) SetModifiedDate added in v1.6.4

SetModifiedDate sets the ModifiedDate field's value.

func (*UpdatePatchBaselineOutput) SetName added in v1.6.4

SetName sets the Name field's value.

func (*UpdatePatchBaselineOutput) SetOperatingSystem added in v1.10.8

SetOperatingSystem sets the OperatingSystem field's value.

func (*UpdatePatchBaselineOutput) SetRejectedPatches added in v1.6.4

func (s *UpdatePatchBaselineOutput) SetRejectedPatches(v []*string) *UpdatePatchBaselineOutput

SetRejectedPatches sets the RejectedPatches field's value.

func (*UpdatePatchBaselineOutput) SetRejectedPatchesAction added in v1.15.48

func (s *UpdatePatchBaselineOutput) SetRejectedPatchesAction(v string) *UpdatePatchBaselineOutput

SetRejectedPatchesAction sets the RejectedPatchesAction field's value.

func (*UpdatePatchBaselineOutput) SetSources added in v1.12.72

SetSources sets the Sources field's value.

func (UpdatePatchBaselineOutput) String added in v1.6.4

func (s UpdatePatchBaselineOutput) 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 UpdateResourceDataSyncInput added in v1.25.40

type UpdateResourceDataSyncInput struct {

	// The name of the resource data sync you want to update.
	//
	// SyncName is a required field
	SyncName *string `min:"1" type:"string" required:"true"`

	// Specify information about the data sources to synchronize.
	//
	// SyncSource is a required field
	SyncSource *ResourceDataSyncSource `type:"structure" required:"true"`

	// The type of resource data sync. The supported SyncType is SyncFromSource.
	//
	// SyncType is a required field
	SyncType *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateResourceDataSyncInput) GoString added in v1.25.40

func (s UpdateResourceDataSyncInput) 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 (*UpdateResourceDataSyncInput) SetSyncName added in v1.25.40

SetSyncName sets the SyncName field's value.

func (*UpdateResourceDataSyncInput) SetSyncSource added in v1.25.40

SetSyncSource sets the SyncSource field's value.

func (*UpdateResourceDataSyncInput) SetSyncType added in v1.25.40

SetSyncType sets the SyncType field's value.

func (UpdateResourceDataSyncInput) String added in v1.25.40

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 (*UpdateResourceDataSyncInput) Validate added in v1.25.40

func (s *UpdateResourceDataSyncInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateResourceDataSyncOutput added in v1.25.40

type UpdateResourceDataSyncOutput struct {
	// contains filtered or unexported fields
}

func (UpdateResourceDataSyncOutput) GoString added in v1.25.40

func (s UpdateResourceDataSyncOutput) 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 (UpdateResourceDataSyncOutput) String added in v1.25.40

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 UpdateServiceSettingInput added in v1.17.10

type UpdateServiceSettingInput struct {

	// The Amazon Resource Name (ARN) of the service setting to update. For example,
	// arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled.
	// The setting ID can be one of the following.
	//
	//    * /ssm/managed-instance/default-ec2-instance-management-role
	//
	//    * /ssm/automation/customer-script-log-destination
	//
	//    * /ssm/automation/customer-script-log-group-name
	//
	//    * /ssm/documents/console/public-sharing-permission
	//
	//    * /ssm/managed-instance/activation-tier
	//
	//    * /ssm/opsinsights/opscenter
	//
	//    * /ssm/parameter-store/default-parameter-tier
	//
	//    * /ssm/parameter-store/high-throughput-enabled
	//
	// Permissions to update the /ssm/managed-instance/default-ec2-instance-management-role
	// setting should only be provided to administrators. Implement least privilege
	// access when allowing individuals to configure or modify the Default Host
	// Management Configuration.
	//
	// SettingId is a required field
	SettingId *string `min:"1" type:"string" required:"true"`

	// The new value to specify for the service setting. The following list specifies
	// the available values for each setting.
	//
	//    * For /ssm/managed-instance/default-ec2-instance-management-role, enter
	//    the name of an IAM role.
	//
	//    * For /ssm/automation/customer-script-log-destination, enter CloudWatch.
	//
	//    * For /ssm/automation/customer-script-log-group-name, enter the name of
	//    an Amazon CloudWatch Logs log group.
	//
	//    * For /ssm/documents/console/public-sharing-permission, enter Enable or
	//    Disable.
	//
	//    * For /ssm/managed-instance/activation-tier, enter standard or advanced.
	//
	//    * For /ssm/opsinsights/opscenter, enter Enabled or Disabled.
	//
	//    * For /ssm/parameter-store/default-parameter-tier, enter Standard, Advanced,
	//    or Intelligent-Tiering
	//
	//    * For /ssm/parameter-store/high-throughput-enabled, enter true or false.
	//
	// SettingValue is a required field
	SettingValue *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The request body of the UpdateServiceSetting API operation.

func (UpdateServiceSettingInput) GoString added in v1.17.10

func (s UpdateServiceSettingInput) 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 (*UpdateServiceSettingInput) SetSettingId added in v1.17.10

SetSettingId sets the SettingId field's value.

func (*UpdateServiceSettingInput) SetSettingValue added in v1.17.10

SetSettingValue sets the SettingValue field's value.

func (UpdateServiceSettingInput) String added in v1.17.10

func (s UpdateServiceSettingInput) 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 (*UpdateServiceSettingInput) Validate added in v1.17.10

func (s *UpdateServiceSettingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateServiceSettingOutput added in v1.17.10

type UpdateServiceSettingOutput struct {
	// contains filtered or unexported fields
}

The result body of the UpdateServiceSetting API operation.

func (UpdateServiceSettingOutput) GoString added in v1.17.10

func (s UpdateServiceSettingOutput) 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 (UpdateServiceSettingOutput) String added in v1.17.10

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".

Directories

Path Synopsis
Package ssmiface provides an interface to enable mocking the Amazon Simple Systems Manager (SSM) service client for testing your code.
Package ssmiface provides an interface to enable mocking the Amazon Simple Systems Manager (SSM) service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL