ssm

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2020 License: Apache-2.0 Imports: 8 Imported by: 395

Documentation

Overview

Package ssm provides the client and types for making API requests to Amazon SSM.

AWS Systems Manager is a collection of capabilities that helps you automate management tasks such as collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images (AMIs), and configuring operating systems (OSs) and applications at scale. Systems Manager lets you remotely and securely manage the configuration of your managed instances. A managed instance is any Amazon Elastic Compute Cloud instance (EC2 instance), or any on-premises server or virtual machine (VM) in your hybrid environment that has been configured for Systems Manager.

This reference is intended to be used with the AWS Systems Manager User Guide (https://docs.aws.amazon.com/systems-manager/latest/userguide/).

To get started, verify prerequisites and configure managed instances. For more information, see Setting up AWS Systems Manager (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html) in the AWS Systems Manager User Guide.

For information about other API actions you can perform on EC2 instances, see the Amazon EC2 API Reference (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/). For information about how to use a Query API, see Making API requests (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/making-api-requests.html).

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 use Amazon 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 SSM client 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 (
	ServiceName = "Amazon SSM" // Service's name
	ServiceID   = "SSM"        // Service's identifier
	EndpointsID = "ssm"        // Service's Endpoint identifier
)
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 instances 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 does not exist.
	ErrCodeAssociationDoesNotExist = "AssociationDoesNotExist"

	// ErrCodeAssociationExecutionDoesNotExist for service response error code
	// "AssociationExecutionDoesNotExist".
	//
	// The specified execution ID does not 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"

	// ErrCodeAutomationDefinitionNotFoundException for service response error code
	// "AutomationDefinitionNotFoundException".
	//
	// An Automation document with the specified name could not be found.
	ErrCodeAutomationDefinitionNotFoundException = "AutomationDefinitionNotFoundException"

	// ErrCodeAutomationDefinitionVersionNotFoundException for service response error code
	// "AutomationDefinitionVersionNotFoundException".
	//
	// An Automation document with the specified name and version could not 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 Systems Manager documents.
	ErrCodeDocumentLimitExceeded = "DocumentLimitExceeded"

	// ErrCodeDocumentPermissionLimit for service response error code
	// "DocumentPermissionLimit".
	//
	// The document cannot be shared with more AWS user accounts. You can share
	// a document with a maximum of 20 accounts. You can publicly share up to five
	// documents. If you need to increase this limit, contact AWS 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 Systems Manager, see Systems Manager
	// service quotas (http://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm)
	// in the AWS 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 cannot specify an instance 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 is not 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 AWS Systems Manager User Guide.
	ErrCodeHierarchyLevelLimitExceededException = "HierarchyLevelLimitExceededException"

	// ErrCodeHierarchyTypeMismatchException for service response error code
	// "HierarchyTypeMismatchException".
	//
	// Parameter Store does not 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 is not valid. The activation might have been deleted, or the
	// ActivationId and the ActivationCode do not match.
	ErrCodeInvalidActivation = "InvalidActivation"

	// ErrCodeInvalidActivationId for service response error code
	// "InvalidActivationId".
	//
	// The activation ID is not 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 is not 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 does not meet the regular expression requirement.
	ErrCodeInvalidAllowedPatternException = "InvalidAllowedPatternException"

	// ErrCodeInvalidAssociation for service response error code
	// "InvalidAssociation".
	//
	// The association is not valid or does not exist.
	ErrCodeInvalidAssociation = "InvalidAssociation"

	// ErrCodeInvalidAssociationVersion for service response error code
	// "InvalidAssociationVersion".
	//
	// The version you specified is not 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 document 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 is not valid for the current Automation execution.
	ErrCodeInvalidAutomationSignalException = "InvalidAutomationSignalException"

	// ErrCodeInvalidAutomationStatusUpdateException for service response error code
	// "InvalidAutomationStatusUpdateException".
	//
	// The specified update status operation is not valid.
	ErrCodeInvalidAutomationStatusUpdateException = "InvalidAutomationStatusUpdateException"

	// ErrCodeInvalidCommandId for service response error code
	// "InvalidCommandId".
	ErrCodeInvalidCommandId = "InvalidCommandId"

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

	// ErrCodeInvalidDeletionIdException for service response error code
	// "InvalidDeletionIdException".
	//
	// The ID specified for the delete operation does not exist or is not valid.
	// Verify the ID and try again.
	ErrCodeInvalidDeletionIdException = "InvalidDeletionIdException"

	// ErrCodeInvalidDocument for service response error code
	// "InvalidDocument".
	//
	// The specified document does not exist.
	ErrCodeInvalidDocument = "InvalidDocument"

	// ErrCodeInvalidDocumentContent for service response error code
	// "InvalidDocumentContent".
	//
	// The content for the document is not 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 is not supported.
	ErrCodeInvalidDocumentSchemaVersion = "InvalidDocumentSchemaVersion"

	// ErrCodeInvalidDocumentType for service response error code
	// "InvalidDocumentType".
	//
	// The document type is not valid. Valid document types are described in the
	// DocumentType property.
	ErrCodeInvalidDocumentType = "InvalidDocumentType"

	// ErrCodeInvalidDocumentVersion for service response error code
	// "InvalidDocumentVersion".
	//
	// The document version is not valid or does not exist.
	ErrCodeInvalidDocumentVersion = "InvalidDocumentVersion"

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

	// ErrCodeInvalidFilterKey for service response error code
	// "InvalidFilterKey".
	//
	// The specified key is not valid.
	ErrCodeInvalidFilterKey = "InvalidFilterKey"

	// ErrCodeInvalidFilterOption for service response error code
	// "InvalidFilterOption".
	//
	// The specified filter option is not 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 is not valid. Verify the value and try again.
	ErrCodeInvalidFilterValue = "InvalidFilterValue"

	// ErrCodeInvalidInstanceId for service response error code
	// "InvalidInstanceId".
	//
	// The following problems can cause this exception:
	//
	// You do not have permission to access the instance.
	//
	// SSM Agent is not running. Verify that SSM Agent is running.
	//
	// SSM Agent is not registered with the SSM endpoint. Try reinstalling SSM Agent.
	//
	// The instance is not in valid state. Valid states are: Running, Pending, Stopped,
	// Stopping. Invalid states are: Shutting-down and Terminated.
	ErrCodeInvalidInstanceId = "InvalidInstanceId"

	// ErrCodeInvalidInstanceInformationFilterValue for service response error code
	// "InvalidInstanceInformationFilterValue".
	//
	// The specified filter value is not valid.
	ErrCodeInvalidInstanceInformationFilterValue = "InvalidInstanceInformationFilterValue"

	// ErrCodeInvalidInventoryGroupException for service response error code
	// "InvalidInventoryGroupException".
	//
	// The specified inventory group is not 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 is not valid.
	ErrCodeInvalidInventoryRequestException = "InvalidInventoryRequestException"

	// ErrCodeInvalidItemContentException for service response error code
	// "InvalidItemContentException".
	//
	// One or more content items is not valid.
	ErrCodeInvalidItemContentException = "InvalidItemContentException"

	// ErrCodeInvalidKeyId for service response error code
	// "InvalidKeyId".
	//
	// The query key ID is not valid.
	ErrCodeInvalidKeyId = "InvalidKeyId"

	// ErrCodeInvalidNextToken for service response error code
	// "InvalidNextToken".
	//
	// The specified token is not valid.
	ErrCodeInvalidNextToken = "InvalidNextToken"

	// ErrCodeInvalidNotificationConfig for service response error code
	// "InvalidNotificationConfig".
	//
	// One or more configuration items is not valid. Verify that a valid Amazon
	// Resource Name (ARN) was provided for an Amazon SNS topic.
	ErrCodeInvalidNotificationConfig = "InvalidNotificationConfig"

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

	// ErrCodeInvalidOutputFolder for service response error code
	// "InvalidOutputFolder".
	//
	// The S3 bucket does not exist.
	ErrCodeInvalidOutputFolder = "InvalidOutputFolder"

	// ErrCodeInvalidOutputLocation for service response error code
	// "InvalidOutputLocation".
	//
	// The output location is not valid or does not exist.
	ErrCodeInvalidOutputLocation = "InvalidOutputLocation"

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

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

	// ErrCodeInvalidPluginName for service response error code
	// "InvalidPluginName".
	//
	// The plugin name is not 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 is not supported. Parameter Store supports the following
	// policy types: Expiration, ExpirationNotification, and NoChangeNotification.
	ErrCodeInvalidPolicyTypeException = "InvalidPolicyTypeException"

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

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

	// ErrCodeInvalidResultAttributeException for service response error code
	// "InvalidResultAttributeException".
	//
	// The specified inventory item result attribute is not 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 Configuring Amazon SNS Notifications for Run Command (https://docs.aws.amazon.com/systems-manager/latest/userguide/rc-sns-notifications.html)
	// in the AWS 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"

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

	// ErrCodeInvalidTypeNameException for service response error code
	// "InvalidTypeNameException".
	//
	// The parameter type name is not valid.
	ErrCodeInvalidTypeNameException = "InvalidTypeNameException"

	// ErrCodeInvalidUpdate for service response error code
	// "InvalidUpdate".
	//
	// The update is not valid.
	ErrCodeInvalidUpdate = "InvalidUpdate"

	// ErrCodeInvocationDoesNotExist for service response error code
	// "InvocationDoesNotExist".
	//
	// The command ID and instance ID you specified did not match any invocations.
	// Verify the command ID and the instance 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"

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

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

	// 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. For information
	// about OpsItem quotas, see What are the resource limits for OpsCenter? (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-learn-more.html#OpsCenter-learn-more-limits).
	ErrCodeOpsItemLimitExceededException = "OpsItemLimitExceededException"

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

	// 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 AWS account. Delete one
	// or more parameters and try again.
	ErrCodeParameterLimitExceeded = "ParameterLimitExceeded"

	// ErrCodeParameterMaxVersionLimitExceeded for service response error code
	// "ParameterMaxVersionLimitExceeded".
	//
	// The parameter exceeded the maximum number of allowed versions.
	ErrCodeParameterMaxVersionLimitExceeded = "ParameterMaxVersionLimitExceeded"

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

	// ErrCodeParameterPatternMismatchException for service response error code
	// "ParameterPatternMismatchException".
	//
	// The parameter name is not 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 was not 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 was not 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 (http://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm)
	// in the AWS General Reference.
	ErrCodeResourceLimitExceededException = "ResourceLimitExceededException"

	// ErrCodeServiceSettingNotFound for service response error code
	// "ServiceSettingNotFound".
	//
	// The specified service setting was not found. Either the service name or the
	// setting has not been provisioned by the AWS 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 instance for the session is not 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 AWS Systems Manager User Guide.
	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 Systems Manager document is
	// not supported.
	ErrCodeUnsupportedCalendarException = "UnsupportedCalendarException"

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

	// ErrCodeUnsupportedInventoryItemContextException for service response error code
	// "UnsupportedInventoryItemContextException".
	//
	// The Context attribute that you specified for the InventoryItem is not 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 is not supported, or the operation is
	// not supported for the operating system. Valid operating systems include:
	// Windows, AmazonLinux, RedhatEnterpriseLinux, and Ubuntu.
	ErrCodeUnsupportedOperatingSystem = "UnsupportedOperatingSystem"

	// ErrCodeUnsupportedParameterType for service response error code
	// "UnsupportedParameterType".
	//
	// The parameter type is not supported.
	ErrCodeUnsupportedParameterType = "UnsupportedParameterType"

	// ErrCodeUnsupportedPlatformType for service response error code
	// "UnsupportedPlatformType".
	//
	// The document does not support the platform type of the given instance ID(s).
	// For example, you sent an document for a Windows instance to a Linux instance.
	ErrCodeUnsupportedPlatformType = "UnsupportedPlatformType"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountSharingInfo added in v0.18.0

type AccountSharingInfo struct {

	// The AWS 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 AWS account ID where the current document is shared and the version shared with that account.

func (AccountSharingInfo) String added in v0.18.0

func (s AccountSharingInfo) String() string

String returns the string representation

type Activation

type Activation struct {

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

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

	// A name for the managed instance 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 instances.
	ExpirationDate *time.Time `type:"timestamp"`

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

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

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

	// The number of managed instances 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 AWS so that you can configure those servers or VMs using Run Command. A server or VM that has been registered with AWS is called a managed instance.

func (Activation) String

func (s Activation) String() string

String returns the string representation

type AddTagsToResourceInput

type AddTagsToResourceInput struct {

	// The resource ID you want to tag.
	//
	// Use the ID of the resource. Here are some examples:
	//
	// ManagedInstance: mi-012345abcde
	//
	// MaintenanceWindow: mw-012345abcde
	//
	// PatchBaseline: pb-012345abcde
	//
	// For the Document and Parameter values, use the name of the resource.
	//
	// The ManagedInstance type for this API action is only for on-premises managed
	// instances. You must specify the name of the managed instance 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 action is for on-premises managed instances.
	// You must specify the name of the managed instance in the following format:
	// mi-ID_number. For example, mi-1a2b3c4d5e6f.
	//
	// ResourceType is a required field
	ResourceType ResourceTypeForTagging `type:"string" required:"true" enum:"true"`

	// One or more tags. The value parameter is required, but if you don't want
	// the tag to have a value, specify the parameter with no value, and we set
	// the value to an empty string.
	//
	// Do not 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) String

func (s AddTagsToResourceInput) String() string

String returns the string representation

func (*AddTagsToResourceInput) Validate

func (s *AddTagsToResourceInput) Validate() error

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

type AddTagsToResourceOutput

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

func (AddTagsToResourceOutput) String

func (s AddTagsToResourceOutput) String() string

String returns the string representation

type AddTagsToResourceRequest

type AddTagsToResourceRequest struct {
	*aws.Request
	Input *AddTagsToResourceInput
	Copy  func(*AddTagsToResourceInput) AddTagsToResourceRequest
}

AddTagsToResourceRequest is the request type for the AddTagsToResource API operation.

func (AddTagsToResourceRequest) Send

Send marshals and sends the AddTagsToResource API request.

type AddTagsToResourceResponse added in v0.9.0

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

AddTagsToResourceResponse is the response type for the AddTagsToResource API operation.

func (*AddTagsToResourceResponse) SDKResponseMetdata added in v0.9.0

func (r *AddTagsToResourceResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the AddTagsToResource request.

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.
	DocumentVersion *string `type:"string"`

	// The ID of the instance.
	InstanceId *string `type:"string"`

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

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

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

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

	// The instances targeted by the request to create an association.
	Targets []Target `type:"list"`
	// contains filtered or unexported fields
}

Describes an association of a Systems Manager document and an instance.

func (Association) String

func (s Association) String() string

String returns the string representation

type AssociationComplianceSeverity added in v0.6.0

type AssociationComplianceSeverity string
const (
	AssociationComplianceSeverityCritical    AssociationComplianceSeverity = "CRITICAL"
	AssociationComplianceSeverityHigh        AssociationComplianceSeverity = "HIGH"
	AssociationComplianceSeverityMedium      AssociationComplianceSeverity = "MEDIUM"
	AssociationComplianceSeverityLow         AssociationComplianceSeverity = "LOW"
	AssociationComplianceSeverityUnspecified AssociationComplianceSeverity = "UNSPECIFIED"
)

Enum values for AssociationComplianceSeverity

func (AssociationComplianceSeverity) MarshalValue added in v0.6.0

func (enum AssociationComplianceSeverity) MarshalValue() (string, error)

func (AssociationComplianceSeverity) MarshalValueBuf added in v0.6.0

func (enum AssociationComplianceSeverity) MarshalValueBuf(b []byte) ([]byte, error)

type AssociationDescription

type AssociationDescription 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.
	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"`

	// Specify the target for the association. This target is required for associations
	// that use an Automation document and target resources by using rate controls.
	AutomationTargetParameterName *string `min:"1" type:"string"`

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

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

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

	// The ID of the instance.
	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 instance 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 instance 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 instances 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 Systems Manager 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 map[string][]string `type:"map"`

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

	// 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 action. In this case, compliance data is not managed
	// by State Manager. It is managed by your direct call to the PutComplianceItems
	// API action.
	//
	// By default, all associations use AUTO mode.
	SyncCompliance AssociationSyncCompliance `type:"string" enum:"true"`

	// The instances targeted by the request.
	Targets []Target `type:"list"`
	// contains filtered or unexported fields
}

Describes the parameters for a document.

func (AssociationDescription) String

func (s AssociationDescription) String() string

String returns the string representation

type AssociationExecution added in v0.5.0

type AssociationExecution struct {

	// 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"`
	// contains filtered or unexported fields
}

Includes information about the specified association.

func (AssociationExecution) String added in v0.5.0

func (s AssociationExecution) String() string

String returns the string representation

type AssociationExecutionFilter added in v0.5.0

type AssociationExecutionFilter struct {

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

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

	// 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) String added in v0.5.0

String returns the string representation

func (*AssociationExecutionFilter) Validate added in v0.5.0

func (s *AssociationExecutionFilter) Validate() error

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

type AssociationExecutionFilterKey added in v0.5.0

type AssociationExecutionFilterKey string
const (
	AssociationExecutionFilterKeyExecutionId AssociationExecutionFilterKey = "ExecutionId"
	AssociationExecutionFilterKeyStatus      AssociationExecutionFilterKey = "Status"
	AssociationExecutionFilterKeyCreatedTime AssociationExecutionFilterKey = "CreatedTime"
)

Enum values for AssociationExecutionFilterKey

func (AssociationExecutionFilterKey) MarshalValue added in v0.5.0

func (enum AssociationExecutionFilterKey) MarshalValue() (string, error)

func (AssociationExecutionFilterKey) MarshalValueBuf added in v0.5.0

func (enum AssociationExecutionFilterKey) MarshalValueBuf(b []byte) ([]byte, error)

type AssociationExecutionTarget added in v0.5.0

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 instance ID where the association ran.
	ResourceId *string `min:"1" type:"string"`

	// The resource type, for example, instance.
	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) String added in v0.5.0

String returns the string representation

type AssociationExecutionTargetsFilter added in v0.5.0

type AssociationExecutionTargetsFilter struct {

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

	// 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) String added in v0.5.0

String returns the string representation

func (*AssociationExecutionTargetsFilter) Validate added in v0.5.0

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

type AssociationExecutionTargetsFilterKey added in v0.5.0

type AssociationExecutionTargetsFilterKey string
const (
	AssociationExecutionTargetsFilterKeyStatus       AssociationExecutionTargetsFilterKey = "Status"
	AssociationExecutionTargetsFilterKeyResourceId   AssociationExecutionTargetsFilterKey = "ResourceId"
	AssociationExecutionTargetsFilterKeyResourceType AssociationExecutionTargetsFilterKey = "ResourceType"
)

Enum values for AssociationExecutionTargetsFilterKey

func (AssociationExecutionTargetsFilterKey) MarshalValue added in v0.5.0

func (enum AssociationExecutionTargetsFilterKey) MarshalValue() (string, error)

func (AssociationExecutionTargetsFilterKey) MarshalValueBuf added in v0.5.0

func (enum AssociationExecutionTargetsFilterKey) MarshalValueBuf(b []byte) ([]byte, error)

type AssociationFilter

type AssociationFilter struct {

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

	// 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) String

func (s AssociationFilter) String() string

String returns the string representation

func (*AssociationFilter) Validate

func (s *AssociationFilter) Validate() error

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

type AssociationFilterKey

type AssociationFilterKey string
const (
	AssociationFilterKeyInstanceId            AssociationFilterKey = "InstanceId"
	AssociationFilterKeyName                  AssociationFilterKey = "Name"
	AssociationFilterKeyAssociationId         AssociationFilterKey = "AssociationId"
	AssociationFilterKeyAssociationStatusName AssociationFilterKey = "AssociationStatusName"
	AssociationFilterKeyLastExecutedBefore    AssociationFilterKey = "LastExecutedBefore"
	AssociationFilterKeyLastExecutedAfter     AssociationFilterKey = "LastExecutedAfter"
	AssociationFilterKeyAssociationName       AssociationFilterKey = "AssociationName"
	AssociationFilterKeyResourceGroupName     AssociationFilterKey = "ResourceGroupName"
)

Enum values for AssociationFilterKey

func (AssociationFilterKey) MarshalValue added in v0.3.0

func (enum AssociationFilterKey) MarshalValue() (string, error)

func (AssociationFilterKey) MarshalValueBuf added in v0.3.0

func (enum AssociationFilterKey) MarshalValueBuf(b []byte) ([]byte, error)

type AssociationFilterOperatorType added in v0.5.0

type AssociationFilterOperatorType string
const (
	AssociationFilterOperatorTypeEqual       AssociationFilterOperatorType = "EQUAL"
	AssociationFilterOperatorTypeLessThan    AssociationFilterOperatorType = "LESS_THAN"
	AssociationFilterOperatorTypeGreaterThan AssociationFilterOperatorType = "GREATER_THAN"
)

Enum values for AssociationFilterOperatorType

func (AssociationFilterOperatorType) MarshalValue added in v0.5.0

func (enum AssociationFilterOperatorType) MarshalValue() (string, error)

func (AssociationFilterOperatorType) MarshalValueBuf added in v0.5.0

func (enum AssociationFilterOperatorType) MarshalValueBuf(b []byte) ([]byte, error)

type AssociationOverview

type AssociationOverview struct {

	// Returns the number of targets for the association status. For example, if
	// you created an association with two instances, and one of them was successful,
	// this would return the count of instances 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) String

func (s AssociationOverview) String() string

String returns the string representation

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 AssociationStatusName `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

Describes an association status.

func (AssociationStatus) String

func (s AssociationStatus) String() string

String returns the string representation

func (*AssociationStatus) Validate

func (s *AssociationStatus) Validate() error

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

type AssociationStatusName

type AssociationStatusName string
const (
	AssociationStatusNamePending AssociationStatusName = "Pending"
	AssociationStatusNameSuccess AssociationStatusName = "Success"
	AssociationStatusNameFailed  AssociationStatusName = "Failed"
)

Enum values for AssociationStatusName

func (AssociationStatusName) MarshalValue added in v0.3.0

func (enum AssociationStatusName) MarshalValue() (string, error)

func (AssociationStatusName) MarshalValueBuf added in v0.3.0

func (enum AssociationStatusName) MarshalValueBuf(b []byte) ([]byte, error)

type AssociationSyncCompliance added in v0.23.0

type AssociationSyncCompliance string
const (
	AssociationSyncComplianceAuto   AssociationSyncCompliance = "AUTO"
	AssociationSyncComplianceManual AssociationSyncCompliance = "MANUAL"
)

Enum values for AssociationSyncCompliance

func (AssociationSyncCompliance) MarshalValue added in v0.23.0

func (enum AssociationSyncCompliance) MarshalValue() (string, error)

func (AssociationSyncCompliance) MarshalValueBuf added in v0.23.0

func (enum AssociationSyncCompliance) MarshalValueBuf(b []byte) ([]byte, error)

type AssociationVersionInfo

type AssociationVersionInfo struct {

	// By default, when you create a new associations, the system runs it immediately
	// after it is created and then according to the schedule you specified. Specify
	// this option if you don't want an association to run immediately after you
	// create it.
	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 severity level that is assigned to the association.
	ComplianceSeverity AssociationComplianceSeverity `type:"string" enum:"true"`

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

	// The version of a Systems Manager document used when the association version
	// was created.
	DocumentVersion *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 instance 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 instance 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 instances 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 map[string][]string `type:"map"`

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

	// 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 action. In this case, compliance data is not managed
	// by State Manager. It is managed by your direct call to the PutComplianceItems
	// API action.
	//
	// By default, all associations use AUTO mode.
	SyncCompliance AssociationSyncCompliance `type:"string" enum:"true"`

	// 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) String

func (s AssociationVersionInfo) String() string

String returns the string representation

type AttachmentContent added in v0.6.0

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 AttachmentHashType `type:"string" enum:"true"`

	// 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) String added in v0.6.0

func (s AttachmentContent) String() string

String returns the string representation

type AttachmentHashType added in v0.6.0

type AttachmentHashType string
const (
	AttachmentHashTypeSha256 AttachmentHashType = "Sha256"
)

Enum values for AttachmentHashType

func (AttachmentHashType) MarshalValue added in v0.6.0

func (enum AttachmentHashType) MarshalValue() (string, error)

func (AttachmentHashType) MarshalValueBuf added in v0.6.0

func (enum AttachmentHashType) MarshalValueBuf(b []byte) ([]byte, error)

type AttachmentInformation added in v0.6.0

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) String added in v0.6.0

func (s AttachmentInformation) String() string

String returns the string representation

type AttachmentsSource added in v0.6.0

type AttachmentsSource struct {

	// The key of a key-value pair that identifies the location of an attachment
	// to a document.
	Key AttachmentsSourceKey `type:"string" enum:"true"`

	// 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://my-bucket/my-folder" ]
	//
	//    * For the key S3FileUrl, the value is a file in an S3 bucket. For example:
	//    "Values": [ "s3://my-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) String added in v0.6.0

func (s AttachmentsSource) String() string

String returns the string representation

func (*AttachmentsSource) Validate added in v0.6.0

func (s *AttachmentsSource) Validate() error

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

type AttachmentsSourceKey added in v0.6.0

type AttachmentsSourceKey string
const (
	AttachmentsSourceKeySourceUrl           AttachmentsSourceKey = "SourceUrl"
	AttachmentsSourceKeyS3fileUrl           AttachmentsSourceKey = "S3FileUrl"
	AttachmentsSourceKeyAttachmentReference AttachmentsSourceKey = "AttachmentReference"
)

Enum values for AttachmentsSourceKey

func (AttachmentsSourceKey) MarshalValue added in v0.6.0

func (enum AttachmentsSourceKey) MarshalValue() (string, error)

func (AttachmentsSourceKey) MarshalValueBuf added in v0.6.0

func (enum AttachmentsSourceKey) MarshalValueBuf(b []byte) ([]byte, error)

type AutomationExecution

type AutomationExecution struct {

	// The execution ID.
	AutomationExecutionId *string `min:"36" type:"string"`

	// The execution status of the Automation.
	AutomationExecutionStatus AutomationExecutionStatus `type:"string" enum:"true"`

	// 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 document 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 ExecutionMode `type:"string" enum:"true"`

	// The list of execution outputs as defined in the automation document.
	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 AWS 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"`

	// A list of details about the current state of all steps that comprise an execution.
	// An Automation document 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 action to get the full list of step executions.
	StepExecutionsTruncated *bool `type:"boolean"`

	// The target of the execution.
	Target *string `type:"string"`

	// The combination of AWS Regions and/or AWS 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"`
	// contains filtered or unexported fields
}

Detailed information about the current state of an individual Automation execution.

func (AutomationExecution) String

func (s AutomationExecution) String() string

String returns the string representation

type AutomationExecutionFilter

type AutomationExecutionFilter struct {

	// One or more keys to limit the results. Valid filter keys include the following:
	// DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction,
	// StartTimeBefore, StartTimeAfter.
	//
	// Key is a required field
	Key AutomationExecutionFilterKey `type:"string" required:"true" enum:"true"`

	// 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) String

func (s AutomationExecutionFilter) String() string

String returns the string representation

func (*AutomationExecutionFilter) Validate

func (s *AutomationExecutionFilter) Validate() error

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

type AutomationExecutionFilterKey

type AutomationExecutionFilterKey string
const (
	AutomationExecutionFilterKeyDocumentNamePrefix AutomationExecutionFilterKey = "DocumentNamePrefix"
	AutomationExecutionFilterKeyExecutionStatus    AutomationExecutionFilterKey = "ExecutionStatus"
	AutomationExecutionFilterKeyExecutionId        AutomationExecutionFilterKey = "ExecutionId"
	AutomationExecutionFilterKeyParentExecutionId  AutomationExecutionFilterKey = "ParentExecutionId"
	AutomationExecutionFilterKeyCurrentAction      AutomationExecutionFilterKey = "CurrentAction"
	AutomationExecutionFilterKeyStartTimeBefore    AutomationExecutionFilterKey = "StartTimeBefore"
	AutomationExecutionFilterKeyStartTimeAfter     AutomationExecutionFilterKey = "StartTimeAfter"
	AutomationExecutionFilterKeyAutomationType     AutomationExecutionFilterKey = "AutomationType"
	AutomationExecutionFilterKeyTagKey             AutomationExecutionFilterKey = "TagKey"
)

Enum values for AutomationExecutionFilterKey

func (AutomationExecutionFilterKey) MarshalValue added in v0.3.0

func (enum AutomationExecutionFilterKey) MarshalValue() (string, error)

func (AutomationExecutionFilterKey) MarshalValueBuf added in v0.3.0

func (enum AutomationExecutionFilterKey) MarshalValueBuf(b []byte) ([]byte, error)

type AutomationExecutionMetadata

type AutomationExecutionMetadata struct {

	// The execution ID.
	AutomationExecutionId *string `min:"36" type:"string"`

	// The status of the execution.
	AutomationExecutionStatus AutomationExecutionStatus `type:"string" enum:"true"`

	// Use this filter with DescribeAutomationExecutions. Specify either Local or
	// CrossAccount. CrossAccount is an Automation that runs in multiple AWS Regions
	// and accounts. For more information, see Running Automation workflows in multiple
	// AWS Regions and accounts (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html)
	// in the AWS Systems Manager User Guide.
	AutomationType AutomationType `type:"string" enum:"true"`

	// 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 document 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 is not 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 document.
	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 ExecutionMode `type:"string" enum:"true"`

	// The list of execution outputs as defined in the Automation document.
	Outputs map[string][]string `min:"1" type:"map"`

	// The ExecutionId of the parent Automation.
	ParentAutomationExecutionId *string `min:"36" type:"string"`

	// A list of targets that resolved during the execution.
	ResolvedTargets *ResolvedTargets `type:"structure"`

	// The list of execution outputs as defined in the Automation document.
	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 document.
	TargetParameterName *string `min:"1" type:"string"`

	// The targets defined by the user when starting the Automation.
	Targets []Target `type:"list"`
	// contains filtered or unexported fields
}

Details about a specific Automation execution.

func (AutomationExecutionMetadata) String

String returns the string representation

type AutomationExecutionStatus

type AutomationExecutionStatus string
const (
	AutomationExecutionStatusPending    AutomationExecutionStatus = "Pending"
	AutomationExecutionStatusInProgress AutomationExecutionStatus = "InProgress"
	AutomationExecutionStatusWaiting    AutomationExecutionStatus = "Waiting"
	AutomationExecutionStatusSuccess    AutomationExecutionStatus = "Success"
	AutomationExecutionStatusTimedOut   AutomationExecutionStatus = "TimedOut"
	AutomationExecutionStatusCancelling AutomationExecutionStatus = "Cancelling"
	AutomationExecutionStatusCancelled  AutomationExecutionStatus = "Cancelled"
	AutomationExecutionStatusFailed     AutomationExecutionStatus = "Failed"
)

Enum values for AutomationExecutionStatus

func (AutomationExecutionStatus) MarshalValue added in v0.3.0

func (enum AutomationExecutionStatus) MarshalValue() (string, error)

func (AutomationExecutionStatus) MarshalValueBuf added in v0.3.0

func (enum AutomationExecutionStatus) MarshalValueBuf(b []byte) ([]byte, error)

type AutomationType added in v0.6.0

type AutomationType string
const (
	AutomationTypeCrossAccount AutomationType = "CrossAccount"
	AutomationTypeLocal        AutomationType = "Local"
)

Enum values for AutomationType

func (AutomationType) MarshalValue added in v0.6.0

func (enum AutomationType) MarshalValue() (string, error)

func (AutomationType) MarshalValueBuf added in v0.6.0

func (enum AutomationType) MarshalValueBuf(b []byte) ([]byte, error)

type CalendarState added in v0.18.0

type CalendarState string
const (
	CalendarStateOpen   CalendarState = "OPEN"
	CalendarStateClosed CalendarState = "CLOSED"
)

Enum values for CalendarState

func (CalendarState) MarshalValue added in v0.18.0

func (enum CalendarState) MarshalValue() (string, error)

func (CalendarState) MarshalValueBuf added in v0.18.0

func (enum CalendarState) MarshalValueBuf(b []byte) ([]byte, error)

type CancelCommandInput

type CancelCommandInput struct {

	// The ID of the command you want to cancel.
	//
	// CommandId is a required field
	CommandId *string `min:"36" type:"string" required:"true"`

	// (Optional) A list of instance IDs on which you want to cancel the command.
	// If not provided, the command is canceled on every instance on which it was
	// requested.
	InstanceIds []string `type:"list"`
	// contains filtered or unexported fields
}

func (CancelCommandInput) String

func (s CancelCommandInput) String() string

String returns the string representation

func (*CancelCommandInput) Validate

func (s *CancelCommandInput) Validate() error

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

type CancelCommandOutput

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

Whether or not the command was successfully canceled. There is no guarantee that a request can be canceled.

func (CancelCommandOutput) String

func (s CancelCommandOutput) String() string

String returns the string representation

type CancelCommandRequest

type CancelCommandRequest struct {
	*aws.Request
	Input *CancelCommandInput
	Copy  func(*CancelCommandInput) CancelCommandRequest
}

CancelCommandRequest is the request type for the CancelCommand API operation.

func (CancelCommandRequest) Send

Send marshals and sends the CancelCommand API request.

type CancelCommandResponse added in v0.9.0

type CancelCommandResponse struct {
	*CancelCommandOutput
	// contains filtered or unexported fields
}

CancelCommandResponse is the response type for the CancelCommand API operation.

func (*CancelCommandResponse) SDKResponseMetdata added in v0.9.0

func (r *CancelCommandResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CancelCommand request.

type CancelMaintenanceWindowExecutionInput added in v0.6.0

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) String added in v0.6.0

String returns the string representation

func (*CancelMaintenanceWindowExecutionInput) Validate added in v0.6.0

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

type CancelMaintenanceWindowExecutionOutput added in v0.6.0

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) String added in v0.6.0

String returns the string representation

type CancelMaintenanceWindowExecutionRequest added in v0.6.0

type CancelMaintenanceWindowExecutionRequest struct {
	*aws.Request
	Input *CancelMaintenanceWindowExecutionInput
	Copy  func(*CancelMaintenanceWindowExecutionInput) CancelMaintenanceWindowExecutionRequest
}

CancelMaintenanceWindowExecutionRequest is the request type for the CancelMaintenanceWindowExecution API operation.

func (CancelMaintenanceWindowExecutionRequest) Send added in v0.6.0

Send marshals and sends the CancelMaintenanceWindowExecution API request.

type CancelMaintenanceWindowExecutionResponse added in v0.9.0

type CancelMaintenanceWindowExecutionResponse struct {
	*CancelMaintenanceWindowExecutionOutput
	// contains filtered or unexported fields
}

CancelMaintenanceWindowExecutionResponse is the response type for the CancelMaintenanceWindowExecution API operation.

func (*CancelMaintenanceWindowExecutionResponse) SDKResponseMetdata added in v0.9.0

func (r *CancelMaintenanceWindowExecutionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CancelMaintenanceWindowExecution request.

type Client added in v0.9.0

type Client struct {
	*aws.Client
}

Client provides the API operation methods for making requests to Amazon SSM. See this package's package overview docs for details on the service.

The client's methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(config aws.Config) *Client

New creates a new instance of the client from the provided Config.

Example:

// Create a client from just a config.
svc := ssm.New(myConfig)

func (*Client) AddTagsToResourceRequest added in v0.9.0

func (c *Client) AddTagsToResourceRequest(input *AddTagsToResourceInput) AddTagsToResourceRequest

AddTagsToResourceRequest returns a request value for making 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 documents, managed instances, 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 instances that helps you track each instance's owner and stack level. For example: Key=Owner and Value=DbAdmin, SysAdmin, or Dev. Or Key=Stack and Value=Production, Pre-Production, or Test.

Each resource can have a maximum of 50 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 EC2 instances, see Tagging your Amazon EC2 resources (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html) in the Amazon EC2 User Guide.

// Example sending a request using AddTagsToResourceRequest.
req := client.AddTagsToResourceRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AddTagsToResource

func (*Client) CancelCommandRequest added in v0.9.0

func (c *Client) CancelCommandRequest(input *CancelCommandInput) CancelCommandRequest

CancelCommandRequest returns a request value for making 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.

// Example sending a request using CancelCommandRequest.
req := client.CancelCommandRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CancelCommand

func (*Client) CancelMaintenanceWindowExecutionRequest added in v0.9.0

func (c *Client) CancelMaintenanceWindowExecutionRequest(input *CancelMaintenanceWindowExecutionInput) CancelMaintenanceWindowExecutionRequest

CancelMaintenanceWindowExecutionRequest returns a request value for making 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 have not already starting running. (Tasks already in progress will continue to completion.)

// Example sending a request using CancelMaintenanceWindowExecutionRequest.
req := client.CancelMaintenanceWindowExecutionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CancelMaintenanceWindowExecution

func (*Client) CreateActivationRequest added in v0.9.0

func (c *Client) CreateActivationRequest(input *CreateActivationInput) CreateActivationRequest

CreateActivationRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Generates an activation code and activation ID you can use to register your on-premises server or virtual machine (VM) with 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 instances and VMs using Systems Manager, see Setting up AWS Systems Manager for hybrid environments (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances.html) in the AWS Systems Manager User Guide.

On-premises servers or VMs that are registered with Systems Manager and EC2 instances that you manage with Systems Manager are all called managed instances.

// Example sending a request using CreateActivationRequest.
req := client.CreateActivationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateActivation

func (*Client) CreateAssociationBatchRequest added in v0.9.0

func (c *Client) CreateAssociationBatchRequest(input *CreateAssociationBatchInput) CreateAssociationBatchRequest

CreateAssociationBatchRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Associates the specified Systems Manager document with the specified instances or targets.

When you associate a document with one or more instances using instance IDs or tags, SSM Agent running on the instance processes the document and configures the instance as specified.

If you associate a document with an instance that already has an associated document, the system returns the AssociationAlreadyExists exception.

// Example sending a request using CreateAssociationBatchRequest.
req := client.CreateAssociationBatchRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociationBatch

func (*Client) CreateAssociationRequest added in v0.9.0

func (c *Client) CreateAssociationRequest(input *CreateAssociationInput) CreateAssociationRequest

CreateAssociationRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

A State Manager association defines the state that you want to maintain on your instances. For example, an association can specify that anti-virus software must be installed and running on your instances, 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 AWS Resource Group or an AWS Autoscaling Group, State Manager applies the configuration when new instances 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 is not installed, then State Manager installs it. If the software is installed, but the service is not running, then the association might instruct State Manager to start the service.

// Example sending a request using CreateAssociationRequest.
req := client.CreateAssociationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociation

func (*Client) CreateDocumentRequest added in v0.9.0

func (c *Client) CreateDocumentRequest(input *CreateDocumentInput) CreateDocumentRequest

CreateDocumentRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Creates a Systems Manager (SSM) document. An SSM document defines the actions that Systems Manager performs on your managed instances. For more information about SSM documents, including information about supported schemas, features, and syntax, see AWS Systems Manager Documents (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-ssm-docs.html) in the AWS Systems Manager User Guide.

// Example sending a request using CreateDocumentRequest.
req := client.CreateDocumentRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateDocument

func (*Client) CreateMaintenanceWindowRequest added in v0.9.0

func (c *Client) CreateMaintenanceWindowRequest(input *CreateMaintenanceWindowInput) CreateMaintenanceWindowRequest

CreateMaintenanceWindowRequest returns a request value for making 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.

// Example sending a request using CreateMaintenanceWindowRequest.
req := client.CreateMaintenanceWindowRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateMaintenanceWindow

func (*Client) CreateOpsItemRequest added in v0.10.0

func (c *Client) CreateOpsItemRequest(input *CreateOpsItemInput) CreateOpsItemRequest

CreateOpsItemRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Creates a new OpsItem. You must have permission in AWS Identity and Access Management (IAM) to create a new OpsItem. For more information, see Getting started with OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html) in the AWS Systems Manager User Guide.

Operations engineers and IT professionals use OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their AWS resources. For more information, see AWS Systems Manager OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the AWS Systems Manager User Guide.

// Example sending a request using CreateOpsItemRequest.
req := client.CreateOpsItemRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateOpsItem

func (*Client) CreatePatchBaselineRequest added in v0.9.0

func (c *Client) CreatePatchBaselineRequest(input *CreatePatchBaselineInput) CreatePatchBaselineRequest

CreatePatchBaselineRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Creates a patch baseline.

For information about valid key and value pairs in PatchFilters for each supported operating system type, see PatchFilter (http://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PatchFilter.html).

// Example sending a request using CreatePatchBaselineRequest.
req := client.CreatePatchBaselineRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreatePatchBaseline

func (*Client) CreateResourceDataSyncRequest added in v0.9.0

func (c *Client) CreateResourceDataSyncRequest(input *CreateResourceDataSyncInput) CreateResourceDataSyncRequest

CreateResourceDataSyncRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

A resource data sync helps you view data from multiple sources in a single location. 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 AWS Regions to a single 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 AWS 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 AWS Regions to a single S3 bucket. This type can synchronize OpsItems and OpsData from multiple AWS accounts and Regions or EntireOrganization by using AWS 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 AWS 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 is not 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.

// Example sending a request using CreateResourceDataSyncRequest.
req := client.CreateResourceDataSyncRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateResourceDataSync

func (*Client) DeleteActivationRequest added in v0.9.0

func (c *Client) DeleteActivationRequest(input *DeleteActivationInput) DeleteActivationRequest

DeleteActivationRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Deletes an activation. You are not required to delete an activation. If you delete an activation, you can no longer use it to register additional managed instances. Deleting an activation does not de-register managed instances. You must manually de-register managed instances.

// Example sending a request using DeleteActivationRequest.
req := client.DeleteActivationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteActivation

func (*Client) DeleteAssociationRequest added in v0.9.0

func (c *Client) DeleteAssociationRequest(input *DeleteAssociationInput) DeleteAssociationRequest

DeleteAssociationRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Disassociates the specified Systems Manager document from the specified instance.

When you disassociate a document from an instance, it does not change the configuration of the instance. To change the configuration state of an instance after you disassociate a document, you must create a new document with the desired configuration and associate it with the instance.

// Example sending a request using DeleteAssociationRequest.
req := client.DeleteAssociationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteAssociation

func (*Client) DeleteDocumentRequest added in v0.9.0

func (c *Client) DeleteDocumentRequest(input *DeleteDocumentInput) DeleteDocumentRequest

DeleteDocumentRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Deletes the Systems Manager document and all instance associations to the document.

Before you delete the document, we recommend that you use DeleteAssociation to disassociate all instances that are associated with the document.

// Example sending a request using DeleteDocumentRequest.
req := client.DeleteDocumentRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteDocument

func (*Client) DeleteInventoryRequest added in v0.9.0

func (c *Client) DeleteInventoryRequest(input *DeleteInventoryInput) DeleteInventoryRequest

DeleteInventoryRequest returns a request value for making 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.

// Example sending a request using DeleteInventoryRequest.
req := client.DeleteInventoryRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteInventory

func (*Client) DeleteMaintenanceWindowRequest added in v0.9.0

func (c *Client) DeleteMaintenanceWindowRequest(input *DeleteMaintenanceWindowInput) DeleteMaintenanceWindowRequest

DeleteMaintenanceWindowRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Deletes a maintenance window.

// Example sending a request using DeleteMaintenanceWindowRequest.
req := client.DeleteMaintenanceWindowRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteMaintenanceWindow

func (*Client) DeleteParameterRequest added in v0.9.0

func (c *Client) DeleteParameterRequest(input *DeleteParameterInput) DeleteParameterRequest

DeleteParameterRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Delete a parameter from the system.

// Example sending a request using DeleteParameterRequest.
req := client.DeleteParameterRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteParameter

func (*Client) DeleteParametersRequest added in v0.9.0

func (c *Client) DeleteParametersRequest(input *DeleteParametersInput) DeleteParametersRequest

DeleteParametersRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Delete a list of parameters.

// Example sending a request using DeleteParametersRequest.
req := client.DeleteParametersRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteParameters

func (*Client) DeletePatchBaselineRequest added in v0.9.0

func (c *Client) DeletePatchBaselineRequest(input *DeletePatchBaselineInput) DeletePatchBaselineRequest

DeletePatchBaselineRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Deletes a patch baseline.

// Example sending a request using DeletePatchBaselineRequest.
req := client.DeletePatchBaselineRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeletePatchBaseline

func (*Client) DeleteResourceDataSyncRequest added in v0.9.0

func (c *Client) DeleteResourceDataSyncRequest(input *DeleteResourceDataSyncInput) DeleteResourceDataSyncRequest

DeleteResourceDataSyncRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Deletes a Resource Data Sync configuration. After the configuration is deleted, changes to data on managed instances are no longer synced to or from the target. Deleting a sync configuration does not delete data.

// Example sending a request using DeleteResourceDataSyncRequest.
req := client.DeleteResourceDataSyncRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteResourceDataSync

func (*Client) DeregisterManagedInstanceRequest added in v0.9.0

func (c *Client) DeregisterManagedInstanceRequest(input *DeregisterManagedInstanceInput) DeregisterManagedInstanceRequest

DeregisterManagedInstanceRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Removes the server or virtual machine from the list of registered servers. You can reregister the instance again at any time. If you don't plan to use Run Command on the server, we suggest uninstalling SSM Agent first.

// Example sending a request using DeregisterManagedInstanceRequest.
req := client.DeregisterManagedInstanceRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterManagedInstance

func (*Client) DeregisterPatchBaselineForPatchGroupRequest added in v0.9.0

func (c *Client) DeregisterPatchBaselineForPatchGroupRequest(input *DeregisterPatchBaselineForPatchGroupInput) DeregisterPatchBaselineForPatchGroupRequest

DeregisterPatchBaselineForPatchGroupRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Removes a patch group from a patch baseline.

// Example sending a request using DeregisterPatchBaselineForPatchGroupRequest.
req := client.DeregisterPatchBaselineForPatchGroupRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterPatchBaselineForPatchGroup

func (*Client) DeregisterTargetFromMaintenanceWindowRequest added in v0.9.0

func (c *Client) DeregisterTargetFromMaintenanceWindowRequest(input *DeregisterTargetFromMaintenanceWindowInput) DeregisterTargetFromMaintenanceWindowRequest

DeregisterTargetFromMaintenanceWindowRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Removes a target from a maintenance window.

// Example sending a request using DeregisterTargetFromMaintenanceWindowRequest.
req := client.DeregisterTargetFromMaintenanceWindowRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterTargetFromMaintenanceWindow

func (*Client) DeregisterTaskFromMaintenanceWindowRequest added in v0.9.0

func (c *Client) DeregisterTaskFromMaintenanceWindowRequest(input *DeregisterTaskFromMaintenanceWindowInput) DeregisterTaskFromMaintenanceWindowRequest

DeregisterTaskFromMaintenanceWindowRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Removes a task from a maintenance window.

// Example sending a request using DeregisterTaskFromMaintenanceWindowRequest.
req := client.DeregisterTaskFromMaintenanceWindowRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterTaskFromMaintenanceWindow

func (*Client) DescribeActivationsRequest added in v0.9.0

func (c *Client) DescribeActivationsRequest(input *DescribeActivationsInput) DescribeActivationsRequest

DescribeActivationsRequest returns a request value for making 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 IAM role assigned to the instances in the activation, and the number of instances registered by using this activation.

// Example sending a request using DescribeActivationsRequest.
req := client.DescribeActivationsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeActivations

func (*Client) DescribeAssociationExecutionTargetsRequest added in v0.9.0

func (c *Client) DescribeAssociationExecutionTargetsRequest(input *DescribeAssociationExecutionTargetsInput) DescribeAssociationExecutionTargetsRequest

DescribeAssociationExecutionTargetsRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Use this API action to view information about a specific execution of a specific association.

// Example sending a request using DescribeAssociationExecutionTargetsRequest.
req := client.DescribeAssociationExecutionTargetsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAssociationExecutionTargets

func (*Client) DescribeAssociationExecutionsRequest added in v0.9.0

func (c *Client) DescribeAssociationExecutionsRequest(input *DescribeAssociationExecutionsInput) DescribeAssociationExecutionsRequest

DescribeAssociationExecutionsRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Use this API action to view all executions for a specific association ID.

// Example sending a request using DescribeAssociationExecutionsRequest.
req := client.DescribeAssociationExecutionsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAssociationExecutions

func (*Client) DescribeAssociationRequest added in v0.9.0

func (c *Client) DescribeAssociationRequest(input *DescribeAssociationInput) DescribeAssociationRequest

DescribeAssociationRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Describes the association for the specified target or instance. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID. If you created the association by specifying an instance ID and a Systems Manager document, then you retrieve the association by specifying the document name and the instance ID.

// Example sending a request using DescribeAssociationRequest.
req := client.DescribeAssociationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAssociation

func (*Client) DescribeAutomationExecutionsRequest added in v0.9.0

func (c *Client) DescribeAutomationExecutionsRequest(input *DescribeAutomationExecutionsInput) DescribeAutomationExecutionsRequest

DescribeAutomationExecutionsRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Provides details about all active and terminated Automation executions.

// Example sending a request using DescribeAutomationExecutionsRequest.
req := client.DescribeAutomationExecutionsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAutomationExecutions

func (*Client) DescribeAutomationStepExecutionsRequest added in v0.9.0

func (c *Client) DescribeAutomationStepExecutionsRequest(input *DescribeAutomationStepExecutionsInput) DescribeAutomationStepExecutionsRequest

DescribeAutomationStepExecutionsRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Information about all active and terminated step executions in an Automation workflow.

// Example sending a request using DescribeAutomationStepExecutionsRequest.
req := client.DescribeAutomationStepExecutionsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAutomationStepExecutions

func (*Client) DescribeAvailablePatchesRequest added in v0.9.0

func (c *Client) DescribeAvailablePatchesRequest(input *DescribeAvailablePatchesInput) DescribeAvailablePatchesRequest

DescribeAvailablePatchesRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Lists all patches eligible to be included in a patch baseline.

// Example sending a request using DescribeAvailablePatchesRequest.
req := client.DescribeAvailablePatchesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAvailablePatches

func (*Client) DescribeDocumentPermissionRequest added in v0.9.0

func (c *Client) DescribeDocumentPermissionRequest(input *DescribeDocumentPermissionInput) DescribeDocumentPermissionRequest

DescribeDocumentPermissionRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Describes the permissions for a Systems Manager 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 AWS account ID) or publicly (All).

// Example sending a request using DescribeDocumentPermissionRequest.
req := client.DescribeDocumentPermissionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeDocumentPermission

func (*Client) DescribeDocumentRequest added in v0.9.0

func (c *Client) DescribeDocumentRequest(input *DescribeDocumentInput) DescribeDocumentRequest

DescribeDocumentRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Describes the specified Systems Manager document.

// Example sending a request using DescribeDocumentRequest.
req := client.DescribeDocumentRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeDocument

func (*Client) DescribeEffectiveInstanceAssociationsRequest added in v0.9.0

func (c *Client) DescribeEffectiveInstanceAssociationsRequest(input *DescribeEffectiveInstanceAssociationsInput) DescribeEffectiveInstanceAssociationsRequest

DescribeEffectiveInstanceAssociationsRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

All associations for the instance(s).

// Example sending a request using DescribeEffectiveInstanceAssociationsRequest.
req := client.DescribeEffectiveInstanceAssociationsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeEffectiveInstanceAssociations

func (*Client) DescribeEffectivePatchesForPatchBaselineRequest added in v0.9.0

func (c *Client) DescribeEffectivePatchesForPatchBaselineRequest(input *DescribeEffectivePatchesForPatchBaselineInput) DescribeEffectivePatchesForPatchBaselineRequest

DescribeEffectivePatchesForPatchBaselineRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline. Note that this API applies only to Windows patch baselines.

// Example sending a request using DescribeEffectivePatchesForPatchBaselineRequest.
req := client.DescribeEffectivePatchesForPatchBaselineRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeEffectivePatchesForPatchBaseline

func (*Client) DescribeInstanceAssociationsStatusRequest added in v0.9.0

func (c *Client) DescribeInstanceAssociationsStatusRequest(input *DescribeInstanceAssociationsStatusInput) DescribeInstanceAssociationsStatusRequest

DescribeInstanceAssociationsStatusRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

The status of the associations for the instance(s).

// Example sending a request using DescribeInstanceAssociationsStatusRequest.
req := client.DescribeInstanceAssociationsStatusRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstanceAssociationsStatus

func (*Client) DescribeInstanceInformationRequest added in v0.9.0

func (c *Client) DescribeInstanceInformationRequest(input *DescribeInstanceInformationInput) DescribeInstanceInformationRequest

DescribeInstanceInformationRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Describes one or more of your instances, including information about the operating system platform, the version of SSM Agent installed on the instance, instance status, and so on.

If you specify one or more instance IDs, it returns information for those instances. If you do not specify instance IDs, it returns information for all your instances. If you specify an instance ID that is not valid or an instance that you do not own, you receive an error.

The IamRole field for this API action is the Amazon Identity and Access Management (IAM) role assigned to on-premises instances. This call does not return the IAM role for EC2 instances.

// Example sending a request using DescribeInstanceInformationRequest.
req := client.DescribeInstanceInformationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstanceInformation

func (*Client) DescribeInstancePatchStatesForPatchGroupRequest added in v0.9.0

func (c *Client) DescribeInstancePatchStatesForPatchGroupRequest(input *DescribeInstancePatchStatesForPatchGroupInput) DescribeInstancePatchStatesForPatchGroupRequest

DescribeInstancePatchStatesForPatchGroupRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Retrieves the high-level patch state for the instances in the specified patch group.

// Example sending a request using DescribeInstancePatchStatesForPatchGroupRequest.
req := client.DescribeInstancePatchStatesForPatchGroupRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatchStatesForPatchGroup

func (*Client) DescribeInstancePatchStatesRequest added in v0.9.0

func (c *Client) DescribeInstancePatchStatesRequest(input *DescribeInstancePatchStatesInput) DescribeInstancePatchStatesRequest

DescribeInstancePatchStatesRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Retrieves the high-level patch state of one or more instances.

// Example sending a request using DescribeInstancePatchStatesRequest.
req := client.DescribeInstancePatchStatesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatchStates

func (*Client) DescribeInstancePatchesRequest added in v0.9.0

func (c *Client) DescribeInstancePatchesRequest(input *DescribeInstancePatchesInput) DescribeInstancePatchesRequest

DescribeInstancePatchesRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Retrieves information about the patches on the specified instance and their state relative to the patch baseline being used for the instance.

// Example sending a request using DescribeInstancePatchesRequest.
req := client.DescribeInstancePatchesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatches

func (*Client) DescribeInventoryDeletionsRequest added in v0.9.0

func (c *Client) DescribeInventoryDeletionsRequest(input *DescribeInventoryDeletionsInput) DescribeInventoryDeletionsRequest

DescribeInventoryDeletionsRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Describes a specific delete inventory operation.

// Example sending a request using DescribeInventoryDeletionsRequest.
req := client.DescribeInventoryDeletionsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInventoryDeletions

func (*Client) DescribeMaintenanceWindowExecutionTaskInvocationsRequest added in v0.9.0

func (c *Client) DescribeMaintenanceWindowExecutionTaskInvocationsRequest(input *DescribeMaintenanceWindowExecutionTaskInvocationsInput) DescribeMaintenanceWindowExecutionTaskInvocationsRequest

DescribeMaintenanceWindowExecutionTaskInvocationsRequest returns a request value for making 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.

// Example sending a request using DescribeMaintenanceWindowExecutionTaskInvocationsRequest.
req := client.DescribeMaintenanceWindowExecutionTaskInvocationsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutionTaskInvocations

func (*Client) DescribeMaintenanceWindowExecutionTasksRequest added in v0.9.0

func (c *Client) DescribeMaintenanceWindowExecutionTasksRequest(input *DescribeMaintenanceWindowExecutionTasksInput) DescribeMaintenanceWindowExecutionTasksRequest

DescribeMaintenanceWindowExecutionTasksRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

For a given maintenance window execution, lists the tasks that were run.

// Example sending a request using DescribeMaintenanceWindowExecutionTasksRequest.
req := client.DescribeMaintenanceWindowExecutionTasksRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutionTasks

func (*Client) DescribeMaintenanceWindowExecutionsRequest added in v0.9.0

func (c *Client) DescribeMaintenanceWindowExecutionsRequest(input *DescribeMaintenanceWindowExecutionsInput) DescribeMaintenanceWindowExecutionsRequest

DescribeMaintenanceWindowExecutionsRequest returns a request value for making 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.

// Example sending a request using DescribeMaintenanceWindowExecutionsRequest.
req := client.DescribeMaintenanceWindowExecutionsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutions

func (*Client) DescribeMaintenanceWindowScheduleRequest added in v0.9.0

func (c *Client) DescribeMaintenanceWindowScheduleRequest(input *DescribeMaintenanceWindowScheduleInput) DescribeMaintenanceWindowScheduleRequest

DescribeMaintenanceWindowScheduleRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Retrieves information about upcoming executions of a maintenance window.

// Example sending a request using DescribeMaintenanceWindowScheduleRequest.
req := client.DescribeMaintenanceWindowScheduleRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowSchedule

func (*Client) DescribeMaintenanceWindowTargetsRequest added in v0.9.0

func (c *Client) DescribeMaintenanceWindowTargetsRequest(input *DescribeMaintenanceWindowTargetsInput) DescribeMaintenanceWindowTargetsRequest

DescribeMaintenanceWindowTargetsRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Lists the targets registered with the maintenance window.

// Example sending a request using DescribeMaintenanceWindowTargetsRequest.
req := client.DescribeMaintenanceWindowTargetsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowTargets

func (*Client) DescribeMaintenanceWindowTasksRequest added in v0.9.0

func (c *Client) DescribeMaintenanceWindowTasksRequest(input *DescribeMaintenanceWindowTasksInput) DescribeMaintenanceWindowTasksRequest

DescribeMaintenanceWindowTasksRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Lists the tasks in a maintenance window.

// Example sending a request using DescribeMaintenanceWindowTasksRequest.
req := client.DescribeMaintenanceWindowTasksRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowTasks

func (*Client) DescribeMaintenanceWindowsForTargetRequest added in v0.9.0

func (c *Client) DescribeMaintenanceWindowsForTargetRequest(input *DescribeMaintenanceWindowsForTargetInput) DescribeMaintenanceWindowsForTargetRequest

DescribeMaintenanceWindowsForTargetRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Retrieves information about the maintenance window targets or tasks that an instance is associated with.

// Example sending a request using DescribeMaintenanceWindowsForTargetRequest.
req := client.DescribeMaintenanceWindowsForTargetRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowsForTarget

func (*Client) DescribeMaintenanceWindowsRequest added in v0.9.0

func (c *Client) DescribeMaintenanceWindowsRequest(input *DescribeMaintenanceWindowsInput) DescribeMaintenanceWindowsRequest

DescribeMaintenanceWindowsRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Retrieves the maintenance windows in an AWS account.

// Example sending a request using DescribeMaintenanceWindowsRequest.
req := client.DescribeMaintenanceWindowsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindows

func (*Client) DescribeOpsItemsRequest added in v0.10.0

func (c *Client) DescribeOpsItemsRequest(input *DescribeOpsItemsInput) DescribeOpsItemsRequest

DescribeOpsItemsRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Query a set of OpsItems. You must have permission in AWS Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Getting started with OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html) in the AWS Systems Manager User Guide.

Operations engineers and IT professionals use OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their AWS resources. For more information, see AWS Systems Manager OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the AWS Systems Manager User Guide.

// Example sending a request using DescribeOpsItemsRequest.
req := client.DescribeOpsItemsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeOpsItems

func (*Client) DescribeParametersRequest added in v0.9.0

func (c *Client) DescribeParametersRequest(input *DescribeParametersInput) DescribeParametersRequest

DescribeParametersRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Get information about a parameter.

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.

// Example sending a request using DescribeParametersRequest.
req := client.DescribeParametersRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeParameters

func (*Client) DescribePatchBaselinesRequest added in v0.9.0

func (c *Client) DescribePatchBaselinesRequest(input *DescribePatchBaselinesInput) DescribePatchBaselinesRequest

DescribePatchBaselinesRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Lists the patch baselines in your AWS account.

// Example sending a request using DescribePatchBaselinesRequest.
req := client.DescribePatchBaselinesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchBaselines

func (*Client) DescribePatchGroupStateRequest added in v0.9.0

func (c *Client) DescribePatchGroupStateRequest(input *DescribePatchGroupStateInput) DescribePatchGroupStateRequest

DescribePatchGroupStateRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Returns high-level aggregated patch compliance state for a patch group.

// Example sending a request using DescribePatchGroupStateRequest.
req := client.DescribePatchGroupStateRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchGroupState

func (*Client) DescribePatchGroupsRequest added in v0.9.0

func (c *Client) DescribePatchGroupsRequest(input *DescribePatchGroupsInput) DescribePatchGroupsRequest

DescribePatchGroupsRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Lists all patch groups that have been registered with patch baselines.

// Example sending a request using DescribePatchGroupsRequest.
req := client.DescribePatchGroupsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchGroups

func (*Client) DescribePatchPropertiesRequest added in v0.9.0

func (c *Client) DescribePatchPropertiesRequest(input *DescribePatchPropertiesInput) DescribePatchPropertiesRequest

DescribePatchPropertiesRequest returns a request value for making 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 actions 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:

WINDOWS

Valid properties: PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY

AMAZON_LINUX

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

AMAZON_LINUX_2

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

UBUNTU

Valid properties: PRODUCT, PRIORITY

REDHAT_ENTERPRISE_LINUX

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

SUSE

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

CENTOS

Valid properties: PRODUCT, CLASSIFICATION, SEVERITY

// Example sending a request using DescribePatchPropertiesRequest.
req := client.DescribePatchPropertiesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchProperties

func (*Client) DescribeSessionsRequest added in v0.9.0

func (c *Client) DescribeSessionsRequest(input *DescribeSessionsInput) DescribeSessionsRequest

DescribeSessionsRequest returns a request value for making 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.

// Example sending a request using DescribeSessionsRequest.
req := client.DescribeSessionsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeSessions

func (*Client) GetAutomationExecutionRequest added in v0.9.0

func (c *Client) GetAutomationExecutionRequest(input *GetAutomationExecutionInput) GetAutomationExecutionRequest

GetAutomationExecutionRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Get detailed information about a particular Automation execution.

// Example sending a request using GetAutomationExecutionRequest.
req := client.GetAutomationExecutionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetAutomationExecution

func (*Client) GetCalendarStateRequest added in v0.18.0

func (c *Client) GetCalendarStateRequest(input *GetCalendarStateInput) GetCalendarStateRequest

GetCalendarStateRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Gets the state of the AWS Systems Manager Change Calendar at an optional, specified time. If you specify a time, GetCalendarState returns the state of the calendar at a specific time, and returns the next time that the Change Calendar state will transition. If you do not specify a time, GetCalendarState assumes the current time. Change Calendar entries have two possible states: OPEN or CLOSED. For more information about Systems Manager Change Calendar, see AWS Systems Manager Change Calendar (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar.html) in the AWS Systems Manager User Guide.

// Example sending a request using GetCalendarStateRequest.
req := client.GetCalendarStateRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetCalendarState

func (*Client) GetCommandInvocationRequest added in v0.9.0

func (c *Client) GetCommandInvocationRequest(input *GetCommandInvocationInput) GetCommandInvocationRequest

GetCommandInvocationRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Returns detailed information about command execution for an invocation or plugin.

// Example sending a request using GetCommandInvocationRequest.
req := client.GetCommandInvocationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetCommandInvocation

func (*Client) GetConnectionStatusRequest added in v0.9.0

func (c *Client) GetConnectionStatusRequest(input *GetConnectionStatusInput) GetConnectionStatusRequest

GetConnectionStatusRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Retrieves the Session Manager connection status for an instance to determine whether it is running and ready to receive Session Manager connections.

// Example sending a request using GetConnectionStatusRequest.
req := client.GetConnectionStatusRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetConnectionStatus

func (*Client) GetDefaultPatchBaselineRequest added in v0.9.0

func (c *Client) GetDefaultPatchBaselineRequest(input *GetDefaultPatchBaselineInput) GetDefaultPatchBaselineRequest

GetDefaultPatchBaselineRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Retrieves the default patch baseline. Note that Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.

If you do not specify an operating system value, the default patch baseline for Windows is returned.

// Example sending a request using GetDefaultPatchBaselineRequest.
req := client.GetDefaultPatchBaselineRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDefaultPatchBaseline

func (*Client) GetDeployablePatchSnapshotForInstanceRequest added in v0.9.0

func (c *Client) GetDeployablePatchSnapshotForInstanceRequest(input *GetDeployablePatchSnapshotForInstanceInput) GetDeployablePatchSnapshotForInstanceRequest

GetDeployablePatchSnapshotForInstanceRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Retrieves the current snapshot for the patch baseline the instance uses. This API is primarily used by the AWS-RunPatchBaseline Systems Manager document.

// Example sending a request using GetDeployablePatchSnapshotForInstanceRequest.
req := client.GetDeployablePatchSnapshotForInstanceRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDeployablePatchSnapshotForInstance

func (*Client) GetDocumentRequest added in v0.9.0

func (c *Client) GetDocumentRequest(input *GetDocumentInput) GetDocumentRequest

GetDocumentRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Gets the contents of the specified Systems Manager document.

// Example sending a request using GetDocumentRequest.
req := client.GetDocumentRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDocument

func (*Client) GetInventoryRequest added in v0.9.0

func (c *Client) GetInventoryRequest(input *GetInventoryInput) GetInventoryRequest

GetInventoryRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Query inventory information.

// Example sending a request using GetInventoryRequest.
req := client.GetInventoryRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetInventory

func (*Client) GetInventorySchemaRequest added in v0.9.0

func (c *Client) GetInventorySchemaRequest(input *GetInventorySchemaInput) GetInventorySchemaRequest

GetInventorySchemaRequest returns a request value for making 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.

// Example sending a request using GetInventorySchemaRequest.
req := client.GetInventorySchemaRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetInventorySchema

func (*Client) GetMaintenanceWindowExecutionRequest added in v0.9.0

func (c *Client) GetMaintenanceWindowExecutionRequest(input *GetMaintenanceWindowExecutionInput) GetMaintenanceWindowExecutionRequest

GetMaintenanceWindowExecutionRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Retrieves details about a specific a maintenance window execution.

// Example sending a request using GetMaintenanceWindowExecutionRequest.
req := client.GetMaintenanceWindowExecutionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowExecution

func (*Client) GetMaintenanceWindowExecutionTaskInvocationRequest added in v0.9.0

func (c *Client) GetMaintenanceWindowExecutionTaskInvocationRequest(input *GetMaintenanceWindowExecutionTaskInvocationInput) GetMaintenanceWindowExecutionTaskInvocationRequest

GetMaintenanceWindowExecutionTaskInvocationRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Retrieves information about a specific task running on a specific target.

// Example sending a request using GetMaintenanceWindowExecutionTaskInvocationRequest.
req := client.GetMaintenanceWindowExecutionTaskInvocationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowExecutionTaskInvocation

func (*Client) GetMaintenanceWindowExecutionTaskRequest added in v0.9.0

func (c *Client) GetMaintenanceWindowExecutionTaskRequest(input *GetMaintenanceWindowExecutionTaskInput) GetMaintenanceWindowExecutionTaskRequest

GetMaintenanceWindowExecutionTaskRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Retrieves the details about a specific task run as part of a maintenance window execution.

// Example sending a request using GetMaintenanceWindowExecutionTaskRequest.
req := client.GetMaintenanceWindowExecutionTaskRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowExecutionTask

func (*Client) GetMaintenanceWindowRequest added in v0.9.0

func (c *Client) GetMaintenanceWindowRequest(input *GetMaintenanceWindowInput) GetMaintenanceWindowRequest

GetMaintenanceWindowRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Retrieves a maintenance window.

// Example sending a request using GetMaintenanceWindowRequest.
req := client.GetMaintenanceWindowRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindow

func (*Client) GetMaintenanceWindowTaskRequest added in v0.9.0

func (c *Client) GetMaintenanceWindowTaskRequest(input *GetMaintenanceWindowTaskInput) GetMaintenanceWindowTaskRequest

GetMaintenanceWindowTaskRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Lists the tasks in a maintenance window.

// Example sending a request using GetMaintenanceWindowTaskRequest.
req := client.GetMaintenanceWindowTaskRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowTask

func (*Client) GetOpsItemRequest added in v0.10.0

func (c *Client) GetOpsItemRequest(input *GetOpsItemInput) GetOpsItemRequest

GetOpsItemRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Get information about an OpsItem by using the ID. You must have permission in AWS Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Getting started with OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html) in the AWS Systems Manager User Guide.

Operations engineers and IT professionals use OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their AWS resources. For more information, see AWS Systems Manager OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the AWS Systems Manager User Guide.

// Example sending a request using GetOpsItemRequest.
req := client.GetOpsItemRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetOpsItem

func (*Client) GetOpsSummaryRequest added in v0.10.0

func (c *Client) GetOpsSummaryRequest(input *GetOpsSummaryInput) GetOpsSummaryRequest

GetOpsSummaryRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

View a summary of OpsItems based on specified filters and aggregators.

// Example sending a request using GetOpsSummaryRequest.
req := client.GetOpsSummaryRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetOpsSummary

func (*Client) GetParameterHistoryRequest added in v0.9.0

func (c *Client) GetParameterHistoryRequest(input *GetParameterHistoryInput) GetParameterHistoryRequest

GetParameterHistoryRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Query a list of all parameters used by the AWS account.

// Example sending a request using GetParameterHistoryRequest.
req := client.GetParameterHistoryRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParameterHistory

func (*Client) GetParameterRequest added in v0.9.0

func (c *Client) GetParameterRequest(input *GetParameterInput) GetParameterRequest

GetParameterRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Get information about a parameter by using the parameter name. Don't confuse this API action with the GetParameters API action.

// Example sending a request using GetParameterRequest.
req := client.GetParameterRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParameter

func (*Client) GetParametersByPathRequest added in v0.9.0

func (c *Client) GetParametersByPathRequest(input *GetParametersByPathInput) GetParametersByPathRequest

GetParametersByPathRequest returns a request value for making 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.

// Example sending a request using GetParametersByPathRequest.
req := client.GetParametersByPathRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParametersByPath

func (*Client) GetParametersRequest added in v0.9.0

func (c *Client) GetParametersRequest(input *GetParametersInput) GetParametersRequest

GetParametersRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Get details of a parameter. Don't confuse this API action with the GetParameter API action.

// Example sending a request using GetParametersRequest.
req := client.GetParametersRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParameters

func (*Client) GetPatchBaselineForPatchGroupRequest added in v0.9.0

func (c *Client) GetPatchBaselineForPatchGroupRequest(input *GetPatchBaselineForPatchGroupInput) GetPatchBaselineForPatchGroupRequest

GetPatchBaselineForPatchGroupRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Retrieves the patch baseline that should be used for the specified patch group.

// Example sending a request using GetPatchBaselineForPatchGroupRequest.
req := client.GetPatchBaselineForPatchGroupRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaselineForPatchGroup

func (*Client) GetPatchBaselineRequest added in v0.9.0

func (c *Client) GetPatchBaselineRequest(input *GetPatchBaselineInput) GetPatchBaselineRequest

GetPatchBaselineRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Retrieves information about a patch baseline.

// Example sending a request using GetPatchBaselineRequest.
req := client.GetPatchBaselineRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaseline

func (*Client) GetServiceSettingRequest added in v0.9.0

func (c *Client) GetServiceSettingRequest(input *GetServiceSettingInput) GetServiceSettingRequest

GetServiceSettingRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

ServiceSetting is an account-level setting for an AWS service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an AWS service charges money to the account based on feature or service usage, then the AWS 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. AWS 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 action to change the default setting. Or use the ResetServiceSetting to change the value back to the original value defined by the AWS service team.

Query the current service setting for the account.

// Example sending a request using GetServiceSettingRequest.
req := client.GetServiceSettingRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetServiceSetting

func (*Client) LabelParameterVersionRequest added in v0.9.0

func (c *Client) LabelParameterVersionRequest(input *LabelParameterVersionInput) LabelParameterVersionRequest

LabelParameterVersionRequest returns a request value for making 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, 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.

  • You can't delete a parameter label. If you no longer want to use a parameter label, then you must 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 is not associated with a parameter and the system displays it in the list of InvalidLabels.

    // Example sending a request using LabelParameterVersionRequest. req := client.LabelParameterVersionRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/LabelParameterVersion

func (*Client) ListAssociationVersionsRequest added in v0.9.0

func (c *Client) ListAssociationVersionsRequest(input *ListAssociationVersionsInput) ListAssociationVersionsRequest

ListAssociationVersionsRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Retrieves all versions of an association for a specific association ID.

// Example sending a request using ListAssociationVersionsRequest.
req := client.ListAssociationVersionsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListAssociationVersions

func (*Client) ListAssociationsRequest added in v0.9.0

func (c *Client) ListAssociationsRequest(input *ListAssociationsInput) ListAssociationsRequest

ListAssociationsRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Returns all State Manager associations in the current AWS account and Region. You can limit the results to a specific State Manager association document or instance by specifying a filter.

// Example sending a request using ListAssociationsRequest.
req := client.ListAssociationsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListAssociations

func (*Client) ListCommandInvocationsRequest added in v0.9.0

func (c *Client) ListCommandInvocationsRequest(input *ListCommandInvocationsInput) ListCommandInvocationsRequest

ListCommandInvocationsRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

An invocation is copy of a command sent to a specific instance. A command can apply to one or more instances. A command invocation applies to one instance. For example, if a user runs SendCommand against three instances, then a command invocation is created for each requested instance ID. ListCommandInvocations provide status about command execution.

// Example sending a request using ListCommandInvocationsRequest.
req := client.ListCommandInvocationsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListCommandInvocations

func (*Client) ListCommandsRequest added in v0.9.0

func (c *Client) ListCommandsRequest(input *ListCommandsInput) ListCommandsRequest

ListCommandsRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Lists the commands requested by users of the AWS account.

// Example sending a request using ListCommandsRequest.
req := client.ListCommandsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListCommands

func (*Client) ListComplianceItemsRequest added in v0.9.0

func (c *Client) ListComplianceItemsRequest(input *ListComplianceItemsInput) ListComplianceItemsRequest

ListComplianceItemsRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

For a specified resource ID, this API action 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.

// Example sending a request using ListComplianceItemsRequest.
req := client.ListComplianceItemsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListComplianceItems

func (*Client) ListComplianceSummariesRequest added in v0.9.0

func (c *Client) ListComplianceSummariesRequest(input *ListComplianceSummariesInput) ListComplianceSummariesRequest

ListComplianceSummariesRequest returns a request value for making 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.

// Example sending a request using ListComplianceSummariesRequest.
req := client.ListComplianceSummariesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListComplianceSummaries

func (*Client) ListDocumentVersionsRequest added in v0.9.0

func (c *Client) ListDocumentVersionsRequest(input *ListDocumentVersionsInput) ListDocumentVersionsRequest

ListDocumentVersionsRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

List all versions for a document.

// Example sending a request using ListDocumentVersionsRequest.
req := client.ListDocumentVersionsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListDocumentVersions

func (*Client) ListDocumentsRequest added in v0.9.0

func (c *Client) ListDocumentsRequest(input *ListDocumentsInput) ListDocumentsRequest

ListDocumentsRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Returns all Systems Manager (SSM) documents in the current AWS account and Region. You can limit the results of this request by using a filter.

// Example sending a request using ListDocumentsRequest.
req := client.ListDocumentsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListDocuments

func (*Client) ListInventoryEntriesRequest added in v0.9.0

func (c *Client) ListInventoryEntriesRequest(input *ListInventoryEntriesInput) ListInventoryEntriesRequest

ListInventoryEntriesRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

A list of inventory items returned by the request.

// Example sending a request using ListInventoryEntriesRequest.
req := client.ListInventoryEntriesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListInventoryEntries

func (*Client) ListResourceComplianceSummariesRequest added in v0.9.0

func (c *Client) ListResourceComplianceSummariesRequest(input *ListResourceComplianceSummariesInput) ListResourceComplianceSummariesRequest

ListResourceComplianceSummariesRequest returns a request value for making 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.

// Example sending a request using ListResourceComplianceSummariesRequest.
req := client.ListResourceComplianceSummariesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListResourceComplianceSummaries

func (*Client) ListResourceDataSyncRequest added in v0.9.0

func (c *Client) ListResourceDataSyncRequest(input *ListResourceDataSyncInput) ListResourceDataSyncRequest

ListResourceDataSyncRequest returns a request value for making 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.

// Example sending a request using ListResourceDataSyncRequest.
req := client.ListResourceDataSyncRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListResourceDataSync

func (*Client) ListTagsForResourceRequest added in v0.9.0

func (c *Client) ListTagsForResourceRequest(input *ListTagsForResourceInput) ListTagsForResourceRequest

ListTagsForResourceRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Returns a list of the tags assigned to the specified resource.

// Example sending a request using ListTagsForResourceRequest.
req := client.ListTagsForResourceRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListTagsForResource

func (*Client) ModifyDocumentPermissionRequest added in v0.9.0

func (c *Client) ModifyDocumentPermissionRequest(input *ModifyDocumentPermissionInput) ModifyDocumentPermissionRequest

ModifyDocumentPermissionRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Shares a Systems Manager document publicly or privately. If you share a document privately, you must specify the AWS user account IDs for those people who can use the document. If you share a document publicly, you must specify All as the account ID.

// Example sending a request using ModifyDocumentPermissionRequest.
req := client.ModifyDocumentPermissionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ModifyDocumentPermission

func (*Client) PutComplianceItemsRequest added in v0.9.0

func (c *Client) PutComplianceItemsRequest(input *PutComplianceItemsInput) PutComplianceItemsRequest

PutComplianceItemsRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Registers a compliance type and other compliance details on a designated resource. This action 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 instance.

  • 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: A 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'

    // Example sending a request using PutComplianceItemsRequest. req := client.PutComplianceItemsRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutComplianceItems

func (*Client) PutInventoryRequest added in v0.9.0

func (c *Client) PutInventoryRequest(input *PutInventoryInput) PutInventoryRequest

PutInventoryRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Bulk update custom inventory items on one more instance. The request adds an inventory item, if it doesn't already exist, or updates an inventory item, if it does exist.

// Example sending a request using PutInventoryRequest.
req := client.PutInventoryRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutInventory

func (*Client) PutParameterRequest added in v0.9.0

func (c *Client) PutParameterRequest(input *PutParameterInput) PutParameterRequest

PutParameterRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Add a parameter to the system.

// Example sending a request using PutParameterRequest.
req := client.PutParameterRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutParameter

func (*Client) RegisterDefaultPatchBaselineRequest added in v0.9.0

func (c *Client) RegisterDefaultPatchBaselineRequest(input *RegisterDefaultPatchBaselineInput) RegisterDefaultPatchBaselineRequest

RegisterDefaultPatchBaselineRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Defines the default patch baseline for the relevant operating system.

To reset the AWS predefined patch baseline as the default, specify the full patch baseline 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.

// Example sending a request using RegisterDefaultPatchBaselineRequest.
req := client.RegisterDefaultPatchBaselineRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterDefaultPatchBaseline

func (*Client) RegisterPatchBaselineForPatchGroupRequest added in v0.9.0

func (c *Client) RegisterPatchBaselineForPatchGroupRequest(input *RegisterPatchBaselineForPatchGroupInput) RegisterPatchBaselineForPatchGroupRequest

RegisterPatchBaselineForPatchGroupRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Registers a patch baseline for a patch group.

// Example sending a request using RegisterPatchBaselineForPatchGroupRequest.
req := client.RegisterPatchBaselineForPatchGroupRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterPatchBaselineForPatchGroup

func (*Client) RegisterTargetWithMaintenanceWindowRequest added in v0.9.0

func (c *Client) RegisterTargetWithMaintenanceWindowRequest(input *RegisterTargetWithMaintenanceWindowInput) RegisterTargetWithMaintenanceWindowRequest

RegisterTargetWithMaintenanceWindowRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Registers a target with a maintenance window.

// Example sending a request using RegisterTargetWithMaintenanceWindowRequest.
req := client.RegisterTargetWithMaintenanceWindowRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterTargetWithMaintenanceWindow

func (*Client) RegisterTaskWithMaintenanceWindowRequest added in v0.9.0

func (c *Client) RegisterTaskWithMaintenanceWindowRequest(input *RegisterTaskWithMaintenanceWindowInput) RegisterTaskWithMaintenanceWindowRequest

RegisterTaskWithMaintenanceWindowRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Adds a new task to a maintenance window.

// Example sending a request using RegisterTaskWithMaintenanceWindowRequest.
req := client.RegisterTaskWithMaintenanceWindowRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterTaskWithMaintenanceWindow

func (*Client) RemoveTagsFromResourceRequest added in v0.9.0

func (c *Client) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) RemoveTagsFromResourceRequest

RemoveTagsFromResourceRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Removes tag keys from the specified resource.

// Example sending a request using RemoveTagsFromResourceRequest.
req := client.RemoveTagsFromResourceRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RemoveTagsFromResource

func (*Client) ResetServiceSettingRequest added in v0.9.0

func (c *Client) ResetServiceSettingRequest(input *ResetServiceSettingInput) ResetServiceSettingRequest

ResetServiceSettingRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

ServiceSetting is an account-level setting for an AWS service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an AWS service charges money to the account based on feature or service usage, then the AWS 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. AWS 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 action to view the current value. Use the UpdateServiceSetting API action to change the default setting.

Reset the service setting for the account to the default value as provisioned by the AWS service team.

// Example sending a request using ResetServiceSettingRequest.
req := client.ResetServiceSettingRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResetServiceSetting

func (*Client) ResumeSessionRequest added in v0.9.0

func (c *Client) ResumeSessionRequest(input *ResumeSessionInput) ResumeSessionRequest

ResumeSessionRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Reconnects a session to an instance 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 is not intended for any other use.

// Example sending a request using ResumeSessionRequest.
req := client.ResumeSessionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResumeSession

func (*Client) SendAutomationSignalRequest added in v0.9.0

func (c *Client) SendAutomationSignalRequest(input *SendAutomationSignalInput) SendAutomationSignalRequest

SendAutomationSignalRequest returns a request value for making 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.

// Example sending a request using SendAutomationSignalRequest.
req := client.SendAutomationSignalRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/SendAutomationSignal

func (*Client) SendCommandRequest added in v0.9.0

func (c *Client) SendCommandRequest(input *SendCommandInput) SendCommandRequest

SendCommandRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Runs commands on one or more managed instances.

// Example sending a request using SendCommandRequest.
req := client.SendCommandRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/SendCommand

func (*Client) StartAssociationsOnceRequest added in v0.9.0

func (c *Client) StartAssociationsOnceRequest(input *StartAssociationsOnceInput) StartAssociationsOnceRequest

StartAssociationsOnceRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Use this API action to run an association immediately and only one time. This action can be helpful when troubleshooting associations.

// Example sending a request using StartAssociationsOnceRequest.
req := client.StartAssociationsOnceRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartAssociationsOnce

func (*Client) StartAutomationExecutionRequest added in v0.9.0

func (c *Client) StartAutomationExecutionRequest(input *StartAutomationExecutionInput) StartAutomationExecutionRequest

StartAutomationExecutionRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Initiates execution of an Automation document.

// Example sending a request using StartAutomationExecutionRequest.
req := client.StartAutomationExecutionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartAutomationExecution

func (*Client) StartSessionRequest added in v0.9.0

func (c *Client) StartSessionRequest(input *StartSessionInput) StartSessionRequest

StartSessionRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Initiates a connection to a target (for example, an instance) 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.

AWS 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 AWS CLI (https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html) in the AWS Systems Manager User Guide.

AWS Tools for PowerShell usage: Start-SSMSession is not currently supported by AWS Tools for PowerShell on Windows local machines.

// Example sending a request using StartSessionRequest.
req := client.StartSessionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartSession

func (*Client) StopAutomationExecutionRequest added in v0.9.0

func (c *Client) StopAutomationExecutionRequest(input *StopAutomationExecutionInput) StopAutomationExecutionRequest

StopAutomationExecutionRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Stop an Automation that is currently running.

// Example sending a request using StopAutomationExecutionRequest.
req := client.StopAutomationExecutionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StopAutomationExecution

func (*Client) TerminateSessionRequest added in v0.9.0

func (c *Client) TerminateSessionRequest(input *TerminateSessionInput) TerminateSessionRequest

TerminateSessionRequest returns a request value for making 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 instance. A terminated session cannot be resumed.

// Example sending a request using TerminateSessionRequest.
req := client.TerminateSessionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/TerminateSession

func (*Client) UpdateAssociationRequest added in v0.9.0

func (c *Client) UpdateAssociationRequest(input *UpdateAssociationInput) UpdateAssociationRequest

UpdateAssociationRequest returns a request value for making 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 S3 output.

In order to call this API action, your IAM user account, group, or role must be configured with permission to call the DescribeAssociation API action. 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> is not authorized to perform: ssm:DescribeAssociation on resource: <resource_arn>

When you update an association, the association immediately runs against the specified targets.

// Example sending a request using UpdateAssociationRequest.
req := client.UpdateAssociationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociation

func (*Client) UpdateAssociationStatusRequest added in v0.9.0

func (c *Client) UpdateAssociationStatusRequest(input *UpdateAssociationStatusInput) UpdateAssociationStatusRequest

UpdateAssociationStatusRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Updates the status of the Systems Manager document associated with the specified instance.

// Example sending a request using UpdateAssociationStatusRequest.
req := client.UpdateAssociationStatusRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociationStatus

func (*Client) UpdateDocumentDefaultVersionRequest added in v0.9.0

func (c *Client) UpdateDocumentDefaultVersionRequest(input *UpdateDocumentDefaultVersionInput) UpdateDocumentDefaultVersionRequest

UpdateDocumentDefaultVersionRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Set the default version of a document.

// Example sending a request using UpdateDocumentDefaultVersionRequest.
req := client.UpdateDocumentDefaultVersionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocumentDefaultVersion

func (*Client) UpdateDocumentRequest added in v0.9.0

func (c *Client) UpdateDocumentRequest(input *UpdateDocumentInput) UpdateDocumentRequest

UpdateDocumentRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Updates one or more values for an SSM document.

// Example sending a request using UpdateDocumentRequest.
req := client.UpdateDocumentRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocument

func (*Client) UpdateMaintenanceWindowRequest added in v0.9.0

func (c *Client) UpdateMaintenanceWindowRequest(input *UpdateMaintenanceWindowInput) UpdateMaintenanceWindowRequest

UpdateMaintenanceWindowRequest returns a request value for making 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.

// Example sending a request using UpdateMaintenanceWindowRequest.
req := client.UpdateMaintenanceWindowRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateMaintenanceWindow

func (*Client) UpdateMaintenanceWindowTargetRequest added in v0.9.0

func (c *Client) UpdateMaintenanceWindowTargetRequest(input *UpdateMaintenanceWindowTargetInput) UpdateMaintenanceWindowTargetRequest

UpdateMaintenanceWindowTargetRequest returns a request value for making 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 is not modified.

// Example sending a request using UpdateMaintenanceWindowTargetRequest.
req := client.UpdateMaintenanceWindowTargetRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateMaintenanceWindowTarget

func (*Client) UpdateMaintenanceWindowTaskRequest added in v0.9.0

func (c *Client) UpdateMaintenanceWindowTaskRequest(input *UpdateMaintenanceWindowTaskInput) UpdateMaintenanceWindowTaskRequest

UpdateMaintenanceWindowTaskRequest returns a request value for making 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

If a parameter is null, then the corresponding field is not modified. Also, if you set Replace to true, then all fields required by the RegisterTaskWithMaintenanceWindow action are required for this request. Optional fields that aren't specified are set to null.

// Example sending a request using UpdateMaintenanceWindowTaskRequest.
req := client.UpdateMaintenanceWindowTaskRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateMaintenanceWindowTask

func (*Client) UpdateManagedInstanceRoleRequest added in v0.9.0

func (c *Client) UpdateManagedInstanceRoleRequest(input *UpdateManagedInstanceRoleInput) UpdateManagedInstanceRoleRequest

UpdateManagedInstanceRoleRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Changes the Amazon Identity and Access Management (IAM) role that is assigned to the on-premises instance or virtual machines (VM). IAM roles are first assigned to these hybrid instances during the activation process. For more information, see CreateActivation.

// Example sending a request using UpdateManagedInstanceRoleRequest.
req := client.UpdateManagedInstanceRoleRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateManagedInstanceRole

func (*Client) UpdateOpsItemRequest added in v0.10.0

func (c *Client) UpdateOpsItemRequest(input *UpdateOpsItemInput) UpdateOpsItemRequest

UpdateOpsItemRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

Edit or change an OpsItem. You must have permission in AWS Identity and Access Management (IAM) to update an OpsItem. For more information, see Getting started with OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html) in the AWS Systems Manager User Guide.

Operations engineers and IT professionals use OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their AWS resources. For more information, see AWS Systems Manager OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the AWS Systems Manager User Guide.

// Example sending a request using UpdateOpsItemRequest.
req := client.UpdateOpsItemRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateOpsItem

func (*Client) UpdatePatchBaselineRequest added in v0.9.0

func (c *Client) UpdatePatchBaselineRequest(input *UpdatePatchBaselineInput) UpdatePatchBaselineRequest

UpdatePatchBaselineRequest returns a request value for making 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 and value pairs in PatchFilters for each supported operating system type, see PatchFilter (http://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PatchFilter.html).

// Example sending a request using UpdatePatchBaselineRequest.
req := client.UpdatePatchBaselineRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdatePatchBaseline

func (*Client) UpdateResourceDataSyncRequest added in v0.18.0

func (c *Client) UpdateResourceDataSyncRequest(input *UpdateResourceDataSyncInput) UpdateResourceDataSyncRequest

UpdateResourceDataSyncRequest returns a request value for making 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 AWS Organizations configuration option. Instead, you must delete the first resource data sync, and create a new one.

This API action only supports a resource data sync that was created with a SyncFromSource SyncType.

// Example sending a request using UpdateResourceDataSyncRequest.
req := client.UpdateResourceDataSyncRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateResourceDataSync

func (*Client) UpdateServiceSettingRequest added in v0.9.0

func (c *Client) UpdateServiceSettingRequest(input *UpdateServiceSettingInput) UpdateServiceSettingRequest

UpdateServiceSettingRequest returns a request value for making API operation for Amazon Simple Systems Manager (SSM).

ServiceSetting is an account-level setting for an AWS service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an AWS service charges money to the account based on feature or service usage, then the AWS 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. AWS 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 action to view the current value. Or, use the ResetServiceSetting to change the value back to the original value defined by the AWS service team.

Update the service setting for the account.

// Example sending a request using UpdateServiceSettingRequest.
req := client.UpdateServiceSettingRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateServiceSetting

type CloudWatchOutputConfig added in v0.5.0

type CloudWatchOutputConfig struct {

	// The name of the CloudWatch log group where you want to send command output.
	// If you don't specify a group name, 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 CloudWatch Logs.

func (CloudWatchOutputConfig) String added in v0.5.0

func (s CloudWatchOutputConfig) String() string

String returns the string representation

func (*CloudWatchOutputConfig) Validate added in v0.5.0

func (s *CloudWatchOutputConfig) Validate() error

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

type Command

type Command struct {

	// CloudWatch Logs information where you want 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, Canceled, 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 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 this time is reached and the command has not already started running,
	// it will not run. Calculated based on the ExpiresAfter user input provided
	// as part of the SendCommand API.
	ExpiresAfter *time.Time `type:"timestamp"`

	// The instance IDs against which this command was requested.
	InstanceIds []string `type:"list"`

	// The maximum number of instances that are allowed to run the command at the
	// same time. You can specify a number of instances, such as 10, or a percentage
	// of instances, such as 10%. The default value is 50. For more information
	// about how to use MaxConcurrency, see Running commands using Systems Manager
	// Run Command (https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html)
	// in the AWS 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 Running commands using Systems
	// Manager Run Command (https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html)
	// in the AWS 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 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 map[string][]string `type:"map"`

	// The date and time the command was requested.
	RequestedDateTime *time.Time `type:"timestamp"`

	// The IAM service role that Run Command uses to act on your behalf when sending
	// notifications about command status changes.
	ServiceRole *string `type:"string"`

	// The status of the command.
	Status CommandStatus `type:"string" enum:"true"`

	// 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 AWS Systems Manager User Guide. StatusDetails can be one of the following
	// values:
	//
	//    * Pending: The command has not been sent to any instances.
	//
	//    * In Progress: The command has been sent to at least one instance but
	//    has not reached a final state on all instances.
	//
	//    * 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 instances and one or more
	//    invocations does not have a value of Success but not enough invocations
	//    failed for the status to be Failed. This is a terminal state.
	//
	//    * Canceled: The command was terminated before it was completed. This is
	//    a terminal state.
	//
	//    * Rate Exceeded: The number of instances targeted by the command exceeded
	//    the account limit for pending invocations. The system has canceled the
	//    command before running it on any instance. This is a terminal state.
	StatusDetails *string `type:"string"`

	// The number of targets for the command.
	TargetCount *int64 `type:"integer"`

	// An array of search criteria that targets instances using a Key,Value combination
	// that you specify. Targets is required if you don't provide one or more instance
	// IDs in the call.
	Targets []Target `type:"list"`

	// The TimeoutSeconds value specified for a command.
	TimeoutSeconds *int64 `min:"30" type:"integer"`
	// contains filtered or unexported fields
}

Describes a command request.

func (Command) String

func (s Command) String() string

String returns the string representation

type CommandFilter

type CommandFilter struct {

	// The name of the filter.
	//
	// Key is a required field
	Key CommandFilterKey `locationName:"key" type:"string" required:"true" enum:"true"`

	// The filter value. Valid values for each filter key are as follows:
	//
	//    * InvokedAfter: Specify a timestamp to limit your results. For example,
	//    specify 2018-07-07T00:00:00Z to see a list of command executions occurring
	//    July 7, 2018, and later.
	//
	//    * InvokedBefore: Specify a timestamp to limit your results. For example,
	//    specify 2018-07-07T00:00:00Z to see a list of command executions from
	//    before July 7, 2018.
	//
	//    * Status: Specify a valid command status to see a list of all command
	//    executions with that status. Status values you can specify include: Pending
	//    InProgress Success Cancelled Failed TimedOut Cancelling
	//
	//    * DocumentName: Specify name of the 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 instances.
	//
	//    * ExecutionStage: Specify one of the following values: 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.

func (CommandFilter) String

func (s CommandFilter) String() string

String returns the string representation

func (*CommandFilter) Validate

func (s *CommandFilter) Validate() error

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

type CommandFilterKey

type CommandFilterKey string
const (
	CommandFilterKeyInvokedAfter   CommandFilterKey = "InvokedAfter"
	CommandFilterKeyInvokedBefore  CommandFilterKey = "InvokedBefore"
	CommandFilterKeyStatus         CommandFilterKey = "Status"
	CommandFilterKeyExecutionStage CommandFilterKey = "ExecutionStage"
	CommandFilterKeyDocumentName   CommandFilterKey = "DocumentName"
)

Enum values for CommandFilterKey

func (CommandFilterKey) MarshalValue added in v0.3.0

func (enum CommandFilterKey) MarshalValue() (string, error)

func (CommandFilterKey) MarshalValueBuf added in v0.3.0

func (enum CommandFilterKey) MarshalValueBuf(b []byte) ([]byte, error)

type CommandInvocation

type CommandInvocation struct {

	// CloudWatch Logs information where you want 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"`

	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 SSM document version.
	DocumentVersion *string `type:"string"`

	// The instance ID in which this invocation was requested.
	InstanceId *string `type:"string"`

	// The name of the invocation target. For EC2 instances this is the value for
	// the aws:Name tag. For on-premises instances, this is the name of the instance.
	InstanceName *string `type:"string"`

	// Configurations for sending notifications about command status changes on
	// a per instance basis.
	NotificationConfig *NotificationConfig `type:"structure"`

	// The time and date the request was sent to this instance.
	RequestedDateTime *time.Time `type:"timestamp"`

	// The IAM service role that Run Command uses to act on your behalf when sending
	// notifications about command status changes on a per instance basis.
	ServiceRole *string `type:"string"`

	// The URL to the plugin's StdErr file in 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 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 CommandInvocationStatus `type:"string" enum:"true"`

	// A detailed status of the command execution for each invocation (each instance
	// 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 AWS Systems Manager User Guide. StatusDetails can be one of the following
	// values:
	//
	//    * Pending: The command has not been sent to the instance.
	//
	//    * In Progress: The command has been sent to the instance but has not 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 was not delivered to the instance before
	//    the delivery timeout expired. Delivery timeouts do not 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 instance, but
	//    the execution was not 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 was not successful on the instance. For a plugin,
	//    this indicates that the result code was not zero. For a command invocation,
	//    this indicates that the result code for one or more plugins was not zero.
	//    Invocation failures count against the MaxErrors limit of the parent command.
	//    This is a terminal state.
	//
	//    * Canceled: The command was terminated before it was completed. This is
	//    a terminal state.
	//
	//    * Undeliverable: The command can't be delivered to the instance. The instance
	//    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"`

	// Gets the trace output sent by the agent.
	TraceOutput *string `type:"string"`
	// contains filtered or unexported fields
}

An invocation is copy of a command sent to a specific instance. A command can apply to one or more instances. A command invocation applies to one instance. For example, if a user runs SendCommand against three instances, then a command invocation is created for each requested instance ID. A command invocation returns status and detail information about a command you ran.

func (CommandInvocation) String

func (s CommandInvocation) String() string

String returns the string representation

type CommandInvocationStatus

type CommandInvocationStatus string
const (
	CommandInvocationStatusPending    CommandInvocationStatus = "Pending"
	CommandInvocationStatusInProgress CommandInvocationStatus = "InProgress"
	CommandInvocationStatusDelayed    CommandInvocationStatus = "Delayed"
	CommandInvocationStatusSuccess    CommandInvocationStatus = "Success"
	CommandInvocationStatusCancelled  CommandInvocationStatus = "Cancelled"
	CommandInvocationStatusTimedOut   CommandInvocationStatus = "TimedOut"
	CommandInvocationStatusFailed     CommandInvocationStatus = "Failed"
	CommandInvocationStatusCancelling CommandInvocationStatus = "Cancelling"
)

Enum values for CommandInvocationStatus

func (CommandInvocationStatus) MarshalValue added in v0.3.0

func (enum CommandInvocationStatus) MarshalValue() (string, error)

func (CommandInvocationStatus) MarshalValueBuf added in v0.3.0

func (enum CommandInvocationStatus) MarshalValueBuf(b []byte) ([]byte, error)

type CommandPlugin

type CommandPlugin struct {

	// The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin,
	// aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch,
	// aws:runShellScript, or aws:updateSSMAgent.
	Name *string `min:"4" type:"string"`

	// Output of the plugin execution.
	Output *string `type:"string"`

	// The S3 bucket where the responses to the command executions should be stored.
	// This was requested when issuing the command. For example, in the following
	// response:
	//
	// test_folder/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-1234567876543/awsrunShellScript
	//
	// test_folder is the name of the S3 bucket;
	//
	// ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix;
	//
	// i-1234567876543 is the instance 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:
	//
	// test_folder/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-1234567876543/awsrunShellScript
	//
	// test_folder is the name of the S3 bucket;
	//
	// ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix;
	//
	// i-1234567876543 is the instance 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, 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
	// is not 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 was not specified, then this string is empty.
	StandardOutputUrl *string `type:"string"`

	// The status of this plugin. You can run a document with multiple plugins.
	Status CommandPluginStatus `type:"string" enum:"true"`

	// 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 AWS Systems Manager User Guide. StatusDetails can be one of the following
	// values:
	//
	//    * Pending: The command has not been sent to the instance.
	//
	//    * In Progress: The command has been sent to the instance but has not 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 was not delivered to the instance before
	//    the delivery timeout expired. Delivery timeouts do not 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 instance, but
	//    the execution was not 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 was not successful on the instance. For a plugin,
	//    this indicates that the result code was not zero. For a command invocation,
	//    this indicates that the result code for one or more plugins was not zero.
	//    Invocation failures count against the MaxErrors limit of the parent command.
	//    This is a terminal state.
	//
	//    * Canceled: The command was terminated before it was completed. This is
	//    a terminal state.
	//
	//    * Undeliverable: The command can't be delivered to the instance. The instance
	//    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) String

func (s CommandPlugin) String() string

String returns the string representation

type CommandPluginStatus

type CommandPluginStatus string
const (
	CommandPluginStatusPending    CommandPluginStatus = "Pending"
	CommandPluginStatusInProgress CommandPluginStatus = "InProgress"
	CommandPluginStatusSuccess    CommandPluginStatus = "Success"
	CommandPluginStatusTimedOut   CommandPluginStatus = "TimedOut"
	CommandPluginStatusCancelled  CommandPluginStatus = "Cancelled"
	CommandPluginStatusFailed     CommandPluginStatus = "Failed"
)

Enum values for CommandPluginStatus

func (CommandPluginStatus) MarshalValue added in v0.3.0

func (enum CommandPluginStatus) MarshalValue() (string, error)

func (CommandPluginStatus) MarshalValueBuf added in v0.3.0

func (enum CommandPluginStatus) MarshalValueBuf(b []byte) ([]byte, error)

type CommandStatus

type CommandStatus string
const (
	CommandStatusPending    CommandStatus = "Pending"
	CommandStatusInProgress CommandStatus = "InProgress"
	CommandStatusSuccess    CommandStatus = "Success"
	CommandStatusCancelled  CommandStatus = "Cancelled"
	CommandStatusFailed     CommandStatus = "Failed"
	CommandStatusTimedOut   CommandStatus = "TimedOut"
	CommandStatusCancelling CommandStatus = "Cancelling"
)

Enum values for CommandStatus

func (CommandStatus) MarshalValue added in v0.3.0

func (enum CommandStatus) MarshalValue() (string, error)

func (CommandStatus) MarshalValueBuf added in v0.3.0

func (enum CommandStatus) MarshalValueBuf(b []byte) ([]byte, error)

type ComplianceExecutionSummary

type ComplianceExecutionSummary struct {

	// An ID created by the system when PutComplianceItems was called. For example,
	// CommandID is a valid execution ID. You can use this ID in subsequent calls.
	ExecutionId *string `type:"string"`

	// The time the execution ran as a datetime object that is saved in the following
	// format: yyyy-MM-dd'T'HH:mm:ss'Z'.
	//
	// ExecutionTime is a required field
	ExecutionTime *time.Time `type:"timestamp" required:"true"`

	// The type of execution. For example, Command is a valid execution type.
	ExecutionType *string `type:"string"`
	// contains filtered or unexported fields
}

A summary of the call execution that includes an execution ID, the type of execution (for example, Command), and the date/time of the execution using a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'.

func (ComplianceExecutionSummary) String

String returns the string representation

func (*ComplianceExecutionSummary) Validate

func (s *ComplianceExecutionSummary) Validate() error

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

type ComplianceItem

type ComplianceItem struct {

	// The compliance type. For example, Association (for a State Manager association),
	// Patch, or Custom:string are all valid compliance types.
	ComplianceType *string `min:"1" type:"string"`

	// A "Key": "Value" tag combination for the compliance item.
	Details map[string]string `type:"map"`

	// A summary for the compliance item. The summary includes an execution ID,
	// the execution type (for example, command), and the execution time.
	ExecutionSummary *ComplianceExecutionSummary `type:"structure"`

	// An ID for the compliance item. For example, if the compliance item is a Windows
	// patch, the ID could be the number of the KB article; for example: KB4010320.
	Id *string `type:"string"`

	// An ID for the resource. For a managed instance, this is the instance 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 ComplianceSeverity `type:"string" enum:"true"`

	// The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.
	Status ComplianceStatus `type:"string" enum:"true"`

	// 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) String

func (s ComplianceItem) String() string

String returns the string representation

type ComplianceItemEntry

type ComplianceItemEntry struct {

	// A "Key": "Value" tag combination for the compliance item.
	Details map[string]string `type:"map"`

	// The compliance item ID. For example, if the compliance item is a Windows
	// patch, the ID could be the number of the KB article.
	Id *string `type:"string"`

	// The severity of the compliance status. Severity can be one of the following:
	// Critical, High, Medium, Low, Informational, Unspecified.
	//
	// Severity is a required field
	Severity ComplianceSeverity `type:"string" required:"true" enum:"true"`

	// The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.
	//
	// Status is a required field
	Status ComplianceStatus `type:"string" required:"true" enum:"true"`

	// 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) String

func (s ComplianceItemEntry) String() string

String returns the string representation

func (*ComplianceItemEntry) Validate

func (s *ComplianceItemEntry) Validate() error

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

type ComplianceQueryOperatorType

type ComplianceQueryOperatorType string
const (
	ComplianceQueryOperatorTypeEqual       ComplianceQueryOperatorType = "EQUAL"
	ComplianceQueryOperatorTypeNotEqual    ComplianceQueryOperatorType = "NOT_EQUAL"
	ComplianceQueryOperatorTypeBeginWith   ComplianceQueryOperatorType = "BEGIN_WITH"
	ComplianceQueryOperatorTypeLessThan    ComplianceQueryOperatorType = "LESS_THAN"
	ComplianceQueryOperatorTypeGreaterThan ComplianceQueryOperatorType = "GREATER_THAN"
)

Enum values for ComplianceQueryOperatorType

func (ComplianceQueryOperatorType) MarshalValue added in v0.3.0

func (enum ComplianceQueryOperatorType) MarshalValue() (string, error)

func (ComplianceQueryOperatorType) MarshalValueBuf added in v0.3.0

func (enum ComplianceQueryOperatorType) MarshalValueBuf(b []byte) ([]byte, error)

type ComplianceSeverity

type ComplianceSeverity string
const (
	ComplianceSeverityCritical      ComplianceSeverity = "CRITICAL"
	ComplianceSeverityHigh          ComplianceSeverity = "HIGH"
	ComplianceSeverityMedium        ComplianceSeverity = "MEDIUM"
	ComplianceSeverityLow           ComplianceSeverity = "LOW"
	ComplianceSeverityInformational ComplianceSeverity = "INFORMATIONAL"
	ComplianceSeverityUnspecified   ComplianceSeverity = "UNSPECIFIED"
)

Enum values for ComplianceSeverity

func (ComplianceSeverity) MarshalValue added in v0.3.0

func (enum ComplianceSeverity) MarshalValue() (string, error)

func (ComplianceSeverity) MarshalValueBuf added in v0.3.0

func (enum ComplianceSeverity) MarshalValueBuf(b []byte) ([]byte, error)

type ComplianceStatus

type ComplianceStatus string
const (
	ComplianceStatusCompliant    ComplianceStatus = "COMPLIANT"
	ComplianceStatusNonCompliant ComplianceStatus = "NON_COMPLIANT"
)

Enum values for ComplianceStatus

func (ComplianceStatus) MarshalValue added in v0.3.0

func (enum ComplianceStatus) MarshalValue() (string, error)

func (ComplianceStatus) MarshalValueBuf added in v0.3.0

func (enum ComplianceStatus) MarshalValueBuf(b []byte) ([]byte, error)

type ComplianceStringFilter

type ComplianceStringFilter struct {

	// The name of the filter.
	Key *string `min:"1" type:"string"`

	// The type of comparison that should be performed for the value: Equal, NotEqual,
	// BeginWith, LessThan, or GreaterThan.
	Type ComplianceQueryOperatorType `type:"string" enum:"true"`

	// 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) String

func (s ComplianceStringFilter) String() string

String returns the string representation

func (*ComplianceStringFilter) Validate

func (s *ComplianceStringFilter) Validate() error

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

type ComplianceSummaryItem

type ComplianceSummaryItem struct {

	// The type of compliance item. For example, the compliance type can be Association,
	// Patch, or Custom:string.
	ComplianceType *string `min:"1" type:"string"`

	// A list of COMPLIANT items for the specified compliance type.
	CompliantSummary *CompliantSummary `type:"structure"`

	// A list of NON_COMPLIANT items for the specified compliance type.
	NonCompliantSummary *NonCompliantSummary `type:"structure"`
	// contains filtered or unexported fields
}

A summary of compliance information by compliance type.

func (ComplianceSummaryItem) String

func (s ComplianceSummaryItem) String() string

String returns the string representation

type ComplianceUploadType added in v0.23.0

type ComplianceUploadType string
const (
	ComplianceUploadTypeComplete ComplianceUploadType = "COMPLETE"
	ComplianceUploadTypePartial  ComplianceUploadType = "PARTIAL"
)

Enum values for ComplianceUploadType

func (ComplianceUploadType) MarshalValue added in v0.23.0

func (enum ComplianceUploadType) MarshalValue() (string, error)

func (ComplianceUploadType) MarshalValueBuf added in v0.23.0

func (enum ComplianceUploadType) MarshalValueBuf(b []byte) ([]byte, error)

type CompliantSummary

type CompliantSummary struct {

	// The total number of resources that are compliant.
	CompliantCount *int64 `type:"integer"`

	// A summary of the compliance severity by compliance type.
	SeveritySummary *SeveritySummary `type:"structure"`
	// contains filtered or unexported fields
}

A summary of resources that are compliant. The summary is organized according to the resource count for each compliance type.

func (CompliantSummary) String

func (s CompliantSummary) String() string

String returns the string representation

type ConnectionStatus added in v0.5.0

type ConnectionStatus string
const (
	ConnectionStatusConnected    ConnectionStatus = "Connected"
	ConnectionStatusNotConnected ConnectionStatus = "NotConnected"
)

Enum values for ConnectionStatus

func (ConnectionStatus) MarshalValue added in v0.5.0

func (enum ConnectionStatus) MarshalValue() (string, error)

func (ConnectionStatus) MarshalValueBuf added in v0.5.0

func (enum ConnectionStatus) MarshalValueBuf(b []byte) ([]byte, error)

type CreateActivationInput

type CreateActivationInput struct {

	// The name of the registered, managed instance as it will appear in the Systems
	// Manager console or when you use the AWS command line tools to list Systems
	// Manager resources.
	//
	// Do not 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.
	//
	// Do not enter personally identifiable information in this field.
	Description *string `type:"string"`

	// The date by which this activation request should expire. The default value
	// is 24 hours.
	ExpirationDate *time.Time `type:"timestamp"`

	// The Amazon Identity and Access Management (IAM) role that you want to assign
	// to the managed instance. This IAM role must provide AssumeRole permissions
	// for the Systems Manager service principal ssm.amazonaws.com. For more information,
	// see Create an IAM service role for a hybrid environment (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-service-role.html)
	// in the AWS Systems Manager User Guide.
	//
	// IamRole is a required field
	IamRole *string `type:"string" required:"true"`

	// Specify the maximum number of managed instances you want to register. The
	// default value is 1 instance.
	RegistrationLimit *int64 `min:"1" type:"integer"`

	// 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 name/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 and VMs after they connect to Systems Manager
	// for the first time and are assigned a managed instance ID. This means they
	// are listed in the AWS Systems Manager console with an ID that is prefixed
	// with "mi-". For information about how to add tags to your managed instances,
	// see AddTagsToResource. For information about how to remove tags from your
	// managed instances, see RemoveTagsFromResource.
	Tags []Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateActivationInput) String

func (s CreateActivationInput) String() string

String returns the string representation

func (*CreateActivationInput) Validate

func (s *CreateActivationInput) Validate() error

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

type CreateActivationOutput

type CreateActivationOutput struct {

	// The code the system generates when it processes the activation. The activation
	// code functions like a password to validate the activation ID.
	ActivationCode *string `min:"20" type:"string"`

	// The ID number generated by the system when it processed the activation. The
	// activation ID functions like a user name.
	ActivationId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateActivationOutput) String

func (s CreateActivationOutput) String() string

String returns the string representation

type CreateActivationRequest

type CreateActivationRequest struct {
	*aws.Request
	Input *CreateActivationInput
	Copy  func(*CreateActivationInput) CreateActivationRequest
}

CreateActivationRequest is the request type for the CreateActivation API operation.

func (CreateActivationRequest) Send

Send marshals and sends the CreateActivation API request.

type CreateActivationResponse added in v0.9.0

type CreateActivationResponse struct {
	*CreateActivationOutput
	// contains filtered or unexported fields
}

CreateActivationResponse is the response type for the CreateActivation API operation.

func (*CreateActivationResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateActivationResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateActivation request.

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) String

String returns the string representation

func (*CreateAssociationBatchInput) Validate

func (s *CreateAssociationBatchInput) Validate() error

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

type CreateAssociationBatchOutput

type CreateAssociationBatchOutput struct {

	// Information about the associations that failed.
	Failed []FailedCreateAssociation `type:"list"`

	// Information about the associations that succeeded.
	Successful []AssociationDescription `type:"list"`
	// contains filtered or unexported fields
}

func (CreateAssociationBatchOutput) String

String returns the string representation

type CreateAssociationBatchRequest

type CreateAssociationBatchRequest struct {
	*aws.Request
	Input *CreateAssociationBatchInput
	Copy  func(*CreateAssociationBatchInput) CreateAssociationBatchRequest
}

CreateAssociationBatchRequest is the request type for the CreateAssociationBatch API operation.

func (CreateAssociationBatchRequest) Send

Send marshals and sends the CreateAssociationBatch API request.

type CreateAssociationBatchRequestEntry

type CreateAssociationBatchRequestEntry 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.
	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 document and target resources by using rate controls.
	AutomationTargetParameterName *string `min:"1" type:"string"`

	// The severity level to assign to the association.
	ComplianceSeverity AssociationComplianceSeverity `type:"string" enum:"true"`

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

	// The ID of the instance.
	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 instance 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 instance 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 instances 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 instance. You can specify Command or Automation documents.
	//
	// You can specify AWS-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 AWS 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 AWS-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 map[string][]string `type:"map"`

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

	// 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 action. In this case, compliance data is not managed
	// by State Manager. It is managed by your direct call to the PutComplianceItems
	// API action.
	//
	// By default, all associations use AUTO mode.
	SyncCompliance AssociationSyncCompliance `type:"string" enum:"true"`

	// The instances targeted by the request.
	Targets []Target `type:"list"`
	// contains filtered or unexported fields
}

Describes the association of a Systems Manager SSM document and an instance.

func (CreateAssociationBatchRequestEntry) String

String returns the string representation

func (*CreateAssociationBatchRequestEntry) Validate

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

type CreateAssociationBatchResponse added in v0.9.0

type CreateAssociationBatchResponse struct {
	*CreateAssociationBatchOutput
	// contains filtered or unexported fields
}

CreateAssociationBatchResponse is the response type for the CreateAssociationBatch API operation.

func (*CreateAssociationBatchResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateAssociationBatchResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateAssociationBatch request.

type CreateAssociationInput

type CreateAssociationInput 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.
	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 document and target resources by using rate controls.
	AutomationTargetParameterName *string `min:"1" type:"string"`

	// The severity level to assign to the association.
	ComplianceSeverity AssociationComplianceSeverity `type:"string" enum:"true"`

	// The document version you want to associate with the target(s). Can be a specific
	// version or the default version.
	DocumentVersion *string `type:"string"`

	// The instance ID.
	//
	// InstanceId has been deprecated. To specify an instance ID for an association,
	// use the Targets parameter. Requests that include the parameter InstanceID
	// with SSM documents that use schema version 2.0 or later will fail. In addition,
	// if you use the parameter InstanceId, you cannot 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 instance 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 instance 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 instances 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 instance. You can specify Command or Automation documents.
	//
	// You can specify AWS-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 AWS 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 AWS-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 output details of the request.
	OutputLocation *InstanceAssociationOutputLocation `type:"structure"`

	// The parameters for the runtime configuration of the document.
	Parameters map[string][]string `type:"map"`

	// A cron expression when the association will be applied to the target(s).
	ScheduleExpression *string `min:"1" type:"string"`

	// 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 action. In this case, compliance data is not managed
	// by State Manager. It is managed by your direct call to the PutComplianceItems
	// API action.
	//
	// By default, all associations use AUTO mode.
	SyncCompliance AssociationSyncCompliance `type:"string" enum:"true"`

	// The targets for the association. You can target instances by using tags,
	// AWS Resource Groups, all instances in an AWS account, or individual instance
	// IDs. For more information about choosing targets for an association, see
	// Using targets and rate controls with State Manager associations (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-state-manager-targets-and-rate-controls.html)
	// in the AWS Systems Manager User Guide.
	Targets []Target `type:"list"`
	// contains filtered or unexported fields
}

func (CreateAssociationInput) String

func (s CreateAssociationInput) String() string

String returns the string representation

func (*CreateAssociationInput) Validate

func (s *CreateAssociationInput) Validate() error

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

type CreateAssociationOutput

type CreateAssociationOutput struct {

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

func (CreateAssociationOutput) String

func (s CreateAssociationOutput) String() string

String returns the string representation

type CreateAssociationRequest

type CreateAssociationRequest struct {
	*aws.Request
	Input *CreateAssociationInput
	Copy  func(*CreateAssociationInput) CreateAssociationRequest
}

CreateAssociationRequest is the request type for the CreateAssociation API operation.

func (CreateAssociationRequest) Send

Send marshals and sends the CreateAssociation API request.

type CreateAssociationResponse added in v0.9.0

type CreateAssociationResponse struct {
	*CreateAssociationOutput
	// contains filtered or unexported fields
}

CreateAssociationResponse is the response type for the CreateAssociation API operation.

func (*CreateAssociationResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateAssociationResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateAssociation request.

type CreateDocumentInput

type CreateDocumentInput struct {

	// A list of key and 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. 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 AWS Systems Manager User Guide.
	//
	//    * Create an SSM document (AWS API) (https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-api.html)
	//
	//    * Create an SSM document (AWS CLI) (https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-cli.html)
	//
	//    * Create an SSM document (API) (https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-api.html)
	//
	// Content is a required field
	Content *string `min:"1" type:"string" required:"true"`

	// Specify the document format for the request. The document format can be JSON,
	// YAML, or TEXT. JSON is the default format.
	DocumentFormat DocumentFormat `type:"string" enum:"true"`

	// The type of document to create.
	DocumentType DocumentType `type:"string" enum:"true"`

	// A name for the Systems Manager document.
	//
	// You can't use the following strings as document name prefixes. These are
	// reserved by AWS 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 AWS 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 AWS AppConfig
	// (https://docs.aws.amazon.com/systems-manager/latest/userguide/appconfig.html)
	// in the AWS Systems Manager 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 name/value pairs:
	//
	//    * Key=OS,Value=Windows
	//
	//    * Key=Environment,Value=Production
	//
	// To add tags to an existing SSM document, use the AddTagsToResource action.
	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 AWS resource
	// and property types reference (http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html)
	// in the AWS CloudFormation User Guide.
	TargetType *string `type:"string"`

	// An optional field specifying the version of the artifact you are creating
	// with the document. For example, "Release 12, Update 6". This value is unique
	// across all versions of a document, and cannot be changed.
	VersionName *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateDocumentInput) String

func (s CreateDocumentInput) String() string

String returns the string representation

func (*CreateDocumentInput) Validate

func (s *CreateDocumentInput) Validate() error

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

type CreateDocumentOutput

type CreateDocumentOutput struct {

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

func (CreateDocumentOutput) String

func (s CreateDocumentOutput) String() string

String returns the string representation

type CreateDocumentRequest

type CreateDocumentRequest struct {
	*aws.Request
	Input *CreateDocumentInput
	Copy  func(*CreateDocumentInput) CreateDocumentRequest
}

CreateDocumentRequest is the request type for the CreateDocument API operation.

func (CreateDocumentRequest) Send

Send marshals and sends the CreateDocument API request.

type CreateDocumentResponse added in v0.9.0

type CreateDocumentResponse struct {
	*CreateDocumentOutput
	// contains filtered or unexported fields
}

CreateDocumentResponse is the response type for the CreateDocument API operation.

func (*CreateDocumentResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateDocumentResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateDocument request.

type CreateMaintenanceWindowInput

type CreateMaintenanceWindowInput struct {

	// Enables a maintenance window task to run on managed instances, even if you
	// have not registered those instances as targets. If enabled, then you must
	// specify the unregistered instances (by instance 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 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 *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(0 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",
	// "etc/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 name/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
	// action.
	Tags []Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateMaintenanceWindowInput) String

String returns the string representation

func (*CreateMaintenanceWindowInput) Validate

func (s *CreateMaintenanceWindowInput) Validate() error

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

type CreateMaintenanceWindowOutput

type CreateMaintenanceWindowOutput struct {

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

func (CreateMaintenanceWindowOutput) String

String returns the string representation

type CreateMaintenanceWindowRequest

type CreateMaintenanceWindowRequest struct {
	*aws.Request
	Input *CreateMaintenanceWindowInput
	Copy  func(*CreateMaintenanceWindowInput) CreateMaintenanceWindowRequest
}

CreateMaintenanceWindowRequest is the request type for the CreateMaintenanceWindow API operation.

func (CreateMaintenanceWindowRequest) Send

Send marshals and sends the CreateMaintenanceWindow API request.

type CreateMaintenanceWindowResponse added in v0.9.0

type CreateMaintenanceWindowResponse struct {
	*CreateMaintenanceWindowOutput
	// contains filtered or unexported fields
}

CreateMaintenanceWindowResponse is the response type for the CreateMaintenanceWindow API operation.

func (*CreateMaintenanceWindowResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateMaintenanceWindowResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateMaintenanceWindow request.

type CreateOpsItemInput added in v0.10.0

type CreateOpsItemInput struct {

	// Specify a category to assign to an OpsItem.
	Category *string `min:"1" type:"string"`

	// Information about the OpsItem.
	//
	// 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 action) can view and search on the specified data. Operational data that
	// is not searchable is only viewable by users who have access to the OpsItem
	// (as provided by the GetOpsItem API action).
	//
	// 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 AWS CLI example commands
	// that use these keys, see Creating OpsItems manually (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-creating-OpsItems.html#OpsCenter-manually-create-OpsItems)
	// in the AWS Systems Manager User Guide.
	OperationalData map[string]OpsItemDataValue `type:"map"`

	// 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. You can restrict access
	// to OpsItems by using an inline IAM policy that specifies tags. For more information,
	// see Getting started with OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html#OpsCenter-getting-started-user-permissions)
	// in the AWS Systems Manager User Guide.
	//
	// Tags use a key-value pair. For example:
	//
	// Key=Department,Value=Finance
	//
	// To add tags to an existing OpsItem, use the AddTagsToResource action.
	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) String added in v0.10.0

func (s CreateOpsItemInput) String() string

String returns the string representation

func (*CreateOpsItemInput) Validate added in v0.10.0

func (s *CreateOpsItemInput) Validate() error

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

type CreateOpsItemOutput added in v0.10.0

type CreateOpsItemOutput struct {

	// The ID of the OpsItem.
	OpsItemId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateOpsItemOutput) String added in v0.10.0

func (s CreateOpsItemOutput) String() string

String returns the string representation

type CreateOpsItemRequest added in v0.10.0

type CreateOpsItemRequest struct {
	*aws.Request
	Input *CreateOpsItemInput
	Copy  func(*CreateOpsItemInput) CreateOpsItemRequest
}

CreateOpsItemRequest is the request type for the CreateOpsItem API operation.

func (CreateOpsItemRequest) Send added in v0.10.0

Send marshals and sends the CreateOpsItem API request.

type CreateOpsItemResponse added in v0.10.0

type CreateOpsItemResponse struct {
	*CreateOpsItemOutput
	// contains filtered or unexported fields
}

CreateOpsItemResponse is the response type for the CreateOpsItem API operation.

func (*CreateOpsItemResponse) SDKResponseMetdata added in v0.10.0

func (r *CreateOpsItemResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateOpsItem request.

type CreatePatchBaselineInput

type CreatePatchBaselineInput struct {

	// A set of rules used to include patches in the baseline.
	ApprovalRules *PatchRuleGroup `type:"structure"`

	// A list of explicitly approved patches for the baseline.
	//
	// For information about accepted formats for lists of approved patches and
	// rejected patches, see About package name formats for approved and rejected
	// patch lists (https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html)
	// in the AWS Systems Manager User Guide.
	ApprovedPatches []string `type:"list"`

	// Defines the compliance level for approved patches. This means that if an
	// approved patch is reported as missing, this is the severity of the compliance
	// violation. The default value is UNSPECIFIED.
	ApprovedPatchesComplianceLevel PatchComplianceLevel `type:"string" enum:"true"`

	// Indicates whether the list of approved patches includes non-security updates
	// that should be applied to the instances. The default value is 'false'. Applies
	// to Linux instances 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 OperatingSystem `type:"string" enum:"true"`

	// 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 AWS 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 RejectedPatches list, and packages that include
	//    them as dependencies, are not installed under any circumstances. If a
	//    package was installed before it was added to the Rejected patches list,
	//    it is considered non-compliant with the patch baseline, and its status
	//    is reported as InstalledRejected.
	RejectedPatchesAction PatchAction `type:"string" enum:"true"`

	// Information about the patches to use to update the instances, including target
	// operating systems and source repositories. Applies to Linux instances 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 name/value pairs:
	//
	//    * Key=PatchSeverity,Value=Critical
	//
	//    * Key=OS,Value=Windows
	//
	// To add tags to an existing patch baseline, use the AddTagsToResource action.
	Tags []Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreatePatchBaselineInput) String

func (s CreatePatchBaselineInput) String() string

String returns the string representation

func (*CreatePatchBaselineInput) Validate

func (s *CreatePatchBaselineInput) Validate() error

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

type CreatePatchBaselineOutput

type CreatePatchBaselineOutput struct {

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

func (CreatePatchBaselineOutput) String

func (s CreatePatchBaselineOutput) String() string

String returns the string representation

type CreatePatchBaselineRequest

type CreatePatchBaselineRequest struct {
	*aws.Request
	Input *CreatePatchBaselineInput
	Copy  func(*CreatePatchBaselineInput) CreatePatchBaselineRequest
}

CreatePatchBaselineRequest is the request type for the CreatePatchBaseline API operation.

func (CreatePatchBaselineRequest) Send

Send marshals and sends the CreatePatchBaseline API request.

type CreatePatchBaselineResponse added in v0.9.0

type CreatePatchBaselineResponse struct {
	*CreatePatchBaselineOutput
	// contains filtered or unexported fields
}

CreatePatchBaselineResponse is the response type for the CreatePatchBaseline API operation.

func (*CreatePatchBaselineResponse) SDKResponseMetdata added in v0.9.0

func (r *CreatePatchBaselineResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreatePatchBaseline request.

type CreateResourceDataSyncInput

type CreateResourceDataSyncInput struct {

	// Amazon S3 configuration details for the sync. This parameter is required
	// if the SyncType value is SyncToDestination.
	S3Destination *ResourceDataSyncS3Destination `type:"structure"`

	// A name for the configuration.
	//
	// SyncName is a required field
	SyncName *string `min:"1" type:"string" required:"true"`

	// Specify information about the data sources to synchronize. This parameter
	// is required if the SyncType value is SyncFromSource.
	SyncSource *ResourceDataSyncSource `type:"structure"`

	// Specify SyncToDestination to create a resource data sync that synchronizes
	// data to an S3 bucket for Inventory. If you specify SyncToDestination, you
	// must provide a value for S3Destination. Specify SyncFromSource to synchronize
	// data from a single account and multiple Regions, or multiple AWS accounts
	// and Regions, as listed in AWS 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) String

String returns the string representation

func (*CreateResourceDataSyncInput) Validate

func (s *CreateResourceDataSyncInput) Validate() error

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

type CreateResourceDataSyncOutput

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

func (CreateResourceDataSyncOutput) String

String returns the string representation

type CreateResourceDataSyncRequest

type CreateResourceDataSyncRequest struct {
	*aws.Request
	Input *CreateResourceDataSyncInput
	Copy  func(*CreateResourceDataSyncInput) CreateResourceDataSyncRequest
}

CreateResourceDataSyncRequest is the request type for the CreateResourceDataSync API operation.

func (CreateResourceDataSyncRequest) Send

Send marshals and sends the CreateResourceDataSync API request.

type CreateResourceDataSyncResponse added in v0.9.0

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

CreateResourceDataSyncResponse is the response type for the CreateResourceDataSync API operation.

func (*CreateResourceDataSyncResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateResourceDataSyncResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateResourceDataSync request.

type DeleteActivationInput

type DeleteActivationInput struct {

	// The ID of the activation that you want to delete.
	//
	// ActivationId is a required field
	ActivationId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteActivationInput) String

func (s DeleteActivationInput) String() string

String returns the string representation

func (*DeleteActivationInput) Validate

func (s *DeleteActivationInput) Validate() error

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

type DeleteActivationOutput

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

func (DeleteActivationOutput) String

func (s DeleteActivationOutput) String() string

String returns the string representation

type DeleteActivationRequest

type DeleteActivationRequest struct {
	*aws.Request
	Input *DeleteActivationInput
	Copy  func(*DeleteActivationInput) DeleteActivationRequest
}

DeleteActivationRequest is the request type for the DeleteActivation API operation.

func (DeleteActivationRequest) Send

Send marshals and sends the DeleteActivation API request.

type DeleteActivationResponse added in v0.9.0

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

DeleteActivationResponse is the response type for the DeleteActivation API operation.

func (*DeleteActivationResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteActivationResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteActivation request.

type DeleteAssociationInput

type DeleteAssociationInput struct {

	// The association ID that you want to delete.
	AssociationId *string `type:"string"`

	// The ID of the instance.
	InstanceId *string `type:"string"`

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

func (DeleteAssociationInput) String

func (s DeleteAssociationInput) String() string

String returns the string representation

type DeleteAssociationOutput

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

func (DeleteAssociationOutput) String

func (s DeleteAssociationOutput) String() string

String returns the string representation

type DeleteAssociationRequest

type DeleteAssociationRequest struct {
	*aws.Request
	Input *DeleteAssociationInput
	Copy  func(*DeleteAssociationInput) DeleteAssociationRequest
}

DeleteAssociationRequest is the request type for the DeleteAssociation API operation.

func (DeleteAssociationRequest) Send

Send marshals and sends the DeleteAssociation API request.

type DeleteAssociationResponse added in v0.9.0

type DeleteAssociationResponse struct {
	*DeleteAssociationOutput
	// contains filtered or unexported fields
}

DeleteAssociationResponse is the response type for the DeleteAssociation API operation.

func (*DeleteAssociationResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteAssociationResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteAssociation request.

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 AWS 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) String

func (s DeleteDocumentInput) String() string

String returns the string representation

func (*DeleteDocumentInput) Validate

func (s *DeleteDocumentInput) Validate() error

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

type DeleteDocumentOutput

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

func (DeleteDocumentOutput) String

func (s DeleteDocumentOutput) String() string

String returns the string representation

type DeleteDocumentRequest

type DeleteDocumentRequest struct {
	*aws.Request
	Input *DeleteDocumentInput
	Copy  func(*DeleteDocumentInput) DeleteDocumentRequest
}

DeleteDocumentRequest is the request type for the DeleteDocument API operation.

func (DeleteDocumentRequest) Send

Send marshals and sends the DeleteDocument API request.

type DeleteDocumentResponse added in v0.9.0

type DeleteDocumentResponse struct {
	*DeleteDocumentOutput
	// contains filtered or unexported fields
}

DeleteDocumentResponse is the response type for the DeleteDocument API operation.

func (*DeleteDocumentResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteDocumentResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteDocument request.

type DeleteInventoryInput added in v0.4.0

type DeleteInventoryInput struct {

	// User-provided idempotency token.
	ClientToken *string `min:"1" 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 action 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 InventorySchemaDeleteOption `type:"string" enum:"true"`

	// 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) String added in v0.4.0

func (s DeleteInventoryInput) String() string

String returns the string representation

func (*DeleteInventoryInput) Validate added in v0.4.0

func (s *DeleteInventoryInput) Validate() error

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

type DeleteInventoryOutput added in v0.4.0

type DeleteInventoryOutput struct {

	// Every DeleteInventory action 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 actions.
	DeletionId *string `type:"string"`

	// A summary of the delete operation. For more information about this summary,
	// see Deleting custom inventory (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-custom.html#sysman-inventory-delete-summary)
	// in the AWS 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) String added in v0.4.0

func (s DeleteInventoryOutput) String() string

String returns the string representation

type DeleteInventoryRequest added in v0.4.0

type DeleteInventoryRequest struct {
	*aws.Request
	Input *DeleteInventoryInput
	Copy  func(*DeleteInventoryInput) DeleteInventoryRequest
}

DeleteInventoryRequest is the request type for the DeleteInventory API operation.

func (DeleteInventoryRequest) Send added in v0.4.0

Send marshals and sends the DeleteInventory API request.

type DeleteInventoryResponse added in v0.9.0

type DeleteInventoryResponse struct {
	*DeleteInventoryOutput
	// contains filtered or unexported fields
}

DeleteInventoryResponse is the response type for the DeleteInventory API operation.

func (*DeleteInventoryResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteInventoryResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteInventory request.

type DeleteMaintenanceWindowInput

type DeleteMaintenanceWindowInput struct {

	// The ID of the maintenance window to delete.
	//
	// WindowId is a required field
	WindowId *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteMaintenanceWindowInput) String

String returns the string representation

func (*DeleteMaintenanceWindowInput) Validate

func (s *DeleteMaintenanceWindowInput) Validate() error

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

type DeleteMaintenanceWindowOutput

type DeleteMaintenanceWindowOutput struct {

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

func (DeleteMaintenanceWindowOutput) String

String returns the string representation

type DeleteMaintenanceWindowRequest

type DeleteMaintenanceWindowRequest struct {
	*aws.Request
	Input *DeleteMaintenanceWindowInput
	Copy  func(*DeleteMaintenanceWindowInput) DeleteMaintenanceWindowRequest
}

DeleteMaintenanceWindowRequest is the request type for the DeleteMaintenanceWindow API operation.

func (DeleteMaintenanceWindowRequest) Send

Send marshals and sends the DeleteMaintenanceWindow API request.

type DeleteMaintenanceWindowResponse added in v0.9.0

type DeleteMaintenanceWindowResponse struct {
	*DeleteMaintenanceWindowOutput
	// contains filtered or unexported fields
}

DeleteMaintenanceWindowResponse is the response type for the DeleteMaintenanceWindow API operation.

func (*DeleteMaintenanceWindowResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteMaintenanceWindowResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteMaintenanceWindow request.

type DeleteParameterInput

type DeleteParameterInput struct {

	// The name of the parameter to delete.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteParameterInput) String

func (s DeleteParameterInput) String() string

String returns the string representation

func (*DeleteParameterInput) Validate

func (s *DeleteParameterInput) Validate() error

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

type DeleteParameterOutput

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

func (DeleteParameterOutput) String

func (s DeleteParameterOutput) String() string

String returns the string representation

type DeleteParameterRequest

type DeleteParameterRequest struct {
	*aws.Request
	Input *DeleteParameterInput
	Copy  func(*DeleteParameterInput) DeleteParameterRequest
}

DeleteParameterRequest is the request type for the DeleteParameter API operation.

func (DeleteParameterRequest) Send

Send marshals and sends the DeleteParameter API request.

type DeleteParameterResponse added in v0.9.0

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

DeleteParameterResponse is the response type for the DeleteParameter API operation.

func (*DeleteParameterResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteParameterResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteParameter request.

type DeleteParametersInput

type DeleteParametersInput struct {

	// The names of the parameters to delete.
	//
	// Names is a required field
	Names []string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteParametersInput) String

func (s DeleteParametersInput) String() string

String returns the string representation

func (*DeleteParametersInput) Validate

func (s *DeleteParametersInput) Validate() error

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

type DeleteParametersOutput

type DeleteParametersOutput struct {

	// The names of the deleted parameters.
	DeletedParameters []string `min:"1" type:"list"`

	// The names of parameters that weren't deleted because the parameters are not
	// valid.
	InvalidParameters []string `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (DeleteParametersOutput) String

func (s DeleteParametersOutput) String() string

String returns the string representation

type DeleteParametersRequest

type DeleteParametersRequest struct {
	*aws.Request
	Input *DeleteParametersInput
	Copy  func(*DeleteParametersInput) DeleteParametersRequest
}

DeleteParametersRequest is the request type for the DeleteParameters API operation.

func (DeleteParametersRequest) Send

Send marshals and sends the DeleteParameters API request.

type DeleteParametersResponse added in v0.9.0

type DeleteParametersResponse struct {
	*DeleteParametersOutput
	// contains filtered or unexported fields
}

DeleteParametersResponse is the response type for the DeleteParameters API operation.

func (*DeleteParametersResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteParametersResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteParameters request.

type DeletePatchBaselineInput

type DeletePatchBaselineInput struct {

	// The ID of the patch baseline to delete.
	//
	// BaselineId is a required field
	BaselineId *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeletePatchBaselineInput) String

func (s DeletePatchBaselineInput) String() string

String returns the string representation

func (*DeletePatchBaselineInput) Validate

func (s *DeletePatchBaselineInput) Validate() error

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

type DeletePatchBaselineOutput

type DeletePatchBaselineOutput struct {

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

func (DeletePatchBaselineOutput) String

func (s DeletePatchBaselineOutput) String() string

String returns the string representation

type DeletePatchBaselineRequest

type DeletePatchBaselineRequest struct {
	*aws.Request
	Input *DeletePatchBaselineInput
	Copy  func(*DeletePatchBaselineInput) DeletePatchBaselineRequest
}

DeletePatchBaselineRequest is the request type for the DeletePatchBaseline API operation.

func (DeletePatchBaselineRequest) Send

Send marshals and sends the DeletePatchBaseline API request.

type DeletePatchBaselineResponse added in v0.9.0

type DeletePatchBaselineResponse struct {
	*DeletePatchBaselineOutput
	// contains filtered or unexported fields
}

DeletePatchBaselineResponse is the response type for the DeletePatchBaseline API operation.

func (*DeletePatchBaselineResponse) SDKResponseMetdata added in v0.9.0

func (r *DeletePatchBaselineResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeletePatchBaseline request.

type DeleteResourceDataSyncInput

type DeleteResourceDataSyncInput struct {

	// The name of the configuration to delete.
	//
	// SyncName is a required field
	SyncName *string `min:"1" type:"string" required:"true"`

	// Specify the type of resource data sync to delete.
	SyncType *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteResourceDataSyncInput) String

String returns the string representation

func (*DeleteResourceDataSyncInput) Validate

func (s *DeleteResourceDataSyncInput) Validate() error

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

type DeleteResourceDataSyncOutput

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

func (DeleteResourceDataSyncOutput) String

String returns the string representation

type DeleteResourceDataSyncRequest

type DeleteResourceDataSyncRequest struct {
	*aws.Request
	Input *DeleteResourceDataSyncInput
	Copy  func(*DeleteResourceDataSyncInput) DeleteResourceDataSyncRequest
}

DeleteResourceDataSyncRequest is the request type for the DeleteResourceDataSync API operation.

func (DeleteResourceDataSyncRequest) Send

Send marshals and sends the DeleteResourceDataSync API request.

type DeleteResourceDataSyncResponse added in v0.9.0

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

DeleteResourceDataSyncResponse is the response type for the DeleteResourceDataSync API operation.

func (*DeleteResourceDataSyncResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteResourceDataSyncResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteResourceDataSync request.

type DeregisterManagedInstanceInput

type DeregisterManagedInstanceInput struct {

	// The ID assigned to the managed instance when you registered it using the
	// activation process.
	//
	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeregisterManagedInstanceInput) String

String returns the string representation

func (*DeregisterManagedInstanceInput) Validate

func (s *DeregisterManagedInstanceInput) Validate() error

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

type DeregisterManagedInstanceOutput

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

func (DeregisterManagedInstanceOutput) String

String returns the string representation

type DeregisterManagedInstanceRequest

type DeregisterManagedInstanceRequest struct {
	*aws.Request
	Input *DeregisterManagedInstanceInput
	Copy  func(*DeregisterManagedInstanceInput) DeregisterManagedInstanceRequest
}

DeregisterManagedInstanceRequest is the request type for the DeregisterManagedInstance API operation.

func (DeregisterManagedInstanceRequest) Send

Send marshals and sends the DeregisterManagedInstance API request.

type DeregisterManagedInstanceResponse added in v0.9.0

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

DeregisterManagedInstanceResponse is the response type for the DeregisterManagedInstance API operation.

func (*DeregisterManagedInstanceResponse) SDKResponseMetdata added in v0.9.0

func (r *DeregisterManagedInstanceResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeregisterManagedInstance request.

type DeregisterPatchBaselineForPatchGroupInput

type DeregisterPatchBaselineForPatchGroupInput struct {

	// The ID of the patch baseline to deregister the patch group from.
	//
	// BaselineId is a required field
	BaselineId *string `min:"20" type:"string" required:"true"`

	// The name of the patch group that should be deregistered from the patch baseline.
	//
	// PatchGroup is a required field
	PatchGroup *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeregisterPatchBaselineForPatchGroupInput) String

String returns the string representation

func (*DeregisterPatchBaselineForPatchGroupInput) Validate

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

type DeregisterPatchBaselineForPatchGroupOutput

type DeregisterPatchBaselineForPatchGroupOutput struct {

	// The ID of the patch baseline the patch group was deregistered from.
	BaselineId *string `min:"20" type:"string"`

	// The name of the patch group deregistered from the patch baseline.
	PatchGroup *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DeregisterPatchBaselineForPatchGroupOutput) String

String returns the string representation

type DeregisterPatchBaselineForPatchGroupRequest

DeregisterPatchBaselineForPatchGroupRequest is the request type for the DeregisterPatchBaselineForPatchGroup API operation.

func (DeregisterPatchBaselineForPatchGroupRequest) Send

Send marshals and sends the DeregisterPatchBaselineForPatchGroup API request.

type DeregisterPatchBaselineForPatchGroupResponse added in v0.9.0

type DeregisterPatchBaselineForPatchGroupResponse struct {
	*DeregisterPatchBaselineForPatchGroupOutput
	// contains filtered or unexported fields
}

DeregisterPatchBaselineForPatchGroupResponse is the response type for the DeregisterPatchBaselineForPatchGroup API operation.

func (*DeregisterPatchBaselineForPatchGroupResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the DeregisterPatchBaselineForPatchGroup request.

type DeregisterTargetFromMaintenanceWindowInput

type DeregisterTargetFromMaintenanceWindowInput struct {

	// The system checks if the target is being referenced by a task. If the target
	// is being referenced, the system returns an error and does not 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) String

String returns the string representation

func (*DeregisterTargetFromMaintenanceWindowInput) Validate

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

type DeregisterTargetFromMaintenanceWindowOutput

type DeregisterTargetFromMaintenanceWindowOutput struct {

	// The ID of the maintenance window the target was removed from.
	WindowId *string `min:"20" type:"string"`

	// The ID of the removed target definition.
	WindowTargetId *string `min:"36" type:"string"`
	// contains filtered or unexported fields
}

func (DeregisterTargetFromMaintenanceWindowOutput) String

String returns the string representation

type DeregisterTargetFromMaintenanceWindowRequest

DeregisterTargetFromMaintenanceWindowRequest is the request type for the DeregisterTargetFromMaintenanceWindow API operation.

func (DeregisterTargetFromMaintenanceWindowRequest) Send

Send marshals and sends the DeregisterTargetFromMaintenanceWindow API request.

type DeregisterTargetFromMaintenanceWindowResponse added in v0.9.0

type DeregisterTargetFromMaintenanceWindowResponse struct {
	*DeregisterTargetFromMaintenanceWindowOutput
	// contains filtered or unexported fields
}

DeregisterTargetFromMaintenanceWindowResponse is the response type for the DeregisterTargetFromMaintenanceWindow API operation.

func (*DeregisterTargetFromMaintenanceWindowResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the DeregisterTargetFromMaintenanceWindow request.

type DeregisterTaskFromMaintenanceWindowInput

type DeregisterTaskFromMaintenanceWindowInput struct {

	// The ID of the maintenance window the task should be removed from.
	//
	// WindowId is a required field
	WindowId *string `min:"20" type:"string" required:"true"`

	// The ID of the task to remove from the maintenance window.
	//
	// WindowTaskId is a required field
	WindowTaskId *string `min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeregisterTaskFromMaintenanceWindowInput) String

String returns the string representation

func (*DeregisterTaskFromMaintenanceWindowInput) Validate

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

type DeregisterTaskFromMaintenanceWindowOutput

type DeregisterTaskFromMaintenanceWindowOutput struct {

	// The ID of the maintenance window the task was removed from.
	WindowId *string `min:"20" type:"string"`

	// The ID of the task removed from the maintenance window.
	WindowTaskId *string `min:"36" type:"string"`
	// contains filtered or unexported fields
}

func (DeregisterTaskFromMaintenanceWindowOutput) String

String returns the string representation

type DeregisterTaskFromMaintenanceWindowRequest

DeregisterTaskFromMaintenanceWindowRequest is the request type for the DeregisterTaskFromMaintenanceWindow API operation.

func (DeregisterTaskFromMaintenanceWindowRequest) Send

Send marshals and sends the DeregisterTaskFromMaintenanceWindow API request.

type DeregisterTaskFromMaintenanceWindowResponse added in v0.9.0

type DeregisterTaskFromMaintenanceWindowResponse struct {
	*DeregisterTaskFromMaintenanceWindowOutput
	// contains filtered or unexported fields
}

DeregisterTaskFromMaintenanceWindowResponse is the response type for the DeregisterTaskFromMaintenanceWindow API operation.

func (*DeregisterTaskFromMaintenanceWindowResponse) SDKResponseMetdata added in v0.9.0

func (r *DeregisterTaskFromMaintenanceWindowResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeregisterTaskFromMaintenanceWindow request.

type DescribeActivationsFilter

type DescribeActivationsFilter struct {

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

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

Filter for the DescribeActivation API.

func (DescribeActivationsFilter) String

func (s DescribeActivationsFilter) String() string

String returns the string representation

type DescribeActivationsFilterKeys

type DescribeActivationsFilterKeys string
const (
	DescribeActivationsFilterKeysActivationIds       DescribeActivationsFilterKeys = "ActivationIds"
	DescribeActivationsFilterKeysDefaultInstanceName DescribeActivationsFilterKeys = "DefaultInstanceName"
	DescribeActivationsFilterKeysIamRole             DescribeActivationsFilterKeys = "IamRole"
)

Enum values for DescribeActivationsFilterKeys

func (DescribeActivationsFilterKeys) MarshalValue added in v0.3.0

func (enum DescribeActivationsFilterKeys) MarshalValue() (string, error)

func (DescribeActivationsFilterKeys) MarshalValueBuf added in v0.3.0

func (enum DescribeActivationsFilterKeys) MarshalValueBuf(b []byte) ([]byte, error)

type DescribeActivationsInput

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) String

func (s DescribeActivationsInput) String() string

String returns the string representation

func (*DescribeActivationsInput) Validate

func (s *DescribeActivationsInput) Validate() error

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

type DescribeActivationsOutput

type DescribeActivationsOutput struct {

	// A list of activations for your AWS 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) String

func (s DescribeActivationsOutput) String() string

String returns the string representation

type DescribeActivationsPaginator added in v0.9.0

type DescribeActivationsPaginator struct {
	aws.Pager
}

DescribeActivationsPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewDescribeActivationsPaginator added in v0.9.0

func NewDescribeActivationsPaginator(req DescribeActivationsRequest) DescribeActivationsPaginator

NewDescribeActivationsRequestPaginator returns a paginator for DescribeActivations. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.DescribeActivationsRequest(input)
p := ssm.NewDescribeActivationsRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*DescribeActivationsPaginator) CurrentPage added in v0.9.0

type DescribeActivationsRequest

type DescribeActivationsRequest struct {
	*aws.Request
	Input *DescribeActivationsInput
	Copy  func(*DescribeActivationsInput) DescribeActivationsRequest
}

DescribeActivationsRequest is the request type for the DescribeActivations API operation.

func (DescribeActivationsRequest) Send

Send marshals and sends the DescribeActivations API request.

type DescribeActivationsResponse added in v0.9.0

type DescribeActivationsResponse struct {
	*DescribeActivationsOutput
	// contains filtered or unexported fields
}

DescribeActivationsResponse is the response type for the DescribeActivations API operation.

func (*DescribeActivationsResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeActivationsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeActivations request.

type DescribeAssociationExecutionTargetsInput added in v0.5.0

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) String added in v0.5.0

String returns the string representation

func (*DescribeAssociationExecutionTargetsInput) Validate added in v0.5.0

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

type DescribeAssociationExecutionTargetsOutput added in v0.5.0

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) String added in v0.5.0

String returns the string representation

type DescribeAssociationExecutionTargetsRequest added in v0.5.0

DescribeAssociationExecutionTargetsRequest is the request type for the DescribeAssociationExecutionTargets API operation.

func (DescribeAssociationExecutionTargetsRequest) Send added in v0.5.0

Send marshals and sends the DescribeAssociationExecutionTargets API request.

type DescribeAssociationExecutionTargetsResponse added in v0.9.0

type DescribeAssociationExecutionTargetsResponse struct {
	*DescribeAssociationExecutionTargetsOutput
	// contains filtered or unexported fields
}

DescribeAssociationExecutionTargetsResponse is the response type for the DescribeAssociationExecutionTargets API operation.

func (*DescribeAssociationExecutionTargetsResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeAssociationExecutionTargetsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeAssociationExecutionTargets request.

type DescribeAssociationExecutionsInput added in v0.5.0

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) String added in v0.5.0

String returns the string representation

func (*DescribeAssociationExecutionsInput) Validate added in v0.5.0

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

type DescribeAssociationExecutionsOutput added in v0.5.0

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) String added in v0.5.0

String returns the string representation

type DescribeAssociationExecutionsRequest added in v0.5.0

type DescribeAssociationExecutionsRequest struct {
	*aws.Request
	Input *DescribeAssociationExecutionsInput
	Copy  func(*DescribeAssociationExecutionsInput) DescribeAssociationExecutionsRequest
}

DescribeAssociationExecutionsRequest is the request type for the DescribeAssociationExecutions API operation.

func (DescribeAssociationExecutionsRequest) Send added in v0.5.0

Send marshals and sends the DescribeAssociationExecutions API request.

type DescribeAssociationExecutionsResponse added in v0.9.0

type DescribeAssociationExecutionsResponse struct {
	*DescribeAssociationExecutionsOutput
	// contains filtered or unexported fields
}

DescribeAssociationExecutionsResponse is the response type for the DescribeAssociationExecutions API operation.

func (*DescribeAssociationExecutionsResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeAssociationExecutionsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeAssociationExecutions request.

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 an instance, use ListAssociations. To get
	// a list of versions for a specific association, use ListAssociationVersions.
	AssociationVersion *string `type:"string"`

	// The instance ID.
	InstanceId *string `type:"string"`

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

func (DescribeAssociationInput) String

func (s DescribeAssociationInput) String() string

String returns the string representation

type DescribeAssociationOutput

type DescribeAssociationOutput struct {

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

func (DescribeAssociationOutput) String

func (s DescribeAssociationOutput) String() string

String returns the string representation

type DescribeAssociationRequest

type DescribeAssociationRequest struct {
	*aws.Request
	Input *DescribeAssociationInput
	Copy  func(*DescribeAssociationInput) DescribeAssociationRequest
}

DescribeAssociationRequest is the request type for the DescribeAssociation API operation.

func (DescribeAssociationRequest) Send

Send marshals and sends the DescribeAssociation API request.

type DescribeAssociationResponse added in v0.9.0

type DescribeAssociationResponse struct {
	*DescribeAssociationOutput
	// contains filtered or unexported fields
}

DescribeAssociationResponse is the response type for the DescribeAssociation API operation.

func (*DescribeAssociationResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeAssociationResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeAssociation request.

type DescribeAutomationExecutionsInput

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) String

String returns the string representation

func (*DescribeAutomationExecutionsInput) Validate

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

type DescribeAutomationExecutionsOutput

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) String

String returns the string representation

type DescribeAutomationExecutionsRequest

type DescribeAutomationExecutionsRequest struct {
	*aws.Request
	Input *DescribeAutomationExecutionsInput
	Copy  func(*DescribeAutomationExecutionsInput) DescribeAutomationExecutionsRequest
}

DescribeAutomationExecutionsRequest is the request type for the DescribeAutomationExecutions API operation.

func (DescribeAutomationExecutionsRequest) Send

Send marshals and sends the DescribeAutomationExecutions API request.

type DescribeAutomationExecutionsResponse added in v0.9.0

type DescribeAutomationExecutionsResponse struct {
	*DescribeAutomationExecutionsOutput
	// contains filtered or unexported fields
}

DescribeAutomationExecutionsResponse is the response type for the DescribeAutomationExecutions API operation.

func (*DescribeAutomationExecutionsResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeAutomationExecutionsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeAutomationExecutions request.

type DescribeAutomationStepExecutionsInput added in v0.2.0

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"`

	// A boolean that 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) String added in v0.2.0

String returns the string representation

func (*DescribeAutomationStepExecutionsInput) Validate added in v0.2.0

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

type DescribeAutomationStepExecutionsOutput added in v0.2.0

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) String added in v0.2.0

String returns the string representation

type DescribeAutomationStepExecutionsRequest added in v0.2.0

type DescribeAutomationStepExecutionsRequest struct {
	*aws.Request
	Input *DescribeAutomationStepExecutionsInput
	Copy  func(*DescribeAutomationStepExecutionsInput) DescribeAutomationStepExecutionsRequest
}

DescribeAutomationStepExecutionsRequest is the request type for the DescribeAutomationStepExecutions API operation.

func (DescribeAutomationStepExecutionsRequest) Send added in v0.2.0

Send marshals and sends the DescribeAutomationStepExecutions API request.

type DescribeAutomationStepExecutionsResponse added in v0.9.0

type DescribeAutomationStepExecutionsResponse struct {
	*DescribeAutomationStepExecutionsOutput
	// contains filtered or unexported fields
}

DescribeAutomationStepExecutionsResponse is the response type for the DescribeAutomationStepExecutions API operation.

func (*DescribeAutomationStepExecutionsResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeAutomationStepExecutionsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeAutomationStepExecutions request.

type DescribeAvailablePatchesInput

type DescribeAvailablePatchesInput struct {

	// Filters used to scope down the returned patches.
	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) String

String returns the string representation

func (*DescribeAvailablePatchesInput) Validate

func (s *DescribeAvailablePatchesInput) Validate() error

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

type DescribeAvailablePatchesOutput

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) String

String returns the string representation

type DescribeAvailablePatchesRequest

type DescribeAvailablePatchesRequest struct {
	*aws.Request
	Input *DescribeAvailablePatchesInput
	Copy  func(*DescribeAvailablePatchesInput) DescribeAvailablePatchesRequest
}

DescribeAvailablePatchesRequest is the request type for the DescribeAvailablePatches API operation.

func (DescribeAvailablePatchesRequest) Send

Send marshals and sends the DescribeAvailablePatches API request.

type DescribeAvailablePatchesResponse added in v0.9.0

type DescribeAvailablePatchesResponse struct {
	*DescribeAvailablePatchesOutput
	// contains filtered or unexported fields
}

DescribeAvailablePatchesResponse is the response type for the DescribeAvailablePatches API operation.

func (*DescribeAvailablePatchesResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeAvailablePatchesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeAvailablePatches request.

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 Systems Manager 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, "Release 12, Update 6". This value is unique across
	// all versions of a document, and cannot be changed.
	VersionName *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeDocumentInput) String

func (s DescribeDocumentInput) String() string

String returns the string representation

func (*DescribeDocumentInput) Validate

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 Systems Manager document.
	Document *DocumentDescription `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeDocumentOutput) String

func (s DescribeDocumentOutput) String() string

String returns the string representation

type DescribeDocumentPermissionInput

type DescribeDocumentPermissionInput struct {

	// The name of the document for which you are the owner.
	//
	// 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 DocumentPermissionType `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

func (DescribeDocumentPermissionInput) String

String returns the string representation

func (*DescribeDocumentPermissionInput) Validate

func (s *DescribeDocumentPermissionInput) Validate() error

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

type DescribeDocumentPermissionOutput

type DescribeDocumentPermissionOutput struct {

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

	// A list of AWS accounts where the current document is shared and the version
	// shared with each account.
	AccountSharingInfoList []AccountSharingInfo `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeDocumentPermissionOutput) String

String returns the string representation

type DescribeDocumentPermissionRequest

type DescribeDocumentPermissionRequest struct {
	*aws.Request
	Input *DescribeDocumentPermissionInput
	Copy  func(*DescribeDocumentPermissionInput) DescribeDocumentPermissionRequest
}

DescribeDocumentPermissionRequest is the request type for the DescribeDocumentPermission API operation.

func (DescribeDocumentPermissionRequest) Send

Send marshals and sends the DescribeDocumentPermission API request.

type DescribeDocumentPermissionResponse added in v0.9.0

type DescribeDocumentPermissionResponse struct {
	*DescribeDocumentPermissionOutput
	// contains filtered or unexported fields
}

DescribeDocumentPermissionResponse is the response type for the DescribeDocumentPermission API operation.

func (*DescribeDocumentPermissionResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeDocumentPermissionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeDocumentPermission request.

type DescribeDocumentRequest

type DescribeDocumentRequest struct {
	*aws.Request
	Input *DescribeDocumentInput
	Copy  func(*DescribeDocumentInput) DescribeDocumentRequest
}

DescribeDocumentRequest is the request type for the DescribeDocument API operation.

func (DescribeDocumentRequest) Send

Send marshals and sends the DescribeDocument API request.

type DescribeDocumentResponse added in v0.9.0

type DescribeDocumentResponse struct {
	*DescribeDocumentOutput
	// contains filtered or unexported fields
}

DescribeDocumentResponse is the response type for the DescribeDocument API operation.

func (*DescribeDocumentResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeDocumentResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeDocument request.

type DescribeEffectiveInstanceAssociationsInput

type DescribeEffectiveInstanceAssociationsInput struct {

	// The instance 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) String

String returns the string representation

func (*DescribeEffectiveInstanceAssociationsInput) Validate

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

type DescribeEffectiveInstanceAssociationsOutput

type DescribeEffectiveInstanceAssociationsOutput struct {

	// The associations for the requested instance.
	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) String

String returns the string representation

type DescribeEffectiveInstanceAssociationsRequest

DescribeEffectiveInstanceAssociationsRequest is the request type for the DescribeEffectiveInstanceAssociations API operation.

func (DescribeEffectiveInstanceAssociationsRequest) Send

Send marshals and sends the DescribeEffectiveInstanceAssociations API request.

type DescribeEffectiveInstanceAssociationsResponse added in v0.9.0

type DescribeEffectiveInstanceAssociationsResponse struct {
	*DescribeEffectiveInstanceAssociationsOutput
	// contains filtered or unexported fields
}

DescribeEffectiveInstanceAssociationsResponse is the response type for the DescribeEffectiveInstanceAssociations API operation.

func (*DescribeEffectiveInstanceAssociationsResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the DescribeEffectiveInstanceAssociations request.

type DescribeEffectivePatchesForPatchBaselineInput

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) String

String returns the string representation

func (*DescribeEffectivePatchesForPatchBaselineInput) Validate

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

type DescribeEffectivePatchesForPatchBaselineOutput

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) String

String returns the string representation

type DescribeEffectivePatchesForPatchBaselineRequest

DescribeEffectivePatchesForPatchBaselineRequest is the request type for the DescribeEffectivePatchesForPatchBaseline API operation.

func (DescribeEffectivePatchesForPatchBaselineRequest) Send

Send marshals and sends the DescribeEffectivePatchesForPatchBaseline API request.

type DescribeEffectivePatchesForPatchBaselineResponse added in v0.9.0

type DescribeEffectivePatchesForPatchBaselineResponse struct {
	*DescribeEffectivePatchesForPatchBaselineOutput
	// contains filtered or unexported fields
}

DescribeEffectivePatchesForPatchBaselineResponse is the response type for the DescribeEffectivePatchesForPatchBaseline API operation.

func (*DescribeEffectivePatchesForPatchBaselineResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the DescribeEffectivePatchesForPatchBaseline request.

type DescribeInstanceAssociationsStatusInput

type DescribeInstanceAssociationsStatusInput struct {

	// The instance 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) String

String returns the string representation

func (*DescribeInstanceAssociationsStatusInput) Validate

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

type DescribeInstanceAssociationsStatusOutput

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) String

String returns the string representation

type DescribeInstanceAssociationsStatusRequest

DescribeInstanceAssociationsStatusRequest is the request type for the DescribeInstanceAssociationsStatus API operation.

func (DescribeInstanceAssociationsStatusRequest) Send

Send marshals and sends the DescribeInstanceAssociationsStatus API request.

type DescribeInstanceAssociationsStatusResponse added in v0.9.0

type DescribeInstanceAssociationsStatusResponse struct {
	*DescribeInstanceAssociationsStatusOutput
	// contains filtered or unexported fields
}

DescribeInstanceAssociationsStatusResponse is the response type for the DescribeInstanceAssociationsStatus API operation.

func (*DescribeInstanceAssociationsStatusResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeInstanceAssociationsStatusResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeInstanceAssociationsStatus request.

type DescribeInstanceInformationInput

type DescribeInstanceInformationInput struct {

	// One or more filters. Use a filter to return a more specific list of instances.
	// You can filter based on tags applied to EC2 instances. 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 instance information
	// by filtering based on tags applied to managed instances.
	//
	// 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.
	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) String

String returns the string representation

func (*DescribeInstanceInformationInput) Validate

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

type DescribeInstanceInformationOutput

type DescribeInstanceInformationOutput struct {

	// The instance 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) String

String returns the string representation

type DescribeInstanceInformationPaginator added in v0.9.0

type DescribeInstanceInformationPaginator struct {
	aws.Pager
}

DescribeInstanceInformationPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewDescribeInstanceInformationPaginator added in v0.9.0

func NewDescribeInstanceInformationPaginator(req DescribeInstanceInformationRequest) DescribeInstanceInformationPaginator

NewDescribeInstanceInformationRequestPaginator returns a paginator for DescribeInstanceInformation. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.DescribeInstanceInformationRequest(input)
p := ssm.NewDescribeInstanceInformationRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*DescribeInstanceInformationPaginator) CurrentPage added in v0.9.0

type DescribeInstanceInformationRequest

type DescribeInstanceInformationRequest struct {
	*aws.Request
	Input *DescribeInstanceInformationInput
	Copy  func(*DescribeInstanceInformationInput) DescribeInstanceInformationRequest
}

DescribeInstanceInformationRequest is the request type for the DescribeInstanceInformation API operation.

func (DescribeInstanceInformationRequest) Send

Send marshals and sends the DescribeInstanceInformation API request.

type DescribeInstanceInformationResponse added in v0.9.0

type DescribeInstanceInformationResponse struct {
	*DescribeInstanceInformationOutput
	// contains filtered or unexported fields
}

DescribeInstanceInformationResponse is the response type for the DescribeInstanceInformation API operation.

func (*DescribeInstanceInformationResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeInstanceInformationResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeInstanceInformation request.

type DescribeInstancePatchStatesForPatchGroupInput

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) String

String returns the string representation

func (*DescribeInstancePatchStatesForPatchGroupInput) Validate

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

type DescribeInstancePatchStatesForPatchGroupOutput

type DescribeInstancePatchStatesForPatchGroupOutput struct {

	// The high-level patch state for the requested instances.
	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) String

String returns the string representation

type DescribeInstancePatchStatesForPatchGroupRequest

DescribeInstancePatchStatesForPatchGroupRequest is the request type for the DescribeInstancePatchStatesForPatchGroup API operation.

func (DescribeInstancePatchStatesForPatchGroupRequest) Send

Send marshals and sends the DescribeInstancePatchStatesForPatchGroup API request.

type DescribeInstancePatchStatesForPatchGroupResponse added in v0.9.0

type DescribeInstancePatchStatesForPatchGroupResponse struct {
	*DescribeInstancePatchStatesForPatchGroupOutput
	// contains filtered or unexported fields
}

DescribeInstancePatchStatesForPatchGroupResponse is the response type for the DescribeInstancePatchStatesForPatchGroup API operation.

func (*DescribeInstancePatchStatesForPatchGroupResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the DescribeInstancePatchStatesForPatchGroup request.

type DescribeInstancePatchStatesInput

type DescribeInstancePatchStatesInput struct {

	// The ID of the instance whose patch state information should be retrieved.
	//
	// InstanceIds is a required field
	InstanceIds []string `type:"list" required:"true"`

	// The maximum number of instances 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) String

String returns the string representation

func (*DescribeInstancePatchStatesInput) Validate

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

type DescribeInstancePatchStatesOutput

type DescribeInstancePatchStatesOutput struct {

	// The high-level patch state for the requested instances.
	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) String

String returns the string representation

type DescribeInstancePatchStatesRequest

type DescribeInstancePatchStatesRequest struct {
	*aws.Request
	Input *DescribeInstancePatchStatesInput
	Copy  func(*DescribeInstancePatchStatesInput) DescribeInstancePatchStatesRequest
}

DescribeInstancePatchStatesRequest is the request type for the DescribeInstancePatchStates API operation.

func (DescribeInstancePatchStatesRequest) Send

Send marshals and sends the DescribeInstancePatchStates API request.

type DescribeInstancePatchStatesResponse added in v0.9.0

type DescribeInstancePatchStatesResponse struct {
	*DescribeInstancePatchStatesOutput
	// contains filtered or unexported fields
}

DescribeInstancePatchStatesResponse is the response type for the DescribeInstancePatchStates API operation.

func (*DescribeInstancePatchStatesResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeInstancePatchStatesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeInstancePatchStates request.

type DescribeInstancePatchesInput

type DescribeInstancePatchesInput struct {

	// An array of structures. Each entry in the array is a structure containing
	// a Key, Value combination. Valid values for Key are Classification | KBId
	// | Severity | State.
	Filters []PatchOrchestratorFilter `type:"list"`

	// The ID of the instance 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) String

String returns the string representation

func (*DescribeInstancePatchesInput) Validate

func (s *DescribeInstancePatchesInput) Validate() error

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

type DescribeInstancePatchesOutput

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) String

String returns the string representation

type DescribeInstancePatchesRequest

type DescribeInstancePatchesRequest struct {
	*aws.Request
	Input *DescribeInstancePatchesInput
	Copy  func(*DescribeInstancePatchesInput) DescribeInstancePatchesRequest
}

DescribeInstancePatchesRequest is the request type for the DescribeInstancePatches API operation.

func (DescribeInstancePatchesRequest) Send

Send marshals and sends the DescribeInstancePatches API request.

type DescribeInstancePatchesResponse added in v0.9.0

type DescribeInstancePatchesResponse struct {
	*DescribeInstancePatchesOutput
	// contains filtered or unexported fields
}

DescribeInstancePatchesResponse is the response type for the DescribeInstancePatches API operation.

func (*DescribeInstancePatchesResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeInstancePatchesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeInstancePatches request.

type DescribeInventoryDeletionsInput added in v0.4.0

type DescribeInventoryDeletionsInput struct {

	// Specify the delete inventory ID for which you want information. This ID was
	// returned by the DeleteInventory action.
	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) String added in v0.4.0

String returns the string representation

func (*DescribeInventoryDeletionsInput) Validate added in v0.4.0

func (s *DescribeInventoryDeletionsInput) Validate() error

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

type DescribeInventoryDeletionsOutput added in v0.4.0

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) String added in v0.4.0

String returns the string representation

type DescribeInventoryDeletionsRequest added in v0.4.0

type DescribeInventoryDeletionsRequest struct {
	*aws.Request
	Input *DescribeInventoryDeletionsInput
	Copy  func(*DescribeInventoryDeletionsInput) DescribeInventoryDeletionsRequest
}

DescribeInventoryDeletionsRequest is the request type for the DescribeInventoryDeletions API operation.

func (DescribeInventoryDeletionsRequest) Send added in v0.4.0

Send marshals and sends the DescribeInventoryDeletions API request.

type DescribeInventoryDeletionsResponse added in v0.9.0

type DescribeInventoryDeletionsResponse struct {
	*DescribeInventoryDeletionsOutput
	// contains filtered or unexported fields
}

DescribeInventoryDeletionsResponse is the response type for the DescribeInventoryDeletions API operation.

func (*DescribeInventoryDeletionsResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeInventoryDeletionsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeInventoryDeletions request.

type DescribeMaintenanceWindowExecutionTaskInvocationsInput

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) String

String returns the string representation

func (*DescribeMaintenanceWindowExecutionTaskInvocationsInput) Validate

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

type DescribeMaintenanceWindowExecutionTaskInvocationsOutput

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) String

String returns the string representation

type DescribeMaintenanceWindowExecutionTaskInvocationsRequest

DescribeMaintenanceWindowExecutionTaskInvocationsRequest is the request type for the DescribeMaintenanceWindowExecutionTaskInvocations API operation.

func (DescribeMaintenanceWindowExecutionTaskInvocationsRequest) Send

Send marshals and sends the DescribeMaintenanceWindowExecutionTaskInvocations API request.

type DescribeMaintenanceWindowExecutionTaskInvocationsResponse added in v0.9.0

type DescribeMaintenanceWindowExecutionTaskInvocationsResponse struct {
	*DescribeMaintenanceWindowExecutionTaskInvocationsOutput
	// contains filtered or unexported fields
}

DescribeMaintenanceWindowExecutionTaskInvocationsResponse is the response type for the DescribeMaintenanceWindowExecutionTaskInvocations API operation.

func (*DescribeMaintenanceWindowExecutionTaskInvocationsResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the DescribeMaintenanceWindowExecutionTaskInvocations request.

type DescribeMaintenanceWindowExecutionTasksInput

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) String

String returns the string representation

func (*DescribeMaintenanceWindowExecutionTasksInput) Validate

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

type DescribeMaintenanceWindowExecutionTasksOutput

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) String

String returns the string representation

type DescribeMaintenanceWindowExecutionTasksRequest

DescribeMaintenanceWindowExecutionTasksRequest is the request type for the DescribeMaintenanceWindowExecutionTasks API operation.

func (DescribeMaintenanceWindowExecutionTasksRequest) Send

Send marshals and sends the DescribeMaintenanceWindowExecutionTasks API request.

type DescribeMaintenanceWindowExecutionTasksResponse added in v0.9.0

type DescribeMaintenanceWindowExecutionTasksResponse struct {
	*DescribeMaintenanceWindowExecutionTasksOutput
	// contains filtered or unexported fields
}

DescribeMaintenanceWindowExecutionTasksResponse is the response type for the DescribeMaintenanceWindowExecutionTasks API operation.

func (*DescribeMaintenanceWindowExecutionTasksResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the DescribeMaintenanceWindowExecutionTasks request.

type DescribeMaintenanceWindowExecutionsInput

type DescribeMaintenanceWindowExecutionsInput struct {

	// Each entry in the array is a structure containing:
	//
	// Key (string, between 1 and 128 characters)
	//
	// Values (array of strings, each string is between 1 and 256 characters)
	//
	// The supported Keys are ExecutedBefore and ExecutedAfter with the value being
	// a date/time string such as 2016-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) String

String returns the string representation

func (*DescribeMaintenanceWindowExecutionsInput) Validate

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

type DescribeMaintenanceWindowExecutionsOutput

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) String

String returns the string representation

type DescribeMaintenanceWindowExecutionsRequest

DescribeMaintenanceWindowExecutionsRequest is the request type for the DescribeMaintenanceWindowExecutions API operation.

func (DescribeMaintenanceWindowExecutionsRequest) Send

Send marshals and sends the DescribeMaintenanceWindowExecutions API request.

type DescribeMaintenanceWindowExecutionsResponse added in v0.9.0

type DescribeMaintenanceWindowExecutionsResponse struct {
	*DescribeMaintenanceWindowExecutionsOutput
	// contains filtered or unexported fields
}

DescribeMaintenanceWindowExecutionsResponse is the response type for the DescribeMaintenanceWindowExecutions API operation.

func (*DescribeMaintenanceWindowExecutionsResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeMaintenanceWindowExecutionsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeMaintenanceWindowExecutions request.

type DescribeMaintenanceWindowScheduleInput added in v0.6.0

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 MaintenanceWindowResourceType `type:"string" enum:"true"`

	// The instance 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) String added in v0.6.0

String returns the string representation

func (*DescribeMaintenanceWindowScheduleInput) Validate added in v0.6.0

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

type DescribeMaintenanceWindowScheduleOutput added in v0.6.0

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) String added in v0.6.0

String returns the string representation

type DescribeMaintenanceWindowScheduleRequest added in v0.6.0

DescribeMaintenanceWindowScheduleRequest is the request type for the DescribeMaintenanceWindowSchedule API operation.

func (DescribeMaintenanceWindowScheduleRequest) Send added in v0.6.0

Send marshals and sends the DescribeMaintenanceWindowSchedule API request.

type DescribeMaintenanceWindowScheduleResponse added in v0.9.0

type DescribeMaintenanceWindowScheduleResponse struct {
	*DescribeMaintenanceWindowScheduleOutput
	// contains filtered or unexported fields
}

DescribeMaintenanceWindowScheduleResponse is the response type for the DescribeMaintenanceWindowSchedule API operation.

func (*DescribeMaintenanceWindowScheduleResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeMaintenanceWindowScheduleResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeMaintenanceWindowSchedule request.

type DescribeMaintenanceWindowTargetsInput

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) String

String returns the string representation

func (*DescribeMaintenanceWindowTargetsInput) Validate

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

type DescribeMaintenanceWindowTargetsOutput

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) String

String returns the string representation

type DescribeMaintenanceWindowTargetsRequest

type DescribeMaintenanceWindowTargetsRequest struct {
	*aws.Request
	Input *DescribeMaintenanceWindowTargetsInput
	Copy  func(*DescribeMaintenanceWindowTargetsInput) DescribeMaintenanceWindowTargetsRequest
}

DescribeMaintenanceWindowTargetsRequest is the request type for the DescribeMaintenanceWindowTargets API operation.

func (DescribeMaintenanceWindowTargetsRequest) Send

Send marshals and sends the DescribeMaintenanceWindowTargets API request.

type DescribeMaintenanceWindowTargetsResponse added in v0.9.0

type DescribeMaintenanceWindowTargetsResponse struct {
	*DescribeMaintenanceWindowTargetsOutput
	// contains filtered or unexported fields
}

DescribeMaintenanceWindowTargetsResponse is the response type for the DescribeMaintenanceWindowTargets API operation.

func (*DescribeMaintenanceWindowTargetsResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeMaintenanceWindowTargetsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeMaintenanceWindowTargets request.

type DescribeMaintenanceWindowTasksInput

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) String

String returns the string representation

func (*DescribeMaintenanceWindowTasksInput) Validate

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

type DescribeMaintenanceWindowTasksOutput

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) String

String returns the string representation

type DescribeMaintenanceWindowTasksRequest

type DescribeMaintenanceWindowTasksRequest struct {
	*aws.Request
	Input *DescribeMaintenanceWindowTasksInput
	Copy  func(*DescribeMaintenanceWindowTasksInput) DescribeMaintenanceWindowTasksRequest
}

DescribeMaintenanceWindowTasksRequest is the request type for the DescribeMaintenanceWindowTasks API operation.

func (DescribeMaintenanceWindowTasksRequest) Send

Send marshals and sends the DescribeMaintenanceWindowTasks API request.

type DescribeMaintenanceWindowTasksResponse added in v0.9.0

type DescribeMaintenanceWindowTasksResponse struct {
	*DescribeMaintenanceWindowTasksOutput
	// contains filtered or unexported fields
}

DescribeMaintenanceWindowTasksResponse is the response type for the DescribeMaintenanceWindowTasks API operation.

func (*DescribeMaintenanceWindowTasksResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeMaintenanceWindowTasksResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeMaintenanceWindowTasks request.

type DescribeMaintenanceWindowsForTargetInput added in v0.6.0

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 MaintenanceWindowResourceType `type:"string" required:"true" enum:"true"`

	// The instance 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) String added in v0.6.0

String returns the string representation

func (*DescribeMaintenanceWindowsForTargetInput) Validate added in v0.6.0

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

type DescribeMaintenanceWindowsForTargetOutput added in v0.6.0

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 an instance is
	// associated with.
	WindowIdentities []MaintenanceWindowIdentityForTarget `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeMaintenanceWindowsForTargetOutput) String added in v0.6.0

String returns the string representation

type DescribeMaintenanceWindowsForTargetRequest added in v0.6.0

DescribeMaintenanceWindowsForTargetRequest is the request type for the DescribeMaintenanceWindowsForTarget API operation.

func (DescribeMaintenanceWindowsForTargetRequest) Send added in v0.6.0

Send marshals and sends the DescribeMaintenanceWindowsForTarget API request.

type DescribeMaintenanceWindowsForTargetResponse added in v0.9.0

type DescribeMaintenanceWindowsForTargetResponse struct {
	*DescribeMaintenanceWindowsForTargetOutput
	// contains filtered or unexported fields
}

DescribeMaintenanceWindowsForTargetResponse is the response type for the DescribeMaintenanceWindowsForTarget API operation.

func (*DescribeMaintenanceWindowsForTargetResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeMaintenanceWindowsForTargetResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeMaintenanceWindowsForTarget request.

type DescribeMaintenanceWindowsInput

type DescribeMaintenanceWindowsInput struct {

	// Optional filters used to narrow down the scope of the returned maintenance
	// windows. Supported filter keys are Name and Enabled.
	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) String

String returns the string representation

func (*DescribeMaintenanceWindowsInput) Validate

func (s *DescribeMaintenanceWindowsInput) Validate() error

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

type DescribeMaintenanceWindowsOutput

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) String

String returns the string representation

type DescribeMaintenanceWindowsRequest

type DescribeMaintenanceWindowsRequest struct {
	*aws.Request
	Input *DescribeMaintenanceWindowsInput
	Copy  func(*DescribeMaintenanceWindowsInput) DescribeMaintenanceWindowsRequest
}

DescribeMaintenanceWindowsRequest is the request type for the DescribeMaintenanceWindows API operation.

func (DescribeMaintenanceWindowsRequest) Send

Send marshals and sends the DescribeMaintenanceWindows API request.

type DescribeMaintenanceWindowsResponse added in v0.9.0

type DescribeMaintenanceWindowsResponse struct {
	*DescribeMaintenanceWindowsOutput
	// contains filtered or unexported fields
}

DescribeMaintenanceWindowsResponse is the response type for the DescribeMaintenanceWindows API operation.

func (*DescribeMaintenanceWindowsResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeMaintenanceWindowsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeMaintenanceWindows request.

type DescribeOpsItemsInput added in v0.10.0

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: 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
	//
	// *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) String added in v0.10.0

func (s DescribeOpsItemsInput) String() string

String returns the string representation

func (*DescribeOpsItemsInput) Validate added in v0.10.0

func (s *DescribeOpsItemsInput) Validate() error

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

type DescribeOpsItemsOutput added in v0.10.0

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) String added in v0.10.0

func (s DescribeOpsItemsOutput) String() string

String returns the string representation

type DescribeOpsItemsRequest added in v0.10.0

type DescribeOpsItemsRequest struct {
	*aws.Request
	Input *DescribeOpsItemsInput
	Copy  func(*DescribeOpsItemsInput) DescribeOpsItemsRequest
}

DescribeOpsItemsRequest is the request type for the DescribeOpsItems API operation.

func (DescribeOpsItemsRequest) Send added in v0.10.0

Send marshals and sends the DescribeOpsItems API request.

type DescribeOpsItemsResponse added in v0.10.0

type DescribeOpsItemsResponse struct {
	*DescribeOpsItemsOutput
	// contains filtered or unexported fields
}

DescribeOpsItemsResponse is the response type for the DescribeOpsItems API operation.

func (*DescribeOpsItemsResponse) SDKResponseMetdata added in v0.10.0

func (r *DescribeOpsItemsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeOpsItems request.

type DescribeParametersInput

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"`
	// contains filtered or unexported fields
}

func (DescribeParametersInput) String

func (s DescribeParametersInput) String() string

String returns the string representation

func (*DescribeParametersInput) Validate

func (s *DescribeParametersInput) Validate() error

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

type DescribeParametersOutput

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) String

func (s DescribeParametersOutput) String() string

String returns the string representation

type DescribeParametersPaginator added in v0.9.0

type DescribeParametersPaginator struct {
	aws.Pager
}

DescribeParametersPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewDescribeParametersPaginator added in v0.9.0

func NewDescribeParametersPaginator(req DescribeParametersRequest) DescribeParametersPaginator

NewDescribeParametersRequestPaginator returns a paginator for DescribeParameters. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.DescribeParametersRequest(input)
p := ssm.NewDescribeParametersRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*DescribeParametersPaginator) CurrentPage added in v0.9.0

type DescribeParametersRequest

type DescribeParametersRequest struct {
	*aws.Request
	Input *DescribeParametersInput
	Copy  func(*DescribeParametersInput) DescribeParametersRequest
}

DescribeParametersRequest is the request type for the DescribeParameters API operation.

func (DescribeParametersRequest) Send

Send marshals and sends the DescribeParameters API request.

type DescribeParametersResponse added in v0.9.0

type DescribeParametersResponse struct {
	*DescribeParametersOutput
	// contains filtered or unexported fields
}

DescribeParametersResponse is the response type for the DescribeParameters API operation.

func (*DescribeParametersResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeParametersResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeParameters request.

type DescribePatchBaselinesInput

type DescribePatchBaselinesInput struct {

	// Each element in the array is a structure containing:
	//
	// Key: (string, "NAME_PREFIX" or "OWNER")
	//
	// Value: (array of strings, exactly 1 entry, between 1 and 255 characters)
	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) String

String returns the string representation

func (*DescribePatchBaselinesInput) Validate

func (s *DescribePatchBaselinesInput) Validate() error

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

type DescribePatchBaselinesOutput

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) String

String returns the string representation

type DescribePatchBaselinesRequest

type DescribePatchBaselinesRequest struct {
	*aws.Request
	Input *DescribePatchBaselinesInput
	Copy  func(*DescribePatchBaselinesInput) DescribePatchBaselinesRequest
}

DescribePatchBaselinesRequest is the request type for the DescribePatchBaselines API operation.

func (DescribePatchBaselinesRequest) Send

Send marshals and sends the DescribePatchBaselines API request.

type DescribePatchBaselinesResponse added in v0.9.0

type DescribePatchBaselinesResponse struct {
	*DescribePatchBaselinesOutput
	// contains filtered or unexported fields
}

DescribePatchBaselinesResponse is the response type for the DescribePatchBaselines API operation.

func (*DescribePatchBaselinesResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribePatchBaselinesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribePatchBaselines request.

type DescribePatchGroupStateInput

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) String

String returns the string representation

func (*DescribePatchGroupStateInput) Validate

func (s *DescribePatchGroupStateInput) Validate() error

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

type DescribePatchGroupStateOutput

type DescribePatchGroupStateOutput struct {

	// The number of instances in the patch group.
	Instances *int64 `type:"integer"`

	// The number of instances with patches from the patch baseline that failed
	// to install.
	InstancesWithFailedPatches *int64 `type:"integer"`

	// The number of instances with patches installed that aren't defined in the
	// patch baseline.
	InstancesWithInstalledOtherPatches *int64 `type:"integer"`

	// The number of instances with installed patches.
	InstancesWithInstalledPatches *int64 `type:"integer"`

	// The number of instances with patches installed by Patch Manager that have
	// not been rebooted after the patch installation. The status of these instances
	// is NON_COMPLIANT.
	InstancesWithInstalledPendingRebootPatches *int64 `type:"integer"`

	// The number of instances 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 instances with missing patches from the patch baseline.
	InstancesWithMissingPatches *int64 `type:"integer"`

	// The number of instances with patches that aren't applicable.
	InstancesWithNotApplicablePatches *int64 `type:"integer"`

	// The number of instances with NotApplicable patches beyond the supported limit,
	// which are not reported by name to Systems Manager Inventory.
	InstancesWithUnreportedNotApplicablePatches *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (DescribePatchGroupStateOutput) String

String returns the string representation

type DescribePatchGroupStateRequest

type DescribePatchGroupStateRequest struct {
	*aws.Request
	Input *DescribePatchGroupStateInput
	Copy  func(*DescribePatchGroupStateInput) DescribePatchGroupStateRequest
}

DescribePatchGroupStateRequest is the request type for the DescribePatchGroupState API operation.

func (DescribePatchGroupStateRequest) Send

Send marshals and sends the DescribePatchGroupState API request.

type DescribePatchGroupStateResponse added in v0.9.0

type DescribePatchGroupStateResponse struct {
	*DescribePatchGroupStateOutput
	// contains filtered or unexported fields
}

DescribePatchGroupStateResponse is the response type for the DescribePatchGroupState API operation.

func (*DescribePatchGroupStateResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribePatchGroupStateResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribePatchGroupState request.

type DescribePatchGroupsInput

type DescribePatchGroupsInput struct {

	// One or more filters. Use a filter to return a more specific list of results.
	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) String

func (s DescribePatchGroupsInput) String() string

String returns the string representation

func (*DescribePatchGroupsInput) Validate

func (s *DescribePatchGroupsInput) Validate() error

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

type DescribePatchGroupsOutput

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) String

func (s DescribePatchGroupsOutput) String() string

String returns the string representation

type DescribePatchGroupsRequest

type DescribePatchGroupsRequest struct {
	*aws.Request
	Input *DescribePatchGroupsInput
	Copy  func(*DescribePatchGroupsInput) DescribePatchGroupsRequest
}

DescribePatchGroupsRequest is the request type for the DescribePatchGroups API operation.

func (DescribePatchGroupsRequest) Send

Send marshals and sends the DescribePatchGroups API request.

type DescribePatchGroupsResponse added in v0.9.0

type DescribePatchGroupsResponse struct {
	*DescribePatchGroupsOutput
	// contains filtered or unexported fields
}

DescribePatchGroupsResponse is the response type for the DescribePatchGroups API operation.

func (*DescribePatchGroupsResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribePatchGroupsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribePatchGroups request.

type DescribePatchPropertiesInput added in v0.9.0

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 OperatingSystem `type:"string" required:"true" enum:"true"`

	// Indicates whether to list patches for the Windows operating system or for
	// Microsoft applications. Not applicable for Linux operating systems.
	PatchSet PatchSet `type:"string" enum:"true"`

	// The patch property for which you want to view patch details.
	//
	// Property is a required field
	Property PatchProperty `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

func (DescribePatchPropertiesInput) String added in v0.9.0

String returns the string representation

func (*DescribePatchPropertiesInput) Validate added in v0.9.0

func (s *DescribePatchPropertiesInput) Validate() error

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

type DescribePatchPropertiesOutput added in v0.9.0

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) String added in v0.9.0

String returns the string representation

type DescribePatchPropertiesRequest added in v0.9.0

type DescribePatchPropertiesRequest struct {
	*aws.Request
	Input *DescribePatchPropertiesInput
	Copy  func(*DescribePatchPropertiesInput) DescribePatchPropertiesRequest
}

DescribePatchPropertiesRequest is the request type for the DescribePatchProperties API operation.

func (DescribePatchPropertiesRequest) Send added in v0.9.0

Send marshals and sends the DescribePatchProperties API request.

type DescribePatchPropertiesResponse added in v0.9.0

type DescribePatchPropertiesResponse struct {
	*DescribePatchPropertiesOutput
	// contains filtered or unexported fields
}

DescribePatchPropertiesResponse is the response type for the DescribePatchProperties API operation.

func (*DescribePatchPropertiesResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribePatchPropertiesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribePatchProperties request.

type DescribeSessionsInput added in v0.5.0

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 SessionState `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

func (DescribeSessionsInput) String added in v0.5.0

func (s DescribeSessionsInput) String() string

String returns the string representation

func (*DescribeSessionsInput) Validate added in v0.5.0

func (s *DescribeSessionsInput) Validate() error

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

type DescribeSessionsOutput added in v0.5.0

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) String added in v0.5.0

func (s DescribeSessionsOutput) String() string

String returns the string representation

type DescribeSessionsRequest added in v0.5.0

type DescribeSessionsRequest struct {
	*aws.Request
	Input *DescribeSessionsInput
	Copy  func(*DescribeSessionsInput) DescribeSessionsRequest
}

DescribeSessionsRequest is the request type for the DescribeSessions API operation.

func (DescribeSessionsRequest) Send added in v0.5.0

Send marshals and sends the DescribeSessions API request.

type DescribeSessionsResponse added in v0.9.0

type DescribeSessionsResponse struct {
	*DescribeSessionsOutput
	// contains filtered or unexported fields
}

DescribeSessionsResponse is the response type for the DescribeSessions API operation.

func (*DescribeSessionsResponse) SDKResponseMetdata added in v0.9.0

func (r *DescribeSessionsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DescribeSessions request.

type DocumentDefaultVersionDescription

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) String

String returns the string representation

type DocumentDescription

type DocumentDescription struct {

	// Details about the document attachments, including names, locations, sizes,
	// and so on.
	AttachmentsInformation []AttachmentInformation `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 document format, either JSON or YAML.
	DocumentFormat DocumentFormat `type:"string" enum:"true"`

	// The type of document.
	DocumentType DocumentType `type:"string" enum:"true"`

	// 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 DocumentHashType `type:"string" enum:"true"`

	// The latest version of the document.
	LatestVersion *string `type:"string"`

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

	// The AWS user account that created the document.
	Owner *string `type:"string"`

	// A description of the parameters for a document.
	Parameters []DocumentParameter `type:"list"`

	// The list of OS platforms compatible with this Systems Manager document.
	PlatformTypes []PlatformType `type:"list"`

	// 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 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 Systems Manager document.
	Status DocumentStatus `type:"string" enum:"true"`

	// A message returned by AWS Systems Manager that explains the Status value.
	// For example, a Failed status might be explained by the StatusInformation
	// message, "The specified S3 bucket does not 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 AWS resource and property types reference (http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html)
	// in the AWS 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 a Systems Manager document.

func (DocumentDescription) String

func (s DocumentDescription) String() string

String returns the string representation

type DocumentFilter

type DocumentFilter struct {

	// The name of the filter.
	//
	// Key is a required field
	Key DocumentFilterKey `locationName:"key" type:"string" required:"true" enum:"true"`

	// 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) String

func (s DocumentFilter) String() string

String returns the string representation

func (*DocumentFilter) Validate

func (s *DocumentFilter) Validate() error

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

type DocumentFilterKey

type DocumentFilterKey string
const (
	DocumentFilterKeyName          DocumentFilterKey = "Name"
	DocumentFilterKeyOwner         DocumentFilterKey = "Owner"
	DocumentFilterKeyPlatformTypes DocumentFilterKey = "PlatformTypes"
	DocumentFilterKeyDocumentType  DocumentFilterKey = "DocumentType"
)

Enum values for DocumentFilterKey

func (DocumentFilterKey) MarshalValue added in v0.3.0

func (enum DocumentFilterKey) MarshalValue() (string, error)

func (DocumentFilterKey) MarshalValueBuf added in v0.3.0

func (enum DocumentFilterKey) MarshalValueBuf(b []byte) ([]byte, error)

type DocumentFormat added in v0.2.0

type DocumentFormat string
const (
	DocumentFormatYaml DocumentFormat = "YAML"
	DocumentFormatJson DocumentFormat = "JSON"
	DocumentFormatText DocumentFormat = "TEXT"
)

Enum values for DocumentFormat

func (DocumentFormat) MarshalValue added in v0.3.0

func (enum DocumentFormat) MarshalValue() (string, error)

func (DocumentFormat) MarshalValueBuf added in v0.3.0

func (enum DocumentFormat) MarshalValueBuf(b []byte) ([]byte, error)

type DocumentHashType

type DocumentHashType string
const (
	DocumentHashTypeSha256 DocumentHashType = "Sha256"
	DocumentHashTypeSha1   DocumentHashType = "Sha1"
)

Enum values for DocumentHashType

func (DocumentHashType) MarshalValue added in v0.3.0

func (enum DocumentHashType) MarshalValue() (string, error)

func (DocumentHashType) MarshalValueBuf added in v0.3.0

func (enum DocumentHashType) MarshalValueBuf(b []byte) ([]byte, error)

type DocumentIdentifier

type DocumentIdentifier struct {

	// The document format, either JSON or YAML.
	DocumentFormat DocumentFormat `type:"string" enum:"true"`

	// The document type.
	DocumentType DocumentType `type:"string" enum:"true"`

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

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

	// The AWS user account that created the document.
	Owner *string `type:"string"`

	// The operating system platform.
	PlatformTypes []PlatformType `type:"list"`

	// 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 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 AWS resource and property types reference (http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html)
	// in the AWS CloudFormation User Guide.
	TargetType *string `type:"string"`

	// An optional field specifying the version of the artifact associated with
	// the document. For example, "Release 12, Update 6". This value is unique across
	// all versions of a document, and cannot be changed.
	VersionName *string `type:"string"`
	// contains filtered or unexported fields
}

Describes the name of a Systems Manager document.

func (DocumentIdentifier) String

func (s DocumentIdentifier) String() string

String returns the string representation

type DocumentKeyValuesFilter

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.

Other valid values include Owner, Name, PlatformTypes, DocumentType, and TargetType.

Note that only one Owner can be specified in a request. For example: Key=Owner,Values=Self.

If you use Name as a key, you can use a name prefix to return a list of documents. For example, in the AWS 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

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 and value pair, use the format Key=tag:tagName,Values=valueName.

For example, if you created a Key called region and are using the AWS CLI to call the list-documents command:

aws ssm list-documents --filters Key=tag:region,Values=east,west Key=Owner,Values=Self

func (DocumentKeyValuesFilter) String

func (s DocumentKeyValuesFilter) String() string

String returns the string representation

func (*DocumentKeyValuesFilter) Validate

func (s *DocumentKeyValuesFilter) Validate() error

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

type DocumentParameter

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 DocumentParameterType `type:"string" enum:"true"`
	// contains filtered or unexported fields
}

Parameters specified in a System Manager document that run on the server when the command is run.

func (DocumentParameter) String

func (s DocumentParameter) String() string

String returns the string representation

type DocumentParameterType

type DocumentParameterType string
const (
	DocumentParameterTypeString     DocumentParameterType = "String"
	DocumentParameterTypeStringList DocumentParameterType = "StringList"
)

Enum values for DocumentParameterType

func (DocumentParameterType) MarshalValue added in v0.3.0

func (enum DocumentParameterType) MarshalValue() (string, error)

func (DocumentParameterType) MarshalValueBuf added in v0.3.0

func (enum DocumentParameterType) MarshalValueBuf(b []byte) ([]byte, error)

type DocumentPermissionType

type DocumentPermissionType string
const (
	DocumentPermissionTypeShare DocumentPermissionType = "Share"
)

Enum values for DocumentPermissionType

func (DocumentPermissionType) MarshalValue added in v0.3.0

func (enum DocumentPermissionType) MarshalValue() (string, error)

func (DocumentPermissionType) MarshalValueBuf added in v0.3.0

func (enum DocumentPermissionType) MarshalValueBuf(b []byte) ([]byte, error)

type DocumentRequires added in v0.18.0

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 version required by the current document.
	Version *string `type:"string"`
	// contains filtered or unexported fields
}

An SSM document required by the current document.

func (DocumentRequires) String added in v0.18.0

func (s DocumentRequires) String() string

String returns the string representation

func (*DocumentRequires) Validate added in v0.18.0

func (s *DocumentRequires) Validate() error

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

type DocumentStatus

type DocumentStatus string

The status of a document.

const (
	DocumentStatusCreating DocumentStatus = "Creating"
	DocumentStatusActive   DocumentStatus = "Active"
	DocumentStatusUpdating DocumentStatus = "Updating"
	DocumentStatusDeleting DocumentStatus = "Deleting"
	DocumentStatusFailed   DocumentStatus = "Failed"
)

Enum values for DocumentStatus

func (DocumentStatus) MarshalValue added in v0.3.0

func (enum DocumentStatus) MarshalValue() (string, error)

func (DocumentStatus) MarshalValueBuf added in v0.3.0

func (enum DocumentStatus) MarshalValueBuf(b []byte) ([]byte, error)

type DocumentType

type DocumentType string
const (
	DocumentTypeCommand                        DocumentType = "Command"
	DocumentTypePolicy                         DocumentType = "Policy"
	DocumentTypeAutomation                     DocumentType = "Automation"
	DocumentTypeSession                        DocumentType = "Session"
	DocumentTypePackage                        DocumentType = "Package"
	DocumentTypeApplicationConfiguration       DocumentType = "ApplicationConfiguration"
	DocumentTypeApplicationConfigurationSchema DocumentType = "ApplicationConfigurationSchema"
	DocumentTypeDeploymentStrategy             DocumentType = "DeploymentStrategy"
	DocumentTypeChangeCalendar                 DocumentType = "ChangeCalendar"
)

Enum values for DocumentType

func (DocumentType) MarshalValue added in v0.3.0

func (enum DocumentType) MarshalValue() (string, error)

func (DocumentType) MarshalValueBuf added in v0.3.0

func (enum DocumentType) MarshalValueBuf(b []byte) ([]byte, error)

type DocumentVersionInfo

type DocumentVersionInfo struct {

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

	// The document format, either JSON or YAML.
	DocumentFormat DocumentFormat `type:"string" enum:"true"`

	// 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 status of the Systems Manager document, such as Creating, Active, Failed,
	// and Deleting.
	Status DocumentStatus `type:"string" enum:"true"`

	// A message returned by AWS Systems Manager that explains the Status value.
	// For example, a Failed status might be explained by the StatusInformation
	// message, "The specified S3 bucket does not 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, "Release
	// 12, Update 6". This value is unique across all versions of a document, and
	// cannot be changed.
	VersionName *string `type:"string"`
	// contains filtered or unexported fields
}

Version information about the document.

func (DocumentVersionInfo) String

func (s DocumentVersionInfo) String() string

String returns the string representation

type EffectivePatch

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) String

func (s EffectivePatch) String() string

String returns the string representation

type ExecutionMode added in v0.2.0

type ExecutionMode string
const (
	ExecutionModeAuto        ExecutionMode = "Auto"
	ExecutionModeInteractive ExecutionMode = "Interactive"
)

Enum values for ExecutionMode

func (ExecutionMode) MarshalValue added in v0.3.0

func (enum ExecutionMode) MarshalValue() (string, error)

func (ExecutionMode) MarshalValueBuf added in v0.3.0

func (enum ExecutionMode) MarshalValueBuf(b []byte) ([]byte, error)

type FailedCreateAssociation

type FailedCreateAssociation struct {

	// The association.
	Entry *CreateAssociationBatchRequestEntry `type:"structure"`

	// The source of the failure.
	Fault Fault `type:"string" enum:"true"`

	// A description of the failure.
	Message *string `type:"string"`
	// contains filtered or unexported fields
}

Describes a failed association.

func (FailedCreateAssociation) String

func (s FailedCreateAssociation) String() string

String returns the string representation

type FailureDetails

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) String

func (s FailureDetails) String() string

String returns the string representation

type Fault

type Fault string
const (
	FaultClient  Fault = "Client"
	FaultServer  Fault = "Server"
	FaultUnknown Fault = "Unknown"
)

Enum values for Fault

func (Fault) MarshalValue added in v0.3.0

func (enum Fault) MarshalValue() (string, error)

func (Fault) MarshalValueBuf added in v0.3.0

func (enum Fault) MarshalValueBuf(b []byte) ([]byte, error)

type GetAutomationExecutionInput

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 document is initiated.
	//
	// AutomationExecutionId is a required field
	AutomationExecutionId *string `min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetAutomationExecutionInput) String

String returns the string representation

func (*GetAutomationExecutionInput) Validate

func (s *GetAutomationExecutionInput) Validate() error

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

type GetAutomationExecutionOutput

type GetAutomationExecutionOutput struct {

	// Detailed information about the current state of an automation execution.
	AutomationExecution *AutomationExecution `type:"structure"`
	// contains filtered or unexported fields
}

func (GetAutomationExecutionOutput) String

String returns the string representation

type GetAutomationExecutionRequest

type GetAutomationExecutionRequest struct {
	*aws.Request
	Input *GetAutomationExecutionInput
	Copy  func(*GetAutomationExecutionInput) GetAutomationExecutionRequest
}

GetAutomationExecutionRequest is the request type for the GetAutomationExecution API operation.

func (GetAutomationExecutionRequest) Send

Send marshals and sends the GetAutomationExecution API request.

type GetAutomationExecutionResponse added in v0.9.0

type GetAutomationExecutionResponse struct {
	*GetAutomationExecutionOutput
	// contains filtered or unexported fields
}

GetAutomationExecutionResponse is the response type for the GetAutomationExecution API operation.

func (*GetAutomationExecutionResponse) SDKResponseMetdata added in v0.9.0

func (r *GetAutomationExecutionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetAutomationExecution request.

type GetCalendarStateInput added in v0.18.0

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 do not
	// add AtTime, the current time is assumed.
	AtTime *string `type:"string"`

	// The names or Amazon Resource Names (ARNs) of the Systems Manager 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) String added in v0.18.0

func (s GetCalendarStateInput) String() string

String returns the string representation

func (*GetCalendarStateInput) Validate added in v0.18.0

func (s *GetCalendarStateInput) Validate() error

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

type GetCalendarStateOutput added in v0.18.0

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 did not 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 are not allowed
	// to proceed.
	State CalendarState `type:"string" enum:"true"`
	// contains filtered or unexported fields
}

func (GetCalendarStateOutput) String added in v0.18.0

func (s GetCalendarStateOutput) String() string

String returns the string representation

type GetCalendarStateRequest added in v0.18.0

type GetCalendarStateRequest struct {
	*aws.Request
	Input *GetCalendarStateInput
	Copy  func(*GetCalendarStateInput) GetCalendarStateRequest
}

GetCalendarStateRequest is the request type for the GetCalendarState API operation.

func (GetCalendarStateRequest) Send added in v0.18.0

Send marshals and sends the GetCalendarState API request.

type GetCalendarStateResponse added in v0.18.0

type GetCalendarStateResponse struct {
	*GetCalendarStateOutput
	// contains filtered or unexported fields
}

GetCalendarStateResponse is the response type for the GetCalendarState API operation.

func (*GetCalendarStateResponse) SDKResponseMetdata added in v0.18.0

func (r *GetCalendarStateResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetCalendarState request.

type GetCommandInvocationInput

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 instance targeted by the command. A managed
	// instance can be an EC2 instance or an instance in your hybrid environment
	// that is configured for Systems Manager.
	//
	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// (Optional) The name of the plugin for which you want detailed results. If
	// the document contains only one plugin, the name can be omitted and the details
	// will be returned.
	PluginName *string `min:"4" type:"string"`
	// contains filtered or unexported fields
}

func (GetCommandInvocationInput) String

func (s GetCommandInvocationInput) String() string

String returns the string representation

func (*GetCommandInvocationInput) Validate

func (s *GetCommandInvocationInput) Validate() error

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

type GetCommandInvocationOutput

type GetCommandInvocationOutput struct {

	// 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 SSM document version used in the request.
	DocumentVersion *string `type:"string"`

	// Duration since ExecutionStartDateTime.
	ExecutionElapsedTime *string `type:"string"`

	// The date and time the plugin was 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 AWS CLI command uses the InvokedAfter filter.
	//
	// aws ssm list-commands --filters key=InvokedAfter,value=2017-06-07T00:00:00Z
	//
	// If the plugin has not 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 AWS CLI command uses the InvokedBefore filter.
	//
	// aws ssm list-commands --filters key=InvokedBefore,value=2017-06-07T00:00:00Z
	//
	// If the plugin has not started to run, the string is empty.
	ExecutionStartDateTime *string `type:"string"`

	// The ID of the managed instance targeted by the command. A managed instance
	// can be an EC2 instance or an instance in your hybrid environment that is
	// configured for Systems Manager.
	InstanceId *string `type:"string"`

	// The name of the plugin for which you want detailed results. 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 has not started running on the instance, or it was
	// not received by the instance.
	ResponseCode *int64 `type:"integer"`

	// The first 8,000 characters written by the plugin to stderr. If the command
	// has not 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
	// has not 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
	// has not 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 S3.
	// If an S3 bucket was not specified, then this string is empty.
	StandardOutputUrl *string `type:"string"`

	// The status of this invocation plugin. This status can be different than StatusDetails.
	Status CommandInvocationStatus `type:"string" enum:"true"`

	// 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 AWS Systems Manager User Guide. StatusDetails can be one of the following
	// values:
	//
	//    * Pending: The command has not been sent to the instance.
	//
	//    * In Progress: The command has been sent to the instance but has not reached
	//    a terminal state.
	//
	//    * Delayed: The system attempted to send the command to the target, but
	//    the target was not available. The instance might not be available because
	//    of network issues, because the instance 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 was not delivered to the instance before
	//    the delivery timeout expired. Delivery timeouts do not 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 instance, but
	//    the execution was not 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 instance. For a plugin,
	//    this indicates that the result code was not zero. For a command invocation,
	//    this indicates that the result code for one or more plugins was not zero.
	//    Invocation failures count against the MaxErrors limit of the parent command.
	//    This is a terminal state.
	//
	//    * Canceled: The command was terminated before it was completed. This is
	//    a terminal state.
	//
	//    * Undeliverable: The command can't be delivered to the instance. The instance
	//    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) String

String returns the string representation

type GetCommandInvocationRequest

type GetCommandInvocationRequest struct {
	*aws.Request
	Input *GetCommandInvocationInput
	Copy  func(*GetCommandInvocationInput) GetCommandInvocationRequest
}

GetCommandInvocationRequest is the request type for the GetCommandInvocation API operation.

func (GetCommandInvocationRequest) Send

Send marshals and sends the GetCommandInvocation API request.

type GetCommandInvocationResponse added in v0.9.0

type GetCommandInvocationResponse struct {
	*GetCommandInvocationOutput
	// contains filtered or unexported fields
}

GetCommandInvocationResponse is the response type for the GetCommandInvocation API operation.

func (*GetCommandInvocationResponse) SDKResponseMetdata added in v0.9.0

func (r *GetCommandInvocationResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetCommandInvocation request.

type GetConnectionStatusInput added in v0.5.0

type GetConnectionStatusInput struct {

	// The ID of the instance.
	//
	// Target is a required field
	Target *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetConnectionStatusInput) String added in v0.5.0

func (s GetConnectionStatusInput) String() string

String returns the string representation

func (*GetConnectionStatusInput) Validate added in v0.5.0

func (s *GetConnectionStatusInput) Validate() error

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

type GetConnectionStatusOutput added in v0.5.0

type GetConnectionStatusOutput struct {

	// The status of the connection to the instance. For example, 'Connected' or
	// 'Not Connected'.
	Status ConnectionStatus `type:"string" enum:"true"`

	// The ID of the instance to check connection status.
	Target *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetConnectionStatusOutput) String added in v0.5.0

func (s GetConnectionStatusOutput) String() string

String returns the string representation

type GetConnectionStatusRequest added in v0.5.0

type GetConnectionStatusRequest struct {
	*aws.Request
	Input *GetConnectionStatusInput
	Copy  func(*GetConnectionStatusInput) GetConnectionStatusRequest
}

GetConnectionStatusRequest is the request type for the GetConnectionStatus API operation.

func (GetConnectionStatusRequest) Send added in v0.5.0

Send marshals and sends the GetConnectionStatus API request.

type GetConnectionStatusResponse added in v0.9.0

type GetConnectionStatusResponse struct {
	*GetConnectionStatusOutput
	// contains filtered or unexported fields
}

GetConnectionStatusResponse is the response type for the GetConnectionStatus API operation.

func (*GetConnectionStatusResponse) SDKResponseMetdata added in v0.9.0

func (r *GetConnectionStatusResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetConnectionStatus request.

type GetDefaultPatchBaselineInput

type GetDefaultPatchBaselineInput struct {

	// Returns the default patch baseline for the specified operating system.
	OperatingSystem OperatingSystem `type:"string" enum:"true"`
	// contains filtered or unexported fields
}

func (GetDefaultPatchBaselineInput) String

String returns the string representation

type GetDefaultPatchBaselineOutput

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 OperatingSystem `type:"string" enum:"true"`
	// contains filtered or unexported fields
}

func (GetDefaultPatchBaselineOutput) String

String returns the string representation

type GetDefaultPatchBaselineRequest

type GetDefaultPatchBaselineRequest struct {
	*aws.Request
	Input *GetDefaultPatchBaselineInput
	Copy  func(*GetDefaultPatchBaselineInput) GetDefaultPatchBaselineRequest
}

GetDefaultPatchBaselineRequest is the request type for the GetDefaultPatchBaseline API operation.

func (GetDefaultPatchBaselineRequest) Send

Send marshals and sends the GetDefaultPatchBaseline API request.

type GetDefaultPatchBaselineResponse added in v0.9.0

type GetDefaultPatchBaselineResponse struct {
	*GetDefaultPatchBaselineOutput
	// contains filtered or unexported fields
}

GetDefaultPatchBaselineResponse is the response type for the GetDefaultPatchBaseline API operation.

func (*GetDefaultPatchBaselineResponse) SDKResponseMetdata added in v0.9.0

func (r *GetDefaultPatchBaselineResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetDefaultPatchBaseline request.

type GetDeployablePatchSnapshotForInstanceInput

type GetDeployablePatchSnapshotForInstanceInput struct {

	// The ID of the instance for which the appropriate patch snapshot should be
	// retrieved.
	//
	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// The user-defined snapshot ID.
	//
	// SnapshotId is a required field
	SnapshotId *string `min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetDeployablePatchSnapshotForInstanceInput) String

String returns the string representation

func (*GetDeployablePatchSnapshotForInstanceInput) Validate

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

type GetDeployablePatchSnapshotForInstanceOutput

type GetDeployablePatchSnapshotForInstanceOutput struct {

	// The ID of the instance.
	InstanceId *string `type:"string"`

	// Returns the specific operating system (for example Windows Server 2012 or
	// Amazon Linux 2015.09) on the instance for the specified patch snapshot.
	Product *string `type:"string"`

	// A pre-signed 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) String

String returns the string representation

type GetDeployablePatchSnapshotForInstanceRequest

GetDeployablePatchSnapshotForInstanceRequest is the request type for the GetDeployablePatchSnapshotForInstance API operation.

func (GetDeployablePatchSnapshotForInstanceRequest) Send

Send marshals and sends the GetDeployablePatchSnapshotForInstance API request.

type GetDeployablePatchSnapshotForInstanceResponse added in v0.9.0

type GetDeployablePatchSnapshotForInstanceResponse struct {
	*GetDeployablePatchSnapshotForInstanceOutput
	// contains filtered or unexported fields
}

GetDeployablePatchSnapshotForInstanceResponse is the response type for the GetDeployablePatchSnapshotForInstance API operation.

func (*GetDeployablePatchSnapshotForInstanceResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the GetDeployablePatchSnapshotForInstance request.

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 DocumentFormat `type:"string" enum:"true"`

	// The document version for which you want information.
	DocumentVersion *string `type:"string"`

	// The name of the Systems Manager 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, "Release 12, Update 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) String

func (s GetDocumentInput) String() string

String returns the string representation

func (*GetDocumentInput) Validate

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 Systems Manager document.
	Content *string `min:"1" type:"string"`

	// The document format, either JSON or YAML.
	DocumentFormat DocumentFormat `type:"string" enum:"true"`

	// The document type.
	DocumentType DocumentType `type:"string" enum:"true"`

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

	// The name of the Systems Manager 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 status of the Systems Manager document, such as Creating, Active, Updating,
	// Failed, and Deleting.
	Status DocumentStatus `type:"string" enum:"true"`

	// A message returned by AWS Systems Manager that explains the Status value.
	// For example, a Failed status might be explained by the StatusInformation
	// message, "The specified S3 bucket does not 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, "Release
	// 12, Update 6". This value is unique across all versions of a document, and
	// cannot be changed.
	VersionName *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetDocumentOutput) String

func (s GetDocumentOutput) String() string

String returns the string representation

type GetDocumentRequest

type GetDocumentRequest struct {
	*aws.Request
	Input *GetDocumentInput
	Copy  func(*GetDocumentInput) GetDocumentRequest
}

GetDocumentRequest is the request type for the GetDocument API operation.

func (GetDocumentRequest) Send

Send marshals and sends the GetDocument API request.

type GetDocumentResponse added in v0.9.0

type GetDocumentResponse struct {
	*GetDocumentOutput
	// contains filtered or unexported fields
}

GetDocumentResponse is the response type for the GetDocument API operation.

func (*GetDocumentResponse) SDKResponseMetdata added in v0.9.0

func (r *GetDocumentResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetDocument request.

type GetInventoryInput

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 instances 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) String

func (s GetInventoryInput) String() string

String returns the string representation

func (*GetInventoryInput) Validate

func (s *GetInventoryInput) Validate() error

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

type GetInventoryOutput

type GetInventoryOutput struct {

	// Collection of inventory entities such as a collection of instance 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) String

func (s GetInventoryOutput) String() string

String returns the string representation

type GetInventoryRequest

type GetInventoryRequest struct {
	*aws.Request
	Input *GetInventoryInput
	Copy  func(*GetInventoryInput) GetInventoryRequest
}

GetInventoryRequest is the request type for the GetInventory API operation.

func (GetInventoryRequest) Send

Send marshals and sends the GetInventory API request.

type GetInventoryResponse added in v0.9.0

type GetInventoryResponse struct {
	*GetInventoryOutput
	// contains filtered or unexported fields
}

GetInventoryResponse is the response type for the GetInventory API operation.

func (*GetInventoryResponse) SDKResponseMetdata added in v0.9.0

func (r *GetInventoryResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetInventory request.

type GetInventorySchemaInput

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) String

func (s GetInventorySchemaInput) String() string

String returns the string representation

func (*GetInventorySchemaInput) Validate

func (s *GetInventorySchemaInput) Validate() error

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

type GetInventorySchemaOutput

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) String

func (s GetInventorySchemaOutput) String() string

String returns the string representation

type GetInventorySchemaRequest

type GetInventorySchemaRequest struct {
	*aws.Request
	Input *GetInventorySchemaInput
	Copy  func(*GetInventorySchemaInput) GetInventorySchemaRequest
}

GetInventorySchemaRequest is the request type for the GetInventorySchema API operation.

func (GetInventorySchemaRequest) Send

Send marshals and sends the GetInventorySchema API request.

type GetInventorySchemaResponse added in v0.9.0

type GetInventorySchemaResponse struct {
	*GetInventorySchemaOutput
	// contains filtered or unexported fields
}

GetInventorySchemaResponse is the response type for the GetInventorySchema API operation.

func (*GetInventorySchemaResponse) SDKResponseMetdata added in v0.9.0

func (r *GetInventorySchemaResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetInventorySchema request.

type GetMaintenanceWindowExecutionInput

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) String

String returns the string representation

func (*GetMaintenanceWindowExecutionInput) Validate

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

type GetMaintenanceWindowExecutionOutput

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 MaintenanceWindowExecutionStatus `type:"string" enum:"true"`

	// The details explaining the Status. Only available for certain 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) String

String returns the string representation

type GetMaintenanceWindowExecutionRequest

type GetMaintenanceWindowExecutionRequest struct {
	*aws.Request
	Input *GetMaintenanceWindowExecutionInput
	Copy  func(*GetMaintenanceWindowExecutionInput) GetMaintenanceWindowExecutionRequest
}

GetMaintenanceWindowExecutionRequest is the request type for the GetMaintenanceWindowExecution API operation.

func (GetMaintenanceWindowExecutionRequest) Send

Send marshals and sends the GetMaintenanceWindowExecution API request.

type GetMaintenanceWindowExecutionResponse added in v0.9.0

type GetMaintenanceWindowExecutionResponse struct {
	*GetMaintenanceWindowExecutionOutput
	// contains filtered or unexported fields
}

GetMaintenanceWindowExecutionResponse is the response type for the GetMaintenanceWindowExecution API operation.

func (*GetMaintenanceWindowExecutionResponse) SDKResponseMetdata added in v0.9.0

func (r *GetMaintenanceWindowExecutionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetMaintenanceWindowExecution request.

type GetMaintenanceWindowExecutionTaskInput

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) String

String returns the string representation

func (*GetMaintenanceWindowExecutionTaskInput) Validate

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

type GetMaintenanceWindowExecutionTaskInvocationInput

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) String

String returns the string representation

func (*GetMaintenanceWindowExecutionTaskInvocationInput) Validate

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

type GetMaintenanceWindowExecutionTaskInvocationOutput

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 CloudWatch events raised while
	// running tasks for these targets in this maintenance window.
	OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

	// The parameters used at the time that the task ran.
	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 MaintenanceWindowExecutionStatus `type:"string" enum:"true"`

	// 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. Task types include the
	// following: LAMBDA, STEP_FUNCTIONS, AUTOMATION, RUN_COMMAND.
	TaskType MaintenanceWindowTaskType `type:"string" enum:"true"`

	// 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) String

String returns the string representation

type GetMaintenanceWindowExecutionTaskInvocationRequest

GetMaintenanceWindowExecutionTaskInvocationRequest is the request type for the GetMaintenanceWindowExecutionTaskInvocation API operation.

func (GetMaintenanceWindowExecutionTaskInvocationRequest) Send

Send marshals and sends the GetMaintenanceWindowExecutionTaskInvocation API request.

type GetMaintenanceWindowExecutionTaskInvocationResponse added in v0.9.0

type GetMaintenanceWindowExecutionTaskInvocationResponse struct {
	*GetMaintenanceWindowExecutionTaskInvocationOutput
	// contains filtered or unexported fields
}

GetMaintenanceWindowExecutionTaskInvocationResponse is the response type for the GetMaintenanceWindowExecutionTaskInvocation API operation.

func (*GetMaintenanceWindowExecutionTaskInvocationResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the GetMaintenanceWindowExecutionTaskInvocation request.

type GetMaintenanceWindowExecutionTaskOutput

type GetMaintenanceWindowExecutionTaskOutput struct {

	// 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 MaintenanceWindowExecutionStatus `type:"string" enum:"true"`

	// The details explaining the Status. Only available for certain status values.
	StatusDetails *string `type:"string"`

	// The 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 string is between 1 and 255 characters
	TaskParameters []map[string]MaintenanceWindowTaskParameterValueExpression `type:"list" sensitive:"true"`

	// The type of task that was run.
	Type MaintenanceWindowTaskType `type:"string" enum:"true"`

	// The ID of the maintenance window execution that includes the task.
	WindowExecutionId *string `min:"36" type:"string"`
	// contains filtered or unexported fields
}

func (GetMaintenanceWindowExecutionTaskOutput) String

String returns the string representation

type GetMaintenanceWindowExecutionTaskRequest

GetMaintenanceWindowExecutionTaskRequest is the request type for the GetMaintenanceWindowExecutionTask API operation.

func (GetMaintenanceWindowExecutionTaskRequest) Send

Send marshals and sends the GetMaintenanceWindowExecutionTask API request.

type GetMaintenanceWindowExecutionTaskResponse added in v0.9.0

type GetMaintenanceWindowExecutionTaskResponse struct {
	*GetMaintenanceWindowExecutionTaskOutput
	// contains filtered or unexported fields
}

GetMaintenanceWindowExecutionTaskResponse is the response type for the GetMaintenanceWindowExecutionTask API operation.

func (*GetMaintenanceWindowExecutionTaskResponse) SDKResponseMetdata added in v0.9.0

func (r *GetMaintenanceWindowExecutionTaskResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetMaintenanceWindowExecutionTask request.

type GetMaintenanceWindowInput

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) String

func (s GetMaintenanceWindowInput) String() string

String returns the string representation

func (*GetMaintenanceWindowInput) Validate

func (s *GetMaintenanceWindowInput) Validate() error

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

type GetMaintenanceWindowOutput

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 Systems
	// Manager stops scheduling new tasks for execution.
	Cutoff *int64 `type:"integer"`

	// The description of the maintenance window.
	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 will not 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",
	// "etc/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 will not 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) String

String returns the string representation

type GetMaintenanceWindowRequest

type GetMaintenanceWindowRequest struct {
	*aws.Request
	Input *GetMaintenanceWindowInput
	Copy  func(*GetMaintenanceWindowInput) GetMaintenanceWindowRequest
}

GetMaintenanceWindowRequest is the request type for the GetMaintenanceWindow API operation.

func (GetMaintenanceWindowRequest) Send

Send marshals and sends the GetMaintenanceWindow API request.

type GetMaintenanceWindowResponse added in v0.9.0

type GetMaintenanceWindowResponse struct {
	*GetMaintenanceWindowOutput
	// contains filtered or unexported fields
}

GetMaintenanceWindowResponse is the response type for the GetMaintenanceWindow API operation.

func (*GetMaintenanceWindowResponse) SDKResponseMetdata added in v0.9.0

func (r *GetMaintenanceWindowResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetMaintenanceWindow request.

type GetMaintenanceWindowTaskInput

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) String

String returns the string representation

func (*GetMaintenanceWindowTaskInput) Validate

func (s *GetMaintenanceWindowTaskInput) Validate() error

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

type GetMaintenanceWindowTaskOutput

type GetMaintenanceWindowTaskOutput struct {

	// The retrieved task description.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// The location in Amazon S3 where the task results are logged.
	//
	// LoggingInfo has been deprecated. To specify an S3 bucket to contain logs,
	// instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters
	// structure. For information about how 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.
	MaxConcurrency *string `min:"1" type:"string"`

	// The maximum number of errors allowed before the task stops being scheduled.
	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 ARN of the 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 TaskArn is the Systems Manager 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 map[string]MaintenanceWindowTaskParameterValueExpression `type:"map" sensitive:"true"`

	// The type of task to run.
	TaskType MaintenanceWindowTaskType `type:"string" enum:"true"`

	// 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) String

String returns the string representation

type GetMaintenanceWindowTaskRequest

type GetMaintenanceWindowTaskRequest struct {
	*aws.Request
	Input *GetMaintenanceWindowTaskInput
	Copy  func(*GetMaintenanceWindowTaskInput) GetMaintenanceWindowTaskRequest
}

GetMaintenanceWindowTaskRequest is the request type for the GetMaintenanceWindowTask API operation.

func (GetMaintenanceWindowTaskRequest) Send

Send marshals and sends the GetMaintenanceWindowTask API request.

type GetMaintenanceWindowTaskResponse added in v0.9.0

type GetMaintenanceWindowTaskResponse struct {
	*GetMaintenanceWindowTaskOutput
	// contains filtered or unexported fields
}

GetMaintenanceWindowTaskResponse is the response type for the GetMaintenanceWindowTask API operation.

func (*GetMaintenanceWindowTaskResponse) SDKResponseMetdata added in v0.9.0

func (r *GetMaintenanceWindowTaskResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetMaintenanceWindowTask request.

type GetOpsItemInput added in v0.10.0

type GetOpsItemInput struct {

	// 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) String added in v0.10.0

func (s GetOpsItemInput) String() string

String returns the string representation

func (*GetOpsItemInput) Validate added in v0.10.0

func (s *GetOpsItemInput) Validate() error

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

type GetOpsItemOutput added in v0.10.0

type GetOpsItemOutput struct {

	// The OpsItem.
	OpsItem *OpsItem `type:"structure"`
	// contains filtered or unexported fields
}

func (GetOpsItemOutput) String added in v0.10.0

func (s GetOpsItemOutput) String() string

String returns the string representation

type GetOpsItemRequest added in v0.10.0

type GetOpsItemRequest struct {
	*aws.Request
	Input *GetOpsItemInput
	Copy  func(*GetOpsItemInput) GetOpsItemRequest
}

GetOpsItemRequest is the request type for the GetOpsItem API operation.

func (GetOpsItemRequest) Send added in v0.10.0

Send marshals and sends the GetOpsItem API request.

type GetOpsItemResponse added in v0.10.0

type GetOpsItemResponse struct {
	*GetOpsItemOutput
	// contains filtered or unexported fields
}

GetOpsItemResponse is the response type for the GetOpsItem API operation.

func (*GetOpsItemResponse) SDKResponseMetdata added in v0.10.0

func (r *GetOpsItemResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetOpsItem request.

type GetOpsSummaryInput added in v0.10.0

type GetOpsSummaryInput struct {

	// Optional aggregators that return counts of OpsItems based on one or more
	// expressions.
	Aggregators []OpsAggregator `min:"1" type:"list"`

	// Optional filters used to scope down the returned OpsItems.
	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 OpsItem 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) String added in v0.10.0

func (s GetOpsSummaryInput) String() string

String returns the string representation

func (*GetOpsSummaryInput) Validate added in v0.10.0

func (s *GetOpsSummaryInput) Validate() error

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

type GetOpsSummaryOutput added in v0.10.0

type GetOpsSummaryOutput struct {

	// The list of aggregated and filtered OpsItems.
	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) String added in v0.10.0

func (s GetOpsSummaryOutput) String() string

String returns the string representation

type GetOpsSummaryRequest added in v0.10.0

type GetOpsSummaryRequest struct {
	*aws.Request
	Input *GetOpsSummaryInput
	Copy  func(*GetOpsSummaryInput) GetOpsSummaryRequest
}

GetOpsSummaryRequest is the request type for the GetOpsSummary API operation.

func (GetOpsSummaryRequest) Send added in v0.10.0

Send marshals and sends the GetOpsSummary API request.

type GetOpsSummaryResponse added in v0.10.0

type GetOpsSummaryResponse struct {
	*GetOpsSummaryOutput
	// contains filtered or unexported fields
}

GetOpsSummaryResponse is the response type for the GetOpsSummary API operation.

func (*GetOpsSummaryResponse) SDKResponseMetdata added in v0.10.0

func (r *GetOpsSummaryResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetOpsSummary request.

type GetParameterHistoryInput

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 of a parameter you want to query.
	//
	// 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) String

func (s GetParameterHistoryInput) String() string

String returns the string representation

func (*GetParameterHistoryInput) Validate

func (s *GetParameterHistoryInput) Validate() error

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

type GetParameterHistoryOutput

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) String

func (s GetParameterHistoryOutput) String() string

String returns the string representation

type GetParameterHistoryPaginator added in v0.9.0

type GetParameterHistoryPaginator struct {
	aws.Pager
}

GetParameterHistoryPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewGetParameterHistoryPaginator added in v0.9.0

func NewGetParameterHistoryPaginator(req GetParameterHistoryRequest) GetParameterHistoryPaginator

NewGetParameterHistoryRequestPaginator returns a paginator for GetParameterHistory. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.GetParameterHistoryRequest(input)
p := ssm.NewGetParameterHistoryRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*GetParameterHistoryPaginator) CurrentPage added in v0.9.0

type GetParameterHistoryRequest

type GetParameterHistoryRequest struct {
	*aws.Request
	Input *GetParameterHistoryInput
	Copy  func(*GetParameterHistoryInput) GetParameterHistoryRequest
}

GetParameterHistoryRequest is the request type for the GetParameterHistory API operation.

func (GetParameterHistoryRequest) Send

Send marshals and sends the GetParameterHistory API request.

type GetParameterHistoryResponse added in v0.9.0

type GetParameterHistoryResponse struct {
	*GetParameterHistoryOutput
	// contains filtered or unexported fields
}

GetParameterHistoryResponse is the response type for the GetParameterHistory API operation.

func (*GetParameterHistoryResponse) SDKResponseMetdata added in v0.9.0

func (r *GetParameterHistoryResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetParameterHistory request.

type GetParameterInput

type GetParameterInput struct {

	// The name of the parameter you want to query.
	//
	// 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) String

func (s GetParameterInput) String() string

String returns the string representation

func (*GetParameterInput) Validate

func (s *GetParameterInput) Validate() error

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

type GetParameterOutput

type GetParameterOutput struct {

	// Information about a parameter.
	Parameter *Parameter `type:"structure"`
	// contains filtered or unexported fields
}

func (GetParameterOutput) String

func (s GetParameterOutput) String() string

String returns the string representation

type GetParameterRequest

type GetParameterRequest struct {
	*aws.Request
	Input *GetParameterInput
	Copy  func(*GetParameterInput) GetParameterRequest
}

GetParameterRequest is the request type for the GetParameter API operation.

func (GetParameterRequest) Send

Send marshals and sends the GetParameter API request.

type GetParameterResponse added in v0.9.0

type GetParameterResponse struct {
	*GetParameterOutput
	// contains filtered or unexported fields
}

GetParameterResponse is the response type for the GetParameter API operation.

func (*GetParameterResponse) SDKResponseMetdata added in v0.9.0

func (r *GetParameterResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetParameter request.

type GetParametersByPathInput

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.
	ParameterFilters []ParameterStringFilter `type:"list"`

	// The hierarchy for the parameter. Hierarchies start with a forward slash (/)
	// and end with the parameter name. 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 action
	// 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) String

func (s GetParametersByPathInput) String() string

String returns the string representation

func (*GetParametersByPathInput) Validate

func (s *GetParametersByPathInput) Validate() error

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

type GetParametersByPathOutput

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) String

func (s GetParametersByPathOutput) String() string

String returns the string representation

type GetParametersByPathPaginator added in v0.9.0

type GetParametersByPathPaginator struct {
	aws.Pager
}

GetParametersByPathPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewGetParametersByPathPaginator added in v0.9.0

func NewGetParametersByPathPaginator(req GetParametersByPathRequest) GetParametersByPathPaginator

NewGetParametersByPathRequestPaginator returns a paginator for GetParametersByPath. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.GetParametersByPathRequest(input)
p := ssm.NewGetParametersByPathRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*GetParametersByPathPaginator) CurrentPage added in v0.9.0

type GetParametersByPathRequest

type GetParametersByPathRequest struct {
	*aws.Request
	Input *GetParametersByPathInput
	Copy  func(*GetParametersByPathInput) GetParametersByPathRequest
}

GetParametersByPathRequest is the request type for the GetParametersByPath API operation.

func (GetParametersByPathRequest) Send

Send marshals and sends the GetParametersByPath API request.

type GetParametersByPathResponse added in v0.9.0

type GetParametersByPathResponse struct {
	*GetParametersByPathOutput
	// contains filtered or unexported fields
}

GetParametersByPathResponse is the response type for the GetParametersByPath API operation.

func (*GetParametersByPathResponse) SDKResponseMetdata added in v0.9.0

func (r *GetParametersByPathResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetParametersByPath request.

type GetParametersInput

type GetParametersInput struct {

	// Names of the parameters for which you want to query information.
	//
	// 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) String

func (s GetParametersInput) String() string

String returns the string representation

func (*GetParametersInput) Validate

func (s *GetParametersInput) Validate() error

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

type GetParametersOutput

type GetParametersOutput struct {

	// A list of parameters that are not formatted correctly or do not 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) String

func (s GetParametersOutput) String() string

String returns the string representation

type GetParametersRequest

type GetParametersRequest struct {
	*aws.Request
	Input *GetParametersInput
	Copy  func(*GetParametersInput) GetParametersRequest
}

GetParametersRequest is the request type for the GetParameters API operation.

func (GetParametersRequest) Send

Send marshals and sends the GetParameters API request.

type GetParametersResponse added in v0.9.0

type GetParametersResponse struct {
	*GetParametersOutput
	// contains filtered or unexported fields
}

GetParametersResponse is the response type for the GetParameters API operation.

func (*GetParametersResponse) SDKResponseMetdata added in v0.9.0

func (r *GetParametersResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetParameters request.

type GetPatchBaselineForPatchGroupInput

type GetPatchBaselineForPatchGroupInput struct {

	// Returns he operating system rule specified for patch groups using the patch
	// baseline.
	OperatingSystem OperatingSystem `type:"string" enum:"true"`

	// 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) String

String returns the string representation

func (*GetPatchBaselineForPatchGroupInput) Validate

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

type GetPatchBaselineForPatchGroupOutput

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 OperatingSystem `type:"string" enum:"true"`

	// The name of the patch group.
	PatchGroup *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetPatchBaselineForPatchGroupOutput) String

String returns the string representation

type GetPatchBaselineForPatchGroupRequest

type GetPatchBaselineForPatchGroupRequest struct {
	*aws.Request
	Input *GetPatchBaselineForPatchGroupInput
	Copy  func(*GetPatchBaselineForPatchGroupInput) GetPatchBaselineForPatchGroupRequest
}

GetPatchBaselineForPatchGroupRequest is the request type for the GetPatchBaselineForPatchGroup API operation.

func (GetPatchBaselineForPatchGroupRequest) Send

Send marshals and sends the GetPatchBaselineForPatchGroup API request.

type GetPatchBaselineForPatchGroupResponse added in v0.9.0

type GetPatchBaselineForPatchGroupResponse struct {
	*GetPatchBaselineForPatchGroupOutput
	// contains filtered or unexported fields
}

GetPatchBaselineForPatchGroupResponse is the response type for the GetPatchBaselineForPatchGroup API operation.

func (*GetPatchBaselineForPatchGroupResponse) SDKResponseMetdata added in v0.9.0

func (r *GetPatchBaselineForPatchGroupResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetPatchBaselineForPatchGroup request.

type GetPatchBaselineInput

type GetPatchBaselineInput struct {

	// The ID of the patch baseline to retrieve.
	//
	// BaselineId is a required field
	BaselineId *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetPatchBaselineInput) String

func (s GetPatchBaselineInput) String() string

String returns the string representation

func (*GetPatchBaselineInput) Validate

func (s *GetPatchBaselineInput) Validate() error

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

type GetPatchBaselineOutput

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 PatchComplianceLevel `type:"string" enum:"true"`

	// Indicates whether the list of approved patches includes non-security updates
	// that should be applied to the instances. The default value is 'false'. Applies
	// to Linux instances 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 OperatingSystem `type:"string" enum:"true"`

	// 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 PatchAction `type:"string" enum:"true"`

	// Information about the patches to use to update the instances, including target
	// operating systems and source repositories. Applies to Linux instances only.
	Sources []PatchSource `type:"list"`
	// contains filtered or unexported fields
}

func (GetPatchBaselineOutput) String

func (s GetPatchBaselineOutput) String() string

String returns the string representation

type GetPatchBaselineRequest

type GetPatchBaselineRequest struct {
	*aws.Request
	Input *GetPatchBaselineInput
	Copy  func(*GetPatchBaselineInput) GetPatchBaselineRequest
}

GetPatchBaselineRequest is the request type for the GetPatchBaseline API operation.

func (GetPatchBaselineRequest) Send

Send marshals and sends the GetPatchBaseline API request.

type GetPatchBaselineResponse added in v0.9.0

type GetPatchBaselineResponse struct {
	*GetPatchBaselineOutput
	// contains filtered or unexported fields
}

GetPatchBaselineResponse is the response type for the GetPatchBaseline API operation.

func (*GetPatchBaselineResponse) SDKResponseMetdata added in v0.9.0

func (r *GetPatchBaselineResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetPatchBaseline request.

type GetServiceSettingInput added in v0.8.0

type GetServiceSettingInput struct {

	// The ID of the service setting to get. The setting ID can be /ssm/parameter-store/default-parameter-tier,
	// /ssm/parameter-store/high-throughput-enabled, or /ssm/managed-instance/activation-tier.
	//
	// 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 action.

func (GetServiceSettingInput) String added in v0.8.0

func (s GetServiceSettingInput) String() string

String returns the string representation

func (*GetServiceSettingInput) Validate added in v0.8.0

func (s *GetServiceSettingInput) Validate() error

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

type GetServiceSettingOutput added in v0.8.0

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 action.

func (GetServiceSettingOutput) String added in v0.8.0

func (s GetServiceSettingOutput) String() string

String returns the string representation

type GetServiceSettingRequest added in v0.8.0

type GetServiceSettingRequest struct {
	*aws.Request
	Input *GetServiceSettingInput
	Copy  func(*GetServiceSettingInput) GetServiceSettingRequest
}

GetServiceSettingRequest is the request type for the GetServiceSetting API operation.

func (GetServiceSettingRequest) Send added in v0.8.0

Send marshals and sends the GetServiceSetting API request.

type GetServiceSettingResponse added in v0.9.0

type GetServiceSettingResponse struct {
	*GetServiceSettingOutput
	// contains filtered or unexported fields
}

GetServiceSettingResponse is the response type for the GetServiceSetting API operation.

func (*GetServiceSettingResponse) SDKResponseMetdata added in v0.9.0

func (r *GetServiceSettingResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetServiceSetting request.

type InstanceAggregatedAssociationOverview

type InstanceAggregatedAssociationOverview struct {

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

	// The number of associations for the instance(s).
	InstanceAssociationStatusAggregatedCount map[string]int64 `type:"map"`
	// contains filtered or unexported fields
}

Status information about the aggregated associations.

func (InstanceAggregatedAssociationOverview) String

String returns the string representation

type InstanceAssociation

type InstanceAssociation struct {

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

	// Version information for the association on the instance.
	AssociationVersion *string `type:"string"`

	// The content of the association document for the instance(s).
	Content *string `min:"1" type:"string"`

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

One or more association documents on the instance.

func (InstanceAssociation) String

func (s InstanceAssociation) String() string

String returns the string representation

type InstanceAssociationOutputLocation

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.

func (InstanceAssociationOutputLocation) String

String returns the string representation

func (*InstanceAssociationOutputLocation) Validate

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

type InstanceAssociationOutputUrl

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) String

String returns the string representation

type InstanceAssociationStatusInfo

type InstanceAssociationStatusInfo struct {

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

	// The name of the association applied to the instance.
	AssociationName *string `type:"string"`

	// The version of the association applied to the instance.
	AssociationVersion *string `type:"string"`

	// Detailed status information about the instance 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 instance association ran.
	ExecutionDate *time.Time `type:"timestamp"`

	// Summary information about association execution.
	ExecutionSummary *string `min:"1" type:"string"`

	// The instance 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 instance association.
	Status *string `type:"string"`
	// contains filtered or unexported fields
}

Status information about the instance association.

func (InstanceAssociationStatusInfo) String

String returns the string representation

type InstanceInformation

type InstanceInformation struct {

	// The activation ID created by Systems Manager when the server or VM was registered.
	ActivationId *string `type:"string"`

	// The version of SSM Agent running on your Linux instance.
	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 instance.
	ComputerName *string `min:"1" type:"string"`

	// The IP address of the managed instance.
	IPAddress *string `min:"1" type:"string"`

	// The Amazon Identity and Access Management (IAM) role assigned to the on-premises
	// Systems Manager managed instances. This call does not return the IAM role
	// for EC2 instances.
	IamRole *string `type:"string"`

	// The instance ID.
	InstanceId *string `type:"string"`

	// Indicates whether the latest version of SSM Agent is running on your Linux
	// Managed Instance. This field does not indicate whether or not the latest
	// version is installed on Windows managed instances, because some older versions
	// of Windows Server use the EC2Config service to process SSM requests.
	IsLatestVersion *bool `type:"boolean"`

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

	// The date and time when agent last pinged Systems Manager service.
	LastPingDateTime *time.Time `type:"timestamp"`

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

	// The name of the managed instance.
	Name *string `type:"string"`

	// Connection status of SSM Agent.
	PingStatus PingStatus `type:"string" enum:"true"`

	// The name of the operating system platform running on your instance.
	PlatformName *string `type:"string"`

	// The operating system platform type.
	PlatformType PlatformType `type:"string" enum:"true"`

	// The version of the OS platform running on your instance.
	PlatformVersion *string `type:"string"`

	// The date the server or VM was registered with AWS as a managed instance.
	RegistrationDate *time.Time `type:"timestamp"`

	// The type of instance. Instances are either EC2 instances or managed instances.
	ResourceType ResourceType `type:"string" enum:"true"`
	// contains filtered or unexported fields
}

Describes a filter for a specific list of instances.

func (InstanceInformation) String

func (s InstanceInformation) String() string

String returns the string representation

type InstanceInformationFilter

type InstanceInformationFilter struct {

	// The name of the filter.
	//
	// Key is a required field
	Key InstanceInformationFilterKey `locationName:"key" type:"string" required:"true" enum:"true"`

	// 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 instances. You can filter instances information by using tags. You specify tags by using a key-value mapping.

Use this action instead of the DescribeInstanceInformationRequest$InstanceInformationFilterList method. The InstanceInformationFilterList method is a legacy method and does not support tags.

func (InstanceInformationFilter) String

func (s InstanceInformationFilter) String() string

String returns the string representation

func (*InstanceInformationFilter) Validate

func (s *InstanceInformationFilter) Validate() error

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

type InstanceInformationFilterKey

type InstanceInformationFilterKey string
const (
	InstanceInformationFilterKeyInstanceIds       InstanceInformationFilterKey = "InstanceIds"
	InstanceInformationFilterKeyAgentVersion      InstanceInformationFilterKey = "AgentVersion"
	InstanceInformationFilterKeyPingStatus        InstanceInformationFilterKey = "PingStatus"
	InstanceInformationFilterKeyPlatformTypes     InstanceInformationFilterKey = "PlatformTypes"
	InstanceInformationFilterKeyActivationIds     InstanceInformationFilterKey = "ActivationIds"
	InstanceInformationFilterKeyIamRole           InstanceInformationFilterKey = "IamRole"
	InstanceInformationFilterKeyResourceType      InstanceInformationFilterKey = "ResourceType"
	InstanceInformationFilterKeyAssociationStatus InstanceInformationFilterKey = "AssociationStatus"
)

Enum values for InstanceInformationFilterKey

func (InstanceInformationFilterKey) MarshalValue added in v0.3.0

func (enum InstanceInformationFilterKey) MarshalValue() (string, error)

func (InstanceInformationFilterKey) MarshalValueBuf added in v0.3.0

func (enum InstanceInformationFilterKey) MarshalValueBuf(b []byte) ([]byte, error)

type InstanceInformationStringFilter

type InstanceInformationStringFilter struct {

	// The filter key name to describe your instances. For example:
	//
	// "InstanceIds"|"AgentVersion"|"PingStatus"|"PlatformTypes"|"ActivationIds"|"IamRole"|"ResourceType"|"AssociationStatus"|"Tag
	// Key"
	//
	// 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 instances.

func (InstanceInformationStringFilter) String

String returns the string representation

func (*InstanceInformationStringFilter) Validate

func (s *InstanceInformationStringFilter) Validate() error

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

type InstancePatchState

type InstancePatchState struct {

	// The ID of the patch baseline used to patch the instance.
	//
	// BaselineId is a required field
	BaselineId *string `min:"20" type:"string" required:"true"`

	// 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 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
	// SSM document AWS-RunPatchBaseline (https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-about-aws-runpatchbaseline.html)
	// in the AWS Systems Manager User Guide.
	InstallOverrideList *string `min:"1" type:"string"`

	// The number of patches from the patch baseline that are installed on the instance.
	InstalledCount *int64 `type:"integer"`

	// The number of patches not specified in the patch baseline that are installed
	// on the instance.
	InstalledOtherCount *int64 `type:"integer"`

	// The number of patches installed by Patch Manager since the last time the
	// instance was rebooted.
	InstalledPendingRebootCount *int64 `type:"integer"`

	// The number of instances with patches installed 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 instance 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 instance 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
	// instance but aren't currently installed.
	MissingCount *int64 `type:"integer"`

	// The number of patches from the patch baseline that aren't applicable for
	// the instance and therefore aren't installed on the instance. 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: SCAN (assess patch compliance
	// state) or INSTALL (install missing patches).
	//
	// Operation is a required field
	Operation PatchOperationType `type:"string" required:"true" enum:"true"`

	// The time the most recent patching operation completed on the instance.
	//
	// OperationEndTime is a required field
	OperationEndTime *time.Time `type:"timestamp" required:"true"`

	// The time the most recent patching operation was started on the instance.
	//
	// OperationStartTime is a required field
	OperationStartTime *time.Time `type:"timestamp" required:"true"`

	// Placeholder information. This field will always be empty in the current release
	// of the service.
	OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

	// The name of the patch group the managed instance 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 are not attempted
	// for Patch Manager Scan operations.
	//
	//    * RebootIfNeeded: Patch Manager tries to reboot the instance 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 RebootOption `type:"string" enum:"true"`

	// 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
	// are not reported by name to Systems Manager Inventory.
	UnreportedNotApplicableCount *int64 `type:"integer"`
	// contains filtered or unexported fields
}

Defines the high-level patch compliance state for a managed instance, 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 instance.

func (InstancePatchState) String

func (s InstancePatchState) String() string

String returns the string representation

type InstancePatchStateFilter

type InstancePatchStateFilter struct {

	// The key for the filter. Supported values are FailedCount, InstalledCount,
	// InstalledOtherCount, MissingCount and 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: Equal, NotEqual,
	// LessThan or GreaterThan.
	//
	// Type is a required field
	Type InstancePatchStateOperatorType `type:"string" required:"true" enum:"true"`

	// 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 used to scope down the information returned by the API.

func (InstancePatchStateFilter) String

func (s InstancePatchStateFilter) String() string

String returns the string representation

func (*InstancePatchStateFilter) Validate

func (s *InstancePatchStateFilter) Validate() error

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

type InstancePatchStateOperatorType

type InstancePatchStateOperatorType string
const (
	InstancePatchStateOperatorTypeEqual       InstancePatchStateOperatorType = "Equal"
	InstancePatchStateOperatorTypeNotEqual    InstancePatchStateOperatorType = "NotEqual"
	InstancePatchStateOperatorTypeLessThan    InstancePatchStateOperatorType = "LessThan"
	InstancePatchStateOperatorTypeGreaterThan InstancePatchStateOperatorType = "GreaterThan"
)

Enum values for InstancePatchStateOperatorType

func (InstancePatchStateOperatorType) MarshalValue added in v0.3.0

func (enum InstancePatchStateOperatorType) MarshalValue() (string, error)

func (InstancePatchStateOperatorType) MarshalValueBuf added in v0.3.0

func (enum InstancePatchStateOperatorType) MarshalValueBuf(b []byte) ([]byte, error)

type InventoryAggregator added in v0.2.0

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) String added in v0.2.0

func (s InventoryAggregator) String() string

String returns the string representation

func (*InventoryAggregator) Validate added in v0.2.0

func (s *InventoryAggregator) Validate() error

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

type InventoryAttributeDataType

type InventoryAttributeDataType string
const (
	InventoryAttributeDataTypeString InventoryAttributeDataType = "string"
	InventoryAttributeDataTypeNumber InventoryAttributeDataType = "number"
)

Enum values for InventoryAttributeDataType

func (InventoryAttributeDataType) MarshalValue added in v0.3.0

func (enum InventoryAttributeDataType) MarshalValue() (string, error)

func (InventoryAttributeDataType) MarshalValueBuf added in v0.3.0

func (enum InventoryAttributeDataType) MarshalValueBuf(b []byte) ([]byte, error)

type InventoryDeletionStatus added in v0.4.0

type InventoryDeletionStatus string
const (
	InventoryDeletionStatusInProgress InventoryDeletionStatus = "InProgress"
	InventoryDeletionStatusComplete   InventoryDeletionStatus = "Complete"
)

Enum values for InventoryDeletionStatus

func (InventoryDeletionStatus) MarshalValue added in v0.4.0

func (enum InventoryDeletionStatus) MarshalValue() (string, error)

func (InventoryDeletionStatus) MarshalValueBuf added in v0.4.0

func (enum InventoryDeletionStatus) MarshalValueBuf(b []byte) ([]byte, error)

type InventoryDeletionStatusItem added in v0.4.0

type InventoryDeletionStatusItem struct {

	// The deletion ID returned by the DeleteInventory action.
	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 AWS Systems Manager User Guide.
	DeletionSummary *InventoryDeletionSummary `type:"structure"`

	// The status of the operation. Possible values are InProgress and Complete.
	LastStatus InventoryDeletionStatus `type:"string" enum:"true"`

	// 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 action.

func (InventoryDeletionStatusItem) String added in v0.4.0

String returns the string representation

type InventoryDeletionSummary added in v0.4.0

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 does not change during the
	// delete operation.
	TotalCount *int64 `type:"integer"`
	// contains filtered or unexported fields
}

Information about the delete operation.

func (InventoryDeletionSummary) String added in v0.4.0

func (s InventoryDeletionSummary) String() string

String returns the string representation

type InventoryDeletionSummaryItem added in v0.4.0

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) String added in v0.4.0

String returns the string representation

type InventoryFilter

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 AWS Systems Manager User Guide.
	Type InventoryQueryOperatorType `type:"string" enum:"true"`

	// Inventory filter values. Example: inventory filter where instance 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) String

func (s InventoryFilter) String() string

String returns the string representation

func (*InventoryFilter) Validate

func (s *InventoryFilter) Validate() error

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

type InventoryGroup added in v0.5.0

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) String added in v0.5.0

func (s InventoryGroup) String() string

String returns the string representation

func (*InventoryGroup) Validate added in v0.5.0

func (s *InventoryGroup) Validate() error

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

type InventoryItem

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 does
	// not update the inventory item type contents if the MD5 hash has not 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 instances based on your inventory policy document

func (InventoryItem) String

func (s InventoryItem) String() string

String returns the string representation

func (*InventoryItem) Validate

func (s *InventoryItem) Validate() error

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

type InventoryItemAttribute

type InventoryItemAttribute struct {

	// The data type of the inventory item attribute.
	//
	// DataType is a required field
	DataType InventoryAttributeDataType `type:"string" required:"true" enum:"true"`

	// 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) String

func (s InventoryItemAttribute) String() string

String returns the string representation

type InventoryItemSchema

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
	// 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"`

	// 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) String

func (s InventoryItemSchema) String() string

String returns the string representation

type InventoryQueryOperatorType

type InventoryQueryOperatorType string
const (
	InventoryQueryOperatorTypeEqual       InventoryQueryOperatorType = "Equal"
	InventoryQueryOperatorTypeNotEqual    InventoryQueryOperatorType = "NotEqual"
	InventoryQueryOperatorTypeBeginWith   InventoryQueryOperatorType = "BeginWith"
	InventoryQueryOperatorTypeLessThan    InventoryQueryOperatorType = "LessThan"
	InventoryQueryOperatorTypeGreaterThan InventoryQueryOperatorType = "GreaterThan"
	InventoryQueryOperatorTypeExists      InventoryQueryOperatorType = "Exists"
)

Enum values for InventoryQueryOperatorType

func (InventoryQueryOperatorType) MarshalValue added in v0.3.0

func (enum InventoryQueryOperatorType) MarshalValue() (string, error)

func (InventoryQueryOperatorType) MarshalValueBuf added in v0.3.0

func (enum InventoryQueryOperatorType) MarshalValueBuf(b []byte) ([]byte, error)

type InventoryResultEntity

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 instance inventory
	// the result will be the managed instance 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) String

func (s InventoryResultEntity) String() string

String returns the string representation

type InventoryResultItem

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 does
	// not update the inventory item type contents if the MD5 hash has not 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) String

func (s InventoryResultItem) String() string

String returns the string representation

type InventorySchemaDeleteOption added in v0.4.0

type InventorySchemaDeleteOption string
const (
	InventorySchemaDeleteOptionDisableSchema InventorySchemaDeleteOption = "DisableSchema"
	InventorySchemaDeleteOptionDeleteSchema  InventorySchemaDeleteOption = "DeleteSchema"
)

Enum values for InventorySchemaDeleteOption

func (InventorySchemaDeleteOption) MarshalValue added in v0.4.0

func (enum InventorySchemaDeleteOption) MarshalValue() (string, error)

func (InventorySchemaDeleteOption) MarshalValueBuf added in v0.4.0

func (enum InventorySchemaDeleteOption) MarshalValueBuf(b []byte) ([]byte, error)

type LabelParameterVersionInput added in v0.5.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.
	//
	// 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) String added in v0.5.0

String returns the string representation

func (*LabelParameterVersionInput) Validate added in v0.5.0

func (s *LabelParameterVersionInput) Validate() error

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

type LabelParameterVersionOutput added in v0.5.0

type LabelParameterVersionOutput struct {

	// The label does not meet the requirements. For information about parameter
	// label requirements, see Labeling parameters (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html)
	// in the AWS 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) String added in v0.5.0

String returns the string representation

type LabelParameterVersionRequest added in v0.5.0

type LabelParameterVersionRequest struct {
	*aws.Request
	Input *LabelParameterVersionInput
	Copy  func(*LabelParameterVersionInput) LabelParameterVersionRequest
}

LabelParameterVersionRequest is the request type for the LabelParameterVersion API operation.

func (LabelParameterVersionRequest) Send added in v0.5.0

Send marshals and sends the LabelParameterVersion API request.

type LabelParameterVersionResponse added in v0.9.0

type LabelParameterVersionResponse struct {
	*LabelParameterVersionOutput
	// contains filtered or unexported fields
}

LabelParameterVersionResponse is the response type for the LabelParameterVersion API operation.

func (*LabelParameterVersionResponse) SDKResponseMetdata added in v0.9.0

func (r *LabelParameterVersionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the LabelParameterVersion request.

type LastResourceDataSyncStatus

type LastResourceDataSyncStatus string
const (
	LastResourceDataSyncStatusSuccessful LastResourceDataSyncStatus = "Successful"
	LastResourceDataSyncStatusFailed     LastResourceDataSyncStatus = "Failed"
	LastResourceDataSyncStatusInProgress LastResourceDataSyncStatus = "InProgress"
)

Enum values for LastResourceDataSyncStatus

func (LastResourceDataSyncStatus) MarshalValue added in v0.3.0

func (enum LastResourceDataSyncStatus) MarshalValue() (string, error)

func (LastResourceDataSyncStatus) MarshalValueBuf added in v0.3.0

func (enum LastResourceDataSyncStatus) MarshalValueBuf(b []byte) ([]byte, error)

type ListAssociationVersionsInput

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) String

String returns the string representation

func (*ListAssociationVersionsInput) Validate

func (s *ListAssociationVersionsInput) Validate() error

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

type ListAssociationVersionsOutput

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) String

String returns the string representation

type ListAssociationVersionsRequest

type ListAssociationVersionsRequest struct {
	*aws.Request
	Input *ListAssociationVersionsInput
	Copy  func(*ListAssociationVersionsInput) ListAssociationVersionsRequest
}

ListAssociationVersionsRequest is the request type for the ListAssociationVersions API operation.

func (ListAssociationVersionsRequest) Send

Send marshals and sends the ListAssociationVersions API request.

type ListAssociationVersionsResponse added in v0.9.0

type ListAssociationVersionsResponse struct {
	*ListAssociationVersionsOutput
	// contains filtered or unexported fields
}

ListAssociationVersionsResponse is the response type for the ListAssociationVersions API operation.

func (*ListAssociationVersionsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListAssociationVersionsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListAssociationVersions request.

type ListAssociationsInput

type ListAssociationsInput struct {

	// One or more filters. Use a filter to return a more specific list of results.
	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) String

func (s ListAssociationsInput) String() string

String returns the string representation

func (*ListAssociationsInput) Validate

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) String

func (s ListAssociationsOutput) String() string

String returns the string representation

type ListAssociationsPaginator added in v0.9.0

type ListAssociationsPaginator struct {
	aws.Pager
}

ListAssociationsPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListAssociationsPaginator added in v0.9.0

func NewListAssociationsPaginator(req ListAssociationsRequest) ListAssociationsPaginator

NewListAssociationsRequestPaginator returns a paginator for ListAssociations. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListAssociationsRequest(input)
p := ssm.NewListAssociationsRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListAssociationsPaginator) CurrentPage added in v0.9.0

type ListAssociationsRequest

type ListAssociationsRequest struct {
	*aws.Request
	Input *ListAssociationsInput
	Copy  func(*ListAssociationsInput) ListAssociationsRequest
}

ListAssociationsRequest is the request type for the ListAssociations API operation.

func (ListAssociationsRequest) Send

Send marshals and sends the ListAssociations API request.

type ListAssociationsResponse added in v0.9.0

type ListAssociationsResponse struct {
	*ListAssociationsOutput
	// contains filtered or unexported fields
}

ListAssociationsResponse is the response type for the ListAssociations API operation.

func (*ListAssociationsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListAssociationsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListAssociations request.

type ListCommandInvocationsInput

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. By default this is set to 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 instance 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) String

String returns the string representation

func (*ListCommandInvocationsInput) Validate

func (s *ListCommandInvocationsInput) Validate() error

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

type ListCommandInvocationsOutput

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) String

String returns the string representation

type ListCommandInvocationsPaginator added in v0.9.0

type ListCommandInvocationsPaginator struct {
	aws.Pager
}

ListCommandInvocationsPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListCommandInvocationsPaginator added in v0.9.0

func NewListCommandInvocationsPaginator(req ListCommandInvocationsRequest) ListCommandInvocationsPaginator

NewListCommandInvocationsRequestPaginator returns a paginator for ListCommandInvocations. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListCommandInvocationsRequest(input)
p := ssm.NewListCommandInvocationsRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListCommandInvocationsPaginator) CurrentPage added in v0.9.0

type ListCommandInvocationsRequest

type ListCommandInvocationsRequest struct {
	*aws.Request
	Input *ListCommandInvocationsInput
	Copy  func(*ListCommandInvocationsInput) ListCommandInvocationsRequest
}

ListCommandInvocationsRequest is the request type for the ListCommandInvocations API operation.

func (ListCommandInvocationsRequest) Send

Send marshals and sends the ListCommandInvocations API request.

type ListCommandInvocationsResponse added in v0.9.0

type ListCommandInvocationsResponse struct {
	*ListCommandInvocationsOutput
	// contains filtered or unexported fields
}

ListCommandInvocationsResponse is the response type for the ListCommandInvocations API operation.

func (*ListCommandInvocationsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListCommandInvocationsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListCommandInvocations request.

type ListCommandsInput

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 instance 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 (ListCommandsInput) String

func (s ListCommandsInput) String() string

String returns the string representation

func (*ListCommandsInput) Validate

func (s *ListCommandsInput) Validate() error

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

type ListCommandsOutput

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) String

func (s ListCommandsOutput) String() string

String returns the string representation

type ListCommandsPaginator added in v0.9.0

type ListCommandsPaginator struct {
	aws.Pager
}

ListCommandsPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListCommandsPaginator added in v0.9.0

func NewListCommandsPaginator(req ListCommandsRequest) ListCommandsPaginator

NewListCommandsRequestPaginator returns a paginator for ListCommands. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListCommandsRequest(input)
p := ssm.NewListCommandsRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListCommandsPaginator) CurrentPage added in v0.9.0

func (p *ListCommandsPaginator) CurrentPage() *ListCommandsOutput

type ListCommandsRequest

type ListCommandsRequest struct {
	*aws.Request
	Input *ListCommandsInput
	Copy  func(*ListCommandsInput) ListCommandsRequest
}

ListCommandsRequest is the request type for the ListCommands API operation.

func (ListCommandsRequest) Send

Send marshals and sends the ListCommands API request.

type ListCommandsResponse added in v0.9.0

type ListCommandsResponse struct {
	*ListCommandsOutput
	// contains filtered or unexported fields
}

ListCommandsResponse is the response type for the ListCommands API operation.

func (*ListCommandsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListCommandsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListCommands request.

type ListComplianceItemsInput

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) String

func (s ListComplianceItemsInput) String() string

String returns the string representation

func (*ListComplianceItemsInput) Validate

func (s *ListComplianceItemsInput) Validate() error

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

type ListComplianceItemsOutput

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) String

func (s ListComplianceItemsOutput) String() string

String returns the string representation

type ListComplianceItemsRequest

type ListComplianceItemsRequest struct {
	*aws.Request
	Input *ListComplianceItemsInput
	Copy  func(*ListComplianceItemsInput) ListComplianceItemsRequest
}

ListComplianceItemsRequest is the request type for the ListComplianceItems API operation.

func (ListComplianceItemsRequest) Send

Send marshals and sends the ListComplianceItems API request.

type ListComplianceItemsResponse added in v0.9.0

type ListComplianceItemsResponse struct {
	*ListComplianceItemsOutput
	// contains filtered or unexported fields
}

ListComplianceItemsResponse is the response type for the ListComplianceItems API operation.

func (*ListComplianceItemsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListComplianceItemsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListComplianceItems request.

type ListComplianceSummariesInput

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) String

String returns the string representation

func (*ListComplianceSummariesInput) Validate

func (s *ListComplianceSummariesInput) Validate() error

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

type ListComplianceSummariesOutput

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) String

String returns the string representation

type ListComplianceSummariesRequest

type ListComplianceSummariesRequest struct {
	*aws.Request
	Input *ListComplianceSummariesInput
	Copy  func(*ListComplianceSummariesInput) ListComplianceSummariesRequest
}

ListComplianceSummariesRequest is the request type for the ListComplianceSummaries API operation.

func (ListComplianceSummariesRequest) Send

Send marshals and sends the ListComplianceSummaries API request.

type ListComplianceSummariesResponse added in v0.9.0

type ListComplianceSummariesResponse struct {
	*ListComplianceSummariesOutput
	// contains filtered or unexported fields
}

ListComplianceSummariesResponse is the response type for the ListComplianceSummaries API operation.

func (*ListComplianceSummariesResponse) SDKResponseMetdata added in v0.9.0

func (r *ListComplianceSummariesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListComplianceSummaries request.

type ListDocumentVersionsInput

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) String

func (s ListDocumentVersionsInput) String() string

String returns the string representation

func (*ListDocumentVersionsInput) Validate

func (s *ListDocumentVersionsInput) Validate() error

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

type ListDocumentVersionsOutput

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) String

String returns the string representation

type ListDocumentVersionsRequest

type ListDocumentVersionsRequest struct {
	*aws.Request
	Input *ListDocumentVersionsInput
	Copy  func(*ListDocumentVersionsInput) ListDocumentVersionsRequest
}

ListDocumentVersionsRequest is the request type for the ListDocumentVersions API operation.

func (ListDocumentVersionsRequest) Send

Send marshals and sends the ListDocumentVersions API request.

type ListDocumentVersionsResponse added in v0.9.0

type ListDocumentVersionsResponse struct {
	*ListDocumentVersionsOutput
	// contains filtered or unexported fields
}

ListDocumentVersionsResponse is the response type for the ListDocumentVersions API operation.

func (*ListDocumentVersionsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListDocumentVersionsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListDocumentVersions request.

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.
	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) String

func (s ListDocumentsInput) String() string

String returns the string representation

func (*ListDocumentsInput) Validate

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 Systems Manager 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) String

func (s ListDocumentsOutput) String() string

String returns the string representation

type ListDocumentsPaginator added in v0.9.0

type ListDocumentsPaginator struct {
	aws.Pager
}

ListDocumentsPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListDocumentsPaginator added in v0.9.0

func NewListDocumentsPaginator(req ListDocumentsRequest) ListDocumentsPaginator

NewListDocumentsRequestPaginator returns a paginator for ListDocuments. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListDocumentsRequest(input)
p := ssm.NewListDocumentsRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListDocumentsPaginator) CurrentPage added in v0.9.0

func (p *ListDocumentsPaginator) CurrentPage() *ListDocumentsOutput

type ListDocumentsRequest

type ListDocumentsRequest struct {
	*aws.Request
	Input *ListDocumentsInput
	Copy  func(*ListDocumentsInput) ListDocumentsRequest
}

ListDocumentsRequest is the request type for the ListDocuments API operation.

func (ListDocumentsRequest) Send

Send marshals and sends the ListDocuments API request.

type ListDocumentsResponse added in v0.9.0

type ListDocumentsResponse struct {
	*ListDocumentsOutput
	// contains filtered or unexported fields
}

ListDocumentsResponse is the response type for the ListDocuments API operation.

func (*ListDocumentsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListDocumentsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListDocuments request.

type ListInventoryEntriesInput

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 instance 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) String

func (s ListInventoryEntriesInput) String() string

String returns the string representation

func (*ListInventoryEntriesInput) Validate

func (s *ListInventoryEntriesInput) Validate() error

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

type ListInventoryEntriesOutput

type ListInventoryEntriesOutput struct {

	// The time that inventory information was collected for the instance(s).
	CaptureTime *string `type:"string"`

	// A list of inventory items on the instance(s).
	Entries []map[string]string `type:"list"`

	// The instance 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 instance(s).
	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) String

String returns the string representation

type ListInventoryEntriesRequest

type ListInventoryEntriesRequest struct {
	*aws.Request
	Input *ListInventoryEntriesInput
	Copy  func(*ListInventoryEntriesInput) ListInventoryEntriesRequest
}

ListInventoryEntriesRequest is the request type for the ListInventoryEntries API operation.

func (ListInventoryEntriesRequest) Send

Send marshals and sends the ListInventoryEntries API request.

type ListInventoryEntriesResponse added in v0.9.0

type ListInventoryEntriesResponse struct {
	*ListInventoryEntriesOutput
	// contains filtered or unexported fields
}

ListInventoryEntriesResponse is the response type for the ListInventoryEntries API operation.

func (*ListInventoryEntriesResponse) SDKResponseMetdata added in v0.9.0

func (r *ListInventoryEntriesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListInventoryEntries request.

type ListResourceComplianceSummariesInput

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) String

String returns the string representation

func (*ListResourceComplianceSummariesInput) Validate

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

type ListResourceComplianceSummariesOutput

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 instances. 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) String

String returns the string representation

type ListResourceComplianceSummariesRequest

type ListResourceComplianceSummariesRequest struct {
	*aws.Request
	Input *ListResourceComplianceSummariesInput
	Copy  func(*ListResourceComplianceSummariesInput) ListResourceComplianceSummariesRequest
}

ListResourceComplianceSummariesRequest is the request type for the ListResourceComplianceSummaries API operation.

func (ListResourceComplianceSummariesRequest) Send

Send marshals and sends the ListResourceComplianceSummaries API request.

type ListResourceComplianceSummariesResponse added in v0.9.0

type ListResourceComplianceSummariesResponse struct {
	*ListResourceComplianceSummariesOutput
	// contains filtered or unexported fields
}

ListResourceComplianceSummariesResponse is the response type for the ListResourceComplianceSummaries API operation.

func (*ListResourceComplianceSummariesResponse) SDKResponseMetdata added in v0.9.0

func (r *ListResourceComplianceSummariesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListResourceComplianceSummaries request.

type ListResourceDataSyncInput

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 buckets.
	// Specify SyncFromSource to view resource data syncs from AWS Organizations
	// or from multiple AWS Regions.
	SyncType *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListResourceDataSyncInput) String

func (s ListResourceDataSyncInput) String() string

String returns the string representation

func (*ListResourceDataSyncInput) Validate

func (s *ListResourceDataSyncInput) Validate() error

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

type ListResourceDataSyncOutput

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) String

String returns the string representation

type ListResourceDataSyncRequest

type ListResourceDataSyncRequest struct {
	*aws.Request
	Input *ListResourceDataSyncInput
	Copy  func(*ListResourceDataSyncInput) ListResourceDataSyncRequest
}

ListResourceDataSyncRequest is the request type for the ListResourceDataSync API operation.

func (ListResourceDataSyncRequest) Send

Send marshals and sends the ListResourceDataSync API request.

type ListResourceDataSyncResponse added in v0.9.0

type ListResourceDataSyncResponse struct {
	*ListResourceDataSyncOutput
	// contains filtered or unexported fields
}

ListResourceDataSyncResponse is the response type for the ListResourceDataSync API operation.

func (*ListResourceDataSyncResponse) SDKResponseMetdata added in v0.9.0

func (r *ListResourceDataSyncResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListResourceDataSync request.

type ListTagsForResourceInput

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 ResourceTypeForTagging `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation

func (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

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

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

	// A list of tags.
	TagList []Tag `type:"list"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation

type ListTagsForResourceRequest

type ListTagsForResourceRequest struct {
	*aws.Request
	Input *ListTagsForResourceInput
	Copy  func(*ListTagsForResourceInput) ListTagsForResourceRequest
}

ListTagsForResourceRequest is the request type for the ListTagsForResource API operation.

func (ListTagsForResourceRequest) Send

Send marshals and sends the ListTagsForResource API request.

type ListTagsForResourceResponse added in v0.9.0

type ListTagsForResourceResponse struct {
	*ListTagsForResourceOutput
	// contains filtered or unexported fields
}

ListTagsForResourceResponse is the response type for the ListTagsForResource API operation.

func (*ListTagsForResourceResponse) SDKResponseMetdata added in v0.9.0

func (r *ListTagsForResourceResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListTagsForResource request.

type LoggingInfo

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 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 S3 bucket to write instance-level logs to.

LoggingInfo has been deprecated. To specify an S3 bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

func (LoggingInfo) String

func (s LoggingInfo) String() string

String returns the string representation

func (*LoggingInfo) Validate

func (s *LoggingInfo) Validate() error

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

type MaintenanceWindowAutomationParameters

type MaintenanceWindowAutomationParameters struct {

	// The version of an Automation document 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 S3 bucket to contain logs,
	// instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters
	// structure. For information about how 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, 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) String

String returns the string representation

func (*MaintenanceWindowAutomationParameters) Validate

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

type MaintenanceWindowExecution

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 MaintenanceWindowExecutionStatus `type:"string" enum:"true"`

	// The details explaining the Status. Only available for certain 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) String

String returns the string representation

type MaintenanceWindowExecutionStatus

type MaintenanceWindowExecutionStatus string
const (
	MaintenanceWindowExecutionStatusPending            MaintenanceWindowExecutionStatus = "PENDING"
	MaintenanceWindowExecutionStatusInProgress         MaintenanceWindowExecutionStatus = "IN_PROGRESS"
	MaintenanceWindowExecutionStatusSuccess            MaintenanceWindowExecutionStatus = "SUCCESS"
	MaintenanceWindowExecutionStatusFailed             MaintenanceWindowExecutionStatus = "FAILED"
	MaintenanceWindowExecutionStatusTimedOut           MaintenanceWindowExecutionStatus = "TIMED_OUT"
	MaintenanceWindowExecutionStatusCancelling         MaintenanceWindowExecutionStatus = "CANCELLING"
	MaintenanceWindowExecutionStatusCancelled          MaintenanceWindowExecutionStatus = "CANCELLED"
	MaintenanceWindowExecutionStatusSkippedOverlapping MaintenanceWindowExecutionStatus = "SKIPPED_OVERLAPPING"
)

Enum values for MaintenanceWindowExecutionStatus

func (MaintenanceWindowExecutionStatus) MarshalValue added in v0.3.0

func (enum MaintenanceWindowExecutionStatus) MarshalValue() (string, error)

func (MaintenanceWindowExecutionStatus) MarshalValueBuf added in v0.3.0

func (enum MaintenanceWindowExecutionStatus) MarshalValueBuf(b []byte) ([]byte, error)

type MaintenanceWindowExecutionTaskIdentity

type MaintenanceWindowExecutionTaskIdentity struct {

	// 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 MaintenanceWindowExecutionStatus `type:"string" enum:"true"`

	// The details explaining the status of the task execution. Only available for
	// certain status values.
	StatusDetails *string `type:"string"`

	// The 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 MaintenanceWindowTaskType `type:"string" enum:"true"`

	// 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) String

String returns the string representation

type MaintenanceWindowExecutionTaskInvocationIdentity

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 CloudWatch events raised
	// during the task invocation.
	OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

	// The parameters that were provided for the invocation when it was run.
	Parameters *string `type:"string" sensitive:"true"`

	// The time the invocation started.
	StartTime *time.Time `type:"timestamp"`

	// The status of the task invocation.
	Status MaintenanceWindowExecutionStatus `type:"string" enum:"true"`

	// The details explaining the status of the task invocation. Only available
	// for certain 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 MaintenanceWindowTaskType `type:"string" enum:"true"`

	// 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) String

String returns the string representation

type MaintenanceWindowFilter

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 are Name and Enabled.

func (MaintenanceWindowFilter) String

func (s MaintenanceWindowFilter) String() string

String returns the string representation

func (*MaintenanceWindowFilter) Validate

func (s *MaintenanceWindowFilter) Validate() error

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

type MaintenanceWindowIdentity

type MaintenanceWindowIdentity struct {

	// The number of hours before the end of the maintenance window that Systems
	// Manager stops scheduling new tasks for execution.
	Cutoff *int64 `type:"integer"`

	// A description of the maintenance window.
	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) String

func (s MaintenanceWindowIdentity) String() string

String returns the string representation

type MaintenanceWindowIdentityForTarget added in v0.6.0

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) String added in v0.6.0

String returns the string representation

type MaintenanceWindowLambdaParameters

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 automatically base64 encoded/decoded by the SDK.
	Payload []byte `type:"blob" sensitive:"true"`

	// (Optional) Specify a Lambda function version or alias name. If you specify
	// a function version, the action uses the qualified function ARN to invoke
	// a specific Lambda function. If you specify an alias name, the action 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 S3 bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how 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) String

String returns the string representation

func (*MaintenanceWindowLambdaParameters) Validate

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

type MaintenanceWindowResourceType

type MaintenanceWindowResourceType string
const (
	MaintenanceWindowResourceTypeInstance      MaintenanceWindowResourceType = "INSTANCE"
	MaintenanceWindowResourceTypeResourceGroup MaintenanceWindowResourceType = "RESOURCE_GROUP"
)

Enum values for MaintenanceWindowResourceType

func (MaintenanceWindowResourceType) MarshalValue added in v0.3.0

func (enum MaintenanceWindowResourceType) MarshalValue() (string, error)

func (MaintenanceWindowResourceType) MarshalValueBuf added in v0.3.0

func (enum MaintenanceWindowResourceType) MarshalValueBuf(b []byte) ([]byte, error)

type MaintenanceWindowRunCommandParameters

type MaintenanceWindowRunCommandParameters struct {

	// Configuration options for sending command output to 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 DocumentHashType `type:"string" enum:"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 AWS
	// 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-instance basis.
	NotificationConfig *NotificationConfig `type:"structure"`

	// The name of the 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 map[string][]string `type:"map"`

	// The ARN of the 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 has not 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 S3 bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how 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) String

String returns the string representation

func (*MaintenanceWindowRunCommandParameters) Validate

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

type MaintenanceWindowStepFunctionsParameters

type MaintenanceWindowStepFunctionsParameters struct {

	// The inputs for the STEP_FUNCTIONS task.
	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 S3 bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how 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) String

String returns the string representation

func (*MaintenanceWindowStepFunctionsParameters) Validate

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

type MaintenanceWindowTarget

type MaintenanceWindowTarget struct {

	// A description for the target.
	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 CloudWatch events that
	// are raised while running tasks for these targets in this maintenance window.
	OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

	// The type of target that is being registered with the maintenance window.
	ResourceType MaintenanceWindowResourceType `type:"string" enum:"true"`

	// The targets, either instances or tags.
	//
	// Specify instances 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) String

func (s MaintenanceWindowTarget) String() string

String returns the string representation

type MaintenanceWindowTask

type MaintenanceWindowTask struct {

	// A description of the task.
	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 S3 bucket to contain logs,
	// instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters
	// structure. For information about how 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.
	MaxConcurrency *string `min:"1" type:"string"`

	// The maximum number of errors allowed before this task stops being scheduled.
	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 ARN of the 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 instances or tags). Instances 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 Systems Manager 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 map[string]MaintenanceWindowTaskParameterValueExpression `type:"map" sensitive:"true"`

	// The type of task. The type can be one of the following: RUN_COMMAND, AUTOMATION,
	// LAMBDA, or STEP_FUNCTIONS.
	Type MaintenanceWindowTaskType `type:"string" enum:"true"`

	// 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) String

func (s MaintenanceWindowTask) String() string

String returns the string representation

type MaintenanceWindowTaskInvocationParameters

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) String

String returns the string representation

func (*MaintenanceWindowTaskInvocationParameters) Validate

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

type MaintenanceWindowTaskParameterValueExpression

type MaintenanceWindowTaskParameterValueExpression struct {

	// This field contains an array of 0 or more strings, each 1 to 255 characters
	// in length.
	Values []string `type:"list" sensitive:"true"`
	// contains filtered or unexported fields
}

Defines the values for a task parameter.

func (MaintenanceWindowTaskParameterValueExpression) String

String returns the string representation

type MaintenanceWindowTaskType

type MaintenanceWindowTaskType string
const (
	MaintenanceWindowTaskTypeRunCommand    MaintenanceWindowTaskType = "RUN_COMMAND"
	MaintenanceWindowTaskTypeAutomation    MaintenanceWindowTaskType = "AUTOMATION"
	MaintenanceWindowTaskTypeStepFunctions MaintenanceWindowTaskType = "STEP_FUNCTIONS"
	MaintenanceWindowTaskTypeLambda        MaintenanceWindowTaskType = "LAMBDA"
)

Enum values for MaintenanceWindowTaskType

func (MaintenanceWindowTaskType) MarshalValue added in v0.3.0

func (enum MaintenanceWindowTaskType) MarshalValue() (string, error)

func (MaintenanceWindowTaskType) MarshalValueBuf added in v0.3.0

func (enum MaintenanceWindowTaskType) MarshalValueBuf(b []byte) ([]byte, error)

type ModifyDocumentPermissionInput

type ModifyDocumentPermissionInput struct {

	// The AWS user accounts 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 AWS user accounts that should no longer have access to the document.
	// The AWS user account can either be a group of account IDs or All. This action
	// has a higher priority than AccountIdsToAdd. If you specify an account 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 DocumentPermissionType `type:"string" required:"true" enum:"true"`

	// (Optional) The version of the document to share. If it's not specified, the
	// system choose the Default version to share.
	SharedDocumentVersion *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyDocumentPermissionInput) String

String returns the string representation

func (*ModifyDocumentPermissionInput) Validate

func (s *ModifyDocumentPermissionInput) Validate() error

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

type ModifyDocumentPermissionOutput

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

func (ModifyDocumentPermissionOutput) String

String returns the string representation

type ModifyDocumentPermissionRequest

type ModifyDocumentPermissionRequest struct {
	*aws.Request
	Input *ModifyDocumentPermissionInput
	Copy  func(*ModifyDocumentPermissionInput) ModifyDocumentPermissionRequest
}

ModifyDocumentPermissionRequest is the request type for the ModifyDocumentPermission API operation.

func (ModifyDocumentPermissionRequest) Send

Send marshals and sends the ModifyDocumentPermission API request.

type ModifyDocumentPermissionResponse added in v0.9.0

type ModifyDocumentPermissionResponse struct {
	*ModifyDocumentPermissionOutput
	// contains filtered or unexported fields
}

ModifyDocumentPermissionResponse is the response type for the ModifyDocumentPermission API operation.

func (*ModifyDocumentPermissionResponse) SDKResponseMetdata added in v0.9.0

func (r *ModifyDocumentPermissionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ModifyDocumentPermission request.

type NonCompliantSummary

type NonCompliantSummary struct {

	// The total number of compliance items that are not 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 are not compliant. The summary is organized according to resource type.

func (NonCompliantSummary) String

func (s NonCompliantSummary) String() string

String returns the string representation

type NotificationConfig

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. These events
	// include the following: All (events), InProgress, Success, TimedOut, Cancelled,
	// Failed. 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 AWS Systems Manager User Guide.
	NotificationEvents []NotificationEvent `type:"list"`

	// Command: Receive notification when the status of a command changes. Invocation:
	// For commands sent to multiple instances, receive notification on a per-instance
	// basis when the status of a command changes.
	NotificationType NotificationType `type:"string" enum:"true"`
	// contains filtered or unexported fields
}

Configurations for sending notifications.

func (NotificationConfig) String

func (s NotificationConfig) String() string

String returns the string representation

type NotificationEvent

type NotificationEvent string
const (
	NotificationEventAll        NotificationEvent = "All"
	NotificationEventInProgress NotificationEvent = "InProgress"
	NotificationEventSuccess    NotificationEvent = "Success"
	NotificationEventTimedOut   NotificationEvent = "TimedOut"
	NotificationEventCancelled  NotificationEvent = "Cancelled"
	NotificationEventFailed     NotificationEvent = "Failed"
)

Enum values for NotificationEvent

func (NotificationEvent) MarshalValue added in v0.3.0

func (enum NotificationEvent) MarshalValue() (string, error)

func (NotificationEvent) MarshalValueBuf added in v0.3.0

func (enum NotificationEvent) MarshalValueBuf(b []byte) ([]byte, error)

type NotificationType

type NotificationType string
const (
	NotificationTypeCommand    NotificationType = "Command"
	NotificationTypeInvocation NotificationType = "Invocation"
)

Enum values for NotificationType

func (NotificationType) MarshalValue added in v0.3.0

func (enum NotificationType) MarshalValue() (string, error)

func (NotificationType) MarshalValueBuf added in v0.3.0

func (enum NotificationType) MarshalValueBuf(b []byte) ([]byte, error)

type OperatingSystem

type OperatingSystem string
const (
	OperatingSystemWindows               OperatingSystem = "WINDOWS"
	OperatingSystemAmazonLinux           OperatingSystem = "AMAZON_LINUX"
	OperatingSystemAmazonLinux2          OperatingSystem = "AMAZON_LINUX_2"
	OperatingSystemUbuntu                OperatingSystem = "UBUNTU"
	OperatingSystemRedhatEnterpriseLinux OperatingSystem = "REDHAT_ENTERPRISE_LINUX"
	OperatingSystemSuse                  OperatingSystem = "SUSE"
	OperatingSystemCentos                OperatingSystem = "CENTOS"
	OperatingSystemOracleLinux           OperatingSystem = "ORACLE_LINUX"
	OperatingSystemDebian                OperatingSystem = "DEBIAN"
)

Enum values for OperatingSystem

func (OperatingSystem) MarshalValue added in v0.3.0

func (enum OperatingSystem) MarshalValue() (string, error)

func (OperatingSystem) MarshalValueBuf added in v0.3.0

func (enum OperatingSystem) MarshalValueBuf(b []byte) ([]byte, error)

type OpsAggregator added in v0.10.0

type OpsAggregator struct {

	// Either a Range or Count aggregator for limiting an OpsItem summary.
	AggregatorType *string `min:"1" type:"string"`

	// A nested aggregator for viewing counts of OpsItems.
	Aggregators []OpsAggregator `min:"1" type:"list"`

	// The name of an OpsItem attribute on which to limit the count of OpsItems.
	AttributeName *string `type:"string"`

	// The aggregator filters.
	Filters []OpsFilter `min:"1" type:"list"`

	// The data type name to use for viewing counts of OpsItems.
	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 OpsItems using different dimensions such as Source, CreatedTime, or Source and CreatedTime, to name a few.

func (OpsAggregator) String added in v0.10.0

func (s OpsAggregator) String() string

String returns the string representation

func (*OpsAggregator) Validate added in v0.10.0

func (s *OpsAggregator) Validate() error

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

type OpsEntity added in v0.10.0

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) String added in v0.10.0

func (s OpsEntity) String() string

String returns the string representation

type OpsEntityItem added in v0.10.0

type OpsEntityItem struct {

	// The time OpsItem data was captured.
	CaptureTime *string `type:"string"`

	// The detailed data content for an OpsItem summaries result item.
	Content []map[string]string `type:"list"`
	// contains filtered or unexported fields
}

The OpsItem summaries result item.

func (OpsEntityItem) String added in v0.10.0

func (s OpsEntityItem) String() string

String returns the string representation

type OpsFilter added in v0.10.0

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 OpsFilterOperatorType `type:"string" enum:"true"`

	// 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 OpsItem summaries.

func (OpsFilter) String added in v0.10.0

func (s OpsFilter) String() string

String returns the string representation

func (*OpsFilter) Validate added in v0.10.0

func (s *OpsFilter) Validate() error

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

type OpsFilterOperatorType added in v0.10.0

type OpsFilterOperatorType string
const (
	OpsFilterOperatorTypeEqual       OpsFilterOperatorType = "Equal"
	OpsFilterOperatorTypeNotEqual    OpsFilterOperatorType = "NotEqual"
	OpsFilterOperatorTypeBeginWith   OpsFilterOperatorType = "BeginWith"
	OpsFilterOperatorTypeLessThan    OpsFilterOperatorType = "LessThan"
	OpsFilterOperatorTypeGreaterThan OpsFilterOperatorType = "GreaterThan"
	OpsFilterOperatorTypeExists      OpsFilterOperatorType = "Exists"
)

Enum values for OpsFilterOperatorType

func (OpsFilterOperatorType) MarshalValue added in v0.10.0

func (enum OpsFilterOperatorType) MarshalValue() (string, error)

func (OpsFilterOperatorType) MarshalValueBuf added in v0.10.0

func (enum OpsFilterOperatorType) MarshalValueBuf(b []byte) ([]byte, error)

type OpsItem added in v0.10.0

type OpsItem struct {

	// An OpsItem category. Category options include: Availability, Cost, Performance,
	// Recovery, Security.
	Category *string `min:"1" type:"string"`

	// The ARN of the AWS 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 AWS 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 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 action) can view and search on the specified data. Operational data that
	// is not searchable is only viewable by users who have access to the OpsItem
	// (as provided by the GetOpsItem API action).
	//
	// 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 AWS CLI example commands
	// that use these keys, see Creating OpsItems manually (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-creating-OpsItems.html#OpsCenter-manually-create-OpsItems)
	// in the AWS Systems Manager User Guide.
	OperationalData map[string]OpsItemDataValue `type:"map"`

	// The ID of the OpsItem.
	OpsItemId *string `type:"string"`

	// 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 AWS Systems Manager User Guide.
	Status OpsItemStatus `type:"string" enum:"true"`

	// 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 OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their AWS resources. For more information, see AWS Systems Manager OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the AWS Systems Manager User Guide.

func (OpsItem) String added in v0.10.0

func (s OpsItem) String() string

String returns the string representation

type OpsItemDataType added in v0.10.0

type OpsItemDataType string
const (
	OpsItemDataTypeSearchableString OpsItemDataType = "SearchableString"
	OpsItemDataTypeString           OpsItemDataType = "String"
)

Enum values for OpsItemDataType

func (OpsItemDataType) MarshalValue added in v0.10.0

func (enum OpsItemDataType) MarshalValue() (string, error)

func (OpsItemDataType) MarshalValueBuf added in v0.10.0

func (enum OpsItemDataType) MarshalValueBuf(b []byte) ([]byte, error)

type OpsItemDataValue added in v0.10.0

type OpsItemDataValue struct {

	// The type of key-value pair. Valid types include SearchableString and String.
	Type OpsItemDataType `type:"string" enum:"true"`

	// 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) String added in v0.10.0

func (s OpsItemDataValue) String() string

String returns the string representation

type OpsItemFilter added in v0.10.0

type OpsItemFilter struct {

	// The name of the filter.
	//
	// Key is a required field
	Key OpsItemFilterKey `type:"string" required:"true" enum:"true"`

	// The operator used by the filter call.
	//
	// Operator is a required field
	Operator OpsItemFilterOperator `type:"string" required:"true" enum:"true"`

	// 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) String added in v0.10.0

func (s OpsItemFilter) String() string

String returns the string representation

func (*OpsItemFilter) Validate added in v0.10.0

func (s *OpsItemFilter) Validate() error

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

type OpsItemFilterKey added in v0.10.0

type OpsItemFilterKey string
const (
	OpsItemFilterKeyStatus               OpsItemFilterKey = "Status"
	OpsItemFilterKeyCreatedBy            OpsItemFilterKey = "CreatedBy"
	OpsItemFilterKeySource               OpsItemFilterKey = "Source"
	OpsItemFilterKeyPriority             OpsItemFilterKey = "Priority"
	OpsItemFilterKeyTitle                OpsItemFilterKey = "Title"
	OpsItemFilterKeyOpsItemId            OpsItemFilterKey = "OpsItemId"
	OpsItemFilterKeyCreatedTime          OpsItemFilterKey = "CreatedTime"
	OpsItemFilterKeyLastModifiedTime     OpsItemFilterKey = "LastModifiedTime"
	OpsItemFilterKeyOperationalData      OpsItemFilterKey = "OperationalData"
	OpsItemFilterKeyOperationalDataKey   OpsItemFilterKey = "OperationalDataKey"
	OpsItemFilterKeyOperationalDataValue OpsItemFilterKey = "OperationalDataValue"
	OpsItemFilterKeyResourceId           OpsItemFilterKey = "ResourceId"
	OpsItemFilterKeyAutomationId         OpsItemFilterKey = "AutomationId"
	OpsItemFilterKeyCategory             OpsItemFilterKey = "Category"
	OpsItemFilterKeySeverity             OpsItemFilterKey = "Severity"
)

Enum values for OpsItemFilterKey

func (OpsItemFilterKey) MarshalValue added in v0.10.0

func (enum OpsItemFilterKey) MarshalValue() (string, error)

func (OpsItemFilterKey) MarshalValueBuf added in v0.10.0

func (enum OpsItemFilterKey) MarshalValueBuf(b []byte) ([]byte, error)

type OpsItemFilterOperator added in v0.10.0

type OpsItemFilterOperator string
const (
	OpsItemFilterOperatorEqual       OpsItemFilterOperator = "Equal"
	OpsItemFilterOperatorContains    OpsItemFilterOperator = "Contains"
	OpsItemFilterOperatorGreaterThan OpsItemFilterOperator = "GreaterThan"
	OpsItemFilterOperatorLessThan    OpsItemFilterOperator = "LessThan"
)

Enum values for OpsItemFilterOperator

func (OpsItemFilterOperator) MarshalValue added in v0.10.0

func (enum OpsItemFilterOperator) MarshalValue() (string, error)

func (OpsItemFilterOperator) MarshalValueBuf added in v0.10.0

func (enum OpsItemFilterOperator) MarshalValueBuf(b []byte) ([]byte, error)

type OpsItemNotification added in v0.10.0

type OpsItemNotification struct {

	// The Amazon Resource Name (ARN) of an 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) String added in v0.10.0

func (s OpsItemNotification) String() string

String returns the string representation

type OpsItemStatus added in v0.10.0

type OpsItemStatus string
const (
	OpsItemStatusOpen       OpsItemStatus = "Open"
	OpsItemStatusInProgress OpsItemStatus = "InProgress"
	OpsItemStatusResolved   OpsItemStatus = "Resolved"
)

Enum values for OpsItemStatus

func (OpsItemStatus) MarshalValue added in v0.10.0

func (enum OpsItemStatus) MarshalValue() (string, error)

func (OpsItemStatus) MarshalValueBuf added in v0.10.0

func (enum OpsItemStatus) MarshalValueBuf(b []byte) ([]byte, error)

type OpsItemSummary added in v0.10.0

type OpsItemSummary struct {

	// 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 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 AWS resource.
	Source *string `min:"1" type:"string"`

	// The OpsItem status. Status can be Open, In Progress, or Resolved.
	Status OpsItemStatus `type:"string" enum:"true"`

	// 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) String added in v0.10.0

func (s OpsItemSummary) String() string

String returns the string representation

type OpsResultAttribute added in v0.17.0

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) String added in v0.17.0

func (s OpsResultAttribute) String() string

String returns the string representation

func (*OpsResultAttribute) Validate added in v0.17.0

func (s *OpsResultAttribute) Validate() error

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

type OutputSource added in v0.5.0

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) String added in v0.5.0

func (s OutputSource) String() string

String returns the string representation

type Parameter

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 AWS 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.
	Type ParameterType `type:"string" enum:"true"`

	// The parameter value.
	Value *string `type:"string"`

	// The parameter version.
	Version *int64 `type:"long"`
	// contains filtered or unexported fields
}

An Systems Manager parameter in Parameter Store.

func (Parameter) String

func (s Parameter) String() string

String returns the string representation

type ParameterHistory

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 ID of the query key used for this parameter.
	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 AWS 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 AWS Systems Manager User Guide.
	Policies []ParameterInlinePolicy `type:"list"`

	// The parameter tier.
	Tier ParameterTier `type:"string" enum:"true"`

	// The type of parameter used.
	Type ParameterType `type:"string" enum:"true"`

	// The parameter value.
	Value *string `type:"string"`

	// The parameter version.
	Version *int64 `type:"long"`
	// contains filtered or unexported fields
}

Information about parameter usage.

func (ParameterHistory) String

func (s ParameterHistory) String() string

String returns the string representation

type ParameterInlinePolicy added in v0.8.0

type ParameterInlinePolicy struct {

	// The status of the policy. Policies report the following statuses: Pending
	// (the policy has not been enforced or applied yet), Finished (the policy was
	// applied), Failed (the policy was not 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 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) String added in v0.8.0

func (s ParameterInlinePolicy) String() string

String returns the string representation

type ParameterMetadata

type ParameterMetadata struct {

	// 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 ID of the query key used for this parameter.
	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 AWS 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 ParameterTier `type:"string" enum:"true"`

	// The type of parameter. Valid parameter types include the following: String,
	// StringList, and SecureString.
	Type ParameterType `type:"string" enum:"true"`

	// The parameter version.
	Version *int64 `type:"long"`
	// contains filtered or unexported fields
}

Metadata includes information like the ARN of the last user and the date/time the parameter was last used.

func (ParameterMetadata) String

func (s ParameterMetadata) String() string

String returns the string representation

type ParameterStringFilter

type ParameterStringFilter struct {

	// The name of the filter.
	//
	// 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 the key Label, 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.

The ParameterStringFilter object is used by the DescribeParameters and GetParametersByPath API actions. However, not all of the pattern values listed for Key can be used with both actions.

For DescribeActions, all of the listed patterns are valid, with the exception of Label.

For GetParametersByPath, the following patterns listed for Key are not valid: Name, Path, and Tier.

For examples of 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 AWS Systems Manager User Guide.

func (ParameterStringFilter) String

func (s ParameterStringFilter) String() string

String returns the string representation

func (*ParameterStringFilter) Validate

func (s *ParameterStringFilter) Validate() error

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

type ParameterTier added in v0.8.0

type ParameterTier string
const (
	ParameterTierStandard           ParameterTier = "Standard"
	ParameterTierAdvanced           ParameterTier = "Advanced"
	ParameterTierIntelligentTiering ParameterTier = "Intelligent-Tiering"
)

Enum values for ParameterTier

func (ParameterTier) MarshalValue added in v0.8.0

func (enum ParameterTier) MarshalValue() (string, error)

func (ParameterTier) MarshalValueBuf added in v0.8.0

func (enum ParameterTier) MarshalValueBuf(b []byte) ([]byte, error)

type ParameterType

type ParameterType string
const (
	ParameterTypeString       ParameterType = "String"
	ParameterTypeStringList   ParameterType = "StringList"
	ParameterTypeSecureString ParameterType = "SecureString"
)

Enum values for ParameterType

func (ParameterType) MarshalValue added in v0.3.0

func (enum ParameterType) MarshalValue() (string, error)

func (ParameterType) MarshalValueBuf added in v0.3.0

func (enum ParameterType) MarshalValueBuf(b []byte) ([]byte, error)

type ParametersFilter

type ParametersFilter struct {

	// The name of the filter.
	//
	// Key is a required field
	Key ParametersFilterKey `type:"string" required:"true" enum:"true"`

	// 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) String

func (s ParametersFilter) String() string

String returns the string representation

func (*ParametersFilter) Validate

func (s *ParametersFilter) Validate() error

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

type ParametersFilterKey

type ParametersFilterKey string
const (
	ParametersFilterKeyName  ParametersFilterKey = "Name"
	ParametersFilterKeyType  ParametersFilterKey = "Type"
	ParametersFilterKeyKeyId ParametersFilterKey = "KeyId"
)

Enum values for ParametersFilterKey

func (ParametersFilterKey) MarshalValue added in v0.3.0

func (enum ParametersFilterKey) MarshalValue() (string, error)

func (ParametersFilterKey) MarshalValueBuf added in v0.3.0

func (enum ParametersFilterKey) MarshalValueBuf(b []byte) ([]byte, error)

type Patch

type Patch struct {

	// The classification of the patch (for example, SecurityUpdates, Updates, 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 ID of the patch (this is different than the Microsoft Knowledge Base
	// ID).
	Id *string `min:"1" type:"string"`

	// The Microsoft Knowledge Base ID of the patch.
	KbNumber *string `type:"string"`

	// The language of the patch if it's language-specific.
	Language *string `type:"string"`

	// The ID of the MSRC bulletin the patch is related to.
	MsrcNumber *string `type:"string"`

	// The severity of the patch (for example Critical, Important, Moderate).
	MsrcSeverity *string `type:"string"`

	// The specific product the patch is applicable for (for example, WindowsServer2016).
	Product *string `type:"string"`

	// The product family the patch is applicable for (for example, Windows).
	ProductFamily *string `type:"string"`

	// The date the patch was released.
	ReleaseDate *time.Time `type:"timestamp"`

	// The title of the patch.
	Title *string `type:"string"`

	// The name of the vendor providing the patch.
	Vendor *string `type:"string"`
	// contains filtered or unexported fields
}

Represents metadata about a patch.

func (Patch) String

func (s Patch) String() string

String returns the string representation

type PatchAction added in v0.6.0

type PatchAction string
const (
	PatchActionAllowAsDependency PatchAction = "ALLOW_AS_DEPENDENCY"
	PatchActionBlock             PatchAction = "BLOCK"
)

Enum values for PatchAction

func (PatchAction) MarshalValue added in v0.6.0

func (enum PatchAction) MarshalValue() (string, error)

func (PatchAction) MarshalValueBuf added in v0.6.0

func (enum PatchAction) MarshalValueBuf(b []byte) ([]byte, error)

type PatchBaselineIdentity

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. Note that 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 OperatingSystem `type:"string" enum:"true"`
	// contains filtered or unexported fields
}

Defines the basic information about a patch baseline.

func (PatchBaselineIdentity) String

func (s PatchBaselineIdentity) String() string

String returns the string representation

type PatchComplianceData

type PatchComplianceData struct {

	// The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).
	//
	// Classification is a required field
	Classification *string `type:"string" required:"true"`

	// The date/time the patch was installed on the instance. Note that 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 (for example, Critical, Important, Moderate).
	//
	// Severity is a required field
	Severity *string `type:"string" required:"true"`

	// The state of the patch on the instance, 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 AWS Systems Manager User Guide.
	//
	// State is a required field
	State PatchComplianceDataState `type:"string" required:"true" enum:"true"`

	// 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 instance as it relates to the patch baseline used to patch the instance.

func (PatchComplianceData) String

func (s PatchComplianceData) String() string

String returns the string representation

type PatchComplianceDataState

type PatchComplianceDataState string
const (
	PatchComplianceDataStateInstalled              PatchComplianceDataState = "INSTALLED"
	PatchComplianceDataStateInstalledOther         PatchComplianceDataState = "INSTALLED_OTHER"
	PatchComplianceDataStateInstalledPendingReboot PatchComplianceDataState = "INSTALLED_PENDING_REBOOT"
	PatchComplianceDataStateInstalledRejected      PatchComplianceDataState = "INSTALLED_REJECTED"
	PatchComplianceDataStateMissing                PatchComplianceDataState = "MISSING"
	PatchComplianceDataStateNotApplicable          PatchComplianceDataState = "NOT_APPLICABLE"
	PatchComplianceDataStateFailed                 PatchComplianceDataState = "FAILED"
)

Enum values for PatchComplianceDataState

func (PatchComplianceDataState) MarshalValue added in v0.3.0

func (enum PatchComplianceDataState) MarshalValue() (string, error)

func (PatchComplianceDataState) MarshalValueBuf added in v0.3.0

func (enum PatchComplianceDataState) MarshalValueBuf(b []byte) ([]byte, error)

type PatchComplianceLevel

type PatchComplianceLevel string
const (
	PatchComplianceLevelCritical      PatchComplianceLevel = "CRITICAL"
	PatchComplianceLevelHigh          PatchComplianceLevel = "HIGH"
	PatchComplianceLevelMedium        PatchComplianceLevel = "MEDIUM"
	PatchComplianceLevelLow           PatchComplianceLevel = "LOW"
	PatchComplianceLevelInformational PatchComplianceLevel = "INFORMATIONAL"
	PatchComplianceLevelUnspecified   PatchComplianceLevel = "UNSPECIFIED"
)

Enum values for PatchComplianceLevel

func (PatchComplianceLevel) MarshalValue added in v0.3.0

func (enum PatchComplianceLevel) MarshalValue() (string, error)

func (PatchComplianceLevel) MarshalValueBuf added in v0.3.0

func (enum PatchComplianceLevel) MarshalValueBuf(b []byte) ([]byte, error)

type PatchDeploymentStatus

type PatchDeploymentStatus string
const (
	PatchDeploymentStatusApproved         PatchDeploymentStatus = "APPROVED"
	PatchDeploymentStatusPendingApproval  PatchDeploymentStatus = "PENDING_APPROVAL"
	PatchDeploymentStatusExplicitApproved PatchDeploymentStatus = "EXPLICIT_APPROVED"
	PatchDeploymentStatusExplicitRejected PatchDeploymentStatus = "EXPLICIT_REJECTED"
)

Enum values for PatchDeploymentStatus

func (PatchDeploymentStatus) MarshalValue added in v0.3.0

func (enum PatchDeploymentStatus) MarshalValue() (string, error)

func (PatchDeploymentStatus) MarshalValueBuf added in v0.3.0

func (enum PatchDeploymentStatus) MarshalValueBuf(b []byte) ([]byte, error)

type PatchFilter

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 PatchFilterKey `type:"string" required:"true" enum:"true"`

	// 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) String

func (s PatchFilter) String() string

String returns the string representation

func (*PatchFilter) Validate

func (s *PatchFilter) Validate() error

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

type PatchFilterGroup

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) String

func (s PatchFilterGroup) String() string

String returns the string representation

func (*PatchFilterGroup) Validate

func (s *PatchFilterGroup) Validate() error

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

type PatchFilterKey

type PatchFilterKey string
const (
	PatchFilterKeyPatchSet       PatchFilterKey = "PATCH_SET"
	PatchFilterKeyProduct        PatchFilterKey = "PRODUCT"
	PatchFilterKeyProductFamily  PatchFilterKey = "PRODUCT_FAMILY"
	PatchFilterKeyClassification PatchFilterKey = "CLASSIFICATION"
	PatchFilterKeyMsrcSeverity   PatchFilterKey = "MSRC_SEVERITY"
	PatchFilterKeyPatchId        PatchFilterKey = "PATCH_ID"
	PatchFilterKeySection        PatchFilterKey = "SECTION"
	PatchFilterKeyPriority       PatchFilterKey = "PRIORITY"
	PatchFilterKeySeverity       PatchFilterKey = "SEVERITY"
)

Enum values for PatchFilterKey

func (PatchFilterKey) MarshalValue added in v0.3.0

func (enum PatchFilterKey) MarshalValue() (string, error)

func (PatchFilterKey) MarshalValueBuf added in v0.3.0

func (enum PatchFilterKey) MarshalValueBuf(b []byte) ([]byte, error)

type PatchGroupPatchBaselineMapping

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) String

String returns the string representation

type PatchOperationType

type PatchOperationType string
const (
	PatchOperationTypeScan    PatchOperationType = "Scan"
	PatchOperationTypeInstall PatchOperationType = "Install"
)

Enum values for PatchOperationType

func (PatchOperationType) MarshalValue added in v0.3.0

func (enum PatchOperationType) MarshalValue() (string, error)

func (PatchOperationType) MarshalValueBuf added in v0.3.0

func (enum PatchOperationType) MarshalValueBuf(b []byte) ([]byte, error)

type PatchOrchestratorFilter

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.

func (PatchOrchestratorFilter) String

func (s PatchOrchestratorFilter) String() string

String returns the string representation

func (*PatchOrchestratorFilter) Validate

func (s *PatchOrchestratorFilter) Validate() error

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

type PatchProperty added in v0.9.0

type PatchProperty string
const (
	PatchPropertyProduct        PatchProperty = "PRODUCT"
	PatchPropertyProductFamily  PatchProperty = "PRODUCT_FAMILY"
	PatchPropertyClassification PatchProperty = "CLASSIFICATION"
	PatchPropertyMsrcSeverity   PatchProperty = "MSRC_SEVERITY"
	PatchPropertyPriority       PatchProperty = "PRIORITY"
	PatchPropertySeverity       PatchProperty = "SEVERITY"
)

Enum values for PatchProperty

func (PatchProperty) MarshalValue added in v0.9.0

func (enum PatchProperty) MarshalValue() (string, error)

func (PatchProperty) MarshalValueBuf added in v0.9.0

func (enum PatchProperty) MarshalValueBuf(b []byte) ([]byte, error)

type PatchRule

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 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 Ubuntu
	// Server.
	//
	// Enter dates in the format YYYY-MM-DD. For example, 2020-12-31.
	ApproveUntilDate *string `min:"1" type:"string"`

	// A compliance severity level for all approved patches in a patch baseline.
	ComplianceLevel PatchComplianceLevel `type:"string" enum:"true"`

	// For instances 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 instances 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) String

func (s PatchRule) String() string

String returns the string representation

func (*PatchRule) Validate

func (s *PatchRule) Validate() error

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

type PatchRuleGroup

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) String

func (s PatchRuleGroup) String() string

String returns the string representation

func (*PatchRuleGroup) Validate

func (s *PatchRuleGroup) Validate() error

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

type PatchSet added in v0.9.0

type PatchSet string
const (
	PatchSetOs          PatchSet = "OS"
	PatchSetApplication PatchSet = "APPLICATION"
)

Enum values for PatchSet

func (PatchSet) MarshalValue added in v0.9.0

func (enum PatchSet) MarshalValue() (string, error)

func (PatchSet) MarshalValueBuf added in v0.9.0

func (enum PatchSet) MarshalValueBuf(b []byte) ([]byte, error)

type PatchSource added in v0.3.0

type PatchSource struct {

	// The value of the yum repo configuration. For example:
	//
	// [main]
	//
	// cachedir=/var/cache/yum/$basesearch$releasever
	//
	// keepcache=0
	//
	// debuglevel=2
	//
	// 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 instances, including target operating systems and source repository. Applies to Linux instances only.

func (PatchSource) String added in v0.3.0

func (s PatchSource) String() string

String returns the string representation

func (*PatchSource) Validate added in v0.3.0

func (s *PatchSource) Validate() error

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

type PatchStatus

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 PatchComplianceLevel `type:"string" enum:"true"`

	// The approval status of a patch (APPROVED, PENDING_APPROVAL, EXPLICIT_APPROVED,
	// EXPLICIT_REJECTED).
	DeploymentStatus PatchDeploymentStatus `type:"string" enum:"true"`
	// contains filtered or unexported fields
}

Information about the approval status of a patch.

func (PatchStatus) String

func (s PatchStatus) String() string

String returns the string representation

type PingStatus

type PingStatus string
const (
	PingStatusOnline         PingStatus = "Online"
	PingStatusConnectionLost PingStatus = "ConnectionLost"
	PingStatusInactive       PingStatus = "Inactive"
)

Enum values for PingStatus

func (PingStatus) MarshalValue added in v0.3.0

func (enum PingStatus) MarshalValue() (string, error)

func (PingStatus) MarshalValueBuf added in v0.3.0

func (enum PingStatus) MarshalValueBuf(b []byte) ([]byte, error)

type PlatformType

type PlatformType string
const (
	PlatformTypeWindows PlatformType = "Windows"
	PlatformTypeLinux   PlatformType = "Linux"
)

Enum values for PlatformType

func (PlatformType) MarshalValue added in v0.3.0

func (enum PlatformType) MarshalValue() (string, error)

func (PlatformType) MarshalValueBuf added in v0.3.0

func (enum PlatformType) MarshalValueBuf(b []byte) ([]byte, error)

type ProgressCounters added in v0.6.0

type ProgressCounters struct {

	// The total number of steps that the system cancelled in all specified AWS
	// Regions and accounts for the current Automation execution.
	CancelledSteps *int64 `type:"integer"`

	// The total number of steps that failed to run in all specified AWS Regions
	// and accounts for the current Automation execution.
	FailedSteps *int64 `type:"integer"`

	// The total number of steps that successfully completed in all specified AWS
	// Regions and accounts for the current Automation execution.
	SuccessSteps *int64 `type:"integer"`

	// The total number of steps that timed out in all specified AWS Regions and
	// accounts for the current Automation execution.
	TimedOutSteps *int64 `type:"integer"`

	// The total number of steps run in all specified AWS Regions and accounts for
	// the current Automation execution.
	TotalSteps *int64 `type:"integer"`
	// contains filtered or unexported fields
}

An aggregate of step execution statuses displayed in the AWS Console for a multi-Region and multi-account Automation execution.

func (ProgressCounters) String added in v0.6.0

func (s ProgressCounters) String() string

String returns the string representation

type PutComplianceItemsInput

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 instance, this is the instance
	// 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 ComplianceUploadType `type:"string" enum:"true"`
	// contains filtered or unexported fields
}

func (PutComplianceItemsInput) String

func (s PutComplianceItemsInput) String() string

String returns the string representation

func (*PutComplianceItemsInput) Validate

func (s *PutComplianceItemsInput) Validate() error

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

type PutComplianceItemsOutput

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

func (PutComplianceItemsOutput) String

func (s PutComplianceItemsOutput) String() string

String returns the string representation

type PutComplianceItemsRequest

type PutComplianceItemsRequest struct {
	*aws.Request
	Input *PutComplianceItemsInput
	Copy  func(*PutComplianceItemsInput) PutComplianceItemsRequest
}

PutComplianceItemsRequest is the request type for the PutComplianceItems API operation.

func (PutComplianceItemsRequest) Send

Send marshals and sends the PutComplianceItems API request.

type PutComplianceItemsResponse added in v0.9.0

type PutComplianceItemsResponse struct {
	*PutComplianceItemsOutput
	// contains filtered or unexported fields
}

PutComplianceItemsResponse is the response type for the PutComplianceItems API operation.

func (*PutComplianceItemsResponse) SDKResponseMetdata added in v0.9.0

func (r *PutComplianceItemsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the PutComplianceItems request.

type PutInventoryInput

type PutInventoryInput struct {

	// An instance 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 instances.
	//
	// Items is a required field
	Items []InventoryItem `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (PutInventoryInput) String

func (s PutInventoryInput) String() string

String returns the string representation

func (*PutInventoryInput) Validate

func (s *PutInventoryInput) Validate() error

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

type PutInventoryOutput

type PutInventoryOutput struct {

	// Information about the request.
	Message *string `type:"string"`
	// contains filtered or unexported fields
}

func (PutInventoryOutput) String

func (s PutInventoryOutput) String() string

String returns the string representation

type PutInventoryRequest

type PutInventoryRequest struct {
	*aws.Request
	Input *PutInventoryInput
	Copy  func(*PutInventoryInput) PutInventoryRequest
}

PutInventoryRequest is the request type for the PutInventory API operation.

func (PutInventoryRequest) Send

Send marshals and sends the PutInventory API request.

type PutInventoryResponse added in v0.9.0

type PutInventoryResponse struct {
	*PutInventoryOutput
	// contains filtered or unexported fields
}

PutInventoryResponse is the response type for the PutInventory API operation.

func (*PutInventoryResponse) SDKResponseMetdata added in v0.9.0

func (r *PutInventoryResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the PutInventory request.

type PutParameterInput

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 IDs.
	//
	// The following data type values are supported.
	//
	//    * text
	//
	//    * aws:ec2:image
	//
	// When you create a String parameter and specify aws:ec2:image, Systems Manager
	// validates the parameter value is in the required format, such as ami-12345abcdeEXAMPLE,
	// and that the specified AMI is available in your AWS account. For more information,
	// see Native parameter support for Amazon Machine Image IDs (http://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html)
	// in the AWS Systems Manager User Guide.
	DataType *string `type:"string"`

	// Information about the parameter that you want to add to the system. Optional
	// but recommended.
	//
	// Do not enter personally identifiable information in this field.
	Description *string `type:"string"`

	// The KMS Key ID that you want to use to encrypt a parameter. Either the default
	// AWS Key Management Service (AWS KMS) key automatically assigned to your AWS
	// account or a custom key. 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 AWS account.
	//
	//    * To use your default AWS KMS key, choose the SecureString data type,
	//    and do not specify the Key ID when you create the parameter. The system
	//    automatically populates Key ID with your default KMS 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.
	// 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 AWS 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_.-/
	//
	//    * 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 About
	// requirements and constraints for parameter names (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-parameter-name-constraints.html)
	// in the AWS Systems Manager User Guide.
	//
	// The maximum length constraint listed below includes capacity for additional
	// system attributes that are not part of the name. The maximum length for a
	// parameter name, including the full length of the parameter ARN, is 1011 characters.
	// For example, the length of the following parameter name is 65 characters,
	// not 20 characters:
	//
	// arn:aws:ssm:us-east-2:111122223333:parameter/ExampleParameterName
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// Overwrite an existing parameter. If not specified, will default to "false".
	Overwrite *bool `type:"boolean"`

	// One or more policies to apply to a parameter. This action takes a JSON array.
	// Parameter Store 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 does not affect
	// the expiration date and time. When the expiration time is reached, Parameter
	// Store deletes the parameter.
	//
	// ExpirationNotification: This policy triggers 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 triggers a CloudWatch event if a parameter
	// has not 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 has not 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 name/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
	// action.
	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 AWS 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 AWS account. Advanced parameters incur a charge. For
	// more information, see Standard and advanced parameter tiers (https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html)
	// in the AWS 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 do not 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 AWS account in the
	//    current 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/ps-default-tier.html)
	// in the AWS Systems Manager User Guide.
	Tier ParameterTier `type:"string" enum:"true"`

	// The type of parameter that you want to add to the system.
	//
	// SecureString is not currently supported for AWS CloudFormation templates
	// or in the China Regions.
	//
	// 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 is not required when updating a parameter. You
	// must specify a parameter type when creating a parameter.
	Type ParameterType `type:"string" enum:"true"`

	// 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.
	//
	// Value is a required field
	Value *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (PutParameterInput) String

func (s PutParameterInput) String() string

String returns the string representation

func (*PutParameterInput) Validate

func (s *PutParameterInput) Validate() error

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

type PutParameterOutput

type PutParameterOutput struct {

	// The tier assigned to the parameter.
	Tier ParameterTier `type:"string" enum:"true"`

	// 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 actions 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) String

func (s PutParameterOutput) String() string

String returns the string representation

type PutParameterRequest

type PutParameterRequest struct {
	*aws.Request
	Input *PutParameterInput
	Copy  func(*PutParameterInput) PutParameterRequest
}

PutParameterRequest is the request type for the PutParameter API operation.

func (PutParameterRequest) Send

Send marshals and sends the PutParameter API request.

type PutParameterResponse added in v0.9.0

type PutParameterResponse struct {
	*PutParameterOutput
	// contains filtered or unexported fields
}

PutParameterResponse is the response type for the PutParameter API operation.

func (*PutParameterResponse) SDKResponseMetdata added in v0.9.0

func (r *PutParameterResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the PutParameter request.

type RebootOption added in v0.18.0

type RebootOption string
const (
	RebootOptionRebootIfNeeded RebootOption = "RebootIfNeeded"
	RebootOptionNoReboot       RebootOption = "NoReboot"
)

Enum values for RebootOption

func (RebootOption) MarshalValue added in v0.18.0

func (enum RebootOption) MarshalValue() (string, error)

func (RebootOption) MarshalValueBuf added in v0.18.0

func (enum RebootOption) MarshalValueBuf(b []byte) ([]byte, error)

type RegisterDefaultPatchBaselineInput

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) String

String returns the string representation

func (*RegisterDefaultPatchBaselineInput) Validate

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

type RegisterDefaultPatchBaselineOutput

type RegisterDefaultPatchBaselineOutput struct {

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

func (RegisterDefaultPatchBaselineOutput) String

String returns the string representation

type RegisterDefaultPatchBaselineRequest

type RegisterDefaultPatchBaselineRequest struct {
	*aws.Request
	Input *RegisterDefaultPatchBaselineInput
	Copy  func(*RegisterDefaultPatchBaselineInput) RegisterDefaultPatchBaselineRequest
}

RegisterDefaultPatchBaselineRequest is the request type for the RegisterDefaultPatchBaseline API operation.

func (RegisterDefaultPatchBaselineRequest) Send

Send marshals and sends the RegisterDefaultPatchBaseline API request.

type RegisterDefaultPatchBaselineResponse added in v0.9.0

type RegisterDefaultPatchBaselineResponse struct {
	*RegisterDefaultPatchBaselineOutput
	// contains filtered or unexported fields
}

RegisterDefaultPatchBaselineResponse is the response type for the RegisterDefaultPatchBaseline API operation.

func (*RegisterDefaultPatchBaselineResponse) SDKResponseMetdata added in v0.9.0

func (r *RegisterDefaultPatchBaselineResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the RegisterDefaultPatchBaseline request.

type RegisterPatchBaselineForPatchGroupInput

type RegisterPatchBaselineForPatchGroupInput struct {

	// The ID of the patch baseline to register the patch group with.
	//
	// BaselineId is a required field
	BaselineId *string `min:"20" type:"string" required:"true"`

	// The name of the patch group that should 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) String

String returns the string representation

func (*RegisterPatchBaselineForPatchGroupInput) Validate

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

type RegisterPatchBaselineForPatchGroupOutput

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) String

String returns the string representation

type RegisterPatchBaselineForPatchGroupRequest

RegisterPatchBaselineForPatchGroupRequest is the request type for the RegisterPatchBaselineForPatchGroup API operation.

func (RegisterPatchBaselineForPatchGroupRequest) Send

Send marshals and sends the RegisterPatchBaselineForPatchGroup API request.

type RegisterPatchBaselineForPatchGroupResponse added in v0.9.0

type RegisterPatchBaselineForPatchGroupResponse struct {
	*RegisterPatchBaselineForPatchGroupOutput
	// contains filtered or unexported fields
}

RegisterPatchBaselineForPatchGroupResponse is the response type for the RegisterPatchBaselineForPatchGroup API operation.

func (*RegisterPatchBaselineForPatchGroupResponse) SDKResponseMetdata added in v0.9.0

func (r *RegisterPatchBaselineForPatchGroupResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the RegisterPatchBaselineForPatchGroup request.

type RegisterTargetWithMaintenanceWindowInput

type RegisterTargetWithMaintenanceWindowInput struct {

	// User-provided idempotency token.
	ClientToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// An optional description for the target.
	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 CloudWatch events raised
	// while running tasks for these targets in this maintenance window.
	OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

	// The type of target being registered with the maintenance window.
	//
	// ResourceType is a required field
	ResourceType MaintenanceWindowResourceType `type:"string" required:"true" enum:"true"`

	// The targets to register with the maintenance window. In other words, the
	// instances to run commands on when the maintenance window runs.
	//
	// You can specify targets using instance IDs, resource group names, or tags
	// that have been applied to instances.
	//
	// Example 1: Specify instance IDs
	//
	// Key=InstanceIds,Values=instance-id-1,instance-id-2,instance-id-3
	//
	// Example 2: Use tag key-pairs applied to instances
	//
	// Key=tag:my-tag-key,Values=my-tag-value-1,my-tag-value-2
	//
	// Example 3: Use tag-keys applied to instances
	//
	// 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 AWS 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) String

String returns the string representation

func (*RegisterTargetWithMaintenanceWindowInput) Validate

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

type RegisterTargetWithMaintenanceWindowOutput

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) String

String returns the string representation

type RegisterTargetWithMaintenanceWindowRequest

RegisterTargetWithMaintenanceWindowRequest is the request type for the RegisterTargetWithMaintenanceWindow API operation.

func (RegisterTargetWithMaintenanceWindowRequest) Send

Send marshals and sends the RegisterTargetWithMaintenanceWindow API request.

type RegisterTargetWithMaintenanceWindowResponse added in v0.9.0

type RegisterTargetWithMaintenanceWindowResponse struct {
	*RegisterTargetWithMaintenanceWindowOutput
	// contains filtered or unexported fields
}

RegisterTargetWithMaintenanceWindowResponse is the response type for the RegisterTargetWithMaintenanceWindow API operation.

func (*RegisterTargetWithMaintenanceWindowResponse) SDKResponseMetdata added in v0.9.0

func (r *RegisterTargetWithMaintenanceWindowResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the RegisterTargetWithMaintenanceWindow request.

type RegisterTaskWithMaintenanceWindowInput

type RegisterTaskWithMaintenanceWindowInput struct {

	// User-provided idempotency token.
	ClientToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// An optional description for the task.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// A structure containing information about an S3 bucket to write instance-level
	// logs to.
	//
	// LoggingInfo has been deprecated. To specify an S3 bucket to contain logs,
	// instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters
	// structure. For information about how 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.
	//
	// MaxConcurrency is a required field
	MaxConcurrency *string `min:"1" type:"string" required:"true"`

	// The maximum number of errors allowed before this task stops being scheduled.
	//
	// MaxErrors is a required field
	MaxErrors *string `min:"1" type:"string" required:"true"`

	// 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 ARN of the IAM service role for 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 the following topics in the in the AWS Systems
	// Manager User Guide:
	//
	//    * Using service-linked roles for Systems Manager (https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions)
	//
	//    * Should I use a service-linked role or a custom service role to run maintenance
	//    window tasks? (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html#maintenance-window-tasks-service-role)
	ServiceRoleArn *string `type:"string"`

	// The targets (either instances or maintenance window targets).
	//
	// Specify instances 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 is a required field
	Targets []Target `type:"list" required:"true"`

	// 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 map[string]MaintenanceWindowTaskParameterValueExpression `type:"map" sensitive:"true"`

	// The type of task being registered.
	//
	// TaskType is a required field
	TaskType MaintenanceWindowTaskType `type:"string" required:"true" enum:"true"`

	// 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) String

String returns the string representation

func (*RegisterTaskWithMaintenanceWindowInput) Validate

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

type RegisterTaskWithMaintenanceWindowOutput

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) String

String returns the string representation

type RegisterTaskWithMaintenanceWindowRequest

RegisterTaskWithMaintenanceWindowRequest is the request type for the RegisterTaskWithMaintenanceWindow API operation.

func (RegisterTaskWithMaintenanceWindowRequest) Send

Send marshals and sends the RegisterTaskWithMaintenanceWindow API request.

type RegisterTaskWithMaintenanceWindowResponse added in v0.9.0

type RegisterTaskWithMaintenanceWindowResponse struct {
	*RegisterTaskWithMaintenanceWindowOutput
	// contains filtered or unexported fields
}

RegisterTaskWithMaintenanceWindowResponse is the response type for the RegisterTaskWithMaintenanceWindow API operation.

func (*RegisterTaskWithMaintenanceWindowResponse) SDKResponseMetdata added in v0.9.0

func (r *RegisterTaskWithMaintenanceWindowResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the RegisterTaskWithMaintenanceWindow request.

type RelatedOpsItem added in v0.10.0

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) String added in v0.10.0

func (s RelatedOpsItem) String() string

String returns the string representation

func (*RelatedOpsItem) Validate added in v0.10.0

func (s *RelatedOpsItem) Validate() error

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

type RemoveTagsFromResourceInput

type RemoveTagsFromResourceInput struct {

	// The ID of the resource from which you want to remove tags. For example:
	//
	// ManagedInstance: mi-012345abcde
	//
	// MaintenanceWindow: mw-012345abcde
	//
	// PatchBaseline: pb-012345abcde
	//
	// For the Document and Parameter values, use the name of the resource.
	//
	// The ManagedInstance type for this API action is only for on-premises managed
	// instances. Specify the name of the managed instance 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 action is only for on-premises managed
	// instances. Specify the name of the managed instance in the following format:
	// mi-ID_number. For example, mi-1a2b3c4d5e6f.
	//
	// ResourceType is a required field
	ResourceType ResourceTypeForTagging `type:"string" required:"true" enum:"true"`

	// 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) String

String returns the string representation

func (*RemoveTagsFromResourceInput) Validate

func (s *RemoveTagsFromResourceInput) Validate() error

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

type RemoveTagsFromResourceOutput

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

func (RemoveTagsFromResourceOutput) String

String returns the string representation

type RemoveTagsFromResourceRequest

type RemoveTagsFromResourceRequest struct {
	*aws.Request
	Input *RemoveTagsFromResourceInput
	Copy  func(*RemoveTagsFromResourceInput) RemoveTagsFromResourceRequest
}

RemoveTagsFromResourceRequest is the request type for the RemoveTagsFromResource API operation.

func (RemoveTagsFromResourceRequest) Send

Send marshals and sends the RemoveTagsFromResource API request.

type RemoveTagsFromResourceResponse added in v0.9.0

type RemoveTagsFromResourceResponse struct {
	*RemoveTagsFromResourceOutput
	// contains filtered or unexported fields
}

RemoveTagsFromResourceResponse is the response type for the RemoveTagsFromResource API operation.

func (*RemoveTagsFromResourceResponse) SDKResponseMetdata added in v0.9.0

func (r *RemoveTagsFromResourceResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the RemoveTagsFromResource request.

type ResetServiceSettingInput added in v0.8.0

type ResetServiceSettingInput struct {

	// The Amazon Resource Name (ARN) of the service setting to reset. The setting
	// ID can be /ssm/parameter-store/default-parameter-tier, /ssm/parameter-store/high-throughput-enabled,
	// or /ssm/managed-instance/activation-tier. For example, arn:aws:ssm:us-east-1:111122223333:servicesetting/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 action.

func (ResetServiceSettingInput) String added in v0.8.0

func (s ResetServiceSettingInput) String() string

String returns the string representation

func (*ResetServiceSettingInput) Validate added in v0.8.0

func (s *ResetServiceSettingInput) Validate() error

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

type ResetServiceSettingOutput added in v0.8.0

type ResetServiceSettingOutput struct {

	// The current, effective service setting after calling the ResetServiceSetting
	// API action.
	ServiceSetting *ServiceSetting `type:"structure"`
	// contains filtered or unexported fields
}

The result body of the ResetServiceSetting API action.

func (ResetServiceSettingOutput) String added in v0.8.0

func (s ResetServiceSettingOutput) String() string

String returns the string representation

type ResetServiceSettingRequest added in v0.8.0

type ResetServiceSettingRequest struct {
	*aws.Request
	Input *ResetServiceSettingInput
	Copy  func(*ResetServiceSettingInput) ResetServiceSettingRequest
}

ResetServiceSettingRequest is the request type for the ResetServiceSetting API operation.

func (ResetServiceSettingRequest) Send added in v0.8.0

Send marshals and sends the ResetServiceSetting API request.

type ResetServiceSettingResponse added in v0.9.0

type ResetServiceSettingResponse struct {
	*ResetServiceSettingOutput
	// contains filtered or unexported fields
}

ResetServiceSettingResponse is the response type for the ResetServiceSetting API operation.

func (*ResetServiceSettingResponse) SDKResponseMetdata added in v0.9.0

func (r *ResetServiceSettingResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ResetServiceSetting request.

type ResolvedTargets added in v0.2.0

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) String added in v0.2.0

func (s ResolvedTargets) String() string

String returns the string representation

type ResourceComplianceSummaryItem

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 ComplianceSeverity `type:"string" enum:"true"`

	// 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 ComplianceStatus `type:"string" enum:"true"`
	// contains filtered or unexported fields
}

Compliance summary information for a specific resource.

func (ResourceComplianceSummaryItem) String

String returns the string representation

type ResourceDataSyncAwsOrganizationsSource added in v0.17.0

type ResourceDataSyncAwsOrganizationsSource struct {

	// If an AWS 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 AWS Organization.
	//
	// OrganizationSourceType is a required field
	OrganizationSourceType *string `min:"1" type:"string" required:"true"`

	// The AWS 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 AWS Organizations or, if an AWS Organization is not present, from multiple AWS Regions.

func (ResourceDataSyncAwsOrganizationsSource) String added in v0.17.0

String returns the string representation

func (*ResourceDataSyncAwsOrganizationsSource) Validate added in v0.17.0

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

type ResourceDataSyncDestinationDataSharing added in v0.20.0

type ResourceDataSyncDestinationDataSharing struct {

	// The sharing data type. Only Organization is supported.
	DestinationDataSharingType *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Synchronize Systems Manager Inventory data from multiple AWS accounts defined in AWS Organizations to a centralized S3 bucket. Data is synchronized to individual key prefixes in the central bucket. Each key prefix represents a different AWS account ID.

func (ResourceDataSyncDestinationDataSharing) String added in v0.20.0

String returns the string representation

func (*ResourceDataSyncDestinationDataSharing) Validate added in v0.20.0

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

type ResourceDataSyncItem

type ResourceDataSyncItem struct {

	// The status reported by the last sync.
	LastStatus LastResourceDataSyncStatus `type:"string" enum:"true"`

	// 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 AWS Organizations
	// or from multiple AWS 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) String

func (s ResourceDataSyncItem) String() string

String returns the string representation

type ResourceDataSyncOrganizationalUnit added in v0.17.0

type ResourceDataSyncOrganizationalUnit struct {

	// The AWS Organization unit ID data source for the sync.
	OrganizationalUnitId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The AWS Organizations organizational unit data source for the sync.

func (ResourceDataSyncOrganizationalUnit) String added in v0.17.0

String returns the string representation

func (*ResourceDataSyncOrganizationalUnit) Validate added in v0.17.0

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

type ResourceDataSyncS3Destination

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 AWS 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 ResourceDataSyncS3Format `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

Information about the target S3 bucket for the Resource Data Sync.

func (ResourceDataSyncS3Destination) String

String returns the string representation

func (*ResourceDataSyncS3Destination) Validate

func (s *ResourceDataSyncS3Destination) Validate() error

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

type ResourceDataSyncS3Format

type ResourceDataSyncS3Format string
const (
	ResourceDataSyncS3FormatJsonSerDe ResourceDataSyncS3Format = "JsonSerDe"
)

Enum values for ResourceDataSyncS3Format

func (ResourceDataSyncS3Format) MarshalValue added in v0.3.0

func (enum ResourceDataSyncS3Format) MarshalValue() (string, error)

func (ResourceDataSyncS3Format) MarshalValueBuf added in v0.3.0

func (enum ResourceDataSyncS3Format) MarshalValueBuf(b []byte) ([]byte, error)

type ResourceDataSyncSource added in v0.17.0

type ResourceDataSyncSource struct {

	// Information about the AwsOrganizationsSource resource data sync source. A
	// sync source of this type can synchronize data from AWS Organizations.
	AwsOrganizationsSource *ResourceDataSyncAwsOrganizationsSource `type:"structure"`

	// Whether to automatically synchronize and aggregate data from new AWS Regions
	// when those Regions come online.
	IncludeFutureRegions *bool `type:"boolean"`

	// The SyncSource AWS 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 AWS 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) String added in v0.17.0

func (s ResourceDataSyncSource) String() string

String returns the string representation

func (*ResourceDataSyncSource) Validate added in v0.17.0

func (s *ResourceDataSyncSource) Validate() error

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

type ResourceDataSyncSourceWithState added in v0.17.0

type ResourceDataSyncSourceWithState struct {

	// The field name in SyncSource for the ResourceDataSyncAwsOrganizationsSource
	// type.
	AwsOrganizationsSource *ResourceDataSyncAwsOrganizationsSource `type:"structure"`

	// Whether to automatically synchronize and aggregate data from new AWS Regions
	// when those Regions come online.
	IncludeFutureRegions *bool `type:"boolean"`

	// The SyncSource AWS 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 AWS 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 AWS 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 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 AWS Organizations.)

func (ResourceDataSyncSourceWithState) String added in v0.17.0

String returns the string representation

type ResourceType

type ResourceType string
const (
	ResourceTypeManagedInstance ResourceType = "ManagedInstance"
	ResourceTypeDocument        ResourceType = "Document"
	ResourceTypeEc2instance     ResourceType = "EC2Instance"
)

Enum values for ResourceType

func (ResourceType) MarshalValue added in v0.3.0

func (enum ResourceType) MarshalValue() (string, error)

func (ResourceType) MarshalValueBuf added in v0.3.0

func (enum ResourceType) MarshalValueBuf(b []byte) ([]byte, error)

type ResourceTypeForTagging

type ResourceTypeForTagging string
const (
	ResourceTypeForTaggingDocument          ResourceTypeForTagging = "Document"
	ResourceTypeForTaggingManagedInstance   ResourceTypeForTagging = "ManagedInstance"
	ResourceTypeForTaggingMaintenanceWindow ResourceTypeForTagging = "MaintenanceWindow"
	ResourceTypeForTaggingParameter         ResourceTypeForTagging = "Parameter"
	ResourceTypeForTaggingPatchBaseline     ResourceTypeForTagging = "PatchBaseline"
	ResourceTypeForTaggingOpsItem           ResourceTypeForTagging = "OpsItem"
)

Enum values for ResourceTypeForTagging

func (ResourceTypeForTagging) MarshalValue added in v0.3.0

func (enum ResourceTypeForTagging) MarshalValue() (string, error)

func (ResourceTypeForTagging) MarshalValueBuf added in v0.3.0

func (enum ResourceTypeForTagging) MarshalValueBuf(b []byte) ([]byte, error)

type ResultAttribute

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) String

func (s ResultAttribute) String() string

String returns the string representation

func (*ResultAttribute) Validate

func (s *ResultAttribute) Validate() error

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

type ResumeSessionInput added in v0.5.0

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) String added in v0.5.0

func (s ResumeSessionInput) String() string

String returns the string representation

func (*ResumeSessionInput) Validate added in v0.5.0

func (s *ResumeSessionInput) Validate() error

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

type ResumeSessionOutput added in v0.5.0

type ResumeSessionOutput struct {

	// The ID of the session.
	SessionId *string `min:"1" type:"string"`

	// A URL back to SSM Agent on the instance that the Session Manager client uses
	// to send commands and receive output from the instance. Format: wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output).
	//
	// region represents the Region identifier for an AWS Region supported by AWS
	// 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 (http://docs.aws.amazon.com/general/latest/gr/ssm.html#ssm_region)
	// in the AWS 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 instance.
	TokenValue *string `type:"string"`
	// contains filtered or unexported fields
}

func (ResumeSessionOutput) String added in v0.5.0

func (s ResumeSessionOutput) String() string

String returns the string representation

type ResumeSessionRequest added in v0.5.0

type ResumeSessionRequest struct {
	*aws.Request
	Input *ResumeSessionInput
	Copy  func(*ResumeSessionInput) ResumeSessionRequest
}

ResumeSessionRequest is the request type for the ResumeSession API operation.

func (ResumeSessionRequest) Send added in v0.5.0

Send marshals and sends the ResumeSession API request.

type ResumeSessionResponse added in v0.9.0

type ResumeSessionResponse struct {
	*ResumeSessionOutput
	// contains filtered or unexported fields
}

ResumeSessionResponse is the response type for the ResumeSession API operation.

func (*ResumeSessionResponse) SDKResponseMetdata added in v0.9.0

func (r *ResumeSessionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ResumeSession request.

type S3OutputLocation

type S3OutputLocation struct {

	// The name of the S3 bucket.
	OutputS3BucketName *string `min:"3" type:"string"`

	// The S3 bucket subfolder.
	OutputS3KeyPrefix *string `type:"string"`

	// (Deprecated) You can no longer specify this parameter. The system ignores
	// it. Instead, Systems Manager automatically determines the 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) String

func (s S3OutputLocation) String() string

String returns the string representation

func (*S3OutputLocation) Validate

func (s *S3OutputLocation) Validate() error

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

type S3OutputUrl

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 S3 bucket where you want to store the results of this request.

func (S3OutputUrl) String

func (s S3OutputUrl) String() string

String returns the string representation

type ScheduledWindowExecution added in v0.6.0

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) String added in v0.6.0

func (s ScheduledWindowExecution) String() string

String returns the string representation

type SendAutomationSignalInput

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 SignalType `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

func (SendAutomationSignalInput) String

func (s SendAutomationSignalInput) String() string

String returns the string representation

func (*SendAutomationSignalInput) Validate

func (s *SendAutomationSignalInput) Validate() error

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

type SendAutomationSignalOutput

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

func (SendAutomationSignalOutput) String

String returns the string representation

type SendAutomationSignalRequest

type SendAutomationSignalRequest struct {
	*aws.Request
	Input *SendAutomationSignalInput
	Copy  func(*SendAutomationSignalInput) SendAutomationSignalRequest
}

SendAutomationSignalRequest is the request type for the SendAutomationSignal API operation.

func (SendAutomationSignalRequest) Send

Send marshals and sends the SendAutomationSignal API request.

type SendAutomationSignalResponse added in v0.9.0

type SendAutomationSignalResponse struct {
	*SendAutomationSignalOutput
	// contains filtered or unexported fields
}

SendAutomationSignalResponse is the response type for the SendAutomationSignal API operation.

func (*SendAutomationSignalResponse) SDKResponseMetdata added in v0.9.0

func (r *SendAutomationSignalResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the SendAutomationSignal request.

type SendCommandInput

type SendCommandInput struct {

	// Enables Systems Manager to send Run Command output to Amazon CloudWatch Logs.
	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 DocumentHashType `type:"string" enum:"true"`

	// Required. The name of the Systems Manager document to run. This can be a
	// public document or a custom document.
	//
	// 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 AWS
	// 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 instance IDs where the command should run. You can specify a maximum
	// of 50 IDs. If you prefer not to list individual instance IDs, you can instead
	// send commands to a fleet of instances using the Targets parameter, which
	// accepts EC2 tags. For more information about how to use targets, see Using
	// targets and rate controls to send commands to a fleet (https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html)
	// in the AWS Systems Manager User Guide.
	InstanceIds []string `type:"list"`

	// (Optional) The maximum number of instances 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 AWS 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 AWS 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 Region of the S3
	// bucket.
	OutputS3Region *string `min:"3" type:"string"`

	// The required and optional parameters specified in the document being run.
	Parameters map[string][]string `type:"map"`

	// The ARN of the IAM service role to use to publish Amazon Simple Notification
	// Service (Amazon SNS) notifications for Run Command commands.
	ServiceRoleArn *string `type:"string"`

	// (Optional) An array of search criteria that targets instances using a Key,Value
	// combination that you specify. Targets is required if you don't provide one
	// or more instance IDs in the call. For more information about how to use targets,
	// see Sending commands to a fleet (https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html)
	// in the AWS Systems Manager User Guide.
	Targets []Target `type:"list"`

	// If this time is reached and the command has not already started running,
	// it will not run.
	TimeoutSeconds *int64 `min:"30" type:"integer"`
	// contains filtered or unexported fields
}

func (SendCommandInput) String

func (s SendCommandInput) String() string

String returns the string representation

func (*SendCommandInput) Validate

func (s *SendCommandInput) Validate() error

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

type SendCommandOutput

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) String

func (s SendCommandOutput) String() string

String returns the string representation

type SendCommandRequest

type SendCommandRequest struct {
	*aws.Request
	Input *SendCommandInput
	Copy  func(*SendCommandInput) SendCommandRequest
}

SendCommandRequest is the request type for the SendCommand API operation.

func (SendCommandRequest) Send

Send marshals and sends the SendCommand API request.

type SendCommandResponse added in v0.9.0

type SendCommandResponse struct {
	*SendCommandOutput
	// contains filtered or unexported fields
}

SendCommandResponse is the response type for the SendCommand API operation.

func (*SendCommandResponse) SDKResponseMetdata added in v0.9.0

func (r *SendCommandResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the SendCommand request.

type ServiceSetting added in v0.8.0

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
	//    AWS 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 AWS service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an AWS service charges money to the account based on feature or service usage, then the AWS 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. AWS 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 action to change the default setting. Or, use the ResetServiceSetting to change the value back to the original value defined by the AWS service team.

func (ServiceSetting) String added in v0.8.0

func (s ServiceSetting) String() string

String returns the string representation

type Session added in v0.5.0

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"`

	// Reserved for future use.
	OutputUrl *SessionManagerOutputUrl `type:"structure"`

	// The ID of the AWS user account that started the session.
	Owner *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 SessionStatus `type:"string" enum:"true"`

	// The instance 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 an instance.

func (Session) String added in v0.5.0

func (s Session) String() string

String returns the string representation

type SessionFilter added in v0.5.0

type SessionFilter struct {

	// The name of the filter.
	//
	// Key is a required field
	Key SessionFilterKey `locationName:"key" type:"string" required:"true" enum:"true"`

	// 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 an instance to which session connections have been made.
	//
	//    * Owner: Specify an AWS user account 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
	//
	// 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) String added in v0.5.0

func (s SessionFilter) String() string

String returns the string representation

func (*SessionFilter) Validate added in v0.5.0

func (s *SessionFilter) Validate() error

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

type SessionFilterKey added in v0.5.0

type SessionFilterKey string
const (
	SessionFilterKeyInvokedAfter  SessionFilterKey = "InvokedAfter"
	SessionFilterKeyInvokedBefore SessionFilterKey = "InvokedBefore"
	SessionFilterKeyTarget        SessionFilterKey = "Target"
	SessionFilterKeyOwner         SessionFilterKey = "Owner"
	SessionFilterKeyStatus        SessionFilterKey = "Status"
)

Enum values for SessionFilterKey

func (SessionFilterKey) MarshalValue added in v0.5.0

func (enum SessionFilterKey) MarshalValue() (string, error)

func (SessionFilterKey) MarshalValueBuf added in v0.5.0

func (enum SessionFilterKey) MarshalValueBuf(b []byte) ([]byte, error)

type SessionManagerOutputUrl added in v0.5.0

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) String added in v0.5.0

func (s SessionManagerOutputUrl) String() string

String returns the string representation

type SessionState added in v0.5.0

type SessionState string
const (
	SessionStateActive  SessionState = "Active"
	SessionStateHistory SessionState = "History"
)

Enum values for SessionState

func (SessionState) MarshalValue added in v0.5.0

func (enum SessionState) MarshalValue() (string, error)

func (SessionState) MarshalValueBuf added in v0.5.0

func (enum SessionState) MarshalValueBuf(b []byte) ([]byte, error)

type SessionStatus added in v0.5.0

type SessionStatus string
const (
	SessionStatusConnected    SessionStatus = "Connected"
	SessionStatusConnecting   SessionStatus = "Connecting"
	SessionStatusDisconnected SessionStatus = "Disconnected"
	SessionStatusTerminated   SessionStatus = "Terminated"
	SessionStatusTerminating  SessionStatus = "Terminating"
	SessionStatusFailed       SessionStatus = "Failed"
)

Enum values for SessionStatus

func (SessionStatus) MarshalValue added in v0.5.0

func (enum SessionStatus) MarshalValue() (string, error)

func (SessionStatus) MarshalValueBuf added in v0.5.0

func (enum SessionStatus) MarshalValueBuf(b []byte) ([]byte, error)

type SeveritySummary

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 instances found for each patch severity level defined in the request filter.

func (SeveritySummary) String

func (s SeveritySummary) String() string

String returns the string representation

type SignalType

type SignalType string
const (
	SignalTypeApprove   SignalType = "Approve"
	SignalTypeReject    SignalType = "Reject"
	SignalTypeStartStep SignalType = "StartStep"
	SignalTypeStopStep  SignalType = "StopStep"
	SignalTypeResume    SignalType = "Resume"
)

Enum values for SignalType

func (SignalType) MarshalValue added in v0.3.0

func (enum SignalType) MarshalValue() (string, error)

func (SignalType) MarshalValueBuf added in v0.3.0

func (enum SignalType) MarshalValueBuf(b []byte) ([]byte, error)

type StartAssociationsOnceInput added in v0.5.0

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) String added in v0.5.0

String returns the string representation

func (*StartAssociationsOnceInput) Validate added in v0.5.0

func (s *StartAssociationsOnceInput) Validate() error

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

type StartAssociationsOnceOutput added in v0.5.0

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

func (StartAssociationsOnceOutput) String added in v0.5.0

String returns the string representation

type StartAssociationsOnceRequest added in v0.5.0

type StartAssociationsOnceRequest struct {
	*aws.Request
	Input *StartAssociationsOnceInput
	Copy  func(*StartAssociationsOnceInput) StartAssociationsOnceRequest
}

StartAssociationsOnceRequest is the request type for the StartAssociationsOnce API operation.

func (StartAssociationsOnceRequest) Send added in v0.5.0

Send marshals and sends the StartAssociationsOnce API request.

type StartAssociationsOnceResponse added in v0.9.0

type StartAssociationsOnceResponse struct {
	*StartAssociationsOnceOutput
	// contains filtered or unexported fields
}

StartAssociationsOnceResponse is the response type for the StartAssociationsOnce API operation.

func (*StartAssociationsOnceResponse) SDKResponseMetdata added in v0.9.0

func (r *StartAssociationsOnceResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the StartAssociationsOnce request.

type StartAutomationExecutionInput

type StartAutomationExecutionInput struct {

	// 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 Automation document to use for this execution.
	//
	// DocumentName is a required field
	DocumentName *string `type:"string" required:"true"`

	// The version of the Automation document 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 ExecutionMode `type:"string" enum:"true"`

	// A key-value map of execution parameters, which match the declared parameters
	// in the Automation document.
	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 name/value pairs:
	//
	//    * Key=environment,Value=test
	//
	//    * Key=OS,Value=Windows
	//
	// To add tags to an existing patch baseline, use the AddTagsToResource action.
	Tags []Tag `type:"list"`

	// A location is a combination of AWS Regions and/or AWS accounts where you
	// want to run the Automation. Use this action to start an Automation in multiple
	// Regions and multiple accounts. For more information, see Running Automation
	// workflows in multiple AWS Regions and accounts (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html)
	// in the AWS Systems Manager User Guide.
	TargetLocations []TargetLocation `min:"1" type:"list"`

	// A key-value mapping of document parameters to target resources. Both Targets
	// and TargetMaps cannot 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) String

String returns the string representation

func (*StartAutomationExecutionInput) Validate

func (s *StartAutomationExecutionInput) Validate() error

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

type StartAutomationExecutionOutput

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) String

String returns the string representation

type StartAutomationExecutionRequest

type StartAutomationExecutionRequest struct {
	*aws.Request
	Input *StartAutomationExecutionInput
	Copy  func(*StartAutomationExecutionInput) StartAutomationExecutionRequest
}

StartAutomationExecutionRequest is the request type for the StartAutomationExecution API operation.

func (StartAutomationExecutionRequest) Send

Send marshals and sends the StartAutomationExecution API request.

type StartAutomationExecutionResponse added in v0.9.0

type StartAutomationExecutionResponse struct {
	*StartAutomationExecutionOutput
	// contains filtered or unexported fields
}

StartAutomationExecutionResponse is the response type for the StartAutomationExecution API operation.

func (*StartAutomationExecutionResponse) SDKResponseMetdata added in v0.9.0

func (r *StartAutomationExecutionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the StartAutomationExecution request.

type StartSessionInput added in v0.5.0

type StartSessionInput struct {

	// The name of the SSM document to define the parameters and plugin settings
	// 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 instance is launched
	// by default.
	DocumentName *string `type:"string"`

	// Reserved for future use.
	Parameters map[string][]string `type:"map"`

	// The instance 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) String added in v0.5.0

func (s StartSessionInput) String() string

String returns the string representation

func (*StartSessionInput) Validate added in v0.5.0

func (s *StartSessionInput) Validate() error

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

type StartSessionOutput added in v0.5.0

type StartSessionOutput struct {

	// The ID of the session.
	SessionId *string `min:"1" type:"string"`

	// A URL back to SSM Agent on the instance that the Session Manager client uses
	// to send commands and receive output from the instance. Format: wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output)
	//
	// region represents the Region identifier for an AWS Region supported by AWS
	// 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 (http://docs.aws.amazon.com/general/latest/gr/ssm.html#ssm_region)
	// in the AWS 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 instance.
	TokenValue *string `type:"string"`
	// contains filtered or unexported fields
}

func (StartSessionOutput) String added in v0.5.0

func (s StartSessionOutput) String() string

String returns the string representation

type StartSessionRequest added in v0.5.0

type StartSessionRequest struct {
	*aws.Request
	Input *StartSessionInput
	Copy  func(*StartSessionInput) StartSessionRequest
}

StartSessionRequest is the request type for the StartSession API operation.

func (StartSessionRequest) Send added in v0.5.0

Send marshals and sends the StartSession API request.

type StartSessionResponse added in v0.9.0

type StartSessionResponse struct {
	*StartSessionOutput
	// contains filtered or unexported fields
}

StartSessionResponse is the response type for the StartSession API operation.

func (*StartSessionResponse) SDKResponseMetdata added in v0.9.0

func (r *StartSessionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the StartSession request.

type StepExecution

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 has not yet concluded, this field is not 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 is not 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"`

	// 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 AutomationExecutionStatus `type:"string" enum:"true"`

	// The combination of AWS Regions and 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"`

	// 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) String

func (s StepExecution) String() string

String returns the string representation

type StepExecutionFilter added in v0.2.0

type StepExecutionFilter struct {

	// One or more keys to limit the results. Valid filter keys include the following:
	// StepName, Action, StepExecutionId, StepExecutionStatus, StartTimeBefore,
	// StartTimeAfter.
	//
	// Key is a required field
	Key StepExecutionFilterKey `type:"string" required:"true" enum:"true"`

	// 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) String added in v0.2.0

func (s StepExecutionFilter) String() string

String returns the string representation

func (*StepExecutionFilter) Validate added in v0.2.0

func (s *StepExecutionFilter) Validate() error

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

type StepExecutionFilterKey added in v0.2.0

type StepExecutionFilterKey string
const (
	StepExecutionFilterKeyStartTimeBefore     StepExecutionFilterKey = "StartTimeBefore"
	StepExecutionFilterKeyStartTimeAfter      StepExecutionFilterKey = "StartTimeAfter"
	StepExecutionFilterKeyStepExecutionStatus StepExecutionFilterKey = "StepExecutionStatus"
	StepExecutionFilterKeyStepExecutionId     StepExecutionFilterKey = "StepExecutionId"
	StepExecutionFilterKeyStepName            StepExecutionFilterKey = "StepName"
	StepExecutionFilterKeyAction              StepExecutionFilterKey = "Action"
)

Enum values for StepExecutionFilterKey

func (StepExecutionFilterKey) MarshalValue added in v0.3.0

func (enum StepExecutionFilterKey) MarshalValue() (string, error)

func (StepExecutionFilterKey) MarshalValueBuf added in v0.3.0

func (enum StepExecutionFilterKey) MarshalValueBuf(b []byte) ([]byte, error)

type StopAutomationExecutionInput

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 StopType `type:"string" enum:"true"`
	// contains filtered or unexported fields
}

func (StopAutomationExecutionInput) String

String returns the string representation

func (*StopAutomationExecutionInput) Validate

func (s *StopAutomationExecutionInput) Validate() error

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

type StopAutomationExecutionOutput

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

func (StopAutomationExecutionOutput) String

String returns the string representation

type StopAutomationExecutionRequest

type StopAutomationExecutionRequest struct {
	*aws.Request
	Input *StopAutomationExecutionInput
	Copy  func(*StopAutomationExecutionInput) StopAutomationExecutionRequest
}

StopAutomationExecutionRequest is the request type for the StopAutomationExecution API operation.

func (StopAutomationExecutionRequest) Send

Send marshals and sends the StopAutomationExecution API request.

type StopAutomationExecutionResponse added in v0.9.0

type StopAutomationExecutionResponse struct {
	*StopAutomationExecutionOutput
	// contains filtered or unexported fields
}

StopAutomationExecutionResponse is the response type for the StopAutomationExecution API operation.

func (*StopAutomationExecutionResponse) SDKResponseMetdata added in v0.9.0

func (r *StopAutomationExecutionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the StopAutomationExecution request.

type StopType added in v0.2.0

type StopType string
const (
	StopTypeComplete StopType = "Complete"
	StopTypeCancel   StopType = "Cancel"
)

Enum values for StopType

func (StopType) MarshalValue added in v0.3.0

func (enum StopType) MarshalValue() (string, error)

func (StopType) MarshalValueBuf added in v0.3.0

func (enum StopType) MarshalValueBuf(b []byte) ([]byte, error)

type Tag

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 `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Metadata that you assign to your AWS resources. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. In Systems Manager, you can apply tags to documents, managed instances, maintenance windows, Parameter Store parameters, and patch baselines.

func (Tag) String

func (s Tag) String() string

String returns the string representation

func (*Tag) Validate

func (s *Tag) Validate() error

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

type Target

type Target struct {

	// User-defined criteria for sending commands that target instances 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.
	Values []string `type:"list"`
	// contains filtered or unexported fields
}

An array of search criteria that targets instances using a Key,Value combination that you specify.

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

  • (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

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

  • (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 EC2 instances and VPCs in your maintenance window.

  • (State Manager association targets only) Key=InstanceIds,Values=* This example demonstrates how to target all managed instances in the AWS Region where the association was created.

For information about how to send commands that target instances using Key,Value parameters, see Targeting multiple instances (https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-targeting) in the AWS Systems Manager User Guide.

func (Target) String

func (s Target) String() string

String returns the string representation

func (*Target) Validate

func (s *Target) Validate() error

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

type TargetLocation added in v0.6.0

type TargetLocation struct {

	// The AWS accounts targeted by the current Automation execution.
	Accounts []string `min:"1" type:"list"`

	// The Automation execution role used by the currently running Automation.
	ExecutionRoleName *string `min:"1" type:"string"`

	// The AWS Regions targeted by the current Automation execution.
	Regions []string `min:"1" type:"list"`

	// The maximum number of AWS accounts and AWS regions 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 AWS Regions and accounts targeted by the current Automation execution.

func (TargetLocation) String added in v0.6.0

func (s TargetLocation) String() string

String returns the string representation

func (*TargetLocation) Validate added in v0.6.0

func (s *TargetLocation) Validate() error

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

type TerminateSessionInput added in v0.5.0

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) String added in v0.5.0

func (s TerminateSessionInput) String() string

String returns the string representation

func (*TerminateSessionInput) Validate added in v0.5.0

func (s *TerminateSessionInput) Validate() error

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

type TerminateSessionOutput added in v0.5.0

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) String added in v0.5.0

func (s TerminateSessionOutput) String() string

String returns the string representation

type TerminateSessionRequest added in v0.5.0

type TerminateSessionRequest struct {
	*aws.Request
	Input *TerminateSessionInput
	Copy  func(*TerminateSessionInput) TerminateSessionRequest
}

TerminateSessionRequest is the request type for the TerminateSession API operation.

func (TerminateSessionRequest) Send added in v0.5.0

Send marshals and sends the TerminateSession API request.

type TerminateSessionResponse added in v0.9.0

type TerminateSessionResponse struct {
	*TerminateSessionOutput
	// contains filtered or unexported fields
}

TerminateSessionResponse is the response type for the TerminateSession API operation.

func (*TerminateSessionResponse) SDKResponseMetdata added in v0.9.0

func (r *TerminateSessionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the TerminateSession request.

type UpdateAssociationInput

type UpdateAssociationInput struct {

	// 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.
	//
	// Also, if you specified this option when you created the association, you
	// can reset it. 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"`

	// Specify the target for the association. This target is required for associations
	// that use an Automation document and target resources by using rate controls.
	AutomationTargetParameterName *string `min:"1" type:"string"`

	// The severity level to assign to the association.
	ComplianceSeverity AssociationComplianceSeverity `type:"string" enum:"true"`

	// The document version you want update for the association.
	DocumentVersion *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 instance 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 instance 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 instances 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 instance. You can specify Command or Automation documents.
	//
	// You can specify AWS-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 AWS 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 AWS-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, you can reference the parameter using {{ssm:parameter-name}}
	Parameters map[string][]string `type:"map"`

	// The cron expression used to schedule the association that you want to update.
	ScheduleExpression *string `min:"1" type:"string"`

	// 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 action. In this case, compliance data is not managed
	// by State Manager. It is managed by your direct call to the PutComplianceItems
	// API action.
	//
	// By default, all associations use AUTO mode.
	SyncCompliance AssociationSyncCompliance `type:"string" enum:"true"`

	// The targets of the association.
	Targets []Target `type:"list"`
	// contains filtered or unexported fields
}

func (UpdateAssociationInput) String

func (s UpdateAssociationInput) String() string

String returns the string representation

func (*UpdateAssociationInput) Validate

func (s *UpdateAssociationInput) Validate() error

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

type UpdateAssociationOutput

type UpdateAssociationOutput struct {

	// The description of the association that was updated.
	AssociationDescription *AssociationDescription `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateAssociationOutput) String

func (s UpdateAssociationOutput) String() string

String returns the string representation

type UpdateAssociationRequest

type UpdateAssociationRequest struct {
	*aws.Request
	Input *UpdateAssociationInput
	Copy  func(*UpdateAssociationInput) UpdateAssociationRequest
}

UpdateAssociationRequest is the request type for the UpdateAssociation API operation.

func (UpdateAssociationRequest) Send

Send marshals and sends the UpdateAssociation API request.

type UpdateAssociationResponse added in v0.9.0

type UpdateAssociationResponse struct {
	*UpdateAssociationOutput
	// contains filtered or unexported fields
}

UpdateAssociationResponse is the response type for the UpdateAssociation API operation.

func (*UpdateAssociationResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateAssociationResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateAssociation request.

type UpdateAssociationStatusInput

type UpdateAssociationStatusInput struct {

	// The association status.
	//
	// AssociationStatus is a required field
	AssociationStatus *AssociationStatus `type:"structure" required:"true"`

	// The ID of the instance.
	//
	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`

	// The name of the Systems Manager document.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateAssociationStatusInput) String

String returns the string representation

func (*UpdateAssociationStatusInput) Validate

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) String

String returns the string representation

type UpdateAssociationStatusRequest

type UpdateAssociationStatusRequest struct {
	*aws.Request
	Input *UpdateAssociationStatusInput
	Copy  func(*UpdateAssociationStatusInput) UpdateAssociationStatusRequest
}

UpdateAssociationStatusRequest is the request type for the UpdateAssociationStatus API operation.

func (UpdateAssociationStatusRequest) Send

Send marshals and sends the UpdateAssociationStatus API request.

type UpdateAssociationStatusResponse added in v0.9.0

type UpdateAssociationStatusResponse struct {
	*UpdateAssociationStatusOutput
	// contains filtered or unexported fields
}

UpdateAssociationStatusResponse is the response type for the UpdateAssociationStatus API operation.

func (*UpdateAssociationStatusResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateAssociationStatusResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateAssociationStatus request.

type UpdateDocumentDefaultVersionInput

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) String

String returns the string representation

func (*UpdateDocumentDefaultVersionInput) Validate

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

type UpdateDocumentDefaultVersionOutput

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) String

String returns the string representation

type UpdateDocumentDefaultVersionRequest

type UpdateDocumentDefaultVersionRequest struct {
	*aws.Request
	Input *UpdateDocumentDefaultVersionInput
	Copy  func(*UpdateDocumentDefaultVersionInput) UpdateDocumentDefaultVersionRequest
}

UpdateDocumentDefaultVersionRequest is the request type for the UpdateDocumentDefaultVersion API operation.

func (UpdateDocumentDefaultVersionRequest) Send

Send marshals and sends the UpdateDocumentDefaultVersion API request.

type UpdateDocumentDefaultVersionResponse added in v0.9.0

type UpdateDocumentDefaultVersionResponse struct {
	*UpdateDocumentDefaultVersionOutput
	// contains filtered or unexported fields
}

UpdateDocumentDefaultVersionResponse is the response type for the UpdateDocumentDefaultVersion API operation.

func (*UpdateDocumentDefaultVersionResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateDocumentDefaultVersionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateDocumentDefaultVersion request.

type UpdateDocumentInput

type UpdateDocumentInput struct {

	// A list of key and 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"`

	// Specify the document format for the new document version. Systems Manager
	// supports JSON and YAML documents. JSON is the default format.
	DocumentFormat DocumentFormat `type:"string" enum:"true"`

	// (Required) The latest version of the document that you want to update. The
	// latest document version can be specified using the $LATEST variable or by
	// the version number. Updating a previous version of a document is not supported.
	DocumentVersion *string `type:"string"`

	// The name of the 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, "Release 12, Update 6". This value is unique
	// across all versions of a document, and cannot be changed.
	VersionName *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateDocumentInput) String

func (s UpdateDocumentInput) String() string

String returns the string representation

func (*UpdateDocumentInput) Validate

func (s *UpdateDocumentInput) Validate() error

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

type UpdateDocumentOutput

type UpdateDocumentOutput struct {

	// A description of the document that was updated.
	DocumentDescription *DocumentDescription `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateDocumentOutput) String

func (s UpdateDocumentOutput) String() string

String returns the string representation

type UpdateDocumentRequest

type UpdateDocumentRequest struct {
	*aws.Request
	Input *UpdateDocumentInput
	Copy  func(*UpdateDocumentInput) UpdateDocumentRequest
}

UpdateDocumentRequest is the request type for the UpdateDocument API operation.

func (UpdateDocumentRequest) Send

Send marshals and sends the UpdateDocument API request.

type UpdateDocumentResponse added in v0.9.0

type UpdateDocumentResponse struct {
	*UpdateDocumentOutput
	// contains filtered or unexported fields
}

UpdateDocumentResponse is the response type for the UpdateDocument API operation.

func (*UpdateDocumentResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateDocumentResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateDocument request.

type UpdateMaintenanceWindowInput

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 Systems
	// Manager stops scheduling new tasks for execution.
	Cutoff *int64 `type:"integer"`

	// An optional description for the update request.
	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
	// action are also required for this API request. Optional fields that are not
	// 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(0 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",
	// "etc/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 time zone that the scheduled maintenance window executions are based
	// on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles",
	// "etc/UTC", or "Asia/Seoul". For more information, see the Time Zone Database
	// (https://www.iana.org/time-zones) on the IANA website.
	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) String

String returns the string representation

func (*UpdateMaintenanceWindowInput) Validate

func (s *UpdateMaintenanceWindowInput) Validate() error

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

type UpdateMaintenanceWindowOutput

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 Systems
	// Manager stops scheduling new tasks for execution.
	Cutoff *int64 `type:"integer"`

	// An optional description of the update.
	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 will not 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",
	// "etc/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 will not 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) String

String returns the string representation

type UpdateMaintenanceWindowRequest

type UpdateMaintenanceWindowRequest struct {
	*aws.Request
	Input *UpdateMaintenanceWindowInput
	Copy  func(*UpdateMaintenanceWindowInput) UpdateMaintenanceWindowRequest
}

UpdateMaintenanceWindowRequest is the request type for the UpdateMaintenanceWindow API operation.

func (UpdateMaintenanceWindowRequest) Send

Send marshals and sends the UpdateMaintenanceWindow API request.

type UpdateMaintenanceWindowResponse added in v0.9.0

type UpdateMaintenanceWindowResponse struct {
	*UpdateMaintenanceWindowOutput
	// contains filtered or unexported fields
}

UpdateMaintenanceWindowResponse is the response type for the UpdateMaintenanceWindow API operation.

func (*UpdateMaintenanceWindowResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateMaintenanceWindowResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateMaintenanceWindow request.

type UpdateMaintenanceWindowTargetInput

type UpdateMaintenanceWindowTargetInput struct {

	// An optional description for the update.
	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 CloudWatch events raised
	// while running tasks for these targets in this maintenance window.
	OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

	// If True, then all fields that are required by the RegisterTargetWithMaintenanceWindow
	// action are also required for this API request. Optional fields that are not
	// 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) String

String returns the string representation

func (*UpdateMaintenanceWindowTargetInput) Validate

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

type UpdateMaintenanceWindowTargetOutput

type UpdateMaintenanceWindowTargetOutput struct {

	// The updated description.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// The updated name.
	Name *string `min:"3" type:"string"`

	// The updated owner.
	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) String

String returns the string representation

type UpdateMaintenanceWindowTargetRequest

type UpdateMaintenanceWindowTargetRequest struct {
	*aws.Request
	Input *UpdateMaintenanceWindowTargetInput
	Copy  func(*UpdateMaintenanceWindowTargetInput) UpdateMaintenanceWindowTargetRequest
}

UpdateMaintenanceWindowTargetRequest is the request type for the UpdateMaintenanceWindowTarget API operation.

func (UpdateMaintenanceWindowTargetRequest) Send

Send marshals and sends the UpdateMaintenanceWindowTarget API request.

type UpdateMaintenanceWindowTargetResponse added in v0.9.0

type UpdateMaintenanceWindowTargetResponse struct {
	*UpdateMaintenanceWindowTargetOutput
	// contains filtered or unexported fields
}

UpdateMaintenanceWindowTargetResponse is the response type for the UpdateMaintenanceWindowTarget API operation.

func (*UpdateMaintenanceWindowTargetResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateMaintenanceWindowTargetResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateMaintenanceWindowTarget request.

type UpdateMaintenanceWindowTaskInput

type UpdateMaintenanceWindowTaskInput struct {

	// The new task description to specify.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// The new logging location in Amazon S3 to specify.
	//
	// LoggingInfo has been deprecated. To specify an S3 bucket to contain logs,
	// instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters
	// structure. For information about how 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.
	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.
	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 RegisterTaskWithMaintenanceWndow
	// action are also required for this API request. Optional fields that are not
	// specified are set to null.
	Replace *bool `type:"boolean"`

	// The ARN of the IAM service role for 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 the following topics in the in the AWS Systems
	// Manager User Guide:
	//
	//    * Using service-linked roles for Systems Manager (https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions)
	//
	//    * Should I use a service-linked role or a custom service role to run maintenance
	//    window tasks? (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html#maintenance-window-tasks-service-role)
	ServiceRoleArn *string `type:"string"`

	// The targets (either instances or tags) to modify. Instances are specified
	// using Key=instanceids,Values=instanceID_1,instanceID_2. Tags are specified
	// using Key=tag_name,Values=tag_value.
	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.
	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 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) String

String returns the string representation

func (*UpdateMaintenanceWindowTaskInput) Validate

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

type UpdateMaintenanceWindowTaskOutput

type UpdateMaintenanceWindowTaskOutput struct {

	// The updated task description.
	Description *string `min:"1" type:"string" sensitive:"true"`

	// The updated logging information in Amazon S3.
	//
	// LoggingInfo has been deprecated. To specify an S3 bucket to contain logs,
	// instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters
	// structure. For information about how 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 ARN of the 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 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) String

String returns the string representation

type UpdateMaintenanceWindowTaskRequest

type UpdateMaintenanceWindowTaskRequest struct {
	*aws.Request
	Input *UpdateMaintenanceWindowTaskInput
	Copy  func(*UpdateMaintenanceWindowTaskInput) UpdateMaintenanceWindowTaskRequest
}

UpdateMaintenanceWindowTaskRequest is the request type for the UpdateMaintenanceWindowTask API operation.

func (UpdateMaintenanceWindowTaskRequest) Send

Send marshals and sends the UpdateMaintenanceWindowTask API request.

type UpdateMaintenanceWindowTaskResponse added in v0.9.0

type UpdateMaintenanceWindowTaskResponse struct {
	*UpdateMaintenanceWindowTaskOutput
	// contains filtered or unexported fields
}

UpdateMaintenanceWindowTaskResponse is the response type for the UpdateMaintenanceWindowTask API operation.

func (*UpdateMaintenanceWindowTaskResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateMaintenanceWindowTaskResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateMaintenanceWindowTask request.

type UpdateManagedInstanceRoleInput

type UpdateManagedInstanceRoleInput struct {

	// The IAM role you want to assign or change.
	//
	// IamRole is a required field
	IamRole *string `type:"string" required:"true"`

	// The ID of the managed instance where you want to update the role.
	//
	// InstanceId is a required field
	InstanceId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateManagedInstanceRoleInput) String

String returns the string representation

func (*UpdateManagedInstanceRoleInput) Validate

func (s *UpdateManagedInstanceRoleInput) Validate() error

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

type UpdateManagedInstanceRoleOutput

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

func (UpdateManagedInstanceRoleOutput) String

String returns the string representation

type UpdateManagedInstanceRoleRequest

type UpdateManagedInstanceRoleRequest struct {
	*aws.Request
	Input *UpdateManagedInstanceRoleInput
	Copy  func(*UpdateManagedInstanceRoleInput) UpdateManagedInstanceRoleRequest
}

UpdateManagedInstanceRoleRequest is the request type for the UpdateManagedInstanceRole API operation.

func (UpdateManagedInstanceRoleRequest) Send

Send marshals and sends the UpdateManagedInstanceRole API request.

type UpdateManagedInstanceRoleResponse added in v0.9.0

type UpdateManagedInstanceRoleResponse struct {
	*UpdateManagedInstanceRoleOutput
	// contains filtered or unexported fields
}

UpdateManagedInstanceRoleResponse is the response type for the UpdateManagedInstanceRole API operation.

func (*UpdateManagedInstanceRoleResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateManagedInstanceRoleResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateManagedInstanceRole request.

type UpdateOpsItemInput added in v0.10.0

type UpdateOpsItemInput struct {

	// Specify a new category for an OpsItem.
	Category *string `min:"1" type:"string"`

	// Update the information about the OpsItem. Provide enough information so that
	// users reading this OpsItem for the first time understand the issue.
	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 action) can view and search on the specified data. Operational data that
	// is not searchable is only viewable by users who have access to the OpsItem
	// (as provided by the GetOpsItem API action).
	//
	// 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 AWS CLI example commands
	// that use these keys, see Creating OpsItems manually (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-creating-OpsItems.html#OpsCenter-manually-create-OpsItems)
	// in the AWS 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 ID of the OpsItem.
	//
	// OpsItemId is a required field
	OpsItemId *string `type:"string" required:"true"`

	// 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.html#OpsCenter-working-with-OpsItems-editing-details)
	// in the AWS Systems Manager User Guide.
	Status OpsItemStatus `type:"string" enum:"true"`

	// 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) String added in v0.10.0

func (s UpdateOpsItemInput) String() string

String returns the string representation

func (*UpdateOpsItemInput) Validate added in v0.10.0

func (s *UpdateOpsItemInput) Validate() error

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

type UpdateOpsItemOutput added in v0.10.0

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

func (UpdateOpsItemOutput) String added in v0.10.0

func (s UpdateOpsItemOutput) String() string

String returns the string representation

type UpdateOpsItemRequest added in v0.10.0

type UpdateOpsItemRequest struct {
	*aws.Request
	Input *UpdateOpsItemInput
	Copy  func(*UpdateOpsItemInput) UpdateOpsItemRequest
}

UpdateOpsItemRequest is the request type for the UpdateOpsItem API operation.

func (UpdateOpsItemRequest) Send added in v0.10.0

Send marshals and sends the UpdateOpsItem API request.

type UpdateOpsItemResponse added in v0.10.0

type UpdateOpsItemResponse struct {
	*UpdateOpsItemOutput
	// contains filtered or unexported fields
}

UpdateOpsItemResponse is the response type for the UpdateOpsItem API operation.

func (*UpdateOpsItemResponse) SDKResponseMetdata added in v0.10.0

func (r *UpdateOpsItemResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateOpsItem request.

type UpdatePatchBaselineInput

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 AWS Systems Manager User Guide.
	ApprovedPatches []string `type:"list"`

	// Assigns a new compliance severity level to an existing patch baseline.
	ApprovedPatchesComplianceLevel PatchComplianceLevel `type:"string" enum:"true"`

	// Indicates whether the list of approved patches includes non-security updates
	// that should be applied to the instances. The default value is 'false'. Applies
	// to Linux instances 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 AWS 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 RejectedPatches list, and packages that include
	//    them as dependencies, are not installed under any circumstances. If a
	//    package was installed before it was added to the Rejected patches list,
	//    it is considered non-compliant with the patch baseline, and its status
	//    is reported as InstalledRejected.
	RejectedPatchesAction PatchAction `type:"string" enum:"true"`

	// If True, then all fields that are required by the CreatePatchBaseline action
	// are also required for this API request. Optional fields that are not specified
	// are set to null.
	Replace *bool `type:"boolean"`

	// Information about the patches to use to update the instances, including target
	// operating systems and source repositories. Applies to Linux instances only.
	Sources []PatchSource `type:"list"`
	// contains filtered or unexported fields
}

func (UpdatePatchBaselineInput) String

func (s UpdatePatchBaselineInput) String() string

String returns the string representation

func (*UpdatePatchBaselineInput) Validate

func (s *UpdatePatchBaselineInput) Validate() error

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

type UpdatePatchBaselineOutput

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 PatchComplianceLevel `type:"string" enum:"true"`

	// Indicates whether the list of approved patches includes non-security updates
	// that should be applied to the instances. The default value is 'false'. Applies
	// to Linux instances 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 OperatingSystem `type:"string" enum:"true"`

	// 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 PatchAction `type:"string" enum:"true"`

	// Information about the patches to use to update the instances, including target
	// operating systems and source repositories. Applies to Linux instances only.
	Sources []PatchSource `type:"list"`
	// contains filtered or unexported fields
}

func (UpdatePatchBaselineOutput) String

func (s UpdatePatchBaselineOutput) String() string

String returns the string representation

type UpdatePatchBaselineRequest

type UpdatePatchBaselineRequest struct {
	*aws.Request
	Input *UpdatePatchBaselineInput
	Copy  func(*UpdatePatchBaselineInput) UpdatePatchBaselineRequest
}

UpdatePatchBaselineRequest is the request type for the UpdatePatchBaseline API operation.

func (UpdatePatchBaselineRequest) Send

Send marshals and sends the UpdatePatchBaseline API request.

type UpdatePatchBaselineResponse added in v0.9.0

type UpdatePatchBaselineResponse struct {
	*UpdatePatchBaselineOutput
	// contains filtered or unexported fields
}

UpdatePatchBaselineResponse is the response type for the UpdatePatchBaseline API operation.

func (*UpdatePatchBaselineResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdatePatchBaselineResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdatePatchBaseline request.

type UpdateResourceDataSyncInput added in v0.18.0

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) String added in v0.18.0

String returns the string representation

func (*UpdateResourceDataSyncInput) Validate added in v0.18.0

func (s *UpdateResourceDataSyncInput) Validate() error

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

type UpdateResourceDataSyncOutput added in v0.18.0

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

func (UpdateResourceDataSyncOutput) String added in v0.18.0

String returns the string representation

type UpdateResourceDataSyncRequest added in v0.18.0

type UpdateResourceDataSyncRequest struct {
	*aws.Request
	Input *UpdateResourceDataSyncInput
	Copy  func(*UpdateResourceDataSyncInput) UpdateResourceDataSyncRequest
}

UpdateResourceDataSyncRequest is the request type for the UpdateResourceDataSync API operation.

func (UpdateResourceDataSyncRequest) Send added in v0.18.0

Send marshals and sends the UpdateResourceDataSync API request.

type UpdateResourceDataSyncResponse added in v0.18.0

type UpdateResourceDataSyncResponse struct {
	*UpdateResourceDataSyncOutput
	// contains filtered or unexported fields
}

UpdateResourceDataSyncResponse is the response type for the UpdateResourceDataSync API operation.

func (*UpdateResourceDataSyncResponse) SDKResponseMetdata added in v0.18.0

func (r *UpdateResourceDataSyncResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateResourceDataSync request.

type UpdateServiceSettingInput added in v0.8.0

type UpdateServiceSettingInput struct {

	// The Amazon Resource Name (ARN) of the service setting to reset. 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/parameter-store/default-parameter-tier
	//
	//    * /ssm/parameter-store/high-throughput-enabled
	//
	//    * /ssm/managed-instance/activation-tier
	//
	// SettingId is a required field
	SettingId *string `min:"1" type:"string" required:"true"`

	// The new value to specify for the service setting. For the /ssm/parameter-store/default-parameter-tier
	// setting ID, the setting value can be one of the following.
	//
	//    * Standard
	//
	//    * Advanced
	//
	//    * Intelligent-Tiering
	//
	// For the /ssm/parameter-store/high-throughput-enabled, and /ssm/managed-instance/activation-tier
	// setting IDs, the setting value can be 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 action.

func (UpdateServiceSettingInput) String added in v0.8.0

func (s UpdateServiceSettingInput) String() string

String returns the string representation

func (*UpdateServiceSettingInput) Validate added in v0.8.0

func (s *UpdateServiceSettingInput) Validate() error

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

type UpdateServiceSettingOutput added in v0.8.0

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

The result body of the UpdateServiceSetting API action.

func (UpdateServiceSettingOutput) String added in v0.8.0

String returns the string representation

type UpdateServiceSettingRequest added in v0.8.0

type UpdateServiceSettingRequest struct {
	*aws.Request
	Input *UpdateServiceSettingInput
	Copy  func(*UpdateServiceSettingInput) UpdateServiceSettingRequest
}

UpdateServiceSettingRequest is the request type for the UpdateServiceSetting API operation.

func (UpdateServiceSettingRequest) Send added in v0.8.0

Send marshals and sends the UpdateServiceSetting API request.

type UpdateServiceSettingResponse added in v0.9.0

type UpdateServiceSettingResponse struct {
	*UpdateServiceSettingOutput
	// contains filtered or unexported fields
}

UpdateServiceSettingResponse is the response type for the UpdateServiceSetting API operation.

func (*UpdateServiceSettingResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateServiceSettingResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateServiceSetting request.

Source Files

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