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

Overview ▾

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

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

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

Related resources

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

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

Using the Client

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

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

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

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

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

Operations ▾

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

Types ▾

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

Constants ▾

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

The status of a document.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    // InstancePatchStateOperatorTypeGreaterThan is a InstancePatchStateOperatorType enum value
    InstancePatchStateOperatorTypeGreaterThan = "GreaterThan"
)
const (
    // InventoryAttributeDataTypeString is a InventoryAttributeDataType enum value
    InventoryAttributeDataTypeString = "string"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Service information constants

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

func AssociationComplianceSeverity_Values

func AssociationComplianceSeverity_Values() []string

AssociationComplianceSeverity_Values returns all elements of the AssociationComplianceSeverity enum

func AssociationExecutionFilterKey_Values

func AssociationExecutionFilterKey_Values() []string

AssociationExecutionFilterKey_Values returns all elements of the AssociationExecutionFilterKey enum

func AssociationExecutionTargetsFilterKey_Values

func AssociationExecutionTargetsFilterKey_Values() []string

AssociationExecutionTargetsFilterKey_Values returns all elements of the AssociationExecutionTargetsFilterKey enum

func AssociationFilterKey_Values

func AssociationFilterKey_Values() []string

AssociationFilterKey_Values returns all elements of the AssociationFilterKey enum

func AssociationFilterOperatorType_Values

func AssociationFilterOperatorType_Values() []string

AssociationFilterOperatorType_Values returns all elements of the AssociationFilterOperatorType enum

func AssociationStatusName_Values

func AssociationStatusName_Values() []string

AssociationStatusName_Values returns all elements of the AssociationStatusName enum

func AssociationSyncCompliance_Values

func AssociationSyncCompliance_Values() []string

AssociationSyncCompliance_Values returns all elements of the AssociationSyncCompliance enum

func AttachmentHashType_Values

func AttachmentHashType_Values() []string

AttachmentHashType_Values returns all elements of the AttachmentHashType enum

func AttachmentsSourceKey_Values

func AttachmentsSourceKey_Values() []string

AttachmentsSourceKey_Values returns all elements of the AttachmentsSourceKey enum

func AutomationExecutionFilterKey_Values

func AutomationExecutionFilterKey_Values() []string

AutomationExecutionFilterKey_Values returns all elements of the AutomationExecutionFilterKey enum

func AutomationExecutionStatus_Values

func AutomationExecutionStatus_Values() []string

AutomationExecutionStatus_Values returns all elements of the AutomationExecutionStatus enum

func AutomationSubtype_Values

func AutomationSubtype_Values() []string

AutomationSubtype_Values returns all elements of the AutomationSubtype enum

func AutomationType_Values

func AutomationType_Values() []string

AutomationType_Values returns all elements of the AutomationType enum

func CalendarState_Values

func CalendarState_Values() []string

CalendarState_Values returns all elements of the CalendarState enum

func CommandFilterKey_Values

func CommandFilterKey_Values() []string

CommandFilterKey_Values returns all elements of the CommandFilterKey enum

func CommandInvocationStatus_Values

func CommandInvocationStatus_Values() []string

CommandInvocationStatus_Values returns all elements of the CommandInvocationStatus enum

func CommandPluginStatus_Values

func CommandPluginStatus_Values() []string

CommandPluginStatus_Values returns all elements of the CommandPluginStatus enum

func CommandStatus_Values

func CommandStatus_Values() []string

CommandStatus_Values returns all elements of the CommandStatus enum

func ComplianceQueryOperatorType_Values

func ComplianceQueryOperatorType_Values() []string

ComplianceQueryOperatorType_Values returns all elements of the ComplianceQueryOperatorType enum

func ComplianceSeverity_Values

func ComplianceSeverity_Values() []string

ComplianceSeverity_Values returns all elements of the ComplianceSeverity enum

func ComplianceStatus_Values

func ComplianceStatus_Values() []string

ComplianceStatus_Values returns all elements of the ComplianceStatus enum

func ComplianceUploadType_Values

func ComplianceUploadType_Values() []string

ComplianceUploadType_Values returns all elements of the ComplianceUploadType enum

func ConnectionStatus_Values

func ConnectionStatus_Values() []string

ConnectionStatus_Values returns all elements of the ConnectionStatus enum

func DescribeActivationsFilterKeys_Values

func DescribeActivationsFilterKeys_Values() []string

DescribeActivationsFilterKeys_Values returns all elements of the DescribeActivationsFilterKeys enum

func DocumentFilterKey_Values

func DocumentFilterKey_Values() []string

DocumentFilterKey_Values returns all elements of the DocumentFilterKey enum

func DocumentFormat_Values

func DocumentFormat_Values() []string

DocumentFormat_Values returns all elements of the DocumentFormat enum

func DocumentHashType_Values

func DocumentHashType_Values() []string

DocumentHashType_Values returns all elements of the DocumentHashType enum

func DocumentMetadataEnum_Values

func DocumentMetadataEnum_Values() []string

DocumentMetadataEnum_Values returns all elements of the DocumentMetadataEnum enum

func DocumentParameterType_Values

func DocumentParameterType_Values() []string

DocumentParameterType_Values returns all elements of the DocumentParameterType enum

func DocumentPermissionType_Values

func DocumentPermissionType_Values() []string

DocumentPermissionType_Values returns all elements of the DocumentPermissionType enum

func DocumentReviewAction_Values

func DocumentReviewAction_Values() []string

DocumentReviewAction_Values returns all elements of the DocumentReviewAction enum

func DocumentReviewCommentType_Values

func DocumentReviewCommentType_Values() []string

DocumentReviewCommentType_Values returns all elements of the DocumentReviewCommentType enum

func DocumentStatus_Values

func DocumentStatus_Values() []string

DocumentStatus_Values returns all elements of the DocumentStatus enum

func DocumentType_Values

func DocumentType_Values() []string

DocumentType_Values returns all elements of the DocumentType enum

func ExecutionMode_Values

func ExecutionMode_Values() []string

ExecutionMode_Values returns all elements of the ExecutionMode enum

func ExternalAlarmState_Values

func ExternalAlarmState_Values() []string

ExternalAlarmState_Values returns all elements of the ExternalAlarmState enum

func Fault_Values

func Fault_Values() []string

Fault_Values returns all elements of the Fault enum

func InstanceInformationFilterKey_Values

func InstanceInformationFilterKey_Values() []string

InstanceInformationFilterKey_Values returns all elements of the InstanceInformationFilterKey enum

func InstancePatchStateOperatorType_Values

func InstancePatchStateOperatorType_Values() []string

InstancePatchStateOperatorType_Values returns all elements of the InstancePatchStateOperatorType enum

func InventoryAttributeDataType_Values

func InventoryAttributeDataType_Values() []string

InventoryAttributeDataType_Values returns all elements of the InventoryAttributeDataType enum

func InventoryDeletionStatus_Values

func InventoryDeletionStatus_Values() []string

InventoryDeletionStatus_Values returns all elements of the InventoryDeletionStatus enum

func InventoryQueryOperatorType_Values

func InventoryQueryOperatorType_Values() []string

InventoryQueryOperatorType_Values returns all elements of the InventoryQueryOperatorType enum

func InventorySchemaDeleteOption_Values

func InventorySchemaDeleteOption_Values() []string

InventorySchemaDeleteOption_Values returns all elements of the InventorySchemaDeleteOption enum

func LastResourceDataSyncStatus_Values

func LastResourceDataSyncStatus_Values() []string

LastResourceDataSyncStatus_Values returns all elements of the LastResourceDataSyncStatus enum

func MaintenanceWindowExecutionStatus_Values

func MaintenanceWindowExecutionStatus_Values() []string

MaintenanceWindowExecutionStatus_Values returns all elements of the MaintenanceWindowExecutionStatus enum

func MaintenanceWindowResourceType_Values

func MaintenanceWindowResourceType_Values() []string

MaintenanceWindowResourceType_Values returns all elements of the MaintenanceWindowResourceType enum

func MaintenanceWindowTaskCutoffBehavior_Values

func MaintenanceWindowTaskCutoffBehavior_Values() []string

MaintenanceWindowTaskCutoffBehavior_Values returns all elements of the MaintenanceWindowTaskCutoffBehavior enum

func MaintenanceWindowTaskType_Values

func MaintenanceWindowTaskType_Values() []string

MaintenanceWindowTaskType_Values returns all elements of the MaintenanceWindowTaskType enum

func NotificationEvent_Values

func NotificationEvent_Values() []string

NotificationEvent_Values returns all elements of the NotificationEvent enum

func NotificationType_Values

func NotificationType_Values() []string

NotificationType_Values returns all elements of the NotificationType enum

func OperatingSystem_Values

func OperatingSystem_Values() []string

OperatingSystem_Values returns all elements of the OperatingSystem enum

func OpsFilterOperatorType_Values

func OpsFilterOperatorType_Values() []string

OpsFilterOperatorType_Values returns all elements of the OpsFilterOperatorType enum

func OpsItemDataType_Values

func OpsItemDataType_Values() []string

OpsItemDataType_Values returns all elements of the OpsItemDataType enum

func OpsItemEventFilterKey_Values

func OpsItemEventFilterKey_Values() []string

OpsItemEventFilterKey_Values returns all elements of the OpsItemEventFilterKey enum

func OpsItemEventFilterOperator_Values

func OpsItemEventFilterOperator_Values() []string

OpsItemEventFilterOperator_Values returns all elements of the OpsItemEventFilterOperator enum

func OpsItemFilterKey_Values

func OpsItemFilterKey_Values() []string

OpsItemFilterKey_Values returns all elements of the OpsItemFilterKey enum

func OpsItemFilterOperator_Values

func OpsItemFilterOperator_Values() []string

OpsItemFilterOperator_Values returns all elements of the OpsItemFilterOperator enum

func OpsItemRelatedItemsFilterKey_Values

func OpsItemRelatedItemsFilterKey_Values() []string

OpsItemRelatedItemsFilterKey_Values returns all elements of the OpsItemRelatedItemsFilterKey enum

func OpsItemRelatedItemsFilterOperator_Values

func OpsItemRelatedItemsFilterOperator_Values() []string

OpsItemRelatedItemsFilterOperator_Values returns all elements of the OpsItemRelatedItemsFilterOperator enum

func OpsItemStatus_Values

func OpsItemStatus_Values() []string

OpsItemStatus_Values returns all elements of the OpsItemStatus enum

func ParameterTier_Values

func ParameterTier_Values() []string

ParameterTier_Values returns all elements of the ParameterTier enum

func ParameterType_Values

func ParameterType_Values() []string

ParameterType_Values returns all elements of the ParameterType enum

func ParametersFilterKey_Values

func ParametersFilterKey_Values() []string

ParametersFilterKey_Values returns all elements of the ParametersFilterKey enum

func PatchAction_Values

func PatchAction_Values() []string

PatchAction_Values returns all elements of the PatchAction enum

func PatchComplianceDataState_Values

func PatchComplianceDataState_Values() []string

PatchComplianceDataState_Values returns all elements of the PatchComplianceDataState enum

func PatchComplianceLevel_Values

func PatchComplianceLevel_Values() []string

PatchComplianceLevel_Values returns all elements of the PatchComplianceLevel enum

func PatchDeploymentStatus_Values

func PatchDeploymentStatus_Values() []string

PatchDeploymentStatus_Values returns all elements of the PatchDeploymentStatus enum

func PatchFilterKey_Values

func PatchFilterKey_Values() []string

PatchFilterKey_Values returns all elements of the PatchFilterKey enum

func PatchOperationType_Values

func PatchOperationType_Values() []string

PatchOperationType_Values returns all elements of the PatchOperationType enum

func PatchProperty_Values

func PatchProperty_Values() []string

PatchProperty_Values returns all elements of the PatchProperty enum

func PatchSet_Values

func PatchSet_Values() []string

PatchSet_Values returns all elements of the PatchSet enum

func PingStatus_Values

func PingStatus_Values() []string

PingStatus_Values returns all elements of the PingStatus enum

func PlatformType_Values

func PlatformType_Values() []string

PlatformType_Values returns all elements of the PlatformType enum

func RebootOption_Values

func RebootOption_Values() []string

RebootOption_Values returns all elements of the RebootOption enum

func ResourceDataSyncS3Format_Values

func ResourceDataSyncS3Format_Values() []string

ResourceDataSyncS3Format_Values returns all elements of the ResourceDataSyncS3Format enum

func ResourceTypeForTagging_Values

func ResourceTypeForTagging_Values() []string

ResourceTypeForTagging_Values returns all elements of the ResourceTypeForTagging enum

func ResourceType_Values

func ResourceType_Values() []string

ResourceType_Values returns all elements of the ResourceType enum

func ReviewStatus_Values

func ReviewStatus_Values() []string

ReviewStatus_Values returns all elements of the ReviewStatus enum

func SessionFilterKey_Values

func SessionFilterKey_Values() []string

SessionFilterKey_Values returns all elements of the SessionFilterKey enum

func SessionState_Values

func SessionState_Values() []string

SessionState_Values returns all elements of the SessionState enum

func SessionStatus_Values

func SessionStatus_Values() []string

SessionStatus_Values returns all elements of the SessionStatus enum

func SignalType_Values

func SignalType_Values() []string

SignalType_Values returns all elements of the SignalType enum

func SourceType_Values

func SourceType_Values() []string

SourceType_Values returns all elements of the SourceType enum

func StepExecutionFilterKey_Values

func StepExecutionFilterKey_Values() []string

StepExecutionFilterKey_Values returns all elements of the StepExecutionFilterKey enum

func StopType_Values

func StopType_Values() []string

StopType_Values returns all elements of the StopType enum

type AccountSharingInfo

type AccountSharingInfo struct {

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

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

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

func (AccountSharingInfo) GoString

func (s AccountSharingInfo) GoString() string

GoString returns the string representation.

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

func (*AccountSharingInfo) SetAccountId

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

SetAccountId sets the AccountId field's value.

func (*AccountSharingInfo) SetSharedDocumentVersion

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

SetSharedDocumentVersion sets the SharedDocumentVersion field's value.

func (AccountSharingInfo) String

func (s AccountSharingInfo) String() string

String returns the string representation.

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

type Activation

type Activation struct {

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

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

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

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

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

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

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

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

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

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

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

func (Activation) GoString

func (s Activation) GoString() string

GoString returns the string representation.

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

func (*Activation) SetActivationId

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

SetActivationId sets the ActivationId field's value.

func (*Activation) SetCreatedDate

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

SetCreatedDate sets the CreatedDate field's value.

func (*Activation) SetDefaultInstanceName

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

SetDefaultInstanceName sets the DefaultInstanceName field's value.

func (*Activation) SetDescription

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

SetDescription sets the Description field's value.

func (*Activation) SetExpirationDate

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

SetExpirationDate sets the ExpirationDate field's value.

func (*Activation) SetExpired

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

SetExpired sets the Expired field's value.

func (*Activation) SetIamRole

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

SetIamRole sets the IamRole field's value.

func (*Activation) SetRegistrationLimit

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

SetRegistrationLimit sets the RegistrationLimit field's value.

func (*Activation) SetRegistrationsCount

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

SetRegistrationsCount sets the RegistrationsCount field's value.

func (*Activation) SetTags

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

SetTags sets the Tags field's value.

func (Activation) String

func (s Activation) String() string

String returns the string representation.

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

type AddTagsToResourceInput

type AddTagsToResourceInput struct {

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

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

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

func (AddTagsToResourceInput) GoString

func (s AddTagsToResourceInput) GoString() string

GoString returns the string representation.

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

func (*AddTagsToResourceInput) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (*AddTagsToResourceInput) SetResourceType

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

SetResourceType sets the ResourceType field's value.

func (*AddTagsToResourceInput) SetTags

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

SetTags sets the Tags field's value.

func (AddTagsToResourceInput) String

func (s AddTagsToResourceInput) String() string

String returns the string representation.

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

func (*AddTagsToResourceInput) Validate

func (s *AddTagsToResourceInput) Validate() error

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

type AddTagsToResourceOutput

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

func (AddTagsToResourceOutput) GoString

func (s AddTagsToResourceOutput) GoString() string

GoString returns the string representation.

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

func (AddTagsToResourceOutput) String

func (s AddTagsToResourceOutput) String() string

String returns the string representation.

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

type Alarm

type Alarm struct {

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

A CloudWatch alarm you apply to an automation or command.

func (Alarm) GoString

func (s Alarm) GoString() string

GoString returns the string representation.

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

func (*Alarm) SetName

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

SetName sets the Name field's value.

func (Alarm) String

func (s Alarm) String() string

String returns the string representation.

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

func (*Alarm) Validate

func (s *Alarm) Validate() error

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

type AlarmConfiguration

type AlarmConfiguration struct {

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

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

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

func (AlarmConfiguration) GoString

func (s AlarmConfiguration) GoString() string

GoString returns the string representation.

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

func (*AlarmConfiguration) SetAlarms

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

SetAlarms sets the Alarms field's value.

func (*AlarmConfiguration) SetIgnorePollAlarmFailure

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

SetIgnorePollAlarmFailure sets the IgnorePollAlarmFailure field's value.

func (AlarmConfiguration) String

func (s AlarmConfiguration) String() string

String returns the string representation.

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

func (*AlarmConfiguration) Validate

func (s *AlarmConfiguration) Validate() error

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

type AlarmStateInformation

type AlarmStateInformation struct {

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

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

The details about the state of your CloudWatch alarm.

func (AlarmStateInformation) GoString

func (s AlarmStateInformation) GoString() string

GoString returns the string representation.

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

func (*AlarmStateInformation) SetName

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

SetName sets the Name field's value.

func (*AlarmStateInformation) SetState

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

SetState sets the State field's value.

func (AlarmStateInformation) String

func (s AlarmStateInformation) String() string

String returns the string representation.

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

type AlreadyExistsException

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

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

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

func (*AlreadyExistsException) Code

func (s *AlreadyExistsException) Code() string

Code returns the exception type name.

func (*AlreadyExistsException) Error

func (s *AlreadyExistsException) Error() string

func (AlreadyExistsException) GoString

func (s AlreadyExistsException) GoString() string

GoString returns the string representation.

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

func (*AlreadyExistsException) Message

func (s *AlreadyExistsException) Message() string

Message returns the exception's message.

func (*AlreadyExistsException) OrigErr

func (s *AlreadyExistsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AlreadyExistsException) RequestID

func (s *AlreadyExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AlreadyExistsException) StatusCode

func (s *AlreadyExistsException) StatusCode() int

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

func (AlreadyExistsException) String

func (s AlreadyExistsException) String() string

String returns the string representation.

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

type AssociateOpsItemRelatedItemInput

type AssociateOpsItemRelatedItemInput struct {

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

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

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

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

func (AssociateOpsItemRelatedItemInput) GoString

func (s AssociateOpsItemRelatedItemInput) GoString() string

GoString returns the string representation.

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

func (*AssociateOpsItemRelatedItemInput) SetAssociationType

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

SetAssociationType sets the AssociationType field's value.

func (*AssociateOpsItemRelatedItemInput) SetOpsItemId

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

SetOpsItemId sets the OpsItemId field's value.

func (*AssociateOpsItemRelatedItemInput) SetResourceType

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

SetResourceType sets the ResourceType field's value.

func (*AssociateOpsItemRelatedItemInput) SetResourceUri

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

SetResourceUri sets the ResourceUri field's value.

func (AssociateOpsItemRelatedItemInput) String

func (s AssociateOpsItemRelatedItemInput) String() string

String returns the string representation.

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

func (*AssociateOpsItemRelatedItemInput) Validate

func (s *AssociateOpsItemRelatedItemInput) Validate() error

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

type AssociateOpsItemRelatedItemOutput

type AssociateOpsItemRelatedItemOutput struct {

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

func (AssociateOpsItemRelatedItemOutput) GoString

func (s AssociateOpsItemRelatedItemOutput) GoString() string

GoString returns the string representation.

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

func (*AssociateOpsItemRelatedItemOutput) SetAssociationId

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

SetAssociationId sets the AssociationId field's value.

func (AssociateOpsItemRelatedItemOutput) String

func (s AssociateOpsItemRelatedItemOutput) String() string

String returns the string representation.

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

type AssociatedInstances

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

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

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

func (*AssociatedInstances) Code

func (s *AssociatedInstances) Code() string

Code returns the exception type name.

func (*AssociatedInstances) Error

func (s *AssociatedInstances) Error() string

func (AssociatedInstances) GoString

func (s AssociatedInstances) GoString() string

GoString returns the string representation.

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

func (*AssociatedInstances) Message

func (s *AssociatedInstances) Message() string

Message returns the exception's message.

func (*AssociatedInstances) OrigErr

func (s *AssociatedInstances) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AssociatedInstances) RequestID

func (s *AssociatedInstances) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AssociatedInstances) StatusCode

func (s *AssociatedInstances) StatusCode() int

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

func (AssociatedInstances) String

func (s AssociatedInstances) String() string

String returns the string representation.

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

type Association

type Association struct {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

func (Association) GoString

func (s Association) GoString() string

GoString returns the string representation.

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

func (*Association) SetAssociationId

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

SetAssociationId sets the AssociationId field's value.

func (*Association) SetAssociationName

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

SetAssociationName sets the AssociationName field's value.

func (*Association) SetAssociationVersion

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

SetAssociationVersion sets the AssociationVersion field's value.

func (*Association) SetDocumentVersion

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

SetDocumentVersion sets the DocumentVersion field's value.

func (*Association) SetDuration

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

SetDuration sets the Duration field's value.

func (*Association) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*Association) SetLastExecutionDate

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

SetLastExecutionDate sets the LastExecutionDate field's value.

func (*Association) SetName

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

SetName sets the Name field's value.

func (*Association) SetOverview

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

SetOverview sets the Overview field's value.

func (*Association) SetScheduleExpression

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

SetScheduleExpression sets the ScheduleExpression field's value.

func (*Association) SetScheduleOffset

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

SetScheduleOffset sets the ScheduleOffset field's value.

func (*Association) SetTargetMaps

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

SetTargetMaps sets the TargetMaps field's value.

func (*Association) SetTargets

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

SetTargets sets the Targets field's value.

func (Association) String

func (s Association) String() string

String returns the string representation.

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

type AssociationAlreadyExists

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

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

The specified association already exists.

func (*AssociationAlreadyExists) Code

func (s *AssociationAlreadyExists) Code() string

Code returns the exception type name.

func (*AssociationAlreadyExists) Error

func (s *AssociationAlreadyExists) Error() string

func (AssociationAlreadyExists) GoString

func (s AssociationAlreadyExists) GoString() string

GoString returns the string representation.

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

func (*AssociationAlreadyExists) Message

func (s *AssociationAlreadyExists) Message() string

Message returns the exception's message.

func (*AssociationAlreadyExists) OrigErr

func (s *AssociationAlreadyExists) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AssociationAlreadyExists) RequestID

func (s *AssociationAlreadyExists) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AssociationAlreadyExists) StatusCode

func (s *AssociationAlreadyExists) StatusCode() int

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

func (AssociationAlreadyExists) String

func (s AssociationAlreadyExists) String() string

String returns the string representation.

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

type AssociationDescription

type AssociationDescription struct {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Describes the parameters for a document.

func (AssociationDescription) GoString

func (s AssociationDescription) GoString() string

GoString returns the string representation.

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

func (*AssociationDescription) SetAlarmConfiguration

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

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*AssociationDescription) SetApplyOnlyAtCronInterval

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

SetApplyOnlyAtCronInterval sets the ApplyOnlyAtCronInterval field's value.

func (*AssociationDescription) SetAssociationId

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

SetAssociationId sets the AssociationId field's value.

func (*AssociationDescription) SetAssociationName

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

SetAssociationName sets the AssociationName field's value.

func (*AssociationDescription) SetAssociationVersion

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

SetAssociationVersion sets the AssociationVersion field's value.

func (*AssociationDescription) SetAutomationTargetParameterName

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

SetAutomationTargetParameterName sets the AutomationTargetParameterName field's value.

func (*AssociationDescription) SetCalendarNames

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

SetCalendarNames sets the CalendarNames field's value.

func (*AssociationDescription) SetComplianceSeverity

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

SetComplianceSeverity sets the ComplianceSeverity field's value.

func (*AssociationDescription) SetDate

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

SetDate sets the Date field's value.

func (*AssociationDescription) SetDocumentVersion

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

SetDocumentVersion sets the DocumentVersion field's value.

func (*AssociationDescription) SetDuration

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

SetDuration sets the Duration field's value.

func (*AssociationDescription) SetInstanceId

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

SetInstanceId sets the InstanceId field's value.

func (*AssociationDescription) SetLastExecutionDate

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

SetLastExecutionDate sets the LastExecutionDate field's value.

func (*AssociationDescription) SetLastSuccessfulExecutionDate

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

SetLastSuccessfulExecutionDate sets the LastSuccessfulExecutionDate field's value.

func (*AssociationDescription) SetLastUpdateAssociationDate

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

SetLastUpdateAssociationDate sets the LastUpdateAssociationDate field's value.

func (*AssociationDescription) SetMaxConcurrency

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

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*AssociationDescription) SetMaxErrors

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

SetMaxErrors sets the MaxErrors field's value.

func (*AssociationDescription) SetName

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

SetName sets the Name field's value.

func (*AssociationDescription) SetOutputLocation

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

SetOutputLocation sets the OutputLocation field's value.

func (*AssociationDescription) SetOverview

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

SetOverview sets the Overview field's value.

func (*AssociationDescription) SetParameters

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

SetParameters sets the Parameters field's value.

func (*AssociationDescription) SetScheduleExpression

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

SetScheduleExpression sets the ScheduleExpression field's value.

func (*AssociationDescription) SetScheduleOffset

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

SetScheduleOffset sets the ScheduleOffset field's value.

func (*AssociationDescription) SetStatus

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

SetStatus sets the Status field's value.

func (*AssociationDescription) SetSyncCompliance

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

SetSyncCompliance sets the SyncCompliance field's value.

func (*AssociationDescription) SetTargetLocations

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

SetTargetLocations sets the TargetLocations field's value.

func (*AssociationDescription) SetTargetMaps

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

SetTargetMaps sets the TargetMaps field's value.

func (*AssociationDescription) SetTargets

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

SetTargets sets the Targets field's value.

func (*AssociationDescription) SetTriggeredAlarms

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

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (AssociationDescription) String

func (s AssociationDescription) String() string

String returns the string representation.

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

type AssociationDoesNotExist

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

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

The specified association doesn't exist.

func (*AssociationDoesNotExist) Code

func (s *AssociationDoesNotExist) Code() string

Code returns the exception type name.

func (*AssociationDoesNotExist) Error

func (s *AssociationDoesNotExist) Error() string

func (AssociationDoesNotExist) GoString

func (s AssociationDoesNotExist) GoString() string

GoString returns the string representation.

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

func (*AssociationDoesNotExist) Message

func (s *AssociationDoesNotExist) Message() string

Message returns the exception's message.

func (*AssociationDoesNotExist) OrigErr

func (s *AssociationDoesNotExist) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AssociationDoesNotExist) RequestID

func (s *AssociationDoesNotExist) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AssociationDoesNotExist) StatusCode

func (s *AssociationDoesNotExist) StatusCode() int

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

func (AssociationDoesNotExist) String

func (s AssociationDoesNotExist) String() string

String returns the string representation.

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

type AssociationExecution

type AssociationExecution struct {

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

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

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

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

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

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

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

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

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

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

Includes information about the specified association.

func (AssociationExecution) GoString

func (s AssociationExecution) GoString() string

GoString returns the string representation.

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

func (*AssociationExecution) SetAlarmConfiguration

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

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*AssociationExecution) SetAssociationId

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

SetAssociationId sets the AssociationId field's value.

func (*AssociationExecution) SetAssociationVersion

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

SetAssociationVersion sets the AssociationVersion field's value.

func (*AssociationExecution) SetCreatedTime

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

SetCreatedTime sets the CreatedTime field's value.

func (*AssociationExecution) SetDetailedStatus

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

SetDetailedStatus sets the DetailedStatus field's value.

func (*AssociationExecution) SetExecutionId

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

SetExecutionId sets the ExecutionId field's value.

func (*AssociationExecution) SetLastExecutionDate

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

SetLastExecutionDate sets the LastExecutionDate field's value.

func (*AssociationExecution) SetResourceCountByStatus

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

SetResourceCountByStatus sets the ResourceCountByStatus field's value.

func (*AssociationExecution) SetStatus

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

SetStatus sets the Status field's value.

func (*AssociationExecution) SetTriggeredAlarms

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

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (AssociationExecution) String

func (s AssociationExecution) String() string

String returns the string representation.

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

type AssociationExecutionDoesNotExist

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

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

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

func (*AssociationExecutionDoesNotExist) Code

func (s *AssociationExecutionDoesNotExist) Code() string

Code returns the exception type name.

func (*AssociationExecutionDoesNotExist) Error

func (s *AssociationExecutionDoesNotExist) Error() string

func (AssociationExecutionDoesNotExist) GoString

func (s AssociationExecutionDoesNotExist) GoString() string

GoString returns the string representation.

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

func (*AssociationExecutionDoesNotExist) Message

func (s *AssociationExecutionDoesNotExist) Message() string

Message returns the exception's message.

func (*AssociationExecutionDoesNotExist) OrigErr

func (s *AssociationExecutionDoesNotExist) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AssociationExecutionDoesNotExist) RequestID

func (s *AssociationExecutionDoesNotExist) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AssociationExecutionDoesNotExist) StatusCode

func (s *AssociationExecutionDoesNotExist) StatusCode() int

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

func (AssociationExecutionDoesNotExist) String

func (s AssociationExecutionDoesNotExist) String() string

String returns the string representation.

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

type AssociationExecutionFilter

type AssociationExecutionFilter struct {

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

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

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

Filters used in the request.

func (AssociationExecutionFilter) GoString

func (s AssociationExecutionFilter) GoString() string

GoString returns the string representation.

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

func (*AssociationExecutionFilter) SetKey

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

SetKey sets the Key field's value.

func (*AssociationExecutionFilter) SetType

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

SetType sets the Type field's value.

func (*AssociationExecutionFilter) SetValue

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

SetValue sets the Value field's value.

func (AssociationExecutionFilter) String

func (s AssociationExecutionFilter) String() string

String returns the string representation.

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

func (*AssociationExecutionFilter) Validate

func (s *AssociationExecutionFilter) Validate() error

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

type AssociationExecutionTarget

type AssociationExecutionTarget struct {

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

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

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

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

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

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

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

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

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

Includes information about the specified association execution.

func (AssociationExecutionTarget) GoString

func (s AssociationExecutionTarget) GoString() string

GoString returns the string representation.

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

func (*AssociationExecutionTarget) SetAssociationId

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

SetAssociationId sets the AssociationId field's value.

func (*AssociationExecutionTarget) SetAssociationVersion

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

SetAssociationVersion sets the AssociationVersion field's value.

func (*AssociationExecutionTarget) SetDetailedStatus

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

SetDetailedStatus sets the DetailedStatus field's value.

func (*AssociationExecutionTarget) SetExecutionId

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

SetExecutionId sets the ExecutionId field's value.

func (*AssociationExecutionTarget) SetLastExecutionDate

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

SetLastExecutionDate sets the LastExecutionDate field's value.

func (*AssociationExecutionTarget) SetOutputSource

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

SetOutputSource sets the OutputSource field's value.

func (*AssociationExecutionTarget) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (*AssociationExecutionTarget) SetResourceType

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

SetResourceType sets the ResourceType field's value.

func (*AssociationExecutionTarget) SetStatus

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

SetStatus sets the Status field's value.

func (AssociationExecutionTarget) String

func (s AssociationExecutionTarget) String() string

String returns the string representation.

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

type AssociationExecutionTargetsFilter

type AssociationExecutionTargetsFilter struct {

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

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

Filters for the association execution.

func (AssociationExecutionTargetsFilter) GoString

func (s AssociationExecutionTargetsFilter) GoString() string

GoString returns the string representation.

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

func (*AssociationExecutionTargetsFilter) SetKey

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

SetKey sets the Key field's value.

func (*AssociationExecutionTargetsFilter) SetValue

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

SetValue sets the Value field's value.

func (AssociationExecutionTargetsFilter) String

func (s AssociationExecutionTargetsFilter) String() string

String returns the string representation.

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

func (*AssociationExecutionTargetsFilter) Validate

func (s *AssociationExecutionTargetsFilter) Validate() error

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

type AssociationFilter

type AssociationFilter struct {

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

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

Describes a filter.

func (AssociationFilter) GoString

func (s AssociationFilter) GoString() string

GoString returns the string representation.

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

func (*AssociationFilter) SetKey

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

SetKey sets the Key field's value.

func (*AssociationFilter) SetValue

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

SetValue sets the Value field's value.

func (AssociationFilter) String

func (s AssociationFilter) String() string

String returns the string representation.

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

func (*AssociationFilter) Validate

func (s *AssociationFilter) Validate() error

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

type AssociationLimitExceeded

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

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

You can have at most 2,000 active associations.

func (*AssociationLimitExceeded) Code

func (s *AssociationLimitExceeded) Code() string

Code returns the exception type name.

func (*AssociationLimitExceeded) Error

func (s *AssociationLimitExceeded) Error() string

func (AssociationLimitExceeded) GoString

func (s AssociationLimitExceeded) GoString() string

GoString returns the string representation.

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

func (*AssociationLimitExceeded) Message

func (s *AssociationLimitExceeded) Message() string

Message returns the exception's message.

func (*AssociationLimitExceeded) OrigErr

func (s *AssociationLimitExceeded) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AssociationLimitExceeded) RequestID

func (s *AssociationLimitExceeded) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AssociationLimitExceeded) StatusCode

func (s *AssociationLimitExceeded) StatusCode() int

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

func (AssociationLimitExceeded) String

func (s AssociationLimitExceeded) String() string

String returns the string representation.

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

type AssociationOverview

type AssociationOverview struct {

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

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

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

Information about the association.

func (AssociationOverview) GoString

func (s AssociationOverview) GoString() string

GoString returns the string representation.

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

func (*AssociationOverview) SetAssociationStatusAggregatedCount

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

SetAssociationStatusAggregatedCount sets the AssociationStatusAggregatedCount field's value.

func (*AssociationOverview) SetDetailedStatus

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

SetDetailedStatus sets the DetailedStatus field's value.

func (*AssociationOverview) SetStatus

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

SetStatus sets the Status field's value.

func (AssociationOverview) String

func (s AssociationOverview) String() string

String returns the string representation.

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

type AssociationStatus

type AssociationStatus struct {

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

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

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

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

Describes an association status.

func (AssociationStatus) GoString

func (s AssociationStatus) GoString() string

GoString returns the string representation.

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

func (*AssociationStatus) SetAdditionalInfo

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

SetAdditionalInfo sets the AdditionalInfo field's value.

func (*AssociationStatus) SetDate

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

SetDate sets the Date field's value.

func (*AssociationStatus) SetMessage

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

SetMessage sets the Message field's value.

func (*AssociationStatus) SetName

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

SetName sets the Name field's value.

func (AssociationStatus) String

func (s AssociationStatus) String() string

String returns the string representation.

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

func (*AssociationStatus) Validate

func (s *AssociationStatus) Validate() error

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

type AssociationVersionInfo

type AssociationVersionInfo struct {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Information about the association version.

func (AssociationVersionInfo) GoString

func (s AssociationVersionInfo) GoString() string

GoString returns the string representation.

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

func (*AssociationVersionInfo) SetApplyOnlyAtCronInterval

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

SetApplyOnlyAtCronInterval sets the ApplyOnlyAtCronInterval field's value.

func (*AssociationVersionInfo) SetAssociationId

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

SetAssociationId sets the AssociationId field's value.

func (*AssociationVersionInfo) SetAssociationName

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

SetAssociationName sets the AssociationName field's value.

func (*AssociationVersionInfo) SetAssociationVersion

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

SetAssociationVersion sets the AssociationVersion field's value.

func (*AssociationVersionInfo) SetCalendarNames

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

SetCalendarNames sets the CalendarNames field's value.

func (*AssociationVersionInfo) SetComplianceSeverity

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

SetComplianceSeverity sets the ComplianceSeverity field's value.

func (*AssociationVersionInfo) SetCreatedDate

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

SetCreatedDate sets the CreatedDate field's value.

func (*AssociationVersionInfo) SetDocumentVersion

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

SetDocumentVersion sets the DocumentVersion field's value.

func (*AssociationVersionInfo) SetDuration

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

SetDuration sets the Duration field's value.

func (*AssociationVersionInfo) SetMaxConcurrency

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

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*AssociationVersionInfo) SetMaxErrors

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

SetMaxErrors sets the MaxErrors field's value.

func (*AssociationVersionInfo) SetName

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

SetName sets the Name field's value.

func (*AssociationVersionInfo) SetOutputLocation

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

SetOutputLocation sets the OutputLocation field's value.

func (*AssociationVersionInfo) SetParameters

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

SetParameters sets the Parameters field's value.

func (*AssociationVersionInfo) SetScheduleExpression

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

SetScheduleExpression sets the ScheduleExpression field's value.

func (*AssociationVersionInfo) SetScheduleOffset

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

SetScheduleOffset sets the ScheduleOffset field's value.

func (*AssociationVersionInfo) SetSyncCompliance

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

SetSyncCompliance sets the SyncCompliance field's value.

func (*AssociationVersionInfo) SetTargetLocations

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

SetTargetLocations sets the TargetLocations field's value.

func (*AssociationVersionInfo) SetTargetMaps

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

SetTargetMaps sets the TargetMaps field's value.

func (*AssociationVersionInfo) SetTargets

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

SetTargets sets the Targets field's value.

func (AssociationVersionInfo) String

func (s AssociationVersionInfo) String() string

String returns the string representation.

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

type AssociationVersionLimitExceeded

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

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

You have reached the maximum number versions allowed for an association. Each association has a limit of 1,000 versions.

func (*AssociationVersionLimitExceeded) Code

func (s *AssociationVersionLimitExceeded) Code() string

Code returns the exception type name.

func (*AssociationVersionLimitExceeded) Error

func (s *AssociationVersionLimitExceeded) Error() string

func (AssociationVersionLimitExceeded) GoString

func (s AssociationVersionLimitExceeded) GoString() string

GoString returns the string representation.

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

func (*AssociationVersionLimitExceeded) Message

func (s *AssociationVersionLimitExceeded) Message() string

Message returns the exception's message.

func (*AssociationVersionLimitExceeded) OrigErr

func (s *AssociationVersionLimitExceeded) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AssociationVersionLimitExceeded) RequestID

func (s *AssociationVersionLimitExceeded) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AssociationVersionLimitExceeded) StatusCode

func (s *AssociationVersionLimitExceeded) StatusCode() int

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

func (AssociationVersionLimitExceeded) String

func (s AssociationVersionLimitExceeded) String() string

String returns the string representation.

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

type AttachmentContent

type AttachmentContent struct {

    // The cryptographic hash value of the document content.
    Hash *string `type:"string"`

    // The hash algorithm used to calculate the hash value.
    HashType *string `type:"string" enum:"AttachmentHashType"`

    // The name of an attachment.
    Name *string `type:"string"`

    // The size of an attachment in bytes.
    Size *int64 `type:"long"`

    // The URL location of the attachment content.
    Url *string `type:"string"`
    // contains filtered or unexported fields
}

A structure that includes attributes that describe a document attachment.

func (AttachmentContent) GoString

func (s AttachmentContent) GoString() string

GoString returns the string representation.

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

func (*AttachmentContent) SetHash

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

SetHash sets the Hash field's value.

func (*AttachmentContent) SetHashType

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

SetHashType sets the HashType field's value.

func (*AttachmentContent) SetName

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

SetName sets the Name field's value.

func (*AttachmentContent) SetSize

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

SetSize sets the Size field's value.

func (*AttachmentContent) SetUrl

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

SetUrl sets the Url field's value.

func (AttachmentContent) String

func (s AttachmentContent) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AttachmentInformation

type AttachmentInformation struct {

    // The name of the attachment.
    Name *string `type:"string"`
    // contains filtered or unexported fields
}

An attribute of an attachment, such as the attachment name.

func (AttachmentInformation) GoString

func (s AttachmentInformation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AttachmentInformation) SetName

func (s *AttachmentInformation) SetName(v string) *AttachmentInformation

SetName sets the Name field's value.

func (AttachmentInformation) String

func (s AttachmentInformation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AttachmentsSource

type AttachmentsSource struct {

    // The key of a key-value pair that identifies the location of an attachment
    // to a document.
    Key *string `type:"string" enum:"AttachmentsSourceKey"`

    // The name of the document attachment file.
    Name *string `type:"string"`

    // The value of a key-value pair that identifies the location of an attachment
    // to a document. The format for Value depends on the type of key you specify.
    //
    //    * For the key SourceUrl, the value is an S3 bucket location. For example:
    //    "Values": [ "s3://doc-example-bucket/my-folder" ]
    //
    //    * For the key S3FileUrl, the value is a file in an S3 bucket. For example:
    //    "Values": [ "s3://doc-example-bucket/my-folder/my-file.py" ]
    //
    //    * For the key AttachmentReference, the value is constructed from the name
    //    of another SSM document in your account, a version number of that document,
    //    and a file attached to that document version that you want to reuse. For
    //    example: "Values": [ "MyOtherDocument/3/my-other-file.py" ] However, if
    //    the SSM document is shared with you from another account, the full SSM
    //    document ARN must be specified instead of the document name only. For
    //    example: "Values": [ "arn:aws:ssm:us-east-2:111122223333:document/OtherAccountDocument/3/their-file.py"
    //    ]
    Values []*string `min:"1" type:"list"`
    // contains filtered or unexported fields
}

Identifying information about a document attachment, including the file name and a key-value pair that identifies the location of an attachment to a document.

func (AttachmentsSource) GoString

func (s AttachmentsSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AttachmentsSource) SetKey

func (s *AttachmentsSource) SetKey(v string) *AttachmentsSource

SetKey sets the Key field's value.

func (*AttachmentsSource) SetName

func (s *AttachmentsSource) SetName(v string) *AttachmentsSource

SetName sets the Name field's value.

func (*AttachmentsSource) SetValues

func (s *AttachmentsSource) SetValues(v []*string) *AttachmentsSource

SetValues sets the Values field's value.

func (AttachmentsSource) String

func (s AttachmentsSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AttachmentsSource) Validate

func (s *AttachmentsSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutomationDefinitionNotApprovedException

type AutomationDefinitionNotApprovedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Indicates that the Change Manager change template used in the change request was rejected or is still in a pending state.

func (*AutomationDefinitionNotApprovedException) Code

func (s *AutomationDefinitionNotApprovedException) Code() string

Code returns the exception type name.

func (*AutomationDefinitionNotApprovedException) Error

func (s *AutomationDefinitionNotApprovedException) Error() string

func (AutomationDefinitionNotApprovedException) GoString

func (s AutomationDefinitionNotApprovedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationDefinitionNotApprovedException) Message

func (s *AutomationDefinitionNotApprovedException) Message() string

Message returns the exception's message.

func (*AutomationDefinitionNotApprovedException) OrigErr

func (s *AutomationDefinitionNotApprovedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AutomationDefinitionNotApprovedException) RequestID

func (s *AutomationDefinitionNotApprovedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AutomationDefinitionNotApprovedException) StatusCode

func (s *AutomationDefinitionNotApprovedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AutomationDefinitionNotApprovedException) String

func (s AutomationDefinitionNotApprovedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutomationDefinitionNotFoundException

type AutomationDefinitionNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

An Automation runbook with the specified name couldn't be found.

func (*AutomationDefinitionNotFoundException) Code

func (s *AutomationDefinitionNotFoundException) Code() string

Code returns the exception type name.

func (*AutomationDefinitionNotFoundException) Error

func (s *AutomationDefinitionNotFoundException) Error() string

func (AutomationDefinitionNotFoundException) GoString

func (s AutomationDefinitionNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationDefinitionNotFoundException) Message

func (s *AutomationDefinitionNotFoundException) Message() string

Message returns the exception's message.

func (*AutomationDefinitionNotFoundException) OrigErr

func (s *AutomationDefinitionNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AutomationDefinitionNotFoundException) RequestID

func (s *AutomationDefinitionNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AutomationDefinitionNotFoundException) StatusCode

func (s *AutomationDefinitionNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AutomationDefinitionNotFoundException) String

func (s AutomationDefinitionNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutomationDefinitionVersionNotFoundException

type AutomationDefinitionVersionNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

An Automation runbook with the specified name and version couldn't be found.

func (*AutomationDefinitionVersionNotFoundException) Code

func (s *AutomationDefinitionVersionNotFoundException) Code() string

Code returns the exception type name.

func (*AutomationDefinitionVersionNotFoundException) Error

func (s *AutomationDefinitionVersionNotFoundException) Error() string

func (AutomationDefinitionVersionNotFoundException) GoString

func (s AutomationDefinitionVersionNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationDefinitionVersionNotFoundException) Message

func (s *AutomationDefinitionVersionNotFoundException) Message() string

Message returns the exception's message.

func (*AutomationDefinitionVersionNotFoundException) OrigErr

func (s *AutomationDefinitionVersionNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AutomationDefinitionVersionNotFoundException) RequestID

func (s *AutomationDefinitionVersionNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AutomationDefinitionVersionNotFoundException) StatusCode

func (s *AutomationDefinitionVersionNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AutomationDefinitionVersionNotFoundException) String

func (s AutomationDefinitionVersionNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutomationExecution

type AutomationExecution struct {

    // The details for the CloudWatch alarm applied to your automation.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // The ID of a State Manager association used in the Automation operation.
    AssociationId *string `type:"string"`

    // The execution ID.
    AutomationExecutionId *string `min:"36" type:"string"`

    // The execution status of the Automation.
    AutomationExecutionStatus *string `type:"string" enum:"AutomationExecutionStatus"`

    // The subtype of the Automation operation. Currently, the only supported value
    // is ChangeRequest.
    AutomationSubtype *string `type:"string" enum:"AutomationSubtype"`

    // The name of the Change Manager change request.
    ChangeRequestName *string `min:"1" type:"string"`

    // The action of the step that is currently running.
    CurrentAction *string `type:"string"`

    // The name of the step that is currently running.
    CurrentStepName *string `type:"string"`

    // The name of the Automation runbook used during the execution.
    DocumentName *string `type:"string"`

    // The version of the document to use during execution.
    DocumentVersion *string `type:"string"`

    // The Amazon Resource Name (ARN) of the user who ran the automation.
    ExecutedBy *string `type:"string"`

    // The time the execution finished.
    ExecutionEndTime *time.Time `type:"timestamp"`

    // The time the execution started.
    ExecutionStartTime *time.Time `type:"timestamp"`

    // A message describing why an execution has failed, if the status is set to
    // Failed.
    FailureMessage *string `type:"string"`

    // The MaxConcurrency value specified by the user when the execution started.
    MaxConcurrency *string `min:"1" type:"string"`

    // The MaxErrors value specified by the user when the execution started.
    MaxErrors *string `min:"1" type:"string"`

    // The automation execution mode.
    Mode *string `type:"string" enum:"ExecutionMode"`

    // The ID of an OpsItem that is created to represent a Change Manager change
    // request.
    OpsItemId *string `type:"string"`

    // The list of execution outputs as defined in the Automation runbook.
    Outputs map[string][]*string `min:"1" type:"map"`

    // The key-value map of execution parameters, which were supplied when calling
    // StartAutomationExecution.
    Parameters map[string][]*string `min:"1" type:"map"`

    // The AutomationExecutionId of the parent automation.
    ParentAutomationExecutionId *string `min:"36" type:"string"`

    // An aggregate of step execution statuses displayed in the Amazon Web Services
    // Systems Manager console for a multi-Region and multi-account Automation execution.
    ProgressCounters *ProgressCounters `type:"structure"`

    // A list of resolved targets in the rate control execution.
    ResolvedTargets *ResolvedTargets `type:"structure"`

    // Information about the Automation runbooks that are run as part of a runbook
    // workflow.
    //
    // The Automation runbooks specified for the runbook workflow can't run until
    // all required approvals for the change request have been received.
    Runbooks []*Runbook `min:"1" type:"list"`

    // The date and time the Automation operation is scheduled to start.
    ScheduledTime *time.Time `type:"timestamp"`

    // A list of details about the current state of all steps that comprise an execution.
    // An Automation runbook contains a list of steps that are run in order.
    StepExecutions []*StepExecution `type:"list"`

    // A boolean value that indicates if the response contains the full list of
    // the Automation step executions. If true, use the DescribeAutomationStepExecutions
    // API operation to get the full list of step executions.
    StepExecutionsTruncated *bool `type:"boolean"`

    // The target of the execution.
    Target *string `type:"string"`

    // The combination of Amazon Web Services Regions and/or Amazon Web Services
    // accounts where you want to run the Automation.
    TargetLocations []*TargetLocation `min:"1" type:"list"`

    // The specified key-value mapping of document parameters to target resources.
    TargetMaps []map[string][]*string `type:"list"`

    // The parameter name.
    TargetParameterName *string `min:"1" type:"string"`

    // The specified targets.
    Targets []*Target `type:"list"`

    // The CloudWatch alarm that was invoked by the automation.
    TriggeredAlarms []*AlarmStateInformation `min:"1" type:"list"`

    // Variables defined for the automation.
    Variables map[string][]*string `min:"1" type:"map"`
    // contains filtered or unexported fields
}

Detailed information about the current state of an individual Automation execution.

func (AutomationExecution) GoString

func (s AutomationExecution) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationExecution) SetAlarmConfiguration

func (s *AutomationExecution) SetAlarmConfiguration(v *AlarmConfiguration) *AutomationExecution

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*AutomationExecution) SetAssociationId

func (s *AutomationExecution) SetAssociationId(v string) *AutomationExecution

SetAssociationId sets the AssociationId field's value.

func (*AutomationExecution) SetAutomationExecutionId

func (s *AutomationExecution) SetAutomationExecutionId(v string) *AutomationExecution

SetAutomationExecutionId sets the AutomationExecutionId field's value.

func (*AutomationExecution) SetAutomationExecutionStatus

func (s *AutomationExecution) SetAutomationExecutionStatus(v string) *AutomationExecution

SetAutomationExecutionStatus sets the AutomationExecutionStatus field's value.

func (*AutomationExecution) SetAutomationSubtype

func (s *AutomationExecution) SetAutomationSubtype(v string) *AutomationExecution

SetAutomationSubtype sets the AutomationSubtype field's value.

func (*AutomationExecution) SetChangeRequestName

func (s *AutomationExecution) SetChangeRequestName(v string) *AutomationExecution

SetChangeRequestName sets the ChangeRequestName field's value.

func (*AutomationExecution) SetCurrentAction

func (s *AutomationExecution) SetCurrentAction(v string) *AutomationExecution

SetCurrentAction sets the CurrentAction field's value.

func (*AutomationExecution) SetCurrentStepName

func (s *AutomationExecution) SetCurrentStepName(v string) *AutomationExecution

SetCurrentStepName sets the CurrentStepName field's value.

func (*AutomationExecution) SetDocumentName

func (s *AutomationExecution) SetDocumentName(v string) *AutomationExecution

SetDocumentName sets the DocumentName field's value.

func (*AutomationExecution) SetDocumentVersion

func (s *AutomationExecution) SetDocumentVersion(v string) *AutomationExecution

SetDocumentVersion sets the DocumentVersion field's value.

func (*AutomationExecution) SetExecutedBy

func (s *AutomationExecution) SetExecutedBy(v string) *AutomationExecution

SetExecutedBy sets the ExecutedBy field's value.

func (*AutomationExecution) SetExecutionEndTime

func (s *AutomationExecution) SetExecutionEndTime(v time.Time) *AutomationExecution

SetExecutionEndTime sets the ExecutionEndTime field's value.

func (*AutomationExecution) SetExecutionStartTime

func (s *AutomationExecution) SetExecutionStartTime(v time.Time) *AutomationExecution

SetExecutionStartTime sets the ExecutionStartTime field's value.

func (*AutomationExecution) SetFailureMessage

func (s *AutomationExecution) SetFailureMessage(v string) *AutomationExecution

SetFailureMessage sets the FailureMessage field's value.

func (*AutomationExecution) SetMaxConcurrency

func (s *AutomationExecution) SetMaxConcurrency(v string) *AutomationExecution

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*AutomationExecution) SetMaxErrors

func (s *AutomationExecution) SetMaxErrors(v string) *AutomationExecution

SetMaxErrors sets the MaxErrors field's value.

func (*AutomationExecution) SetMode

func (s *AutomationExecution) SetMode(v string) *AutomationExecution

SetMode sets the Mode field's value.

func (*AutomationExecution) SetOpsItemId

func (s *AutomationExecution) SetOpsItemId(v string) *AutomationExecution

SetOpsItemId sets the OpsItemId field's value.

func (*AutomationExecution) SetOutputs

func (s *AutomationExecution) SetOutputs(v map[string][]*string) *AutomationExecution

SetOutputs sets the Outputs field's value.

func (*AutomationExecution) SetParameters

func (s *AutomationExecution) SetParameters(v map[string][]*string) *AutomationExecution

SetParameters sets the Parameters field's value.

func (*AutomationExecution) SetParentAutomationExecutionId

func (s *AutomationExecution) SetParentAutomationExecutionId(v string) *AutomationExecution

SetParentAutomationExecutionId sets the ParentAutomationExecutionId field's value.

func (*AutomationExecution) SetProgressCounters

func (s *AutomationExecution) SetProgressCounters(v *ProgressCounters) *AutomationExecution

SetProgressCounters sets the ProgressCounters field's value.

func (*AutomationExecution) SetResolvedTargets

func (s *AutomationExecution) SetResolvedTargets(v *ResolvedTargets) *AutomationExecution

SetResolvedTargets sets the ResolvedTargets field's value.

func (*AutomationExecution) SetRunbooks

func (s *AutomationExecution) SetRunbooks(v []*Runbook) *AutomationExecution

SetRunbooks sets the Runbooks field's value.

func (*AutomationExecution) SetScheduledTime

func (s *AutomationExecution) SetScheduledTime(v time.Time) *AutomationExecution

SetScheduledTime sets the ScheduledTime field's value.

func (*AutomationExecution) SetStepExecutions

func (s *AutomationExecution) SetStepExecutions(v []*StepExecution) *AutomationExecution

SetStepExecutions sets the StepExecutions field's value.

func (*AutomationExecution) SetStepExecutionsTruncated

func (s *AutomationExecution) SetStepExecutionsTruncated(v bool) *AutomationExecution

SetStepExecutionsTruncated sets the StepExecutionsTruncated field's value.

func (*AutomationExecution) SetTarget

func (s *AutomationExecution) SetTarget(v string) *AutomationExecution

SetTarget sets the Target field's value.

func (*AutomationExecution) SetTargetLocations

func (s *AutomationExecution) SetTargetLocations(v []*TargetLocation) *AutomationExecution

SetTargetLocations sets the TargetLocations field's value.

func (*AutomationExecution) SetTargetMaps

func (s *AutomationExecution) SetTargetMaps(v []map[string][]*string) *AutomationExecution

SetTargetMaps sets the TargetMaps field's value.

func (*AutomationExecution) SetTargetParameterName

func (s *AutomationExecution) SetTargetParameterName(v string) *AutomationExecution

SetTargetParameterName sets the TargetParameterName field's value.

func (*AutomationExecution) SetTargets

func (s *AutomationExecution) SetTargets(v []*Target) *AutomationExecution

SetTargets sets the Targets field's value.

func (*AutomationExecution) SetTriggeredAlarms

func (s *AutomationExecution) SetTriggeredAlarms(v []*AlarmStateInformation) *AutomationExecution

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (*AutomationExecution) SetVariables

func (s *AutomationExecution) SetVariables(v map[string][]*string) *AutomationExecution

SetVariables sets the Variables field's value.

func (AutomationExecution) String

func (s AutomationExecution) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutomationExecutionFilter

type AutomationExecutionFilter struct {

    // One or more keys to limit the results.
    //
    // Key is a required field
    Key *string `type:"string" required:"true" enum:"AutomationExecutionFilterKey"`

    // The values used to limit the execution information associated with the filter's
    // key.
    //
    // Values is a required field
    Values []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

A filter used to match specific automation executions. This is used to limit the scope of Automation execution information returned.

func (AutomationExecutionFilter) GoString

func (s AutomationExecutionFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationExecutionFilter) SetKey

func (s *AutomationExecutionFilter) SetKey(v string) *AutomationExecutionFilter

SetKey sets the Key field's value.

func (*AutomationExecutionFilter) SetValues

func (s *AutomationExecutionFilter) SetValues(v []*string) *AutomationExecutionFilter

SetValues sets the Values field's value.

func (AutomationExecutionFilter) String

func (s AutomationExecutionFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationExecutionFilter) Validate

func (s *AutomationExecutionFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutomationExecutionLimitExceededException

type AutomationExecutionLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The number of simultaneously running Automation executions exceeded the allowable limit.

func (*AutomationExecutionLimitExceededException) Code

func (s *AutomationExecutionLimitExceededException) Code() string

Code returns the exception type name.

func (*AutomationExecutionLimitExceededException) Error

func (s *AutomationExecutionLimitExceededException) Error() string

func (AutomationExecutionLimitExceededException) GoString

func (s AutomationExecutionLimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationExecutionLimitExceededException) Message

func (s *AutomationExecutionLimitExceededException) Message() string

Message returns the exception's message.

func (*AutomationExecutionLimitExceededException) OrigErr

func (s *AutomationExecutionLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AutomationExecutionLimitExceededException) RequestID

func (s *AutomationExecutionLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AutomationExecutionLimitExceededException) StatusCode

func (s *AutomationExecutionLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AutomationExecutionLimitExceededException) String

func (s AutomationExecutionLimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutomationExecutionMetadata

type AutomationExecutionMetadata struct {

    // The details for the CloudWatch alarm applied to your automation.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // The ID of a State Manager association used in the Automation operation.
    AssociationId *string `type:"string"`

    // The execution ID.
    AutomationExecutionId *string `min:"36" type:"string"`

    // The status of the execution.
    AutomationExecutionStatus *string `type:"string" enum:"AutomationExecutionStatus"`

    // The subtype of the Automation operation. Currently, the only supported value
    // is ChangeRequest.
    AutomationSubtype *string `type:"string" enum:"AutomationSubtype"`

    // Use this filter with DescribeAutomationExecutions. Specify either Local or
    // CrossAccount. CrossAccount is an Automation that runs in multiple Amazon
    // Web Services Regions and Amazon Web Services accounts. For more information,
    // see Running Automation workflows in multiple Amazon Web Services Regions
    // and accounts (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html)
    // in the Amazon Web Services Systems Manager User Guide.
    AutomationType *string `type:"string" enum:"AutomationType"`

    // The name of the Change Manager change request.
    ChangeRequestName *string `min:"1" type:"string"`

    // The action of the step that is currently running.
    CurrentAction *string `type:"string"`

    // The name of the step that is currently running.
    CurrentStepName *string `type:"string"`

    // The name of the Automation runbook used during execution.
    DocumentName *string `type:"string"`

    // The document version used during the execution.
    DocumentVersion *string `type:"string"`

    // The IAM role ARN of the user who ran the automation.
    ExecutedBy *string `type:"string"`

    // The time the execution finished. This isn't populated if the execution is
    // still in progress.
    ExecutionEndTime *time.Time `type:"timestamp"`

    // The time the execution started.
    ExecutionStartTime *time.Time `type:"timestamp"`

    // The list of execution outputs as defined in the Automation runbook.
    FailureMessage *string `type:"string"`

    // An S3 bucket where execution information is stored.
    LogFile *string `type:"string"`

    // The MaxConcurrency value specified by the user when starting the automation.
    MaxConcurrency *string `min:"1" type:"string"`

    // The MaxErrors value specified by the user when starting the automation.
    MaxErrors *string `min:"1" type:"string"`

    // The Automation execution mode.
    Mode *string `type:"string" enum:"ExecutionMode"`

    // The ID of an OpsItem that is created to represent a Change Manager change
    // request.
    OpsItemId *string `type:"string"`

    // The list of execution outputs as defined in the Automation runbook.
    Outputs map[string][]*string `min:"1" type:"map"`

    // The execution ID of the parent automation.
    ParentAutomationExecutionId *string `min:"36" type:"string"`

    // A list of targets that resolved during the execution.
    ResolvedTargets *ResolvedTargets `type:"structure"`

    // Information about the Automation runbooks that are run during a runbook workflow
    // in Change Manager.
    //
    // The Automation runbooks specified for the runbook workflow can't run until
    // all required approvals for the change request have been received.
    Runbooks []*Runbook `min:"1" type:"list"`

    // The date and time the Automation operation is scheduled to start.
    ScheduledTime *time.Time `type:"timestamp"`

    // The list of execution outputs as defined in the Automation runbook.
    Target *string `type:"string"`

    // The specified key-value mapping of document parameters to target resources.
    TargetMaps []map[string][]*string `type:"list"`

    // The list of execution outputs as defined in the Automation runbook.
    TargetParameterName *string `min:"1" type:"string"`

    // The targets defined by the user when starting the automation.
    Targets []*Target `type:"list"`

    // The CloudWatch alarm that was invoked by the automation.
    TriggeredAlarms []*AlarmStateInformation `min:"1" type:"list"`
    // contains filtered or unexported fields
}

Details about a specific Automation execution.

func (AutomationExecutionMetadata) GoString

func (s AutomationExecutionMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationExecutionMetadata) SetAlarmConfiguration

func (s *AutomationExecutionMetadata) SetAlarmConfiguration(v *AlarmConfiguration) *AutomationExecutionMetadata

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*AutomationExecutionMetadata) SetAssociationId

func (s *AutomationExecutionMetadata) SetAssociationId(v string) *AutomationExecutionMetadata

SetAssociationId sets the AssociationId field's value.

func (*AutomationExecutionMetadata) SetAutomationExecutionId

func (s *AutomationExecutionMetadata) SetAutomationExecutionId(v string) *AutomationExecutionMetadata

SetAutomationExecutionId sets the AutomationExecutionId field's value.

func (*AutomationExecutionMetadata) SetAutomationExecutionStatus

func (s *AutomationExecutionMetadata) SetAutomationExecutionStatus(v string) *AutomationExecutionMetadata

SetAutomationExecutionStatus sets the AutomationExecutionStatus field's value.

func (*AutomationExecutionMetadata) SetAutomationSubtype

func (s *AutomationExecutionMetadata) SetAutomationSubtype(v string) *AutomationExecutionMetadata

SetAutomationSubtype sets the AutomationSubtype field's value.

func (*AutomationExecutionMetadata) SetAutomationType

func (s *AutomationExecutionMetadata) SetAutomationType(v string) *AutomationExecutionMetadata

SetAutomationType sets the AutomationType field's value.

func (*AutomationExecutionMetadata) SetChangeRequestName

func (s *AutomationExecutionMetadata) SetChangeRequestName(v string) *AutomationExecutionMetadata

SetChangeRequestName sets the ChangeRequestName field's value.

func (*AutomationExecutionMetadata) SetCurrentAction

func (s *AutomationExecutionMetadata) SetCurrentAction(v string) *AutomationExecutionMetadata

SetCurrentAction sets the CurrentAction field's value.

func (*AutomationExecutionMetadata) SetCurrentStepName

func (s *AutomationExecutionMetadata) SetCurrentStepName(v string) *AutomationExecutionMetadata

SetCurrentStepName sets the CurrentStepName field's value.

func (*AutomationExecutionMetadata) SetDocumentName

func (s *AutomationExecutionMetadata) SetDocumentName(v string) *AutomationExecutionMetadata

SetDocumentName sets the DocumentName field's value.

func (*AutomationExecutionMetadata) SetDocumentVersion

func (s *AutomationExecutionMetadata) SetDocumentVersion(v string) *AutomationExecutionMetadata

SetDocumentVersion sets the DocumentVersion field's value.

func (*AutomationExecutionMetadata) SetExecutedBy

func (s *AutomationExecutionMetadata) SetExecutedBy(v string) *AutomationExecutionMetadata

SetExecutedBy sets the ExecutedBy field's value.

func (*AutomationExecutionMetadata) SetExecutionEndTime

func (s *AutomationExecutionMetadata) SetExecutionEndTime(v time.Time) *AutomationExecutionMetadata

SetExecutionEndTime sets the ExecutionEndTime field's value.

func (*AutomationExecutionMetadata) SetExecutionStartTime

func (s *AutomationExecutionMetadata) SetExecutionStartTime(v time.Time) *AutomationExecutionMetadata

SetExecutionStartTime sets the ExecutionStartTime field's value.

func (*AutomationExecutionMetadata) SetFailureMessage

func (s *AutomationExecutionMetadata) SetFailureMessage(v string) *AutomationExecutionMetadata

SetFailureMessage sets the FailureMessage field's value.

func (*AutomationExecutionMetadata) SetLogFile

func (s *AutomationExecutionMetadata) SetLogFile(v string) *AutomationExecutionMetadata

SetLogFile sets the LogFile field's value.

func (*AutomationExecutionMetadata) SetMaxConcurrency

func (s *AutomationExecutionMetadata) SetMaxConcurrency(v string) *AutomationExecutionMetadata

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*AutomationExecutionMetadata) SetMaxErrors

func (s *AutomationExecutionMetadata) SetMaxErrors(v string) *AutomationExecutionMetadata

SetMaxErrors sets the MaxErrors field's value.

func (*AutomationExecutionMetadata) SetMode

func (s *AutomationExecutionMetadata) SetMode(v string) *AutomationExecutionMetadata

SetMode sets the Mode field's value.

func (*AutomationExecutionMetadata) SetOpsItemId

func (s *AutomationExecutionMetadata) SetOpsItemId(v string) *AutomationExecutionMetadata

SetOpsItemId sets the OpsItemId field's value.

func (*AutomationExecutionMetadata) SetOutputs

func (s *AutomationExecutionMetadata) SetOutputs(v map[string][]*string) *AutomationExecutionMetadata

SetOutputs sets the Outputs field's value.

func (*AutomationExecutionMetadata) SetParentAutomationExecutionId

func (s *AutomationExecutionMetadata) SetParentAutomationExecutionId(v string) *AutomationExecutionMetadata

SetParentAutomationExecutionId sets the ParentAutomationExecutionId field's value.

func (*AutomationExecutionMetadata) SetResolvedTargets

func (s *AutomationExecutionMetadata) SetResolvedTargets(v *ResolvedTargets) *AutomationExecutionMetadata

SetResolvedTargets sets the ResolvedTargets field's value.

func (*AutomationExecutionMetadata) SetRunbooks

func (s *AutomationExecutionMetadata) SetRunbooks(v []*Runbook) *AutomationExecutionMetadata

SetRunbooks sets the Runbooks field's value.

func (*AutomationExecutionMetadata) SetScheduledTime

func (s *AutomationExecutionMetadata) SetScheduledTime(v time.Time) *AutomationExecutionMetadata

SetScheduledTime sets the ScheduledTime field's value.

func (*AutomationExecutionMetadata) SetTarget

func (s *AutomationExecutionMetadata) SetTarget(v string) *AutomationExecutionMetadata

SetTarget sets the Target field's value.

func (*AutomationExecutionMetadata) SetTargetMaps

func (s *AutomationExecutionMetadata) SetTargetMaps(v []map[string][]*string) *AutomationExecutionMetadata

SetTargetMaps sets the TargetMaps field's value.

func (*AutomationExecutionMetadata) SetTargetParameterName

func (s *AutomationExecutionMetadata) SetTargetParameterName(v string) *AutomationExecutionMetadata

SetTargetParameterName sets the TargetParameterName field's value.

func (*AutomationExecutionMetadata) SetTargets

func (s *AutomationExecutionMetadata) SetTargets(v []*Target) *AutomationExecutionMetadata

SetTargets sets the Targets field's value.

func (*AutomationExecutionMetadata) SetTriggeredAlarms

func (s *AutomationExecutionMetadata) SetTriggeredAlarms(v []*AlarmStateInformation) *AutomationExecutionMetadata

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (AutomationExecutionMetadata) String

func (s AutomationExecutionMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutomationExecutionNotFoundException

type AutomationExecutionNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

There is no automation execution information for the requested automation execution ID.

func (*AutomationExecutionNotFoundException) Code

func (s *AutomationExecutionNotFoundException) Code() string

Code returns the exception type name.

func (*AutomationExecutionNotFoundException) Error

func (s *AutomationExecutionNotFoundException) Error() string

func (AutomationExecutionNotFoundException) GoString

func (s AutomationExecutionNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationExecutionNotFoundException) Message

func (s *AutomationExecutionNotFoundException) Message() string

Message returns the exception's message.

func (*AutomationExecutionNotFoundException) OrigErr

func (s *AutomationExecutionNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AutomationExecutionNotFoundException) RequestID

func (s *AutomationExecutionNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AutomationExecutionNotFoundException) StatusCode

func (s *AutomationExecutionNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AutomationExecutionNotFoundException) String

func (s AutomationExecutionNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutomationStepNotFoundException

type AutomationStepNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified step name and execution ID don't exist. Verify the information and try again.

func (*AutomationStepNotFoundException) Code

func (s *AutomationStepNotFoundException) Code() string

Code returns the exception type name.

func (*AutomationStepNotFoundException) Error

func (s *AutomationStepNotFoundException) Error() string

func (AutomationStepNotFoundException) GoString

func (s AutomationStepNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationStepNotFoundException) Message

func (s *AutomationStepNotFoundException) Message() string

Message returns the exception's message.

func (*AutomationStepNotFoundException) OrigErr

func (s *AutomationStepNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AutomationStepNotFoundException) RequestID

func (s *AutomationStepNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AutomationStepNotFoundException) StatusCode

func (s *AutomationStepNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AutomationStepNotFoundException) String

func (s AutomationStepNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BaselineOverride

type BaselineOverride struct {

    // A set of rules defining the approval rules for a patch baseline.
    ApprovalRules *PatchRuleGroup `type:"structure"`

    // A list of explicitly approved patches for the baseline.
    //
    // For information about accepted formats for lists of approved patches and
    // rejected patches, see About package name formats for approved and rejected
    // patch lists (https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html)
    // in the Amazon Web Services Systems Manager User Guide.
    ApprovedPatches []*string `type:"list"`

    // Defines the compliance level for approved patches. When an approved patch
    // is reported as missing, this value describes the severity of the compliance
    // violation.
    ApprovedPatchesComplianceLevel *string `type:"string" enum:"PatchComplianceLevel"`

    // Indicates whether the list of approved patches includes non-security updates
    // that should be applied to the managed nodes. The default value is false.
    // Applies to Linux managed nodes only.
    ApprovedPatchesEnableNonSecurity *bool `type:"boolean"`

    // A set of patch filters, typically used for approval rules.
    GlobalFilters *PatchFilterGroup `type:"structure"`

    // The operating system rule used by the patch baseline override.
    OperatingSystem *string `type:"string" enum:"OperatingSystem"`

    // A list of explicitly rejected patches for the baseline.
    //
    // For information about accepted formats for lists of approved patches and
    // rejected patches, see About package name formats for approved and rejected
    // patch lists (https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html)
    // in the Amazon Web Services Systems Manager User Guide.
    RejectedPatches []*string `type:"list"`

    // The action for Patch Manager to take on patches included in the RejectedPackages
    // list. A patch can be allowed only if it is a dependency of another package,
    // or blocked entirely along with packages that include it as a dependency.
    RejectedPatchesAction *string `type:"string" enum:"PatchAction"`

    // Information about the patches to use to update the managed nodes, including
    // target operating systems and source repositories. Applies to Linux managed
    // nodes only.
    Sources []*PatchSource `type:"list"`
    // contains filtered or unexported fields
}

Defines the basic information about a patch baseline override.

func (BaselineOverride) GoString

func (s BaselineOverride) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BaselineOverride) SetApprovalRules

func (s *BaselineOverride) SetApprovalRules(v *PatchRuleGroup) *BaselineOverride

SetApprovalRules sets the ApprovalRules field's value.

func (*BaselineOverride) SetApprovedPatches

func (s *BaselineOverride) SetApprovedPatches(v []*string) *BaselineOverride

SetApprovedPatches sets the ApprovedPatches field's value.

func (*BaselineOverride) SetApprovedPatchesComplianceLevel

func (s *BaselineOverride) SetApprovedPatchesComplianceLevel(v string) *BaselineOverride

SetApprovedPatchesComplianceLevel sets the ApprovedPatchesComplianceLevel field's value.

func (*BaselineOverride) SetApprovedPatchesEnableNonSecurity

func (s *BaselineOverride) SetApprovedPatchesEnableNonSecurity(v bool) *BaselineOverride

SetApprovedPatchesEnableNonSecurity sets the ApprovedPatchesEnableNonSecurity field's value.

func (*BaselineOverride) SetGlobalFilters

func (s *BaselineOverride) SetGlobalFilters(v *PatchFilterGroup) *BaselineOverride

SetGlobalFilters sets the GlobalFilters field's value.

func (*BaselineOverride) SetOperatingSystem

func (s *BaselineOverride) SetOperatingSystem(v string) *BaselineOverride

SetOperatingSystem sets the OperatingSystem field's value.

func (*BaselineOverride) SetRejectedPatches

func (s *BaselineOverride) SetRejectedPatches(v []*string) *BaselineOverride

SetRejectedPatches sets the RejectedPatches field's value.

func (*BaselineOverride) SetRejectedPatchesAction

func (s *BaselineOverride) SetRejectedPatchesAction(v string) *BaselineOverride

SetRejectedPatchesAction sets the RejectedPatchesAction field's value.

func (*BaselineOverride) SetSources

func (s *BaselineOverride) SetSources(v []*PatchSource) *BaselineOverride

SetSources sets the Sources field's value.

func (BaselineOverride) String

func (s BaselineOverride) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BaselineOverride) Validate

func (s *BaselineOverride) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelCommandInput

type CancelCommandInput struct {

    // The ID of the command you want to cancel.
    //
    // CommandId is a required field
    CommandId *string `min:"36" type:"string" required:"true"`

    // (Optional) A list of managed node IDs on which you want to cancel the command.
    // If not provided, the command is canceled on every node on which it was requested.
    InstanceIds []*string `type:"list"`
    // contains filtered or unexported fields
}

func (CancelCommandInput) GoString

func (s CancelCommandInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelCommandInput) SetCommandId

func (s *CancelCommandInput) SetCommandId(v string) *CancelCommandInput

SetCommandId sets the CommandId field's value.

func (*CancelCommandInput) SetInstanceIds

func (s *CancelCommandInput) SetInstanceIds(v []*string) *CancelCommandInput

SetInstanceIds sets the InstanceIds field's value.

func (CancelCommandInput) String

func (s CancelCommandInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelCommandInput) Validate

func (s *CancelCommandInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelCommandOutput

type CancelCommandOutput struct {
    // contains filtered or unexported fields
}

Whether or not the command was successfully canceled. There is no guarantee that a request can be canceled.

func (CancelCommandOutput) GoString

func (s CancelCommandOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CancelCommandOutput) String

func (s CancelCommandOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CancelMaintenanceWindowExecutionInput

type CancelMaintenanceWindowExecutionInput struct {

    // The ID of the maintenance window execution to stop.
    //
    // WindowExecutionId is a required field
    WindowExecutionId *string `min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CancelMaintenanceWindowExecutionInput) GoString

func (s CancelMaintenanceWindowExecutionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelMaintenanceWindowExecutionInput) SetWindowExecutionId

func (s *CancelMaintenanceWindowExecutionInput) SetWindowExecutionId(v string) *CancelMaintenanceWindowExecutionInput

SetWindowExecutionId sets the WindowExecutionId field's value.

func (CancelMaintenanceWindowExecutionInput) String

func (s CancelMaintenanceWindowExecutionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelMaintenanceWindowExecutionInput) Validate

func (s *CancelMaintenanceWindowExecutionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelMaintenanceWindowExecutionOutput

type CancelMaintenanceWindowExecutionOutput struct {

    // The ID of the maintenance window execution that has been stopped.
    WindowExecutionId *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (CancelMaintenanceWindowExecutionOutput) GoString

func (s CancelMaintenanceWindowExecutionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelMaintenanceWindowExecutionOutput) SetWindowExecutionId

func (s *CancelMaintenanceWindowExecutionOutput) SetWindowExecutionId(v string) *CancelMaintenanceWindowExecutionOutput

SetWindowExecutionId sets the WindowExecutionId field's value.

func (CancelMaintenanceWindowExecutionOutput) String

func (s CancelMaintenanceWindowExecutionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CloudWatchOutputConfig

type CloudWatchOutputConfig struct {

    // The name of the CloudWatch Logs log group where you want to send command
    // output. If you don't specify a group name, Amazon Web Services Systems Manager
    // automatically creates a log group for you. The log group uses the following
    // naming format:
    //
    // aws/ssm/SystemsManagerDocumentName
    CloudWatchLogGroupName *string `min:"1" type:"string"`

    // Enables Systems Manager to send command output to CloudWatch Logs.
    CloudWatchOutputEnabled *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Configuration options for sending command output to Amazon CloudWatch Logs.

func (CloudWatchOutputConfig) GoString

func (s CloudWatchOutputConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudWatchOutputConfig) SetCloudWatchLogGroupName

func (s *CloudWatchOutputConfig) SetCloudWatchLogGroupName(v string) *CloudWatchOutputConfig

SetCloudWatchLogGroupName sets the CloudWatchLogGroupName field's value.

func (*CloudWatchOutputConfig) SetCloudWatchOutputEnabled

func (s *CloudWatchOutputConfig) SetCloudWatchOutputEnabled(v bool) *CloudWatchOutputConfig

SetCloudWatchOutputEnabled sets the CloudWatchOutputEnabled field's value.

func (CloudWatchOutputConfig) String

func (s CloudWatchOutputConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudWatchOutputConfig) Validate

func (s *CloudWatchOutputConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Command

type Command struct {

    // The details for the CloudWatch alarm applied to your command.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // Amazon CloudWatch Logs information where you want Amazon Web Services Systems
    // Manager to send the command output.
    CloudWatchOutputConfig *CloudWatchOutputConfig `type:"structure"`

    // A unique identifier for this command.
    CommandId *string `min:"36" type:"string"`

    // User-specified information about the command, such as a brief description
    // of what the command should do.
    Comment *string `type:"string"`

    // The number of targets for which the command invocation reached a terminal
    // state. Terminal states include the following: Success, Failed, Execution
    // Timed Out, Delivery Timed Out, Cancelled, Terminated, or Undeliverable.
    CompletedCount *int64 `type:"integer"`

    // The number of targets for which the status is Delivery Timed Out.
    DeliveryTimedOutCount *int64 `type:"integer"`

    // The name of the document requested for execution.
    DocumentName *string `type:"string"`

    // The Systems Manager document (SSM document) version.
    DocumentVersion *string `type:"string"`

    // The number of targets for which the status is Failed or Execution Timed Out.
    ErrorCount *int64 `type:"integer"`

    // If a command expires, it changes status to DeliveryTimedOut for all invocations
    // that have the status InProgress, Pending, or Delayed. ExpiresAfter is calculated
    // based on the total timeout for the overall command. For more information,
    // see Understanding command timeout values (https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html?icmpid=docs_ec2_console#monitor-about-status-timeouts)
    // in the Amazon Web Services Systems Manager User Guide.
    ExpiresAfter *time.Time `type:"timestamp"`

    // The managed node IDs against which this command was requested.
    InstanceIds []*string `type:"list"`

    // The maximum number of managed nodes that are allowed to run the command at
    // the same time. You can specify a number of managed nodes, such as 10, or
    // a percentage of nodes, such as 10%. The default value is 50. For more information
    // about how to use MaxConcurrency, see Amazon Web Services Systems Manager
    // Run Command (https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html)
    // in the Amazon Web Services Systems Manager User Guide.
    MaxConcurrency *string `min:"1" type:"string"`

    // The maximum number of errors allowed before the system stops sending the
    // command to additional targets. You can specify a number of errors, such as
    // 10, or a percentage or errors, such as 10%. The default value is 0. For more
    // information about how to use MaxErrors, see Amazon Web Services Systems Manager
    // Run Command (https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html)
    // in the Amazon Web Services Systems Manager User Guide.
    MaxErrors *string `min:"1" type:"string"`

    // Configurations for sending notifications about command status changes.
    NotificationConfig *NotificationConfig `type:"structure"`

    // The S3 bucket where the responses to the command executions should be stored.
    // This was requested when issuing the command.
    OutputS3BucketName *string `min:"3" type:"string"`

    // The S3 directory path inside the bucket where the responses to the command
    // executions should be stored. This was requested when issuing the command.
    OutputS3KeyPrefix *string `type:"string"`

    // (Deprecated) You can no longer specify this parameter. The system ignores
    // it. Instead, Systems Manager automatically determines the Amazon Web Services
    // Region of the S3 bucket.
    OutputS3Region *string `min:"3" type:"string"`

    // The parameter values to be inserted in the document when running the command.
    //
    // Parameters is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by Command's
    // String and GoString methods.
    Parameters map[string][]*string `type:"map" sensitive:"true"`

    // The date and time the command was requested.
    RequestedDateTime *time.Time `type:"timestamp"`

    // The Identity and Access Management (IAM) service role that Run Command, a
    // capability of Amazon Web Services Systems Manager, uses to act on your behalf
    // when sending notifications about command status changes.
    ServiceRole *string `type:"string"`

    // The status of the command.
    Status *string `type:"string" enum:"CommandStatus"`

    // A detailed status of the command execution. StatusDetails includes more information
    // than Status because it includes states resulting from error and concurrency
    // control parameters. StatusDetails can show different results than Status.
    // For more information about these statuses, see Understanding command statuses
    // (https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html)
    // in the Amazon Web Services Systems Manager User Guide. StatusDetails can
    // be one of the following values:
    //
    //    * Pending: The command hasn't been sent to any managed nodes.
    //
    //    * In Progress: The command has been sent to at least one managed node
    //    but hasn't reached a final state on all managed nodes.
    //
    //    * Success: The command successfully ran on all invocations. This is a
    //    terminal state.
    //
    //    * Delivery Timed Out: The value of MaxErrors or more command invocations
    //    shows a status of Delivery Timed Out. This is a terminal state.
    //
    //    * Execution Timed Out: The value of MaxErrors or more command invocations
    //    shows a status of Execution Timed Out. This is a terminal state.
    //
    //    * Failed: The value of MaxErrors or more command invocations shows a status
    //    of Failed. This is a terminal state.
    //
    //    * Incomplete: The command was attempted on all managed nodes and one or
    //    more invocations doesn't have a value of Success but not enough invocations
    //    failed for the status to be Failed. This is a terminal state.
    //
    //    * Cancelled: The command was terminated before it was completed. This
    //    is a terminal state.
    //
    //    * Rate Exceeded: The number of managed nodes targeted by the command exceeded
    //    the account limit for pending invocations. The system has canceled the
    //    command before running it on any managed node. This is a terminal state.
    //
    //    * Delayed: The system attempted to send the command to the managed node
    //    but wasn't successful. The system retries again.
    StatusDetails *string `type:"string"`

    // The number of targets for the command.
    TargetCount *int64 `type:"integer"`

    // An array of search criteria that targets managed nodes using a Key,Value
    // combination that you specify. Targets is required if you don't provide one
    // or more managed node IDs in the call.
    Targets []*Target `type:"list"`

    // The TimeoutSeconds value specified for a command.
    TimeoutSeconds *int64 `min:"30" type:"integer"`

    // The CloudWatch alarm that was invoked by the command.
    TriggeredAlarms []*AlarmStateInformation `min:"1" type:"list"`
    // contains filtered or unexported fields
}

Describes a command request.

func (Command) GoString

func (s Command) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Command) SetAlarmConfiguration

func (s *Command) SetAlarmConfiguration(v *AlarmConfiguration) *Command

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*Command) SetCloudWatchOutputConfig

func (s *Command) SetCloudWatchOutputConfig(v *CloudWatchOutputConfig) *Command

SetCloudWatchOutputConfig sets the CloudWatchOutputConfig field's value.

func (*Command) SetCommandId

func (s *Command) SetCommandId(v string) *Command

SetCommandId sets the CommandId field's value.

func (*Command) SetComment

func (s *Command) SetComment(v string) *Command

SetComment sets the Comment field's value.

func (*Command) SetCompletedCount

func (s *Command) SetCompletedCount(v int64) *Command

SetCompletedCount sets the CompletedCount field's value.

func (*Command) SetDeliveryTimedOutCount

func (s *Command) SetDeliveryTimedOutCount(v int64) *Command

SetDeliveryTimedOutCount sets the DeliveryTimedOutCount field's value.

func (*Command) SetDocumentName

func (s *Command) SetDocumentName(v string) *Command

SetDocumentName sets the DocumentName field's value.

func (*Command) SetDocumentVersion

func (s *Command) SetDocumentVersion(v string) *Command

SetDocumentVersion sets the DocumentVersion field's value.

func (*Command) SetErrorCount

func (s *Command) SetErrorCount(v int64) *Command

SetErrorCount sets the ErrorCount field's value.

func (*Command) SetExpiresAfter

func (s *Command) SetExpiresAfter(v time.Time) *Command

SetExpiresAfter sets the ExpiresAfter field's value.

func (*Command) SetInstanceIds

func (s *Command) SetInstanceIds(v []*string) *Command

SetInstanceIds sets the InstanceIds field's value.

func (*Command) SetMaxConcurrency

func (s *Command) SetMaxConcurrency(v string) *Command

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*Command) SetMaxErrors

func (s *Command) SetMaxErrors(v string) *Command

SetMaxErrors sets the MaxErrors field's value.

func (*Command) SetNotificationConfig

func (s *Command) SetNotificationConfig(v *NotificationConfig) *Command

SetNotificationConfig sets the NotificationConfig field's value.

func (*Command) SetOutputS3BucketName

func (s *Command) SetOutputS3BucketName(v string) *Command

SetOutputS3BucketName sets the OutputS3BucketName field's value.

func (*Command) SetOutputS3KeyPrefix

func (s *Command) SetOutputS3KeyPrefix(v string) *Command

SetOutputS3KeyPrefix sets the OutputS3KeyPrefix field's value.

func (*Command) SetOutputS3Region

func (s *Command) SetOutputS3Region(v string) *Command

SetOutputS3Region sets the OutputS3Region field's value.

func (*Command) SetParameters

func (s *Command) SetParameters(v map[string][]*string) *Command

SetParameters sets the Parameters field's value.

func (*Command) SetRequestedDateTime

func (s *Command) SetRequestedDateTime(v time.Time) *Command

SetRequestedDateTime sets the RequestedDateTime field's value.

func (*Command) SetServiceRole

func (s *Command) SetServiceRole(v string) *Command

SetServiceRole sets the ServiceRole field's value.

func (*Command) SetStatus

func (s *Command) SetStatus(v string) *Command

SetStatus sets the Status field's value.

func (*Command) SetStatusDetails

func (s *Command) SetStatusDetails(v string) *Command

SetStatusDetails sets the StatusDetails field's value.

func (*Command) SetTargetCount

func (s *Command) SetTargetCount(v int64) *Command

SetTargetCount sets the TargetCount field's value.

func (*Command) SetTargets

func (s *Command) SetTargets(v []*Target) *Command

SetTargets sets the Targets field's value.

func (*Command) SetTimeoutSeconds

func (s *Command) SetTimeoutSeconds(v int64) *Command

SetTimeoutSeconds sets the TimeoutSeconds field's value.

func (*Command) SetTriggeredAlarms

func (s *Command) SetTriggeredAlarms(v []*AlarmStateInformation) *Command

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (Command) String

func (s Command) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CommandFilter

type CommandFilter struct {

    // The name of the filter.
    //
    // The ExecutionStage filter can't be used with the ListCommandInvocations operation,
    // only with ListCommands.
    //
    // Key is a required field
    Key *string `locationName:"key" type:"string" required:"true" enum:"CommandFilterKey"`

    // The filter value. Valid values for each filter key are as follows:
    //
    //    * InvokedAfter: Specify a timestamp to limit your results. For example,
    //    specify 2021-07-07T00:00:00Z to see a list of command executions occurring
    //    July 7, 2021, and later.
    //
    //    * InvokedBefore: Specify a timestamp to limit your results. For example,
    //    specify 2021-07-07T00:00:00Z to see a list of command executions from
    //    before July 7, 2021.
    //
    //    * Status: Specify a valid command status to see a list of all command
    //    executions with that status. The status choices depend on the API you
    //    call. The status values you can specify for ListCommands are: Pending
    //    InProgress Success Cancelled Failed TimedOut (this includes both Delivery
    //    and Execution time outs) AccessDenied DeliveryTimedOut ExecutionTimedOut
    //    Incomplete NoInstancesInTag LimitExceeded The status values you can specify
    //    for ListCommandInvocations are: Pending InProgress Delayed Success Cancelled
    //    Failed TimedOut (this includes both Delivery and Execution time outs)
    //    AccessDenied DeliveryTimedOut ExecutionTimedOut Undeliverable InvalidPlatform
    //    Terminated
    //
    //    * DocumentName: Specify name of the Amazon Web Services Systems Manager
    //    document (SSM document) for which you want to see command execution results.
    //    For example, specify AWS-RunPatchBaseline to see command executions that
    //    used this SSM document to perform security patching operations on managed
    //    nodes.
    //
    //    * ExecutionStage: Specify one of the following values (ListCommands operations
    //    only): Executing: Returns a list of command executions that are currently
    //    still running. Complete: Returns a list of command executions that have
    //    already completed.
    //
    // Value is a required field
    Value *string `locationName:"value" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Describes a command filter.

A managed node ID can't be specified when a command status is Pending because the command hasn't run on the node yet.

func (CommandFilter) GoString

func (s CommandFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CommandFilter) SetKey

func (s *CommandFilter) SetKey(v string) *CommandFilter

SetKey sets the Key field's value.

func (*CommandFilter) SetValue

func (s *CommandFilter) SetValue(v string) *CommandFilter

SetValue sets the Value field's value.

func (CommandFilter) String

func (s CommandFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CommandFilter) Validate

func (s *CommandFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CommandInvocation

type CommandInvocation struct {

    // Amazon CloudWatch Logs information where you want Amazon Web Services Systems
    // Manager to send the command output.
    CloudWatchOutputConfig *CloudWatchOutputConfig `type:"structure"`

    // The command against which this invocation was requested.
    CommandId *string `min:"36" type:"string"`

    // Plugins processed by the command.
    CommandPlugins []*CommandPlugin `type:"list"`

    // User-specified information about the command, such as a brief description
    // of what the command should do.
    Comment *string `type:"string"`

    // The document name that was requested for execution.
    DocumentName *string `type:"string"`

    // The Systems Manager document (SSM document) version.
    DocumentVersion *string `type:"string"`

    // The managed node ID in which this invocation was requested.
    InstanceId *string `type:"string"`

    // The fully qualified host name of the managed node.
    InstanceName *string `type:"string"`

    // Configurations for sending notifications about command status changes on
    // a per managed node basis.
    NotificationConfig *NotificationConfig `type:"structure"`

    // The time and date the request was sent to this managed node.
    RequestedDateTime *time.Time `type:"timestamp"`

    // The Identity and Access Management (IAM) service role that Run Command, a
    // capability of Amazon Web Services Systems Manager, uses to act on your behalf
    // when sending notifications about command status changes on a per managed
    // node basis.
    ServiceRole *string `type:"string"`

    // The URL to the plugin's StdErr file in Amazon Simple Storage Service (Amazon
    // S3), if the S3 bucket was defined for the parent command. For an invocation,
    // StandardErrorUrl is populated if there is just one plugin defined for the
    // command, and the S3 bucket was defined for the command.
    StandardErrorUrl *string `type:"string"`

    // The URL to the plugin's StdOut file in Amazon Simple Storage Service (Amazon
    // S3), if the S3 bucket was defined for the parent command. For an invocation,
    // StandardOutputUrl is populated if there is just one plugin defined for the
    // command, and the S3 bucket was defined for the command.
    StandardOutputUrl *string `type:"string"`

    // Whether or not the invocation succeeded, failed, or is pending.
    Status *string `type:"string" enum:"CommandInvocationStatus"`

    // A detailed status of the command execution for each invocation (each managed
    // node targeted by the command). StatusDetails includes more information than
    // Status because it includes states resulting from error and concurrency control
    // parameters. StatusDetails can show different results than Status. For more
    // information about these statuses, see Understanding command statuses (https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html)
    // in the Amazon Web Services Systems Manager User Guide. StatusDetails can
    // be one of the following values:
    //
    //    * Pending: The command hasn't been sent to the managed node.
    //
    //    * In Progress: The command has been sent to the managed node but hasn't
    //    reached a terminal state.
    //
    //    * Success: The execution of the command or plugin was successfully completed.
    //    This is a terminal state.
    //
    //    * Delivery Timed Out: The command wasn't delivered to the managed node
    //    before the delivery timeout expired. Delivery timeouts don't count against
    //    the parent command's MaxErrors limit, but they do contribute to whether
    //    the parent command status is Success or Incomplete. This is a terminal
    //    state.
    //
    //    * Execution Timed Out: Command execution started on the managed node,
    //    but the execution wasn't complete before the execution timeout expired.
    //    Execution timeouts count against the MaxErrors limit of the parent command.
    //    This is a terminal state.
    //
    //    * Failed: The command wasn't successful on the managed node. For a plugin,
    //    this indicates that the result code wasn't zero. For a command invocation,
    //    this indicates that the result code for one or more plugins wasn't zero.
    //    Invocation failures count against the MaxErrors limit of the parent command.
    //    This is a terminal state.
    //
    //    * Cancelled: The command was terminated before it was completed. This
    //    is a terminal state.
    //
    //    * Undeliverable: The command can't be delivered to the managed node. The
    //    managed node might not exist or might not be responding. Undeliverable
    //    invocations don't count against the parent command's MaxErrors limit and
    //    don't contribute to whether the parent command status is Success or Incomplete.
    //    This is a terminal state.
    //
    //    * Terminated: The parent command exceeded its MaxErrors limit and subsequent
    //    command invocations were canceled by the system. This is a terminal state.
    //
    //    * Delayed: The system attempted to send the command to the managed node
    //    but wasn't successful. The system retries again.
    StatusDetails *string `type:"string"`

    // Gets the trace output sent by the agent.
    TraceOutput *string `type:"string"`
    // contains filtered or unexported fields
}

An invocation is a copy of a command sent to a specific managed node. A command can apply to one or more managed nodes. A command invocation applies to one managed node. For example, if a user runs SendCommand against three managed nodes, then a command invocation is created for each requested managed node ID. A command invocation returns status and detail information about a command you ran.

func (CommandInvocation) GoString

func (s CommandInvocation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CommandInvocation) SetCloudWatchOutputConfig

func (s *CommandInvocation) SetCloudWatchOutputConfig(v *CloudWatchOutputConfig) *CommandInvocation

SetCloudWatchOutputConfig sets the CloudWatchOutputConfig field's value.

func (*CommandInvocation) SetCommandId

func (s *CommandInvocation) SetCommandId(v string) *CommandInvocation

SetCommandId sets the CommandId field's value.

func (*CommandInvocation) SetCommandPlugins

func (s *CommandInvocation) SetCommandPlugins(v []*CommandPlugin) *CommandInvocation

SetCommandPlugins sets the CommandPlugins field's value.

func (*CommandInvocation) SetComment

func (s *CommandInvocation) SetComment(v string) *CommandInvocation

SetComment sets the Comment field's value.

func (*CommandInvocation) SetDocumentName

func (s *CommandInvocation) SetDocumentName(v string) *CommandInvocation

SetDocumentName sets the DocumentName field's value.

func (*CommandInvocation) SetDocumentVersion

func (s *CommandInvocation) SetDocumentVersion(v string) *CommandInvocation

SetDocumentVersion sets the DocumentVersion field's value.

func (*CommandInvocation) SetInstanceId

func (s *CommandInvocation) SetInstanceId(v string) *CommandInvocation

SetInstanceId sets the InstanceId field's value.

func (*CommandInvocation) SetInstanceName

func (s *CommandInvocation) SetInstanceName(v string) *CommandInvocation

SetInstanceName sets the InstanceName field's value.

func (*CommandInvocation) SetNotificationConfig

func (s *CommandInvocation) SetNotificationConfig(v *NotificationConfig) *CommandInvocation

SetNotificationConfig sets the NotificationConfig field's value.

func (*CommandInvocation) SetRequestedDateTime

func (s *CommandInvocation) SetRequestedDateTime(v time.Time) *CommandInvocation

SetRequestedDateTime sets the RequestedDateTime field's value.

func (*CommandInvocation) SetServiceRole

func (s *CommandInvocation) SetServiceRole(v string) *CommandInvocation

SetServiceRole sets the ServiceRole field's value.

func (*CommandInvocation) SetStandardErrorUrl

func (s *CommandInvocation) SetStandardErrorUrl(v string) *CommandInvocation

SetStandardErrorUrl sets the StandardErrorUrl field's value.

func (*CommandInvocation) SetStandardOutputUrl

func (s *CommandInvocation) SetStandardOutputUrl(v string) *CommandInvocation

SetStandardOutputUrl sets the StandardOutputUrl field's value.

func (*CommandInvocation) SetStatus

func (s *CommandInvocation) SetStatus(v string) *CommandInvocation

SetStatus sets the Status field's value.

func (*CommandInvocation) SetStatusDetails

func (s *CommandInvocation) SetStatusDetails(v string) *CommandInvocation

SetStatusDetails sets the StatusDetails field's value.

func (*CommandInvocation) SetTraceOutput

func (s *CommandInvocation) SetTraceOutput(v string) *CommandInvocation

SetTraceOutput sets the TraceOutput field's value.

func (CommandInvocation) String

func (s CommandInvocation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CommandPlugin

type CommandPlugin struct {

    // The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin,
    // aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch,
    // aws:runShellScript, or aws:updateSSMAgent.
    Name *string `min:"4" type:"string"`

    // Output of the plugin execution.
    Output *string `type:"string"`

    // The S3 bucket where the responses to the command executions should be stored.
    // This was requested when issuing the command. For example, in the following
    // response:
    //
    // doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript
    //
    // doc-example-bucket is the name of the S3 bucket;
    //
    // ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix;
    //
    // i-02573cafcfEXAMPLE is the managed node ID;
    //
    // awsrunShellScript is the name of the plugin.
    OutputS3BucketName *string `min:"3" type:"string"`

    // The S3 directory path inside the bucket where the responses to the command
    // executions should be stored. This was requested when issuing the command.
    // For example, in the following response:
    //
    // doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript
    //
    // doc-example-bucket is the name of the S3 bucket;
    //
    // ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix;
    //
    // i-02573cafcfEXAMPLE is the managed node ID;
    //
    // awsrunShellScript is the name of the plugin.
    OutputS3KeyPrefix *string `type:"string"`

    // (Deprecated) You can no longer specify this parameter. The system ignores
    // it. Instead, Amazon Web Services Systems Manager automatically determines
    // the S3 bucket region.
    OutputS3Region *string `min:"3" type:"string"`

    // A numeric response code generated after running the plugin.
    ResponseCode *int64 `type:"integer"`

    // The time the plugin stopped running. Could stop prematurely if, for example,
    // a cancel command was sent.
    ResponseFinishDateTime *time.Time `type:"timestamp"`

    // The time the plugin started running.
    ResponseStartDateTime *time.Time `type:"timestamp"`

    // The URL for the complete text written by the plugin to stderr. If execution
    // isn't yet complete, then this string is empty.
    StandardErrorUrl *string `type:"string"`

    // The URL for the complete text written by the plugin to stdout in Amazon S3.
    // If the S3 bucket for the command wasn't specified, then this string is empty.
    StandardOutputUrl *string `type:"string"`

    // The status of this plugin. You can run a document with multiple plugins.
    Status *string `type:"string" enum:"CommandPluginStatus"`

    // A detailed status of the plugin execution. StatusDetails includes more information
    // than Status because it includes states resulting from error and concurrency
    // control parameters. StatusDetails can show different results than Status.
    // For more information about these statuses, see Understanding command statuses
    // (https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html)
    // in the Amazon Web Services Systems Manager User Guide. StatusDetails can
    // be one of the following values:
    //
    //    * Pending: The command hasn't been sent to the managed node.
    //
    //    * In Progress: The command has been sent to the managed node but hasn't
    //    reached a terminal state.
    //
    //    * Success: The execution of the command or plugin was successfully completed.
    //    This is a terminal state.
    //
    //    * Delivery Timed Out: The command wasn't delivered to the managed node
    //    before the delivery timeout expired. Delivery timeouts don't count against
    //    the parent command's MaxErrors limit, but they do contribute to whether
    //    the parent command status is Success or Incomplete. This is a terminal
    //    state.
    //
    //    * Execution Timed Out: Command execution started on the managed node,
    //    but the execution wasn't complete before the execution timeout expired.
    //    Execution timeouts count against the MaxErrors limit of the parent command.
    //    This is a terminal state.
    //
    //    * Failed: The command wasn't successful on the managed node. For a plugin,
    //    this indicates that the result code wasn't zero. For a command invocation,
    //    this indicates that the result code for one or more plugins wasn't zero.
    //    Invocation failures count against the MaxErrors limit of the parent command.
    //    This is a terminal state.
    //
    //    * Cancelled: The command was terminated before it was completed. This
    //    is a terminal state.
    //
    //    * Undeliverable: The command can't be delivered to the managed node. The
    //    managed node might not exist, or it might not be responding. Undeliverable
    //    invocations don't count against the parent command's MaxErrors limit,
    //    and they don't contribute to whether the parent command status is Success
    //    or Incomplete. This is a terminal state.
    //
    //    * Terminated: The parent command exceeded its MaxErrors limit and subsequent
    //    command invocations were canceled by the system. This is a terminal state.
    StatusDetails *string `type:"string"`
    // contains filtered or unexported fields
}

Describes plugin details.

func (CommandPlugin) GoString

func (s CommandPlugin) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CommandPlugin) SetName

func (s *CommandPlugin) SetName(v string) *CommandPlugin

SetName sets the Name field's value.

func (*CommandPlugin) SetOutput

func (s *CommandPlugin) SetOutput(v string) *CommandPlugin

SetOutput sets the Output field's value.

func (*CommandPlugin) SetOutputS3BucketName

func (s *CommandPlugin) SetOutputS3BucketName(v string) *CommandPlugin

SetOutputS3BucketName sets the OutputS3BucketName field's value.

func (*CommandPlugin) SetOutputS3KeyPrefix

func (s *CommandPlugin) SetOutputS3KeyPrefix(v string) *CommandPlugin

SetOutputS3KeyPrefix sets the OutputS3KeyPrefix field's value.

func (*CommandPlugin) SetOutputS3Region

func (s *CommandPlugin) SetOutputS3Region(v string) *CommandPlugin

SetOutputS3Region sets the OutputS3Region field's value.

func (*CommandPlugin) SetResponseCode

func (s *CommandPlugin) SetResponseCode(v int64) *CommandPlugin

SetResponseCode sets the ResponseCode field's value.

func (*CommandPlugin) SetResponseFinishDateTime

func (s *CommandPlugin) SetResponseFinishDateTime(v time.Time) *CommandPlugin

SetResponseFinishDateTime sets the ResponseFinishDateTime field's value.

func (*CommandPlugin) SetResponseStartDateTime

func (s *CommandPlugin) SetResponseStartDateTime(v time.Time) *CommandPlugin

SetResponseStartDateTime sets the ResponseStartDateTime field's value.

func (*CommandPlugin) SetStandardErrorUrl

func (s *CommandPlugin) SetStandardErrorUrl(v string) *CommandPlugin

SetStandardErrorUrl sets the StandardErrorUrl field's value.

func (*CommandPlugin) SetStandardOutputUrl

func (s *CommandPlugin) SetStandardOutputUrl(v string) *CommandPlugin

SetStandardOutputUrl sets the StandardOutputUrl field's value.

func (*CommandPlugin) SetStatus

func (s *CommandPlugin) SetStatus(v string) *CommandPlugin

SetStatus sets the Status field's value.

func (*CommandPlugin) SetStatusDetails

func (s *CommandPlugin) SetStatusDetails(v string) *CommandPlugin

SetStatusDetails sets the StatusDetails field's value.

func (CommandPlugin) String

func (s CommandPlugin) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ComplianceExecutionSummary

type ComplianceExecutionSummary struct {

    // An ID created by the system when PutComplianceItems was called. For example,
    // CommandID is a valid execution ID. You can use this ID in subsequent calls.
    ExecutionId *string `type:"string"`

    // The time the execution ran as a datetime object that is saved in the following
    // format: yyyy-MM-dd'T'HH:mm:ss'Z'
    //
    // ExecutionTime is a required field
    ExecutionTime *time.Time `type:"timestamp" required:"true"`

    // The type of execution. For example, Command is a valid execution type.
    ExecutionType *string `type:"string"`
    // contains filtered or unexported fields
}

A summary of the call execution that includes an execution ID, the type of execution (for example, Command), and the date/time of the execution using a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'

func (ComplianceExecutionSummary) GoString

func (s ComplianceExecutionSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComplianceExecutionSummary) SetExecutionId

func (s *ComplianceExecutionSummary) SetExecutionId(v string) *ComplianceExecutionSummary

SetExecutionId sets the ExecutionId field's value.

func (*ComplianceExecutionSummary) SetExecutionTime

func (s *ComplianceExecutionSummary) SetExecutionTime(v time.Time) *ComplianceExecutionSummary

SetExecutionTime sets the ExecutionTime field's value.

func (*ComplianceExecutionSummary) SetExecutionType

func (s *ComplianceExecutionSummary) SetExecutionType(v string) *ComplianceExecutionSummary

SetExecutionType sets the ExecutionType field's value.

func (ComplianceExecutionSummary) String

func (s ComplianceExecutionSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComplianceExecutionSummary) Validate

func (s *ComplianceExecutionSummary) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ComplianceItem

type ComplianceItem struct {

    // The compliance type. For example, Association (for a State Manager association),
    // Patch, or Custom:string are all valid compliance types.
    ComplianceType *string `min:"1" type:"string"`

    // A "Key": "Value" tag combination for the compliance item.
    Details map[string]*string `type:"map"`

    // A summary for the compliance item. The summary includes an execution ID,
    // the execution type (for example, command), and the execution time.
    ExecutionSummary *ComplianceExecutionSummary `type:"structure"`

    // An ID for the compliance item. For example, if the compliance item is a Windows
    // patch, the ID could be the number of the KB article; for example: KB4010320.
    Id *string `type:"string"`

    // An ID for the resource. For a managed node, this is the node ID.
    ResourceId *string `min:"1" type:"string"`

    // The type of resource. ManagedInstance is currently the only supported resource
    // type.
    ResourceType *string `min:"1" type:"string"`

    // The severity of the compliance status. Severity can be one of the following:
    // Critical, High, Medium, Low, Informational, Unspecified.
    Severity *string `type:"string" enum:"ComplianceSeverity"`

    // The status of the compliance item. An item is either COMPLIANT, NON_COMPLIANT,
    // or an empty string (for Windows patches that aren't applicable).
    Status *string `type:"string" enum:"ComplianceStatus"`

    // A title for the compliance item. For example, if the compliance item is a
    // Windows patch, the title could be the title of the KB article for the patch;
    // for example: Security Update for Active Directory Federation Services.
    Title *string `type:"string"`
    // contains filtered or unexported fields
}

Information about the compliance as defined by the resource type. For example, for a patch resource type, Items includes information about the PatchSeverity, Classification, and so on.

func (ComplianceItem) GoString

func (s ComplianceItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComplianceItem) SetComplianceType

func (s *ComplianceItem) SetComplianceType(v string) *ComplianceItem

SetComplianceType sets the ComplianceType field's value.

func (*ComplianceItem) SetDetails

func (s *ComplianceItem) SetDetails(v map[string]*string) *ComplianceItem

SetDetails sets the Details field's value.

func (*ComplianceItem) SetExecutionSummary

func (s *ComplianceItem) SetExecutionSummary(v *ComplianceExecutionSummary) *ComplianceItem

SetExecutionSummary sets the ExecutionSummary field's value.

func (*ComplianceItem) SetId

func (s *ComplianceItem) SetId(v string) *ComplianceItem

SetId sets the Id field's value.

func (*ComplianceItem) SetResourceId

func (s *ComplianceItem) SetResourceId(v string) *ComplianceItem

SetResourceId sets the ResourceId field's value.

func (*ComplianceItem) SetResourceType

func (s *ComplianceItem) SetResourceType(v string) *ComplianceItem

SetResourceType sets the ResourceType field's value.

func (*ComplianceItem) SetSeverity

func (s *ComplianceItem) SetSeverity(v string) *ComplianceItem

SetSeverity sets the Severity field's value.

func (*ComplianceItem) SetStatus

func (s *ComplianceItem) SetStatus(v string) *ComplianceItem

SetStatus sets the Status field's value.

func (*ComplianceItem) SetTitle

func (s *ComplianceItem) SetTitle(v string) *ComplianceItem

SetTitle sets the Title field's value.

func (ComplianceItem) String

func (s ComplianceItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ComplianceItemEntry

type ComplianceItemEntry struct {

    // A "Key": "Value" tag combination for the compliance item.
    Details map[string]*string `type:"map"`

    // The compliance item ID. For example, if the compliance item is a Windows
    // patch, the ID could be the number of the KB article.
    Id *string `type:"string"`

    // The severity of the compliance status. Severity can be one of the following:
    // Critical, High, Medium, Low, Informational, Unspecified.
    //
    // Severity is a required field
    Severity *string `type:"string" required:"true" enum:"ComplianceSeverity"`

    // The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.
    //
    // Status is a required field
    Status *string `type:"string" required:"true" enum:"ComplianceStatus"`

    // The title of the compliance item. For example, if the compliance item is
    // a Windows patch, the title could be the title of the KB article for the patch;
    // for example: Security Update for Active Directory Federation Services.
    Title *string `type:"string"`
    // contains filtered or unexported fields
}

Information about a compliance item.

func (ComplianceItemEntry) GoString

func (s ComplianceItemEntry) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComplianceItemEntry) SetDetails

func (s *ComplianceItemEntry) SetDetails(v map[string]*string) *ComplianceItemEntry

SetDetails sets the Details field's value.

func (*ComplianceItemEntry) SetId

func (s *ComplianceItemEntry) SetId(v string) *ComplianceItemEntry

SetId sets the Id field's value.

func (*ComplianceItemEntry) SetSeverity

func (s *ComplianceItemEntry) SetSeverity(v string) *ComplianceItemEntry

SetSeverity sets the Severity field's value.

func (*ComplianceItemEntry) SetStatus

func (s *ComplianceItemEntry) SetStatus(v string) *ComplianceItemEntry

SetStatus sets the Status field's value.

func (*ComplianceItemEntry) SetTitle

func (s *ComplianceItemEntry) SetTitle(v string) *ComplianceItemEntry

SetTitle sets the Title field's value.

func (ComplianceItemEntry) String

func (s ComplianceItemEntry) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComplianceItemEntry) Validate

func (s *ComplianceItemEntry) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ComplianceStringFilter

type ComplianceStringFilter struct {

    // The name of the filter.
    Key *string `min:"1" type:"string"`

    // The type of comparison that should be performed for the value: Equal, NotEqual,
    // BeginWith, LessThan, or GreaterThan.
    Type *string `type:"string" enum:"ComplianceQueryOperatorType"`

    // The value for which to search.
    Values []*string `min:"1" type:"list"`
    // contains filtered or unexported fields
}

One or more filters. Use a filter to return a more specific list of results.

func (ComplianceStringFilter) GoString

func (s ComplianceStringFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComplianceStringFilter) SetKey

func (s *ComplianceStringFilter) SetKey(v string) *ComplianceStringFilter

SetKey sets the Key field's value.

func (*ComplianceStringFilter) SetType

func (s *ComplianceStringFilter) SetType(v string) *ComplianceStringFilter

SetType sets the Type field's value.

func (*ComplianceStringFilter) SetValues

func (s *ComplianceStringFilter) SetValues(v []*string) *ComplianceStringFilter

SetValues sets the Values field's value.

func (ComplianceStringFilter) String

func (s ComplianceStringFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComplianceStringFilter) Validate

func (s *ComplianceStringFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ComplianceSummaryItem

type ComplianceSummaryItem struct {

    // The type of compliance item. For example, the compliance type can be Association,
    // Patch, or Custom:string.
    ComplianceType *string `min:"1" type:"string"`

    // A list of COMPLIANT items for the specified compliance type.
    CompliantSummary *CompliantSummary `type:"structure"`

    // A list of NON_COMPLIANT items for the specified compliance type.
    NonCompliantSummary *NonCompliantSummary `type:"structure"`
    // contains filtered or unexported fields
}

A summary of compliance information by compliance type.

func (ComplianceSummaryItem) GoString

func (s ComplianceSummaryItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComplianceSummaryItem) SetComplianceType

func (s *ComplianceSummaryItem) SetComplianceType(v string) *ComplianceSummaryItem

SetComplianceType sets the ComplianceType field's value.

func (*ComplianceSummaryItem) SetCompliantSummary

func (s *ComplianceSummaryItem) SetCompliantSummary(v *CompliantSummary) *ComplianceSummaryItem

SetCompliantSummary sets the CompliantSummary field's value.

func (*ComplianceSummaryItem) SetNonCompliantSummary

func (s *ComplianceSummaryItem) SetNonCompliantSummary(v *NonCompliantSummary) *ComplianceSummaryItem

SetNonCompliantSummary sets the NonCompliantSummary field's value.

func (ComplianceSummaryItem) String

func (s ComplianceSummaryItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ComplianceTypeCountLimitExceededException

type ComplianceTypeCountLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You specified too many custom compliance types. You can specify a maximum of 10 different types.

func (*ComplianceTypeCountLimitExceededException) Code

func (s *ComplianceTypeCountLimitExceededException) Code() string

Code returns the exception type name.

func (*ComplianceTypeCountLimitExceededException) Error

func (s *ComplianceTypeCountLimitExceededException) Error() string

func (ComplianceTypeCountLimitExceededException) GoString

func (s ComplianceTypeCountLimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComplianceTypeCountLimitExceededException) Message

func (s *ComplianceTypeCountLimitExceededException) Message() string

Message returns the exception's message.

func (*ComplianceTypeCountLimitExceededException) OrigErr

func (s *ComplianceTypeCountLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ComplianceTypeCountLimitExceededException) RequestID

func (s *ComplianceTypeCountLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ComplianceTypeCountLimitExceededException) StatusCode

func (s *ComplianceTypeCountLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ComplianceTypeCountLimitExceededException) String

func (s ComplianceTypeCountLimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CompliantSummary

type CompliantSummary struct {

    // The total number of resources that are compliant.
    CompliantCount *int64 `type:"integer"`

    // A summary of the compliance severity by compliance type.
    SeveritySummary *SeveritySummary `type:"structure"`
    // contains filtered or unexported fields
}

A summary of resources that are compliant. The summary is organized according to the resource count for each compliance type.

func (CompliantSummary) GoString

func (s CompliantSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CompliantSummary) SetCompliantCount

func (s *CompliantSummary) SetCompliantCount(v int64) *CompliantSummary

SetCompliantCount sets the CompliantCount field's value.

func (*CompliantSummary) SetSeveritySummary

func (s *CompliantSummary) SetSeveritySummary(v *SeveritySummary) *CompliantSummary

SetSeveritySummary sets the SeveritySummary field's value.

func (CompliantSummary) String

func (s CompliantSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateActivationInput

type CreateActivationInput struct {

    // The name of the registered, managed node as it will appear in the Amazon
    // Web Services Systems Manager console or when you use the Amazon Web Services
    // command line tools to list Systems Manager resources.
    //
    // Don't enter personally identifiable information in this field.
    DefaultInstanceName *string `type:"string"`

    // A user-defined description of the resource that you want to register with
    // Systems Manager.
    //
    // Don't enter personally identifiable information in this field.
    Description *string `type:"string"`

    // The date by which this activation request should expire, in timestamp format,
    // such as "2021-07-07T00:00:00". You can specify a date up to 30 days in advance.
    // If you don't provide an expiration date, the activation code expires in 24
    // hours.
    ExpirationDate *time.Time `type:"timestamp"`

    // The name of the Identity and Access Management (IAM) role that you want to
    // assign to the managed node. This IAM role must provide AssumeRole permissions
    // for the Amazon Web Services Systems Manager service principal ssm.amazonaws.com.
    // For more information, see Create an IAM service role for a hybrid and multicloud
    // environment (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-service-role.html)
    // in the Amazon Web Services Systems Manager User Guide.
    //
    // You can't specify an IAM service-linked role for this parameter. You must
    // create a unique role.
    //
    // IamRole is a required field
    IamRole *string `type:"string" required:"true"`

    // Specify the maximum number of managed nodes you want to register. The default
    // value is 1.
    RegistrationLimit *int64 `min:"1" type:"integer"`

    // Reserved for internal use.
    RegistrationMetadata []*RegistrationMetadataItem `type:"list"`

    // Optional metadata that you assign to a resource. Tags enable you to categorize
    // a resource in different ways, such as by purpose, owner, or environment.
    // For example, you might want to tag an activation to identify which servers
    // or virtual machines (VMs) in your on-premises environment you intend to activate.
    // In this case, you could specify the following key-value pairs:
    //
    //    * Key=OS,Value=Windows
    //
    //    * Key=Environment,Value=Production
    //
    // When you install SSM Agent on your on-premises servers and VMs, you specify
    // an activation ID and code. When you specify the activation ID and code, tags
    // assigned to the activation are automatically applied to the on-premises servers
    // or VMs.
    //
    // You can't add tags to or delete tags from an existing activation. You can
    // tag your on-premises servers, edge devices, and VMs after they connect to
    // Systems Manager for the first time and are assigned a managed node ID. This
    // means they are listed in the Amazon Web Services Systems Manager console
    // with an ID that is prefixed with "mi-". For information about how to add
    // tags to your managed nodes, see AddTagsToResource. For information about
    // how to remove tags from your managed nodes, see RemoveTagsFromResource.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreateActivationInput) GoString

func (s CreateActivationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateActivationInput) SetDefaultInstanceName

func (s *CreateActivationInput) SetDefaultInstanceName(v string) *CreateActivationInput

SetDefaultInstanceName sets the DefaultInstanceName field's value.

func (*CreateActivationInput) SetDescription

func (s *CreateActivationInput) SetDescription(v string) *CreateActivationInput

SetDescription sets the Description field's value.

func (*CreateActivationInput) SetExpirationDate

func (s *CreateActivationInput) SetExpirationDate(v time.Time) *CreateActivationInput

SetExpirationDate sets the ExpirationDate field's value.

func (*CreateActivationInput) SetIamRole

func (s *CreateActivationInput) SetIamRole(v string) *CreateActivationInput

SetIamRole sets the IamRole field's value.

func (*CreateActivationInput) SetRegistrationLimit

func (s *CreateActivationInput) SetRegistrationLimit(v int64) *CreateActivationInput

SetRegistrationLimit sets the RegistrationLimit field's value.

func (*CreateActivationInput) SetRegistrationMetadata

func (s *CreateActivationInput) SetRegistrationMetadata(v []*RegistrationMetadataItem) *CreateActivationInput

SetRegistrationMetadata sets the RegistrationMetadata field's value.

func (*CreateActivationInput) SetTags

func (s *CreateActivationInput) SetTags(v []*Tag) *CreateActivationInput

SetTags sets the Tags field's value.

func (CreateActivationInput) String

func (s CreateActivationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateActivationInput) Validate

func (s *CreateActivationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateActivationOutput

type CreateActivationOutput struct {

    // The code the system generates when it processes the activation. The activation
    // code functions like a password to validate the activation ID.
    ActivationCode *string `min:"20" type:"string"`

    // The ID number generated by the system when it processed the activation. The
    // activation ID functions like a user name.
    ActivationId *string `type:"string"`
    // contains filtered or unexported fields
}

func (CreateActivationOutput) GoString

func (s CreateActivationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateActivationOutput) SetActivationCode

func (s *CreateActivationOutput) SetActivationCode(v string) *CreateActivationOutput

SetActivationCode sets the ActivationCode field's value.

func (*CreateActivationOutput) SetActivationId

func (s *CreateActivationOutput) SetActivationId(v string) *CreateActivationOutput

SetActivationId sets the ActivationId field's value.

func (CreateActivationOutput) String

func (s CreateActivationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAssociationBatchInput

type CreateAssociationBatchInput struct {

    // One or more associations.
    //
    // Entries is a required field
    Entries []*CreateAssociationBatchRequestEntry `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (CreateAssociationBatchInput) GoString

func (s CreateAssociationBatchInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssociationBatchInput) SetEntries

func (s *CreateAssociationBatchInput) SetEntries(v []*CreateAssociationBatchRequestEntry) *CreateAssociationBatchInput

SetEntries sets the Entries field's value.

func (CreateAssociationBatchInput) String

func (s CreateAssociationBatchInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssociationBatchInput) Validate

func (s *CreateAssociationBatchInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAssociationBatchOutput

type CreateAssociationBatchOutput struct {

    // Information about the associations that failed.
    Failed []*FailedCreateAssociation `type:"list"`

    // Information about the associations that succeeded.
    Successful []*AssociationDescription `type:"list"`
    // contains filtered or unexported fields
}

func (CreateAssociationBatchOutput) GoString

func (s CreateAssociationBatchOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssociationBatchOutput) SetFailed

func (s *CreateAssociationBatchOutput) SetFailed(v []*FailedCreateAssociation) *CreateAssociationBatchOutput

SetFailed sets the Failed field's value.

func (*CreateAssociationBatchOutput) SetSuccessful

func (s *CreateAssociationBatchOutput) SetSuccessful(v []*AssociationDescription) *CreateAssociationBatchOutput

SetSuccessful sets the Successful field's value.

func (CreateAssociationBatchOutput) String

func (s CreateAssociationBatchOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAssociationBatchRequestEntry

type CreateAssociationBatchRequestEntry struct {

    // The details for the CloudWatch alarm you want to apply to an automation or
    // command.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // By default, when you create a new associations, the system runs it immediately
    // after it is created and then according to the schedule you specified. Specify
    // this option if you don't want an association to run immediately after you
    // create it. This parameter isn't supported for rate expressions.
    ApplyOnlyAtCronInterval *bool `type:"boolean"`

    // Specify a descriptive name for the association.
    AssociationName *string `type:"string"`

    // Specify the target for the association. This target is required for associations
    // that use an Automation runbook and target resources by using rate controls.
    // Automation is a capability of Amazon Web Services Systems Manager.
    AutomationTargetParameterName *string `min:"1" type:"string"`

    // The names or Amazon Resource Names (ARNs) of the Change Calendar type documents
    // your associations are gated under. The associations only run when that Change
    // Calendar is open. For more information, see Amazon Web Services Systems Manager
    // Change Calendar (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar).
    CalendarNames []*string `type:"list"`

    // The severity level to assign to the association.
    ComplianceSeverity *string `type:"string" enum:"AssociationComplianceSeverity"`

    // The document version.
    DocumentVersion *string `type:"string"`

    // The number of hours the association can run before it is canceled. Duration
    // applies to associations that are currently running, and any pending and in
    // progress commands on all targets. If a target was taken offline for the association
    // to run, it is made available again immediately, without a reboot.
    //
    // The Duration parameter applies only when both these conditions are true:
    //
    //    * The association for which you specify a duration is cancelable according
    //    to the parameters of the SSM command document or Automation runbook associated
    //    with this execution.
    //
    //    * The command specifies the ApplyOnlyAtCronInterval (https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_CreateAssociationBatchRequestEntry.html#systemsmanager-Type-CreateAssociationBatchRequestEntry-ApplyOnlyAtCronInterval)
    //    parameter, which means that the association doesn't run immediately after
    //    it is created, but only according to the specified schedule.
    Duration *int64 `min:"1" type:"integer"`

    // The managed node ID.
    //
    // InstanceId has been deprecated. To specify a managed node ID for an association,
    // use the Targets parameter. Requests that include the parameter InstanceID
    // with Systems Manager documents (SSM documents) that use schema version 2.0
    // or later will fail. In addition, if you use the parameter InstanceId, you
    // can't use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency,
    // OutputLocation, or ScheduleExpression. To use these parameters, you must
    // use the Targets parameter.
    InstanceId *string `type:"string"`

    // The maximum number of targets allowed to run the association at the same
    // time. You can specify a number, for example 10, or a percentage of the target
    // set, for example 10%. The default value is 100%, which means all targets
    // run the association at the same time.
    //
    // If a new managed node starts and attempts to run an association while Systems
    // Manager is running MaxConcurrency associations, the association is allowed
    // to run. During the next association interval, the new managed node will process
    // its association within the limit specified for MaxConcurrency.
    MaxConcurrency *string `min:"1" type:"string"`

    // The number of errors that are allowed before the system stops sending requests
    // to run the association on additional targets. You can specify either an absolute
    // number of errors, for example 10, or a percentage of the target set, for
    // example 10%. If you specify 3, for example, the system stops sending requests
    // when the fourth error is received. If you specify 0, then the system stops
    // sending requests after the first error is returned. If you run an association
    // on 50 managed nodes and set MaxError to 10%, then the system stops sending
    // the request when the sixth error is received.
    //
    // Executions that are already running an association when MaxErrors is reached
    // are allowed to complete, but some of these executions may fail as well. If
    // you need to ensure that there won't be more than max-errors failed executions,
    // set MaxConcurrency to 1 so that executions proceed one at a time.
    MaxErrors *string `min:"1" type:"string"`

    // The name of the SSM document that contains the configuration information
    // for the managed node. You can specify Command or Automation runbooks.
    //
    // You can specify Amazon Web Services-predefined documents, documents you created,
    // or a document that is shared with you from another account.
    //
    // For SSM documents that are shared with you from other Amazon Web Services
    // accounts, you must specify the complete SSM document ARN, in the following
    // format:
    //
    // arn:aws:ssm:region:account-id:document/document-name
    //
    // For example:
    //
    // arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document
    //
    // For Amazon Web Services-predefined documents and SSM documents you created
    // in your account, you only need to specify the document name. For example,
    // AWS-ApplyPatchBaseline or My-Document.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // An S3 bucket where you want to store the results of this request.
    OutputLocation *InstanceAssociationOutputLocation `type:"structure"`

    // A description of the parameters for a document.
    //
    // Parameters is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateAssociationBatchRequestEntry's
    // String and GoString methods.
    Parameters map[string][]*string `type:"map" sensitive:"true"`

    // A cron expression that specifies a schedule when the association runs.
    ScheduleExpression *string `min:"1" type:"string"`

    // Number of days to wait after the scheduled day to run an association.
    ScheduleOffset *int64 `min:"1" type:"integer"`

    // The mode for generating association compliance. You can specify AUTO or MANUAL.
    // In AUTO mode, the system uses the status of the association execution to
    // determine the compliance status. If the association execution runs successfully,
    // then the association is COMPLIANT. If the association execution doesn't run
    // successfully, the association is NON-COMPLIANT.
    //
    // In MANUAL mode, you must specify the AssociationId as a parameter for the
    // PutComplianceItems API operation. In this case, compliance data isn't managed
    // by State Manager, a capability of Amazon Web Services Systems Manager. It
    // is managed by your direct call to the PutComplianceItems API operation.
    //
    // By default, all associations use AUTO mode.
    SyncCompliance *string `type:"string" enum:"AssociationSyncCompliance"`

    // Use this action to create an association in multiple Regions and multiple
    // accounts.
    TargetLocations []*TargetLocation `min:"1" type:"list"`

    // A key-value mapping of document parameters to target resources. Both Targets
    // and TargetMaps can't be specified together.
    TargetMaps []map[string][]*string `type:"list"`

    // The managed nodes targeted by the request.
    Targets []*Target `type:"list"`
    // contains filtered or unexported fields
}

Describes the association of a Amazon Web Services Systems Manager document (SSM document) and a managed node.

func (CreateAssociationBatchRequestEntry) GoString

func (s CreateAssociationBatchRequestEntry) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssociationBatchRequestEntry) SetAlarmConfiguration

func (s *CreateAssociationBatchRequestEntry) SetAlarmConfiguration(v *AlarmConfiguration) *CreateAssociationBatchRequestEntry

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*CreateAssociationBatchRequestEntry) SetApplyOnlyAtCronInterval

func (s *CreateAssociationBatchRequestEntry) SetApplyOnlyAtCronInterval(v bool) *CreateAssociationBatchRequestEntry

SetApplyOnlyAtCronInterval sets the ApplyOnlyAtCronInterval field's value.

func (*CreateAssociationBatchRequestEntry) SetAssociationName

func (s *CreateAssociationBatchRequestEntry) SetAssociationName(v string) *CreateAssociationBatchRequestEntry

SetAssociationName sets the AssociationName field's value.

func (*CreateAssociationBatchRequestEntry) SetAutomationTargetParameterName

func (s *CreateAssociationBatchRequestEntry) SetAutomationTargetParameterName(v string) *CreateAssociationBatchRequestEntry

SetAutomationTargetParameterName sets the AutomationTargetParameterName field's value.

func (*CreateAssociationBatchRequestEntry) SetCalendarNames

func (s *CreateAssociationBatchRequestEntry) SetCalendarNames(v []*string) *CreateAssociationBatchRequestEntry

SetCalendarNames sets the CalendarNames field's value.

func (*CreateAssociationBatchRequestEntry) SetComplianceSeverity

func (s *CreateAssociationBatchRequestEntry) SetComplianceSeverity(v string) *CreateAssociationBatchRequestEntry

SetComplianceSeverity sets the ComplianceSeverity field's value.

func (*CreateAssociationBatchRequestEntry) SetDocumentVersion

func (s *CreateAssociationBatchRequestEntry) SetDocumentVersion(v string) *CreateAssociationBatchRequestEntry

SetDocumentVersion sets the DocumentVersion field's value.

func (*CreateAssociationBatchRequestEntry) SetDuration

func (s *CreateAssociationBatchRequestEntry) SetDuration(v int64) *CreateAssociationBatchRequestEntry

SetDuration sets the Duration field's value.

func (*CreateAssociationBatchRequestEntry) SetInstanceId

func (s *CreateAssociationBatchRequestEntry) SetInstanceId(v string) *CreateAssociationBatchRequestEntry

SetInstanceId sets the InstanceId field's value.

func (*CreateAssociationBatchRequestEntry) SetMaxConcurrency

func (s *CreateAssociationBatchRequestEntry) SetMaxConcurrency(v string) *CreateAssociationBatchRequestEntry

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*CreateAssociationBatchRequestEntry) SetMaxErrors

func (s *CreateAssociationBatchRequestEntry) SetMaxErrors(v string) *CreateAssociationBatchRequestEntry

SetMaxErrors sets the MaxErrors field's value.

func (*CreateAssociationBatchRequestEntry) SetName

func (s *CreateAssociationBatchRequestEntry) SetName(v string) *CreateAssociationBatchRequestEntry

SetName sets the Name field's value.

func (*CreateAssociationBatchRequestEntry) SetOutputLocation

func (s *CreateAssociationBatchRequestEntry) SetOutputLocation(v *InstanceAssociationOutputLocation) *CreateAssociationBatchRequestEntry

SetOutputLocation sets the OutputLocation field's value.

func (*CreateAssociationBatchRequestEntry) SetParameters

func (s *CreateAssociationBatchRequestEntry) SetParameters(v map[string][]*string) *CreateAssociationBatchRequestEntry

SetParameters sets the Parameters field's value.

func (*CreateAssociationBatchRequestEntry) SetScheduleExpression

func (s *CreateAssociationBatchRequestEntry) SetScheduleExpression(v string) *CreateAssociationBatchRequestEntry

SetScheduleExpression sets the ScheduleExpression field's value.

func (*CreateAssociationBatchRequestEntry) SetScheduleOffset

func (s *CreateAssociationBatchRequestEntry) SetScheduleOffset(v int64) *CreateAssociationBatchRequestEntry

SetScheduleOffset sets the ScheduleOffset field's value.

func (*CreateAssociationBatchRequestEntry) SetSyncCompliance

func (s *CreateAssociationBatchRequestEntry) SetSyncCompliance(v string) *CreateAssociationBatchRequestEntry

SetSyncCompliance sets the SyncCompliance field's value.

func (*CreateAssociationBatchRequestEntry) SetTargetLocations

func (s *CreateAssociationBatchRequestEntry) SetTargetLocations(v []*TargetLocation) *CreateAssociationBatchRequestEntry

SetTargetLocations sets the TargetLocations field's value.

func (*CreateAssociationBatchRequestEntry) SetTargetMaps

func (s *CreateAssociationBatchRequestEntry) SetTargetMaps(v []map[string][]*string) *CreateAssociationBatchRequestEntry

SetTargetMaps sets the TargetMaps field's value.

func (*CreateAssociationBatchRequestEntry) SetTargets

func (s *CreateAssociationBatchRequestEntry) SetTargets(v []*Target) *CreateAssociationBatchRequestEntry

SetTargets sets the Targets field's value.

func (CreateAssociationBatchRequestEntry) String

func (s CreateAssociationBatchRequestEntry) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssociationBatchRequestEntry) Validate

func (s *CreateAssociationBatchRequestEntry) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAssociationInput

type CreateAssociationInput struct {

    // The details for the CloudWatch alarm you want to apply to an automation or
    // command.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // By default, when you create a new association, the system runs it immediately
    // after it is created and then according to the schedule you specified. Specify
    // this option if you don't want an association to run immediately after you
    // create it. This parameter isn't supported for rate expressions.
    ApplyOnlyAtCronInterval *bool `type:"boolean"`

    // Specify a descriptive name for the association.
    AssociationName *string `type:"string"`

    // Choose the parameter that will define how your automation will branch out.
    // This target is required for associations that use an Automation runbook and
    // target resources by using rate controls. Automation is a capability of Amazon
    // Web Services Systems Manager.
    AutomationTargetParameterName *string `min:"1" type:"string"`

    // The names or Amazon Resource Names (ARNs) of the Change Calendar type documents
    // you want to gate your associations under. The associations only run when
    // that change calendar is open. For more information, see Amazon Web Services
    // Systems Manager Change Calendar (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar).
    CalendarNames []*string `type:"list"`

    // The severity level to assign to the association.
    ComplianceSeverity *string `type:"string" enum:"AssociationComplianceSeverity"`

    // The document version you want to associate with the targets. Can be a specific
    // version or the default version.
    //
    // State Manager doesn't support running associations that use a new version
    // of a document if that document is shared from another account. State Manager
    // always runs the default version of a document if shared from another account,
    // even though the Systems Manager console shows that a new version was processed.
    // If you want to run an association using a new version of a document shared
    // form another account, you must set the document version to default.
    DocumentVersion *string `type:"string"`

    // The number of hours the association can run before it is canceled. Duration
    // applies to associations that are currently running, and any pending and in
    // progress commands on all targets. If a target was taken offline for the association
    // to run, it is made available again immediately, without a reboot.
    //
    // The Duration parameter applies only when both these conditions are true:
    //
    //    * The association for which you specify a duration is cancelable according
    //    to the parameters of the SSM command document or Automation runbook associated
    //    with this execution.
    //
    //    * The command specifies the ApplyOnlyAtCronInterval (https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_CreateAssociation.html#systemsmanager-CreateAssociation-request-ApplyOnlyAtCronInterval)
    //    parameter, which means that the association doesn't run immediately after
    //    it is created, but only according to the specified schedule.
    Duration *int64 `min:"1" type:"integer"`

    // The managed node ID.
    //
    // InstanceId has been deprecated. To specify a managed node ID for an association,
    // use the Targets parameter. Requests that include the parameter InstanceID
    // with Systems Manager documents (SSM documents) that use schema version 2.0
    // or later will fail. In addition, if you use the parameter InstanceId, you
    // can't use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency,
    // OutputLocation, or ScheduleExpression. To use these parameters, you must
    // use the Targets parameter.
    InstanceId *string `type:"string"`

    // The maximum number of targets allowed to run the association at the same
    // time. You can specify a number, for example 10, or a percentage of the target
    // set, for example 10%. The default value is 100%, which means all targets
    // run the association at the same time.
    //
    // If a new managed node starts and attempts to run an association while Systems
    // Manager is running MaxConcurrency associations, the association is allowed
    // to run. During the next association interval, the new managed node will process
    // its association within the limit specified for MaxConcurrency.
    MaxConcurrency *string `min:"1" type:"string"`

    // The number of errors that are allowed before the system stops sending requests
    // to run the association on additional targets. You can specify either an absolute
    // number of errors, for example 10, or a percentage of the target set, for
    // example 10%. If you specify 3, for example, the system stops sending requests
    // when the fourth error is received. If you specify 0, then the system stops
    // sending requests after the first error is returned. If you run an association
    // on 50 managed nodes and set MaxError to 10%, then the system stops sending
    // the request when the sixth error is received.
    //
    // Executions that are already running an association when MaxErrors is reached
    // are allowed to complete, but some of these executions may fail as well. If
    // you need to ensure that there won't be more than max-errors failed executions,
    // set MaxConcurrency to 1 so that executions proceed one at a time.
    MaxErrors *string `min:"1" type:"string"`

    // The name of the SSM Command document or Automation runbook that contains
    // the configuration information for the managed node.
    //
    // You can specify Amazon Web Services-predefined documents, documents you created,
    // or a document that is shared with you from another Amazon Web Services account.
    //
    // For Systems Manager documents (SSM documents) that are shared with you from
    // other Amazon Web Services accounts, you must specify the complete SSM document
    // ARN, in the following format:
    //
    // arn:partition:ssm:region:account-id:document/document-name
    //
    // For example:
    //
    // arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document
    //
    // For Amazon Web Services-predefined documents and SSM documents you created
    // in your account, you only need to specify the document name. For example,
    // AWS-ApplyPatchBaseline or My-Document.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // An Amazon Simple Storage Service (Amazon S3) bucket where you want to store
    // the output details of the request.
    OutputLocation *InstanceAssociationOutputLocation `type:"structure"`

    // The parameters for the runtime configuration of the document.
    //
    // Parameters is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateAssociationInput's
    // String and GoString methods.
    Parameters map[string][]*string `type:"map" sensitive:"true"`

    // A cron expression when the association will be applied to the targets.
    ScheduleExpression *string `min:"1" type:"string"`

    // Number of days to wait after the scheduled day to run an association. For
    // example, if you specified a cron schedule of cron(0 0 ? * THU#2 *), you could
    // specify an offset of 3 to run the association each Sunday after the second
    // Thursday of the month. For more information about cron schedules for associations,
    // see Reference: Cron and rate expressions for Systems Manager (https://docs.aws.amazon.com/systems-manager/latest/userguide/reference-cron-and-rate-expressions.html)
    // in the Amazon Web Services Systems Manager User Guide.
    //
    // To use offsets, you must specify the ApplyOnlyAtCronInterval parameter. This
    // option tells the system not to run an association immediately after you create
    // it.
    ScheduleOffset *int64 `min:"1" type:"integer"`

    // The mode for generating association compliance. You can specify AUTO or MANUAL.
    // In AUTO mode, the system uses the status of the association execution to
    // determine the compliance status. If the association execution runs successfully,
    // then the association is COMPLIANT. If the association execution doesn't run
    // successfully, the association is NON-COMPLIANT.
    //
    // In MANUAL mode, you must specify the AssociationId as a parameter for the
    // PutComplianceItems API operation. In this case, compliance data isn't managed
    // by State Manager. It is managed by your direct call to the PutComplianceItems
    // API operation.
    //
    // By default, all associations use AUTO mode.
    SyncCompliance *string `type:"string" enum:"AssociationSyncCompliance"`

    // Adds or overwrites one or more tags for a State Manager association. Tags
    // are metadata that you can assign to your Amazon Web Services resources. Tags
    // enable you to categorize your resources in different ways, for example, by
    // purpose, owner, or environment. Each tag consists of a key and an optional
    // value, both of which you define.
    Tags []*Tag `type:"list"`

    // A location is a combination of Amazon Web Services Regions and Amazon Web
    // Services accounts where you want to run the association. Use this action
    // to create an association in multiple Regions and multiple accounts.
    TargetLocations []*TargetLocation `min:"1" type:"list"`

    // A key-value mapping of document parameters to target resources. Both Targets
    // and TargetMaps can't be specified together.
    TargetMaps []map[string][]*string `type:"list"`

    // The targets for the association. You can target managed nodes by using tags,
    // Amazon Web Services resource groups, all managed nodes in an Amazon Web Services
    // account, or individual managed node IDs. You can target all managed nodes
    // in an Amazon Web Services account by specifying the InstanceIds key with
    // a value of *. For more information about choosing targets for an association,
    // see About targets and rate controls in State Manager associations (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-state-manager-targets-and-rate-controls.html)
    // in the Amazon Web Services Systems Manager User Guide.
    Targets []*Target `type:"list"`
    // contains filtered or unexported fields
}

func (CreateAssociationInput) GoString

func (s CreateAssociationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssociationInput) SetAlarmConfiguration

func (s *CreateAssociationInput) SetAlarmConfiguration(v *AlarmConfiguration) *CreateAssociationInput

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*CreateAssociationInput) SetApplyOnlyAtCronInterval

func (s *CreateAssociationInput) SetApplyOnlyAtCronInterval(v bool) *CreateAssociationInput

SetApplyOnlyAtCronInterval sets the ApplyOnlyAtCronInterval field's value.

func (*CreateAssociationInput) SetAssociationName

func (s *CreateAssociationInput) SetAssociationName(v string) *CreateAssociationInput

SetAssociationName sets the AssociationName field's value.

func (*CreateAssociationInput) SetAutomationTargetParameterName

func (s *CreateAssociationInput) SetAutomationTargetParameterName(v string) *CreateAssociationInput

SetAutomationTargetParameterName sets the AutomationTargetParameterName field's value.

func (*CreateAssociationInput) SetCalendarNames

func (s *CreateAssociationInput) SetCalendarNames(v []*string) *CreateAssociationInput

SetCalendarNames sets the CalendarNames field's value.

func (*CreateAssociationInput) SetComplianceSeverity

func (s *CreateAssociationInput) SetComplianceSeverity(v string) *CreateAssociationInput

SetComplianceSeverity sets the ComplianceSeverity field's value.

func (*CreateAssociationInput) SetDocumentVersion

func (s *CreateAssociationInput) SetDocumentVersion(v string) *CreateAssociationInput

SetDocumentVersion sets the DocumentVersion field's value.

func (*CreateAssociationInput) SetDuration

func (s *CreateAssociationInput) SetDuration(v int64) *CreateAssociationInput

SetDuration sets the Duration field's value.

func (*CreateAssociationInput) SetInstanceId

func (s *CreateAssociationInput) SetInstanceId(v string) *CreateAssociationInput

SetInstanceId sets the InstanceId field's value.

func (*CreateAssociationInput) SetMaxConcurrency

func (s *CreateAssociationInput) SetMaxConcurrency(v string) *CreateAssociationInput

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*CreateAssociationInput) SetMaxErrors

func (s *CreateAssociationInput) SetMaxErrors(v string) *CreateAssociationInput

SetMaxErrors sets the MaxErrors field's value.

func (*CreateAssociationInput) SetName

func (s *CreateAssociationInput) SetName(v string) *CreateAssociationInput

SetName sets the Name field's value.

func (*CreateAssociationInput) SetOutputLocation

func (s *CreateAssociationInput) SetOutputLocation(v *InstanceAssociationOutputLocation) *CreateAssociationInput

SetOutputLocation sets the OutputLocation field's value.

func (*CreateAssociationInput) SetParameters

func (s *CreateAssociationInput) SetParameters(v map[string][]*string) *CreateAssociationInput

SetParameters sets the Parameters field's value.

func (*CreateAssociationInput) SetScheduleExpression

func (s *CreateAssociationInput) SetScheduleExpression(v string) *CreateAssociationInput

SetScheduleExpression sets the ScheduleExpression field's value.

func (*CreateAssociationInput) SetScheduleOffset

func (s *CreateAssociationInput) SetScheduleOffset(v int64) *CreateAssociationInput

SetScheduleOffset sets the ScheduleOffset field's value.

func (*CreateAssociationInput) SetSyncCompliance

func (s *CreateAssociationInput) SetSyncCompliance(v string) *CreateAssociationInput

SetSyncCompliance sets the SyncCompliance field's value.

func (*CreateAssociationInput) SetTags

func (s *CreateAssociationInput) SetTags(v []*Tag) *CreateAssociationInput

SetTags sets the Tags field's value.

func (*CreateAssociationInput) SetTargetLocations

func (s *CreateAssociationInput) SetTargetLocations(v []*TargetLocation) *CreateAssociationInput

SetTargetLocations sets the TargetLocations field's value.

func (*CreateAssociationInput) SetTargetMaps

func (s *CreateAssociationInput) SetTargetMaps(v []map[string][]*string) *CreateAssociationInput

SetTargetMaps sets the TargetMaps field's value.

func (*CreateAssociationInput) SetTargets

func (s *CreateAssociationInput) SetTargets(v []*Target) *CreateAssociationInput

SetTargets sets the Targets field's value.

func (CreateAssociationInput) String

func (s CreateAssociationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssociationInput) Validate

func (s *CreateAssociationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAssociationOutput

type CreateAssociationOutput struct {

    // Information about the association.
    AssociationDescription *AssociationDescription `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateAssociationOutput) GoString

func (s CreateAssociationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssociationOutput) SetAssociationDescription

func (s *CreateAssociationOutput) SetAssociationDescription(v *AssociationDescription) *CreateAssociationOutput

SetAssociationDescription sets the AssociationDescription field's value.

func (CreateAssociationOutput) String

func (s CreateAssociationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateDocumentInput

type CreateDocumentInput struct {

    // A list of key-value pairs that describe attachments to a version of a document.
    Attachments []*AttachmentsSource `type:"list"`

    // The content for the new SSM document in JSON or YAML format. The content
    // of the document must not exceed 64KB. This quota also includes the content
    // specified for input parameters at runtime. We recommend storing the contents
    // for your new document in an external JSON or YAML file and referencing the
    // file in a command.
    //
    // For examples, see the following topics in the Amazon Web Services Systems
    // Manager User Guide.
    //
    //    * Create an SSM document (console) (https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-using.html#create-ssm-console)
    //
    //    * Create an SSM document (command line) (https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-using.html#create-ssm-document-cli)
    //
    //    * Create an SSM document (API) (https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-using.html#create-ssm-document-api)
    //
    // Content is a required field
    Content *string `min:"1" type:"string" required:"true"`

    // An optional field where you can specify a friendly name for the SSM document.
    // This value can differ for each version of the document. You can update this
    // value at a later time using the UpdateDocument operation.
    DisplayName *string `type:"string"`

    // Specify the document format for the request. The document format can be JSON,
    // YAML, or TEXT. JSON is the default format.
    DocumentFormat *string `type:"string" enum:"DocumentFormat"`

    // The type of document to create.
    //
    // The DeploymentStrategy document type is an internal-use-only document type
    // reserved for AppConfig.
    DocumentType *string `type:"string" enum:"DocumentType"`

    // A name for the SSM document.
    //
    // You can't use the following strings as document name prefixes. These are
    // reserved by Amazon Web Services for use as document name prefixes:
    //
    //    * aws
    //
    //    * amazon
    //
    //    * amzn
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // A list of SSM documents required by a document. This parameter is used exclusively
    // by AppConfig. When a user creates an AppConfig configuration in an SSM document,
    // the user must also specify a required document for validation purposes. In
    // this case, an ApplicationConfiguration document requires an ApplicationConfigurationSchema
    // document for validation purposes. For more information, see What is AppConfig?
    // (https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html)
    // in the AppConfig User Guide.
    Requires []*DocumentRequires `min:"1" type:"list"`

    // Optional metadata that you assign to a resource. Tags enable you to categorize
    // a resource in different ways, such as by purpose, owner, or environment.
    // For example, you might want to tag an SSM document to identify the types
    // of targets or the environment where it will run. In this case, you could
    // specify the following key-value pairs:
    //
    //    * Key=OS,Value=Windows
    //
    //    * Key=Environment,Value=Production
    //
    // To add tags to an existing SSM document, use the AddTagsToResource operation.
    Tags []*Tag `type:"list"`

    // Specify a target type to define the kinds of resources the document can run
    // on. For example, to run a document on EC2 instances, specify the following
    // value: /AWS::EC2::Instance. If you specify a value of '/' the document can
    // run on all types of resources. If you don't specify a value, the document
    // can't run on any resources. For a list of valid resource types, see Amazon
    // Web Services resource and property types reference (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html)
    // in the CloudFormation User Guide.
    TargetType *string `type:"string"`

    // An optional field specifying the version of the artifact you are creating
    // with the document. For example, Release12.1. This value is unique across
    // all versions of a document, and can't be changed.
    VersionName *string `type:"string"`
    // contains filtered or unexported fields
}

func (CreateDocumentInput) GoString

func (s CreateDocumentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDocumentInput) SetAttachments

func (s *CreateDocumentInput) SetAttachments(v []*AttachmentsSource) *CreateDocumentInput

SetAttachments sets the Attachments field's value.

func (*CreateDocumentInput) SetContent

func (s *CreateDocumentInput) SetContent(v string) *CreateDocumentInput

SetContent sets the Content field's value.

func (*CreateDocumentInput) SetDisplayName

func (s *CreateDocumentInput) SetDisplayName(v string) *CreateDocumentInput

SetDisplayName sets the DisplayName field's value.

func (*CreateDocumentInput) SetDocumentFormat

func (s *CreateDocumentInput) SetDocumentFormat(v string) *CreateDocumentInput

SetDocumentFormat sets the DocumentFormat field's value.

func (*CreateDocumentInput) SetDocumentType

func (s *CreateDocumentInput) SetDocumentType(v string) *CreateDocumentInput

SetDocumentType sets the DocumentType field's value.

func (*CreateDocumentInput) SetName

func (s *CreateDocumentInput) SetName(v string) *CreateDocumentInput

SetName sets the Name field's value.

func (*CreateDocumentInput) SetRequires

func (s *CreateDocumentInput) SetRequires(v []*DocumentRequires) *CreateDocumentInput

SetRequires sets the Requires field's value.

func (*CreateDocumentInput) SetTags

func (s *CreateDocumentInput) SetTags(v []*Tag) *CreateDocumentInput

SetTags sets the Tags field's value.

func (*CreateDocumentInput) SetTargetType

func (s *CreateDocumentInput) SetTargetType(v string) *CreateDocumentInput

SetTargetType sets the TargetType field's value.

func (*CreateDocumentInput) SetVersionName

func (s *CreateDocumentInput) SetVersionName(v string) *CreateDocumentInput

SetVersionName sets the VersionName field's value.

func (CreateDocumentInput) String

func (s CreateDocumentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDocumentInput) Validate

func (s *CreateDocumentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDocumentOutput

type CreateDocumentOutput struct {

    // Information about the SSM document.
    DocumentDescription *DocumentDescription `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateDocumentOutput) GoString

func (s CreateDocumentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDocumentOutput) SetDocumentDescription

func (s *CreateDocumentOutput) SetDocumentDescription(v *DocumentDescription) *CreateDocumentOutput

SetDocumentDescription sets the DocumentDescription field's value.

func (CreateDocumentOutput) String

func (s CreateDocumentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateMaintenanceWindowInput

type CreateMaintenanceWindowInput struct {

    // Enables a maintenance window task to run on managed nodes, even if you haven't
    // registered those nodes as targets. If enabled, then you must specify the
    // unregistered managed nodes (by node ID) when you register a task with the
    // maintenance window.
    //
    // If you don't enable this option, then you must specify previously-registered
    // targets when you register a task with the maintenance window.
    //
    // AllowUnassociatedTargets is a required field
    AllowUnassociatedTargets *bool `type:"boolean" required:"true"`

    // User-provided idempotency token.
    ClientToken *string `min:"1" type:"string" idempotencyToken:"true"`

    // The number of hours before the end of the maintenance window that Amazon
    // Web Services Systems Manager stops scheduling new tasks for execution.
    //
    // Cutoff is a required field
    Cutoff *int64 `type:"integer" required:"true"`

    // An optional description for the maintenance window. We recommend specifying
    // a description to help you organize your maintenance windows.
    //
    // Description is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateMaintenanceWindowInput's
    // String and GoString methods.
    Description *string `min:"1" type:"string" sensitive:"true"`

    // The duration of the maintenance window in hours.
    //
    // Duration is a required field
    Duration *int64 `min:"1" type:"integer" required:"true"`

    // The date and time, in ISO-8601 Extended format, for when you want the maintenance
    // window to become inactive. EndDate allows you to set a date and time in the
    // future when the maintenance window will no longer run.
    EndDate *string `type:"string"`

    // The name of the maintenance window.
    //
    // Name is a required field
    Name *string `min:"3" type:"string" required:"true"`

    // The schedule of the maintenance window in the form of a cron or rate expression.
    //
    // Schedule is a required field
    Schedule *string `min:"1" type:"string" required:"true"`

    // The number of days to wait after the date and time specified by a cron expression
    // before running the maintenance window.
    //
    // For example, the following cron expression schedules a maintenance window
    // to run on the third Tuesday of every month at 11:30 PM.
    //
    // cron(30 23 ? * TUE#3 *)
    //
    // If the schedule offset is 2, the maintenance window won't run until two days
    // later.
    ScheduleOffset *int64 `min:"1" type:"integer"`

    // The time zone that the scheduled maintenance window executions are based
    // on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles",
    // "UTC", or "Asia/Seoul". For more information, see the Time Zone Database
    // (https://www.iana.org/time-zones) on the IANA website.
    ScheduleTimezone *string `type:"string"`

    // The date and time, in ISO-8601 Extended format, for when you want the maintenance
    // window to become active. StartDate allows you to delay activation of the
    // maintenance window until the specified future date.
    StartDate *string `type:"string"`

    // Optional metadata that you assign to a resource. Tags enable you to categorize
    // a resource in different ways, such as by purpose, owner, or environment.
    // For example, you might want to tag a maintenance window to identify the type
    // of tasks it will run, the types of targets, and the environment it will run
    // in. In this case, you could specify the following key-value pairs:
    //
    //    * Key=TaskType,Value=AgentUpdate
    //
    //    * Key=OS,Value=Windows
    //
    //    * Key=Environment,Value=Production
    //
    // To add tags to an existing maintenance window, use the AddTagsToResource
    // operation.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreateMaintenanceWindowInput) GoString

func (s CreateMaintenanceWindowInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateMaintenanceWindowInput) SetAllowUnassociatedTargets

func (s *CreateMaintenanceWindowInput) SetAllowUnassociatedTargets(v bool) *CreateMaintenanceWindowInput

SetAllowUnassociatedTargets sets the AllowUnassociatedTargets field's value.

func (*CreateMaintenanceWindowInput) SetClientToken

func (s *CreateMaintenanceWindowInput) SetClientToken(v string) *CreateMaintenanceWindowInput

SetClientToken sets the ClientToken field's value.

func (*CreateMaintenanceWindowInput) SetCutoff

func (s *CreateMaintenanceWindowInput) SetCutoff(v int64) *CreateMaintenanceWindowInput

SetCutoff sets the Cutoff field's value.

func (*CreateMaintenanceWindowInput) SetDescription

func (s *CreateMaintenanceWindowInput) SetDescription(v string) *CreateMaintenanceWindowInput

SetDescription sets the Description field's value.

func (*CreateMaintenanceWindowInput) SetDuration

func (s *CreateMaintenanceWindowInput) SetDuration(v int64) *CreateMaintenanceWindowInput

SetDuration sets the Duration field's value.

func (*CreateMaintenanceWindowInput) SetEndDate

func (s *CreateMaintenanceWindowInput) SetEndDate(v string) *CreateMaintenanceWindowInput

SetEndDate sets the EndDate field's value.

func (*CreateMaintenanceWindowInput) SetName

func (s *CreateMaintenanceWindowInput) SetName(v string) *CreateMaintenanceWindowInput

SetName sets the Name field's value.

func (*CreateMaintenanceWindowInput) SetSchedule

func (s *CreateMaintenanceWindowInput) SetSchedule(v string) *CreateMaintenanceWindowInput

SetSchedule sets the Schedule field's value.

func (*CreateMaintenanceWindowInput) SetScheduleOffset

func (s *CreateMaintenanceWindowInput) SetScheduleOffset(v int64) *CreateMaintenanceWindowInput

SetScheduleOffset sets the ScheduleOffset field's value.

func (*CreateMaintenanceWindowInput) SetScheduleTimezone

func (s *CreateMaintenanceWindowInput) SetScheduleTimezone(v string) *CreateMaintenanceWindowInput

SetScheduleTimezone sets the ScheduleTimezone field's value.

func (*CreateMaintenanceWindowInput) SetStartDate

func (s *CreateMaintenanceWindowInput) SetStartDate(v string) *CreateMaintenanceWindowInput

SetStartDate sets the StartDate field's value.

func (*CreateMaintenanceWindowInput) SetTags

func (s *CreateMaintenanceWindowInput) SetTags(v []*Tag) *CreateMaintenanceWindowInput

SetTags sets the Tags field's value.

func (CreateMaintenanceWindowInput) String

func (s CreateMaintenanceWindowInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateMaintenanceWindowInput) Validate

func (s *CreateMaintenanceWindowInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateMaintenanceWindowOutput

type CreateMaintenanceWindowOutput struct {

    // The ID of the created maintenance window.
    WindowId *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

func (CreateMaintenanceWindowOutput) GoString

func (s CreateMaintenanceWindowOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateMaintenanceWindowOutput) SetWindowId

func (s *CreateMaintenanceWindowOutput) SetWindowId(v string) *CreateMaintenanceWindowOutput

SetWindowId sets the WindowId field's value.

func (CreateMaintenanceWindowOutput) String

func (s CreateMaintenanceWindowOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateOpsItemInput

type CreateOpsItemInput struct {

    // The target Amazon Web Services account where you want to create an OpsItem.
    // To make this call, your account must be configured to work with OpsItems
    // across accounts. For more information, see Set up OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setup.html)
    // in the Amazon Web Services Systems Manager User Guide.
    AccountId *string `type:"string"`

    // The time a runbook workflow ended. Currently reported only for the OpsItem
    // type /aws/changerequest.
    ActualEndTime *time.Time `type:"timestamp"`

    // The time a runbook workflow started. Currently reported only for the OpsItem
    // type /aws/changerequest.
    ActualStartTime *time.Time `type:"timestamp"`

    // Specify a category to assign to an OpsItem.
    Category *string `min:"1" type:"string"`

    // User-defined text that contains information about the OpsItem, in Markdown
    // format.
    //
    // Provide enough information so that users viewing this OpsItem for the first
    // time understand the issue.
    //
    // Description is a required field
    Description *string `min:"1" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of an SNS topic where notifications are sent
    // when this OpsItem is edited or changed.
    Notifications []*OpsItemNotification `type:"list"`

    // Operational data is custom data that provides useful reference details about
    // the OpsItem. For example, you can specify log files, error strings, license
    // keys, troubleshooting tips, or other relevant data. You enter operational
    // data as key-value pairs. The key has a maximum length of 128 characters.
    // The value has a maximum size of 20 KB.
    //
    // Operational data keys can't begin with the following: amazon, aws, amzn,
    // ssm, /amazon, /aws, /amzn, /ssm.
    //
    // You can choose to make the data searchable by other users in the account
    // or you can restrict search access. Searchable data means that all users with
    // access to the OpsItem Overview page (as provided by the DescribeOpsItems
    // API operation) can view and search on the specified data. Operational data
    // that isn't searchable is only viewable by users who have access to the OpsItem
    // (as provided by the GetOpsItem API operation).
    //
    // Use the /aws/resources key in OperationalData to specify a related resource
    // in the request. Use the /aws/automations key in OperationalData to associate
    // an Automation runbook with the OpsItem. To view Amazon Web Services CLI example
    // commands that use these keys, see Create OpsItems manually (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-manually-create-OpsItems.html)
    // in the Amazon Web Services Systems Manager User Guide.
    OperationalData map[string]*OpsItemDataValue `type:"map"`

    // The type of OpsItem to create. Systems Manager supports the following types
    // of OpsItems:
    //
    //    * /aws/issue This type of OpsItem is used for default OpsItems created
    //    by OpsCenter.
    //
    //    * /aws/changerequest This type of OpsItem is used by Change Manager for
    //    reviewing and approving or rejecting change requests.
    //
    //    * /aws/insight This type of OpsItem is used by OpsCenter for aggregating
    //    and reporting on duplicate OpsItems.
    OpsItemType *string `type:"string"`

    // The time specified in a change request for a runbook workflow to end. Currently
    // supported only for the OpsItem type /aws/changerequest.
    PlannedEndTime *time.Time `type:"timestamp"`

    // The time specified in a change request for a runbook workflow to start. Currently
    // supported only for the OpsItem type /aws/changerequest.
    PlannedStartTime *time.Time `type:"timestamp"`

    // The importance of this OpsItem in relation to other OpsItems in the system.
    Priority *int64 `min:"1" type:"integer"`

    // One or more OpsItems that share something in common with the current OpsItems.
    // For example, related OpsItems can include OpsItems with similar error messages,
    // impacted resources, or statuses for the impacted resource.
    RelatedOpsItems []*RelatedOpsItem `type:"list"`

    // Specify a severity to assign to an OpsItem.
    Severity *string `min:"1" type:"string"`

    // The origin of the OpsItem, such as Amazon EC2 or Systems Manager.
    //
    // The source name can't contain the following strings: aws, amazon, and amzn.
    //
    // Source is a required field
    Source *string `min:"1" type:"string" required:"true"`

    // Optional metadata that you assign to a resource.
    //
    // Tags use a key-value pair. For example:
    //
    // Key=Department,Value=Finance
    //
    // To add tags to a new OpsItem, a user must have IAM permissions for both the
    // ssm:CreateOpsItems operation and the ssm:AddTagsToResource operation. To
    // add tags to an existing OpsItem, use the AddTagsToResource operation.
    Tags []*Tag `type:"list"`

    // A short heading that describes the nature of the OpsItem and the impacted
    // resource.
    //
    // Title is a required field
    Title *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateOpsItemInput) GoString

func (s CreateOpsItemInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOpsItemInput) SetAccountId

func (s *CreateOpsItemInput) SetAccountId(v string) *CreateOpsItemInput

SetAccountId sets the AccountId field's value.

func (*CreateOpsItemInput) SetActualEndTime

func (s *CreateOpsItemInput) SetActualEndTime(v time.Time) *CreateOpsItemInput

SetActualEndTime sets the ActualEndTime field's value.

func (*CreateOpsItemInput) SetActualStartTime

func (s *CreateOpsItemInput) SetActualStartTime(v time.Time) *CreateOpsItemInput

SetActualStartTime sets the ActualStartTime field's value.

func (*CreateOpsItemInput) SetCategory

func (s *CreateOpsItemInput) SetCategory(v string) *CreateOpsItemInput

SetCategory sets the Category field's value.

func (*CreateOpsItemInput) SetDescription

func (s *CreateOpsItemInput) SetDescription(v string) *CreateOpsItemInput

SetDescription sets the Description field's value.

func (*CreateOpsItemInput) SetNotifications

func (s *CreateOpsItemInput) SetNotifications(v []*OpsItemNotification) *CreateOpsItemInput

SetNotifications sets the Notifications field's value.

func (*CreateOpsItemInput) SetOperationalData

func (s *CreateOpsItemInput) SetOperationalData(v map[string]*OpsItemDataValue) *CreateOpsItemInput

SetOperationalData sets the OperationalData field's value.

func (*CreateOpsItemInput) SetOpsItemType

func (s *CreateOpsItemInput) SetOpsItemType(v string) *CreateOpsItemInput

SetOpsItemType sets the OpsItemType field's value.

func (*CreateOpsItemInput) SetPlannedEndTime

func (s *CreateOpsItemInput) SetPlannedEndTime(v time.Time) *CreateOpsItemInput

SetPlannedEndTime sets the PlannedEndTime field's value.

func (*CreateOpsItemInput) SetPlannedStartTime

func (s *CreateOpsItemInput) SetPlannedStartTime(v time.Time) *CreateOpsItemInput

SetPlannedStartTime sets the PlannedStartTime field's value.

func (*CreateOpsItemInput) SetPriority

func (s *CreateOpsItemInput) SetPriority(v int64) *CreateOpsItemInput

SetPriority sets the Priority field's value.

func (*CreateOpsItemInput) SetRelatedOpsItems

func (s *CreateOpsItemInput) SetRelatedOpsItems(v []*RelatedOpsItem) *CreateOpsItemInput

SetRelatedOpsItems sets the RelatedOpsItems field's value.

func (*CreateOpsItemInput) SetSeverity

func (s *CreateOpsItemInput) SetSeverity(v string) *CreateOpsItemInput

SetSeverity sets the Severity field's value.

func (*CreateOpsItemInput) SetSource

func (s *CreateOpsItemInput) SetSource(v string) *CreateOpsItemInput

SetSource sets the Source field's value.

func (*CreateOpsItemInput) SetTags

func (s *CreateOpsItemInput) SetTags(v []*Tag) *CreateOpsItemInput

SetTags sets the Tags field's value.

func (*CreateOpsItemInput) SetTitle

func (s *CreateOpsItemInput) SetTitle(v string) *CreateOpsItemInput

SetTitle sets the Title field's value.

func (CreateOpsItemInput) String

func (s CreateOpsItemInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOpsItemInput) Validate

func (s *CreateOpsItemInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateOpsItemOutput

type CreateOpsItemOutput struct {

    // The OpsItem Amazon Resource Name (ARN).
    OpsItemArn *string `min:"20" type:"string"`

    // The ID of the OpsItem.
    OpsItemId *string `type:"string"`
    // contains filtered or unexported fields
}

func (CreateOpsItemOutput) GoString

func (s CreateOpsItemOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOpsItemOutput) SetOpsItemArn

func (s *CreateOpsItemOutput) SetOpsItemArn(v string) *CreateOpsItemOutput

SetOpsItemArn sets the OpsItemArn field's value.

func (*CreateOpsItemOutput) SetOpsItemId

func (s *CreateOpsItemOutput) SetOpsItemId(v string) *CreateOpsItemOutput

SetOpsItemId sets the OpsItemId field's value.

func (CreateOpsItemOutput) String

func (s CreateOpsItemOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateOpsMetadataInput

type CreateOpsMetadataInput struct {

    // Metadata for a new Application Manager application.
    Metadata map[string]*MetadataValue `min:"1" type:"map"`

    // A resource ID for a new Application Manager application.
    //
    // ResourceId is a required field
    ResourceId *string `min:"1" type:"string" required:"true"`

    // Optional metadata that you assign to a resource. You can specify a maximum
    // of five tags for an OpsMetadata object. Tags enable you to categorize a resource
    // in different ways, such as by purpose, owner, or environment. For example,
    // you might want to tag an OpsMetadata object to identify an environment or
    // target Amazon Web Services Region. In this case, you could specify the following
    // key-value pairs:
    //
    //    * Key=Environment,Value=Production
    //
    //    * Key=Region,Value=us-east-2
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreateOpsMetadataInput) GoString

func (s CreateOpsMetadataInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOpsMetadataInput) SetMetadata

func (s *CreateOpsMetadataInput) SetMetadata(v map[string]*MetadataValue) *CreateOpsMetadataInput

SetMetadata sets the Metadata field's value.

func (*CreateOpsMetadataInput) SetResourceId

func (s *CreateOpsMetadataInput) SetResourceId(v string) *CreateOpsMetadataInput

SetResourceId sets the ResourceId field's value.

func (*CreateOpsMetadataInput) SetTags

func (s *CreateOpsMetadataInput) SetTags(v []*Tag) *CreateOpsMetadataInput

SetTags sets the Tags field's value.

func (CreateOpsMetadataInput) String

func (s CreateOpsMetadataInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOpsMetadataInput) Validate

func (s *CreateOpsMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateOpsMetadataOutput

type CreateOpsMetadataOutput struct {

    // The Amazon Resource Name (ARN) of the OpsMetadata Object or blob created
    // by the call.
    OpsMetadataArn *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (CreateOpsMetadataOutput) GoString

func (s CreateOpsMetadataOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOpsMetadataOutput) SetOpsMetadataArn

func (s *CreateOpsMetadataOutput) SetOpsMetadataArn(v string) *CreateOpsMetadataOutput

SetOpsMetadataArn sets the OpsMetadataArn field's value.

func (CreateOpsMetadataOutput) String

func (s CreateOpsMetadataOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreatePatchBaselineInput

type CreatePatchBaselineInput struct {

    // A set of rules used to include patches in the baseline.
    ApprovalRules *PatchRuleGroup `type:"structure"`

    // A list of explicitly approved patches for the baseline.
    //
    // For information about accepted formats for lists of approved patches and
    // rejected patches, see About package name formats for approved and rejected
    // patch lists (https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html)
    // in the Amazon Web Services Systems Manager User Guide.
    ApprovedPatches []*string `type:"list"`

    // Defines the compliance level for approved patches. When an approved patch
    // is reported as missing, this value describes the severity of the compliance
    // violation. The default value is UNSPECIFIED.
    ApprovedPatchesComplianceLevel *string `type:"string" enum:"PatchComplianceLevel"`

    // Indicates whether the list of approved patches includes non-security updates
    // that should be applied to the managed nodes. The default value is false.
    // Applies to Linux managed nodes only.
    ApprovedPatchesEnableNonSecurity *bool `type:"boolean"`

    // User-provided idempotency token.
    ClientToken *string `min:"1" type:"string" idempotencyToken:"true"`

    // A description of the patch baseline.
    Description *string `min:"1" type:"string"`

    // A set of global filters used to include patches in the baseline.
    GlobalFilters *PatchFilterGroup `type:"structure"`

    // The name of the patch baseline.
    //
    // Name is a required field
    Name *string `min:"3" type:"string" required:"true"`

    // Defines the operating system the patch baseline applies to. The default value
    // is WINDOWS.
    OperatingSystem *string `type:"string" enum:"OperatingSystem"`

    // A list of explicitly rejected patches for the baseline.
    //
    // For information about accepted formats for lists of approved patches and
    // rejected patches, see About package name formats for approved and rejected
    // patch lists (https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html)
    // in the Amazon Web Services Systems Manager User Guide.
    RejectedPatches []*string `type:"list"`

    // The action for Patch Manager to take on patches included in the RejectedPackages
    // list.
    //
    //    * ALLOW_AS_DEPENDENCY : A package in the Rejected patches list is installed
    //    only if it is a dependency of another package. It is considered compliant
    //    with the patch baseline, and its status is reported as InstalledOther.
    //    This is the default action if no option is specified.
    //
    //    * BLOCK: Packages in the Rejected patches list, and packages that include
    //    them as dependencies, aren't installed by Patch Manager under any circumstances.
    //    If a package was installed before it was added to the Rejected patches
    //    list, or is installed outside of Patch Manager afterward, it's considered
    //    noncompliant with the patch baseline and its status is reported as InstalledRejected.
    RejectedPatchesAction *string `type:"string" enum:"PatchAction"`

    // Information about the patches to use to update the managed nodes, including
    // target operating systems and source repositories. Applies to Linux managed
    // nodes only.
    Sources []*PatchSource `type:"list"`

    // Optional metadata that you assign to a resource. Tags enable you to categorize
    // a resource in different ways, such as by purpose, owner, or environment.
    // For example, you might want to tag a patch baseline to identify the severity
    // level of patches it specifies and the operating system family it applies
    // to. In this case, you could specify the following key-value pairs:
    //
    //    * Key=PatchSeverity,Value=Critical
    //
    //    * Key=OS,Value=Windows
    //
    // To add tags to an existing patch baseline, use the AddTagsToResource operation.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreatePatchBaselineInput) GoString

func (s CreatePatchBaselineInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePatchBaselineInput) SetApprovalRules

func (s *CreatePatchBaselineInput) SetApprovalRules(v *PatchRuleGroup) *CreatePatchBaselineInput

SetApprovalRules sets the ApprovalRules field's value.

func (*CreatePatchBaselineInput) SetApprovedPatches

func (s *CreatePatchBaselineInput) SetApprovedPatches(v []*string) *CreatePatchBaselineInput

SetApprovedPatches sets the ApprovedPatches field's value.

func (*CreatePatchBaselineInput) SetApprovedPatchesComplianceLevel

func (s *CreatePatchBaselineInput) SetApprovedPatchesComplianceLevel(v string) *CreatePatchBaselineInput

SetApprovedPatchesComplianceLevel sets the ApprovedPatchesComplianceLevel field's value.

func (*CreatePatchBaselineInput) SetApprovedPatchesEnableNonSecurity

func (s *CreatePatchBaselineInput) SetApprovedPatchesEnableNonSecurity(v bool) *CreatePatchBaselineInput

SetApprovedPatchesEnableNonSecurity sets the ApprovedPatchesEnableNonSecurity field's value.

func (*CreatePatchBaselineInput) SetClientToken

func (s *CreatePatchBaselineInput) SetClientToken(v string) *CreatePatchBaselineInput

SetClientToken sets the ClientToken field's value.

func (*CreatePatchBaselineInput) SetDescription

func (s *CreatePatchBaselineInput) SetDescription(v string) *CreatePatchBaselineInput

SetDescription sets the Description field's value.

func (*CreatePatchBaselineInput) SetGlobalFilters

func (s *CreatePatchBaselineInput) SetGlobalFilters(v *PatchFilterGroup) *CreatePatchBaselineInput

SetGlobalFilters sets the GlobalFilters field's value.

func (*CreatePatchBaselineInput) SetName

func (s *CreatePatchBaselineInput) SetName(v string) *CreatePatchBaselineInput

SetName sets the Name field's value.

func (*CreatePatchBaselineInput) SetOperatingSystem

func (s *CreatePatchBaselineInput) SetOperatingSystem(v string) *CreatePatchBaselineInput

SetOperatingSystem sets the OperatingSystem field's value.

func (*CreatePatchBaselineInput) SetRejectedPatches

func (s *CreatePatchBaselineInput) SetRejectedPatches(v []*string) *CreatePatchBaselineInput

SetRejectedPatches sets the RejectedPatches field's value.

func (*CreatePatchBaselineInput) SetRejectedPatchesAction

func (s *CreatePatchBaselineInput) SetRejectedPatchesAction(v string) *CreatePatchBaselineInput

SetRejectedPatchesAction sets the RejectedPatchesAction field's value.

func (*CreatePatchBaselineInput) SetSources

func (s *CreatePatchBaselineInput) SetSources(v []*PatchSource) *CreatePatchBaselineInput

SetSources sets the Sources field's value.

func (*CreatePatchBaselineInput) SetTags

func (s *CreatePatchBaselineInput) SetTags(v []*Tag) *CreatePatchBaselineInput

SetTags sets the Tags field's value.

func (CreatePatchBaselineInput) String

func (s CreatePatchBaselineInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePatchBaselineInput) Validate

func (s *CreatePatchBaselineInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePatchBaselineOutput

type CreatePatchBaselineOutput struct {

    // The ID of the created patch baseline.
    BaselineId *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

func (CreatePatchBaselineOutput) GoString

func (s CreatePatchBaselineOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePatchBaselineOutput) SetBaselineId

func (s *CreatePatchBaselineOutput) SetBaselineId(v string) *CreatePatchBaselineOutput

SetBaselineId sets the BaselineId field's value.

func (CreatePatchBaselineOutput) String

func (s CreatePatchBaselineOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateResourceDataSyncInput

type CreateResourceDataSyncInput struct {

    // Amazon S3 configuration details for the sync. This parameter is required
    // if the SyncType value is SyncToDestination.
    S3Destination *ResourceDataSyncS3Destination `type:"structure"`

    // A name for the configuration.
    //
    // SyncName is a required field
    SyncName *string `min:"1" type:"string" required:"true"`

    // Specify information about the data sources to synchronize. This parameter
    // is required if the SyncType value is SyncFromSource.
    SyncSource *ResourceDataSyncSource `type:"structure"`

    // Specify SyncToDestination to create a resource data sync that synchronizes
    // data to an S3 bucket for Inventory. If you specify SyncToDestination, you
    // must provide a value for S3Destination. Specify SyncFromSource to synchronize
    // data from a single account and multiple Regions, or multiple Amazon Web Services
    // accounts and Amazon Web Services Regions, as listed in Organizations for
    // Explorer. If you specify SyncFromSource, you must provide a value for SyncSource.
    // The default value is SyncToDestination.
    SyncType *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (CreateResourceDataSyncInput) GoString

func (s CreateResourceDataSyncInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateResourceDataSyncInput) SetS3Destination

func (s *CreateResourceDataSyncInput) SetS3Destination(v *ResourceDataSyncS3Destination) *CreateResourceDataSyncInput

SetS3Destination sets the S3Destination field's value.

func (*CreateResourceDataSyncInput) SetSyncName

func (s *CreateResourceDataSyncInput) SetSyncName(v string) *CreateResourceDataSyncInput

SetSyncName sets the SyncName field's value.

func (*CreateResourceDataSyncInput) SetSyncSource

func (s *CreateResourceDataSyncInput) SetSyncSource(v *ResourceDataSyncSource) *CreateResourceDataSyncInput

SetSyncSource sets the SyncSource field's value.

func (*CreateResourceDataSyncInput) SetSyncType

func (s *CreateResourceDataSyncInput) SetSyncType(v string) *CreateResourceDataSyncInput

SetSyncType sets the SyncType field's value.

func (CreateResourceDataSyncInput) String

func (s CreateResourceDataSyncInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateResourceDataSyncInput) Validate

func (s *CreateResourceDataSyncInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateResourceDataSyncOutput

type CreateResourceDataSyncOutput struct {
    // contains filtered or unexported fields
}

func (CreateResourceDataSyncOutput) GoString

func (s CreateResourceDataSyncOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateResourceDataSyncOutput) String

func (s CreateResourceDataSyncOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CustomSchemaCountLimitExceededException

type CustomSchemaCountLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You have exceeded the limit for custom schemas. Delete one or more custom schemas and try again.

func (*CustomSchemaCountLimitExceededException) Code

func (s *CustomSchemaCountLimitExceededException) Code() string

Code returns the exception type name.

func (*CustomSchemaCountLimitExceededException) Error

func (s *CustomSchemaCountLimitExceededException) Error() string

func (CustomSchemaCountLimitExceededException) GoString

func (s CustomSchemaCountLimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomSchemaCountLimitExceededException) Message

func (s *CustomSchemaCountLimitExceededException) Message() string

Message returns the exception's message.

func (*CustomSchemaCountLimitExceededException) OrigErr

func (s *CustomSchemaCountLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*CustomSchemaCountLimitExceededException) RequestID

func (s *CustomSchemaCountLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*CustomSchemaCountLimitExceededException) StatusCode

func (s *CustomSchemaCountLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (CustomSchemaCountLimitExceededException) String

func (s CustomSchemaCountLimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteActivationInput

type DeleteActivationInput struct {

    // The ID of the activation that you want to delete.
    //
    // ActivationId is a required field
    ActivationId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteActivationInput) GoString

func (s DeleteActivationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteActivationInput) SetActivationId

func (s *DeleteActivationInput) SetActivationId(v string) *DeleteActivationInput

SetActivationId sets the ActivationId field's value.

func (DeleteActivationInput) String

func (s DeleteActivationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteActivationInput) Validate

func (s *DeleteActivationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteActivationOutput

type DeleteActivationOutput struct {
    // contains filtered or unexported fields
}

func (DeleteActivationOutput) GoString

func (s DeleteActivationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteActivationOutput) String

func (s DeleteActivationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAssociationInput

type DeleteAssociationInput struct {

    // The association ID that you want to delete.
    AssociationId *string `type:"string"`

    // The managed node ID.
    //
    // InstanceId has been deprecated. To specify a managed node ID for an association,
    // use the Targets parameter. Requests that include the parameter InstanceID
    // with Systems Manager documents (SSM documents) that use schema version 2.0
    // or later will fail. In addition, if you use the parameter InstanceId, you
    // can't use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency,
    // OutputLocation, or ScheduleExpression. To use these parameters, you must
    // use the Targets parameter.
    InstanceId *string `type:"string"`

    // The name of the SSM document.
    Name *string `type:"string"`
    // contains filtered or unexported fields
}

func (DeleteAssociationInput) GoString

func (s DeleteAssociationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAssociationInput) SetAssociationId

func (s *DeleteAssociationInput) SetAssociationId(v string) *DeleteAssociationInput

SetAssociationId sets the AssociationId field's value.

func (*DeleteAssociationInput) SetInstanceId

func (s *DeleteAssociationInput) SetInstanceId(v string) *DeleteAssociationInput

SetInstanceId sets the InstanceId field's value.

func (*DeleteAssociationInput) SetName

func (s *DeleteAssociationInput) SetName(v string) *DeleteAssociationInput

SetName sets the Name field's value.

func (DeleteAssociationInput) String

func (s DeleteAssociationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAssociationOutput

type DeleteAssociationOutput struct {
    // contains filtered or unexported fields
}

func (DeleteAssociationOutput) GoString

func (s DeleteAssociationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteAssociationOutput) String

func (s DeleteAssociationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteDocumentInput

type DeleteDocumentInput struct {

    // The version of the document that you want to delete. If not provided, all
    // versions of the document are deleted.
    DocumentVersion *string `type:"string"`

    // Some SSM document types require that you specify a Force flag before you
    // can delete the document. For example, you must specify a Force flag to delete
    // a document of type ApplicationConfigurationSchema. You can restrict access
    // to the Force flag in an Identity and Access Management (IAM) policy.
    Force *bool `type:"boolean"`

    // The name of the document.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // The version name of the document that you want to delete. If not provided,
    // all versions of the document are deleted.
    VersionName *string `type:"string"`
    // contains filtered or unexported fields
}

func (DeleteDocumentInput) GoString

func (s DeleteDocumentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDocumentInput) SetDocumentVersion

func (s *DeleteDocumentInput) SetDocumentVersion(v string) *DeleteDocumentInput

SetDocumentVersion sets the DocumentVersion field's value.

func (*DeleteDocumentInput) SetForce

func (s *DeleteDocumentInput) SetForce(v bool) *DeleteDocumentInput

SetForce sets the Force field's value.

func (*DeleteDocumentInput) SetName

func (s *DeleteDocumentInput) SetName(v string) *DeleteDocumentInput

SetName sets the Name field's value.

func (*DeleteDocumentInput) SetVersionName

func (s *DeleteDocumentInput) SetVersionName(v string) *DeleteDocumentInput

SetVersionName sets the VersionName field's value.

func (DeleteDocumentInput) String

func (s DeleteDocumentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDocumentInput) Validate

func (s *DeleteDocumentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDocumentOutput

type DeleteDocumentOutput struct {
    // contains filtered or unexported fields
}

func (DeleteDocumentOutput) GoString

func (s DeleteDocumentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteDocumentOutput) String

func (s DeleteDocumentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteInventoryInput

type DeleteInventoryInput struct {

    // User-provided idempotency token.
    ClientToken *string `type:"string" idempotencyToken:"true"`

    // Use this option to view a summary of the deletion request without deleting
    // any data or the data type. This option is useful when you only want to understand
    // what will be deleted. Once you validate that the data to be deleted is what
    // you intend to delete, you can run the same command without specifying the
    // DryRun option.
    DryRun *bool `type:"boolean"`

    // Use the SchemaDeleteOption to delete a custom inventory type (schema). If
    // you don't choose this option, the system only deletes existing inventory
    // data associated with the custom inventory type. Choose one of the following
    // options:
    //
    // DisableSchema: If you choose this option, the system ignores all inventory
    // data for the specified version, and any earlier versions. To enable this
    // schema again, you must call the PutInventory operation for a version greater
    // than the disabled version.
    //
    // DeleteSchema: This option deletes the specified custom type from the Inventory
    // service. You can recreate the schema later, if you want.
    SchemaDeleteOption *string `type:"string" enum:"InventorySchemaDeleteOption"`

    // The name of the custom inventory type for which you want to delete either
    // all previously collected data or the inventory type itself.
    //
    // TypeName is a required field
    TypeName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteInventoryInput) GoString

func (s DeleteInventoryInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteInventoryInput) SetClientToken

func (s *DeleteInventoryInput) SetClientToken(v string) *DeleteInventoryInput

SetClientToken sets the ClientToken field's value.

func (*DeleteInventoryInput) SetDryRun

func (s *DeleteInventoryInput) SetDryRun(v bool) *DeleteInventoryInput

SetDryRun sets the DryRun field's value.

func (*DeleteInventoryInput) SetSchemaDeleteOption

func (s *DeleteInventoryInput) SetSchemaDeleteOption(v string) *DeleteInventoryInput

SetSchemaDeleteOption sets the SchemaDeleteOption field's value.

func (*DeleteInventoryInput) SetTypeName

func (s *DeleteInventoryInput) SetTypeName(v string) *DeleteInventoryInput

SetTypeName sets the TypeName field's value.

func (DeleteInventoryInput) String

func (s DeleteInventoryInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteInventoryInput) Validate

func (s *DeleteInventoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteInventoryOutput

type DeleteInventoryOutput struct {

    // Every DeleteInventory operation is assigned a unique ID. This option returns
    // a unique ID. You can use this ID to query the status of a delete operation.
    // This option is useful for ensuring that a delete operation has completed
    // before you begin other operations.
    DeletionId *string `type:"string"`

    // A summary of the delete operation. For more information about this summary,
    // see Understanding the delete inventory summary (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-custom.html#sysman-inventory-delete-summary)
    // in the Amazon Web Services Systems Manager User Guide.
    DeletionSummary *InventoryDeletionSummary `type:"structure"`

    // The name of the inventory data type specified in the request.
    TypeName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DeleteInventoryOutput) GoString

func (s DeleteInventoryOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteInventoryOutput) SetDeletionId

func (s *DeleteInventoryOutput) SetDeletionId(v string) *DeleteInventoryOutput

SetDeletionId sets the DeletionId field's value.

func (*DeleteInventoryOutput) SetDeletionSummary

func (s *DeleteInventoryOutput) SetDeletionSummary(v *InventoryDeletionSummary) *DeleteInventoryOutput

SetDeletionSummary sets the DeletionSummary field's value.

func (*DeleteInventoryOutput) SetTypeName

func (s *DeleteInventoryOutput) SetTypeName(v string) *DeleteInventoryOutput

SetTypeName sets the TypeName field's value.

func (DeleteInventoryOutput) String

func (s DeleteInventoryOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteMaintenanceWindowInput

type DeleteMaintenanceWindowInput struct {

    // The ID of the maintenance window to delete.
    //
    // WindowId is a required field
    WindowId *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteMaintenanceWindowInput) GoString

func (s DeleteMaintenanceWindowInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteMaintenanceWindowInput) SetWindowId

func (s *DeleteMaintenanceWindowInput) SetWindowId(v string) *DeleteMaintenanceWindowInput

SetWindowId sets the WindowId field's value.

func (DeleteMaintenanceWindowInput) String

func (s DeleteMaintenanceWindowInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteMaintenanceWindowInput) Validate

func (s *DeleteMaintenanceWindowInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteMaintenanceWindowOutput

type DeleteMaintenanceWindowOutput struct {

    // The ID of the deleted maintenance window.
    WindowId *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

func (DeleteMaintenanceWindowOutput) GoString

func (s DeleteMaintenanceWindowOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteMaintenanceWindowOutput) SetWindowId

func (s *DeleteMaintenanceWindowOutput) SetWindowId(v string) *DeleteMaintenanceWindowOutput

SetWindowId sets the WindowId field's value.

func (DeleteMaintenanceWindowOutput) String

func (s DeleteMaintenanceWindowOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteOpsItemInput

type DeleteOpsItemInput struct {

    // The ID of the OpsItem that you want to delete.
    //
    // OpsItemId is a required field
    OpsItemId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteOpsItemInput) GoString

func (s DeleteOpsItemInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteOpsItemInput) SetOpsItemId

func (s *DeleteOpsItemInput) SetOpsItemId(v string) *DeleteOpsItemInput

SetOpsItemId sets the OpsItemId field's value.

func (DeleteOpsItemInput) String

func (s DeleteOpsItemInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteOpsItemInput) Validate

func (s *DeleteOpsItemInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteOpsItemOutput

type DeleteOpsItemOutput struct {
    // contains filtered or unexported fields
}

func (DeleteOpsItemOutput) GoString

func (s DeleteOpsItemOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteOpsItemOutput) String

func (s DeleteOpsItemOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteOpsMetadataInput

type DeleteOpsMetadataInput struct {

    // The Amazon Resource Name (ARN) of an OpsMetadata Object to delete.
    //
    // OpsMetadataArn is a required field
    OpsMetadataArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteOpsMetadataInput) GoString

func (s DeleteOpsMetadataInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteOpsMetadataInput) SetOpsMetadataArn

func (s *DeleteOpsMetadataInput) SetOpsMetadataArn(v string) *DeleteOpsMetadataInput

SetOpsMetadataArn sets the OpsMetadataArn field's value.

func (DeleteOpsMetadataInput) String

func (s DeleteOpsMetadataInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteOpsMetadataInput) Validate

func (s *DeleteOpsMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteOpsMetadataOutput

type DeleteOpsMetadataOutput struct {
    // contains filtered or unexported fields
}

func (DeleteOpsMetadataOutput) GoString

func (s DeleteOpsMetadataOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteOpsMetadataOutput) String

func (s DeleteOpsMetadataOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteParameterInput

type DeleteParameterInput struct {

    // The name of the parameter to delete.
    //
    // You can't enter the Amazon Resource Name (ARN) for a parameter, only the
    // parameter name itself.
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteParameterInput) GoString

func (s DeleteParameterInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteParameterInput) SetName

func (s *DeleteParameterInput) SetName(v string) *DeleteParameterInput

SetName sets the Name field's value.

func (DeleteParameterInput) String

func (s DeleteParameterInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteParameterInput) Validate

func (s *DeleteParameterInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteParameterOutput

type DeleteParameterOutput struct {
    // contains filtered or unexported fields
}

func (DeleteParameterOutput) GoString

func (s DeleteParameterOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteParameterOutput) String

func (s DeleteParameterOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteParametersInput

type DeleteParametersInput struct {

    // The names of the parameters to delete. After deleting a parameter, wait for
    // at least 30 seconds to create a parameter with the same name.
    //
    // You can't enter the Amazon Resource Name (ARN) for a parameter, only the
    // parameter name itself.
    //
    // Names is a required field
    Names []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteParametersInput) GoString

func (s DeleteParametersInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteParametersInput) SetNames

func (s *DeleteParametersInput) SetNames(v []*string) *DeleteParametersInput

SetNames sets the Names field's value.

func (DeleteParametersInput) String

func (s DeleteParametersInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteParametersInput) Validate

func (s *DeleteParametersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteParametersOutput

type DeleteParametersOutput struct {

    // The names of the deleted parameters.
    DeletedParameters []*string `min:"1" type:"list"`

    // The names of parameters that weren't deleted because the parameters aren't
    // valid.
    InvalidParameters []*string `min:"1" type:"list"`
    // contains filtered or unexported fields
}

func (DeleteParametersOutput) GoString

func (s DeleteParametersOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteParametersOutput) SetDeletedParameters

func (s *DeleteParametersOutput) SetDeletedParameters(v []*string) *DeleteParametersOutput

SetDeletedParameters sets the DeletedParameters field's value.

func (*DeleteParametersOutput) SetInvalidParameters

func (s *DeleteParametersOutput) SetInvalidParameters(v []*string) *DeleteParametersOutput

SetInvalidParameters sets the InvalidParameters field's value.

func (DeleteParametersOutput) String

func (s DeleteParametersOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeletePatchBaselineInput

type DeletePatchBaselineInput struct {

    // The ID of the patch baseline to delete.
    //
    // BaselineId is a required field
    BaselineId *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeletePatchBaselineInput) GoString

func (s DeletePatchBaselineInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePatchBaselineInput) SetBaselineId

func (s *DeletePatchBaselineInput) SetBaselineId(v string) *DeletePatchBaselineInput

SetBaselineId sets the BaselineId field's value.

func (DeletePatchBaselineInput) String

func (s DeletePatchBaselineInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePatchBaselineInput) Validate

func (s *DeletePatchBaselineInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeletePatchBaselineOutput

type DeletePatchBaselineOutput struct {

    // The ID of the deleted patch baseline.
    BaselineId *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

func (DeletePatchBaselineOutput) GoString

func (s DeletePatchBaselineOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePatchBaselineOutput) SetBaselineId

func (s *DeletePatchBaselineOutput) SetBaselineId(v string) *DeletePatchBaselineOutput

SetBaselineId sets the BaselineId field's value.

func (DeletePatchBaselineOutput) String

func (s DeletePatchBaselineOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteResourceDataSyncInput

type DeleteResourceDataSyncInput struct {

    // The name of the configuration to delete.
    //
    // SyncName is a required field
    SyncName *string `min:"1" type:"string" required:"true"`

    // Specify the type of resource data sync to delete.
    SyncType *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DeleteResourceDataSyncInput) GoString

func (s DeleteResourceDataSyncInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteResourceDataSyncInput) SetSyncName

func (s *DeleteResourceDataSyncInput) SetSyncName(v string) *DeleteResourceDataSyncInput

SetSyncName sets the SyncName field's value.

func (*DeleteResourceDataSyncInput) SetSyncType

func (s *DeleteResourceDataSyncInput) SetSyncType(v string) *DeleteResourceDataSyncInput

SetSyncType sets the SyncType field's value.

func (DeleteResourceDataSyncInput) String

func (s DeleteResourceDataSyncInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteResourceDataSyncInput) Validate

func (s *DeleteResourceDataSyncInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteResourceDataSyncOutput

type DeleteResourceDataSyncOutput struct {
    // contains filtered or unexported fields
}

func (DeleteResourceDataSyncOutput) GoString

func (s DeleteResourceDataSyncOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteResourceDataSyncOutput) String

func (s DeleteResourceDataSyncOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteResourcePolicyInput

type DeleteResourcePolicyInput struct {

    // ID of the current policy version. The hash helps to prevent multiple calls
    // from attempting to overwrite a policy.
    //
    // PolicyHash is a required field
    PolicyHash *string `type:"string" required:"true"`

    // The policy ID.
    //
    // PolicyId is a required field
    PolicyId *string `type:"string" required:"true"`

    // Amazon Resource Name (ARN) of the resource to which the policies are attached.
    //
    // ResourceArn is a required field
    ResourceArn *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteResourcePolicyInput) GoString

func (s DeleteResourcePolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteResourcePolicyInput) SetPolicyHash

func (s *DeleteResourcePolicyInput) SetPolicyHash(v string) *DeleteResourcePolicyInput

SetPolicyHash sets the PolicyHash field's value.

func (*DeleteResourcePolicyInput) SetPolicyId

func (s *DeleteResourcePolicyInput) SetPolicyId(v string) *DeleteResourcePolicyInput

SetPolicyId sets the PolicyId field's value.

func (*DeleteResourcePolicyInput) SetResourceArn

func (s *DeleteResourcePolicyInput) SetResourceArn(v string) *DeleteResourcePolicyInput

SetResourceArn sets the ResourceArn field's value.

func (DeleteResourcePolicyInput) String

func (s DeleteResourcePolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteResourcePolicyInput) Validate

func (s *DeleteResourcePolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteResourcePolicyOutput

type DeleteResourcePolicyOutput struct {
    // contains filtered or unexported fields
}

func (DeleteResourcePolicyOutput) GoString

func (s DeleteResourcePolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteResourcePolicyOutput) String

func (s DeleteResourcePolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeregisterManagedInstanceInput

type DeregisterManagedInstanceInput struct {

    // The ID assigned to the managed node when you registered it using the activation
    // process.
    //
    // InstanceId is a required field
    InstanceId *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeregisterManagedInstanceInput) GoString

func (s DeregisterManagedInstanceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterManagedInstanceInput) SetInstanceId

func (s *DeregisterManagedInstanceInput) SetInstanceId(v string) *DeregisterManagedInstanceInput

SetInstanceId sets the InstanceId field's value.

func (DeregisterManagedInstanceInput) String

func (s DeregisterManagedInstanceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterManagedInstanceInput) Validate

func (s *DeregisterManagedInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeregisterManagedInstanceOutput

type DeregisterManagedInstanceOutput struct {
    // contains filtered or unexported fields
}

func (DeregisterManagedInstanceOutput) GoString

func (s DeregisterManagedInstanceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeregisterManagedInstanceOutput) String

func (s DeregisterManagedInstanceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeregisterPatchBaselineForPatchGroupInput

type DeregisterPatchBaselineForPatchGroupInput struct {

    // The ID of the patch baseline to deregister the patch group from.
    //
    // BaselineId is a required field
    BaselineId *string `min:"20" type:"string" required:"true"`

    // The name of the patch group that should be deregistered from the patch baseline.
    //
    // PatchGroup is a required field
    PatchGroup *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeregisterPatchBaselineForPatchGroupInput) GoString

func (s DeregisterPatchBaselineForPatchGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterPatchBaselineForPatchGroupInput) SetBaselineId

func (s *DeregisterPatchBaselineForPatchGroupInput) SetBaselineId(v string) *DeregisterPatchBaselineForPatchGroupInput

SetBaselineId sets the BaselineId field's value.

func (*DeregisterPatchBaselineForPatchGroupInput) SetPatchGroup

func (s *DeregisterPatchBaselineForPatchGroupInput) SetPatchGroup(v string) *DeregisterPatchBaselineForPatchGroupInput

SetPatchGroup sets the PatchGroup field's value.

func (DeregisterPatchBaselineForPatchGroupInput) String

func (s DeregisterPatchBaselineForPatchGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterPatchBaselineForPatchGroupInput) Validate

func (s *DeregisterPatchBaselineForPatchGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeregisterPatchBaselineForPatchGroupOutput

type DeregisterPatchBaselineForPatchGroupOutput struct {

    // The ID of the patch baseline the patch group was deregistered from.
    BaselineId *string `min:"20" type:"string"`

    // The name of the patch group deregistered from the patch baseline.
    PatchGroup *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DeregisterPatchBaselineForPatchGroupOutput) GoString

func (s DeregisterPatchBaselineForPatchGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterPatchBaselineForPatchGroupOutput) SetBaselineId

func (s *DeregisterPatchBaselineForPatchGroupOutput) SetBaselineId(v string) *DeregisterPatchBaselineForPatchGroupOutput

SetBaselineId sets the BaselineId field's value.

func (*DeregisterPatchBaselineForPatchGroupOutput) SetPatchGroup

func (s *DeregisterPatchBaselineForPatchGroupOutput) SetPatchGroup(v string) *DeregisterPatchBaselineForPatchGroupOutput

SetPatchGroup sets the PatchGroup field's value.

func (DeregisterPatchBaselineForPatchGroupOutput) String

func (s DeregisterPatchBaselineForPatchGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeregisterTargetFromMaintenanceWindowInput

type DeregisterTargetFromMaintenanceWindowInput struct {

    // The system checks if the target is being referenced by a task. If the target
    // is being referenced, the system returns an error and doesn't deregister the
    // target from the maintenance window.
    Safe *bool `type:"boolean"`

    // The ID of the maintenance window the target should be removed from.
    //
    // WindowId is a required field
    WindowId *string `min:"20" type:"string" required:"true"`

    // The ID of the target definition to remove.
    //
    // WindowTargetId is a required field
    WindowTargetId *string `min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeregisterTargetFromMaintenanceWindowInput) GoString

func (s DeregisterTargetFromMaintenanceWindowInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterTargetFromMaintenanceWindowInput) SetSafe

func (s *DeregisterTargetFromMaintenanceWindowInput) SetSafe(v bool) *DeregisterTargetFromMaintenanceWindowInput

SetSafe sets the Safe field's value.

func (*DeregisterTargetFromMaintenanceWindowInput) SetWindowId

func (s *DeregisterTargetFromMaintenanceWindowInput) SetWindowId(v string) *DeregisterTargetFromMaintenanceWindowInput

SetWindowId sets the WindowId field's value.

func (*DeregisterTargetFromMaintenanceWindowInput) SetWindowTargetId

func (s *DeregisterTargetFromMaintenanceWindowInput) SetWindowTargetId(v string) *DeregisterTargetFromMaintenanceWindowInput

SetWindowTargetId sets the WindowTargetId field's value.

func (DeregisterTargetFromMaintenanceWindowInput) String

func (s DeregisterTargetFromMaintenanceWindowInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterTargetFromMaintenanceWindowInput) Validate

func (s *DeregisterTargetFromMaintenanceWindowInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeregisterTargetFromMaintenanceWindowOutput

type DeregisterTargetFromMaintenanceWindowOutput struct {

    // The ID of the maintenance window the target was removed from.
    WindowId *string `min:"20" type:"string"`

    // The ID of the removed target definition.
    WindowTargetId *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (DeregisterTargetFromMaintenanceWindowOutput) GoString

func (s DeregisterTargetFromMaintenanceWindowOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterTargetFromMaintenanceWindowOutput) SetWindowId

func (s *DeregisterTargetFromMaintenanceWindowOutput) SetWindowId(v string) *DeregisterTargetFromMaintenanceWindowOutput

SetWindowId sets the WindowId field's value.

func (*DeregisterTargetFromMaintenanceWindowOutput) SetWindowTargetId

func (s *DeregisterTargetFromMaintenanceWindowOutput) SetWindowTargetId(v string) *DeregisterTargetFromMaintenanceWindowOutput

SetWindowTargetId sets the WindowTargetId field's value.

func (DeregisterTargetFromMaintenanceWindowOutput) String

func (s DeregisterTargetFromMaintenanceWindowOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeregisterTaskFromMaintenanceWindowInput

type DeregisterTaskFromMaintenanceWindowInput struct {

    // The ID of the maintenance window the task should be removed from.
    //
    // WindowId is a required field
    WindowId *string `min:"20" type:"string" required:"true"`

    // The ID of the task to remove from the maintenance window.
    //
    // WindowTaskId is a required field
    WindowTaskId *string `min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeregisterTaskFromMaintenanceWindowInput) GoString

func (s DeregisterTaskFromMaintenanceWindowInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterTaskFromMaintenanceWindowInput) SetWindowId

func (s *DeregisterTaskFromMaintenanceWindowInput) SetWindowId(v string) *DeregisterTaskFromMaintenanceWindowInput

SetWindowId sets the WindowId field's value.

func (*DeregisterTaskFromMaintenanceWindowInput) SetWindowTaskId

func (s *DeregisterTaskFromMaintenanceWindowInput) SetWindowTaskId(v string) *DeregisterTaskFromMaintenanceWindowInput

SetWindowTaskId sets the WindowTaskId field's value.

func (DeregisterTaskFromMaintenanceWindowInput) String

func (s DeregisterTaskFromMaintenanceWindowInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterTaskFromMaintenanceWindowInput) Validate

func (s *DeregisterTaskFromMaintenanceWindowInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeregisterTaskFromMaintenanceWindowOutput

type DeregisterTaskFromMaintenanceWindowOutput struct {

    // The ID of the maintenance window the task was removed from.
    WindowId *string `min:"20" type:"string"`

    // The ID of the task removed from the maintenance window.
    WindowTaskId *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (DeregisterTaskFromMaintenanceWindowOutput) GoString

func (s DeregisterTaskFromMaintenanceWindowOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterTaskFromMaintenanceWindowOutput) SetWindowId

func (s *DeregisterTaskFromMaintenanceWindowOutput) SetWindowId(v string) *DeregisterTaskFromMaintenanceWindowOutput

SetWindowId sets the WindowId field's value.

func (*DeregisterTaskFromMaintenanceWindowOutput) SetWindowTaskId

func (s *DeregisterTaskFromMaintenanceWindowOutput) SetWindowTaskId(v string) *DeregisterTaskFromMaintenanceWindowOutput

SetWindowTaskId sets the WindowTaskId field's value.

func (DeregisterTaskFromMaintenanceWindowOutput) String

func (s DeregisterTaskFromMaintenanceWindowOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeActivationsFilter

type DescribeActivationsFilter struct {

    // The name of the filter.
    FilterKey *string `type:"string" enum:"DescribeActivationsFilterKeys"`

    // The filter values.
    FilterValues []*string `type:"list"`
    // contains filtered or unexported fields
}

Filter for the DescribeActivation API.

func (DescribeActivationsFilter) GoString

func (s DescribeActivationsFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeActivationsFilter) SetFilterKey

func (s *DescribeActivationsFilter) SetFilterKey(v string) *DescribeActivationsFilter

SetFilterKey sets the FilterKey field's value.

func (*DescribeActivationsFilter) SetFilterValues

func (s *DescribeActivationsFilter) SetFilterValues(v []*string) *DescribeActivationsFilter

SetFilterValues sets the FilterValues field's value.

func (DescribeActivationsFilter) String

func (s DescribeActivationsFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeActivationsInput

type DescribeActivationsInput struct {

    // A filter to view information about your activations.
    Filters []*DescribeActivationsFilter `type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // A token to start the list. Use this token to get the next set of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeActivationsInput) GoString

func (s DescribeActivationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeActivationsInput) SetFilters

func (s *DescribeActivationsInput) SetFilters(v []*DescribeActivationsFilter) *DescribeActivationsInput

SetFilters sets the Filters field's value.

func (*DescribeActivationsInput) SetMaxResults

func (s *DescribeActivationsInput) SetMaxResults(v int64) *DescribeActivationsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeActivationsInput) SetNextToken

func (s *DescribeActivationsInput) SetNextToken(v string) *DescribeActivationsInput

SetNextToken sets the NextToken field's value.

func (DescribeActivationsInput) String

func (s DescribeActivationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeActivationsInput) Validate

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 Amazon Web Services account.
    ActivationList []*Activation `type:"list"`

    // The token for the next set of items to return. Use this token to get the
    // next set of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeActivationsOutput) GoString

func (s DescribeActivationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeActivationsOutput) SetActivationList

func (s *DescribeActivationsOutput) SetActivationList(v []*Activation) *DescribeActivationsOutput

SetActivationList sets the ActivationList field's value.

func (*DescribeActivationsOutput) SetNextToken

func (s *DescribeActivationsOutput) SetNextToken(v string) *DescribeActivationsOutput

SetNextToken sets the NextToken field's value.

func (DescribeActivationsOutput) String

func (s DescribeActivationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAssociationExecutionTargetsInput

type DescribeAssociationExecutionTargetsInput struct {

    // The association ID that includes the execution for which you want to view
    // details.
    //
    // AssociationId is a required field
    AssociationId *string `type:"string" required:"true"`

    // The execution ID for which you want to view details.
    //
    // ExecutionId is a required field
    ExecutionId *string `type:"string" required:"true"`

    // Filters for the request. You can specify the following filters and values.
    //
    // Status (EQUAL)
    //
    // ResourceId (EQUAL)
    //
    // ResourceType (EQUAL)
    Filters []*AssociationExecutionTargetsFilter `min:"1" type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // A token to start the list. Use this token to get the next set of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeAssociationExecutionTargetsInput) GoString

func (s DescribeAssociationExecutionTargetsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssociationExecutionTargetsInput) SetAssociationId

func (s *DescribeAssociationExecutionTargetsInput) SetAssociationId(v string) *DescribeAssociationExecutionTargetsInput

SetAssociationId sets the AssociationId field's value.

func (*DescribeAssociationExecutionTargetsInput) SetExecutionId

func (s *DescribeAssociationExecutionTargetsInput) SetExecutionId(v string) *DescribeAssociationExecutionTargetsInput

SetExecutionId sets the ExecutionId field's value.

func (*DescribeAssociationExecutionTargetsInput) SetFilters

func (s *DescribeAssociationExecutionTargetsInput) SetFilters(v []*AssociationExecutionTargetsFilter) *DescribeAssociationExecutionTargetsInput

SetFilters sets the Filters field's value.

func (*DescribeAssociationExecutionTargetsInput) SetMaxResults

func (s *DescribeAssociationExecutionTargetsInput) SetMaxResults(v int64) *DescribeAssociationExecutionTargetsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeAssociationExecutionTargetsInput) SetNextToken

func (s *DescribeAssociationExecutionTargetsInput) SetNextToken(v string) *DescribeAssociationExecutionTargetsInput

SetNextToken sets the NextToken field's value.

func (DescribeAssociationExecutionTargetsInput) String

func (s DescribeAssociationExecutionTargetsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssociationExecutionTargetsInput) Validate

func (s *DescribeAssociationExecutionTargetsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAssociationExecutionTargetsOutput

type DescribeAssociationExecutionTargetsOutput struct {

    // Information about the execution.
    AssociationExecutionTargets []*AssociationExecutionTarget `type:"list"`

    // The token for the next set of items to return. Use this token to get the
    // next set of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeAssociationExecutionTargetsOutput) GoString

func (s DescribeAssociationExecutionTargetsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssociationExecutionTargetsOutput) SetAssociationExecutionTargets

func (s *DescribeAssociationExecutionTargetsOutput) SetAssociationExecutionTargets(v []*AssociationExecutionTarget) *DescribeAssociationExecutionTargetsOutput

SetAssociationExecutionTargets sets the AssociationExecutionTargets field's value.

func (*DescribeAssociationExecutionTargetsOutput) SetNextToken

func (s *DescribeAssociationExecutionTargetsOutput) SetNextToken(v string) *DescribeAssociationExecutionTargetsOutput

SetNextToken sets the NextToken field's value.

func (DescribeAssociationExecutionTargetsOutput) String

func (s DescribeAssociationExecutionTargetsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAssociationExecutionsInput

type DescribeAssociationExecutionsInput struct {

    // The association ID for which you want to view execution history details.
    //
    // AssociationId is a required field
    AssociationId *string `type:"string" required:"true"`

    // Filters for the request. You can specify the following filters and values.
    //
    // ExecutionId (EQUAL)
    //
    // Status (EQUAL)
    //
    // CreatedTime (EQUAL, GREATER_THAN, LESS_THAN)
    Filters []*AssociationExecutionFilter `min:"1" type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // A token to start the list. Use this token to get the next set of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeAssociationExecutionsInput) GoString

func (s DescribeAssociationExecutionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssociationExecutionsInput) SetAssociationId

func (s *DescribeAssociationExecutionsInput) SetAssociationId(v string) *DescribeAssociationExecutionsInput

SetAssociationId sets the AssociationId field's value.

func (*DescribeAssociationExecutionsInput) SetFilters

func (s *DescribeAssociationExecutionsInput) SetFilters(v []*AssociationExecutionFilter) *DescribeAssociationExecutionsInput

SetFilters sets the Filters field's value.

func (*DescribeAssociationExecutionsInput) SetMaxResults

func (s *DescribeAssociationExecutionsInput) SetMaxResults(v int64) *DescribeAssociationExecutionsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeAssociationExecutionsInput) SetNextToken

func (s *DescribeAssociationExecutionsInput) SetNextToken(v string) *DescribeAssociationExecutionsInput

SetNextToken sets the NextToken field's value.

func (DescribeAssociationExecutionsInput) String

func (s DescribeAssociationExecutionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssociationExecutionsInput) Validate

func (s *DescribeAssociationExecutionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAssociationExecutionsOutput

type DescribeAssociationExecutionsOutput struct {

    // A list of the executions for the specified association ID.
    AssociationExecutions []*AssociationExecution `type:"list"`

    // The token for the next set of items to return. Use this token to get the
    // next set of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeAssociationExecutionsOutput) GoString

func (s DescribeAssociationExecutionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssociationExecutionsOutput) SetAssociationExecutions

func (s *DescribeAssociationExecutionsOutput) SetAssociationExecutions(v []*AssociationExecution) *DescribeAssociationExecutionsOutput

SetAssociationExecutions sets the AssociationExecutions field's value.

func (*DescribeAssociationExecutionsOutput) SetNextToken

func (s *DescribeAssociationExecutionsOutput) SetNextToken(v string) *DescribeAssociationExecutionsOutput

SetNextToken sets the NextToken field's value.

func (DescribeAssociationExecutionsOutput) String

func (s DescribeAssociationExecutionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAssociationInput

type DescribeAssociationInput struct {

    // The association ID for which you want information.
    AssociationId *string `type:"string"`

    // Specify the association version to retrieve. To view the latest version,
    // either specify $LATEST for this parameter, or omit this parameter. To view
    // a list of all associations for a managed node, use ListAssociations. To get
    // a list of versions for a specific association, use ListAssociationVersions.
    AssociationVersion *string `type:"string"`

    // The managed node ID.
    InstanceId *string `type:"string"`

    // The name of the SSM document.
    Name *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeAssociationInput) GoString

func (s DescribeAssociationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssociationInput) SetAssociationId

func (s *DescribeAssociationInput) SetAssociationId(v string) *DescribeAssociationInput

SetAssociationId sets the AssociationId field's value.

func (*DescribeAssociationInput) SetAssociationVersion

func (s *DescribeAssociationInput) SetAssociationVersion(v string) *DescribeAssociationInput

SetAssociationVersion sets the AssociationVersion field's value.

func (*DescribeAssociationInput) SetInstanceId

func (s *DescribeAssociationInput) SetInstanceId(v string) *DescribeAssociationInput

SetInstanceId sets the InstanceId field's value.

func (*DescribeAssociationInput) SetName

func (s *DescribeAssociationInput) SetName(v string) *DescribeAssociationInput

SetName sets the Name field's value.

func (DescribeAssociationInput) String

func (s DescribeAssociationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAssociationOutput

type DescribeAssociationOutput struct {

    // Information about the association.
    AssociationDescription *AssociationDescription `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeAssociationOutput) GoString

func (s DescribeAssociationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAssociationOutput) SetAssociationDescription

func (s *DescribeAssociationOutput) SetAssociationDescription(v *AssociationDescription) *DescribeAssociationOutput

SetAssociationDescription sets the AssociationDescription field's value.

func (DescribeAssociationOutput) String

func (s DescribeAssociationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAutomationExecutionsInput

type DescribeAutomationExecutionsInput struct {

    // Filters used to limit the scope of executions that are requested.
    Filters []*AutomationExecutionFilter `min:"1" type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeAutomationExecutionsInput) GoString

func (s DescribeAutomationExecutionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAutomationExecutionsInput) SetFilters

func (s *DescribeAutomationExecutionsInput) SetFilters(v []*AutomationExecutionFilter) *DescribeAutomationExecutionsInput

SetFilters sets the Filters field's value.

func (*DescribeAutomationExecutionsInput) SetMaxResults

func (s *DescribeAutomationExecutionsInput) SetMaxResults(v int64) *DescribeAutomationExecutionsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeAutomationExecutionsInput) SetNextToken

func (s *DescribeAutomationExecutionsInput) SetNextToken(v string) *DescribeAutomationExecutionsInput

SetNextToken sets the NextToken field's value.

func (DescribeAutomationExecutionsInput) String

func (s DescribeAutomationExecutionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAutomationExecutionsInput) Validate

func (s *DescribeAutomationExecutionsInput) Validate() error

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) GoString

func (s DescribeAutomationExecutionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAutomationExecutionsOutput) SetAutomationExecutionMetadataList

func (s *DescribeAutomationExecutionsOutput) SetAutomationExecutionMetadataList(v []*AutomationExecutionMetadata) *DescribeAutomationExecutionsOutput

SetAutomationExecutionMetadataList sets the AutomationExecutionMetadataList field's value.

func (*DescribeAutomationExecutionsOutput) SetNextToken

func (s *DescribeAutomationExecutionsOutput) SetNextToken(v string) *DescribeAutomationExecutionsOutput

SetNextToken sets the NextToken field's value.

func (DescribeAutomationExecutionsOutput) String

func (s DescribeAutomationExecutionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAutomationStepExecutionsInput

type DescribeAutomationStepExecutionsInput struct {

    // The Automation execution ID for which you want step execution descriptions.
    //
    // AutomationExecutionId is a required field
    AutomationExecutionId *string `min:"36" type:"string" required:"true"`

    // One or more filters to limit the number of step executions returned by the
    // request.
    Filters []*StepExecutionFilter `min:"1" type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`

    // Indicates whether to list step executions in reverse order by start time.
    // The default value is 'false'.
    ReverseOrder *bool `type:"boolean"`
    // contains filtered or unexported fields
}

func (DescribeAutomationStepExecutionsInput) GoString

func (s DescribeAutomationStepExecutionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAutomationStepExecutionsInput) SetAutomationExecutionId

func (s *DescribeAutomationStepExecutionsInput) SetAutomationExecutionId(v string) *DescribeAutomationStepExecutionsInput

SetAutomationExecutionId sets the AutomationExecutionId field's value.

func (*DescribeAutomationStepExecutionsInput) SetFilters

func (s *DescribeAutomationStepExecutionsInput) SetFilters(v []*StepExecutionFilter) *DescribeAutomationStepExecutionsInput

SetFilters sets the Filters field's value.

func (*DescribeAutomationStepExecutionsInput) SetMaxResults

func (s *DescribeAutomationStepExecutionsInput) SetMaxResults(v int64) *DescribeAutomationStepExecutionsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeAutomationStepExecutionsInput) SetNextToken

func (s *DescribeAutomationStepExecutionsInput) SetNextToken(v string) *DescribeAutomationStepExecutionsInput

SetNextToken sets the NextToken field's value.

func (*DescribeAutomationStepExecutionsInput) SetReverseOrder

func (s *DescribeAutomationStepExecutionsInput) SetReverseOrder(v bool) *DescribeAutomationStepExecutionsInput

SetReverseOrder sets the ReverseOrder field's value.

func (DescribeAutomationStepExecutionsInput) String

func (s DescribeAutomationStepExecutionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAutomationStepExecutionsInput) Validate

func (s *DescribeAutomationStepExecutionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAutomationStepExecutionsOutput

type DescribeAutomationStepExecutionsOutput struct {

    // The token to use when requesting the next set of items. If there are no additional
    // items to return, the string is empty.
    NextToken *string `type:"string"`

    // A list of details about the current state of all steps that make up an execution.
    StepExecutions []*StepExecution `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeAutomationStepExecutionsOutput) GoString

func (s DescribeAutomationStepExecutionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAutomationStepExecutionsOutput) SetNextToken

func (s *DescribeAutomationStepExecutionsOutput) SetNextToken(v string) *DescribeAutomationStepExecutionsOutput

SetNextToken sets the NextToken field's value.

func (*DescribeAutomationStepExecutionsOutput) SetStepExecutions

func (s *DescribeAutomationStepExecutionsOutput) SetStepExecutions(v []*StepExecution) *DescribeAutomationStepExecutionsOutput

SetStepExecutions sets the StepExecutions field's value.

func (DescribeAutomationStepExecutionsOutput) String

func (s DescribeAutomationStepExecutionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAvailablePatchesInput

type DescribeAvailablePatchesInput struct {

    // Each element in the array is a structure containing a key-value pair.
    //
    // Windows Server
    //
    // Supported keys for Windows Server managed node patches include the following:
    //
    //    * PATCH_SET Sample values: OS | APPLICATION
    //
    //    * PRODUCT Sample values: WindowsServer2012 | Office 2010 | MicrosoftDefenderAntivirus
    //
    //    * PRODUCT_FAMILY Sample values: Windows | Office
    //
    //    * MSRC_SEVERITY Sample values: ServicePacks | Important | Moderate
    //
    //    * CLASSIFICATION Sample values: ServicePacks | SecurityUpdates | DefinitionUpdates
    //
    //    * PATCH_ID Sample values: KB123456 | KB4516046
    //
    // Linux
    //
    // When specifying filters for Linux patches, you must specify a key-pair for
    // PRODUCT. For example, using the Command Line Interface (CLI), the following
    // command fails:
    //
    // aws ssm describe-available-patches --filters Key=CVE_ID,Values=CVE-2018-3615
    //
    // However, the following command succeeds:
    //
    // aws ssm describe-available-patches --filters Key=PRODUCT,Values=AmazonLinux2018.03
    // Key=CVE_ID,Values=CVE-2018-3615
    //
    // Supported keys for Linux managed node patches include the following:
    //
    //    * PRODUCT Sample values: AmazonLinux2018.03 | AmazonLinux2.0
    //
    //    * NAME Sample values: kernel-headers | samba-python | php
    //
    //    * SEVERITY Sample values: Critical | Important | Medium | Low
    //
    //    * EPOCH Sample values: 0 | 1
    //
    //    * VERSION Sample values: 78.6.1 | 4.10.16
    //
    //    * RELEASE Sample values: 9.56.amzn1 | 1.amzn2
    //
    //    * ARCH Sample values: i686 | x86_64
    //
    //    * REPOSITORY Sample values: Core | Updates
    //
    //    * ADVISORY_ID Sample values: ALAS-2018-1058 | ALAS2-2021-1594
    //
    //    * CVE_ID Sample values: CVE-2018-3615 | CVE-2020-1472
    //
    //    * BUGZILLA_ID Sample values: 1463241
    Filters []*PatchOrchestratorFilter `type:"list"`

    // The maximum number of patches to return (per page).
    MaxResults *int64 `min:"1" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeAvailablePatchesInput) GoString

func (s DescribeAvailablePatchesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAvailablePatchesInput) SetFilters

func (s *DescribeAvailablePatchesInput) SetFilters(v []*PatchOrchestratorFilter) *DescribeAvailablePatchesInput

SetFilters sets the Filters field's value.

func (*DescribeAvailablePatchesInput) SetMaxResults

func (s *DescribeAvailablePatchesInput) SetMaxResults(v int64) *DescribeAvailablePatchesInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeAvailablePatchesInput) SetNextToken

func (s *DescribeAvailablePatchesInput) SetNextToken(v string) *DescribeAvailablePatchesInput

SetNextToken sets the NextToken field's value.

func (DescribeAvailablePatchesInput) String

func (s DescribeAvailablePatchesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAvailablePatchesInput) Validate

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) GoString

func (s DescribeAvailablePatchesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAvailablePatchesOutput) SetNextToken

func (s *DescribeAvailablePatchesOutput) SetNextToken(v string) *DescribeAvailablePatchesOutput

SetNextToken sets the NextToken field's value.

func (*DescribeAvailablePatchesOutput) SetPatches

func (s *DescribeAvailablePatchesOutput) SetPatches(v []*Patch) *DescribeAvailablePatchesOutput

SetPatches sets the Patches field's value.

func (DescribeAvailablePatchesOutput) String

func (s DescribeAvailablePatchesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDocumentInput

type DescribeDocumentInput struct {

    // The document version for which you want information. Can be a specific version
    // or the default version.
    DocumentVersion *string `type:"string"`

    // The name of the SSM document.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // An optional field specifying the version of the artifact associated with
    // the document. For example, 12.6. This value is unique across all versions
    // of a document, and can't be changed.
    VersionName *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeDocumentInput) GoString

func (s DescribeDocumentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDocumentInput) SetDocumentVersion

func (s *DescribeDocumentInput) SetDocumentVersion(v string) *DescribeDocumentInput

SetDocumentVersion sets the DocumentVersion field's value.

func (*DescribeDocumentInput) SetName

func (s *DescribeDocumentInput) SetName(v string) *DescribeDocumentInput

SetName sets the Name field's value.

func (*DescribeDocumentInput) SetVersionName

func (s *DescribeDocumentInput) SetVersionName(v string) *DescribeDocumentInput

SetVersionName sets the VersionName field's value.

func (DescribeDocumentInput) String

func (s DescribeDocumentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDocumentInput) Validate

func (s *DescribeDocumentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDocumentOutput

type DescribeDocumentOutput struct {

    // Information about the SSM document.
    Document *DocumentDescription `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeDocumentOutput) GoString

func (s DescribeDocumentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDocumentOutput) SetDocument

func (s *DescribeDocumentOutput) SetDocument(v *DocumentDescription) *DescribeDocumentOutput

SetDocument sets the Document field's value.

func (DescribeDocumentOutput) String

func (s DescribeDocumentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDocumentPermissionInput

type DescribeDocumentPermissionInput struct {

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The name of the document for which you are the owner.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`

    // The permission type for the document. The permission type can be Share.
    //
    // PermissionType is a required field
    PermissionType *string `type:"string" required:"true" enum:"DocumentPermissionType"`
    // contains filtered or unexported fields
}

func (DescribeDocumentPermissionInput) GoString

func (s DescribeDocumentPermissionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDocumentPermissionInput) SetMaxResults

func (s *DescribeDocumentPermissionInput) SetMaxResults(v int64) *DescribeDocumentPermissionInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeDocumentPermissionInput) SetName

func (s *DescribeDocumentPermissionInput) SetName(v string) *DescribeDocumentPermissionInput

SetName sets the Name field's value.

func (*DescribeDocumentPermissionInput) SetNextToken

func (s *DescribeDocumentPermissionInput) SetNextToken(v string) *DescribeDocumentPermissionInput

SetNextToken sets the NextToken field's value.

func (*DescribeDocumentPermissionInput) SetPermissionType

func (s *DescribeDocumentPermissionInput) SetPermissionType(v string) *DescribeDocumentPermissionInput

SetPermissionType sets the PermissionType field's value.

func (DescribeDocumentPermissionInput) String

func (s DescribeDocumentPermissionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDocumentPermissionInput) Validate

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 Amazon Web Services account or All.
    AccountIds []*string `type:"list"`

    // A list of Amazon Web Services accounts where the current document is shared
    // and the version shared with each account.
    AccountSharingInfoList []*AccountSharingInfo `type:"list"`

    // The token for the next set of items to return. Use this token to get the
    // next set of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeDocumentPermissionOutput) GoString

func (s DescribeDocumentPermissionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDocumentPermissionOutput) SetAccountIds

func (s *DescribeDocumentPermissionOutput) SetAccountIds(v []*string) *DescribeDocumentPermissionOutput

SetAccountIds sets the AccountIds field's value.

func (*DescribeDocumentPermissionOutput) SetAccountSharingInfoList

func (s *DescribeDocumentPermissionOutput) SetAccountSharingInfoList(v []*AccountSharingInfo) *DescribeDocumentPermissionOutput

SetAccountSharingInfoList sets the AccountSharingInfoList field's value.

func (*DescribeDocumentPermissionOutput) SetNextToken

func (s *DescribeDocumentPermissionOutput) SetNextToken(v string) *DescribeDocumentPermissionOutput

SetNextToken sets the NextToken field's value.

func (DescribeDocumentPermissionOutput) String

func (s DescribeDocumentPermissionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeEffectiveInstanceAssociationsInput

type DescribeEffectiveInstanceAssociationsInput struct {

    // The managed node ID for which you want to view all associations.
    //
    // InstanceId is a required field
    InstanceId *string `type:"string" required:"true"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeEffectiveInstanceAssociationsInput) GoString

func (s DescribeEffectiveInstanceAssociationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEffectiveInstanceAssociationsInput) SetInstanceId

func (s *DescribeEffectiveInstanceAssociationsInput) SetInstanceId(v string) *DescribeEffectiveInstanceAssociationsInput

SetInstanceId sets the InstanceId field's value.

func (*DescribeEffectiveInstanceAssociationsInput) SetMaxResults

func (s *DescribeEffectiveInstanceAssociationsInput) SetMaxResults(v int64) *DescribeEffectiveInstanceAssociationsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeEffectiveInstanceAssociationsInput) SetNextToken

func (s *DescribeEffectiveInstanceAssociationsInput) SetNextToken(v string) *DescribeEffectiveInstanceAssociationsInput

SetNextToken sets the NextToken field's value.

func (DescribeEffectiveInstanceAssociationsInput) String

func (s DescribeEffectiveInstanceAssociationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEffectiveInstanceAssociationsInput) Validate

func (s *DescribeEffectiveInstanceAssociationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeEffectiveInstanceAssociationsOutput

type DescribeEffectiveInstanceAssociationsOutput struct {

    // The associations for the requested managed node.
    Associations []*InstanceAssociation `type:"list"`

    // The token to use when requesting the next set of items. If there are no additional
    // items to return, the string is empty.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeEffectiveInstanceAssociationsOutput) GoString

func (s DescribeEffectiveInstanceAssociationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEffectiveInstanceAssociationsOutput) SetAssociations

func (s *DescribeEffectiveInstanceAssociationsOutput) SetAssociations(v []*InstanceAssociation) *DescribeEffectiveInstanceAssociationsOutput

SetAssociations sets the Associations field's value.

func (*DescribeEffectiveInstanceAssociationsOutput) SetNextToken

func (s *DescribeEffectiveInstanceAssociationsOutput) SetNextToken(v string) *DescribeEffectiveInstanceAssociationsOutput

SetNextToken sets the NextToken field's value.

func (DescribeEffectiveInstanceAssociationsOutput) String

func (s DescribeEffectiveInstanceAssociationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeEffectivePatchesForPatchBaselineInput

type DescribeEffectivePatchesForPatchBaselineInput struct {

    // The ID of the patch baseline to retrieve the effective patches for.
    //
    // BaselineId is a required field
    BaselineId *string `min:"20" type:"string" required:"true"`

    // The maximum number of patches to return (per page).
    MaxResults *int64 `min:"1" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeEffectivePatchesForPatchBaselineInput) GoString

func (s DescribeEffectivePatchesForPatchBaselineInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEffectivePatchesForPatchBaselineInput) SetBaselineId

func (s *DescribeEffectivePatchesForPatchBaselineInput) SetBaselineId(v string) *DescribeEffectivePatchesForPatchBaselineInput

SetBaselineId sets the BaselineId field's value.

func (*DescribeEffectivePatchesForPatchBaselineInput) SetMaxResults

func (s *DescribeEffectivePatchesForPatchBaselineInput) SetMaxResults(v int64) *DescribeEffectivePatchesForPatchBaselineInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeEffectivePatchesForPatchBaselineInput) SetNextToken

func (s *DescribeEffectivePatchesForPatchBaselineInput) SetNextToken(v string) *DescribeEffectivePatchesForPatchBaselineInput

SetNextToken sets the NextToken field's value.

func (DescribeEffectivePatchesForPatchBaselineInput) String

func (s DescribeEffectivePatchesForPatchBaselineInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEffectivePatchesForPatchBaselineInput) Validate

func (s *DescribeEffectivePatchesForPatchBaselineInput) Validate() error

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) GoString

func (s DescribeEffectivePatchesForPatchBaselineOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEffectivePatchesForPatchBaselineOutput) SetEffectivePatches

func (s *DescribeEffectivePatchesForPatchBaselineOutput) SetEffectivePatches(v []*EffectivePatch) *DescribeEffectivePatchesForPatchBaselineOutput

SetEffectivePatches sets the EffectivePatches field's value.

func (*DescribeEffectivePatchesForPatchBaselineOutput) SetNextToken

func (s *DescribeEffectivePatchesForPatchBaselineOutput) SetNextToken(v string) *DescribeEffectivePatchesForPatchBaselineOutput

SetNextToken sets the NextToken field's value.

func (DescribeEffectivePatchesForPatchBaselineOutput) String

func (s DescribeEffectivePatchesForPatchBaselineOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeInstanceAssociationsStatusInput

type DescribeInstanceAssociationsStatusInput struct {

    // The managed node IDs for which you want association status information.
    //
    // InstanceId is a required field
    InstanceId *string `type:"string" required:"true"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeInstanceAssociationsStatusInput) GoString

func (s DescribeInstanceAssociationsStatusInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInstanceAssociationsStatusInput) SetInstanceId

func (s *DescribeInstanceAssociationsStatusInput) SetInstanceId(v string) *DescribeInstanceAssociationsStatusInput

SetInstanceId sets the InstanceId field's value.

func (*DescribeInstanceAssociationsStatusInput) SetMaxResults

func (s *DescribeInstanceAssociationsStatusInput) SetMaxResults(v int64) *DescribeInstanceAssociationsStatusInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeInstanceAssociationsStatusInput) SetNextToken

func (s *DescribeInstanceAssociationsStatusInput) SetNextToken(v string) *DescribeInstanceAssociationsStatusInput

SetNextToken sets the NextToken field's value.

func (DescribeInstanceAssociationsStatusInput) String

func (s DescribeInstanceAssociationsStatusInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInstanceAssociationsStatusInput) Validate

func (s *DescribeInstanceAssociationsStatusInput) Validate() error

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) GoString

func (s DescribeInstanceAssociationsStatusOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInstanceAssociationsStatusOutput) SetInstanceAssociationStatusInfos

func (s *DescribeInstanceAssociationsStatusOutput) SetInstanceAssociationStatusInfos(v []*InstanceAssociationStatusInfo) *DescribeInstanceAssociationsStatusOutput

SetInstanceAssociationStatusInfos sets the InstanceAssociationStatusInfos field's value.

func (*DescribeInstanceAssociationsStatusOutput) SetNextToken

func (s *DescribeInstanceAssociationsStatusOutput) SetNextToken(v string) *DescribeInstanceAssociationsStatusOutput

SetNextToken sets the NextToken field's value.

func (DescribeInstanceAssociationsStatusOutput) String

func (s DescribeInstanceAssociationsStatusOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeInstanceInformationInput

type DescribeInstanceInformationInput struct {

    // One or more filters. Use a filter to return a more specific list of managed
    // nodes. You can filter based on tags applied to your managed nodes. Tag filters
    // can't be combined with other filter types. Use this Filters data type instead
    // of InstanceInformationFilterList, which is deprecated.
    Filters []*InstanceInformationStringFilter `type:"list"`

    // This is a legacy method. We recommend that you don't use this method. Instead,
    // use the Filters data type. Filters enables you to return node information
    // by filtering based on tags applied to managed nodes.
    //
    // Attempting to use InstanceInformationFilterList and Filters leads to an exception
    // error.
    InstanceInformationFilterList []*InstanceInformationFilter `type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results. The default value is 10 items.
    MaxResults *int64 `min:"5" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeInstanceInformationInput) GoString

func (s DescribeInstanceInformationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInstanceInformationInput) SetFilters

func (s *DescribeInstanceInformationInput) SetFilters(v []*InstanceInformationStringFilter) *DescribeInstanceInformationInput

SetFilters sets the Filters field's value.

func (*DescribeInstanceInformationInput) SetInstanceInformationFilterList

func (s *DescribeInstanceInformationInput) SetInstanceInformationFilterList(v []*InstanceInformationFilter) *DescribeInstanceInformationInput

SetInstanceInformationFilterList sets the InstanceInformationFilterList field's value.

func (*DescribeInstanceInformationInput) SetMaxResults

func (s *DescribeInstanceInformationInput) SetMaxResults(v int64) *DescribeInstanceInformationInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeInstanceInformationInput) SetNextToken

func (s *DescribeInstanceInformationInput) SetNextToken(v string) *DescribeInstanceInformationInput

SetNextToken sets the NextToken field's value.

func (DescribeInstanceInformationInput) String

func (s DescribeInstanceInformationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInstanceInformationInput) Validate

func (s *DescribeInstanceInformationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeInstanceInformationOutput

type DescribeInstanceInformationOutput struct {

    // The managed node information list.
    InstanceInformationList []*InstanceInformation `type:"list"`

    // The token to use when requesting the next set of items. If there are no additional
    // items to return, the string is empty.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeInstanceInformationOutput) GoString

func (s DescribeInstanceInformationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInstanceInformationOutput) SetInstanceInformationList

func (s *DescribeInstanceInformationOutput) SetInstanceInformationList(v []*InstanceInformation) *DescribeInstanceInformationOutput

SetInstanceInformationList sets the InstanceInformationList field's value.

func (*DescribeInstanceInformationOutput) SetNextToken

func (s *DescribeInstanceInformationOutput) SetNextToken(v string) *DescribeInstanceInformationOutput

SetNextToken sets the NextToken field's value.

func (DescribeInstanceInformationOutput) String

func (s DescribeInstanceInformationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeInstancePatchStatesForPatchGroupInput

type DescribeInstancePatchStatesForPatchGroupInput struct {

    // Each entry in the array is a structure containing:
    //
    //    * Key (string between 1 and 200 characters)
    //
    //    * Values (array containing a single string)
    //
    //    * Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
    Filters []*InstancePatchStateFilter `type:"list"`

    // The maximum number of patches to return (per page).
    MaxResults *int64 `min:"10" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`

    // The name of the patch group for which the patch state information should
    // be retrieved.
    //
    // PatchGroup is a required field
    PatchGroup *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeInstancePatchStatesForPatchGroupInput) GoString

func (s DescribeInstancePatchStatesForPatchGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInstancePatchStatesForPatchGroupInput) SetFilters

func (s *DescribeInstancePatchStatesForPatchGroupInput) SetFilters(v []*InstancePatchStateFilter) *DescribeInstancePatchStatesForPatchGroupInput

SetFilters sets the Filters field's value.

func (*DescribeInstancePatchStatesForPatchGroupInput) SetMaxResults

func (s *DescribeInstancePatchStatesForPatchGroupInput) SetMaxResults(v int64) *DescribeInstancePatchStatesForPatchGroupInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeInstancePatchStatesForPatchGroupInput) SetNextToken

func (s *DescribeInstancePatchStatesForPatchGroupInput) SetNextToken(v string) *DescribeInstancePatchStatesForPatchGroupInput

SetNextToken sets the NextToken field's value.

func (*DescribeInstancePatchStatesForPatchGroupInput) SetPatchGroup

func (s *DescribeInstancePatchStatesForPatchGroupInput) SetPatchGroup(v string) *DescribeInstancePatchStatesForPatchGroupInput

SetPatchGroup sets the PatchGroup field's value.

func (DescribeInstancePatchStatesForPatchGroupInput) String

func (s DescribeInstancePatchStatesForPatchGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInstancePatchStatesForPatchGroupInput) Validate

func (s *DescribeInstancePatchStatesForPatchGroupInput) Validate() error

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 managed nodes.
    InstancePatchStates []*InstancePatchState `min:"1" type:"list"`

    // The token to use when requesting the next set of items. If there are no additional
    // items to return, the string is empty.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeInstancePatchStatesForPatchGroupOutput) GoString

func (s DescribeInstancePatchStatesForPatchGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInstancePatchStatesForPatchGroupOutput) SetInstancePatchStates

func (s *DescribeInstancePatchStatesForPatchGroupOutput) SetInstancePatchStates(v []*InstancePatchState) *DescribeInstancePatchStatesForPatchGroupOutput

SetInstancePatchStates sets the InstancePatchStates field's value.

func (*DescribeInstancePatchStatesForPatchGroupOutput) SetNextToken

func (s *DescribeInstancePatchStatesForPatchGroupOutput) SetNextToken(v string) *DescribeInstancePatchStatesForPatchGroupOutput

SetNextToken sets the NextToken field's value.

func (DescribeInstancePatchStatesForPatchGroupOutput) String

func (s DescribeInstancePatchStatesForPatchGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeInstancePatchStatesInput

type DescribeInstancePatchStatesInput struct {

    // The ID of the managed node for which patch state information should be retrieved.
    //
    // InstanceIds is a required field
    InstanceIds []*string `type:"list" required:"true"`

    // The maximum number of managed nodes to return (per page).
    MaxResults *int64 `min:"10" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeInstancePatchStatesInput) GoString

func (s DescribeInstancePatchStatesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInstancePatchStatesInput) SetInstanceIds

func (s *DescribeInstancePatchStatesInput) SetInstanceIds(v []*string) *DescribeInstancePatchStatesInput

SetInstanceIds sets the InstanceIds field's value.

func (*DescribeInstancePatchStatesInput) SetMaxResults

func (s *DescribeInstancePatchStatesInput) SetMaxResults(v int64) *DescribeInstancePatchStatesInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeInstancePatchStatesInput) SetNextToken

func (s *DescribeInstancePatchStatesInput) SetNextToken(v string) *DescribeInstancePatchStatesInput

SetNextToken sets the NextToken field's value.

func (DescribeInstancePatchStatesInput) String

func (s DescribeInstancePatchStatesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInstancePatchStatesInput) Validate

func (s *DescribeInstancePatchStatesInput) Validate() error

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 managed nodes.
    InstancePatchStates []*InstancePatchState `type:"list"`

    // The token to use when requesting the next set of items. If there are no additional
    // items to return, the string is empty.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeInstancePatchStatesOutput) GoString

func (s DescribeInstancePatchStatesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInstancePatchStatesOutput) SetInstancePatchStates

func (s *DescribeInstancePatchStatesOutput) SetInstancePatchStates(v []*InstancePatchState) *DescribeInstancePatchStatesOutput

SetInstancePatchStates sets the InstancePatchStates field's value.

func (*DescribeInstancePatchStatesOutput) SetNextToken

func (s *DescribeInstancePatchStatesOutput) SetNextToken(v string) *DescribeInstancePatchStatesOutput

SetNextToken sets the NextToken field's value.

func (DescribeInstancePatchStatesOutput) String

func (s DescribeInstancePatchStatesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeInstancePatchesInput

type DescribeInstancePatchesInput struct {

    // Each element in the array is a structure containing a key-value pair.
    //
    // Supported keys for DescribeInstancePatchesinclude the following:
    //
    //    * Classification Sample values: Security | SecurityUpdates
    //
    //    * KBId Sample values: KB4480056 | java-1.7.0-openjdk.x86_64
    //
    //    * Severity Sample values: Important | Medium | Low
    //
    //    * State Sample values: Installed | InstalledOther | InstalledPendingReboot
    //    For lists of all State values, see Understanding patch compliance state
    //    values (https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-compliance-states.html)
    //    in the Amazon Web Services Systems Manager User Guide.
    Filters []*PatchOrchestratorFilter `type:"list"`

    // The ID of the managed node whose patch state information should be retrieved.
    //
    // InstanceId is a required field
    InstanceId *string `type:"string" required:"true"`

    // The maximum number of patches to return (per page).
    MaxResults *int64 `min:"10" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeInstancePatchesInput) GoString

func (s DescribeInstancePatchesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInstancePatchesInput) SetFilters

func (s *DescribeInstancePatchesInput) SetFilters(v []*PatchOrchestratorFilter) *DescribeInstancePatchesInput

SetFilters sets the Filters field's value.

func (*DescribeInstancePatchesInput) SetInstanceId

func (s *DescribeInstancePatchesInput) SetInstanceId(v string) *DescribeInstancePatchesInput

SetInstanceId sets the InstanceId field's value.

func (*DescribeInstancePatchesInput) SetMaxResults

func (s *DescribeInstancePatchesInput) SetMaxResults(v int64) *DescribeInstancePatchesInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeInstancePatchesInput) SetNextToken

func (s *DescribeInstancePatchesInput) SetNextToken(v string) *DescribeInstancePatchesInput

SetNextToken sets the NextToken field's value.

func (DescribeInstancePatchesInput) String

func (s DescribeInstancePatchesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInstancePatchesInput) Validate

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) GoString

func (s DescribeInstancePatchesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInstancePatchesOutput) SetNextToken

func (s *DescribeInstancePatchesOutput) SetNextToken(v string) *DescribeInstancePatchesOutput

SetNextToken sets the NextToken field's value.

func (*DescribeInstancePatchesOutput) SetPatches

func (s *DescribeInstancePatchesOutput) SetPatches(v []*PatchComplianceData) *DescribeInstancePatchesOutput

SetPatches sets the Patches field's value.

func (DescribeInstancePatchesOutput) String

func (s DescribeInstancePatchesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeInventoryDeletionsInput

type DescribeInventoryDeletionsInput struct {

    // Specify the delete inventory ID for which you want information. This ID was
    // returned by the DeleteInventory operation.
    DeletionId *string `type:"string"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // A token to start the list. Use this token to get the next set of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeInventoryDeletionsInput) GoString

func (s DescribeInventoryDeletionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInventoryDeletionsInput) SetDeletionId

func (s *DescribeInventoryDeletionsInput) SetDeletionId(v string) *DescribeInventoryDeletionsInput

SetDeletionId sets the DeletionId field's value.

func (*DescribeInventoryDeletionsInput) SetMaxResults

func (s *DescribeInventoryDeletionsInput) SetMaxResults(v int64) *DescribeInventoryDeletionsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeInventoryDeletionsInput) SetNextToken

func (s *DescribeInventoryDeletionsInput) SetNextToken(v string) *DescribeInventoryDeletionsInput

SetNextToken sets the NextToken field's value.

func (DescribeInventoryDeletionsInput) String

func (s DescribeInventoryDeletionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInventoryDeletionsInput) Validate

func (s *DescribeInventoryDeletionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeInventoryDeletionsOutput

type DescribeInventoryDeletionsOutput struct {

    // A list of status items for deleted inventory.
    InventoryDeletions []*InventoryDeletionStatusItem `type:"list"`

    // The token for the next set of items to return. Use this token to get the
    // next set of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeInventoryDeletionsOutput) GoString

func (s DescribeInventoryDeletionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInventoryDeletionsOutput) SetInventoryDeletions

func (s *DescribeInventoryDeletionsOutput) SetInventoryDeletions(v []*InventoryDeletionStatusItem) *DescribeInventoryDeletionsOutput

SetInventoryDeletions sets the InventoryDeletions field's value.

func (*DescribeInventoryDeletionsOutput) SetNextToken

func (s *DescribeInventoryDeletionsOutput) SetNextToken(v string) *DescribeInventoryDeletionsOutput

SetNextToken sets the NextToken field's value.

func (DescribeInventoryDeletionsOutput) String

func (s DescribeInventoryDeletionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeMaintenanceWindowExecutionTaskInvocationsInput

type DescribeMaintenanceWindowExecutionTaskInvocationsInput struct {

    // Optional filters used to scope down the returned task invocations. The supported
    // filter key is STATUS with the corresponding values PENDING, IN_PROGRESS,
    // SUCCESS, FAILED, TIMED_OUT, CANCELLING, and CANCELLED.
    Filters []*MaintenanceWindowFilter `type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"10" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`

    // The ID of the specific task in the maintenance window task that should be
    // retrieved.
    //
    // TaskId is a required field
    TaskId *string `min:"36" type:"string" required:"true"`

    // The ID of the maintenance window execution the task is part of.
    //
    // WindowExecutionId is a required field
    WindowExecutionId *string `min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeMaintenanceWindowExecutionTaskInvocationsInput) GoString

func (s DescribeMaintenanceWindowExecutionTaskInvocationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowExecutionTaskInvocationsInput) SetFilters

func (s *DescribeMaintenanceWindowExecutionTaskInvocationsInput) SetFilters(v []*MaintenanceWindowFilter) *DescribeMaintenanceWindowExecutionTaskInvocationsInput

SetFilters sets the Filters field's value.

func (*DescribeMaintenanceWindowExecutionTaskInvocationsInput) SetMaxResults

func (s *DescribeMaintenanceWindowExecutionTaskInvocationsInput) SetMaxResults(v int64) *DescribeMaintenanceWindowExecutionTaskInvocationsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeMaintenanceWindowExecutionTaskInvocationsInput) SetNextToken

func (s *DescribeMaintenanceWindowExecutionTaskInvocationsInput) SetNextToken(v string) *DescribeMaintenanceWindowExecutionTaskInvocationsInput

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowExecutionTaskInvocationsInput) SetTaskId

func (s *DescribeMaintenanceWindowExecutionTaskInvocationsInput) SetTaskId(v string) *DescribeMaintenanceWindowExecutionTaskInvocationsInput

SetTaskId sets the TaskId field's value.

func (*DescribeMaintenanceWindowExecutionTaskInvocationsInput) SetWindowExecutionId

func (s *DescribeMaintenanceWindowExecutionTaskInvocationsInput) SetWindowExecutionId(v string) *DescribeMaintenanceWindowExecutionTaskInvocationsInput

SetWindowExecutionId sets the WindowExecutionId field's value.

func (DescribeMaintenanceWindowExecutionTaskInvocationsInput) String

func (s DescribeMaintenanceWindowExecutionTaskInvocationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowExecutionTaskInvocationsInput) Validate

func (s *DescribeMaintenanceWindowExecutionTaskInvocationsInput) Validate() error

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) GoString

func (s DescribeMaintenanceWindowExecutionTaskInvocationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowExecutionTaskInvocationsOutput) SetNextToken

func (s *DescribeMaintenanceWindowExecutionTaskInvocationsOutput) SetNextToken(v string) *DescribeMaintenanceWindowExecutionTaskInvocationsOutput

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowExecutionTaskInvocationsOutput) SetWindowExecutionTaskInvocationIdentities

func (s *DescribeMaintenanceWindowExecutionTaskInvocationsOutput) SetWindowExecutionTaskInvocationIdentities(v []*MaintenanceWindowExecutionTaskInvocationIdentity) *DescribeMaintenanceWindowExecutionTaskInvocationsOutput

SetWindowExecutionTaskInvocationIdentities sets the WindowExecutionTaskInvocationIdentities field's value.

func (DescribeMaintenanceWindowExecutionTaskInvocationsOutput) String

func (s DescribeMaintenanceWindowExecutionTaskInvocationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeMaintenanceWindowExecutionTasksInput

type DescribeMaintenanceWindowExecutionTasksInput struct {

    // Optional filters used to scope down the returned tasks. The supported filter
    // key is STATUS with the corresponding values PENDING, IN_PROGRESS, SUCCESS,
    // FAILED, TIMED_OUT, CANCELLING, and CANCELLED.
    Filters []*MaintenanceWindowFilter `type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"10" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`

    // The ID of the maintenance window execution whose task executions should be
    // retrieved.
    //
    // WindowExecutionId is a required field
    WindowExecutionId *string `min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeMaintenanceWindowExecutionTasksInput) GoString

func (s DescribeMaintenanceWindowExecutionTasksInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowExecutionTasksInput) SetFilters

func (s *DescribeMaintenanceWindowExecutionTasksInput) SetFilters(v []*MaintenanceWindowFilter) *DescribeMaintenanceWindowExecutionTasksInput

SetFilters sets the Filters field's value.

func (*DescribeMaintenanceWindowExecutionTasksInput) SetMaxResults

func (s *DescribeMaintenanceWindowExecutionTasksInput) SetMaxResults(v int64) *DescribeMaintenanceWindowExecutionTasksInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeMaintenanceWindowExecutionTasksInput) SetNextToken

func (s *DescribeMaintenanceWindowExecutionTasksInput) SetNextToken(v string) *DescribeMaintenanceWindowExecutionTasksInput

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowExecutionTasksInput) SetWindowExecutionId

func (s *DescribeMaintenanceWindowExecutionTasksInput) SetWindowExecutionId(v string) *DescribeMaintenanceWindowExecutionTasksInput

SetWindowExecutionId sets the WindowExecutionId field's value.

func (DescribeMaintenanceWindowExecutionTasksInput) String

func (s DescribeMaintenanceWindowExecutionTasksInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowExecutionTasksInput) Validate

func (s *DescribeMaintenanceWindowExecutionTasksInput) Validate() error

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) GoString

func (s DescribeMaintenanceWindowExecutionTasksOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowExecutionTasksOutput) SetNextToken

func (s *DescribeMaintenanceWindowExecutionTasksOutput) SetNextToken(v string) *DescribeMaintenanceWindowExecutionTasksOutput

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowExecutionTasksOutput) SetWindowExecutionTaskIdentities

func (s *DescribeMaintenanceWindowExecutionTasksOutput) SetWindowExecutionTaskIdentities(v []*MaintenanceWindowExecutionTaskIdentity) *DescribeMaintenanceWindowExecutionTasksOutput

SetWindowExecutionTaskIdentities sets the WindowExecutionTaskIdentities field's value.

func (DescribeMaintenanceWindowExecutionTasksOutput) String

func (s DescribeMaintenanceWindowExecutionTasksOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeMaintenanceWindowExecutionsInput

type DescribeMaintenanceWindowExecutionsInput struct {

    // Each entry in the array is a structure containing:
    //
    //    * Key. A string between 1 and 128 characters. Supported keys include ExecutedBefore
    //    and ExecutedAfter.
    //
    //    * Values. An array of strings, each between 1 and 256 characters. Supported
    //    values are date/time strings in a valid ISO 8601 date/time format, such
    //    as 2021-11-04T05:00:00Z.
    Filters []*MaintenanceWindowFilter `type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"10" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`

    // The ID of the maintenance window whose executions should be retrieved.
    //
    // WindowId is a required field
    WindowId *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeMaintenanceWindowExecutionsInput) GoString

func (s DescribeMaintenanceWindowExecutionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowExecutionsInput) SetFilters

func (s *DescribeMaintenanceWindowExecutionsInput) SetFilters(v []*MaintenanceWindowFilter) *DescribeMaintenanceWindowExecutionsInput

SetFilters sets the Filters field's value.

func (*DescribeMaintenanceWindowExecutionsInput) SetMaxResults

func (s *DescribeMaintenanceWindowExecutionsInput) SetMaxResults(v int64) *DescribeMaintenanceWindowExecutionsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeMaintenanceWindowExecutionsInput) SetNextToken

func (s *DescribeMaintenanceWindowExecutionsInput) SetNextToken(v string) *DescribeMaintenanceWindowExecutionsInput

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowExecutionsInput) SetWindowId

func (s *DescribeMaintenanceWindowExecutionsInput) SetWindowId(v string) *DescribeMaintenanceWindowExecutionsInput

SetWindowId sets the WindowId field's value.

func (DescribeMaintenanceWindowExecutionsInput) String

func (s DescribeMaintenanceWindowExecutionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowExecutionsInput) Validate

func (s *DescribeMaintenanceWindowExecutionsInput) Validate() error

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) GoString

func (s DescribeMaintenanceWindowExecutionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowExecutionsOutput) SetNextToken

func (s *DescribeMaintenanceWindowExecutionsOutput) SetNextToken(v string) *DescribeMaintenanceWindowExecutionsOutput

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowExecutionsOutput) SetWindowExecutions

func (s *DescribeMaintenanceWindowExecutionsOutput) SetWindowExecutions(v []*MaintenanceWindowExecution) *DescribeMaintenanceWindowExecutionsOutput

SetWindowExecutions sets the WindowExecutions field's value.

func (DescribeMaintenanceWindowExecutionsOutput) String

func (s DescribeMaintenanceWindowExecutionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeMaintenanceWindowScheduleInput

type DescribeMaintenanceWindowScheduleInput struct {

    // Filters used to limit the range of results. For example, you can limit maintenance
    // window executions to only those scheduled before or after a certain date
    // and time.
    Filters []*PatchOrchestratorFilter `type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`

    // The type of resource you want to retrieve information about. For example,
    // INSTANCE.
    ResourceType *string `type:"string" enum:"MaintenanceWindowResourceType"`

    // The managed node ID or key-value pair to retrieve information about.
    Targets []*Target `type:"list"`

    // The ID of the maintenance window to retrieve information about.
    WindowId *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

func (DescribeMaintenanceWindowScheduleInput) GoString

func (s DescribeMaintenanceWindowScheduleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowScheduleInput) SetFilters

func (s *DescribeMaintenanceWindowScheduleInput) SetFilters(v []*PatchOrchestratorFilter) *DescribeMaintenanceWindowScheduleInput

SetFilters sets the Filters field's value.

func (*DescribeMaintenanceWindowScheduleInput) SetMaxResults

func (s *DescribeMaintenanceWindowScheduleInput) SetMaxResults(v int64) *DescribeMaintenanceWindowScheduleInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeMaintenanceWindowScheduleInput) SetNextToken

func (s *DescribeMaintenanceWindowScheduleInput) SetNextToken(v string) *DescribeMaintenanceWindowScheduleInput

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowScheduleInput) SetResourceType

func (s *DescribeMaintenanceWindowScheduleInput) SetResourceType(v string) *DescribeMaintenanceWindowScheduleInput

SetResourceType sets the ResourceType field's value.

func (*DescribeMaintenanceWindowScheduleInput) SetTargets

func (s *DescribeMaintenanceWindowScheduleInput) SetTargets(v []*Target) *DescribeMaintenanceWindowScheduleInput

SetTargets sets the Targets field's value.

func (*DescribeMaintenanceWindowScheduleInput) SetWindowId

func (s *DescribeMaintenanceWindowScheduleInput) SetWindowId(v string) *DescribeMaintenanceWindowScheduleInput

SetWindowId sets the WindowId field's value.

func (DescribeMaintenanceWindowScheduleInput) String

func (s DescribeMaintenanceWindowScheduleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowScheduleInput) Validate

func (s *DescribeMaintenanceWindowScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeMaintenanceWindowScheduleOutput

type DescribeMaintenanceWindowScheduleOutput struct {

    // The token for the next set of items to return. (You use this token in the
    // next call.)
    NextToken *string `type:"string"`

    // Information about maintenance window executions scheduled for the specified
    // time range.
    ScheduledWindowExecutions []*ScheduledWindowExecution `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeMaintenanceWindowScheduleOutput) GoString

func (s DescribeMaintenanceWindowScheduleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowScheduleOutput) SetNextToken

func (s *DescribeMaintenanceWindowScheduleOutput) SetNextToken(v string) *DescribeMaintenanceWindowScheduleOutput

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowScheduleOutput) SetScheduledWindowExecutions

func (s *DescribeMaintenanceWindowScheduleOutput) SetScheduledWindowExecutions(v []*ScheduledWindowExecution) *DescribeMaintenanceWindowScheduleOutput

SetScheduledWindowExecutions sets the ScheduledWindowExecutions field's value.

func (DescribeMaintenanceWindowScheduleOutput) String

func (s DescribeMaintenanceWindowScheduleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeMaintenanceWindowTargetsInput

type DescribeMaintenanceWindowTargetsInput struct {

    // Optional filters that can be used to narrow down the scope of the returned
    // window targets. The supported filter keys are Type, WindowTargetId, and OwnerInformation.
    Filters []*MaintenanceWindowFilter `type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"10" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`

    // The ID of the maintenance window whose targets should be retrieved.
    //
    // WindowId is a required field
    WindowId *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeMaintenanceWindowTargetsInput) GoString

func (s DescribeMaintenanceWindowTargetsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowTargetsInput) SetFilters

func (s *DescribeMaintenanceWindowTargetsInput) SetFilters(v []*MaintenanceWindowFilter) *DescribeMaintenanceWindowTargetsInput

SetFilters sets the Filters field's value.

func (*DescribeMaintenanceWindowTargetsInput) SetMaxResults

func (s *DescribeMaintenanceWindowTargetsInput) SetMaxResults(v int64) *DescribeMaintenanceWindowTargetsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeMaintenanceWindowTargetsInput) SetNextToken

func (s *DescribeMaintenanceWindowTargetsInput) SetNextToken(v string) *DescribeMaintenanceWindowTargetsInput

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowTargetsInput) SetWindowId

func (s *DescribeMaintenanceWindowTargetsInput) SetWindowId(v string) *DescribeMaintenanceWindowTargetsInput

SetWindowId sets the WindowId field's value.

func (DescribeMaintenanceWindowTargetsInput) String

func (s DescribeMaintenanceWindowTargetsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowTargetsInput) Validate

func (s *DescribeMaintenanceWindowTargetsInput) Validate() error

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) GoString

func (s DescribeMaintenanceWindowTargetsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowTargetsOutput) SetNextToken

func (s *DescribeMaintenanceWindowTargetsOutput) SetNextToken(v string) *DescribeMaintenanceWindowTargetsOutput

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowTargetsOutput) SetTargets

func (s *DescribeMaintenanceWindowTargetsOutput) SetTargets(v []*MaintenanceWindowTarget) *DescribeMaintenanceWindowTargetsOutput

SetTargets sets the Targets field's value.

func (DescribeMaintenanceWindowTargetsOutput) String

func (s DescribeMaintenanceWindowTargetsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeMaintenanceWindowTasksInput

type DescribeMaintenanceWindowTasksInput struct {

    // Optional filters used to narrow down the scope of the returned tasks. The
    // supported filter keys are WindowTaskId, TaskArn, Priority, and TaskType.
    Filters []*MaintenanceWindowFilter `type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"10" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`

    // The ID of the maintenance window whose tasks should be retrieved.
    //
    // WindowId is a required field
    WindowId *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeMaintenanceWindowTasksInput) GoString

func (s DescribeMaintenanceWindowTasksInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowTasksInput) SetFilters

func (s *DescribeMaintenanceWindowTasksInput) SetFilters(v []*MaintenanceWindowFilter) *DescribeMaintenanceWindowTasksInput

SetFilters sets the Filters field's value.

func (*DescribeMaintenanceWindowTasksInput) SetMaxResults

func (s *DescribeMaintenanceWindowTasksInput) SetMaxResults(v int64) *DescribeMaintenanceWindowTasksInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeMaintenanceWindowTasksInput) SetNextToken

func (s *DescribeMaintenanceWindowTasksInput) SetNextToken(v string) *DescribeMaintenanceWindowTasksInput

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowTasksInput) SetWindowId

func (s *DescribeMaintenanceWindowTasksInput) SetWindowId(v string) *DescribeMaintenanceWindowTasksInput

SetWindowId sets the WindowId field's value.

func (DescribeMaintenanceWindowTasksInput) String

func (s DescribeMaintenanceWindowTasksInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowTasksInput) Validate

func (s *DescribeMaintenanceWindowTasksInput) Validate() error

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) GoString

func (s DescribeMaintenanceWindowTasksOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowTasksOutput) SetNextToken

func (s *DescribeMaintenanceWindowTasksOutput) SetNextToken(v string) *DescribeMaintenanceWindowTasksOutput

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowTasksOutput) SetTasks

func (s *DescribeMaintenanceWindowTasksOutput) SetTasks(v []*MaintenanceWindowTask) *DescribeMaintenanceWindowTasksOutput

SetTasks sets the Tasks field's value.

func (DescribeMaintenanceWindowTasksOutput) String

func (s DescribeMaintenanceWindowTasksOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeMaintenanceWindowsForTargetInput

type DescribeMaintenanceWindowsForTargetInput struct {

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`

    // The type of resource you want to retrieve information about. For example,
    // INSTANCE.
    //
    // ResourceType is a required field
    ResourceType *string `type:"string" required:"true" enum:"MaintenanceWindowResourceType"`

    // The managed node ID or key-value pair to retrieve information about.
    //
    // Targets is a required field
    Targets []*Target `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeMaintenanceWindowsForTargetInput) GoString

func (s DescribeMaintenanceWindowsForTargetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowsForTargetInput) SetMaxResults

func (s *DescribeMaintenanceWindowsForTargetInput) SetMaxResults(v int64) *DescribeMaintenanceWindowsForTargetInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeMaintenanceWindowsForTargetInput) SetNextToken

func (s *DescribeMaintenanceWindowsForTargetInput) SetNextToken(v string) *DescribeMaintenanceWindowsForTargetInput

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowsForTargetInput) SetResourceType

func (s *DescribeMaintenanceWindowsForTargetInput) SetResourceType(v string) *DescribeMaintenanceWindowsForTargetInput

SetResourceType sets the ResourceType field's value.

func (*DescribeMaintenanceWindowsForTargetInput) SetTargets

func (s *DescribeMaintenanceWindowsForTargetInput) SetTargets(v []*Target) *DescribeMaintenanceWindowsForTargetInput

SetTargets sets the Targets field's value.

func (DescribeMaintenanceWindowsForTargetInput) String

func (s DescribeMaintenanceWindowsForTargetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowsForTargetInput) Validate

func (s *DescribeMaintenanceWindowsForTargetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeMaintenanceWindowsForTargetOutput

type DescribeMaintenanceWindowsForTargetOutput struct {

    // The token for the next set of items to return. (You use this token in the
    // next call.)
    NextToken *string `type:"string"`

    // Information about the maintenance window targets and tasks a managed node
    // is associated with.
    WindowIdentities []*MaintenanceWindowIdentityForTarget `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeMaintenanceWindowsForTargetOutput) GoString

func (s DescribeMaintenanceWindowsForTargetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowsForTargetOutput) SetNextToken

func (s *DescribeMaintenanceWindowsForTargetOutput) SetNextToken(v string) *DescribeMaintenanceWindowsForTargetOutput

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowsForTargetOutput) SetWindowIdentities

func (s *DescribeMaintenanceWindowsForTargetOutput) SetWindowIdentities(v []*MaintenanceWindowIdentityForTarget) *DescribeMaintenanceWindowsForTargetOutput

SetWindowIdentities sets the WindowIdentities field's value.

func (DescribeMaintenanceWindowsForTargetOutput) String

func (s DescribeMaintenanceWindowsForTargetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeMaintenanceWindowsInput

type DescribeMaintenanceWindowsInput struct {

    // Optional filters used to narrow down the scope of the returned maintenance
    // windows. Supported filter keys are Name and Enabled. For example, Name=MyMaintenanceWindow
    // and Enabled=True.
    Filters []*MaintenanceWindowFilter `type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"10" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeMaintenanceWindowsInput) GoString

func (s DescribeMaintenanceWindowsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowsInput) SetFilters

func (s *DescribeMaintenanceWindowsInput) SetFilters(v []*MaintenanceWindowFilter) *DescribeMaintenanceWindowsInput

SetFilters sets the Filters field's value.

func (*DescribeMaintenanceWindowsInput) SetMaxResults

func (s *DescribeMaintenanceWindowsInput) SetMaxResults(v int64) *DescribeMaintenanceWindowsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeMaintenanceWindowsInput) SetNextToken

func (s *DescribeMaintenanceWindowsInput) SetNextToken(v string) *DescribeMaintenanceWindowsInput

SetNextToken sets the NextToken field's value.

func (DescribeMaintenanceWindowsInput) String

func (s DescribeMaintenanceWindowsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowsInput) Validate

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) GoString

func (s DescribeMaintenanceWindowsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMaintenanceWindowsOutput) SetNextToken

func (s *DescribeMaintenanceWindowsOutput) SetNextToken(v string) *DescribeMaintenanceWindowsOutput

SetNextToken sets the NextToken field's value.

func (*DescribeMaintenanceWindowsOutput) SetWindowIdentities

func (s *DescribeMaintenanceWindowsOutput) SetWindowIdentities(v []*MaintenanceWindowIdentity) *DescribeMaintenanceWindowsOutput

SetWindowIdentities sets the WindowIdentities field's value.

func (DescribeMaintenanceWindowsOutput) String

func (s DescribeMaintenanceWindowsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeOpsItemsInput

type DescribeOpsItemsInput struct {

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // A token to start the list. Use this token to get the next set of results.
    NextToken *string `type:"string"`

    // One or more filters to limit the response.
    //
    //    * Key: CreatedTime Operations: GreaterThan, LessThan
    //
    //    * Key: LastModifiedBy Operations: Contains, Equals
    //
    //    * Key: LastModifiedTime Operations: GreaterThan, LessThan
    //
    //    * Key: Priority Operations: Equals
    //
    //    * Key: Source Operations: Contains, Equals
    //
    //    * Key: Status Operations: Equals
    //
    //    * Key: Title* Operations: Equals,Contains
    //
    //    * Key: OperationalData** Operations: Equals
    //
    //    * Key: OperationalDataKey Operations: Equals
    //
    //    * Key: OperationalDataValue Operations: Equals, Contains
    //
    //    * Key: OpsItemId Operations: Equals
    //
    //    * Key: ResourceId Operations: Contains
    //
    //    * Key: AutomationId Operations: Equals
    //
    //    * Key: AccountId Operations: Equals
    //
    // *The Equals operator for Title matches the first 100 characters. If you specify
    // more than 100 characters, they system returns an error that the filter value
    // exceeds the length limit.
    //
    // **If you filter the response by using the OperationalData operator, specify
    // a key-value pair by using the following JSON format: {"key":"key_name","value":"a_value"}
    OpsItemFilters []*OpsItemFilter `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeOpsItemsInput) GoString

func (s DescribeOpsItemsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOpsItemsInput) SetMaxResults

func (s *DescribeOpsItemsInput) SetMaxResults(v int64) *DescribeOpsItemsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeOpsItemsInput) SetNextToken

func (s *DescribeOpsItemsInput) SetNextToken(v string) *DescribeOpsItemsInput

SetNextToken sets the NextToken field's value.

func (*DescribeOpsItemsInput) SetOpsItemFilters

func (s *DescribeOpsItemsInput) SetOpsItemFilters(v []*OpsItemFilter) *DescribeOpsItemsInput

SetOpsItemFilters sets the OpsItemFilters field's value.

func (DescribeOpsItemsInput) String

func (s DescribeOpsItemsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOpsItemsInput) Validate

func (s *DescribeOpsItemsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeOpsItemsOutput

type DescribeOpsItemsOutput struct {

    // The token for the next set of items to return. Use this token to get the
    // next set of results.
    NextToken *string `type:"string"`

    // A list of OpsItems.
    OpsItemSummaries []*OpsItemSummary `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeOpsItemsOutput) GoString

func (s DescribeOpsItemsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOpsItemsOutput) SetNextToken

func (s *DescribeOpsItemsOutput) SetNextToken(v string) *DescribeOpsItemsOutput

SetNextToken sets the NextToken field's value.

func (*DescribeOpsItemsOutput) SetOpsItemSummaries

func (s *DescribeOpsItemsOutput) SetOpsItemSummaries(v []*OpsItemSummary) *DescribeOpsItemsOutput

SetOpsItemSummaries sets the OpsItemSummaries field's value.

func (DescribeOpsItemsOutput) String

func (s DescribeOpsItemsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeParametersInput

type DescribeParametersInput struct {

    // This data type is deprecated. Instead, use ParameterFilters.
    Filters []*ParametersFilter `type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`

    // Filters to limit the request results.
    ParameterFilters []*ParameterStringFilter `type:"list"`

    // Lists parameters that are shared with you.
    //
    // By default when using this option, the command returns parameters that have
    // been shared using a standard Resource Access Manager Resource Share. In order
    // for a parameter that was shared using the PutResourcePolicy command to be
    // returned, the associated RAM Resource Share Created From Policy must have
    // been promoted to a standard Resource Share using the RAM PromoteResourceShareCreatedFromPolicy
    // (https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html)
    // API operation.
    //
    // For more information about sharing parameters, see Working with shared parameters
    // (https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html)
    // in the Amazon Web Services Systems Manager User Guide.
    Shared *bool `type:"boolean"`
    // contains filtered or unexported fields
}

func (DescribeParametersInput) GoString

func (s DescribeParametersInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeParametersInput) SetFilters

func (s *DescribeParametersInput) SetFilters(v []*ParametersFilter) *DescribeParametersInput

SetFilters sets the Filters field's value.

func (*DescribeParametersInput) SetMaxResults

func (s *DescribeParametersInput) SetMaxResults(v int64) *DescribeParametersInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeParametersInput) SetNextToken

func (s *DescribeParametersInput) SetNextToken(v string) *DescribeParametersInput

SetNextToken sets the NextToken field's value.

func (*DescribeParametersInput) SetParameterFilters

func (s *DescribeParametersInput) SetParameterFilters(v []*ParameterStringFilter) *DescribeParametersInput

SetParameterFilters sets the ParameterFilters field's value.

func (*DescribeParametersInput) SetShared

func (s *DescribeParametersInput) SetShared(v bool) *DescribeParametersInput

SetShared sets the Shared field's value.

func (DescribeParametersInput) String

func (s DescribeParametersInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeParametersInput) Validate

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) GoString

func (s DescribeParametersOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeParametersOutput) SetNextToken

func (s *DescribeParametersOutput) SetNextToken(v string) *DescribeParametersOutput

SetNextToken sets the NextToken field's value.

func (*DescribeParametersOutput) SetParameters

func (s *DescribeParametersOutput) SetParameters(v []*ParameterMetadata) *DescribeParametersOutput

SetParameters sets the Parameters field's value.

func (DescribeParametersOutput) String

func (s DescribeParametersOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribePatchBaselinesInput

type DescribePatchBaselinesInput struct {

    // Each element in the array is a structure containing a key-value pair.
    //
    // Supported keys for DescribePatchBaselines include the following:
    //
    //    * NAME_PREFIX Sample values: AWS- | My-
    //
    //    * OWNER Sample values: AWS | Self
    //
    //    * OPERATING_SYSTEM Sample values: AMAZON_LINUX | SUSE | WINDOWS
    Filters []*PatchOrchestratorFilter `type:"list"`

    // The maximum number of patch baselines to return (per page).
    MaxResults *int64 `min:"1" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribePatchBaselinesInput) GoString

func (s DescribePatchBaselinesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePatchBaselinesInput) SetFilters

func (s *DescribePatchBaselinesInput) SetFilters(v []*PatchOrchestratorFilter) *DescribePatchBaselinesInput

SetFilters sets the Filters field's value.

func (*DescribePatchBaselinesInput) SetMaxResults

func (s *DescribePatchBaselinesInput) SetMaxResults(v int64) *DescribePatchBaselinesInput

SetMaxResults sets the MaxResults field's value.

func (*DescribePatchBaselinesInput) SetNextToken

func (s *DescribePatchBaselinesInput) SetNextToken(v string) *DescribePatchBaselinesInput

SetNextToken sets the NextToken field's value.

func (DescribePatchBaselinesInput) String

func (s DescribePatchBaselinesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePatchBaselinesInput) Validate

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) GoString

func (s DescribePatchBaselinesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePatchBaselinesOutput) SetBaselineIdentities

func (s *DescribePatchBaselinesOutput) SetBaselineIdentities(v []*PatchBaselineIdentity) *DescribePatchBaselinesOutput

SetBaselineIdentities sets the BaselineIdentities field's value.

func (*DescribePatchBaselinesOutput) SetNextToken

func (s *DescribePatchBaselinesOutput) SetNextToken(v string) *DescribePatchBaselinesOutput

SetNextToken sets the NextToken field's value.

func (DescribePatchBaselinesOutput) String

func (s DescribePatchBaselinesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribePatchGroupStateInput

type DescribePatchGroupStateInput struct {

    // The name of the patch group whose patch snapshot should be retrieved.
    //
    // PatchGroup is a required field
    PatchGroup *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribePatchGroupStateInput) GoString

func (s DescribePatchGroupStateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePatchGroupStateInput) SetPatchGroup

func (s *DescribePatchGroupStateInput) SetPatchGroup(v string) *DescribePatchGroupStateInput

SetPatchGroup sets the PatchGroup field's value.

func (DescribePatchGroupStateInput) String

func (s DescribePatchGroupStateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePatchGroupStateInput) Validate

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 managed nodes in the patch group.
    Instances *int64 `type:"integer"`

    // The number of managed nodes where patches that are specified as Critical
    // for compliance reporting in the patch baseline aren't installed. These patches
    // might be missing, have failed installation, were rejected, or were installed
    // but awaiting a required managed node reboot. The status of these managed
    // nodes is NON_COMPLIANT.
    InstancesWithCriticalNonCompliantPatches *int64 `type:"integer"`

    // The number of managed nodes with patches from the patch baseline that failed
    // to install.
    InstancesWithFailedPatches *int64 `type:"integer"`

    // The number of managed nodes with patches installed that aren't defined in
    // the patch baseline.
    InstancesWithInstalledOtherPatches *int64 `type:"integer"`

    // The number of managed nodes with installed patches.
    InstancesWithInstalledPatches *int64 `type:"integer"`

    // The number of managed nodes with patches installed by Patch Manager that
    // haven't been rebooted after the patch installation. The status of these managed
    // nodes is NON_COMPLIANT.
    InstancesWithInstalledPendingRebootPatches *int64 `type:"integer"`

    // The number of managed nodes with patches installed that are specified in
    // a RejectedPatches list. Patches with a status of INSTALLED_REJECTED were
    // typically installed before they were added to a RejectedPatches list.
    //
    // If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction,
    // the value of InstancesWithInstalledRejectedPatches will always be 0 (zero).
    InstancesWithInstalledRejectedPatches *int64 `type:"integer"`

    // The number of managed nodes with missing patches from the patch baseline.
    InstancesWithMissingPatches *int64 `type:"integer"`

    // The number of managed nodes with patches that aren't applicable.
    InstancesWithNotApplicablePatches *int64 `type:"integer"`

    // The number of managed nodes with patches installed that are specified as
    // other than Critical or Security but aren't compliant with the patch baseline.
    // The status of these managed nodes is NON_COMPLIANT.
    InstancesWithOtherNonCompliantPatches *int64 `type:"integer"`

    // The number of managed nodes where patches that are specified as Security
    // in a patch advisory aren't installed. These patches might be missing, have
    // failed installation, were rejected, or were installed but awaiting a required
    // managed node reboot. The status of these managed nodes is NON_COMPLIANT.
    InstancesWithSecurityNonCompliantPatches *int64 `type:"integer"`

    // The number of managed nodes with NotApplicable patches beyond the supported
    // limit, which aren't reported by name to Inventory. Inventory is a capability
    // of Amazon Web Services Systems Manager.
    InstancesWithUnreportedNotApplicablePatches *int64 `type:"integer"`
    // contains filtered or unexported fields
}

func (DescribePatchGroupStateOutput) GoString

func (s DescribePatchGroupStateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePatchGroupStateOutput) SetInstances

func (s *DescribePatchGroupStateOutput) SetInstances(v int64) *DescribePatchGroupStateOutput

SetInstances sets the Instances field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithCriticalNonCompliantPatches

func (s *DescribePatchGroupStateOutput) SetInstancesWithCriticalNonCompliantPatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithCriticalNonCompliantPatches sets the InstancesWithCriticalNonCompliantPatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithFailedPatches

func (s *DescribePatchGroupStateOutput) SetInstancesWithFailedPatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithFailedPatches sets the InstancesWithFailedPatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithInstalledOtherPatches

func (s *DescribePatchGroupStateOutput) SetInstancesWithInstalledOtherPatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithInstalledOtherPatches sets the InstancesWithInstalledOtherPatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithInstalledPatches

func (s *DescribePatchGroupStateOutput) SetInstancesWithInstalledPatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithInstalledPatches sets the InstancesWithInstalledPatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithInstalledPendingRebootPatches

func (s *DescribePatchGroupStateOutput) SetInstancesWithInstalledPendingRebootPatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithInstalledPendingRebootPatches sets the InstancesWithInstalledPendingRebootPatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithInstalledRejectedPatches

func (s *DescribePatchGroupStateOutput) SetInstancesWithInstalledRejectedPatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithInstalledRejectedPatches sets the InstancesWithInstalledRejectedPatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithMissingPatches

func (s *DescribePatchGroupStateOutput) SetInstancesWithMissingPatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithMissingPatches sets the InstancesWithMissingPatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithNotApplicablePatches

func (s *DescribePatchGroupStateOutput) SetInstancesWithNotApplicablePatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithNotApplicablePatches sets the InstancesWithNotApplicablePatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithOtherNonCompliantPatches

func (s *DescribePatchGroupStateOutput) SetInstancesWithOtherNonCompliantPatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithOtherNonCompliantPatches sets the InstancesWithOtherNonCompliantPatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithSecurityNonCompliantPatches

func (s *DescribePatchGroupStateOutput) SetInstancesWithSecurityNonCompliantPatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithSecurityNonCompliantPatches sets the InstancesWithSecurityNonCompliantPatches field's value.

func (*DescribePatchGroupStateOutput) SetInstancesWithUnreportedNotApplicablePatches

func (s *DescribePatchGroupStateOutput) SetInstancesWithUnreportedNotApplicablePatches(v int64) *DescribePatchGroupStateOutput

SetInstancesWithUnreportedNotApplicablePatches sets the InstancesWithUnreportedNotApplicablePatches field's value.

func (DescribePatchGroupStateOutput) String

func (s DescribePatchGroupStateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribePatchGroupsInput

type DescribePatchGroupsInput struct {

    // Each element in the array is a structure containing a key-value pair.
    //
    // Supported keys for DescribePatchGroups include the following:
    //
    //    * NAME_PREFIX Sample values: AWS- | My-.
    //
    //    * OPERATING_SYSTEM Sample values: AMAZON_LINUX | SUSE | WINDOWS
    Filters []*PatchOrchestratorFilter `type:"list"`

    // The maximum number of patch groups to return (per page).
    MaxResults *int64 `min:"1" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribePatchGroupsInput) GoString

func (s DescribePatchGroupsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePatchGroupsInput) SetFilters

func (s *DescribePatchGroupsInput) SetFilters(v []*PatchOrchestratorFilter) *DescribePatchGroupsInput

SetFilters sets the Filters field's value.

func (*DescribePatchGroupsInput) SetMaxResults

func (s *DescribePatchGroupsInput) SetMaxResults(v int64) *DescribePatchGroupsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribePatchGroupsInput) SetNextToken

func (s *DescribePatchGroupsInput) SetNextToken(v string) *DescribePatchGroupsInput

SetNextToken sets the NextToken field's value.

func (DescribePatchGroupsInput) String

func (s DescribePatchGroupsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePatchGroupsInput) Validate

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) GoString

func (s DescribePatchGroupsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePatchGroupsOutput) SetMappings

func (s *DescribePatchGroupsOutput) SetMappings(v []*PatchGroupPatchBaselineMapping) *DescribePatchGroupsOutput

SetMappings sets the Mappings field's value.

func (*DescribePatchGroupsOutput) SetNextToken

func (s *DescribePatchGroupsOutput) SetNextToken(v string) *DescribePatchGroupsOutput

SetNextToken sets the NextToken field's value.

func (DescribePatchGroupsOutput) String

func (s DescribePatchGroupsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribePatchPropertiesInput

type DescribePatchPropertiesInput struct {

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`

    // The operating system type for which to list patches.
    //
    // OperatingSystem is a required field
    OperatingSystem *string `type:"string" required:"true" enum:"OperatingSystem"`

    // Indicates whether to list patches for the Windows operating system or for
    // applications released by Microsoft. Not applicable for the Linux or macOS
    // operating systems.
    PatchSet *string `type:"string" enum:"PatchSet"`

    // The patch property for which you want to view patch details.
    //
    // Property is a required field
    Property *string `type:"string" required:"true" enum:"PatchProperty"`
    // contains filtered or unexported fields
}

func (DescribePatchPropertiesInput) GoString

func (s DescribePatchPropertiesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePatchPropertiesInput) SetMaxResults

func (s *DescribePatchPropertiesInput) SetMaxResults(v int64) *DescribePatchPropertiesInput

SetMaxResults sets the MaxResults field's value.

func (*DescribePatchPropertiesInput) SetNextToken

func (s *DescribePatchPropertiesInput) SetNextToken(v string) *DescribePatchPropertiesInput

SetNextToken sets the NextToken field's value.

func (*DescribePatchPropertiesInput) SetOperatingSystem

func (s *DescribePatchPropertiesInput) SetOperatingSystem(v string) *DescribePatchPropertiesInput

SetOperatingSystem sets the OperatingSystem field's value.

func (*DescribePatchPropertiesInput) SetPatchSet

func (s *DescribePatchPropertiesInput) SetPatchSet(v string) *DescribePatchPropertiesInput

SetPatchSet sets the PatchSet field's value.

func (*DescribePatchPropertiesInput) SetProperty

func (s *DescribePatchPropertiesInput) SetProperty(v string) *DescribePatchPropertiesInput

SetProperty sets the Property field's value.

func (DescribePatchPropertiesInput) String

func (s DescribePatchPropertiesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePatchPropertiesInput) Validate

func (s *DescribePatchPropertiesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribePatchPropertiesOutput

type DescribePatchPropertiesOutput struct {

    // The token for the next set of items to return. (You use this token in the
    // next call.)
    NextToken *string `type:"string"`

    // A list of the properties for patches matching the filter request parameters.
    Properties []map[string]*string `type:"list"`
    // contains filtered or unexported fields
}

func (DescribePatchPropertiesOutput) GoString

func (s DescribePatchPropertiesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePatchPropertiesOutput) SetNextToken

func (s *DescribePatchPropertiesOutput) SetNextToken(v string) *DescribePatchPropertiesOutput

SetNextToken sets the NextToken field's value.

func (*DescribePatchPropertiesOutput) SetProperties

func (s *DescribePatchPropertiesOutput) SetProperties(v []map[string]*string) *DescribePatchPropertiesOutput

SetProperties sets the Properties field's value.

func (DescribePatchPropertiesOutput) String

func (s DescribePatchPropertiesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeSessionsInput

type DescribeSessionsInput struct {

    // One or more filters to limit the type of sessions returned by the request.
    Filters []*SessionFilter `min:"1" type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`

    // The session status to retrieve a list of sessions for. For example, "Active".
    //
    // State is a required field
    State *string `type:"string" required:"true" enum:"SessionState"`
    // contains filtered or unexported fields
}

func (DescribeSessionsInput) GoString

func (s DescribeSessionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSessionsInput) SetFilters

func (s *DescribeSessionsInput) SetFilters(v []*SessionFilter) *DescribeSessionsInput

SetFilters sets the Filters field's value.

func (*DescribeSessionsInput) SetMaxResults

func (s *DescribeSessionsInput) SetMaxResults(v int64) *DescribeSessionsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeSessionsInput) SetNextToken

func (s *DescribeSessionsInput) SetNextToken(v string) *DescribeSessionsInput

SetNextToken sets the NextToken field's value.

func (*DescribeSessionsInput) SetState

func (s *DescribeSessionsInput) SetState(v string) *DescribeSessionsInput

SetState sets the State field's value.

func (DescribeSessionsInput) String

func (s DescribeSessionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSessionsInput) Validate

func (s *DescribeSessionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeSessionsOutput

type DescribeSessionsOutput struct {

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`

    // A list of sessions meeting the request parameters.
    Sessions []*Session `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeSessionsOutput) GoString

func (s DescribeSessionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSessionsOutput) SetNextToken

func (s *DescribeSessionsOutput) SetNextToken(v string) *DescribeSessionsOutput

SetNextToken sets the NextToken field's value.

func (*DescribeSessionsOutput) SetSessions

func (s *DescribeSessionsOutput) SetSessions(v []*Session) *DescribeSessionsOutput

SetSessions sets the Sessions field's value.

func (DescribeSessionsOutput) String

func (s DescribeSessionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisassociateOpsItemRelatedItemInput

type DisassociateOpsItemRelatedItemInput struct {

    // The ID of the association for which you want to delete an association between
    // the OpsItem and a related item.
    //
    // AssociationId is a required field
    AssociationId *string `type:"string" required:"true"`

    // The ID of the OpsItem for which you want to delete an association between
    // the OpsItem and a related item.
    //
    // OpsItemId is a required field
    OpsItemId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DisassociateOpsItemRelatedItemInput) GoString

func (s DisassociateOpsItemRelatedItemInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateOpsItemRelatedItemInput) SetAssociationId

func (s *DisassociateOpsItemRelatedItemInput) SetAssociationId(v string) *DisassociateOpsItemRelatedItemInput

SetAssociationId sets the AssociationId field's value.

func (*DisassociateOpsItemRelatedItemInput) SetOpsItemId

func (s *DisassociateOpsItemRelatedItemInput) SetOpsItemId(v string) *DisassociateOpsItemRelatedItemInput

SetOpsItemId sets the OpsItemId field's value.

func (DisassociateOpsItemRelatedItemInput) String

func (s DisassociateOpsItemRelatedItemInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateOpsItemRelatedItemInput) Validate

func (s *DisassociateOpsItemRelatedItemInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisassociateOpsItemRelatedItemOutput

type DisassociateOpsItemRelatedItemOutput struct {
    // contains filtered or unexported fields
}

func (DisassociateOpsItemRelatedItemOutput) GoString

func (s DisassociateOpsItemRelatedItemOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DisassociateOpsItemRelatedItemOutput) String

func (s DisassociateOpsItemRelatedItemOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DocumentAlreadyExists

type DocumentAlreadyExists struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified document already exists.

func (*DocumentAlreadyExists) Code

func (s *DocumentAlreadyExists) Code() string

Code returns the exception type name.

func (*DocumentAlreadyExists) Error

func (s *DocumentAlreadyExists) Error() string

func (DocumentAlreadyExists) GoString

func (s DocumentAlreadyExists) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentAlreadyExists) Message

func (s *DocumentAlreadyExists) Message() string

Message returns the exception's message.

func (*DocumentAlreadyExists) OrigErr

func (s *DocumentAlreadyExists) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DocumentAlreadyExists) RequestID

func (s *DocumentAlreadyExists) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DocumentAlreadyExists) StatusCode

func (s *DocumentAlreadyExists) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DocumentAlreadyExists) String

func (s DocumentAlreadyExists) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DocumentDefaultVersionDescription

type DocumentDefaultVersionDescription struct {

    // The default version of the document.
    DefaultVersion *string `type:"string"`

    // The default version of the artifact associated with the document.
    DefaultVersionName *string `type:"string"`

    // The name of the document.
    Name *string `type:"string"`
    // contains filtered or unexported fields
}

A default version of a document.

func (DocumentDefaultVersionDescription) GoString

func (s DocumentDefaultVersionDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentDefaultVersionDescription) SetDefaultVersion

func (s *DocumentDefaultVersionDescription) SetDefaultVersion(v string) *DocumentDefaultVersionDescription

SetDefaultVersion sets the DefaultVersion field's value.

func (*DocumentDefaultVersionDescription) SetDefaultVersionName

func (s *DocumentDefaultVersionDescription) SetDefaultVersionName(v string) *DocumentDefaultVersionDescription

SetDefaultVersionName sets the DefaultVersionName field's value.

func (*DocumentDefaultVersionDescription) SetName

func (s *DocumentDefaultVersionDescription) SetName(v string) *DocumentDefaultVersionDescription

SetName sets the Name field's value.

func (DocumentDefaultVersionDescription) String

func (s DocumentDefaultVersionDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DocumentDescription

type DocumentDescription struct {

    // The version of the document currently approved for use in the organization.
    ApprovedVersion *string `type:"string"`

    // Details about the document attachments, including names, locations, sizes,
    // and so on.
    AttachmentsInformation []*AttachmentInformation `type:"list"`

    // The user in your organization who created the document.
    Author *string `type:"string"`

    // The classification of a document to help you identify and categorize its
    // use.
    Category []*string `type:"list"`

    // The value that identifies a document's category.
    CategoryEnum []*string `type:"list"`

    // The date when the document was created.
    CreatedDate *time.Time `type:"timestamp"`

    // The default version.
    DefaultVersion *string `type:"string"`

    // A description of the document.
    Description *string `type:"string"`

    // The friendly name of the SSM document. This value can differ for each version
    // of the document. If you want to update this value, see UpdateDocument.
    DisplayName *string `type:"string"`

    // The document format, either JSON or YAML.
    DocumentFormat *string `type:"string" enum:"DocumentFormat"`

    // The type of document.
    DocumentType *string `type:"string" enum:"DocumentType"`

    // The document version.
    DocumentVersion *string `type:"string"`

    // The Sha256 or Sha1 hash created by the system when the document was created.
    //
    // Sha1 hashes have been deprecated.
    Hash *string `type:"string"`

    // The hash type of the document. Valid values include Sha256 or Sha1.
    //
    // Sha1 hashes have been deprecated.
    HashType *string `type:"string" enum:"DocumentHashType"`

    // The latest version of the document.
    LatestVersion *string `type:"string"`

    // The name of the SSM document.
    Name *string `type:"string"`

    // The Amazon Web Services user that created the document.
    Owner *string `type:"string"`

    // A description of the parameters for a document.
    Parameters []*DocumentParameter `type:"list"`

    // The version of the document that is currently under review.
    PendingReviewVersion *string `type:"string"`

    // The list of operating system (OS) platforms compatible with this SSM document.
    PlatformTypes []*string `type:"list" enum:"PlatformType"`

    // A list of SSM documents required by a document. For example, an ApplicationConfiguration
    // document requires an ApplicationConfigurationSchema document.
    Requires []*DocumentRequires `min:"1" type:"list"`

    // Details about the review of a document.
    ReviewInformation []*ReviewInformation `min:"1" type:"list"`

    // The current status of the review.
    ReviewStatus *string `type:"string" enum:"ReviewStatus"`

    // The schema version.
    SchemaVersion *string `type:"string"`

    // The SHA1 hash of the document, which you can use for verification.
    Sha1 *string `type:"string"`

    // The status of the SSM document.
    Status *string `type:"string" enum:"DocumentStatus"`

    // A message returned by Amazon Web Services Systems Manager that explains the
    // Status value. For example, a Failed status might be explained by the StatusInformation
    // message, "The specified S3 bucket doesn't exist. Verify that the URL of the
    // S3 bucket is correct."
    StatusInformation *string `type:"string"`

    // The tags, or metadata, that have been applied to the document.
    Tags []*Tag `type:"list"`

    // The target type which defines the kinds of resources the document can run
    // on. For example, /AWS::EC2::Instance. For a list of valid resource types,
    // see Amazon Web Services resource and property types reference (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html)
    // in the CloudFormation User Guide.
    TargetType *string `type:"string"`

    // The version of the artifact associated with the document.
    VersionName *string `type:"string"`
    // contains filtered or unexported fields
}

Describes an Amazon Web Services Systems Manager document (SSM document).

func (DocumentDescription) GoString

func (s DocumentDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentDescription) SetApprovedVersion

func (s *DocumentDescription) SetApprovedVersion(v string) *DocumentDescription

SetApprovedVersion sets the ApprovedVersion field's value.

func (*DocumentDescription) SetAttachmentsInformation

func (s *DocumentDescription) SetAttachmentsInformation(v []*AttachmentInformation) *DocumentDescription

SetAttachmentsInformation sets the AttachmentsInformation field's value.

func (*DocumentDescription) SetAuthor

func (s *DocumentDescription) SetAuthor(v string) *DocumentDescription

SetAuthor sets the Author field's value.

func (*DocumentDescription) SetCategory

func (s *DocumentDescription) SetCategory(v []*string) *DocumentDescription

SetCategory sets the Category field's value.

func (*DocumentDescription) SetCategoryEnum

func (s *DocumentDescription) SetCategoryEnum(v []*string) *DocumentDescription

SetCategoryEnum sets the CategoryEnum field's value.

func (*DocumentDescription) SetCreatedDate

func (s *DocumentDescription) SetCreatedDate(v time.Time) *DocumentDescription

SetCreatedDate sets the CreatedDate field's value.

func (*DocumentDescription) SetDefaultVersion

func (s *DocumentDescription) SetDefaultVersion(v string) *DocumentDescription

SetDefaultVersion sets the DefaultVersion field's value.

func (*DocumentDescription) SetDescription

func (s *DocumentDescription) SetDescription(v string) *DocumentDescription

SetDescription sets the Description field's value.

func (*DocumentDescription) SetDisplayName

func (s *DocumentDescription) SetDisplayName(v string) *DocumentDescription

SetDisplayName sets the DisplayName field's value.

func (*DocumentDescription) SetDocumentFormat

func (s *DocumentDescription) SetDocumentFormat(v string) *DocumentDescription

SetDocumentFormat sets the DocumentFormat field's value.

func (*DocumentDescription) SetDocumentType

func (s *DocumentDescription) SetDocumentType(v string) *DocumentDescription

SetDocumentType sets the DocumentType field's value.

func (*DocumentDescription) SetDocumentVersion

func (s *DocumentDescription) SetDocumentVersion(v string) *DocumentDescription

SetDocumentVersion sets the DocumentVersion field's value.

func (*DocumentDescription) SetHash

func (s *DocumentDescription) SetHash(v string) *DocumentDescription

SetHash sets the Hash field's value.

func (*DocumentDescription) SetHashType

func (s *DocumentDescription) SetHashType(v string) *DocumentDescription

SetHashType sets the HashType field's value.

func (*DocumentDescription) SetLatestVersion

func (s *DocumentDescription) SetLatestVersion(v string) *DocumentDescription

SetLatestVersion sets the LatestVersion field's value.

func (*DocumentDescription) SetName

func (s *DocumentDescription) SetName(v string) *DocumentDescription

SetName sets the Name field's value.

func (*DocumentDescription) SetOwner

func (s *DocumentDescription) SetOwner(v string) *DocumentDescription

SetOwner sets the Owner field's value.

func (*DocumentDescription) SetParameters

func (s *DocumentDescription) SetParameters(v []*DocumentParameter) *DocumentDescription

SetParameters sets the Parameters field's value.

func (*DocumentDescription) SetPendingReviewVersion

func (s *DocumentDescription) SetPendingReviewVersion(v string) *DocumentDescription

SetPendingReviewVersion sets the PendingReviewVersion field's value.

func (*DocumentDescription) SetPlatformTypes

func (s *DocumentDescription) SetPlatformTypes(v []*string) *DocumentDescription

SetPlatformTypes sets the PlatformTypes field's value.

func (*DocumentDescription) SetRequires

func (s *DocumentDescription) SetRequires(v []*DocumentRequires) *DocumentDescription

SetRequires sets the Requires field's value.

func (*DocumentDescription) SetReviewInformation

func (s *DocumentDescription) SetReviewInformation(v []*ReviewInformation) *DocumentDescription

SetReviewInformation sets the ReviewInformation field's value.

func (*DocumentDescription) SetReviewStatus

func (s *DocumentDescription) SetReviewStatus(v string) *DocumentDescription

SetReviewStatus sets the ReviewStatus field's value.

func (*DocumentDescription) SetSchemaVersion

func (s *DocumentDescription) SetSchemaVersion(v string) *DocumentDescription

SetSchemaVersion sets the SchemaVersion field's value.

func (*DocumentDescription) SetSha1

func (s *DocumentDescription) SetSha1(v string) *DocumentDescription

SetSha1 sets the Sha1 field's value.

func (*DocumentDescription) SetStatus

func (s *DocumentDescription) SetStatus(v string) *DocumentDescription

SetStatus sets the Status field's value.

func (*DocumentDescription) SetStatusInformation

func (s *DocumentDescription) SetStatusInformation(v string) *DocumentDescription

SetStatusInformation sets the StatusInformation field's value.

func (*DocumentDescription) SetTags

func (s *DocumentDescription) SetTags(v []*Tag) *DocumentDescription

SetTags sets the Tags field's value.

func (*DocumentDescription) SetTargetType

func (s *DocumentDescription) SetTargetType(v string) *DocumentDescription

SetTargetType sets the TargetType field's value.

func (*DocumentDescription) SetVersionName

func (s *DocumentDescription) SetVersionName(v string) *DocumentDescription

SetVersionName sets the VersionName field's value.

func (DocumentDescription) String

func (s DocumentDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DocumentFilter

type DocumentFilter struct {

    // The name of the filter.
    //
    // Key is a required field
    Key *string `locationName:"key" type:"string" required:"true" enum:"DocumentFilterKey"`

    // The value of the filter.
    //
    // Value is a required field
    Value *string `locationName:"value" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

This data type is deprecated. Instead, use DocumentKeyValuesFilter.

func (DocumentFilter) GoString

func (s DocumentFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentFilter) SetKey

func (s *DocumentFilter) SetKey(v string) *DocumentFilter

SetKey sets the Key field's value.

func (*DocumentFilter) SetValue

func (s *DocumentFilter) SetValue(v string) *DocumentFilter

SetValue sets the Value field's value.

func (DocumentFilter) String

func (s DocumentFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentFilter) Validate

func (s *DocumentFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DocumentIdentifier

type DocumentIdentifier struct {

    // The user in your organization who created the document.
    Author *string `type:"string"`

    // The date the SSM document was created.
    CreatedDate *time.Time `type:"timestamp"`

    // An optional field where you can specify a friendly name for the SSM document.
    // This value can differ for each version of the document. If you want to update
    // this value, see UpdateDocument.
    DisplayName *string `type:"string"`

    // The document format, either JSON or YAML.
    DocumentFormat *string `type:"string" enum:"DocumentFormat"`

    // The document type.
    DocumentType *string `type:"string" enum:"DocumentType"`

    // The document version.
    DocumentVersion *string `type:"string"`

    // The name of the SSM document.
    Name *string `type:"string"`

    // The Amazon Web Services user that created the document.
    Owner *string `type:"string"`

    // The operating system platform.
    PlatformTypes []*string `type:"list" enum:"PlatformType"`

    // A list of SSM documents required by a document. For example, an ApplicationConfiguration
    // document requires an ApplicationConfigurationSchema document.
    Requires []*DocumentRequires `min:"1" type:"list"`

    // The current status of a document review.
    ReviewStatus *string `type:"string" enum:"ReviewStatus"`

    // The schema version.
    SchemaVersion *string `type:"string"`

    // The tags, or metadata, that have been applied to the document.
    Tags []*Tag `type:"list"`

    // The target type which defines the kinds of resources the document can run
    // on. For example, /AWS::EC2::Instance. For a list of valid resource types,
    // see Amazon Web Services resource and property types reference (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html)
    // in the CloudFormation User Guide.
    TargetType *string `type:"string"`

    // An optional field specifying the version of the artifact associated with
    // the document. For example, 12.6. This value is unique across all versions
    // of a document, and can't be changed.
    VersionName *string `type:"string"`
    // contains filtered or unexported fields
}

Describes the name of a SSM document.

func (DocumentIdentifier) GoString

func (s DocumentIdentifier) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentIdentifier) SetAuthor

func (s *DocumentIdentifier) SetAuthor(v string) *DocumentIdentifier

SetAuthor sets the Author field's value.

func (*DocumentIdentifier) SetCreatedDate

func (s *DocumentIdentifier) SetCreatedDate(v time.Time) *DocumentIdentifier

SetCreatedDate sets the CreatedDate field's value.

func (*DocumentIdentifier) SetDisplayName

func (s *DocumentIdentifier) SetDisplayName(v string) *DocumentIdentifier

SetDisplayName sets the DisplayName field's value.

func (*DocumentIdentifier) SetDocumentFormat

func (s *DocumentIdentifier) SetDocumentFormat(v string) *DocumentIdentifier

SetDocumentFormat sets the DocumentFormat field's value.

func (*DocumentIdentifier) SetDocumentType

func (s *DocumentIdentifier) SetDocumentType(v string) *DocumentIdentifier

SetDocumentType sets the DocumentType field's value.

func (*DocumentIdentifier) SetDocumentVersion

func (s *DocumentIdentifier) SetDocumentVersion(v string) *DocumentIdentifier

SetDocumentVersion sets the DocumentVersion field's value.

func (*DocumentIdentifier) SetName

func (s *DocumentIdentifier) SetName(v string) *DocumentIdentifier

SetName sets the Name field's value.

func (*DocumentIdentifier) SetOwner

func (s *DocumentIdentifier) SetOwner(v string) *DocumentIdentifier

SetOwner sets the Owner field's value.

func (*DocumentIdentifier) SetPlatformTypes

func (s *DocumentIdentifier) SetPlatformTypes(v []*string) *DocumentIdentifier

SetPlatformTypes sets the PlatformTypes field's value.

func (*DocumentIdentifier) SetRequires

func (s *DocumentIdentifier) SetRequires(v []*DocumentRequires) *DocumentIdentifier

SetRequires sets the Requires field's value.

func (*DocumentIdentifier) SetReviewStatus

func (s *DocumentIdentifier) SetReviewStatus(v string) *DocumentIdentifier

SetReviewStatus sets the ReviewStatus field's value.

func (*DocumentIdentifier) SetSchemaVersion

func (s *DocumentIdentifier) SetSchemaVersion(v string) *DocumentIdentifier

SetSchemaVersion sets the SchemaVersion field's value.

func (*DocumentIdentifier) SetTags

func (s *DocumentIdentifier) SetTags(v []*Tag) *DocumentIdentifier

SetTags sets the Tags field's value.

func (*DocumentIdentifier) SetTargetType

func (s *DocumentIdentifier) SetTargetType(v string) *DocumentIdentifier

SetTargetType sets the TargetType field's value.

func (*DocumentIdentifier) SetVersionName

func (s *DocumentIdentifier) SetVersionName(v string) *DocumentIdentifier

SetVersionName sets the VersionName field's value.

func (DocumentIdentifier) String

func (s DocumentIdentifier) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DocumentKeyValuesFilter

type DocumentKeyValuesFilter struct {

    // The name of the filter key.
    Key *string `min:"1" type:"string"`

    // The value for the filter key.
    Values []*string `type:"list"`
    // contains filtered or unexported fields
}

One or more filters. Use a filter to return a more specific list of documents.

For keys, you can specify one or more tags that have been applied to a document.

You can also use Amazon Web Services-provided keys, some of which have specific allowed values. These keys and their associated values are as follows:

DocumentType

  • ApplicationConfiguration

  • ApplicationConfigurationSchema

  • Automation

  • ChangeCalendar

  • Command

  • Package

  • Policy

  • Session

Owner

Note that only one Owner can be specified in a request. For example: Key=Owner,Values=Self.

  • Amazon

  • Private

  • Public

  • Self

  • ThirdParty

PlatformTypes

  • Linux

  • Windows

Name is another Amazon Web Services-provided key. If you use Name as a key, you can use a name prefix to return a list of documents. For example, in the Amazon Web Services CLI, to return a list of all documents that begin with Te, run the following command:

aws ssm list-documents --filters Key=Name,Values=Te

You can also use the TargetType Amazon Web Services-provided key. For a list of valid resource type values that can be used with this key, see Amazon Web Services resource and property types reference (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html) in the CloudFormation User Guide.

If you specify more than two keys, only documents that are identified by all the tags are returned in the results. If you specify more than two values for a key, documents that are identified by any of the values are returned in the results.

To specify a custom key-value pair, use the format Key=tag:tagName,Values=valueName.

For example, if you created a key called region and are using the Amazon Web Services CLI to call the list-documents command:

aws ssm list-documents --filters Key=tag:region,Values=east,west Key=Owner,Values=Self

func (DocumentKeyValuesFilter) GoString

func (s DocumentKeyValuesFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentKeyValuesFilter) SetKey

func (s *DocumentKeyValuesFilter) SetKey(v string) *DocumentKeyValuesFilter

SetKey sets the Key field's value.

func (*DocumentKeyValuesFilter) SetValues

func (s *DocumentKeyValuesFilter) SetValues(v []*string) *DocumentKeyValuesFilter

SetValues sets the Values field's value.

func (DocumentKeyValuesFilter) String

func (s DocumentKeyValuesFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentKeyValuesFilter) Validate

func (s *DocumentKeyValuesFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DocumentLimitExceeded

type DocumentLimitExceeded struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You can have at most 500 active SSM documents.

func (*DocumentLimitExceeded) Code

func (s *DocumentLimitExceeded) Code() string

Code returns the exception type name.

func (*DocumentLimitExceeded) Error

func (s *DocumentLimitExceeded) Error() string

func (DocumentLimitExceeded) GoString

func (s DocumentLimitExceeded) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentLimitExceeded) Message

func (s *DocumentLimitExceeded) Message() string

Message returns the exception's message.

func (*DocumentLimitExceeded) OrigErr

func (s *DocumentLimitExceeded) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DocumentLimitExceeded) RequestID

func (s *DocumentLimitExceeded) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DocumentLimitExceeded) StatusCode

func (s *DocumentLimitExceeded) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DocumentLimitExceeded) String

func (s DocumentLimitExceeded) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DocumentMetadataResponseInfo

type DocumentMetadataResponseInfo struct {

    // Details about a reviewer's response to a document review request.
    ReviewerResponse []*DocumentReviewerResponseSource `type:"list"`
    // contains filtered or unexported fields
}

Details about the response to a document review request.

func (DocumentMetadataResponseInfo) GoString

func (s DocumentMetadataResponseInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentMetadataResponseInfo) SetReviewerResponse

func (s *DocumentMetadataResponseInfo) SetReviewerResponse(v []*DocumentReviewerResponseSource) *DocumentMetadataResponseInfo

SetReviewerResponse sets the ReviewerResponse field's value.

func (DocumentMetadataResponseInfo) String

func (s DocumentMetadataResponseInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DocumentParameter

type DocumentParameter struct {

    // If specified, the default values for the parameters. Parameters without a
    // default value are required. Parameters with a default value are optional.
    DefaultValue *string `type:"string"`

    // A description of what the parameter does, how to use it, the default value,
    // and whether or not the parameter is optional.
    Description *string `type:"string"`

    // The name of the parameter.
    Name *string `type:"string"`

    // The type of parameter. The type can be either String or StringList.
    Type *string `type:"string" enum:"DocumentParameterType"`
    // contains filtered or unexported fields
}

Parameters specified in a Systems Manager document that run on the server when the command is run.

func (DocumentParameter) GoString

func (s DocumentParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentParameter) SetDefaultValue

func (s *DocumentParameter) SetDefaultValue(v string) *DocumentParameter

SetDefaultValue sets the DefaultValue field's value.

func (*DocumentParameter) SetDescription

func (s *DocumentParameter) SetDescription(v string) *DocumentParameter

SetDescription sets the Description field's value.

func (*DocumentParameter) SetName

func (s *DocumentParameter) SetName(v string) *DocumentParameter

SetName sets the Name field's value.

func (*DocumentParameter) SetType

func (s *DocumentParameter) SetType(v string) *DocumentParameter

SetType sets the Type field's value.

func (DocumentParameter) String

func (s DocumentParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DocumentPermissionLimit

type DocumentPermissionLimit struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The document can't be shared with more Amazon Web Services accounts. You can specify a maximum of 20 accounts per API operation to share a private document.

By default, you can share a private document with a maximum of 1,000 accounts and publicly share up to five documents.

If you need to increase the quota for privately or publicly shared Systems Manager documents, contact Amazon Web Services Support.

func (*DocumentPermissionLimit) Code

func (s *DocumentPermissionLimit) Code() string

Code returns the exception type name.

func (*DocumentPermissionLimit) Error

func (s *DocumentPermissionLimit) Error() string

func (DocumentPermissionLimit) GoString

func (s DocumentPermissionLimit) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentPermissionLimit) Message

func (s *DocumentPermissionLimit) Message() string

Message returns the exception's message.

func (*DocumentPermissionLimit) OrigErr

func (s *DocumentPermissionLimit) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DocumentPermissionLimit) RequestID

func (s *DocumentPermissionLimit) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DocumentPermissionLimit) StatusCode

func (s *DocumentPermissionLimit) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DocumentPermissionLimit) String

func (s DocumentPermissionLimit) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DocumentRequires

type DocumentRequires struct {

    // The name of the required SSM document. The name can be an Amazon Resource
    // Name (ARN).
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // The document type of the required SSM document.
    RequireType *string `type:"string"`

    // The document version required by the current document.
    Version *string `type:"string"`

    // An optional field specifying the version of the artifact associated with
    // the document. For example, 12.6. This value is unique across all versions
    // of a document, and can't be changed.
    VersionName *string `type:"string"`
    // contains filtered or unexported fields
}

An SSM document required by the current document.

func (DocumentRequires) GoString

func (s DocumentRequires) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentRequires) SetName

func (s *DocumentRequires) SetName(v string) *DocumentRequires

SetName sets the Name field's value.

func (*DocumentRequires) SetRequireType

func (s *DocumentRequires) SetRequireType(v string) *DocumentRequires

SetRequireType sets the RequireType field's value.

func (*DocumentRequires) SetVersion

func (s *DocumentRequires) SetVersion(v string) *DocumentRequires

SetVersion sets the Version field's value.

func (*DocumentRequires) SetVersionName

func (s *DocumentRequires) SetVersionName(v string) *DocumentRequires

SetVersionName sets the VersionName field's value.

func (DocumentRequires) String

func (s DocumentRequires) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentRequires) Validate

func (s *DocumentRequires) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DocumentReviewCommentSource

type DocumentReviewCommentSource struct {

    // The content of a comment entered by a user who requests a review of a new
    // document version, or who reviews the new version.
    Content *string `min:"1" type:"string"`

    // The type of information added to a review request. Currently, only the value
    // Comment is supported.
    Type *string `type:"string" enum:"DocumentReviewCommentType"`
    // contains filtered or unexported fields
}

Information about comments added to a document review request.

func (DocumentReviewCommentSource) GoString

func (s DocumentReviewCommentSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentReviewCommentSource) SetContent

func (s *DocumentReviewCommentSource) SetContent(v string) *DocumentReviewCommentSource

SetContent sets the Content field's value.

func (*DocumentReviewCommentSource) SetType

func (s *DocumentReviewCommentSource) SetType(v string) *DocumentReviewCommentSource

SetType sets the Type field's value.

func (DocumentReviewCommentSource) String

func (s DocumentReviewCommentSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentReviewCommentSource) Validate

func (s *DocumentReviewCommentSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DocumentReviewerResponseSource

type DocumentReviewerResponseSource struct {

    // The comment entered by a reviewer as part of their document review response.
    Comment []*DocumentReviewCommentSource `type:"list"`

    // The date and time that a reviewer entered a response to a document review
    // request.
    CreateTime *time.Time `type:"timestamp"`

    // The current review status of a new custom SSM document created by a member
    // of your organization, or of the latest version of an existing SSM document.
    //
    // Only one version of a document can be in the APPROVED state at a time. When
    // a new version is approved, the status of the previous version changes to
    // REJECTED.
    //
    // Only one version of a document can be in review, or PENDING, at a time.
    ReviewStatus *string `type:"string" enum:"ReviewStatus"`

    // The user in your organization assigned to review a document request.
    Reviewer *string `type:"string"`

    // The date and time that a reviewer last updated a response to a document review
    // request.
    UpdatedTime *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

Information about a reviewer's response to a document review request.

func (DocumentReviewerResponseSource) GoString

func (s DocumentReviewerResponseSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentReviewerResponseSource) SetComment

func (s *DocumentReviewerResponseSource) SetComment(v []*DocumentReviewCommentSource) *DocumentReviewerResponseSource

SetComment sets the Comment field's value.

func (*DocumentReviewerResponseSource) SetCreateTime

func (s *DocumentReviewerResponseSource) SetCreateTime(v time.Time) *DocumentReviewerResponseSource

SetCreateTime sets the CreateTime field's value.

func (*DocumentReviewerResponseSource) SetReviewStatus

func (s *DocumentReviewerResponseSource) SetReviewStatus(v string) *DocumentReviewerResponseSource

SetReviewStatus sets the ReviewStatus field's value.

func (*DocumentReviewerResponseSource) SetReviewer

func (s *DocumentReviewerResponseSource) SetReviewer(v string) *DocumentReviewerResponseSource

SetReviewer sets the Reviewer field's value.

func (*DocumentReviewerResponseSource) SetUpdatedTime

func (s *DocumentReviewerResponseSource) SetUpdatedTime(v time.Time) *DocumentReviewerResponseSource

SetUpdatedTime sets the UpdatedTime field's value.

func (DocumentReviewerResponseSource) String

func (s DocumentReviewerResponseSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DocumentReviews

type DocumentReviews struct {

    // The action to take on a document approval review request.
    //
    // Action is a required field
    Action *string `type:"string" required:"true" enum:"DocumentReviewAction"`

    // A comment entered by a user in your organization about the document review
    // request.
    Comment []*DocumentReviewCommentSource `type:"list"`
    // contains filtered or unexported fields
}

Information about a document approval review.

func (DocumentReviews) GoString

func (s DocumentReviews) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentReviews) SetAction

func (s *DocumentReviews) SetAction(v string) *DocumentReviews

SetAction sets the Action field's value.

func (*DocumentReviews) SetComment

func (s *DocumentReviews) SetComment(v []*DocumentReviewCommentSource) *DocumentReviews

SetComment sets the Comment field's value.

func (DocumentReviews) String

func (s DocumentReviews) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentReviews) Validate

func (s *DocumentReviews) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DocumentVersionInfo

type DocumentVersionInfo struct {

    // The date the document was created.
    CreatedDate *time.Time `type:"timestamp"`

    // The friendly name of the SSM document. This value can differ for each version
    // of the document. If you want to update this value, see UpdateDocument.
    DisplayName *string `type:"string"`

    // The document format, either JSON or YAML.
    DocumentFormat *string `type:"string" enum:"DocumentFormat"`

    // The document version.
    DocumentVersion *string `type:"string"`

    // An identifier for the default version of the document.
    IsDefaultVersion *bool `type:"boolean"`

    // The document name.
    Name *string `type:"string"`

    // The current status of the approval review for the latest version of the document.
    ReviewStatus *string `type:"string" enum:"ReviewStatus"`

    // The status of the SSM document, such as Creating, Active, Failed, and Deleting.
    Status *string `type:"string" enum:"DocumentStatus"`

    // A message returned by Amazon Web Services Systems Manager that explains the
    // Status value. For example, a Failed status might be explained by the StatusInformation
    // message, "The specified S3 bucket doesn't exist. Verify that the URL of the
    // S3 bucket is correct."
    StatusInformation *string `type:"string"`

    // The version of the artifact associated with the document. For example, 12.6.
    // This value is unique across all versions of a document, and can't be changed.
    VersionName *string `type:"string"`
    // contains filtered or unexported fields
}

Version information about the document.

func (DocumentVersionInfo) GoString

func (s DocumentVersionInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentVersionInfo) SetCreatedDate

func (s *DocumentVersionInfo) SetCreatedDate(v time.Time) *DocumentVersionInfo

SetCreatedDate sets the CreatedDate field's value.

func (*DocumentVersionInfo) SetDisplayName

func (s *DocumentVersionInfo) SetDisplayName(v string) *DocumentVersionInfo

SetDisplayName sets the DisplayName field's value.

func (*DocumentVersionInfo) SetDocumentFormat

func (s *DocumentVersionInfo) SetDocumentFormat(v string) *DocumentVersionInfo

SetDocumentFormat sets the DocumentFormat field's value.

func (*DocumentVersionInfo) SetDocumentVersion

func (s *DocumentVersionInfo) SetDocumentVersion(v string) *DocumentVersionInfo

SetDocumentVersion sets the DocumentVersion field's value.

func (*DocumentVersionInfo) SetIsDefaultVersion

func (s *DocumentVersionInfo) SetIsDefaultVersion(v bool) *DocumentVersionInfo

SetIsDefaultVersion sets the IsDefaultVersion field's value.

func (*DocumentVersionInfo) SetName

func (s *DocumentVersionInfo) SetName(v string) *DocumentVersionInfo

SetName sets the Name field's value.

func (*DocumentVersionInfo) SetReviewStatus

func (s *DocumentVersionInfo) SetReviewStatus(v string) *DocumentVersionInfo

SetReviewStatus sets the ReviewStatus field's value.

func (*DocumentVersionInfo) SetStatus

func (s *DocumentVersionInfo) SetStatus(v string) *DocumentVersionInfo

SetStatus sets the Status field's value.

func (*DocumentVersionInfo) SetStatusInformation

func (s *DocumentVersionInfo) SetStatusInformation(v string) *DocumentVersionInfo

SetStatusInformation sets the StatusInformation field's value.

func (*DocumentVersionInfo) SetVersionName

func (s *DocumentVersionInfo) SetVersionName(v string) *DocumentVersionInfo

SetVersionName sets the VersionName field's value.

func (DocumentVersionInfo) String

func (s DocumentVersionInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DocumentVersionLimitExceeded

type DocumentVersionLimitExceeded struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The document has too many versions. Delete one or more document versions and try again.

func (*DocumentVersionLimitExceeded) Code

func (s *DocumentVersionLimitExceeded) Code() string

Code returns the exception type name.

func (*DocumentVersionLimitExceeded) Error

func (s *DocumentVersionLimitExceeded) Error() string

func (DocumentVersionLimitExceeded) GoString

func (s DocumentVersionLimitExceeded) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DocumentVersionLimitExceeded) Message

func (s *DocumentVersionLimitExceeded) Message() string

Message returns the exception's message.

func (*DocumentVersionLimitExceeded) OrigErr

func (s *DocumentVersionLimitExceeded) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DocumentVersionLimitExceeded) RequestID

func (s *DocumentVersionLimitExceeded) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DocumentVersionLimitExceeded) StatusCode

func (s *DocumentVersionLimitExceeded) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DocumentVersionLimitExceeded) String

func (s DocumentVersionLimitExceeded) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DoesNotExistException

type DoesNotExistException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

func (*DoesNotExistException) Code

func (s *DoesNotExistException) Code() string

Code returns the exception type name.

func (*DoesNotExistException) Error

func (s *DoesNotExistException) Error() string

func (DoesNotExistException) GoString

func (s DoesNotExistException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DoesNotExistException) Message

func (s *DoesNotExistException) Message() string

Message returns the exception's message.

func (*DoesNotExistException) OrigErr

func (s *DoesNotExistException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DoesNotExistException) RequestID

func (s *DoesNotExistException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DoesNotExistException) StatusCode

func (s *DoesNotExistException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DoesNotExistException) String

func (s DoesNotExistException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DuplicateDocumentContent

type DuplicateDocumentContent struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The content of the association document matches another document. Change the content of the document and try again.

func (*DuplicateDocumentContent) Code

func (s *DuplicateDocumentContent) Code() string

Code returns the exception type name.

func (*DuplicateDocumentContent) Error

func (s *DuplicateDocumentContent) Error() string

func (DuplicateDocumentContent) GoString

func (s DuplicateDocumentContent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DuplicateDocumentContent) Message

func (s *DuplicateDocumentContent) Message() string

Message returns the exception's message.

func (*DuplicateDocumentContent) OrigErr

func (s *DuplicateDocumentContent) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DuplicateDocumentContent) RequestID

func (s *DuplicateDocumentContent) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DuplicateDocumentContent) StatusCode

func (s *DuplicateDocumentContent) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DuplicateDocumentContent) String

func (s DuplicateDocumentContent) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DuplicateDocumentVersionName

type DuplicateDocumentVersionName struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The version name has already been used in this document. Specify a different version name, and then try again.

func (*DuplicateDocumentVersionName) Code

func (s *DuplicateDocumentVersionName) Code() string

Code returns the exception type name.

func (*DuplicateDocumentVersionName) Error

func (s *DuplicateDocumentVersionName) Error() string

func (DuplicateDocumentVersionName) GoString

func (s DuplicateDocumentVersionName) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DuplicateDocumentVersionName) Message

func (s *DuplicateDocumentVersionName) Message() string

Message returns the exception's message.

func (*DuplicateDocumentVersionName) OrigErr

func (s *DuplicateDocumentVersionName) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DuplicateDocumentVersionName) RequestID

func (s *DuplicateDocumentVersionName) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DuplicateDocumentVersionName) StatusCode

func (s *DuplicateDocumentVersionName) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DuplicateDocumentVersionName) String

func (s DuplicateDocumentVersionName) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DuplicateInstanceId

type DuplicateInstanceId struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

You can't specify a managed node ID in more than one association.

func (*DuplicateInstanceId) Code

func (s *DuplicateInstanceId) Code() string

Code returns the exception type name.

func (*DuplicateInstanceId) Error

func (s *DuplicateInstanceId) Error() string

func (DuplicateInstanceId) GoString

func (s DuplicateInstanceId) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DuplicateInstanceId) Message

func (s *DuplicateInstanceId) Message() string

Message returns the exception's message.

func (*DuplicateInstanceId) OrigErr

func (s *DuplicateInstanceId) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DuplicateInstanceId) RequestID

func (s *DuplicateInstanceId) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DuplicateInstanceId) StatusCode

func (s *DuplicateInstanceId) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DuplicateInstanceId) String

func (s DuplicateInstanceId) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EffectivePatch

type EffectivePatch struct {

    // Provides metadata for a patch, including information such as the KB ID, severity,
    // classification and a URL for where more information can be obtained about
    // the patch.
    Patch *Patch `type:"structure"`

    // The status of the patch in a patch baseline. This includes information about
    // whether the patch is currently approved, due to be approved by a rule, explicitly
    // approved, or explicitly rejected and the date the patch was or will be approved.
    PatchStatus *PatchStatus `type:"structure"`
    // contains filtered or unexported fields
}

The EffectivePatch structure defines metadata about a patch along with the approval state of the patch in a particular patch baseline. The approval state includes information about whether the patch is currently approved, due to be approved by a rule, explicitly approved, or explicitly rejected and the date the patch was or will be approved.

func (EffectivePatch) GoString

func (s EffectivePatch) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EffectivePatch) SetPatch

func (s *EffectivePatch) SetPatch(v *Patch) *EffectivePatch

SetPatch sets the Patch field's value.

func (*EffectivePatch) SetPatchStatus

func (s *EffectivePatch) SetPatchStatus(v *PatchStatus) *EffectivePatch

SetPatchStatus sets the PatchStatus field's value.

func (EffectivePatch) String

func (s EffectivePatch) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FailedCreateAssociation

type FailedCreateAssociation struct {

    // The association.
    Entry *CreateAssociationBatchRequestEntry `type:"structure"`

    // The source of the failure.
    Fault *string `type:"string" enum:"Fault"`

    // A description of the failure.
    Message *string `type:"string"`
    // contains filtered or unexported fields
}

Describes a failed association.

func (FailedCreateAssociation) GoString

func (s FailedCreateAssociation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FailedCreateAssociation) SetEntry

func (s *FailedCreateAssociation) SetEntry(v *CreateAssociationBatchRequestEntry) *FailedCreateAssociation

SetEntry sets the Entry field's value.

func (*FailedCreateAssociation) SetFault

func (s *FailedCreateAssociation) SetFault(v string) *FailedCreateAssociation

SetFault sets the Fault field's value.

func (*FailedCreateAssociation) SetMessage

func (s *FailedCreateAssociation) SetMessage(v string) *FailedCreateAssociation

SetMessage sets the Message field's value.

func (FailedCreateAssociation) String

func (s FailedCreateAssociation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FailureDetails

type FailureDetails struct {

    // Detailed information about the Automation step failure.
    Details map[string][]*string `min:"1" type:"map"`

    // The stage of the Automation execution when the failure occurred. The stages
    // include the following: InputValidation, PreVerification, Invocation, PostVerification.
    FailureStage *string `type:"string"`

    // The type of Automation failure. Failure types include the following: Action,
    // Permission, Throttling, Verification, Internal.
    FailureType *string `type:"string"`
    // contains filtered or unexported fields
}

Information about an Automation failure.

func (FailureDetails) GoString

func (s FailureDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FailureDetails) SetDetails

func (s *FailureDetails) SetDetails(v map[string][]*string) *FailureDetails

SetDetails sets the Details field's value.

func (*FailureDetails) SetFailureStage

func (s *FailureDetails) SetFailureStage(v string) *FailureDetails

SetFailureStage sets the FailureStage field's value.

func (*FailureDetails) SetFailureType

func (s *FailureDetails) SetFailureType(v string) *FailureDetails

SetFailureType sets the FailureType field's value.

func (FailureDetails) String

func (s FailureDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FeatureNotAvailableException

type FeatureNotAvailableException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You attempted to register a LAMBDA or STEP_FUNCTIONS task in a region where the corresponding service isn't available.

func (*FeatureNotAvailableException) Code

func (s *FeatureNotAvailableException) Code() string

Code returns the exception type name.

func (*FeatureNotAvailableException) Error

func (s *FeatureNotAvailableException) Error() string

func (FeatureNotAvailableException) GoString

func (s FeatureNotAvailableException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FeatureNotAvailableException) Message

func (s *FeatureNotAvailableException) Message() string

Message returns the exception's message.

func (*FeatureNotAvailableException) OrigErr

func (s *FeatureNotAvailableException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*FeatureNotAvailableException) RequestID

func (s *FeatureNotAvailableException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*FeatureNotAvailableException) StatusCode

func (s *FeatureNotAvailableException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (FeatureNotAvailableException) String

func (s FeatureNotAvailableException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetAutomationExecutionInput

type GetAutomationExecutionInput struct {

    // The unique identifier for an existing automation execution to examine. The
    // execution ID is returned by StartAutomationExecution when the execution of
    // an Automation runbook is initiated.
    //
    // AutomationExecutionId is a required field
    AutomationExecutionId *string `min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetAutomationExecutionInput) GoString

func (s GetAutomationExecutionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAutomationExecutionInput) SetAutomationExecutionId

func (s *GetAutomationExecutionInput) SetAutomationExecutionId(v string) *GetAutomationExecutionInput

SetAutomationExecutionId sets the AutomationExecutionId field's value.

func (GetAutomationExecutionInput) String

func (s GetAutomationExecutionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAutomationExecutionInput) Validate

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) GoString

func (s GetAutomationExecutionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAutomationExecutionOutput) SetAutomationExecution

func (s *GetAutomationExecutionOutput) SetAutomationExecution(v *AutomationExecution) *GetAutomationExecutionOutput

SetAutomationExecution sets the AutomationExecution field's value.

func (GetAutomationExecutionOutput) String

func (s GetAutomationExecutionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetCalendarStateInput

type GetCalendarStateInput struct {

    // (Optional) The specific time for which you want to get calendar state information,
    // in ISO 8601 (https://en.wikipedia.org/wiki/ISO_8601) format. If you don't
    // specify a value or AtTime, the current time is used.
    AtTime *string `type:"string"`

    // The names or Amazon Resource Names (ARNs) of the Systems Manager documents
    // (SSM documents) that represent the calendar entries for which you want to
    // get the state.
    //
    // CalendarNames is a required field
    CalendarNames []*string `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (GetCalendarStateInput) GoString

func (s GetCalendarStateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCalendarStateInput) SetAtTime

func (s *GetCalendarStateInput) SetAtTime(v string) *GetCalendarStateInput

SetAtTime sets the AtTime field's value.

func (*GetCalendarStateInput) SetCalendarNames

func (s *GetCalendarStateInput) SetCalendarNames(v []*string) *GetCalendarStateInput

SetCalendarNames sets the CalendarNames field's value.

func (GetCalendarStateInput) String

func (s GetCalendarStateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCalendarStateInput) Validate

func (s *GetCalendarStateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetCalendarStateOutput

type GetCalendarStateOutput struct {

    // The time, as an ISO 8601 (https://en.wikipedia.org/wiki/ISO_8601) string,
    // that you specified in your command. If you don't specify a time, GetCalendarState
    // uses the current time.
    AtTime *string `type:"string"`

    // The time, as an ISO 8601 (https://en.wikipedia.org/wiki/ISO_8601) string,
    // that the calendar state will change. If the current calendar state is OPEN,
    // NextTransitionTime indicates when the calendar state changes to CLOSED, and
    // vice-versa.
    NextTransitionTime *string `type:"string"`

    // The state of the calendar. An OPEN calendar indicates that actions are allowed
    // to proceed, and a CLOSED calendar indicates that actions aren't allowed to
    // proceed.
    State *string `type:"string" enum:"CalendarState"`
    // contains filtered or unexported fields
}

func (GetCalendarStateOutput) GoString

func (s GetCalendarStateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCalendarStateOutput) SetAtTime

func (s *GetCalendarStateOutput) SetAtTime(v string) *GetCalendarStateOutput

SetAtTime sets the AtTime field's value.

func (*GetCalendarStateOutput) SetNextTransitionTime

func (s *GetCalendarStateOutput) SetNextTransitionTime(v string) *GetCalendarStateOutput

SetNextTransitionTime sets the NextTransitionTime field's value.

func (*GetCalendarStateOutput) SetState

func (s *GetCalendarStateOutput) SetState(v string) *GetCalendarStateOutput

SetState sets the State field's value.

func (GetCalendarStateOutput) String

func (s GetCalendarStateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetCommandInvocationInput

type GetCommandInvocationInput struct {

    // (Required) The parent command ID of the invocation plugin.
    //
    // CommandId is a required field
    CommandId *string `min:"36" type:"string" required:"true"`

    // (Required) The ID of the managed node targeted by the command. A managed
    // node can be an Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device,
    // and on-premises server or VM in your hybrid environment that is configured
    // for Amazon Web Services Systems Manager.
    //
    // InstanceId is a required field
    InstanceId *string `type:"string" required:"true"`

    // The name of the step for which you want detailed results. If the document
    // contains only one step, you can omit the name and details for that step.
    // If the document contains more than one step, you must specify the name of
    // the step for which you want to view details. Be sure to specify the name
    // of the step, not the name of a plugin like aws:RunShellScript.
    //
    // To find the PluginName, check the document content and find the name of the
    // step you want details for. Alternatively, use ListCommandInvocations with
    // the CommandId and Details parameters. The PluginName is the Name attribute
    // of the CommandPlugin object in the CommandPlugins list.
    PluginName *string `min:"4" type:"string"`
    // contains filtered or unexported fields
}

func (GetCommandInvocationInput) GoString

func (s GetCommandInvocationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCommandInvocationInput) SetCommandId

func (s *GetCommandInvocationInput) SetCommandId(v string) *GetCommandInvocationInput

SetCommandId sets the CommandId field's value.

func (*GetCommandInvocationInput) SetInstanceId

func (s *GetCommandInvocationInput) SetInstanceId(v string) *GetCommandInvocationInput

SetInstanceId sets the InstanceId field's value.

func (*GetCommandInvocationInput) SetPluginName

func (s *GetCommandInvocationInput) SetPluginName(v string) *GetCommandInvocationInput

SetPluginName sets the PluginName field's value.

func (GetCommandInvocationInput) String

func (s GetCommandInvocationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCommandInvocationInput) Validate

func (s *GetCommandInvocationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetCommandInvocationOutput

type GetCommandInvocationOutput struct {

    // Amazon CloudWatch Logs information where Systems Manager sent the command
    // output.
    CloudWatchOutputConfig *CloudWatchOutputConfig `type:"structure"`

    // The parent command ID of the invocation plugin.
    CommandId *string `min:"36" type:"string"`

    // The comment text for the command.
    Comment *string `type:"string"`

    // The name of the document that was run. For example, AWS-RunShellScript.
    DocumentName *string `type:"string"`

    // The Systems Manager document (SSM document) version used in the request.
    DocumentVersion *string `type:"string"`

    // Duration since ExecutionStartDateTime.
    ExecutionElapsedTime *string `type:"string"`

    // The date and time the plugin finished running. Date and time are written
    // in ISO 8601 format. For example, June 7, 2017 is represented as 2017-06-7.
    // The following sample Amazon Web Services CLI command uses the InvokedAfter
    // filter.
    //
    // aws ssm list-commands --filters key=InvokedAfter,value=2017-06-07T00:00:00Z
    //
    // If the plugin hasn't started to run, the string is empty.
    ExecutionEndDateTime *string `type:"string"`

    // The date and time the plugin started running. Date and time are written in
    // ISO 8601 format. For example, June 7, 2017 is represented as 2017-06-7. The
    // following sample Amazon Web Services CLI command uses the InvokedBefore filter.
    //
    // aws ssm list-commands --filters key=InvokedBefore,value=2017-06-07T00:00:00Z
    //
    // If the plugin hasn't started to run, the string is empty.
    ExecutionStartDateTime *string `type:"string"`

    // The ID of the managed node targeted by the command. A managed node can be
    // an Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, or on-premises
    // server or VM in your hybrid environment that is configured for Amazon Web
    // Services Systems Manager.
    InstanceId *string `type:"string"`

    // The name of the plugin, or step name, for which details are reported. For
    // example, aws:RunShellScript is a plugin.
    PluginName *string `min:"4" type:"string"`

    // The error level response code for the plugin script. If the response code
    // is -1, then the command hasn't started running on the managed node, or it
    // wasn't received by the node.
    ResponseCode *int64 `type:"integer"`

    // The first 8,000 characters written by the plugin to stderr. If the command
    // hasn't finished running, then this string is empty.
    StandardErrorContent *string `type:"string"`

    // The URL for the complete text written by the plugin to stderr. If the command
    // hasn't finished running, then this string is empty.
    StandardErrorUrl *string `type:"string"`

    // The first 24,000 characters written by the plugin to stdout. If the command
    // hasn't finished running, if ExecutionStatus is neither Succeeded nor Failed,
    // then this string is empty.
    StandardOutputContent *string `type:"string"`

    // The URL for the complete text written by the plugin to stdout in Amazon Simple
    // Storage Service (Amazon S3). If an S3 bucket wasn't specified, then this
    // string is empty.
    StandardOutputUrl *string `type:"string"`

    // The status of this invocation plugin. This status can be different than StatusDetails.
    Status *string `type:"string" enum:"CommandInvocationStatus"`

    // A detailed status of the command execution for an invocation. StatusDetails
    // includes more information than Status because it includes states resulting
    // from error and concurrency control parameters. StatusDetails can show different
    // results than Status. For more information about these statuses, see Understanding
    // command statuses (https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html)
    // in the Amazon Web Services Systems Manager User Guide. StatusDetails can
    // be one of the following values:
    //
    //    * Pending: The command hasn't been sent to the managed node.
    //
    //    * In Progress: The command has been sent to the managed node but hasn't
    //    reached a terminal state.
    //
    //    * Delayed: The system attempted to send the command to the target, but
    //    the target wasn't available. The managed node might not be available because
    //    of network issues, because the node was stopped, or for similar reasons.
    //    The system will try to send the command again.
    //
    //    * Success: The command or plugin ran successfully. This is a terminal
    //    state.
    //
    //    * Delivery Timed Out: The command wasn't delivered to the managed node
    //    before the delivery timeout expired. Delivery timeouts don't count against
    //    the parent command's MaxErrors limit, but they do contribute to whether
    //    the parent command status is Success or Incomplete. This is a terminal
    //    state.
    //
    //    * Execution Timed Out: The command started to run on the managed node,
    //    but the execution wasn't complete before the timeout expired. Execution
    //    timeouts count against the MaxErrors limit of the parent command. This
    //    is a terminal state.
    //
    //    * Failed: The command wasn't run successfully on the managed node. For
    //    a plugin, this indicates that the result code wasn't zero. For a command
    //    invocation, this indicates that the result code for one or more plugins
    //    wasn't zero. Invocation failures count against the MaxErrors limit of
    //    the parent command. This is a terminal state.
    //
    //    * Cancelled: The command was terminated before it was completed. This
    //    is a terminal state.
    //
    //    * Undeliverable: The command can't be delivered to the managed node. The
    //    node might not exist or might not be responding. Undeliverable invocations
    //    don't count against the parent command's MaxErrors limit and don't contribute
    //    to whether the parent command status is Success or Incomplete. This is
    //    a terminal state.
    //
    //    * Terminated: The parent command exceeded its MaxErrors limit and subsequent
    //    command invocations were canceled by the system. This is a terminal state.
    StatusDetails *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetCommandInvocationOutput) GoString

func (s GetCommandInvocationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCommandInvocationOutput) SetCloudWatchOutputConfig

func (s *GetCommandInvocationOutput) SetCloudWatchOutputConfig(v *CloudWatchOutputConfig) *GetCommandInvocationOutput

SetCloudWatchOutputConfig sets the CloudWatchOutputConfig field's value.

func (*GetCommandInvocationOutput) SetCommandId

func (s *GetCommandInvocationOutput) SetCommandId(v string) *GetCommandInvocationOutput

SetCommandId sets the CommandId field's value.

func (*GetCommandInvocationOutput) SetComment

func (s *GetCommandInvocationOutput) SetComment(v string) *GetCommandInvocationOutput

SetComment sets the Comment field's value.

func (*GetCommandInvocationOutput) SetDocumentName

func (s *GetCommandInvocationOutput) SetDocumentName(v string) *GetCommandInvocationOutput

SetDocumentName sets the DocumentName field's value.

func (*GetCommandInvocationOutput) SetDocumentVersion

func (s *GetCommandInvocationOutput) SetDocumentVersion(v string) *GetCommandInvocationOutput

SetDocumentVersion sets the DocumentVersion field's value.

func (*GetCommandInvocationOutput) SetExecutionElapsedTime

func (s *GetCommandInvocationOutput) SetExecutionElapsedTime(v string) *GetCommandInvocationOutput

SetExecutionElapsedTime sets the ExecutionElapsedTime field's value.

func (*GetCommandInvocationOutput) SetExecutionEndDateTime

func (s *GetCommandInvocationOutput) SetExecutionEndDateTime(v string) *GetCommandInvocationOutput

SetExecutionEndDateTime sets the ExecutionEndDateTime field's value.

func (*GetCommandInvocationOutput) SetExecutionStartDateTime

func (s *GetCommandInvocationOutput) SetExecutionStartDateTime(v string) *GetCommandInvocationOutput

SetExecutionStartDateTime sets the ExecutionStartDateTime field's value.

func (*GetCommandInvocationOutput) SetInstanceId

func (s *GetCommandInvocationOutput) SetInstanceId(v string) *GetCommandInvocationOutput

SetInstanceId sets the InstanceId field's value.

func (*GetCommandInvocationOutput) SetPluginName

func (s *GetCommandInvocationOutput) SetPluginName(v string) *GetCommandInvocationOutput

SetPluginName sets the PluginName field's value.

func (*GetCommandInvocationOutput) SetResponseCode

func (s *GetCommandInvocationOutput) SetResponseCode(v int64) *GetCommandInvocationOutput

SetResponseCode sets the ResponseCode field's value.

func (*GetCommandInvocationOutput) SetStandardErrorContent

func (s *GetCommandInvocationOutput) SetStandardErrorContent(v string) *GetCommandInvocationOutput

SetStandardErrorContent sets the StandardErrorContent field's value.

func (*GetCommandInvocationOutput) SetStandardErrorUrl

func (s *GetCommandInvocationOutput) SetStandardErrorUrl(v string) *GetCommandInvocationOutput

SetStandardErrorUrl sets the StandardErrorUrl field's value.

func (*GetCommandInvocationOutput) SetStandardOutputContent

func (s *GetCommandInvocationOutput) SetStandardOutputContent(v string) *GetCommandInvocationOutput

SetStandardOutputContent sets the StandardOutputContent field's value.

func (*GetCommandInvocationOutput) SetStandardOutputUrl

func (s *GetCommandInvocationOutput) SetStandardOutputUrl(v string) *GetCommandInvocationOutput

SetStandardOutputUrl sets the StandardOutputUrl field's value.

func (*GetCommandInvocationOutput) SetStatus

func (s *GetCommandInvocationOutput) SetStatus(v string) *GetCommandInvocationOutput

SetStatus sets the Status field's value.

func (*GetCommandInvocationOutput) SetStatusDetails

func (s *GetCommandInvocationOutput) SetStatusDetails(v string) *GetCommandInvocationOutput

SetStatusDetails sets the StatusDetails field's value.

func (GetCommandInvocationOutput) String

func (s GetCommandInvocationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetConnectionStatusInput

type GetConnectionStatusInput struct {

    // The managed node ID.
    //
    // Target is a required field
    Target *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetConnectionStatusInput) GoString

func (s GetConnectionStatusInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetConnectionStatusInput) SetTarget

func (s *GetConnectionStatusInput) SetTarget(v string) *GetConnectionStatusInput

SetTarget sets the Target field's value.

func (GetConnectionStatusInput) String

func (s GetConnectionStatusInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetConnectionStatusInput) Validate

func (s *GetConnectionStatusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetConnectionStatusOutput

type GetConnectionStatusOutput struct {

    // The status of the connection to the managed node.
    Status *string `type:"string" enum:"ConnectionStatus"`

    // The ID of the managed node to check connection status.
    Target *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (GetConnectionStatusOutput) GoString

func (s GetConnectionStatusOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetConnectionStatusOutput) SetStatus

func (s *GetConnectionStatusOutput) SetStatus(v string) *GetConnectionStatusOutput

SetStatus sets the Status field's value.

func (*GetConnectionStatusOutput) SetTarget

func (s *GetConnectionStatusOutput) SetTarget(v string) *GetConnectionStatusOutput

SetTarget sets the Target field's value.

func (GetConnectionStatusOutput) String

func (s GetConnectionStatusOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDefaultPatchBaselineInput

type GetDefaultPatchBaselineInput struct {

    // Returns the default patch baseline for the specified operating system.
    OperatingSystem *string `type:"string" enum:"OperatingSystem"`
    // contains filtered or unexported fields
}

func (GetDefaultPatchBaselineInput) GoString

func (s GetDefaultPatchBaselineInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDefaultPatchBaselineInput) SetOperatingSystem

func (s *GetDefaultPatchBaselineInput) SetOperatingSystem(v string) *GetDefaultPatchBaselineInput

SetOperatingSystem sets the OperatingSystem field's value.

func (GetDefaultPatchBaselineInput) String

func (s GetDefaultPatchBaselineInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDefaultPatchBaselineOutput

type GetDefaultPatchBaselineOutput struct {

    // The ID of the default patch baseline.
    BaselineId *string `min:"20" type:"string"`

    // The operating system for the returned patch baseline.
    OperatingSystem *string `type:"string" enum:"OperatingSystem"`
    // contains filtered or unexported fields
}

func (GetDefaultPatchBaselineOutput) GoString

func (s GetDefaultPatchBaselineOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDefaultPatchBaselineOutput) SetBaselineId

func (s *GetDefaultPatchBaselineOutput) SetBaselineId(v string) *GetDefaultPatchBaselineOutput

SetBaselineId sets the BaselineId field's value.

func (*GetDefaultPatchBaselineOutput) SetOperatingSystem

func (s *GetDefaultPatchBaselineOutput) SetOperatingSystem(v string) *GetDefaultPatchBaselineOutput

SetOperatingSystem sets the OperatingSystem field's value.

func (GetDefaultPatchBaselineOutput) String

func (s GetDefaultPatchBaselineOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDeployablePatchSnapshotForInstanceInput

type GetDeployablePatchSnapshotForInstanceInput struct {

    // Defines the basic information about a patch baseline override.
    BaselineOverride *BaselineOverride `type:"structure"`

    // The ID of the managed node for which the appropriate patch snapshot should
    // be retrieved.
    //
    // InstanceId is a required field
    InstanceId *string `type:"string" required:"true"`

    // The snapshot ID provided by the user when running AWS-RunPatchBaseline.
    //
    // SnapshotId is a required field
    SnapshotId *string `min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetDeployablePatchSnapshotForInstanceInput) GoString

func (s GetDeployablePatchSnapshotForInstanceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDeployablePatchSnapshotForInstanceInput) SetBaselineOverride

func (s *GetDeployablePatchSnapshotForInstanceInput) SetBaselineOverride(v *BaselineOverride) *GetDeployablePatchSnapshotForInstanceInput

SetBaselineOverride sets the BaselineOverride field's value.

func (*GetDeployablePatchSnapshotForInstanceInput) SetInstanceId

func (s *GetDeployablePatchSnapshotForInstanceInput) SetInstanceId(v string) *GetDeployablePatchSnapshotForInstanceInput

SetInstanceId sets the InstanceId field's value.

func (*GetDeployablePatchSnapshotForInstanceInput) SetSnapshotId

func (s *GetDeployablePatchSnapshotForInstanceInput) SetSnapshotId(v string) *GetDeployablePatchSnapshotForInstanceInput

SetSnapshotId sets the SnapshotId field's value.

func (GetDeployablePatchSnapshotForInstanceInput) String

func (s GetDeployablePatchSnapshotForInstanceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDeployablePatchSnapshotForInstanceInput) Validate

func (s *GetDeployablePatchSnapshotForInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetDeployablePatchSnapshotForInstanceOutput

type GetDeployablePatchSnapshotForInstanceOutput struct {

    // The managed node ID.
    InstanceId *string `type:"string"`

    // Returns the specific operating system (for example Windows Server 2012 or
    // Amazon Linux 2015.09) on the managed node for the specified patch snapshot.
    Product *string `type:"string"`

    // A pre-signed Amazon Simple Storage Service (Amazon S3) URL that can be used
    // to download the patch snapshot.
    SnapshotDownloadUrl *string `type:"string"`

    // The user-defined snapshot ID.
    SnapshotId *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (GetDeployablePatchSnapshotForInstanceOutput) GoString

func (s GetDeployablePatchSnapshotForInstanceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDeployablePatchSnapshotForInstanceOutput) SetInstanceId

func (s *GetDeployablePatchSnapshotForInstanceOutput) SetInstanceId(v string) *GetDeployablePatchSnapshotForInstanceOutput

SetInstanceId sets the InstanceId field's value.

func (*GetDeployablePatchSnapshotForInstanceOutput) SetProduct

func (s *GetDeployablePatchSnapshotForInstanceOutput) SetProduct(v string) *GetDeployablePatchSnapshotForInstanceOutput

SetProduct sets the Product field's value.

func (*GetDeployablePatchSnapshotForInstanceOutput) SetSnapshotDownloadUrl

func (s *GetDeployablePatchSnapshotForInstanceOutput) SetSnapshotDownloadUrl(v string) *GetDeployablePatchSnapshotForInstanceOutput

SetSnapshotDownloadUrl sets the SnapshotDownloadUrl field's value.

func (*GetDeployablePatchSnapshotForInstanceOutput) SetSnapshotId

func (s *GetDeployablePatchSnapshotForInstanceOutput) SetSnapshotId(v string) *GetDeployablePatchSnapshotForInstanceOutput

SetSnapshotId sets the SnapshotId field's value.

func (GetDeployablePatchSnapshotForInstanceOutput) String

func (s GetDeployablePatchSnapshotForInstanceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDocumentInput

type GetDocumentInput struct {

    // Returns the document in the specified format. The document format can be
    // either JSON or YAML. JSON is the default format.
    DocumentFormat *string `type:"string" enum:"DocumentFormat"`

    // The document version for which you want information.
    DocumentVersion *string `type:"string"`

    // The name of the SSM document.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // An optional field specifying the version of the artifact associated with
    // the document. For example, 12.6. This value is unique across all versions
    // of a document and can't be changed.
    VersionName *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetDocumentInput) GoString

func (s GetDocumentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDocumentInput) SetDocumentFormat

func (s *GetDocumentInput) SetDocumentFormat(v string) *GetDocumentInput

SetDocumentFormat sets the DocumentFormat field's value.

func (*GetDocumentInput) SetDocumentVersion

func (s *GetDocumentInput) SetDocumentVersion(v string) *GetDocumentInput

SetDocumentVersion sets the DocumentVersion field's value.

func (*GetDocumentInput) SetName

func (s *GetDocumentInput) SetName(v string) *GetDocumentInput

SetName sets the Name field's value.

func (*GetDocumentInput) SetVersionName

func (s *GetDocumentInput) SetVersionName(v string) *GetDocumentInput

SetVersionName sets the VersionName field's value.

func (GetDocumentInput) String

func (s GetDocumentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDocumentInput) Validate

func (s *GetDocumentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetDocumentOutput

type GetDocumentOutput struct {

    // A description of the document attachments, including names, locations, sizes,
    // and so on.
    AttachmentsContent []*AttachmentContent `type:"list"`

    // The contents of the SSM document.
    Content *string `min:"1" type:"string"`

    // The date the SSM document was created.
    CreatedDate *time.Time `type:"timestamp"`

    // The friendly name of the SSM document. This value can differ for each version
    // of the document. If you want to update this value, see UpdateDocument.
    DisplayName *string `type:"string"`

    // The document format, either JSON or YAML.
    DocumentFormat *string `type:"string" enum:"DocumentFormat"`

    // The document type.
    DocumentType *string `type:"string" enum:"DocumentType"`

    // The document version.
    DocumentVersion *string `type:"string"`

    // The name of the SSM document.
    Name *string `type:"string"`

    // A list of SSM documents required by a document. For example, an ApplicationConfiguration
    // document requires an ApplicationConfigurationSchema document.
    Requires []*DocumentRequires `min:"1" type:"list"`

    // The current review status of a new custom Systems Manager document (SSM document)
    // created by a member of your organization, or of the latest version of an
    // existing SSM document.
    //
    // Only one version of an SSM document can be in the APPROVED state at a time.
    // When a new version is approved, the status of the previous version changes
    // to REJECTED.
    //
    // Only one version of an SSM document can be in review, or PENDING, at a time.
    ReviewStatus *string `type:"string" enum:"ReviewStatus"`

    // The status of the SSM document, such as Creating, Active, Updating, Failed,
    // and Deleting.
    Status *string `type:"string" enum:"DocumentStatus"`

    // A message returned by Amazon Web Services Systems Manager that explains the
    // Status value. For example, a Failed status might be explained by the StatusInformation
    // message, "The specified S3 bucket doesn't exist. Verify that the URL of the
    // S3 bucket is correct."
    StatusInformation *string `type:"string"`

    // The version of the artifact associated with the document. For example, 12.6.
    // This value is unique across all versions of a document, and can't be changed.
    VersionName *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetDocumentOutput) GoString

func (s GetDocumentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDocumentOutput) SetAttachmentsContent

func (s *GetDocumentOutput) SetAttachmentsContent(v []*AttachmentContent) *GetDocumentOutput

SetAttachmentsContent sets the AttachmentsContent field's value.

func (*GetDocumentOutput) SetContent

func (s *GetDocumentOutput) SetContent(v string) *GetDocumentOutput

SetContent sets the Content field's value.

func (*GetDocumentOutput) SetCreatedDate

func (s *GetDocumentOutput) SetCreatedDate(v time.Time) *GetDocumentOutput

SetCreatedDate sets the CreatedDate field's value.

func (*GetDocumentOutput) SetDisplayName

func (s *GetDocumentOutput) SetDisplayName(v string) *GetDocumentOutput

SetDisplayName sets the DisplayName field's value.

func (*GetDocumentOutput) SetDocumentFormat

func (s *GetDocumentOutput) SetDocumentFormat(v string) *GetDocumentOutput

SetDocumentFormat sets the DocumentFormat field's value.

func (*GetDocumentOutput) SetDocumentType

func (s *GetDocumentOutput) SetDocumentType(v string) *GetDocumentOutput

SetDocumentType sets the DocumentType field's value.

func (*GetDocumentOutput) SetDocumentVersion

func (s *GetDocumentOutput) SetDocumentVersion(v string) *GetDocumentOutput

SetDocumentVersion sets the DocumentVersion field's value.

func (*GetDocumentOutput) SetName

func (s *GetDocumentOutput) SetName(v string) *GetDocumentOutput

SetName sets the Name field's value.

func (*GetDocumentOutput) SetRequires

func (s *GetDocumentOutput) SetRequires(v []*DocumentRequires) *GetDocumentOutput

SetRequires sets the Requires field's value.

func (*GetDocumentOutput) SetReviewStatus

func (s *GetDocumentOutput) SetReviewStatus(v string) *GetDocumentOutput

SetReviewStatus sets the ReviewStatus field's value.

func (*GetDocumentOutput) SetStatus

func (s *GetDocumentOutput) SetStatus(v string) *GetDocumentOutput

SetStatus sets the Status field's value.

func (*GetDocumentOutput) SetStatusInformation

func (s *GetDocumentOutput) SetStatusInformation(v string) *GetDocumentOutput

SetStatusInformation sets the StatusInformation field's value.

func (*GetDocumentOutput) SetVersionName

func (s *GetDocumentOutput) SetVersionName(v string) *GetDocumentOutput

SetVersionName sets the VersionName field's value.

func (GetDocumentOutput) String

func (s GetDocumentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetInventoryInput

type GetInventoryInput struct {

    // Returns counts of inventory types based on one or more expressions. For example,
    // if you aggregate by using an expression that uses the AWS:InstanceInformation.PlatformType
    // type, you can see a count of how many Windows and Linux managed nodes exist
    // in your inventoried fleet.
    Aggregators []*InventoryAggregator `min:"1" type:"list"`

    // One or more filters. Use a filter to return a more specific list of results.
    Filters []*InventoryFilter `min:"1" type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`

    // The list of inventory item types to return.
    ResultAttributes []*ResultAttribute `min:"1" type:"list"`
    // contains filtered or unexported fields
}

func (GetInventoryInput) GoString

func (s GetInventoryInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetInventoryInput) SetAggregators

func (s *GetInventoryInput) SetAggregators(v []*InventoryAggregator) *GetInventoryInput

SetAggregators sets the Aggregators field's value.

func (*GetInventoryInput) SetFilters

func (s *GetInventoryInput) SetFilters(v []*InventoryFilter) *GetInventoryInput

SetFilters sets the Filters field's value.

func (*GetInventoryInput) SetMaxResults

func (s *GetInventoryInput) SetMaxResults(v int64) *GetInventoryInput

SetMaxResults sets the MaxResults field's value.

func (*GetInventoryInput) SetNextToken

func (s *GetInventoryInput) SetNextToken(v string) *GetInventoryInput

SetNextToken sets the NextToken field's value.

func (*GetInventoryInput) SetResultAttributes

func (s *GetInventoryInput) SetResultAttributes(v []*ResultAttribute) *GetInventoryInput

SetResultAttributes sets the ResultAttributes field's value.

func (GetInventoryInput) String

func (s GetInventoryInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetInventoryInput) Validate

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 managed node inventory.
    Entities []*InventoryResultEntity `type:"list"`

    // The token to use when requesting the next set of items. If there are no additional
    // items to return, the string is empty.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetInventoryOutput) GoString

func (s GetInventoryOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetInventoryOutput) SetEntities

func (s *GetInventoryOutput) SetEntities(v []*InventoryResultEntity) *GetInventoryOutput

SetEntities sets the Entities field's value.

func (*GetInventoryOutput) SetNextToken

func (s *GetInventoryOutput) SetNextToken(v string) *GetInventoryOutput

SetNextToken sets the NextToken field's value.

func (GetInventoryOutput) String

func (s GetInventoryOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetInventorySchemaInput

type GetInventorySchemaInput struct {

    // Returns inventory schemas that support aggregation. For example, this call
    // returns the AWS:InstanceInformation type, because it supports aggregation
    // based on the PlatformName, PlatformType, and PlatformVersion attributes.
    Aggregator *bool `type:"boolean"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"50" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`

    // Returns the sub-type schema for a specified inventory type.
    SubType *bool `type:"boolean"`

    // The type of inventory item to return.
    TypeName *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetInventorySchemaInput) GoString

func (s GetInventorySchemaInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetInventorySchemaInput) SetAggregator

func (s *GetInventorySchemaInput) SetAggregator(v bool) *GetInventorySchemaInput

SetAggregator sets the Aggregator field's value.

func (*GetInventorySchemaInput) SetMaxResults

func (s *GetInventorySchemaInput) SetMaxResults(v int64) *GetInventorySchemaInput

SetMaxResults sets the MaxResults field's value.

func (*GetInventorySchemaInput) SetNextToken

func (s *GetInventorySchemaInput) SetNextToken(v string) *GetInventorySchemaInput

SetNextToken sets the NextToken field's value.

func (*GetInventorySchemaInput) SetSubType

func (s *GetInventorySchemaInput) SetSubType(v bool) *GetInventorySchemaInput

SetSubType sets the SubType field's value.

func (*GetInventorySchemaInput) SetTypeName

func (s *GetInventorySchemaInput) SetTypeName(v string) *GetInventorySchemaInput

SetTypeName sets the TypeName field's value.

func (GetInventorySchemaInput) String

func (s GetInventorySchemaInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetInventorySchemaInput) Validate

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) GoString

func (s GetInventorySchemaOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetInventorySchemaOutput) SetNextToken

func (s *GetInventorySchemaOutput) SetNextToken(v string) *GetInventorySchemaOutput

SetNextToken sets the NextToken field's value.

func (*GetInventorySchemaOutput) SetSchemas

func (s *GetInventorySchemaOutput) SetSchemas(v []*InventoryItemSchema) *GetInventorySchemaOutput

SetSchemas sets the Schemas field's value.

func (GetInventorySchemaOutput) String

func (s GetInventorySchemaOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetMaintenanceWindowExecutionInput

type GetMaintenanceWindowExecutionInput struct {

    // The ID of the maintenance window execution that includes the task.
    //
    // WindowExecutionId is a required field
    WindowExecutionId *string `min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetMaintenanceWindowExecutionInput) GoString

func (s GetMaintenanceWindowExecutionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMaintenanceWindowExecutionInput) SetWindowExecutionId

func (s *GetMaintenanceWindowExecutionInput) SetWindowExecutionId(v string) *GetMaintenanceWindowExecutionInput

SetWindowExecutionId sets the WindowExecutionId field's value.

func (GetMaintenanceWindowExecutionInput) String

func (s GetMaintenanceWindowExecutionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMaintenanceWindowExecutionInput) Validate

func (s *GetMaintenanceWindowExecutionInput) Validate() error

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 *string `type:"string" enum:"MaintenanceWindowExecutionStatus"`

    // The details explaining the status. Not available for all status values.
    StatusDetails *string `type:"string"`

    // The ID of the task executions from the maintenance window execution.
    TaskIds []*string `type:"list"`

    // The ID of the maintenance window execution.
    WindowExecutionId *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (GetMaintenanceWindowExecutionOutput) GoString

func (s GetMaintenanceWindowExecutionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMaintenanceWindowExecutionOutput) SetEndTime

func (s *GetMaintenanceWindowExecutionOutput) SetEndTime(v time.Time) *GetMaintenanceWindowExecutionOutput

SetEndTime sets the EndTime field's value.

func (*GetMaintenanceWindowExecutionOutput) SetStartTime

func (s *GetMaintenanceWindowExecutionOutput) SetStartTime(v time.Time) *GetMaintenanceWindowExecutionOutput

SetStartTime sets the StartTime field's value.

func (*GetMaintenanceWindowExecutionOutput) SetStatus

func (s *GetMaintenanceWindowExecutionOutput) SetStatus(v string) *GetMaintenanceWindowExecutionOutput

SetStatus sets the Status field's value.

func (*GetMaintenanceWindowExecutionOutput) SetStatusDetails

func (s *GetMaintenanceWindowExecutionOutput) SetStatusDetails(v string) *GetMaintenanceWindowExecutionOutput

SetStatusDetails sets the StatusDetails field's value.

func (*GetMaintenanceWindowExecutionOutput) SetTaskIds

func (s *GetMaintenanceWindowExecutionOutput) SetTaskIds(v []*string) *GetMaintenanceWindowExecutionOutput

SetTaskIds sets the TaskIds field's value.

func (*GetMaintenanceWindowExecutionOutput) SetWindowExecutionId

func (s *GetMaintenanceWindowExecutionOutput) SetWindowExecutionId(v string) *GetMaintenanceWindowExecutionOutput

SetWindowExecutionId sets the WindowExecutionId field's value.

func (GetMaintenanceWindowExecutionOutput) String

func (s GetMaintenanceWindowExecutionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetMaintenanceWindowExecutionTaskInput

type GetMaintenanceWindowExecutionTaskInput struct {

    // The ID of the specific task execution in the maintenance window task that
    // should be retrieved.
    //
    // TaskId is a required field
    TaskId *string `min:"36" type:"string" required:"true"`

    // The ID of the maintenance window execution that includes the task.
    //
    // WindowExecutionId is a required field
    WindowExecutionId *string `min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetMaintenanceWindowExecutionTaskInput) GoString

func (s GetMaintenanceWindowExecutionTaskInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMaintenanceWindowExecutionTaskInput) SetTaskId

func (s *GetMaintenanceWindowExecutionTaskInput) SetTaskId(v string) *GetMaintenanceWindowExecutionTaskInput

SetTaskId sets the TaskId field's value.

func (*GetMaintenanceWindowExecutionTaskInput) SetWindowExecutionId

func (s *GetMaintenanceWindowExecutionTaskInput) SetWindowExecutionId(v string) *GetMaintenanceWindowExecutionTaskInput

SetWindowExecutionId sets the WindowExecutionId field's value.

func (GetMaintenanceWindowExecutionTaskInput) String

func (s GetMaintenanceWindowExecutionTaskInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMaintenanceWindowExecutionTaskInput) Validate

func (s *GetMaintenanceWindowExecutionTaskInput) Validate() error

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) GoString

func (s GetMaintenanceWindowExecutionTaskInvocationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMaintenanceWindowExecutionTaskInvocationInput) SetInvocationId

func (s *GetMaintenanceWindowExecutionTaskInvocationInput) SetInvocationId(v string) *GetMaintenanceWindowExecutionTaskInvocationInput

SetInvocationId sets the InvocationId field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationInput) SetTaskId

func (s *GetMaintenanceWindowExecutionTaskInvocationInput) SetTaskId(v string) *GetMaintenanceWindowExecutionTaskInvocationInput

SetTaskId sets the TaskId field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationInput) SetWindowExecutionId

func (s *GetMaintenanceWindowExecutionTaskInvocationInput) SetWindowExecutionId(v string) *GetMaintenanceWindowExecutionTaskInvocationInput

SetWindowExecutionId sets the WindowExecutionId field's value.

func (GetMaintenanceWindowExecutionTaskInvocationInput) String

func (s GetMaintenanceWindowExecutionTaskInvocationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMaintenanceWindowExecutionTaskInvocationInput) Validate

func (s *GetMaintenanceWindowExecutionTaskInvocationInput) Validate() error

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 Amazon CloudWatch Events or Amazon
    // EventBridge events raised while running tasks for these targets in this maintenance
    // window.
    //
    // OwnerInformation is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by GetMaintenanceWindowExecutionTaskInvocationOutput's
    // String and GoString methods.
    OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

    // The parameters used at the time that the task ran.
    //
    // Parameters is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by GetMaintenanceWindowExecutionTaskInvocationOutput's
    // String and GoString methods.
    Parameters *string `type:"string" sensitive:"true"`

    // The time that the task started running on the target.
    StartTime *time.Time `type:"timestamp"`

    // The task status for an invocation.
    Status *string `type:"string" enum:"MaintenanceWindowExecutionStatus"`

    // The details explaining the status. Details are only available for certain
    // status values.
    StatusDetails *string `type:"string"`

    // The task execution ID.
    TaskExecutionId *string `min:"36" type:"string"`

    // Retrieves the task type for a maintenance window.
    TaskType *string `type:"string" enum:"MaintenanceWindowTaskType"`

    // The maintenance window execution ID.
    WindowExecutionId *string `min:"36" type:"string"`

    // The maintenance window target ID.
    WindowTargetId *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetMaintenanceWindowExecutionTaskInvocationOutput) GoString

func (s GetMaintenanceWindowExecutionTaskInvocationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetEndTime

func (s *GetMaintenanceWindowExecutionTaskInvocationOutput) SetEndTime(v time.Time) *GetMaintenanceWindowExecutionTaskInvocationOutput

SetEndTime sets the EndTime field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetExecutionId

func (s *GetMaintenanceWindowExecutionTaskInvocationOutput) SetExecutionId(v string) *GetMaintenanceWindowExecutionTaskInvocationOutput

SetExecutionId sets the ExecutionId field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetInvocationId

func (s *GetMaintenanceWindowExecutionTaskInvocationOutput) SetInvocationId(v string) *GetMaintenanceWindowExecutionTaskInvocationOutput

SetInvocationId sets the InvocationId field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetOwnerInformation

func (s *GetMaintenanceWindowExecutionTaskInvocationOutput) SetOwnerInformation(v string) *GetMaintenanceWindowExecutionTaskInvocationOutput

SetOwnerInformation sets the OwnerInformation field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetParameters

func (s *GetMaintenanceWindowExecutionTaskInvocationOutput) SetParameters(v string) *GetMaintenanceWindowExecutionTaskInvocationOutput

SetParameters sets the Parameters field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetStartTime

func (s *GetMaintenanceWindowExecutionTaskInvocationOutput) SetStartTime(v time.Time) *GetMaintenanceWindowExecutionTaskInvocationOutput

SetStartTime sets the StartTime field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetStatus

func (s *GetMaintenanceWindowExecutionTaskInvocationOutput) SetStatus(v string) *GetMaintenanceWindowExecutionTaskInvocationOutput

SetStatus sets the Status field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetStatusDetails

func (s *GetMaintenanceWindowExecutionTaskInvocationOutput) SetStatusDetails(v string) *GetMaintenanceWindowExecutionTaskInvocationOutput

SetStatusDetails sets the StatusDetails field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetTaskExecutionId

func (s *GetMaintenanceWindowExecutionTaskInvocationOutput) SetTaskExecutionId(v string) *GetMaintenanceWindowExecutionTaskInvocationOutput

SetTaskExecutionId sets the TaskExecutionId field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetTaskType

func (s *GetMaintenanceWindowExecutionTaskInvocationOutput) SetTaskType(v string) *GetMaintenanceWindowExecutionTaskInvocationOutput

SetTaskType sets the TaskType field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetWindowExecutionId

func (s *GetMaintenanceWindowExecutionTaskInvocationOutput) SetWindowExecutionId(v string) *GetMaintenanceWindowExecutionTaskInvocationOutput

SetWindowExecutionId sets the WindowExecutionId field's value.

func (*GetMaintenanceWindowExecutionTaskInvocationOutput) SetWindowTargetId

func (s *GetMaintenanceWindowExecutionTaskInvocationOutput) SetWindowTargetId(v string) *GetMaintenanceWindowExecutionTaskInvocationOutput

SetWindowTargetId sets the WindowTargetId field's value.

func (GetMaintenanceWindowExecutionTaskInvocationOutput) String

func (s GetMaintenanceWindowExecutionTaskInvocationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetMaintenanceWindowExecutionTaskOutput

type GetMaintenanceWindowExecutionTaskOutput struct {

    // The details for the CloudWatch alarm you applied to your maintenance window
    // task.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // The time the task execution completed.
    EndTime *time.Time `type:"timestamp"`

    // The defined maximum number of task executions that could be run in parallel.
    MaxConcurrency *string `min:"1" type:"string"`

    // The defined maximum number of task execution errors allowed before scheduling
    // of the task execution would have been stopped.
    MaxErrors *string `min:"1" type:"string"`

    // The priority of the task.
    Priority *int64 `type:"integer"`

    // The role that was assumed when running the task.
    ServiceRole *string `type:"string"`

    // The time the task execution started.
    StartTime *time.Time `type:"timestamp"`

    // The status of the task.
    Status *string `type:"string" enum:"MaintenanceWindowExecutionStatus"`

    // The details explaining the status. Not available for all status values.
    StatusDetails *string `type:"string"`

    // The Amazon Resource Name (ARN) of the task that ran.
    TaskArn *string `min:"1" type:"string"`

    // The ID of the specific task execution in the maintenance window task that
    // was retrieved.
    TaskExecutionId *string `min:"36" type:"string"`

    // The parameters passed to the task when it was run.
    //
    // TaskParameters has been deprecated. To specify parameters to pass to a task
    // when it runs, instead use the Parameters option in the TaskInvocationParameters
    // structure. For information about how Systems Manager handles these options
    // for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
    //
    // The map has the following format:
    //
    //    * Key: string, between 1 and 255 characters
    //
    //    * Value: an array of strings, each between 1 and 255 characters
    //
    // TaskParameters is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by GetMaintenanceWindowExecutionTaskOutput's
    // String and GoString methods.
    TaskParameters []map[string]*MaintenanceWindowTaskParameterValueExpression `type:"list" sensitive:"true"`

    // The CloudWatch alarms that were invoked by the maintenance window task.
    TriggeredAlarms []*AlarmStateInformation `min:"1" type:"list"`

    // The type of task that was run.
    Type *string `type:"string" enum:"MaintenanceWindowTaskType"`

    // The ID of the maintenance window execution that includes the task.
    WindowExecutionId *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (GetMaintenanceWindowExecutionTaskOutput) GoString

func (s GetMaintenanceWindowExecutionTaskOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMaintenanceWindowExecutionTaskOutput) SetAlarmConfiguration

func (s *GetMaintenanceWindowExecutionTaskOutput) SetAlarmConfiguration(v *AlarmConfiguration) *GetMaintenanceWindowExecutionTaskOutput

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetEndTime

func (s *GetMaintenanceWindowExecutionTaskOutput) SetEndTime(v time.Time) *GetMaintenanceWindowExecutionTaskOutput

SetEndTime sets the EndTime field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetMaxConcurrency

func (s *GetMaintenanceWindowExecutionTaskOutput) SetMaxConcurrency(v string) *GetMaintenanceWindowExecutionTaskOutput

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetMaxErrors

func (s *GetMaintenanceWindowExecutionTaskOutput) SetMaxErrors(v string) *GetMaintenanceWindowExecutionTaskOutput

SetMaxErrors sets the MaxErrors field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetPriority

func (s *GetMaintenanceWindowExecutionTaskOutput) SetPriority(v int64) *GetMaintenanceWindowExecutionTaskOutput

SetPriority sets the Priority field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetServiceRole

func (s *GetMaintenanceWindowExecutionTaskOutput) SetServiceRole(v string) *GetMaintenanceWindowExecutionTaskOutput

SetServiceRole sets the ServiceRole field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetStartTime

func (s *GetMaintenanceWindowExecutionTaskOutput) SetStartTime(v time.Time) *GetMaintenanceWindowExecutionTaskOutput

SetStartTime sets the StartTime field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetStatus

func (s *GetMaintenanceWindowExecutionTaskOutput) SetStatus(v string) *GetMaintenanceWindowExecutionTaskOutput

SetStatus sets the Status field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetStatusDetails

func (s *GetMaintenanceWindowExecutionTaskOutput) SetStatusDetails(v string) *GetMaintenanceWindowExecutionTaskOutput

SetStatusDetails sets the StatusDetails field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetTaskArn

func (s *GetMaintenanceWindowExecutionTaskOutput) SetTaskArn(v string) *GetMaintenanceWindowExecutionTaskOutput

SetTaskArn sets the TaskArn field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetTaskExecutionId

func (s *GetMaintenanceWindowExecutionTaskOutput) SetTaskExecutionId(v string) *GetMaintenanceWindowExecutionTaskOutput

SetTaskExecutionId sets the TaskExecutionId field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetTaskParameters

func (s *GetMaintenanceWindowExecutionTaskOutput) SetTaskParameters(v []map[string]*MaintenanceWindowTaskParameterValueExpression) *GetMaintenanceWindowExecutionTaskOutput

SetTaskParameters sets the TaskParameters field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetTriggeredAlarms

func (s *GetMaintenanceWindowExecutionTaskOutput) SetTriggeredAlarms(v []*AlarmStateInformation) *GetMaintenanceWindowExecutionTaskOutput

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetType

func (s *GetMaintenanceWindowExecutionTaskOutput) SetType(v string) *GetMaintenanceWindowExecutionTaskOutput

SetType sets the Type field's value.

func (*GetMaintenanceWindowExecutionTaskOutput) SetWindowExecutionId

func (s *GetMaintenanceWindowExecutionTaskOutput) SetWindowExecutionId(v string) *GetMaintenanceWindowExecutionTaskOutput

SetWindowExecutionId sets the WindowExecutionId field's value.

func (GetMaintenanceWindowExecutionTaskOutput) String

func (s GetMaintenanceWindowExecutionTaskOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetMaintenanceWindowInput

type GetMaintenanceWindowInput struct {

    // The ID of the maintenance window for which you want to retrieve information.
    //
    // WindowId is a required field
    WindowId *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetMaintenanceWindowInput) GoString

func (s GetMaintenanceWindowInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMaintenanceWindowInput) SetWindowId

func (s *GetMaintenanceWindowInput) SetWindowId(v string) *GetMaintenanceWindowInput

SetWindowId sets the WindowId field's value.

func (GetMaintenanceWindowInput) String

func (s GetMaintenanceWindowInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMaintenanceWindowInput) Validate

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 Amazon
    // Web Services Systems Manager stops scheduling new tasks for execution.
    Cutoff *int64 `type:"integer"`

    // The description of the maintenance window.
    //
    // Description is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by GetMaintenanceWindowOutput's
    // String and GoString methods.
    Description *string `min:"1" type:"string" sensitive:"true"`

    // The duration of the maintenance window in hours.
    Duration *int64 `min:"1" type:"integer"`

    // Indicates whether the maintenance window is enabled.
    Enabled *bool `type:"boolean"`

    // The date and time, in ISO-8601 Extended format, for when the maintenance
    // window is scheduled to become inactive. The maintenance window won't run
    // after this specified time.
    EndDate *string `type:"string"`

    // The date the maintenance window was last modified.
    ModifiedDate *time.Time `type:"timestamp"`

    // The name of the maintenance window.
    Name *string `min:"3" type:"string"`

    // The next time the maintenance window will actually run, taking into account
    // any specified times for the maintenance window to become active or inactive.
    NextExecutionTime *string `type:"string"`

    // The schedule of the maintenance window in the form of a cron or rate expression.
    Schedule *string `min:"1" type:"string"`

    // The number of days to wait to run a maintenance window after the scheduled
    // cron expression date and time.
    ScheduleOffset *int64 `min:"1" type:"integer"`

    // The time zone that the scheduled maintenance window executions are based
    // on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles",
    // "UTC", or "Asia/Seoul". For more information, see the Time Zone Database
    // (https://www.iana.org/time-zones) on the IANA website.
    ScheduleTimezone *string `type:"string"`

    // The date and time, in ISO-8601 Extended format, for when the maintenance
    // window is scheduled to become active. The maintenance window won't run before
    // this specified time.
    StartDate *string `type:"string"`

    // The ID of the created maintenance window.
    WindowId *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

func (GetMaintenanceWindowOutput) GoString

func (s GetMaintenanceWindowOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMaintenanceWindowOutput) SetAllowUnassociatedTargets

func (s *GetMaintenanceWindowOutput) SetAllowUnassociatedTargets(v bool) *GetMaintenanceWindowOutput

SetAllowUnassociatedTargets sets the AllowUnassociatedTargets field's value.

func (*GetMaintenanceWindowOutput) SetCreatedDate

func (s *GetMaintenanceWindowOutput) SetCreatedDate(v time.Time) *GetMaintenanceWindowOutput

SetCreatedDate sets the CreatedDate field's value.

func (*GetMaintenanceWindowOutput) SetCutoff

func (s *GetMaintenanceWindowOutput) SetCutoff(v int64) *GetMaintenanceWindowOutput

SetCutoff sets the Cutoff field's value.

func (*GetMaintenanceWindowOutput) SetDescription

func (s *GetMaintenanceWindowOutput) SetDescription(v string) *GetMaintenanceWindowOutput

SetDescription sets the Description field's value.

func (*GetMaintenanceWindowOutput) SetDuration

func (s *GetMaintenanceWindowOutput) SetDuration(v int64) *GetMaintenanceWindowOutput

SetDuration sets the Duration field's value.

func (*GetMaintenanceWindowOutput) SetEnabled

func (s *GetMaintenanceWindowOutput) SetEnabled(v bool) *GetMaintenanceWindowOutput

SetEnabled sets the Enabled field's value.

func (*GetMaintenanceWindowOutput) SetEndDate

func (s *GetMaintenanceWindowOutput) SetEndDate(v string) *GetMaintenanceWindowOutput

SetEndDate sets the EndDate field's value.

func (*GetMaintenanceWindowOutput) SetModifiedDate

func (s *GetMaintenanceWindowOutput) SetModifiedDate(v time.Time) *GetMaintenanceWindowOutput

SetModifiedDate sets the ModifiedDate field's value.

func (*GetMaintenanceWindowOutput) SetName

func (s *GetMaintenanceWindowOutput) SetName(v string) *GetMaintenanceWindowOutput

SetName sets the Name field's value.

func (*GetMaintenanceWindowOutput) SetNextExecutionTime

func (s *GetMaintenanceWindowOutput) SetNextExecutionTime(v string) *GetMaintenanceWindowOutput

SetNextExecutionTime sets the NextExecutionTime field's value.

func (*GetMaintenanceWindowOutput) SetSchedule

func (s *GetMaintenanceWindowOutput) SetSchedule(v string) *GetMaintenanceWindowOutput

SetSchedule sets the Schedule field's value.

func (*GetMaintenanceWindowOutput) SetScheduleOffset

func (s *GetMaintenanceWindowOutput) SetScheduleOffset(v int64) *GetMaintenanceWindowOutput

SetScheduleOffset sets the ScheduleOffset field's value.

func (*GetMaintenanceWindowOutput) SetScheduleTimezone

func (s *GetMaintenanceWindowOutput) SetScheduleTimezone(v string) *GetMaintenanceWindowOutput

SetScheduleTimezone sets the ScheduleTimezone field's value.

func (*GetMaintenanceWindowOutput) SetStartDate

func (s *GetMaintenanceWindowOutput) SetStartDate(v string) *GetMaintenanceWindowOutput

SetStartDate sets the StartDate field's value.

func (*GetMaintenanceWindowOutput) SetWindowId

func (s *GetMaintenanceWindowOutput) SetWindowId(v string) *GetMaintenanceWindowOutput

SetWindowId sets the WindowId field's value.

func (GetMaintenanceWindowOutput) String

func (s GetMaintenanceWindowOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetMaintenanceWindowTaskInput

type GetMaintenanceWindowTaskInput struct {

    // The maintenance window ID that includes the task to retrieve.
    //
    // WindowId is a required field
    WindowId *string `min:"20" type:"string" required:"true"`

    // The maintenance window task ID to retrieve.
    //
    // WindowTaskId is a required field
    WindowTaskId *string `min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetMaintenanceWindowTaskInput) GoString

func (s GetMaintenanceWindowTaskInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMaintenanceWindowTaskInput) SetWindowId

func (s *GetMaintenanceWindowTaskInput) SetWindowId(v string) *GetMaintenanceWindowTaskInput

SetWindowId sets the WindowId field's value.

func (*GetMaintenanceWindowTaskInput) SetWindowTaskId

func (s *GetMaintenanceWindowTaskInput) SetWindowTaskId(v string) *GetMaintenanceWindowTaskInput

SetWindowTaskId sets the WindowTaskId field's value.

func (GetMaintenanceWindowTaskInput) String

func (s GetMaintenanceWindowTaskInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMaintenanceWindowTaskInput) Validate

func (s *GetMaintenanceWindowTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetMaintenanceWindowTaskOutput

type GetMaintenanceWindowTaskOutput struct {

    // The details for the CloudWatch alarm you applied to your maintenance window
    // task.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // The action to take on tasks when the maintenance window cutoff time is reached.
    // CONTINUE_TASK means that tasks continue to run. For Automation, Lambda, Step
    // Functions tasks, CANCEL_TASK means that currently running task invocations
    // continue, but no new task invocations are started. For Run Command tasks,
    // CANCEL_TASK means the system attempts to stop the task by sending a CancelCommand
    // operation.
    CutoffBehavior *string `type:"string" enum:"MaintenanceWindowTaskCutoffBehavior"`

    // The retrieved task description.
    //
    // Description is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by GetMaintenanceWindowTaskOutput's
    // String and GoString methods.
    Description *string `min:"1" type:"string" sensitive:"true"`

    // The location in Amazon Simple Storage Service (Amazon S3) where the task
    // results are logged.
    //
    // LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service
    // (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and
    // OutputS3KeyPrefix options in the TaskInvocationParameters structure. For
    // information about how Amazon Web Services Systems Manager handles these options
    // for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
    LoggingInfo *LoggingInfo `type:"structure"`

    // The maximum number of targets allowed to run this task in parallel.
    //
    // For maintenance window tasks without a target specified, you can't supply
    // a value for this option. Instead, the system inserts a placeholder value
    // of 1, which may be reported in the response to this command. This value doesn't
    // affect the running of your task and can be ignored.
    MaxConcurrency *string `min:"1" type:"string"`

    // The maximum number of errors allowed before the task stops being scheduled.
    //
    // For maintenance window tasks without a target specified, you can't supply
    // a value for this option. Instead, the system inserts a placeholder value
    // of 1, which may be reported in the response to this command. This value doesn't
    // affect the running of your task and can be ignored.
    MaxErrors *string `min:"1" type:"string"`

    // The retrieved task name.
    Name *string `min:"3" type:"string"`

    // The priority of the task when it runs. The lower the number, the higher the
    // priority. Tasks that have the same priority are scheduled in parallel.
    Priority *int64 `type:"integer"`

    // The Amazon Resource Name (ARN) of the Identity and Access Management (IAM)
    // service role to use to publish Amazon Simple Notification Service (Amazon
    // SNS) notifications for maintenance window Run Command tasks.
    ServiceRoleArn *string `type:"string"`

    // The targets where the task should run.
    Targets []*Target `type:"list"`

    // The resource that the task used during execution. For RUN_COMMAND and AUTOMATION
    // task types, the value of TaskArn is the SSM document name/ARN. For LAMBDA
    // tasks, the value is the function name/ARN. For STEP_FUNCTIONS tasks, the
    // value is the state machine ARN.
    TaskArn *string `min:"1" type:"string"`

    // The parameters to pass to the task when it runs.
    TaskInvocationParameters *MaintenanceWindowTaskInvocationParameters `type:"structure"`

    // The parameters to pass to the task when it runs.
    //
    // TaskParameters has been deprecated. To specify parameters to pass to a task
    // when it runs, instead use the Parameters option in the TaskInvocationParameters
    // structure. For information about how Systems Manager handles these options
    // for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
    //
    // TaskParameters is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by GetMaintenanceWindowTaskOutput's
    // String and GoString methods.
    TaskParameters map[string]*MaintenanceWindowTaskParameterValueExpression `type:"map" sensitive:"true"`

    // The type of task to run.
    TaskType *string `type:"string" enum:"MaintenanceWindowTaskType"`

    // The retrieved maintenance window ID.
    WindowId *string `min:"20" type:"string"`

    // The retrieved maintenance window task ID.
    WindowTaskId *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (GetMaintenanceWindowTaskOutput) GoString

func (s GetMaintenanceWindowTaskOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMaintenanceWindowTaskOutput) SetAlarmConfiguration

func (s *GetMaintenanceWindowTaskOutput) SetAlarmConfiguration(v *AlarmConfiguration) *GetMaintenanceWindowTaskOutput

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*GetMaintenanceWindowTaskOutput) SetCutoffBehavior

func (s *GetMaintenanceWindowTaskOutput) SetCutoffBehavior(v string) *GetMaintenanceWindowTaskOutput

SetCutoffBehavior sets the CutoffBehavior field's value.

func (*GetMaintenanceWindowTaskOutput) SetDescription

func (s *GetMaintenanceWindowTaskOutput) SetDescription(v string) *GetMaintenanceWindowTaskOutput

SetDescription sets the Description field's value.

func (*GetMaintenanceWindowTaskOutput) SetLoggingInfo

func (s *GetMaintenanceWindowTaskOutput) SetLoggingInfo(v *LoggingInfo) *GetMaintenanceWindowTaskOutput

SetLoggingInfo sets the LoggingInfo field's value.

func (*GetMaintenanceWindowTaskOutput) SetMaxConcurrency

func (s *GetMaintenanceWindowTaskOutput) SetMaxConcurrency(v string) *GetMaintenanceWindowTaskOutput

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*GetMaintenanceWindowTaskOutput) SetMaxErrors

func (s *GetMaintenanceWindowTaskOutput) SetMaxErrors(v string) *GetMaintenanceWindowTaskOutput

SetMaxErrors sets the MaxErrors field's value.

func (*GetMaintenanceWindowTaskOutput) SetName

func (s *GetMaintenanceWindowTaskOutput) SetName(v string) *GetMaintenanceWindowTaskOutput

SetName sets the Name field's value.

func (*GetMaintenanceWindowTaskOutput) SetPriority

func (s *GetMaintenanceWindowTaskOutput) SetPriority(v int64) *GetMaintenanceWindowTaskOutput

SetPriority sets the Priority field's value.

func (*GetMaintenanceWindowTaskOutput) SetServiceRoleArn

func (s *GetMaintenanceWindowTaskOutput) SetServiceRoleArn(v string) *GetMaintenanceWindowTaskOutput

SetServiceRoleArn sets the ServiceRoleArn field's value.

func (*GetMaintenanceWindowTaskOutput) SetTargets

func (s *GetMaintenanceWindowTaskOutput) SetTargets(v []*Target) *GetMaintenanceWindowTaskOutput

SetTargets sets the Targets field's value.

func (*GetMaintenanceWindowTaskOutput) SetTaskArn

func (s *GetMaintenanceWindowTaskOutput) SetTaskArn(v string) *GetMaintenanceWindowTaskOutput

SetTaskArn sets the TaskArn field's value.

func (*GetMaintenanceWindowTaskOutput) SetTaskInvocationParameters

func (s *GetMaintenanceWindowTaskOutput) SetTaskInvocationParameters(v *MaintenanceWindowTaskInvocationParameters) *GetMaintenanceWindowTaskOutput

SetTaskInvocationParameters sets the TaskInvocationParameters field's value.

func (*GetMaintenanceWindowTaskOutput) SetTaskParameters

func (s *GetMaintenanceWindowTaskOutput) SetTaskParameters(v map[string]*MaintenanceWindowTaskParameterValueExpression) *GetMaintenanceWindowTaskOutput

SetTaskParameters sets the TaskParameters field's value.

func (*GetMaintenanceWindowTaskOutput) SetTaskType

func (s *GetMaintenanceWindowTaskOutput) SetTaskType(v string) *GetMaintenanceWindowTaskOutput

SetTaskType sets the TaskType field's value.

func (*GetMaintenanceWindowTaskOutput) SetWindowId

func (s *GetMaintenanceWindowTaskOutput) SetWindowId(v string) *GetMaintenanceWindowTaskOutput

SetWindowId sets the WindowId field's value.

func (*GetMaintenanceWindowTaskOutput) SetWindowTaskId

func (s *GetMaintenanceWindowTaskOutput) SetWindowTaskId(v string) *GetMaintenanceWindowTaskOutput

SetWindowTaskId sets the WindowTaskId field's value.

func (GetMaintenanceWindowTaskOutput) String

func (s GetMaintenanceWindowTaskOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetOpsItemInput

type GetOpsItemInput struct {

    // The OpsItem Amazon Resource Name (ARN).
    OpsItemArn *string `min:"20" type:"string"`

    // The ID of the OpsItem that you want to get.
    //
    // OpsItemId is a required field
    OpsItemId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetOpsItemInput) GoString

func (s GetOpsItemInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetOpsItemInput) SetOpsItemArn

func (s *GetOpsItemInput) SetOpsItemArn(v string) *GetOpsItemInput

SetOpsItemArn sets the OpsItemArn field's value.

func (*GetOpsItemInput) SetOpsItemId

func (s *GetOpsItemInput) SetOpsItemId(v string) *GetOpsItemInput

SetOpsItemId sets the OpsItemId field's value.

func (GetOpsItemInput) String

func (s GetOpsItemInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetOpsItemInput) Validate

func (s *GetOpsItemInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetOpsItemOutput

type GetOpsItemOutput struct {

    // The OpsItem.
    OpsItem *OpsItem `type:"structure"`
    // contains filtered or unexported fields
}

func (GetOpsItemOutput) GoString

func (s GetOpsItemOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetOpsItemOutput) SetOpsItem

func (s *GetOpsItemOutput) SetOpsItem(v *OpsItem) *GetOpsItemOutput

SetOpsItem sets the OpsItem field's value.

func (GetOpsItemOutput) String

func (s GetOpsItemOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetOpsMetadataInput

type GetOpsMetadataInput struct {

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // A token to start the list. Use this token to get the next set of results.
    NextToken *string `type:"string"`

    // The Amazon Resource Name (ARN) of an OpsMetadata Object to view.
    //
    // OpsMetadataArn is a required field
    OpsMetadataArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetOpsMetadataInput) GoString

func (s GetOpsMetadataInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetOpsMetadataInput) SetMaxResults

func (s *GetOpsMetadataInput) SetMaxResults(v int64) *GetOpsMetadataInput

SetMaxResults sets the MaxResults field's value.

func (*GetOpsMetadataInput) SetNextToken

func (s *GetOpsMetadataInput) SetNextToken(v string) *GetOpsMetadataInput

SetNextToken sets the NextToken field's value.

func (*GetOpsMetadataInput) SetOpsMetadataArn

func (s *GetOpsMetadataInput) SetOpsMetadataArn(v string) *GetOpsMetadataInput

SetOpsMetadataArn sets the OpsMetadataArn field's value.

func (GetOpsMetadataInput) String

func (s GetOpsMetadataInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetOpsMetadataInput) Validate

func (s *GetOpsMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetOpsMetadataOutput

type GetOpsMetadataOutput struct {

    // OpsMetadata for an Application Manager application.
    Metadata map[string]*MetadataValue `min:"1" type:"map"`

    // The token for the next set of items to return. Use this token to get the
    // next set of results.
    NextToken *string `type:"string"`

    // The resource ID of the Application Manager application.
    ResourceId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (GetOpsMetadataOutput) GoString

func (s GetOpsMetadataOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetOpsMetadataOutput) SetMetadata

func (s *GetOpsMetadataOutput) SetMetadata(v map[string]*MetadataValue) *GetOpsMetadataOutput

SetMetadata sets the Metadata field's value.

func (*GetOpsMetadataOutput) SetNextToken

func (s *GetOpsMetadataOutput) SetNextToken(v string) *GetOpsMetadataOutput

SetNextToken sets the NextToken field's value.

func (*GetOpsMetadataOutput) SetResourceId

func (s *GetOpsMetadataOutput) SetResourceId(v string) *GetOpsMetadataOutput

SetResourceId sets the ResourceId field's value.

func (GetOpsMetadataOutput) String

func (s GetOpsMetadataOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetOpsSummaryInput

type GetOpsSummaryInput struct {

    // Optional aggregators that return counts of OpsData based on one or more expressions.
    Aggregators []*OpsAggregator `min:"1" type:"list"`

    // Optional filters used to scope down the returned OpsData.
    Filters []*OpsFilter `min:"1" type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // A token to start the list. Use this token to get the next set of results.
    NextToken *string `type:"string"`

    // The OpsData data type to return.
    ResultAttributes []*OpsResultAttribute `min:"1" type:"list"`

    // Specify the name of a resource data sync to get.
    SyncName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (GetOpsSummaryInput) GoString

func (s GetOpsSummaryInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetOpsSummaryInput) SetAggregators

func (s *GetOpsSummaryInput) SetAggregators(v []*OpsAggregator) *GetOpsSummaryInput

SetAggregators sets the Aggregators field's value.

func (*GetOpsSummaryInput) SetFilters

func (s *GetOpsSummaryInput) SetFilters(v []*OpsFilter) *GetOpsSummaryInput

SetFilters sets the Filters field's value.

func (*GetOpsSummaryInput) SetMaxResults

func (s *GetOpsSummaryInput) SetMaxResults(v int64) *GetOpsSummaryInput

SetMaxResults sets the MaxResults field's value.

func (*GetOpsSummaryInput) SetNextToken

func (s *GetOpsSummaryInput) SetNextToken(v string) *GetOpsSummaryInput

SetNextToken sets the NextToken field's value.

func (*GetOpsSummaryInput) SetResultAttributes

func (s *GetOpsSummaryInput) SetResultAttributes(v []*OpsResultAttribute) *GetOpsSummaryInput

SetResultAttributes sets the ResultAttributes field's value.

func (*GetOpsSummaryInput) SetSyncName

func (s *GetOpsSummaryInput) SetSyncName(v string) *GetOpsSummaryInput

SetSyncName sets the SyncName field's value.

func (GetOpsSummaryInput) String

func (s GetOpsSummaryInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetOpsSummaryInput) Validate

func (s *GetOpsSummaryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetOpsSummaryOutput

type GetOpsSummaryOutput struct {

    // The list of aggregated details and filtered OpsData.
    Entities []*OpsEntity `type:"list"`

    // The token for the next set of items to return. Use this token to get the
    // next set of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetOpsSummaryOutput) GoString

func (s GetOpsSummaryOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetOpsSummaryOutput) SetEntities

func (s *GetOpsSummaryOutput) SetEntities(v []*OpsEntity) *GetOpsSummaryOutput

SetEntities sets the Entities field's value.

func (*GetOpsSummaryOutput) SetNextToken

func (s *GetOpsSummaryOutput) SetNextToken(v string) *GetOpsSummaryOutput

SetNextToken sets the NextToken field's value.

func (GetOpsSummaryOutput) String

func (s GetOpsSummaryOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetParameterHistoryInput

type GetParameterHistoryInput struct {

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The name or Amazon Resource Name (ARN) of the parameter for which you want
    // to review history. For parameters shared with you from another account, you
    // must use the full ARN.
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`

    // Return decrypted values for secure string parameters. This flag is ignored
    // for String and StringList parameter types.
    WithDecryption *bool `type:"boolean"`
    // contains filtered or unexported fields
}

func (GetParameterHistoryInput) GoString

func (s GetParameterHistoryInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetParameterHistoryInput) SetMaxResults

func (s *GetParameterHistoryInput) SetMaxResults(v int64) *GetParameterHistoryInput

SetMaxResults sets the MaxResults field's value.

func (*GetParameterHistoryInput) SetName

func (s *GetParameterHistoryInput) SetName(v string) *GetParameterHistoryInput

SetName sets the Name field's value.

func (*GetParameterHistoryInput) SetNextToken

func (s *GetParameterHistoryInput) SetNextToken(v string) *GetParameterHistoryInput

SetNextToken sets the NextToken field's value.

func (*GetParameterHistoryInput) SetWithDecryption

func (s *GetParameterHistoryInput) SetWithDecryption(v bool) *GetParameterHistoryInput

SetWithDecryption sets the WithDecryption field's value.

func (GetParameterHistoryInput) String

func (s GetParameterHistoryInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetParameterHistoryInput) Validate

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) GoString

func (s GetParameterHistoryOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetParameterHistoryOutput) SetNextToken

func (s *GetParameterHistoryOutput) SetNextToken(v string) *GetParameterHistoryOutput

SetNextToken sets the NextToken field's value.

func (*GetParameterHistoryOutput) SetParameters

func (s *GetParameterHistoryOutput) SetParameters(v []*ParameterHistory) *GetParameterHistoryOutput

SetParameters sets the Parameters field's value.

func (GetParameterHistoryOutput) String

func (s GetParameterHistoryOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetParameterInput

type GetParameterInput struct {

    // The name or Amazon Resource Name (ARN) of the parameter that you want to
    // query. For parameters shared with you from another account, you must use
    // the full ARN.
    //
    // To query by parameter label, use "Name": "name:label". To query by parameter
    // version, use "Name": "name:version".
    //
    // For more information about shared parameters, see Working with shared parameters
    // (https://docs.aws.amazon.com/systems-manager/latest/userguide/sharing.html)
    // in the Amazon Web Services Systems Manager User Guide.
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`

    // Return decrypted values for secure string parameters. This flag is ignored
    // for String and StringList parameter types.
    WithDecryption *bool `type:"boolean"`
    // contains filtered or unexported fields
}

func (GetParameterInput) GoString

func (s GetParameterInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetParameterInput) SetName

func (s *GetParameterInput) SetName(v string) *GetParameterInput

SetName sets the Name field's value.

func (*GetParameterInput) SetWithDecryption

func (s *GetParameterInput) SetWithDecryption(v bool) *GetParameterInput

SetWithDecryption sets the WithDecryption field's value.

func (GetParameterInput) String

func (s GetParameterInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetParameterInput) Validate

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) GoString

func (s GetParameterOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetParameterOutput) SetParameter

func (s *GetParameterOutput) SetParameter(v *Parameter) *GetParameterOutput

SetParameter sets the Parameter field's value.

func (GetParameterOutput) String

func (s GetParameterOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetParametersByPathInput

type GetParametersByPathInput struct {

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // A token to start the list. Use this token to get the next set of results.
    NextToken *string `type:"string"`

    // Filters to limit the request results.
    //
    // The following Key values are supported for GetParametersByPath: Type, KeyId,
    // and Label.
    //
    // The following Key values aren't supported for GetParametersByPath: tag, DataType,
    // Name, Path, and Tier.
    ParameterFilters []*ParameterStringFilter `type:"list"`

    // The hierarchy for the parameter. Hierarchies start with a forward slash (/).
    // The hierarchy is the parameter name except the last part of the parameter.
    // For the API call to succeed, the last part of the parameter name can't be
    // in the path. A parameter name hierarchy can have a maximum of 15 levels.
    // Here is an example of a hierarchy: /Finance/Prod/IAD/WinServ2016/license33
    //
    // Path is a required field
    Path *string `min:"1" type:"string" required:"true"`

    // Retrieve all parameters within a hierarchy.
    //
    // If a user has access to a path, then the user can access all levels of that
    // path. For example, if a user has permission to access path /a, then the user
    // can also access /a/b. Even if a user has explicitly been denied access in
    // IAM for parameter /a/b, they can still call the GetParametersByPath API operation
    // recursively for /a and view /a/b.
    Recursive *bool `type:"boolean"`

    // Retrieve all parameters in a hierarchy with their value decrypted.
    WithDecryption *bool `type:"boolean"`
    // contains filtered or unexported fields
}

func (GetParametersByPathInput) GoString

func (s GetParametersByPathInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetParametersByPathInput) SetMaxResults

func (s *GetParametersByPathInput) SetMaxResults(v int64) *GetParametersByPathInput

SetMaxResults sets the MaxResults field's value.

func (*GetParametersByPathInput) SetNextToken

func (s *GetParametersByPathInput) SetNextToken(v string) *GetParametersByPathInput

SetNextToken sets the NextToken field's value.

func (*GetParametersByPathInput) SetParameterFilters

func (s *GetParametersByPathInput) SetParameterFilters(v []*ParameterStringFilter) *GetParametersByPathInput

SetParameterFilters sets the ParameterFilters field's value.

func (*GetParametersByPathInput) SetPath

func (s *GetParametersByPathInput) SetPath(v string) *GetParametersByPathInput

SetPath sets the Path field's value.

func (*GetParametersByPathInput) SetRecursive

func (s *GetParametersByPathInput) SetRecursive(v bool) *GetParametersByPathInput

SetRecursive sets the Recursive field's value.

func (*GetParametersByPathInput) SetWithDecryption

func (s *GetParametersByPathInput) SetWithDecryption(v bool) *GetParametersByPathInput

SetWithDecryption sets the WithDecryption field's value.

func (GetParametersByPathInput) String

func (s GetParametersByPathInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetParametersByPathInput) Validate

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) GoString

func (s GetParametersByPathOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetParametersByPathOutput) SetNextToken

func (s *GetParametersByPathOutput) SetNextToken(v string) *GetParametersByPathOutput

SetNextToken sets the NextToken field's value.

func (*GetParametersByPathOutput) SetParameters

func (s *GetParametersByPathOutput) SetParameters(v []*Parameter) *GetParametersByPathOutput

SetParameters sets the Parameters field's value.

func (GetParametersByPathOutput) String

func (s GetParametersByPathOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetParametersInput

type GetParametersInput struct {

    // The names or Amazon Resource Names (ARNs) of the parameters that you want
    // to query. For parameters shared with you from another account, you must use
    // the full ARNs.
    //
    // To query by parameter label, use "Name": "name:label". To query by parameter
    // version, use "Name": "name:version".
    //
    // For more information about shared parameters, see Working with shared parameters
    // (https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html)
    // in the Amazon Web Services Systems Manager User Guide.
    //
    // Names is a required field
    Names []*string `min:"1" type:"list" required:"true"`

    // Return decrypted secure string value. Return decrypted values for secure
    // string parameters. This flag is ignored for String and StringList parameter
    // types.
    WithDecryption *bool `type:"boolean"`
    // contains filtered or unexported fields
}

func (GetParametersInput) GoString

func (s GetParametersInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetParametersInput) SetNames

func (s *GetParametersInput) SetNames(v []*string) *GetParametersInput

SetNames sets the Names field's value.

func (*GetParametersInput) SetWithDecryption

func (s *GetParametersInput) SetWithDecryption(v bool) *GetParametersInput

SetWithDecryption sets the WithDecryption field's value.

func (GetParametersInput) String

func (s GetParametersInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetParametersInput) Validate

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 aren't formatted correctly or don't run during
    // an execution.
    InvalidParameters []*string `min:"1" type:"list"`

    // A list of details for a parameter.
    Parameters []*Parameter `type:"list"`
    // contains filtered or unexported fields
}

func (GetParametersOutput) GoString

func (s GetParametersOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetParametersOutput) SetInvalidParameters

func (s *GetParametersOutput) SetInvalidParameters(v []*string) *GetParametersOutput

SetInvalidParameters sets the InvalidParameters field's value.

func (*GetParametersOutput) SetParameters

func (s *GetParametersOutput) SetParameters(v []*Parameter) *GetParametersOutput

SetParameters sets the Parameters field's value.

func (GetParametersOutput) String

func (s GetParametersOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetPatchBaselineForPatchGroupInput

type GetPatchBaselineForPatchGroupInput struct {

    // Returns the operating system rule specified for patch groups using the patch
    // baseline.
    OperatingSystem *string `type:"string" enum:"OperatingSystem"`

    // The name of the patch group whose patch baseline should be retrieved.
    //
    // PatchGroup is a required field
    PatchGroup *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetPatchBaselineForPatchGroupInput) GoString

func (s GetPatchBaselineForPatchGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPatchBaselineForPatchGroupInput) SetOperatingSystem

func (s *GetPatchBaselineForPatchGroupInput) SetOperatingSystem(v string) *GetPatchBaselineForPatchGroupInput

SetOperatingSystem sets the OperatingSystem field's value.

func (*GetPatchBaselineForPatchGroupInput) SetPatchGroup

func (s *GetPatchBaselineForPatchGroupInput) SetPatchGroup(v string) *GetPatchBaselineForPatchGroupInput

SetPatchGroup sets the PatchGroup field's value.

func (GetPatchBaselineForPatchGroupInput) String

func (s GetPatchBaselineForPatchGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPatchBaselineForPatchGroupInput) Validate

func (s *GetPatchBaselineForPatchGroupInput) Validate() error

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 *string `type:"string" enum:"OperatingSystem"`

    // The name of the patch group.
    PatchGroup *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (GetPatchBaselineForPatchGroupOutput) GoString

func (s GetPatchBaselineForPatchGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPatchBaselineForPatchGroupOutput) SetBaselineId

func (s *GetPatchBaselineForPatchGroupOutput) SetBaselineId(v string) *GetPatchBaselineForPatchGroupOutput

SetBaselineId sets the BaselineId field's value.

func (*GetPatchBaselineForPatchGroupOutput) SetOperatingSystem

func (s *GetPatchBaselineForPatchGroupOutput) SetOperatingSystem(v string) *GetPatchBaselineForPatchGroupOutput

SetOperatingSystem sets the OperatingSystem field's value.

func (*GetPatchBaselineForPatchGroupOutput) SetPatchGroup

func (s *GetPatchBaselineForPatchGroupOutput) SetPatchGroup(v string) *GetPatchBaselineForPatchGroupOutput

SetPatchGroup sets the PatchGroup field's value.

func (GetPatchBaselineForPatchGroupOutput) String

func (s GetPatchBaselineForPatchGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetPatchBaselineInput

type GetPatchBaselineInput struct {

    // The ID of the patch baseline to retrieve.
    //
    // To retrieve information about an Amazon Web Services managed patch baseline,
    // specify the full Amazon Resource Name (ARN) of the baseline. For example,
    // for the baseline AWS-AmazonLinuxDefaultPatchBaseline, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7
    // instead of pb-0e392de35e7c563b7.
    //
    // BaselineId is a required field
    BaselineId *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetPatchBaselineInput) GoString

func (s GetPatchBaselineInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPatchBaselineInput) SetBaselineId

func (s *GetPatchBaselineInput) SetBaselineId(v string) *GetPatchBaselineInput

SetBaselineId sets the BaselineId field's value.

func (GetPatchBaselineInput) String

func (s GetPatchBaselineInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPatchBaselineInput) Validate

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 *string `type:"string" enum:"PatchComplianceLevel"`

    // Indicates whether the list of approved patches includes non-security updates
    // that should be applied to the managed nodes. The default value is false.
    // Applies to Linux managed nodes only.
    ApprovedPatchesEnableNonSecurity *bool `type:"boolean"`

    // The ID of the retrieved patch baseline.
    BaselineId *string `min:"20" type:"string"`

    // The date the patch baseline was created.
    CreatedDate *time.Time `type:"timestamp"`

    // A description of the patch baseline.
    Description *string `min:"1" type:"string"`

    // A set of global filters used to exclude patches from the baseline.
    GlobalFilters *PatchFilterGroup `type:"structure"`

    // The date the patch baseline was last modified.
    ModifiedDate *time.Time `type:"timestamp"`

    // The name of the patch baseline.
    Name *string `min:"3" type:"string"`

    // Returns the operating system specified for the patch baseline.
    OperatingSystem *string `type:"string" enum:"OperatingSystem"`

    // Patch groups included in the patch baseline.
    PatchGroups []*string `type:"list"`

    // A list of explicitly rejected patches for the baseline.
    RejectedPatches []*string `type:"list"`

    // The action specified to take on patches included in the RejectedPatches list.
    // A patch can be allowed only if it is a dependency of another package, or
    // blocked entirely along with packages that include it as a dependency.
    RejectedPatchesAction *string `type:"string" enum:"PatchAction"`

    // Information about the patches to use to update the managed nodes, including
    // target operating systems and source repositories. Applies to Linux managed
    // nodes only.
    Sources []*PatchSource `type:"list"`
    // contains filtered or unexported fields
}

func (GetPatchBaselineOutput) GoString

func (s GetPatchBaselineOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPatchBaselineOutput) SetApprovalRules

func (s *GetPatchBaselineOutput) SetApprovalRules(v *PatchRuleGroup) *GetPatchBaselineOutput

SetApprovalRules sets the ApprovalRules field's value.

func (*GetPatchBaselineOutput) SetApprovedPatches

func (s *GetPatchBaselineOutput) SetApprovedPatches(v []*string) *GetPatchBaselineOutput

SetApprovedPatches sets the ApprovedPatches field's value.

func (*GetPatchBaselineOutput) SetApprovedPatchesComplianceLevel

func (s *GetPatchBaselineOutput) SetApprovedPatchesComplianceLevel(v string) *GetPatchBaselineOutput

SetApprovedPatchesComplianceLevel sets the ApprovedPatchesComplianceLevel field's value.

func (*GetPatchBaselineOutput) SetApprovedPatchesEnableNonSecurity

func (s *GetPatchBaselineOutput) SetApprovedPatchesEnableNonSecurity(v bool) *GetPatchBaselineOutput

SetApprovedPatchesEnableNonSecurity sets the ApprovedPatchesEnableNonSecurity field's value.

func (*GetPatchBaselineOutput) SetBaselineId

func (s *GetPatchBaselineOutput) SetBaselineId(v string) *GetPatchBaselineOutput

SetBaselineId sets the BaselineId field's value.

func (*GetPatchBaselineOutput) SetCreatedDate

func (s *GetPatchBaselineOutput) SetCreatedDate(v time.Time) *GetPatchBaselineOutput

SetCreatedDate sets the CreatedDate field's value.

func (*GetPatchBaselineOutput) SetDescription

func (s *GetPatchBaselineOutput) SetDescription(v string) *GetPatchBaselineOutput

SetDescription sets the Description field's value.

func (*GetPatchBaselineOutput) SetGlobalFilters

func (s *GetPatchBaselineOutput) SetGlobalFilters(v *PatchFilterGroup) *GetPatchBaselineOutput

SetGlobalFilters sets the GlobalFilters field's value.

func (*GetPatchBaselineOutput) SetModifiedDate

func (s *GetPatchBaselineOutput) SetModifiedDate(v time.Time) *GetPatchBaselineOutput

SetModifiedDate sets the ModifiedDate field's value.

func (*GetPatchBaselineOutput) SetName

func (s *GetPatchBaselineOutput) SetName(v string) *GetPatchBaselineOutput

SetName sets the Name field's value.

func (*GetPatchBaselineOutput) SetOperatingSystem

func (s *GetPatchBaselineOutput) SetOperatingSystem(v string) *GetPatchBaselineOutput

SetOperatingSystem sets the OperatingSystem field's value.

func (*GetPatchBaselineOutput) SetPatchGroups

func (s *GetPatchBaselineOutput) SetPatchGroups(v []*string) *GetPatchBaselineOutput

SetPatchGroups sets the PatchGroups field's value.

func (*GetPatchBaselineOutput) SetRejectedPatches

func (s *GetPatchBaselineOutput) SetRejectedPatches(v []*string) *GetPatchBaselineOutput

SetRejectedPatches sets the RejectedPatches field's value.

func (*GetPatchBaselineOutput) SetRejectedPatchesAction

func (s *GetPatchBaselineOutput) SetRejectedPatchesAction(v string) *GetPatchBaselineOutput

SetRejectedPatchesAction sets the RejectedPatchesAction field's value.

func (*GetPatchBaselineOutput) SetSources

func (s *GetPatchBaselineOutput) SetSources(v []*PatchSource) *GetPatchBaselineOutput

SetSources sets the Sources field's value.

func (GetPatchBaselineOutput) String

func (s GetPatchBaselineOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetResourcePoliciesInput

type GetResourcePoliciesInput struct {

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // A token to start the list. Use this token to get the next set of results.
    NextToken *string `type:"string"`

    // Amazon Resource Name (ARN) of the resource to which the policies are attached.
    //
    // ResourceArn is a required field
    ResourceArn *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetResourcePoliciesInput) GoString

func (s GetResourcePoliciesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetResourcePoliciesInput) SetMaxResults

func (s *GetResourcePoliciesInput) SetMaxResults(v int64) *GetResourcePoliciesInput

SetMaxResults sets the MaxResults field's value.

func (*GetResourcePoliciesInput) SetNextToken

func (s *GetResourcePoliciesInput) SetNextToken(v string) *GetResourcePoliciesInput

SetNextToken sets the NextToken field's value.

func (*GetResourcePoliciesInput) SetResourceArn

func (s *GetResourcePoliciesInput) SetResourceArn(v string) *GetResourcePoliciesInput

SetResourceArn sets the ResourceArn field's value.

func (GetResourcePoliciesInput) String

func (s GetResourcePoliciesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetResourcePoliciesInput) Validate

func (s *GetResourcePoliciesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetResourcePoliciesOutput

type GetResourcePoliciesOutput struct {

    // The token for the next set of items to return. Use this token to get the
    // next set of results.
    NextToken *string `type:"string"`

    // An array of the Policy object.
    Policies []*GetResourcePoliciesResponseEntry `type:"list"`
    // contains filtered or unexported fields
}

func (GetResourcePoliciesOutput) GoString

func (s GetResourcePoliciesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetResourcePoliciesOutput) SetNextToken

func (s *GetResourcePoliciesOutput) SetNextToken(v string) *GetResourcePoliciesOutput

SetNextToken sets the NextToken field's value.

func (*GetResourcePoliciesOutput) SetPolicies

func (s *GetResourcePoliciesOutput) SetPolicies(v []*GetResourcePoliciesResponseEntry) *GetResourcePoliciesOutput

SetPolicies sets the Policies field's value.

func (GetResourcePoliciesOutput) String

func (s GetResourcePoliciesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetResourcePoliciesResponseEntry

type GetResourcePoliciesResponseEntry struct {

    // A resource policy helps you to define the IAM entity (for example, an Amazon
    // Web Services account) that can manage your Systems Manager resources. Currently,
    // OpsItemGroup is the only resource that supports Systems Manager resource
    // policies. The resource policy for OpsItemGroup enables Amazon Web Services
    // accounts to view and interact with OpsCenter operational work items (OpsItems).
    Policy *string `type:"string"`

    // ID of the current policy version. The hash helps to prevent a situation where
    // multiple users attempt to overwrite a policy. You must provide this hash
    // when updating or deleting a policy.
    PolicyHash *string `type:"string"`

    // A policy ID.
    PolicyId *string `type:"string"`
    // contains filtered or unexported fields
}

A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. Currently, OpsItemGroup is the only resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).

func (GetResourcePoliciesResponseEntry) GoString

func (s GetResourcePoliciesResponseEntry) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetResourcePoliciesResponseEntry) SetPolicy

func (s *GetResourcePoliciesResponseEntry) SetPolicy(v string) *GetResourcePoliciesResponseEntry

SetPolicy sets the Policy field's value.

func (*GetResourcePoliciesResponseEntry) SetPolicyHash

func (s *GetResourcePoliciesResponseEntry) SetPolicyHash(v string) *GetResourcePoliciesResponseEntry

SetPolicyHash sets the PolicyHash field's value.

func (*GetResourcePoliciesResponseEntry) SetPolicyId

func (s *GetResourcePoliciesResponseEntry) SetPolicyId(v string) *GetResourcePoliciesResponseEntry

SetPolicyId sets the PolicyId field's value.

func (GetResourcePoliciesResponseEntry) String

func (s GetResourcePoliciesResponseEntry) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetServiceSettingInput

type GetServiceSettingInput struct {

    // The ID of the service setting to get. The setting ID can be one of the following.
    //
    //    * /ssm/managed-instance/default-ec2-instance-management-role
    //
    //    * /ssm/automation/customer-script-log-destination
    //
    //    * /ssm/automation/customer-script-log-group-name
    //
    //    * /ssm/documents/console/public-sharing-permission
    //
    //    * /ssm/managed-instance/activation-tier
    //
    //    * /ssm/opsinsights/opscenter
    //
    //    * /ssm/parameter-store/default-parameter-tier
    //
    //    * /ssm/parameter-store/high-throughput-enabled
    //
    // SettingId is a required field
    SettingId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The request body of the GetServiceSetting API operation.

func (GetServiceSettingInput) GoString

func (s GetServiceSettingInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetServiceSettingInput) SetSettingId

func (s *GetServiceSettingInput) SetSettingId(v string) *GetServiceSettingInput

SetSettingId sets the SettingId field's value.

func (GetServiceSettingInput) String

func (s GetServiceSettingInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetServiceSettingInput) Validate

func (s *GetServiceSettingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetServiceSettingOutput

type GetServiceSettingOutput struct {

    // The query result of the current service setting.
    ServiceSetting *ServiceSetting `type:"structure"`
    // contains filtered or unexported fields
}

The query result body of the GetServiceSetting API operation.

func (GetServiceSettingOutput) GoString

func (s GetServiceSettingOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetServiceSettingOutput) SetServiceSetting

func (s *GetServiceSettingOutput) SetServiceSetting(v *ServiceSetting) *GetServiceSettingOutput

SetServiceSetting sets the ServiceSetting field's value.

func (GetServiceSettingOutput) String

func (s GetServiceSettingOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HierarchyLevelLimitExceededException

type HierarchyLevelLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // A hierarchy can have a maximum of 15 levels. For more information, see About
    // requirements and constraints for parameter names (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html#sysman-parameter-name-constraints)
    // in the Amazon Web Services Systems Manager User Guide.
    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

A hierarchy can have a maximum of 15 levels. For more information, see Requirements and constraints for parameter names (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-parameter-name-constraints.html) in the Amazon Web Services Systems Manager User Guide.

func (*HierarchyLevelLimitExceededException) Code

func (s *HierarchyLevelLimitExceededException) Code() string

Code returns the exception type name.

func (*HierarchyLevelLimitExceededException) Error

func (s *HierarchyLevelLimitExceededException) Error() string

func (HierarchyLevelLimitExceededException) GoString

func (s HierarchyLevelLimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HierarchyLevelLimitExceededException) Message

func (s *HierarchyLevelLimitExceededException) Message() string

Message returns the exception's message.

func (*HierarchyLevelLimitExceededException) OrigErr

func (s *HierarchyLevelLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*HierarchyLevelLimitExceededException) RequestID

func (s *HierarchyLevelLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*HierarchyLevelLimitExceededException) StatusCode

func (s *HierarchyLevelLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (HierarchyLevelLimitExceededException) String

func (s HierarchyLevelLimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HierarchyTypeMismatchException

type HierarchyTypeMismatchException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // Parameter Store doesn't support changing a parameter type in a hierarchy.
    // For example, you can't change a parameter from a String type to a SecureString
    // type. You must create a new, unique parameter.
    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

Parameter Store doesn't support changing a parameter type in a hierarchy. For example, you can't change a parameter from a String type to a SecureString type. You must create a new, unique parameter.

func (*HierarchyTypeMismatchException) Code

func (s *HierarchyTypeMismatchException) Code() string

Code returns the exception type name.

func (*HierarchyTypeMismatchException) Error

func (s *HierarchyTypeMismatchException) Error() string

func (HierarchyTypeMismatchException) GoString

func (s HierarchyTypeMismatchException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HierarchyTypeMismatchException) Message

func (s *HierarchyTypeMismatchException) Message() string

Message returns the exception's message.

func (*HierarchyTypeMismatchException) OrigErr

func (s *HierarchyTypeMismatchException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*HierarchyTypeMismatchException) RequestID

func (s *HierarchyTypeMismatchException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*HierarchyTypeMismatchException) StatusCode

func (s *HierarchyTypeMismatchException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (HierarchyTypeMismatchException) String

func (s HierarchyTypeMismatchException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type IdempotentParameterMismatch

type IdempotentParameterMismatch struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Error returned when an idempotent operation is retried and the parameters don't match the original call to the API with the same idempotency token.

func (*IdempotentParameterMismatch) Code

func (s *IdempotentParameterMismatch) Code() string

Code returns the exception type name.

func (*IdempotentParameterMismatch) Error

func (s *IdempotentParameterMismatch) Error() string

func (IdempotentParameterMismatch) GoString

func (s IdempotentParameterMismatch) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IdempotentParameterMismatch) Message

func (s *IdempotentParameterMismatch) Message() string

Message returns the exception's message.

func (*IdempotentParameterMismatch) OrigErr

func (s *IdempotentParameterMismatch) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*IdempotentParameterMismatch) RequestID

func (s *IdempotentParameterMismatch) RequestID() string

RequestID returns the service's response RequestID for request.

func (*IdempotentParameterMismatch) StatusCode

func (s *IdempotentParameterMismatch) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (IdempotentParameterMismatch) String

func (s IdempotentParameterMismatch) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type IncompatiblePolicyException

type IncompatiblePolicyException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

There is a conflict in the policies specified for this parameter. You can't, for example, specify two Expiration policies for a parameter. Review your policies, and try again.

func (*IncompatiblePolicyException) Code

func (s *IncompatiblePolicyException) Code() string

Code returns the exception type name.

func (*IncompatiblePolicyException) Error

func (s *IncompatiblePolicyException) Error() string

func (IncompatiblePolicyException) GoString

func (s IncompatiblePolicyException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IncompatiblePolicyException) Message

func (s *IncompatiblePolicyException) Message() string

Message returns the exception's message.

func (*IncompatiblePolicyException) OrigErr

func (s *IncompatiblePolicyException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*IncompatiblePolicyException) RequestID

func (s *IncompatiblePolicyException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*IncompatiblePolicyException) StatusCode

func (s *IncompatiblePolicyException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (IncompatiblePolicyException) String

func (s IncompatiblePolicyException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InstanceAggregatedAssociationOverview

type InstanceAggregatedAssociationOverview struct {

    // Detailed status information about the aggregated associations.
    DetailedStatus *string `type:"string"`

    // The number of associations for the managed nodes.
    InstanceAssociationStatusAggregatedCount map[string]*int64 `type:"map"`
    // contains filtered or unexported fields
}

Status information about the aggregated associations.

func (InstanceAggregatedAssociationOverview) GoString

func (s InstanceAggregatedAssociationOverview) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceAggregatedAssociationOverview) SetDetailedStatus

func (s *InstanceAggregatedAssociationOverview) SetDetailedStatus(v string) *InstanceAggregatedAssociationOverview

SetDetailedStatus sets the DetailedStatus field's value.

func (*InstanceAggregatedAssociationOverview) SetInstanceAssociationStatusAggregatedCount

func (s *InstanceAggregatedAssociationOverview) SetInstanceAssociationStatusAggregatedCount(v map[string]*int64) *InstanceAggregatedAssociationOverview

SetInstanceAssociationStatusAggregatedCount sets the InstanceAssociationStatusAggregatedCount field's value.

func (InstanceAggregatedAssociationOverview) String

func (s InstanceAggregatedAssociationOverview) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InstanceAssociation

type InstanceAssociation struct {

    // The association ID.
    AssociationId *string `type:"string"`

    // Version information for the association on the managed node.
    AssociationVersion *string `type:"string"`

    // The content of the association document for the managed nodes.
    Content *string `min:"1" type:"string"`

    // The managed node ID.
    InstanceId *string `type:"string"`
    // contains filtered or unexported fields
}

One or more association documents on the managed node.

func (InstanceAssociation) GoString

func (s InstanceAssociation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceAssociation) SetAssociationId

func (s *InstanceAssociation) SetAssociationId(v string) *InstanceAssociation

SetAssociationId sets the AssociationId field's value.

func (*InstanceAssociation) SetAssociationVersion

func (s *InstanceAssociation) SetAssociationVersion(v string) *InstanceAssociation

SetAssociationVersion sets the AssociationVersion field's value.

func (*InstanceAssociation) SetContent

func (s *InstanceAssociation) SetContent(v string) *InstanceAssociation

SetContent sets the Content field's value.

func (*InstanceAssociation) SetInstanceId

func (s *InstanceAssociation) SetInstanceId(v string) *InstanceAssociation

SetInstanceId sets the InstanceId field's value.

func (InstanceAssociation) String

func (s InstanceAssociation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InstanceAssociationOutputLocation

type InstanceAssociationOutputLocation struct {

    // An S3 bucket where you want to store the results of this request.
    S3Location *S3OutputLocation `type:"structure"`
    // contains filtered or unexported fields
}

An S3 bucket where you want to store the results of this request.

For the minimal permissions required to enable Amazon S3 output for an association, see Create an association (console) (https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-associations-creating.html#state-manager-associations-console) in the Systems Manager User Guide.

func (InstanceAssociationOutputLocation) GoString

func (s InstanceAssociationOutputLocation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceAssociationOutputLocation) SetS3Location

func (s *InstanceAssociationOutputLocation) SetS3Location(v *S3OutputLocation) *InstanceAssociationOutputLocation

SetS3Location sets the S3Location field's value.

func (InstanceAssociationOutputLocation) String

func (s InstanceAssociationOutputLocation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceAssociationOutputLocation) Validate

func (s *InstanceAssociationOutputLocation) Validate() error

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) GoString

func (s InstanceAssociationOutputUrl) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceAssociationOutputUrl) SetS3OutputUrl

func (s *InstanceAssociationOutputUrl) SetS3OutputUrl(v *S3OutputUrl) *InstanceAssociationOutputUrl

SetS3OutputUrl sets the S3OutputUrl field's value.

func (InstanceAssociationOutputUrl) String

func (s InstanceAssociationOutputUrl) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InstanceAssociationStatusInfo

type InstanceAssociationStatusInfo struct {

    // The association ID.
    AssociationId *string `type:"string"`

    // The name of the association applied to the managed node.
    AssociationName *string `type:"string"`

    // The version of the association applied to the managed node.
    AssociationVersion *string `type:"string"`

    // Detailed status information about the association.
    DetailedStatus *string `type:"string"`

    // The association document versions.
    DocumentVersion *string `type:"string"`

    // An error code returned by the request to create the association.
    ErrorCode *string `type:"string"`

    // The date the association ran.
    ExecutionDate *time.Time `type:"timestamp"`

    // Summary information about association execution.
    ExecutionSummary *string `min:"1" type:"string"`

    // The managed node ID where the association was created.
    InstanceId *string `type:"string"`

    // The name of the association.
    Name *string `type:"string"`

    // A URL for an S3 bucket where you want to store the results of this request.
    OutputUrl *InstanceAssociationOutputUrl `type:"structure"`

    // Status information about the association.
    Status *string `type:"string"`
    // contains filtered or unexported fields
}

Status information about the association.

func (InstanceAssociationStatusInfo) GoString

func (s InstanceAssociationStatusInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceAssociationStatusInfo) SetAssociationId

func (s *InstanceAssociationStatusInfo) SetAssociationId(v string) *InstanceAssociationStatusInfo

SetAssociationId sets the AssociationId field's value.

func (*InstanceAssociationStatusInfo) SetAssociationName

func (s *InstanceAssociationStatusInfo) SetAssociationName(v string) *InstanceAssociationStatusInfo

SetAssociationName sets the AssociationName field's value.

func (*InstanceAssociationStatusInfo) SetAssociationVersion

func (s *InstanceAssociationStatusInfo) SetAssociationVersion(v string) *InstanceAssociationStatusInfo

SetAssociationVersion sets the AssociationVersion field's value.

func (*InstanceAssociationStatusInfo) SetDetailedStatus

func (s *InstanceAssociationStatusInfo) SetDetailedStatus(v string) *InstanceAssociationStatusInfo

SetDetailedStatus sets the DetailedStatus field's value.

func (*InstanceAssociationStatusInfo) SetDocumentVersion

func (s *InstanceAssociationStatusInfo) SetDocumentVersion(v string) *InstanceAssociationStatusInfo

SetDocumentVersion sets the DocumentVersion field's value.

func (*InstanceAssociationStatusInfo) SetErrorCode

func (s *InstanceAssociationStatusInfo) SetErrorCode(v string) *InstanceAssociationStatusInfo

SetErrorCode sets the ErrorCode field's value.

func (*InstanceAssociationStatusInfo) SetExecutionDate

func (s *InstanceAssociationStatusInfo) SetExecutionDate(v time.Time) *InstanceAssociationStatusInfo

SetExecutionDate sets the ExecutionDate field's value.

func (*InstanceAssociationStatusInfo) SetExecutionSummary

func (s *InstanceAssociationStatusInfo) SetExecutionSummary(v string) *InstanceAssociationStatusInfo

SetExecutionSummary sets the ExecutionSummary field's value.

func (*InstanceAssociationStatusInfo) SetInstanceId

func (s *InstanceAssociationStatusInfo) SetInstanceId(v string) *InstanceAssociationStatusInfo

SetInstanceId sets the InstanceId field's value.

func (*InstanceAssociationStatusInfo) SetName

func (s *InstanceAssociationStatusInfo) SetName(v string) *InstanceAssociationStatusInfo

SetName sets the Name field's value.

func (*InstanceAssociationStatusInfo) SetOutputUrl

func (s *InstanceAssociationStatusInfo) SetOutputUrl(v *InstanceAssociationOutputUrl) *InstanceAssociationStatusInfo

SetOutputUrl sets the OutputUrl field's value.

func (*InstanceAssociationStatusInfo) SetStatus

func (s *InstanceAssociationStatusInfo) SetStatus(v string) *InstanceAssociationStatusInfo

SetStatus sets the Status field's value.

func (InstanceAssociationStatusInfo) String

func (s InstanceAssociationStatusInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InstanceInformation

type InstanceInformation struct {

    // The activation ID created by Amazon Web Services Systems Manager when the
    // server or virtual machine (VM) was registered.
    ActivationId *string `type:"string"`

    // The version of SSM Agent running on your Linux managed node.
    AgentVersion *string `type:"string"`

    // Information about the association.
    AssociationOverview *InstanceAggregatedAssociationOverview `type:"structure"`

    // The status of the association.
    AssociationStatus *string `type:"string"`

    // The fully qualified host name of the managed node.
    ComputerName *string `min:"1" type:"string"`

    // The IP address of the managed node.
    IPAddress *string `min:"1" type:"string"`

    // The Identity and Access Management (IAM) role assigned to the on-premises
    // Systems Manager managed node. This call doesn't return the IAM role for Amazon
    // Elastic Compute Cloud (Amazon EC2) instances. To retrieve the IAM role for
    // an EC2 instance, use the Amazon EC2 DescribeInstances operation. For information,
    // see DescribeInstances (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html)
    // in the Amazon EC2 API Reference or describe-instances (https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html)
    // in the Amazon Web Services CLI Command Reference.
    IamRole *string `type:"string"`

    // The managed node ID.
    InstanceId *string `type:"string"`

    // Indicates whether the latest version of SSM Agent is running on your Linux
    // managed node. This field doesn't indicate whether or not the latest version
    // is installed on Windows managed nodes, because some older versions of Windows
    // Server use the EC2Config service to process Systems Manager requests.
    IsLatestVersion *bool `type:"boolean"`

    // The date the association was last run.
    LastAssociationExecutionDate *time.Time `type:"timestamp"`

    // The date and time when the agent last pinged the Systems Manager service.
    LastPingDateTime *time.Time `type:"timestamp"`

    // The last date the association was successfully run.
    LastSuccessfulAssociationExecutionDate *time.Time `type:"timestamp"`

    // The name assigned to an on-premises server, edge device, or virtual machine
    // (VM) when it is activated as a Systems Manager managed node. The name is
    // specified as the DefaultInstanceName property using the CreateActivation
    // command. It is applied to the managed node by specifying the Activation Code
    // and Activation ID when you install SSM Agent on the node, as explained in
    // Install SSM Agent for a hybrid and multicloud environment (Linux) (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-linux.html)
    // and Install SSM Agent for a hybrid and multicloud environment (Windows) (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-win.html).
    // To retrieve the Name tag of an EC2 instance, use the Amazon EC2 DescribeInstances
    // operation. For information, see DescribeInstances (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html)
    // in the Amazon EC2 API Reference or describe-instances (https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html)
    // in the Amazon Web Services CLI Command Reference.
    Name *string `type:"string"`

    // Connection status of SSM Agent.
    //
    // The status Inactive has been deprecated and is no longer in use.
    PingStatus *string `type:"string" enum:"PingStatus"`

    // The name of the operating system platform running on your managed node.
    PlatformName *string `type:"string"`

    // The operating system platform type.
    PlatformType *string `type:"string" enum:"PlatformType"`

    // The version of the OS platform running on your managed node.
    PlatformVersion *string `type:"string"`

    // The date the server or VM was registered with Amazon Web Services as a managed
    // node.
    RegistrationDate *time.Time `type:"timestamp"`

    // The type of instance. Instances are either EC2 instances or managed instances.
    ResourceType *string `type:"string" enum:"ResourceType"`

    // The ID of the source resource. For IoT Greengrass devices, SourceId is the
    // Thing name.
    SourceId *string `type:"string"`

    // The type of the source resource. For IoT Greengrass devices, SourceType is
    // AWS::IoT::Thing.
    SourceType *string `type:"string" enum:"SourceType"`
    // contains filtered or unexported fields
}

Describes a filter for a specific list of managed nodes.

func (InstanceInformation) GoString

func (s InstanceInformation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceInformation) SetActivationId

func (s *InstanceInformation) SetActivationId(v string) *InstanceInformation

SetActivationId sets the ActivationId field's value.

func (*InstanceInformation) SetAgentVersion

func (s *InstanceInformation) SetAgentVersion(v string) *InstanceInformation

SetAgentVersion sets the AgentVersion field's value.

func (*InstanceInformation) SetAssociationOverview

func (s *InstanceInformation) SetAssociationOverview(v *InstanceAggregatedAssociationOverview) *InstanceInformation

SetAssociationOverview sets the AssociationOverview field's value.

func (*InstanceInformation) SetAssociationStatus

func (s *InstanceInformation) SetAssociationStatus(v string) *InstanceInformation

SetAssociationStatus sets the AssociationStatus field's value.

func (*InstanceInformation) SetComputerName

func (s *InstanceInformation) SetComputerName(v string) *InstanceInformation

SetComputerName sets the ComputerName field's value.

func (*InstanceInformation) SetIPAddress

func (s *InstanceInformation) SetIPAddress(v string) *InstanceInformation

SetIPAddress sets the IPAddress field's value.

func (*InstanceInformation) SetIamRole

func (s *InstanceInformation) SetIamRole(v string) *InstanceInformation

SetIamRole sets the IamRole field's value.

func (*InstanceInformation) SetInstanceId

func (s *InstanceInformation) SetInstanceId(v string) *InstanceInformation

SetInstanceId sets the InstanceId field's value.

func (*InstanceInformation) SetIsLatestVersion

func (s *InstanceInformation) SetIsLatestVersion(v bool) *InstanceInformation

SetIsLatestVersion sets the IsLatestVersion field's value.

func (*InstanceInformation) SetLastAssociationExecutionDate

func (s *InstanceInformation) SetLastAssociationExecutionDate(v time.Time) *InstanceInformation

SetLastAssociationExecutionDate sets the LastAssociationExecutionDate field's value.

func (*InstanceInformation) SetLastPingDateTime

func (s *InstanceInformation) SetLastPingDateTime(v time.Time) *InstanceInformation

SetLastPingDateTime sets the LastPingDateTime field's value.

func (*InstanceInformation) SetLastSuccessfulAssociationExecutionDate

func (s *InstanceInformation) SetLastSuccessfulAssociationExecutionDate(v time.Time) *InstanceInformation

SetLastSuccessfulAssociationExecutionDate sets the LastSuccessfulAssociationExecutionDate field's value.

func (*InstanceInformation) SetName

func (s *InstanceInformation) SetName(v string) *InstanceInformation

SetName sets the Name field's value.

func (*InstanceInformation) SetPingStatus

func (s *InstanceInformation) SetPingStatus(v string) *InstanceInformation

SetPingStatus sets the PingStatus field's value.

func (*InstanceInformation) SetPlatformName

func (s *InstanceInformation) SetPlatformName(v string) *InstanceInformation

SetPlatformName sets the PlatformName field's value.

func (*InstanceInformation) SetPlatformType

func (s *InstanceInformation) SetPlatformType(v string) *InstanceInformation

SetPlatformType sets the PlatformType field's value.

func (*InstanceInformation) SetPlatformVersion

func (s *InstanceInformation) SetPlatformVersion(v string) *InstanceInformation

SetPlatformVersion sets the PlatformVersion field's value.

func (*InstanceInformation) SetRegistrationDate

func (s *InstanceInformation) SetRegistrationDate(v time.Time) *InstanceInformation

SetRegistrationDate sets the RegistrationDate field's value.

func (*InstanceInformation) SetResourceType

func (s *InstanceInformation) SetResourceType(v string) *InstanceInformation

SetResourceType sets the ResourceType field's value.

func (*InstanceInformation) SetSourceId

func (s *InstanceInformation) SetSourceId(v string) *InstanceInformation

SetSourceId sets the SourceId field's value.

func (*InstanceInformation) SetSourceType

func (s *InstanceInformation) SetSourceType(v string) *InstanceInformation

SetSourceType sets the SourceType field's value.

func (InstanceInformation) String

func (s InstanceInformation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InstanceInformationFilter

type InstanceInformationFilter struct {

    // The name of the filter.
    //
    // Key is a required field
    Key *string `locationName:"key" type:"string" required:"true" enum:"InstanceInformationFilterKey"`

    // The filter values.
    //
    // ValueSet is a required field
    ValueSet []*string `locationName:"valueSet" min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Describes a filter for a specific list of managed nodes. You can filter node information by using tags. You specify tags by using a key-value mapping.

Use this operation instead of the DescribeInstanceInformationRequest$InstanceInformationFilterList method. The InstanceInformationFilterList method is a legacy method and doesn't support tags.

func (InstanceInformationFilter) GoString

func (s InstanceInformationFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceInformationFilter) SetKey

func (s *InstanceInformationFilter) SetKey(v string) *InstanceInformationFilter

SetKey sets the Key field's value.

func (*InstanceInformationFilter) SetValueSet

func (s *InstanceInformationFilter) SetValueSet(v []*string) *InstanceInformationFilter

SetValueSet sets the ValueSet field's value.

func (InstanceInformationFilter) String

func (s InstanceInformationFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceInformationFilter) Validate

func (s *InstanceInformationFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InstanceInformationStringFilter

type InstanceInformationStringFilter struct {

    // The filter key name to describe your managed nodes.
    //
    // Valid filter key values: ActivationIds | AgentVersion | AssociationStatus
    // | IamRole | InstanceIds | PingStatus | PlatformTypes | ResourceType | SourceIds
    // | SourceTypes | "tag-key" | "tag:{keyname}
    //
    //    * Valid values for the AssociationStatus filter key: Success | Pending
    //    | Failed
    //
    //    * Valid values for the PingStatus filter key: Online | ConnectionLost
    //    | Inactive (deprecated)
    //
    //    * Valid values for the PlatformType filter key: Windows | Linux | MacOS
    //
    //    * Valid values for the ResourceType filter key: EC2Instance | ManagedInstance
    //
    //    * Valid values for the SourceType filter key: AWS::EC2::Instance | AWS::SSM::ManagedInstance
    //    | AWS::IoT::Thing
    //
    //    * Valid tag examples: Key=tag-key,Values=Purpose | Key=tag:Purpose,Values=Test.
    //
    // Key is a required field
    Key *string `min:"1" type:"string" required:"true"`

    // The filter values.
    //
    // Values is a required field
    Values []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

The filters to describe or get information about your managed nodes.

func (InstanceInformationStringFilter) GoString

func (s InstanceInformationStringFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceInformationStringFilter) SetKey

func (s *InstanceInformationStringFilter) SetKey(v string) *InstanceInformationStringFilter

SetKey sets the Key field's value.

func (*InstanceInformationStringFilter) SetValues

func (s *InstanceInformationStringFilter) SetValues(v []*string) *InstanceInformationStringFilter

SetValues sets the Values field's value.

func (InstanceInformationStringFilter) String

func (s InstanceInformationStringFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceInformationStringFilter) Validate

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 managed node.
    //
    // BaselineId is a required field
    BaselineId *string `min:"20" type:"string" required:"true"`

    // The number of patches per node that are specified as Critical for compliance
    // reporting in the patch baseline aren't installed. These patches might be
    // missing, have failed installation, were rejected, or were installed but awaiting
    // a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.
    CriticalNonCompliantCount *int64 `type:"integer"`

    // The number of patches from the patch baseline that were attempted to be installed
    // during the last patching operation, but failed to install.
    FailedCount *int64 `type:"integer"`

    // An https URL or an Amazon Simple Storage Service (Amazon S3) path-style URL
    // to a list of patches to be installed. This patch installation list, which
    // you maintain in an S3 bucket in YAML format and specify in the SSM document
    // AWS-RunPatchBaseline, overrides the patches specified by the default patch
    // baseline.
    //
    // For more information about the InstallOverrideList parameter, see About the
    // AWS-RunPatchBaseline SSM document (https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-about-aws-runpatchbaseline.html)
    // in the Amazon Web Services Systems Manager User Guide.
    InstallOverrideList *string `min:"1" type:"string"`

    // The number of patches from the patch baseline that are installed on the managed
    // node.
    InstalledCount *int64 `type:"integer"`

    // The number of patches not specified in the patch baseline that are installed
    // on the managed node.
    InstalledOtherCount *int64 `type:"integer"`

    // The number of patches installed by Patch Manager since the last time the
    // managed node was rebooted.
    InstalledPendingRebootCount *int64 `type:"integer"`

    // The number of patches installed on a managed node that are specified in a
    // RejectedPatches list. Patches with a status of InstalledRejected were typically
    // installed before they were added to a RejectedPatches list.
    //
    // If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction,
    // the value of InstalledRejectedCount will always be 0 (zero).
    InstalledRejectedCount *int64 `type:"integer"`

    // The ID of the managed node the high-level patch compliance information was
    // collected for.
    //
    // InstanceId is a required field
    InstanceId *string `type:"string" required:"true"`

    // The time of the last attempt to patch the managed node with NoReboot specified
    // as the reboot option.
    LastNoRebootInstallOperationTime *time.Time `type:"timestamp"`

    // The number of patches from the patch baseline that are applicable for the
    // managed node but aren't currently installed.
    MissingCount *int64 `type:"integer"`

    // The number of patches from the patch baseline that aren't applicable for
    // the managed node and therefore aren't installed on the node. This number
    // may be truncated if the list of patch names is very large. The number of
    // patches beyond this limit are reported in UnreportedNotApplicableCount.
    NotApplicableCount *int64 `type:"integer"`

    // The type of patching operation that was performed: or
    //
    //    * SCAN assesses the patch compliance state.
    //
    //    * INSTALL installs missing patches.
    //
    // Operation is a required field
    Operation *string `type:"string" required:"true" enum:"PatchOperationType"`

    // The time the most recent patching operation completed on the managed node.
    //
    // OperationEndTime is a required field
    OperationEndTime *time.Time `type:"timestamp" required:"true"`

    // The time the most recent patching operation was started on the managed node.
    //
    // OperationStartTime is a required field
    OperationStartTime *time.Time `type:"timestamp" required:"true"`

    // The number of patches per node that are specified as other than Critical
    // or Security but aren't compliant with the patch baseline. The status of these
    // managed nodes is NON_COMPLIANT.
    OtherNonCompliantCount *int64 `type:"integer"`

    // Placeholder information. This field will always be empty in the current release
    // of the service.
    //
    // OwnerInformation is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by InstancePatchState's
    // String and GoString methods.
    OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

    // The name of the patch group the managed node belongs to.
    //
    // PatchGroup is a required field
    PatchGroup *string `min:"1" type:"string" required:"true"`

    // Indicates the reboot option specified in the patch baseline.
    //
    // Reboot options apply to Install operations only. Reboots aren't attempted
    // for Patch Manager Scan operations.
    //
    //    * RebootIfNeeded: Patch Manager tries to reboot the managed node if it
    //    installed any patches, or if any patches are detected with a status of
    //    InstalledPendingReboot.
    //
    //    * NoReboot: Patch Manager attempts to install missing packages without
    //    trying to reboot the system. Patches installed with this option are assigned
    //    a status of InstalledPendingReboot. These patches might not be in effect
    //    until a reboot is performed.
    RebootOption *string `type:"string" enum:"RebootOption"`

    // The number of patches per node that are specified as Security in a patch
    // advisory aren't installed. These patches might be missing, have failed installation,
    // were rejected, or were installed but awaiting a required managed node reboot.
    // The status of these managed nodes is NON_COMPLIANT.
    SecurityNonCompliantCount *int64 `type:"integer"`

    // The ID of the patch baseline snapshot used during the patching operation
    // when this compliance data was collected.
    SnapshotId *string `min:"36" type:"string"`

    // The number of patches beyond the supported limit of NotApplicableCount that
    // aren't reported by name to Inventory. Inventory is a capability of Amazon
    // Web Services Systems Manager.
    UnreportedNotApplicableCount *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Defines the high-level patch compliance state for a managed node, providing information about the number of installed, missing, not applicable, and failed patches along with metadata about the operation when this information was gathered for the managed node.

func (InstancePatchState) GoString

func (s InstancePatchState) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstancePatchState) SetBaselineId

func (s *InstancePatchState) SetBaselineId(v string) *InstancePatchState

SetBaselineId sets the BaselineId field's value.

func (*InstancePatchState) SetCriticalNonCompliantCount

func (s *InstancePatchState) SetCriticalNonCompliantCount(v int64) *InstancePatchState

SetCriticalNonCompliantCount sets the CriticalNonCompliantCount field's value.

func (*InstancePatchState) SetFailedCount

func (s *InstancePatchState) SetFailedCount(v int64) *InstancePatchState

SetFailedCount sets the FailedCount field's value.

func (*InstancePatchState) SetInstallOverrideList

func (s *InstancePatchState) SetInstallOverrideList(v string) *InstancePatchState

SetInstallOverrideList sets the InstallOverrideList field's value.

func (*InstancePatchState) SetInstalledCount

func (s *InstancePatchState) SetInstalledCount(v int64) *InstancePatchState

SetInstalledCount sets the InstalledCount field's value.

func (*InstancePatchState) SetInstalledOtherCount

func (s *InstancePatchState) SetInstalledOtherCount(v int64) *InstancePatchState

SetInstalledOtherCount sets the InstalledOtherCount field's value.

func (*InstancePatchState) SetInstalledPendingRebootCount

func (s *InstancePatchState) SetInstalledPendingRebootCount(v int64) *InstancePatchState

SetInstalledPendingRebootCount sets the InstalledPendingRebootCount field's value.

func (*InstancePatchState) SetInstalledRejectedCount

func (s *InstancePatchState) SetInstalledRejectedCount(v int64) *InstancePatchState

SetInstalledRejectedCount sets the InstalledRejectedCount field's value.

func (*InstancePatchState) SetInstanceId

func (s *InstancePatchState) SetInstanceId(v string) *InstancePatchState

SetInstanceId sets the InstanceId field's value.

func (*InstancePatchState) SetLastNoRebootInstallOperationTime

func (s *InstancePatchState) SetLastNoRebootInstallOperationTime(v time.Time) *InstancePatchState

SetLastNoRebootInstallOperationTime sets the LastNoRebootInstallOperationTime field's value.

func (*InstancePatchState) SetMissingCount

func (s *InstancePatchState) SetMissingCount(v int64) *InstancePatchState

SetMissingCount sets the MissingCount field's value.

func (*InstancePatchState) SetNotApplicableCount

func (s *InstancePatchState) SetNotApplicableCount(v int64) *InstancePatchState

SetNotApplicableCount sets the NotApplicableCount field's value.

func (*InstancePatchState) SetOperation

func (s *InstancePatchState) SetOperation(v string) *InstancePatchState

SetOperation sets the Operation field's value.

func (*InstancePatchState) SetOperationEndTime

func (s *InstancePatchState) SetOperationEndTime(v time.Time) *InstancePatchState

SetOperationEndTime sets the OperationEndTime field's value.

func (*InstancePatchState) SetOperationStartTime

func (s *InstancePatchState) SetOperationStartTime(v time.Time) *InstancePatchState

SetOperationStartTime sets the OperationStartTime field's value.

func (*InstancePatchState) SetOtherNonCompliantCount

func (s *InstancePatchState) SetOtherNonCompliantCount(v int64) *InstancePatchState

SetOtherNonCompliantCount sets the OtherNonCompliantCount field's value.

func (*InstancePatchState) SetOwnerInformation

func (s *InstancePatchState) SetOwnerInformation(v string) *InstancePatchState

SetOwnerInformation sets the OwnerInformation field's value.

func (*InstancePatchState) SetPatchGroup

func (s *InstancePatchState) SetPatchGroup(v string) *InstancePatchState

SetPatchGroup sets the PatchGroup field's value.

func (*InstancePatchState) SetRebootOption

func (s *InstancePatchState) SetRebootOption(v string) *InstancePatchState

SetRebootOption sets the RebootOption field's value.

func (*InstancePatchState) SetSecurityNonCompliantCount

func (s *InstancePatchState) SetSecurityNonCompliantCount(v int64) *InstancePatchState

SetSecurityNonCompliantCount sets the SecurityNonCompliantCount field's value.

func (*InstancePatchState) SetSnapshotId

func (s *InstancePatchState) SetSnapshotId(v string) *InstancePatchState

SetSnapshotId sets the SnapshotId field's value.

func (*InstancePatchState) SetUnreportedNotApplicableCount

func (s *InstancePatchState) SetUnreportedNotApplicableCount(v int64) *InstancePatchState

SetUnreportedNotApplicableCount sets the UnreportedNotApplicableCount field's value.

func (InstancePatchState) String

func (s InstancePatchState) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InstancePatchStateFilter

type InstancePatchStateFilter struct {

    // The key for the filter. Supported values include the following:
    //
    //    * InstalledCount
    //
    //    * InstalledOtherCount
    //
    //    * InstalledPendingRebootCount
    //
    //    * InstalledRejectedCount
    //
    //    * MissingCount
    //
    //    * FailedCount
    //
    //    * UnreportedNotApplicableCount
    //
    //    * NotApplicableCount
    //
    // Key is a required field
    Key *string `min:"1" type:"string" required:"true"`

    // The type of comparison that should be performed for the value.
    //
    // Type is a required field
    Type *string `type:"string" required:"true" enum:"InstancePatchStateOperatorType"`

    // The value for the filter. Must be an integer greater than or equal to 0.
    //
    // Values is a required field
    Values []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Defines a filter used in DescribeInstancePatchStatesForPatchGroup to scope down the information returned by the API.

Example: To filter for all managed nodes in a patch group having more than three patches with a FailedCount status, use the following for the filter:

  • Value for Key: FailedCount

  • Value for Type: GreaterThan

  • Value for Values: 3

func (InstancePatchStateFilter) GoString

func (s InstancePatchStateFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstancePatchStateFilter) SetKey

func (s *InstancePatchStateFilter) SetKey(v string) *InstancePatchStateFilter

SetKey sets the Key field's value.

func (*InstancePatchStateFilter) SetType

func (s *InstancePatchStateFilter) SetType(v string) *InstancePatchStateFilter

SetType sets the Type field's value.

func (*InstancePatchStateFilter) SetValues

func (s *InstancePatchStateFilter) SetValues(v []*string) *InstancePatchStateFilter

SetValues sets the Values field's value.

func (InstancePatchStateFilter) String

func (s InstancePatchStateFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstancePatchStateFilter) Validate

func (s *InstancePatchStateFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InternalServerError

type InternalServerError struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

An error occurred on the server side.

func (*InternalServerError) Code

func (s *InternalServerError) Code() string

Code returns the exception type name.

func (*InternalServerError) Error

func (s *InternalServerError) Error() string

func (InternalServerError) GoString

func (s InternalServerError) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InternalServerError) Message

func (s *InternalServerError) Message() string

Message returns the exception's message.

func (*InternalServerError) OrigErr

func (s *InternalServerError) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InternalServerError) RequestID

func (s *InternalServerError) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InternalServerError) StatusCode

func (s *InternalServerError) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InternalServerError) String

func (s InternalServerError) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidActivation

type InvalidActivation struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The activation isn't valid. The activation might have been deleted, or the ActivationId and the ActivationCode don't match.

func (*InvalidActivation) Code

func (s *InvalidActivation) Code() string

Code returns the exception type name.

func (*InvalidActivation) Error

func (s *InvalidActivation) Error() string

func (InvalidActivation) GoString

func (s InvalidActivation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidActivation) Message

func (s *InvalidActivation) Message() string

Message returns the exception's message.

func (*InvalidActivation) OrigErr

func (s *InvalidActivation) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidActivation) RequestID

func (s *InvalidActivation) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidActivation) StatusCode

func (s *InvalidActivation) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidActivation) String

func (s InvalidActivation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidActivationId

type InvalidActivationId struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The activation ID isn't valid. Verify the you entered the correct ActivationId or ActivationCode and try again.

func (*InvalidActivationId) Code

func (s *InvalidActivationId) Code() string

Code returns the exception type name.

func (*InvalidActivationId) Error

func (s *InvalidActivationId) Error() string

func (InvalidActivationId) GoString

func (s InvalidActivationId) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidActivationId) Message

func (s *InvalidActivationId) Message() string

Message returns the exception's message.

func (*InvalidActivationId) OrigErr

func (s *InvalidActivationId) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidActivationId) RequestID

func (s *InvalidActivationId) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidActivationId) StatusCode

func (s *InvalidActivationId) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidActivationId) String

func (s InvalidActivationId) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidAggregatorException

type InvalidAggregatorException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified aggregator isn't valid for inventory groups. Verify that the aggregator uses a valid inventory type such as AWS:Application or AWS:InstanceInformation.

func (*InvalidAggregatorException) Code

func (s *InvalidAggregatorException) Code() string

Code returns the exception type name.

func (*InvalidAggregatorException) Error

func (s *InvalidAggregatorException) Error() string

func (InvalidAggregatorException) GoString

func (s InvalidAggregatorException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidAggregatorException) Message

func (s *InvalidAggregatorException) Message() string

Message returns the exception's message.

func (*InvalidAggregatorException) OrigErr

func (s *InvalidAggregatorException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidAggregatorException) RequestID

func (s *InvalidAggregatorException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidAggregatorException) StatusCode

func (s *InvalidAggregatorException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidAggregatorException) String

func (s InvalidAggregatorException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidAllowedPatternException

type InvalidAllowedPatternException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The request doesn't meet the regular expression requirement.
    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The request doesn't meet the regular expression requirement.

func (*InvalidAllowedPatternException) Code

func (s *InvalidAllowedPatternException) Code() string

Code returns the exception type name.

func (*InvalidAllowedPatternException) Error

func (s *InvalidAllowedPatternException) Error() string

func (InvalidAllowedPatternException) GoString

func (s InvalidAllowedPatternException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidAllowedPatternException) Message

func (s *InvalidAllowedPatternException) Message() string

Message returns the exception's message.

func (*InvalidAllowedPatternException) OrigErr

func (s *InvalidAllowedPatternException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidAllowedPatternException) RequestID

func (s *InvalidAllowedPatternException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidAllowedPatternException) StatusCode

func (s *InvalidAllowedPatternException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidAllowedPatternException) String

func (s InvalidAllowedPatternException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidAssociation

type InvalidAssociation struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The association isn't valid or doesn't exist.

func (*InvalidAssociation) Code

func (s *InvalidAssociation) Code() string

Code returns the exception type name.

func (*InvalidAssociation) Error

func (s *InvalidAssociation) Error() string

func (InvalidAssociation) GoString

func (s InvalidAssociation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidAssociation) Message

func (s *InvalidAssociation) Message() string

Message returns the exception's message.

func (*InvalidAssociation) OrigErr

func (s *InvalidAssociation) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidAssociation) RequestID

func (s *InvalidAssociation) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidAssociation) StatusCode

func (s *InvalidAssociation) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidAssociation) String

func (s InvalidAssociation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidAssociationVersion

type InvalidAssociationVersion struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The version you specified isn't valid. Use ListAssociationVersions to view all versions of an association according to the association ID. Or, use the $LATEST parameter to view the latest version of the association.

func (*InvalidAssociationVersion) Code

func (s *InvalidAssociationVersion) Code() string

Code returns the exception type name.

func (*InvalidAssociationVersion) Error

func (s *InvalidAssociationVersion) Error() string

func (InvalidAssociationVersion) GoString

func (s InvalidAssociationVersion) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidAssociationVersion) Message

func (s *InvalidAssociationVersion) Message() string

Message returns the exception's message.

func (*InvalidAssociationVersion) OrigErr

func (s *InvalidAssociationVersion) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidAssociationVersion) RequestID

func (s *InvalidAssociationVersion) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidAssociationVersion) StatusCode

func (s *InvalidAssociationVersion) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidAssociationVersion) String

func (s InvalidAssociationVersion) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidAutomationExecutionParametersException

type InvalidAutomationExecutionParametersException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The supplied parameters for invoking the specified Automation runbook are incorrect. For example, they may not match the set of parameters permitted for the specified Automation document.

func (*InvalidAutomationExecutionParametersException) Code

func (s *InvalidAutomationExecutionParametersException) Code() string

Code returns the exception type name.

func (*InvalidAutomationExecutionParametersException) Error

func (s *InvalidAutomationExecutionParametersException) Error() string

func (InvalidAutomationExecutionParametersException) GoString

func (s InvalidAutomationExecutionParametersException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidAutomationExecutionParametersException) Message

func (s *InvalidAutomationExecutionParametersException) Message() string

Message returns the exception's message.

func (*InvalidAutomationExecutionParametersException) OrigErr

func (s *InvalidAutomationExecutionParametersException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidAutomationExecutionParametersException) RequestID

func (s *InvalidAutomationExecutionParametersException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidAutomationExecutionParametersException) StatusCode

func (s *InvalidAutomationExecutionParametersException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidAutomationExecutionParametersException) String

func (s InvalidAutomationExecutionParametersException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidAutomationSignalException

type InvalidAutomationSignalException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The signal isn't valid for the current Automation execution.

func (*InvalidAutomationSignalException) Code

func (s *InvalidAutomationSignalException) Code() string

Code returns the exception type name.

func (*InvalidAutomationSignalException) Error

func (s *InvalidAutomationSignalException) Error() string

func (InvalidAutomationSignalException) GoString

func (s InvalidAutomationSignalException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidAutomationSignalException) Message

func (s *InvalidAutomationSignalException) Message() string

Message returns the exception's message.

func (*InvalidAutomationSignalException) OrigErr

func (s *InvalidAutomationSignalException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidAutomationSignalException) RequestID

func (s *InvalidAutomationSignalException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidAutomationSignalException) StatusCode

func (s *InvalidAutomationSignalException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidAutomationSignalException) String

func (s InvalidAutomationSignalException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidAutomationStatusUpdateException

type InvalidAutomationStatusUpdateException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified update status operation isn't valid.

func (*InvalidAutomationStatusUpdateException) Code

func (s *InvalidAutomationStatusUpdateException) Code() string

Code returns the exception type name.

func (*InvalidAutomationStatusUpdateException) Error

func (s *InvalidAutomationStatusUpdateException) Error() string

func (InvalidAutomationStatusUpdateException) GoString

func (s InvalidAutomationStatusUpdateException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidAutomationStatusUpdateException) Message

func (s *InvalidAutomationStatusUpdateException) Message() string

Message returns the exception's message.

func (*InvalidAutomationStatusUpdateException) OrigErr

func (s *InvalidAutomationStatusUpdateException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidAutomationStatusUpdateException) RequestID

func (s *InvalidAutomationStatusUpdateException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidAutomationStatusUpdateException) StatusCode

func (s *InvalidAutomationStatusUpdateException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidAutomationStatusUpdateException) String

func (s InvalidAutomationStatusUpdateException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidCommandId

type InvalidCommandId struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The specified command ID isn't valid. Verify the ID and try again.

func (*InvalidCommandId) Code

func (s *InvalidCommandId) Code() string

Code returns the exception type name.

func (*InvalidCommandId) Error

func (s *InvalidCommandId) Error() string

func (InvalidCommandId) GoString

func (s InvalidCommandId) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidCommandId) Message

func (s *InvalidCommandId) Message() string

Message returns the exception's message.

func (*InvalidCommandId) OrigErr

func (s *InvalidCommandId) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidCommandId) RequestID

func (s *InvalidCommandId) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidCommandId) StatusCode

func (s *InvalidCommandId) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidCommandId) String

func (s InvalidCommandId) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidDeleteInventoryParametersException

type InvalidDeleteInventoryParametersException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

One or more of the parameters specified for the delete operation isn't valid. Verify all parameters and try again.

func (*InvalidDeleteInventoryParametersException) Code

func (s *InvalidDeleteInventoryParametersException) Code() string

Code returns the exception type name.

func (*InvalidDeleteInventoryParametersException) Error

func (s *InvalidDeleteInventoryParametersException) Error() string

func (InvalidDeleteInventoryParametersException) GoString

func (s InvalidDeleteInventoryParametersException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidDeleteInventoryParametersException) Message

func (s *InvalidDeleteInventoryParametersException) Message() string

Message returns the exception's message.

func (*InvalidDeleteInventoryParametersException) OrigErr

func (s *InvalidDeleteInventoryParametersException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidDeleteInventoryParametersException) RequestID

func (s *InvalidDeleteInventoryParametersException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidDeleteInventoryParametersException) StatusCode

func (s *InvalidDeleteInventoryParametersException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidDeleteInventoryParametersException) String

func (s InvalidDeleteInventoryParametersException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidDeletionIdException

type InvalidDeletionIdException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The ID specified for the delete operation doesn't exist or isn't valid. Verify the ID and try again.

func (*InvalidDeletionIdException) Code

func (s *InvalidDeletionIdException) Code() string

Code returns the exception type name.

func (*InvalidDeletionIdException) Error

func (s *InvalidDeletionIdException) Error() string

func (InvalidDeletionIdException) GoString

func (s InvalidDeletionIdException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidDeletionIdException) Message

func (s *InvalidDeletionIdException) Message() string

Message returns the exception's message.

func (*InvalidDeletionIdException) OrigErr

func (s *InvalidDeletionIdException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidDeletionIdException) RequestID

func (s *InvalidDeletionIdException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidDeletionIdException) StatusCode

func (s *InvalidDeletionIdException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidDeletionIdException) String

func (s InvalidDeletionIdException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidDocument

type InvalidDocument struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The SSM document doesn't exist or the document isn't available to the user.
    // This exception can be issued by various API operations.
    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified SSM document doesn't exist.

func (*InvalidDocument) Code

func (s *InvalidDocument) Code() string

Code returns the exception type name.

func (*InvalidDocument) Error

func (s *InvalidDocument) Error() string

func (InvalidDocument) GoString

func (s InvalidDocument) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidDocument) Message

func (s *InvalidDocument) Message() string

Message returns the exception's message.

func (*InvalidDocument) OrigErr

func (s *InvalidDocument) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidDocument) RequestID

func (s *InvalidDocument) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidDocument) StatusCode

func (s *InvalidDocument) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidDocument) String

func (s InvalidDocument) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidDocumentContent

type InvalidDocumentContent struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // A description of the validation error.
    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The content for the document isn't valid.

func (*InvalidDocumentContent) Code

func (s *InvalidDocumentContent) Code() string

Code returns the exception type name.

func (*InvalidDocumentContent) Error

func (s *InvalidDocumentContent) Error() string

func (InvalidDocumentContent) GoString

func (s InvalidDocumentContent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidDocumentContent) Message

func (s *InvalidDocumentContent) Message() string

Message returns the exception's message.

func (*InvalidDocumentContent) OrigErr

func (s *InvalidDocumentContent) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidDocumentContent) RequestID

func (s *InvalidDocumentContent) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidDocumentContent) StatusCode

func (s *InvalidDocumentContent) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidDocumentContent) String

func (s InvalidDocumentContent) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidDocumentOperation

type InvalidDocumentOperation struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You attempted to delete a document while it is still shared. You must stop sharing the document before you can delete it.

func (*InvalidDocumentOperation) Code

func (s *InvalidDocumentOperation) Code() string

Code returns the exception type name.

func (*InvalidDocumentOperation) Error

func (s *InvalidDocumentOperation) Error() string

func (InvalidDocumentOperation) GoString

func (s InvalidDocumentOperation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidDocumentOperation) Message

func (s *InvalidDocumentOperation) Message() string

Message returns the exception's message.

func (*InvalidDocumentOperation) OrigErr

func (s *InvalidDocumentOperation) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidDocumentOperation) RequestID

func (s *InvalidDocumentOperation) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidDocumentOperation) StatusCode

func (s *InvalidDocumentOperation) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidDocumentOperation) String

func (s InvalidDocumentOperation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidDocumentSchemaVersion

type InvalidDocumentSchemaVersion struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The version of the document schema isn't supported.

func (*InvalidDocumentSchemaVersion) Code

func (s *InvalidDocumentSchemaVersion) Code() string

Code returns the exception type name.

func (*InvalidDocumentSchemaVersion) Error

func (s *InvalidDocumentSchemaVersion) Error() string

func (InvalidDocumentSchemaVersion) GoString

func (s InvalidDocumentSchemaVersion) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidDocumentSchemaVersion) Message

func (s *InvalidDocumentSchemaVersion) Message() string

Message returns the exception's message.

func (*InvalidDocumentSchemaVersion) OrigErr

func (s *InvalidDocumentSchemaVersion) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidDocumentSchemaVersion) RequestID

func (s *InvalidDocumentSchemaVersion) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidDocumentSchemaVersion) StatusCode

func (s *InvalidDocumentSchemaVersion) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidDocumentSchemaVersion) String

func (s InvalidDocumentSchemaVersion) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidDocumentType

type InvalidDocumentType struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The SSM document type isn't valid. Valid document types are described in the DocumentType property.

func (*InvalidDocumentType) Code

func (s *InvalidDocumentType) Code() string

Code returns the exception type name.

func (*InvalidDocumentType) Error

func (s *InvalidDocumentType) Error() string

func (InvalidDocumentType) GoString

func (s InvalidDocumentType) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidDocumentType) Message

func (s *InvalidDocumentType) Message() string

Message returns the exception's message.

func (*InvalidDocumentType) OrigErr

func (s *InvalidDocumentType) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidDocumentType) RequestID

func (s *InvalidDocumentType) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidDocumentType) StatusCode

func (s *InvalidDocumentType) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidDocumentType) String

func (s InvalidDocumentType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidDocumentVersion

type InvalidDocumentVersion struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The document version isn't valid or doesn't exist.

func (*InvalidDocumentVersion) Code

func (s *InvalidDocumentVersion) Code() string

Code returns the exception type name.

func (*InvalidDocumentVersion) Error

func (s *InvalidDocumentVersion) Error() string

func (InvalidDocumentVersion) GoString

func (s InvalidDocumentVersion) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidDocumentVersion) Message

func (s *InvalidDocumentVersion) Message() string

Message returns the exception's message.

func (*InvalidDocumentVersion) OrigErr

func (s *InvalidDocumentVersion) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidDocumentVersion) RequestID

func (s *InvalidDocumentVersion) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidDocumentVersion) StatusCode

func (s *InvalidDocumentVersion) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidDocumentVersion) String

func (s InvalidDocumentVersion) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidFilter

type InvalidFilter struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The filter name isn't valid. Verify the you entered the correct name and try again.

func (*InvalidFilter) Code

func (s *InvalidFilter) Code() string

Code returns the exception type name.

func (*InvalidFilter) Error

func (s *InvalidFilter) Error() string

func (InvalidFilter) GoString

func (s InvalidFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidFilter) Message

func (s *InvalidFilter) Message() string

Message returns the exception's message.

func (*InvalidFilter) OrigErr

func (s *InvalidFilter) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidFilter) RequestID

func (s *InvalidFilter) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidFilter) StatusCode

func (s *InvalidFilter) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidFilter) String

func (s InvalidFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidFilterKey

type InvalidFilterKey struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The specified key isn't valid.

func (*InvalidFilterKey) Code

func (s *InvalidFilterKey) Code() string

Code returns the exception type name.

func (*InvalidFilterKey) Error

func (s *InvalidFilterKey) Error() string

func (InvalidFilterKey) GoString

func (s InvalidFilterKey) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidFilterKey) Message

func (s *InvalidFilterKey) Message() string

Message returns the exception's message.

func (*InvalidFilterKey) OrigErr

func (s *InvalidFilterKey) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidFilterKey) RequestID

func (s *InvalidFilterKey) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidFilterKey) StatusCode

func (s *InvalidFilterKey) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidFilterKey) String

func (s InvalidFilterKey) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidFilterOption

type InvalidFilterOption struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The specified filter option isn't valid. Valid options are Equals and BeginsWith.
    // For Path filter, valid options are Recursive and OneLevel.
    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The specified filter option isn't valid. Valid options are Equals and BeginsWith. For Path filter, valid options are Recursive and OneLevel.

func (*InvalidFilterOption) Code

func (s *InvalidFilterOption) Code() string

Code returns the exception type name.

func (*InvalidFilterOption) Error

func (s *InvalidFilterOption) Error() string

func (InvalidFilterOption) GoString

func (s InvalidFilterOption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidFilterOption) Message

func (s *InvalidFilterOption) Message() string

Message returns the exception's message.

func (*InvalidFilterOption) OrigErr

func (s *InvalidFilterOption) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidFilterOption) RequestID

func (s *InvalidFilterOption) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidFilterOption) StatusCode

func (s *InvalidFilterOption) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidFilterOption) String

func (s InvalidFilterOption) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidFilterValue

type InvalidFilterValue struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The filter value isn't valid. Verify the value and try again.

func (*InvalidFilterValue) Code

func (s *InvalidFilterValue) Code() string

Code returns the exception type name.

func (*InvalidFilterValue) Error

func (s *InvalidFilterValue) Error() string

func (InvalidFilterValue) GoString

func (s InvalidFilterValue) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidFilterValue) Message

func (s *InvalidFilterValue) Message() string

Message returns the exception's message.

func (*InvalidFilterValue) OrigErr

func (s *InvalidFilterValue) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidFilterValue) RequestID

func (s *InvalidFilterValue) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidFilterValue) StatusCode

func (s *InvalidFilterValue) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidFilterValue) String

func (s InvalidFilterValue) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidInstanceId

type InvalidInstanceId struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

func (*InvalidInstanceId) Code

func (s *InvalidInstanceId) Code() string

Code returns the exception type name.

func (*InvalidInstanceId) Error

func (s *InvalidInstanceId) Error() string

func (InvalidInstanceId) GoString

func (s InvalidInstanceId) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidInstanceId) Message

func (s *InvalidInstanceId) Message() string

Message returns the exception's message.

func (*InvalidInstanceId) OrigErr

func (s *InvalidInstanceId) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidInstanceId) RequestID

func (s *InvalidInstanceId) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidInstanceId) StatusCode

func (s *InvalidInstanceId) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidInstanceId) String

func (s InvalidInstanceId) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidInstanceInformationFilterValue

type InvalidInstanceInformationFilterValue struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The specified filter value isn't valid.

func (*InvalidInstanceInformationFilterValue) Code

func (s *InvalidInstanceInformationFilterValue) Code() string

Code returns the exception type name.

func (*InvalidInstanceInformationFilterValue) Error

func (s *InvalidInstanceInformationFilterValue) Error() string

func (InvalidInstanceInformationFilterValue) GoString

func (s InvalidInstanceInformationFilterValue) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidInstanceInformationFilterValue) Message

func (s *InvalidInstanceInformationFilterValue) Message() string

Message returns the exception's message.

func (*InvalidInstanceInformationFilterValue) OrigErr

func (s *InvalidInstanceInformationFilterValue) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidInstanceInformationFilterValue) RequestID

func (s *InvalidInstanceInformationFilterValue) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidInstanceInformationFilterValue) StatusCode

func (s *InvalidInstanceInformationFilterValue) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidInstanceInformationFilterValue) String

func (s InvalidInstanceInformationFilterValue) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidInventoryGroupException

type InvalidInventoryGroupException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified inventory group isn't valid.

func (*InvalidInventoryGroupException) Code

func (s *InvalidInventoryGroupException) Code() string

Code returns the exception type name.

func (*InvalidInventoryGroupException) Error

func (s *InvalidInventoryGroupException) Error() string

func (InvalidInventoryGroupException) GoString

func (s InvalidInventoryGroupException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidInventoryGroupException) Message

func (s *InvalidInventoryGroupException) Message() string

Message returns the exception's message.

func (*InvalidInventoryGroupException) OrigErr

func (s *InvalidInventoryGroupException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidInventoryGroupException) RequestID

func (s *InvalidInventoryGroupException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidInventoryGroupException) StatusCode

func (s *InvalidInventoryGroupException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidInventoryGroupException) String

func (s InvalidInventoryGroupException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidInventoryItemContextException

type InvalidInventoryItemContextException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You specified invalid keys or values in the Context attribute for InventoryItem. Verify the keys and values, and try again.

func (*InvalidInventoryItemContextException) Code

func (s *InvalidInventoryItemContextException) Code() string

Code returns the exception type name.

func (*InvalidInventoryItemContextException) Error

func (s *InvalidInventoryItemContextException) Error() string

func (InvalidInventoryItemContextException) GoString

func (s InvalidInventoryItemContextException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidInventoryItemContextException) Message

func (s *InvalidInventoryItemContextException) Message() string

Message returns the exception's message.

func (*InvalidInventoryItemContextException) OrigErr

func (s *InvalidInventoryItemContextException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidInventoryItemContextException) RequestID

func (s *InvalidInventoryItemContextException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidInventoryItemContextException) StatusCode

func (s *InvalidInventoryItemContextException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidInventoryItemContextException) String

func (s InvalidInventoryItemContextException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidInventoryRequestException

type InvalidInventoryRequestException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The request isn't valid.

func (*InvalidInventoryRequestException) Code

func (s *InvalidInventoryRequestException) Code() string

Code returns the exception type name.

func (*InvalidInventoryRequestException) Error

func (s *InvalidInventoryRequestException) Error() string

func (InvalidInventoryRequestException) GoString

func (s InvalidInventoryRequestException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidInventoryRequestException) Message

func (s *InvalidInventoryRequestException) Message() string

Message returns the exception's message.

func (*InvalidInventoryRequestException) OrigErr

func (s *InvalidInventoryRequestException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidInventoryRequestException) RequestID

func (s *InvalidInventoryRequestException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidInventoryRequestException) StatusCode

func (s *InvalidInventoryRequestException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidInventoryRequestException) String

func (s InvalidInventoryRequestException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidItemContentException

type InvalidItemContentException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    TypeName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

One or more content items isn't valid.

func (*InvalidItemContentException) Code

func (s *InvalidItemContentException) Code() string

Code returns the exception type name.

func (*InvalidItemContentException) Error

func (s *InvalidItemContentException) Error() string

func (InvalidItemContentException) GoString

func (s InvalidItemContentException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidItemContentException) Message

func (s *InvalidItemContentException) Message() string

Message returns the exception's message.

func (*InvalidItemContentException) OrigErr

func (s *InvalidItemContentException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidItemContentException) RequestID

func (s *InvalidItemContentException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidItemContentException) StatusCode

func (s *InvalidItemContentException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidItemContentException) String

func (s InvalidItemContentException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidKeyId

type InvalidKeyId struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The query key ID isn't valid.

func (*InvalidKeyId) Code

func (s *InvalidKeyId) Code() string

Code returns the exception type name.

func (*InvalidKeyId) Error

func (s *InvalidKeyId) Error() string

func (InvalidKeyId) GoString

func (s InvalidKeyId) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidKeyId) Message

func (s *InvalidKeyId) Message() string

Message returns the exception's message.

func (*InvalidKeyId) OrigErr

func (s *InvalidKeyId) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidKeyId) RequestID

func (s *InvalidKeyId) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidKeyId) StatusCode

func (s *InvalidKeyId) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidKeyId) String

func (s InvalidKeyId) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidNextToken

type InvalidNextToken struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified token isn't valid.

func (*InvalidNextToken) Code

func (s *InvalidNextToken) Code() string

Code returns the exception type name.

func (*InvalidNextToken) Error

func (s *InvalidNextToken) Error() string

func (InvalidNextToken) GoString

func (s InvalidNextToken) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidNextToken) Message

func (s *InvalidNextToken) Message() string

Message returns the exception's message.

func (*InvalidNextToken) OrigErr

func (s *InvalidNextToken) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidNextToken) RequestID

func (s *InvalidNextToken) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidNextToken) StatusCode

func (s *InvalidNextToken) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidNextToken) String

func (s InvalidNextToken) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidNotificationConfig

type InvalidNotificationConfig struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

One or more configuration items isn't valid. Verify that a valid Amazon Resource Name (ARN) was provided for an Amazon Simple Notification Service topic.

func (*InvalidNotificationConfig) Code

func (s *InvalidNotificationConfig) Code() string

Code returns the exception type name.

func (*InvalidNotificationConfig) Error

func (s *InvalidNotificationConfig) Error() string

func (InvalidNotificationConfig) GoString

func (s InvalidNotificationConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidNotificationConfig) Message

func (s *InvalidNotificationConfig) Message() string

Message returns the exception's message.

func (*InvalidNotificationConfig) OrigErr

func (s *InvalidNotificationConfig) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidNotificationConfig) RequestID

func (s *InvalidNotificationConfig) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidNotificationConfig) StatusCode

func (s *InvalidNotificationConfig) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidNotificationConfig) String

func (s InvalidNotificationConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidOptionException

type InvalidOptionException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The delete inventory option specified isn't valid. Verify the option and try again.

func (*InvalidOptionException) Code

func (s *InvalidOptionException) Code() string

Code returns the exception type name.

func (*InvalidOptionException) Error

func (s *InvalidOptionException) Error() string

func (InvalidOptionException) GoString

func (s InvalidOptionException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidOptionException) Message

func (s *InvalidOptionException) Message() string

Message returns the exception's message.

func (*InvalidOptionException) OrigErr

func (s *InvalidOptionException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidOptionException) RequestID

func (s *InvalidOptionException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidOptionException) StatusCode

func (s *InvalidOptionException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidOptionException) String

func (s InvalidOptionException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidOutputFolder

type InvalidOutputFolder struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The S3 bucket doesn't exist.

func (*InvalidOutputFolder) Code

func (s *InvalidOutputFolder) Code() string

Code returns the exception type name.

func (*InvalidOutputFolder) Error

func (s *InvalidOutputFolder) Error() string

func (InvalidOutputFolder) GoString

func (s InvalidOutputFolder) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidOutputFolder) Message

func (s *InvalidOutputFolder) Message() string

Message returns the exception's message.

func (*InvalidOutputFolder) OrigErr

func (s *InvalidOutputFolder) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidOutputFolder) RequestID

func (s *InvalidOutputFolder) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidOutputFolder) StatusCode

func (s *InvalidOutputFolder) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidOutputFolder) String

func (s InvalidOutputFolder) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidOutputLocation

type InvalidOutputLocation struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The output location isn't valid or doesn't exist.

func (*InvalidOutputLocation) Code

func (s *InvalidOutputLocation) Code() string

Code returns the exception type name.

func (*InvalidOutputLocation) Error

func (s *InvalidOutputLocation) Error() string

func (InvalidOutputLocation) GoString

func (s InvalidOutputLocation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidOutputLocation) Message

func (s *InvalidOutputLocation) Message() string

Message returns the exception's message.

func (*InvalidOutputLocation) OrigErr

func (s *InvalidOutputLocation) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidOutputLocation) RequestID

func (s *InvalidOutputLocation) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidOutputLocation) StatusCode

func (s *InvalidOutputLocation) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidOutputLocation) String

func (s InvalidOutputLocation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidParameters

type InvalidParameters struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You must specify values for all required parameters in the Amazon Web Services Systems Manager document (SSM document). You can only supply values to parameters defined in the SSM document.

func (*InvalidParameters) Code

func (s *InvalidParameters) Code() string

Code returns the exception type name.

func (*InvalidParameters) Error

func (s *InvalidParameters) Error() string

func (InvalidParameters) GoString

func (s InvalidParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidParameters) Message

func (s *InvalidParameters) Message() string

Message returns the exception's message.

func (*InvalidParameters) OrigErr

func (s *InvalidParameters) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidParameters) RequestID

func (s *InvalidParameters) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidParameters) StatusCode

func (s *InvalidParameters) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidParameters) String

func (s InvalidParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidPermissionType

type InvalidPermissionType struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The permission type isn't supported. Share is the only supported permission type.

func (*InvalidPermissionType) Code

func (s *InvalidPermissionType) Code() string

Code returns the exception type name.

func (*InvalidPermissionType) Error

func (s *InvalidPermissionType) Error() string

func (InvalidPermissionType) GoString

func (s InvalidPermissionType) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidPermissionType) Message

func (s *InvalidPermissionType) Message() string

Message returns the exception's message.

func (*InvalidPermissionType) OrigErr

func (s *InvalidPermissionType) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidPermissionType) RequestID

func (s *InvalidPermissionType) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidPermissionType) StatusCode

func (s *InvalidPermissionType) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidPermissionType) String

func (s InvalidPermissionType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidPluginName

type InvalidPluginName struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The plugin name isn't valid.

func (*InvalidPluginName) Code

func (s *InvalidPluginName) Code() string

Code returns the exception type name.

func (*InvalidPluginName) Error

func (s *InvalidPluginName) Error() string

func (InvalidPluginName) GoString

func (s InvalidPluginName) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidPluginName) Message

func (s *InvalidPluginName) Message() string

Message returns the exception's message.

func (*InvalidPluginName) OrigErr

func (s *InvalidPluginName) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidPluginName) RequestID

func (s *InvalidPluginName) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidPluginName) StatusCode

func (s *InvalidPluginName) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidPluginName) String

func (s InvalidPluginName) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidPolicyAttributeException

type InvalidPolicyAttributeException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

A policy attribute or its value is invalid.

func (*InvalidPolicyAttributeException) Code

func (s *InvalidPolicyAttributeException) Code() string

Code returns the exception type name.

func (*InvalidPolicyAttributeException) Error

func (s *InvalidPolicyAttributeException) Error() string

func (InvalidPolicyAttributeException) GoString

func (s InvalidPolicyAttributeException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidPolicyAttributeException) Message

func (s *InvalidPolicyAttributeException) Message() string

Message returns the exception's message.

func (*InvalidPolicyAttributeException) OrigErr

func (s *InvalidPolicyAttributeException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidPolicyAttributeException) RequestID

func (s *InvalidPolicyAttributeException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidPolicyAttributeException) StatusCode

func (s *InvalidPolicyAttributeException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidPolicyAttributeException) String

func (s InvalidPolicyAttributeException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidPolicyTypeException

type InvalidPolicyTypeException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The policy type isn't supported. Parameter Store supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.

func (*InvalidPolicyTypeException) Code

func (s *InvalidPolicyTypeException) Code() string

Code returns the exception type name.

func (*InvalidPolicyTypeException) Error

func (s *InvalidPolicyTypeException) Error() string

func (InvalidPolicyTypeException) GoString

func (s InvalidPolicyTypeException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidPolicyTypeException) Message

func (s *InvalidPolicyTypeException) Message() string

Message returns the exception's message.

func (*InvalidPolicyTypeException) OrigErr

func (s *InvalidPolicyTypeException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidPolicyTypeException) RequestID

func (s *InvalidPolicyTypeException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidPolicyTypeException) StatusCode

func (s *InvalidPolicyTypeException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidPolicyTypeException) String

func (s InvalidPolicyTypeException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidResourceId

type InvalidResourceId struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The resource ID isn't valid. Verify that you entered the correct ID and try again.

func (*InvalidResourceId) Code

func (s *InvalidResourceId) Code() string

Code returns the exception type name.

func (*InvalidResourceId) Error

func (s *InvalidResourceId) Error() string

func (InvalidResourceId) GoString

func (s InvalidResourceId) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidResourceId) Message

func (s *InvalidResourceId) Message() string

Message returns the exception's message.

func (*InvalidResourceId) OrigErr

func (s *InvalidResourceId) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidResourceId) RequestID

func (s *InvalidResourceId) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidResourceId) StatusCode

func (s *InvalidResourceId) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidResourceId) String

func (s InvalidResourceId) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidResourceType

type InvalidResourceType struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The resource type isn't valid. For example, if you are attempting to tag an EC2 instance, the instance must be a registered managed node.

func (*InvalidResourceType) Code

func (s *InvalidResourceType) Code() string

Code returns the exception type name.

func (*InvalidResourceType) Error

func (s *InvalidResourceType) Error() string

func (InvalidResourceType) GoString

func (s InvalidResourceType) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidResourceType) Message

func (s *InvalidResourceType) Message() string

Message returns the exception's message.

func (*InvalidResourceType) OrigErr

func (s *InvalidResourceType) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidResourceType) RequestID

func (s *InvalidResourceType) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidResourceType) StatusCode

func (s *InvalidResourceType) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidResourceType) String

func (s InvalidResourceType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidResultAttributeException

type InvalidResultAttributeException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified inventory item result attribute isn't valid.

func (*InvalidResultAttributeException) Code

func (s *InvalidResultAttributeException) Code() string

Code returns the exception type name.

func (*InvalidResultAttributeException) Error

func (s *InvalidResultAttributeException) Error() string

func (InvalidResultAttributeException) GoString

func (s InvalidResultAttributeException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidResultAttributeException) Message

func (s *InvalidResultAttributeException) Message() string

Message returns the exception's message.

func (*InvalidResultAttributeException) OrigErr

func (s *InvalidResultAttributeException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidResultAttributeException) RequestID

func (s *InvalidResultAttributeException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidResultAttributeException) StatusCode

func (s *InvalidResultAttributeException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidResultAttributeException) String

func (s InvalidResultAttributeException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidRole

type InvalidRole struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The role name can't contain invalid characters. Also verify that you specified an IAM role for notifications that includes the required trust policy. For information about configuring the IAM role for Run Command notifications, see Monitoring Systems Manager status changes using Amazon SNS notifications (https://docs.aws.amazon.com/systems-manager/latest/userguide/monitoring-sns-notifications.html) in the Amazon Web Services Systems Manager User Guide.

func (*InvalidRole) Code

func (s *InvalidRole) Code() string

Code returns the exception type name.

func (*InvalidRole) Error

func (s *InvalidRole) Error() string

func (InvalidRole) GoString

func (s InvalidRole) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidRole) Message

func (s *InvalidRole) Message() string

Message returns the exception's message.

func (*InvalidRole) OrigErr

func (s *InvalidRole) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidRole) RequestID

func (s *InvalidRole) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidRole) StatusCode

func (s *InvalidRole) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidRole) String

func (s InvalidRole) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidSchedule

type InvalidSchedule struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The schedule is invalid. Verify your cron or rate expression and try again.

func (*InvalidSchedule) Code

func (s *InvalidSchedule) Code() string

Code returns the exception type name.

func (*InvalidSchedule) Error

func (s *InvalidSchedule) Error() string

func (InvalidSchedule) GoString

func (s InvalidSchedule) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidSchedule) Message

func (s *InvalidSchedule) Message() string

Message returns the exception's message.

func (*InvalidSchedule) OrigErr

func (s *InvalidSchedule) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidSchedule) RequestID

func (s *InvalidSchedule) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidSchedule) StatusCode

func (s *InvalidSchedule) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidSchedule) String

func (s InvalidSchedule) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidTag

type InvalidTag struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified tag key or value isn't valid.

func (*InvalidTag) Code

func (s *InvalidTag) Code() string

Code returns the exception type name.

func (*InvalidTag) Error

func (s *InvalidTag) Error() string

func (InvalidTag) GoString

func (s InvalidTag) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidTag) Message

func (s *InvalidTag) Message() string

Message returns the exception's message.

func (*InvalidTag) OrigErr

func (s *InvalidTag) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidTag) RequestID

func (s *InvalidTag) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidTag) StatusCode

func (s *InvalidTag) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidTag) String

func (s InvalidTag) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidTarget

type InvalidTarget struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The target isn't valid or doesn't exist. It might not be configured for Systems Manager or you might not have permission to perform the operation.

func (*InvalidTarget) Code

func (s *InvalidTarget) Code() string

Code returns the exception type name.

func (*InvalidTarget) Error

func (s *InvalidTarget) Error() string

func (InvalidTarget) GoString

func (s InvalidTarget) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidTarget) Message

func (s *InvalidTarget) Message() string

Message returns the exception's message.

func (*InvalidTarget) OrigErr

func (s *InvalidTarget) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidTarget) RequestID

func (s *InvalidTarget) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidTarget) StatusCode

func (s *InvalidTarget) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidTarget) String

func (s InvalidTarget) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidTargetMaps

type InvalidTargetMaps struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

TargetMap parameter isn't valid.

func (*InvalidTargetMaps) Code

func (s *InvalidTargetMaps) Code() string

Code returns the exception type name.

func (*InvalidTargetMaps) Error

func (s *InvalidTargetMaps) Error() string

func (InvalidTargetMaps) GoString

func (s InvalidTargetMaps) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidTargetMaps) Message

func (s *InvalidTargetMaps) Message() string

Message returns the exception's message.

func (*InvalidTargetMaps) OrigErr

func (s *InvalidTargetMaps) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidTargetMaps) RequestID

func (s *InvalidTargetMaps) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidTargetMaps) StatusCode

func (s *InvalidTargetMaps) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidTargetMaps) String

func (s InvalidTargetMaps) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidTypeNameException

type InvalidTypeNameException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The parameter type name isn't valid.

func (*InvalidTypeNameException) Code

func (s *InvalidTypeNameException) Code() string

Code returns the exception type name.

func (*InvalidTypeNameException) Error

func (s *InvalidTypeNameException) Error() string

func (InvalidTypeNameException) GoString

func (s InvalidTypeNameException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidTypeNameException) Message

func (s *InvalidTypeNameException) Message() string

Message returns the exception's message.

func (*InvalidTypeNameException) OrigErr

func (s *InvalidTypeNameException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidTypeNameException) RequestID

func (s *InvalidTypeNameException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidTypeNameException) StatusCode

func (s *InvalidTypeNameException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidTypeNameException) String

func (s InvalidTypeNameException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidUpdate

type InvalidUpdate struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The update isn't valid.

func (*InvalidUpdate) Code

func (s *InvalidUpdate) Code() string

Code returns the exception type name.

func (*InvalidUpdate) Error

func (s *InvalidUpdate) Error() string

func (InvalidUpdate) GoString

func (s InvalidUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidUpdate) Message

func (s *InvalidUpdate) Message() string

Message returns the exception's message.

func (*InvalidUpdate) OrigErr

func (s *InvalidUpdate) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidUpdate) RequestID

func (s *InvalidUpdate) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidUpdate) StatusCode

func (s *InvalidUpdate) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidUpdate) String

func (s InvalidUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InventoryAggregator

type InventoryAggregator struct {

    // Nested aggregators to further refine aggregation for an inventory type.
    Aggregators []*InventoryAggregator `min:"1" type:"list"`

    // The inventory type and attribute name for aggregation.
    Expression *string `min:"1" type:"string"`

    // A user-defined set of one or more filters on which to aggregate inventory
    // data. Groups return a count of resources that match and don't match the specified
    // criteria.
    Groups []*InventoryGroup `min:"1" type:"list"`
    // contains filtered or unexported fields
}

Specifies the inventory type and attribute for the aggregation execution.

func (InventoryAggregator) GoString

func (s InventoryAggregator) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InventoryAggregator) SetAggregators

func (s *InventoryAggregator) SetAggregators(v []*InventoryAggregator) *InventoryAggregator

SetAggregators sets the Aggregators field's value.

func (*InventoryAggregator) SetExpression

func (s *InventoryAggregator) SetExpression(v string) *InventoryAggregator

SetExpression sets the Expression field's value.

func (*InventoryAggregator) SetGroups

func (s *InventoryAggregator) SetGroups(v []*InventoryGroup) *InventoryAggregator

SetGroups sets the Groups field's value.

func (InventoryAggregator) String

func (s InventoryAggregator) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InventoryAggregator) Validate

func (s *InventoryAggregator) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InventoryDeletionStatusItem

type InventoryDeletionStatusItem struct {

    // The deletion ID returned by the DeleteInventory operation.
    DeletionId *string `type:"string"`

    // The UTC timestamp when the delete operation started.
    DeletionStartTime *time.Time `type:"timestamp"`

    // Information about the delete operation. For more information about this summary,
    // see Understanding the delete inventory summary (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-custom.html#sysman-inventory-delete)
    // in the Amazon Web Services Systems Manager User Guide.
    DeletionSummary *InventoryDeletionSummary `type:"structure"`

    // The status of the operation. Possible values are InProgress and Complete.
    LastStatus *string `type:"string" enum:"InventoryDeletionStatus"`

    // Information about the status.
    LastStatusMessage *string `type:"string"`

    // The UTC timestamp of when the last status report.
    LastStatusUpdateTime *time.Time `type:"timestamp"`

    // The name of the inventory data type.
    TypeName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Status information returned by the DeleteInventory operation.

func (InventoryDeletionStatusItem) GoString

func (s InventoryDeletionStatusItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InventoryDeletionStatusItem) SetDeletionId

func (s *InventoryDeletionStatusItem) SetDeletionId(v string) *InventoryDeletionStatusItem

SetDeletionId sets the DeletionId field's value.

func (*InventoryDeletionStatusItem) SetDeletionStartTime

func (s *InventoryDeletionStatusItem) SetDeletionStartTime(v time.Time) *InventoryDeletionStatusItem

SetDeletionStartTime sets the DeletionStartTime field's value.

func (*InventoryDeletionStatusItem) SetDeletionSummary

func (s *InventoryDeletionStatusItem) SetDeletionSummary(v *InventoryDeletionSummary) *InventoryDeletionStatusItem

SetDeletionSummary sets the DeletionSummary field's value.

func (*InventoryDeletionStatusItem) SetLastStatus

func (s *InventoryDeletionStatusItem) SetLastStatus(v string) *InventoryDeletionStatusItem

SetLastStatus sets the LastStatus field's value.

func (*InventoryDeletionStatusItem) SetLastStatusMessage

func (s *InventoryDeletionStatusItem) SetLastStatusMessage(v string) *InventoryDeletionStatusItem

SetLastStatusMessage sets the LastStatusMessage field's value.

func (*InventoryDeletionStatusItem) SetLastStatusUpdateTime

func (s *InventoryDeletionStatusItem) SetLastStatusUpdateTime(v time.Time) *InventoryDeletionStatusItem

SetLastStatusUpdateTime sets the LastStatusUpdateTime field's value.

func (*InventoryDeletionStatusItem) SetTypeName

func (s *InventoryDeletionStatusItem) SetTypeName(v string) *InventoryDeletionStatusItem

SetTypeName sets the TypeName field's value.

func (InventoryDeletionStatusItem) String

func (s InventoryDeletionStatusItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InventoryDeletionSummary

type InventoryDeletionSummary struct {

    // Remaining number of items to delete.
    RemainingCount *int64 `type:"integer"`

    // A list of counts and versions for deleted items.
    SummaryItems []*InventoryDeletionSummaryItem `type:"list"`

    // The total number of items to delete. This count doesn't change during the
    // delete operation.
    TotalCount *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Information about the delete operation.

func (InventoryDeletionSummary) GoString

func (s InventoryDeletionSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InventoryDeletionSummary) SetRemainingCount

func (s *InventoryDeletionSummary) SetRemainingCount(v int64) *InventoryDeletionSummary

SetRemainingCount sets the RemainingCount field's value.

func (*InventoryDeletionSummary) SetSummaryItems

func (s *InventoryDeletionSummary) SetSummaryItems(v []*InventoryDeletionSummaryItem) *InventoryDeletionSummary

SetSummaryItems sets the SummaryItems field's value.

func (*InventoryDeletionSummary) SetTotalCount

func (s *InventoryDeletionSummary) SetTotalCount(v int64) *InventoryDeletionSummary

SetTotalCount sets the TotalCount field's value.

func (InventoryDeletionSummary) String

func (s InventoryDeletionSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InventoryDeletionSummaryItem

type InventoryDeletionSummaryItem struct {

    // A count of the number of deleted items.
    Count *int64 `type:"integer"`

    // The remaining number of items to delete.
    RemainingCount *int64 `type:"integer"`

    // The inventory type version.
    Version *string `type:"string"`
    // contains filtered or unexported fields
}

Either a count, remaining count, or a version number in a delete inventory summary.

func (InventoryDeletionSummaryItem) GoString

func (s InventoryDeletionSummaryItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InventoryDeletionSummaryItem) SetCount

func (s *InventoryDeletionSummaryItem) SetCount(v int64) *InventoryDeletionSummaryItem

SetCount sets the Count field's value.

func (*InventoryDeletionSummaryItem) SetRemainingCount

func (s *InventoryDeletionSummaryItem) SetRemainingCount(v int64) *InventoryDeletionSummaryItem

SetRemainingCount sets the RemainingCount field's value.

func (*InventoryDeletionSummaryItem) SetVersion

func (s *InventoryDeletionSummaryItem) SetVersion(v string) *InventoryDeletionSummaryItem

SetVersion sets the Version field's value.

func (InventoryDeletionSummaryItem) String

func (s InventoryDeletionSummaryItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InventoryFilter

type InventoryFilter struct {

    // The name of the filter key.
    //
    // Key is a required field
    Key *string `min:"1" type:"string" required:"true"`

    // The type of filter.
    //
    // The Exists filter must be used with aggregators. For more information, see
    // Aggregating inventory data (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-aggregate.html)
    // in the Amazon Web Services Systems Manager User Guide.
    Type *string `type:"string" enum:"InventoryQueryOperatorType"`

    // Inventory filter values. Example: inventory filter where managed node IDs
    // are specified as values Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g,
    // i-1a2b3c4d5e6,Type=Equal.
    //
    // Values is a required field
    Values []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

One or more filters. Use a filter to return a more specific list of results.

func (InventoryFilter) GoString

func (s InventoryFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InventoryFilter) SetKey

func (s *InventoryFilter) SetKey(v string) *InventoryFilter

SetKey sets the Key field's value.

func (*InventoryFilter) SetType

func (s *InventoryFilter) SetType(v string) *InventoryFilter

SetType sets the Type field's value.

func (*InventoryFilter) SetValues

func (s *InventoryFilter) SetValues(v []*string) *InventoryFilter

SetValues sets the Values field's value.

func (InventoryFilter) String

func (s InventoryFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InventoryFilter) Validate

func (s *InventoryFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InventoryGroup

type InventoryGroup struct {

    // Filters define the criteria for the group. The matchingCount field displays
    // the number of resources that match the criteria. The notMatchingCount field
    // displays the number of resources that don't match the criteria.
    //
    // Filters is a required field
    Filters []*InventoryFilter `min:"1" type:"list" required:"true"`

    // The name of the group.
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

A user-defined set of one or more filters on which to aggregate inventory data. Groups return a count of resources that match and don't match the specified criteria.

func (InventoryGroup) GoString

func (s InventoryGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InventoryGroup) SetFilters

func (s *InventoryGroup) SetFilters(v []*InventoryFilter) *InventoryGroup

SetFilters sets the Filters field's value.

func (*InventoryGroup) SetName

func (s *InventoryGroup) SetName(v string) *InventoryGroup

SetName sets the Name field's value.

func (InventoryGroup) String

func (s InventoryGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InventoryGroup) Validate

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 doesn't
    // update the inventory item type contents if the MD5 hash hasn't changed since
    // last update.
    ContentHash *string `type:"string"`

    // A map of associated properties for a specified inventory type. For example,
    // with this attribute, you can specify the ExecutionId, ExecutionType, ComplianceType
    // properties of the AWS:ComplianceItem type.
    Context map[string]*string `type:"map"`

    // The schema version for the inventory item.
    //
    // SchemaVersion is a required field
    SchemaVersion *string `type:"string" required:"true"`

    // The name of the inventory type. Default inventory item type names start with
    // AWS. Custom inventory type names will start with Custom. Default inventory
    // item types include the following: AWS:AWSComponent, AWS:Application, AWS:InstanceInformation,
    // AWS:Network, and AWS:WindowsUpdate.
    //
    // TypeName is a required field
    TypeName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Information collected from managed nodes based on your inventory policy document

func (InventoryItem) GoString

func (s InventoryItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InventoryItem) SetCaptureTime

func (s *InventoryItem) SetCaptureTime(v string) *InventoryItem

SetCaptureTime sets the CaptureTime field's value.

func (*InventoryItem) SetContent

func (s *InventoryItem) SetContent(v []map[string]*string) *InventoryItem

SetContent sets the Content field's value.

func (*InventoryItem) SetContentHash

func (s *InventoryItem) SetContentHash(v string) *InventoryItem

SetContentHash sets the ContentHash field's value.

func (*InventoryItem) SetContext

func (s *InventoryItem) SetContext(v map[string]*string) *InventoryItem

SetContext sets the Context field's value.

func (*InventoryItem) SetSchemaVersion

func (s *InventoryItem) SetSchemaVersion(v string) *InventoryItem

SetSchemaVersion sets the SchemaVersion field's value.

func (*InventoryItem) SetTypeName

func (s *InventoryItem) SetTypeName(v string) *InventoryItem

SetTypeName sets the TypeName field's value.

func (InventoryItem) String

func (s InventoryItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InventoryItem) Validate

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 *string `type:"string" required:"true" enum:"InventoryAttributeDataType"`

    // Name of the inventory item attribute.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Attributes are the entries within the inventory item content. It contains name and value.

func (InventoryItemAttribute) GoString

func (s InventoryItemAttribute) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InventoryItemAttribute) SetDataType

func (s *InventoryItemAttribute) SetDataType(v string) *InventoryItemAttribute

SetDataType sets the DataType field's value.

func (*InventoryItemAttribute) SetName

func (s *InventoryItemAttribute) SetName(v string) *InventoryItemAttribute

SetName sets the Name field's value.

func (InventoryItemAttribute) String

func (s InventoryItemAttribute) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InventoryItemSchema

type InventoryItemSchema struct {

    // The schema attributes for inventory. This contains data type and attribute
    // name.
    //
    // Attributes is a required field
    Attributes []*InventoryItemAttribute `min:"1" type:"list" required:"true"`

    // The alias name of the inventory type. The alias name is used for display
    // purposes.
    DisplayName *string `type:"string"`

    // The name of the inventory type. Default inventory item type names start with
    // Amazon Web Services. Custom inventory type names will start with Custom.
    // Default inventory item types include the following: AWS:AWSComponent, AWS:Application,
    // AWS:InstanceInformation, AWS:Network, and AWS:WindowsUpdate.
    //
    // TypeName is a required field
    TypeName *string `min:"1" type:"string" required:"true"`

    // The schema version for the inventory item.
    Version *string `type:"string"`
    // contains filtered or unexported fields
}

The inventory item schema definition. Users can use this to compose inventory query filters.

func (InventoryItemSchema) GoString

func (s InventoryItemSchema) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InventoryItemSchema) SetAttributes

func (s *InventoryItemSchema) SetAttributes(v []*InventoryItemAttribute) *InventoryItemSchema

SetAttributes sets the Attributes field's value.

func (*InventoryItemSchema) SetDisplayName

func (s *InventoryItemSchema) SetDisplayName(v string) *InventoryItemSchema

SetDisplayName sets the DisplayName field's value.

func (*InventoryItemSchema) SetTypeName

func (s *InventoryItemSchema) SetTypeName(v string) *InventoryItemSchema

SetTypeName sets the TypeName field's value.

func (*InventoryItemSchema) SetVersion

func (s *InventoryItemSchema) SetVersion(v string) *InventoryItemSchema

SetVersion sets the Version field's value.

func (InventoryItemSchema) String

func (s InventoryItemSchema) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InventoryResultEntity

type InventoryResultEntity struct {

    // The data section in the inventory result entity JSON.
    Data map[string]*InventoryResultItem `type:"map"`

    // ID of the inventory result entity. For example, for managed node inventory
    // the result will be the managed node ID. For EC2 instance inventory, the result
    // will be the instance ID.
    Id *string `type:"string"`
    // contains filtered or unexported fields
}

Inventory query results.

func (InventoryResultEntity) GoString

func (s InventoryResultEntity) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InventoryResultEntity) SetData

func (s *InventoryResultEntity) SetData(v map[string]*InventoryResultItem) *InventoryResultEntity

SetData sets the Data field's value.

func (*InventoryResultEntity) SetId

func (s *InventoryResultEntity) SetId(v string) *InventoryResultEntity

SetId sets the Id field's value.

func (InventoryResultEntity) String

func (s InventoryResultEntity) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InventoryResultItem

type InventoryResultItem struct {

    // The time inventory item data was captured.
    CaptureTime *string `type:"string"`

    // Contains all the inventory data of the item type. Results include attribute
    // names and values.
    //
    // Content is a required field
    Content []map[string]*string `type:"list" required:"true"`

    // MD5 hash of the inventory item type contents. The content hash is used to
    // determine whether to update inventory information. The PutInventory API doesn't
    // update the inventory item type contents if the MD5 hash hasn't changed since
    // last update.
    ContentHash *string `type:"string"`

    // The schema version for the inventory result item/
    //
    // SchemaVersion is a required field
    SchemaVersion *string `type:"string" required:"true"`

    // The name of the inventory result item type.
    //
    // TypeName is a required field
    TypeName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The inventory result item.

func (InventoryResultItem) GoString

func (s InventoryResultItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InventoryResultItem) SetCaptureTime

func (s *InventoryResultItem) SetCaptureTime(v string) *InventoryResultItem

SetCaptureTime sets the CaptureTime field's value.

func (*InventoryResultItem) SetContent

func (s *InventoryResultItem) SetContent(v []map[string]*string) *InventoryResultItem

SetContent sets the Content field's value.

func (*InventoryResultItem) SetContentHash

func (s *InventoryResultItem) SetContentHash(v string) *InventoryResultItem

SetContentHash sets the ContentHash field's value.

func (*InventoryResultItem) SetSchemaVersion

func (s *InventoryResultItem) SetSchemaVersion(v string) *InventoryResultItem

SetSchemaVersion sets the SchemaVersion field's value.

func (*InventoryResultItem) SetTypeName

func (s *InventoryResultItem) SetTypeName(v string) *InventoryResultItem

SetTypeName sets the TypeName field's value.

func (InventoryResultItem) String

func (s InventoryResultItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvocationDoesNotExist

type InvocationDoesNotExist struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The command ID and managed node ID you specified didn't match any invocations. Verify the command ID and the managed node ID and try again.

func (*InvocationDoesNotExist) Code

func (s *InvocationDoesNotExist) Code() string

Code returns the exception type name.

func (*InvocationDoesNotExist) Error

func (s *InvocationDoesNotExist) Error() string

func (InvocationDoesNotExist) GoString

func (s InvocationDoesNotExist) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvocationDoesNotExist) Message

func (s *InvocationDoesNotExist) Message() string

Message returns the exception's message.

func (*InvocationDoesNotExist) OrigErr

func (s *InvocationDoesNotExist) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvocationDoesNotExist) RequestID

func (s *InvocationDoesNotExist) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvocationDoesNotExist) StatusCode

func (s *InvocationDoesNotExist) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvocationDoesNotExist) String

func (s InvocationDoesNotExist) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ItemContentMismatchException

type ItemContentMismatchException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    TypeName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The inventory item has invalid content.

func (*ItemContentMismatchException) Code

func (s *ItemContentMismatchException) Code() string

Code returns the exception type name.

func (*ItemContentMismatchException) Error

func (s *ItemContentMismatchException) Error() string

func (ItemContentMismatchException) GoString

func (s ItemContentMismatchException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ItemContentMismatchException) Message

func (s *ItemContentMismatchException) Message() string

Message returns the exception's message.

func (*ItemContentMismatchException) OrigErr

func (s *ItemContentMismatchException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ItemContentMismatchException) RequestID

func (s *ItemContentMismatchException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ItemContentMismatchException) StatusCode

func (s *ItemContentMismatchException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ItemContentMismatchException) String

func (s ItemContentMismatchException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ItemSizeLimitExceededException

type ItemSizeLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    TypeName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The inventory item size has exceeded the size limit.

func (*ItemSizeLimitExceededException) Code

func (s *ItemSizeLimitExceededException) Code() string

Code returns the exception type name.

func (*ItemSizeLimitExceededException) Error

func (s *ItemSizeLimitExceededException) Error() string

func (ItemSizeLimitExceededException) GoString

func (s ItemSizeLimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ItemSizeLimitExceededException) Message

func (s *ItemSizeLimitExceededException) Message() string

Message returns the exception's message.

func (*ItemSizeLimitExceededException) OrigErr

func (s *ItemSizeLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ItemSizeLimitExceededException) RequestID

func (s *ItemSizeLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ItemSizeLimitExceededException) StatusCode

func (s *ItemSizeLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ItemSizeLimitExceededException) String

func (s ItemSizeLimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LabelParameterVersionInput

type LabelParameterVersionInput struct {

    // One or more labels to attach to the specified parameter version.
    //
    // Labels is a required field
    Labels []*string `min:"1" type:"list" required:"true"`

    // The parameter name on which you want to attach one or more labels.
    //
    // You can't enter the Amazon Resource Name (ARN) for a parameter, only the
    // parameter name itself.
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`

    // The specific version of the parameter on which you want to attach one or
    // more labels. If no version is specified, the system attaches the label to
    // the latest version.
    ParameterVersion *int64 `type:"long"`
    // contains filtered or unexported fields
}

func (LabelParameterVersionInput) GoString

func (s LabelParameterVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelParameterVersionInput) SetLabels

func (s *LabelParameterVersionInput) SetLabels(v []*string) *LabelParameterVersionInput

SetLabels sets the Labels field's value.

func (*LabelParameterVersionInput) SetName

func (s *LabelParameterVersionInput) SetName(v string) *LabelParameterVersionInput

SetName sets the Name field's value.

func (*LabelParameterVersionInput) SetParameterVersion

func (s *LabelParameterVersionInput) SetParameterVersion(v int64) *LabelParameterVersionInput

SetParameterVersion sets the ParameterVersion field's value.

func (LabelParameterVersionInput) String

func (s LabelParameterVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelParameterVersionInput) Validate

func (s *LabelParameterVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LabelParameterVersionOutput

type LabelParameterVersionOutput struct {

    // The label doesn't meet the requirements. For information about parameter
    // label requirements, see Working with parameter labels (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html)
    // in the Amazon Web Services Systems Manager User Guide.
    InvalidLabels []*string `min:"1" type:"list"`

    // The version of the parameter that has been labeled.
    ParameterVersion *int64 `type:"long"`
    // contains filtered or unexported fields
}

func (LabelParameterVersionOutput) GoString

func (s LabelParameterVersionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelParameterVersionOutput) SetInvalidLabels

func (s *LabelParameterVersionOutput) SetInvalidLabels(v []*string) *LabelParameterVersionOutput

SetInvalidLabels sets the InvalidLabels field's value.

func (*LabelParameterVersionOutput) SetParameterVersion

func (s *LabelParameterVersionOutput) SetParameterVersion(v int64) *LabelParameterVersionOutput

SetParameterVersion sets the ParameterVersion field's value.

func (LabelParameterVersionOutput) String

func (s LabelParameterVersionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAssociationVersionsInput

type ListAssociationVersionsInput struct {

    // The association ID for which you want to view all versions.
    //
    // AssociationId is a required field
    AssociationId *string `type:"string" required:"true"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // A token to start the list. Use this token to get the next set of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListAssociationVersionsInput) GoString

func (s ListAssociationVersionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssociationVersionsInput) SetAssociationId

func (s *ListAssociationVersionsInput) SetAssociationId(v string) *ListAssociationVersionsInput

SetAssociationId sets the AssociationId field's value.

func (*ListAssociationVersionsInput) SetMaxResults

func (s *ListAssociationVersionsInput) SetMaxResults(v int64) *ListAssociationVersionsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAssociationVersionsInput) SetNextToken

func (s *ListAssociationVersionsInput) SetNextToken(v string) *ListAssociationVersionsInput

SetNextToken sets the NextToken field's value.

func (ListAssociationVersionsInput) String

func (s ListAssociationVersionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssociationVersionsInput) Validate

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) GoString

func (s ListAssociationVersionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssociationVersionsOutput) SetAssociationVersions

func (s *ListAssociationVersionsOutput) SetAssociationVersions(v []*AssociationVersionInfo) *ListAssociationVersionsOutput

SetAssociationVersions sets the AssociationVersions field's value.

func (*ListAssociationVersionsOutput) SetNextToken

func (s *ListAssociationVersionsOutput) SetNextToken(v string) *ListAssociationVersionsOutput

SetNextToken sets the NextToken field's value.

func (ListAssociationVersionsOutput) String

func (s ListAssociationVersionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAssociationsInput

type ListAssociationsInput struct {

    // One or more filters. Use a filter to return a more specific list of results.
    //
    // Filtering associations using the InstanceID attribute only returns legacy
    // associations created using the InstanceID attribute. Associations targeting
    // the managed node that are part of the Target Attributes ResourceGroup or
    // Tags aren't returned.
    AssociationFilterList []*AssociationFilter `min:"1" type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListAssociationsInput) GoString

func (s ListAssociationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssociationsInput) SetAssociationFilterList

func (s *ListAssociationsInput) SetAssociationFilterList(v []*AssociationFilter) *ListAssociationsInput

SetAssociationFilterList sets the AssociationFilterList field's value.

func (*ListAssociationsInput) SetMaxResults

func (s *ListAssociationsInput) SetMaxResults(v int64) *ListAssociationsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAssociationsInput) SetNextToken

func (s *ListAssociationsInput) SetNextToken(v string) *ListAssociationsInput

SetNextToken sets the NextToken field's value.

func (ListAssociationsInput) String

func (s ListAssociationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssociationsInput) Validate

func (s *ListAssociationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAssociationsOutput

type ListAssociationsOutput struct {

    // The associations.
    Associations []*Association `type:"list"`

    // The token to use when requesting the next set of items. If there are no additional
    // items to return, the string is empty.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListAssociationsOutput) GoString

func (s ListAssociationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssociationsOutput) SetAssociations

func (s *ListAssociationsOutput) SetAssociations(v []*Association) *ListAssociationsOutput

SetAssociations sets the Associations field's value.

func (*ListAssociationsOutput) SetNextToken

func (s *ListAssociationsOutput) SetNextToken(v string) *ListAssociationsOutput

SetNextToken sets the NextToken field's value.

func (ListAssociationsOutput) String

func (s ListAssociationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListCommandInvocationsInput

type ListCommandInvocationsInput struct {

    // (Optional) The invocations for a specific command ID.
    CommandId *string `min:"36" type:"string"`

    // (Optional) If set this returns the response of the command executions and
    // any command output. The default value is false.
    Details *bool `type:"boolean"`

    // (Optional) One or more filters. Use a filter to return a more specific list
    // of results.
    Filters []*CommandFilter `min:"1" type:"list"`

    // (Optional) The command execution details for a specific managed node ID.
    InstanceId *string `type:"string"`

    // (Optional) The maximum number of items to return for this call. The call
    // also returns a token that you can specify in a subsequent call to get the
    // next set of results.
    MaxResults *int64 `min:"1" type:"integer"`

    // (Optional) The token for the next set of items to return. (You received this
    // token from a previous call.)
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListCommandInvocationsInput) GoString

func (s ListCommandInvocationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCommandInvocationsInput) SetCommandId

func (s *ListCommandInvocationsInput) SetCommandId(v string) *ListCommandInvocationsInput

SetCommandId sets the CommandId field's value.

func (*ListCommandInvocationsInput) SetDetails

func (s *ListCommandInvocationsInput) SetDetails(v bool) *ListCommandInvocationsInput

SetDetails sets the Details field's value.

func (*ListCommandInvocationsInput) SetFilters

func (s *ListCommandInvocationsInput) SetFilters(v []*CommandFilter) *ListCommandInvocationsInput

SetFilters sets the Filters field's value.

func (*ListCommandInvocationsInput) SetInstanceId

func (s *ListCommandInvocationsInput) SetInstanceId(v string) *ListCommandInvocationsInput

SetInstanceId sets the InstanceId field's value.

func (*ListCommandInvocationsInput) SetMaxResults

func (s *ListCommandInvocationsInput) SetMaxResults(v int64) *ListCommandInvocationsInput

SetMaxResults sets the MaxResults field's value.

func (*ListCommandInvocationsInput) SetNextToken

func (s *ListCommandInvocationsInput) SetNextToken(v string) *ListCommandInvocationsInput

SetNextToken sets the NextToken field's value.

func (ListCommandInvocationsInput) String

func (s ListCommandInvocationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCommandInvocationsInput) Validate

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) GoString

func (s ListCommandInvocationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCommandInvocationsOutput) SetCommandInvocations

func (s *ListCommandInvocationsOutput) SetCommandInvocations(v []*CommandInvocation) *ListCommandInvocationsOutput

SetCommandInvocations sets the CommandInvocations field's value.

func (*ListCommandInvocationsOutput) SetNextToken

func (s *ListCommandInvocationsOutput) SetNextToken(v string) *ListCommandInvocationsOutput

SetNextToken sets the NextToken field's value.

func (ListCommandInvocationsOutput) String

func (s ListCommandInvocationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListCommandsInput

type ListCommandsInput struct {

    // (Optional) If provided, lists only the specified command.
    CommandId *string `min:"36" type:"string"`

    // (Optional) One or more filters. Use a filter to return a more specific list
    // of results.
    Filters []*CommandFilter `min:"1" type:"list"`

    // (Optional) Lists commands issued against this managed node ID.
    //
    // You can't specify a managed node ID in the same command that you specify
    // Status = Pending. This is because the command hasn't reached the managed
    // node yet.
    InstanceId *string `type:"string"`

    // (Optional) The maximum number of items to return for this call. The call
    // also returns a token that you can specify in a subsequent call to get the
    // next set of results.
    MaxResults *int64 `min:"1" type:"integer"`

    // (Optional) The token for the next set of items to return. (You received this
    // token from a previous call.)
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListCommandsInput) GoString

func (s ListCommandsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCommandsInput) SetCommandId

func (s *ListCommandsInput) SetCommandId(v string) *ListCommandsInput

SetCommandId sets the CommandId field's value.

func (*ListCommandsInput) SetFilters

func (s *ListCommandsInput) SetFilters(v []*CommandFilter) *ListCommandsInput

SetFilters sets the Filters field's value.

func (*ListCommandsInput) SetInstanceId

func (s *ListCommandsInput) SetInstanceId(v string) *ListCommandsInput

SetInstanceId sets the InstanceId field's value.

func (*ListCommandsInput) SetMaxResults

func (s *ListCommandsInput) SetMaxResults(v int64) *ListCommandsInput

SetMaxResults sets the MaxResults field's value.

func (*ListCommandsInput) SetNextToken

func (s *ListCommandsInput) SetNextToken(v string) *ListCommandsInput

SetNextToken sets the NextToken field's value.

func (ListCommandsInput) String

func (s ListCommandsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCommandsInput) Validate

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) GoString

func (s ListCommandsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCommandsOutput) SetCommands

func (s *ListCommandsOutput) SetCommands(v []*Command) *ListCommandsOutput

SetCommands sets the Commands field's value.

func (*ListCommandsOutput) SetNextToken

func (s *ListCommandsOutput) SetNextToken(v string) *ListCommandsOutput

SetNextToken sets the NextToken field's value.

func (ListCommandsOutput) String

func (s ListCommandsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListComplianceItemsInput

type ListComplianceItemsInput struct {

    // One or more compliance filters. Use a filter to return a more specific list
    // of results.
    Filters []*ComplianceStringFilter `type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // A token to start the list. Use this token to get the next set of results.
    NextToken *string `type:"string"`

    // The ID for the resources from which to get compliance information. Currently,
    // you can only specify one resource ID.
    ResourceIds []*string `min:"1" type:"list"`

    // The type of resource from which to get compliance information. Currently,
    // the only supported resource type is ManagedInstance.
    ResourceTypes []*string `min:"1" type:"list"`
    // contains filtered or unexported fields
}

func (ListComplianceItemsInput) GoString

func (s ListComplianceItemsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListComplianceItemsInput) SetFilters

func (s *ListComplianceItemsInput) SetFilters(v []*ComplianceStringFilter) *ListComplianceItemsInput

SetFilters sets the Filters field's value.

func (*ListComplianceItemsInput) SetMaxResults

func (s *ListComplianceItemsInput) SetMaxResults(v int64) *ListComplianceItemsInput

SetMaxResults sets the MaxResults field's value.

func (*ListComplianceItemsInput) SetNextToken

func (s *ListComplianceItemsInput) SetNextToken(v string) *ListComplianceItemsInput

SetNextToken sets the NextToken field's value.

func (*ListComplianceItemsInput) SetResourceIds

func (s *ListComplianceItemsInput) SetResourceIds(v []*string) *ListComplianceItemsInput

SetResourceIds sets the ResourceIds field's value.

func (*ListComplianceItemsInput) SetResourceTypes

func (s *ListComplianceItemsInput) SetResourceTypes(v []*string) *ListComplianceItemsInput

SetResourceTypes sets the ResourceTypes field's value.

func (ListComplianceItemsInput) String

func (s ListComplianceItemsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListComplianceItemsInput) Validate

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) GoString

func (s ListComplianceItemsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListComplianceItemsOutput) SetComplianceItems

func (s *ListComplianceItemsOutput) SetComplianceItems(v []*ComplianceItem) *ListComplianceItemsOutput

SetComplianceItems sets the ComplianceItems field's value.

func (*ListComplianceItemsOutput) SetNextToken

func (s *ListComplianceItemsOutput) SetNextToken(v string) *ListComplianceItemsOutput

SetNextToken sets the NextToken field's value.

func (ListComplianceItemsOutput) String

func (s ListComplianceItemsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListComplianceSummariesInput

type ListComplianceSummariesInput struct {

    // One or more compliance or inventory filters. Use a filter to return a more
    // specific list of results.
    Filters []*ComplianceStringFilter `type:"list"`

    // The maximum number of items to return for this call. Currently, you can specify
    // null or 50. The call also returns a token that you can specify in a subsequent
    // call to get the next set of results.
    MaxResults *int64 `min:"1" type:"integer"`

    // A token to start the list. Use this token to get the next set of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListComplianceSummariesInput) GoString

func (s ListComplianceSummariesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListComplianceSummariesInput) SetFilters

func (s *ListComplianceSummariesInput) SetFilters(v []*ComplianceStringFilter) *ListComplianceSummariesInput

SetFilters sets the Filters field's value.

func (*ListComplianceSummariesInput) SetMaxResults

func (s *ListComplianceSummariesInput) SetMaxResults(v int64) *ListComplianceSummariesInput

SetMaxResults sets the MaxResults field's value.

func (*ListComplianceSummariesInput) SetNextToken

func (s *ListComplianceSummariesInput) SetNextToken(v string) *ListComplianceSummariesInput

SetNextToken sets the NextToken field's value.

func (ListComplianceSummariesInput) String

func (s ListComplianceSummariesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListComplianceSummariesInput) Validate

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) GoString

func (s ListComplianceSummariesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListComplianceSummariesOutput) SetComplianceSummaryItems

func (s *ListComplianceSummariesOutput) SetComplianceSummaryItems(v []*ComplianceSummaryItem) *ListComplianceSummariesOutput

SetComplianceSummaryItems sets the ComplianceSummaryItems field's value.

func (*ListComplianceSummariesOutput) SetNextToken

func (s *ListComplianceSummariesOutput) SetNextToken(v string) *ListComplianceSummariesOutput

SetNextToken sets the NextToken field's value.

func (ListComplianceSummariesOutput) String

func (s ListComplianceSummariesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDocumentMetadataHistoryInput

type ListDocumentMetadataHistoryInput struct {

    // The version of the change template.
    DocumentVersion *string `type:"string"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The type of data for which details are being requested. Currently, the only
    // supported value is DocumentReviews.
    //
    // Metadata is a required field
    Metadata *string `type:"string" required:"true" enum:"DocumentMetadataEnum"`

    // The name of the change template.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListDocumentMetadataHistoryInput) GoString

func (s ListDocumentMetadataHistoryInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDocumentMetadataHistoryInput) SetDocumentVersion

func (s *ListDocumentMetadataHistoryInput) SetDocumentVersion(v string) *ListDocumentMetadataHistoryInput

SetDocumentVersion sets the DocumentVersion field's value.

func (*ListDocumentMetadataHistoryInput) SetMaxResults

func (s *ListDocumentMetadataHistoryInput) SetMaxResults(v int64) *ListDocumentMetadataHistoryInput

SetMaxResults sets the MaxResults field's value.

func (*ListDocumentMetadataHistoryInput) SetMetadata

func (s *ListDocumentMetadataHistoryInput) SetMetadata(v string) *ListDocumentMetadataHistoryInput

SetMetadata sets the Metadata field's value.

func (*ListDocumentMetadataHistoryInput) SetName

func (s *ListDocumentMetadataHistoryInput) SetName(v string) *ListDocumentMetadataHistoryInput

SetName sets the Name field's value.

func (*ListDocumentMetadataHistoryInput) SetNextToken

func (s *ListDocumentMetadataHistoryInput) SetNextToken(v string) *ListDocumentMetadataHistoryInput

SetNextToken sets the NextToken field's value.

func (ListDocumentMetadataHistoryInput) String

func (s ListDocumentMetadataHistoryInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDocumentMetadataHistoryInput) Validate

func (s *ListDocumentMetadataHistoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListDocumentMetadataHistoryOutput

type ListDocumentMetadataHistoryOutput struct {

    // The user ID of the person in the organization who requested the review of
    // the change template.
    Author *string `type:"string"`

    // The version of the change template.
    DocumentVersion *string `type:"string"`

    // Information about the response to the change template approval request.
    Metadata *DocumentMetadataResponseInfo `type:"structure"`

    // The name of the change template.
    Name *string `type:"string"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListDocumentMetadataHistoryOutput) GoString

func (s ListDocumentMetadataHistoryOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDocumentMetadataHistoryOutput) SetAuthor

func (s *ListDocumentMetadataHistoryOutput) SetAuthor(v string) *ListDocumentMetadataHistoryOutput

SetAuthor sets the Author field's value.

func (*ListDocumentMetadataHistoryOutput) SetDocumentVersion

func (s *ListDocumentMetadataHistoryOutput) SetDocumentVersion(v string) *ListDocumentMetadataHistoryOutput

SetDocumentVersion sets the DocumentVersion field's value.

func (*ListDocumentMetadataHistoryOutput) SetMetadata

func (s *ListDocumentMetadataHistoryOutput) SetMetadata(v *DocumentMetadataResponseInfo) *ListDocumentMetadataHistoryOutput

SetMetadata sets the Metadata field's value.

func (*ListDocumentMetadataHistoryOutput) SetName

func (s *ListDocumentMetadataHistoryOutput) SetName(v string) *ListDocumentMetadataHistoryOutput

SetName sets the Name field's value.

func (*ListDocumentMetadataHistoryOutput) SetNextToken

func (s *ListDocumentMetadataHistoryOutput) SetNextToken(v string) *ListDocumentMetadataHistoryOutput

SetNextToken sets the NextToken field's value.

func (ListDocumentMetadataHistoryOutput) String

func (s ListDocumentMetadataHistoryOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDocumentVersionsInput

type ListDocumentVersionsInput struct {

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The name of the document. You can specify an Amazon Resource Name (ARN).
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListDocumentVersionsInput) GoString

func (s ListDocumentVersionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDocumentVersionsInput) SetMaxResults

func (s *ListDocumentVersionsInput) SetMaxResults(v int64) *ListDocumentVersionsInput

SetMaxResults sets the MaxResults field's value.

func (*ListDocumentVersionsInput) SetName

func (s *ListDocumentVersionsInput) SetName(v string) *ListDocumentVersionsInput

SetName sets the Name field's value.

func (*ListDocumentVersionsInput) SetNextToken

func (s *ListDocumentVersionsInput) SetNextToken(v string) *ListDocumentVersionsInput

SetNextToken sets the NextToken field's value.

func (ListDocumentVersionsInput) String

func (s ListDocumentVersionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDocumentVersionsInput) Validate

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) GoString

func (s ListDocumentVersionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDocumentVersionsOutput) SetDocumentVersions

func (s *ListDocumentVersionsOutput) SetDocumentVersions(v []*DocumentVersionInfo) *ListDocumentVersionsOutput

SetDocumentVersions sets the DocumentVersions field's value.

func (*ListDocumentVersionsOutput) SetNextToken

func (s *ListDocumentVersionsOutput) SetNextToken(v string) *ListDocumentVersionsOutput

SetNextToken sets the NextToken field's value.

func (ListDocumentVersionsOutput) String

func (s ListDocumentVersionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDocumentsInput

type ListDocumentsInput struct {

    // This data type is deprecated. Instead, use Filters.
    DocumentFilterList []*DocumentFilter `min:"1" type:"list"`

    // One or more DocumentKeyValuesFilter objects. Use a filter to return a more
    // specific list of results. For keys, you can specify one or more key-value
    // pair tags that have been applied to a document. Other valid keys include
    // Owner, Name, PlatformTypes, DocumentType, and TargetType. For example, to
    // return documents you own use Key=Owner,Values=Self. To specify a custom key-value
    // pair, use the format Key=tag:tagName,Values=valueName.
    //
    // This API operation only supports filtering documents by using a single tag
    // key and one or more tag values. For example: Key=tag:tagName,Values=valueName1,valueName2
    Filters []*DocumentKeyValuesFilter `type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListDocumentsInput) GoString

func (s ListDocumentsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDocumentsInput) SetDocumentFilterList

func (s *ListDocumentsInput) SetDocumentFilterList(v []*DocumentFilter) *ListDocumentsInput

SetDocumentFilterList sets the DocumentFilterList field's value.

func (*ListDocumentsInput) SetFilters

func (s *ListDocumentsInput) SetFilters(v []*DocumentKeyValuesFilter) *ListDocumentsInput

SetFilters sets the Filters field's value.

func (*ListDocumentsInput) SetMaxResults

func (s *ListDocumentsInput) SetMaxResults(v int64) *ListDocumentsInput

SetMaxResults sets the MaxResults field's value.

func (*ListDocumentsInput) SetNextToken

func (s *ListDocumentsInput) SetNextToken(v string) *ListDocumentsInput

SetNextToken sets the NextToken field's value.

func (ListDocumentsInput) String

func (s ListDocumentsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDocumentsInput) Validate

func (s *ListDocumentsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListDocumentsOutput

type ListDocumentsOutput struct {

    // The names of the SSM documents.
    DocumentIdentifiers []*DocumentIdentifier `type:"list"`

    // The token to use when requesting the next set of items. If there are no additional
    // items to return, the string is empty.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListDocumentsOutput) GoString

func (s ListDocumentsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDocumentsOutput) SetDocumentIdentifiers

func (s *ListDocumentsOutput) SetDocumentIdentifiers(v []*DocumentIdentifier) *ListDocumentsOutput

SetDocumentIdentifiers sets the DocumentIdentifiers field's value.

func (*ListDocumentsOutput) SetNextToken

func (s *ListDocumentsOutput) SetNextToken(v string) *ListDocumentsOutput

SetNextToken sets the NextToken field's value.

func (ListDocumentsOutput) String

func (s ListDocumentsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListInventoryEntriesInput

type ListInventoryEntriesInput struct {

    // One or more filters. Use a filter to return a more specific list of results.
    Filters []*InventoryFilter `min:"1" type:"list"`

    // The managed node ID for which you want inventory information.
    //
    // InstanceId is a required field
    InstanceId *string `type:"string" required:"true"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`

    // The type of inventory item for which you want information.
    //
    // TypeName is a required field
    TypeName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListInventoryEntriesInput) GoString

func (s ListInventoryEntriesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInventoryEntriesInput) SetFilters

func (s *ListInventoryEntriesInput) SetFilters(v []*InventoryFilter) *ListInventoryEntriesInput

SetFilters sets the Filters field's value.

func (*ListInventoryEntriesInput) SetInstanceId

func (s *ListInventoryEntriesInput) SetInstanceId(v string) *ListInventoryEntriesInput

SetInstanceId sets the InstanceId field's value.

func (*ListInventoryEntriesInput) SetMaxResults

func (s *ListInventoryEntriesInput) SetMaxResults(v int64) *ListInventoryEntriesInput

SetMaxResults sets the MaxResults field's value.

func (*ListInventoryEntriesInput) SetNextToken

func (s *ListInventoryEntriesInput) SetNextToken(v string) *ListInventoryEntriesInput

SetNextToken sets the NextToken field's value.

func (*ListInventoryEntriesInput) SetTypeName

func (s *ListInventoryEntriesInput) SetTypeName(v string) *ListInventoryEntriesInput

SetTypeName sets the TypeName field's value.

func (ListInventoryEntriesInput) String

func (s ListInventoryEntriesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInventoryEntriesInput) Validate

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 managed nodes.
    CaptureTime *string `type:"string"`

    // A list of inventory items on the managed nodes.
    Entries []map[string]*string `type:"list"`

    // The managed node ID targeted by the request to query inventory information.
    InstanceId *string `type:"string"`

    // The token to use when requesting the next set of items. If there are no additional
    // items to return, the string is empty.
    NextToken *string `type:"string"`

    // The inventory schema version used by the managed nodes.
    SchemaVersion *string `type:"string"`

    // The type of inventory item returned by the request.
    TypeName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListInventoryEntriesOutput) GoString

func (s ListInventoryEntriesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInventoryEntriesOutput) SetCaptureTime

func (s *ListInventoryEntriesOutput) SetCaptureTime(v string) *ListInventoryEntriesOutput

SetCaptureTime sets the CaptureTime field's value.

func (*ListInventoryEntriesOutput) SetEntries

func (s *ListInventoryEntriesOutput) SetEntries(v []map[string]*string) *ListInventoryEntriesOutput

SetEntries sets the Entries field's value.

func (*ListInventoryEntriesOutput) SetInstanceId

func (s *ListInventoryEntriesOutput) SetInstanceId(v string) *ListInventoryEntriesOutput

SetInstanceId sets the InstanceId field's value.

func (*ListInventoryEntriesOutput) SetNextToken

func (s *ListInventoryEntriesOutput) SetNextToken(v string) *ListInventoryEntriesOutput

SetNextToken sets the NextToken field's value.

func (*ListInventoryEntriesOutput) SetSchemaVersion

func (s *ListInventoryEntriesOutput) SetSchemaVersion(v string) *ListInventoryEntriesOutput

SetSchemaVersion sets the SchemaVersion field's value.

func (*ListInventoryEntriesOutput) SetTypeName

func (s *ListInventoryEntriesOutput) SetTypeName(v string) *ListInventoryEntriesOutput

SetTypeName sets the TypeName field's value.

func (ListInventoryEntriesOutput) String

func (s ListInventoryEntriesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListOpsItemEventsInput

type ListOpsItemEventsInput struct {

    // One or more OpsItem filters. Use a filter to return a more specific list
    // of results.
    Filters []*OpsItemEventFilter `type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // A token to start the list. Use this token to get the next set of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListOpsItemEventsInput) GoString

func (s ListOpsItemEventsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListOpsItemEventsInput) SetFilters

func (s *ListOpsItemEventsInput) SetFilters(v []*OpsItemEventFilter) *ListOpsItemEventsInput

SetFilters sets the Filters field's value.

func (*ListOpsItemEventsInput) SetMaxResults

func (s *ListOpsItemEventsInput) SetMaxResults(v int64) *ListOpsItemEventsInput

SetMaxResults sets the MaxResults field's value.

func (*ListOpsItemEventsInput) SetNextToken

func (s *ListOpsItemEventsInput) SetNextToken(v string) *ListOpsItemEventsInput

SetNextToken sets the NextToken field's value.

func (ListOpsItemEventsInput) String

func (s ListOpsItemEventsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListOpsItemEventsInput) Validate

func (s *ListOpsItemEventsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListOpsItemEventsOutput

type ListOpsItemEventsOutput struct {

    // The token for the next set of items to return. Use this token to get the
    // next set of results.
    NextToken *string `type:"string"`

    // A list of event information for the specified OpsItems.
    Summaries []*OpsItemEventSummary `type:"list"`
    // contains filtered or unexported fields
}

func (ListOpsItemEventsOutput) GoString

func (s ListOpsItemEventsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListOpsItemEventsOutput) SetNextToken

func (s *ListOpsItemEventsOutput) SetNextToken(v string) *ListOpsItemEventsOutput

SetNextToken sets the NextToken field's value.

func (*ListOpsItemEventsOutput) SetSummaries

func (s *ListOpsItemEventsOutput) SetSummaries(v []*OpsItemEventSummary) *ListOpsItemEventsOutput

SetSummaries sets the Summaries field's value.

func (ListOpsItemEventsOutput) String

func (s ListOpsItemEventsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListOpsItemRelatedItemsInput

type ListOpsItemRelatedItemsInput struct {

    // One or more OpsItem filters. Use a filter to return a more specific list
    // of results.
    Filters []*OpsItemRelatedItemsFilter `type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // The token for the next set of items to return. (You received this token from
    // a previous call.)
    NextToken *string `type:"string"`

    // The ID of the OpsItem for which you want to list all related-item resources.
    OpsItemId *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListOpsItemRelatedItemsInput) GoString

func (s ListOpsItemRelatedItemsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListOpsItemRelatedItemsInput) SetFilters

func (s *ListOpsItemRelatedItemsInput) SetFilters(v []*OpsItemRelatedItemsFilter) *ListOpsItemRelatedItemsInput

SetFilters sets the Filters field's value.

func (*ListOpsItemRelatedItemsInput) SetMaxResults

func (s *ListOpsItemRelatedItemsInput) SetMaxResults(v int64) *ListOpsItemRelatedItemsInput

SetMaxResults sets the MaxResults field's value.

func (*ListOpsItemRelatedItemsInput) SetNextToken

func (s *ListOpsItemRelatedItemsInput) SetNextToken(v string) *ListOpsItemRelatedItemsInput

SetNextToken sets the NextToken field's value.

func (*ListOpsItemRelatedItemsInput) SetOpsItemId

func (s *ListOpsItemRelatedItemsInput) SetOpsItemId(v string) *ListOpsItemRelatedItemsInput

SetOpsItemId sets the OpsItemId field's value.

func (ListOpsItemRelatedItemsInput) String

func (s ListOpsItemRelatedItemsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListOpsItemRelatedItemsInput) Validate

func (s *ListOpsItemRelatedItemsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListOpsItemRelatedItemsOutput

type ListOpsItemRelatedItemsOutput struct {

    // The token for the next set of items to return. Use this token to get the
    // next set of results.
    NextToken *string `type:"string"`

    // A list of related-item resources for the specified OpsItem.
    Summaries []*OpsItemRelatedItemSummary `type:"list"`
    // contains filtered or unexported fields
}

func (ListOpsItemRelatedItemsOutput) GoString

func (s ListOpsItemRelatedItemsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListOpsItemRelatedItemsOutput) SetNextToken

func (s *ListOpsItemRelatedItemsOutput) SetNextToken(v string) *ListOpsItemRelatedItemsOutput

SetNextToken sets the NextToken field's value.

func (*ListOpsItemRelatedItemsOutput) SetSummaries

func (s *ListOpsItemRelatedItemsOutput) SetSummaries(v []*OpsItemRelatedItemSummary) *ListOpsItemRelatedItemsOutput

SetSummaries sets the Summaries field's value.

func (ListOpsItemRelatedItemsOutput) String

func (s ListOpsItemRelatedItemsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListOpsMetadataInput

type ListOpsMetadataInput struct {

    // One or more filters to limit the number of OpsMetadata objects returned by
    // the call.
    Filters []*OpsMetadataFilter `type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // A token to start the list. Use this token to get the next set of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListOpsMetadataInput) GoString

func (s ListOpsMetadataInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListOpsMetadataInput) SetFilters

func (s *ListOpsMetadataInput) SetFilters(v []*OpsMetadataFilter) *ListOpsMetadataInput

SetFilters sets the Filters field's value.

func (*ListOpsMetadataInput) SetMaxResults

func (s *ListOpsMetadataInput) SetMaxResults(v int64) *ListOpsMetadataInput

SetMaxResults sets the MaxResults field's value.

func (*ListOpsMetadataInput) SetNextToken

func (s *ListOpsMetadataInput) SetNextToken(v string) *ListOpsMetadataInput

SetNextToken sets the NextToken field's value.

func (ListOpsMetadataInput) String

func (s ListOpsMetadataInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListOpsMetadataInput) Validate

func (s *ListOpsMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListOpsMetadataOutput

type ListOpsMetadataOutput struct {

    // The token for the next set of items to return. Use this token to get the
    // next set of results.
    NextToken *string `type:"string"`

    // Returns a list of OpsMetadata objects.
    OpsMetadataList []*OpsMetadata `min:"1" type:"list"`
    // contains filtered or unexported fields
}

func (ListOpsMetadataOutput) GoString

func (s ListOpsMetadataOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListOpsMetadataOutput) SetNextToken

func (s *ListOpsMetadataOutput) SetNextToken(v string) *ListOpsMetadataOutput

SetNextToken sets the NextToken field's value.

func (*ListOpsMetadataOutput) SetOpsMetadataList

func (s *ListOpsMetadataOutput) SetOpsMetadataList(v []*OpsMetadata) *ListOpsMetadataOutput

SetOpsMetadataList sets the OpsMetadataList field's value.

func (ListOpsMetadataOutput) String

func (s ListOpsMetadataOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListResourceComplianceSummariesInput

type ListResourceComplianceSummariesInput struct {

    // One or more filters. Use a filter to return a more specific list of results.
    Filters []*ComplianceStringFilter `type:"list"`

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // A token to start the list. Use this token to get the next set of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListResourceComplianceSummariesInput) GoString

func (s ListResourceComplianceSummariesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListResourceComplianceSummariesInput) SetFilters

func (s *ListResourceComplianceSummariesInput) SetFilters(v []*ComplianceStringFilter) *ListResourceComplianceSummariesInput

SetFilters sets the Filters field's value.

func (*ListResourceComplianceSummariesInput) SetMaxResults

func (s *ListResourceComplianceSummariesInput) SetMaxResults(v int64) *ListResourceComplianceSummariesInput

SetMaxResults sets the MaxResults field's value.

func (*ListResourceComplianceSummariesInput) SetNextToken

func (s *ListResourceComplianceSummariesInput) SetNextToken(v string) *ListResourceComplianceSummariesInput

SetNextToken sets the NextToken field's value.

func (ListResourceComplianceSummariesInput) String

func (s ListResourceComplianceSummariesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListResourceComplianceSummariesInput) Validate

func (s *ListResourceComplianceSummariesInput) Validate() error

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 nodes. Summary count includes
    // information about compliant and non-compliant State Manager associations,
    // patch status, or custom items according to the filter criteria that you specify.
    ResourceComplianceSummaryItems []*ResourceComplianceSummaryItem `type:"list"`
    // contains filtered or unexported fields
}

func (ListResourceComplianceSummariesOutput) GoString

func (s ListResourceComplianceSummariesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListResourceComplianceSummariesOutput) SetNextToken

func (s *ListResourceComplianceSummariesOutput) SetNextToken(v string) *ListResourceComplianceSummariesOutput

SetNextToken sets the NextToken field's value.

func (*ListResourceComplianceSummariesOutput) SetResourceComplianceSummaryItems

func (s *ListResourceComplianceSummariesOutput) SetResourceComplianceSummaryItems(v []*ResourceComplianceSummaryItem) *ListResourceComplianceSummariesOutput

SetResourceComplianceSummaryItems sets the ResourceComplianceSummaryItems field's value.

func (ListResourceComplianceSummariesOutput) String

func (s ListResourceComplianceSummariesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListResourceDataSyncInput

type ListResourceDataSyncInput struct {

    // The maximum number of items to return for this call. The call also returns
    // a token that you can specify in a subsequent call to get the next set of
    // results.
    MaxResults *int64 `min:"1" type:"integer"`

    // A token to start the list. Use this token to get the next set of results.
    NextToken *string `type:"string"`

    // View a list of resource data syncs according to the sync type. Specify SyncToDestination
    // to view resource data syncs that synchronize data to an Amazon S3 bucket.
    // Specify SyncFromSource to view resource data syncs from Organizations or
    // from multiple Amazon Web Services Regions.
    SyncType *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListResourceDataSyncInput) GoString

func (s ListResourceDataSyncInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListResourceDataSyncInput) SetMaxResults

func (s *ListResourceDataSyncInput) SetMaxResults(v int64) *ListResourceDataSyncInput

SetMaxResults sets the MaxResults field's value.

func (*ListResourceDataSyncInput) SetNextToken

func (s *ListResourceDataSyncInput) SetNextToken(v string) *ListResourceDataSyncInput

SetNextToken sets the NextToken field's value.

func (*ListResourceDataSyncInput) SetSyncType

func (s *ListResourceDataSyncInput) SetSyncType(v string) *ListResourceDataSyncInput

SetSyncType sets the SyncType field's value.

func (ListResourceDataSyncInput) String

func (s ListResourceDataSyncInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListResourceDataSyncInput) Validate

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) GoString

func (s ListResourceDataSyncOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListResourceDataSyncOutput) SetNextToken

func (s *ListResourceDataSyncOutput) SetNextToken(v string) *ListResourceDataSyncOutput

SetNextToken sets the NextToken field's value.

func (*ListResourceDataSyncOutput) SetResourceDataSyncItems

func (s *ListResourceDataSyncOutput) SetResourceDataSyncItems(v []*ResourceDataSyncItem) *ListResourceDataSyncOutput

SetResourceDataSyncItems sets the ResourceDataSyncItems field's value.

func (ListResourceDataSyncOutput) String

func (s ListResourceDataSyncOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTagsForResourceInput

type ListTagsForResourceInput struct {

    // The resource ID for which you want to see a list of tags.
    //
    // ResourceId is a required field
    ResourceId *string `type:"string" required:"true"`

    // Returns a list of tags for a specific resource type.
    //
    // ResourceType is a required field
    ResourceType *string `type:"string" required:"true" enum:"ResourceTypeForTagging"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) SetResourceId

func (s *ListTagsForResourceInput) SetResourceId(v string) *ListTagsForResourceInput

SetResourceId sets the ResourceId field's value.

func (*ListTagsForResourceInput) SetResourceType

func (s *ListTagsForResourceInput) SetResourceType(v string) *ListTagsForResourceInput

SetResourceType sets the ResourceType field's value.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) Validate

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) GoString

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceOutput) SetTagList

func (s *ListTagsForResourceOutput) SetTagList(v []*Tag) *ListTagsForResourceOutput

SetTagList sets the TagList field's value.

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LoggingInfo

type LoggingInfo struct {

    // The name of an S3 bucket where execution logs are stored.
    //
    // S3BucketName is a required field
    S3BucketName *string `min:"3" type:"string" required:"true"`

    // (Optional) The S3 bucket subfolder.
    S3KeyPrefix *string `type:"string"`

    // The Amazon Web Services Region where the S3 bucket is located.
    //
    // S3Region is a required field
    S3Region *string `min:"3" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Information about an Amazon Simple Storage Service (Amazon S3) bucket to write managed node-level logs to.

LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

func (LoggingInfo) GoString

func (s LoggingInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LoggingInfo) SetS3BucketName

func (s *LoggingInfo) SetS3BucketName(v string) *LoggingInfo

SetS3BucketName sets the S3BucketName field's value.

func (*LoggingInfo) SetS3KeyPrefix

func (s *LoggingInfo) SetS3KeyPrefix(v string) *LoggingInfo

SetS3KeyPrefix sets the S3KeyPrefix field's value.

func (*LoggingInfo) SetS3Region

func (s *LoggingInfo) SetS3Region(v string) *LoggingInfo

SetS3Region sets the S3Region field's value.

func (LoggingInfo) String

func (s LoggingInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LoggingInfo) Validate

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 runbook to use during task execution.
    DocumentVersion *string `type:"string"`

    // The parameters for the AUTOMATION task.
    //
    // For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow
    // and UpdateMaintenanceWindowTask.
    //
    // LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service
    // (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and
    // OutputS3KeyPrefix options in the TaskInvocationParameters structure. For
    // information about how Amazon Web Services Systems Manager handles these options
    // for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
    //
    // TaskParameters has been deprecated. To specify parameters to pass to a task
    // when it runs, instead use the Parameters option in the TaskInvocationParameters
    // structure. For information about how Systems Manager handles these options
    // for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
    //
    // For AUTOMATION task types, Amazon Web Services Systems Manager ignores any
    // values specified for these parameters.
    Parameters map[string][]*string `min:"1" type:"map"`
    // contains filtered or unexported fields
}

The parameters for an AUTOMATION task type.

func (MaintenanceWindowAutomationParameters) GoString

func (s MaintenanceWindowAutomationParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowAutomationParameters) SetDocumentVersion

func (s *MaintenanceWindowAutomationParameters) SetDocumentVersion(v string) *MaintenanceWindowAutomationParameters

SetDocumentVersion sets the DocumentVersion field's value.

func (*MaintenanceWindowAutomationParameters) SetParameters

func (s *MaintenanceWindowAutomationParameters) SetParameters(v map[string][]*string) *MaintenanceWindowAutomationParameters

SetParameters sets the Parameters field's value.

func (MaintenanceWindowAutomationParameters) String

func (s MaintenanceWindowAutomationParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowAutomationParameters) Validate

func (s *MaintenanceWindowAutomationParameters) Validate() error

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 *string `type:"string" enum:"MaintenanceWindowExecutionStatus"`

    // The details explaining the status. Not available for all status values.
    StatusDetails *string `type:"string"`

    // The ID of the maintenance window execution.
    WindowExecutionId *string `min:"36" type:"string"`

    // The ID of the maintenance window.
    WindowId *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

Describes the information about an execution of a maintenance window.

func (MaintenanceWindowExecution) GoString

func (s MaintenanceWindowExecution) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowExecution) SetEndTime

func (s *MaintenanceWindowExecution) SetEndTime(v time.Time) *MaintenanceWindowExecution

SetEndTime sets the EndTime field's value.

func (*MaintenanceWindowExecution) SetStartTime

func (s *MaintenanceWindowExecution) SetStartTime(v time.Time) *MaintenanceWindowExecution

SetStartTime sets the StartTime field's value.

func (*MaintenanceWindowExecution) SetStatus

func (s *MaintenanceWindowExecution) SetStatus(v string) *MaintenanceWindowExecution

SetStatus sets the Status field's value.

func (*MaintenanceWindowExecution) SetStatusDetails

func (s *MaintenanceWindowExecution) SetStatusDetails(v string) *MaintenanceWindowExecution

SetStatusDetails sets the StatusDetails field's value.

func (*MaintenanceWindowExecution) SetWindowExecutionId

func (s *MaintenanceWindowExecution) SetWindowExecutionId(v string) *MaintenanceWindowExecution

SetWindowExecutionId sets the WindowExecutionId field's value.

func (*MaintenanceWindowExecution) SetWindowId

func (s *MaintenanceWindowExecution) SetWindowId(v string) *MaintenanceWindowExecution

SetWindowId sets the WindowId field's value.

func (MaintenanceWindowExecution) String

func (s MaintenanceWindowExecution) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MaintenanceWindowExecutionTaskIdentity

type MaintenanceWindowExecutionTaskIdentity struct {

    // The details for the CloudWatch alarm applied to your maintenance window task.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // The time the task execution finished.
    EndTime *time.Time `type:"timestamp"`

    // The time the task execution started.
    StartTime *time.Time `type:"timestamp"`

    // The status of the task execution.
    Status *string `type:"string" enum:"MaintenanceWindowExecutionStatus"`

    // The details explaining the status of the task execution. Not available for
    // all status values.
    StatusDetails *string `type:"string"`

    // The Amazon Resource Name (ARN) of the task that ran.
    TaskArn *string `min:"1" type:"string"`

    // The ID of the specific task execution in the maintenance window execution.
    TaskExecutionId *string `min:"36" type:"string"`

    // The type of task that ran.
    TaskType *string `type:"string" enum:"MaintenanceWindowTaskType"`

    // The CloudWatch alarm that was invoked by the maintenance window task.
    TriggeredAlarms []*AlarmStateInformation `min:"1" type:"list"`

    // The ID of the maintenance window execution that ran the task.
    WindowExecutionId *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

Information about a task execution performed as part of a maintenance window execution.

func (MaintenanceWindowExecutionTaskIdentity) GoString

func (s MaintenanceWindowExecutionTaskIdentity) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowExecutionTaskIdentity) SetAlarmConfiguration

func (s *MaintenanceWindowExecutionTaskIdentity) SetAlarmConfiguration(v *AlarmConfiguration) *MaintenanceWindowExecutionTaskIdentity

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*MaintenanceWindowExecutionTaskIdentity) SetEndTime

func (s *MaintenanceWindowExecutionTaskIdentity) SetEndTime(v time.Time) *MaintenanceWindowExecutionTaskIdentity

SetEndTime sets the EndTime field's value.

func (*MaintenanceWindowExecutionTaskIdentity) SetStartTime

func (s *MaintenanceWindowExecutionTaskIdentity) SetStartTime(v time.Time) *MaintenanceWindowExecutionTaskIdentity

SetStartTime sets the StartTime field's value.

func (*MaintenanceWindowExecutionTaskIdentity) SetStatus

func (s *MaintenanceWindowExecutionTaskIdentity) SetStatus(v string) *MaintenanceWindowExecutionTaskIdentity

SetStatus sets the Status field's value.

func (*MaintenanceWindowExecutionTaskIdentity) SetStatusDetails

func (s *MaintenanceWindowExecutionTaskIdentity) SetStatusDetails(v string) *MaintenanceWindowExecutionTaskIdentity

SetStatusDetails sets the StatusDetails field's value.

func (*MaintenanceWindowExecutionTaskIdentity) SetTaskArn

func (s *MaintenanceWindowExecutionTaskIdentity) SetTaskArn(v string) *MaintenanceWindowExecutionTaskIdentity

SetTaskArn sets the TaskArn field's value.

func (*MaintenanceWindowExecutionTaskIdentity) SetTaskExecutionId

func (s *MaintenanceWindowExecutionTaskIdentity) SetTaskExecutionId(v string) *MaintenanceWindowExecutionTaskIdentity

SetTaskExecutionId sets the TaskExecutionId field's value.

func (*MaintenanceWindowExecutionTaskIdentity) SetTaskType

func (s *MaintenanceWindowExecutionTaskIdentity) SetTaskType(v string) *MaintenanceWindowExecutionTaskIdentity

SetTaskType sets the TaskType field's value.

func (*MaintenanceWindowExecutionTaskIdentity) SetTriggeredAlarms

func (s *MaintenanceWindowExecutionTaskIdentity) SetTriggeredAlarms(v []*AlarmStateInformation) *MaintenanceWindowExecutionTaskIdentity

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (*MaintenanceWindowExecutionTaskIdentity) SetWindowExecutionId

func (s *MaintenanceWindowExecutionTaskIdentity) SetWindowExecutionId(v string) *MaintenanceWindowExecutionTaskIdentity

SetWindowExecutionId sets the WindowExecutionId field's value.

func (MaintenanceWindowExecutionTaskIdentity) String

func (s MaintenanceWindowExecutionTaskIdentity) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MaintenanceWindowExecutionTaskInvocationIdentity

type MaintenanceWindowExecutionTaskInvocationIdentity struct {

    // The time the invocation finished.
    EndTime *time.Time `type:"timestamp"`

    // The ID of the action performed in the service that actually handled the task
    // invocation. If the task type is RUN_COMMAND, this value is the command ID.
    ExecutionId *string `type:"string"`

    // The ID of the task invocation.
    InvocationId *string `min:"36" type:"string"`

    // User-provided value that was specified when the target was registered with
    // the maintenance window. This was also included in any Amazon CloudWatch Events
    // events raised during the task invocation.
    //
    // OwnerInformation is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by MaintenanceWindowExecutionTaskInvocationIdentity's
    // String and GoString methods.
    OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

    // The parameters that were provided for the invocation when it was run.
    //
    // Parameters is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by MaintenanceWindowExecutionTaskInvocationIdentity's
    // String and GoString methods.
    Parameters *string `type:"string" sensitive:"true"`

    // The time the invocation started.
    StartTime *time.Time `type:"timestamp"`

    // The status of the task invocation.
    Status *string `type:"string" enum:"MaintenanceWindowExecutionStatus"`

    // The details explaining the status of the task invocation. Not available for
    // all status values.
    StatusDetails *string `type:"string"`

    // The ID of the specific task execution in the maintenance window execution.
    TaskExecutionId *string `min:"36" type:"string"`

    // The task type.
    TaskType *string `type:"string" enum:"MaintenanceWindowTaskType"`

    // The ID of the maintenance window execution that ran the task.
    WindowExecutionId *string `min:"36" type:"string"`

    // The ID of the target definition in this maintenance window the invocation
    // was performed for.
    WindowTargetId *string `type:"string"`
    // contains filtered or unexported fields
}

Describes the information about a task invocation for a particular target as part of a task execution performed as part of a maintenance window execution.

func (MaintenanceWindowExecutionTaskInvocationIdentity) GoString

func (s MaintenanceWindowExecutionTaskInvocationIdentity) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetEndTime

func (s *MaintenanceWindowExecutionTaskInvocationIdentity) SetEndTime(v time.Time) *MaintenanceWindowExecutionTaskInvocationIdentity

SetEndTime sets the EndTime field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetExecutionId

func (s *MaintenanceWindowExecutionTaskInvocationIdentity) SetExecutionId(v string) *MaintenanceWindowExecutionTaskInvocationIdentity

SetExecutionId sets the ExecutionId field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetInvocationId

func (s *MaintenanceWindowExecutionTaskInvocationIdentity) SetInvocationId(v string) *MaintenanceWindowExecutionTaskInvocationIdentity

SetInvocationId sets the InvocationId field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetOwnerInformation

func (s *MaintenanceWindowExecutionTaskInvocationIdentity) SetOwnerInformation(v string) *MaintenanceWindowExecutionTaskInvocationIdentity

SetOwnerInformation sets the OwnerInformation field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetParameters

func (s *MaintenanceWindowExecutionTaskInvocationIdentity) SetParameters(v string) *MaintenanceWindowExecutionTaskInvocationIdentity

SetParameters sets the Parameters field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetStartTime

func (s *MaintenanceWindowExecutionTaskInvocationIdentity) SetStartTime(v time.Time) *MaintenanceWindowExecutionTaskInvocationIdentity

SetStartTime sets the StartTime field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetStatus

func (s *MaintenanceWindowExecutionTaskInvocationIdentity) SetStatus(v string) *MaintenanceWindowExecutionTaskInvocationIdentity

SetStatus sets the Status field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetStatusDetails

func (s *MaintenanceWindowExecutionTaskInvocationIdentity) SetStatusDetails(v string) *MaintenanceWindowExecutionTaskInvocationIdentity

SetStatusDetails sets the StatusDetails field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetTaskExecutionId

func (s *MaintenanceWindowExecutionTaskInvocationIdentity) SetTaskExecutionId(v string) *MaintenanceWindowExecutionTaskInvocationIdentity

SetTaskExecutionId sets the TaskExecutionId field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetTaskType

func (s *MaintenanceWindowExecutionTaskInvocationIdentity) SetTaskType(v string) *MaintenanceWindowExecutionTaskInvocationIdentity

SetTaskType sets the TaskType field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetWindowExecutionId

func (s *MaintenanceWindowExecutionTaskInvocationIdentity) SetWindowExecutionId(v string) *MaintenanceWindowExecutionTaskInvocationIdentity

SetWindowExecutionId sets the WindowExecutionId field's value.

func (*MaintenanceWindowExecutionTaskInvocationIdentity) SetWindowTargetId

func (s *MaintenanceWindowExecutionTaskInvocationIdentity) SetWindowTargetId(v string) *MaintenanceWindowExecutionTaskInvocationIdentity

SetWindowTargetId sets the WindowTargetId field's value.

func (MaintenanceWindowExecutionTaskInvocationIdentity) String

func (s MaintenanceWindowExecutionTaskInvocationIdentity) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MaintenanceWindowFilter

type MaintenanceWindowFilter struct {

    // The name of the filter.
    Key *string `min:"1" type:"string"`

    // The filter values.
    Values []*string `type:"list"`
    // contains filtered or unexported fields
}

Filter used in the request. Supported filter keys depend on the API operation that includes the filter. API operations that use MaintenanceWindowFilter> include the following:

  • DescribeMaintenanceWindowExecutions

  • DescribeMaintenanceWindowExecutionTaskInvocations

  • DescribeMaintenanceWindowExecutionTasks

  • DescribeMaintenanceWindows

  • DescribeMaintenanceWindowTargets

  • DescribeMaintenanceWindowTasks

func (MaintenanceWindowFilter) GoString

func (s MaintenanceWindowFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowFilter) SetKey

func (s *MaintenanceWindowFilter) SetKey(v string) *MaintenanceWindowFilter

SetKey sets the Key field's value.

func (*MaintenanceWindowFilter) SetValues

func (s *MaintenanceWindowFilter) SetValues(v []*string) *MaintenanceWindowFilter

SetValues sets the Values field's value.

func (MaintenanceWindowFilter) String

func (s MaintenanceWindowFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowFilter) Validate

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 Amazon
    // Web Services Systems Manager stops scheduling new tasks for execution.
    Cutoff *int64 `type:"integer"`

    // A description of the maintenance window.
    //
    // Description is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by MaintenanceWindowIdentity's
    // String and GoString methods.
    Description *string `min:"1" type:"string" sensitive:"true"`

    // The duration of the maintenance window in hours.
    Duration *int64 `min:"1" type:"integer"`

    // Indicates whether the maintenance window is enabled.
    Enabled *bool `type:"boolean"`

    // The date and time, in ISO-8601 Extended format, for when the maintenance
    // window is scheduled to become inactive.
    EndDate *string `type:"string"`

    // The name of the maintenance window.
    Name *string `min:"3" type:"string"`

    // The next time the maintenance window will actually run, taking into account
    // any specified times for the maintenance window to become active or inactive.
    NextExecutionTime *string `type:"string"`

    // The schedule of the maintenance window in the form of a cron or rate expression.
    Schedule *string `min:"1" type:"string"`

    // The number of days to wait to run a maintenance window after the scheduled
    // cron expression date and time.
    ScheduleOffset *int64 `min:"1" type:"integer"`

    // The time zone that the scheduled maintenance window executions are based
    // on, in Internet Assigned Numbers Authority (IANA) format.
    ScheduleTimezone *string `type:"string"`

    // The date and time, in ISO-8601 Extended format, for when the maintenance
    // window is scheduled to become active.
    StartDate *string `type:"string"`

    // The ID of the maintenance window.
    WindowId *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

Information about the maintenance window.

func (MaintenanceWindowIdentity) GoString

func (s MaintenanceWindowIdentity) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowIdentity) SetCutoff

func (s *MaintenanceWindowIdentity) SetCutoff(v int64) *MaintenanceWindowIdentity

SetCutoff sets the Cutoff field's value.

func (*MaintenanceWindowIdentity) SetDescription

func (s *MaintenanceWindowIdentity) SetDescription(v string) *MaintenanceWindowIdentity

SetDescription sets the Description field's value.

func (*MaintenanceWindowIdentity) SetDuration

func (s *MaintenanceWindowIdentity) SetDuration(v int64) *MaintenanceWindowIdentity

SetDuration sets the Duration field's value.

func (*MaintenanceWindowIdentity) SetEnabled

func (s *MaintenanceWindowIdentity) SetEnabled(v bool) *MaintenanceWindowIdentity

SetEnabled sets the Enabled field's value.

func (*MaintenanceWindowIdentity) SetEndDate

func (s *MaintenanceWindowIdentity) SetEndDate(v string) *MaintenanceWindowIdentity

SetEndDate sets the EndDate field's value.

func (*MaintenanceWindowIdentity) SetName

func (s *MaintenanceWindowIdentity) SetName(v string) *MaintenanceWindowIdentity

SetName sets the Name field's value.

func (*MaintenanceWindowIdentity) SetNextExecutionTime

func (s *MaintenanceWindowIdentity) SetNextExecutionTime(v string) *MaintenanceWindowIdentity

SetNextExecutionTime sets the NextExecutionTime field's value.

func (*MaintenanceWindowIdentity) SetSchedule

func (s *MaintenanceWindowIdentity) SetSchedule(v string) *MaintenanceWindowIdentity

SetSchedule sets the Schedule field's value.

func (*MaintenanceWindowIdentity) SetScheduleOffset

func (s *MaintenanceWindowIdentity) SetScheduleOffset(v int64) *MaintenanceWindowIdentity

SetScheduleOffset sets the ScheduleOffset field's value.

func (*MaintenanceWindowIdentity) SetScheduleTimezone

func (s *MaintenanceWindowIdentity) SetScheduleTimezone(v string) *MaintenanceWindowIdentity

SetScheduleTimezone sets the ScheduleTimezone field's value.

func (*MaintenanceWindowIdentity) SetStartDate

func (s *MaintenanceWindowIdentity) SetStartDate(v string) *MaintenanceWindowIdentity

SetStartDate sets the StartDate field's value.

func (*MaintenanceWindowIdentity) SetWindowId

func (s *MaintenanceWindowIdentity) SetWindowId(v string) *MaintenanceWindowIdentity

SetWindowId sets the WindowId field's value.

func (MaintenanceWindowIdentity) String

func (s MaintenanceWindowIdentity) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MaintenanceWindowIdentityForTarget

type MaintenanceWindowIdentityForTarget struct {

    // The name of the maintenance window.
    Name *string `min:"3" type:"string"`

    // The ID of the maintenance window.
    WindowId *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

The maintenance window to which the specified target belongs.

func (MaintenanceWindowIdentityForTarget) GoString

func (s MaintenanceWindowIdentityForTarget) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowIdentityForTarget) SetName

func (s *MaintenanceWindowIdentityForTarget) SetName(v string) *MaintenanceWindowIdentityForTarget

SetName sets the Name field's value.

func (*MaintenanceWindowIdentityForTarget) SetWindowId

func (s *MaintenanceWindowIdentityForTarget) SetWindowId(v string) *MaintenanceWindowIdentityForTarget

SetWindowId sets the WindowId field's value.

func (MaintenanceWindowIdentityForTarget) String

func (s MaintenanceWindowIdentityForTarget) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MaintenanceWindowLambdaParameters

type MaintenanceWindowLambdaParameters struct {

    // Pass client-specific information to the Lambda function that you are invoking.
    // You can then process the client information in your Lambda function as you
    // choose through the context variable.
    ClientContext *string `min:"1" type:"string"`

    // JSON to provide to your Lambda function as input.
    //
    // Payload is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by MaintenanceWindowLambdaParameters's
    // String and GoString methods.
    //
    // Payload is automatically base64 encoded/decoded by the SDK.
    Payload []byte `type:"blob" sensitive:"true"`

    // (Optional) Specify an Lambda function version or alias name. If you specify
    // a function version, the operation uses the qualified function Amazon Resource
    // Name (ARN) to invoke a specific Lambda function. If you specify an alias
    // name, the operation uses the alias ARN to invoke the Lambda function version
    // to which the alias points.
    Qualifier *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The parameters for a LAMBDA task type.

For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.

LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

For Lambda tasks, Systems Manager ignores any values specified for TaskParameters and LoggingInfo.

func (MaintenanceWindowLambdaParameters) GoString

func (s MaintenanceWindowLambdaParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowLambdaParameters) SetClientContext

func (s *MaintenanceWindowLambdaParameters) SetClientContext(v string) *MaintenanceWindowLambdaParameters

SetClientContext sets the ClientContext field's value.

func (*MaintenanceWindowLambdaParameters) SetPayload

func (s *MaintenanceWindowLambdaParameters) SetPayload(v []byte) *MaintenanceWindowLambdaParameters

SetPayload sets the Payload field's value.

func (*MaintenanceWindowLambdaParameters) SetQualifier

func (s *MaintenanceWindowLambdaParameters) SetQualifier(v string) *MaintenanceWindowLambdaParameters

SetQualifier sets the Qualifier field's value.

func (MaintenanceWindowLambdaParameters) String

func (s MaintenanceWindowLambdaParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowLambdaParameters) Validate

func (s *MaintenanceWindowLambdaParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MaintenanceWindowRunCommandParameters

type MaintenanceWindowRunCommandParameters struct {

    // Configuration options for sending command output to Amazon CloudWatch Logs.
    CloudWatchOutputConfig *CloudWatchOutputConfig `type:"structure"`

    // Information about the commands to run.
    Comment *string `type:"string"`

    // The SHA-256 or SHA-1 hash created by the system when the document was created.
    // SHA-1 hashes have been deprecated.
    DocumentHash *string `type:"string"`

    // SHA-256 or SHA-1. SHA-1 hashes have been deprecated.
    DocumentHashType *string `type:"string" enum:"DocumentHashType"`

    // The Amazon Web Services Systems Manager document (SSM document) version to
    // use in the request. You can specify $DEFAULT, $LATEST, or a specific version
    // number. If you run commands by using the Amazon Web Services CLI, then you
    // must escape the first two options by using a backslash. If you specify a
    // version number, then you don't need to use the backslash. For example:
    //
    // --document-version "\$DEFAULT"
    //
    // --document-version "\$LATEST"
    //
    // --document-version "3"
    DocumentVersion *string `type:"string"`

    // Configurations for sending notifications about command status changes on
    // a per-managed node basis.
    NotificationConfig *NotificationConfig `type:"structure"`

    // The name of the Amazon Simple Storage Service (Amazon S3) bucket.
    OutputS3BucketName *string `min:"3" type:"string"`

    // The S3 bucket subfolder.
    OutputS3KeyPrefix *string `type:"string"`

    // The parameters for the RUN_COMMAND task execution.
    //
    // Parameters is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by MaintenanceWindowRunCommandParameters's
    // String and GoString methods.
    Parameters map[string][]*string `type:"map" sensitive:"true"`

    // The Amazon Resource Name (ARN) of the Identity and Access Management (IAM)
    // service role to use to publish Amazon Simple Notification Service (Amazon
    // SNS) notifications for maintenance window Run Command tasks.
    ServiceRoleArn *string `type:"string"`

    // If this time is reached and the command hasn't already started running, it
    // doesn't run.
    TimeoutSeconds *int64 `min:"30" type:"integer"`
    // contains filtered or unexported fields
}

The parameters for a RUN_COMMAND task type.

For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.

LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

For RUN_COMMAND tasks, Systems Manager uses specified values for TaskParameters and LoggingInfo only if no values are specified for TaskInvocationParameters.

func (MaintenanceWindowRunCommandParameters) GoString

func (s MaintenanceWindowRunCommandParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowRunCommandParameters) SetCloudWatchOutputConfig

func (s *MaintenanceWindowRunCommandParameters) SetCloudWatchOutputConfig(v *CloudWatchOutputConfig) *MaintenanceWindowRunCommandParameters

SetCloudWatchOutputConfig sets the CloudWatchOutputConfig field's value.

func (*MaintenanceWindowRunCommandParameters) SetComment

func (s *MaintenanceWindowRunCommandParameters) SetComment(v string) *MaintenanceWindowRunCommandParameters

SetComment sets the Comment field's value.

func (*MaintenanceWindowRunCommandParameters) SetDocumentHash

func (s *MaintenanceWindowRunCommandParameters) SetDocumentHash(v string) *MaintenanceWindowRunCommandParameters

SetDocumentHash sets the DocumentHash field's value.

func (*MaintenanceWindowRunCommandParameters) SetDocumentHashType

func (s *MaintenanceWindowRunCommandParameters) SetDocumentHashType(v string) *MaintenanceWindowRunCommandParameters

SetDocumentHashType sets the DocumentHashType field's value.

func (*MaintenanceWindowRunCommandParameters) SetDocumentVersion

func (s *MaintenanceWindowRunCommandParameters) SetDocumentVersion(v string) *MaintenanceWindowRunCommandParameters

SetDocumentVersion sets the DocumentVersion field's value.

func (*MaintenanceWindowRunCommandParameters) SetNotificationConfig

func (s *MaintenanceWindowRunCommandParameters) SetNotificationConfig(v *NotificationConfig) *MaintenanceWindowRunCommandParameters

SetNotificationConfig sets the NotificationConfig field's value.

func (*MaintenanceWindowRunCommandParameters) SetOutputS3BucketName

func (s *MaintenanceWindowRunCommandParameters) SetOutputS3BucketName(v string) *MaintenanceWindowRunCommandParameters

SetOutputS3BucketName sets the OutputS3BucketName field's value.

func (*MaintenanceWindowRunCommandParameters) SetOutputS3KeyPrefix

func (s *MaintenanceWindowRunCommandParameters) SetOutputS3KeyPrefix(v string) *MaintenanceWindowRunCommandParameters

SetOutputS3KeyPrefix sets the OutputS3KeyPrefix field's value.

func (*MaintenanceWindowRunCommandParameters) SetParameters

func (s *MaintenanceWindowRunCommandParameters) SetParameters(v map[string][]*string) *MaintenanceWindowRunCommandParameters

SetParameters sets the Parameters field's value.

func (*MaintenanceWindowRunCommandParameters) SetServiceRoleArn

func (s *MaintenanceWindowRunCommandParameters) SetServiceRoleArn(v string) *MaintenanceWindowRunCommandParameters

SetServiceRoleArn sets the ServiceRoleArn field's value.

func (*MaintenanceWindowRunCommandParameters) SetTimeoutSeconds

func (s *MaintenanceWindowRunCommandParameters) SetTimeoutSeconds(v int64) *MaintenanceWindowRunCommandParameters

SetTimeoutSeconds sets the TimeoutSeconds field's value.

func (MaintenanceWindowRunCommandParameters) String

func (s MaintenanceWindowRunCommandParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowRunCommandParameters) Validate

func (s *MaintenanceWindowRunCommandParameters) Validate() error

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 is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by MaintenanceWindowStepFunctionsParameters's
    // String and GoString methods.
    Input *string `type:"string" sensitive:"true"`

    // The name of the STEP_FUNCTIONS task.
    Name *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The parameters for a STEP_FUNCTIONS task.

For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.

LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

For Step Functions tasks, Systems Manager ignores any values specified for TaskParameters and LoggingInfo.

func (MaintenanceWindowStepFunctionsParameters) GoString

func (s MaintenanceWindowStepFunctionsParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowStepFunctionsParameters) SetInput

func (s *MaintenanceWindowStepFunctionsParameters) SetInput(v string) *MaintenanceWindowStepFunctionsParameters

SetInput sets the Input field's value.

func (*MaintenanceWindowStepFunctionsParameters) SetName

func (s *MaintenanceWindowStepFunctionsParameters) SetName(v string) *MaintenanceWindowStepFunctionsParameters

SetName sets the Name field's value.

func (MaintenanceWindowStepFunctionsParameters) String

func (s MaintenanceWindowStepFunctionsParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowStepFunctionsParameters) Validate

func (s *MaintenanceWindowStepFunctionsParameters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MaintenanceWindowTarget

type MaintenanceWindowTarget struct {

    // A description for the target.
    //
    // Description is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by MaintenanceWindowTarget's
    // String and GoString methods.
    Description *string `min:"1" type:"string" sensitive:"true"`

    // The name for the maintenance window target.
    Name *string `min:"3" type:"string"`

    // A user-provided value that will be included in any Amazon CloudWatch Events
    // events that are raised while running tasks for these targets in this maintenance
    // window.
    //
    // OwnerInformation is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by MaintenanceWindowTarget's
    // String and GoString methods.
    OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

    // The type of target that is being registered with the maintenance window.
    ResourceType *string `type:"string" enum:"MaintenanceWindowResourceType"`

    // The targets, either managed nodes or tags.
    //
    // Specify managed nodes using the following format:
    //
    // Key=instanceids,Values=<instanceid1>,<instanceid2>
    //
    // Tags are specified using the following format:
    //
    // Key=<tag name>,Values=<tag value>.
    Targets []*Target `type:"list"`

    // The ID of the maintenance window to register the target with.
    WindowId *string `min:"20" type:"string"`

    // The ID of the target.
    WindowTargetId *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

The target registered with the maintenance window.

func (MaintenanceWindowTarget) GoString

func (s MaintenanceWindowTarget) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowTarget) SetDescription

func (s *MaintenanceWindowTarget) SetDescription(v string) *MaintenanceWindowTarget

SetDescription sets the Description field's value.

func (*MaintenanceWindowTarget) SetName

func (s *MaintenanceWindowTarget) SetName(v string) *MaintenanceWindowTarget

SetName sets the Name field's value.

func (*MaintenanceWindowTarget) SetOwnerInformation

func (s *MaintenanceWindowTarget) SetOwnerInformation(v string) *MaintenanceWindowTarget

SetOwnerInformation sets the OwnerInformation field's value.

func (*MaintenanceWindowTarget) SetResourceType

func (s *MaintenanceWindowTarget) SetResourceType(v string) *MaintenanceWindowTarget

SetResourceType sets the ResourceType field's value.

func (*MaintenanceWindowTarget) SetTargets

func (s *MaintenanceWindowTarget) SetTargets(v []*Target) *MaintenanceWindowTarget

SetTargets sets the Targets field's value.

func (*MaintenanceWindowTarget) SetWindowId

func (s *MaintenanceWindowTarget) SetWindowId(v string) *MaintenanceWindowTarget

SetWindowId sets the WindowId field's value.

func (*MaintenanceWindowTarget) SetWindowTargetId

func (s *MaintenanceWindowTarget) SetWindowTargetId(v string) *MaintenanceWindowTarget

SetWindowTargetId sets the WindowTargetId field's value.

func (MaintenanceWindowTarget) String

func (s MaintenanceWindowTarget) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MaintenanceWindowTask

type MaintenanceWindowTask struct {

    // The details for the CloudWatch alarm applied to your maintenance window task.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // The specification for whether tasks should continue to run after the cutoff
    // time specified in the maintenance windows is reached.
    CutoffBehavior *string `type:"string" enum:"MaintenanceWindowTaskCutoffBehavior"`

    // A description of the task.
    //
    // Description is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by MaintenanceWindowTask's
    // String and GoString methods.
    Description *string `min:"1" type:"string" sensitive:"true"`

    // Information about an S3 bucket to write task-level logs to.
    //
    // LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service
    // (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and
    // OutputS3KeyPrefix options in the TaskInvocationParameters structure. For
    // information about how Amazon Web Services Systems Manager handles these options
    // for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
    LoggingInfo *LoggingInfo `type:"structure"`

    // The maximum number of targets this task can be run for, in parallel.
    //
    // Although this element is listed as "Required: No", a value can be omitted
    // only when you are registering or updating a targetless task (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html)
    // You must provide a value in all other cases.
    //
    // For maintenance window tasks without a target specified, you can't supply
    // a value for this option. Instead, the system inserts a placeholder value
    // of 1. This value doesn't affect the running of your task.
    MaxConcurrency *string `min:"1" type:"string"`

    // The maximum number of errors allowed before this task stops being scheduled.
    //
    // Although this element is listed as "Required: No", a value can be omitted
    // only when you are registering or updating a targetless task (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html)
    // You must provide a value in all other cases.
    //
    // For maintenance window tasks without a target specified, you can't supply
    // a value for this option. Instead, the system inserts a placeholder value
    // of 1. This value doesn't affect the running of your task.
    MaxErrors *string `min:"1" type:"string"`

    // The task name.
    Name *string `min:"3" type:"string"`

    // The priority of the task in the maintenance window. The lower the number,
    // the higher the priority. Tasks that have the same priority are scheduled
    // in parallel.
    Priority *int64 `type:"integer"`

    // The Amazon Resource Name (ARN) of the Identity and Access Management (IAM)
    // service role to use to publish Amazon Simple Notification Service (Amazon
    // SNS) notifications for maintenance window Run Command tasks.
    ServiceRoleArn *string `type:"string"`

    // The targets (either managed nodes or tags). Managed nodes are specified using
    // Key=instanceids,Values=<instanceid1>,<instanceid2>. Tags are specified using
    // Key=<tag name>,Values=<tag value>.
    Targets []*Target `type:"list"`

    // The resource that the task uses during execution. For RUN_COMMAND and AUTOMATION
    // task types, TaskArn is the Amazon Web Services Systems Manager (SSM document)
    // name or ARN. For LAMBDA tasks, it's the function name or ARN. For STEP_FUNCTIONS
    // tasks, it's the state machine ARN.
    TaskArn *string `min:"1" type:"string"`

    // The parameters that should be passed to the task when it is run.
    //
    // TaskParameters has been deprecated. To specify parameters to pass to a task
    // when it runs, instead use the Parameters option in the TaskInvocationParameters
    // structure. For information about how Systems Manager handles these options
    // for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
    //
    // TaskParameters is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by MaintenanceWindowTask's
    // String and GoString methods.
    TaskParameters map[string]*MaintenanceWindowTaskParameterValueExpression `type:"map" sensitive:"true"`

    // The type of task.
    Type *string `type:"string" enum:"MaintenanceWindowTaskType"`

    // The ID of the maintenance window where the task is registered.
    WindowId *string `min:"20" type:"string"`

    // The task ID.
    WindowTaskId *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

Information about a task defined for a maintenance window.

func (MaintenanceWindowTask) GoString

func (s MaintenanceWindowTask) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowTask) SetAlarmConfiguration

func (s *MaintenanceWindowTask) SetAlarmConfiguration(v *AlarmConfiguration) *MaintenanceWindowTask

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*MaintenanceWindowTask) SetCutoffBehavior

func (s *MaintenanceWindowTask) SetCutoffBehavior(v string) *MaintenanceWindowTask

SetCutoffBehavior sets the CutoffBehavior field's value.

func (*MaintenanceWindowTask) SetDescription

func (s *MaintenanceWindowTask) SetDescription(v string) *MaintenanceWindowTask

SetDescription sets the Description field's value.

func (*MaintenanceWindowTask) SetLoggingInfo

func (s *MaintenanceWindowTask) SetLoggingInfo(v *LoggingInfo) *MaintenanceWindowTask

SetLoggingInfo sets the LoggingInfo field's value.

func (*MaintenanceWindowTask) SetMaxConcurrency

func (s *MaintenanceWindowTask) SetMaxConcurrency(v string) *MaintenanceWindowTask

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*MaintenanceWindowTask) SetMaxErrors

func (s *MaintenanceWindowTask) SetMaxErrors(v string) *MaintenanceWindowTask

SetMaxErrors sets the MaxErrors field's value.

func (*MaintenanceWindowTask) SetName

func (s *MaintenanceWindowTask) SetName(v string) *MaintenanceWindowTask

SetName sets the Name field's value.

func (*MaintenanceWindowTask) SetPriority

func (s *MaintenanceWindowTask) SetPriority(v int64) *MaintenanceWindowTask

SetPriority sets the Priority field's value.

func (*MaintenanceWindowTask) SetServiceRoleArn

func (s *MaintenanceWindowTask) SetServiceRoleArn(v string) *MaintenanceWindowTask

SetServiceRoleArn sets the ServiceRoleArn field's value.

func (*MaintenanceWindowTask) SetTargets

func (s *MaintenanceWindowTask) SetTargets(v []*Target) *MaintenanceWindowTask

SetTargets sets the Targets field's value.

func (*MaintenanceWindowTask) SetTaskArn

func (s *MaintenanceWindowTask) SetTaskArn(v string) *MaintenanceWindowTask

SetTaskArn sets the TaskArn field's value.

func (*MaintenanceWindowTask) SetTaskParameters

func (s *MaintenanceWindowTask) SetTaskParameters(v map[string]*MaintenanceWindowTaskParameterValueExpression) *MaintenanceWindowTask

SetTaskParameters sets the TaskParameters field's value.

func (*MaintenanceWindowTask) SetType

func (s *MaintenanceWindowTask) SetType(v string) *MaintenanceWindowTask

SetType sets the Type field's value.

func (*MaintenanceWindowTask) SetWindowId

func (s *MaintenanceWindowTask) SetWindowId(v string) *MaintenanceWindowTask

SetWindowId sets the WindowId field's value.

func (*MaintenanceWindowTask) SetWindowTaskId

func (s *MaintenanceWindowTask) SetWindowTaskId(v string) *MaintenanceWindowTask

SetWindowTaskId sets the WindowTaskId field's value.

func (MaintenanceWindowTask) String

func (s MaintenanceWindowTask) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MaintenanceWindowTaskInvocationParameters

type MaintenanceWindowTaskInvocationParameters struct {

    // The parameters for an AUTOMATION task type.
    Automation *MaintenanceWindowAutomationParameters `type:"structure"`

    // The parameters for a LAMBDA task type.
    Lambda *MaintenanceWindowLambdaParameters `type:"structure"`

    // The parameters for a RUN_COMMAND task type.
    RunCommand *MaintenanceWindowRunCommandParameters `type:"structure"`

    // The parameters for a STEP_FUNCTIONS task type.
    StepFunctions *MaintenanceWindowStepFunctionsParameters `type:"structure"`
    // contains filtered or unexported fields
}

The parameters for task execution.

func (MaintenanceWindowTaskInvocationParameters) GoString

func (s MaintenanceWindowTaskInvocationParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowTaskInvocationParameters) SetAutomation

func (s *MaintenanceWindowTaskInvocationParameters) SetAutomation(v *MaintenanceWindowAutomationParameters) *MaintenanceWindowTaskInvocationParameters

SetAutomation sets the Automation field's value.

func (*MaintenanceWindowTaskInvocationParameters) SetLambda

func (s *MaintenanceWindowTaskInvocationParameters) SetLambda(v *MaintenanceWindowLambdaParameters) *MaintenanceWindowTaskInvocationParameters

SetLambda sets the Lambda field's value.

func (*MaintenanceWindowTaskInvocationParameters) SetRunCommand

func (s *MaintenanceWindowTaskInvocationParameters) SetRunCommand(v *MaintenanceWindowRunCommandParameters) *MaintenanceWindowTaskInvocationParameters

SetRunCommand sets the RunCommand field's value.

func (*MaintenanceWindowTaskInvocationParameters) SetStepFunctions

func (s *MaintenanceWindowTaskInvocationParameters) SetStepFunctions(v *MaintenanceWindowStepFunctionsParameters) *MaintenanceWindowTaskInvocationParameters

SetStepFunctions sets the StepFunctions field's value.

func (MaintenanceWindowTaskInvocationParameters) String

func (s MaintenanceWindowTaskInvocationParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowTaskInvocationParameters) Validate

func (s *MaintenanceWindowTaskInvocationParameters) Validate() error

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 is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by MaintenanceWindowTaskParameterValueExpression's
    // String and GoString methods.
    Values []*string `type:"list" sensitive:"true"`
    // contains filtered or unexported fields
}

Defines the values for a task parameter.

func (MaintenanceWindowTaskParameterValueExpression) GoString

func (s MaintenanceWindowTaskParameterValueExpression) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaintenanceWindowTaskParameterValueExpression) SetValues

func (s *MaintenanceWindowTaskParameterValueExpression) SetValues(v []*string) *MaintenanceWindowTaskParameterValueExpression

SetValues sets the Values field's value.

func (MaintenanceWindowTaskParameterValueExpression) String

func (s MaintenanceWindowTaskParameterValueExpression) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MalformedResourcePolicyDocumentException

type MalformedResourcePolicyDocumentException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified policy document is malformed or invalid, or excessive PutResourcePolicy or DeleteResourcePolicy calls have been made.

func (*MalformedResourcePolicyDocumentException) Code

func (s *MalformedResourcePolicyDocumentException) Code() string

Code returns the exception type name.

func (*MalformedResourcePolicyDocumentException) Error

func (s *MalformedResourcePolicyDocumentException) Error() string

func (MalformedResourcePolicyDocumentException) GoString

func (s MalformedResourcePolicyDocumentException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MalformedResourcePolicyDocumentException) Message

func (s *MalformedResourcePolicyDocumentException) Message() string

Message returns the exception's message.

func (*MalformedResourcePolicyDocumentException) OrigErr

func (s *MalformedResourcePolicyDocumentException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*MalformedResourcePolicyDocumentException) RequestID

func (s *MalformedResourcePolicyDocumentException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*MalformedResourcePolicyDocumentException) StatusCode

func (s *MalformedResourcePolicyDocumentException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (MalformedResourcePolicyDocumentException) String

func (s MalformedResourcePolicyDocumentException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MaxDocumentSizeExceeded

type MaxDocumentSizeExceeded struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The size limit of a document is 64 KB.

func (*MaxDocumentSizeExceeded) Code

func (s *MaxDocumentSizeExceeded) Code() string

Code returns the exception type name.

func (*MaxDocumentSizeExceeded) Error

func (s *MaxDocumentSizeExceeded) Error() string

func (MaxDocumentSizeExceeded) GoString

func (s MaxDocumentSizeExceeded) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaxDocumentSizeExceeded) Message

func (s *MaxDocumentSizeExceeded) Message() string

Message returns the exception's message.

func (*MaxDocumentSizeExceeded) OrigErr

func (s *MaxDocumentSizeExceeded) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*MaxDocumentSizeExceeded) RequestID

func (s *MaxDocumentSizeExceeded) RequestID() string

RequestID returns the service's response RequestID for request.

func (*MaxDocumentSizeExceeded) StatusCode

func (s *MaxDocumentSizeExceeded) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (MaxDocumentSizeExceeded) String

func (s MaxDocumentSizeExceeded) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MetadataValue

type MetadataValue struct {

    // Metadata value to assign to an Application Manager application.
    Value *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Metadata to assign to an Application Manager application.

func (MetadataValue) GoString

func (s MetadataValue) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MetadataValue) SetValue

func (s *MetadataValue) SetValue(v string) *MetadataValue

SetValue sets the Value field's value.

func (MetadataValue) String

func (s MetadataValue) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MetadataValue) Validate

func (s *MetadataValue) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModifyDocumentPermissionInput

type ModifyDocumentPermissionInput struct {

    // The Amazon Web Services users that should have access to the document. The
    // account IDs can either be a group of account IDs or All.
    AccountIdsToAdd []*string `type:"list"`

    // The Amazon Web Services users that should no longer have access to the document.
    // The Amazon Web Services user can either be a group of account IDs or All.
    // This action has a higher priority than AccountIdsToAdd. If you specify an
    // ID to add and the same ID to remove, the system removes access to the document.
    AccountIdsToRemove []*string `type:"list"`

    // The name of the document that you want to share.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // The permission type for the document. The permission type can be Share.
    //
    // PermissionType is a required field
    PermissionType *string `type:"string" required:"true" enum:"DocumentPermissionType"`

    // (Optional) The version of the document to share. If it isn't specified, the
    // system choose the Default version to share.
    SharedDocumentVersion *string `type:"string"`
    // contains filtered or unexported fields
}

func (ModifyDocumentPermissionInput) GoString

func (s ModifyDocumentPermissionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifyDocumentPermissionInput) SetAccountIdsToAdd

func (s *ModifyDocumentPermissionInput) SetAccountIdsToAdd(v []*string) *ModifyDocumentPermissionInput

SetAccountIdsToAdd sets the AccountIdsToAdd field's value.

func (*ModifyDocumentPermissionInput) SetAccountIdsToRemove

func (s *ModifyDocumentPermissionInput) SetAccountIdsToRemove(v []*string) *ModifyDocumentPermissionInput

SetAccountIdsToRemove sets the AccountIdsToRemove field's value.

func (*ModifyDocumentPermissionInput) SetName

func (s *ModifyDocumentPermissionInput) SetName(v string) *ModifyDocumentPermissionInput

SetName sets the Name field's value.

func (*ModifyDocumentPermissionInput) SetPermissionType

func (s *ModifyDocumentPermissionInput) SetPermissionType(v string) *ModifyDocumentPermissionInput

SetPermissionType sets the PermissionType field's value.

func (*ModifyDocumentPermissionInput) SetSharedDocumentVersion

func (s *ModifyDocumentPermissionInput) SetSharedDocumentVersion(v string) *ModifyDocumentPermissionInput

SetSharedDocumentVersion sets the SharedDocumentVersion field's value.

func (ModifyDocumentPermissionInput) String

func (s ModifyDocumentPermissionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModifyDocumentPermissionInput) Validate

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) GoString

func (s ModifyDocumentPermissionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (ModifyDocumentPermissionOutput) String

func (s ModifyDocumentPermissionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NonCompliantSummary

type NonCompliantSummary struct {

    // The total number of compliance items that aren't compliant.
    NonCompliantCount *int64 `type:"integer"`

    // A summary of the non-compliance severity by compliance type
    SeveritySummary *SeveritySummary `type:"structure"`
    // contains filtered or unexported fields
}

A summary of resources that aren't compliant. The summary is organized according to resource type.

func (NonCompliantSummary) GoString

func (s NonCompliantSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NonCompliantSummary) SetNonCompliantCount

func (s *NonCompliantSummary) SetNonCompliantCount(v int64) *NonCompliantSummary

SetNonCompliantCount sets the NonCompliantCount field's value.

func (*NonCompliantSummary) SetSeveritySummary

func (s *NonCompliantSummary) SetSeveritySummary(v *SeveritySummary) *NonCompliantSummary

SetSeveritySummary sets the SeveritySummary field's value.

func (NonCompliantSummary) String

func (s NonCompliantSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NotificationConfig

type NotificationConfig struct {

    // An Amazon Resource Name (ARN) for an Amazon Simple Notification Service (Amazon
    // SNS) topic. Run Command pushes notifications about command status changes
    // to this topic.
    NotificationArn *string `type:"string"`

    // The different events for which you can receive notifications. To learn more
    // about these events, see Monitoring Systems Manager status changes using Amazon
    // SNS notifications (https://docs.aws.amazon.com/systems-manager/latest/userguide/monitoring-sns-notifications.html)
    // in the Amazon Web Services Systems Manager User Guide.
    NotificationEvents []*string `type:"list" enum:"NotificationEvent"`

    // The type of notification.
    //
    //    * Command: Receive notification when the status of a command changes.
    //
    //    * Invocation: For commands sent to multiple managed nodes, receive notification
    //    on a per-node basis when the status of a command changes.
    NotificationType *string `type:"string" enum:"NotificationType"`
    // contains filtered or unexported fields
}

Configurations for sending notifications.

func (NotificationConfig) GoString

func (s NotificationConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotificationConfig) SetNotificationArn

func (s *NotificationConfig) SetNotificationArn(v string) *NotificationConfig

SetNotificationArn sets the NotificationArn field's value.

func (*NotificationConfig) SetNotificationEvents

func (s *NotificationConfig) SetNotificationEvents(v []*string) *NotificationConfig

SetNotificationEvents sets the NotificationEvents field's value.

func (*NotificationConfig) SetNotificationType

func (s *NotificationConfig) SetNotificationType(v string) *NotificationConfig

SetNotificationType sets the NotificationType field's value.

func (NotificationConfig) String

func (s NotificationConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsAggregator

type OpsAggregator struct {

    // Either a Range or Count aggregator for limiting an OpsData summary.
    AggregatorType *string `min:"1" type:"string"`

    // A nested aggregator for viewing counts of OpsData.
    Aggregators []*OpsAggregator `min:"1" type:"list"`

    // The name of an OpsData attribute on which to limit the count of OpsData.
    AttributeName *string `min:"1" type:"string"`

    // The aggregator filters.
    Filters []*OpsFilter `min:"1" type:"list"`

    // The data type name to use for viewing counts of OpsData.
    TypeName *string `min:"1" type:"string"`

    // The aggregator value.
    Values map[string]*string `type:"map"`
    // contains filtered or unexported fields
}

One or more aggregators for viewing counts of OpsData using different dimensions such as Source, CreatedTime, or Source and CreatedTime, to name a few.

func (OpsAggregator) GoString

func (s OpsAggregator) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsAggregator) SetAggregatorType

func (s *OpsAggregator) SetAggregatorType(v string) *OpsAggregator

SetAggregatorType sets the AggregatorType field's value.

func (*OpsAggregator) SetAggregators

func (s *OpsAggregator) SetAggregators(v []*OpsAggregator) *OpsAggregator

SetAggregators sets the Aggregators field's value.

func (*OpsAggregator) SetAttributeName

func (s *OpsAggregator) SetAttributeName(v string) *OpsAggregator

SetAttributeName sets the AttributeName field's value.

func (*OpsAggregator) SetFilters

func (s *OpsAggregator) SetFilters(v []*OpsFilter) *OpsAggregator

SetFilters sets the Filters field's value.

func (*OpsAggregator) SetTypeName

func (s *OpsAggregator) SetTypeName(v string) *OpsAggregator

SetTypeName sets the TypeName field's value.

func (*OpsAggregator) SetValues

func (s *OpsAggregator) SetValues(v map[string]*string) *OpsAggregator

SetValues sets the Values field's value.

func (OpsAggregator) String

func (s OpsAggregator) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsAggregator) Validate

func (s *OpsAggregator) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OpsEntity

type OpsEntity struct {

    // The data returned by the query.
    Data map[string]*OpsEntityItem `type:"map"`

    // The query ID.
    Id *string `type:"string"`
    // contains filtered or unexported fields
}

The result of the query.

func (OpsEntity) GoString

func (s OpsEntity) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsEntity) SetData

func (s *OpsEntity) SetData(v map[string]*OpsEntityItem) *OpsEntity

SetData sets the Data field's value.

func (*OpsEntity) SetId

func (s *OpsEntity) SetId(v string) *OpsEntity

SetId sets the Id field's value.

func (OpsEntity) String

func (s OpsEntity) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsEntityItem

type OpsEntityItem struct {

    // The time the OpsData was captured.
    CaptureTime *string `type:"string"`

    // The details of an OpsData summary.
    Content []map[string]*string `type:"list"`
    // contains filtered or unexported fields
}

The OpsData summary.

func (OpsEntityItem) GoString

func (s OpsEntityItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsEntityItem) SetCaptureTime

func (s *OpsEntityItem) SetCaptureTime(v string) *OpsEntityItem

SetCaptureTime sets the CaptureTime field's value.

func (*OpsEntityItem) SetContent

func (s *OpsEntityItem) SetContent(v []map[string]*string) *OpsEntityItem

SetContent sets the Content field's value.

func (OpsEntityItem) String

func (s OpsEntityItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsFilter

type OpsFilter struct {

    // The name of the filter.
    //
    // Key is a required field
    Key *string `min:"1" type:"string" required:"true"`

    // The type of filter.
    Type *string `type:"string" enum:"OpsFilterOperatorType"`

    // The filter value.
    //
    // Values is a required field
    Values []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

A filter for viewing OpsData summaries.

func (OpsFilter) GoString

func (s OpsFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsFilter) SetKey

func (s *OpsFilter) SetKey(v string) *OpsFilter

SetKey sets the Key field's value.

func (*OpsFilter) SetType

func (s *OpsFilter) SetType(v string) *OpsFilter

SetType sets the Type field's value.

func (*OpsFilter) SetValues

func (s *OpsFilter) SetValues(v []*string) *OpsFilter

SetValues sets the Values field's value.

func (OpsFilter) String

func (s OpsFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsFilter) Validate

func (s *OpsFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OpsItem

type OpsItem struct {

    // The time a runbook workflow ended. Currently reported only for the OpsItem
    // type /aws/changerequest.
    ActualEndTime *time.Time `type:"timestamp"`

    // The time a runbook workflow started. Currently reported only for the OpsItem
    // type /aws/changerequest.
    ActualStartTime *time.Time `type:"timestamp"`

    // An OpsItem category. Category options include: Availability, Cost, Performance,
    // Recovery, Security.
    Category *string `min:"1" type:"string"`

    // The ARN of the Amazon Web Services account that created the OpsItem.
    CreatedBy *string `type:"string"`

    // The date and time the OpsItem was created.
    CreatedTime *time.Time `type:"timestamp"`

    // The OpsItem description.
    Description *string `min:"1" type:"string"`

    // The ARN of the Amazon Web Services account that last updated the OpsItem.
    LastModifiedBy *string `type:"string"`

    // The date and time the OpsItem was last updated.
    LastModifiedTime *time.Time `type:"timestamp"`

    // The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon
    // SNS) topic where notifications are sent when this OpsItem is edited or changed.
    Notifications []*OpsItemNotification `type:"list"`

    // Operational data is custom data that provides useful reference details about
    // the OpsItem. For example, you can specify log files, error strings, license
    // keys, troubleshooting tips, or other relevant data. You enter operational
    // data as key-value pairs. The key has a maximum length of 128 characters.
    // The value has a maximum size of 20 KB.
    //
    // Operational data keys can't begin with the following: amazon, aws, amzn,
    // ssm, /amazon, /aws, /amzn, /ssm.
    //
    // You can choose to make the data searchable by other users in the account
    // or you can restrict search access. Searchable data means that all users with
    // access to the OpsItem Overview page (as provided by the DescribeOpsItems
    // API operation) can view and search on the specified data. Operational data
    // that isn't searchable is only viewable by users who have access to the OpsItem
    // (as provided by the GetOpsItem API operation).
    //
    // Use the /aws/resources key in OperationalData to specify a related resource
    // in the request. Use the /aws/automations key in OperationalData to associate
    // an Automation runbook with the OpsItem. To view Amazon Web Services CLI example
    // commands that use these keys, see Creating OpsItems manually (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-manually-create-OpsItems.html)
    // in the Amazon Web Services Systems Manager User Guide.
    OperationalData map[string]*OpsItemDataValue `type:"map"`

    // The OpsItem Amazon Resource Name (ARN).
    OpsItemArn *string `min:"20" type:"string"`

    // The ID of the OpsItem.
    OpsItemId *string `type:"string"`

    // The type of OpsItem. Systems Manager supports the following types of OpsItems:
    //
    //    * /aws/issue This type of OpsItem is used for default OpsItems created
    //    by OpsCenter.
    //
    //    * /aws/changerequest This type of OpsItem is used by Change Manager for
    //    reviewing and approving or rejecting change requests.
    //
    //    * /aws/insight This type of OpsItem is used by OpsCenter for aggregating
    //    and reporting on duplicate OpsItems.
    OpsItemType *string `type:"string"`

    // The time specified in a change request for a runbook workflow to end. Currently
    // supported only for the OpsItem type /aws/changerequest.
    PlannedEndTime *time.Time `type:"timestamp"`

    // The time specified in a change request for a runbook workflow to start. Currently
    // supported only for the OpsItem type /aws/changerequest.
    PlannedStartTime *time.Time `type:"timestamp"`

    // The importance of this OpsItem in relation to other OpsItems in the system.
    Priority *int64 `min:"1" type:"integer"`

    // One or more OpsItems that share something in common with the current OpsItem.
    // For example, related OpsItems can include OpsItems with similar error messages,
    // impacted resources, or statuses for the impacted resource.
    RelatedOpsItems []*RelatedOpsItem `type:"list"`

    // The severity of the OpsItem. Severity options range from 1 to 4.
    Severity *string `min:"1" type:"string"`

    // The origin of the OpsItem, such as Amazon EC2 or Systems Manager. The impacted
    // resource is a subset of source.
    Source *string `min:"1" type:"string"`

    // The OpsItem status. Status can be Open, In Progress, or Resolved. For more
    // information, see Editing OpsItem details (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems-editing-details.html)
    // in the Amazon Web Services Systems Manager User Guide.
    Status *string `type:"string" enum:"OpsItemStatus"`

    // A short heading that describes the nature of the OpsItem and the impacted
    // resource.
    Title *string `min:"1" type:"string"`

    // The version of this OpsItem. Each time the OpsItem is edited the version
    // number increments by one.
    Version *string `type:"string"`
    // contains filtered or unexported fields
}

Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational work items (OpsItems) impacting the performance and health of their Amazon Web Services resources. OpsCenter is integrated with Amazon EventBridge and Amazon CloudWatch. This means you can configure these services to automatically create an OpsItem in OpsCenter when a CloudWatch alarm enters the ALARM state or when EventBridge processes an event from any Amazon Web Services service that publishes events. Configuring Amazon CloudWatch alarms and EventBridge events to automatically create OpsItems allows you to quickly diagnose and remediate issues with Amazon Web Services resources from a single console.

To help you diagnose issues, each OpsItem includes contextually relevant information such as the name and ID of the Amazon Web Services resource that generated the OpsItem, alarm or event details, alarm history, and an alarm timeline graph. For the Amazon Web Services resource, OpsCenter aggregates information from Config, CloudTrail logs, and EventBridge, so you don't have to navigate across multiple console pages during your investigation. For more information, see Amazon Web Services Systems Manager OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the Amazon Web Services Systems Manager User Guide.

func (OpsItem) GoString

func (s OpsItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItem) SetActualEndTime

func (s *OpsItem) SetActualEndTime(v time.Time) *OpsItem

SetActualEndTime sets the ActualEndTime field's value.

func (*OpsItem) SetActualStartTime

func (s *OpsItem) SetActualStartTime(v time.Time) *OpsItem

SetActualStartTime sets the ActualStartTime field's value.

func (*OpsItem) SetCategory

func (s *OpsItem) SetCategory(v string) *OpsItem

SetCategory sets the Category field's value.

func (*OpsItem) SetCreatedBy

func (s *OpsItem) SetCreatedBy(v string) *OpsItem

SetCreatedBy sets the CreatedBy field's value.

func (*OpsItem) SetCreatedTime

func (s *OpsItem) SetCreatedTime(v time.Time) *OpsItem

SetCreatedTime sets the CreatedTime field's value.

func (*OpsItem) SetDescription

func (s *OpsItem) SetDescription(v string) *OpsItem

SetDescription sets the Description field's value.

func (*OpsItem) SetLastModifiedBy

func (s *OpsItem) SetLastModifiedBy(v string) *OpsItem

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*OpsItem) SetLastModifiedTime

func (s *OpsItem) SetLastModifiedTime(v time.Time) *OpsItem

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*OpsItem) SetNotifications

func (s *OpsItem) SetNotifications(v []*OpsItemNotification) *OpsItem

SetNotifications sets the Notifications field's value.

func (*OpsItem) SetOperationalData

func (s *OpsItem) SetOperationalData(v map[string]*OpsItemDataValue) *OpsItem

SetOperationalData sets the OperationalData field's value.

func (*OpsItem) SetOpsItemArn

func (s *OpsItem) SetOpsItemArn(v string) *OpsItem

SetOpsItemArn sets the OpsItemArn field's value.

func (*OpsItem) SetOpsItemId

func (s *OpsItem) SetOpsItemId(v string) *OpsItem

SetOpsItemId sets the OpsItemId field's value.

func (*OpsItem) SetOpsItemType

func (s *OpsItem) SetOpsItemType(v string) *OpsItem

SetOpsItemType sets the OpsItemType field's value.

func (*OpsItem) SetPlannedEndTime

func (s *OpsItem) SetPlannedEndTime(v time.Time) *OpsItem

SetPlannedEndTime sets the PlannedEndTime field's value.

func (*OpsItem) SetPlannedStartTime

func (s *OpsItem) SetPlannedStartTime(v time.Time) *OpsItem

SetPlannedStartTime sets the PlannedStartTime field's value.

func (*OpsItem) SetPriority

func (s *OpsItem) SetPriority(v int64) *OpsItem

SetPriority sets the Priority field's value.

func (*OpsItem) SetRelatedOpsItems

func (s *OpsItem) SetRelatedOpsItems(v []*RelatedOpsItem) *OpsItem

SetRelatedOpsItems sets the RelatedOpsItems field's value.

func (*OpsItem) SetSeverity

func (s *OpsItem) SetSeverity(v string) *OpsItem

SetSeverity sets the Severity field's value.

func (*OpsItem) SetSource

func (s *OpsItem) SetSource(v string) *OpsItem

SetSource sets the Source field's value.

func (*OpsItem) SetStatus

func (s *OpsItem) SetStatus(v string) *OpsItem

SetStatus sets the Status field's value.

func (*OpsItem) SetTitle

func (s *OpsItem) SetTitle(v string) *OpsItem

SetTitle sets the Title field's value.

func (*OpsItem) SetVersion

func (s *OpsItem) SetVersion(v string) *OpsItem

SetVersion sets the Version field's value.

func (OpsItem) String

func (s OpsItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsItemAccessDeniedException

type OpsItemAccessDeniedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You don't have permission to view OpsItems in the specified account. Verify that your account is configured either as a Systems Manager delegated administrator or that you are logged into the Organizations management account.

func (*OpsItemAccessDeniedException) Code

func (s *OpsItemAccessDeniedException) Code() string

Code returns the exception type name.

func (*OpsItemAccessDeniedException) Error

func (s *OpsItemAccessDeniedException) Error() string

func (OpsItemAccessDeniedException) GoString

func (s OpsItemAccessDeniedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemAccessDeniedException) Message

func (s *OpsItemAccessDeniedException) Message() string

Message returns the exception's message.

func (*OpsItemAccessDeniedException) OrigErr

func (s *OpsItemAccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsItemAccessDeniedException) RequestID

func (s *OpsItemAccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsItemAccessDeniedException) StatusCode

func (s *OpsItemAccessDeniedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (OpsItemAccessDeniedException) String

func (s OpsItemAccessDeniedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsItemAlreadyExistsException

type OpsItemAlreadyExistsException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    OpsItemId *string `type:"string"`
    // contains filtered or unexported fields
}

The OpsItem already exists.

func (*OpsItemAlreadyExistsException) Code

func (s *OpsItemAlreadyExistsException) Code() string

Code returns the exception type name.

func (*OpsItemAlreadyExistsException) Error

func (s *OpsItemAlreadyExistsException) Error() string

func (OpsItemAlreadyExistsException) GoString

func (s OpsItemAlreadyExistsException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemAlreadyExistsException) Message

func (s *OpsItemAlreadyExistsException) Message() string

Message returns the exception's message.

func (*OpsItemAlreadyExistsException) OrigErr

func (s *OpsItemAlreadyExistsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsItemAlreadyExistsException) RequestID

func (s *OpsItemAlreadyExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsItemAlreadyExistsException) StatusCode

func (s *OpsItemAlreadyExistsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (OpsItemAlreadyExistsException) String

func (s OpsItemAlreadyExistsException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsItemConflictException

type OpsItemConflictException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified OpsItem is in the process of being deleted.

func (*OpsItemConflictException) Code

func (s *OpsItemConflictException) Code() string

Code returns the exception type name.

func (*OpsItemConflictException) Error

func (s *OpsItemConflictException) Error() string

func (OpsItemConflictException) GoString

func (s OpsItemConflictException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemConflictException) Message

func (s *OpsItemConflictException) Message() string

Message returns the exception's message.

func (*OpsItemConflictException) OrigErr

func (s *OpsItemConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsItemConflictException) RequestID

func (s *OpsItemConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsItemConflictException) StatusCode

func (s *OpsItemConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (OpsItemConflictException) String

func (s OpsItemConflictException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsItemDataValue

type OpsItemDataValue struct {

    // The type of key-value pair. Valid types include SearchableString and String.
    Type *string `type:"string" enum:"OpsItemDataType"`

    // The value of the OperationalData key.
    Value *string `type:"string"`
    // contains filtered or unexported fields
}

An object that defines the value of the key and its type in the OperationalData map.

func (OpsItemDataValue) GoString

func (s OpsItemDataValue) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemDataValue) SetType

func (s *OpsItemDataValue) SetType(v string) *OpsItemDataValue

SetType sets the Type field's value.

func (*OpsItemDataValue) SetValue

func (s *OpsItemDataValue) SetValue(v string) *OpsItemDataValue

SetValue sets the Value field's value.

func (OpsItemDataValue) String

func (s OpsItemDataValue) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsItemEventFilter

type OpsItemEventFilter struct {

    // The name of the filter key. Currently, the only supported value is OpsItemId.
    //
    // Key is a required field
    Key *string `type:"string" required:"true" enum:"OpsItemEventFilterKey"`

    // The operator used by the filter call. Currently, the only supported value
    // is Equal.
    //
    // Operator is a required field
    Operator *string `type:"string" required:"true" enum:"OpsItemEventFilterOperator"`

    // The values for the filter, consisting of one or more OpsItem IDs.
    //
    // Values is a required field
    Values []*string `type:"list" required:"true"`
    // contains filtered or unexported fields
}

Describes a filter for a specific list of OpsItem events. You can filter event information by using tags. You specify tags by using a key-value pair mapping.

func (OpsItemEventFilter) GoString

func (s OpsItemEventFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemEventFilter) SetKey

func (s *OpsItemEventFilter) SetKey(v string) *OpsItemEventFilter

SetKey sets the Key field's value.

func (*OpsItemEventFilter) SetOperator

func (s *OpsItemEventFilter) SetOperator(v string) *OpsItemEventFilter

SetOperator sets the Operator field's value.

func (*OpsItemEventFilter) SetValues

func (s *OpsItemEventFilter) SetValues(v []*string) *OpsItemEventFilter

SetValues sets the Values field's value.

func (OpsItemEventFilter) String

func (s OpsItemEventFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemEventFilter) Validate

func (s *OpsItemEventFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OpsItemEventSummary

type OpsItemEventSummary struct {

    // Information about the user or resource that created the OpsItem event.
    CreatedBy *OpsItemIdentity `type:"structure"`

    // The date and time the OpsItem event was created.
    CreatedTime *time.Time `type:"timestamp"`

    // Specific information about the OpsItem event.
    Detail *string `type:"string"`

    // The type of information provided as a detail.
    DetailType *string `type:"string"`

    // The ID of the OpsItem event.
    EventId *string `type:"string"`

    // The ID of the OpsItem.
    OpsItemId *string `type:"string"`

    // The source of the OpsItem event.
    Source *string `type:"string"`
    // contains filtered or unexported fields
}

Summary information about an OpsItem event or that associated an OpsItem with a related item.

func (OpsItemEventSummary) GoString

func (s OpsItemEventSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemEventSummary) SetCreatedBy

func (s *OpsItemEventSummary) SetCreatedBy(v *OpsItemIdentity) *OpsItemEventSummary

SetCreatedBy sets the CreatedBy field's value.

func (*OpsItemEventSummary) SetCreatedTime

func (s *OpsItemEventSummary) SetCreatedTime(v time.Time) *OpsItemEventSummary

SetCreatedTime sets the CreatedTime field's value.

func (*OpsItemEventSummary) SetDetail

func (s *OpsItemEventSummary) SetDetail(v string) *OpsItemEventSummary

SetDetail sets the Detail field's value.

func (*OpsItemEventSummary) SetDetailType

func (s *OpsItemEventSummary) SetDetailType(v string) *OpsItemEventSummary

SetDetailType sets the DetailType field's value.

func (*OpsItemEventSummary) SetEventId

func (s *OpsItemEventSummary) SetEventId(v string) *OpsItemEventSummary

SetEventId sets the EventId field's value.

func (*OpsItemEventSummary) SetOpsItemId

func (s *OpsItemEventSummary) SetOpsItemId(v string) *OpsItemEventSummary

SetOpsItemId sets the OpsItemId field's value.

func (*OpsItemEventSummary) SetSource

func (s *OpsItemEventSummary) SetSource(v string) *OpsItemEventSummary

SetSource sets the Source field's value.

func (OpsItemEventSummary) String

func (s OpsItemEventSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsItemFilter

type OpsItemFilter struct {

    // The name of the filter.
    //
    // Key is a required field
    Key *string `type:"string" required:"true" enum:"OpsItemFilterKey"`

    // The operator used by the filter call.
    //
    // Operator is a required field
    Operator *string `type:"string" required:"true" enum:"OpsItemFilterOperator"`

    // The filter value.
    //
    // Values is a required field
    Values []*string `type:"list" required:"true"`
    // contains filtered or unexported fields
}

Describes an OpsItem filter.

func (OpsItemFilter) GoString

func (s OpsItemFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemFilter) SetKey

func (s *OpsItemFilter) SetKey(v string) *OpsItemFilter

SetKey sets the Key field's value.

func (*OpsItemFilter) SetOperator

func (s *OpsItemFilter) SetOperator(v string) *OpsItemFilter

SetOperator sets the Operator field's value.

func (*OpsItemFilter) SetValues

func (s *OpsItemFilter) SetValues(v []*string) *OpsItemFilter

SetValues sets the Values field's value.

func (OpsItemFilter) String

func (s OpsItemFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemFilter) Validate

func (s *OpsItemFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OpsItemIdentity

type OpsItemIdentity struct {

    // The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem
    // event.
    Arn *string `type:"string"`
    // contains filtered or unexported fields
}

Information about the user or resource that created an OpsItem event.

func (OpsItemIdentity) GoString

func (s OpsItemIdentity) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemIdentity) SetArn

func (s *OpsItemIdentity) SetArn(v string) *OpsItemIdentity

SetArn sets the Arn field's value.

func (OpsItemIdentity) String

func (s OpsItemIdentity) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsItemInvalidParameterException

type OpsItemInvalidParameterException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    ParameterNames []*string `type:"list"`
    // contains filtered or unexported fields
}

A specified parameter argument isn't valid. Verify the available arguments and try again.

func (*OpsItemInvalidParameterException) Code

func (s *OpsItemInvalidParameterException) Code() string

Code returns the exception type name.

func (*OpsItemInvalidParameterException) Error

func (s *OpsItemInvalidParameterException) Error() string

func (OpsItemInvalidParameterException) GoString

func (s OpsItemInvalidParameterException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemInvalidParameterException) Message

func (s *OpsItemInvalidParameterException) Message() string

Message returns the exception's message.

func (*OpsItemInvalidParameterException) OrigErr

func (s *OpsItemInvalidParameterException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsItemInvalidParameterException) RequestID

func (s *OpsItemInvalidParameterException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsItemInvalidParameterException) StatusCode

func (s *OpsItemInvalidParameterException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (OpsItemInvalidParameterException) String

func (s OpsItemInvalidParameterException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsItemLimitExceededException

type OpsItemLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Limit *int64 `type:"integer"`

    LimitType *string `type:"string"`

    Message_ *string `locationName:"Message" type:"string"`

    ResourceTypes []*string `type:"list"`
    // contains filtered or unexported fields
}

The request caused OpsItems to exceed one or more quotas.

func (*OpsItemLimitExceededException) Code

func (s *OpsItemLimitExceededException) Code() string

Code returns the exception type name.

func (*OpsItemLimitExceededException) Error

func (s *OpsItemLimitExceededException) Error() string

func (OpsItemLimitExceededException) GoString

func (s OpsItemLimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemLimitExceededException) Message

func (s *OpsItemLimitExceededException) Message() string

Message returns the exception's message.

func (*OpsItemLimitExceededException) OrigErr

func (s *OpsItemLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsItemLimitExceededException) RequestID

func (s *OpsItemLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsItemLimitExceededException) StatusCode

func (s *OpsItemLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (OpsItemLimitExceededException) String

func (s OpsItemLimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsItemNotFoundException

type OpsItemNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified OpsItem ID doesn't exist. Verify the ID and try again.

func (*OpsItemNotFoundException) Code

func (s *OpsItemNotFoundException) Code() string

Code returns the exception type name.

func (*OpsItemNotFoundException) Error

func (s *OpsItemNotFoundException) Error() string

func (OpsItemNotFoundException) GoString

func (s OpsItemNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemNotFoundException) Message

func (s *OpsItemNotFoundException) Message() string

Message returns the exception's message.

func (*OpsItemNotFoundException) OrigErr

func (s *OpsItemNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsItemNotFoundException) RequestID

func (s *OpsItemNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsItemNotFoundException) StatusCode

func (s *OpsItemNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (OpsItemNotFoundException) String

func (s OpsItemNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsItemNotification

type OpsItemNotification struct {

    // The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon
    // SNS) topic where notifications are sent when this OpsItem is edited or changed.
    Arn *string `type:"string"`
    // contains filtered or unexported fields
}

A notification about the OpsItem.

func (OpsItemNotification) GoString

func (s OpsItemNotification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemNotification) SetArn

func (s *OpsItemNotification) SetArn(v string) *OpsItemNotification

SetArn sets the Arn field's value.

func (OpsItemNotification) String

func (s OpsItemNotification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsItemRelatedItemAlreadyExistsException

type OpsItemRelatedItemAlreadyExistsException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    OpsItemId *string `type:"string"`

    ResourceUri *string `type:"string"`
    // contains filtered or unexported fields
}

The Amazon Resource Name (ARN) is already associated with the OpsItem.

func (*OpsItemRelatedItemAlreadyExistsException) Code

func (s *OpsItemRelatedItemAlreadyExistsException) Code() string

Code returns the exception type name.

func (*OpsItemRelatedItemAlreadyExistsException) Error

func (s *OpsItemRelatedItemAlreadyExistsException) Error() string

func (OpsItemRelatedItemAlreadyExistsException) GoString

func (s OpsItemRelatedItemAlreadyExistsException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemRelatedItemAlreadyExistsException) Message

func (s *OpsItemRelatedItemAlreadyExistsException) Message() string

Message returns the exception's message.

func (*OpsItemRelatedItemAlreadyExistsException) OrigErr

func (s *OpsItemRelatedItemAlreadyExistsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsItemRelatedItemAlreadyExistsException) RequestID

func (s *OpsItemRelatedItemAlreadyExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsItemRelatedItemAlreadyExistsException) StatusCode

func (s *OpsItemRelatedItemAlreadyExistsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (OpsItemRelatedItemAlreadyExistsException) String

func (s OpsItemRelatedItemAlreadyExistsException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsItemRelatedItemAssociationNotFoundException

type OpsItemRelatedItemAssociationNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The association wasn't found using the parameters you specified in the call. Verify the information and try again.

func (*OpsItemRelatedItemAssociationNotFoundException) Code

func (s *OpsItemRelatedItemAssociationNotFoundException) Code() string

Code returns the exception type name.

func (*OpsItemRelatedItemAssociationNotFoundException) Error

func (s *OpsItemRelatedItemAssociationNotFoundException) Error() string

func (OpsItemRelatedItemAssociationNotFoundException) GoString

func (s OpsItemRelatedItemAssociationNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemRelatedItemAssociationNotFoundException) Message

func (s *OpsItemRelatedItemAssociationNotFoundException) Message() string

Message returns the exception's message.

func (*OpsItemRelatedItemAssociationNotFoundException) OrigErr

func (s *OpsItemRelatedItemAssociationNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsItemRelatedItemAssociationNotFoundException) RequestID

func (s *OpsItemRelatedItemAssociationNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsItemRelatedItemAssociationNotFoundException) StatusCode

func (s *OpsItemRelatedItemAssociationNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (OpsItemRelatedItemAssociationNotFoundException) String

func (s OpsItemRelatedItemAssociationNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsItemRelatedItemSummary

type OpsItemRelatedItemSummary struct {

    // The association ID.
    AssociationId *string `type:"string"`

    // The association type.
    AssociationType *string `type:"string"`

    // Information about the user or resource that created an OpsItem event.
    CreatedBy *OpsItemIdentity `type:"structure"`

    // The time the related-item association was created.
    CreatedTime *time.Time `type:"timestamp"`

    // Information about the user or resource that created an OpsItem event.
    LastModifiedBy *OpsItemIdentity `type:"structure"`

    // The time the related-item association was last updated.
    LastModifiedTime *time.Time `type:"timestamp"`

    // The OpsItem ID.
    OpsItemId *string `type:"string"`

    // The resource type.
    ResourceType *string `type:"string"`

    // The Amazon Resource Name (ARN) of the related-item resource.
    ResourceUri *string `type:"string"`
    // contains filtered or unexported fields
}

Summary information about related-item resources for an OpsItem.

func (OpsItemRelatedItemSummary) GoString

func (s OpsItemRelatedItemSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemRelatedItemSummary) SetAssociationId

func (s *OpsItemRelatedItemSummary) SetAssociationId(v string) *OpsItemRelatedItemSummary

SetAssociationId sets the AssociationId field's value.

func (*OpsItemRelatedItemSummary) SetAssociationType

func (s *OpsItemRelatedItemSummary) SetAssociationType(v string) *OpsItemRelatedItemSummary

SetAssociationType sets the AssociationType field's value.

func (*OpsItemRelatedItemSummary) SetCreatedBy

func (s *OpsItemRelatedItemSummary) SetCreatedBy(v *OpsItemIdentity) *OpsItemRelatedItemSummary

SetCreatedBy sets the CreatedBy field's value.

func (*OpsItemRelatedItemSummary) SetCreatedTime

func (s *OpsItemRelatedItemSummary) SetCreatedTime(v time.Time) *OpsItemRelatedItemSummary

SetCreatedTime sets the CreatedTime field's value.

func (*OpsItemRelatedItemSummary) SetLastModifiedBy

func (s *OpsItemRelatedItemSummary) SetLastModifiedBy(v *OpsItemIdentity) *OpsItemRelatedItemSummary

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*OpsItemRelatedItemSummary) SetLastModifiedTime

func (s *OpsItemRelatedItemSummary) SetLastModifiedTime(v time.Time) *OpsItemRelatedItemSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*OpsItemRelatedItemSummary) SetOpsItemId

func (s *OpsItemRelatedItemSummary) SetOpsItemId(v string) *OpsItemRelatedItemSummary

SetOpsItemId sets the OpsItemId field's value.

func (*OpsItemRelatedItemSummary) SetResourceType

func (s *OpsItemRelatedItemSummary) SetResourceType(v string) *OpsItemRelatedItemSummary

SetResourceType sets the ResourceType field's value.

func (*OpsItemRelatedItemSummary) SetResourceUri

func (s *OpsItemRelatedItemSummary) SetResourceUri(v string) *OpsItemRelatedItemSummary

SetResourceUri sets the ResourceUri field's value.

func (OpsItemRelatedItemSummary) String

func (s OpsItemRelatedItemSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsItemRelatedItemsFilter

type OpsItemRelatedItemsFilter struct {

    // The name of the filter key. Supported values include ResourceUri, ResourceType,
    // or AssociationId.
    //
    // Key is a required field
    Key *string `type:"string" required:"true" enum:"OpsItemRelatedItemsFilterKey"`

    // The operator used by the filter call. The only supported operator is EQUAL.
    //
    // Operator is a required field
    Operator *string `type:"string" required:"true" enum:"OpsItemRelatedItemsFilterOperator"`

    // The values for the filter.
    //
    // Values is a required field
    Values []*string `type:"list" required:"true"`
    // contains filtered or unexported fields
}

Describes a filter for a specific list of related-item resources.

func (OpsItemRelatedItemsFilter) GoString

func (s OpsItemRelatedItemsFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemRelatedItemsFilter) SetKey

func (s *OpsItemRelatedItemsFilter) SetKey(v string) *OpsItemRelatedItemsFilter

SetKey sets the Key field's value.

func (*OpsItemRelatedItemsFilter) SetOperator

func (s *OpsItemRelatedItemsFilter) SetOperator(v string) *OpsItemRelatedItemsFilter

SetOperator sets the Operator field's value.

func (*OpsItemRelatedItemsFilter) SetValues

func (s *OpsItemRelatedItemsFilter) SetValues(v []*string) *OpsItemRelatedItemsFilter

SetValues sets the Values field's value.

func (OpsItemRelatedItemsFilter) String

func (s OpsItemRelatedItemsFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemRelatedItemsFilter) Validate

func (s *OpsItemRelatedItemsFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OpsItemSummary

type OpsItemSummary struct {

    // The time a runbook workflow ended. Currently reported only for the OpsItem
    // type /aws/changerequest.
    ActualEndTime *time.Time `type:"timestamp"`

    // The time a runbook workflow started. Currently reported only for the OpsItem
    // type /aws/changerequest.
    ActualStartTime *time.Time `type:"timestamp"`

    // A list of OpsItems by category.
    Category *string `min:"1" type:"string"`

    // The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
    CreatedBy *string `type:"string"`

    // The date and time the OpsItem was created.
    CreatedTime *time.Time `type:"timestamp"`

    // The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
    LastModifiedBy *string `type:"string"`

    // The date and time the OpsItem was last updated.
    LastModifiedTime *time.Time `type:"timestamp"`

    // Operational data is custom data that provides useful reference details about
    // the OpsItem.
    OperationalData map[string]*OpsItemDataValue `type:"map"`

    // The ID of the OpsItem.
    OpsItemId *string `type:"string"`

    // The type of OpsItem. Systems Manager supports the following types of OpsItems:
    //
    //    * /aws/issue This type of OpsItem is used for default OpsItems created
    //    by OpsCenter.
    //
    //    * /aws/changerequest This type of OpsItem is used by Change Manager for
    //    reviewing and approving or rejecting change requests.
    //
    //    * /aws/insight This type of OpsItem is used by OpsCenter for aggregating
    //    and reporting on duplicate OpsItems.
    OpsItemType *string `type:"string"`

    // The time specified in a change request for a runbook workflow to end. Currently
    // supported only for the OpsItem type /aws/changerequest.
    PlannedEndTime *time.Time `type:"timestamp"`

    // The time specified in a change request for a runbook workflow to start. Currently
    // supported only for the OpsItem type /aws/changerequest.
    PlannedStartTime *time.Time `type:"timestamp"`

    // The importance of this OpsItem in relation to other OpsItems in the system.
    Priority *int64 `min:"1" type:"integer"`

    // A list of OpsItems by severity.
    Severity *string `min:"1" type:"string"`

    // The impacted Amazon Web Services resource.
    Source *string `min:"1" type:"string"`

    // The OpsItem status. Status can be Open, In Progress, or Resolved.
    Status *string `type:"string" enum:"OpsItemStatus"`

    // A short heading that describes the nature of the OpsItem and the impacted
    // resource.
    Title *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

A count of OpsItems.

func (OpsItemSummary) GoString

func (s OpsItemSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsItemSummary) SetActualEndTime

func (s *OpsItemSummary) SetActualEndTime(v time.Time) *OpsItemSummary

SetActualEndTime sets the ActualEndTime field's value.

func (*OpsItemSummary) SetActualStartTime

func (s *OpsItemSummary) SetActualStartTime(v time.Time) *OpsItemSummary

SetActualStartTime sets the ActualStartTime field's value.

func (*OpsItemSummary) SetCategory

func (s *OpsItemSummary) SetCategory(v string) *OpsItemSummary

SetCategory sets the Category field's value.

func (*OpsItemSummary) SetCreatedBy

func (s *OpsItemSummary) SetCreatedBy(v string) *OpsItemSummary

SetCreatedBy sets the CreatedBy field's value.

func (*OpsItemSummary) SetCreatedTime

func (s *OpsItemSummary) SetCreatedTime(v time.Time) *OpsItemSummary

SetCreatedTime sets the CreatedTime field's value.

func (*OpsItemSummary) SetLastModifiedBy

func (s *OpsItemSummary) SetLastModifiedBy(v string) *OpsItemSummary

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*OpsItemSummary) SetLastModifiedTime

func (s *OpsItemSummary) SetLastModifiedTime(v time.Time) *OpsItemSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*OpsItemSummary) SetOperationalData

func (s *OpsItemSummary) SetOperationalData(v map[string]*OpsItemDataValue) *OpsItemSummary

SetOperationalData sets the OperationalData field's value.

func (*OpsItemSummary) SetOpsItemId

func (s *OpsItemSummary) SetOpsItemId(v string) *OpsItemSummary

SetOpsItemId sets the OpsItemId field's value.

func (*OpsItemSummary) SetOpsItemType

func (s *OpsItemSummary) SetOpsItemType(v string) *OpsItemSummary

SetOpsItemType sets the OpsItemType field's value.

func (*OpsItemSummary) SetPlannedEndTime

func (s *OpsItemSummary) SetPlannedEndTime(v time.Time) *OpsItemSummary

SetPlannedEndTime sets the PlannedEndTime field's value.

func (*OpsItemSummary) SetPlannedStartTime

func (s *OpsItemSummary) SetPlannedStartTime(v time.Time) *OpsItemSummary

SetPlannedStartTime sets the PlannedStartTime field's value.

func (*OpsItemSummary) SetPriority

func (s *OpsItemSummary) SetPriority(v int64) *OpsItemSummary

SetPriority sets the Priority field's value.

func (*OpsItemSummary) SetSeverity

func (s *OpsItemSummary) SetSeverity(v string) *OpsItemSummary

SetSeverity sets the Severity field's value.

func (*OpsItemSummary) SetSource

func (s *OpsItemSummary) SetSource(v string) *OpsItemSummary

SetSource sets the Source field's value.

func (*OpsItemSummary) SetStatus

func (s *OpsItemSummary) SetStatus(v string) *OpsItemSummary

SetStatus sets the Status field's value.

func (*OpsItemSummary) SetTitle

func (s *OpsItemSummary) SetTitle(v string) *OpsItemSummary

SetTitle sets the Title field's value.

func (OpsItemSummary) String

func (s OpsItemSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsMetadata

type OpsMetadata struct {

    // The date the OpsMetadata objects was created.
    CreationDate *time.Time `type:"timestamp"`

    // The date the OpsMetadata object was last updated.
    LastModifiedDate *time.Time `type:"timestamp"`

    // The user name who last updated the OpsMetadata object.
    LastModifiedUser *string `type:"string"`

    // The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
    OpsMetadataArn *string `min:"1" type:"string"`

    // The ID of the Application Manager application.
    ResourceId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Operational metadata for an application in Application Manager.

func (OpsMetadata) GoString

func (s OpsMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsMetadata) SetCreationDate

func (s *OpsMetadata) SetCreationDate(v time.Time) *OpsMetadata

SetCreationDate sets the CreationDate field's value.

func (*OpsMetadata) SetLastModifiedDate

func (s *OpsMetadata) SetLastModifiedDate(v time.Time) *OpsMetadata

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*OpsMetadata) SetLastModifiedUser

func (s *OpsMetadata) SetLastModifiedUser(v string) *OpsMetadata

SetLastModifiedUser sets the LastModifiedUser field's value.

func (*OpsMetadata) SetOpsMetadataArn

func (s *OpsMetadata) SetOpsMetadataArn(v string) *OpsMetadata

SetOpsMetadataArn sets the OpsMetadataArn field's value.

func (*OpsMetadata) SetResourceId

func (s *OpsMetadata) SetResourceId(v string) *OpsMetadata

SetResourceId sets the ResourceId field's value.

func (OpsMetadata) String

func (s OpsMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsMetadataAlreadyExistsException

type OpsMetadataAlreadyExistsException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

An OpsMetadata object already exists for the selected resource.

func (*OpsMetadataAlreadyExistsException) Code

func (s *OpsMetadataAlreadyExistsException) Code() string

Code returns the exception type name.

func (*OpsMetadataAlreadyExistsException) Error

func (s *OpsMetadataAlreadyExistsException) Error() string

func (OpsMetadataAlreadyExistsException) GoString

func (s OpsMetadataAlreadyExistsException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsMetadataAlreadyExistsException) Message

func (s *OpsMetadataAlreadyExistsException) Message() string

Message returns the exception's message.

func (*OpsMetadataAlreadyExistsException) OrigErr

func (s *OpsMetadataAlreadyExistsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsMetadataAlreadyExistsException) RequestID

func (s *OpsMetadataAlreadyExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsMetadataAlreadyExistsException) StatusCode

func (s *OpsMetadataAlreadyExistsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (OpsMetadataAlreadyExistsException) String

func (s OpsMetadataAlreadyExistsException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsMetadataFilter

type OpsMetadataFilter struct {

    // A filter key.
    //
    // Key is a required field
    Key *string `min:"1" type:"string" required:"true"`

    // A filter value.
    //
    // Values is a required field
    Values []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

A filter to limit the number of OpsMetadata objects displayed.

func (OpsMetadataFilter) GoString

func (s OpsMetadataFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsMetadataFilter) SetKey

func (s *OpsMetadataFilter) SetKey(v string) *OpsMetadataFilter

SetKey sets the Key field's value.

func (*OpsMetadataFilter) SetValues

func (s *OpsMetadataFilter) SetValues(v []*string) *OpsMetadataFilter

SetValues sets the Values field's value.

func (OpsMetadataFilter) String

func (s OpsMetadataFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsMetadataFilter) Validate

func (s *OpsMetadataFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OpsMetadataInvalidArgumentException

type OpsMetadataInvalidArgumentException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

One of the arguments passed is invalid.

func (*OpsMetadataInvalidArgumentException) Code

func (s *OpsMetadataInvalidArgumentException) Code() string

Code returns the exception type name.

func (*OpsMetadataInvalidArgumentException) Error

func (s *OpsMetadataInvalidArgumentException) Error() string

func (OpsMetadataInvalidArgumentException) GoString

func (s OpsMetadataInvalidArgumentException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsMetadataInvalidArgumentException) Message

func (s *OpsMetadataInvalidArgumentException) Message() string

Message returns the exception's message.

func (*OpsMetadataInvalidArgumentException) OrigErr

func (s *OpsMetadataInvalidArgumentException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsMetadataInvalidArgumentException) RequestID

func (s *OpsMetadataInvalidArgumentException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsMetadataInvalidArgumentException) StatusCode

func (s *OpsMetadataInvalidArgumentException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (OpsMetadataInvalidArgumentException) String

func (s OpsMetadataInvalidArgumentException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsMetadataKeyLimitExceededException

type OpsMetadataKeyLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The OpsMetadata object exceeds the maximum number of OpsMetadata keys that you can assign to an application in Application Manager.

func (*OpsMetadataKeyLimitExceededException) Code

func (s *OpsMetadataKeyLimitExceededException) Code() string

Code returns the exception type name.

func (*OpsMetadataKeyLimitExceededException) Error

func (s *OpsMetadataKeyLimitExceededException) Error() string

func (OpsMetadataKeyLimitExceededException) GoString

func (s OpsMetadataKeyLimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsMetadataKeyLimitExceededException) Message

func (s *OpsMetadataKeyLimitExceededException) Message() string

Message returns the exception's message.

func (*OpsMetadataKeyLimitExceededException) OrigErr

func (s *OpsMetadataKeyLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsMetadataKeyLimitExceededException) RequestID

func (s *OpsMetadataKeyLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsMetadataKeyLimitExceededException) StatusCode

func (s *OpsMetadataKeyLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (OpsMetadataKeyLimitExceededException) String

func (s OpsMetadataKeyLimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsMetadataLimitExceededException

type OpsMetadataLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

Your account reached the maximum number of OpsMetadata objects allowed by Application Manager. The maximum is 200 OpsMetadata objects. Delete one or more OpsMetadata object and try again.

func (*OpsMetadataLimitExceededException) Code

func (s *OpsMetadataLimitExceededException) Code() string

Code returns the exception type name.

func (*OpsMetadataLimitExceededException) Error

func (s *OpsMetadataLimitExceededException) Error() string

func (OpsMetadataLimitExceededException) GoString

func (s OpsMetadataLimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsMetadataLimitExceededException) Message

func (s *OpsMetadataLimitExceededException) Message() string

Message returns the exception's message.

func (*OpsMetadataLimitExceededException) OrigErr

func (s *OpsMetadataLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsMetadataLimitExceededException) RequestID

func (s *OpsMetadataLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsMetadataLimitExceededException) StatusCode

func (s *OpsMetadataLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (OpsMetadataLimitExceededException) String

func (s OpsMetadataLimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsMetadataNotFoundException

type OpsMetadataNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The OpsMetadata object doesn't exist.

func (*OpsMetadataNotFoundException) Code

func (s *OpsMetadataNotFoundException) Code() string

Code returns the exception type name.

func (*OpsMetadataNotFoundException) Error

func (s *OpsMetadataNotFoundException) Error() string

func (OpsMetadataNotFoundException) GoString

func (s OpsMetadataNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsMetadataNotFoundException) Message

func (s *OpsMetadataNotFoundException) Message() string

Message returns the exception's message.

func (*OpsMetadataNotFoundException) OrigErr

func (s *OpsMetadataNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsMetadataNotFoundException) RequestID

func (s *OpsMetadataNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsMetadataNotFoundException) StatusCode

func (s *OpsMetadataNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (OpsMetadataNotFoundException) String

func (s OpsMetadataNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsMetadataTooManyUpdatesException

type OpsMetadataTooManyUpdatesException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The system is processing too many concurrent updates. Wait a few moments and try again.

func (*OpsMetadataTooManyUpdatesException) Code

func (s *OpsMetadataTooManyUpdatesException) Code() string

Code returns the exception type name.

func (*OpsMetadataTooManyUpdatesException) Error

func (s *OpsMetadataTooManyUpdatesException) Error() string

func (OpsMetadataTooManyUpdatesException) GoString

func (s OpsMetadataTooManyUpdatesException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsMetadataTooManyUpdatesException) Message

func (s *OpsMetadataTooManyUpdatesException) Message() string

Message returns the exception's message.

func (*OpsMetadataTooManyUpdatesException) OrigErr

func (s *OpsMetadataTooManyUpdatesException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*OpsMetadataTooManyUpdatesException) RequestID

func (s *OpsMetadataTooManyUpdatesException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*OpsMetadataTooManyUpdatesException) StatusCode

func (s *OpsMetadataTooManyUpdatesException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (OpsMetadataTooManyUpdatesException) String

func (s OpsMetadataTooManyUpdatesException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OpsResultAttribute

type OpsResultAttribute struct {

    // Name of the data type. Valid value: AWS:OpsItem, AWS:EC2InstanceInformation,
    // AWS:OpsItemTrendline, or AWS:ComplianceSummary.
    //
    // TypeName is a required field
    TypeName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The OpsItem data type to return.

func (OpsResultAttribute) GoString

func (s OpsResultAttribute) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsResultAttribute) SetTypeName

func (s *OpsResultAttribute) SetTypeName(v string) *OpsResultAttribute

SetTypeName sets the TypeName field's value.

func (OpsResultAttribute) String

func (s OpsResultAttribute) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OpsResultAttribute) Validate

func (s *OpsResultAttribute) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OutputSource

type OutputSource struct {

    // The ID of the output source, for example the URL of an S3 bucket.
    OutputSourceId *string `min:"36" type:"string"`

    // The type of source where the association execution details are stored, for
    // example, Amazon S3.
    OutputSourceType *string `type:"string"`
    // contains filtered or unexported fields
}

Information about the source where the association execution details are stored.

func (OutputSource) GoString

func (s OutputSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OutputSource) SetOutputSourceId

func (s *OutputSource) SetOutputSourceId(v string) *OutputSource

SetOutputSourceId sets the OutputSourceId field's value.

func (*OutputSource) SetOutputSourceType

func (s *OutputSource) SetOutputSourceType(v string) *OutputSource

SetOutputSourceType sets the OutputSourceType field's value.

func (OutputSource) String

func (s OutputSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Parameter

type Parameter struct {

    // The Amazon Resource Name (ARN) of the parameter.
    ARN *string `type:"string"`

    // The data type of the parameter, such as text or aws:ec2:image. The default
    // is text.
    DataType *string `type:"string"`

    // Date the parameter was last changed or updated and the parameter version
    // was created.
    LastModifiedDate *time.Time `type:"timestamp"`

    // The name of the parameter.
    Name *string `min:"1" type:"string"`

    // Either the version number or the label used to retrieve the parameter value.
    // Specify selectors by using one of the following formats:
    //
    // parameter_name:version
    //
    // parameter_name:label
    Selector *string `type:"string"`

    // Applies to parameters that reference information in other Amazon Web Services
    // services. SourceResult is the raw result or response from the source.
    SourceResult *string `type:"string"`

    // The type of parameter. Valid values include the following: String, StringList,
    // and SecureString.
    //
    // If type is StringList, the system returns a comma-separated string with no
    // spaces between commas in the Value field.
    Type *string `type:"string" enum:"ParameterType"`

    // The parameter value.
    //
    // If type is StringList, the system returns a comma-separated string with no
    // spaces between commas in the Value field.
    //
    // Value is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by Parameter's
    // String and GoString methods.
    Value *string `type:"string" sensitive:"true"`

    // The parameter version.
    Version *int64 `type:"long"`
    // contains filtered or unexported fields
}

An Amazon Web Services Systems Manager parameter in Parameter Store.

func (Parameter) GoString

func (s Parameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Parameter) SetARN

func (s *Parameter) SetARN(v string) *Parameter

SetARN sets the ARN field's value.

func (*Parameter) SetDataType

func (s *Parameter) SetDataType(v string) *Parameter

SetDataType sets the DataType field's value.

func (*Parameter) SetLastModifiedDate

func (s *Parameter) SetLastModifiedDate(v time.Time) *Parameter

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*Parameter) SetName

func (s *Parameter) SetName(v string) *Parameter

SetName sets the Name field's value.

func (*Parameter) SetSelector

func (s *Parameter) SetSelector(v string) *Parameter

SetSelector sets the Selector field's value.

func (*Parameter) SetSourceResult

func (s *Parameter) SetSourceResult(v string) *Parameter

SetSourceResult sets the SourceResult field's value.

func (*Parameter) SetType

func (s *Parameter) SetType(v string) *Parameter

SetType sets the Type field's value.

func (*Parameter) SetValue

func (s *Parameter) SetValue(v string) *Parameter

SetValue sets the Value field's value.

func (*Parameter) SetVersion

func (s *Parameter) SetVersion(v int64) *Parameter

SetVersion sets the Version field's value.

func (Parameter) String

func (s Parameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ParameterAlreadyExists

type ParameterAlreadyExists struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The parameter already exists. You can't create duplicate parameters.

func (*ParameterAlreadyExists) Code

func (s *ParameterAlreadyExists) Code() string

Code returns the exception type name.

func (*ParameterAlreadyExists) Error

func (s *ParameterAlreadyExists) Error() string

func (ParameterAlreadyExists) GoString

func (s ParameterAlreadyExists) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterAlreadyExists) Message

func (s *ParameterAlreadyExists) Message() string

Message returns the exception's message.

func (*ParameterAlreadyExists) OrigErr

func (s *ParameterAlreadyExists) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ParameterAlreadyExists) RequestID

func (s *ParameterAlreadyExists) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ParameterAlreadyExists) StatusCode

func (s *ParameterAlreadyExists) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ParameterAlreadyExists) String

func (s ParameterAlreadyExists) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ParameterHistory

type ParameterHistory struct {

    // Parameter names can include the following letters and symbols.
    //
    // a-zA-Z0-9_.-
    AllowedPattern *string `type:"string"`

    // The data type of the parameter, such as text or aws:ec2:image. The default
    // is text.
    DataType *string `type:"string"`

    // Information about the parameter.
    Description *string `type:"string"`

    // The alias of the Key Management Service (KMS) key used to encrypt the parameter.
    // Applies to SecureString parameters only
    KeyId *string `min:"1" type:"string"`

    // Labels assigned to the parameter version.
    Labels []*string `min:"1" type:"list"`

    // Date the parameter was last changed or updated.
    LastModifiedDate *time.Time `type:"timestamp"`

    // Amazon Resource Name (ARN) of the Amazon Web Services user who last changed
    // the parameter.
    LastModifiedUser *string `type:"string"`

    // The name of the parameter.
    Name *string `min:"1" type:"string"`

    // Information about the policies assigned to a parameter.
    //
    // Assigning parameter policies (https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html)
    // in the Amazon Web Services Systems Manager User Guide.
    Policies []*ParameterInlinePolicy `type:"list"`

    // The parameter tier.
    Tier *string `type:"string" enum:"ParameterTier"`

    // The type of parameter used.
    Type *string `type:"string" enum:"ParameterType"`

    // The parameter value.
    //
    // Value is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by ParameterHistory's
    // String and GoString methods.
    Value *string `type:"string" sensitive:"true"`

    // The parameter version.
    Version *int64 `type:"long"`
    // contains filtered or unexported fields
}

Information about parameter usage.

func (ParameterHistory) GoString

func (s ParameterHistory) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterHistory) SetAllowedPattern

func (s *ParameterHistory) SetAllowedPattern(v string) *ParameterHistory

SetAllowedPattern sets the AllowedPattern field's value.

func (*ParameterHistory) SetDataType

func (s *ParameterHistory) SetDataType(v string) *ParameterHistory

SetDataType sets the DataType field's value.

func (*ParameterHistory) SetDescription

func (s *ParameterHistory) SetDescription(v string) *ParameterHistory

SetDescription sets the Description field's value.

func (*ParameterHistory) SetKeyId

func (s *ParameterHistory) SetKeyId(v string) *ParameterHistory

SetKeyId sets the KeyId field's value.

func (*ParameterHistory) SetLabels

func (s *ParameterHistory) SetLabels(v []*string) *ParameterHistory

SetLabels sets the Labels field's value.

func (*ParameterHistory) SetLastModifiedDate

func (s *ParameterHistory) SetLastModifiedDate(v time.Time) *ParameterHistory

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*ParameterHistory) SetLastModifiedUser

func (s *ParameterHistory) SetLastModifiedUser(v string) *ParameterHistory

SetLastModifiedUser sets the LastModifiedUser field's value.

func (*ParameterHistory) SetName

func (s *ParameterHistory) SetName(v string) *ParameterHistory

SetName sets the Name field's value.

func (*ParameterHistory) SetPolicies

func (s *ParameterHistory) SetPolicies(v []*ParameterInlinePolicy) *ParameterHistory

SetPolicies sets the Policies field's value.

func (*ParameterHistory) SetTier

func (s *ParameterHistory) SetTier(v string) *ParameterHistory

SetTier sets the Tier field's value.

func (*ParameterHistory) SetType

func (s *ParameterHistory) SetType(v string) *ParameterHistory

SetType sets the Type field's value.

func (*ParameterHistory) SetValue

func (s *ParameterHistory) SetValue(v string) *ParameterHistory

SetValue sets the Value field's value.

func (*ParameterHistory) SetVersion

func (s *ParameterHistory) SetVersion(v int64) *ParameterHistory

SetVersion sets the Version field's value.

func (ParameterHistory) String

func (s ParameterHistory) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ParameterInlinePolicy

type ParameterInlinePolicy struct {

    // The status of the policy. Policies report the following statuses: Pending
    // (the policy hasn't been enforced or applied yet), Finished (the policy was
    // applied), Failed (the policy wasn't applied), or InProgress (the policy is
    // being applied now).
    PolicyStatus *string `type:"string"`

    // The JSON text of the policy.
    PolicyText *string `type:"string"`

    // The type of policy. Parameter Store, a capability of Amazon Web Services
    // Systems Manager, supports the following policy types: Expiration, ExpirationNotification,
    // and NoChangeNotification.
    PolicyType *string `type:"string"`
    // contains filtered or unexported fields
}

One or more policies assigned to a parameter.

func (ParameterInlinePolicy) GoString

func (s ParameterInlinePolicy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterInlinePolicy) SetPolicyStatus

func (s *ParameterInlinePolicy) SetPolicyStatus(v string) *ParameterInlinePolicy

SetPolicyStatus sets the PolicyStatus field's value.

func (*ParameterInlinePolicy) SetPolicyText

func (s *ParameterInlinePolicy) SetPolicyText(v string) *ParameterInlinePolicy

SetPolicyText sets the PolicyText field's value.

func (*ParameterInlinePolicy) SetPolicyType

func (s *ParameterInlinePolicy) SetPolicyType(v string) *ParameterInlinePolicy

SetPolicyType sets the PolicyType field's value.

func (ParameterInlinePolicy) String

func (s ParameterInlinePolicy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ParameterLimitExceeded

type ParameterLimitExceeded struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

You have exceeded the number of parameters for this Amazon Web Services account. Delete one or more parameters and try again.

func (*ParameterLimitExceeded) Code

func (s *ParameterLimitExceeded) Code() string

Code returns the exception type name.

func (*ParameterLimitExceeded) Error

func (s *ParameterLimitExceeded) Error() string

func (ParameterLimitExceeded) GoString

func (s ParameterLimitExceeded) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterLimitExceeded) Message

func (s *ParameterLimitExceeded) Message() string

Message returns the exception's message.

func (*ParameterLimitExceeded) OrigErr

func (s *ParameterLimitExceeded) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ParameterLimitExceeded) RequestID

func (s *ParameterLimitExceeded) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ParameterLimitExceeded) StatusCode

func (s *ParameterLimitExceeded) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ParameterLimitExceeded) String

func (s ParameterLimitExceeded) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ParameterMaxVersionLimitExceeded

type ParameterMaxVersionLimitExceeded struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

Parameter Store retains the 100 most recently created versions of a parameter. After this number of versions has been created, Parameter Store deletes the oldest version when a new one is created. However, if the oldest version has a label attached to it, Parameter Store won't delete the version and instead presents this error message:

An error occurred (ParameterMaxVersionLimitExceeded) when calling the PutParameter operation: You attempted to create a new version of parameter-name by calling the PutParameter API with the overwrite flag. Version version-number, the oldest version, can't be deleted because it has a label associated with it. Move the label to another version of the parameter, and try again.

This safeguard is to prevent parameter versions with mission critical labels assigned to them from being deleted. To continue creating new parameters, first move the label from the oldest version of the parameter to a newer one for use in your operations. For information about moving parameter labels, see Move a parameter label (console) (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-console-move) or Move a parameter label (CLI) (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-cli-move) in the Amazon Web Services Systems Manager User Guide.

func (*ParameterMaxVersionLimitExceeded) Code

func (s *ParameterMaxVersionLimitExceeded) Code() string

Code returns the exception type name.

func (*ParameterMaxVersionLimitExceeded) Error

func (s *ParameterMaxVersionLimitExceeded) Error() string

func (ParameterMaxVersionLimitExceeded) GoString

func (s ParameterMaxVersionLimitExceeded) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterMaxVersionLimitExceeded) Message

func (s *ParameterMaxVersionLimitExceeded) Message() string

Message returns the exception's message.

func (*ParameterMaxVersionLimitExceeded) OrigErr

func (s *ParameterMaxVersionLimitExceeded) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ParameterMaxVersionLimitExceeded) RequestID

func (s *ParameterMaxVersionLimitExceeded) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ParameterMaxVersionLimitExceeded) StatusCode

func (s *ParameterMaxVersionLimitExceeded) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ParameterMaxVersionLimitExceeded) String

func (s ParameterMaxVersionLimitExceeded) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ParameterMetadata

type ParameterMetadata struct {

    // The (ARN) of the last user to update the parameter.
    ARN *string `type:"string"`

    // A parameter name can include only the following letters and symbols.
    //
    // a-zA-Z0-9_.-
    AllowedPattern *string `type:"string"`

    // The data type of the parameter, such as text or aws:ec2:image. The default
    // is text.
    DataType *string `type:"string"`

    // Description of the parameter actions.
    Description *string `type:"string"`

    // The alias of the Key Management Service (KMS) key used to encrypt the parameter.
    // Applies to SecureString parameters only.
    KeyId *string `min:"1" type:"string"`

    // Date the parameter was last changed or updated.
    LastModifiedDate *time.Time `type:"timestamp"`

    // Amazon Resource Name (ARN) of the Amazon Web Services user who last changed
    // the parameter.
    LastModifiedUser *string `type:"string"`

    // The parameter name.
    Name *string `min:"1" type:"string"`

    // A list of policies associated with a parameter.
    Policies []*ParameterInlinePolicy `type:"list"`

    // The parameter tier.
    Tier *string `type:"string" enum:"ParameterTier"`

    // The type of parameter. Valid parameter types include the following: String,
    // StringList, and SecureString.
    Type *string `type:"string" enum:"ParameterType"`

    // The parameter version.
    Version *int64 `type:"long"`
    // contains filtered or unexported fields
}

Metadata includes information like the Amazon Resource Name (ARN) of the last user to update the parameter and the date and time the parameter was last used.

func (ParameterMetadata) GoString

func (s ParameterMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterMetadata) SetARN

func (s *ParameterMetadata) SetARN(v string) *ParameterMetadata

SetARN sets the ARN field's value.

func (*ParameterMetadata) SetAllowedPattern

func (s *ParameterMetadata) SetAllowedPattern(v string) *ParameterMetadata

SetAllowedPattern sets the AllowedPattern field's value.

func (*ParameterMetadata) SetDataType

func (s *ParameterMetadata) SetDataType(v string) *ParameterMetadata

SetDataType sets the DataType field's value.

func (*ParameterMetadata) SetDescription

func (s *ParameterMetadata) SetDescription(v string) *ParameterMetadata

SetDescription sets the Description field's value.

func (*ParameterMetadata) SetKeyId

func (s *ParameterMetadata) SetKeyId(v string) *ParameterMetadata

SetKeyId sets the KeyId field's value.

func (*ParameterMetadata) SetLastModifiedDate

func (s *ParameterMetadata) SetLastModifiedDate(v time.Time) *ParameterMetadata

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*ParameterMetadata) SetLastModifiedUser

func (s *ParameterMetadata) SetLastModifiedUser(v string) *ParameterMetadata

SetLastModifiedUser sets the LastModifiedUser field's value.

func (*ParameterMetadata) SetName

func (s *ParameterMetadata) SetName(v string) *ParameterMetadata

SetName sets the Name field's value.

func (*ParameterMetadata) SetPolicies

func (s *ParameterMetadata) SetPolicies(v []*ParameterInlinePolicy) *ParameterMetadata

SetPolicies sets the Policies field's value.

func (*ParameterMetadata) SetTier

func (s *ParameterMetadata) SetTier(v string) *ParameterMetadata

SetTier sets the Tier field's value.

func (*ParameterMetadata) SetType

func (s *ParameterMetadata) SetType(v string) *ParameterMetadata

SetType sets the Type field's value.

func (*ParameterMetadata) SetVersion

func (s *ParameterMetadata) SetVersion(v int64) *ParameterMetadata

SetVersion sets the Version field's value.

func (ParameterMetadata) String

func (s ParameterMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ParameterNotFound

type ParameterNotFound struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The parameter couldn't be found. Verify the name and try again.

func (*ParameterNotFound) Code

func (s *ParameterNotFound) Code() string

Code returns the exception type name.

func (*ParameterNotFound) Error

func (s *ParameterNotFound) Error() string

func (ParameterNotFound) GoString

func (s ParameterNotFound) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterNotFound) Message

func (s *ParameterNotFound) Message() string

Message returns the exception's message.

func (*ParameterNotFound) OrigErr

func (s *ParameterNotFound) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ParameterNotFound) RequestID

func (s *ParameterNotFound) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ParameterNotFound) StatusCode

func (s *ParameterNotFound) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ParameterNotFound) String

func (s ParameterNotFound) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ParameterPatternMismatchException

type ParameterPatternMismatchException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    // The parameter name isn't valid.
    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The parameter name isn't valid.

func (*ParameterPatternMismatchException) Code

func (s *ParameterPatternMismatchException) Code() string

Code returns the exception type name.

func (*ParameterPatternMismatchException) Error

func (s *ParameterPatternMismatchException) Error() string

func (ParameterPatternMismatchException) GoString

func (s ParameterPatternMismatchException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterPatternMismatchException) Message

func (s *ParameterPatternMismatchException) Message() string

Message returns the exception's message.

func (*ParameterPatternMismatchException) OrigErr

func (s *ParameterPatternMismatchException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ParameterPatternMismatchException) RequestID

func (s *ParameterPatternMismatchException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ParameterPatternMismatchException) StatusCode

func (s *ParameterPatternMismatchException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ParameterPatternMismatchException) String

func (s ParameterPatternMismatchException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ParameterStringFilter

type ParameterStringFilter struct {

    // The name of the filter.
    //
    // The ParameterStringFilter object is used by the DescribeParameters and GetParametersByPath
    // API operations. However, not all of the pattern values listed for Key can
    // be used with both operations.
    //
    // For DescribeParameters, all of the listed patterns are valid except Label.
    //
    // For GetParametersByPath, the following patterns listed for Key aren't valid:
    // tag, DataType, Name, Path, and Tier.
    //
    // For examples of Amazon Web Services CLI commands demonstrating valid parameter
    // filter constructions, see Searching for Systems Manager parameters (https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-search.html)
    // in the Amazon Web Services Systems Manager User Guide.
    //
    // Key is a required field
    Key *string `min:"1" type:"string" required:"true"`

    // For all filters used with DescribeParameters, valid options include Equals
    // and BeginsWith. The Name filter additionally supports the Contains option.
    // (Exception: For filters using the key Path, valid options include Recursive
    // and OneLevel.)
    //
    // For filters used with GetParametersByPath, valid options include Equals and
    // BeginsWith. (Exception: For filters using Label as the Key name, the only
    // valid option is Equals.)
    Option *string `min:"1" type:"string"`

    // The value you want to search for.
    Values []*string `min:"1" type:"list"`
    // contains filtered or unexported fields
}

One or more filters. Use a filter to return a more specific list of results.

func (ParameterStringFilter) GoString

func (s ParameterStringFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterStringFilter) SetKey

func (s *ParameterStringFilter) SetKey(v string) *ParameterStringFilter

SetKey sets the Key field's value.

func (*ParameterStringFilter) SetOption

func (s *ParameterStringFilter) SetOption(v string) *ParameterStringFilter

SetOption sets the Option field's value.

func (*ParameterStringFilter) SetValues

func (s *ParameterStringFilter) SetValues(v []*string) *ParameterStringFilter

SetValues sets the Values field's value.

func (ParameterStringFilter) String

func (s ParameterStringFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterStringFilter) Validate

func (s *ParameterStringFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ParameterVersionLabelLimitExceeded

type ParameterVersionLabelLimitExceeded struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

A parameter version can have a maximum of ten labels.

func (*ParameterVersionLabelLimitExceeded) Code

func (s *ParameterVersionLabelLimitExceeded) Code() string

Code returns the exception type name.

func (*ParameterVersionLabelLimitExceeded) Error

func (s *ParameterVersionLabelLimitExceeded) Error() string

func (ParameterVersionLabelLimitExceeded) GoString

func (s ParameterVersionLabelLimitExceeded) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterVersionLabelLimitExceeded) Message

func (s *ParameterVersionLabelLimitExceeded) Message() string

Message returns the exception's message.

func (*ParameterVersionLabelLimitExceeded) OrigErr

func (s *ParameterVersionLabelLimitExceeded) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ParameterVersionLabelLimitExceeded) RequestID

func (s *ParameterVersionLabelLimitExceeded) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ParameterVersionLabelLimitExceeded) StatusCode

func (s *ParameterVersionLabelLimitExceeded) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ParameterVersionLabelLimitExceeded) String

func (s ParameterVersionLabelLimitExceeded) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ParameterVersionNotFound

type ParameterVersionNotFound struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The specified parameter version wasn't found. Verify the parameter name and version, and try again.

func (*ParameterVersionNotFound) Code

func (s *ParameterVersionNotFound) Code() string

Code returns the exception type name.

func (*ParameterVersionNotFound) Error

func (s *ParameterVersionNotFound) Error() string

func (ParameterVersionNotFound) GoString

func (s ParameterVersionNotFound) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterVersionNotFound) Message

func (s *ParameterVersionNotFound) Message() string

Message returns the exception's message.

func (*ParameterVersionNotFound) OrigErr

func (s *ParameterVersionNotFound) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ParameterVersionNotFound) RequestID

func (s *ParameterVersionNotFound) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ParameterVersionNotFound) StatusCode

func (s *ParameterVersionNotFound) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ParameterVersionNotFound) String

func (s ParameterVersionNotFound) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ParametersFilter

type ParametersFilter struct {

    // The name of the filter.
    //
    // Key is a required field
    Key *string `type:"string" required:"true" enum:"ParametersFilterKey"`

    // The filter values.
    //
    // Values is a required field
    Values []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

This data type is deprecated. Instead, use ParameterStringFilter.

func (ParametersFilter) GoString

func (s ParametersFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParametersFilter) SetKey

func (s *ParametersFilter) SetKey(v string) *ParametersFilter

SetKey sets the Key field's value.

func (*ParametersFilter) SetValues

func (s *ParametersFilter) SetValues(v []*string) *ParametersFilter

SetValues sets the Values field's value.

func (ParametersFilter) String

func (s ParametersFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParametersFilter) Validate

func (s *ParametersFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ParentStepDetails

type ParentStepDetails struct {

    // The name of the automation action.
    Action *string `type:"string"`

    // The current repetition of the loop represented by an integer.
    Iteration *int64 `type:"integer"`

    // The current value of the specified iterator in the loop.
    IteratorValue *string `type:"string"`

    // The unique ID of a step execution.
    StepExecutionId *string `type:"string"`

    // The name of the step.
    StepName *string `type:"string"`
    // contains filtered or unexported fields
}

A detailed status of the parent step.

func (ParentStepDetails) GoString

func (s ParentStepDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParentStepDetails) SetAction

func (s *ParentStepDetails) SetAction(v string) *ParentStepDetails

SetAction sets the Action field's value.

func (*ParentStepDetails) SetIteration

func (s *ParentStepDetails) SetIteration(v int64) *ParentStepDetails

SetIteration sets the Iteration field's value.

func (*ParentStepDetails) SetIteratorValue

func (s *ParentStepDetails) SetIteratorValue(v string) *ParentStepDetails

SetIteratorValue sets the IteratorValue field's value.

func (*ParentStepDetails) SetStepExecutionId

func (s *ParentStepDetails) SetStepExecutionId(v string) *ParentStepDetails

SetStepExecutionId sets the StepExecutionId field's value.

func (*ParentStepDetails) SetStepName

func (s *ParentStepDetails) SetStepName(v string) *ParentStepDetails

SetStepName sets the StepName field's value.

func (ParentStepDetails) String

func (s ParentStepDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Patch

type Patch struct {

    // The Advisory ID of the patch. For example, RHSA-2020:3779. Applies to Linux-based
    // managed nodes only.
    AdvisoryIds []*string `type:"list"`

    // The architecture of the patch. For example, in example-pkg-0.710.10-2.7.abcd.x86_64,
    // the architecture is indicated by x86_64. Applies to Linux-based managed nodes
    // only.
    Arch *string `type:"string"`

    // The Bugzilla ID of the patch. For example, 1600646. Applies to Linux-based
    // managed nodes only.
    BugzillaIds []*string `type:"list"`

    // The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example,
    // CVE-2011-3192. Applies to Linux-based managed nodes only.
    CVEIds []*string `type:"list"`

    // The classification of the patch. For example, SecurityUpdates, Updates, or
    // CriticalUpdates.
    Classification *string `type:"string"`

    // The URL where more information can be obtained about the patch.
    ContentUrl *string `type:"string"`

    // The description of the patch.
    Description *string `type:"string"`

    // The epoch of the patch. For example in pkg-example-EE-20180914-2.2.amzn1.noarch,
    // the epoch value is 20180914-2. Applies to Linux-based managed nodes only.
    Epoch *int64 `type:"integer"`

    // The ID of the patch. Applies to Windows patches only.
    //
    // This ID isn't the same as the Microsoft Knowledge Base ID.
    Id *string `min:"1" type:"string"`

    // The Microsoft Knowledge Base ID of the patch. Applies to Windows patches
    // only.
    KbNumber *string `type:"string"`

    // The language of the patch if it's language-specific.
    Language *string `type:"string"`

    // The ID of the Microsoft Security Response Center (MSRC) bulletin the patch
    // is related to. For example, MS14-045. Applies to Windows patches only.
    MsrcNumber *string `type:"string"`

    // The severity of the patch, such as Critical, Important, or Moderate. Applies
    // to Windows patches only.
    MsrcSeverity *string `type:"string"`

    // The name of the patch. Applies to Linux-based managed nodes only.
    Name *string `type:"string"`

    // The specific product the patch is applicable for. For example, WindowsServer2016
    // or AmazonLinux2018.03.
    Product *string `type:"string"`

    // The product family the patch is applicable for. For example, Windows or Amazon
    // Linux 2.
    ProductFamily *string `type:"string"`

    // The particular release of a patch. For example, in pkg-example-EE-20180914-2.2.amzn1.noarch,
    // the release is 2.amaz1. Applies to Linux-based managed nodes only.
    Release *string `type:"string"`

    // The date the patch was released.
    ReleaseDate *time.Time `type:"timestamp"`

    // The source patch repository for the operating system and version, such as
    // trusty-security for Ubuntu Server 14.04 LTE and focal-security for Ubuntu
    // Server 20.04 LTE. Applies to Linux-based managed nodes only.
    Repository *string `type:"string"`

    // The severity level of the patch. For example, CRITICAL or MODERATE.
    Severity *string `type:"string"`

    // The title of the patch.
    Title *string `type:"string"`

    // The name of the vendor providing the patch.
    Vendor *string `type:"string"`

    // The version number of the patch. For example, in example-pkg-1.710.10-2.7.abcd.x86_64,
    // the version number is indicated by -1. Applies to Linux-based managed nodes
    // only.
    Version *string `type:"string"`
    // contains filtered or unexported fields
}

Represents metadata about a patch.

func (Patch) GoString

func (s Patch) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Patch) SetAdvisoryIds

func (s *Patch) SetAdvisoryIds(v []*string) *Patch

SetAdvisoryIds sets the AdvisoryIds field's value.

func (*Patch) SetArch

func (s *Patch) SetArch(v string) *Patch

SetArch sets the Arch field's value.

func (*Patch) SetBugzillaIds

func (s *Patch) SetBugzillaIds(v []*string) *Patch

SetBugzillaIds sets the BugzillaIds field's value.

func (*Patch) SetCVEIds

func (s *Patch) SetCVEIds(v []*string) *Patch

SetCVEIds sets the CVEIds field's value.

func (*Patch) SetClassification

func (s *Patch) SetClassification(v string) *Patch

SetClassification sets the Classification field's value.

func (*Patch) SetContentUrl

func (s *Patch) SetContentUrl(v string) *Patch

SetContentUrl sets the ContentUrl field's value.

func (*Patch) SetDescription

func (s *Patch) SetDescription(v string) *Patch

SetDescription sets the Description field's value.

func (*Patch) SetEpoch

func (s *Patch) SetEpoch(v int64) *Patch

SetEpoch sets the Epoch field's value.

func (*Patch) SetId

func (s *Patch) SetId(v string) *Patch

SetId sets the Id field's value.

func (*Patch) SetKbNumber

func (s *Patch) SetKbNumber(v string) *Patch

SetKbNumber sets the KbNumber field's value.

func (*Patch) SetLanguage

func (s *Patch) SetLanguage(v string) *Patch

SetLanguage sets the Language field's value.

func (*Patch) SetMsrcNumber

func (s *Patch) SetMsrcNumber(v string) *Patch

SetMsrcNumber sets the MsrcNumber field's value.

func (*Patch) SetMsrcSeverity

func (s *Patch) SetMsrcSeverity(v string) *Patch

SetMsrcSeverity sets the MsrcSeverity field's value.

func (*Patch) SetName

func (s *Patch) SetName(v string) *Patch

SetName sets the Name field's value.

func (*Patch) SetProduct

func (s *Patch) SetProduct(v string) *Patch

SetProduct sets the Product field's value.

func (*Patch) SetProductFamily

func (s *Patch) SetProductFamily(v string) *Patch

SetProductFamily sets the ProductFamily field's value.

func (*Patch) SetRelease

func (s *Patch) SetRelease(v string) *Patch

SetRelease sets the Release field's value.

func (*Patch) SetReleaseDate

func (s *Patch) SetReleaseDate(v time.Time) *Patch

SetReleaseDate sets the ReleaseDate field's value.

func (*Patch) SetRepository

func (s *Patch) SetRepository(v string) *Patch

SetRepository sets the Repository field's value.

func (*Patch) SetSeverity

func (s *Patch) SetSeverity(v string) *Patch

SetSeverity sets the Severity field's value.

func (*Patch) SetTitle

func (s *Patch) SetTitle(v string) *Patch

SetTitle sets the Title field's value.

func (*Patch) SetVendor

func (s *Patch) SetVendor(v string) *Patch

SetVendor sets the Vendor field's value.

func (*Patch) SetVersion

func (s *Patch) SetVersion(v string) *Patch

SetVersion sets the Version field's value.

func (Patch) String

func (s Patch) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PatchBaselineIdentity

type PatchBaselineIdentity struct {

    // The description of the patch baseline.
    BaselineDescription *string `min:"1" type:"string"`

    // The ID of the patch baseline.
    BaselineId *string `min:"20" type:"string"`

    // The name of the patch baseline.
    BaselineName *string `min:"3" type:"string"`

    // Whether this is the default baseline. Amazon Web Services Systems Manager
    // supports creating multiple default patch baselines. For example, you can
    // create a default patch baseline for each operating system.
    DefaultBaseline *bool `type:"boolean"`

    // Defines the operating system the patch baseline applies to. The default value
    // is WINDOWS.
    OperatingSystem *string `type:"string" enum:"OperatingSystem"`
    // contains filtered or unexported fields
}

Defines the basic information about a patch baseline.

func (PatchBaselineIdentity) GoString

func (s PatchBaselineIdentity) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PatchBaselineIdentity) SetBaselineDescription

func (s *PatchBaselineIdentity) SetBaselineDescription(v string) *PatchBaselineIdentity

SetBaselineDescription sets the BaselineDescription field's value.

func (*PatchBaselineIdentity) SetBaselineId

func (s *PatchBaselineIdentity) SetBaselineId(v string) *PatchBaselineIdentity

SetBaselineId sets the BaselineId field's value.

func (*PatchBaselineIdentity) SetBaselineName

func (s *PatchBaselineIdentity) SetBaselineName(v string) *PatchBaselineIdentity

SetBaselineName sets the BaselineName field's value.

func (*PatchBaselineIdentity) SetDefaultBaseline

func (s *PatchBaselineIdentity) SetDefaultBaseline(v bool) *PatchBaselineIdentity

SetDefaultBaseline sets the DefaultBaseline field's value.

func (*PatchBaselineIdentity) SetOperatingSystem

func (s *PatchBaselineIdentity) SetOperatingSystem(v string) *PatchBaselineIdentity

SetOperatingSystem sets the OperatingSystem field's value.

func (PatchBaselineIdentity) String

func (s PatchBaselineIdentity) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PatchComplianceData

type PatchComplianceData struct {

    // The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that
    // are resolved by the patch.
    //
    // Currently, CVE ID values are reported only for patches with a status of Missing
    // or Failed.
    CVEIds *string `type:"string"`

    // The classification of the patch, such as SecurityUpdates, Updates, and CriticalUpdates.
    //
    // Classification is a required field
    Classification *string `type:"string" required:"true"`

    // The date/time the patch was installed on the managed node. Not all operating
    // systems provide this level of information.
    //
    // InstalledTime is a required field
    InstalledTime *time.Time `type:"timestamp" required:"true"`

    // The operating system-specific ID of the patch.
    //
    // KBId is a required field
    KBId *string `type:"string" required:"true"`

    // The severity of the patch such as Critical, Important, and Moderate.
    //
    // Severity is a required field
    Severity *string `type:"string" required:"true"`

    // The state of the patch on the managed node, such as INSTALLED or FAILED.
    //
    // For descriptions of each patch state, see About patch compliance (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-compliance-about.html#sysman-compliance-monitor-patch)
    // in the Amazon Web Services Systems Manager User Guide.
    //
    // State is a required field
    State *string `type:"string" required:"true" enum:"PatchComplianceDataState"`

    // The title of the patch.
    //
    // Title is a required field
    Title *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Information about the state of a patch on a particular managed node as it relates to the patch baseline used to patch the node.

func (PatchComplianceData) GoString

func (s PatchComplianceData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PatchComplianceData) SetCVEIds

func (s *PatchComplianceData) SetCVEIds(v string) *PatchComplianceData

SetCVEIds sets the CVEIds field's value.

func (*PatchComplianceData) SetClassification

func (s *PatchComplianceData) SetClassification(v string) *PatchComplianceData

SetClassification sets the Classification field's value.

func (*PatchComplianceData) SetInstalledTime

func (s *PatchComplianceData) SetInstalledTime(v time.Time) *PatchComplianceData

SetInstalledTime sets the InstalledTime field's value.

func (*PatchComplianceData) SetKBId

func (s *PatchComplianceData) SetKBId(v string) *PatchComplianceData

SetKBId sets the KBId field's value.

func (*PatchComplianceData) SetSeverity

func (s *PatchComplianceData) SetSeverity(v string) *PatchComplianceData

SetSeverity sets the Severity field's value.

func (*PatchComplianceData) SetState

func (s *PatchComplianceData) SetState(v string) *PatchComplianceData

SetState sets the State field's value.

func (*PatchComplianceData) SetTitle

func (s *PatchComplianceData) SetTitle(v string) *PatchComplianceData

SetTitle sets the Title field's value.

func (PatchComplianceData) String

func (s PatchComplianceData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PatchFilter

type PatchFilter struct {

    // The key for the filter.
    //
    // Run the DescribePatchProperties command to view lists of valid keys for each
    // operating system type.
    //
    // Key is a required field
    Key *string `type:"string" required:"true" enum:"PatchFilterKey"`

    // The value for the filter key.
    //
    // Run the DescribePatchProperties command to view lists of valid values for
    // each key based on operating system type.
    //
    // Values is a required field
    Values []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Defines which patches should be included in a patch baseline.

A patch filter consists of a key and a set of values. The filter key is a patch property. For example, the available filter keys for WINDOWS are PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, and MSRC_SEVERITY.

The filter values define a matching criterion for the patch property indicated by the key. For example, if the filter key is PRODUCT and the filter values are ["Office 2013", "Office 2016"], then the filter accepts all patches where product name is either "Office 2013" or "Office 2016". The filter values can be exact values for the patch property given as a key, or a wildcard (*), which matches all values.

You can view lists of valid values for the patch properties by running the DescribePatchProperties command. For information about which patch properties can be used with each major operating system, see DescribePatchProperties.

func (PatchFilter) GoString

func (s PatchFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PatchFilter) SetKey

func (s *PatchFilter) SetKey(v string) *PatchFilter

SetKey sets the Key field's value.

func (*PatchFilter) SetValues

func (s *PatchFilter) SetValues(v []*string) *PatchFilter

SetValues sets the Values field's value.

func (PatchFilter) String

func (s PatchFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PatchFilter) Validate

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) GoString

func (s PatchFilterGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PatchFilterGroup) SetPatchFilters

func (s *PatchFilterGroup) SetPatchFilters(v []*PatchFilter) *PatchFilterGroup

SetPatchFilters sets the PatchFilters field's value.

func (PatchFilterGroup) String

func (s PatchFilterGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PatchFilterGroup) Validate

func (s *PatchFilterGroup) Validate() error

Validate inspects the fields of the type to determine if they are valid.

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) GoString

func (s PatchGroupPatchBaselineMapping) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PatchGroupPatchBaselineMapping) SetBaselineIdentity

func (s *PatchGroupPatchBaselineMapping) SetBaselineIdentity(v *PatchBaselineIdentity) *PatchGroupPatchBaselineMapping

SetBaselineIdentity sets the BaselineIdentity field's value.

func (*PatchGroupPatchBaselineMapping) SetPatchGroup

func (s *PatchGroupPatchBaselineMapping) SetPatchGroup(v string) *PatchGroupPatchBaselineMapping

SetPatchGroup sets the PatchGroup field's value.

func (PatchGroupPatchBaselineMapping) String

func (s PatchGroupPatchBaselineMapping) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PatchOrchestratorFilter

type PatchOrchestratorFilter struct {

    // The key for the filter.
    Key *string `min:"1" type:"string"`

    // The value for the filter.
    Values []*string `type:"list"`
    // contains filtered or unexported fields
}

Defines a filter used in Patch Manager APIs. Supported filter keys depend on the API operation that includes the filter. Patch Manager API operations that use PatchOrchestratorFilter include the following:

  • DescribeAvailablePatches

  • DescribeInstancePatches

  • DescribePatchBaselines

  • DescribePatchGroups

func (PatchOrchestratorFilter) GoString

func (s PatchOrchestratorFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PatchOrchestratorFilter) SetKey

func (s *PatchOrchestratorFilter) SetKey(v string) *PatchOrchestratorFilter

SetKey sets the Key field's value.

func (*PatchOrchestratorFilter) SetValues

func (s *PatchOrchestratorFilter) SetValues(v []*string) *PatchOrchestratorFilter

SetValues sets the Values field's value.

func (PatchOrchestratorFilter) String

func (s PatchOrchestratorFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PatchOrchestratorFilter) Validate

func (s *PatchOrchestratorFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

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 Debian Server or Ubuntu Server.
    ApproveAfterDays *int64 `type:"integer"`

    // The cutoff date for auto approval of released patches. Any patches released
    // on or before this date are installed automatically. Not supported on Debian
    // Server or Ubuntu Server.
    //
    // Enter dates in the format YYYY-MM-DD. For example, 2021-12-31.
    ApproveUntilDate *string `min:"1" type:"string"`

    // A compliance severity level for all approved patches in a patch baseline.
    ComplianceLevel *string `type:"string" enum:"PatchComplianceLevel"`

    // For managed nodes identified by the approval rule filters, enables a patch
    // baseline to apply non-security updates available in the specified repository.
    // The default value is false. Applies to Linux managed nodes only.
    EnableNonSecurity *bool `type:"boolean"`

    // The patch filter group that defines the criteria for the rule.
    //
    // PatchFilterGroup is a required field
    PatchFilterGroup *PatchFilterGroup `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Defines an approval rule for a patch baseline.

func (PatchRule) GoString

func (s PatchRule) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PatchRule) SetApproveAfterDays

func (s *PatchRule) SetApproveAfterDays(v int64) *PatchRule

SetApproveAfterDays sets the ApproveAfterDays field's value.

func (*PatchRule) SetApproveUntilDate

func (s *PatchRule) SetApproveUntilDate(v string) *PatchRule

SetApproveUntilDate sets the ApproveUntilDate field's value.

func (*PatchRule) SetComplianceLevel

func (s *PatchRule) SetComplianceLevel(v string) *PatchRule

SetComplianceLevel sets the ComplianceLevel field's value.

func (*PatchRule) SetEnableNonSecurity

func (s *PatchRule) SetEnableNonSecurity(v bool) *PatchRule

SetEnableNonSecurity sets the EnableNonSecurity field's value.

func (*PatchRule) SetPatchFilterGroup

func (s *PatchRule) SetPatchFilterGroup(v *PatchFilterGroup) *PatchRule

SetPatchFilterGroup sets the PatchFilterGroup field's value.

func (PatchRule) String

func (s PatchRule) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PatchRule) Validate

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) GoString

func (s PatchRuleGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PatchRuleGroup) SetPatchRules

func (s *PatchRuleGroup) SetPatchRules(v []*PatchRule) *PatchRuleGroup

SetPatchRules sets the PatchRules field's value.

func (PatchRuleGroup) String

func (s PatchRuleGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PatchRuleGroup) Validate

func (s *PatchRuleGroup) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PatchSource

type PatchSource struct {

    // The value of the yum repo configuration. For example:
    //
    // [main]
    //
    // name=MyCustomRepository
    //
    // baseurl=https://my-custom-repository
    //
    // enabled=1
    //
    // For information about other options available for your yum repository configuration,
    // see dnf.conf(5) (https://man7.org/linux/man-pages/man5/dnf.conf.5.html).
    //
    // Configuration is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by PatchSource's
    // String and GoString methods.
    //
    // Configuration is a required field
    Configuration *string `min:"1" type:"string" required:"true" sensitive:"true"`

    // The name specified to identify the patch source.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // The specific operating system versions a patch repository applies to, such
    // as "Ubuntu16.04", "AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7".
    // For lists of supported product values, see PatchFilter.
    //
    // Products is a required field
    Products []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Information about the patches to use to update the managed nodes, including target operating systems and source repository. Applies to Linux managed nodes only.

func (PatchSource) GoString

func (s PatchSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PatchSource) SetConfiguration

func (s *PatchSource) SetConfiguration(v string) *PatchSource

SetConfiguration sets the Configuration field's value.

func (*PatchSource) SetName

func (s *PatchSource) SetName(v string) *PatchSource

SetName sets the Name field's value.

func (*PatchSource) SetProducts

func (s *PatchSource) SetProducts(v []*string) *PatchSource

SetProducts sets the Products field's value.

func (PatchSource) String

func (s PatchSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PatchSource) Validate

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 *string `type:"string" enum:"PatchComplianceLevel"`

    // The approval status of a patch.
    DeploymentStatus *string `type:"string" enum:"PatchDeploymentStatus"`
    // contains filtered or unexported fields
}

Information about the approval status of a patch.

func (PatchStatus) GoString

func (s PatchStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PatchStatus) SetApprovalDate

func (s *PatchStatus) SetApprovalDate(v time.Time) *PatchStatus

SetApprovalDate sets the ApprovalDate field's value.

func (*PatchStatus) SetComplianceLevel

func (s *PatchStatus) SetComplianceLevel(v string) *PatchStatus

SetComplianceLevel sets the ComplianceLevel field's value.

func (*PatchStatus) SetDeploymentStatus

func (s *PatchStatus) SetDeploymentStatus(v string) *PatchStatus

SetDeploymentStatus sets the DeploymentStatus field's value.

func (PatchStatus) String

func (s PatchStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PoliciesLimitExceededException

type PoliciesLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

You specified more than the maximum number of allowed policies for the parameter. The maximum is 10.

func (*PoliciesLimitExceededException) Code

func (s *PoliciesLimitExceededException) Code() string

Code returns the exception type name.

func (*PoliciesLimitExceededException) Error

func (s *PoliciesLimitExceededException) Error() string

func (PoliciesLimitExceededException) GoString

func (s PoliciesLimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PoliciesLimitExceededException) Message

func (s *PoliciesLimitExceededException) Message() string

Message returns the exception's message.

func (*PoliciesLimitExceededException) OrigErr

func (s *PoliciesLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*PoliciesLimitExceededException) RequestID

func (s *PoliciesLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*PoliciesLimitExceededException) StatusCode

func (s *PoliciesLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (PoliciesLimitExceededException) String

func (s PoliciesLimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProgressCounters

type ProgressCounters struct {

    // The total number of steps that the system cancelled in all specified Amazon
    // Web Services Regions and Amazon Web Services accounts for the current Automation
    // execution.
    CancelledSteps *int64 `type:"integer"`

    // The total number of steps that failed to run in all specified Amazon Web
    // Services Regions and Amazon Web Services accounts for the current Automation
    // execution.
    FailedSteps *int64 `type:"integer"`

    // The total number of steps that successfully completed in all specified Amazon
    // Web Services Regions and Amazon Web Services accounts for the current Automation
    // execution.
    SuccessSteps *int64 `type:"integer"`

    // The total number of steps that timed out in all specified Amazon Web Services
    // Regions and Amazon Web Services accounts for the current Automation execution.
    TimedOutSteps *int64 `type:"integer"`

    // The total number of steps run in all specified Amazon Web Services Regions
    // and Amazon Web Services accounts for the current Automation execution.
    TotalSteps *int64 `type:"integer"`
    // contains filtered or unexported fields
}

An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.

func (ProgressCounters) GoString

func (s ProgressCounters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProgressCounters) SetCancelledSteps

func (s *ProgressCounters) SetCancelledSteps(v int64) *ProgressCounters

SetCancelledSteps sets the CancelledSteps field's value.

func (*ProgressCounters) SetFailedSteps

func (s *ProgressCounters) SetFailedSteps(v int64) *ProgressCounters

SetFailedSteps sets the FailedSteps field's value.

func (*ProgressCounters) SetSuccessSteps

func (s *ProgressCounters) SetSuccessSteps(v int64) *ProgressCounters

SetSuccessSteps sets the SuccessSteps field's value.

func (*ProgressCounters) SetTimedOutSteps

func (s *ProgressCounters) SetTimedOutSteps(v int64) *ProgressCounters

SetTimedOutSteps sets the TimedOutSteps field's value.

func (*ProgressCounters) SetTotalSteps

func (s *ProgressCounters) SetTotalSteps(v int64) *ProgressCounters

SetTotalSteps sets the TotalSteps field's value.

func (ProgressCounters) String

func (s ProgressCounters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutComplianceItemsInput

type PutComplianceItemsInput struct {

    // Specify the compliance type. For example, specify Association (for a State
    // Manager association), Patch, or Custom:string.
    //
    // ComplianceType is a required field
    ComplianceType *string `min:"1" type:"string" required:"true"`

    // A summary of the call execution that includes an execution ID, the type of
    // execution (for example, Command), and the date/time of the execution using
    // a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'
    //
    // ExecutionSummary is a required field
    ExecutionSummary *ComplianceExecutionSummary `type:"structure" required:"true"`

    // MD5 or SHA-256 content hash. The content hash is used to determine if existing
    // information should be overwritten or ignored. If the content hashes match,
    // the request to put compliance information is ignored.
    ItemContentHash *string `type:"string"`

    // Information about the compliance as defined by the resource type. For example,
    // for a patch compliance type, Items includes information about the PatchSeverity,
    // Classification, and so on.
    //
    // Items is a required field
    Items []*ComplianceItemEntry `type:"list" required:"true"`

    // Specify an ID for this resource. For a managed node, this is the node ID.
    //
    // ResourceId is a required field
    ResourceId *string `min:"1" type:"string" required:"true"`

    // Specify the type of resource. ManagedInstance is currently the only supported
    // resource type.
    //
    // ResourceType is a required field
    ResourceType *string `min:"1" type:"string" required:"true"`

    // The mode for uploading compliance items. You can specify COMPLETE or PARTIAL.
    // In COMPLETE mode, the system overwrites all existing compliance information
    // for the resource. You must provide a full list of compliance items each time
    // you send the request.
    //
    // In PARTIAL mode, the system overwrites compliance information for a specific
    // association. The association must be configured with SyncCompliance set to
    // MANUAL. By default, all requests use COMPLETE mode.
    //
    // This attribute is only valid for association compliance.
    UploadType *string `type:"string" enum:"ComplianceUploadType"`
    // contains filtered or unexported fields
}

func (PutComplianceItemsInput) GoString

func (s PutComplianceItemsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutComplianceItemsInput) SetComplianceType

func (s *PutComplianceItemsInput) SetComplianceType(v string) *PutComplianceItemsInput

SetComplianceType sets the ComplianceType field's value.

func (*PutComplianceItemsInput) SetExecutionSummary

func (s *PutComplianceItemsInput) SetExecutionSummary(v *ComplianceExecutionSummary) *PutComplianceItemsInput

SetExecutionSummary sets the ExecutionSummary field's value.

func (*PutComplianceItemsInput) SetItemContentHash

func (s *PutComplianceItemsInput) SetItemContentHash(v string) *PutComplianceItemsInput

SetItemContentHash sets the ItemContentHash field's value.

func (*PutComplianceItemsInput) SetItems

func (s *PutComplianceItemsInput) SetItems(v []*ComplianceItemEntry) *PutComplianceItemsInput

SetItems sets the Items field's value.

func (*PutComplianceItemsInput) SetResourceId

func (s *PutComplianceItemsInput) SetResourceId(v string) *PutComplianceItemsInput

SetResourceId sets the ResourceId field's value.

func (*PutComplianceItemsInput) SetResourceType

func (s *PutComplianceItemsInput) SetResourceType(v string) *PutComplianceItemsInput

SetResourceType sets the ResourceType field's value.

func (*PutComplianceItemsInput) SetUploadType

func (s *PutComplianceItemsInput) SetUploadType(v string) *PutComplianceItemsInput

SetUploadType sets the UploadType field's value.

func (PutComplianceItemsInput) String

func (s PutComplianceItemsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutComplianceItemsInput) Validate

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) GoString

func (s PutComplianceItemsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (PutComplianceItemsOutput) String

func (s PutComplianceItemsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutInventoryInput

type PutInventoryInput struct {

    // An managed node ID where you want to add or update inventory items.
    //
    // InstanceId is a required field
    InstanceId *string `type:"string" required:"true"`

    // The inventory items that you want to add or update on managed nodes.
    //
    // Items is a required field
    Items []*InventoryItem `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (PutInventoryInput) GoString

func (s PutInventoryInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutInventoryInput) SetInstanceId

func (s *PutInventoryInput) SetInstanceId(v string) *PutInventoryInput

SetInstanceId sets the InstanceId field's value.

func (*PutInventoryInput) SetItems

func (s *PutInventoryInput) SetItems(v []*InventoryItem) *PutInventoryInput

SetItems sets the Items field's value.

func (PutInventoryInput) String

func (s PutInventoryInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutInventoryInput) Validate

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) GoString

func (s PutInventoryOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutInventoryOutput) SetMessage

func (s *PutInventoryOutput) SetMessage(v string) *PutInventoryOutput

SetMessage sets the Message field's value.

func (PutInventoryOutput) String

func (s PutInventoryOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutParameterInput

type PutParameterInput struct {

    // A regular expression used to validate the parameter value. For example, for
    // String types with values restricted to numbers, you can specify the following:
    // AllowedPattern=^\d+$
    AllowedPattern *string `type:"string"`

    // The data type for a String parameter. Supported data types include plain
    // text and Amazon Machine Image (AMI) IDs.
    //
    // The following data type values are supported.
    //
    //    * text
    //
    //    * aws:ec2:image
    //
    //    * aws:ssm:integration
    //
    // When you create a String parameter and specify aws:ec2:image, Amazon Web
    // Services Systems Manager validates the parameter value is in the required
    // format, such as ami-12345abcdeEXAMPLE, and that the specified AMI is available
    // in your Amazon Web Services account.
    //
    // If the action is successful, the service sends back an HTTP 200 response
    // which indicates a successful PutParameter call for all cases except for data
    // type aws:ec2:image. If you call PutParameter with aws:ec2:image data type,
    // a successful HTTP 200 response does not guarantee that your parameter was
    // successfully created or updated. The aws:ec2:image value is validated asynchronously,
    // and the PutParameter call returns before the validation is complete. If you
    // submit an invalid AMI value, the PutParameter operation will return success,
    // but the asynchronous validation will fail and the parameter will not be created
    // or updated. To monitor whether your aws:ec2:image parameters are created
    // successfully, see Setting up notifications or trigger actions based on Parameter
    // Store events (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-cwe.html).
    // For more information about AMI format validation , see Native parameter support
    // for Amazon Machine Image IDs (https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html).
    DataType *string `type:"string"`

    // Information about the parameter that you want to add to the system. Optional
    // but recommended.
    //
    // Don't enter personally identifiable information in this field.
    Description *string `type:"string"`

    // The Key Management Service (KMS) ID that you want to use to encrypt a parameter.
    // Use a custom key for better security. Required for parameters that use the
    // SecureString data type.
    //
    // If you don't specify a key ID, the system uses the default key associated
    // with your Amazon Web Services account which is not as secure as using a custom
    // key.
    //
    //    * To use a custom KMS key, choose the SecureString data type with the
    //    Key ID parameter.
    KeyId *string `min:"1" type:"string"`

    // The fully qualified name of the parameter that you want to add to the system.
    //
    // You can't enter the Amazon Resource Name (ARN) for a parameter, only the
    // parameter name itself.
    //
    // The fully qualified name includes the complete hierarchy of the parameter
    // path and name. For parameters in a hierarchy, you must include a leading
    // forward slash character (/) when you create or reference a parameter. For
    // example: /Dev/DBServer/MySQL/db-string13
    //
    // Naming Constraints:
    //
    //    * Parameter names are case sensitive.
    //
    //    * A parameter name must be unique within an Amazon Web Services Region
    //
    //    * A parameter name can't be prefixed with "aws" or "ssm" (case-insensitive).
    //
    //    * Parameter names can include only the following symbols and letters:
    //    a-zA-Z0-9_.- In addition, the slash character ( / ) is used to delineate
    //    hierarchies in parameter names. For example: /Dev/Production/East/Project-ABC/MyParameter
    //
    //    * A parameter name can't include spaces.
    //
    //    * Parameter hierarchies are limited to a maximum depth of fifteen levels.
    //
    // For additional information about valid values for parameter names, see Creating
    // Systems Manager parameters (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html)
    // in the Amazon Web Services Systems Manager User Guide.
    //
    // The maximum length constraint of 2048 characters listed below includes 1037
    // characters reserved for internal use by Systems Manager. The maximum length
    // for a parameter name that you create is 1011 characters. This includes the
    // characters in the ARN that precede the name you specify, such as arn:aws:ssm:us-east-2:111122223333:parameter/.
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`

    // Overwrite an existing parameter. The default value is false.
    Overwrite *bool `type:"boolean"`

    // One or more policies to apply to a parameter. This operation takes a JSON
    // array. Parameter Store, a capability of Amazon Web Services Systems Manager
    // supports the following policy types:
    //
    // Expiration: This policy deletes the parameter after it expires. When you
    // create the policy, you specify the expiration date. You can update the expiration
    // date and time by updating the policy. Updating the parameter doesn't affect
    // the expiration date and time. When the expiration time is reached, Parameter
    // Store deletes the parameter.
    //
    // ExpirationNotification: This policy initiates an event in Amazon CloudWatch
    // Events that notifies you about the expiration. By using this policy, you
    // can receive notification before or after the expiration time is reached,
    // in units of days or hours.
    //
    // NoChangeNotification: This policy initiates a CloudWatch Events event if
    // a parameter hasn't been modified for a specified period of time. This policy
    // type is useful when, for example, a secret needs to be changed within a period
    // of time, but it hasn't been changed.
    //
    // All existing policies are preserved until you send new policies or an empty
    // policy. For more information about parameter policies, see Assigning parameter
    // policies (https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html).
    Policies *string `min:"1" type:"string"`

    // Optional metadata that you assign to a resource. Tags enable you to categorize
    // a resource in different ways, such as by purpose, owner, or environment.
    // For example, you might want to tag a Systems Manager parameter to identify
    // the type of resource to which it applies, the environment, or the type of
    // configuration data referenced by the parameter. In this case, you could specify
    // the following key-value pairs:
    //
    //    * Key=Resource,Value=S3bucket
    //
    //    * Key=OS,Value=Windows
    //
    //    * Key=ParameterType,Value=LicenseKey
    //
    // To add tags to an existing Systems Manager parameter, use the AddTagsToResource
    // operation.
    Tags []*Tag `type:"list"`

    // The parameter tier to assign to a parameter.
    //
    // Parameter Store offers a standard tier and an advanced tier for parameters.
    // Standard parameters have a content size limit of 4 KB and can't be configured
    // to use parameter policies. You can create a maximum of 10,000 standard parameters
    // for each Region in an Amazon Web Services account. Standard parameters are
    // offered at no additional cost.
    //
    // Advanced parameters have a content size limit of 8 KB and can be configured
    // to use parameter policies. You can create a maximum of 100,000 advanced parameters
    // for each Region in an Amazon Web Services account. Advanced parameters incur
    // a charge. For more information, see Managing parameter tiers (https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html)
    // in the Amazon Web Services Systems Manager User Guide.
    //
    // You can change a standard parameter to an advanced parameter any time. But
    // you can't revert an advanced parameter to a standard parameter. Reverting
    // an advanced parameter to a standard parameter would result in data loss because
    // the system would truncate the size of the parameter from 8 KB to 4 KB. Reverting
    // would also remove any policies attached to the parameter. Lastly, advanced
    // parameters use a different form of encryption than standard parameters.
    //
    // If you no longer need an advanced parameter, or if you no longer want to
    // incur charges for an advanced parameter, you must delete it and recreate
    // it as a new standard parameter.
    //
    // Using the Default Tier Configuration
    //
    // In PutParameter requests, you can specify the tier to create the parameter
    // in. Whenever you specify a tier in the request, Parameter Store creates or
    // updates the parameter according to that request. However, if you don't specify
    // a tier in a request, Parameter Store assigns the tier based on the current
    // Parameter Store default tier configuration.
    //
    // The default tier when you begin using Parameter Store is the standard-parameter
    // tier. If you use the advanced-parameter tier, you can specify one of the
    // following as the default:
    //
    //    * Advanced: With this option, Parameter Store evaluates all requests as
    //    advanced parameters.
    //
    //    * Intelligent-Tiering: With this option, Parameter Store evaluates each
    //    request to determine if the parameter is standard or advanced. If the
    //    request doesn't include any options that require an advanced parameter,
    //    the parameter is created in the standard-parameter tier. If one or more
    //    options requiring an advanced parameter are included in the request, Parameter
    //    Store create a parameter in the advanced-parameter tier. This approach
    //    helps control your parameter-related costs by always creating standard
    //    parameters unless an advanced parameter is necessary.
    //
    // Options that require an advanced parameter include the following:
    //
    //    * The content size of the parameter is more than 4 KB.
    //
    //    * The parameter uses a parameter policy.
    //
    //    * More than 10,000 parameters already exist in your Amazon Web Services
    //    account in the current Amazon Web Services Region.
    //
    // For more information about configuring the default tier option, see Specifying
    // a default parameter tier (https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html#ps-default-tier)
    // in the Amazon Web Services Systems Manager User Guide.
    Tier *string `type:"string" enum:"ParameterTier"`

    // The type of parameter that you want to add to the system.
    //
    // SecureString isn't currently supported for CloudFormation templates.
    //
    // Items in a StringList must be separated by a comma (,). You can't use other
    // punctuation or special character to escape items in the list. If you have
    // a parameter value that requires a comma, then use the String data type.
    //
    // Specifying a parameter type isn't required when updating a parameter. You
    // must specify a parameter type when creating a parameter.
    Type *string `type:"string" enum:"ParameterType"`

    // The parameter value that you want to add to the system. Standard parameters
    // have a value limit of 4 KB. Advanced parameters have a value limit of 8 KB.
    //
    // Parameters can't be referenced or nested in the values of other parameters.
    // You can't include {{}} or {{ssm:parameter-name}} in a parameter value.
    //
    // Value is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by PutParameterInput's
    // String and GoString methods.
    //
    // Value is a required field
    Value *string `type:"string" required:"true" sensitive:"true"`
    // contains filtered or unexported fields
}

func (PutParameterInput) GoString

func (s PutParameterInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutParameterInput) SetAllowedPattern

func (s *PutParameterInput) SetAllowedPattern(v string) *PutParameterInput

SetAllowedPattern sets the AllowedPattern field's value.

func (*PutParameterInput) SetDataType

func (s *PutParameterInput) SetDataType(v string) *PutParameterInput

SetDataType sets the DataType field's value.

func (*PutParameterInput) SetDescription

func (s *PutParameterInput) SetDescription(v string) *PutParameterInput

SetDescription sets the Description field's value.

func (*PutParameterInput) SetKeyId

func (s *PutParameterInput) SetKeyId(v string) *PutParameterInput

SetKeyId sets the KeyId field's value.

func (*PutParameterInput) SetName

func (s *PutParameterInput) SetName(v string) *PutParameterInput

SetName sets the Name field's value.

func (*PutParameterInput) SetOverwrite

func (s *PutParameterInput) SetOverwrite(v bool) *PutParameterInput

SetOverwrite sets the Overwrite field's value.

func (*PutParameterInput) SetPolicies

func (s *PutParameterInput) SetPolicies(v string) *PutParameterInput

SetPolicies sets the Policies field's value.

func (*PutParameterInput) SetTags

func (s *PutParameterInput) SetTags(v []*Tag) *PutParameterInput

SetTags sets the Tags field's value.

func (*PutParameterInput) SetTier

func (s *PutParameterInput) SetTier(v string) *PutParameterInput

SetTier sets the Tier field's value.

func (*PutParameterInput) SetType

func (s *PutParameterInput) SetType(v string) *PutParameterInput

SetType sets the Type field's value.

func (*PutParameterInput) SetValue

func (s *PutParameterInput) SetValue(v string) *PutParameterInput

SetValue sets the Value field's value.

func (PutParameterInput) String

func (s PutParameterInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutParameterInput) Validate

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 *string `type:"string" enum:"ParameterTier"`

    // The new version number of a parameter. If you edit a parameter value, Parameter
    // Store automatically creates a new version and assigns this new version a
    // unique ID. You can reference a parameter version ID in API operations or
    // in Systems Manager documents (SSM documents). By default, if you don't specify
    // a specific version, the system returns the latest parameter value when a
    // parameter is called.
    Version *int64 `type:"long"`
    // contains filtered or unexported fields
}

func (PutParameterOutput) GoString

func (s PutParameterOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutParameterOutput) SetTier

func (s *PutParameterOutput) SetTier(v string) *PutParameterOutput

SetTier sets the Tier field's value.

func (*PutParameterOutput) SetVersion

func (s *PutParameterOutput) SetVersion(v int64) *PutParameterOutput

SetVersion sets the Version field's value.

func (PutParameterOutput) String

func (s PutParameterOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutResourcePolicyInput

type PutResourcePolicyInput struct {

    // A policy you want to associate with a resource.
    //
    // Policy is a required field
    Policy *string `type:"string" required:"true"`

    // ID of the current policy version. The hash helps to prevent a situation where
    // multiple users attempt to overwrite a policy. You must provide this hash
    // when updating or deleting a policy.
    PolicyHash *string `type:"string"`

    // The policy ID.
    PolicyId *string `type:"string"`

    // Amazon Resource Name (ARN) of the resource to which you want to attach a
    // policy.
    //
    // ResourceArn is a required field
    ResourceArn *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (PutResourcePolicyInput) GoString

func (s PutResourcePolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutResourcePolicyInput) SetPolicy

func (s *PutResourcePolicyInput) SetPolicy(v string) *PutResourcePolicyInput

SetPolicy sets the Policy field's value.

func (*PutResourcePolicyInput) SetPolicyHash

func (s *PutResourcePolicyInput) SetPolicyHash(v string) *PutResourcePolicyInput

SetPolicyHash sets the PolicyHash field's value.

func (*PutResourcePolicyInput) SetPolicyId

func (s *PutResourcePolicyInput) SetPolicyId(v string) *PutResourcePolicyInput

SetPolicyId sets the PolicyId field's value.

func (*PutResourcePolicyInput) SetResourceArn

func (s *PutResourcePolicyInput) SetResourceArn(v string) *PutResourcePolicyInput

SetResourceArn sets the ResourceArn field's value.

func (PutResourcePolicyInput) String

func (s PutResourcePolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutResourcePolicyInput) Validate

func (s *PutResourcePolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PutResourcePolicyOutput

type PutResourcePolicyOutput struct {

    // ID of the current policy version.
    PolicyHash *string `type:"string"`

    // The policy ID. To update a policy, you must specify PolicyId and PolicyHash.
    PolicyId *string `type:"string"`
    // contains filtered or unexported fields
}

func (PutResourcePolicyOutput) GoString

func (s PutResourcePolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutResourcePolicyOutput) SetPolicyHash

func (s *PutResourcePolicyOutput) SetPolicyHash(v string) *PutResourcePolicyOutput

SetPolicyHash sets the PolicyHash field's value.

func (*PutResourcePolicyOutput) SetPolicyId

func (s *PutResourcePolicyOutput) SetPolicyId(v string) *PutResourcePolicyOutput

SetPolicyId sets the PolicyId field's value.

func (PutResourcePolicyOutput) String

func (s PutResourcePolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RegisterDefaultPatchBaselineInput

type RegisterDefaultPatchBaselineInput struct {

    // The ID of the patch baseline that should be the default patch baseline.
    //
    // BaselineId is a required field
    BaselineId *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (RegisterDefaultPatchBaselineInput) GoString

func (s RegisterDefaultPatchBaselineInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterDefaultPatchBaselineInput) SetBaselineId

func (s *RegisterDefaultPatchBaselineInput) SetBaselineId(v string) *RegisterDefaultPatchBaselineInput

SetBaselineId sets the BaselineId field's value.

func (RegisterDefaultPatchBaselineInput) String

func (s RegisterDefaultPatchBaselineInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterDefaultPatchBaselineInput) Validate

func (s *RegisterDefaultPatchBaselineInput) Validate() error

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) GoString

func (s RegisterDefaultPatchBaselineOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterDefaultPatchBaselineOutput) SetBaselineId

func (s *RegisterDefaultPatchBaselineOutput) SetBaselineId(v string) *RegisterDefaultPatchBaselineOutput

SetBaselineId sets the BaselineId field's value.

func (RegisterDefaultPatchBaselineOutput) String

func (s RegisterDefaultPatchBaselineOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RegisterPatchBaselineForPatchGroupInput

type RegisterPatchBaselineForPatchGroupInput struct {

    // The ID of the patch baseline to register with the patch group.
    //
    // BaselineId is a required field
    BaselineId *string `min:"20" type:"string" required:"true"`

    // The name of the patch group to be registered with the patch baseline.
    //
    // PatchGroup is a required field
    PatchGroup *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (RegisterPatchBaselineForPatchGroupInput) GoString

func (s RegisterPatchBaselineForPatchGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterPatchBaselineForPatchGroupInput) SetBaselineId

func (s *RegisterPatchBaselineForPatchGroupInput) SetBaselineId(v string) *RegisterPatchBaselineForPatchGroupInput

SetBaselineId sets the BaselineId field's value.

func (*RegisterPatchBaselineForPatchGroupInput) SetPatchGroup

func (s *RegisterPatchBaselineForPatchGroupInput) SetPatchGroup(v string) *RegisterPatchBaselineForPatchGroupInput

SetPatchGroup sets the PatchGroup field's value.

func (RegisterPatchBaselineForPatchGroupInput) String

func (s RegisterPatchBaselineForPatchGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterPatchBaselineForPatchGroupInput) Validate

func (s *RegisterPatchBaselineForPatchGroupInput) Validate() error

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) GoString

func (s RegisterPatchBaselineForPatchGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterPatchBaselineForPatchGroupOutput) SetBaselineId

func (s *RegisterPatchBaselineForPatchGroupOutput) SetBaselineId(v string) *RegisterPatchBaselineForPatchGroupOutput

SetBaselineId sets the BaselineId field's value.

func (*RegisterPatchBaselineForPatchGroupOutput) SetPatchGroup

func (s *RegisterPatchBaselineForPatchGroupOutput) SetPatchGroup(v string) *RegisterPatchBaselineForPatchGroupOutput

SetPatchGroup sets the PatchGroup field's value.

func (RegisterPatchBaselineForPatchGroupOutput) String

func (s RegisterPatchBaselineForPatchGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RegisterTargetWithMaintenanceWindowInput

type RegisterTargetWithMaintenanceWindowInput struct {

    // User-provided idempotency token.
    ClientToken *string `min:"1" type:"string" idempotencyToken:"true"`

    // An optional description for the target.
    //
    // Description is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by RegisterTargetWithMaintenanceWindowInput's
    // String and GoString methods.
    Description *string `min:"1" type:"string" sensitive:"true"`

    // An optional name for the target.
    Name *string `min:"3" type:"string"`

    // User-provided value that will be included in any Amazon CloudWatch Events
    // events raised while running tasks for these targets in this maintenance window.
    //
    // OwnerInformation is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by RegisterTargetWithMaintenanceWindowInput's
    // String and GoString methods.
    OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

    // The type of target being registered with the maintenance window.
    //
    // ResourceType is a required field
    ResourceType *string `type:"string" required:"true" enum:"MaintenanceWindowResourceType"`

    // The targets to register with the maintenance window. In other words, the
    // managed nodes to run commands on when the maintenance window runs.
    //
    // If a single maintenance window task is registered with multiple targets,
    // its task invocations occur sequentially and not in parallel. If your task
    // must run on multiple targets at the same time, register a task for each target
    // individually and assign each task the same priority level.
    //
    // You can specify targets using managed node IDs, resource group names, or
    // tags that have been applied to managed nodes.
    //
    // Example 1: Specify managed node IDs
    //
    // Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>,<instance-id-3>
    //
    // Example 2: Use tag key-pairs applied to managed nodes
    //
    // Key=tag:<my-tag-key>,Values=<my-tag-value-1>,<my-tag-value-2>
    //
    // Example 3: Use tag-keys applied to managed nodes
    //
    // Key=tag-key,Values=<my-tag-key-1>,<my-tag-key-2>
    //
    // Example 4: Use resource group names
    //
    // Key=resource-groups:Name,Values=<resource-group-name>
    //
    // Example 5: Use filters for resource group types
    //
    // Key=resource-groups:ResourceTypeFilters,Values=<resource-type-1>,<resource-type-2>
    //
    // For Key=resource-groups:ResourceTypeFilters, specify resource types in the
    // following format
    //
    // Key=resource-groups:ResourceTypeFilters,Values=AWS::EC2::INSTANCE,AWS::EC2::VPC
    //
    // For more information about these examples formats, including the best use
    // case for each one, see Examples: Register targets with a maintenance window
    // (https://docs.aws.amazon.com/systems-manager/latest/userguide/mw-cli-tutorial-targets-examples.html)
    // in the Amazon Web Services Systems Manager User Guide.
    //
    // Targets is a required field
    Targets []*Target `type:"list" required:"true"`

    // The ID of the maintenance window the target should be registered with.
    //
    // WindowId is a required field
    WindowId *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (RegisterTargetWithMaintenanceWindowInput) GoString

func (s RegisterTargetWithMaintenanceWindowInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterTargetWithMaintenanceWindowInput) SetClientToken

func (s *RegisterTargetWithMaintenanceWindowInput) SetClientToken(v string) *RegisterTargetWithMaintenanceWindowInput

SetClientToken sets the ClientToken field's value.

func (*RegisterTargetWithMaintenanceWindowInput) SetDescription

func (s *RegisterTargetWithMaintenanceWindowInput) SetDescription(v string) *RegisterTargetWithMaintenanceWindowInput

SetDescription sets the Description field's value.

func (*RegisterTargetWithMaintenanceWindowInput) SetName

func (s *RegisterTargetWithMaintenanceWindowInput) SetName(v string) *RegisterTargetWithMaintenanceWindowInput

SetName sets the Name field's value.

func (*RegisterTargetWithMaintenanceWindowInput) SetOwnerInformation

func (s *RegisterTargetWithMaintenanceWindowInput) SetOwnerInformation(v string) *RegisterTargetWithMaintenanceWindowInput

SetOwnerInformation sets the OwnerInformation field's value.

func (*RegisterTargetWithMaintenanceWindowInput) SetResourceType

func (s *RegisterTargetWithMaintenanceWindowInput) SetResourceType(v string) *RegisterTargetWithMaintenanceWindowInput

SetResourceType sets the ResourceType field's value.

func (*RegisterTargetWithMaintenanceWindowInput) SetTargets

func (s *RegisterTargetWithMaintenanceWindowInput) SetTargets(v []*Target) *RegisterTargetWithMaintenanceWindowInput

SetTargets sets the Targets field's value.

func (*RegisterTargetWithMaintenanceWindowInput) SetWindowId

func (s *RegisterTargetWithMaintenanceWindowInput) SetWindowId(v string) *RegisterTargetWithMaintenanceWindowInput

SetWindowId sets the WindowId field's value.

func (RegisterTargetWithMaintenanceWindowInput) String

func (s RegisterTargetWithMaintenanceWindowInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterTargetWithMaintenanceWindowInput) Validate

func (s *RegisterTargetWithMaintenanceWindowInput) Validate() error

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) GoString

func (s RegisterTargetWithMaintenanceWindowOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterTargetWithMaintenanceWindowOutput) SetWindowTargetId

func (s *RegisterTargetWithMaintenanceWindowOutput) SetWindowTargetId(v string) *RegisterTargetWithMaintenanceWindowOutput

SetWindowTargetId sets the WindowTargetId field's value.

func (RegisterTargetWithMaintenanceWindowOutput) String

func (s RegisterTargetWithMaintenanceWindowOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RegisterTaskWithMaintenanceWindowInput

type RegisterTaskWithMaintenanceWindowInput struct {

    // The CloudWatch alarm you want to apply to your maintenance window task.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // User-provided idempotency token.
    ClientToken *string `min:"1" type:"string" idempotencyToken:"true"`

    // Indicates whether tasks should continue to run after the cutoff time specified
    // in the maintenance windows is reached.
    //
    //    * CONTINUE_TASK: When the cutoff time is reached, any tasks that are running
    //    continue. The default value.
    //
    //    * CANCEL_TASK: For Automation, Lambda, Step Functions tasks: When the
    //    cutoff time is reached, any task invocations that are already running
    //    continue, but no new task invocations are started. For Run Command tasks:
    //    When the cutoff time is reached, the system sends a CancelCommand operation
    //    that attempts to cancel the command associated with the task. However,
    //    there is no guarantee that the command will be terminated and the underlying
    //    process stopped. The status for tasks that are not completed is TIMED_OUT.
    CutoffBehavior *string `type:"string" enum:"MaintenanceWindowTaskCutoffBehavior"`

    // An optional description for the task.
    //
    // Description is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by RegisterTaskWithMaintenanceWindowInput's
    // String and GoString methods.
    Description *string `min:"1" type:"string" sensitive:"true"`

    // A structure containing information about an Amazon Simple Storage Service
    // (Amazon S3) bucket to write managed node-level logs to.
    //
    // LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service
    // (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and
    // OutputS3KeyPrefix options in the TaskInvocationParameters structure. For
    // information about how Amazon Web Services Systems Manager handles these options
    // for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
    LoggingInfo *LoggingInfo `type:"structure"`

    // The maximum number of targets this task can be run for, in parallel.
    //
    // Although this element is listed as "Required: No", a value can be omitted
    // only when you are registering or updating a targetless task (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html)
    // You must provide a value in all other cases.
    //
    // For maintenance window tasks without a target specified, you can't supply
    // a value for this option. Instead, the system inserts a placeholder value
    // of 1. This value doesn't affect the running of your task.
    MaxConcurrency *string `min:"1" type:"string"`

    // The maximum number of errors allowed before this task stops being scheduled.
    //
    // Although this element is listed as "Required: No", a value can be omitted
    // only when you are registering or updating a targetless task (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html)
    // You must provide a value in all other cases.
    //
    // For maintenance window tasks without a target specified, you can't supply
    // a value for this option. Instead, the system inserts a placeholder value
    // of 1. This value doesn't affect the running of your task.
    MaxErrors *string `min:"1" type:"string"`

    // An optional name for the task.
    Name *string `min:"3" type:"string"`

    // The priority of the task in the maintenance window, the lower the number
    // the higher the priority. Tasks in a maintenance window are scheduled in priority
    // order with tasks that have the same priority scheduled in parallel.
    Priority *int64 `type:"integer"`

    // The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services
    // Systems Manager to assume when running a maintenance window task. If you
    // do not specify a service role ARN, Systems Manager uses your account's service-linked
    // role. If no service-linked role for Systems Manager exists in your account,
    // it is created when you run RegisterTaskWithMaintenanceWindow.
    //
    // For more information, see Using service-linked roles for Systems Manager
    // (https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions)
    // in the in the Amazon Web Services Systems Manager User Guide:
    ServiceRoleArn *string `type:"string"`

    // The targets (either managed nodes or maintenance window targets).
    //
    // One or more targets must be specified for maintenance window Run Command-type
    // tasks. Depending on the task, targets are optional for other maintenance
    // window task types (Automation, Lambda, and Step Functions). For more information
    // about running tasks that don't specify targets, see Registering maintenance
    // window tasks without targets (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html)
    // in the Amazon Web Services Systems Manager User Guide.
    //
    // Specify managed nodes using the following format:
    //
    // Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>
    //
    // Specify maintenance window targets using the following format:
    //
    // Key=WindowTargetIds,Values=<window-target-id-1>,<window-target-id-2>
    Targets []*Target `type:"list"`

    // The ARN of the task to run.
    //
    // TaskArn is a required field
    TaskArn *string `min:"1" type:"string" required:"true"`

    // The parameters that the task should use during execution. Populate only the
    // fields that match the task type. All other fields should be empty.
    TaskInvocationParameters *MaintenanceWindowTaskInvocationParameters `type:"structure"`

    // The parameters that should be passed to the task when it is run.
    //
    // TaskParameters has been deprecated. To specify parameters to pass to a task
    // when it runs, instead use the Parameters option in the TaskInvocationParameters
    // structure. For information about how Systems Manager handles these options
    // for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
    //
    // TaskParameters is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by RegisterTaskWithMaintenanceWindowInput's
    // String and GoString methods.
    TaskParameters map[string]*MaintenanceWindowTaskParameterValueExpression `type:"map" sensitive:"true"`

    // The type of task being registered.
    //
    // TaskType is a required field
    TaskType *string `type:"string" required:"true" enum:"MaintenanceWindowTaskType"`

    // The ID of the maintenance window the task should be added to.
    //
    // WindowId is a required field
    WindowId *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (RegisterTaskWithMaintenanceWindowInput) GoString

func (s RegisterTaskWithMaintenanceWindowInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterTaskWithMaintenanceWindowInput) SetAlarmConfiguration

func (s *RegisterTaskWithMaintenanceWindowInput) SetAlarmConfiguration(v *AlarmConfiguration) *RegisterTaskWithMaintenanceWindowInput

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetClientToken

func (s *RegisterTaskWithMaintenanceWindowInput) SetClientToken(v string) *RegisterTaskWithMaintenanceWindowInput

SetClientToken sets the ClientToken field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetCutoffBehavior

func (s *RegisterTaskWithMaintenanceWindowInput) SetCutoffBehavior(v string) *RegisterTaskWithMaintenanceWindowInput

SetCutoffBehavior sets the CutoffBehavior field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetDescription

func (s *RegisterTaskWithMaintenanceWindowInput) SetDescription(v string) *RegisterTaskWithMaintenanceWindowInput

SetDescription sets the Description field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetLoggingInfo

func (s *RegisterTaskWithMaintenanceWindowInput) SetLoggingInfo(v *LoggingInfo) *RegisterTaskWithMaintenanceWindowInput

SetLoggingInfo sets the LoggingInfo field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetMaxConcurrency

func (s *RegisterTaskWithMaintenanceWindowInput) SetMaxConcurrency(v string) *RegisterTaskWithMaintenanceWindowInput

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetMaxErrors

func (s *RegisterTaskWithMaintenanceWindowInput) SetMaxErrors(v string) *RegisterTaskWithMaintenanceWindowInput

SetMaxErrors sets the MaxErrors field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetName

func (s *RegisterTaskWithMaintenanceWindowInput) SetName(v string) *RegisterTaskWithMaintenanceWindowInput

SetName sets the Name field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetPriority

func (s *RegisterTaskWithMaintenanceWindowInput) SetPriority(v int64) *RegisterTaskWithMaintenanceWindowInput

SetPriority sets the Priority field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetServiceRoleArn

func (s *RegisterTaskWithMaintenanceWindowInput) SetServiceRoleArn(v string) *RegisterTaskWithMaintenanceWindowInput

SetServiceRoleArn sets the ServiceRoleArn field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetTargets

func (s *RegisterTaskWithMaintenanceWindowInput) SetTargets(v []*Target) *RegisterTaskWithMaintenanceWindowInput

SetTargets sets the Targets field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetTaskArn

func (s *RegisterTaskWithMaintenanceWindowInput) SetTaskArn(v string) *RegisterTaskWithMaintenanceWindowInput

SetTaskArn sets the TaskArn field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetTaskInvocationParameters

func (s *RegisterTaskWithMaintenanceWindowInput) SetTaskInvocationParameters(v *MaintenanceWindowTaskInvocationParameters) *RegisterTaskWithMaintenanceWindowInput

SetTaskInvocationParameters sets the TaskInvocationParameters field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetTaskParameters

func (s *RegisterTaskWithMaintenanceWindowInput) SetTaskParameters(v map[string]*MaintenanceWindowTaskParameterValueExpression) *RegisterTaskWithMaintenanceWindowInput

SetTaskParameters sets the TaskParameters field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetTaskType

func (s *RegisterTaskWithMaintenanceWindowInput) SetTaskType(v string) *RegisterTaskWithMaintenanceWindowInput

SetTaskType sets the TaskType field's value.

func (*RegisterTaskWithMaintenanceWindowInput) SetWindowId

func (s *RegisterTaskWithMaintenanceWindowInput) SetWindowId(v string) *RegisterTaskWithMaintenanceWindowInput

SetWindowId sets the WindowId field's value.

func (RegisterTaskWithMaintenanceWindowInput) String

func (s RegisterTaskWithMaintenanceWindowInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterTaskWithMaintenanceWindowInput) Validate

func (s *RegisterTaskWithMaintenanceWindowInput) Validate() error

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) GoString

func (s RegisterTaskWithMaintenanceWindowOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterTaskWithMaintenanceWindowOutput) SetWindowTaskId

func (s *RegisterTaskWithMaintenanceWindowOutput) SetWindowTaskId(v string) *RegisterTaskWithMaintenanceWindowOutput

SetWindowTaskId sets the WindowTaskId field's value.

func (RegisterTaskWithMaintenanceWindowOutput) String

func (s RegisterTaskWithMaintenanceWindowOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RegistrationMetadataItem

type RegistrationMetadataItem struct {

    // Reserved for internal use.
    //
    // Key is a required field
    Key *string `min:"1" type:"string" required:"true"`

    // Reserved for internal use.
    //
    // Value is a required field
    Value *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Reserved for internal use.

func (RegistrationMetadataItem) GoString

func (s RegistrationMetadataItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegistrationMetadataItem) SetKey

func (s *RegistrationMetadataItem) SetKey(v string) *RegistrationMetadataItem

SetKey sets the Key field's value.

func (*RegistrationMetadataItem) SetValue

func (s *RegistrationMetadataItem) SetValue(v string) *RegistrationMetadataItem

SetValue sets the Value field's value.

func (RegistrationMetadataItem) String

func (s RegistrationMetadataItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegistrationMetadataItem) Validate

func (s *RegistrationMetadataItem) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RelatedOpsItem

type RelatedOpsItem struct {

    // The ID of an OpsItem related to the current OpsItem.
    //
    // OpsItemId is a required field
    OpsItemId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

An OpsItems that shares something in common with the current OpsItem. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.

func (RelatedOpsItem) GoString

func (s RelatedOpsItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RelatedOpsItem) SetOpsItemId

func (s *RelatedOpsItem) SetOpsItemId(v string) *RelatedOpsItem

SetOpsItemId sets the OpsItemId field's value.

func (RelatedOpsItem) String

func (s RelatedOpsItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RelatedOpsItem) Validate

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
    //
    // Automation: example-c160-4567-8519-012345abcde
    //
    // PatchBaseline: pb-012345abcde
    //
    // OpsMetadata object: ResourceID for tagging is created from the Amazon Resource
    // Name (ARN) for the object. Specifically, ResourceID is created from the strings
    // that come after the word opsmetadata in the ARN. For example, an OpsMetadata
    // object with an ARN of arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager
    // has a ResourceID of either aws/ssm/MyGroup/appmanager or /aws/ssm/MyGroup/appmanager.
    //
    // For the Document and Parameter values, use the name of the resource.
    //
    // The ManagedInstance type for this API operation is only for on-premises managed
    // nodes. Specify the name of the managed node in the following format: mi-ID_number.
    // For example, mi-1a2b3c4d5e6f.
    //
    // ResourceId is a required field
    ResourceId *string `type:"string" required:"true"`

    // The type of resource from which you want to remove a tag.
    //
    // The ManagedInstance type for this API operation is only for on-premises managed
    // nodes. Specify the name of the managed node in the following format: mi-ID_number
    // . For example, mi-1a2b3c4d5e6f.
    //
    // ResourceType is a required field
    ResourceType *string `type:"string" required:"true" enum:"ResourceTypeForTagging"`

    // Tag keys that you want to remove from the specified resource.
    //
    // TagKeys is a required field
    TagKeys []*string `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (RemoveTagsFromResourceInput) GoString

func (s RemoveTagsFromResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RemoveTagsFromResourceInput) SetResourceId

func (s *RemoveTagsFromResourceInput) SetResourceId(v string) *RemoveTagsFromResourceInput

SetResourceId sets the ResourceId field's value.

func (*RemoveTagsFromResourceInput) SetResourceType

func (s *RemoveTagsFromResourceInput) SetResourceType(v string) *RemoveTagsFromResourceInput

SetResourceType sets the ResourceType field's value.

func (*RemoveTagsFromResourceInput) SetTagKeys

func (s *RemoveTagsFromResourceInput) SetTagKeys(v []*string) *RemoveTagsFromResourceInput

SetTagKeys sets the TagKeys field's value.

func (RemoveTagsFromResourceInput) String

func (s RemoveTagsFromResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RemoveTagsFromResourceInput) Validate

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) GoString

func (s RemoveTagsFromResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (RemoveTagsFromResourceOutput) String

func (s RemoveTagsFromResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResetServiceSettingInput

type ResetServiceSettingInput struct {

    // The Amazon Resource Name (ARN) of the service setting to reset. The setting
    // ID can be one of the following.
    //
    //    * /ssm/managed-instance/default-ec2-instance-management-role
    //
    //    * /ssm/automation/customer-script-log-destination
    //
    //    * /ssm/automation/customer-script-log-group-name
    //
    //    * /ssm/documents/console/public-sharing-permission
    //
    //    * /ssm/managed-instance/activation-tier
    //
    //    * /ssm/opsinsights/opscenter
    //
    //    * /ssm/parameter-store/default-parameter-tier
    //
    //    * /ssm/parameter-store/high-throughput-enabled
    //
    // SettingId is a required field
    SettingId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The request body of the ResetServiceSetting API operation.

func (ResetServiceSettingInput) GoString

func (s ResetServiceSettingInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResetServiceSettingInput) SetSettingId

func (s *ResetServiceSettingInput) SetSettingId(v string) *ResetServiceSettingInput

SetSettingId sets the SettingId field's value.

func (ResetServiceSettingInput) String

func (s ResetServiceSettingInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResetServiceSettingInput) Validate

func (s *ResetServiceSettingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResetServiceSettingOutput

type ResetServiceSettingOutput struct {

    // The current, effective service setting after calling the ResetServiceSetting
    // API operation.
    ServiceSetting *ServiceSetting `type:"structure"`
    // contains filtered or unexported fields
}

The result body of the ResetServiceSetting API operation.

func (ResetServiceSettingOutput) GoString

func (s ResetServiceSettingOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResetServiceSettingOutput) SetServiceSetting

func (s *ResetServiceSettingOutput) SetServiceSetting(v *ServiceSetting) *ResetServiceSettingOutput

SetServiceSetting sets the ServiceSetting field's value.

func (ResetServiceSettingOutput) String

func (s ResetServiceSettingOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResolvedTargets

type ResolvedTargets struct {

    // A list of parameter values sent to targets that resolved during the Automation
    // execution.
    ParameterValues []*string `type:"list"`

    // A boolean value indicating whether the resolved target list is truncated.
    Truncated *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Information about targets that resolved during the Automation execution.

func (ResolvedTargets) GoString

func (s ResolvedTargets) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResolvedTargets) SetParameterValues

func (s *ResolvedTargets) SetParameterValues(v []*string) *ResolvedTargets

SetParameterValues sets the ParameterValues field's value.

func (*ResolvedTargets) SetTruncated

func (s *ResolvedTargets) SetTruncated(v bool) *ResolvedTargets

SetTruncated sets the Truncated field's value.

func (ResolvedTargets) String

func (s ResolvedTargets) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceComplianceSummaryItem

type ResourceComplianceSummaryItem struct {

    // The compliance type.
    ComplianceType *string `min:"1" type:"string"`

    // A list of items that are compliant for the resource.
    CompliantSummary *CompliantSummary `type:"structure"`

    // Information about the execution.
    ExecutionSummary *ComplianceExecutionSummary `type:"structure"`

    // A list of items that aren't compliant for the resource.
    NonCompliantSummary *NonCompliantSummary `type:"structure"`

    // The highest severity item found for the resource. The resource is compliant
    // for this item.
    OverallSeverity *string `type:"string" enum:"ComplianceSeverity"`

    // The resource ID.
    ResourceId *string `min:"1" type:"string"`

    // The resource type.
    ResourceType *string `min:"1" type:"string"`

    // The compliance status for the resource.
    Status *string `type:"string" enum:"ComplianceStatus"`
    // contains filtered or unexported fields
}

Compliance summary information for a specific resource.

func (ResourceComplianceSummaryItem) GoString

func (s ResourceComplianceSummaryItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceComplianceSummaryItem) SetComplianceType

func (s *ResourceComplianceSummaryItem) SetComplianceType(v string) *ResourceComplianceSummaryItem

SetComplianceType sets the ComplianceType field's value.

func (*ResourceComplianceSummaryItem) SetCompliantSummary

func (s *ResourceComplianceSummaryItem) SetCompliantSummary(v *CompliantSummary) *ResourceComplianceSummaryItem

SetCompliantSummary sets the CompliantSummary field's value.

func (*ResourceComplianceSummaryItem) SetExecutionSummary

func (s *ResourceComplianceSummaryItem) SetExecutionSummary(v *ComplianceExecutionSummary) *ResourceComplianceSummaryItem

SetExecutionSummary sets the ExecutionSummary field's value.

func (*ResourceComplianceSummaryItem) SetNonCompliantSummary

func (s *ResourceComplianceSummaryItem) SetNonCompliantSummary(v *NonCompliantSummary) *ResourceComplianceSummaryItem

SetNonCompliantSummary sets the NonCompliantSummary field's value.

func (*ResourceComplianceSummaryItem) SetOverallSeverity

func (s *ResourceComplianceSummaryItem) SetOverallSeverity(v string) *ResourceComplianceSummaryItem

SetOverallSeverity sets the OverallSeverity field's value.

func (*ResourceComplianceSummaryItem) SetResourceId

func (s *ResourceComplianceSummaryItem) SetResourceId(v string) *ResourceComplianceSummaryItem

SetResourceId sets the ResourceId field's value.

func (*ResourceComplianceSummaryItem) SetResourceType

func (s *ResourceComplianceSummaryItem) SetResourceType(v string) *ResourceComplianceSummaryItem

SetResourceType sets the ResourceType field's value.

func (*ResourceComplianceSummaryItem) SetStatus

func (s *ResourceComplianceSummaryItem) SetStatus(v string) *ResourceComplianceSummaryItem

SetStatus sets the Status field's value.

func (ResourceComplianceSummaryItem) String

func (s ResourceComplianceSummaryItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceDataSyncAlreadyExistsException

type ResourceDataSyncAlreadyExistsException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`

    SyncName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

A sync configuration with the same name already exists.

func (*ResourceDataSyncAlreadyExistsException) Code

func (s *ResourceDataSyncAlreadyExistsException) Code() string

Code returns the exception type name.

func (*ResourceDataSyncAlreadyExistsException) Error

func (s *ResourceDataSyncAlreadyExistsException) Error() string

func (ResourceDataSyncAlreadyExistsException) GoString

func (s ResourceDataSyncAlreadyExistsException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceDataSyncAlreadyExistsException) Message

func (s *ResourceDataSyncAlreadyExistsException) Message() string

Message returns the exception's message.

func (*ResourceDataSyncAlreadyExistsException) OrigErr

func (s *ResourceDataSyncAlreadyExistsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceDataSyncAlreadyExistsException) RequestID

func (s *ResourceDataSyncAlreadyExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceDataSyncAlreadyExistsException) StatusCode

func (s *ResourceDataSyncAlreadyExistsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceDataSyncAlreadyExistsException) String

func (s ResourceDataSyncAlreadyExistsException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceDataSyncAwsOrganizationsSource

type ResourceDataSyncAwsOrganizationsSource struct {

    // If an Amazon Web Services organization is present, this is either OrganizationalUnits
    // or EntireOrganization. For OrganizationalUnits, the data is aggregated from
    // a set of organization units. For EntireOrganization, the data is aggregated
    // from the entire Amazon Web Services organization.
    //
    // OrganizationSourceType is a required field
    OrganizationSourceType *string `min:"1" type:"string" required:"true"`

    // The Organizations organization units included in the sync.
    OrganizationalUnits []*ResourceDataSyncOrganizationalUnit `min:"1" type:"list"`
    // contains filtered or unexported fields
}

Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from Organizations or, if an Amazon Web Services organization isn't present, from multiple Amazon Web Services Regions.

func (ResourceDataSyncAwsOrganizationsSource) GoString

func (s ResourceDataSyncAwsOrganizationsSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceDataSyncAwsOrganizationsSource) SetOrganizationSourceType

func (s *ResourceDataSyncAwsOrganizationsSource) SetOrganizationSourceType(v string) *ResourceDataSyncAwsOrganizationsSource

SetOrganizationSourceType sets the OrganizationSourceType field's value.

func (*ResourceDataSyncAwsOrganizationsSource) SetOrganizationalUnits

func (s *ResourceDataSyncAwsOrganizationsSource) SetOrganizationalUnits(v []*ResourceDataSyncOrganizationalUnit) *ResourceDataSyncAwsOrganizationsSource

SetOrganizationalUnits sets the OrganizationalUnits field's value.

func (ResourceDataSyncAwsOrganizationsSource) String

func (s ResourceDataSyncAwsOrganizationsSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceDataSyncAwsOrganizationsSource) Validate

func (s *ResourceDataSyncAwsOrganizationsSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResourceDataSyncConflictException

type ResourceDataSyncConflictException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Another UpdateResourceDataSync request is being processed. Wait a few minutes and try again.

func (*ResourceDataSyncConflictException) Code

func (s *ResourceDataSyncConflictException) Code() string

Code returns the exception type name.

func (*ResourceDataSyncConflictException) Error

func (s *ResourceDataSyncConflictException) Error() string

func (ResourceDataSyncConflictException) GoString

func (s ResourceDataSyncConflictException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceDataSyncConflictException) Message

func (s *ResourceDataSyncConflictException) Message() string

Message returns the exception's message.

func (*ResourceDataSyncConflictException) OrigErr

func (s *ResourceDataSyncConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceDataSyncConflictException) RequestID

func (s *ResourceDataSyncConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceDataSyncConflictException) StatusCode

func (s *ResourceDataSyncConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceDataSyncConflictException) String

func (s ResourceDataSyncConflictException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceDataSyncCountExceededException

type ResourceDataSyncCountExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You have exceeded the allowed maximum sync configurations.

func (*ResourceDataSyncCountExceededException) Code

func (s *ResourceDataSyncCountExceededException) Code() string

Code returns the exception type name.

func (*ResourceDataSyncCountExceededException) Error

func (s *ResourceDataSyncCountExceededException) Error() string

func (ResourceDataSyncCountExceededException) GoString

func (s ResourceDataSyncCountExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceDataSyncCountExceededException) Message

func (s *ResourceDataSyncCountExceededException) Message() string

Message returns the exception's message.

func (*ResourceDataSyncCountExceededException) OrigErr

func (s *ResourceDataSyncCountExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceDataSyncCountExceededException) RequestID

func (s *ResourceDataSyncCountExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceDataSyncCountExceededException) StatusCode

func (s *ResourceDataSyncCountExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceDataSyncCountExceededException) String

func (s ResourceDataSyncCountExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceDataSyncDestinationDataSharing

type ResourceDataSyncDestinationDataSharing struct {

    // The sharing data type. Only Organization is supported.
    DestinationDataSharingType *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Synchronize Amazon Web Services Systems Manager Inventory data from multiple Amazon Web Services accounts defined in Organizations to a centralized Amazon S3 bucket. Data is synchronized to individual key prefixes in the central bucket. Each key prefix represents a different Amazon Web Services account ID.

func (ResourceDataSyncDestinationDataSharing) GoString

func (s ResourceDataSyncDestinationDataSharing) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceDataSyncDestinationDataSharing) SetDestinationDataSharingType

func (s *ResourceDataSyncDestinationDataSharing) SetDestinationDataSharingType(v string) *ResourceDataSyncDestinationDataSharing

SetDestinationDataSharingType sets the DestinationDataSharingType field's value.

func (ResourceDataSyncDestinationDataSharing) String

func (s ResourceDataSyncDestinationDataSharing) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceDataSyncDestinationDataSharing) Validate

func (s *ResourceDataSyncDestinationDataSharing) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResourceDataSyncInvalidConfigurationException

type ResourceDataSyncInvalidConfigurationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified sync configuration is invalid.

func (*ResourceDataSyncInvalidConfigurationException) Code

func (s *ResourceDataSyncInvalidConfigurationException) Code() string

Code returns the exception type name.

func (*ResourceDataSyncInvalidConfigurationException) Error

func (s *ResourceDataSyncInvalidConfigurationException) Error() string

func (ResourceDataSyncInvalidConfigurationException) GoString

func (s ResourceDataSyncInvalidConfigurationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceDataSyncInvalidConfigurationException) Message

func (s *ResourceDataSyncInvalidConfigurationException) Message() string

Message returns the exception's message.

func (*ResourceDataSyncInvalidConfigurationException) OrigErr

func (s *ResourceDataSyncInvalidConfigurationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceDataSyncInvalidConfigurationException) RequestID

func (s *ResourceDataSyncInvalidConfigurationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceDataSyncInvalidConfigurationException) StatusCode

func (s *ResourceDataSyncInvalidConfigurationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceDataSyncInvalidConfigurationException) String

func (s ResourceDataSyncInvalidConfigurationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceDataSyncItem

type ResourceDataSyncItem struct {

    // The status reported by the last sync.
    LastStatus *string `type:"string" enum:"LastResourceDataSyncStatus"`

    // The last time the sync operations returned a status of SUCCESSFUL (UTC).
    LastSuccessfulSyncTime *time.Time `type:"timestamp"`

    // The status message details reported by the last sync.
    LastSyncStatusMessage *string `type:"string"`

    // The last time the configuration attempted to sync (UTC).
    LastSyncTime *time.Time `type:"timestamp"`

    // Configuration information for the target S3 bucket.
    S3Destination *ResourceDataSyncS3Destination `type:"structure"`

    // The date and time the configuration was created (UTC).
    SyncCreatedTime *time.Time `type:"timestamp"`

    // The date and time the resource data sync was changed.
    SyncLastModifiedTime *time.Time `type:"timestamp"`

    // The name of the resource data sync.
    SyncName *string `min:"1" type:"string"`

    // Information about the source where the data was synchronized.
    SyncSource *ResourceDataSyncSourceWithState `type:"structure"`

    // The type of resource data sync. If SyncType is SyncToDestination, then the
    // resource data sync synchronizes data to an S3 bucket. If the SyncType is
    // SyncFromSource then the resource data sync synchronizes data from Organizations
    // or from multiple Amazon Web Services Regions.
    SyncType *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Information about a resource data sync configuration, including its current status and last successful sync.

func (ResourceDataSyncItem) GoString

func (s ResourceDataSyncItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceDataSyncItem) SetLastStatus

func (s *ResourceDataSyncItem) SetLastStatus(v string) *ResourceDataSyncItem

SetLastStatus sets the LastStatus field's value.

func (*ResourceDataSyncItem) SetLastSuccessfulSyncTime

func (s *ResourceDataSyncItem) SetLastSuccessfulSyncTime(v time.Time) *ResourceDataSyncItem

SetLastSuccessfulSyncTime sets the LastSuccessfulSyncTime field's value.

func (*ResourceDataSyncItem) SetLastSyncStatusMessage

func (s *ResourceDataSyncItem) SetLastSyncStatusMessage(v string) *ResourceDataSyncItem

SetLastSyncStatusMessage sets the LastSyncStatusMessage field's value.

func (*ResourceDataSyncItem) SetLastSyncTime

func (s *ResourceDataSyncItem) SetLastSyncTime(v time.Time) *ResourceDataSyncItem

SetLastSyncTime sets the LastSyncTime field's value.

func (*ResourceDataSyncItem) SetS3Destination

func (s *ResourceDataSyncItem) SetS3Destination(v *ResourceDataSyncS3Destination) *ResourceDataSyncItem

SetS3Destination sets the S3Destination field's value.

func (*ResourceDataSyncItem) SetSyncCreatedTime

func (s *ResourceDataSyncItem) SetSyncCreatedTime(v time.Time) *ResourceDataSyncItem

SetSyncCreatedTime sets the SyncCreatedTime field's value.

func (*ResourceDataSyncItem) SetSyncLastModifiedTime

func (s *ResourceDataSyncItem) SetSyncLastModifiedTime(v time.Time) *ResourceDataSyncItem

SetSyncLastModifiedTime sets the SyncLastModifiedTime field's value.

func (*ResourceDataSyncItem) SetSyncName

func (s *ResourceDataSyncItem) SetSyncName(v string) *ResourceDataSyncItem

SetSyncName sets the SyncName field's value.

func (*ResourceDataSyncItem) SetSyncSource

func (s *ResourceDataSyncItem) SetSyncSource(v *ResourceDataSyncSourceWithState) *ResourceDataSyncItem

SetSyncSource sets the SyncSource field's value.

func (*ResourceDataSyncItem) SetSyncType

func (s *ResourceDataSyncItem) SetSyncType(v string) *ResourceDataSyncItem

SetSyncType sets the SyncType field's value.

func (ResourceDataSyncItem) String

func (s ResourceDataSyncItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceDataSyncNotFoundException

type ResourceDataSyncNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    SyncName *string `min:"1" type:"string"`

    SyncType *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The specified sync name wasn't found.

func (*ResourceDataSyncNotFoundException) Code

func (s *ResourceDataSyncNotFoundException) Code() string

Code returns the exception type name.

func (*ResourceDataSyncNotFoundException) Error

func (s *ResourceDataSyncNotFoundException) Error() string

func (ResourceDataSyncNotFoundException) GoString

func (s ResourceDataSyncNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceDataSyncNotFoundException) Message

func (s *ResourceDataSyncNotFoundException) Message() string

Message returns the exception's message.

func (*ResourceDataSyncNotFoundException) OrigErr

func (s *ResourceDataSyncNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceDataSyncNotFoundException) RequestID

func (s *ResourceDataSyncNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceDataSyncNotFoundException) StatusCode

func (s *ResourceDataSyncNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceDataSyncNotFoundException) String

func (s ResourceDataSyncNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceDataSyncOrganizationalUnit

type ResourceDataSyncOrganizationalUnit struct {

    // The Organizations unit ID data source for the sync.
    OrganizationalUnitId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The Organizations organizational unit data source for the sync.

func (ResourceDataSyncOrganizationalUnit) GoString

func (s ResourceDataSyncOrganizationalUnit) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceDataSyncOrganizationalUnit) SetOrganizationalUnitId

func (s *ResourceDataSyncOrganizationalUnit) SetOrganizationalUnitId(v string) *ResourceDataSyncOrganizationalUnit

SetOrganizationalUnitId sets the OrganizationalUnitId field's value.

func (ResourceDataSyncOrganizationalUnit) String

func (s ResourceDataSyncOrganizationalUnit) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceDataSyncOrganizationalUnit) Validate

func (s *ResourceDataSyncOrganizationalUnit) Validate() error

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 Amazon Web Services Region with the S3 bucket targeted by the resource
    // data sync.
    //
    // Region is a required field
    Region *string `min:"1" type:"string" required:"true"`

    // A supported sync format. The following format is currently supported: JsonSerDe
    //
    // SyncFormat is a required field
    SyncFormat *string `type:"string" required:"true" enum:"ResourceDataSyncS3Format"`
    // contains filtered or unexported fields
}

Information about the target S3 bucket for the resource data sync.

func (ResourceDataSyncS3Destination) GoString

func (s ResourceDataSyncS3Destination) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceDataSyncS3Destination) SetAWSKMSKeyARN

func (s *ResourceDataSyncS3Destination) SetAWSKMSKeyARN(v string) *ResourceDataSyncS3Destination

SetAWSKMSKeyARN sets the AWSKMSKeyARN field's value.

func (*ResourceDataSyncS3Destination) SetBucketName

func (s *ResourceDataSyncS3Destination) SetBucketName(v string) *ResourceDataSyncS3Destination

SetBucketName sets the BucketName field's value.

func (*ResourceDataSyncS3Destination) SetDestinationDataSharing

func (s *ResourceDataSyncS3Destination) SetDestinationDataSharing(v *ResourceDataSyncDestinationDataSharing) *ResourceDataSyncS3Destination

SetDestinationDataSharing sets the DestinationDataSharing field's value.

func (*ResourceDataSyncS3Destination) SetPrefix

func (s *ResourceDataSyncS3Destination) SetPrefix(v string) *ResourceDataSyncS3Destination

SetPrefix sets the Prefix field's value.

func (*ResourceDataSyncS3Destination) SetRegion

func (s *ResourceDataSyncS3Destination) SetRegion(v string) *ResourceDataSyncS3Destination

SetRegion sets the Region field's value.

func (*ResourceDataSyncS3Destination) SetSyncFormat

func (s *ResourceDataSyncS3Destination) SetSyncFormat(v string) *ResourceDataSyncS3Destination

SetSyncFormat sets the SyncFormat field's value.

func (ResourceDataSyncS3Destination) String

func (s ResourceDataSyncS3Destination) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceDataSyncS3Destination) Validate

func (s *ResourceDataSyncS3Destination) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResourceDataSyncSource

type ResourceDataSyncSource struct {

    // Information about the AwsOrganizationsSource resource data sync source. A
    // sync source of this type can synchronize data from Organizations.
    AwsOrganizationsSource *ResourceDataSyncAwsOrganizationsSource `type:"structure"`

    // When you create a resource data sync, if you choose one of the Organizations
    // options, then Systems Manager automatically enables all OpsData sources in
    // the selected Amazon Web Services Regions for all Amazon Web Services accounts
    // in your organization (or in the selected organization units). For more information,
    // see Setting up Systems Manager Explorer to display data from multiple accounts
    // and Regions (https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resource-data-sync.html)
    // in the Amazon Web Services Systems Manager User Guide.
    EnableAllOpsDataSources *bool `type:"boolean"`

    // Whether to automatically synchronize and aggregate data from new Amazon Web
    // Services Regions when those Regions come online.
    IncludeFutureRegions *bool `type:"boolean"`

    // The SyncSource Amazon Web Services Regions included in the resource data
    // sync.
    //
    // SourceRegions is a required field
    SourceRegions []*string `type:"list" required:"true"`

    // The type of data source for the resource data sync. SourceType is either
    // AwsOrganizations (if an organization is present in Organizations) or SingleAccountMultiRegions.
    //
    // SourceType is a required field
    SourceType *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Information about the source of the data included in the resource data sync.

func (ResourceDataSyncSource) GoString

func (s ResourceDataSyncSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceDataSyncSource) SetAwsOrganizationsSource

func (s *ResourceDataSyncSource) SetAwsOrganizationsSource(v *ResourceDataSyncAwsOrganizationsSource) *ResourceDataSyncSource

SetAwsOrganizationsSource sets the AwsOrganizationsSource field's value.

func (*ResourceDataSyncSource) SetEnableAllOpsDataSources

func (s *ResourceDataSyncSource) SetEnableAllOpsDataSources(v bool) *ResourceDataSyncSource

SetEnableAllOpsDataSources sets the EnableAllOpsDataSources field's value.

func (*ResourceDataSyncSource) SetIncludeFutureRegions

func (s *ResourceDataSyncSource) SetIncludeFutureRegions(v bool) *ResourceDataSyncSource

SetIncludeFutureRegions sets the IncludeFutureRegions field's value.

func (*ResourceDataSyncSource) SetSourceRegions

func (s *ResourceDataSyncSource) SetSourceRegions(v []*string) *ResourceDataSyncSource

SetSourceRegions sets the SourceRegions field's value.

func (*ResourceDataSyncSource) SetSourceType

func (s *ResourceDataSyncSource) SetSourceType(v string) *ResourceDataSyncSource

SetSourceType sets the SourceType field's value.

func (ResourceDataSyncSource) String

func (s ResourceDataSyncSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceDataSyncSource) Validate

func (s *ResourceDataSyncSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResourceDataSyncSourceWithState

type ResourceDataSyncSourceWithState struct {

    // The field name in SyncSource for the ResourceDataSyncAwsOrganizationsSource
    // type.
    AwsOrganizationsSource *ResourceDataSyncAwsOrganizationsSource `type:"structure"`

    // When you create a resource data sync, if you choose one of the Organizations
    // options, then Systems Manager automatically enables all OpsData sources in
    // the selected Amazon Web Services Regions for all Amazon Web Services accounts
    // in your organization (or in the selected organization units). For more information,
    // see Setting up Systems Manager Explorer to display data from multiple accounts
    // and Regions (https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resource-data-sync.html)
    // in the Amazon Web Services Systems Manager User Guide.
    EnableAllOpsDataSources *bool `type:"boolean"`

    // Whether to automatically synchronize and aggregate data from new Amazon Web
    // Services Regions when those Regions come online.
    IncludeFutureRegions *bool `type:"boolean"`

    // The SyncSource Amazon Web Services Regions included in the resource data
    // sync.
    SourceRegions []*string `type:"list"`

    // The type of data source for the resource data sync. SourceType is either
    // AwsOrganizations (if an organization is present in Organizations) or singleAccountMultiRegions.
    SourceType *string `min:"1" type:"string"`

    // The data type name for including resource data sync state. There are four
    // sync states:
    //
    // OrganizationNotExists: Your organization doesn't exist.
    //
    // NoPermissions: The system can't locate the service-linked role. This role
    // is automatically created when a user creates a resource data sync in Explorer.
    //
    // InvalidOrganizationalUnit: You specified or selected an invalid unit in the
    // resource data sync configuration.
    //
    // TrustedAccessDisabled: You disabled Systems Manager access in the organization
    // in Organizations.
    State *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The data type name for including resource data sync state. There are four sync states:

OrganizationNotExists (Your organization doesn't exist)

NoPermissions (The system can't locate the service-linked role. This role is automatically created when a user creates a resource data sync in Amazon Web Services Systems Manager Explorer.)

InvalidOrganizationalUnit (You specified or selected an invalid unit in the resource data sync configuration.)

TrustedAccessDisabled (You disabled Systems Manager access in the organization in Organizations.)

func (ResourceDataSyncSourceWithState) GoString

func (s ResourceDataSyncSourceWithState) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceDataSyncSourceWithState) SetAwsOrganizationsSource

func (s *ResourceDataSyncSourceWithState) SetAwsOrganizationsSource(v *ResourceDataSyncAwsOrganizationsSource) *ResourceDataSyncSourceWithState

SetAwsOrganizationsSource sets the AwsOrganizationsSource field's value.

func (*ResourceDataSyncSourceWithState) SetEnableAllOpsDataSources

func (s *ResourceDataSyncSourceWithState) SetEnableAllOpsDataSources(v bool) *ResourceDataSyncSourceWithState

SetEnableAllOpsDataSources sets the EnableAllOpsDataSources field's value.

func (*ResourceDataSyncSourceWithState) SetIncludeFutureRegions

func (s *ResourceDataSyncSourceWithState) SetIncludeFutureRegions(v bool) *ResourceDataSyncSourceWithState

SetIncludeFutureRegions sets the IncludeFutureRegions field's value.

func (*ResourceDataSyncSourceWithState) SetSourceRegions

func (s *ResourceDataSyncSourceWithState) SetSourceRegions(v []*string) *ResourceDataSyncSourceWithState

SetSourceRegions sets the SourceRegions field's value.

func (*ResourceDataSyncSourceWithState) SetSourceType

func (s *ResourceDataSyncSourceWithState) SetSourceType(v string) *ResourceDataSyncSourceWithState

SetSourceType sets the SourceType field's value.

func (*ResourceDataSyncSourceWithState) SetState

func (s *ResourceDataSyncSourceWithState) SetState(v string) *ResourceDataSyncSourceWithState

SetState sets the State field's value.

func (ResourceDataSyncSourceWithState) String

func (s ResourceDataSyncSourceWithState) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceInUseException

type ResourceInUseException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Error returned if an attempt is made to delete a patch baseline that is registered for a patch group.

func (*ResourceInUseException) Code

func (s *ResourceInUseException) Code() string

Code returns the exception type name.

func (*ResourceInUseException) Error

func (s *ResourceInUseException) Error() string

func (ResourceInUseException) GoString

func (s ResourceInUseException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceInUseException) Message

func (s *ResourceInUseException) Message() string

Message returns the exception's message.

func (*ResourceInUseException) OrigErr

func (s *ResourceInUseException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceInUseException) RequestID

func (s *ResourceInUseException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceInUseException) StatusCode

func (s *ResourceInUseException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceInUseException) String

func (s ResourceInUseException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceLimitExceededException

type ResourceLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Error returned when the caller has exceeded the default resource quotas. For example, too many maintenance windows or patch baselines have been created.

For information about resource quotas in Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

func (*ResourceLimitExceededException) Code

func (s *ResourceLimitExceededException) Code() string

Code returns the exception type name.

func (*ResourceLimitExceededException) Error

func (s *ResourceLimitExceededException) Error() string

func (ResourceLimitExceededException) GoString

func (s ResourceLimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceLimitExceededException) Message

func (s *ResourceLimitExceededException) Message() string

Message returns the exception's message.

func (*ResourceLimitExceededException) OrigErr

func (s *ResourceLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceLimitExceededException) RequestID

func (s *ResourceLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceLimitExceededException) StatusCode

func (s *ResourceLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceLimitExceededException) String

func (s ResourceLimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceNotFoundException

type ResourceNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified parameter to be shared could not be found.

func (*ResourceNotFoundException) Code

func (s *ResourceNotFoundException) Code() string

Code returns the exception type name.

func (*ResourceNotFoundException) Error

func (s *ResourceNotFoundException) Error() string

func (ResourceNotFoundException) GoString

func (s ResourceNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceNotFoundException) Message

func (s *ResourceNotFoundException) Message() string

Message returns the exception's message.

func (*ResourceNotFoundException) OrigErr

func (s *ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFoundException) RequestID

func (s *ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFoundException) StatusCode

func (s *ResourceNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceNotFoundException) String

func (s ResourceNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourcePolicyConflictException

type ResourcePolicyConflictException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The hash provided in the call doesn't match the stored hash. This exception is thrown when trying to update an obsolete policy version or when multiple requests to update a policy are sent.

func (*ResourcePolicyConflictException) Code

func (s *ResourcePolicyConflictException) Code() string

Code returns the exception type name.

func (*ResourcePolicyConflictException) Error

func (s *ResourcePolicyConflictException) Error() string

func (ResourcePolicyConflictException) GoString

func (s ResourcePolicyConflictException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourcePolicyConflictException) Message

func (s *ResourcePolicyConflictException) Message() string

Message returns the exception's message.

func (*ResourcePolicyConflictException) OrigErr

func (s *ResourcePolicyConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourcePolicyConflictException) RequestID

func (s *ResourcePolicyConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourcePolicyConflictException) StatusCode

func (s *ResourcePolicyConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourcePolicyConflictException) String

func (s ResourcePolicyConflictException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourcePolicyInvalidParameterException

type ResourcePolicyInvalidParameterException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    ParameterNames []*string `type:"list"`
    // contains filtered or unexported fields
}

One or more parameters specified for the call aren't valid. Verify the parameters and their values and try again.

func (*ResourcePolicyInvalidParameterException) Code

func (s *ResourcePolicyInvalidParameterException) Code() string

Code returns the exception type name.

func (*ResourcePolicyInvalidParameterException) Error

func (s *ResourcePolicyInvalidParameterException) Error() string

func (ResourcePolicyInvalidParameterException) GoString

func (s ResourcePolicyInvalidParameterException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourcePolicyInvalidParameterException) Message

func (s *ResourcePolicyInvalidParameterException) Message() string

Message returns the exception's message.

func (*ResourcePolicyInvalidParameterException) OrigErr

func (s *ResourcePolicyInvalidParameterException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourcePolicyInvalidParameterException) RequestID

func (s *ResourcePolicyInvalidParameterException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourcePolicyInvalidParameterException) StatusCode

func (s *ResourcePolicyInvalidParameterException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourcePolicyInvalidParameterException) String

func (s ResourcePolicyInvalidParameterException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourcePolicyLimitExceededException

type ResourcePolicyLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Limit *int64 `type:"integer"`

    LimitType *string `type:"string"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The PutResourcePolicy API action enforces two limits. A policy can't be greater than 1024 bytes in size. And only one policy can be attached to OpsItemGroup. Verify these limits and try again.

func (*ResourcePolicyLimitExceededException) Code

func (s *ResourcePolicyLimitExceededException) Code() string

Code returns the exception type name.

func (*ResourcePolicyLimitExceededException) Error

func (s *ResourcePolicyLimitExceededException) Error() string

func (ResourcePolicyLimitExceededException) GoString

func (s ResourcePolicyLimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourcePolicyLimitExceededException) Message

func (s *ResourcePolicyLimitExceededException) Message() string

Message returns the exception's message.

func (*ResourcePolicyLimitExceededException) OrigErr

func (s *ResourcePolicyLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourcePolicyLimitExceededException) RequestID

func (s *ResourcePolicyLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourcePolicyLimitExceededException) StatusCode

func (s *ResourcePolicyLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourcePolicyLimitExceededException) String

func (s ResourcePolicyLimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourcePolicyNotFoundException

type ResourcePolicyNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

No policies with the specified policy ID and hash could be found.

func (*ResourcePolicyNotFoundException) Code

func (s *ResourcePolicyNotFoundException) Code() string

Code returns the exception type name.

func (*ResourcePolicyNotFoundException) Error

func (s *ResourcePolicyNotFoundException) Error() string

func (ResourcePolicyNotFoundException) GoString

func (s ResourcePolicyNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourcePolicyNotFoundException) Message

func (s *ResourcePolicyNotFoundException) Message() string

Message returns the exception's message.

func (*ResourcePolicyNotFoundException) OrigErr

func (s *ResourcePolicyNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourcePolicyNotFoundException) RequestID

func (s *ResourcePolicyNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourcePolicyNotFoundException) StatusCode

func (s *ResourcePolicyNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourcePolicyNotFoundException) String

func (s ResourcePolicyNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResultAttribute

type ResultAttribute struct {

    // Name of the inventory item type. Valid value: AWS:InstanceInformation. Default
    // Value: AWS:InstanceInformation.
    //
    // TypeName is a required field
    TypeName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The inventory item result attribute.

func (ResultAttribute) GoString

func (s ResultAttribute) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResultAttribute) SetTypeName

func (s *ResultAttribute) SetTypeName(v string) *ResultAttribute

SetTypeName sets the TypeName field's value.

func (ResultAttribute) String

func (s ResultAttribute) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResultAttribute) Validate

func (s *ResultAttribute) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResumeSessionInput

type ResumeSessionInput struct {

    // The ID of the disconnected session to resume.
    //
    // SessionId is a required field
    SessionId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ResumeSessionInput) GoString

func (s ResumeSessionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResumeSessionInput) SetSessionId

func (s *ResumeSessionInput) SetSessionId(v string) *ResumeSessionInput

SetSessionId sets the SessionId field's value.

func (ResumeSessionInput) String

func (s ResumeSessionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResumeSessionInput) Validate

func (s *ResumeSessionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResumeSessionOutput

type ResumeSessionOutput struct {

    // The ID of the session.
    SessionId *string `min:"1" type:"string"`

    // A URL back to SSM Agent on the managed node that the Session Manager client
    // uses to send commands and receive output from the managed node. Format: wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output).
    //
    // region represents the Region identifier for an Amazon Web Services Region
    // supported by Amazon Web Services Systems Manager, such as us-east-2 for the
    // US East (Ohio) Region. For a list of supported region values, see the Region
    // column in Systems Manager service endpoints (https://docs.aws.amazon.com/general/latest/gr/ssm.html#ssm_region)
    // in the Amazon Web Services General Reference.
    //
    // session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE.
    StreamUrl *string `type:"string"`

    // An encrypted token value containing session and caller information. Used
    // to authenticate the connection to the managed node.
    TokenValue *string `type:"string"`
    // contains filtered or unexported fields
}

func (ResumeSessionOutput) GoString

func (s ResumeSessionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResumeSessionOutput) SetSessionId

func (s *ResumeSessionOutput) SetSessionId(v string) *ResumeSessionOutput

SetSessionId sets the SessionId field's value.

func (*ResumeSessionOutput) SetStreamUrl

func (s *ResumeSessionOutput) SetStreamUrl(v string) *ResumeSessionOutput

SetStreamUrl sets the StreamUrl field's value.

func (*ResumeSessionOutput) SetTokenValue

func (s *ResumeSessionOutput) SetTokenValue(v string) *ResumeSessionOutput

SetTokenValue sets the TokenValue field's value.

func (ResumeSessionOutput) String

func (s ResumeSessionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ReviewInformation

type ReviewInformation struct {

    // The time that the reviewer took action on the document review request.
    ReviewedTime *time.Time `type:"timestamp"`

    // The reviewer assigned to take action on the document review request.
    Reviewer *string `type:"string"`

    // The current status of the document review request.
    Status *string `type:"string" enum:"ReviewStatus"`
    // contains filtered or unexported fields
}

Information about the result of a document review request.

func (ReviewInformation) GoString

func (s ReviewInformation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReviewInformation) SetReviewedTime

func (s *ReviewInformation) SetReviewedTime(v time.Time) *ReviewInformation

SetReviewedTime sets the ReviewedTime field's value.

func (*ReviewInformation) SetReviewer

func (s *ReviewInformation) SetReviewer(v string) *ReviewInformation

SetReviewer sets the Reviewer field's value.

func (*ReviewInformation) SetStatus

func (s *ReviewInformation) SetStatus(v string) *ReviewInformation

SetStatus sets the Status field's value.

func (ReviewInformation) String

func (s ReviewInformation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Runbook

type Runbook struct {

    // The name of the Automation runbook used in a runbook workflow.
    //
    // DocumentName is a required field
    DocumentName *string `type:"string" required:"true"`

    // The version of the Automation runbook used in a runbook workflow.
    DocumentVersion *string `type:"string"`

    // The MaxConcurrency value specified by the user when the operation started,
    // indicating the maximum number of resources that the runbook operation can
    // run on at the same time.
    MaxConcurrency *string `min:"1" type:"string"`

    // The MaxErrors value specified by the user when the execution started, indicating
    // the maximum number of errors that can occur during the operation before the
    // updates are stopped or rolled back.
    MaxErrors *string `min:"1" type:"string"`

    // The key-value map of execution parameters, which were supplied when calling
    // StartChangeRequestExecution.
    Parameters map[string][]*string `min:"1" type:"map"`

    // Information about the Amazon Web Services Regions and Amazon Web Services
    // accounts targeted by the current Runbook operation.
    TargetLocations []*TargetLocation `min:"1" type:"list"`

    // A key-value mapping of runbook parameters to target resources. Both Targets
    // and TargetMaps can't be specified together.
    TargetMaps []map[string][]*string `type:"list"`

    // The name of the parameter used as the target resource for the rate-controlled
    // runbook workflow. Required if you specify Targets.
    TargetParameterName *string `min:"1" type:"string"`

    // A key-value mapping to target resources that the runbook operation performs
    // tasks on. Required if you specify TargetParameterName.
    Targets []*Target `type:"list"`
    // contains filtered or unexported fields
}

Information about an Automation runbook used in a runbook workflow in Change Manager.

The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.

func (Runbook) GoString

func (s Runbook) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Runbook) SetDocumentName

func (s *Runbook) SetDocumentName(v string) *Runbook

SetDocumentName sets the DocumentName field's value.

func (*Runbook) SetDocumentVersion

func (s *Runbook) SetDocumentVersion(v string) *Runbook

SetDocumentVersion sets the DocumentVersion field's value.

func (*Runbook) SetMaxConcurrency

func (s *Runbook) SetMaxConcurrency(v string) *Runbook

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*Runbook) SetMaxErrors

func (s *Runbook) SetMaxErrors(v string) *Runbook

SetMaxErrors sets the MaxErrors field's value.

func (*Runbook) SetParameters

func (s *Runbook) SetParameters(v map[string][]*string) *Runbook

SetParameters sets the Parameters field's value.

func (*Runbook) SetTargetLocations

func (s *Runbook) SetTargetLocations(v []*TargetLocation) *Runbook

SetTargetLocations sets the TargetLocations field's value.

func (*Runbook) SetTargetMaps

func (s *Runbook) SetTargetMaps(v []map[string][]*string) *Runbook

SetTargetMaps sets the TargetMaps field's value.

func (*Runbook) SetTargetParameterName

func (s *Runbook) SetTargetParameterName(v string) *Runbook

SetTargetParameterName sets the TargetParameterName field's value.

func (*Runbook) SetTargets

func (s *Runbook) SetTargets(v []*Target) *Runbook

SetTargets sets the Targets field's value.

func (Runbook) String

func (s Runbook) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Runbook) Validate

func (s *Runbook) Validate() error

Validate inspects the fields of the type to determine if they are valid.

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"`

    // The Amazon Web Services Region of the S3 bucket.
    OutputS3Region *string `min:"3" type:"string"`
    // contains filtered or unexported fields
}

An S3 bucket where you want to store the results of this request.

func (S3OutputLocation) GoString

func (s S3OutputLocation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3OutputLocation) SetOutputS3BucketName

func (s *S3OutputLocation) SetOutputS3BucketName(v string) *S3OutputLocation

SetOutputS3BucketName sets the OutputS3BucketName field's value.

func (*S3OutputLocation) SetOutputS3KeyPrefix

func (s *S3OutputLocation) SetOutputS3KeyPrefix(v string) *S3OutputLocation

SetOutputS3KeyPrefix sets the OutputS3KeyPrefix field's value.

func (*S3OutputLocation) SetOutputS3Region

func (s *S3OutputLocation) SetOutputS3Region(v string) *S3OutputLocation

SetOutputS3Region sets the OutputS3Region field's value.

func (S3OutputLocation) String

func (s S3OutputLocation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3OutputLocation) Validate

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 Amazon Web Services Systems Manager (Systems Manager) bucket where you want to store the results of this request.

func (S3OutputUrl) GoString

func (s S3OutputUrl) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3OutputUrl) SetOutputUrl

func (s *S3OutputUrl) SetOutputUrl(v string) *S3OutputUrl

SetOutputUrl sets the OutputUrl field's value.

func (S3OutputUrl) String

func (s S3OutputUrl) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SSM

type SSM struct {
    *client.Client
}

SSM provides the API operation methods for making requests to Amazon Simple Systems Manager (SSM). See this package's package overview docs for details on the service.

SSM methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *SSM

New creates a new instance of the SSM client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a SSM client from just a session.
svc := ssm.New(mySession)

// Create a SSM client with additional configuration
svc := ssm.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*SSM) AddTagsToResource

func (c *SSM) AddTagsToResource(input *AddTagsToResourceInput) (*AddTagsToResourceOutput, error)

AddTagsToResource API operation for Amazon Simple Systems Manager (SSM).

Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your automations, documents, managed nodes, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed nodes that helps you track each node's owner and stack level. For example:

  • Key=Owner,Value=DbAdmin

  • Key=Owner,Value=SysAdmin

  • Key=Owner,Value=Dev

  • Key=Stack,Value=Production

  • Key=Stack,Value=Pre-Production

  • Key=Stack,Value=Test

Most resources can have a maximum of 50 tags. Automations can have a maximum of 5 tags.

We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to and are interpreted strictly as a string of characters.

For more information about using tags with Amazon Elastic Compute Cloud (Amazon EC2) instances, see Tag your Amazon EC2 resources (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html) in the Amazon EC2 User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation AddTagsToResource for usage and error information.

Returned Error Types:

  • InvalidResourceType The resource type isn't valid. For example, if you are attempting to tag an EC2 instance, the instance must be a registered managed node.

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

  • InternalServerError An error occurred on the server side.

  • TooManyTagsError The Targets parameter includes too many tags. Remove one or more tags and try the command again.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AddTagsToResource

func (*SSM) AddTagsToResourceRequest

func (c *SSM) AddTagsToResourceRequest(input *AddTagsToResourceInput) (req *request.Request, output *AddTagsToResourceOutput)

AddTagsToResourceRequest generates a "aws/request.Request" representing the client's request for the AddTagsToResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AddTagsToResource for more information on using the AddTagsToResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AddTagsToResourceRequest method.
req, resp := client.AddTagsToResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AddTagsToResource

func (*SSM) AddTagsToResourceWithContext

func (c *SSM) AddTagsToResourceWithContext(ctx aws.Context, input *AddTagsToResourceInput, opts ...request.Option) (*AddTagsToResourceOutput, error)

AddTagsToResourceWithContext is the same as AddTagsToResource with the addition of the ability to pass a context and additional request options.

See AddTagsToResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) AssociateOpsItemRelatedItem

func (c *SSM) AssociateOpsItemRelatedItem(input *AssociateOpsItemRelatedItemInput) (*AssociateOpsItemRelatedItemOutput, error)

AssociateOpsItemRelatedItem API operation for Amazon Simple Systems Manager (SSM).

Associates a related item to a Systems Manager OpsCenter OpsItem. For example, you can associate an Incident Manager incident or analysis with an OpsItem. Incident Manager and OpsCenter are capabilities of Amazon Web Services Systems Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation AssociateOpsItemRelatedItem for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • OpsItemNotFoundException The specified OpsItem ID doesn't exist. Verify the ID and try again.

  • OpsItemLimitExceededException The request caused OpsItems to exceed one or more quotas.

  • OpsItemInvalidParameterException A specified parameter argument isn't valid. Verify the available arguments and try again.

  • OpsItemRelatedItemAlreadyExistsException The Amazon Resource Name (ARN) is already associated with the OpsItem.

  • OpsItemConflictException The specified OpsItem is in the process of being deleted.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AssociateOpsItemRelatedItem

func (*SSM) AssociateOpsItemRelatedItemRequest

func (c *SSM) AssociateOpsItemRelatedItemRequest(input *AssociateOpsItemRelatedItemInput) (req *request.Request, output *AssociateOpsItemRelatedItemOutput)

AssociateOpsItemRelatedItemRequest generates a "aws/request.Request" representing the client's request for the AssociateOpsItemRelatedItem operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AssociateOpsItemRelatedItem for more information on using the AssociateOpsItemRelatedItem API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AssociateOpsItemRelatedItemRequest method.
req, resp := client.AssociateOpsItemRelatedItemRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AssociateOpsItemRelatedItem

func (*SSM) AssociateOpsItemRelatedItemWithContext

func (c *SSM) AssociateOpsItemRelatedItemWithContext(ctx aws.Context, input *AssociateOpsItemRelatedItemInput, opts ...request.Option) (*AssociateOpsItemRelatedItemOutput, error)

AssociateOpsItemRelatedItemWithContext is the same as AssociateOpsItemRelatedItem with the addition of the ability to pass a context and additional request options.

See AssociateOpsItemRelatedItem for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CancelCommand

func (c *SSM) CancelCommand(input *CancelCommandInput) (*CancelCommandOutput, error)

CancelCommand API operation for Amazon Simple Systems Manager (SSM).

Attempts to cancel the command specified by the Command ID. There is no guarantee that the command will be terminated and the underlying process stopped.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CancelCommand for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidCommandId The specified command ID isn't valid. Verify the ID and try again.

  • InvalidInstanceId The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

  • DuplicateInstanceId You can't specify a managed node ID in more than one association.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CancelCommand

func (*SSM) CancelCommandRequest

func (c *SSM) CancelCommandRequest(input *CancelCommandInput) (req *request.Request, output *CancelCommandOutput)

CancelCommandRequest generates a "aws/request.Request" representing the client's request for the CancelCommand operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CancelCommand for more information on using the CancelCommand API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CancelCommandRequest method.
req, resp := client.CancelCommandRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CancelCommand

func (*SSM) CancelCommandWithContext

func (c *SSM) CancelCommandWithContext(ctx aws.Context, input *CancelCommandInput, opts ...request.Option) (*CancelCommandOutput, error)

CancelCommandWithContext is the same as CancelCommand with the addition of the ability to pass a context and additional request options.

See CancelCommand for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CancelMaintenanceWindowExecution

func (c *SSM) CancelMaintenanceWindowExecution(input *CancelMaintenanceWindowExecutionInput) (*CancelMaintenanceWindowExecutionOutput, error)

CancelMaintenanceWindowExecution API operation for Amazon Simple Systems Manager (SSM).

Stops a maintenance window execution that is already in progress and cancels any tasks in the window that haven't already starting running. Tasks already in progress will continue to completion.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CancelMaintenanceWindowExecution for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CancelMaintenanceWindowExecution

func (*SSM) CancelMaintenanceWindowExecutionRequest

func (c *SSM) CancelMaintenanceWindowExecutionRequest(input *CancelMaintenanceWindowExecutionInput) (req *request.Request, output *CancelMaintenanceWindowExecutionOutput)

CancelMaintenanceWindowExecutionRequest generates a "aws/request.Request" representing the client's request for the CancelMaintenanceWindowExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CancelMaintenanceWindowExecution for more information on using the CancelMaintenanceWindowExecution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CancelMaintenanceWindowExecutionRequest method.
req, resp := client.CancelMaintenanceWindowExecutionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CancelMaintenanceWindowExecution

func (*SSM) CancelMaintenanceWindowExecutionWithContext

func (c *SSM) CancelMaintenanceWindowExecutionWithContext(ctx aws.Context, input *CancelMaintenanceWindowExecutionInput, opts ...request.Option) (*CancelMaintenanceWindowExecutionOutput, error)

CancelMaintenanceWindowExecutionWithContext is the same as CancelMaintenanceWindowExecution with the addition of the ability to pass a context and additional request options.

See CancelMaintenanceWindowExecution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CreateActivation

func (c *SSM) CreateActivation(input *CreateActivationInput) (*CreateActivationOutput, error)

CreateActivation API operation for Amazon Simple Systems Manager (SSM).

Generates an activation code and activation ID you can use to register your on-premises servers, edge devices, or virtual machine (VM) with Amazon Web Services Systems Manager. Registering these machines with Systems Manager makes it possible to manage them using Systems Manager capabilities. You use the activation code and ID when installing SSM Agent on machines in your hybrid environment. For more information about requirements for managing on-premises machines using Systems Manager, see Setting up Amazon Web Services Systems Manager for hybrid and multicloud environments (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances.html) in the Amazon Web Services Systems Manager User Guide.

Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, and on-premises servers and VMs that are configured for Systems Manager are all called managed nodes.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CreateActivation for usage and error information.

Returned Error Types:

  • InvalidParameters You must specify values for all required parameters in the Amazon Web Services Systems Manager document (SSM document). You can only supply values to parameters defined in the SSM document.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateActivation

func (*SSM) CreateActivationRequest

func (c *SSM) CreateActivationRequest(input *CreateActivationInput) (req *request.Request, output *CreateActivationOutput)

CreateActivationRequest generates a "aws/request.Request" representing the client's request for the CreateActivation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateActivation for more information on using the CreateActivation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateActivationRequest method.
req, resp := client.CreateActivationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateActivation

func (*SSM) CreateActivationWithContext

func (c *SSM) CreateActivationWithContext(ctx aws.Context, input *CreateActivationInput, opts ...request.Option) (*CreateActivationOutput, error)

CreateActivationWithContext is the same as CreateActivation with the addition of the ability to pass a context and additional request options.

See CreateActivation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CreateAssociation

func (c *SSM) CreateAssociation(input *CreateAssociationInput) (*CreateAssociationOutput, error)

CreateAssociation API operation for Amazon Simple Systems Manager (SSM).

A State Manager association defines the state that you want to maintain on your managed nodes. For example, an association can specify that anti-virus software must be installed and running on your managed nodes, or that certain ports must be closed. For static targets, the association specifies a schedule for when the configuration is reapplied. For dynamic targets, such as an Amazon Web Services resource group or an Amazon Web Services autoscaling group, State Manager, a capability of Amazon Web Services Systems Manager applies the configuration when new managed nodes are added to the group. The association also specifies actions to take when applying the configuration. For example, an association for anti-virus software might run once a day. If the software isn't installed, then State Manager installs it. If the software is installed, but the service isn't running, then the association might instruct State Manager to start the service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CreateAssociation for usage and error information.

Returned Error Types:

  • AssociationAlreadyExists The specified association already exists.

  • AssociationLimitExceeded You can have at most 2,000 active associations.

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

  • InvalidInstanceId The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

  • UnsupportedPlatformType The document doesn't support the platform type of the given managed node IDs. For example, you sent an document for a Windows managed node to a Linux node.

  • InvalidOutputLocation The output location isn't valid or doesn't exist.

  • InvalidParameters You must specify values for all required parameters in the Amazon Web Services Systems Manager document (SSM document). You can only supply values to parameters defined in the SSM document.

  • InvalidTarget The target isn't valid or doesn't exist. It might not be configured for Systems Manager or you might not have permission to perform the operation.

  • InvalidSchedule The schedule is invalid. Verify your cron or rate expression and try again.

  • InvalidTargetMaps TargetMap parameter isn't valid.

  • InvalidTag The specified tag key or value isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociation

func (*SSM) CreateAssociationBatch

func (c *SSM) CreateAssociationBatch(input *CreateAssociationBatchInput) (*CreateAssociationBatchOutput, error)

CreateAssociationBatch API operation for Amazon Simple Systems Manager (SSM).

Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified managed nodes or targets.

When you associate a document with one or more managed nodes using IDs or tags, Amazon Web Services Systems Manager Agent (SSM Agent) running on the managed node processes the document and configures the node as specified.

If you associate a document with a managed node that already has an associated document, the system returns the AssociationAlreadyExists exception.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CreateAssociationBatch for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

  • InvalidInstanceId The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

  • InvalidParameters You must specify values for all required parameters in the Amazon Web Services Systems Manager document (SSM document). You can only supply values to parameters defined in the SSM document.

  • DuplicateInstanceId You can't specify a managed node ID in more than one association.

  • AssociationLimitExceeded You can have at most 2,000 active associations.

  • UnsupportedPlatformType The document doesn't support the platform type of the given managed node IDs. For example, you sent an document for a Windows managed node to a Linux node.

  • InvalidOutputLocation The output location isn't valid or doesn't exist.

  • InvalidTarget The target isn't valid or doesn't exist. It might not be configured for Systems Manager or you might not have permission to perform the operation.

  • InvalidSchedule The schedule is invalid. Verify your cron or rate expression and try again.

  • InvalidTargetMaps TargetMap parameter isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociationBatch

func (*SSM) CreateAssociationBatchRequest

func (c *SSM) CreateAssociationBatchRequest(input *CreateAssociationBatchInput) (req *request.Request, output *CreateAssociationBatchOutput)

CreateAssociationBatchRequest generates a "aws/request.Request" representing the client's request for the CreateAssociationBatch operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAssociationBatch for more information on using the CreateAssociationBatch API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAssociationBatchRequest method.
req, resp := client.CreateAssociationBatchRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociationBatch

func (*SSM) CreateAssociationBatchWithContext

func (c *SSM) CreateAssociationBatchWithContext(ctx aws.Context, input *CreateAssociationBatchInput, opts ...request.Option) (*CreateAssociationBatchOutput, error)

CreateAssociationBatchWithContext is the same as CreateAssociationBatch with the addition of the ability to pass a context and additional request options.

See CreateAssociationBatch for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CreateAssociationRequest

func (c *SSM) CreateAssociationRequest(input *CreateAssociationInput) (req *request.Request, output *CreateAssociationOutput)

CreateAssociationRequest generates a "aws/request.Request" representing the client's request for the CreateAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAssociation for more information on using the CreateAssociation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAssociationRequest method.
req, resp := client.CreateAssociationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociation

func (*SSM) CreateAssociationWithContext

func (c *SSM) CreateAssociationWithContext(ctx aws.Context, input *CreateAssociationInput, opts ...request.Option) (*CreateAssociationOutput, error)

CreateAssociationWithContext is the same as CreateAssociation with the addition of the ability to pass a context and additional request options.

See CreateAssociation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CreateDocument

func (c *SSM) CreateDocument(input *CreateDocumentInput) (*CreateDocumentOutput, error)

CreateDocument API operation for Amazon Simple Systems Manager (SSM).

Creates a Amazon Web Services Systems Manager (SSM document). An SSM document defines the actions that Systems Manager performs on your managed nodes. For more information about SSM documents, including information about supported schemas, features, and syntax, see Amazon Web Services Systems Manager Documents (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-ssm-docs.html) in the Amazon Web Services Systems Manager User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CreateDocument for usage and error information.

Returned Error Types:

  • DocumentAlreadyExists The specified document already exists.

  • MaxDocumentSizeExceeded The size limit of a document is 64 KB.

  • InternalServerError An error occurred on the server side.

  • InvalidDocumentContent The content for the document isn't valid.

  • DocumentLimitExceeded You can have at most 500 active SSM documents.

  • InvalidDocumentSchemaVersion The version of the document schema isn't supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateDocument

func (*SSM) CreateDocumentRequest

func (c *SSM) CreateDocumentRequest(input *CreateDocumentInput) (req *request.Request, output *CreateDocumentOutput)

CreateDocumentRequest generates a "aws/request.Request" representing the client's request for the CreateDocument operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateDocument for more information on using the CreateDocument API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateDocumentRequest method.
req, resp := client.CreateDocumentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateDocument

func (*SSM) CreateDocumentWithContext

func (c *SSM) CreateDocumentWithContext(ctx aws.Context, input *CreateDocumentInput, opts ...request.Option) (*CreateDocumentOutput, error)

CreateDocumentWithContext is the same as CreateDocument with the addition of the ability to pass a context and additional request options.

See CreateDocument for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CreateMaintenanceWindow

func (c *SSM) CreateMaintenanceWindow(input *CreateMaintenanceWindowInput) (*CreateMaintenanceWindowOutput, error)

CreateMaintenanceWindow API operation for Amazon Simple Systems Manager (SSM).

Creates a new maintenance window.

The value you specify for Duration determines the specific end time for the maintenance window based on the time it begins. No maintenance window tasks are permitted to start after the resulting endtime minus the number of hours you specify for Cutoff. For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify for Cutoff is one hour, no maintenance window tasks can start after 5 PM.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CreateMaintenanceWindow for usage and error information.

Returned Error Types:

  • IdempotentParameterMismatch Error returned when an idempotent operation is retried and the parameters don't match the original call to the API with the same idempotency token.

  • ResourceLimitExceededException Error returned when the caller has exceeded the default resource quotas. For example, too many maintenance windows or patch baselines have been created.

    For information about resource quotas in Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateMaintenanceWindow

func (*SSM) CreateMaintenanceWindowRequest

func (c *SSM) CreateMaintenanceWindowRequest(input *CreateMaintenanceWindowInput) (req *request.Request, output *CreateMaintenanceWindowOutput)

CreateMaintenanceWindowRequest generates a "aws/request.Request" representing the client's request for the CreateMaintenanceWindow operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateMaintenanceWindow for more information on using the CreateMaintenanceWindow API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateMaintenanceWindowRequest method.
req, resp := client.CreateMaintenanceWindowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateMaintenanceWindow

func (*SSM) CreateMaintenanceWindowWithContext

func (c *SSM) CreateMaintenanceWindowWithContext(ctx aws.Context, input *CreateMaintenanceWindowInput, opts ...request.Option) (*CreateMaintenanceWindowOutput, error)

CreateMaintenanceWindowWithContext is the same as CreateMaintenanceWindow with the addition of the ability to pass a context and additional request options.

See CreateMaintenanceWindow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CreateOpsItem

func (c *SSM) CreateOpsItem(input *CreateOpsItemInput) (*CreateOpsItemOutput, error)

CreateOpsItem API operation for Amazon Simple Systems Manager (SSM).

Creates a new OpsItem. You must have permission in Identity and Access Management (IAM) to create a new OpsItem. For more information, see Set up OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setup.html) in the Amazon Web Services Systems Manager User Guide.

Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the Amazon Web Services Systems Manager User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CreateOpsItem for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • OpsItemAlreadyExistsException The OpsItem already exists.

  • OpsItemLimitExceededException The request caused OpsItems to exceed one or more quotas.

  • OpsItemInvalidParameterException A specified parameter argument isn't valid. Verify the available arguments and try again.

  • OpsItemAccessDeniedException You don't have permission to view OpsItems in the specified account. Verify that your account is configured either as a Systems Manager delegated administrator or that you are logged into the Organizations management account.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateOpsItem

func (*SSM) CreateOpsItemRequest

func (c *SSM) CreateOpsItemRequest(input *CreateOpsItemInput) (req *request.Request, output *CreateOpsItemOutput)

CreateOpsItemRequest generates a "aws/request.Request" representing the client's request for the CreateOpsItem operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateOpsItem for more information on using the CreateOpsItem API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateOpsItemRequest method.
req, resp := client.CreateOpsItemRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateOpsItem

func (*SSM) CreateOpsItemWithContext

func (c *SSM) CreateOpsItemWithContext(ctx aws.Context, input *CreateOpsItemInput, opts ...request.Option) (*CreateOpsItemOutput, error)

CreateOpsItemWithContext is the same as CreateOpsItem with the addition of the ability to pass a context and additional request options.

See CreateOpsItem for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CreateOpsMetadata

func (c *SSM) CreateOpsMetadata(input *CreateOpsMetadataInput) (*CreateOpsMetadataOutput, error)

CreateOpsMetadata API operation for Amazon Simple Systems Manager (SSM).

If you create a new application in Application Manager, Amazon Web Services Systems Manager calls this API operation to specify information about the new application, including the application type.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CreateOpsMetadata for usage and error information.

Returned Error Types:

  • OpsMetadataAlreadyExistsException An OpsMetadata object already exists for the selected resource.

  • OpsMetadataTooManyUpdatesException The system is processing too many concurrent updates. Wait a few moments and try again.

  • OpsMetadataInvalidArgumentException One of the arguments passed is invalid.

  • OpsMetadataLimitExceededException Your account reached the maximum number of OpsMetadata objects allowed by Application Manager. The maximum is 200 OpsMetadata objects. Delete one or more OpsMetadata object and try again.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateOpsMetadata

func (*SSM) CreateOpsMetadataRequest

func (c *SSM) CreateOpsMetadataRequest(input *CreateOpsMetadataInput) (req *request.Request, output *CreateOpsMetadataOutput)

CreateOpsMetadataRequest generates a "aws/request.Request" representing the client's request for the CreateOpsMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateOpsMetadata for more information on using the CreateOpsMetadata API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateOpsMetadataRequest method.
req, resp := client.CreateOpsMetadataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateOpsMetadata

func (*SSM) CreateOpsMetadataWithContext

func (c *SSM) CreateOpsMetadataWithContext(ctx aws.Context, input *CreateOpsMetadataInput, opts ...request.Option) (*CreateOpsMetadataOutput, error)

CreateOpsMetadataWithContext is the same as CreateOpsMetadata with the addition of the ability to pass a context and additional request options.

See CreateOpsMetadata for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CreatePatchBaseline

func (c *SSM) CreatePatchBaseline(input *CreatePatchBaselineInput) (*CreatePatchBaselineOutput, error)

CreatePatchBaseline API operation for Amazon Simple Systems Manager (SSM).

Creates a patch baseline.

For information about valid key-value pairs in PatchFilters for each supported operating system type, see PatchFilter.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CreatePatchBaseline for usage and error information.

Returned Error Types:

  • IdempotentParameterMismatch Error returned when an idempotent operation is retried and the parameters don't match the original call to the API with the same idempotency token.

  • ResourceLimitExceededException Error returned when the caller has exceeded the default resource quotas. For example, too many maintenance windows or patch baselines have been created.

    For information about resource quotas in Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreatePatchBaseline

func (*SSM) CreatePatchBaselineRequest

func (c *SSM) CreatePatchBaselineRequest(input *CreatePatchBaselineInput) (req *request.Request, output *CreatePatchBaselineOutput)

CreatePatchBaselineRequest generates a "aws/request.Request" representing the client's request for the CreatePatchBaseline operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreatePatchBaseline for more information on using the CreatePatchBaseline API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreatePatchBaselineRequest method.
req, resp := client.CreatePatchBaselineRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreatePatchBaseline

func (*SSM) CreatePatchBaselineWithContext

func (c *SSM) CreatePatchBaselineWithContext(ctx aws.Context, input *CreatePatchBaselineInput, opts ...request.Option) (*CreatePatchBaselineOutput, error)

CreatePatchBaselineWithContext is the same as CreatePatchBaseline with the addition of the ability to pass a context and additional request options.

See CreatePatchBaseline for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) CreateResourceDataSync

func (c *SSM) CreateResourceDataSync(input *CreateResourceDataSyncInput) (*CreateResourceDataSyncOutput, error)

CreateResourceDataSync API operation for Amazon Simple Systems Manager (SSM).

A resource data sync helps you view data from multiple sources in a single location. Amazon Web Services Systems Manager offers two types of resource data sync: SyncToDestination and SyncFromSource.

You can configure Systems Manager Inventory to use the SyncToDestination type to synchronize Inventory data from multiple Amazon Web Services Regions to a single Amazon Simple Storage Service (Amazon S3) bucket. For more information, see Configuring resource data sync for Inventory (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-datasync.html) in the Amazon Web Services Systems Manager User Guide.

You can configure Systems Manager Explorer to use the SyncFromSource type to synchronize operational work items (OpsItems) and operational data (OpsData) from multiple Amazon Web Services Regions to a single Amazon S3 bucket. This type can synchronize OpsItems and OpsData from multiple Amazon Web Services accounts and Amazon Web Services Regions or EntireOrganization by using Organizations. For more information, see Setting up Systems Manager Explorer to display data from multiple accounts and Regions (https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resource-data-sync.html) in the Amazon Web Services Systems Manager User Guide.

A resource data sync is an asynchronous operation that returns immediately. After a successful initial sync is completed, the system continuously syncs data. To check the status of a sync, use the ListResourceDataSync.

By default, data isn't encrypted in Amazon S3. We strongly recommend that you enable encryption in Amazon S3 to ensure secure data storage. We also recommend that you secure access to the Amazon S3 bucket by creating a restrictive bucket policy.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation CreateResourceDataSync for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • ResourceDataSyncCountExceededException You have exceeded the allowed maximum sync configurations.

  • ResourceDataSyncAlreadyExistsException A sync configuration with the same name already exists.

  • ResourceDataSyncInvalidConfigurationException The specified sync configuration is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateResourceDataSync

func (*SSM) CreateResourceDataSyncRequest

func (c *SSM) CreateResourceDataSyncRequest(input *CreateResourceDataSyncInput) (req *request.Request, output *CreateResourceDataSyncOutput)

CreateResourceDataSyncRequest generates a "aws/request.Request" representing the client's request for the CreateResourceDataSync operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateResourceDataSync for more information on using the CreateResourceDataSync API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateResourceDataSyncRequest method.
req, resp := client.CreateResourceDataSyncRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateResourceDataSync

func (*SSM) CreateResourceDataSyncWithContext

func (c *SSM) CreateResourceDataSyncWithContext(ctx aws.Context, input *CreateResourceDataSyncInput, opts ...request.Option) (*CreateResourceDataSyncOutput, error)

CreateResourceDataSyncWithContext is the same as CreateResourceDataSync with the addition of the ability to pass a context and additional request options.

See CreateResourceDataSync for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteActivation

func (c *SSM) DeleteActivation(input *DeleteActivationInput) (*DeleteActivationOutput, error)

DeleteActivation API operation for Amazon Simple Systems Manager (SSM).

Deletes an activation. You aren't required to delete an activation. If you delete an activation, you can no longer use it to register additional managed nodes. Deleting an activation doesn't de-register managed nodes. You must manually de-register managed nodes.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteActivation for usage and error information.

Returned Error Types:

  • InvalidActivationId The activation ID isn't valid. Verify the you entered the correct ActivationId or ActivationCode and try again.

  • InvalidActivation The activation isn't valid. The activation might have been deleted, or the ActivationId and the ActivationCode don't match.

  • InternalServerError An error occurred on the server side.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteActivation

func (*SSM) DeleteActivationRequest

func (c *SSM) DeleteActivationRequest(input *DeleteActivationInput) (req *request.Request, output *DeleteActivationOutput)

DeleteActivationRequest generates a "aws/request.Request" representing the client's request for the DeleteActivation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteActivation for more information on using the DeleteActivation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteActivationRequest method.
req, resp := client.DeleteActivationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteActivation

func (*SSM) DeleteActivationWithContext

func (c *SSM) DeleteActivationWithContext(ctx aws.Context, input *DeleteActivationInput, opts ...request.Option) (*DeleteActivationOutput, error)

DeleteActivationWithContext is the same as DeleteActivation with the addition of the ability to pass a context and additional request options.

See DeleteActivation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteAssociation

func (c *SSM) DeleteAssociation(input *DeleteAssociationInput) (*DeleteAssociationOutput, error)

DeleteAssociation API operation for Amazon Simple Systems Manager (SSM).

Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified managed node. If you created the association by using the Targets parameter, then you must delete the association by using the association ID.

When you disassociate a document from a managed node, it doesn't change the configuration of the node. To change the configuration state of a managed node after you disassociate a document, you must create a new document with the desired configuration and associate it with the node.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteAssociation for usage and error information.

Returned Error Types:

  • AssociationDoesNotExist The specified association doesn't exist.

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidInstanceId The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteAssociation

func (*SSM) DeleteAssociationRequest

func (c *SSM) DeleteAssociationRequest(input *DeleteAssociationInput) (req *request.Request, output *DeleteAssociationOutput)

DeleteAssociationRequest generates a "aws/request.Request" representing the client's request for the DeleteAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteAssociation for more information on using the DeleteAssociation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteAssociationRequest method.
req, resp := client.DeleteAssociationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteAssociation

func (*SSM) DeleteAssociationWithContext

func (c *SSM) DeleteAssociationWithContext(ctx aws.Context, input *DeleteAssociationInput, opts ...request.Option) (*DeleteAssociationOutput, error)

DeleteAssociationWithContext is the same as DeleteAssociation with the addition of the ability to pass a context and additional request options.

See DeleteAssociation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteDocument

func (c *SSM) DeleteDocument(input *DeleteDocumentInput) (*DeleteDocumentOutput, error)

DeleteDocument API operation for Amazon Simple Systems Manager (SSM).

Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the document.

Before you delete the document, we recommend that you use DeleteAssociation to disassociate all managed nodes that are associated with the document.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteDocument for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentOperation You attempted to delete a document while it is still shared. You must stop sharing the document before you can delete it.

  • AssociatedInstances You must disassociate a document from all managed nodes before you can delete it.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteDocument

func (*SSM) DeleteDocumentRequest

func (c *SSM) DeleteDocumentRequest(input *DeleteDocumentInput) (req *request.Request, output *DeleteDocumentOutput)

DeleteDocumentRequest generates a "aws/request.Request" representing the client's request for the DeleteDocument operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteDocument for more information on using the DeleteDocument API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteDocumentRequest method.
req, resp := client.DeleteDocumentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteDocument

func (*SSM) DeleteDocumentWithContext

func (c *SSM) DeleteDocumentWithContext(ctx aws.Context, input *DeleteDocumentInput, opts ...request.Option) (*DeleteDocumentOutput, error)

DeleteDocumentWithContext is the same as DeleteDocument with the addition of the ability to pass a context and additional request options.

See DeleteDocument for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteInventory

func (c *SSM) DeleteInventory(input *DeleteInventoryInput) (*DeleteInventoryOutput, error)

DeleteInventory API operation for Amazon Simple Systems Manager (SSM).

Delete a custom inventory type or the data associated with a custom Inventory type. Deleting a custom inventory type is also referred to as deleting a custom inventory schema.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteInventory for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidTypeNameException The parameter type name isn't valid.

  • InvalidOptionException The delete inventory option specified isn't valid. Verify the option and try again.

  • InvalidDeleteInventoryParametersException One or more of the parameters specified for the delete operation isn't valid. Verify all parameters and try again.

  • InvalidInventoryRequestException The request isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteInventory

func (*SSM) DeleteInventoryRequest

func (c *SSM) DeleteInventoryRequest(input *DeleteInventoryInput) (req *request.Request, output *DeleteInventoryOutput)

DeleteInventoryRequest generates a "aws/request.Request" representing the client's request for the DeleteInventory operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteInventory for more information on using the DeleteInventory API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteInventoryRequest method.
req, resp := client.DeleteInventoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteInventory

func (*SSM) DeleteInventoryWithContext

func (c *SSM) DeleteInventoryWithContext(ctx aws.Context, input *DeleteInventoryInput, opts ...request.Option) (*DeleteInventoryOutput, error)

DeleteInventoryWithContext is the same as DeleteInventory with the addition of the ability to pass a context and additional request options.

See DeleteInventory for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteMaintenanceWindow

func (c *SSM) DeleteMaintenanceWindow(input *DeleteMaintenanceWindowInput) (*DeleteMaintenanceWindowOutput, error)

DeleteMaintenanceWindow API operation for Amazon Simple Systems Manager (SSM).

Deletes a maintenance window.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteMaintenanceWindow for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteMaintenanceWindow

func (*SSM) DeleteMaintenanceWindowRequest

func (c *SSM) DeleteMaintenanceWindowRequest(input *DeleteMaintenanceWindowInput) (req *request.Request, output *DeleteMaintenanceWindowOutput)

DeleteMaintenanceWindowRequest generates a "aws/request.Request" representing the client's request for the DeleteMaintenanceWindow operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteMaintenanceWindow for more information on using the DeleteMaintenanceWindow API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteMaintenanceWindowRequest method.
req, resp := client.DeleteMaintenanceWindowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteMaintenanceWindow

func (*SSM) DeleteMaintenanceWindowWithContext

func (c *SSM) DeleteMaintenanceWindowWithContext(ctx aws.Context, input *DeleteMaintenanceWindowInput, opts ...request.Option) (*DeleteMaintenanceWindowOutput, error)

DeleteMaintenanceWindowWithContext is the same as DeleteMaintenanceWindow with the addition of the ability to pass a context and additional request options.

See DeleteMaintenanceWindow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteOpsItem

func (c *SSM) DeleteOpsItem(input *DeleteOpsItemInput) (*DeleteOpsItemOutput, error)

DeleteOpsItem API operation for Amazon Simple Systems Manager (SSM).

Delete an OpsItem. You must have permission in Identity and Access Management (IAM) to delete an OpsItem.

Note the following important information about this operation.

  • Deleting an OpsItem is irreversible. You can't restore a deleted OpsItem.

  • This operation uses an eventual consistency model, which means the system can take a few minutes to complete this operation. If you delete an OpsItem and immediately call, for example, GetOpsItem, the deleted OpsItem might still appear in the response.

  • This operation is idempotent. The system doesn't throw an exception if you repeatedly call this operation for the same OpsItem. If the first call is successful, all additional calls return the same successful response as the first call.

  • This operation doesn't support cross-account calls. A delegated administrator or management account can't delete OpsItems in other accounts, even if OpsCenter has been set up for cross-account administration. For more information about cross-account administration, see Setting up OpsCenter to centrally manage OpsItems across accounts (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setting-up-cross-account.html) in the Systems Manager User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteOpsItem for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • OpsItemInvalidParameterException A specified parameter argument isn't valid. Verify the available arguments and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteOpsItem

func (*SSM) DeleteOpsItemRequest

func (c *SSM) DeleteOpsItemRequest(input *DeleteOpsItemInput) (req *request.Request, output *DeleteOpsItemOutput)

DeleteOpsItemRequest generates a "aws/request.Request" representing the client's request for the DeleteOpsItem operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteOpsItem for more information on using the DeleteOpsItem API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteOpsItemRequest method.
req, resp := client.DeleteOpsItemRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteOpsItem

func (*SSM) DeleteOpsItemWithContext

func (c *SSM) DeleteOpsItemWithContext(ctx aws.Context, input *DeleteOpsItemInput, opts ...request.Option) (*DeleteOpsItemOutput, error)

DeleteOpsItemWithContext is the same as DeleteOpsItem with the addition of the ability to pass a context and additional request options.

See DeleteOpsItem for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteOpsMetadata

func (c *SSM) DeleteOpsMetadata(input *DeleteOpsMetadataInput) (*DeleteOpsMetadataOutput, error)

DeleteOpsMetadata API operation for Amazon Simple Systems Manager (SSM).

Delete OpsMetadata related to an application.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteOpsMetadata for usage and error information.

Returned Error Types:

  • OpsMetadataNotFoundException The OpsMetadata object doesn't exist.

  • OpsMetadataInvalidArgumentException One of the arguments passed is invalid.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteOpsMetadata

func (*SSM) DeleteOpsMetadataRequest

func (c *SSM) DeleteOpsMetadataRequest(input *DeleteOpsMetadataInput) (req *request.Request, output *DeleteOpsMetadataOutput)

DeleteOpsMetadataRequest generates a "aws/request.Request" representing the client's request for the DeleteOpsMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteOpsMetadata for more information on using the DeleteOpsMetadata API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteOpsMetadataRequest method.
req, resp := client.DeleteOpsMetadataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteOpsMetadata

func (*SSM) DeleteOpsMetadataWithContext

func (c *SSM) DeleteOpsMetadataWithContext(ctx aws.Context, input *DeleteOpsMetadataInput, opts ...request.Option) (*DeleteOpsMetadataOutput, error)

DeleteOpsMetadataWithContext is the same as DeleteOpsMetadata with the addition of the ability to pass a context and additional request options.

See DeleteOpsMetadata for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteParameter

func (c *SSM) DeleteParameter(input *DeleteParameterInput) (*DeleteParameterOutput, error)

DeleteParameter API operation for Amazon Simple Systems Manager (SSM).

Delete a parameter from the system. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteParameter for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • ParameterNotFound The parameter couldn't be found. Verify the name and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteParameter

func (*SSM) DeleteParameterRequest

func (c *SSM) DeleteParameterRequest(input *DeleteParameterInput) (req *request.Request, output *DeleteParameterOutput)

DeleteParameterRequest generates a "aws/request.Request" representing the client's request for the DeleteParameter operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteParameter for more information on using the DeleteParameter API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteParameterRequest method.
req, resp := client.DeleteParameterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteParameter

func (*SSM) DeleteParameterWithContext

func (c *SSM) DeleteParameterWithContext(ctx aws.Context, input *DeleteParameterInput, opts ...request.Option) (*DeleteParameterOutput, error)

DeleteParameterWithContext is the same as DeleteParameter with the addition of the ability to pass a context and additional request options.

See DeleteParameter for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteParameters

func (c *SSM) DeleteParameters(input *DeleteParametersInput) (*DeleteParametersOutput, error)

DeleteParameters API operation for Amazon Simple Systems Manager (SSM).

Delete a list of parameters. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteParameters for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteParameters

func (*SSM) DeleteParametersRequest

func (c *SSM) DeleteParametersRequest(input *DeleteParametersInput) (req *request.Request, output *DeleteParametersOutput)

DeleteParametersRequest generates a "aws/request.Request" representing the client's request for the DeleteParameters operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteParameters for more information on using the DeleteParameters API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteParametersRequest method.
req, resp := client.DeleteParametersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteParameters

func (*SSM) DeleteParametersWithContext

func (c *SSM) DeleteParametersWithContext(ctx aws.Context, input *DeleteParametersInput, opts ...request.Option) (*DeleteParametersOutput, error)

DeleteParametersWithContext is the same as DeleteParameters with the addition of the ability to pass a context and additional request options.

See DeleteParameters for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeletePatchBaseline

func (c *SSM) DeletePatchBaseline(input *DeletePatchBaselineInput) (*DeletePatchBaselineOutput, error)

DeletePatchBaseline API operation for Amazon Simple Systems Manager (SSM).

Deletes a patch baseline.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeletePatchBaseline for usage and error information.

Returned Error Types:

  • ResourceInUseException Error returned if an attempt is made to delete a patch baseline that is registered for a patch group.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeletePatchBaseline

func (*SSM) DeletePatchBaselineRequest

func (c *SSM) DeletePatchBaselineRequest(input *DeletePatchBaselineInput) (req *request.Request, output *DeletePatchBaselineOutput)

DeletePatchBaselineRequest generates a "aws/request.Request" representing the client's request for the DeletePatchBaseline operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeletePatchBaseline for more information on using the DeletePatchBaseline API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeletePatchBaselineRequest method.
req, resp := client.DeletePatchBaselineRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeletePatchBaseline

func (*SSM) DeletePatchBaselineWithContext

func (c *SSM) DeletePatchBaselineWithContext(ctx aws.Context, input *DeletePatchBaselineInput, opts ...request.Option) (*DeletePatchBaselineOutput, error)

DeletePatchBaselineWithContext is the same as DeletePatchBaseline with the addition of the ability to pass a context and additional request options.

See DeletePatchBaseline for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteResourceDataSync

func (c *SSM) DeleteResourceDataSync(input *DeleteResourceDataSyncInput) (*DeleteResourceDataSyncOutput, error)

DeleteResourceDataSync API operation for Amazon Simple Systems Manager (SSM).

Deletes a resource data sync configuration. After the configuration is deleted, changes to data on managed nodes are no longer synced to or from the target. Deleting a sync configuration doesn't delete data.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteResourceDataSync for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • ResourceDataSyncNotFoundException The specified sync name wasn't found.

  • ResourceDataSyncInvalidConfigurationException The specified sync configuration is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteResourceDataSync

func (*SSM) DeleteResourceDataSyncRequest

func (c *SSM) DeleteResourceDataSyncRequest(input *DeleteResourceDataSyncInput) (req *request.Request, output *DeleteResourceDataSyncOutput)

DeleteResourceDataSyncRequest generates a "aws/request.Request" representing the client's request for the DeleteResourceDataSync operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteResourceDataSync for more information on using the DeleteResourceDataSync API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteResourceDataSyncRequest method.
req, resp := client.DeleteResourceDataSyncRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteResourceDataSync

func (*SSM) DeleteResourceDataSyncWithContext

func (c *SSM) DeleteResourceDataSyncWithContext(ctx aws.Context, input *DeleteResourceDataSyncInput, opts ...request.Option) (*DeleteResourceDataSyncOutput, error)

DeleteResourceDataSyncWithContext is the same as DeleteResourceDataSync with the addition of the ability to pass a context and additional request options.

See DeleteResourceDataSync for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeleteResourcePolicy

func (c *SSM) DeleteResourcePolicy(input *DeleteResourcePolicyInput) (*DeleteResourcePolicyOutput, error)

DeleteResourcePolicy API operation for Amazon Simple Systems Manager (SSM).

Deletes a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. The following resources support Systems Manager resource policies.

  • OpsItemGroup - The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).

  • Parameter - The resource policy is used to share a parameter with other accounts using Resource Access Manager (RAM). For more information about cross-account sharing of parameters, see Working with shared parameters (https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html) in the Amazon Web Services Systems Manager User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeleteResourcePolicy for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • ResourcePolicyInvalidParameterException One or more parameters specified for the call aren't valid. Verify the parameters and their values and try again.

  • ResourcePolicyConflictException The hash provided in the call doesn't match the stored hash. This exception is thrown when trying to update an obsolete policy version or when multiple requests to update a policy are sent.

  • ResourceNotFoundException The specified parameter to be shared could not be found.

  • MalformedResourcePolicyDocumentException The specified policy document is malformed or invalid, or excessive PutResourcePolicy or DeleteResourcePolicy calls have been made.

  • ResourcePolicyNotFoundException No policies with the specified policy ID and hash could be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteResourcePolicy

func (*SSM) DeleteResourcePolicyRequest

func (c *SSM) DeleteResourcePolicyRequest(input *DeleteResourcePolicyInput) (req *request.Request, output *DeleteResourcePolicyOutput)

DeleteResourcePolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteResourcePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteResourcePolicy for more information on using the DeleteResourcePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteResourcePolicyRequest method.
req, resp := client.DeleteResourcePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteResourcePolicy

func (*SSM) DeleteResourcePolicyWithContext

func (c *SSM) DeleteResourcePolicyWithContext(ctx aws.Context, input *DeleteResourcePolicyInput, opts ...request.Option) (*DeleteResourcePolicyOutput, error)

DeleteResourcePolicyWithContext is the same as DeleteResourcePolicy with the addition of the ability to pass a context and additional request options.

See DeleteResourcePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeregisterManagedInstance

func (c *SSM) DeregisterManagedInstance(input *DeregisterManagedInstanceInput) (*DeregisterManagedInstanceOutput, error)

DeregisterManagedInstance API operation for Amazon Simple Systems Manager (SSM).

Removes the server or virtual machine from the list of registered servers. You can reregister the node again at any time. If you don't plan to use Run Command on the server, we suggest uninstalling SSM Agent first.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeregisterManagedInstance for usage and error information.

Returned Error Types:

  • InvalidInstanceId The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterManagedInstance

func (*SSM) DeregisterManagedInstanceRequest

func (c *SSM) DeregisterManagedInstanceRequest(input *DeregisterManagedInstanceInput) (req *request.Request, output *DeregisterManagedInstanceOutput)

DeregisterManagedInstanceRequest generates a "aws/request.Request" representing the client's request for the DeregisterManagedInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeregisterManagedInstance for more information on using the DeregisterManagedInstance API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeregisterManagedInstanceRequest method.
req, resp := client.DeregisterManagedInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterManagedInstance

func (*SSM) DeregisterManagedInstanceWithContext

func (c *SSM) DeregisterManagedInstanceWithContext(ctx aws.Context, input *DeregisterManagedInstanceInput, opts ...request.Option) (*DeregisterManagedInstanceOutput, error)

DeregisterManagedInstanceWithContext is the same as DeregisterManagedInstance with the addition of the ability to pass a context and additional request options.

See DeregisterManagedInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeregisterPatchBaselineForPatchGroup

func (c *SSM) DeregisterPatchBaselineForPatchGroup(input *DeregisterPatchBaselineForPatchGroupInput) (*DeregisterPatchBaselineForPatchGroupOutput, error)

DeregisterPatchBaselineForPatchGroup API operation for Amazon Simple Systems Manager (SSM).

Removes a patch group from a patch baseline.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeregisterPatchBaselineForPatchGroup for usage and error information.

Returned Error Types:

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterPatchBaselineForPatchGroup

func (*SSM) DeregisterPatchBaselineForPatchGroupRequest

func (c *SSM) DeregisterPatchBaselineForPatchGroupRequest(input *DeregisterPatchBaselineForPatchGroupInput) (req *request.Request, output *DeregisterPatchBaselineForPatchGroupOutput)

DeregisterPatchBaselineForPatchGroupRequest generates a "aws/request.Request" representing the client's request for the DeregisterPatchBaselineForPatchGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeregisterPatchBaselineForPatchGroup for more information on using the DeregisterPatchBaselineForPatchGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeregisterPatchBaselineForPatchGroupRequest method.
req, resp := client.DeregisterPatchBaselineForPatchGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterPatchBaselineForPatchGroup

func (*SSM) DeregisterPatchBaselineForPatchGroupWithContext

func (c *SSM) DeregisterPatchBaselineForPatchGroupWithContext(ctx aws.Context, input *DeregisterPatchBaselineForPatchGroupInput, opts ...request.Option) (*DeregisterPatchBaselineForPatchGroupOutput, error)

DeregisterPatchBaselineForPatchGroupWithContext is the same as DeregisterPatchBaselineForPatchGroup with the addition of the ability to pass a context and additional request options.

See DeregisterPatchBaselineForPatchGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeregisterTargetFromMaintenanceWindow

func (c *SSM) DeregisterTargetFromMaintenanceWindow(input *DeregisterTargetFromMaintenanceWindowInput) (*DeregisterTargetFromMaintenanceWindowOutput, error)

DeregisterTargetFromMaintenanceWindow API operation for Amazon Simple Systems Manager (SSM).

Removes a target from a maintenance window.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeregisterTargetFromMaintenanceWindow for usage and error information.

Returned Error Types:

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

  • TargetInUseException You specified the Safe option for the DeregisterTargetFromMaintenanceWindow operation, but the target is still referenced in a task.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterTargetFromMaintenanceWindow

func (*SSM) DeregisterTargetFromMaintenanceWindowRequest

func (c *SSM) DeregisterTargetFromMaintenanceWindowRequest(input *DeregisterTargetFromMaintenanceWindowInput) (req *request.Request, output *DeregisterTargetFromMaintenanceWindowOutput)

DeregisterTargetFromMaintenanceWindowRequest generates a "aws/request.Request" representing the client's request for the DeregisterTargetFromMaintenanceWindow operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeregisterTargetFromMaintenanceWindow for more information on using the DeregisterTargetFromMaintenanceWindow API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeregisterTargetFromMaintenanceWindowRequest method.
req, resp := client.DeregisterTargetFromMaintenanceWindowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterTargetFromMaintenanceWindow

func (*SSM) DeregisterTargetFromMaintenanceWindowWithContext

func (c *SSM) DeregisterTargetFromMaintenanceWindowWithContext(ctx aws.Context, input *DeregisterTargetFromMaintenanceWindowInput, opts ...request.Option) (*DeregisterTargetFromMaintenanceWindowOutput, error)

DeregisterTargetFromMaintenanceWindowWithContext is the same as DeregisterTargetFromMaintenanceWindow with the addition of the ability to pass a context and additional request options.

See DeregisterTargetFromMaintenanceWindow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DeregisterTaskFromMaintenanceWindow

func (c *SSM) DeregisterTaskFromMaintenanceWindow(input *DeregisterTaskFromMaintenanceWindowInput) (*DeregisterTaskFromMaintenanceWindowOutput, error)

DeregisterTaskFromMaintenanceWindow API operation for Amazon Simple Systems Manager (SSM).

Removes a task from a maintenance window.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DeregisterTaskFromMaintenanceWindow for usage and error information.

Returned Error Types:

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterTaskFromMaintenanceWindow

func (*SSM) DeregisterTaskFromMaintenanceWindowRequest

func (c *SSM) DeregisterTaskFromMaintenanceWindowRequest(input *DeregisterTaskFromMaintenanceWindowInput) (req *request.Request, output *DeregisterTaskFromMaintenanceWindowOutput)

DeregisterTaskFromMaintenanceWindowRequest generates a "aws/request.Request" representing the client's request for the DeregisterTaskFromMaintenanceWindow operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeregisterTaskFromMaintenanceWindow for more information on using the DeregisterTaskFromMaintenanceWindow API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeregisterTaskFromMaintenanceWindowRequest method.
req, resp := client.DeregisterTaskFromMaintenanceWindowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeregisterTaskFromMaintenanceWindow

func (*SSM) DeregisterTaskFromMaintenanceWindowWithContext

func (c *SSM) DeregisterTaskFromMaintenanceWindowWithContext(ctx aws.Context, input *DeregisterTaskFromMaintenanceWindowInput, opts ...request.Option) (*DeregisterTaskFromMaintenanceWindowOutput, error)

DeregisterTaskFromMaintenanceWindowWithContext is the same as DeregisterTaskFromMaintenanceWindow with the addition of the ability to pass a context and additional request options.

See DeregisterTaskFromMaintenanceWindow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeActivations

func (c *SSM) DescribeActivations(input *DescribeActivationsInput) (*DescribeActivationsOutput, error)

DescribeActivations API operation for Amazon Simple Systems Manager (SSM).

Describes details about the activation, such as the date and time the activation was created, its expiration date, the Identity and Access Management (IAM) role assigned to the managed nodes in the activation, and the number of nodes registered by using this activation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeActivations for usage and error information.

Returned Error Types:

  • InvalidFilter The filter name isn't valid. Verify the you entered the correct name and try again.

  • InvalidNextToken The specified token isn't valid.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeActivations

func (*SSM) DescribeActivationsPages

func (c *SSM) DescribeActivationsPages(input *DescribeActivationsInput, fn func(*DescribeActivationsOutput, bool) bool) error

DescribeActivationsPages iterates over the pages of a DescribeActivations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeActivations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeActivations operation.
pageNum := 0
err := client.DescribeActivationsPages(params,
    func(page *ssm.DescribeActivationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeActivationsPagesWithContext

func (c *SSM) DescribeActivationsPagesWithContext(ctx aws.Context, input *DescribeActivationsInput, fn func(*DescribeActivationsOutput, bool) bool, opts ...request.Option) error

DescribeActivationsPagesWithContext same as DescribeActivationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeActivationsRequest

func (c *SSM) DescribeActivationsRequest(input *DescribeActivationsInput) (req *request.Request, output *DescribeActivationsOutput)

DescribeActivationsRequest generates a "aws/request.Request" representing the client's request for the DescribeActivations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeActivations for more information on using the DescribeActivations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeActivationsRequest method.
req, resp := client.DescribeActivationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeActivations

func (*SSM) DescribeActivationsWithContext

func (c *SSM) DescribeActivationsWithContext(ctx aws.Context, input *DescribeActivationsInput, opts ...request.Option) (*DescribeActivationsOutput, error)

DescribeActivationsWithContext is the same as DescribeActivations with the addition of the ability to pass a context and additional request options.

See DescribeActivations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAssociation

func (c *SSM) DescribeAssociation(input *DescribeAssociationInput) (*DescribeAssociationOutput, error)

DescribeAssociation API operation for Amazon Simple Systems Manager (SSM).

Describes the association for the specified target or managed node. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeAssociation for usage and error information.

Returned Error Types:

  • AssociationDoesNotExist The specified association doesn't exist.

  • InvalidAssociationVersion The version you specified isn't valid. Use ListAssociationVersions to view all versions of an association according to the association ID. Or, use the $LATEST parameter to view the latest version of the association.

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidInstanceId The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAssociation

func (*SSM) DescribeAssociationExecutionTargets

func (c *SSM) DescribeAssociationExecutionTargets(input *DescribeAssociationExecutionTargetsInput) (*DescribeAssociationExecutionTargetsOutput, error)

DescribeAssociationExecutionTargets API operation for Amazon Simple Systems Manager (SSM).

Views information about a specific execution of a specific association.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeAssociationExecutionTargets for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • AssociationDoesNotExist The specified association doesn't exist.

  • InvalidNextToken The specified token isn't valid.

  • AssociationExecutionDoesNotExist The specified execution ID doesn't exist. Verify the ID number and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAssociationExecutionTargets

func (*SSM) DescribeAssociationExecutionTargetsPages

func (c *SSM) DescribeAssociationExecutionTargetsPages(input *DescribeAssociationExecutionTargetsInput, fn func(*DescribeAssociationExecutionTargetsOutput, bool) bool) error

DescribeAssociationExecutionTargetsPages iterates over the pages of a DescribeAssociationExecutionTargets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeAssociationExecutionTargets method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeAssociationExecutionTargets operation.
pageNum := 0
err := client.DescribeAssociationExecutionTargetsPages(params,
    func(page *ssm.DescribeAssociationExecutionTargetsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeAssociationExecutionTargetsPagesWithContext

func (c *SSM) DescribeAssociationExecutionTargetsPagesWithContext(ctx aws.Context, input *DescribeAssociationExecutionTargetsInput, fn func(*DescribeAssociationExecutionTargetsOutput, bool) bool, opts ...request.Option) error

DescribeAssociationExecutionTargetsPagesWithContext same as DescribeAssociationExecutionTargetsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAssociationExecutionTargetsRequest

func (c *SSM) DescribeAssociationExecutionTargetsRequest(input *DescribeAssociationExecutionTargetsInput) (req *request.Request, output *DescribeAssociationExecutionTargetsOutput)

DescribeAssociationExecutionTargetsRequest generates a "aws/request.Request" representing the client's request for the DescribeAssociationExecutionTargets operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAssociationExecutionTargets for more information on using the DescribeAssociationExecutionTargets API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAssociationExecutionTargetsRequest method.
req, resp := client.DescribeAssociationExecutionTargetsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAssociationExecutionTargets

func (*SSM) DescribeAssociationExecutionTargetsWithContext

func (c *SSM) DescribeAssociationExecutionTargetsWithContext(ctx aws.Context, input *DescribeAssociationExecutionTargetsInput, opts ...request.Option) (*DescribeAssociationExecutionTargetsOutput, error)

DescribeAssociationExecutionTargetsWithContext is the same as DescribeAssociationExecutionTargets with the addition of the ability to pass a context and additional request options.

See DescribeAssociationExecutionTargets for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAssociationExecutions

func (c *SSM) DescribeAssociationExecutions(input *DescribeAssociationExecutionsInput) (*DescribeAssociationExecutionsOutput, error)

DescribeAssociationExecutions API operation for Amazon Simple Systems Manager (SSM).

Views all executions for a specific association ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeAssociationExecutions for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • AssociationDoesNotExist The specified association doesn't exist.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAssociationExecutions

func (*SSM) DescribeAssociationExecutionsPages

func (c *SSM) DescribeAssociationExecutionsPages(input *DescribeAssociationExecutionsInput, fn func(*DescribeAssociationExecutionsOutput, bool) bool) error

DescribeAssociationExecutionsPages iterates over the pages of a DescribeAssociationExecutions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeAssociationExecutions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeAssociationExecutions operation.
pageNum := 0
err := client.DescribeAssociationExecutionsPages(params,
    func(page *ssm.DescribeAssociationExecutionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeAssociationExecutionsPagesWithContext

func (c *SSM) DescribeAssociationExecutionsPagesWithContext(ctx aws.Context, input *DescribeAssociationExecutionsInput, fn func(*DescribeAssociationExecutionsOutput, bool) bool, opts ...request.Option) error

DescribeAssociationExecutionsPagesWithContext same as DescribeAssociationExecutionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAssociationExecutionsRequest

func (c *SSM) DescribeAssociationExecutionsRequest(input *DescribeAssociationExecutionsInput) (req *request.Request, output *DescribeAssociationExecutionsOutput)

DescribeAssociationExecutionsRequest generates a "aws/request.Request" representing the client's request for the DescribeAssociationExecutions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAssociationExecutions for more information on using the DescribeAssociationExecutions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAssociationExecutionsRequest method.
req, resp := client.DescribeAssociationExecutionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAssociationExecutions

func (*SSM) DescribeAssociationExecutionsWithContext

func (c *SSM) DescribeAssociationExecutionsWithContext(ctx aws.Context, input *DescribeAssociationExecutionsInput, opts ...request.Option) (*DescribeAssociationExecutionsOutput, error)

DescribeAssociationExecutionsWithContext is the same as DescribeAssociationExecutions with the addition of the ability to pass a context and additional request options.

See DescribeAssociationExecutions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAssociationRequest

func (c *SSM) DescribeAssociationRequest(input *DescribeAssociationInput) (req *request.Request, output *DescribeAssociationOutput)

DescribeAssociationRequest generates a "aws/request.Request" representing the client's request for the DescribeAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAssociation for more information on using the DescribeAssociation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAssociationRequest method.
req, resp := client.DescribeAssociationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAssociation

func (*SSM) DescribeAssociationWithContext

func (c *SSM) DescribeAssociationWithContext(ctx aws.Context, input *DescribeAssociationInput, opts ...request.Option) (*DescribeAssociationOutput, error)

DescribeAssociationWithContext is the same as DescribeAssociation with the addition of the ability to pass a context and additional request options.

See DescribeAssociation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAutomationExecutions

func (c *SSM) DescribeAutomationExecutions(input *DescribeAutomationExecutionsInput) (*DescribeAutomationExecutionsOutput, error)

DescribeAutomationExecutions API operation for Amazon Simple Systems Manager (SSM).

Provides details about all active and terminated Automation executions.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeAutomationExecutions for usage and error information.

Returned Error Types:

  • InvalidFilterKey The specified key isn't valid.

  • InvalidFilterValue The filter value isn't valid. Verify the value and try again.

  • InvalidNextToken The specified token isn't valid.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAutomationExecutions

func (*SSM) DescribeAutomationExecutionsPages

func (c *SSM) DescribeAutomationExecutionsPages(input *DescribeAutomationExecutionsInput, fn func(*DescribeAutomationExecutionsOutput, bool) bool) error

DescribeAutomationExecutionsPages iterates over the pages of a DescribeAutomationExecutions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeAutomationExecutions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeAutomationExecutions operation.
pageNum := 0
err := client.DescribeAutomationExecutionsPages(params,
    func(page *ssm.DescribeAutomationExecutionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeAutomationExecutionsPagesWithContext

func (c *SSM) DescribeAutomationExecutionsPagesWithContext(ctx aws.Context, input *DescribeAutomationExecutionsInput, fn func(*DescribeAutomationExecutionsOutput, bool) bool, opts ...request.Option) error

DescribeAutomationExecutionsPagesWithContext same as DescribeAutomationExecutionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAutomationExecutionsRequest

func (c *SSM) DescribeAutomationExecutionsRequest(input *DescribeAutomationExecutionsInput) (req *request.Request, output *DescribeAutomationExecutionsOutput)

DescribeAutomationExecutionsRequest generates a "aws/request.Request" representing the client's request for the DescribeAutomationExecutions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAutomationExecutions for more information on using the DescribeAutomationExecutions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAutomationExecutionsRequest method.
req, resp := client.DescribeAutomationExecutionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAutomationExecutions

func (*SSM) DescribeAutomationExecutionsWithContext

func (c *SSM) DescribeAutomationExecutionsWithContext(ctx aws.Context, input *DescribeAutomationExecutionsInput, opts ...request.Option) (*DescribeAutomationExecutionsOutput, error)

DescribeAutomationExecutionsWithContext is the same as DescribeAutomationExecutions with the addition of the ability to pass a context and additional request options.

See DescribeAutomationExecutions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAutomationStepExecutions

func (c *SSM) DescribeAutomationStepExecutions(input *DescribeAutomationStepExecutionsInput) (*DescribeAutomationStepExecutionsOutput, error)

DescribeAutomationStepExecutions API operation for Amazon Simple Systems Manager (SSM).

Information about all active and terminated step executions in an Automation workflow.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeAutomationStepExecutions for usage and error information.

Returned Error Types:

  • AutomationExecutionNotFoundException There is no automation execution information for the requested automation execution ID.

  • InvalidNextToken The specified token isn't valid.

  • InvalidFilterKey The specified key isn't valid.

  • InvalidFilterValue The filter value isn't valid. Verify the value and try again.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAutomationStepExecutions

func (*SSM) DescribeAutomationStepExecutionsPages

func (c *SSM) DescribeAutomationStepExecutionsPages(input *DescribeAutomationStepExecutionsInput, fn func(*DescribeAutomationStepExecutionsOutput, bool) bool) error

DescribeAutomationStepExecutionsPages iterates over the pages of a DescribeAutomationStepExecutions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeAutomationStepExecutions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeAutomationStepExecutions operation.
pageNum := 0
err := client.DescribeAutomationStepExecutionsPages(params,
    func(page *ssm.DescribeAutomationStepExecutionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeAutomationStepExecutionsPagesWithContext

func (c *SSM) DescribeAutomationStepExecutionsPagesWithContext(ctx aws.Context, input *DescribeAutomationStepExecutionsInput, fn func(*DescribeAutomationStepExecutionsOutput, bool) bool, opts ...request.Option) error

DescribeAutomationStepExecutionsPagesWithContext same as DescribeAutomationStepExecutionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAutomationStepExecutionsRequest

func (c *SSM) DescribeAutomationStepExecutionsRequest(input *DescribeAutomationStepExecutionsInput) (req *request.Request, output *DescribeAutomationStepExecutionsOutput)

DescribeAutomationStepExecutionsRequest generates a "aws/request.Request" representing the client's request for the DescribeAutomationStepExecutions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAutomationStepExecutions for more information on using the DescribeAutomationStepExecutions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAutomationStepExecutionsRequest method.
req, resp := client.DescribeAutomationStepExecutionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAutomationStepExecutions

func (*SSM) DescribeAutomationStepExecutionsWithContext

func (c *SSM) DescribeAutomationStepExecutionsWithContext(ctx aws.Context, input *DescribeAutomationStepExecutionsInput, opts ...request.Option) (*DescribeAutomationStepExecutionsOutput, error)

DescribeAutomationStepExecutionsWithContext is the same as DescribeAutomationStepExecutions with the addition of the ability to pass a context and additional request options.

See DescribeAutomationStepExecutions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAvailablePatches

func (c *SSM) DescribeAvailablePatches(input *DescribeAvailablePatchesInput) (*DescribeAvailablePatchesOutput, error)

DescribeAvailablePatches API operation for Amazon Simple Systems Manager (SSM).

Lists all patches eligible to be included in a patch baseline.

Currently, DescribeAvailablePatches supports only the Amazon Linux 1, Amazon Linux 2, and Windows Server operating systems.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeAvailablePatches for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAvailablePatches

func (*SSM) DescribeAvailablePatchesPages

func (c *SSM) DescribeAvailablePatchesPages(input *DescribeAvailablePatchesInput, fn func(*DescribeAvailablePatchesOutput, bool) bool) error

DescribeAvailablePatchesPages iterates over the pages of a DescribeAvailablePatches operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeAvailablePatches method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeAvailablePatches operation.
pageNum := 0
err := client.DescribeAvailablePatchesPages(params,
    func(page *ssm.DescribeAvailablePatchesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeAvailablePatchesPagesWithContext

func (c *SSM) DescribeAvailablePatchesPagesWithContext(ctx aws.Context, input *DescribeAvailablePatchesInput, fn func(*DescribeAvailablePatchesOutput, bool) bool, opts ...request.Option) error

DescribeAvailablePatchesPagesWithContext same as DescribeAvailablePatchesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeAvailablePatchesRequest

func (c *SSM) DescribeAvailablePatchesRequest(input *DescribeAvailablePatchesInput) (req *request.Request, output *DescribeAvailablePatchesOutput)

DescribeAvailablePatchesRequest generates a "aws/request.Request" representing the client's request for the DescribeAvailablePatches operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAvailablePatches for more information on using the DescribeAvailablePatches API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAvailablePatchesRequest method.
req, resp := client.DescribeAvailablePatchesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAvailablePatches

func (*SSM) DescribeAvailablePatchesWithContext

func (c *SSM) DescribeAvailablePatchesWithContext(ctx aws.Context, input *DescribeAvailablePatchesInput, opts ...request.Option) (*DescribeAvailablePatchesOutput, error)

DescribeAvailablePatchesWithContext is the same as DescribeAvailablePatches with the addition of the ability to pass a context and additional request options.

See DescribeAvailablePatches for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeDocument

func (c *SSM) DescribeDocument(input *DescribeDocumentInput) (*DescribeDocumentOutput, error)

DescribeDocument API operation for Amazon Simple Systems Manager (SSM).

Describes the specified Amazon Web Services Systems Manager document (SSM document).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeDocument for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeDocument

func (*SSM) DescribeDocumentPermission

func (c *SSM) DescribeDocumentPermission(input *DescribeDocumentPermissionInput) (*DescribeDocumentPermissionOutput, error)

DescribeDocumentPermission API operation for Amazon Simple Systems Manager (SSM).

Describes the permissions for a Amazon Web Services Systems Manager document (SSM document). If you created the document, you are the owner. If a document is shared, it can either be shared privately (by specifying a user's Amazon Web Services account ID) or publicly (All).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeDocumentPermission for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidNextToken The specified token isn't valid.

  • InvalidPermissionType The permission type isn't supported. Share is the only supported permission type.

  • InvalidDocumentOperation You attempted to delete a document while it is still shared. You must stop sharing the document before you can delete it.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeDocumentPermission

func (*SSM) DescribeDocumentPermissionRequest

func (c *SSM) DescribeDocumentPermissionRequest(input *DescribeDocumentPermissionInput) (req *request.Request, output *DescribeDocumentPermissionOutput)

DescribeDocumentPermissionRequest generates a "aws/request.Request" representing the client's request for the DescribeDocumentPermission operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDocumentPermission for more information on using the DescribeDocumentPermission API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDocumentPermissionRequest method.
req, resp := client.DescribeDocumentPermissionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeDocumentPermission

func (*SSM) DescribeDocumentPermissionWithContext

func (c *SSM) DescribeDocumentPermissionWithContext(ctx aws.Context, input *DescribeDocumentPermissionInput, opts ...request.Option) (*DescribeDocumentPermissionOutput, error)

DescribeDocumentPermissionWithContext is the same as DescribeDocumentPermission with the addition of the ability to pass a context and additional request options.

See DescribeDocumentPermission for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeDocumentRequest

func (c *SSM) DescribeDocumentRequest(input *DescribeDocumentInput) (req *request.Request, output *DescribeDocumentOutput)

DescribeDocumentRequest generates a "aws/request.Request" representing the client's request for the DescribeDocument operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDocument for more information on using the DescribeDocument API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDocumentRequest method.
req, resp := client.DescribeDocumentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeDocument

func (*SSM) DescribeDocumentWithContext

func (c *SSM) DescribeDocumentWithContext(ctx aws.Context, input *DescribeDocumentInput, opts ...request.Option) (*DescribeDocumentOutput, error)

DescribeDocumentWithContext is the same as DescribeDocument with the addition of the ability to pass a context and additional request options.

See DescribeDocument for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeEffectiveInstanceAssociations

func (c *SSM) DescribeEffectiveInstanceAssociations(input *DescribeEffectiveInstanceAssociationsInput) (*DescribeEffectiveInstanceAssociationsOutput, error)

DescribeEffectiveInstanceAssociations API operation for Amazon Simple Systems Manager (SSM).

All associations for the managed nodes.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeEffectiveInstanceAssociations for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidInstanceId The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeEffectiveInstanceAssociations

func (*SSM) DescribeEffectiveInstanceAssociationsPages

func (c *SSM) DescribeEffectiveInstanceAssociationsPages(input *DescribeEffectiveInstanceAssociationsInput, fn func(*DescribeEffectiveInstanceAssociationsOutput, bool) bool) error

DescribeEffectiveInstanceAssociationsPages iterates over the pages of a DescribeEffectiveInstanceAssociations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeEffectiveInstanceAssociations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeEffectiveInstanceAssociations operation.
pageNum := 0
err := client.DescribeEffectiveInstanceAssociationsPages(params,
    func(page *ssm.DescribeEffectiveInstanceAssociationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeEffectiveInstanceAssociationsPagesWithContext

func (c *SSM) DescribeEffectiveInstanceAssociationsPagesWithContext(ctx aws.Context, input *DescribeEffectiveInstanceAssociationsInput, fn func(*DescribeEffectiveInstanceAssociationsOutput, bool) bool, opts ...request.Option) error

DescribeEffectiveInstanceAssociationsPagesWithContext same as DescribeEffectiveInstanceAssociationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeEffectiveInstanceAssociationsRequest

func (c *SSM) DescribeEffectiveInstanceAssociationsRequest(input *DescribeEffectiveInstanceAssociationsInput) (req *request.Request, output *DescribeEffectiveInstanceAssociationsOutput)

DescribeEffectiveInstanceAssociationsRequest generates a "aws/request.Request" representing the client's request for the DescribeEffectiveInstanceAssociations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeEffectiveInstanceAssociations for more information on using the DescribeEffectiveInstanceAssociations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeEffectiveInstanceAssociationsRequest method.
req, resp := client.DescribeEffectiveInstanceAssociationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeEffectiveInstanceAssociations

func (*SSM) DescribeEffectiveInstanceAssociationsWithContext

func (c *SSM) DescribeEffectiveInstanceAssociationsWithContext(ctx aws.Context, input *DescribeEffectiveInstanceAssociationsInput, opts ...request.Option) (*DescribeEffectiveInstanceAssociationsOutput, error)

DescribeEffectiveInstanceAssociationsWithContext is the same as DescribeEffectiveInstanceAssociations with the addition of the ability to pass a context and additional request options.

See DescribeEffectiveInstanceAssociations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeEffectivePatchesForPatchBaseline

func (c *SSM) DescribeEffectivePatchesForPatchBaseline(input *DescribeEffectivePatchesForPatchBaselineInput) (*DescribeEffectivePatchesForPatchBaselineOutput, error)

DescribeEffectivePatchesForPatchBaseline API operation for Amazon Simple Systems Manager (SSM).

Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline. Applies to patch baselines for Windows only.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeEffectivePatchesForPatchBaseline for usage and error information.

Returned Error Types:

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • UnsupportedOperatingSystem The operating systems you specified isn't supported, or the operation isn't supported for the operating system.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeEffectivePatchesForPatchBaseline

func (*SSM) DescribeEffectivePatchesForPatchBaselinePages

func (c *SSM) DescribeEffectivePatchesForPatchBaselinePages(input *DescribeEffectivePatchesForPatchBaselineInput, fn func(*DescribeEffectivePatchesForPatchBaselineOutput, bool) bool) error

DescribeEffectivePatchesForPatchBaselinePages iterates over the pages of a DescribeEffectivePatchesForPatchBaseline operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeEffectivePatchesForPatchBaseline method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeEffectivePatchesForPatchBaseline operation.
pageNum := 0
err := client.DescribeEffectivePatchesForPatchBaselinePages(params,
    func(page *ssm.DescribeEffectivePatchesForPatchBaselineOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeEffectivePatchesForPatchBaselinePagesWithContext

func (c *SSM) DescribeEffectivePatchesForPatchBaselinePagesWithContext(ctx aws.Context, input *DescribeEffectivePatchesForPatchBaselineInput, fn func(*DescribeEffectivePatchesForPatchBaselineOutput, bool) bool, opts ...request.Option) error

DescribeEffectivePatchesForPatchBaselinePagesWithContext same as DescribeEffectivePatchesForPatchBaselinePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeEffectivePatchesForPatchBaselineRequest

func (c *SSM) DescribeEffectivePatchesForPatchBaselineRequest(input *DescribeEffectivePatchesForPatchBaselineInput) (req *request.Request, output *DescribeEffectivePatchesForPatchBaselineOutput)

DescribeEffectivePatchesForPatchBaselineRequest generates a "aws/request.Request" representing the client's request for the DescribeEffectivePatchesForPatchBaseline operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeEffectivePatchesForPatchBaseline for more information on using the DescribeEffectivePatchesForPatchBaseline API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeEffectivePatchesForPatchBaselineRequest method.
req, resp := client.DescribeEffectivePatchesForPatchBaselineRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeEffectivePatchesForPatchBaseline

func (*SSM) DescribeEffectivePatchesForPatchBaselineWithContext

func (c *SSM) DescribeEffectivePatchesForPatchBaselineWithContext(ctx aws.Context, input *DescribeEffectivePatchesForPatchBaselineInput, opts ...request.Option) (*DescribeEffectivePatchesForPatchBaselineOutput, error)

DescribeEffectivePatchesForPatchBaselineWithContext is the same as DescribeEffectivePatchesForPatchBaseline with the addition of the ability to pass a context and additional request options.

See DescribeEffectivePatchesForPatchBaseline for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstanceAssociationsStatus

func (c *SSM) DescribeInstanceAssociationsStatus(input *DescribeInstanceAssociationsStatusInput) (*DescribeInstanceAssociationsStatusOutput, error)

DescribeInstanceAssociationsStatus API operation for Amazon Simple Systems Manager (SSM).

The status of the associations for the managed nodes.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeInstanceAssociationsStatus for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidInstanceId The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstanceAssociationsStatus

func (*SSM) DescribeInstanceAssociationsStatusPages

func (c *SSM) DescribeInstanceAssociationsStatusPages(input *DescribeInstanceAssociationsStatusInput, fn func(*DescribeInstanceAssociationsStatusOutput, bool) bool) error

DescribeInstanceAssociationsStatusPages iterates over the pages of a DescribeInstanceAssociationsStatus operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeInstanceAssociationsStatus method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeInstanceAssociationsStatus operation.
pageNum := 0
err := client.DescribeInstanceAssociationsStatusPages(params,
    func(page *ssm.DescribeInstanceAssociationsStatusOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeInstanceAssociationsStatusPagesWithContext

func (c *SSM) DescribeInstanceAssociationsStatusPagesWithContext(ctx aws.Context, input *DescribeInstanceAssociationsStatusInput, fn func(*DescribeInstanceAssociationsStatusOutput, bool) bool, opts ...request.Option) error

DescribeInstanceAssociationsStatusPagesWithContext same as DescribeInstanceAssociationsStatusPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstanceAssociationsStatusRequest

func (c *SSM) DescribeInstanceAssociationsStatusRequest(input *DescribeInstanceAssociationsStatusInput) (req *request.Request, output *DescribeInstanceAssociationsStatusOutput)

DescribeInstanceAssociationsStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeInstanceAssociationsStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeInstanceAssociationsStatus for more information on using the DescribeInstanceAssociationsStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeInstanceAssociationsStatusRequest method.
req, resp := client.DescribeInstanceAssociationsStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstanceAssociationsStatus

func (*SSM) DescribeInstanceAssociationsStatusWithContext

func (c *SSM) DescribeInstanceAssociationsStatusWithContext(ctx aws.Context, input *DescribeInstanceAssociationsStatusInput, opts ...request.Option) (*DescribeInstanceAssociationsStatusOutput, error)

DescribeInstanceAssociationsStatusWithContext is the same as DescribeInstanceAssociationsStatus with the addition of the ability to pass a context and additional request options.

See DescribeInstanceAssociationsStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstanceInformation

func (c *SSM) DescribeInstanceInformation(input *DescribeInstanceInformationInput) (*DescribeInstanceInformationOutput, error)

DescribeInstanceInformation API operation for Amazon Simple Systems Manager (SSM).

Provides information about one or more of your managed nodes, including the operating system platform, SSM Agent version, association status, and IP address. This operation does not return information for nodes that are either Stopped or Terminated.

If you specify one or more node IDs, the operation returns information for those managed nodes. If you don't specify node IDs, it returns information for all your managed nodes. If you specify a node ID that isn't valid or a node that you don't own, you receive an error.

The IamRole field returned for this API operation is the Identity and Access Management (IAM) role assigned to on-premises managed nodes. This operation does not return the IAM role for EC2 instances.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeInstanceInformation for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidInstanceId The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

  • InvalidNextToken The specified token isn't valid.

  • InvalidInstanceInformationFilterValue The specified filter value isn't valid.

  • InvalidFilterKey The specified key isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstanceInformation

func (*SSM) DescribeInstanceInformationPages

func (c *SSM) DescribeInstanceInformationPages(input *DescribeInstanceInformationInput, fn func(*DescribeInstanceInformationOutput, bool) bool) error

DescribeInstanceInformationPages iterates over the pages of a DescribeInstanceInformation operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeInstanceInformation method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeInstanceInformation operation.
pageNum := 0
err := client.DescribeInstanceInformationPages(params,
    func(page *ssm.DescribeInstanceInformationOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeInstanceInformationPagesWithContext

func (c *SSM) DescribeInstanceInformationPagesWithContext(ctx aws.Context, input *DescribeInstanceInformationInput, fn func(*DescribeInstanceInformationOutput, bool) bool, opts ...request.Option) error

DescribeInstanceInformationPagesWithContext same as DescribeInstanceInformationPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstanceInformationRequest

func (c *SSM) DescribeInstanceInformationRequest(input *DescribeInstanceInformationInput) (req *request.Request, output *DescribeInstanceInformationOutput)

DescribeInstanceInformationRequest generates a "aws/request.Request" representing the client's request for the DescribeInstanceInformation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeInstanceInformation for more information on using the DescribeInstanceInformation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeInstanceInformationRequest method.
req, resp := client.DescribeInstanceInformationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstanceInformation

func (*SSM) DescribeInstanceInformationWithContext

func (c *SSM) DescribeInstanceInformationWithContext(ctx aws.Context, input *DescribeInstanceInformationInput, opts ...request.Option) (*DescribeInstanceInformationOutput, error)

DescribeInstanceInformationWithContext is the same as DescribeInstanceInformation with the addition of the ability to pass a context and additional request options.

See DescribeInstanceInformation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstancePatchStates

func (c *SSM) DescribeInstancePatchStates(input *DescribeInstancePatchStatesInput) (*DescribeInstancePatchStatesOutput, error)

DescribeInstancePatchStates API operation for Amazon Simple Systems Manager (SSM).

Retrieves the high-level patch state of one or more managed nodes.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeInstancePatchStates for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatchStates

func (*SSM) DescribeInstancePatchStatesForPatchGroup

func (c *SSM) DescribeInstancePatchStatesForPatchGroup(input *DescribeInstancePatchStatesForPatchGroupInput) (*DescribeInstancePatchStatesForPatchGroupOutput, error)

DescribeInstancePatchStatesForPatchGroup API operation for Amazon Simple Systems Manager (SSM).

Retrieves the high-level patch state for the managed nodes in the specified patch group.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeInstancePatchStatesForPatchGroup for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidFilter The filter name isn't valid. Verify the you entered the correct name and try again.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatchStatesForPatchGroup

func (*SSM) DescribeInstancePatchStatesForPatchGroupPages

func (c *SSM) DescribeInstancePatchStatesForPatchGroupPages(input *DescribeInstancePatchStatesForPatchGroupInput, fn func(*DescribeInstancePatchStatesForPatchGroupOutput, bool) bool) error

DescribeInstancePatchStatesForPatchGroupPages iterates over the pages of a DescribeInstancePatchStatesForPatchGroup operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeInstancePatchStatesForPatchGroup method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeInstancePatchStatesForPatchGroup operation.
pageNum := 0
err := client.DescribeInstancePatchStatesForPatchGroupPages(params,
    func(page *ssm.DescribeInstancePatchStatesForPatchGroupOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeInstancePatchStatesForPatchGroupPagesWithContext

func (c *SSM) DescribeInstancePatchStatesForPatchGroupPagesWithContext(ctx aws.Context, input *DescribeInstancePatchStatesForPatchGroupInput, fn func(*DescribeInstancePatchStatesForPatchGroupOutput, bool) bool, opts ...request.Option) error

DescribeInstancePatchStatesForPatchGroupPagesWithContext same as DescribeInstancePatchStatesForPatchGroupPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstancePatchStatesForPatchGroupRequest

func (c *SSM) DescribeInstancePatchStatesForPatchGroupRequest(input *DescribeInstancePatchStatesForPatchGroupInput) (req *request.Request, output *DescribeInstancePatchStatesForPatchGroupOutput)

DescribeInstancePatchStatesForPatchGroupRequest generates a "aws/request.Request" representing the client's request for the DescribeInstancePatchStatesForPatchGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeInstancePatchStatesForPatchGroup for more information on using the DescribeInstancePatchStatesForPatchGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeInstancePatchStatesForPatchGroupRequest method.
req, resp := client.DescribeInstancePatchStatesForPatchGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatchStatesForPatchGroup

func (*SSM) DescribeInstancePatchStatesForPatchGroupWithContext

func (c *SSM) DescribeInstancePatchStatesForPatchGroupWithContext(ctx aws.Context, input *DescribeInstancePatchStatesForPatchGroupInput, opts ...request.Option) (*DescribeInstancePatchStatesForPatchGroupOutput, error)

DescribeInstancePatchStatesForPatchGroupWithContext is the same as DescribeInstancePatchStatesForPatchGroup with the addition of the ability to pass a context and additional request options.

See DescribeInstancePatchStatesForPatchGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstancePatchStatesPages

func (c *SSM) DescribeInstancePatchStatesPages(input *DescribeInstancePatchStatesInput, fn func(*DescribeInstancePatchStatesOutput, bool) bool) error

DescribeInstancePatchStatesPages iterates over the pages of a DescribeInstancePatchStates operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeInstancePatchStates method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeInstancePatchStates operation.
pageNum := 0
err := client.DescribeInstancePatchStatesPages(params,
    func(page *ssm.DescribeInstancePatchStatesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeInstancePatchStatesPagesWithContext

func (c *SSM) DescribeInstancePatchStatesPagesWithContext(ctx aws.Context, input *DescribeInstancePatchStatesInput, fn func(*DescribeInstancePatchStatesOutput, bool) bool, opts ...request.Option) error

DescribeInstancePatchStatesPagesWithContext same as DescribeInstancePatchStatesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstancePatchStatesRequest

func (c *SSM) DescribeInstancePatchStatesRequest(input *DescribeInstancePatchStatesInput) (req *request.Request, output *DescribeInstancePatchStatesOutput)

DescribeInstancePatchStatesRequest generates a "aws/request.Request" representing the client's request for the DescribeInstancePatchStates operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeInstancePatchStates for more information on using the DescribeInstancePatchStates API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeInstancePatchStatesRequest method.
req, resp := client.DescribeInstancePatchStatesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatchStates

func (*SSM) DescribeInstancePatchStatesWithContext

func (c *SSM) DescribeInstancePatchStatesWithContext(ctx aws.Context, input *DescribeInstancePatchStatesInput, opts ...request.Option) (*DescribeInstancePatchStatesOutput, error)

DescribeInstancePatchStatesWithContext is the same as DescribeInstancePatchStates with the addition of the ability to pass a context and additional request options.

See DescribeInstancePatchStates for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstancePatches

func (c *SSM) DescribeInstancePatches(input *DescribeInstancePatchesInput) (*DescribeInstancePatchesOutput, error)

DescribeInstancePatches API operation for Amazon Simple Systems Manager (SSM).

Retrieves information about the patches on the specified managed node and their state relative to the patch baseline being used for the node.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeInstancePatches for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidInstanceId The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

  • InvalidFilter The filter name isn't valid. Verify the you entered the correct name and try again.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatches

func (*SSM) DescribeInstancePatchesPages

func (c *SSM) DescribeInstancePatchesPages(input *DescribeInstancePatchesInput, fn func(*DescribeInstancePatchesOutput, bool) bool) error

DescribeInstancePatchesPages iterates over the pages of a DescribeInstancePatches operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeInstancePatches method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeInstancePatches operation.
pageNum := 0
err := client.DescribeInstancePatchesPages(params,
    func(page *ssm.DescribeInstancePatchesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeInstancePatchesPagesWithContext

func (c *SSM) DescribeInstancePatchesPagesWithContext(ctx aws.Context, input *DescribeInstancePatchesInput, fn func(*DescribeInstancePatchesOutput, bool) bool, opts ...request.Option) error

DescribeInstancePatchesPagesWithContext same as DescribeInstancePatchesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInstancePatchesRequest

func (c *SSM) DescribeInstancePatchesRequest(input *DescribeInstancePatchesInput) (req *request.Request, output *DescribeInstancePatchesOutput)

DescribeInstancePatchesRequest generates a "aws/request.Request" representing the client's request for the DescribeInstancePatches operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeInstancePatches for more information on using the DescribeInstancePatches API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeInstancePatchesRequest method.
req, resp := client.DescribeInstancePatchesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInstancePatches

func (*SSM) DescribeInstancePatchesWithContext

func (c *SSM) DescribeInstancePatchesWithContext(ctx aws.Context, input *DescribeInstancePatchesInput, opts ...request.Option) (*DescribeInstancePatchesOutput, error)

DescribeInstancePatchesWithContext is the same as DescribeInstancePatches with the addition of the ability to pass a context and additional request options.

See DescribeInstancePatches for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInventoryDeletions

func (c *SSM) DescribeInventoryDeletions(input *DescribeInventoryDeletionsInput) (*DescribeInventoryDeletionsOutput, error)

DescribeInventoryDeletions API operation for Amazon Simple Systems Manager (SSM).

Describes a specific delete inventory operation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeInventoryDeletions for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDeletionIdException The ID specified for the delete operation doesn't exist or isn't valid. Verify the ID and try again.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInventoryDeletions

func (*SSM) DescribeInventoryDeletionsPages

func (c *SSM) DescribeInventoryDeletionsPages(input *DescribeInventoryDeletionsInput, fn func(*DescribeInventoryDeletionsOutput, bool) bool) error

DescribeInventoryDeletionsPages iterates over the pages of a DescribeInventoryDeletions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeInventoryDeletions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeInventoryDeletions operation.
pageNum := 0
err := client.DescribeInventoryDeletionsPages(params,
    func(page *ssm.DescribeInventoryDeletionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeInventoryDeletionsPagesWithContext

func (c *SSM) DescribeInventoryDeletionsPagesWithContext(ctx aws.Context, input *DescribeInventoryDeletionsInput, fn func(*DescribeInventoryDeletionsOutput, bool) bool, opts ...request.Option) error

DescribeInventoryDeletionsPagesWithContext same as DescribeInventoryDeletionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeInventoryDeletionsRequest

func (c *SSM) DescribeInventoryDeletionsRequest(input *DescribeInventoryDeletionsInput) (req *request.Request, output *DescribeInventoryDeletionsOutput)

DescribeInventoryDeletionsRequest generates a "aws/request.Request" representing the client's request for the DescribeInventoryDeletions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeInventoryDeletions for more information on using the DescribeInventoryDeletions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeInventoryDeletionsRequest method.
req, resp := client.DescribeInventoryDeletionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeInventoryDeletions

func (*SSM) DescribeInventoryDeletionsWithContext

func (c *SSM) DescribeInventoryDeletionsWithContext(ctx aws.Context, input *DescribeInventoryDeletionsInput, opts ...request.Option) (*DescribeInventoryDeletionsOutput, error)

DescribeInventoryDeletionsWithContext is the same as DescribeInventoryDeletions with the addition of the ability to pass a context and additional request options.

See DescribeInventoryDeletions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowExecutionTaskInvocations

func (c *SSM) DescribeMaintenanceWindowExecutionTaskInvocations(input *DescribeMaintenanceWindowExecutionTaskInvocationsInput) (*DescribeMaintenanceWindowExecutionTaskInvocationsOutput, error)

DescribeMaintenanceWindowExecutionTaskInvocations API operation for Amazon Simple Systems Manager (SSM).

Retrieves the individual task executions (one per target) for a particular task run as part of a maintenance window execution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeMaintenanceWindowExecutionTaskInvocations for usage and error information.

Returned Error Types:

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutionTaskInvocations

func (*SSM) DescribeMaintenanceWindowExecutionTaskInvocationsPages

func (c *SSM) DescribeMaintenanceWindowExecutionTaskInvocationsPages(input *DescribeMaintenanceWindowExecutionTaskInvocationsInput, fn func(*DescribeMaintenanceWindowExecutionTaskInvocationsOutput, bool) bool) error

DescribeMaintenanceWindowExecutionTaskInvocationsPages iterates over the pages of a DescribeMaintenanceWindowExecutionTaskInvocations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeMaintenanceWindowExecutionTaskInvocations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeMaintenanceWindowExecutionTaskInvocations operation.
pageNum := 0
err := client.DescribeMaintenanceWindowExecutionTaskInvocationsPages(params,
    func(page *ssm.DescribeMaintenanceWindowExecutionTaskInvocationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeMaintenanceWindowExecutionTaskInvocationsPagesWithContext

func (c *SSM) DescribeMaintenanceWindowExecutionTaskInvocationsPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowExecutionTaskInvocationsInput, fn func(*DescribeMaintenanceWindowExecutionTaskInvocationsOutput, bool) bool, opts ...request.Option) error

DescribeMaintenanceWindowExecutionTaskInvocationsPagesWithContext same as DescribeMaintenanceWindowExecutionTaskInvocationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowExecutionTaskInvocationsRequest

func (c *SSM) DescribeMaintenanceWindowExecutionTaskInvocationsRequest(input *DescribeMaintenanceWindowExecutionTaskInvocationsInput) (req *request.Request, output *DescribeMaintenanceWindowExecutionTaskInvocationsOutput)

DescribeMaintenanceWindowExecutionTaskInvocationsRequest generates a "aws/request.Request" representing the client's request for the DescribeMaintenanceWindowExecutionTaskInvocations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeMaintenanceWindowExecutionTaskInvocations for more information on using the DescribeMaintenanceWindowExecutionTaskInvocations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeMaintenanceWindowExecutionTaskInvocationsRequest method.
req, resp := client.DescribeMaintenanceWindowExecutionTaskInvocationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutionTaskInvocations

func (*SSM) DescribeMaintenanceWindowExecutionTaskInvocationsWithContext

func (c *SSM) DescribeMaintenanceWindowExecutionTaskInvocationsWithContext(ctx aws.Context, input *DescribeMaintenanceWindowExecutionTaskInvocationsInput, opts ...request.Option) (*DescribeMaintenanceWindowExecutionTaskInvocationsOutput, error)

DescribeMaintenanceWindowExecutionTaskInvocationsWithContext is the same as DescribeMaintenanceWindowExecutionTaskInvocations with the addition of the ability to pass a context and additional request options.

See DescribeMaintenanceWindowExecutionTaskInvocations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowExecutionTasks

func (c *SSM) DescribeMaintenanceWindowExecutionTasks(input *DescribeMaintenanceWindowExecutionTasksInput) (*DescribeMaintenanceWindowExecutionTasksOutput, error)

DescribeMaintenanceWindowExecutionTasks API operation for Amazon Simple Systems Manager (SSM).

For a given maintenance window execution, lists the tasks that were run.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeMaintenanceWindowExecutionTasks for usage and error information.

Returned Error Types:

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutionTasks

func (*SSM) DescribeMaintenanceWindowExecutionTasksPages

func (c *SSM) DescribeMaintenanceWindowExecutionTasksPages(input *DescribeMaintenanceWindowExecutionTasksInput, fn func(*DescribeMaintenanceWindowExecutionTasksOutput, bool) bool) error

DescribeMaintenanceWindowExecutionTasksPages iterates over the pages of a DescribeMaintenanceWindowExecutionTasks operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeMaintenanceWindowExecutionTasks method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeMaintenanceWindowExecutionTasks operation.
pageNum := 0
err := client.DescribeMaintenanceWindowExecutionTasksPages(params,
    func(page *ssm.DescribeMaintenanceWindowExecutionTasksOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeMaintenanceWindowExecutionTasksPagesWithContext

func (c *SSM) DescribeMaintenanceWindowExecutionTasksPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowExecutionTasksInput, fn func(*DescribeMaintenanceWindowExecutionTasksOutput, bool) bool, opts ...request.Option) error

DescribeMaintenanceWindowExecutionTasksPagesWithContext same as DescribeMaintenanceWindowExecutionTasksPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowExecutionTasksRequest

func (c *SSM) DescribeMaintenanceWindowExecutionTasksRequest(input *DescribeMaintenanceWindowExecutionTasksInput) (req *request.Request, output *DescribeMaintenanceWindowExecutionTasksOutput)

DescribeMaintenanceWindowExecutionTasksRequest generates a "aws/request.Request" representing the client's request for the DescribeMaintenanceWindowExecutionTasks operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeMaintenanceWindowExecutionTasks for more information on using the DescribeMaintenanceWindowExecutionTasks API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeMaintenanceWindowExecutionTasksRequest method.
req, resp := client.DescribeMaintenanceWindowExecutionTasksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutionTasks

func (*SSM) DescribeMaintenanceWindowExecutionTasksWithContext

func (c *SSM) DescribeMaintenanceWindowExecutionTasksWithContext(ctx aws.Context, input *DescribeMaintenanceWindowExecutionTasksInput, opts ...request.Option) (*DescribeMaintenanceWindowExecutionTasksOutput, error)

DescribeMaintenanceWindowExecutionTasksWithContext is the same as DescribeMaintenanceWindowExecutionTasks with the addition of the ability to pass a context and additional request options.

See DescribeMaintenanceWindowExecutionTasks for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowExecutions

func (c *SSM) DescribeMaintenanceWindowExecutions(input *DescribeMaintenanceWindowExecutionsInput) (*DescribeMaintenanceWindowExecutionsOutput, error)

DescribeMaintenanceWindowExecutions API operation for Amazon Simple Systems Manager (SSM).

Lists the executions of a maintenance window. This includes information about when the maintenance window was scheduled to be active, and information about tasks registered and run with the maintenance window.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeMaintenanceWindowExecutions for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutions

func (*SSM) DescribeMaintenanceWindowExecutionsPages

func (c *SSM) DescribeMaintenanceWindowExecutionsPages(input *DescribeMaintenanceWindowExecutionsInput, fn func(*DescribeMaintenanceWindowExecutionsOutput, bool) bool) error

DescribeMaintenanceWindowExecutionsPages iterates over the pages of a DescribeMaintenanceWindowExecutions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeMaintenanceWindowExecutions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeMaintenanceWindowExecutions operation.
pageNum := 0
err := client.DescribeMaintenanceWindowExecutionsPages(params,
    func(page *ssm.DescribeMaintenanceWindowExecutionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeMaintenanceWindowExecutionsPagesWithContext

func (c *SSM) DescribeMaintenanceWindowExecutionsPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowExecutionsInput, fn func(*DescribeMaintenanceWindowExecutionsOutput, bool) bool, opts ...request.Option) error

DescribeMaintenanceWindowExecutionsPagesWithContext same as DescribeMaintenanceWindowExecutionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowExecutionsRequest

func (c *SSM) DescribeMaintenanceWindowExecutionsRequest(input *DescribeMaintenanceWindowExecutionsInput) (req *request.Request, output *DescribeMaintenanceWindowExecutionsOutput)

DescribeMaintenanceWindowExecutionsRequest generates a "aws/request.Request" representing the client's request for the DescribeMaintenanceWindowExecutions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeMaintenanceWindowExecutions for more information on using the DescribeMaintenanceWindowExecutions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeMaintenanceWindowExecutionsRequest method.
req, resp := client.DescribeMaintenanceWindowExecutionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowExecutions

func (*SSM) DescribeMaintenanceWindowExecutionsWithContext

func (c *SSM) DescribeMaintenanceWindowExecutionsWithContext(ctx aws.Context, input *DescribeMaintenanceWindowExecutionsInput, opts ...request.Option) (*DescribeMaintenanceWindowExecutionsOutput, error)

DescribeMaintenanceWindowExecutionsWithContext is the same as DescribeMaintenanceWindowExecutions with the addition of the ability to pass a context and additional request options.

See DescribeMaintenanceWindowExecutions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowSchedule

func (c *SSM) DescribeMaintenanceWindowSchedule(input *DescribeMaintenanceWindowScheduleInput) (*DescribeMaintenanceWindowScheduleOutput, error)

DescribeMaintenanceWindowSchedule API operation for Amazon Simple Systems Manager (SSM).

Retrieves information about upcoming executions of a maintenance window.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeMaintenanceWindowSchedule for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowSchedule

func (*SSM) DescribeMaintenanceWindowSchedulePages

func (c *SSM) DescribeMaintenanceWindowSchedulePages(input *DescribeMaintenanceWindowScheduleInput, fn func(*DescribeMaintenanceWindowScheduleOutput, bool) bool) error

DescribeMaintenanceWindowSchedulePages iterates over the pages of a DescribeMaintenanceWindowSchedule operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeMaintenanceWindowSchedule method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeMaintenanceWindowSchedule operation.
pageNum := 0
err := client.DescribeMaintenanceWindowSchedulePages(params,
    func(page *ssm.DescribeMaintenanceWindowScheduleOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeMaintenanceWindowSchedulePagesWithContext

func (c *SSM) DescribeMaintenanceWindowSchedulePagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowScheduleInput, fn func(*DescribeMaintenanceWindowScheduleOutput, bool) bool, opts ...request.Option) error

DescribeMaintenanceWindowSchedulePagesWithContext same as DescribeMaintenanceWindowSchedulePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowScheduleRequest

func (c *SSM) DescribeMaintenanceWindowScheduleRequest(input *DescribeMaintenanceWindowScheduleInput) (req *request.Request, output *DescribeMaintenanceWindowScheduleOutput)

DescribeMaintenanceWindowScheduleRequest generates a "aws/request.Request" representing the client's request for the DescribeMaintenanceWindowSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeMaintenanceWindowSchedule for more information on using the DescribeMaintenanceWindowSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeMaintenanceWindowScheduleRequest method.
req, resp := client.DescribeMaintenanceWindowScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowSchedule

func (*SSM) DescribeMaintenanceWindowScheduleWithContext

func (c *SSM) DescribeMaintenanceWindowScheduleWithContext(ctx aws.Context, input *DescribeMaintenanceWindowScheduleInput, opts ...request.Option) (*DescribeMaintenanceWindowScheduleOutput, error)

DescribeMaintenanceWindowScheduleWithContext is the same as DescribeMaintenanceWindowSchedule with the addition of the ability to pass a context and additional request options.

See DescribeMaintenanceWindowSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowTargets

func (c *SSM) DescribeMaintenanceWindowTargets(input *DescribeMaintenanceWindowTargetsInput) (*DescribeMaintenanceWindowTargetsOutput, error)

DescribeMaintenanceWindowTargets API operation for Amazon Simple Systems Manager (SSM).

Lists the targets registered with the maintenance window.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeMaintenanceWindowTargets for usage and error information.

Returned Error Types:

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowTargets

func (*SSM) DescribeMaintenanceWindowTargetsPages

func (c *SSM) DescribeMaintenanceWindowTargetsPages(input *DescribeMaintenanceWindowTargetsInput, fn func(*DescribeMaintenanceWindowTargetsOutput, bool) bool) error

DescribeMaintenanceWindowTargetsPages iterates over the pages of a DescribeMaintenanceWindowTargets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeMaintenanceWindowTargets method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeMaintenanceWindowTargets operation.
pageNum := 0
err := client.DescribeMaintenanceWindowTargetsPages(params,
    func(page *ssm.DescribeMaintenanceWindowTargetsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeMaintenanceWindowTargetsPagesWithContext

func (c *SSM) DescribeMaintenanceWindowTargetsPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowTargetsInput, fn func(*DescribeMaintenanceWindowTargetsOutput, bool) bool, opts ...request.Option) error

DescribeMaintenanceWindowTargetsPagesWithContext same as DescribeMaintenanceWindowTargetsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowTargetsRequest

func (c *SSM) DescribeMaintenanceWindowTargetsRequest(input *DescribeMaintenanceWindowTargetsInput) (req *request.Request, output *DescribeMaintenanceWindowTargetsOutput)

DescribeMaintenanceWindowTargetsRequest generates a "aws/request.Request" representing the client's request for the DescribeMaintenanceWindowTargets operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeMaintenanceWindowTargets for more information on using the DescribeMaintenanceWindowTargets API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeMaintenanceWindowTargetsRequest method.
req, resp := client.DescribeMaintenanceWindowTargetsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowTargets

func (*SSM) DescribeMaintenanceWindowTargetsWithContext

func (c *SSM) DescribeMaintenanceWindowTargetsWithContext(ctx aws.Context, input *DescribeMaintenanceWindowTargetsInput, opts ...request.Option) (*DescribeMaintenanceWindowTargetsOutput, error)

DescribeMaintenanceWindowTargetsWithContext is the same as DescribeMaintenanceWindowTargets with the addition of the ability to pass a context and additional request options.

See DescribeMaintenanceWindowTargets for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowTasks

func (c *SSM) DescribeMaintenanceWindowTasks(input *DescribeMaintenanceWindowTasksInput) (*DescribeMaintenanceWindowTasksOutput, error)

DescribeMaintenanceWindowTasks API operation for Amazon Simple Systems Manager (SSM).

Lists the tasks in a maintenance window.

For maintenance window tasks without a specified target, you can't supply values for --max-errors and --max-concurrency. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values don't affect the running of your task and can be ignored.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeMaintenanceWindowTasks for usage and error information.

Returned Error Types:

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowTasks

func (*SSM) DescribeMaintenanceWindowTasksPages

func (c *SSM) DescribeMaintenanceWindowTasksPages(input *DescribeMaintenanceWindowTasksInput, fn func(*DescribeMaintenanceWindowTasksOutput, bool) bool) error

DescribeMaintenanceWindowTasksPages iterates over the pages of a DescribeMaintenanceWindowTasks operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeMaintenanceWindowTasks method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeMaintenanceWindowTasks operation.
pageNum := 0
err := client.DescribeMaintenanceWindowTasksPages(params,
    func(page *ssm.DescribeMaintenanceWindowTasksOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeMaintenanceWindowTasksPagesWithContext

func (c *SSM) DescribeMaintenanceWindowTasksPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowTasksInput, fn func(*DescribeMaintenanceWindowTasksOutput, bool) bool, opts ...request.Option) error

DescribeMaintenanceWindowTasksPagesWithContext same as DescribeMaintenanceWindowTasksPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowTasksRequest

func (c *SSM) DescribeMaintenanceWindowTasksRequest(input *DescribeMaintenanceWindowTasksInput) (req *request.Request, output *DescribeMaintenanceWindowTasksOutput)

DescribeMaintenanceWindowTasksRequest generates a "aws/request.Request" representing the client's request for the DescribeMaintenanceWindowTasks operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeMaintenanceWindowTasks for more information on using the DescribeMaintenanceWindowTasks API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeMaintenanceWindowTasksRequest method.
req, resp := client.DescribeMaintenanceWindowTasksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowTasks

func (*SSM) DescribeMaintenanceWindowTasksWithContext

func (c *SSM) DescribeMaintenanceWindowTasksWithContext(ctx aws.Context, input *DescribeMaintenanceWindowTasksInput, opts ...request.Option) (*DescribeMaintenanceWindowTasksOutput, error)

DescribeMaintenanceWindowTasksWithContext is the same as DescribeMaintenanceWindowTasks with the addition of the ability to pass a context and additional request options.

See DescribeMaintenanceWindowTasks for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindows

func (c *SSM) DescribeMaintenanceWindows(input *DescribeMaintenanceWindowsInput) (*DescribeMaintenanceWindowsOutput, error)

DescribeMaintenanceWindows API operation for Amazon Simple Systems Manager (SSM).

Retrieves the maintenance windows in an Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeMaintenanceWindows for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindows

func (*SSM) DescribeMaintenanceWindowsForTarget

func (c *SSM) DescribeMaintenanceWindowsForTarget(input *DescribeMaintenanceWindowsForTargetInput) (*DescribeMaintenanceWindowsForTargetOutput, error)

DescribeMaintenanceWindowsForTarget API operation for Amazon Simple Systems Manager (SSM).

Retrieves information about the maintenance window targets or tasks that a managed node is associated with.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeMaintenanceWindowsForTarget for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowsForTarget

func (*SSM) DescribeMaintenanceWindowsForTargetPages

func (c *SSM) DescribeMaintenanceWindowsForTargetPages(input *DescribeMaintenanceWindowsForTargetInput, fn func(*DescribeMaintenanceWindowsForTargetOutput, bool) bool) error

DescribeMaintenanceWindowsForTargetPages iterates over the pages of a DescribeMaintenanceWindowsForTarget operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeMaintenanceWindowsForTarget method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeMaintenanceWindowsForTarget operation.
pageNum := 0
err := client.DescribeMaintenanceWindowsForTargetPages(params,
    func(page *ssm.DescribeMaintenanceWindowsForTargetOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeMaintenanceWindowsForTargetPagesWithContext

func (c *SSM) DescribeMaintenanceWindowsForTargetPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowsForTargetInput, fn func(*DescribeMaintenanceWindowsForTargetOutput, bool) bool, opts ...request.Option) error

DescribeMaintenanceWindowsForTargetPagesWithContext same as DescribeMaintenanceWindowsForTargetPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowsForTargetRequest

func (c *SSM) DescribeMaintenanceWindowsForTargetRequest(input *DescribeMaintenanceWindowsForTargetInput) (req *request.Request, output *DescribeMaintenanceWindowsForTargetOutput)

DescribeMaintenanceWindowsForTargetRequest generates a "aws/request.Request" representing the client's request for the DescribeMaintenanceWindowsForTarget operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeMaintenanceWindowsForTarget for more information on using the DescribeMaintenanceWindowsForTarget API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeMaintenanceWindowsForTargetRequest method.
req, resp := client.DescribeMaintenanceWindowsForTargetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowsForTarget

func (*SSM) DescribeMaintenanceWindowsForTargetWithContext

func (c *SSM) DescribeMaintenanceWindowsForTargetWithContext(ctx aws.Context, input *DescribeMaintenanceWindowsForTargetInput, opts ...request.Option) (*DescribeMaintenanceWindowsForTargetOutput, error)

DescribeMaintenanceWindowsForTargetWithContext is the same as DescribeMaintenanceWindowsForTarget with the addition of the ability to pass a context and additional request options.

See DescribeMaintenanceWindowsForTarget for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowsPages

func (c *SSM) DescribeMaintenanceWindowsPages(input *DescribeMaintenanceWindowsInput, fn func(*DescribeMaintenanceWindowsOutput, bool) bool) error

DescribeMaintenanceWindowsPages iterates over the pages of a DescribeMaintenanceWindows operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeMaintenanceWindows method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeMaintenanceWindows operation.
pageNum := 0
err := client.DescribeMaintenanceWindowsPages(params,
    func(page *ssm.DescribeMaintenanceWindowsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeMaintenanceWindowsPagesWithContext

func (c *SSM) DescribeMaintenanceWindowsPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowsInput, fn func(*DescribeMaintenanceWindowsOutput, bool) bool, opts ...request.Option) error

DescribeMaintenanceWindowsPagesWithContext same as DescribeMaintenanceWindowsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeMaintenanceWindowsRequest

func (c *SSM) DescribeMaintenanceWindowsRequest(input *DescribeMaintenanceWindowsInput) (req *request.Request, output *DescribeMaintenanceWindowsOutput)

DescribeMaintenanceWindowsRequest generates a "aws/request.Request" representing the client's request for the DescribeMaintenanceWindows operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeMaintenanceWindows for more information on using the DescribeMaintenanceWindows API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeMaintenanceWindowsRequest method.
req, resp := client.DescribeMaintenanceWindowsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindows

func (*SSM) DescribeMaintenanceWindowsWithContext

func (c *SSM) DescribeMaintenanceWindowsWithContext(ctx aws.Context, input *DescribeMaintenanceWindowsInput, opts ...request.Option) (*DescribeMaintenanceWindowsOutput, error)

DescribeMaintenanceWindowsWithContext is the same as DescribeMaintenanceWindows with the addition of the ability to pass a context and additional request options.

See DescribeMaintenanceWindows for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeOpsItems

func (c *SSM) DescribeOpsItems(input *DescribeOpsItemsInput) (*DescribeOpsItemsOutput, error)

DescribeOpsItems API operation for Amazon Simple Systems Manager (SSM).

Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Set up OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setup.html) in the Amazon Web Services Systems Manager User Guide.

Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the Amazon Web Services Systems Manager User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeOpsItems for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeOpsItems

func (*SSM) DescribeOpsItemsPages

func (c *SSM) DescribeOpsItemsPages(input *DescribeOpsItemsInput, fn func(*DescribeOpsItemsOutput, bool) bool) error

DescribeOpsItemsPages iterates over the pages of a DescribeOpsItems operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeOpsItems method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeOpsItems operation.
pageNum := 0
err := client.DescribeOpsItemsPages(params,
    func(page *ssm.DescribeOpsItemsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeOpsItemsPagesWithContext

func (c *SSM) DescribeOpsItemsPagesWithContext(ctx aws.Context, input *DescribeOpsItemsInput, fn func(*DescribeOpsItemsOutput, bool) bool, opts ...request.Option) error

DescribeOpsItemsPagesWithContext same as DescribeOpsItemsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeOpsItemsRequest

func (c *SSM) DescribeOpsItemsRequest(input *DescribeOpsItemsInput) (req *request.Request, output *DescribeOpsItemsOutput)

DescribeOpsItemsRequest generates a "aws/request.Request" representing the client's request for the DescribeOpsItems operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeOpsItems for more information on using the DescribeOpsItems API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeOpsItemsRequest method.
req, resp := client.DescribeOpsItemsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeOpsItems

func (*SSM) DescribeOpsItemsWithContext

func (c *SSM) DescribeOpsItemsWithContext(ctx aws.Context, input *DescribeOpsItemsInput, opts ...request.Option) (*DescribeOpsItemsOutput, error)

DescribeOpsItemsWithContext is the same as DescribeOpsItems with the addition of the ability to pass a context and additional request options.

See DescribeOpsItems for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeParameters

func (c *SSM) DescribeParameters(input *DescribeParametersInput) (*DescribeParametersOutput, error)

DescribeParameters API operation for Amazon Simple Systems Manager (SSM).

Lists the parameters in your Amazon Web Services account or the parameters shared with you when you enable the Shared (https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_DescribeParameters.html#systemsmanager-DescribeParameters-request-Shared) option.

Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results.

If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, DescribeParameters retrieves whatever the original key alias was referencing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeParameters for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidFilterKey The specified key isn't valid.

  • InvalidFilterOption The specified filter option isn't valid. Valid options are Equals and BeginsWith. For Path filter, valid options are Recursive and OneLevel.

  • InvalidFilterValue The filter value isn't valid. Verify the value and try again.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeParameters

func (*SSM) DescribeParametersPages

func (c *SSM) DescribeParametersPages(input *DescribeParametersInput, fn func(*DescribeParametersOutput, bool) bool) error

DescribeParametersPages iterates over the pages of a DescribeParameters operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeParameters method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeParameters operation.
pageNum := 0
err := client.DescribeParametersPages(params,
    func(page *ssm.DescribeParametersOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeParametersPagesWithContext

func (c *SSM) DescribeParametersPagesWithContext(ctx aws.Context, input *DescribeParametersInput, fn func(*DescribeParametersOutput, bool) bool, opts ...request.Option) error

DescribeParametersPagesWithContext same as DescribeParametersPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeParametersRequest

func (c *SSM) DescribeParametersRequest(input *DescribeParametersInput) (req *request.Request, output *DescribeParametersOutput)

DescribeParametersRequest generates a "aws/request.Request" representing the client's request for the DescribeParameters operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeParameters for more information on using the DescribeParameters API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeParametersRequest method.
req, resp := client.DescribeParametersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeParameters

func (*SSM) DescribeParametersWithContext

func (c *SSM) DescribeParametersWithContext(ctx aws.Context, input *DescribeParametersInput, opts ...request.Option) (*DescribeParametersOutput, error)

DescribeParametersWithContext is the same as DescribeParameters with the addition of the ability to pass a context and additional request options.

See DescribeParameters for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribePatchBaselines

func (c *SSM) DescribePatchBaselines(input *DescribePatchBaselinesInput) (*DescribePatchBaselinesOutput, error)

DescribePatchBaselines API operation for Amazon Simple Systems Manager (SSM).

Lists the patch baselines in your Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribePatchBaselines for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchBaselines

func (*SSM) DescribePatchBaselinesPages

func (c *SSM) DescribePatchBaselinesPages(input *DescribePatchBaselinesInput, fn func(*DescribePatchBaselinesOutput, bool) bool) error

DescribePatchBaselinesPages iterates over the pages of a DescribePatchBaselines operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribePatchBaselines method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribePatchBaselines operation.
pageNum := 0
err := client.DescribePatchBaselinesPages(params,
    func(page *ssm.DescribePatchBaselinesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribePatchBaselinesPagesWithContext

func (c *SSM) DescribePatchBaselinesPagesWithContext(ctx aws.Context, input *DescribePatchBaselinesInput, fn func(*DescribePatchBaselinesOutput, bool) bool, opts ...request.Option) error

DescribePatchBaselinesPagesWithContext same as DescribePatchBaselinesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribePatchBaselinesRequest

func (c *SSM) DescribePatchBaselinesRequest(input *DescribePatchBaselinesInput) (req *request.Request, output *DescribePatchBaselinesOutput)

DescribePatchBaselinesRequest generates a "aws/request.Request" representing the client's request for the DescribePatchBaselines operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribePatchBaselines for more information on using the DescribePatchBaselines API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribePatchBaselinesRequest method.
req, resp := client.DescribePatchBaselinesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchBaselines

func (*SSM) DescribePatchBaselinesWithContext

func (c *SSM) DescribePatchBaselinesWithContext(ctx aws.Context, input *DescribePatchBaselinesInput, opts ...request.Option) (*DescribePatchBaselinesOutput, error)

DescribePatchBaselinesWithContext is the same as DescribePatchBaselines with the addition of the ability to pass a context and additional request options.

See DescribePatchBaselines for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribePatchGroupState

func (c *SSM) DescribePatchGroupState(input *DescribePatchGroupStateInput) (*DescribePatchGroupStateOutput, error)

DescribePatchGroupState API operation for Amazon Simple Systems Manager (SSM).

Returns high-level aggregated patch compliance state information for a patch group.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribePatchGroupState for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchGroupState

func (*SSM) DescribePatchGroupStateRequest

func (c *SSM) DescribePatchGroupStateRequest(input *DescribePatchGroupStateInput) (req *request.Request, output *DescribePatchGroupStateOutput)

DescribePatchGroupStateRequest generates a "aws/request.Request" representing the client's request for the DescribePatchGroupState operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribePatchGroupState for more information on using the DescribePatchGroupState API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribePatchGroupStateRequest method.
req, resp := client.DescribePatchGroupStateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchGroupState

func (*SSM) DescribePatchGroupStateWithContext

func (c *SSM) DescribePatchGroupStateWithContext(ctx aws.Context, input *DescribePatchGroupStateInput, opts ...request.Option) (*DescribePatchGroupStateOutput, error)

DescribePatchGroupStateWithContext is the same as DescribePatchGroupState with the addition of the ability to pass a context and additional request options.

See DescribePatchGroupState for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribePatchGroups

func (c *SSM) DescribePatchGroups(input *DescribePatchGroupsInput) (*DescribePatchGroupsOutput, error)

DescribePatchGroups API operation for Amazon Simple Systems Manager (SSM).

Lists all patch groups that have been registered with patch baselines.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribePatchGroups for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchGroups

func (*SSM) DescribePatchGroupsPages

func (c *SSM) DescribePatchGroupsPages(input *DescribePatchGroupsInput, fn func(*DescribePatchGroupsOutput, bool) bool) error

DescribePatchGroupsPages iterates over the pages of a DescribePatchGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribePatchGroups method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribePatchGroups operation.
pageNum := 0
err := client.DescribePatchGroupsPages(params,
    func(page *ssm.DescribePatchGroupsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribePatchGroupsPagesWithContext

func (c *SSM) DescribePatchGroupsPagesWithContext(ctx aws.Context, input *DescribePatchGroupsInput, fn func(*DescribePatchGroupsOutput, bool) bool, opts ...request.Option) error

DescribePatchGroupsPagesWithContext same as DescribePatchGroupsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribePatchGroupsRequest

func (c *SSM) DescribePatchGroupsRequest(input *DescribePatchGroupsInput) (req *request.Request, output *DescribePatchGroupsOutput)

DescribePatchGroupsRequest generates a "aws/request.Request" representing the client's request for the DescribePatchGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribePatchGroups for more information on using the DescribePatchGroups API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribePatchGroupsRequest method.
req, resp := client.DescribePatchGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchGroups

func (*SSM) DescribePatchGroupsWithContext

func (c *SSM) DescribePatchGroupsWithContext(ctx aws.Context, input *DescribePatchGroupsInput, opts ...request.Option) (*DescribePatchGroupsOutput, error)

DescribePatchGroupsWithContext is the same as DescribePatchGroups with the addition of the ability to pass a context and additional request options.

See DescribePatchGroups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribePatchProperties

func (c *SSM) DescribePatchProperties(input *DescribePatchPropertiesInput) (*DescribePatchPropertiesOutput, error)

DescribePatchProperties API operation for Amazon Simple Systems Manager (SSM).

Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches. You can use the reported properties in the filters you specify in requests for operations such as CreatePatchBaseline, UpdatePatchBaseline, DescribeAvailablePatches, and DescribePatchBaselines.

The following section lists the properties that can be used in filters for each major operating system type:

AMAZON_LINUX

Valid properties: PRODUCT | CLASSIFICATION | SEVERITY

AMAZON_LINUX_2

Valid properties: PRODUCT | CLASSIFICATION | SEVERITY

CENTOS

Valid properties: PRODUCT | CLASSIFICATION | SEVERITY

DEBIAN

Valid properties: PRODUCT | PRIORITY

MACOS

Valid properties: PRODUCT | CLASSIFICATION

ORACLE_LINUX

Valid properties: PRODUCT | CLASSIFICATION | SEVERITY

REDHAT_ENTERPRISE_LINUX

Valid properties: PRODUCT | CLASSIFICATION | SEVERITY

SUSE

Valid properties: PRODUCT | CLASSIFICATION | SEVERITY

UBUNTU

Valid properties: PRODUCT | PRIORITY

WINDOWS

Valid properties: PRODUCT | PRODUCT_FAMILY | CLASSIFICATION | MSRC_SEVERITY

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribePatchProperties for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchProperties

func (*SSM) DescribePatchPropertiesPages

func (c *SSM) DescribePatchPropertiesPages(input *DescribePatchPropertiesInput, fn func(*DescribePatchPropertiesOutput, bool) bool) error

DescribePatchPropertiesPages iterates over the pages of a DescribePatchProperties operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribePatchProperties method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribePatchProperties operation.
pageNum := 0
err := client.DescribePatchPropertiesPages(params,
    func(page *ssm.DescribePatchPropertiesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribePatchPropertiesPagesWithContext

func (c *SSM) DescribePatchPropertiesPagesWithContext(ctx aws.Context, input *DescribePatchPropertiesInput, fn func(*DescribePatchPropertiesOutput, bool) bool, opts ...request.Option) error

DescribePatchPropertiesPagesWithContext same as DescribePatchPropertiesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribePatchPropertiesRequest

func (c *SSM) DescribePatchPropertiesRequest(input *DescribePatchPropertiesInput) (req *request.Request, output *DescribePatchPropertiesOutput)

DescribePatchPropertiesRequest generates a "aws/request.Request" representing the client's request for the DescribePatchProperties operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribePatchProperties for more information on using the DescribePatchProperties API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribePatchPropertiesRequest method.
req, resp := client.DescribePatchPropertiesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribePatchProperties

func (*SSM) DescribePatchPropertiesWithContext

func (c *SSM) DescribePatchPropertiesWithContext(ctx aws.Context, input *DescribePatchPropertiesInput, opts ...request.Option) (*DescribePatchPropertiesOutput, error)

DescribePatchPropertiesWithContext is the same as DescribePatchProperties with the addition of the ability to pass a context and additional request options.

See DescribePatchProperties for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeSessions

func (c *SSM) DescribeSessions(input *DescribeSessionsInput) (*DescribeSessionsOutput, error)

DescribeSessions API operation for Amazon Simple Systems Manager (SSM).

Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30 days.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DescribeSessions for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidFilterKey The specified key isn't valid.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeSessions

func (*SSM) DescribeSessionsPages

func (c *SSM) DescribeSessionsPages(input *DescribeSessionsInput, fn func(*DescribeSessionsOutput, bool) bool) error

DescribeSessionsPages iterates over the pages of a DescribeSessions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeSessions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeSessions operation.
pageNum := 0
err := client.DescribeSessionsPages(params,
    func(page *ssm.DescribeSessionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) DescribeSessionsPagesWithContext

func (c *SSM) DescribeSessionsPagesWithContext(ctx aws.Context, input *DescribeSessionsInput, fn func(*DescribeSessionsOutput, bool) bool, opts ...request.Option) error

DescribeSessionsPagesWithContext same as DescribeSessionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DescribeSessionsRequest

func (c *SSM) DescribeSessionsRequest(input *DescribeSessionsInput) (req *request.Request, output *DescribeSessionsOutput)

DescribeSessionsRequest generates a "aws/request.Request" representing the client's request for the DescribeSessions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeSessions for more information on using the DescribeSessions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeSessionsRequest method.
req, resp := client.DescribeSessionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeSessions

func (*SSM) DescribeSessionsWithContext

func (c *SSM) DescribeSessionsWithContext(ctx aws.Context, input *DescribeSessionsInput, opts ...request.Option) (*DescribeSessionsOutput, error)

DescribeSessionsWithContext is the same as DescribeSessions with the addition of the ability to pass a context and additional request options.

See DescribeSessions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) DisassociateOpsItemRelatedItem

func (c *SSM) DisassociateOpsItemRelatedItem(input *DisassociateOpsItemRelatedItemInput) (*DisassociateOpsItemRelatedItemOutput, error)

DisassociateOpsItemRelatedItem API operation for Amazon Simple Systems Manager (SSM).

Deletes the association between an OpsItem and a related item. For example, this API operation can delete an Incident Manager incident from an OpsItem. Incident Manager is a capability of Amazon Web Services Systems Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation DisassociateOpsItemRelatedItem for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • OpsItemRelatedItemAssociationNotFoundException The association wasn't found using the parameters you specified in the call. Verify the information and try again.

  • OpsItemNotFoundException The specified OpsItem ID doesn't exist. Verify the ID and try again.

  • OpsItemInvalidParameterException A specified parameter argument isn't valid. Verify the available arguments and try again.

  • OpsItemConflictException The specified OpsItem is in the process of being deleted.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DisassociateOpsItemRelatedItem

func (*SSM) DisassociateOpsItemRelatedItemRequest

func (c *SSM) DisassociateOpsItemRelatedItemRequest(input *DisassociateOpsItemRelatedItemInput) (req *request.Request, output *DisassociateOpsItemRelatedItemOutput)

DisassociateOpsItemRelatedItemRequest generates a "aws/request.Request" representing the client's request for the DisassociateOpsItemRelatedItem operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisassociateOpsItemRelatedItem for more information on using the DisassociateOpsItemRelatedItem API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisassociateOpsItemRelatedItemRequest method.
req, resp := client.DisassociateOpsItemRelatedItemRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DisassociateOpsItemRelatedItem

func (*SSM) DisassociateOpsItemRelatedItemWithContext

func (c *SSM) DisassociateOpsItemRelatedItemWithContext(ctx aws.Context, input *DisassociateOpsItemRelatedItemInput, opts ...request.Option) (*DisassociateOpsItemRelatedItemOutput, error)

DisassociateOpsItemRelatedItemWithContext is the same as DisassociateOpsItemRelatedItem with the addition of the ability to pass a context and additional request options.

See DisassociateOpsItemRelatedItem for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetAutomationExecution

func (c *SSM) GetAutomationExecution(input *GetAutomationExecutionInput) (*GetAutomationExecutionOutput, error)

GetAutomationExecution API operation for Amazon Simple Systems Manager (SSM).

Get detailed information about a particular Automation execution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetAutomationExecution for usage and error information.

Returned Error Types:

  • AutomationExecutionNotFoundException There is no automation execution information for the requested automation execution ID.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetAutomationExecution

func (*SSM) GetAutomationExecutionRequest

func (c *SSM) GetAutomationExecutionRequest(input *GetAutomationExecutionInput) (req *request.Request, output *GetAutomationExecutionOutput)

GetAutomationExecutionRequest generates a "aws/request.Request" representing the client's request for the GetAutomationExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetAutomationExecution for more information on using the GetAutomationExecution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetAutomationExecutionRequest method.
req, resp := client.GetAutomationExecutionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetAutomationExecution

func (*SSM) GetAutomationExecutionWithContext

func (c *SSM) GetAutomationExecutionWithContext(ctx aws.Context, input *GetAutomationExecutionInput, opts ...request.Option) (*GetAutomationExecutionOutput, error)

GetAutomationExecutionWithContext is the same as GetAutomationExecution with the addition of the ability to pass a context and additional request options.

See GetAutomationExecution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetCalendarState

func (c *SSM) GetCalendarState(input *GetCalendarStateInput) (*GetCalendarStateOutput, error)

GetCalendarState API operation for Amazon Simple Systems Manager (SSM).

Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time. If you specify a time, GetCalendarState returns the state of the calendar at that specific time, and returns the next time that the change calendar state will transition. If you don't specify a time, GetCalendarState uses the current time. Change Calendar entries have two possible states: OPEN or CLOSED.

If you specify more than one calendar in a request, the command returns the status of OPEN only if all calendars in the request are open. If one or more calendars in the request are closed, the status returned is CLOSED.

For more information about Change Calendar, a capability of Amazon Web Services Systems Manager, see Amazon Web Services Systems Manager Change Calendar (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar.html) in the Amazon Web Services Systems Manager User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetCalendarState for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentType The SSM document type isn't valid. Valid document types are described in the DocumentType property.

  • UnsupportedCalendarException The calendar entry contained in the specified SSM document isn't supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetCalendarState

func (*SSM) GetCalendarStateRequest

func (c *SSM) GetCalendarStateRequest(input *GetCalendarStateInput) (req *request.Request, output *GetCalendarStateOutput)

GetCalendarStateRequest generates a "aws/request.Request" representing the client's request for the GetCalendarState operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetCalendarState for more information on using the GetCalendarState API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetCalendarStateRequest method.
req, resp := client.GetCalendarStateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetCalendarState

func (*SSM) GetCalendarStateWithContext

func (c *SSM) GetCalendarStateWithContext(ctx aws.Context, input *GetCalendarStateInput, opts ...request.Option) (*GetCalendarStateOutput, error)

GetCalendarStateWithContext is the same as GetCalendarState with the addition of the ability to pass a context and additional request options.

See GetCalendarState for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetCommandInvocation

func (c *SSM) GetCommandInvocation(input *GetCommandInvocationInput) (*GetCommandInvocationOutput, error)

GetCommandInvocation API operation for Amazon Simple Systems Manager (SSM).

Returns detailed information about command execution for an invocation or plugin.

GetCommandInvocation only gives the execution status of a plugin in a document. To get the command execution status on a specific managed node, use ListCommandInvocations. To get the command execution status across managed nodes, use ListCommands.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetCommandInvocation for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidCommandId The specified command ID isn't valid. Verify the ID and try again.

  • InvalidInstanceId The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

  • InvalidPluginName The plugin name isn't valid.

  • InvocationDoesNotExist The command ID and managed node ID you specified didn't match any invocations. Verify the command ID and the managed node ID and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetCommandInvocation

func (*SSM) GetCommandInvocationRequest

func (c *SSM) GetCommandInvocationRequest(input *GetCommandInvocationInput) (req *request.Request, output *GetCommandInvocationOutput)

GetCommandInvocationRequest generates a "aws/request.Request" representing the client's request for the GetCommandInvocation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetCommandInvocation for more information on using the GetCommandInvocation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetCommandInvocationRequest method.
req, resp := client.GetCommandInvocationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetCommandInvocation

func (*SSM) GetCommandInvocationWithContext

func (c *SSM) GetCommandInvocationWithContext(ctx aws.Context, input *GetCommandInvocationInput, opts ...request.Option) (*GetCommandInvocationOutput, error)

GetCommandInvocationWithContext is the same as GetCommandInvocation with the addition of the ability to pass a context and additional request options.

See GetCommandInvocation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetConnectionStatus

func (c *SSM) GetConnectionStatus(input *GetConnectionStatusInput) (*GetConnectionStatusOutput, error)

GetConnectionStatus API operation for Amazon Simple Systems Manager (SSM).

Retrieves the Session Manager connection status for a managed node to determine whether it is running and ready to receive Session Manager connections.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetConnectionStatus for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetConnectionStatus

func (*SSM) GetConnectionStatusRequest

func (c *SSM) GetConnectionStatusRequest(input *GetConnectionStatusInput) (req *request.Request, output *GetConnectionStatusOutput)

GetConnectionStatusRequest generates a "aws/request.Request" representing the client's request for the GetConnectionStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetConnectionStatus for more information on using the GetConnectionStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetConnectionStatusRequest method.
req, resp := client.GetConnectionStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetConnectionStatus

func (*SSM) GetConnectionStatusWithContext

func (c *SSM) GetConnectionStatusWithContext(ctx aws.Context, input *GetConnectionStatusInput, opts ...request.Option) (*GetConnectionStatusOutput, error)

GetConnectionStatusWithContext is the same as GetConnectionStatus with the addition of the ability to pass a context and additional request options.

See GetConnectionStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetDefaultPatchBaseline

func (c *SSM) GetDefaultPatchBaseline(input *GetDefaultPatchBaselineInput) (*GetDefaultPatchBaselineOutput, error)

GetDefaultPatchBaseline API operation for Amazon Simple Systems Manager (SSM).

Retrieves the default patch baseline. Amazon Web Services Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.

If you don't specify an operating system value, the default patch baseline for Windows is returned.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetDefaultPatchBaseline for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDefaultPatchBaseline

func (*SSM) GetDefaultPatchBaselineRequest

func (c *SSM) GetDefaultPatchBaselineRequest(input *GetDefaultPatchBaselineInput) (req *request.Request, output *GetDefaultPatchBaselineOutput)

GetDefaultPatchBaselineRequest generates a "aws/request.Request" representing the client's request for the GetDefaultPatchBaseline operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetDefaultPatchBaseline for more information on using the GetDefaultPatchBaseline API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetDefaultPatchBaselineRequest method.
req, resp := client.GetDefaultPatchBaselineRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDefaultPatchBaseline

func (*SSM) GetDefaultPatchBaselineWithContext

func (c *SSM) GetDefaultPatchBaselineWithContext(ctx aws.Context, input *GetDefaultPatchBaselineInput, opts ...request.Option) (*GetDefaultPatchBaselineOutput, error)

GetDefaultPatchBaselineWithContext is the same as GetDefaultPatchBaseline with the addition of the ability to pass a context and additional request options.

See GetDefaultPatchBaseline for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetDeployablePatchSnapshotForInstance

func (c *SSM) GetDeployablePatchSnapshotForInstance(input *GetDeployablePatchSnapshotForInstanceInput) (*GetDeployablePatchSnapshotForInstanceOutput, error)

GetDeployablePatchSnapshotForInstance API operation for Amazon Simple Systems Manager (SSM).

Retrieves the current snapshot for the patch baseline the managed node uses. This API is primarily used by the AWS-RunPatchBaseline Systems Manager document (SSM document).

If you run the command locally, such as with the Command Line Interface (CLI), the system attempts to use your local Amazon Web Services credentials and the operation fails. To avoid this, you can run the command in the Amazon Web Services Systems Manager console. Use Run Command, a capability of Amazon Web Services Systems Manager, with an SSM document that enables you to target a managed node with a script or command. For example, run the command using the AWS-RunShellScript document or the AWS-RunPowerShellScript document.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetDeployablePatchSnapshotForInstance for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • UnsupportedOperatingSystem The operating systems you specified isn't supported, or the operation isn't supported for the operating system.

  • UnsupportedFeatureRequiredException Patching for applications released by Microsoft is only available on EC2 instances and advanced instances. To patch applications released by Microsoft on on-premises servers and VMs, you must enable advanced instances. For more information, see Turning on the advanced-instances tier (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances-advanced.html) in the Amazon Web Services Systems Manager User Guide.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDeployablePatchSnapshotForInstance

func (*SSM) GetDeployablePatchSnapshotForInstanceRequest

func (c *SSM) GetDeployablePatchSnapshotForInstanceRequest(input *GetDeployablePatchSnapshotForInstanceInput) (req *request.Request, output *GetDeployablePatchSnapshotForInstanceOutput)

GetDeployablePatchSnapshotForInstanceRequest generates a "aws/request.Request" representing the client's request for the GetDeployablePatchSnapshotForInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetDeployablePatchSnapshotForInstance for more information on using the GetDeployablePatchSnapshotForInstance API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetDeployablePatchSnapshotForInstanceRequest method.
req, resp := client.GetDeployablePatchSnapshotForInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDeployablePatchSnapshotForInstance

func (*SSM) GetDeployablePatchSnapshotForInstanceWithContext

func (c *SSM) GetDeployablePatchSnapshotForInstanceWithContext(ctx aws.Context, input *GetDeployablePatchSnapshotForInstanceInput, opts ...request.Option) (*GetDeployablePatchSnapshotForInstanceOutput, error)

GetDeployablePatchSnapshotForInstanceWithContext is the same as GetDeployablePatchSnapshotForInstance with the addition of the ability to pass a context and additional request options.

See GetDeployablePatchSnapshotForInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetDocument

func (c *SSM) GetDocument(input *GetDocumentInput) (*GetDocumentOutput, error)

GetDocument API operation for Amazon Simple Systems Manager (SSM).

Gets the contents of the specified Amazon Web Services Systems Manager document (SSM document).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetDocument for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDocument

func (*SSM) GetDocumentRequest

func (c *SSM) GetDocumentRequest(input *GetDocumentInput) (req *request.Request, output *GetDocumentOutput)

GetDocumentRequest generates a "aws/request.Request" representing the client's request for the GetDocument operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetDocument for more information on using the GetDocument API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetDocumentRequest method.
req, resp := client.GetDocumentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetDocument

func (*SSM) GetDocumentWithContext

func (c *SSM) GetDocumentWithContext(ctx aws.Context, input *GetDocumentInput, opts ...request.Option) (*GetDocumentOutput, error)

GetDocumentWithContext is the same as GetDocument with the addition of the ability to pass a context and additional request options.

See GetDocument for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetInventory

func (c *SSM) GetInventory(input *GetInventoryInput) (*GetInventoryOutput, error)

GetInventory API operation for Amazon Simple Systems Manager (SSM).

Query inventory information. This includes managed node status, such as Stopped or Terminated.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetInventory for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidFilter The filter name isn't valid. Verify the you entered the correct name and try again.

  • InvalidInventoryGroupException The specified inventory group isn't valid.

  • InvalidNextToken The specified token isn't valid.

  • InvalidTypeNameException The parameter type name isn't valid.

  • InvalidAggregatorException The specified aggregator isn't valid for inventory groups. Verify that the aggregator uses a valid inventory type such as AWS:Application or AWS:InstanceInformation.

  • InvalidResultAttributeException The specified inventory item result attribute isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetInventory

func (*SSM) GetInventoryPages

func (c *SSM) GetInventoryPages(input *GetInventoryInput, fn func(*GetInventoryOutput, bool) bool) error

GetInventoryPages iterates over the pages of a GetInventory operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetInventory method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetInventory operation.
pageNum := 0
err := client.GetInventoryPages(params,
    func(page *ssm.GetInventoryOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) GetInventoryPagesWithContext

func (c *SSM) GetInventoryPagesWithContext(ctx aws.Context, input *GetInventoryInput, fn func(*GetInventoryOutput, bool) bool, opts ...request.Option) error

GetInventoryPagesWithContext same as GetInventoryPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetInventoryRequest

func (c *SSM) GetInventoryRequest(input *GetInventoryInput) (req *request.Request, output *GetInventoryOutput)

GetInventoryRequest generates a "aws/request.Request" representing the client's request for the GetInventory operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetInventory for more information on using the GetInventory API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetInventoryRequest method.
req, resp := client.GetInventoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetInventory

func (*SSM) GetInventorySchema

func (c *SSM) GetInventorySchema(input *GetInventorySchemaInput) (*GetInventorySchemaOutput, error)

GetInventorySchema API operation for Amazon Simple Systems Manager (SSM).

Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetInventorySchema for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidTypeNameException The parameter type name isn't valid.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetInventorySchema

func (*SSM) GetInventorySchemaPages

func (c *SSM) GetInventorySchemaPages(input *GetInventorySchemaInput, fn func(*GetInventorySchemaOutput, bool) bool) error

GetInventorySchemaPages iterates over the pages of a GetInventorySchema operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetInventorySchema method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetInventorySchema operation.
pageNum := 0
err := client.GetInventorySchemaPages(params,
    func(page *ssm.GetInventorySchemaOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) GetInventorySchemaPagesWithContext

func (c *SSM) GetInventorySchemaPagesWithContext(ctx aws.Context, input *GetInventorySchemaInput, fn func(*GetInventorySchemaOutput, bool) bool, opts ...request.Option) error

GetInventorySchemaPagesWithContext same as GetInventorySchemaPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetInventorySchemaRequest

func (c *SSM) GetInventorySchemaRequest(input *GetInventorySchemaInput) (req *request.Request, output *GetInventorySchemaOutput)

GetInventorySchemaRequest generates a "aws/request.Request" representing the client's request for the GetInventorySchema operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetInventorySchema for more information on using the GetInventorySchema API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetInventorySchemaRequest method.
req, resp := client.GetInventorySchemaRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetInventorySchema

func (*SSM) GetInventorySchemaWithContext

func (c *SSM) GetInventorySchemaWithContext(ctx aws.Context, input *GetInventorySchemaInput, opts ...request.Option) (*GetInventorySchemaOutput, error)

GetInventorySchemaWithContext is the same as GetInventorySchema with the addition of the ability to pass a context and additional request options.

See GetInventorySchema for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetInventoryWithContext

func (c *SSM) GetInventoryWithContext(ctx aws.Context, input *GetInventoryInput, opts ...request.Option) (*GetInventoryOutput, error)

GetInventoryWithContext is the same as GetInventory with the addition of the ability to pass a context and additional request options.

See GetInventory for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetMaintenanceWindow

func (c *SSM) GetMaintenanceWindow(input *GetMaintenanceWindowInput) (*GetMaintenanceWindowOutput, error)

GetMaintenanceWindow API operation for Amazon Simple Systems Manager (SSM).

Retrieves a maintenance window.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetMaintenanceWindow for usage and error information.

Returned Error Types:

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindow

func (*SSM) GetMaintenanceWindowExecution

func (c *SSM) GetMaintenanceWindowExecution(input *GetMaintenanceWindowExecutionInput) (*GetMaintenanceWindowExecutionOutput, error)

GetMaintenanceWindowExecution API operation for Amazon Simple Systems Manager (SSM).

Retrieves details about a specific a maintenance window execution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetMaintenanceWindowExecution for usage and error information.

Returned Error Types:

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowExecution

func (*SSM) GetMaintenanceWindowExecutionRequest

func (c *SSM) GetMaintenanceWindowExecutionRequest(input *GetMaintenanceWindowExecutionInput) (req *request.Request, output *GetMaintenanceWindowExecutionOutput)

GetMaintenanceWindowExecutionRequest generates a "aws/request.Request" representing the client's request for the GetMaintenanceWindowExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetMaintenanceWindowExecution for more information on using the GetMaintenanceWindowExecution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetMaintenanceWindowExecutionRequest method.
req, resp := client.GetMaintenanceWindowExecutionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowExecution

func (*SSM) GetMaintenanceWindowExecutionTask

func (c *SSM) GetMaintenanceWindowExecutionTask(input *GetMaintenanceWindowExecutionTaskInput) (*GetMaintenanceWindowExecutionTaskOutput, error)

GetMaintenanceWindowExecutionTask API operation for Amazon Simple Systems Manager (SSM).

Retrieves the details about a specific task run as part of a maintenance window execution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetMaintenanceWindowExecutionTask for usage and error information.

Returned Error Types:

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowExecutionTask

func (*SSM) GetMaintenanceWindowExecutionTaskInvocation

func (c *SSM) GetMaintenanceWindowExecutionTaskInvocation(input *GetMaintenanceWindowExecutionTaskInvocationInput) (*GetMaintenanceWindowExecutionTaskInvocationOutput, error)

GetMaintenanceWindowExecutionTaskInvocation API operation for Amazon Simple Systems Manager (SSM).

Retrieves information about a specific task running on a specific target.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetMaintenanceWindowExecutionTaskInvocation for usage and error information.

Returned Error Types:

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowExecutionTaskInvocation

func (*SSM) GetMaintenanceWindowExecutionTaskInvocationRequest

func (c *SSM) GetMaintenanceWindowExecutionTaskInvocationRequest(input *GetMaintenanceWindowExecutionTaskInvocationInput) (req *request.Request, output *GetMaintenanceWindowExecutionTaskInvocationOutput)

GetMaintenanceWindowExecutionTaskInvocationRequest generates a "aws/request.Request" representing the client's request for the GetMaintenanceWindowExecutionTaskInvocation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetMaintenanceWindowExecutionTaskInvocation for more information on using the GetMaintenanceWindowExecutionTaskInvocation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetMaintenanceWindowExecutionTaskInvocationRequest method.
req, resp := client.GetMaintenanceWindowExecutionTaskInvocationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowExecutionTaskInvocation

func (*SSM) GetMaintenanceWindowExecutionTaskInvocationWithContext

func (c *SSM) GetMaintenanceWindowExecutionTaskInvocationWithContext(ctx aws.Context, input *GetMaintenanceWindowExecutionTaskInvocationInput, opts ...request.Option) (*GetMaintenanceWindowExecutionTaskInvocationOutput, error)

GetMaintenanceWindowExecutionTaskInvocationWithContext is the same as GetMaintenanceWindowExecutionTaskInvocation with the addition of the ability to pass a context and additional request options.

See GetMaintenanceWindowExecutionTaskInvocation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetMaintenanceWindowExecutionTaskRequest

func (c *SSM) GetMaintenanceWindowExecutionTaskRequest(input *GetMaintenanceWindowExecutionTaskInput) (req *request.Request, output *GetMaintenanceWindowExecutionTaskOutput)

GetMaintenanceWindowExecutionTaskRequest generates a "aws/request.Request" representing the client's request for the GetMaintenanceWindowExecutionTask operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetMaintenanceWindowExecutionTask for more information on using the GetMaintenanceWindowExecutionTask API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetMaintenanceWindowExecutionTaskRequest method.
req, resp := client.GetMaintenanceWindowExecutionTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowExecutionTask

func (*SSM) GetMaintenanceWindowExecutionTaskWithContext

func (c *SSM) GetMaintenanceWindowExecutionTaskWithContext(ctx aws.Context, input *GetMaintenanceWindowExecutionTaskInput, opts ...request.Option) (*GetMaintenanceWindowExecutionTaskOutput, error)

GetMaintenanceWindowExecutionTaskWithContext is the same as GetMaintenanceWindowExecutionTask with the addition of the ability to pass a context and additional request options.

See GetMaintenanceWindowExecutionTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetMaintenanceWindowExecutionWithContext

func (c *SSM) GetMaintenanceWindowExecutionWithContext(ctx aws.Context, input *GetMaintenanceWindowExecutionInput, opts ...request.Option) (*GetMaintenanceWindowExecutionOutput, error)

GetMaintenanceWindowExecutionWithContext is the same as GetMaintenanceWindowExecution with the addition of the ability to pass a context and additional request options.

See GetMaintenanceWindowExecution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetMaintenanceWindowRequest

func (c *SSM) GetMaintenanceWindowRequest(input *GetMaintenanceWindowInput) (req *request.Request, output *GetMaintenanceWindowOutput)

GetMaintenanceWindowRequest generates a "aws/request.Request" representing the client's request for the GetMaintenanceWindow operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetMaintenanceWindow for more information on using the GetMaintenanceWindow API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetMaintenanceWindowRequest method.
req, resp := client.GetMaintenanceWindowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindow

func (*SSM) GetMaintenanceWindowTask

func (c *SSM) GetMaintenanceWindowTask(input *GetMaintenanceWindowTaskInput) (*GetMaintenanceWindowTaskOutput, error)

GetMaintenanceWindowTask API operation for Amazon Simple Systems Manager (SSM).

Retrieves the details of a maintenance window task.

For maintenance window tasks without a specified target, you can't supply values for --max-errors and --max-concurrency. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values don't affect the running of your task and can be ignored.

To retrieve a list of tasks in a maintenance window, instead use the DescribeMaintenanceWindowTasks command.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetMaintenanceWindowTask for usage and error information.

Returned Error Types:

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowTask

func (*SSM) GetMaintenanceWindowTaskRequest

func (c *SSM) GetMaintenanceWindowTaskRequest(input *GetMaintenanceWindowTaskInput) (req *request.Request, output *GetMaintenanceWindowTaskOutput)

GetMaintenanceWindowTaskRequest generates a "aws/request.Request" representing the client's request for the GetMaintenanceWindowTask operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetMaintenanceWindowTask for more information on using the GetMaintenanceWindowTask API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetMaintenanceWindowTaskRequest method.
req, resp := client.GetMaintenanceWindowTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetMaintenanceWindowTask

func (*SSM) GetMaintenanceWindowTaskWithContext

func (c *SSM) GetMaintenanceWindowTaskWithContext(ctx aws.Context, input *GetMaintenanceWindowTaskInput, opts ...request.Option) (*GetMaintenanceWindowTaskOutput, error)

GetMaintenanceWindowTaskWithContext is the same as GetMaintenanceWindowTask with the addition of the ability to pass a context and additional request options.

See GetMaintenanceWindowTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetMaintenanceWindowWithContext

func (c *SSM) GetMaintenanceWindowWithContext(ctx aws.Context, input *GetMaintenanceWindowInput, opts ...request.Option) (*GetMaintenanceWindowOutput, error)

GetMaintenanceWindowWithContext is the same as GetMaintenanceWindow with the addition of the ability to pass a context and additional request options.

See GetMaintenanceWindow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetOpsItem

func (c *SSM) GetOpsItem(input *GetOpsItemInput) (*GetOpsItemOutput, error)

GetOpsItem API operation for Amazon Simple Systems Manager (SSM).

Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Set up OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setup.html) in the Amazon Web Services Systems Manager User Guide.

Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the Amazon Web Services Systems Manager User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetOpsItem for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • OpsItemNotFoundException The specified OpsItem ID doesn't exist. Verify the ID and try again.

  • OpsItemAccessDeniedException You don't have permission to view OpsItems in the specified account. Verify that your account is configured either as a Systems Manager delegated administrator or that you are logged into the Organizations management account.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetOpsItem

func (*SSM) GetOpsItemRequest

func (c *SSM) GetOpsItemRequest(input *GetOpsItemInput) (req *request.Request, output *GetOpsItemOutput)

GetOpsItemRequest generates a "aws/request.Request" representing the client's request for the GetOpsItem operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetOpsItem for more information on using the GetOpsItem API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetOpsItemRequest method.
req, resp := client.GetOpsItemRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetOpsItem

func (*SSM) GetOpsItemWithContext

func (c *SSM) GetOpsItemWithContext(ctx aws.Context, input *GetOpsItemInput, opts ...request.Option) (*GetOpsItemOutput, error)

GetOpsItemWithContext is the same as GetOpsItem with the addition of the ability to pass a context and additional request options.

See GetOpsItem for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetOpsMetadata

func (c *SSM) GetOpsMetadata(input *GetOpsMetadataInput) (*GetOpsMetadataOutput, error)

GetOpsMetadata API operation for Amazon Simple Systems Manager (SSM).

View operational metadata related to an application in Application Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetOpsMetadata for usage and error information.

Returned Error Types:

  • OpsMetadataNotFoundException The OpsMetadata object doesn't exist.

  • OpsMetadataInvalidArgumentException One of the arguments passed is invalid.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetOpsMetadata

func (*SSM) GetOpsMetadataRequest

func (c *SSM) GetOpsMetadataRequest(input *GetOpsMetadataInput) (req *request.Request, output *GetOpsMetadataOutput)

GetOpsMetadataRequest generates a "aws/request.Request" representing the client's request for the GetOpsMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetOpsMetadata for more information on using the GetOpsMetadata API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetOpsMetadataRequest method.
req, resp := client.GetOpsMetadataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetOpsMetadata

func (*SSM) GetOpsMetadataWithContext

func (c *SSM) GetOpsMetadataWithContext(ctx aws.Context, input *GetOpsMetadataInput, opts ...request.Option) (*GetOpsMetadataOutput, error)

GetOpsMetadataWithContext is the same as GetOpsMetadata with the addition of the ability to pass a context and additional request options.

See GetOpsMetadata for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetOpsSummary

func (c *SSM) GetOpsSummary(input *GetOpsSummaryInput) (*GetOpsSummaryOutput, error)

GetOpsSummary API operation for Amazon Simple Systems Manager (SSM).

View a summary of operations metadata (OpsData) based on specified filters and aggregators. OpsData can include information about Amazon Web Services Systems Manager OpsCenter operational workitems (OpsItems) as well as information about any Amazon Web Services resource or service configured to report OpsData to Amazon Web Services Systems Manager Explorer.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetOpsSummary for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • ResourceDataSyncNotFoundException The specified sync name wasn't found.

  • InvalidFilter The filter name isn't valid. Verify the you entered the correct name and try again.

  • InvalidNextToken The specified token isn't valid.

  • InvalidTypeNameException The parameter type name isn't valid.

  • InvalidAggregatorException The specified aggregator isn't valid for inventory groups. Verify that the aggregator uses a valid inventory type such as AWS:Application or AWS:InstanceInformation.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetOpsSummary

func (*SSM) GetOpsSummaryPages

func (c *SSM) GetOpsSummaryPages(input *GetOpsSummaryInput, fn func(*GetOpsSummaryOutput, bool) bool) error

GetOpsSummaryPages iterates over the pages of a GetOpsSummary operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetOpsSummary method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetOpsSummary operation.
pageNum := 0
err := client.GetOpsSummaryPages(params,
    func(page *ssm.GetOpsSummaryOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) GetOpsSummaryPagesWithContext

func (c *SSM) GetOpsSummaryPagesWithContext(ctx aws.Context, input *GetOpsSummaryInput, fn func(*GetOpsSummaryOutput, bool) bool, opts ...request.Option) error

GetOpsSummaryPagesWithContext same as GetOpsSummaryPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetOpsSummaryRequest

func (c *SSM) GetOpsSummaryRequest(input *GetOpsSummaryInput) (req *request.Request, output *GetOpsSummaryOutput)

GetOpsSummaryRequest generates a "aws/request.Request" representing the client's request for the GetOpsSummary operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetOpsSummary for more information on using the GetOpsSummary API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetOpsSummaryRequest method.
req, resp := client.GetOpsSummaryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetOpsSummary

func (*SSM) GetOpsSummaryWithContext

func (c *SSM) GetOpsSummaryWithContext(ctx aws.Context, input *GetOpsSummaryInput, opts ...request.Option) (*GetOpsSummaryOutput, error)

GetOpsSummaryWithContext is the same as GetOpsSummary with the addition of the ability to pass a context and additional request options.

See GetOpsSummary for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetParameter

func (c *SSM) GetParameter(input *GetParameterInput) (*GetParameterOutput, error)

GetParameter API operation for Amazon Simple Systems Manager (SSM).

Get information about a single parameter by specifying the parameter name.

To get information about more than one parameter at a time, use the GetParameters operation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetParameter for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidKeyId The query key ID isn't valid.

  • ParameterNotFound The parameter couldn't be found. Verify the name and try again.

  • ParameterVersionNotFound The specified parameter version wasn't found. Verify the parameter name and version, and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParameter

func (*SSM) GetParameterHistory

func (c *SSM) GetParameterHistory(input *GetParameterHistoryInput) (*GetParameterHistoryOutput, error)

GetParameterHistory API operation for Amazon Simple Systems Manager (SSM).

Retrieves the history of all changes to a parameter.

If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, GetParameterHistory retrieves whatever the original key alias was referencing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetParameterHistory for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • ParameterNotFound The parameter couldn't be found. Verify the name and try again.

  • InvalidNextToken The specified token isn't valid.

  • InvalidKeyId The query key ID isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParameterHistory

func (*SSM) GetParameterHistoryPages

func (c *SSM) GetParameterHistoryPages(input *GetParameterHistoryInput, fn func(*GetParameterHistoryOutput, bool) bool) error

GetParameterHistoryPages iterates over the pages of a GetParameterHistory operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetParameterHistory method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetParameterHistory operation.
pageNum := 0
err := client.GetParameterHistoryPages(params,
    func(page *ssm.GetParameterHistoryOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) GetParameterHistoryPagesWithContext

func (c *SSM) GetParameterHistoryPagesWithContext(ctx aws.Context, input *GetParameterHistoryInput, fn func(*GetParameterHistoryOutput, bool) bool, opts ...request.Option) error

GetParameterHistoryPagesWithContext same as GetParameterHistoryPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetParameterHistoryRequest

func (c *SSM) GetParameterHistoryRequest(input *GetParameterHistoryInput) (req *request.Request, output *GetParameterHistoryOutput)

GetParameterHistoryRequest generates a "aws/request.Request" representing the client's request for the GetParameterHistory operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetParameterHistory for more information on using the GetParameterHistory API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetParameterHistoryRequest method.
req, resp := client.GetParameterHistoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParameterHistory

func (*SSM) GetParameterHistoryWithContext

func (c *SSM) GetParameterHistoryWithContext(ctx aws.Context, input *GetParameterHistoryInput, opts ...request.Option) (*GetParameterHistoryOutput, error)

GetParameterHistoryWithContext is the same as GetParameterHistory with the addition of the ability to pass a context and additional request options.

See GetParameterHistory for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetParameterRequest

func (c *SSM) GetParameterRequest(input *GetParameterInput) (req *request.Request, output *GetParameterOutput)

GetParameterRequest generates a "aws/request.Request" representing the client's request for the GetParameter operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetParameter for more information on using the GetParameter API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetParameterRequest method.
req, resp := client.GetParameterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParameter

func (*SSM) GetParameterWithContext

func (c *SSM) GetParameterWithContext(ctx aws.Context, input *GetParameterInput, opts ...request.Option) (*GetParameterOutput, error)

GetParameterWithContext is the same as GetParameter with the addition of the ability to pass a context and additional request options.

See GetParameter for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetParameters

func (c *SSM) GetParameters(input *GetParametersInput) (*GetParametersOutput, error)

GetParameters API operation for Amazon Simple Systems Manager (SSM).

Get information about one or more parameters by specifying multiple parameter names.

To get information about a single parameter, you can use the GetParameter operation instead.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetParameters for usage and error information.

Returned Error Types:

  • InvalidKeyId The query key ID isn't valid.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParameters

func (*SSM) GetParametersByPath

func (c *SSM) GetParametersByPath(input *GetParametersByPathInput) (*GetParametersByPathOutput, error)

GetParametersByPath API operation for Amazon Simple Systems Manager (SSM).

Retrieve information about one or more parameters in a specific hierarchy.

Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetParametersByPath for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidFilterKey The specified key isn't valid.

  • InvalidFilterOption The specified filter option isn't valid. Valid options are Equals and BeginsWith. For Path filter, valid options are Recursive and OneLevel.

  • InvalidFilterValue The filter value isn't valid. Verify the value and try again.

  • InvalidKeyId The query key ID isn't valid.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParametersByPath

func (*SSM) GetParametersByPathPages

func (c *SSM) GetParametersByPathPages(input *GetParametersByPathInput, fn func(*GetParametersByPathOutput, bool) bool) error

GetParametersByPathPages iterates over the pages of a GetParametersByPath operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetParametersByPath method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetParametersByPath operation.
pageNum := 0
err := client.GetParametersByPathPages(params,
    func(page *ssm.GetParametersByPathOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) GetParametersByPathPagesWithContext

func (c *SSM) GetParametersByPathPagesWithContext(ctx aws.Context, input *GetParametersByPathInput, fn func(*GetParametersByPathOutput, bool) bool, opts ...request.Option) error

GetParametersByPathPagesWithContext same as GetParametersByPathPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetParametersByPathRequest

func (c *SSM) GetParametersByPathRequest(input *GetParametersByPathInput) (req *request.Request, output *GetParametersByPathOutput)

GetParametersByPathRequest generates a "aws/request.Request" representing the client's request for the GetParametersByPath operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetParametersByPath for more information on using the GetParametersByPath API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetParametersByPathRequest method.
req, resp := client.GetParametersByPathRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParametersByPath

func (*SSM) GetParametersByPathWithContext

func (c *SSM) GetParametersByPathWithContext(ctx aws.Context, input *GetParametersByPathInput, opts ...request.Option) (*GetParametersByPathOutput, error)

GetParametersByPathWithContext is the same as GetParametersByPath with the addition of the ability to pass a context and additional request options.

See GetParametersByPath for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetParametersRequest

func (c *SSM) GetParametersRequest(input *GetParametersInput) (req *request.Request, output *GetParametersOutput)

GetParametersRequest generates a "aws/request.Request" representing the client's request for the GetParameters operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetParameters for more information on using the GetParameters API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetParametersRequest method.
req, resp := client.GetParametersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetParameters

func (*SSM) GetParametersWithContext

func (c *SSM) GetParametersWithContext(ctx aws.Context, input *GetParametersInput, opts ...request.Option) (*GetParametersOutput, error)

GetParametersWithContext is the same as GetParameters with the addition of the ability to pass a context and additional request options.

See GetParameters for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetPatchBaseline

func (c *SSM) GetPatchBaseline(input *GetPatchBaselineInput) (*GetPatchBaselineOutput, error)

GetPatchBaseline API operation for Amazon Simple Systems Manager (SSM).

Retrieves information about a patch baseline.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetPatchBaseline for usage and error information.

Returned Error Types:

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaseline

func (*SSM) GetPatchBaselineForPatchGroup

func (c *SSM) GetPatchBaselineForPatchGroup(input *GetPatchBaselineForPatchGroupInput) (*GetPatchBaselineForPatchGroupOutput, error)

GetPatchBaselineForPatchGroup API operation for Amazon Simple Systems Manager (SSM).

Retrieves the patch baseline that should be used for the specified patch group.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetPatchBaselineForPatchGroup for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaselineForPatchGroup

func (*SSM) GetPatchBaselineForPatchGroupRequest

func (c *SSM) GetPatchBaselineForPatchGroupRequest(input *GetPatchBaselineForPatchGroupInput) (req *request.Request, output *GetPatchBaselineForPatchGroupOutput)

GetPatchBaselineForPatchGroupRequest generates a "aws/request.Request" representing the client's request for the GetPatchBaselineForPatchGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetPatchBaselineForPatchGroup for more information on using the GetPatchBaselineForPatchGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetPatchBaselineForPatchGroupRequest method.
req, resp := client.GetPatchBaselineForPatchGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaselineForPatchGroup

func (*SSM) GetPatchBaselineForPatchGroupWithContext

func (c *SSM) GetPatchBaselineForPatchGroupWithContext(ctx aws.Context, input *GetPatchBaselineForPatchGroupInput, opts ...request.Option) (*GetPatchBaselineForPatchGroupOutput, error)

GetPatchBaselineForPatchGroupWithContext is the same as GetPatchBaselineForPatchGroup with the addition of the ability to pass a context and additional request options.

See GetPatchBaselineForPatchGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetPatchBaselineRequest

func (c *SSM) GetPatchBaselineRequest(input *GetPatchBaselineInput) (req *request.Request, output *GetPatchBaselineOutput)

GetPatchBaselineRequest generates a "aws/request.Request" representing the client's request for the GetPatchBaseline operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetPatchBaseline for more information on using the GetPatchBaseline API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetPatchBaselineRequest method.
req, resp := client.GetPatchBaselineRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetPatchBaseline

func (*SSM) GetPatchBaselineWithContext

func (c *SSM) GetPatchBaselineWithContext(ctx aws.Context, input *GetPatchBaselineInput, opts ...request.Option) (*GetPatchBaselineOutput, error)

GetPatchBaselineWithContext is the same as GetPatchBaseline with the addition of the ability to pass a context and additional request options.

See GetPatchBaseline for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetResourcePolicies

func (c *SSM) GetResourcePolicies(input *GetResourcePoliciesInput) (*GetResourcePoliciesOutput, error)

GetResourcePolicies API operation for Amazon Simple Systems Manager (SSM).

Returns an array of the Policy object.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetResourcePolicies for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • ResourcePolicyInvalidParameterException One or more parameters specified for the call aren't valid. Verify the parameters and their values and try again.

  • ResourceNotFoundException The specified parameter to be shared could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetResourcePolicies

func (*SSM) GetResourcePoliciesPages

func (c *SSM) GetResourcePoliciesPages(input *GetResourcePoliciesInput, fn func(*GetResourcePoliciesOutput, bool) bool) error

GetResourcePoliciesPages iterates over the pages of a GetResourcePolicies operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetResourcePolicies method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetResourcePolicies operation.
pageNum := 0
err := client.GetResourcePoliciesPages(params,
    func(page *ssm.GetResourcePoliciesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) GetResourcePoliciesPagesWithContext

func (c *SSM) GetResourcePoliciesPagesWithContext(ctx aws.Context, input *GetResourcePoliciesInput, fn func(*GetResourcePoliciesOutput, bool) bool, opts ...request.Option) error

GetResourcePoliciesPagesWithContext same as GetResourcePoliciesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetResourcePoliciesRequest

func (c *SSM) GetResourcePoliciesRequest(input *GetResourcePoliciesInput) (req *request.Request, output *GetResourcePoliciesOutput)

GetResourcePoliciesRequest generates a "aws/request.Request" representing the client's request for the GetResourcePolicies operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetResourcePolicies for more information on using the GetResourcePolicies API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetResourcePoliciesRequest method.
req, resp := client.GetResourcePoliciesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetResourcePolicies

func (*SSM) GetResourcePoliciesWithContext

func (c *SSM) GetResourcePoliciesWithContext(ctx aws.Context, input *GetResourcePoliciesInput, opts ...request.Option) (*GetResourcePoliciesOutput, error)

GetResourcePoliciesWithContext is the same as GetResourcePolicies with the addition of the ability to pass a context and additional request options.

See GetResourcePolicies for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) GetServiceSetting

func (c *SSM) GetServiceSetting(input *GetServiceSettingInput) (*GetServiceSettingOutput, error)

GetServiceSetting API operation for Amazon Simple Systems Manager (SSM).

ServiceSetting is an account-level setting for an Amazon Web Services service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services service team might create a default setting of false. This means the user can't use this feature unless they change the setting to true and intentionally opt in for a paid feature.

Services map a SettingId object to a setting value. Amazon Web Services services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the UpdateServiceSetting API operation to change the default setting. Or use the ResetServiceSetting to change the value back to the original value defined by the Amazon Web Services service team.

Query the current service setting for the Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation GetServiceSetting for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • ServiceSettingNotFound The specified service setting wasn't found. Either the service name or the setting hasn't been provisioned by the Amazon Web Services service team.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetServiceSetting

func (*SSM) GetServiceSettingRequest

func (c *SSM) GetServiceSettingRequest(input *GetServiceSettingInput) (req *request.Request, output *GetServiceSettingOutput)

GetServiceSettingRequest generates a "aws/request.Request" representing the client's request for the GetServiceSetting operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetServiceSetting for more information on using the GetServiceSetting API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetServiceSettingRequest method.
req, resp := client.GetServiceSettingRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetServiceSetting

func (*SSM) GetServiceSettingWithContext

func (c *SSM) GetServiceSettingWithContext(ctx aws.Context, input *GetServiceSettingInput, opts ...request.Option) (*GetServiceSettingOutput, error)

GetServiceSettingWithContext is the same as GetServiceSetting with the addition of the ability to pass a context and additional request options.

See GetServiceSetting for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) LabelParameterVersion

func (c *SSM) LabelParameterVersion(input *LabelParameterVersionInput) (*LabelParameterVersionOutput, error)

LabelParameterVersion API operation for Amazon Simple Systems Manager (SSM).

A parameter label is a user-defined alias to help you manage different versions of a parameter. When you modify a parameter, Amazon Web Services Systems Manager automatically saves a new version and increments the version number by one. A label can help you remember the purpose of a parameter when there are multiple versions.

Parameter labels have the following requirements and restrictions.

  • A version of a parameter can have a maximum of 10 labels.

  • You can't attach the same label to different versions of the same parameter. For example, if version 1 has the label Production, then you can't attach Production to version 2.

  • You can move a label from one version of a parameter to another.

  • You can't create a label when you create a new parameter. You must attach a label to a specific version of a parameter.

  • If you no longer want to use a parameter label, then you can either delete it or move it to a different version of a parameter.

  • A label can have a maximum of 100 characters.

  • Labels can contain letters (case sensitive), numbers, periods (.), hyphens (-), or underscores (_).

  • Labels can't begin with a number, "aws" or "ssm" (not case sensitive). If a label fails to meet these requirements, then the label isn't associated with a parameter and the system displays it in the list of InvalidLabels.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation LabelParameterVersion for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

  • ParameterNotFound The parameter couldn't be found. Verify the name and try again.

  • ParameterVersionNotFound The specified parameter version wasn't found. Verify the parameter name and version, and try again.

  • ParameterVersionLabelLimitExceeded A parameter version can have a maximum of ten labels.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/LabelParameterVersion

func (*SSM) LabelParameterVersionRequest

func (c *SSM) LabelParameterVersionRequest(input *LabelParameterVersionInput) (req *request.Request, output *LabelParameterVersionOutput)

LabelParameterVersionRequest generates a "aws/request.Request" representing the client's request for the LabelParameterVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See LabelParameterVersion for more information on using the LabelParameterVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the LabelParameterVersionRequest method.
req, resp := client.LabelParameterVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/LabelParameterVersion

func (*SSM) LabelParameterVersionWithContext

func (c *SSM) LabelParameterVersionWithContext(ctx aws.Context, input *LabelParameterVersionInput, opts ...request.Option) (*LabelParameterVersionOutput, error)

LabelParameterVersionWithContext is the same as LabelParameterVersion with the addition of the ability to pass a context and additional request options.

See LabelParameterVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListAssociationVersions

func (c *SSM) ListAssociationVersions(input *ListAssociationVersionsInput) (*ListAssociationVersionsOutput, error)

ListAssociationVersions API operation for Amazon Simple Systems Manager (SSM).

Retrieves all versions of an association for a specific association ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListAssociationVersions for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidNextToken The specified token isn't valid.

  • AssociationDoesNotExist The specified association doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListAssociationVersions

func (*SSM) ListAssociationVersionsPages

func (c *SSM) ListAssociationVersionsPages(input *ListAssociationVersionsInput, fn func(*ListAssociationVersionsOutput, bool) bool) error

ListAssociationVersionsPages iterates over the pages of a ListAssociationVersions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAssociationVersions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAssociationVersions operation.
pageNum := 0
err := client.ListAssociationVersionsPages(params,
    func(page *ssm.ListAssociationVersionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListAssociationVersionsPagesWithContext

func (c *SSM) ListAssociationVersionsPagesWithContext(ctx aws.Context, input *ListAssociationVersionsInput, fn func(*ListAssociationVersionsOutput, bool) bool, opts ...request.Option) error

ListAssociationVersionsPagesWithContext same as ListAssociationVersionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListAssociationVersionsRequest

func (c *SSM) ListAssociationVersionsRequest(input *ListAssociationVersionsInput) (req *request.Request, output *ListAssociationVersionsOutput)

ListAssociationVersionsRequest generates a "aws/request.Request" representing the client's request for the ListAssociationVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAssociationVersions for more information on using the ListAssociationVersions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAssociationVersionsRequest method.
req, resp := client.ListAssociationVersionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListAssociationVersions

func (*SSM) ListAssociationVersionsWithContext

func (c *SSM) ListAssociationVersionsWithContext(ctx aws.Context, input *ListAssociationVersionsInput, opts ...request.Option) (*ListAssociationVersionsOutput, error)

ListAssociationVersionsWithContext is the same as ListAssociationVersions with the addition of the ability to pass a context and additional request options.

See ListAssociationVersions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListAssociations

func (c *SSM) ListAssociations(input *ListAssociationsInput) (*ListAssociationsOutput, error)

ListAssociations API operation for Amazon Simple Systems Manager (SSM).

Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results to a specific State Manager association document or managed node by specifying a filter. State Manager is a capability of Amazon Web Services Systems Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListAssociations for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListAssociations

func (*SSM) ListAssociationsPages

func (c *SSM) ListAssociationsPages(input *ListAssociationsInput, fn func(*ListAssociationsOutput, bool) bool) error

ListAssociationsPages iterates over the pages of a ListAssociations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAssociations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAssociations operation.
pageNum := 0
err := client.ListAssociationsPages(params,
    func(page *ssm.ListAssociationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListAssociationsPagesWithContext

func (c *SSM) ListAssociationsPagesWithContext(ctx aws.Context, input *ListAssociationsInput, fn func(*ListAssociationsOutput, bool) bool, opts ...request.Option) error

ListAssociationsPagesWithContext same as ListAssociationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListAssociationsRequest

func (c *SSM) ListAssociationsRequest(input *ListAssociationsInput) (req *request.Request, output *ListAssociationsOutput)

ListAssociationsRequest generates a "aws/request.Request" representing the client's request for the ListAssociations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAssociations for more information on using the ListAssociations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAssociationsRequest method.
req, resp := client.ListAssociationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListAssociations

func (*SSM) ListAssociationsWithContext

func (c *SSM) ListAssociationsWithContext(ctx aws.Context, input *ListAssociationsInput, opts ...request.Option) (*ListAssociationsOutput, error)

ListAssociationsWithContext is the same as ListAssociations with the addition of the ability to pass a context and additional request options.

See ListAssociations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListCommandInvocations

func (c *SSM) ListCommandInvocations(input *ListCommandInvocationsInput) (*ListCommandInvocationsOutput, error)

ListCommandInvocations API operation for Amazon Simple Systems Manager (SSM).

An invocation is copy of a command sent to a specific managed node. A command can apply to one or more managed nodes. A command invocation applies to one managed node. For example, if a user runs SendCommand against three managed nodes, then a command invocation is created for each requested managed node ID. ListCommandInvocations provide status about command execution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListCommandInvocations for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidCommandId The specified command ID isn't valid. Verify the ID and try again.

  • InvalidInstanceId The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

  • InvalidFilterKey The specified key isn't valid.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListCommandInvocations

func (*SSM) ListCommandInvocationsPages

func (c *SSM) ListCommandInvocationsPages(input *ListCommandInvocationsInput, fn func(*ListCommandInvocationsOutput, bool) bool) error

ListCommandInvocationsPages iterates over the pages of a ListCommandInvocations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListCommandInvocations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListCommandInvocations operation.
pageNum := 0
err := client.ListCommandInvocationsPages(params,
    func(page *ssm.ListCommandInvocationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListCommandInvocationsPagesWithContext

func (c *SSM) ListCommandInvocationsPagesWithContext(ctx aws.Context, input *ListCommandInvocationsInput, fn func(*ListCommandInvocationsOutput, bool) bool, opts ...request.Option) error

ListCommandInvocationsPagesWithContext same as ListCommandInvocationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListCommandInvocationsRequest

func (c *SSM) ListCommandInvocationsRequest(input *ListCommandInvocationsInput) (req *request.Request, output *ListCommandInvocationsOutput)

ListCommandInvocationsRequest generates a "aws/request.Request" representing the client's request for the ListCommandInvocations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListCommandInvocations for more information on using the ListCommandInvocations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListCommandInvocationsRequest method.
req, resp := client.ListCommandInvocationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListCommandInvocations

func (*SSM) ListCommandInvocationsWithContext

func (c *SSM) ListCommandInvocationsWithContext(ctx aws.Context, input *ListCommandInvocationsInput, opts ...request.Option) (*ListCommandInvocationsOutput, error)

ListCommandInvocationsWithContext is the same as ListCommandInvocations with the addition of the ability to pass a context and additional request options.

See ListCommandInvocations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListCommands

func (c *SSM) ListCommands(input *ListCommandsInput) (*ListCommandsOutput, error)

ListCommands API operation for Amazon Simple Systems Manager (SSM).

Lists the commands requested by users of the Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListCommands for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidCommandId The specified command ID isn't valid. Verify the ID and try again.

  • InvalidInstanceId The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

  • InvalidFilterKey The specified key isn't valid.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListCommands

func (*SSM) ListCommandsPages

func (c *SSM) ListCommandsPages(input *ListCommandsInput, fn func(*ListCommandsOutput, bool) bool) error

ListCommandsPages iterates over the pages of a ListCommands operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListCommands method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListCommands operation.
pageNum := 0
err := client.ListCommandsPages(params,
    func(page *ssm.ListCommandsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListCommandsPagesWithContext

func (c *SSM) ListCommandsPagesWithContext(ctx aws.Context, input *ListCommandsInput, fn func(*ListCommandsOutput, bool) bool, opts ...request.Option) error

ListCommandsPagesWithContext same as ListCommandsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListCommandsRequest

func (c *SSM) ListCommandsRequest(input *ListCommandsInput) (req *request.Request, output *ListCommandsOutput)

ListCommandsRequest generates a "aws/request.Request" representing the client's request for the ListCommands operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListCommands for more information on using the ListCommands API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListCommandsRequest method.
req, resp := client.ListCommandsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListCommands

func (*SSM) ListCommandsWithContext

func (c *SSM) ListCommandsWithContext(ctx aws.Context, input *ListCommandsInput, opts ...request.Option) (*ListCommandsOutput, error)

ListCommandsWithContext is the same as ListCommands with the addition of the ability to pass a context and additional request options.

See ListCommands for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListComplianceItems

func (c *SSM) ListComplianceItems(input *ListComplianceItemsInput) (*ListComplianceItemsOutput, error)

ListComplianceItems API operation for Amazon Simple Systems Manager (SSM).

For a specified resource ID, this API operation returns a list of compliance statuses for different resource types. Currently, you can only specify one resource ID per call. List results depend on the criteria specified in the filter.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListComplianceItems for usage and error information.

Returned Error Types:

  • InvalidResourceType The resource type isn't valid. For example, if you are attempting to tag an EC2 instance, the instance must be a registered managed node.

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

  • InternalServerError An error occurred on the server side.

  • InvalidFilter The filter name isn't valid. Verify the you entered the correct name and try again.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListComplianceItems

func (*SSM) ListComplianceItemsPages

func (c *SSM) ListComplianceItemsPages(input *ListComplianceItemsInput, fn func(*ListComplianceItemsOutput, bool) bool) error

ListComplianceItemsPages iterates over the pages of a ListComplianceItems operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListComplianceItems method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListComplianceItems operation.
pageNum := 0
err := client.ListComplianceItemsPages(params,
    func(page *ssm.ListComplianceItemsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListComplianceItemsPagesWithContext

func (c *SSM) ListComplianceItemsPagesWithContext(ctx aws.Context, input *ListComplianceItemsInput, fn func(*ListComplianceItemsOutput, bool) bool, opts ...request.Option) error

ListComplianceItemsPagesWithContext same as ListComplianceItemsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListComplianceItemsRequest

func (c *SSM) ListComplianceItemsRequest(input *ListComplianceItemsInput) (req *request.Request, output *ListComplianceItemsOutput)

ListComplianceItemsRequest generates a "aws/request.Request" representing the client's request for the ListComplianceItems operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListComplianceItems for more information on using the ListComplianceItems API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListComplianceItemsRequest method.
req, resp := client.ListComplianceItemsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListComplianceItems

func (*SSM) ListComplianceItemsWithContext

func (c *SSM) ListComplianceItemsWithContext(ctx aws.Context, input *ListComplianceItemsInput, opts ...request.Option) (*ListComplianceItemsOutput, error)

ListComplianceItemsWithContext is the same as ListComplianceItems with the addition of the ability to pass a context and additional request options.

See ListComplianceItems for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListComplianceSummaries

func (c *SSM) ListComplianceSummaries(input *ListComplianceSummariesInput) (*ListComplianceSummariesOutput, error)

ListComplianceSummaries API operation for Amazon Simple Systems Manager (SSM).

Returns a summary count of compliant and non-compliant resources for a compliance type. For example, this call can return State Manager associations, patches, or custom compliance types according to the filter criteria that you specify.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListComplianceSummaries for usage and error information.

Returned Error Types:

  • InvalidFilter The filter name isn't valid. Verify the you entered the correct name and try again.

  • InvalidNextToken The specified token isn't valid.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListComplianceSummaries

func (*SSM) ListComplianceSummariesPages

func (c *SSM) ListComplianceSummariesPages(input *ListComplianceSummariesInput, fn func(*ListComplianceSummariesOutput, bool) bool) error

ListComplianceSummariesPages iterates over the pages of a ListComplianceSummaries operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListComplianceSummaries method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListComplianceSummaries operation.
pageNum := 0
err := client.ListComplianceSummariesPages(params,
    func(page *ssm.ListComplianceSummariesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListComplianceSummariesPagesWithContext

func (c *SSM) ListComplianceSummariesPagesWithContext(ctx aws.Context, input *ListComplianceSummariesInput, fn func(*ListComplianceSummariesOutput, bool) bool, opts ...request.Option) error

ListComplianceSummariesPagesWithContext same as ListComplianceSummariesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListComplianceSummariesRequest

func (c *SSM) ListComplianceSummariesRequest(input *ListComplianceSummariesInput) (req *request.Request, output *ListComplianceSummariesOutput)

ListComplianceSummariesRequest generates a "aws/request.Request" representing the client's request for the ListComplianceSummaries operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListComplianceSummaries for more information on using the ListComplianceSummaries API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListComplianceSummariesRequest method.
req, resp := client.ListComplianceSummariesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListComplianceSummaries

func (*SSM) ListComplianceSummariesWithContext

func (c *SSM) ListComplianceSummariesWithContext(ctx aws.Context, input *ListComplianceSummariesInput, opts ...request.Option) (*ListComplianceSummariesOutput, error)

ListComplianceSummariesWithContext is the same as ListComplianceSummaries with the addition of the ability to pass a context and additional request options.

See ListComplianceSummaries for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListDocumentMetadataHistory

func (c *SSM) ListDocumentMetadataHistory(input *ListDocumentMetadataHistoryInput) (*ListDocumentMetadataHistoryOutput, error)

ListDocumentMetadataHistory API operation for Amazon Simple Systems Manager (SSM).

Information about approval reviews for a version of a change template in Change Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListDocumentMetadataHistory for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListDocumentMetadataHistory

func (*SSM) ListDocumentMetadataHistoryRequest

func (c *SSM) ListDocumentMetadataHistoryRequest(input *ListDocumentMetadataHistoryInput) (req *request.Request, output *ListDocumentMetadataHistoryOutput)

ListDocumentMetadataHistoryRequest generates a "aws/request.Request" representing the client's request for the ListDocumentMetadataHistory operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDocumentMetadataHistory for more information on using the ListDocumentMetadataHistory API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDocumentMetadataHistoryRequest method.
req, resp := client.ListDocumentMetadataHistoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListDocumentMetadataHistory

func (*SSM) ListDocumentMetadataHistoryWithContext

func (c *SSM) ListDocumentMetadataHistoryWithContext(ctx aws.Context, input *ListDocumentMetadataHistoryInput, opts ...request.Option) (*ListDocumentMetadataHistoryOutput, error)

ListDocumentMetadataHistoryWithContext is the same as ListDocumentMetadataHistory with the addition of the ability to pass a context and additional request options.

See ListDocumentMetadataHistory for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListDocumentVersions

func (c *SSM) ListDocumentVersions(input *ListDocumentVersionsInput) (*ListDocumentVersionsOutput, error)

ListDocumentVersions API operation for Amazon Simple Systems Manager (SSM).

List all versions for a document.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListDocumentVersions for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidNextToken The specified token isn't valid.

  • InvalidDocument The specified SSM document doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListDocumentVersions

func (*SSM) ListDocumentVersionsPages

func (c *SSM) ListDocumentVersionsPages(input *ListDocumentVersionsInput, fn func(*ListDocumentVersionsOutput, bool) bool) error

ListDocumentVersionsPages iterates over the pages of a ListDocumentVersions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDocumentVersions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDocumentVersions operation.
pageNum := 0
err := client.ListDocumentVersionsPages(params,
    func(page *ssm.ListDocumentVersionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListDocumentVersionsPagesWithContext

func (c *SSM) ListDocumentVersionsPagesWithContext(ctx aws.Context, input *ListDocumentVersionsInput, fn func(*ListDocumentVersionsOutput, bool) bool, opts ...request.Option) error

ListDocumentVersionsPagesWithContext same as ListDocumentVersionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListDocumentVersionsRequest

func (c *SSM) ListDocumentVersionsRequest(input *ListDocumentVersionsInput) (req *request.Request, output *ListDocumentVersionsOutput)

ListDocumentVersionsRequest generates a "aws/request.Request" representing the client's request for the ListDocumentVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDocumentVersions for more information on using the ListDocumentVersions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDocumentVersionsRequest method.
req, resp := client.ListDocumentVersionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListDocumentVersions

func (*SSM) ListDocumentVersionsWithContext

func (c *SSM) ListDocumentVersionsWithContext(ctx aws.Context, input *ListDocumentVersionsInput, opts ...request.Option) (*ListDocumentVersionsOutput, error)

ListDocumentVersionsWithContext is the same as ListDocumentVersions with the addition of the ability to pass a context and additional request options.

See ListDocumentVersions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListDocuments

func (c *SSM) ListDocuments(input *ListDocumentsInput) (*ListDocumentsOutput, error)

ListDocuments API operation for Amazon Simple Systems Manager (SSM).

Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results of this request by using a filter.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListDocuments for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidNextToken The specified token isn't valid.

  • InvalidFilterKey The specified key isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListDocuments

func (*SSM) ListDocumentsPages

func (c *SSM) ListDocumentsPages(input *ListDocumentsInput, fn func(*ListDocumentsOutput, bool) bool) error

ListDocumentsPages iterates over the pages of a ListDocuments operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDocuments method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDocuments operation.
pageNum := 0
err := client.ListDocumentsPages(params,
    func(page *ssm.ListDocumentsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListDocumentsPagesWithContext

func (c *SSM) ListDocumentsPagesWithContext(ctx aws.Context, input *ListDocumentsInput, fn func(*ListDocumentsOutput, bool) bool, opts ...request.Option) error

ListDocumentsPagesWithContext same as ListDocumentsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListDocumentsRequest

func (c *SSM) ListDocumentsRequest(input *ListDocumentsInput) (req *request.Request, output *ListDocumentsOutput)

ListDocumentsRequest generates a "aws/request.Request" representing the client's request for the ListDocuments operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDocuments for more information on using the ListDocuments API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDocumentsRequest method.
req, resp := client.ListDocumentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListDocuments

func (*SSM) ListDocumentsWithContext

func (c *SSM) ListDocumentsWithContext(ctx aws.Context, input *ListDocumentsInput, opts ...request.Option) (*ListDocumentsOutput, error)

ListDocumentsWithContext is the same as ListDocuments with the addition of the ability to pass a context and additional request options.

See ListDocuments for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListInventoryEntries

func (c *SSM) ListInventoryEntries(input *ListInventoryEntriesInput) (*ListInventoryEntriesOutput, error)

ListInventoryEntries API operation for Amazon Simple Systems Manager (SSM).

A list of inventory items returned by the request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListInventoryEntries for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidInstanceId The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

  • InvalidTypeNameException The parameter type name isn't valid.

  • InvalidFilter The filter name isn't valid. Verify the you entered the correct name and try again.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListInventoryEntries

func (*SSM) ListInventoryEntriesRequest

func (c *SSM) ListInventoryEntriesRequest(input *ListInventoryEntriesInput) (req *request.Request, output *ListInventoryEntriesOutput)

ListInventoryEntriesRequest generates a "aws/request.Request" representing the client's request for the ListInventoryEntries operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListInventoryEntries for more information on using the ListInventoryEntries API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListInventoryEntriesRequest method.
req, resp := client.ListInventoryEntriesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListInventoryEntries

func (*SSM) ListInventoryEntriesWithContext

func (c *SSM) ListInventoryEntriesWithContext(ctx aws.Context, input *ListInventoryEntriesInput, opts ...request.Option) (*ListInventoryEntriesOutput, error)

ListInventoryEntriesWithContext is the same as ListInventoryEntries with the addition of the ability to pass a context and additional request options.

See ListInventoryEntries for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListOpsItemEvents

func (c *SSM) ListOpsItemEvents(input *ListOpsItemEventsInput) (*ListOpsItemEventsOutput, error)

ListOpsItemEvents API operation for Amazon Simple Systems Manager (SSM).

Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account. You can limit the results to events associated with specific OpsItems by specifying a filter.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListOpsItemEvents for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • OpsItemNotFoundException The specified OpsItem ID doesn't exist. Verify the ID and try again.

  • OpsItemLimitExceededException The request caused OpsItems to exceed one or more quotas.

  • OpsItemInvalidParameterException A specified parameter argument isn't valid. Verify the available arguments and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListOpsItemEvents

func (*SSM) ListOpsItemEventsPages

func (c *SSM) ListOpsItemEventsPages(input *ListOpsItemEventsInput, fn func(*ListOpsItemEventsOutput, bool) bool) error

ListOpsItemEventsPages iterates over the pages of a ListOpsItemEvents operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListOpsItemEvents method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListOpsItemEvents operation.
pageNum := 0
err := client.ListOpsItemEventsPages(params,
    func(page *ssm.ListOpsItemEventsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListOpsItemEventsPagesWithContext

func (c *SSM) ListOpsItemEventsPagesWithContext(ctx aws.Context, input *ListOpsItemEventsInput, fn func(*ListOpsItemEventsOutput, bool) bool, opts ...request.Option) error

ListOpsItemEventsPagesWithContext same as ListOpsItemEventsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListOpsItemEventsRequest

func (c *SSM) ListOpsItemEventsRequest(input *ListOpsItemEventsInput) (req *request.Request, output *ListOpsItemEventsOutput)

ListOpsItemEventsRequest generates a "aws/request.Request" representing the client's request for the ListOpsItemEvents operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListOpsItemEvents for more information on using the ListOpsItemEvents API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListOpsItemEventsRequest method.
req, resp := client.ListOpsItemEventsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListOpsItemEvents

func (*SSM) ListOpsItemEventsWithContext

func (c *SSM) ListOpsItemEventsWithContext(ctx aws.Context, input *ListOpsItemEventsInput, opts ...request.Option) (*ListOpsItemEventsOutput, error)

ListOpsItemEventsWithContext is the same as ListOpsItemEvents with the addition of the ability to pass a context and additional request options.

See ListOpsItemEvents for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListOpsItemRelatedItems

func (c *SSM) ListOpsItemRelatedItems(input *ListOpsItemRelatedItemsInput) (*ListOpsItemRelatedItemsOutput, error)

ListOpsItemRelatedItems API operation for Amazon Simple Systems Manager (SSM).

Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem. OpsCenter is a capability of Amazon Web Services Systems Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListOpsItemRelatedItems for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • OpsItemInvalidParameterException A specified parameter argument isn't valid. Verify the available arguments and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListOpsItemRelatedItems

func (*SSM) ListOpsItemRelatedItemsPages

func (c *SSM) ListOpsItemRelatedItemsPages(input *ListOpsItemRelatedItemsInput, fn func(*ListOpsItemRelatedItemsOutput, bool) bool) error

ListOpsItemRelatedItemsPages iterates over the pages of a ListOpsItemRelatedItems operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListOpsItemRelatedItems method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListOpsItemRelatedItems operation.
pageNum := 0
err := client.ListOpsItemRelatedItemsPages(params,
    func(page *ssm.ListOpsItemRelatedItemsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListOpsItemRelatedItemsPagesWithContext

func (c *SSM) ListOpsItemRelatedItemsPagesWithContext(ctx aws.Context, input *ListOpsItemRelatedItemsInput, fn func(*ListOpsItemRelatedItemsOutput, bool) bool, opts ...request.Option) error

ListOpsItemRelatedItemsPagesWithContext same as ListOpsItemRelatedItemsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListOpsItemRelatedItemsRequest

func (c *SSM) ListOpsItemRelatedItemsRequest(input *ListOpsItemRelatedItemsInput) (req *request.Request, output *ListOpsItemRelatedItemsOutput)

ListOpsItemRelatedItemsRequest generates a "aws/request.Request" representing the client's request for the ListOpsItemRelatedItems operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListOpsItemRelatedItems for more information on using the ListOpsItemRelatedItems API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListOpsItemRelatedItemsRequest method.
req, resp := client.ListOpsItemRelatedItemsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListOpsItemRelatedItems

func (*SSM) ListOpsItemRelatedItemsWithContext

func (c *SSM) ListOpsItemRelatedItemsWithContext(ctx aws.Context, input *ListOpsItemRelatedItemsInput, opts ...request.Option) (*ListOpsItemRelatedItemsOutput, error)

ListOpsItemRelatedItemsWithContext is the same as ListOpsItemRelatedItems with the addition of the ability to pass a context and additional request options.

See ListOpsItemRelatedItems for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListOpsMetadata

func (c *SSM) ListOpsMetadata(input *ListOpsMetadataInput) (*ListOpsMetadataOutput, error)

ListOpsMetadata API operation for Amazon Simple Systems Manager (SSM).

Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata objects or blobs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListOpsMetadata for usage and error information.

Returned Error Types:

  • OpsMetadataInvalidArgumentException One of the arguments passed is invalid.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListOpsMetadata

func (*SSM) ListOpsMetadataPages

func (c *SSM) ListOpsMetadataPages(input *ListOpsMetadataInput, fn func(*ListOpsMetadataOutput, bool) bool) error

ListOpsMetadataPages iterates over the pages of a ListOpsMetadata operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListOpsMetadata method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListOpsMetadata operation.
pageNum := 0
err := client.ListOpsMetadataPages(params,
    func(page *ssm.ListOpsMetadataOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListOpsMetadataPagesWithContext

func (c *SSM) ListOpsMetadataPagesWithContext(ctx aws.Context, input *ListOpsMetadataInput, fn func(*ListOpsMetadataOutput, bool) bool, opts ...request.Option) error

ListOpsMetadataPagesWithContext same as ListOpsMetadataPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListOpsMetadataRequest

func (c *SSM) ListOpsMetadataRequest(input *ListOpsMetadataInput) (req *request.Request, output *ListOpsMetadataOutput)

ListOpsMetadataRequest generates a "aws/request.Request" representing the client's request for the ListOpsMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListOpsMetadata for more information on using the ListOpsMetadata API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListOpsMetadataRequest method.
req, resp := client.ListOpsMetadataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListOpsMetadata

func (*SSM) ListOpsMetadataWithContext

func (c *SSM) ListOpsMetadataWithContext(ctx aws.Context, input *ListOpsMetadataInput, opts ...request.Option) (*ListOpsMetadataOutput, error)

ListOpsMetadataWithContext is the same as ListOpsMetadata with the addition of the ability to pass a context and additional request options.

See ListOpsMetadata for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListResourceComplianceSummaries

func (c *SSM) ListResourceComplianceSummaries(input *ListResourceComplianceSummariesInput) (*ListResourceComplianceSummariesOutput, error)

ListResourceComplianceSummaries API operation for Amazon Simple Systems Manager (SSM).

Returns a resource-level summary count. The summary includes information about compliant and non-compliant statuses and detailed compliance-item severity counts, according to the filter criteria you specify.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListResourceComplianceSummaries for usage and error information.

Returned Error Types:

  • InvalidFilter The filter name isn't valid. Verify the you entered the correct name and try again.

  • InvalidNextToken The specified token isn't valid.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListResourceComplianceSummaries

func (*SSM) ListResourceComplianceSummariesPages

func (c *SSM) ListResourceComplianceSummariesPages(input *ListResourceComplianceSummariesInput, fn func(*ListResourceComplianceSummariesOutput, bool) bool) error

ListResourceComplianceSummariesPages iterates over the pages of a ListResourceComplianceSummaries operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListResourceComplianceSummaries method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListResourceComplianceSummaries operation.
pageNum := 0
err := client.ListResourceComplianceSummariesPages(params,
    func(page *ssm.ListResourceComplianceSummariesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListResourceComplianceSummariesPagesWithContext

func (c *SSM) ListResourceComplianceSummariesPagesWithContext(ctx aws.Context, input *ListResourceComplianceSummariesInput, fn func(*ListResourceComplianceSummariesOutput, bool) bool, opts ...request.Option) error

ListResourceComplianceSummariesPagesWithContext same as ListResourceComplianceSummariesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListResourceComplianceSummariesRequest

func (c *SSM) ListResourceComplianceSummariesRequest(input *ListResourceComplianceSummariesInput) (req *request.Request, output *ListResourceComplianceSummariesOutput)

ListResourceComplianceSummariesRequest generates a "aws/request.Request" representing the client's request for the ListResourceComplianceSummaries operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListResourceComplianceSummaries for more information on using the ListResourceComplianceSummaries API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListResourceComplianceSummariesRequest method.
req, resp := client.ListResourceComplianceSummariesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListResourceComplianceSummaries

func (*SSM) ListResourceComplianceSummariesWithContext

func (c *SSM) ListResourceComplianceSummariesWithContext(ctx aws.Context, input *ListResourceComplianceSummariesInput, opts ...request.Option) (*ListResourceComplianceSummariesOutput, error)

ListResourceComplianceSummariesWithContext is the same as ListResourceComplianceSummaries with the addition of the ability to pass a context and additional request options.

See ListResourceComplianceSummaries for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListResourceDataSync

func (c *SSM) ListResourceDataSync(input *ListResourceDataSyncInput) (*ListResourceDataSyncOutput, error)

ListResourceDataSync API operation for Amazon Simple Systems Manager (SSM).

Lists your resource data sync configurations. Includes information about the last time a sync attempted to start, the last sync status, and the last time a sync successfully completed.

The number of sync configurations might be too large to return using a single call to ListResourceDataSync. You can limit the number of sync configurations returned by using the MaxResults parameter. To determine whether there are more sync configurations to list, check the value of NextToken in the output. If there are more sync configurations to list, you can request them by specifying the NextToken returned in the call to the parameter of a subsequent call.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListResourceDataSync for usage and error information.

Returned Error Types:

  • ResourceDataSyncInvalidConfigurationException The specified sync configuration is invalid.

  • InternalServerError An error occurred on the server side.

  • InvalidNextToken The specified token isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListResourceDataSync

func (*SSM) ListResourceDataSyncPages

func (c *SSM) ListResourceDataSyncPages(input *ListResourceDataSyncInput, fn func(*ListResourceDataSyncOutput, bool) bool) error

ListResourceDataSyncPages iterates over the pages of a ListResourceDataSync operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListResourceDataSync method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListResourceDataSync operation.
pageNum := 0
err := client.ListResourceDataSyncPages(params,
    func(page *ssm.ListResourceDataSyncOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SSM) ListResourceDataSyncPagesWithContext

func (c *SSM) ListResourceDataSyncPagesWithContext(ctx aws.Context, input *ListResourceDataSyncInput, fn func(*ListResourceDataSyncOutput, bool) bool, opts ...request.Option) error

ListResourceDataSyncPagesWithContext same as ListResourceDataSyncPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListResourceDataSyncRequest

func (c *SSM) ListResourceDataSyncRequest(input *ListResourceDataSyncInput) (req *request.Request, output *ListResourceDataSyncOutput)

ListResourceDataSyncRequest generates a "aws/request.Request" representing the client's request for the ListResourceDataSync operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListResourceDataSync for more information on using the ListResourceDataSync API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListResourceDataSyncRequest method.
req, resp := client.ListResourceDataSyncRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListResourceDataSync

func (*SSM) ListResourceDataSyncWithContext

func (c *SSM) ListResourceDataSyncWithContext(ctx aws.Context, input *ListResourceDataSyncInput, opts ...request.Option) (*ListResourceDataSyncOutput, error)

ListResourceDataSyncWithContext is the same as ListResourceDataSync with the addition of the ability to pass a context and additional request options.

See ListResourceDataSync for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ListTagsForResource

func (c *SSM) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for Amazon Simple Systems Manager (SSM).

Returns a list of the tags assigned to the specified resource.

For information about the ID format for each supported resource type, see AddTagsToResource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ListTagsForResource for usage and error information.

Returned Error Types:

  • InvalidResourceType The resource type isn't valid. For example, if you are attempting to tag an EC2 instance, the instance must be a registered managed node.

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListTagsForResource

func (*SSM) ListTagsForResourceRequest

func (c *SSM) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListTagsForResource

func (*SSM) ListTagsForResourceWithContext

func (c *SSM) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.

See ListTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ModifyDocumentPermission

func (c *SSM) ModifyDocumentPermission(input *ModifyDocumentPermissionInput) (*ModifyDocumentPermissionOutput, error)

ModifyDocumentPermission API operation for Amazon Simple Systems Manager (SSM).

Shares a Amazon Web Services Systems Manager document (SSM document)publicly or privately. If you share a document privately, you must specify the Amazon Web Services user IDs for those people who can use the document. If you share a document publicly, you must specify All as the account ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ModifyDocumentPermission for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidPermissionType The permission type isn't supported. Share is the only supported permission type.

  • DocumentPermissionLimit The document can't be shared with more Amazon Web Services accounts. You can specify a maximum of 20 accounts per API operation to share a private document.

    By default, you can share a private document with a maximum of 1,000 accounts and publicly share up to five documents.

    If you need to increase the quota for privately or publicly shared Systems Manager documents, contact Amazon Web Services Support.

  • DocumentLimitExceeded You can have at most 500 active SSM documents.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ModifyDocumentPermission

func (*SSM) ModifyDocumentPermissionRequest

func (c *SSM) ModifyDocumentPermissionRequest(input *ModifyDocumentPermissionInput) (req *request.Request, output *ModifyDocumentPermissionOutput)

ModifyDocumentPermissionRequest generates a "aws/request.Request" representing the client's request for the ModifyDocumentPermission operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ModifyDocumentPermission for more information on using the ModifyDocumentPermission API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ModifyDocumentPermissionRequest method.
req, resp := client.ModifyDocumentPermissionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ModifyDocumentPermission

func (*SSM) ModifyDocumentPermissionWithContext

func (c *SSM) ModifyDocumentPermissionWithContext(ctx aws.Context, input *ModifyDocumentPermissionInput, opts ...request.Option) (*ModifyDocumentPermissionOutput, error)

ModifyDocumentPermissionWithContext is the same as ModifyDocumentPermission with the addition of the ability to pass a context and additional request options.

See ModifyDocumentPermission for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) PutComplianceItems

func (c *SSM) PutComplianceItems(input *PutComplianceItemsInput) (*PutComplianceItemsOutput, error)

PutComplianceItems API operation for Amazon Simple Systems Manager (SSM).

Registers a compliance type and other compliance details on a designated resource. This operation lets you register custom compliance details with a resource. This call overwrites existing compliance information on the resource, so you must provide a full list of compliance items each time that you send the request.

ComplianceType can be one of the following:

  • ExecutionId: The execution ID when the patch, association, or custom compliance item was applied.

  • ExecutionType: Specify patch, association, or Custom:string.

  • ExecutionTime. The time the patch, association, or custom compliance item was applied to the managed node.

  • Id: The patch, association, or custom compliance ID.

  • Title: A title.

  • Status: The status of the compliance item. For example, approved for patches, or Failed for associations.

  • Severity: A patch severity. For example, Critical.

  • DocumentName: An SSM document name. For example, AWS-RunPatchBaseline.

  • DocumentVersion: An SSM document version number. For example, 4.

  • Classification: A patch classification. For example, security updates.

  • PatchBaselineId: A patch baseline ID.

  • PatchSeverity: A patch severity. For example, Critical.

  • PatchState: A patch state. For example, InstancesWithFailedPatches.

  • PatchGroup: The name of a patch group.

  • InstalledTime: The time the association, patch, or custom compliance item was applied to the resource. Specify the time by using the following format: yyyy-MM-dd'T'HH:mm:ss'Z'

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation PutComplianceItems for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidItemContentException One or more content items isn't valid.

  • TotalSizeLimitExceededException The size of inventory data has exceeded the total size limit for the resource.

  • ItemSizeLimitExceededException The inventory item size has exceeded the size limit.

  • ComplianceTypeCountLimitExceededException You specified too many custom compliance types. You can specify a maximum of 10 different types.

  • InvalidResourceType The resource type isn't valid. For example, if you are attempting to tag an EC2 instance, the instance must be a registered managed node.

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutComplianceItems

func (*SSM) PutComplianceItemsRequest

func (c *SSM) PutComplianceItemsRequest(input *PutComplianceItemsInput) (req *request.Request, output *PutComplianceItemsOutput)

PutComplianceItemsRequest generates a "aws/request.Request" representing the client's request for the PutComplianceItems operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutComplianceItems for more information on using the PutComplianceItems API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutComplianceItemsRequest method.
req, resp := client.PutComplianceItemsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutComplianceItems

func (*SSM) PutComplianceItemsWithContext

func (c *SSM) PutComplianceItemsWithContext(ctx aws.Context, input *PutComplianceItemsInput, opts ...request.Option) (*PutComplianceItemsOutput, error)

PutComplianceItemsWithContext is the same as PutComplianceItems with the addition of the ability to pass a context and additional request options.

See PutComplianceItems for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) PutInventory

func (c *SSM) PutInventory(input *PutInventoryInput) (*PutInventoryOutput, error)

PutInventory API operation for Amazon Simple Systems Manager (SSM).

Bulk update custom inventory items on one or more managed nodes. The request adds an inventory item, if it doesn't already exist, or updates an inventory item, if it does exist.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation PutInventory for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidInstanceId The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

  • InvalidTypeNameException The parameter type name isn't valid.

  • InvalidItemContentException One or more content items isn't valid.

  • TotalSizeLimitExceededException The size of inventory data has exceeded the total size limit for the resource.

  • ItemSizeLimitExceededException The inventory item size has exceeded the size limit.

  • ItemContentMismatchException The inventory item has invalid content.

  • CustomSchemaCountLimitExceededException You have exceeded the limit for custom schemas. Delete one or more custom schemas and try again.

  • UnsupportedInventorySchemaVersionException Inventory item type schema version has to match supported versions in the service. Check output of GetInventorySchema to see the available schema version for each type.

  • UnsupportedInventoryItemContextException The Context attribute that you specified for the InventoryItem isn't allowed for this inventory type. You can only use the Context attribute with inventory types like AWS:ComplianceItem.

  • InvalidInventoryItemContextException You specified invalid keys or values in the Context attribute for InventoryItem. Verify the keys and values, and try again.

  • SubTypeCountLimitExceededException The sub-type count exceeded the limit for the inventory type.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutInventory

func (*SSM) PutInventoryRequest

func (c *SSM) PutInventoryRequest(input *PutInventoryInput) (req *request.Request, output *PutInventoryOutput)

PutInventoryRequest generates a "aws/request.Request" representing the client's request for the PutInventory operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutInventory for more information on using the PutInventory API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutInventoryRequest method.
req, resp := client.PutInventoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutInventory

func (*SSM) PutInventoryWithContext

func (c *SSM) PutInventoryWithContext(ctx aws.Context, input *PutInventoryInput, opts ...request.Option) (*PutInventoryOutput, error)

PutInventoryWithContext is the same as PutInventory with the addition of the ability to pass a context and additional request options.

See PutInventory for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) PutParameter

func (c *SSM) PutParameter(input *PutParameterInput) (*PutParameterOutput, error)

PutParameter API operation for Amazon Simple Systems Manager (SSM).

Add a parameter to the system.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation PutParameter for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidKeyId The query key ID isn't valid.

  • ParameterLimitExceeded You have exceeded the number of parameters for this Amazon Web Services account. Delete one or more parameters and try again.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

  • ParameterAlreadyExists The parameter already exists. You can't create duplicate parameters.

  • HierarchyLevelLimitExceededException A hierarchy can have a maximum of 15 levels. For more information, see Requirements and constraints for parameter names (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-parameter-name-constraints.html) in the Amazon Web Services Systems Manager User Guide.

  • HierarchyTypeMismatchException Parameter Store doesn't support changing a parameter type in a hierarchy. For example, you can't change a parameter from a String type to a SecureString type. You must create a new, unique parameter.

  • InvalidAllowedPatternException The request doesn't meet the regular expression requirement.

  • ParameterMaxVersionLimitExceeded Parameter Store retains the 100 most recently created versions of a parameter. After this number of versions has been created, Parameter Store deletes the oldest version when a new one is created. However, if the oldest version has a label attached to it, Parameter Store won't delete the version and instead presents this error message:

    An error occurred (ParameterMaxVersionLimitExceeded) when calling the PutParameter operation: You attempted to create a new version of parameter-name by calling the PutParameter API with the overwrite flag. Version version-number, the oldest version, can't be deleted because it has a label associated with it. Move the label to another version of the parameter, and try again.

    This safeguard is to prevent parameter versions with mission critical labels assigned to them from being deleted. To continue creating new parameters, first move the label from the oldest version of the parameter to a newer one for use in your operations. For information about moving parameter labels, see Move a parameter label (console) (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-console-move) or Move a parameter label (CLI) (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-cli-move) in the Amazon Web Services Systems Manager User Guide.

  • ParameterPatternMismatchException The parameter name isn't valid.

  • UnsupportedParameterType The parameter type isn't supported.

  • PoliciesLimitExceededException You specified more than the maximum number of allowed policies for the parameter. The maximum is 10.

  • InvalidPolicyTypeException The policy type isn't supported. Parameter Store supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.

  • InvalidPolicyAttributeException A policy attribute or its value is invalid.

  • IncompatiblePolicyException There is a conflict in the policies specified for this parameter. You can't, for example, specify two Expiration policies for a parameter. Review your policies, and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutParameter

func (*SSM) PutParameterRequest

func (c *SSM) PutParameterRequest(input *PutParameterInput) (req *request.Request, output *PutParameterOutput)

PutParameterRequest generates a "aws/request.Request" representing the client's request for the PutParameter operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutParameter for more information on using the PutParameter API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutParameterRequest method.
req, resp := client.PutParameterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutParameter

func (*SSM) PutParameterWithContext

func (c *SSM) PutParameterWithContext(ctx aws.Context, input *PutParameterInput, opts ...request.Option) (*PutParameterOutput, error)

PutParameterWithContext is the same as PutParameter with the addition of the ability to pass a context and additional request options.

See PutParameter for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) PutResourcePolicy

func (c *SSM) PutResourcePolicy(input *PutResourcePolicyInput) (*PutResourcePolicyOutput, error)

PutResourcePolicy API operation for Amazon Simple Systems Manager (SSM).

Creates or updates a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. The following resources support Systems Manager resource policies.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation PutResourcePolicy for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • ResourcePolicyInvalidParameterException One or more parameters specified for the call aren't valid. Verify the parameters and their values and try again.

  • ResourcePolicyLimitExceededException The PutResourcePolicy API action enforces two limits. A policy can't be greater than 1024 bytes in size. And only one policy can be attached to OpsItemGroup. Verify these limits and try again.

  • ResourcePolicyConflictException The hash provided in the call doesn't match the stored hash. This exception is thrown when trying to update an obsolete policy version or when multiple requests to update a policy are sent.

  • ResourceNotFoundException The specified parameter to be shared could not be found.

  • MalformedResourcePolicyDocumentException The specified policy document is malformed or invalid, or excessive PutResourcePolicy or DeleteResourcePolicy calls have been made.

  • ResourcePolicyNotFoundException No policies with the specified policy ID and hash could be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutResourcePolicy

func (*SSM) PutResourcePolicyRequest

func (c *SSM) PutResourcePolicyRequest(input *PutResourcePolicyInput) (req *request.Request, output *PutResourcePolicyOutput)

PutResourcePolicyRequest generates a "aws/request.Request" representing the client's request for the PutResourcePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutResourcePolicy for more information on using the PutResourcePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutResourcePolicyRequest method.
req, resp := client.PutResourcePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutResourcePolicy

func (*SSM) PutResourcePolicyWithContext

func (c *SSM) PutResourcePolicyWithContext(ctx aws.Context, input *PutResourcePolicyInput, opts ...request.Option) (*PutResourcePolicyOutput, error)

PutResourcePolicyWithContext is the same as PutResourcePolicy with the addition of the ability to pass a context and additional request options.

See PutResourcePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) RegisterDefaultPatchBaseline

func (c *SSM) RegisterDefaultPatchBaseline(input *RegisterDefaultPatchBaselineInput) (*RegisterDefaultPatchBaselineOutput, error)

RegisterDefaultPatchBaseline API operation for Amazon Simple Systems Manager (SSM).

Defines the default patch baseline for the relevant operating system.

To reset the Amazon Web Services-predefined patch baseline as the default, specify the full patch baseline Amazon Resource Name (ARN) as the baseline ID value. For example, for CentOS, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0574b43a65ea646ed instead of pb-0574b43a65ea646ed.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation RegisterDefaultPatchBaseline for usage and error information.

Returned Error Types:

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterDefaultPatchBaseline

func (*SSM) RegisterDefaultPatchBaselineRequest

func (c *SSM) RegisterDefaultPatchBaselineRequest(input *RegisterDefaultPatchBaselineInput) (req *request.Request, output *RegisterDefaultPatchBaselineOutput)

RegisterDefaultPatchBaselineRequest generates a "aws/request.Request" representing the client's request for the RegisterDefaultPatchBaseline operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RegisterDefaultPatchBaseline for more information on using the RegisterDefaultPatchBaseline API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RegisterDefaultPatchBaselineRequest method.
req, resp := client.RegisterDefaultPatchBaselineRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterDefaultPatchBaseline

func (*SSM) RegisterDefaultPatchBaselineWithContext

func (c *SSM) RegisterDefaultPatchBaselineWithContext(ctx aws.Context, input *RegisterDefaultPatchBaselineInput, opts ...request.Option) (*RegisterDefaultPatchBaselineOutput, error)

RegisterDefaultPatchBaselineWithContext is the same as RegisterDefaultPatchBaseline with the addition of the ability to pass a context and additional request options.

See RegisterDefaultPatchBaseline for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) RegisterPatchBaselineForPatchGroup

func (c *SSM) RegisterPatchBaselineForPatchGroup(input *RegisterPatchBaselineForPatchGroupInput) (*RegisterPatchBaselineForPatchGroupOutput, error)

RegisterPatchBaselineForPatchGroup API operation for Amazon Simple Systems Manager (SSM).

Registers a patch baseline for a patch group.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation RegisterPatchBaselineForPatchGroup for usage and error information.

Returned Error Types:

  • AlreadyExistsException Error returned if an attempt is made to register a patch group with a patch baseline that is already registered with a different patch baseline.

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

  • ResourceLimitExceededException Error returned when the caller has exceeded the default resource quotas. For example, too many maintenance windows or patch baselines have been created.

    For information about resource quotas in Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterPatchBaselineForPatchGroup

func (*SSM) RegisterPatchBaselineForPatchGroupRequest

func (c *SSM) RegisterPatchBaselineForPatchGroupRequest(input *RegisterPatchBaselineForPatchGroupInput) (req *request.Request, output *RegisterPatchBaselineForPatchGroupOutput)

RegisterPatchBaselineForPatchGroupRequest generates a "aws/request.Request" representing the client's request for the RegisterPatchBaselineForPatchGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RegisterPatchBaselineForPatchGroup for more information on using the RegisterPatchBaselineForPatchGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RegisterPatchBaselineForPatchGroupRequest method.
req, resp := client.RegisterPatchBaselineForPatchGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterPatchBaselineForPatchGroup

func (*SSM) RegisterPatchBaselineForPatchGroupWithContext

func (c *SSM) RegisterPatchBaselineForPatchGroupWithContext(ctx aws.Context, input *RegisterPatchBaselineForPatchGroupInput, opts ...request.Option) (*RegisterPatchBaselineForPatchGroupOutput, error)

RegisterPatchBaselineForPatchGroupWithContext is the same as RegisterPatchBaselineForPatchGroup with the addition of the ability to pass a context and additional request options.

See RegisterPatchBaselineForPatchGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) RegisterTargetWithMaintenanceWindow

func (c *SSM) RegisterTargetWithMaintenanceWindow(input *RegisterTargetWithMaintenanceWindowInput) (*RegisterTargetWithMaintenanceWindowOutput, error)

RegisterTargetWithMaintenanceWindow API operation for Amazon Simple Systems Manager (SSM).

Registers a target with a maintenance window.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation RegisterTargetWithMaintenanceWindow for usage and error information.

Returned Error Types:

  • IdempotentParameterMismatch Error returned when an idempotent operation is retried and the parameters don't match the original call to the API with the same idempotency token.

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • ResourceLimitExceededException Error returned when the caller has exceeded the default resource quotas. For example, too many maintenance windows or patch baselines have been created.

    For information about resource quotas in Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterTargetWithMaintenanceWindow

func (*SSM) RegisterTargetWithMaintenanceWindowRequest

func (c *SSM) RegisterTargetWithMaintenanceWindowRequest(input *RegisterTargetWithMaintenanceWindowInput) (req *request.Request, output *RegisterTargetWithMaintenanceWindowOutput)

RegisterTargetWithMaintenanceWindowRequest generates a "aws/request.Request" representing the client's request for the RegisterTargetWithMaintenanceWindow operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RegisterTargetWithMaintenanceWindow for more information on using the RegisterTargetWithMaintenanceWindow API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RegisterTargetWithMaintenanceWindowRequest method.
req, resp := client.RegisterTargetWithMaintenanceWindowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterTargetWithMaintenanceWindow

func (*SSM) RegisterTargetWithMaintenanceWindowWithContext

func (c *SSM) RegisterTargetWithMaintenanceWindowWithContext(ctx aws.Context, input *RegisterTargetWithMaintenanceWindowInput, opts ...request.Option) (*RegisterTargetWithMaintenanceWindowOutput, error)

RegisterTargetWithMaintenanceWindowWithContext is the same as RegisterTargetWithMaintenanceWindow with the addition of the ability to pass a context and additional request options.

See RegisterTargetWithMaintenanceWindow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) RegisterTaskWithMaintenanceWindow

func (c *SSM) RegisterTaskWithMaintenanceWindow(input *RegisterTaskWithMaintenanceWindowInput) (*RegisterTaskWithMaintenanceWindowOutput, error)

RegisterTaskWithMaintenanceWindow API operation for Amazon Simple Systems Manager (SSM).

Adds a new task to a maintenance window.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation RegisterTaskWithMaintenanceWindow for usage and error information.

Returned Error Types:

  • IdempotentParameterMismatch Error returned when an idempotent operation is retried and the parameters don't match the original call to the API with the same idempotency token.

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • ResourceLimitExceededException Error returned when the caller has exceeded the default resource quotas. For example, too many maintenance windows or patch baselines have been created.

    For information about resource quotas in Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • FeatureNotAvailableException You attempted to register a LAMBDA or STEP_FUNCTIONS task in a region where the corresponding service isn't available.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterTaskWithMaintenanceWindow

func (*SSM) RegisterTaskWithMaintenanceWindowRequest

func (c *SSM) RegisterTaskWithMaintenanceWindowRequest(input *RegisterTaskWithMaintenanceWindowInput) (req *request.Request, output *RegisterTaskWithMaintenanceWindowOutput)

RegisterTaskWithMaintenanceWindowRequest generates a "aws/request.Request" representing the client's request for the RegisterTaskWithMaintenanceWindow operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RegisterTaskWithMaintenanceWindow for more information on using the RegisterTaskWithMaintenanceWindow API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RegisterTaskWithMaintenanceWindowRequest method.
req, resp := client.RegisterTaskWithMaintenanceWindowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterTaskWithMaintenanceWindow

func (*SSM) RegisterTaskWithMaintenanceWindowWithContext

func (c *SSM) RegisterTaskWithMaintenanceWindowWithContext(ctx aws.Context, input *RegisterTaskWithMaintenanceWindowInput, opts ...request.Option) (*RegisterTaskWithMaintenanceWindowOutput, error)

RegisterTaskWithMaintenanceWindowWithContext is the same as RegisterTaskWithMaintenanceWindow with the addition of the ability to pass a context and additional request options.

See RegisterTaskWithMaintenanceWindow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) RemoveTagsFromResource

func (c *SSM) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)

RemoveTagsFromResource API operation for Amazon Simple Systems Manager (SSM).

Removes tag keys from the specified resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation RemoveTagsFromResource for usage and error information.

Returned Error Types:

  • InvalidResourceType The resource type isn't valid. For example, if you are attempting to tag an EC2 instance, the instance must be a registered managed node.

  • InvalidResourceId The resource ID isn't valid. Verify that you entered the correct ID and try again.

  • InternalServerError An error occurred on the server side.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RemoveTagsFromResource

func (*SSM) RemoveTagsFromResourceRequest

func (c *SSM) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) (req *request.Request, output *RemoveTagsFromResourceOutput)

RemoveTagsFromResourceRequest generates a "aws/request.Request" representing the client's request for the RemoveTagsFromResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RemoveTagsFromResource for more information on using the RemoveTagsFromResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RemoveTagsFromResourceRequest method.
req, resp := client.RemoveTagsFromResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RemoveTagsFromResource

func (*SSM) RemoveTagsFromResourceWithContext

func (c *SSM) RemoveTagsFromResourceWithContext(ctx aws.Context, input *RemoveTagsFromResourceInput, opts ...request.Option) (*RemoveTagsFromResourceOutput, error)

RemoveTagsFromResourceWithContext is the same as RemoveTagsFromResource with the addition of the ability to pass a context and additional request options.

See RemoveTagsFromResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ResetServiceSetting

func (c *SSM) ResetServiceSetting(input *ResetServiceSettingInput) (*ResetServiceSettingOutput, error)

ResetServiceSetting API operation for Amazon Simple Systems Manager (SSM).

ServiceSetting is an account-level setting for an Amazon Web Services service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services service team might create a default setting of "false". This means the user can't use this feature unless they change the setting to "true" and intentionally opt in for a paid feature.

Services map a SettingId object to a setting value. Amazon Web Services services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the GetServiceSetting API operation to view the current value. Use the UpdateServiceSetting API operation to change the default setting.

Reset the service setting for the account to the default value as provisioned by the Amazon Web Services service team.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ResetServiceSetting for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • ServiceSettingNotFound The specified service setting wasn't found. Either the service name or the setting hasn't been provisioned by the Amazon Web Services service team.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResetServiceSetting

func (*SSM) ResetServiceSettingRequest

func (c *SSM) ResetServiceSettingRequest(input *ResetServiceSettingInput) (req *request.Request, output *ResetServiceSettingOutput)

ResetServiceSettingRequest generates a "aws/request.Request" representing the client's request for the ResetServiceSetting operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ResetServiceSetting for more information on using the ResetServiceSetting API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ResetServiceSettingRequest method.
req, resp := client.ResetServiceSettingRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResetServiceSetting

func (*SSM) ResetServiceSettingWithContext

func (c *SSM) ResetServiceSettingWithContext(ctx aws.Context, input *ResetServiceSettingInput, opts ...request.Option) (*ResetServiceSettingOutput, error)

ResetServiceSettingWithContext is the same as ResetServiceSetting with the addition of the ability to pass a context and additional request options.

See ResetServiceSetting for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) ResumeSession

func (c *SSM) ResumeSession(input *ResumeSessionInput) (*ResumeSessionOutput, error)

ResumeSession API operation for Amazon Simple Systems Manager (SSM).

Reconnects a session to a managed node after it has been disconnected. Connections can be resumed for disconnected sessions, but not terminated sessions.

This command is primarily for use by client machines to automatically reconnect during intermittent network issues. It isn't intended for any other use.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation ResumeSession for usage and error information.

Returned Error Types:

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResumeSession

func (*SSM) ResumeSessionRequest

func (c *SSM) ResumeSessionRequest(input *ResumeSessionInput) (req *request.Request, output *ResumeSessionOutput)

ResumeSessionRequest generates a "aws/request.Request" representing the client's request for the ResumeSession operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ResumeSession for more information on using the ResumeSession API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ResumeSessionRequest method.
req, resp := client.ResumeSessionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResumeSession

func (*SSM) ResumeSessionWithContext

func (c *SSM) ResumeSessionWithContext(ctx aws.Context, input *ResumeSessionInput, opts ...request.Option) (*ResumeSessionOutput, error)

ResumeSessionWithContext is the same as ResumeSession with the addition of the ability to pass a context and additional request options.

See ResumeSession for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) SendAutomationSignal

func (c *SSM) SendAutomationSignal(input *SendAutomationSignalInput) (*SendAutomationSignalOutput, error)

SendAutomationSignal API operation for Amazon Simple Systems Manager (SSM).

Sends a signal to an Automation execution to change the current behavior or status of the execution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation SendAutomationSignal for usage and error information.

Returned Error Types:

  • AutomationExecutionNotFoundException There is no automation execution information for the requested automation execution ID.

  • AutomationStepNotFoundException The specified step name and execution ID don't exist. Verify the information and try again.

  • InvalidAutomationSignalException The signal isn't valid for the current Automation execution.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/SendAutomationSignal

func (*SSM) SendAutomationSignalRequest

func (c *SSM) SendAutomationSignalRequest(input *SendAutomationSignalInput) (req *request.Request, output *SendAutomationSignalOutput)

SendAutomationSignalRequest generates a "aws/request.Request" representing the client's request for the SendAutomationSignal operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SendAutomationSignal for more information on using the SendAutomationSignal API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SendAutomationSignalRequest method.
req, resp := client.SendAutomationSignalRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/SendAutomationSignal

func (*SSM) SendAutomationSignalWithContext

func (c *SSM) SendAutomationSignalWithContext(ctx aws.Context, input *SendAutomationSignalInput, opts ...request.Option) (*SendAutomationSignalOutput, error)

SendAutomationSignalWithContext is the same as SendAutomationSignal with the addition of the ability to pass a context and additional request options.

See SendAutomationSignal for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) SendCommand

func (c *SSM) SendCommand(input *SendCommandInput) (*SendCommandOutput, error)

SendCommand API operation for Amazon Simple Systems Manager (SSM).

Runs commands on one or more managed nodes.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation SendCommand for usage and error information.

Returned Error Types:

  • DuplicateInstanceId You can't specify a managed node ID in more than one association.

  • InternalServerError An error occurred on the server side.

  • InvalidInstanceId The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

  • InvalidOutputFolder The S3 bucket doesn't exist.

  • InvalidParameters You must specify values for all required parameters in the Amazon Web Services Systems Manager document (SSM document). You can only supply values to parameters defined in the SSM document.

  • UnsupportedPlatformType The document doesn't support the platform type of the given managed node IDs. For example, you sent an document for a Windows managed node to a Linux node.

  • MaxDocumentSizeExceeded The size limit of a document is 64 KB.

  • InvalidRole The role name can't contain invalid characters. Also verify that you specified an IAM role for notifications that includes the required trust policy. For information about configuring the IAM role for Run Command notifications, see Monitoring Systems Manager status changes using Amazon SNS notifications (https://docs.aws.amazon.com/systems-manager/latest/userguide/monitoring-sns-notifications.html) in the Amazon Web Services Systems Manager User Guide.

  • InvalidNotificationConfig One or more configuration items isn't valid. Verify that a valid Amazon Resource Name (ARN) was provided for an Amazon Simple Notification Service topic.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/SendCommand

func (*SSM) SendCommandRequest

func (c *SSM) SendCommandRequest(input *SendCommandInput) (req *request.Request, output *SendCommandOutput)

SendCommandRequest generates a "aws/request.Request" representing the client's request for the SendCommand operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SendCommand for more information on using the SendCommand API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SendCommandRequest method.
req, resp := client.SendCommandRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/SendCommand

func (*SSM) SendCommandWithContext

func (c *SSM) SendCommandWithContext(ctx aws.Context, input *SendCommandInput, opts ...request.Option) (*SendCommandOutput, error)

SendCommandWithContext is the same as SendCommand with the addition of the ability to pass a context and additional request options.

See SendCommand for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) StartAssociationsOnce

func (c *SSM) StartAssociationsOnce(input *StartAssociationsOnceInput) (*StartAssociationsOnceOutput, error)

StartAssociationsOnce API operation for Amazon Simple Systems Manager (SSM).

Runs an association immediately and only one time. This operation can be helpful when troubleshooting associations.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation StartAssociationsOnce for usage and error information.

Returned Error Types:

  • InvalidAssociation The association isn't valid or doesn't exist.

  • AssociationDoesNotExist The specified association doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartAssociationsOnce

func (*SSM) StartAssociationsOnceRequest

func (c *SSM) StartAssociationsOnceRequest(input *StartAssociationsOnceInput) (req *request.Request, output *StartAssociationsOnceOutput)

StartAssociationsOnceRequest generates a "aws/request.Request" representing the client's request for the StartAssociationsOnce operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartAssociationsOnce for more information on using the StartAssociationsOnce API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartAssociationsOnceRequest method.
req, resp := client.StartAssociationsOnceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartAssociationsOnce

func (*SSM) StartAssociationsOnceWithContext

func (c *SSM) StartAssociationsOnceWithContext(ctx aws.Context, input *StartAssociationsOnceInput, opts ...request.Option) (*StartAssociationsOnceOutput, error)

StartAssociationsOnceWithContext is the same as StartAssociationsOnce with the addition of the ability to pass a context and additional request options.

See StartAssociationsOnce for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) StartAutomationExecution

func (c *SSM) StartAutomationExecution(input *StartAutomationExecutionInput) (*StartAutomationExecutionOutput, error)

StartAutomationExecution API operation for Amazon Simple Systems Manager (SSM).

Initiates execution of an Automation runbook.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation StartAutomationExecution for usage and error information.

Returned Error Types:

  • AutomationDefinitionNotFoundException An Automation runbook with the specified name couldn't be found.

  • InvalidAutomationExecutionParametersException The supplied parameters for invoking the specified Automation runbook are incorrect. For example, they may not match the set of parameters permitted for the specified Automation document.

  • AutomationExecutionLimitExceededException The number of simultaneously running Automation executions exceeded the allowable limit.

  • AutomationDefinitionVersionNotFoundException An Automation runbook with the specified name and version couldn't be found.

  • IdempotentParameterMismatch Error returned when an idempotent operation is retried and the parameters don't match the original call to the API with the same idempotency token.

  • InvalidTarget The target isn't valid or doesn't exist. It might not be configured for Systems Manager or you might not have permission to perform the operation.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartAutomationExecution

func (*SSM) StartAutomationExecutionRequest

func (c *SSM) StartAutomationExecutionRequest(input *StartAutomationExecutionInput) (req *request.Request, output *StartAutomationExecutionOutput)

StartAutomationExecutionRequest generates a "aws/request.Request" representing the client's request for the StartAutomationExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartAutomationExecution for more information on using the StartAutomationExecution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartAutomationExecutionRequest method.
req, resp := client.StartAutomationExecutionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartAutomationExecution

func (*SSM) StartAutomationExecutionWithContext

func (c *SSM) StartAutomationExecutionWithContext(ctx aws.Context, input *StartAutomationExecutionInput, opts ...request.Option) (*StartAutomationExecutionOutput, error)

StartAutomationExecutionWithContext is the same as StartAutomationExecution with the addition of the ability to pass a context and additional request options.

See StartAutomationExecution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) StartChangeRequestExecution

func (c *SSM) StartChangeRequestExecution(input *StartChangeRequestExecutionInput) (*StartChangeRequestExecutionOutput, error)

StartChangeRequestExecution API operation for Amazon Simple Systems Manager (SSM).

Creates a change request for Change Manager. The Automation runbooks specified in the change request run only after all required approvals for the change request have been received.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation StartChangeRequestExecution for usage and error information.

Returned Error Types:

  • AutomationDefinitionNotFoundException An Automation runbook with the specified name couldn't be found.

  • InvalidAutomationExecutionParametersException The supplied parameters for invoking the specified Automation runbook are incorrect. For example, they may not match the set of parameters permitted for the specified Automation document.

  • AutomationExecutionLimitExceededException The number of simultaneously running Automation executions exceeded the allowable limit.

  • AutomationDefinitionVersionNotFoundException An Automation runbook with the specified name and version couldn't be found.

  • IdempotentParameterMismatch Error returned when an idempotent operation is retried and the parameters don't match the original call to the API with the same idempotency token.

  • InternalServerError An error occurred on the server side.

  • AutomationDefinitionNotApprovedException Indicates that the Change Manager change template used in the change request was rejected or is still in a pending state.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartChangeRequestExecution

func (*SSM) StartChangeRequestExecutionRequest

func (c *SSM) StartChangeRequestExecutionRequest(input *StartChangeRequestExecutionInput) (req *request.Request, output *StartChangeRequestExecutionOutput)

StartChangeRequestExecutionRequest generates a "aws/request.Request" representing the client's request for the StartChangeRequestExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartChangeRequestExecution for more information on using the StartChangeRequestExecution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartChangeRequestExecutionRequest method.
req, resp := client.StartChangeRequestExecutionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartChangeRequestExecution

func (*SSM) StartChangeRequestExecutionWithContext

func (c *SSM) StartChangeRequestExecutionWithContext(ctx aws.Context, input *StartChangeRequestExecutionInput, opts ...request.Option) (*StartChangeRequestExecutionOutput, error)

StartChangeRequestExecutionWithContext is the same as StartChangeRequestExecution with the addition of the ability to pass a context and additional request options.

See StartChangeRequestExecution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) StartSession

func (c *SSM) StartSession(input *StartSessionInput) (*StartSessionOutput, error)

StartSession API operation for Amazon Simple Systems Manager (SSM).

Initiates a connection to a target (for example, a managed node) for a Session Manager session. Returns a URL and token that can be used to open a WebSocket connection for sending input and receiving outputs.

Amazon Web Services CLI usage: start-session is an interactive command that requires the Session Manager plugin to be installed on the client machine making the call. For information, see Install the Session Manager plugin for the Amazon Web Services CLI (https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html) in the Amazon Web Services Systems Manager User Guide.

Amazon Web Services Tools for PowerShell usage: Start-SSMSession isn't currently supported by Amazon Web Services Tools for PowerShell on Windows local machines.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation StartSession for usage and error information.

Returned Error Types:

  • InvalidDocument The specified SSM document doesn't exist.

  • TargetNotConnected The specified target managed node for the session isn't fully configured for use with Session Manager. For more information, see Getting started with Session Manager (https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started.html) in the Amazon Web Services Systems Manager User Guide. This error is also returned if you attempt to start a session on a managed node that is located in a different account or Region

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartSession

func (*SSM) StartSessionRequest

func (c *SSM) StartSessionRequest(input *StartSessionInput) (req *request.Request, output *StartSessionOutput)

StartSessionRequest generates a "aws/request.Request" representing the client's request for the StartSession operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartSession for more information on using the StartSession API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartSessionRequest method.
req, resp := client.StartSessionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartSession

func (*SSM) StartSessionWithContext

func (c *SSM) StartSessionWithContext(ctx aws.Context, input *StartSessionInput, opts ...request.Option) (*StartSessionOutput, error)

StartSessionWithContext is the same as StartSession with the addition of the ability to pass a context and additional request options.

See StartSession for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) StopAutomationExecution

func (c *SSM) StopAutomationExecution(input *StopAutomationExecutionInput) (*StopAutomationExecutionOutput, error)

StopAutomationExecution API operation for Amazon Simple Systems Manager (SSM).

Stop an Automation that is currently running.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation StopAutomationExecution for usage and error information.

Returned Error Types:

  • AutomationExecutionNotFoundException There is no automation execution information for the requested automation execution ID.

  • InvalidAutomationStatusUpdateException The specified update status operation isn't valid.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StopAutomationExecution

func (*SSM) StopAutomationExecutionRequest

func (c *SSM) StopAutomationExecutionRequest(input *StopAutomationExecutionInput) (req *request.Request, output *StopAutomationExecutionOutput)

StopAutomationExecutionRequest generates a "aws/request.Request" representing the client's request for the StopAutomationExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopAutomationExecution for more information on using the StopAutomationExecution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopAutomationExecutionRequest method.
req, resp := client.StopAutomationExecutionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StopAutomationExecution

func (*SSM) StopAutomationExecutionWithContext

func (c *SSM) StopAutomationExecutionWithContext(ctx aws.Context, input *StopAutomationExecutionInput, opts ...request.Option) (*StopAutomationExecutionOutput, error)

StopAutomationExecutionWithContext is the same as StopAutomationExecution with the addition of the ability to pass a context and additional request options.

See StopAutomationExecution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) TerminateSession

func (c *SSM) TerminateSession(input *TerminateSessionInput) (*TerminateSessionOutput, error)

TerminateSession API operation for Amazon Simple Systems Manager (SSM).

Permanently ends a session and closes the data connection between the Session Manager client and SSM Agent on the managed node. A terminated session can't be resumed.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation TerminateSession for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/TerminateSession

func (*SSM) TerminateSessionRequest

func (c *SSM) TerminateSessionRequest(input *TerminateSessionInput) (req *request.Request, output *TerminateSessionOutput)

TerminateSessionRequest generates a "aws/request.Request" representing the client's request for the TerminateSession operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TerminateSession for more information on using the TerminateSession API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TerminateSessionRequest method.
req, resp := client.TerminateSessionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/TerminateSession

func (*SSM) TerminateSessionWithContext

func (c *SSM) TerminateSessionWithContext(ctx aws.Context, input *TerminateSessionInput, opts ...request.Option) (*TerminateSessionOutput, error)

TerminateSessionWithContext is the same as TerminateSession with the addition of the ability to pass a context and additional request options.

See TerminateSession for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UnlabelParameterVersion

func (c *SSM) UnlabelParameterVersion(input *UnlabelParameterVersionInput) (*UnlabelParameterVersionOutput, error)

UnlabelParameterVersion API operation for Amazon Simple Systems Manager (SSM).

Remove a label or labels from a parameter.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UnlabelParameterVersion for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

  • ParameterNotFound The parameter couldn't be found. Verify the name and try again.

  • ParameterVersionNotFound The specified parameter version wasn't found. Verify the parameter name and version, and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UnlabelParameterVersion

func (*SSM) UnlabelParameterVersionRequest

func (c *SSM) UnlabelParameterVersionRequest(input *UnlabelParameterVersionInput) (req *request.Request, output *UnlabelParameterVersionOutput)

UnlabelParameterVersionRequest generates a "aws/request.Request" representing the client's request for the UnlabelParameterVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UnlabelParameterVersion for more information on using the UnlabelParameterVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UnlabelParameterVersionRequest method.
req, resp := client.UnlabelParameterVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UnlabelParameterVersion

func (*SSM) UnlabelParameterVersionWithContext

func (c *SSM) UnlabelParameterVersionWithContext(ctx aws.Context, input *UnlabelParameterVersionInput, opts ...request.Option) (*UnlabelParameterVersionOutput, error)

UnlabelParameterVersionWithContext is the same as UnlabelParameterVersion with the addition of the ability to pass a context and additional request options.

See UnlabelParameterVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateAssociation

func (c *SSM) UpdateAssociation(input *UpdateAssociationInput) (*UpdateAssociationOutput, error)

UpdateAssociation API operation for Amazon Simple Systems Manager (SSM).

Updates an association. You can update the association name and version, the document version, schedule, parameters, and Amazon Simple Storage Service (Amazon S3) output. When you call UpdateAssociation, the system removes all optional parameters from the request and overwrites the association with null values for those parameters. This is by design. You must specify all optional parameters in the call, even if you are not changing the parameters. This includes the Name parameter. Before calling this API action, we recommend that you call the DescribeAssociation API operation and make a note of all optional parameters required for your UpdateAssociation call.

In order to call this API operation, a user, group, or role must be granted permission to call the DescribeAssociation API operation. If you don't have permission to call DescribeAssociation, then you receive the following error: An error occurred (AccessDeniedException) when calling the UpdateAssociation operation: User: <user_arn> isn't authorized to perform: ssm:DescribeAssociation on resource: <resource_arn>

When you update an association, the association immediately runs against the specified targets. You can add the ApplyOnlyAtCronInterval parameter to run the association during the next schedule run.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateAssociation for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidSchedule The schedule is invalid. Verify your cron or rate expression and try again.

  • InvalidParameters You must specify values for all required parameters in the Amazon Web Services Systems Manager document (SSM document). You can only supply values to parameters defined in the SSM document.

  • InvalidOutputLocation The output location isn't valid or doesn't exist.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

  • AssociationDoesNotExist The specified association doesn't exist.

  • InvalidUpdate The update isn't valid.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidTarget The target isn't valid or doesn't exist. It might not be configured for Systems Manager or you might not have permission to perform the operation.

  • InvalidAssociationVersion The version you specified isn't valid. Use ListAssociationVersions to view all versions of an association according to the association ID. Or, use the $LATEST parameter to view the latest version of the association.

  • AssociationVersionLimitExceeded You have reached the maximum number versions allowed for an association. Each association has a limit of 1,000 versions.

  • InvalidTargetMaps TargetMap parameter isn't valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociation

func (*SSM) UpdateAssociationRequest

func (c *SSM) UpdateAssociationRequest(input *UpdateAssociationInput) (req *request.Request, output *UpdateAssociationOutput)

UpdateAssociationRequest generates a "aws/request.Request" representing the client's request for the UpdateAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateAssociation for more information on using the UpdateAssociation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateAssociationRequest method.
req, resp := client.UpdateAssociationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociation

func (*SSM) UpdateAssociationStatus

func (c *SSM) UpdateAssociationStatus(input *UpdateAssociationStatusInput) (*UpdateAssociationStatusOutput, error)

UpdateAssociationStatus API operation for Amazon Simple Systems Manager (SSM).

Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified managed node.

UpdateAssociationStatus is primarily used by the Amazon Web Services Systems Manager Agent (SSM Agent) to report status updates about your associations and is only used for associations created with the InstanceId legacy parameter.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateAssociationStatus for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidInstanceId The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

  • InvalidDocument The specified SSM document doesn't exist.

  • AssociationDoesNotExist The specified association doesn't exist.

  • StatusUnchanged The updated status is the same as the current status.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociationStatus

func (*SSM) UpdateAssociationStatusRequest

func (c *SSM) UpdateAssociationStatusRequest(input *UpdateAssociationStatusInput) (req *request.Request, output *UpdateAssociationStatusOutput)

UpdateAssociationStatusRequest generates a "aws/request.Request" representing the client's request for the UpdateAssociationStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateAssociationStatus for more information on using the UpdateAssociationStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateAssociationStatusRequest method.
req, resp := client.UpdateAssociationStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociationStatus

func (*SSM) UpdateAssociationStatusWithContext

func (c *SSM) UpdateAssociationStatusWithContext(ctx aws.Context, input *UpdateAssociationStatusInput, opts ...request.Option) (*UpdateAssociationStatusOutput, error)

UpdateAssociationStatusWithContext is the same as UpdateAssociationStatus with the addition of the ability to pass a context and additional request options.

See UpdateAssociationStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateAssociationWithContext

func (c *SSM) UpdateAssociationWithContext(ctx aws.Context, input *UpdateAssociationInput, opts ...request.Option) (*UpdateAssociationOutput, error)

UpdateAssociationWithContext is the same as UpdateAssociation with the addition of the ability to pass a context and additional request options.

See UpdateAssociation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateDocument

func (c *SSM) UpdateDocument(input *UpdateDocumentInput) (*UpdateDocumentOutput, error)

UpdateDocument API operation for Amazon Simple Systems Manager (SSM).

Updates one or more values for an SSM document.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateDocument for usage and error information.

Returned Error Types:

  • MaxDocumentSizeExceeded The size limit of a document is 64 KB.

  • DocumentVersionLimitExceeded The document has too many versions. Delete one or more document versions and try again.

  • InternalServerError An error occurred on the server side.

  • DuplicateDocumentContent The content of the association document matches another document. Change the content of the document and try again.

  • DuplicateDocumentVersionName The version name has already been used in this document. Specify a different version name, and then try again.

  • InvalidDocumentContent The content for the document isn't valid.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

  • InvalidDocumentSchemaVersion The version of the document schema isn't supported.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentOperation You attempted to delete a document while it is still shared. You must stop sharing the document before you can delete it.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocument

func (*SSM) UpdateDocumentDefaultVersion

func (c *SSM) UpdateDocumentDefaultVersion(input *UpdateDocumentDefaultVersionInput) (*UpdateDocumentDefaultVersionOutput, error)

UpdateDocumentDefaultVersion API operation for Amazon Simple Systems Manager (SSM).

Set the default version of a document.

If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the apply-only-at-cron-interval parameter.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateDocumentDefaultVersion for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

  • InvalidDocumentSchemaVersion The version of the document schema isn't supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocumentDefaultVersion

func (*SSM) UpdateDocumentDefaultVersionRequest

func (c *SSM) UpdateDocumentDefaultVersionRequest(input *UpdateDocumentDefaultVersionInput) (req *request.Request, output *UpdateDocumentDefaultVersionOutput)

UpdateDocumentDefaultVersionRequest generates a "aws/request.Request" representing the client's request for the UpdateDocumentDefaultVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDocumentDefaultVersion for more information on using the UpdateDocumentDefaultVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDocumentDefaultVersionRequest method.
req, resp := client.UpdateDocumentDefaultVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocumentDefaultVersion

func (*SSM) UpdateDocumentDefaultVersionWithContext

func (c *SSM) UpdateDocumentDefaultVersionWithContext(ctx aws.Context, input *UpdateDocumentDefaultVersionInput, opts ...request.Option) (*UpdateDocumentDefaultVersionOutput, error)

UpdateDocumentDefaultVersionWithContext is the same as UpdateDocumentDefaultVersion with the addition of the ability to pass a context and additional request options.

See UpdateDocumentDefaultVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateDocumentMetadata

func (c *SSM) UpdateDocumentMetadata(input *UpdateDocumentMetadataInput) (*UpdateDocumentMetadataOutput, error)

UpdateDocumentMetadata API operation for Amazon Simple Systems Manager (SSM).

Updates information related to approval reviews for a specific version of a change template in Change Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateDocumentMetadata for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • InvalidDocument The specified SSM document doesn't exist.

  • InvalidDocumentOperation You attempted to delete a document while it is still shared. You must stop sharing the document before you can delete it.

  • InvalidDocumentVersion The document version isn't valid or doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocumentMetadata

func (*SSM) UpdateDocumentMetadataRequest

func (c *SSM) UpdateDocumentMetadataRequest(input *UpdateDocumentMetadataInput) (req *request.Request, output *UpdateDocumentMetadataOutput)

UpdateDocumentMetadataRequest generates a "aws/request.Request" representing the client's request for the UpdateDocumentMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDocumentMetadata for more information on using the UpdateDocumentMetadata API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDocumentMetadataRequest method.
req, resp := client.UpdateDocumentMetadataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocumentMetadata

func (*SSM) UpdateDocumentMetadataWithContext

func (c *SSM) UpdateDocumentMetadataWithContext(ctx aws.Context, input *UpdateDocumentMetadataInput, opts ...request.Option) (*UpdateDocumentMetadataOutput, error)

UpdateDocumentMetadataWithContext is the same as UpdateDocumentMetadata with the addition of the ability to pass a context and additional request options.

See UpdateDocumentMetadata for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateDocumentRequest

func (c *SSM) UpdateDocumentRequest(input *UpdateDocumentInput) (req *request.Request, output *UpdateDocumentOutput)

UpdateDocumentRequest generates a "aws/request.Request" representing the client's request for the UpdateDocument operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDocument for more information on using the UpdateDocument API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDocumentRequest method.
req, resp := client.UpdateDocumentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocument

func (*SSM) UpdateDocumentWithContext

func (c *SSM) UpdateDocumentWithContext(ctx aws.Context, input *UpdateDocumentInput, opts ...request.Option) (*UpdateDocumentOutput, error)

UpdateDocumentWithContext is the same as UpdateDocument with the addition of the ability to pass a context and additional request options.

See UpdateDocument for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateMaintenanceWindow

func (c *SSM) UpdateMaintenanceWindow(input *UpdateMaintenanceWindowInput) (*UpdateMaintenanceWindowOutput, error)

UpdateMaintenanceWindow API operation for Amazon Simple Systems Manager (SSM).

Updates an existing maintenance window. Only specified parameters are modified.

The value you specify for Duration determines the specific end time for the maintenance window based on the time it begins. No maintenance window tasks are permitted to start after the resulting endtime minus the number of hours you specify for Cutoff. For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify for Cutoff is one hour, no maintenance window tasks can start after 5 PM.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateMaintenanceWindow for usage and error information.

Returned Error Types:

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateMaintenanceWindow

func (*SSM) UpdateMaintenanceWindowRequest

func (c *SSM) UpdateMaintenanceWindowRequest(input *UpdateMaintenanceWindowInput) (req *request.Request, output *UpdateMaintenanceWindowOutput)

UpdateMaintenanceWindowRequest generates a "aws/request.Request" representing the client's request for the UpdateMaintenanceWindow operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateMaintenanceWindow for more information on using the UpdateMaintenanceWindow API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateMaintenanceWindowRequest method.
req, resp := client.UpdateMaintenanceWindowRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateMaintenanceWindow

func (*SSM) UpdateMaintenanceWindowTarget

func (c *SSM) UpdateMaintenanceWindowTarget(input *UpdateMaintenanceWindowTargetInput) (*UpdateMaintenanceWindowTargetOutput, error)

UpdateMaintenanceWindowTarget API operation for Amazon Simple Systems Manager (SSM).

Modifies the target of an existing maintenance window. You can change the following:

  • Name

  • Description

  • Owner

  • IDs for an ID target

  • Tags for a Tag target

  • From any supported tag type to another. The three supported tag types are ID target, Tag target, and resource group. For more information, see Target.

If a parameter is null, then the corresponding field isn't modified.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateMaintenanceWindowTarget for usage and error information.

Returned Error Types:

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateMaintenanceWindowTarget

func (*SSM) UpdateMaintenanceWindowTargetRequest

func (c *SSM) UpdateMaintenanceWindowTargetRequest(input *UpdateMaintenanceWindowTargetInput) (req *request.Request, output *UpdateMaintenanceWindowTargetOutput)

UpdateMaintenanceWindowTargetRequest generates a "aws/request.Request" representing the client's request for the UpdateMaintenanceWindowTarget operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateMaintenanceWindowTarget for more information on using the UpdateMaintenanceWindowTarget API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateMaintenanceWindowTargetRequest method.
req, resp := client.UpdateMaintenanceWindowTargetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateMaintenanceWindowTarget

func (*SSM) UpdateMaintenanceWindowTargetWithContext

func (c *SSM) UpdateMaintenanceWindowTargetWithContext(ctx aws.Context, input *UpdateMaintenanceWindowTargetInput, opts ...request.Option) (*UpdateMaintenanceWindowTargetOutput, error)

UpdateMaintenanceWindowTargetWithContext is the same as UpdateMaintenanceWindowTarget with the addition of the ability to pass a context and additional request options.

See UpdateMaintenanceWindowTarget for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateMaintenanceWindowTask

func (c *SSM) UpdateMaintenanceWindowTask(input *UpdateMaintenanceWindowTaskInput) (*UpdateMaintenanceWindowTaskOutput, error)

UpdateMaintenanceWindowTask API operation for Amazon Simple Systems Manager (SSM).

Modifies a task assigned to a maintenance window. You can't change the task type, but you can change the following values:

  • TaskARN. For example, you can change a RUN_COMMAND task from AWS-RunPowerShellScript to AWS-RunShellScript.

  • ServiceRoleArn

  • TaskInvocationParameters

  • Priority

  • MaxConcurrency

  • MaxErrors

One or more targets must be specified for maintenance window Run Command-type tasks. Depending on the task, targets are optional for other maintenance window task types (Automation, Lambda, and Step Functions). For more information about running tasks that don't specify targets, see Registering maintenance window tasks without targets (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html) in the Amazon Web Services Systems Manager User Guide.

If the value for a parameter in UpdateMaintenanceWindowTask is null, then the corresponding field isn't modified. If you set Replace to true, then all fields required by the RegisterTaskWithMaintenanceWindow operation are required for this request. Optional fields that aren't specified are set to null.

When you update a maintenance window task that has options specified in TaskInvocationParameters, you must provide again all the TaskInvocationParameters values that you want to retain. The values you don't specify again are removed. For example, suppose that when you registered a Run Command task, you specified TaskInvocationParameters values for Comment, NotificationConfig, and OutputS3BucketName. If you update the maintenance window task and specify only a different OutputS3BucketName value, the values for Comment and NotificationConfig are removed.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateMaintenanceWindowTask for usage and error information.

Returned Error Types:

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateMaintenanceWindowTask

func (*SSM) UpdateMaintenanceWindowTaskRequest

func (c *SSM) UpdateMaintenanceWindowTaskRequest(input *UpdateMaintenanceWindowTaskInput) (req *request.Request, output *UpdateMaintenanceWindowTaskOutput)

UpdateMaintenanceWindowTaskRequest generates a "aws/request.Request" representing the client's request for the UpdateMaintenanceWindowTask operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateMaintenanceWindowTask for more information on using the UpdateMaintenanceWindowTask API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateMaintenanceWindowTaskRequest method.
req, resp := client.UpdateMaintenanceWindowTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateMaintenanceWindowTask

func (*SSM) UpdateMaintenanceWindowTaskWithContext

func (c *SSM) UpdateMaintenanceWindowTaskWithContext(ctx aws.Context, input *UpdateMaintenanceWindowTaskInput, opts ...request.Option) (*UpdateMaintenanceWindowTaskOutput, error)

UpdateMaintenanceWindowTaskWithContext is the same as UpdateMaintenanceWindowTask with the addition of the ability to pass a context and additional request options.

See UpdateMaintenanceWindowTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateMaintenanceWindowWithContext

func (c *SSM) UpdateMaintenanceWindowWithContext(ctx aws.Context, input *UpdateMaintenanceWindowInput, opts ...request.Option) (*UpdateMaintenanceWindowOutput, error)

UpdateMaintenanceWindowWithContext is the same as UpdateMaintenanceWindow with the addition of the ability to pass a context and additional request options.

See UpdateMaintenanceWindow for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateManagedInstanceRole

func (c *SSM) UpdateManagedInstanceRole(input *UpdateManagedInstanceRoleInput) (*UpdateManagedInstanceRoleOutput, error)

UpdateManagedInstanceRole API operation for Amazon Simple Systems Manager (SSM).

Changes the Identity and Access Management (IAM) role that is assigned to the on-premises server, edge device, or virtual machines (VM). IAM roles are first assigned to these hybrid nodes during the activation process. For more information, see CreateActivation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateManagedInstanceRole for usage and error information.

Returned Error Types:

  • InvalidInstanceId The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateManagedInstanceRole

func (*SSM) UpdateManagedInstanceRoleRequest

func (c *SSM) UpdateManagedInstanceRoleRequest(input *UpdateManagedInstanceRoleInput) (req *request.Request, output *UpdateManagedInstanceRoleOutput)

UpdateManagedInstanceRoleRequest generates a "aws/request.Request" representing the client's request for the UpdateManagedInstanceRole operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateManagedInstanceRole for more information on using the UpdateManagedInstanceRole API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateManagedInstanceRoleRequest method.
req, resp := client.UpdateManagedInstanceRoleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateManagedInstanceRole

func (*SSM) UpdateManagedInstanceRoleWithContext

func (c *SSM) UpdateManagedInstanceRoleWithContext(ctx aws.Context, input *UpdateManagedInstanceRoleInput, opts ...request.Option) (*UpdateManagedInstanceRoleOutput, error)

UpdateManagedInstanceRoleWithContext is the same as UpdateManagedInstanceRole with the addition of the ability to pass a context and additional request options.

See UpdateManagedInstanceRole for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateOpsItem

func (c *SSM) UpdateOpsItem(input *UpdateOpsItemInput) (*UpdateOpsItemOutput, error)

UpdateOpsItem API operation for Amazon Simple Systems Manager (SSM).

Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see Set up OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setup.html) in the Amazon Web Services Systems Manager User Guide.

Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html) in the Amazon Web Services Systems Manager User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateOpsItem for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • OpsItemNotFoundException The specified OpsItem ID doesn't exist. Verify the ID and try again.

  • OpsItemAlreadyExistsException The OpsItem already exists.

  • OpsItemLimitExceededException The request caused OpsItems to exceed one or more quotas.

  • OpsItemInvalidParameterException A specified parameter argument isn't valid. Verify the available arguments and try again.

  • OpsItemAccessDeniedException You don't have permission to view OpsItems in the specified account. Verify that your account is configured either as a Systems Manager delegated administrator or that you are logged into the Organizations management account.

  • OpsItemConflictException The specified OpsItem is in the process of being deleted.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateOpsItem

func (*SSM) UpdateOpsItemRequest

func (c *SSM) UpdateOpsItemRequest(input *UpdateOpsItemInput) (req *request.Request, output *UpdateOpsItemOutput)

UpdateOpsItemRequest generates a "aws/request.Request" representing the client's request for the UpdateOpsItem operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateOpsItem for more information on using the UpdateOpsItem API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateOpsItemRequest method.
req, resp := client.UpdateOpsItemRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateOpsItem

func (*SSM) UpdateOpsItemWithContext

func (c *SSM) UpdateOpsItemWithContext(ctx aws.Context, input *UpdateOpsItemInput, opts ...request.Option) (*UpdateOpsItemOutput, error)

UpdateOpsItemWithContext is the same as UpdateOpsItem with the addition of the ability to pass a context and additional request options.

See UpdateOpsItem for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateOpsMetadata

func (c *SSM) UpdateOpsMetadata(input *UpdateOpsMetadataInput) (*UpdateOpsMetadataOutput, error)

UpdateOpsMetadata API operation for Amazon Simple Systems Manager (SSM).

Amazon Web Services Systems Manager calls this API operation when you edit OpsMetadata in Application Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateOpsMetadata for usage and error information.

Returned Error Types:

  • OpsMetadataNotFoundException The OpsMetadata object doesn't exist.

  • OpsMetadataInvalidArgumentException One of the arguments passed is invalid.

  • OpsMetadataKeyLimitExceededException The OpsMetadata object exceeds the maximum number of OpsMetadata keys that you can assign to an application in Application Manager.

  • OpsMetadataTooManyUpdatesException The system is processing too many concurrent updates. Wait a few moments and try again.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateOpsMetadata

func (*SSM) UpdateOpsMetadataRequest

func (c *SSM) UpdateOpsMetadataRequest(input *UpdateOpsMetadataInput) (req *request.Request, output *UpdateOpsMetadataOutput)

UpdateOpsMetadataRequest generates a "aws/request.Request" representing the client's request for the UpdateOpsMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateOpsMetadata for more information on using the UpdateOpsMetadata API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateOpsMetadataRequest method.
req, resp := client.UpdateOpsMetadataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateOpsMetadata

func (*SSM) UpdateOpsMetadataWithContext

func (c *SSM) UpdateOpsMetadataWithContext(ctx aws.Context, input *UpdateOpsMetadataInput, opts ...request.Option) (*UpdateOpsMetadataOutput, error)

UpdateOpsMetadataWithContext is the same as UpdateOpsMetadata with the addition of the ability to pass a context and additional request options.

See UpdateOpsMetadata for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdatePatchBaseline

func (c *SSM) UpdatePatchBaseline(input *UpdatePatchBaselineInput) (*UpdatePatchBaselineOutput, error)

UpdatePatchBaseline API operation for Amazon Simple Systems Manager (SSM).

Modifies an existing patch baseline. Fields not specified in the request are left unchanged.

For information about valid key-value pairs in PatchFilters for each supported operating system type, see PatchFilter.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdatePatchBaseline for usage and error information.

Returned Error Types:

  • DoesNotExistException Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

    For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) in the Amazon Web Services General Reference.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdatePatchBaseline

func (*SSM) UpdatePatchBaselineRequest

func (c *SSM) UpdatePatchBaselineRequest(input *UpdatePatchBaselineInput) (req *request.Request, output *UpdatePatchBaselineOutput)

UpdatePatchBaselineRequest generates a "aws/request.Request" representing the client's request for the UpdatePatchBaseline operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdatePatchBaseline for more information on using the UpdatePatchBaseline API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdatePatchBaselineRequest method.
req, resp := client.UpdatePatchBaselineRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdatePatchBaseline

func (*SSM) UpdatePatchBaselineWithContext

func (c *SSM) UpdatePatchBaselineWithContext(ctx aws.Context, input *UpdatePatchBaselineInput, opts ...request.Option) (*UpdatePatchBaselineOutput, error)

UpdatePatchBaselineWithContext is the same as UpdatePatchBaseline with the addition of the ability to pass a context and additional request options.

See UpdatePatchBaseline for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateResourceDataSync

func (c *SSM) UpdateResourceDataSync(input *UpdateResourceDataSyncInput) (*UpdateResourceDataSyncOutput, error)

UpdateResourceDataSync API operation for Amazon Simple Systems Manager (SSM).

Update a resource data sync. After you create a resource data sync for a Region, you can't change the account options for that sync. For example, if you create a sync in the us-east-2 (Ohio) Region and you choose the Include only the current account option, you can't edit that sync later and choose the Include all accounts from my Organizations configuration option. Instead, you must delete the first resource data sync, and create a new one.

This API operation only supports a resource data sync that was created with a SyncFromSource SyncType.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateResourceDataSync for usage and error information.

Returned Error Types:

  • ResourceDataSyncNotFoundException The specified sync name wasn't found.

  • ResourceDataSyncInvalidConfigurationException The specified sync configuration is invalid.

  • ResourceDataSyncConflictException Another UpdateResourceDataSync request is being processed. Wait a few minutes and try again.

  • InternalServerError An error occurred on the server side.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateResourceDataSync

func (*SSM) UpdateResourceDataSyncRequest

func (c *SSM) UpdateResourceDataSyncRequest(input *UpdateResourceDataSyncInput) (req *request.Request, output *UpdateResourceDataSyncOutput)

UpdateResourceDataSyncRequest generates a "aws/request.Request" representing the client's request for the UpdateResourceDataSync operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateResourceDataSync for more information on using the UpdateResourceDataSync API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateResourceDataSyncRequest method.
req, resp := client.UpdateResourceDataSyncRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateResourceDataSync

func (*SSM) UpdateResourceDataSyncWithContext

func (c *SSM) UpdateResourceDataSyncWithContext(ctx aws.Context, input *UpdateResourceDataSyncInput, opts ...request.Option) (*UpdateResourceDataSyncOutput, error)

UpdateResourceDataSyncWithContext is the same as UpdateResourceDataSync with the addition of the ability to pass a context and additional request options.

See UpdateResourceDataSync for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) UpdateServiceSetting

func (c *SSM) UpdateServiceSetting(input *UpdateServiceSettingInput) (*UpdateServiceSettingOutput, error)

UpdateServiceSetting API operation for Amazon Simple Systems Manager (SSM).

ServiceSetting is an account-level setting for an Amazon Web Services service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services service team might create a default setting of "false". This means the user can't use this feature unless they change the setting to "true" and intentionally opt in for a paid feature.

Services map a SettingId object to a setting value. Amazon Web Services services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the GetServiceSetting API operation to view the current value. Or, use the ResetServiceSetting to change the value back to the original value defined by the Amazon Web Services service team.

Update the service setting for the account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Simple Systems Manager (SSM)'s API operation UpdateServiceSetting for usage and error information.

Returned Error Types:

  • InternalServerError An error occurred on the server side.

  • ServiceSettingNotFound The specified service setting wasn't found. Either the service name or the setting hasn't been provisioned by the Amazon Web Services service team.

  • TooManyUpdates There are concurrent updates for a resource that supports one update at a time.

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateServiceSetting

func (*SSM) UpdateServiceSettingRequest

func (c *SSM) UpdateServiceSettingRequest(input *UpdateServiceSettingInput) (req *request.Request, output *UpdateServiceSettingOutput)

UpdateServiceSettingRequest generates a "aws/request.Request" representing the client's request for the UpdateServiceSetting operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateServiceSetting for more information on using the UpdateServiceSetting API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateServiceSettingRequest method.
req, resp := client.UpdateServiceSettingRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateServiceSetting

func (*SSM) UpdateServiceSettingWithContext

func (c *SSM) UpdateServiceSettingWithContext(ctx aws.Context, input *UpdateServiceSettingInput, opts ...request.Option) (*UpdateServiceSettingOutput, error)

UpdateServiceSettingWithContext is the same as UpdateServiceSetting with the addition of the ability to pass a context and additional request options.

See UpdateServiceSetting for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SSM) WaitUntilCommandExecuted

func (c *SSM) WaitUntilCommandExecuted(input *GetCommandInvocationInput) error

WaitUntilCommandExecuted uses the Amazon SSM API operation GetCommandInvocation to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*SSM) WaitUntilCommandExecutedWithContext

func (c *SSM) WaitUntilCommandExecutedWithContext(ctx aws.Context, input *GetCommandInvocationInput, opts ...request.WaiterOption) error

WaitUntilCommandExecutedWithContext is an extended version of WaitUntilCommandExecuted. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type ScheduledWindowExecution

type ScheduledWindowExecution struct {

    // The time, in ISO-8601 Extended format, that the maintenance window is scheduled
    // to be run.
    ExecutionTime *string `type:"string"`

    // The name of the maintenance window to be run.
    Name *string `min:"3" type:"string"`

    // The ID of the maintenance window to be run.
    WindowId *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

Information about a scheduled execution for a maintenance window.

func (ScheduledWindowExecution) GoString

func (s ScheduledWindowExecution) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScheduledWindowExecution) SetExecutionTime

func (s *ScheduledWindowExecution) SetExecutionTime(v string) *ScheduledWindowExecution

SetExecutionTime sets the ExecutionTime field's value.

func (*ScheduledWindowExecution) SetName

func (s *ScheduledWindowExecution) SetName(v string) *ScheduledWindowExecution

SetName sets the Name field's value.

func (*ScheduledWindowExecution) SetWindowId

func (s *ScheduledWindowExecution) SetWindowId(v string) *ScheduledWindowExecution

SetWindowId sets the WindowId field's value.

func (ScheduledWindowExecution) String

func (s ScheduledWindowExecution) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SendAutomationSignalInput

type SendAutomationSignalInput struct {

    // The unique identifier for an existing Automation execution that you want
    // to send the signal to.
    //
    // AutomationExecutionId is a required field
    AutomationExecutionId *string `min:"36" type:"string" required:"true"`

    // The data sent with the signal. The data schema depends on the type of signal
    // used in the request.
    //
    // For Approve and Reject signal types, the payload is an optional comment that
    // you can send with the signal type. For example:
    //
    // Comment="Looks good"
    //
    // For StartStep and Resume signal types, you must send the name of the Automation
    // step to start or resume as the payload. For example:
    //
    // StepName="step1"
    //
    // For the StopStep signal type, you must send the step execution ID as the
    // payload. For example:
    //
    // StepExecutionId="97fff367-fc5a-4299-aed8-0123456789ab"
    Payload map[string][]*string `min:"1" type:"map"`

    // The type of signal to send to an Automation execution.
    //
    // SignalType is a required field
    SignalType *string `type:"string" required:"true" enum:"SignalType"`
    // contains filtered or unexported fields
}

func (SendAutomationSignalInput) GoString

func (s SendAutomationSignalInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SendAutomationSignalInput) SetAutomationExecutionId

func (s *SendAutomationSignalInput) SetAutomationExecutionId(v string) *SendAutomationSignalInput

SetAutomationExecutionId sets the AutomationExecutionId field's value.

func (*SendAutomationSignalInput) SetPayload

func (s *SendAutomationSignalInput) SetPayload(v map[string][]*string) *SendAutomationSignalInput

SetPayload sets the Payload field's value.

func (*SendAutomationSignalInput) SetSignalType

func (s *SendAutomationSignalInput) SetSignalType(v string) *SendAutomationSignalInput

SetSignalType sets the SignalType field's value.

func (SendAutomationSignalInput) String

func (s SendAutomationSignalInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SendAutomationSignalInput) Validate

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) GoString

func (s SendAutomationSignalOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (SendAutomationSignalOutput) String

func (s SendAutomationSignalOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SendCommandInput

type SendCommandInput struct {

    // The CloudWatch alarm you want to apply to your command.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // Enables Amazon Web Services Systems Manager to send Run Command output to
    // Amazon CloudWatch Logs. Run Command is a capability of Amazon Web Services
    // Systems Manager.
    CloudWatchOutputConfig *CloudWatchOutputConfig `type:"structure"`

    // User-specified information about the command, such as a brief description
    // of what the command should do.
    Comment *string `type:"string"`

    // The Sha256 or Sha1 hash created by the system when the document was created.
    //
    // Sha1 hashes have been deprecated.
    DocumentHash *string `type:"string"`

    // Sha256 or Sha1.
    //
    // Sha1 hashes have been deprecated.
    DocumentHashType *string `type:"string" enum:"DocumentHashType"`

    // The name of the Amazon Web Services Systems Manager document (SSM document)
    // to run. This can be a public document or a custom document. To run a shared
    // document belonging to another account, specify the document Amazon Resource
    // Name (ARN). For more information about how to use shared documents, see Sharing
    // SSM documents (https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-using-shared.html)
    // in the Amazon Web Services Systems Manager User Guide.
    //
    // If you specify a document name or ARN that hasn't been shared with your account,
    // you receive an InvalidDocument error.
    //
    // DocumentName is a required field
    DocumentName *string `type:"string" required:"true"`

    // The SSM document version to use in the request. You can specify $DEFAULT,
    // $LATEST, or a specific version number. If you run commands by using the Command
    // Line Interface (Amazon Web Services CLI), then you must escape the first
    // two options by using a backslash. If you specify a version number, then you
    // don't need to use the backslash. For example:
    //
    // --document-version "\$DEFAULT"
    //
    // --document-version "\$LATEST"
    //
    // --document-version "3"
    DocumentVersion *string `type:"string"`

    // The IDs of the managed nodes where the command should run. Specifying managed
    // node IDs is most useful when you are targeting a limited number of managed
    // nodes, though you can specify up to 50 IDs.
    //
    // To target a larger number of managed nodes, or if you prefer not to list
    // individual node IDs, we recommend using the Targets option instead. Using
    // Targets, which accepts tag key-value pairs to identify the managed nodes
    // to send commands to, you can a send command to tens, hundreds, or thousands
    // of nodes at once.
    //
    // For more information about how to use targets, see Run commands at scale
    // (https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html)
    // in the Amazon Web Services Systems Manager User Guide.
    InstanceIds []*string `type:"list"`

    // (Optional) The maximum number of managed nodes that are allowed to run the
    // command at the same time. You can specify a number such as 10 or a percentage
    // such as 10%. The default value is 50. For more information about how to use
    // MaxConcurrency, see Using concurrency controls (https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-velocity)
    // in the Amazon Web Services Systems Manager User Guide.
    MaxConcurrency *string `min:"1" type:"string"`

    // The maximum number of errors allowed without the command failing. When the
    // command fails one more time beyond the value of MaxErrors, the systems stops
    // sending the command to additional targets. You can specify a number like
    // 10 or a percentage like 10%. The default value is 0. For more information
    // about how to use MaxErrors, see Using error controls (https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-maxerrors)
    // in the Amazon Web Services Systems Manager User Guide.
    MaxErrors *string `min:"1" type:"string"`

    // Configurations for sending notifications.
    NotificationConfig *NotificationConfig `type:"structure"`

    // The name of the S3 bucket where command execution responses should be stored.
    OutputS3BucketName *string `min:"3" type:"string"`

    // The directory structure within the S3 bucket where the responses should be
    // stored.
    OutputS3KeyPrefix *string `type:"string"`

    // (Deprecated) You can no longer specify this parameter. The system ignores
    // it. Instead, Systems Manager automatically determines the Amazon Web Services
    // Region of the S3 bucket.
    OutputS3Region *string `min:"3" type:"string"`

    // The required and optional parameters specified in the document being run.
    //
    // Parameters is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by SendCommandInput's
    // String and GoString methods.
    Parameters map[string][]*string `type:"map" sensitive:"true"`

    // The ARN of the Identity and Access Management (IAM) service role to use to
    // publish Amazon Simple Notification Service (Amazon SNS) notifications for
    // Run Command commands.
    //
    // This role must provide the sns:Publish permission for your notification topic.
    // For information about creating and using this service role, see Monitoring
    // Systems Manager status changes using Amazon SNS notifications (https://docs.aws.amazon.com/systems-manager/latest/userguide/monitoring-sns-notifications.html)
    // in the Amazon Web Services Systems Manager User Guide.
    ServiceRoleArn *string `type:"string"`

    // An array of search criteria that targets managed nodes using a Key,Value
    // combination that you specify. Specifying targets is most useful when you
    // want to send a command to a large number of managed nodes at once. Using
    // Targets, which accepts tag key-value pairs to identify managed nodes, you
    // can send a command to tens, hundreds, or thousands of nodes at once.
    //
    // To send a command to a smaller number of managed nodes, you can use the InstanceIds
    // option instead.
    //
    // For more information about how to use targets, see Run commands at scale
    // (https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html)
    // in the Amazon Web Services Systems Manager User Guide.
    Targets []*Target `type:"list"`

    // If this time is reached and the command hasn't already started running, it
    // won't run.
    TimeoutSeconds *int64 `min:"30" type:"integer"`
    // contains filtered or unexported fields
}

func (SendCommandInput) GoString

func (s SendCommandInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SendCommandInput) SetAlarmConfiguration

func (s *SendCommandInput) SetAlarmConfiguration(v *AlarmConfiguration) *SendCommandInput

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*SendCommandInput) SetCloudWatchOutputConfig

func (s *SendCommandInput) SetCloudWatchOutputConfig(v *CloudWatchOutputConfig) *SendCommandInput

SetCloudWatchOutputConfig sets the CloudWatchOutputConfig field's value.

func (*SendCommandInput) SetComment

func (s *SendCommandInput) SetComment(v string) *SendCommandInput

SetComment sets the Comment field's value.

func (*SendCommandInput) SetDocumentHash

func (s *SendCommandInput) SetDocumentHash(v string) *SendCommandInput

SetDocumentHash sets the DocumentHash field's value.

func (*SendCommandInput) SetDocumentHashType

func (s *SendCommandInput) SetDocumentHashType(v string) *SendCommandInput

SetDocumentHashType sets the DocumentHashType field's value.

func (*SendCommandInput) SetDocumentName

func (s *SendCommandInput) SetDocumentName(v string) *SendCommandInput

SetDocumentName sets the DocumentName field's value.

func (*SendCommandInput) SetDocumentVersion

func (s *SendCommandInput) SetDocumentVersion(v string) *SendCommandInput

SetDocumentVersion sets the DocumentVersion field's value.

func (*SendCommandInput) SetInstanceIds

func (s *SendCommandInput) SetInstanceIds(v []*string) *SendCommandInput

SetInstanceIds sets the InstanceIds field's value.

func (*SendCommandInput) SetMaxConcurrency

func (s *SendCommandInput) SetMaxConcurrency(v string) *SendCommandInput

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*SendCommandInput) SetMaxErrors

func (s *SendCommandInput) SetMaxErrors(v string) *SendCommandInput

SetMaxErrors sets the MaxErrors field's value.

func (*SendCommandInput) SetNotificationConfig

func (s *SendCommandInput) SetNotificationConfig(v *NotificationConfig) *SendCommandInput

SetNotificationConfig sets the NotificationConfig field's value.

func (*SendCommandInput) SetOutputS3BucketName

func (s *SendCommandInput) SetOutputS3BucketName(v string) *SendCommandInput

SetOutputS3BucketName sets the OutputS3BucketName field's value.

func (*SendCommandInput) SetOutputS3KeyPrefix

func (s *SendCommandInput) SetOutputS3KeyPrefix(v string) *SendCommandInput

SetOutputS3KeyPrefix sets the OutputS3KeyPrefix field's value.

func (*SendCommandInput) SetOutputS3Region

func (s *SendCommandInput) SetOutputS3Region(v string) *SendCommandInput

SetOutputS3Region sets the OutputS3Region field's value.

func (*SendCommandInput) SetParameters

func (s *SendCommandInput) SetParameters(v map[string][]*string) *SendCommandInput

SetParameters sets the Parameters field's value.

func (*SendCommandInput) SetServiceRoleArn

func (s *SendCommandInput) SetServiceRoleArn(v string) *SendCommandInput

SetServiceRoleArn sets the ServiceRoleArn field's value.

func (*SendCommandInput) SetTargets

func (s *SendCommandInput) SetTargets(v []*Target) *SendCommandInput

SetTargets sets the Targets field's value.

func (*SendCommandInput) SetTimeoutSeconds

func (s *SendCommandInput) SetTimeoutSeconds(v int64) *SendCommandInput

SetTimeoutSeconds sets the TimeoutSeconds field's value.

func (SendCommandInput) String

func (s SendCommandInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SendCommandInput) Validate

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) GoString

func (s SendCommandOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SendCommandOutput) SetCommand

func (s *SendCommandOutput) SetCommand(v *Command) *SendCommandOutput

SetCommand sets the Command field's value.

func (SendCommandOutput) String

func (s SendCommandOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceSetting

type ServiceSetting struct {

    // The ARN of the service setting.
    ARN *string `type:"string"`

    // The last time the service setting was modified.
    LastModifiedDate *time.Time `type:"timestamp"`

    // The ARN of the last modified user. This field is populated only if the setting
    // value was overwritten.
    LastModifiedUser *string `type:"string"`

    // The ID of the service setting.
    SettingId *string `min:"1" type:"string"`

    // The value of the service setting.
    SettingValue *string `min:"1" type:"string"`

    // The status of the service setting. The value can be Default, Customized or
    // PendingUpdate.
    //
    //    * Default: The current setting uses a default value provisioned by the
    //    Amazon Web Services service team.
    //
    //    * Customized: The current setting use a custom value specified by the
    //    customer.
    //
    //    * PendingUpdate: The current setting uses a default or custom value, but
    //    a setting change request is pending approval.
    Status *string `type:"string"`
    // contains filtered or unexported fields
}

The service setting data structure.

ServiceSetting is an account-level setting for an Amazon Web Services service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services service team might create a default setting of "false". This means the user can't use this feature unless they change the setting to "true" and intentionally opt in for a paid feature.

Services map a SettingId object to a setting value. Amazon Web Services services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the UpdateServiceSetting API operation to change the default setting. Or, use the ResetServiceSetting to change the value back to the original value defined by the Amazon Web Services service team.

func (ServiceSetting) GoString

func (s ServiceSetting) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceSetting) SetARN

func (s *ServiceSetting) SetARN(v string) *ServiceSetting

SetARN sets the ARN field's value.

func (*ServiceSetting) SetLastModifiedDate

func (s *ServiceSetting) SetLastModifiedDate(v time.Time) *ServiceSetting

SetLastModifiedDate sets the LastModifiedDate field's value.

func (*ServiceSetting) SetLastModifiedUser

func (s *ServiceSetting) SetLastModifiedUser(v string) *ServiceSetting

SetLastModifiedUser sets the LastModifiedUser field's value.

func (*ServiceSetting) SetSettingId

func (s *ServiceSetting) SetSettingId(v string) *ServiceSetting

SetSettingId sets the SettingId field's value.

func (*ServiceSetting) SetSettingValue

func (s *ServiceSetting) SetSettingValue(v string) *ServiceSetting

SetSettingValue sets the SettingValue field's value.

func (*ServiceSetting) SetStatus

func (s *ServiceSetting) SetStatus(v string) *ServiceSetting

SetStatus sets the Status field's value.

func (ServiceSetting) String

func (s ServiceSetting) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceSettingNotFound

type ServiceSettingNotFound struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified service setting wasn't found. Either the service name or the setting hasn't been provisioned by the Amazon Web Services service team.

func (*ServiceSettingNotFound) Code

func (s *ServiceSettingNotFound) Code() string

Code returns the exception type name.

func (*ServiceSettingNotFound) Error

func (s *ServiceSettingNotFound) Error() string

func (ServiceSettingNotFound) GoString

func (s ServiceSettingNotFound) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceSettingNotFound) Message

func (s *ServiceSettingNotFound) Message() string

Message returns the exception's message.

func (*ServiceSettingNotFound) OrigErr

func (s *ServiceSettingNotFound) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServiceSettingNotFound) RequestID

func (s *ServiceSettingNotFound) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServiceSettingNotFound) StatusCode

func (s *ServiceSettingNotFound) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ServiceSettingNotFound) String

func (s ServiceSettingNotFound) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Session

type Session struct {

    // Reserved for future use.
    Details *string `min:"1" type:"string"`

    // The name of the Session Manager SSM document used to define the parameters
    // and plugin settings for the session. For example, SSM-SessionManagerRunShell.
    DocumentName *string `type:"string"`

    // The date and time, in ISO-8601 Extended format, when the session was terminated.
    EndDate *time.Time `type:"timestamp"`

    // The maximum duration of a session before it terminates.
    MaxSessionDuration *string `min:"1" type:"string"`

    // Reserved for future use.
    OutputUrl *SessionManagerOutputUrl `type:"structure"`

    // The ID of the Amazon Web Services user that started the session.
    Owner *string `min:"1" type:"string"`

    // The reason for connecting to the instance.
    Reason *string `min:"1" type:"string"`

    // The ID of the session.
    SessionId *string `min:"1" type:"string"`

    // The date and time, in ISO-8601 Extended format, when the session began.
    StartDate *time.Time `type:"timestamp"`

    // The status of the session. For example, "Connected" or "Terminated".
    Status *string `type:"string" enum:"SessionStatus"`

    // The managed node that the Session Manager session connected to.
    Target *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Information about a Session Manager connection to a managed node.

func (Session) GoString

func (s Session) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Session) SetDetails

func (s *Session) SetDetails(v string) *Session

SetDetails sets the Details field's value.

func (*Session) SetDocumentName

func (s *Session) SetDocumentName(v string) *Session

SetDocumentName sets the DocumentName field's value.

func (*Session) SetEndDate

func (s *Session) SetEndDate(v time.Time) *Session

SetEndDate sets the EndDate field's value.

func (*Session) SetMaxSessionDuration

func (s *Session) SetMaxSessionDuration(v string) *Session

SetMaxSessionDuration sets the MaxSessionDuration field's value.

func (*Session) SetOutputUrl

func (s *Session) SetOutputUrl(v *SessionManagerOutputUrl) *Session

SetOutputUrl sets the OutputUrl field's value.

func (*Session) SetOwner

func (s *Session) SetOwner(v string) *Session

SetOwner sets the Owner field's value.

func (*Session) SetReason

func (s *Session) SetReason(v string) *Session

SetReason sets the Reason field's value.

func (*Session) SetSessionId

func (s *Session) SetSessionId(v string) *Session

SetSessionId sets the SessionId field's value.

func (*Session) SetStartDate

func (s *Session) SetStartDate(v time.Time) *Session

SetStartDate sets the StartDate field's value.

func (*Session) SetStatus

func (s *Session) SetStatus(v string) *Session

SetStatus sets the Status field's value.

func (*Session) SetTarget

func (s *Session) SetTarget(v string) *Session

SetTarget sets the Target field's value.

func (Session) String

func (s Session) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SessionFilter

type SessionFilter struct {

    // The name of the filter.
    //
    // Key is a required field
    Key *string `locationName:"key" type:"string" required:"true" enum:"SessionFilterKey"`

    // The filter value. Valid values for each filter key are as follows:
    //
    //    * InvokedAfter: Specify a timestamp to limit your results. For example,
    //    specify 2018-08-29T00:00:00Z to see sessions that started August 29, 2018,
    //    and later.
    //
    //    * InvokedBefore: Specify a timestamp to limit your results. For example,
    //    specify 2018-08-29T00:00:00Z to see sessions that started before August
    //    29, 2018.
    //
    //    * Target: Specify a managed node to which session connections have been
    //    made.
    //
    //    * Owner: Specify an Amazon Web Services user to see a list of sessions
    //    started by that user.
    //
    //    * Status: Specify a valid session status to see a list of all sessions
    //    with that status. Status values you can specify include: Connected Connecting
    //    Disconnected Terminated Terminating Failed
    //
    //    * SessionId: Specify a session ID to return details about the session.
    //
    // Value is a required field
    Value *string `locationName:"value" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Describes a filter for Session Manager information.

func (SessionFilter) GoString

func (s SessionFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SessionFilter) SetKey

func (s *SessionFilter) SetKey(v string) *SessionFilter

SetKey sets the Key field's value.

func (*SessionFilter) SetValue

func (s *SessionFilter) SetValue(v string) *SessionFilter

SetValue sets the Value field's value.

func (SessionFilter) String

func (s SessionFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SessionFilter) Validate

func (s *SessionFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SessionManagerOutputUrl

type SessionManagerOutputUrl struct {

    // Reserved for future use.
    CloudWatchOutputUrl *string `min:"1" type:"string"`

    // Reserved for future use.
    S3OutputUrl *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Reserved for future use.

func (SessionManagerOutputUrl) GoString

func (s SessionManagerOutputUrl) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SessionManagerOutputUrl) SetCloudWatchOutputUrl

func (s *SessionManagerOutputUrl) SetCloudWatchOutputUrl(v string) *SessionManagerOutputUrl

SetCloudWatchOutputUrl sets the CloudWatchOutputUrl field's value.

func (*SessionManagerOutputUrl) SetS3OutputUrl

func (s *SessionManagerOutputUrl) SetS3OutputUrl(v string) *SessionManagerOutputUrl

SetS3OutputUrl sets the S3OutputUrl field's value.

func (SessionManagerOutputUrl) String

func (s SessionManagerOutputUrl) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SeveritySummary

type SeveritySummary struct {

    // The total number of resources or compliance items that have a severity level
    // of Critical. Critical severity is determined by the organization that published
    // the compliance items.
    CriticalCount *int64 `type:"integer"`

    // The total number of resources or compliance items that have a severity level
    // of high. High severity is determined by the organization that published the
    // compliance items.
    HighCount *int64 `type:"integer"`

    // The total number of resources or compliance items that have a severity level
    // of informational. Informational severity is determined by the organization
    // that published the compliance items.
    InformationalCount *int64 `type:"integer"`

    // The total number of resources or compliance items that have a severity level
    // of low. Low severity is determined by the organization that published the
    // compliance items.
    LowCount *int64 `type:"integer"`

    // The total number of resources or compliance items that have a severity level
    // of medium. Medium severity is determined by the organization that published
    // the compliance items.
    MediumCount *int64 `type:"integer"`

    // The total number of resources or compliance items that have a severity level
    // of unspecified. Unspecified severity is determined by the organization that
    // published the compliance items.
    UnspecifiedCount *int64 `type:"integer"`
    // contains filtered or unexported fields
}

The number of managed nodes found for each patch severity level defined in the request filter.

func (SeveritySummary) GoString

func (s SeveritySummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SeveritySummary) SetCriticalCount

func (s *SeveritySummary) SetCriticalCount(v int64) *SeveritySummary

SetCriticalCount sets the CriticalCount field's value.

func (*SeveritySummary) SetHighCount

func (s *SeveritySummary) SetHighCount(v int64) *SeveritySummary

SetHighCount sets the HighCount field's value.

func (*SeveritySummary) SetInformationalCount

func (s *SeveritySummary) SetInformationalCount(v int64) *SeveritySummary

SetInformationalCount sets the InformationalCount field's value.

func (*SeveritySummary) SetLowCount

func (s *SeveritySummary) SetLowCount(v int64) *SeveritySummary

SetLowCount sets the LowCount field's value.

func (*SeveritySummary) SetMediumCount

func (s *SeveritySummary) SetMediumCount(v int64) *SeveritySummary

SetMediumCount sets the MediumCount field's value.

func (*SeveritySummary) SetUnspecifiedCount

func (s *SeveritySummary) SetUnspecifiedCount(v int64) *SeveritySummary

SetUnspecifiedCount sets the UnspecifiedCount field's value.

func (SeveritySummary) String

func (s SeveritySummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartAssociationsOnceInput

type StartAssociationsOnceInput struct {

    // The association IDs that you want to run immediately and only one time.
    //
    // AssociationIds is a required field
    AssociationIds []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (StartAssociationsOnceInput) GoString

func (s StartAssociationsOnceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartAssociationsOnceInput) SetAssociationIds

func (s *StartAssociationsOnceInput) SetAssociationIds(v []*string) *StartAssociationsOnceInput

SetAssociationIds sets the AssociationIds field's value.

func (StartAssociationsOnceInput) String

func (s StartAssociationsOnceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartAssociationsOnceInput) Validate

func (s *StartAssociationsOnceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartAssociationsOnceOutput

type StartAssociationsOnceOutput struct {
    // contains filtered or unexported fields
}

func (StartAssociationsOnceOutput) GoString

func (s StartAssociationsOnceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StartAssociationsOnceOutput) String

func (s StartAssociationsOnceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartAutomationExecutionInput

type StartAutomationExecutionInput struct {

    // The CloudWatch alarm you want to apply to your automation.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // User-provided idempotency token. The token must be unique, is case insensitive,
    // enforces the UUID format, and can't be reused.
    ClientToken *string `min:"36" type:"string"`

    // The name of the SSM document to run. This can be a public document or a custom
    // document. To run a shared document belonging to another account, specify
    // the document ARN. For more information about how to use shared documents,
    // see Sharing SSM documents (https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-ssm-sharing.html)
    // in the Amazon Web Services Systems Manager User Guide.
    //
    // DocumentName is a required field
    DocumentName *string `type:"string" required:"true"`

    // The version of the Automation runbook to use for this execution.
    DocumentVersion *string `type:"string"`

    // The maximum number of targets allowed to run this task in parallel. You can
    // specify a number, such as 10, or a percentage, such as 10%. The default value
    // is 10.
    MaxConcurrency *string `min:"1" type:"string"`

    // The number of errors that are allowed before the system stops running the
    // automation on additional targets. You can specify either an absolute number
    // of errors, for example 10, or a percentage of the target set, for example
    // 10%. If you specify 3, for example, the system stops running the automation
    // when the fourth error is received. If you specify 0, then the system stops
    // running the automation on additional targets after the first error result
    // is returned. If you run an automation on 50 resources and set max-errors
    // to 10%, then the system stops running the automation on additional targets
    // when the sixth error is received.
    //
    // Executions that are already running an automation when max-errors is reached
    // are allowed to complete, but some of these executions may fail as well. If
    // you need to ensure that there won't be more than max-errors failed executions,
    // set max-concurrency to 1 so the executions proceed one at a time.
    MaxErrors *string `min:"1" type:"string"`

    // The execution mode of the automation. Valid modes include the following:
    // Auto and Interactive. The default mode is Auto.
    Mode *string `type:"string" enum:"ExecutionMode"`

    // A key-value map of execution parameters, which match the declared parameters
    // in the Automation runbook.
    Parameters map[string][]*string `min:"1" type:"map"`

    // Optional metadata that you assign to a resource. You can specify a maximum
    // of five tags for an automation. Tags enable you to categorize a resource
    // in different ways, such as by purpose, owner, or environment. For example,
    // you might want to tag an automation to identify an environment or operating
    // system. In this case, you could specify the following key-value pairs:
    //
    //    * Key=environment,Value=test
    //
    //    * Key=OS,Value=Windows
    //
    // To add tags to an existing automation, use the AddTagsToResource operation.
    Tags []*Tag `type:"list"`

    // A location is a combination of Amazon Web Services Regions and/or Amazon
    // Web Services accounts where you want to run the automation. Use this operation
    // to start an automation in multiple Amazon Web Services Regions and multiple
    // Amazon Web Services accounts. For more information, see Running Automation
    // workflows in multiple Amazon Web Services Regions and Amazon Web Services
    // accounts (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html)
    // in the Amazon Web Services Systems Manager User Guide.
    TargetLocations []*TargetLocation `min:"1" type:"list"`

    // A key-value mapping of document parameters to target resources. Both Targets
    // and TargetMaps can't be specified together.
    TargetMaps []map[string][]*string `type:"list"`

    // The name of the parameter used as the target resource for the rate-controlled
    // execution. Required if you specify targets.
    TargetParameterName *string `min:"1" type:"string"`

    // A key-value mapping to target resources. Required if you specify TargetParameterName.
    Targets []*Target `type:"list"`
    // contains filtered or unexported fields
}

func (StartAutomationExecutionInput) GoString

func (s StartAutomationExecutionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartAutomationExecutionInput) SetAlarmConfiguration

func (s *StartAutomationExecutionInput) SetAlarmConfiguration(v *AlarmConfiguration) *StartAutomationExecutionInput

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*StartAutomationExecutionInput) SetClientToken

func (s *StartAutomationExecutionInput) SetClientToken(v string) *StartAutomationExecutionInput

SetClientToken sets the ClientToken field's value.

func (*StartAutomationExecutionInput) SetDocumentName

func (s *StartAutomationExecutionInput) SetDocumentName(v string) *StartAutomationExecutionInput

SetDocumentName sets the DocumentName field's value.

func (*StartAutomationExecutionInput) SetDocumentVersion

func (s *StartAutomationExecutionInput) SetDocumentVersion(v string) *StartAutomationExecutionInput

SetDocumentVersion sets the DocumentVersion field's value.

func (*StartAutomationExecutionInput) SetMaxConcurrency

func (s *StartAutomationExecutionInput) SetMaxConcurrency(v string) *StartAutomationExecutionInput

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*StartAutomationExecutionInput) SetMaxErrors

func (s *StartAutomationExecutionInput) SetMaxErrors(v string) *StartAutomationExecutionInput

SetMaxErrors sets the MaxErrors field's value.

func (*StartAutomationExecutionInput) SetMode

func (s *StartAutomationExecutionInput) SetMode(v string) *StartAutomationExecutionInput

SetMode sets the Mode field's value.

func (*StartAutomationExecutionInput) SetParameters

func (s *StartAutomationExecutionInput) SetParameters(v map[string][]*string) *StartAutomationExecutionInput

SetParameters sets the Parameters field's value.

func (*StartAutomationExecutionInput) SetTags

func (s *StartAutomationExecutionInput) SetTags(v []*Tag) *StartAutomationExecutionInput

SetTags sets the Tags field's value.

func (*StartAutomationExecutionInput) SetTargetLocations

func (s *StartAutomationExecutionInput) SetTargetLocations(v []*TargetLocation) *StartAutomationExecutionInput

SetTargetLocations sets the TargetLocations field's value.

func (*StartAutomationExecutionInput) SetTargetMaps

func (s *StartAutomationExecutionInput) SetTargetMaps(v []map[string][]*string) *StartAutomationExecutionInput

SetTargetMaps sets the TargetMaps field's value.

func (*StartAutomationExecutionInput) SetTargetParameterName

func (s *StartAutomationExecutionInput) SetTargetParameterName(v string) *StartAutomationExecutionInput

SetTargetParameterName sets the TargetParameterName field's value.

func (*StartAutomationExecutionInput) SetTargets

func (s *StartAutomationExecutionInput) SetTargets(v []*Target) *StartAutomationExecutionInput

SetTargets sets the Targets field's value.

func (StartAutomationExecutionInput) String

func (s StartAutomationExecutionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartAutomationExecutionInput) Validate

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) GoString

func (s StartAutomationExecutionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartAutomationExecutionOutput) SetAutomationExecutionId

func (s *StartAutomationExecutionOutput) SetAutomationExecutionId(v string) *StartAutomationExecutionOutput

SetAutomationExecutionId sets the AutomationExecutionId field's value.

func (StartAutomationExecutionOutput) String

func (s StartAutomationExecutionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartChangeRequestExecutionInput

type StartChangeRequestExecutionInput struct {

    // Indicates whether the change request can be approved automatically without
    // the need for manual approvals.
    //
    // If AutoApprovable is enabled in a change template, then setting AutoApprove
    // to true in StartChangeRequestExecution creates a change request that bypasses
    // approver review.
    //
    // Change Calendar restrictions are not bypassed in this scenario. If the state
    // of an associated calendar is CLOSED, change freeze approvers must still grant
    // permission for this change request to run. If they don't, the change won't
    // be processed until the calendar state is again OPEN.
    AutoApprove *bool `type:"boolean"`

    // User-provided details about the change. If no details are provided, content
    // specified in the Template information section of the associated change template
    // is added.
    ChangeDetails *string `min:"1" type:"string"`

    // The name of the change request associated with the runbook workflow to be
    // run.
    ChangeRequestName *string `min:"1" type:"string"`

    // The user-provided idempotency token. The token must be unique, is case insensitive,
    // enforces the UUID format, and can't be reused.
    ClientToken *string `min:"36" type:"string"`

    // The name of the change template document to run during the runbook workflow.
    //
    // DocumentName is a required field
    DocumentName *string `type:"string" required:"true"`

    // The version of the change template document to run during the runbook workflow.
    DocumentVersion *string `type:"string"`

    // A key-value map of parameters that match the declared parameters in the change
    // template document.
    Parameters map[string][]*string `min:"1" type:"map"`

    // Information about the Automation runbooks that are run during the runbook
    // workflow.
    //
    // The Automation runbooks specified for the runbook workflow can't run until
    // all required approvals for the change request have been received.
    //
    // Runbooks is a required field
    Runbooks []*Runbook `min:"1" type:"list" required:"true"`

    // The time that the requester expects the runbook workflow related to the change
    // request to complete. The time is an estimate only that the requester provides
    // for reviewers.
    ScheduledEndTime *time.Time `type:"timestamp"`

    // The date and time specified in the change request to run the Automation runbooks.
    //
    // The Automation runbooks specified for the runbook workflow can't run until
    // all required approvals for the change request have been received.
    ScheduledTime *time.Time `type:"timestamp"`

    // Optional metadata that you assign to a resource. You can specify a maximum
    // of five tags for a change request. Tags enable you to categorize a resource
    // in different ways, such as by purpose, owner, or environment. For example,
    // you might want to tag a change request to identify an environment or target
    // Amazon Web Services Region. In this case, you could specify the following
    // key-value pairs:
    //
    //    * Key=Environment,Value=Production
    //
    //    * Key=Region,Value=us-east-2
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (StartChangeRequestExecutionInput) GoString

func (s StartChangeRequestExecutionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartChangeRequestExecutionInput) SetAutoApprove

func (s *StartChangeRequestExecutionInput) SetAutoApprove(v bool) *StartChangeRequestExecutionInput

SetAutoApprove sets the AutoApprove field's value.

func (*StartChangeRequestExecutionInput) SetChangeDetails

func (s *StartChangeRequestExecutionInput) SetChangeDetails(v string) *StartChangeRequestExecutionInput

SetChangeDetails sets the ChangeDetails field's value.

func (*StartChangeRequestExecutionInput) SetChangeRequestName

func (s *StartChangeRequestExecutionInput) SetChangeRequestName(v string) *StartChangeRequestExecutionInput

SetChangeRequestName sets the ChangeRequestName field's value.

func (*StartChangeRequestExecutionInput) SetClientToken

func (s *StartChangeRequestExecutionInput) SetClientToken(v string) *StartChangeRequestExecutionInput

SetClientToken sets the ClientToken field's value.

func (*StartChangeRequestExecutionInput) SetDocumentName

func (s *StartChangeRequestExecutionInput) SetDocumentName(v string) *StartChangeRequestExecutionInput

SetDocumentName sets the DocumentName field's value.

func (*StartChangeRequestExecutionInput) SetDocumentVersion

func (s *StartChangeRequestExecutionInput) SetDocumentVersion(v string) *StartChangeRequestExecutionInput

SetDocumentVersion sets the DocumentVersion field's value.

func (*StartChangeRequestExecutionInput) SetParameters

func (s *StartChangeRequestExecutionInput) SetParameters(v map[string][]*string) *StartChangeRequestExecutionInput

SetParameters sets the Parameters field's value.

func (*StartChangeRequestExecutionInput) SetRunbooks

func (s *StartChangeRequestExecutionInput) SetRunbooks(v []*Runbook) *StartChangeRequestExecutionInput

SetRunbooks sets the Runbooks field's value.

func (*StartChangeRequestExecutionInput) SetScheduledEndTime

func (s *StartChangeRequestExecutionInput) SetScheduledEndTime(v time.Time) *StartChangeRequestExecutionInput

SetScheduledEndTime sets the ScheduledEndTime field's value.

func (*StartChangeRequestExecutionInput) SetScheduledTime

func (s *StartChangeRequestExecutionInput) SetScheduledTime(v time.Time) *StartChangeRequestExecutionInput

SetScheduledTime sets the ScheduledTime field's value.

func (*StartChangeRequestExecutionInput) SetTags

func (s *StartChangeRequestExecutionInput) SetTags(v []*Tag) *StartChangeRequestExecutionInput

SetTags sets the Tags field's value.

func (StartChangeRequestExecutionInput) String

func (s StartChangeRequestExecutionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartChangeRequestExecutionInput) Validate

func (s *StartChangeRequestExecutionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartChangeRequestExecutionOutput

type StartChangeRequestExecutionOutput struct {

    // The unique ID of a runbook workflow operation. (A runbook workflow is a type
    // of Automation operation.)
    AutomationExecutionId *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (StartChangeRequestExecutionOutput) GoString

func (s StartChangeRequestExecutionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartChangeRequestExecutionOutput) SetAutomationExecutionId

func (s *StartChangeRequestExecutionOutput) SetAutomationExecutionId(v string) *StartChangeRequestExecutionOutput

SetAutomationExecutionId sets the AutomationExecutionId field's value.

func (StartChangeRequestExecutionOutput) String

func (s StartChangeRequestExecutionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartSessionInput

type StartSessionInput struct {

    // The name of the SSM document you want to use to define the type of session,
    // input parameters, or preferences for the session. For example, SSM-SessionManagerRunShell.
    // You can call the GetDocument API to verify the document exists before attempting
    // to start a session. If no document name is provided, a shell to the managed
    // node is launched by default. For more information, see Start a session (https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-sessions-start.html)
    // in the Amazon Web Services Systems Manager User Guide.
    DocumentName *string `type:"string"`

    // The values you want to specify for the parameters defined in the Session
    // document.
    Parameters map[string][]*string `type:"map"`

    // The reason for connecting to the instance. This value is included in the
    // details for the Amazon CloudWatch Events event created when you start the
    // session.
    Reason *string `min:"1" type:"string"`

    // The managed node to connect to for the session.
    //
    // Target is a required field
    Target *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (StartSessionInput) GoString

func (s StartSessionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartSessionInput) SetDocumentName

func (s *StartSessionInput) SetDocumentName(v string) *StartSessionInput

SetDocumentName sets the DocumentName field's value.

func (*StartSessionInput) SetParameters

func (s *StartSessionInput) SetParameters(v map[string][]*string) *StartSessionInput

SetParameters sets the Parameters field's value.

func (*StartSessionInput) SetReason

func (s *StartSessionInput) SetReason(v string) *StartSessionInput

SetReason sets the Reason field's value.

func (*StartSessionInput) SetTarget

func (s *StartSessionInput) SetTarget(v string) *StartSessionInput

SetTarget sets the Target field's value.

func (StartSessionInput) String

func (s StartSessionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartSessionInput) Validate

func (s *StartSessionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartSessionOutput

type StartSessionOutput struct {

    // The ID of the session.
    SessionId *string `min:"1" type:"string"`

    // A URL back to SSM Agent on the managed node that the Session Manager client
    // uses to send commands and receive output from the node. Format: wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output)
    //
    // region represents the Region identifier for an Amazon Web Services Region
    // supported by Amazon Web Services Systems Manager, such as us-east-2 for the
    // US East (Ohio) Region. For a list of supported region values, see the Region
    // column in Systems Manager service endpoints (https://docs.aws.amazon.com/general/latest/gr/ssm.html#ssm_region)
    // in the Amazon Web Services General Reference.
    //
    // session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE.
    StreamUrl *string `type:"string"`

    // An encrypted token value containing session and caller information. This
    // token is used to authenticate the connection to the managed node, and is
    // valid only long enough to ensure the connection is successful. Never share
    // your session's token.
    TokenValue *string `type:"string"`
    // contains filtered or unexported fields
}

func (StartSessionOutput) GoString

func (s StartSessionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartSessionOutput) SetSessionId

func (s *StartSessionOutput) SetSessionId(v string) *StartSessionOutput

SetSessionId sets the SessionId field's value.

func (*StartSessionOutput) SetStreamUrl

func (s *StartSessionOutput) SetStreamUrl(v string) *StartSessionOutput

SetStreamUrl sets the StreamUrl field's value.

func (*StartSessionOutput) SetTokenValue

func (s *StartSessionOutput) SetTokenValue(v string) *StartSessionOutput

SetTokenValue sets the TokenValue field's value.

func (StartSessionOutput) String

func (s StartSessionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StatusUnchanged

type StatusUnchanged struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The updated status is the same as the current status.

func (*StatusUnchanged) Code

func (s *StatusUnchanged) Code() string

Code returns the exception type name.

func (*StatusUnchanged) Error

func (s *StatusUnchanged) Error() string

func (StatusUnchanged) GoString

func (s StatusUnchanged) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StatusUnchanged) Message

func (s *StatusUnchanged) Message() string

Message returns the exception's message.

func (*StatusUnchanged) OrigErr

func (s *StatusUnchanged) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*StatusUnchanged) RequestID

func (s *StatusUnchanged) RequestID() string

RequestID returns the service's response RequestID for request.

func (*StatusUnchanged) StatusCode

func (s *StatusUnchanged) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (StatusUnchanged) String

func (s StatusUnchanged) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StepExecution

type StepExecution struct {

    // The action this step performs. The action determines the behavior of the
    // step.
    Action *string `type:"string"`

    // If a step has finished execution, this contains the time the execution ended.
    // If the step hasn't yet concluded, this field isn't populated.
    ExecutionEndTime *time.Time `type:"timestamp"`

    // If a step has begun execution, this contains the time the step started. If
    // the step is in Pending status, this field isn't populated.
    ExecutionStartTime *time.Time `type:"timestamp"`

    // Information about the Automation failure.
    FailureDetails *FailureDetails `type:"structure"`

    // If a step failed, this message explains why the execution failed.
    FailureMessage *string `type:"string"`

    // Fully-resolved values passed into the step before execution.
    Inputs map[string]*string `type:"map"`

    // The flag which can be used to help decide whether the failure of current
    // step leads to the Automation failure.
    IsCritical *bool `type:"boolean"`

    // The flag which can be used to end automation no matter whether the step succeeds
    // or fails.
    IsEnd *bool `type:"boolean"`

    // The maximum number of tries to run the action of the step. The default value
    // is 1.
    MaxAttempts *int64 `type:"integer"`

    // The next step after the step succeeds.
    NextStep *string `type:"string"`

    // The action to take if the step fails. The default value is Abort.
    OnFailure *string `type:"string"`

    // Returned values from the execution of the step.
    Outputs map[string][]*string `min:"1" type:"map"`

    // A user-specified list of parameters to override when running a step.
    OverriddenParameters map[string][]*string `min:"1" type:"map"`

    // Information about the parent step.
    ParentStepDetails *ParentStepDetails `type:"structure"`

    // A message associated with the response code for an execution.
    Response *string `type:"string"`

    // The response code returned by the execution of the step.
    ResponseCode *string `type:"string"`

    // The unique ID of a step execution.
    StepExecutionId *string `type:"string"`

    // The name of this execution step.
    StepName *string `type:"string"`

    // The execution status for this step.
    StepStatus *string `type:"string" enum:"AutomationExecutionStatus"`

    // The combination of Amazon Web Services Regions and Amazon Web Services accounts
    // targeted by the current Automation execution.
    TargetLocation *TargetLocation `type:"structure"`

    // The targets for the step execution.
    Targets []*Target `type:"list"`

    // The timeout seconds of the step.
    TimeoutSeconds *int64 `type:"long"`

    // The CloudWatch alarms that were invoked by the automation.
    TriggeredAlarms []*AlarmStateInformation `min:"1" type:"list"`

    // Strategies used when step fails, we support Continue and Abort. Abort will
    // fail the automation when the step fails. Continue will ignore the failure
    // of current step and allow automation to run the next step. With conditional
    // branching, we add step:stepName to support the automation to go to another
    // specific step.
    ValidNextSteps []*string `type:"list"`
    // contains filtered or unexported fields
}

Detailed information about an the execution state of an Automation step.

func (StepExecution) GoString

func (s StepExecution) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StepExecution) SetAction

func (s *StepExecution) SetAction(v string) *StepExecution

SetAction sets the Action field's value.

func (*StepExecution) SetExecutionEndTime

func (s *StepExecution) SetExecutionEndTime(v time.Time) *StepExecution

SetExecutionEndTime sets the ExecutionEndTime field's value.

func (*StepExecution) SetExecutionStartTime

func (s *StepExecution) SetExecutionStartTime(v time.Time) *StepExecution

SetExecutionStartTime sets the ExecutionStartTime field's value.

func (*StepExecution) SetFailureDetails

func (s *StepExecution) SetFailureDetails(v *FailureDetails) *StepExecution

SetFailureDetails sets the FailureDetails field's value.

func (*StepExecution) SetFailureMessage

func (s *StepExecution) SetFailureMessage(v string) *StepExecution

SetFailureMessage sets the FailureMessage field's value.

func (*StepExecution) SetInputs

func (s *StepExecution) SetInputs(v map[string]*string) *StepExecution

SetInputs sets the Inputs field's value.

func (*StepExecution) SetIsCritical

func (s *StepExecution) SetIsCritical(v bool) *StepExecution

SetIsCritical sets the IsCritical field's value.

func (*StepExecution) SetIsEnd

func (s *StepExecution) SetIsEnd(v bool) *StepExecution

SetIsEnd sets the IsEnd field's value.

func (*StepExecution) SetMaxAttempts

func (s *StepExecution) SetMaxAttempts(v int64) *StepExecution

SetMaxAttempts sets the MaxAttempts field's value.

func (*StepExecution) SetNextStep

func (s *StepExecution) SetNextStep(v string) *StepExecution

SetNextStep sets the NextStep field's value.

func (*StepExecution) SetOnFailure

func (s *StepExecution) SetOnFailure(v string) *StepExecution

SetOnFailure sets the OnFailure field's value.

func (*StepExecution) SetOutputs

func (s *StepExecution) SetOutputs(v map[string][]*string) *StepExecution

SetOutputs sets the Outputs field's value.

func (*StepExecution) SetOverriddenParameters

func (s *StepExecution) SetOverriddenParameters(v map[string][]*string) *StepExecution

SetOverriddenParameters sets the OverriddenParameters field's value.

func (*StepExecution) SetParentStepDetails

func (s *StepExecution) SetParentStepDetails(v *ParentStepDetails) *StepExecution

SetParentStepDetails sets the ParentStepDetails field's value.

func (*StepExecution) SetResponse

func (s *StepExecution) SetResponse(v string) *StepExecution

SetResponse sets the Response field's value.

func (*StepExecution) SetResponseCode

func (s *StepExecution) SetResponseCode(v string) *StepExecution

SetResponseCode sets the ResponseCode field's value.

func (*StepExecution) SetStepExecutionId

func (s *StepExecution) SetStepExecutionId(v string) *StepExecution

SetStepExecutionId sets the StepExecutionId field's value.

func (*StepExecution) SetStepName

func (s *StepExecution) SetStepName(v string) *StepExecution

SetStepName sets the StepName field's value.

func (*StepExecution) SetStepStatus

func (s *StepExecution) SetStepStatus(v string) *StepExecution

SetStepStatus sets the StepStatus field's value.

func (*StepExecution) SetTargetLocation

func (s *StepExecution) SetTargetLocation(v *TargetLocation) *StepExecution

SetTargetLocation sets the TargetLocation field's value.

func (*StepExecution) SetTargets

func (s *StepExecution) SetTargets(v []*Target) *StepExecution

SetTargets sets the Targets field's value.

func (*StepExecution) SetTimeoutSeconds

func (s *StepExecution) SetTimeoutSeconds(v int64) *StepExecution

SetTimeoutSeconds sets the TimeoutSeconds field's value.

func (*StepExecution) SetTriggeredAlarms

func (s *StepExecution) SetTriggeredAlarms(v []*AlarmStateInformation) *StepExecution

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (*StepExecution) SetValidNextSteps

func (s *StepExecution) SetValidNextSteps(v []*string) *StepExecution

SetValidNextSteps sets the ValidNextSteps field's value.

func (StepExecution) String

func (s StepExecution) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StepExecutionFilter

type StepExecutionFilter struct {

    // One or more keys to limit the results.
    //
    // Key is a required field
    Key *string `type:"string" required:"true" enum:"StepExecutionFilterKey"`

    // The values of the filter key.
    //
    // Values is a required field
    Values []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

A filter to limit the amount of step execution information returned by the call.

func (StepExecutionFilter) GoString

func (s StepExecutionFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StepExecutionFilter) SetKey

func (s *StepExecutionFilter) SetKey(v string) *StepExecutionFilter

SetKey sets the Key field's value.

func (*StepExecutionFilter) SetValues

func (s *StepExecutionFilter) SetValues(v []*string) *StepExecutionFilter

SetValues sets the Values field's value.

func (StepExecutionFilter) String

func (s StepExecutionFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StepExecutionFilter) Validate

func (s *StepExecutionFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

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 *string `type:"string" enum:"StopType"`
    // contains filtered or unexported fields
}

func (StopAutomationExecutionInput) GoString

func (s StopAutomationExecutionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopAutomationExecutionInput) SetAutomationExecutionId

func (s *StopAutomationExecutionInput) SetAutomationExecutionId(v string) *StopAutomationExecutionInput

SetAutomationExecutionId sets the AutomationExecutionId field's value.

func (*StopAutomationExecutionInput) SetType

func (s *StopAutomationExecutionInput) SetType(v string) *StopAutomationExecutionInput

SetType sets the Type field's value.

func (StopAutomationExecutionInput) String

func (s StopAutomationExecutionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopAutomationExecutionInput) Validate

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) GoString

func (s StopAutomationExecutionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StopAutomationExecutionOutput) String

func (s StopAutomationExecutionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SubTypeCountLimitExceededException

type SubTypeCountLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The sub-type count exceeded the limit for the inventory type.

func (*SubTypeCountLimitExceededException) Code

func (s *SubTypeCountLimitExceededException) Code() string

Code returns the exception type name.

func (*SubTypeCountLimitExceededException) Error

func (s *SubTypeCountLimitExceededException) Error() string

func (SubTypeCountLimitExceededException) GoString

func (s SubTypeCountLimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SubTypeCountLimitExceededException) Message

func (s *SubTypeCountLimitExceededException) Message() string

Message returns the exception's message.

func (*SubTypeCountLimitExceededException) OrigErr

func (s *SubTypeCountLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*SubTypeCountLimitExceededException) RequestID

func (s *SubTypeCountLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*SubTypeCountLimitExceededException) StatusCode

func (s *SubTypeCountLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (SubTypeCountLimitExceededException) String

func (s SubTypeCountLimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Tag

type Tag struct {

    // The name of the tag.
    //
    // Key is a required field
    Key *string `min:"1" type:"string" required:"true"`

    // The value of the tag.
    //
    // Value is a required field
    Value *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Metadata that you assign to your Amazon Web Services resources. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. In Amazon Web Services Systems Manager, you can apply tags to Systems Manager documents (SSM documents), managed nodes, maintenance windows, parameters, patch baselines, OpsItems, and OpsMetadata.

func (Tag) GoString

func (s Tag) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) SetKey

func (s *Tag) SetKey(v string) *Tag

SetKey sets the Key field's value.

func (*Tag) SetValue

func (s *Tag) SetValue(v string) *Tag

SetValue sets the Value field's value.

func (Tag) String

func (s Tag) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) Validate

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 managed nodes that
    // meet the criteria.
    Key *string `min:"1" type:"string"`

    // User-defined criteria that maps to Key. For example, if you specified tag:ServerRole,
    // you could specify value:WebServer to run a command on instances that include
    // EC2 tags of ServerRole,WebServer.
    //
    // Depending on the type of target, the maximum number of values for a key might
    // be lower than the global maximum of 50.
    Values []*string `type:"list"`
    // contains filtered or unexported fields
}

An array of search criteria that targets managed nodes using a key-value pair that you specify.

One or more targets must be specified for maintenance window Run Command-type tasks. Depending on the task, targets are optional for other maintenance window task types (Automation, Lambda, and Step Functions). For more information about running tasks that don't specify targets, see Registering maintenance window tasks without targets (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html) in the Amazon Web Services Systems Manager User Guide.

Supported formats include the following.

  • Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>,<instance-id-3>

  • Key=tag:<my-tag-key>,Values=<my-tag-value-1>,<my-tag-value-2>

  • Key=tag-key,Values=<my-tag-key-1>,<my-tag-key-2>

  • Run Command and Maintenance window targets only: Key=resource-groups:Name,Values=<resource-group-name>

  • Maintenance window targets only: Key=resource-groups:ResourceTypeFilters,Values=<resource-type-1>,<resource-type-2>

  • Automation targets only: Key=ResourceGroup;Values=<resource-group-name>

For example:

  • Key=InstanceIds,Values=i-02573cafcfEXAMPLE,i-0471e04240EXAMPLE,i-07782c72faEXAMPLE

  • Key=tag:CostCenter,Values=CostCenter1,CostCenter2,CostCenter3

  • Key=tag-key,Values=Name,Instance-Type,CostCenter

  • Run Command and Maintenance window targets only: Key=resource-groups:Name,Values=ProductionResourceGroup This example demonstrates how to target all resources in the resource group ProductionResourceGroup in your maintenance window.

  • Maintenance window targets only: Key=resource-groups:ResourceTypeFilters,Values=AWS::EC2::INSTANCE,AWS::EC2::VPC This example demonstrates how to target only Amazon Elastic Compute Cloud (Amazon EC2) instances and VPCs in your maintenance window.

  • Automation targets only: Key=ResourceGroup,Values=MyResourceGroup

  • State Manager association targets only: Key=InstanceIds,Values=* This example demonstrates how to target all managed instances in the Amazon Web Services Region where the association was created.

For more information about how to send commands that target managed nodes using Key,Value parameters, see Targeting multiple managed nodes (https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-targeting) in the Amazon Web Services Systems Manager User Guide.

func (Target) GoString

func (s Target) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Target) SetKey

func (s *Target) SetKey(v string) *Target

SetKey sets the Key field's value.

func (*Target) SetValues

func (s *Target) SetValues(v []*string) *Target

SetValues sets the Values field's value.

func (Target) String

func (s Target) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Target) Validate

func (s *Target) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TargetInUseException

type TargetInUseException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You specified the Safe option for the DeregisterTargetFromMaintenanceWindow operation, but the target is still referenced in a task.

func (*TargetInUseException) Code

func (s *TargetInUseException) Code() string

Code returns the exception type name.

func (*TargetInUseException) Error

func (s *TargetInUseException) Error() string

func (TargetInUseException) GoString

func (s TargetInUseException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TargetInUseException) Message

func (s *TargetInUseException) Message() string

Message returns the exception's message.

func (*TargetInUseException) OrigErr

func (s *TargetInUseException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*TargetInUseException) RequestID

func (s *TargetInUseException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*TargetInUseException) StatusCode

func (s *TargetInUseException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (TargetInUseException) String

func (s TargetInUseException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TargetLocation

type TargetLocation struct {

    // The Amazon Web Services accounts targeted by the current Automation execution.
    Accounts []*string `min:"1" type:"list"`

    // The Automation execution role used by the currently running Automation. If
    // not specified, the default value is AWS-SystemsManager-AutomationExecutionRole.
    ExecutionRoleName *string `min:"1" type:"string"`

    // The Amazon Web Services Regions targeted by the current Automation execution.
    Regions []*string `min:"1" type:"list"`

    // The details for the CloudWatch alarm you want to apply to an automation or
    // command.
    TargetLocationAlarmConfiguration *AlarmConfiguration `type:"structure"`

    // The maximum number of Amazon Web Services Regions and Amazon Web Services
    // accounts allowed to run the Automation concurrently.
    TargetLocationMaxConcurrency *string `min:"1" type:"string"`

    // The maximum number of errors allowed before the system stops queueing additional
    // Automation executions for the currently running Automation.
    TargetLocationMaxErrors *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation execution.

func (TargetLocation) GoString

func (s TargetLocation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TargetLocation) SetAccounts

func (s *TargetLocation) SetAccounts(v []*string) *TargetLocation

SetAccounts sets the Accounts field's value.

func (*TargetLocation) SetExecutionRoleName

func (s *TargetLocation) SetExecutionRoleName(v string) *TargetLocation

SetExecutionRoleName sets the ExecutionRoleName field's value.

func (*TargetLocation) SetRegions

func (s *TargetLocation) SetRegions(v []*string) *TargetLocation

SetRegions sets the Regions field's value.

func (*TargetLocation) SetTargetLocationAlarmConfiguration

func (s *TargetLocation) SetTargetLocationAlarmConfiguration(v *AlarmConfiguration) *TargetLocation

SetTargetLocationAlarmConfiguration sets the TargetLocationAlarmConfiguration field's value.

func (*TargetLocation) SetTargetLocationMaxConcurrency

func (s *TargetLocation) SetTargetLocationMaxConcurrency(v string) *TargetLocation

SetTargetLocationMaxConcurrency sets the TargetLocationMaxConcurrency field's value.

func (*TargetLocation) SetTargetLocationMaxErrors

func (s *TargetLocation) SetTargetLocationMaxErrors(v string) *TargetLocation

SetTargetLocationMaxErrors sets the TargetLocationMaxErrors field's value.

func (TargetLocation) String

func (s TargetLocation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TargetLocation) Validate

func (s *TargetLocation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TargetNotConnected

type TargetNotConnected struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified target managed node for the session isn't fully configured for use with Session Manager. For more information, see Getting started with Session Manager (https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started.html) in the Amazon Web Services Systems Manager User Guide. This error is also returned if you attempt to start a session on a managed node that is located in a different account or Region

func (*TargetNotConnected) Code

func (s *TargetNotConnected) Code() string

Code returns the exception type name.

func (*TargetNotConnected) Error

func (s *TargetNotConnected) Error() string

func (TargetNotConnected) GoString

func (s TargetNotConnected) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TargetNotConnected) Message

func (s *TargetNotConnected) Message() string

Message returns the exception's message.

func (*TargetNotConnected) OrigErr

func (s *TargetNotConnected) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*TargetNotConnected) RequestID

func (s *TargetNotConnected) RequestID() string

RequestID returns the service's response RequestID for request.

func (*TargetNotConnected) StatusCode

func (s *TargetNotConnected) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (TargetNotConnected) String

func (s TargetNotConnected) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TerminateSessionInput

type TerminateSessionInput struct {

    // The ID of the session to terminate.
    //
    // SessionId is a required field
    SessionId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (TerminateSessionInput) GoString

func (s TerminateSessionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TerminateSessionInput) SetSessionId

func (s *TerminateSessionInput) SetSessionId(v string) *TerminateSessionInput

SetSessionId sets the SessionId field's value.

func (TerminateSessionInput) String

func (s TerminateSessionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TerminateSessionInput) Validate

func (s *TerminateSessionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TerminateSessionOutput

type TerminateSessionOutput struct {

    // The ID of the session that has been terminated.
    SessionId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (TerminateSessionOutput) GoString

func (s TerminateSessionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TerminateSessionOutput) SetSessionId

func (s *TerminateSessionOutput) SetSessionId(v string) *TerminateSessionOutput

SetSessionId sets the SessionId field's value.

func (TerminateSessionOutput) String

func (s TerminateSessionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TooManyTagsError

type TooManyTagsError struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The Targets parameter includes too many tags. Remove one or more tags and try the command again.

func (*TooManyTagsError) Code

func (s *TooManyTagsError) Code() string

Code returns the exception type name.

func (*TooManyTagsError) Error

func (s *TooManyTagsError) Error() string

func (TooManyTagsError) GoString

func (s TooManyTagsError) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TooManyTagsError) Message

func (s *TooManyTagsError) Message() string

Message returns the exception's message.

func (*TooManyTagsError) OrigErr

func (s *TooManyTagsError) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*TooManyTagsError) RequestID

func (s *TooManyTagsError) RequestID() string

RequestID returns the service's response RequestID for request.

func (*TooManyTagsError) StatusCode

func (s *TooManyTagsError) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (TooManyTagsError) String

func (s TooManyTagsError) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TooManyUpdates

type TooManyUpdates struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

There are concurrent updates for a resource that supports one update at a time.

func (*TooManyUpdates) Code

func (s *TooManyUpdates) Code() string

Code returns the exception type name.

func (*TooManyUpdates) Error

func (s *TooManyUpdates) Error() string

func (TooManyUpdates) GoString

func (s TooManyUpdates) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TooManyUpdates) Message

func (s *TooManyUpdates) Message() string

Message returns the exception's message.

func (*TooManyUpdates) OrigErr

func (s *TooManyUpdates) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*TooManyUpdates) RequestID

func (s *TooManyUpdates) RequestID() string

RequestID returns the service's response RequestID for request.

func (*TooManyUpdates) StatusCode

func (s *TooManyUpdates) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (TooManyUpdates) String

func (s TooManyUpdates) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TotalSizeLimitExceededException

type TotalSizeLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The size of inventory data has exceeded the total size limit for the resource.

func (*TotalSizeLimitExceededException) Code

func (s *TotalSizeLimitExceededException) Code() string

Code returns the exception type name.

func (*TotalSizeLimitExceededException) Error

func (s *TotalSizeLimitExceededException) Error() string

func (TotalSizeLimitExceededException) GoString

func (s TotalSizeLimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TotalSizeLimitExceededException) Message

func (s *TotalSizeLimitExceededException) Message() string

Message returns the exception's message.

func (*TotalSizeLimitExceededException) OrigErr

func (s *TotalSizeLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*TotalSizeLimitExceededException) RequestID

func (s *TotalSizeLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*TotalSizeLimitExceededException) StatusCode

func (s *TotalSizeLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (TotalSizeLimitExceededException) String

func (s TotalSizeLimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UnlabelParameterVersionInput

type UnlabelParameterVersionInput struct {

    // One or more labels to delete from the specified parameter version.
    //
    // Labels is a required field
    Labels []*string `min:"1" type:"list" required:"true"`

    // The name of the parameter from which you want to delete one or more labels.
    //
    // You can't enter the Amazon Resource Name (ARN) for a parameter, only the
    // parameter name itself.
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`

    // The specific version of the parameter which you want to delete one or more
    // labels from. If it isn't present, the call will fail.
    //
    // ParameterVersion is a required field
    ParameterVersion *int64 `type:"long" required:"true"`
    // contains filtered or unexported fields
}

func (UnlabelParameterVersionInput) GoString

func (s UnlabelParameterVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnlabelParameterVersionInput) SetLabels

func (s *UnlabelParameterVersionInput) SetLabels(v []*string) *UnlabelParameterVersionInput

SetLabels sets the Labels field's value.

func (*UnlabelParameterVersionInput) SetName

func (s *UnlabelParameterVersionInput) SetName(v string) *UnlabelParameterVersionInput

SetName sets the Name field's value.

func (*UnlabelParameterVersionInput) SetParameterVersion

func (s *UnlabelParameterVersionInput) SetParameterVersion(v int64) *UnlabelParameterVersionInput

SetParameterVersion sets the ParameterVersion field's value.

func (UnlabelParameterVersionInput) String

func (s UnlabelParameterVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnlabelParameterVersionInput) Validate

func (s *UnlabelParameterVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UnlabelParameterVersionOutput

type UnlabelParameterVersionOutput struct {

    // The labels that aren't attached to the given parameter version.
    InvalidLabels []*string `min:"1" type:"list"`

    // A list of all labels deleted from the parameter.
    RemovedLabels []*string `min:"1" type:"list"`
    // contains filtered or unexported fields
}

func (UnlabelParameterVersionOutput) GoString

func (s UnlabelParameterVersionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnlabelParameterVersionOutput) SetInvalidLabels

func (s *UnlabelParameterVersionOutput) SetInvalidLabels(v []*string) *UnlabelParameterVersionOutput

SetInvalidLabels sets the InvalidLabels field's value.

func (*UnlabelParameterVersionOutput) SetRemovedLabels

func (s *UnlabelParameterVersionOutput) SetRemovedLabels(v []*string) *UnlabelParameterVersionOutput

SetRemovedLabels sets the RemovedLabels field's value.

func (UnlabelParameterVersionOutput) String

func (s UnlabelParameterVersionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UnsupportedCalendarException

type UnsupportedCalendarException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The calendar entry contained in the specified SSM document isn't supported.

func (*UnsupportedCalendarException) Code

func (s *UnsupportedCalendarException) Code() string

Code returns the exception type name.

func (*UnsupportedCalendarException) Error

func (s *UnsupportedCalendarException) Error() string

func (UnsupportedCalendarException) GoString

func (s UnsupportedCalendarException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnsupportedCalendarException) Message

func (s *UnsupportedCalendarException) Message() string

Message returns the exception's message.

func (*UnsupportedCalendarException) OrigErr

func (s *UnsupportedCalendarException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedCalendarException) RequestID

func (s *UnsupportedCalendarException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedCalendarException) StatusCode

func (s *UnsupportedCalendarException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedCalendarException) String

func (s UnsupportedCalendarException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UnsupportedFeatureRequiredException

type UnsupportedFeatureRequiredException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Patching for applications released by Microsoft is only available on EC2 instances and advanced instances. To patch applications released by Microsoft on on-premises servers and VMs, you must enable advanced instances. For more information, see Turning on the advanced-instances tier (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances-advanced.html) in the Amazon Web Services Systems Manager User Guide.

func (*UnsupportedFeatureRequiredException) Code

func (s *UnsupportedFeatureRequiredException) Code() string

Code returns the exception type name.

func (*UnsupportedFeatureRequiredException) Error

func (s *UnsupportedFeatureRequiredException) Error() string

func (UnsupportedFeatureRequiredException) GoString

func (s UnsupportedFeatureRequiredException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnsupportedFeatureRequiredException) Message

func (s *UnsupportedFeatureRequiredException) Message() string

Message returns the exception's message.

func (*UnsupportedFeatureRequiredException) OrigErr

func (s *UnsupportedFeatureRequiredException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedFeatureRequiredException) RequestID

func (s *UnsupportedFeatureRequiredException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedFeatureRequiredException) StatusCode

func (s *UnsupportedFeatureRequiredException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedFeatureRequiredException) String

func (s UnsupportedFeatureRequiredException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UnsupportedInventoryItemContextException

type UnsupportedInventoryItemContextException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    TypeName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The Context attribute that you specified for the InventoryItem isn't allowed for this inventory type. You can only use the Context attribute with inventory types like AWS:ComplianceItem.

func (*UnsupportedInventoryItemContextException) Code

func (s *UnsupportedInventoryItemContextException) Code() string

Code returns the exception type name.

func (*UnsupportedInventoryItemContextException) Error

func (s *UnsupportedInventoryItemContextException) Error() string

func (UnsupportedInventoryItemContextException) GoString

func (s UnsupportedInventoryItemContextException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnsupportedInventoryItemContextException) Message

func (s *UnsupportedInventoryItemContextException) Message() string

Message returns the exception's message.

func (*UnsupportedInventoryItemContextException) OrigErr

func (s *UnsupportedInventoryItemContextException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedInventoryItemContextException) RequestID

func (s *UnsupportedInventoryItemContextException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedInventoryItemContextException) StatusCode

func (s *UnsupportedInventoryItemContextException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedInventoryItemContextException) String

func (s UnsupportedInventoryItemContextException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UnsupportedInventorySchemaVersionException

type UnsupportedInventorySchemaVersionException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Inventory item type schema version has to match supported versions in the service. Check output of GetInventorySchema to see the available schema version for each type.

func (*UnsupportedInventorySchemaVersionException) Code

func (s *UnsupportedInventorySchemaVersionException) Code() string

Code returns the exception type name.

func (*UnsupportedInventorySchemaVersionException) Error

func (s *UnsupportedInventorySchemaVersionException) Error() string

func (UnsupportedInventorySchemaVersionException) GoString

func (s UnsupportedInventorySchemaVersionException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnsupportedInventorySchemaVersionException) Message

func (s *UnsupportedInventorySchemaVersionException) Message() string

Message returns the exception's message.

func (*UnsupportedInventorySchemaVersionException) OrigErr

func (s *UnsupportedInventorySchemaVersionException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedInventorySchemaVersionException) RequestID

func (s *UnsupportedInventorySchemaVersionException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedInventorySchemaVersionException) StatusCode

func (s *UnsupportedInventorySchemaVersionException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedInventorySchemaVersionException) String

func (s UnsupportedInventorySchemaVersionException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UnsupportedOperatingSystem

type UnsupportedOperatingSystem struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The operating systems you specified isn't supported, or the operation isn't supported for the operating system.

func (*UnsupportedOperatingSystem) Code

func (s *UnsupportedOperatingSystem) Code() string

Code returns the exception type name.

func (*UnsupportedOperatingSystem) Error

func (s *UnsupportedOperatingSystem) Error() string

func (UnsupportedOperatingSystem) GoString

func (s UnsupportedOperatingSystem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnsupportedOperatingSystem) Message

func (s *UnsupportedOperatingSystem) Message() string

Message returns the exception's message.

func (*UnsupportedOperatingSystem) OrigErr

func (s *UnsupportedOperatingSystem) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedOperatingSystem) RequestID

func (s *UnsupportedOperatingSystem) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedOperatingSystem) StatusCode

func (s *UnsupportedOperatingSystem) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedOperatingSystem) String

func (s UnsupportedOperatingSystem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UnsupportedParameterType

type UnsupportedParameterType struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The parameter type isn't supported.

func (*UnsupportedParameterType) Code

func (s *UnsupportedParameterType) Code() string

Code returns the exception type name.

func (*UnsupportedParameterType) Error

func (s *UnsupportedParameterType) Error() string

func (UnsupportedParameterType) GoString

func (s UnsupportedParameterType) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnsupportedParameterType) Message

func (s *UnsupportedParameterType) Message() string

Message returns the exception's message.

func (*UnsupportedParameterType) OrigErr

func (s *UnsupportedParameterType) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedParameterType) RequestID

func (s *UnsupportedParameterType) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedParameterType) StatusCode

func (s *UnsupportedParameterType) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedParameterType) String

func (s UnsupportedParameterType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UnsupportedPlatformType

type UnsupportedPlatformType struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The document doesn't support the platform type of the given managed node IDs. For example, you sent an document for a Windows managed node to a Linux node.

func (*UnsupportedPlatformType) Code

func (s *UnsupportedPlatformType) Code() string

Code returns the exception type name.

func (*UnsupportedPlatformType) Error

func (s *UnsupportedPlatformType) Error() string

func (UnsupportedPlatformType) GoString

func (s UnsupportedPlatformType) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnsupportedPlatformType) Message

func (s *UnsupportedPlatformType) Message() string

Message returns the exception's message.

func (*UnsupportedPlatformType) OrigErr

func (s *UnsupportedPlatformType) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedPlatformType) RequestID

func (s *UnsupportedPlatformType) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedPlatformType) StatusCode

func (s *UnsupportedPlatformType) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedPlatformType) String

func (s UnsupportedPlatformType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateAssociationInput

type UpdateAssociationInput struct {

    // The details for the CloudWatch alarm you want to apply to an automation or
    // command.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // By default, when you update an association, the system runs it immediately
    // after it is updated and then according to the schedule you specified. Specify
    // this option if you don't want an association to run immediately after you
    // update it. This parameter isn't supported for rate expressions.
    //
    // If you chose this option when you created an association and later you edit
    // that association or you make changes to the SSM document on which that association
    // is based (by using the Documents page in the console), State Manager applies
    // the association at the next specified cron interval. For example, if you
    // chose the Latest version of an SSM document when you created an association
    // and you edit the association by choosing a different document version on
    // the Documents page, State Manager applies the association at the next specified
    // cron interval if you previously selected this option. If this option wasn't
    // selected, State Manager immediately runs the association.
    //
    // You can reset this option. To do so, specify the no-apply-only-at-cron-interval
    // parameter when you update the association from the command line. This parameter
    // forces the association to run immediately after updating it and according
    // to the interval specified.
    ApplyOnlyAtCronInterval *bool `type:"boolean"`

    // The ID of the association you want to update.
    //
    // AssociationId is a required field
    AssociationId *string `type:"string" required:"true"`

    // The name of the association that you want to update.
    AssociationName *string `type:"string"`

    // This parameter is provided for concurrency control purposes. You must specify
    // the latest association version in the service. If you want to ensure that
    // this request succeeds, either specify $LATEST, or omit this parameter.
    AssociationVersion *string `type:"string"`

    // Choose the parameter that will define how your automation will branch out.
    // This target is required for associations that use an Automation runbook and
    // target resources by using rate controls. Automation is a capability of Amazon
    // Web Services Systems Manager.
    AutomationTargetParameterName *string `min:"1" type:"string"`

    // The names or Amazon Resource Names (ARNs) of the Change Calendar type documents
    // you want to gate your associations under. The associations only run when
    // that change calendar is open. For more information, see Amazon Web Services
    // Systems Manager Change Calendar (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar).
    CalendarNames []*string `type:"list"`

    // The severity level to assign to the association.
    ComplianceSeverity *string `type:"string" enum:"AssociationComplianceSeverity"`

    // The document version you want update for the association.
    //
    // State Manager doesn't support running associations that use a new version
    // of a document if that document is shared from another account. State Manager
    // always runs the default version of a document if shared from another account,
    // even though the Systems Manager console shows that a new version was processed.
    // If you want to run an association using a new version of a document shared
    // form another account, you must set the document version to default.
    DocumentVersion *string `type:"string"`

    // The number of hours the association can run before it is canceled. Duration
    // applies to associations that are currently running, and any pending and in
    // progress commands on all targets. If a target was taken offline for the association
    // to run, it is made available again immediately, without a reboot.
    //
    // The Duration parameter applies only when both these conditions are true:
    //
    //    * The association for which you specify a duration is cancelable according
    //    to the parameters of the SSM command document or Automation runbook associated
    //    with this execution.
    //
    //    * The command specifies the ApplyOnlyAtCronInterval (https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_UpdateAssociation.html#systemsmanager-UpdateAssociation-request-ApplyOnlyAtCronInterval)
    //    parameter, which means that the association doesn't run immediately after
    //    it is updated, but only according to the specified schedule.
    Duration *int64 `min:"1" type:"integer"`

    // The maximum number of targets allowed to run the association at the same
    // time. You can specify a number, for example 10, or a percentage of the target
    // set, for example 10%. The default value is 100%, which means all targets
    // run the association at the same time.
    //
    // If a new managed node starts and attempts to run an association while Systems
    // Manager is running MaxConcurrency associations, the association is allowed
    // to run. During the next association interval, the new managed node will process
    // its association within the limit specified for MaxConcurrency.
    MaxConcurrency *string `min:"1" type:"string"`

    // The number of errors that are allowed before the system stops sending requests
    // to run the association on additional targets. You can specify either an absolute
    // number of errors, for example 10, or a percentage of the target set, for
    // example 10%. If you specify 3, for example, the system stops sending requests
    // when the fourth error is received. If you specify 0, then the system stops
    // sending requests after the first error is returned. If you run an association
    // on 50 managed nodes and set MaxError to 10%, then the system stops sending
    // the request when the sixth error is received.
    //
    // Executions that are already running an association when MaxErrors is reached
    // are allowed to complete, but some of these executions may fail as well. If
    // you need to ensure that there won't be more than max-errors failed executions,
    // set MaxConcurrency to 1 so that executions proceed one at a time.
    MaxErrors *string `min:"1" type:"string"`

    // The name of the SSM Command document or Automation runbook that contains
    // the configuration information for the managed node.
    //
    // You can specify Amazon Web Services-predefined documents, documents you created,
    // or a document that is shared with you from another account.
    //
    // For Systems Manager document (SSM document) that are shared with you from
    // other Amazon Web Services accounts, you must specify the complete SSM document
    // ARN, in the following format:
    //
    // arn:aws:ssm:region:account-id:document/document-name
    //
    // For example:
    //
    // arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document
    //
    // For Amazon Web Services-predefined documents and SSM documents you created
    // in your account, you only need to specify the document name. For example,
    // AWS-ApplyPatchBaseline or My-Document.
    Name *string `type:"string"`

    // An S3 bucket where you want to store the results of this request.
    OutputLocation *InstanceAssociationOutputLocation `type:"structure"`

    // The parameters you want to update for the association. If you create a parameter
    // using Parameter Store, a capability of Amazon Web Services Systems Manager,
    // you can reference the parameter using {{ssm:parameter-name}}.
    //
    // Parameters is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by UpdateAssociationInput's
    // String and GoString methods.
    Parameters map[string][]*string `type:"map" sensitive:"true"`

    // The cron expression used to schedule the association that you want to update.
    ScheduleExpression *string `min:"1" type:"string"`

    // Number of days to wait after the scheduled day to run an association. For
    // example, if you specified a cron schedule of cron(0 0 ? * THU#2 *), you could
    // specify an offset of 3 to run the association each Sunday after the second
    // Thursday of the month. For more information about cron schedules for associations,
    // see Reference: Cron and rate expressions for Systems Manager (https://docs.aws.amazon.com/systems-manager/latest/userguide/reference-cron-and-rate-expressions.html)
    // in the Amazon Web Services Systems Manager User Guide.
    //
    // To use offsets, you must specify the ApplyOnlyAtCronInterval parameter. This
    // option tells the system not to run an association immediately after you create
    // it.
    ScheduleOffset *int64 `min:"1" type:"integer"`

    // The mode for generating association compliance. You can specify AUTO or MANUAL.
    // In AUTO mode, the system uses the status of the association execution to
    // determine the compliance status. If the association execution runs successfully,
    // then the association is COMPLIANT. If the association execution doesn't run
    // successfully, the association is NON-COMPLIANT.
    //
    // In MANUAL mode, you must specify the AssociationId as a parameter for the
    // PutComplianceItems API operation. In this case, compliance data isn't managed
    // by State Manager, a capability of Amazon Web Services Systems Manager. It
    // is managed by your direct call to the PutComplianceItems API operation.
    //
    // By default, all associations use AUTO mode.
    SyncCompliance *string `type:"string" enum:"AssociationSyncCompliance"`

    // A location is a combination of Amazon Web Services Regions and Amazon Web
    // Services accounts where you want to run the association. Use this action
    // to update an association in multiple Regions and multiple accounts.
    TargetLocations []*TargetLocation `min:"1" type:"list"`

    // A key-value mapping of document parameters to target resources. Both Targets
    // and TargetMaps can't be specified together.
    TargetMaps []map[string][]*string `type:"list"`

    // The targets of the association.
    Targets []*Target `type:"list"`
    // contains filtered or unexported fields
}

func (UpdateAssociationInput) GoString

func (s UpdateAssociationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAssociationInput) SetAlarmConfiguration

func (s *UpdateAssociationInput) SetAlarmConfiguration(v *AlarmConfiguration) *UpdateAssociationInput

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*UpdateAssociationInput) SetApplyOnlyAtCronInterval

func (s *UpdateAssociationInput) SetApplyOnlyAtCronInterval(v bool) *UpdateAssociationInput

SetApplyOnlyAtCronInterval sets the ApplyOnlyAtCronInterval field's value.

func (*UpdateAssociationInput) SetAssociationId

func (s *UpdateAssociationInput) SetAssociationId(v string) *UpdateAssociationInput

SetAssociationId sets the AssociationId field's value.

func (*UpdateAssociationInput) SetAssociationName

func (s *UpdateAssociationInput) SetAssociationName(v string) *UpdateAssociationInput

SetAssociationName sets the AssociationName field's value.

func (*UpdateAssociationInput) SetAssociationVersion

func (s *UpdateAssociationInput) SetAssociationVersion(v string) *UpdateAssociationInput

SetAssociationVersion sets the AssociationVersion field's value.

func (*UpdateAssociationInput) SetAutomationTargetParameterName

func (s *UpdateAssociationInput) SetAutomationTargetParameterName(v string) *UpdateAssociationInput

SetAutomationTargetParameterName sets the AutomationTargetParameterName field's value.

func (*UpdateAssociationInput) SetCalendarNames

func (s *UpdateAssociationInput) SetCalendarNames(v []*string) *UpdateAssociationInput

SetCalendarNames sets the CalendarNames field's value.

func (*UpdateAssociationInput) SetComplianceSeverity

func (s *UpdateAssociationInput) SetComplianceSeverity(v string) *UpdateAssociationInput

SetComplianceSeverity sets the ComplianceSeverity field's value.

func (*UpdateAssociationInput) SetDocumentVersion

func (s *UpdateAssociationInput) SetDocumentVersion(v string) *UpdateAssociationInput

SetDocumentVersion sets the DocumentVersion field's value.

func (*UpdateAssociationInput) SetDuration

func (s *UpdateAssociationInput) SetDuration(v int64) *UpdateAssociationInput

SetDuration sets the Duration field's value.

func (*UpdateAssociationInput) SetMaxConcurrency

func (s *UpdateAssociationInput) SetMaxConcurrency(v string) *UpdateAssociationInput

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*UpdateAssociationInput) SetMaxErrors

func (s *UpdateAssociationInput) SetMaxErrors(v string) *UpdateAssociationInput

SetMaxErrors sets the MaxErrors field's value.

func (*UpdateAssociationInput) SetName

func (s *UpdateAssociationInput) SetName(v string) *UpdateAssociationInput

SetName sets the Name field's value.

func (*UpdateAssociationInput) SetOutputLocation

func (s *UpdateAssociationInput) SetOutputLocation(v *InstanceAssociationOutputLocation) *UpdateAssociationInput

SetOutputLocation sets the OutputLocation field's value.

func (*UpdateAssociationInput) SetParameters

func (s *UpdateAssociationInput) SetParameters(v map[string][]*string) *UpdateAssociationInput

SetParameters sets the Parameters field's value.

func (*UpdateAssociationInput) SetScheduleExpression

func (s *UpdateAssociationInput) SetScheduleExpression(v string) *UpdateAssociationInput

SetScheduleExpression sets the ScheduleExpression field's value.

func (*UpdateAssociationInput) SetScheduleOffset

func (s *UpdateAssociationInput) SetScheduleOffset(v int64) *UpdateAssociationInput

SetScheduleOffset sets the ScheduleOffset field's value.

func (*UpdateAssociationInput) SetSyncCompliance

func (s *UpdateAssociationInput) SetSyncCompliance(v string) *UpdateAssociationInput

SetSyncCompliance sets the SyncCompliance field's value.

func (*UpdateAssociationInput) SetTargetLocations

func (s *UpdateAssociationInput) SetTargetLocations(v []*TargetLocation) *UpdateAssociationInput

SetTargetLocations sets the TargetLocations field's value.

func (*UpdateAssociationInput) SetTargetMaps

func (s *UpdateAssociationInput) SetTargetMaps(v []map[string][]*string) *UpdateAssociationInput

SetTargetMaps sets the TargetMaps field's value.

func (*UpdateAssociationInput) SetTargets

func (s *UpdateAssociationInput) SetTargets(v []*Target) *UpdateAssociationInput

SetTargets sets the Targets field's value.

func (UpdateAssociationInput) String

func (s UpdateAssociationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAssociationInput) Validate

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) GoString

func (s UpdateAssociationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAssociationOutput) SetAssociationDescription

func (s *UpdateAssociationOutput) SetAssociationDescription(v *AssociationDescription) *UpdateAssociationOutput

SetAssociationDescription sets the AssociationDescription field's value.

func (UpdateAssociationOutput) String

func (s UpdateAssociationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateAssociationStatusInput

type UpdateAssociationStatusInput struct {

    // The association status.
    //
    // AssociationStatus is a required field
    AssociationStatus *AssociationStatus `type:"structure" required:"true"`

    // The managed node ID.
    //
    // InstanceId is a required field
    InstanceId *string `type:"string" required:"true"`

    // The name of the SSM document.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateAssociationStatusInput) GoString

func (s UpdateAssociationStatusInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAssociationStatusInput) SetAssociationStatus

func (s *UpdateAssociationStatusInput) SetAssociationStatus(v *AssociationStatus) *UpdateAssociationStatusInput

SetAssociationStatus sets the AssociationStatus field's value.

func (*UpdateAssociationStatusInput) SetInstanceId

func (s *UpdateAssociationStatusInput) SetInstanceId(v string) *UpdateAssociationStatusInput

SetInstanceId sets the InstanceId field's value.

func (*UpdateAssociationStatusInput) SetName

func (s *UpdateAssociationStatusInput) SetName(v string) *UpdateAssociationStatusInput

SetName sets the Name field's value.

func (UpdateAssociationStatusInput) String

func (s UpdateAssociationStatusInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAssociationStatusInput) Validate

func (s *UpdateAssociationStatusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAssociationStatusOutput

type UpdateAssociationStatusOutput struct {

    // Information about the association.
    AssociationDescription *AssociationDescription `type:"structure"`
    // contains filtered or unexported fields
}

func (UpdateAssociationStatusOutput) GoString

func (s UpdateAssociationStatusOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAssociationStatusOutput) SetAssociationDescription

func (s *UpdateAssociationStatusOutput) SetAssociationDescription(v *AssociationDescription) *UpdateAssociationStatusOutput

SetAssociationDescription sets the AssociationDescription field's value.

func (UpdateAssociationStatusOutput) String

func (s UpdateAssociationStatusOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateDocumentDefaultVersionInput

type UpdateDocumentDefaultVersionInput struct {

    // The version of a custom document that you want to set as the default version.
    //
    // DocumentVersion is a required field
    DocumentVersion *string `type:"string" required:"true"`

    // The name of a custom document that you want to set as the default version.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateDocumentDefaultVersionInput) GoString

func (s UpdateDocumentDefaultVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDocumentDefaultVersionInput) SetDocumentVersion

func (s *UpdateDocumentDefaultVersionInput) SetDocumentVersion(v string) *UpdateDocumentDefaultVersionInput

SetDocumentVersion sets the DocumentVersion field's value.

func (*UpdateDocumentDefaultVersionInput) SetName

func (s *UpdateDocumentDefaultVersionInput) SetName(v string) *UpdateDocumentDefaultVersionInput

SetName sets the Name field's value.

func (UpdateDocumentDefaultVersionInput) String

func (s UpdateDocumentDefaultVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDocumentDefaultVersionInput) Validate

func (s *UpdateDocumentDefaultVersionInput) Validate() error

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) GoString

func (s UpdateDocumentDefaultVersionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDocumentDefaultVersionOutput) SetDescription

func (s *UpdateDocumentDefaultVersionOutput) SetDescription(v *DocumentDefaultVersionDescription) *UpdateDocumentDefaultVersionOutput

SetDescription sets the Description field's value.

func (UpdateDocumentDefaultVersionOutput) String

func (s UpdateDocumentDefaultVersionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateDocumentInput

type UpdateDocumentInput struct {

    // A list of key-value pairs that describe attachments to a version of a document.
    Attachments []*AttachmentsSource `type:"list"`

    // A valid JSON or YAML string.
    //
    // Content is a required field
    Content *string `min:"1" type:"string" required:"true"`

    // The friendly name of the SSM document that you want to update. This value
    // can differ for each version of the document. If you don't specify a value
    // for this parameter in your request, the existing value is applied to the
    // new document version.
    DisplayName *string `type:"string"`

    // Specify the document format for the new document version. Systems Manager
    // supports JSON and YAML documents. JSON is the default format.
    DocumentFormat *string `type:"string" enum:"DocumentFormat"`

    // The version of the document that you want to update. Currently, Systems Manager
    // supports updating only the latest version of the document. You can specify
    // the version number of the latest version or use the $LATEST variable.
    //
    // If you change a document version for a State Manager association, Systems
    // Manager immediately runs the association unless you previously specifed the
    // apply-only-at-cron-interval parameter.
    DocumentVersion *string `type:"string"`

    // The name of the SSM document that you want to update.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // Specify a new target type for the document.
    TargetType *string `type:"string"`

    // An optional field specifying the version of the artifact you are updating
    // with the document. For example, 12.6. This value is unique across all versions
    // of a document, and can't be changed.
    VersionName *string `type:"string"`
    // contains filtered or unexported fields
}

func (UpdateDocumentInput) GoString

func (s UpdateDocumentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDocumentInput) SetAttachments

func (s *UpdateDocumentInput) SetAttachments(v []*AttachmentsSource) *UpdateDocumentInput

SetAttachments sets the Attachments field's value.

func (*UpdateDocumentInput) SetContent

func (s *UpdateDocumentInput) SetContent(v string) *UpdateDocumentInput

SetContent sets the Content field's value.

func (*UpdateDocumentInput) SetDisplayName

func (s *UpdateDocumentInput) SetDisplayName(v string) *UpdateDocumentInput

SetDisplayName sets the DisplayName field's value.

func (*UpdateDocumentInput) SetDocumentFormat

func (s *UpdateDocumentInput) SetDocumentFormat(v string) *UpdateDocumentInput

SetDocumentFormat sets the DocumentFormat field's value.

func (*UpdateDocumentInput) SetDocumentVersion

func (s *UpdateDocumentInput) SetDocumentVersion(v string) *UpdateDocumentInput

SetDocumentVersion sets the DocumentVersion field's value.

func (*UpdateDocumentInput) SetName

func (s *UpdateDocumentInput) SetName(v string) *UpdateDocumentInput

SetName sets the Name field's value.

func (*UpdateDocumentInput) SetTargetType

func (s *UpdateDocumentInput) SetTargetType(v string) *UpdateDocumentInput

SetTargetType sets the TargetType field's value.

func (*UpdateDocumentInput) SetVersionName

func (s *UpdateDocumentInput) SetVersionName(v string) *UpdateDocumentInput

SetVersionName sets the VersionName field's value.

func (UpdateDocumentInput) String

func (s UpdateDocumentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDocumentInput) Validate

func (s *UpdateDocumentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDocumentMetadataInput

type UpdateDocumentMetadataInput struct {

    // The change template review details to update.
    //
    // DocumentReviews is a required field
    DocumentReviews *DocumentReviews `type:"structure" required:"true"`

    // The version of a change template in which to update approval metadata.
    DocumentVersion *string `type:"string"`

    // The name of the change template for which a version's metadata is to be updated.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateDocumentMetadataInput) GoString

func (s UpdateDocumentMetadataInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDocumentMetadataInput) SetDocumentReviews

func (s *UpdateDocumentMetadataInput) SetDocumentReviews(v *DocumentReviews) *UpdateDocumentMetadataInput

SetDocumentReviews sets the DocumentReviews field's value.

func (*UpdateDocumentMetadataInput) SetDocumentVersion

func (s *UpdateDocumentMetadataInput) SetDocumentVersion(v string) *UpdateDocumentMetadataInput

SetDocumentVersion sets the DocumentVersion field's value.

func (*UpdateDocumentMetadataInput) SetName

func (s *UpdateDocumentMetadataInput) SetName(v string) *UpdateDocumentMetadataInput

SetName sets the Name field's value.

func (UpdateDocumentMetadataInput) String

func (s UpdateDocumentMetadataInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDocumentMetadataInput) Validate

func (s *UpdateDocumentMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDocumentMetadataOutput

type UpdateDocumentMetadataOutput struct {
    // contains filtered or unexported fields
}

func (UpdateDocumentMetadataOutput) GoString

func (s UpdateDocumentMetadataOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateDocumentMetadataOutput) String

func (s UpdateDocumentMetadataOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateDocumentOutput

type UpdateDocumentOutput struct {

    // A description of the document that was updated.
    DocumentDescription *DocumentDescription `type:"structure"`
    // contains filtered or unexported fields
}

func (UpdateDocumentOutput) GoString

func (s UpdateDocumentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDocumentOutput) SetDocumentDescription

func (s *UpdateDocumentOutput) SetDocumentDescription(v *DocumentDescription) *UpdateDocumentOutput

SetDocumentDescription sets the DocumentDescription field's value.

func (UpdateDocumentOutput) String

func (s UpdateDocumentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateMaintenanceWindowInput

type UpdateMaintenanceWindowInput struct {

    // Whether targets must be registered with the maintenance window before tasks
    // can be defined for those targets.
    AllowUnassociatedTargets *bool `type:"boolean"`

    // The number of hours before the end of the maintenance window that Amazon
    // Web Services Systems Manager stops scheduling new tasks for execution.
    Cutoff *int64 `type:"integer"`

    // An optional description for the update request.
    //
    // Description is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by UpdateMaintenanceWindowInput's
    // String and GoString methods.
    Description *string `min:"1" type:"string" sensitive:"true"`

    // The duration of the maintenance window in hours.
    Duration *int64 `min:"1" type:"integer"`

    // Whether the maintenance window is enabled.
    Enabled *bool `type:"boolean"`

    // The date and time, in ISO-8601 Extended format, for when you want the maintenance
    // window to become inactive. EndDate allows you to set a date and time in the
    // future when the maintenance window will no longer run.
    EndDate *string `type:"string"`

    // The name of the maintenance window.
    Name *string `min:"3" type:"string"`

    // If True, then all fields that are required by the CreateMaintenanceWindow
    // operation are also required for this API request. Optional fields that aren't
    // specified are set to null.
    Replace *bool `type:"boolean"`

    // The schedule of the maintenance window in the form of a cron or rate expression.
    Schedule *string `min:"1" type:"string"`

    // The number of days to wait after the date and time specified by a cron expression
    // before running the maintenance window.
    //
    // For example, the following cron expression schedules a maintenance window
    // to run the third Tuesday of every month at 11:30 PM.
    //
    // cron(30 23 ? * TUE#3 *)
    //
    // If the schedule offset is 2, the maintenance window won't run until two days
    // later.
    ScheduleOffset *int64 `min:"1" type:"integer"`

    // The time zone that the scheduled maintenance window executions are based
    // on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles",
    // "UTC", or "Asia/Seoul". For more information, see the Time Zone Database
    // (https://www.iana.org/time-zones) on the IANA website.
    ScheduleTimezone *string `type:"string"`

    // The date and time, in ISO-8601 Extended format, for when you want the maintenance
    // window to become active. StartDate allows you to delay activation of the
    // maintenance window until the specified future date.
    StartDate *string `type:"string"`

    // The ID of the maintenance window to update.
    //
    // WindowId is a required field
    WindowId *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateMaintenanceWindowInput) GoString

func (s UpdateMaintenanceWindowInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateMaintenanceWindowInput) SetAllowUnassociatedTargets

func (s *UpdateMaintenanceWindowInput) SetAllowUnassociatedTargets(v bool) *UpdateMaintenanceWindowInput

SetAllowUnassociatedTargets sets the AllowUnassociatedTargets field's value.

func (*UpdateMaintenanceWindowInput) SetCutoff

func (s *UpdateMaintenanceWindowInput) SetCutoff(v int64) *UpdateMaintenanceWindowInput

SetCutoff sets the Cutoff field's value.

func (*UpdateMaintenanceWindowInput) SetDescription

func (s *UpdateMaintenanceWindowInput) SetDescription(v string) *UpdateMaintenanceWindowInput

SetDescription sets the Description field's value.

func (*UpdateMaintenanceWindowInput) SetDuration

func (s *UpdateMaintenanceWindowInput) SetDuration(v int64) *UpdateMaintenanceWindowInput

SetDuration sets the Duration field's value.

func (*UpdateMaintenanceWindowInput) SetEnabled

func (s *UpdateMaintenanceWindowInput) SetEnabled(v bool) *UpdateMaintenanceWindowInput

SetEnabled sets the Enabled field's value.

func (*UpdateMaintenanceWindowInput) SetEndDate

func (s *UpdateMaintenanceWindowInput) SetEndDate(v string) *UpdateMaintenanceWindowInput

SetEndDate sets the EndDate field's value.

func (*UpdateMaintenanceWindowInput) SetName

func (s *UpdateMaintenanceWindowInput) SetName(v string) *UpdateMaintenanceWindowInput

SetName sets the Name field's value.

func (*UpdateMaintenanceWindowInput) SetReplace

func (s *UpdateMaintenanceWindowInput) SetReplace(v bool) *UpdateMaintenanceWindowInput

SetReplace sets the Replace field's value.

func (*UpdateMaintenanceWindowInput) SetSchedule

func (s *UpdateMaintenanceWindowInput) SetSchedule(v string) *UpdateMaintenanceWindowInput

SetSchedule sets the Schedule field's value.

func (*UpdateMaintenanceWindowInput) SetScheduleOffset

func (s *UpdateMaintenanceWindowInput) SetScheduleOffset(v int64) *UpdateMaintenanceWindowInput

SetScheduleOffset sets the ScheduleOffset field's value.

func (*UpdateMaintenanceWindowInput) SetScheduleTimezone

func (s *UpdateMaintenanceWindowInput) SetScheduleTimezone(v string) *UpdateMaintenanceWindowInput

SetScheduleTimezone sets the ScheduleTimezone field's value.

func (*UpdateMaintenanceWindowInput) SetStartDate

func (s *UpdateMaintenanceWindowInput) SetStartDate(v string) *UpdateMaintenanceWindowInput

SetStartDate sets the StartDate field's value.

func (*UpdateMaintenanceWindowInput) SetWindowId

func (s *UpdateMaintenanceWindowInput) SetWindowId(v string) *UpdateMaintenanceWindowInput

SetWindowId sets the WindowId field's value.

func (UpdateMaintenanceWindowInput) String

func (s UpdateMaintenanceWindowInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateMaintenanceWindowInput) Validate

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 Amazon
    // Web Services Systems Manager stops scheduling new tasks for execution.
    Cutoff *int64 `type:"integer"`

    // An optional description of the update.
    //
    // Description is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by UpdateMaintenanceWindowOutput's
    // String and GoString methods.
    Description *string `min:"1" type:"string" sensitive:"true"`

    // The duration of the maintenance window in hours.
    Duration *int64 `min:"1" type:"integer"`

    // Whether the maintenance window is enabled.
    Enabled *bool `type:"boolean"`

    // The date and time, in ISO-8601 Extended format, for when the maintenance
    // window is scheduled to become inactive. The maintenance window won't run
    // after this specified time.
    EndDate *string `type:"string"`

    // The name of the maintenance window.
    Name *string `min:"3" type:"string"`

    // The schedule of the maintenance window in the form of a cron or rate expression.
    Schedule *string `min:"1" type:"string"`

    // The number of days to wait to run a maintenance window after the scheduled
    // cron expression date and time.
    ScheduleOffset *int64 `min:"1" type:"integer"`

    // The time zone that the scheduled maintenance window executions are based
    // on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles",
    // "UTC", or "Asia/Seoul". For more information, see the Time Zone Database
    // (https://www.iana.org/time-zones) on the IANA website.
    ScheduleTimezone *string `type:"string"`

    // The date and time, in ISO-8601 Extended format, for when the maintenance
    // window is scheduled to become active. The maintenance window won't run before
    // this specified time.
    StartDate *string `type:"string"`

    // The ID of the created maintenance window.
    WindowId *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

func (UpdateMaintenanceWindowOutput) GoString

func (s UpdateMaintenanceWindowOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateMaintenanceWindowOutput) SetAllowUnassociatedTargets

func (s *UpdateMaintenanceWindowOutput) SetAllowUnassociatedTargets(v bool) *UpdateMaintenanceWindowOutput

SetAllowUnassociatedTargets sets the AllowUnassociatedTargets field's value.

func (*UpdateMaintenanceWindowOutput) SetCutoff

func (s *UpdateMaintenanceWindowOutput) SetCutoff(v int64) *UpdateMaintenanceWindowOutput

SetCutoff sets the Cutoff field's value.

func (*UpdateMaintenanceWindowOutput) SetDescription

func (s *UpdateMaintenanceWindowOutput) SetDescription(v string) *UpdateMaintenanceWindowOutput

SetDescription sets the Description field's value.

func (*UpdateMaintenanceWindowOutput) SetDuration

func (s *UpdateMaintenanceWindowOutput) SetDuration(v int64) *UpdateMaintenanceWindowOutput

SetDuration sets the Duration field's value.

func (*UpdateMaintenanceWindowOutput) SetEnabled

func (s *UpdateMaintenanceWindowOutput) SetEnabled(v bool) *UpdateMaintenanceWindowOutput

SetEnabled sets the Enabled field's value.

func (*UpdateMaintenanceWindowOutput) SetEndDate

func (s *UpdateMaintenanceWindowOutput) SetEndDate(v string) *UpdateMaintenanceWindowOutput

SetEndDate sets the EndDate field's value.

func (*UpdateMaintenanceWindowOutput) SetName

func (s *UpdateMaintenanceWindowOutput) SetName(v string) *UpdateMaintenanceWindowOutput

SetName sets the Name field's value.

func (*UpdateMaintenanceWindowOutput) SetSchedule

func (s *UpdateMaintenanceWindowOutput) SetSchedule(v string) *UpdateMaintenanceWindowOutput

SetSchedule sets the Schedule field's value.

func (*UpdateMaintenanceWindowOutput) SetScheduleOffset

func (s *UpdateMaintenanceWindowOutput) SetScheduleOffset(v int64) *UpdateMaintenanceWindowOutput

SetScheduleOffset sets the ScheduleOffset field's value.

func (*UpdateMaintenanceWindowOutput) SetScheduleTimezone

func (s *UpdateMaintenanceWindowOutput) SetScheduleTimezone(v string) *UpdateMaintenanceWindowOutput

SetScheduleTimezone sets the ScheduleTimezone field's value.

func (*UpdateMaintenanceWindowOutput) SetStartDate

func (s *UpdateMaintenanceWindowOutput) SetStartDate(v string) *UpdateMaintenanceWindowOutput

SetStartDate sets the StartDate field's value.

func (*UpdateMaintenanceWindowOutput) SetWindowId

func (s *UpdateMaintenanceWindowOutput) SetWindowId(v string) *UpdateMaintenanceWindowOutput

SetWindowId sets the WindowId field's value.

func (UpdateMaintenanceWindowOutput) String

func (s UpdateMaintenanceWindowOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateMaintenanceWindowTargetInput

type UpdateMaintenanceWindowTargetInput struct {

    // An optional description for the update.
    //
    // Description is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by UpdateMaintenanceWindowTargetInput's
    // String and GoString methods.
    Description *string `min:"1" type:"string" sensitive:"true"`

    // A name for the update.
    Name *string `min:"3" type:"string"`

    // User-provided value that will be included in any Amazon CloudWatch Events
    // events raised while running tasks for these targets in this maintenance window.
    //
    // OwnerInformation is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by UpdateMaintenanceWindowTargetInput's
    // String and GoString methods.
    OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

    // If True, then all fields that are required by the RegisterTargetWithMaintenanceWindow
    // operation are also required for this API request. Optional fields that aren't
    // specified are set to null.
    Replace *bool `type:"boolean"`

    // The targets to add or replace.
    Targets []*Target `type:"list"`

    // The maintenance window ID with which to modify the target.
    //
    // WindowId is a required field
    WindowId *string `min:"20" type:"string" required:"true"`

    // The target ID to modify.
    //
    // WindowTargetId is a required field
    WindowTargetId *string `min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateMaintenanceWindowTargetInput) GoString

func (s UpdateMaintenanceWindowTargetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateMaintenanceWindowTargetInput) SetDescription

func (s *UpdateMaintenanceWindowTargetInput) SetDescription(v string) *UpdateMaintenanceWindowTargetInput

SetDescription sets the Description field's value.

func (*UpdateMaintenanceWindowTargetInput) SetName

func (s *UpdateMaintenanceWindowTargetInput) SetName(v string) *UpdateMaintenanceWindowTargetInput

SetName sets the Name field's value.

func (*UpdateMaintenanceWindowTargetInput) SetOwnerInformation

func (s *UpdateMaintenanceWindowTargetInput) SetOwnerInformation(v string) *UpdateMaintenanceWindowTargetInput

SetOwnerInformation sets the OwnerInformation field's value.

func (*UpdateMaintenanceWindowTargetInput) SetReplace

func (s *UpdateMaintenanceWindowTargetInput) SetReplace(v bool) *UpdateMaintenanceWindowTargetInput

SetReplace sets the Replace field's value.

func (*UpdateMaintenanceWindowTargetInput) SetTargets

func (s *UpdateMaintenanceWindowTargetInput) SetTargets(v []*Target) *UpdateMaintenanceWindowTargetInput

SetTargets sets the Targets field's value.

func (*UpdateMaintenanceWindowTargetInput) SetWindowId

func (s *UpdateMaintenanceWindowTargetInput) SetWindowId(v string) *UpdateMaintenanceWindowTargetInput

SetWindowId sets the WindowId field's value.

func (*UpdateMaintenanceWindowTargetInput) SetWindowTargetId

func (s *UpdateMaintenanceWindowTargetInput) SetWindowTargetId(v string) *UpdateMaintenanceWindowTargetInput

SetWindowTargetId sets the WindowTargetId field's value.

func (UpdateMaintenanceWindowTargetInput) String

func (s UpdateMaintenanceWindowTargetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateMaintenanceWindowTargetInput) Validate

func (s *UpdateMaintenanceWindowTargetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateMaintenanceWindowTargetOutput

type UpdateMaintenanceWindowTargetOutput struct {

    // The updated description.
    //
    // Description is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by UpdateMaintenanceWindowTargetOutput's
    // String and GoString methods.
    Description *string `min:"1" type:"string" sensitive:"true"`

    // The updated name.
    Name *string `min:"3" type:"string"`

    // The updated owner.
    //
    // OwnerInformation is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by UpdateMaintenanceWindowTargetOutput's
    // String and GoString methods.
    OwnerInformation *string `min:"1" type:"string" sensitive:"true"`

    // The updated targets.
    Targets []*Target `type:"list"`

    // The maintenance window ID specified in the update request.
    WindowId *string `min:"20" type:"string"`

    // The target ID specified in the update request.
    WindowTargetId *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (UpdateMaintenanceWindowTargetOutput) GoString

func (s UpdateMaintenanceWindowTargetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateMaintenanceWindowTargetOutput) SetDescription

func (s *UpdateMaintenanceWindowTargetOutput) SetDescription(v string) *UpdateMaintenanceWindowTargetOutput

SetDescription sets the Description field's value.

func (*UpdateMaintenanceWindowTargetOutput) SetName

func (s *UpdateMaintenanceWindowTargetOutput) SetName(v string) *UpdateMaintenanceWindowTargetOutput

SetName sets the Name field's value.

func (*UpdateMaintenanceWindowTargetOutput) SetOwnerInformation

func (s *UpdateMaintenanceWindowTargetOutput) SetOwnerInformation(v string) *UpdateMaintenanceWindowTargetOutput

SetOwnerInformation sets the OwnerInformation field's value.

func (*UpdateMaintenanceWindowTargetOutput) SetTargets

func (s *UpdateMaintenanceWindowTargetOutput) SetTargets(v []*Target) *UpdateMaintenanceWindowTargetOutput

SetTargets sets the Targets field's value.

func (*UpdateMaintenanceWindowTargetOutput) SetWindowId

func (s *UpdateMaintenanceWindowTargetOutput) SetWindowId(v string) *UpdateMaintenanceWindowTargetOutput

SetWindowId sets the WindowId field's value.

func (*UpdateMaintenanceWindowTargetOutput) SetWindowTargetId

func (s *UpdateMaintenanceWindowTargetOutput) SetWindowTargetId(v string) *UpdateMaintenanceWindowTargetOutput

SetWindowTargetId sets the WindowTargetId field's value.

func (UpdateMaintenanceWindowTargetOutput) String

func (s UpdateMaintenanceWindowTargetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateMaintenanceWindowTaskInput

type UpdateMaintenanceWindowTaskInput struct {

    // The CloudWatch alarm you want to apply to your maintenance window task.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // Indicates whether tasks should continue to run after the cutoff time specified
    // in the maintenance windows is reached.
    //
    //    * CONTINUE_TASK: When the cutoff time is reached, any tasks that are running
    //    continue. The default value.
    //
    //    * CANCEL_TASK: For Automation, Lambda, Step Functions tasks: When the
    //    cutoff time is reached, any task invocations that are already running
    //    continue, but no new task invocations are started. For Run Command tasks:
    //    When the cutoff time is reached, the system sends a CancelCommand operation
    //    that attempts to cancel the command associated with the task. However,
    //    there is no guarantee that the command will be terminated and the underlying
    //    process stopped. The status for tasks that are not completed is TIMED_OUT.
    CutoffBehavior *string `type:"string" enum:"MaintenanceWindowTaskCutoffBehavior"`

    // The new task description to specify.
    //
    // Description is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by UpdateMaintenanceWindowTaskInput's
    // String and GoString methods.
    Description *string `min:"1" type:"string" sensitive:"true"`

    // The new logging location in Amazon S3 to specify.
    //
    // LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service
    // (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and
    // OutputS3KeyPrefix options in the TaskInvocationParameters structure. For
    // information about how Amazon Web Services Systems Manager handles these options
    // for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
    LoggingInfo *LoggingInfo `type:"structure"`

    // The new MaxConcurrency value you want to specify. MaxConcurrency is the number
    // of targets that are allowed to run this task, in parallel.
    //
    // Although this element is listed as "Required: No", a value can be omitted
    // only when you are registering or updating a targetless task (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html)
    // You must provide a value in all other cases.
    //
    // For maintenance window tasks without a target specified, you can't supply
    // a value for this option. Instead, the system inserts a placeholder value
    // of 1. This value doesn't affect the running of your task.
    MaxConcurrency *string `min:"1" type:"string"`

    // The new MaxErrors value to specify. MaxErrors is the maximum number of errors
    // that are allowed before the task stops being scheduled.
    //
    // Although this element is listed as "Required: No", a value can be omitted
    // only when you are registering or updating a targetless task (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html)
    // You must provide a value in all other cases.
    //
    // For maintenance window tasks without a target specified, you can't supply
    // a value for this option. Instead, the system inserts a placeholder value
    // of 1. This value doesn't affect the running of your task.
    MaxErrors *string `min:"1" type:"string"`

    // The new task name to specify.
    Name *string `min:"3" type:"string"`

    // The new task priority to specify. The lower the number, the higher the priority.
    // Tasks that have the same priority are scheduled in parallel.
    Priority *int64 `type:"integer"`

    // If True, then all fields that are required by the RegisterTaskWithMaintenanceWindow
    // operation are also required for this API request. Optional fields that aren't
    // specified are set to null.
    Replace *bool `type:"boolean"`

    // The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services
    // Systems Manager to assume when running a maintenance window task. If you
    // do not specify a service role ARN, Systems Manager uses your account's service-linked
    // role. If no service-linked role for Systems Manager exists in your account,
    // it is created when you run RegisterTaskWithMaintenanceWindow.
    //
    // For more information, see Using service-linked roles for Systems Manager
    // (https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions)
    // in the in the Amazon Web Services Systems Manager User Guide:
    ServiceRoleArn *string `type:"string"`

    // The targets (either managed nodes or tags) to modify. Managed nodes are specified
    // using the format Key=instanceids,Values=instanceID_1,instanceID_2. Tags are
    // specified using the format Key=tag_name,Values=tag_value.
    //
    // One or more targets must be specified for maintenance window Run Command-type
    // tasks. Depending on the task, targets are optional for other maintenance
    // window task types (Automation, Lambda, and Step Functions). For more information
    // about running tasks that don't specify targets, see Registering maintenance
    // window tasks without targets (https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html)
    // in the Amazon Web Services Systems Manager User Guide.
    Targets []*Target `type:"list"`

    // The task ARN to modify.
    TaskArn *string `min:"1" type:"string"`

    // The parameters that the task should use during execution. Populate only the
    // fields that match the task type. All other fields should be empty.
    //
    // When you update a maintenance window task that has options specified in TaskInvocationParameters,
    // you must provide again all the TaskInvocationParameters values that you want
    // to retain. The values you don't specify again are removed. For example, suppose
    // that when you registered a Run Command task, you specified TaskInvocationParameters
    // values for Comment, NotificationConfig, and OutputS3BucketName. If you update
    // the maintenance window task and specify only a different OutputS3BucketName
    // value, the values for Comment and NotificationConfig are removed.
    TaskInvocationParameters *MaintenanceWindowTaskInvocationParameters `type:"structure"`

    // The parameters to modify.
    //
    // TaskParameters has been deprecated. To specify parameters to pass to a task
    // when it runs, instead use the Parameters option in the TaskInvocationParameters
    // structure. For information about how Systems Manager handles these options
    // for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
    //
    // The map has the following format:
    //
    // Key: string, between 1 and 255 characters
    //
    // Value: an array of strings, each string is between 1 and 255 characters
    //
    // TaskParameters is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by UpdateMaintenanceWindowTaskInput's
    // String and GoString methods.
    TaskParameters map[string]*MaintenanceWindowTaskParameterValueExpression `type:"map" sensitive:"true"`

    // The maintenance window ID that contains the task to modify.
    //
    // WindowId is a required field
    WindowId *string `min:"20" type:"string" required:"true"`

    // The task ID to modify.
    //
    // WindowTaskId is a required field
    WindowTaskId *string `min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateMaintenanceWindowTaskInput) GoString

func (s UpdateMaintenanceWindowTaskInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateMaintenanceWindowTaskInput) SetAlarmConfiguration

func (s *UpdateMaintenanceWindowTaskInput) SetAlarmConfiguration(v *AlarmConfiguration) *UpdateMaintenanceWindowTaskInput

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*UpdateMaintenanceWindowTaskInput) SetCutoffBehavior

func (s *UpdateMaintenanceWindowTaskInput) SetCutoffBehavior(v string) *UpdateMaintenanceWindowTaskInput

SetCutoffBehavior sets the CutoffBehavior field's value.

func (*UpdateMaintenanceWindowTaskInput) SetDescription

func (s *UpdateMaintenanceWindowTaskInput) SetDescription(v string) *UpdateMaintenanceWindowTaskInput

SetDescription sets the Description field's value.

func (*UpdateMaintenanceWindowTaskInput) SetLoggingInfo

func (s *UpdateMaintenanceWindowTaskInput) SetLoggingInfo(v *LoggingInfo) *UpdateMaintenanceWindowTaskInput

SetLoggingInfo sets the LoggingInfo field's value.

func (*UpdateMaintenanceWindowTaskInput) SetMaxConcurrency

func (s *UpdateMaintenanceWindowTaskInput) SetMaxConcurrency(v string) *UpdateMaintenanceWindowTaskInput

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*UpdateMaintenanceWindowTaskInput) SetMaxErrors

func (s *UpdateMaintenanceWindowTaskInput) SetMaxErrors(v string) *UpdateMaintenanceWindowTaskInput

SetMaxErrors sets the MaxErrors field's value.

func (*UpdateMaintenanceWindowTaskInput) SetName

func (s *UpdateMaintenanceWindowTaskInput) SetName(v string) *UpdateMaintenanceWindowTaskInput

SetName sets the Name field's value.

func (*UpdateMaintenanceWindowTaskInput) SetPriority

func (s *UpdateMaintenanceWindowTaskInput) SetPriority(v int64) *UpdateMaintenanceWindowTaskInput

SetPriority sets the Priority field's value.

func (*UpdateMaintenanceWindowTaskInput) SetReplace

func (s *UpdateMaintenanceWindowTaskInput) SetReplace(v bool) *UpdateMaintenanceWindowTaskInput

SetReplace sets the Replace field's value.

func (*UpdateMaintenanceWindowTaskInput) SetServiceRoleArn

func (s *UpdateMaintenanceWindowTaskInput) SetServiceRoleArn(v string) *UpdateMaintenanceWindowTaskInput

SetServiceRoleArn sets the ServiceRoleArn field's value.

func (*UpdateMaintenanceWindowTaskInput) SetTargets

func (s *UpdateMaintenanceWindowTaskInput) SetTargets(v []*Target) *UpdateMaintenanceWindowTaskInput

SetTargets sets the Targets field's value.

func (*UpdateMaintenanceWindowTaskInput) SetTaskArn

func (s *UpdateMaintenanceWindowTaskInput) SetTaskArn(v string) *UpdateMaintenanceWindowTaskInput

SetTaskArn sets the TaskArn field's value.

func (*UpdateMaintenanceWindowTaskInput) SetTaskInvocationParameters

func (s *UpdateMaintenanceWindowTaskInput) SetTaskInvocationParameters(v *MaintenanceWindowTaskInvocationParameters) *UpdateMaintenanceWindowTaskInput

SetTaskInvocationParameters sets the TaskInvocationParameters field's value.

func (*UpdateMaintenanceWindowTaskInput) SetTaskParameters

func (s *UpdateMaintenanceWindowTaskInput) SetTaskParameters(v map[string]*MaintenanceWindowTaskParameterValueExpression) *UpdateMaintenanceWindowTaskInput

SetTaskParameters sets the TaskParameters field's value.

func (*UpdateMaintenanceWindowTaskInput) SetWindowId

func (s *UpdateMaintenanceWindowTaskInput) SetWindowId(v string) *UpdateMaintenanceWindowTaskInput

SetWindowId sets the WindowId field's value.

func (*UpdateMaintenanceWindowTaskInput) SetWindowTaskId

func (s *UpdateMaintenanceWindowTaskInput) SetWindowTaskId(v string) *UpdateMaintenanceWindowTaskInput

SetWindowTaskId sets the WindowTaskId field's value.

func (UpdateMaintenanceWindowTaskInput) String

func (s UpdateMaintenanceWindowTaskInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateMaintenanceWindowTaskInput) Validate

func (s *UpdateMaintenanceWindowTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateMaintenanceWindowTaskOutput

type UpdateMaintenanceWindowTaskOutput struct {

    // The details for the CloudWatch alarm you applied to your maintenance window
    // task.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // The specification for whether tasks should continue to run after the cutoff
    // time specified in the maintenance windows is reached.
    CutoffBehavior *string `type:"string" enum:"MaintenanceWindowTaskCutoffBehavior"`

    // The updated task description.
    //
    // Description is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by UpdateMaintenanceWindowTaskOutput's
    // String and GoString methods.
    Description *string `min:"1" type:"string" sensitive:"true"`

    // The updated logging information in Amazon S3.
    //
    // LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service
    // (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and
    // OutputS3KeyPrefix options in the TaskInvocationParameters structure. For
    // information about how Amazon Web Services Systems Manager handles these options
    // for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
    LoggingInfo *LoggingInfo `type:"structure"`

    // The updated MaxConcurrency value.
    MaxConcurrency *string `min:"1" type:"string"`

    // The updated MaxErrors value.
    MaxErrors *string `min:"1" type:"string"`

    // The updated task name.
    Name *string `min:"3" type:"string"`

    // The updated priority value.
    Priority *int64 `type:"integer"`

    // The Amazon Resource Name (ARN) of the Identity and Access Management (IAM)
    // service role to use to publish Amazon Simple Notification Service (Amazon
    // SNS) notifications for maintenance window Run Command tasks.
    ServiceRoleArn *string `type:"string"`

    // The updated target values.
    Targets []*Target `type:"list"`

    // The updated task ARN value.
    TaskArn *string `min:"1" type:"string"`

    // The updated parameter values.
    TaskInvocationParameters *MaintenanceWindowTaskInvocationParameters `type:"structure"`

    // The updated parameter values.
    //
    // TaskParameters has been deprecated. To specify parameters to pass to a task
    // when it runs, instead use the Parameters option in the TaskInvocationParameters
    // structure. For information about how Systems Manager handles these options
    // for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
    //
    // TaskParameters is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by UpdateMaintenanceWindowTaskOutput's
    // String and GoString methods.
    TaskParameters map[string]*MaintenanceWindowTaskParameterValueExpression `type:"map" sensitive:"true"`

    // The ID of the maintenance window that was updated.
    WindowId *string `min:"20" type:"string"`

    // The task ID of the maintenance window that was updated.
    WindowTaskId *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (UpdateMaintenanceWindowTaskOutput) GoString

func (s UpdateMaintenanceWindowTaskOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateMaintenanceWindowTaskOutput) SetAlarmConfiguration

func (s *UpdateMaintenanceWindowTaskOutput) SetAlarmConfiguration(v *AlarmConfiguration) *UpdateMaintenanceWindowTaskOutput

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetCutoffBehavior

func (s *UpdateMaintenanceWindowTaskOutput) SetCutoffBehavior(v string) *UpdateMaintenanceWindowTaskOutput

SetCutoffBehavior sets the CutoffBehavior field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetDescription

func (s *UpdateMaintenanceWindowTaskOutput) SetDescription(v string) *UpdateMaintenanceWindowTaskOutput

SetDescription sets the Description field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetLoggingInfo

func (s *UpdateMaintenanceWindowTaskOutput) SetLoggingInfo(v *LoggingInfo) *UpdateMaintenanceWindowTaskOutput

SetLoggingInfo sets the LoggingInfo field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetMaxConcurrency

func (s *UpdateMaintenanceWindowTaskOutput) SetMaxConcurrency(v string) *UpdateMaintenanceWindowTaskOutput

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetMaxErrors

func (s *UpdateMaintenanceWindowTaskOutput) SetMaxErrors(v string) *UpdateMaintenanceWindowTaskOutput

SetMaxErrors sets the MaxErrors field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetName

func (s *UpdateMaintenanceWindowTaskOutput) SetName(v string) *UpdateMaintenanceWindowTaskOutput

SetName sets the Name field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetPriority

func (s *UpdateMaintenanceWindowTaskOutput) SetPriority(v int64) *UpdateMaintenanceWindowTaskOutput

SetPriority sets the Priority field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetServiceRoleArn

func (s *UpdateMaintenanceWindowTaskOutput) SetServiceRoleArn(v string) *UpdateMaintenanceWindowTaskOutput

SetServiceRoleArn sets the ServiceRoleArn field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetTargets

func (s *UpdateMaintenanceWindowTaskOutput) SetTargets(v []*Target) *UpdateMaintenanceWindowTaskOutput

SetTargets sets the Targets field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetTaskArn

func (s *UpdateMaintenanceWindowTaskOutput) SetTaskArn(v string) *UpdateMaintenanceWindowTaskOutput

SetTaskArn sets the TaskArn field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetTaskInvocationParameters

func (s *UpdateMaintenanceWindowTaskOutput) SetTaskInvocationParameters(v *MaintenanceWindowTaskInvocationParameters) *UpdateMaintenanceWindowTaskOutput

SetTaskInvocationParameters sets the TaskInvocationParameters field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetTaskParameters

func (s *UpdateMaintenanceWindowTaskOutput) SetTaskParameters(v map[string]*MaintenanceWindowTaskParameterValueExpression) *UpdateMaintenanceWindowTaskOutput

SetTaskParameters sets the TaskParameters field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetWindowId

func (s *UpdateMaintenanceWindowTaskOutput) SetWindowId(v string) *UpdateMaintenanceWindowTaskOutput

SetWindowId sets the WindowId field's value.

func (*UpdateMaintenanceWindowTaskOutput) SetWindowTaskId

func (s *UpdateMaintenanceWindowTaskOutput) SetWindowTaskId(v string) *UpdateMaintenanceWindowTaskOutput

SetWindowTaskId sets the WindowTaskId field's value.

func (UpdateMaintenanceWindowTaskOutput) String

func (s UpdateMaintenanceWindowTaskOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateManagedInstanceRoleInput

type UpdateManagedInstanceRoleInput struct {

    // The name of the Identity and Access Management (IAM) role that you want to
    // assign to the managed node. This IAM role must provide AssumeRole permissions
    // for the Amazon Web Services Systems Manager service principal ssm.amazonaws.com.
    // For more information, see Create an IAM service role for a hybrid and multicloud
    // environment (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-service-role.html)
    // in the Amazon Web Services Systems Manager User Guide.
    //
    // You can't specify an IAM service-linked role for this parameter. You must
    // create a unique role.
    //
    // IamRole is a required field
    IamRole *string `type:"string" required:"true"`

    // The ID of the managed node where you want to update the role.
    //
    // InstanceId is a required field
    InstanceId *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateManagedInstanceRoleInput) GoString

func (s UpdateManagedInstanceRoleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateManagedInstanceRoleInput) SetIamRole

func (s *UpdateManagedInstanceRoleInput) SetIamRole(v string) *UpdateManagedInstanceRoleInput

SetIamRole sets the IamRole field's value.

func (*UpdateManagedInstanceRoleInput) SetInstanceId

func (s *UpdateManagedInstanceRoleInput) SetInstanceId(v string) *UpdateManagedInstanceRoleInput

SetInstanceId sets the InstanceId field's value.

func (UpdateManagedInstanceRoleInput) String

func (s UpdateManagedInstanceRoleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateManagedInstanceRoleInput) Validate

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) GoString

func (s UpdateManagedInstanceRoleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateManagedInstanceRoleOutput) String

func (s UpdateManagedInstanceRoleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateOpsItemInput

type UpdateOpsItemInput struct {

    // The time a runbook workflow ended. Currently reported only for the OpsItem
    // type /aws/changerequest.
    ActualEndTime *time.Time `type:"timestamp"`

    // The time a runbook workflow started. Currently reported only for the OpsItem
    // type /aws/changerequest.
    ActualStartTime *time.Time `type:"timestamp"`

    // Specify a new category for an OpsItem.
    Category *string `min:"1" type:"string"`

    // User-defined text that contains information about the OpsItem, in Markdown
    // format.
    Description *string `min:"1" type:"string"`

    // The Amazon Resource Name (ARN) of an SNS topic where notifications are sent
    // when this OpsItem is edited or changed.
    Notifications []*OpsItemNotification `type:"list"`

    // Add new keys or edit existing key-value pairs of the OperationalData map
    // in the OpsItem object.
    //
    // Operational data is custom data that provides useful reference details about
    // the OpsItem. For example, you can specify log files, error strings, license
    // keys, troubleshooting tips, or other relevant data. You enter operational
    // data as key-value pairs. The key has a maximum length of 128 characters.
    // The value has a maximum size of 20 KB.
    //
    // Operational data keys can't begin with the following: amazon, aws, amzn,
    // ssm, /amazon, /aws, /amzn, /ssm.
    //
    // You can choose to make the data searchable by other users in the account
    // or you can restrict search access. Searchable data means that all users with
    // access to the OpsItem Overview page (as provided by the DescribeOpsItems
    // API operation) can view and search on the specified data. Operational data
    // that isn't searchable is only viewable by users who have access to the OpsItem
    // (as provided by the GetOpsItem API operation).
    //
    // Use the /aws/resources key in OperationalData to specify a related resource
    // in the request. Use the /aws/automations key in OperationalData to associate
    // an Automation runbook with the OpsItem. To view Amazon Web Services CLI example
    // commands that use these keys, see Creating OpsItems manually (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-manually-create-OpsItems.html)
    // in the Amazon Web Services Systems Manager User Guide.
    OperationalData map[string]*OpsItemDataValue `type:"map"`

    // Keys that you want to remove from the OperationalData map.
    OperationalDataToDelete []*string `type:"list"`

    // The OpsItem Amazon Resource Name (ARN).
    OpsItemArn *string `min:"20" type:"string"`

    // The ID of the OpsItem.
    //
    // OpsItemId is a required field
    OpsItemId *string `type:"string" required:"true"`

    // The time specified in a change request for a runbook workflow to end. Currently
    // supported only for the OpsItem type /aws/changerequest.
    PlannedEndTime *time.Time `type:"timestamp"`

    // The time specified in a change request for a runbook workflow to start. Currently
    // supported only for the OpsItem type /aws/changerequest.
    PlannedStartTime *time.Time `type:"timestamp"`

    // The importance of this OpsItem in relation to other OpsItems in the system.
    Priority *int64 `min:"1" type:"integer"`

    // One or more OpsItems that share something in common with the current OpsItems.
    // For example, related OpsItems can include OpsItems with similar error messages,
    // impacted resources, or statuses for the impacted resource.
    RelatedOpsItems []*RelatedOpsItem `type:"list"`

    // Specify a new severity for an OpsItem.
    Severity *string `min:"1" type:"string"`

    // The OpsItem status. Status can be Open, In Progress, or Resolved. For more
    // information, see Editing OpsItem details (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems-editing-details.html)
    // in the Amazon Web Services Systems Manager User Guide.
    Status *string `type:"string" enum:"OpsItemStatus"`

    // A short heading that describes the nature of the OpsItem and the impacted
    // resource.
    Title *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (UpdateOpsItemInput) GoString

func (s UpdateOpsItemInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateOpsItemInput) SetActualEndTime

func (s *UpdateOpsItemInput) SetActualEndTime(v time.Time) *UpdateOpsItemInput

SetActualEndTime sets the ActualEndTime field's value.

func (*UpdateOpsItemInput) SetActualStartTime

func (s *UpdateOpsItemInput) SetActualStartTime(v time.Time) *UpdateOpsItemInput

SetActualStartTime sets the ActualStartTime field's value.

func (*UpdateOpsItemInput) SetCategory

func (s *UpdateOpsItemInput) SetCategory(v string) *UpdateOpsItemInput

SetCategory sets the Category field's value.

func (*UpdateOpsItemInput) SetDescription

func (s *UpdateOpsItemInput) SetDescription(v string) *UpdateOpsItemInput

SetDescription sets the Description field's value.

func (*UpdateOpsItemInput) SetNotifications

func (s *UpdateOpsItemInput) SetNotifications(v []*OpsItemNotification) *UpdateOpsItemInput

SetNotifications sets the Notifications field's value.

func (*UpdateOpsItemInput) SetOperationalData

func (s *UpdateOpsItemInput) SetOperationalData(v map[string]*OpsItemDataValue) *UpdateOpsItemInput

SetOperationalData sets the OperationalData field's value.

func (*UpdateOpsItemInput) SetOperationalDataToDelete

func (s *UpdateOpsItemInput) SetOperationalDataToDelete(v []*string) *UpdateOpsItemInput

SetOperationalDataToDelete sets the OperationalDataToDelete field's value.

func (*UpdateOpsItemInput) SetOpsItemArn

func (s *UpdateOpsItemInput) SetOpsItemArn(v string) *UpdateOpsItemInput

SetOpsItemArn sets the OpsItemArn field's value.

func (*UpdateOpsItemInput) SetOpsItemId

func (s *UpdateOpsItemInput) SetOpsItemId(v string) *UpdateOpsItemInput

SetOpsItemId sets the OpsItemId field's value.

func (*UpdateOpsItemInput) SetPlannedEndTime

func (s *UpdateOpsItemInput) SetPlannedEndTime(v time.Time) *UpdateOpsItemInput

SetPlannedEndTime sets the PlannedEndTime field's value.

func (*UpdateOpsItemInput) SetPlannedStartTime

func (s *UpdateOpsItemInput) SetPlannedStartTime(v time.Time) *UpdateOpsItemInput

SetPlannedStartTime sets the PlannedStartTime field's value.

func (*UpdateOpsItemInput) SetPriority

func (s *UpdateOpsItemInput) SetPriority(v int64) *UpdateOpsItemInput

SetPriority sets the Priority field's value.

func (*UpdateOpsItemInput) SetRelatedOpsItems

func (s *UpdateOpsItemInput) SetRelatedOpsItems(v []*RelatedOpsItem) *UpdateOpsItemInput

SetRelatedOpsItems sets the RelatedOpsItems field's value.

func (*UpdateOpsItemInput) SetSeverity

func (s *UpdateOpsItemInput) SetSeverity(v string) *UpdateOpsItemInput

SetSeverity sets the Severity field's value.

func (*UpdateOpsItemInput) SetStatus

func (s *UpdateOpsItemInput) SetStatus(v string) *UpdateOpsItemInput

SetStatus sets the Status field's value.

func (*UpdateOpsItemInput) SetTitle

func (s *UpdateOpsItemInput) SetTitle(v string) *UpdateOpsItemInput

SetTitle sets the Title field's value.

func (UpdateOpsItemInput) String

func (s UpdateOpsItemInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateOpsItemInput) Validate

func (s *UpdateOpsItemInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateOpsItemOutput

type UpdateOpsItemOutput struct {
    // contains filtered or unexported fields
}

func (UpdateOpsItemOutput) GoString

func (s UpdateOpsItemOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateOpsItemOutput) String

func (s UpdateOpsItemOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateOpsMetadataInput

type UpdateOpsMetadataInput struct {

    // The metadata keys to delete from the OpsMetadata object.
    KeysToDelete []*string `min:"1" type:"list"`

    // Metadata to add to an OpsMetadata object.
    MetadataToUpdate map[string]*MetadataValue `min:"1" type:"map"`

    // The Amazon Resource Name (ARN) of the OpsMetadata Object to update.
    //
    // OpsMetadataArn is a required field
    OpsMetadataArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateOpsMetadataInput) GoString

func (s UpdateOpsMetadataInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateOpsMetadataInput) SetKeysToDelete

func (s *UpdateOpsMetadataInput) SetKeysToDelete(v []*string) *UpdateOpsMetadataInput

SetKeysToDelete sets the KeysToDelete field's value.

func (*UpdateOpsMetadataInput) SetMetadataToUpdate

func (s *UpdateOpsMetadataInput) SetMetadataToUpdate(v map[string]*MetadataValue) *UpdateOpsMetadataInput

SetMetadataToUpdate sets the MetadataToUpdate field's value.

func (*UpdateOpsMetadataInput) SetOpsMetadataArn

func (s *UpdateOpsMetadataInput) SetOpsMetadataArn(v string) *UpdateOpsMetadataInput

SetOpsMetadataArn sets the OpsMetadataArn field's value.

func (UpdateOpsMetadataInput) String

func (s UpdateOpsMetadataInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateOpsMetadataInput) Validate

func (s *UpdateOpsMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateOpsMetadataOutput

type UpdateOpsMetadataOutput struct {

    // The Amazon Resource Name (ARN) of the OpsMetadata Object that was updated.
    OpsMetadataArn *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (UpdateOpsMetadataOutput) GoString

func (s UpdateOpsMetadataOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateOpsMetadataOutput) SetOpsMetadataArn

func (s *UpdateOpsMetadataOutput) SetOpsMetadataArn(v string) *UpdateOpsMetadataOutput

SetOpsMetadataArn sets the OpsMetadataArn field's value.

func (UpdateOpsMetadataOutput) String

func (s UpdateOpsMetadataOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdatePatchBaselineInput

type UpdatePatchBaselineInput struct {

    // A set of rules used to include patches in the baseline.
    ApprovalRules *PatchRuleGroup `type:"structure"`

    // A list of explicitly approved patches for the baseline.
    //
    // For information about accepted formats for lists of approved patches and
    // rejected patches, see About package name formats for approved and rejected
    // patch lists (https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html)
    // in the Amazon Web Services Systems Manager User Guide.
    ApprovedPatches []*string `type:"list"`

    // Assigns a new compliance severity level to an existing patch baseline.
    ApprovedPatchesComplianceLevel *string `type:"string" enum:"PatchComplianceLevel"`

    // Indicates whether the list of approved patches includes non-security updates
    // that should be applied to the managed nodes. The default value is false.
    // Applies to Linux managed nodes only.
    ApprovedPatchesEnableNonSecurity *bool `type:"boolean"`

    // The ID of the patch baseline to update.
    //
    // BaselineId is a required field
    BaselineId *string `min:"20" type:"string" required:"true"`

    // A description of the patch baseline.
    Description *string `min:"1" type:"string"`

    // A set of global filters used to include patches in the baseline.
    GlobalFilters *PatchFilterGroup `type:"structure"`

    // The name of the patch baseline.
    Name *string `min:"3" type:"string"`

    // A list of explicitly rejected patches for the baseline.
    //
    // For information about accepted formats for lists of approved patches and
    // rejected patches, see About package name formats for approved and rejected
    // patch lists (https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html)
    // in the Amazon Web Services Systems Manager User Guide.
    RejectedPatches []*string `type:"list"`

    // The action for Patch Manager to take on patches included in the RejectedPackages
    // list.
    //
    //    * ALLOW_AS_DEPENDENCY : A package in the Rejected patches list is installed
    //    only if it is a dependency of another package. It is considered compliant
    //    with the patch baseline, and its status is reported as InstalledOther.
    //    This is the default action if no option is specified.
    //
    //    * BLOCK: Packages in the Rejected patches list, and packages that include
    //    them as dependencies, aren't installed by Patch Manager under any circumstances.
    //    If a package was installed before it was added to the Rejected patches
    //    list, or is installed outside of Patch Manager afterward, it's considered
    //    noncompliant with the patch baseline and its status is reported as InstalledRejected.
    RejectedPatchesAction *string `type:"string" enum:"PatchAction"`

    // If True, then all fields that are required by the CreatePatchBaseline operation
    // are also required for this API request. Optional fields that aren't specified
    // are set to null.
    Replace *bool `type:"boolean"`

    // Information about the patches to use to update the managed nodes, including
    // target operating systems and source repositories. Applies to Linux managed
    // nodes only.
    Sources []*PatchSource `type:"list"`
    // contains filtered or unexported fields
}

func (UpdatePatchBaselineInput) GoString

func (s UpdatePatchBaselineInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdatePatchBaselineInput) SetApprovalRules

func (s *UpdatePatchBaselineInput) SetApprovalRules(v *PatchRuleGroup) *UpdatePatchBaselineInput

SetApprovalRules sets the ApprovalRules field's value.

func (*UpdatePatchBaselineInput) SetApprovedPatches

func (s *UpdatePatchBaselineInput) SetApprovedPatches(v []*string) *UpdatePatchBaselineInput

SetApprovedPatches sets the ApprovedPatches field's value.

func (*UpdatePatchBaselineInput) SetApprovedPatchesComplianceLevel

func (s *UpdatePatchBaselineInput) SetApprovedPatchesComplianceLevel(v string) *UpdatePatchBaselineInput

SetApprovedPatchesComplianceLevel sets the ApprovedPatchesComplianceLevel field's value.

func (*UpdatePatchBaselineInput) SetApprovedPatchesEnableNonSecurity

func (s *UpdatePatchBaselineInput) SetApprovedPatchesEnableNonSecurity(v bool) *UpdatePatchBaselineInput

SetApprovedPatchesEnableNonSecurity sets the ApprovedPatchesEnableNonSecurity field's value.

func (*UpdatePatchBaselineInput) SetBaselineId

func (s *UpdatePatchBaselineInput) SetBaselineId(v string) *UpdatePatchBaselineInput

SetBaselineId sets the BaselineId field's value.

func (*UpdatePatchBaselineInput) SetDescription

func (s *UpdatePatchBaselineInput) SetDescription(v string) *UpdatePatchBaselineInput

SetDescription sets the Description field's value.

func (*UpdatePatchBaselineInput) SetGlobalFilters

func (s *UpdatePatchBaselineInput) SetGlobalFilters(v *PatchFilterGroup) *UpdatePatchBaselineInput

SetGlobalFilters sets the GlobalFilters field's value.

func (*UpdatePatchBaselineInput) SetName

func (s *UpdatePatchBaselineInput) SetName(v string) *UpdatePatchBaselineInput

SetName sets the Name field's value.

func (*UpdatePatchBaselineInput) SetRejectedPatches

func (s *UpdatePatchBaselineInput) SetRejectedPatches(v []*string) *UpdatePatchBaselineInput

SetRejectedPatches sets the RejectedPatches field's value.

func (*UpdatePatchBaselineInput) SetRejectedPatchesAction

func (s *UpdatePatchBaselineInput) SetRejectedPatchesAction(v string) *UpdatePatchBaselineInput

SetRejectedPatchesAction sets the RejectedPatchesAction field's value.

func (*UpdatePatchBaselineInput) SetReplace

func (s *UpdatePatchBaselineInput) SetReplace(v bool) *UpdatePatchBaselineInput

SetReplace sets the Replace field's value.

func (*UpdatePatchBaselineInput) SetSources

func (s *UpdatePatchBaselineInput) SetSources(v []*PatchSource) *UpdatePatchBaselineInput

SetSources sets the Sources field's value.

func (UpdatePatchBaselineInput) String

func (s UpdatePatchBaselineInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdatePatchBaselineInput) Validate

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 *string `type:"string" enum:"PatchComplianceLevel"`

    // Indicates whether the list of approved patches includes non-security updates
    // that should be applied to the managed nodes. The default value is false.
    // Applies to Linux managed nodes only.
    ApprovedPatchesEnableNonSecurity *bool `type:"boolean"`

    // The ID of the deleted patch baseline.
    BaselineId *string `min:"20" type:"string"`

    // The date when the patch baseline was created.
    CreatedDate *time.Time `type:"timestamp"`

    // A description of the patch baseline.
    Description *string `min:"1" type:"string"`

    // A set of global filters used to exclude patches from the baseline.
    GlobalFilters *PatchFilterGroup `type:"structure"`

    // The date when the patch baseline was last modified.
    ModifiedDate *time.Time `type:"timestamp"`

    // The name of the patch baseline.
    Name *string `min:"3" type:"string"`

    // The operating system rule used by the updated patch baseline.
    OperatingSystem *string `type:"string" enum:"OperatingSystem"`

    // A list of explicitly rejected patches for the baseline.
    RejectedPatches []*string `type:"list"`

    // The action specified to take on patches included in the RejectedPatches list.
    // A patch can be allowed only if it is a dependency of another package, or
    // blocked entirely along with packages that include it as a dependency.
    RejectedPatchesAction *string `type:"string" enum:"PatchAction"`

    // Information about the patches to use to update the managed nodes, including
    // target operating systems and source repositories. Applies to Linux managed
    // nodes only.
    Sources []*PatchSource `type:"list"`
    // contains filtered or unexported fields
}

func (UpdatePatchBaselineOutput) GoString

func (s UpdatePatchBaselineOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdatePatchBaselineOutput) SetApprovalRules

func (s *UpdatePatchBaselineOutput) SetApprovalRules(v *PatchRuleGroup) *UpdatePatchBaselineOutput

SetApprovalRules sets the ApprovalRules field's value.

func (*UpdatePatchBaselineOutput) SetApprovedPatches

func (s *UpdatePatchBaselineOutput) SetApprovedPatches(v []*string) *UpdatePatchBaselineOutput

SetApprovedPatches sets the ApprovedPatches field's value.

func (*UpdatePatchBaselineOutput) SetApprovedPatchesComplianceLevel

func (s *UpdatePatchBaselineOutput) SetApprovedPatchesComplianceLevel(v string) *UpdatePatchBaselineOutput

SetApprovedPatchesComplianceLevel sets the ApprovedPatchesComplianceLevel field's value.

func (*UpdatePatchBaselineOutput) SetApprovedPatchesEnableNonSecurity

func (s *UpdatePatchBaselineOutput) SetApprovedPatchesEnableNonSecurity(v bool) *UpdatePatchBaselineOutput

SetApprovedPatchesEnableNonSecurity sets the ApprovedPatchesEnableNonSecurity field's value.

func (*UpdatePatchBaselineOutput) SetBaselineId

func (s *UpdatePatchBaselineOutput) SetBaselineId(v string) *UpdatePatchBaselineOutput

SetBaselineId sets the BaselineId field's value.

func (*UpdatePatchBaselineOutput) SetCreatedDate

func (s *UpdatePatchBaselineOutput) SetCreatedDate(v time.Time) *UpdatePatchBaselineOutput

SetCreatedDate sets the CreatedDate field's value.

func (*UpdatePatchBaselineOutput) SetDescription

func (s *UpdatePatchBaselineOutput) SetDescription(v string) *UpdatePatchBaselineOutput

SetDescription sets the Description field's value.

func (*UpdatePatchBaselineOutput) SetGlobalFilters

func (s *UpdatePatchBaselineOutput) SetGlobalFilters(v *PatchFilterGroup) *UpdatePatchBaselineOutput

SetGlobalFilters sets the GlobalFilters field's value.

func (*UpdatePatchBaselineOutput) SetModifiedDate

func (s *UpdatePatchBaselineOutput) SetModifiedDate(v time.Time) *UpdatePatchBaselineOutput

SetModifiedDate sets the ModifiedDate field's value.

func (*UpdatePatchBaselineOutput) SetName

func (s *UpdatePatchBaselineOutput) SetName(v string) *UpdatePatchBaselineOutput

SetName sets the Name field's value.

func (*UpdatePatchBaselineOutput) SetOperatingSystem

func (s *UpdatePatchBaselineOutput) SetOperatingSystem(v string) *UpdatePatchBaselineOutput

SetOperatingSystem sets the OperatingSystem field's value.

func (*UpdatePatchBaselineOutput) SetRejectedPatches

func (s *UpdatePatchBaselineOutput) SetRejectedPatches(v []*string) *UpdatePatchBaselineOutput

SetRejectedPatches sets the RejectedPatches field's value.

func (*UpdatePatchBaselineOutput) SetRejectedPatchesAction

func (s *UpdatePatchBaselineOutput) SetRejectedPatchesAction(v string) *UpdatePatchBaselineOutput

SetRejectedPatchesAction sets the RejectedPatchesAction field's value.

func (*UpdatePatchBaselineOutput) SetSources

func (s *UpdatePatchBaselineOutput) SetSources(v []*PatchSource) *UpdatePatchBaselineOutput

SetSources sets the Sources field's value.

func (UpdatePatchBaselineOutput) String

func (s UpdatePatchBaselineOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateResourceDataSyncInput

type UpdateResourceDataSyncInput struct {

    // The name of the resource data sync you want to update.
    //
    // SyncName is a required field
    SyncName *string `min:"1" type:"string" required:"true"`

    // Specify information about the data sources to synchronize.
    //
    // SyncSource is a required field
    SyncSource *ResourceDataSyncSource `type:"structure" required:"true"`

    // The type of resource data sync. The supported SyncType is SyncFromSource.
    //
    // SyncType is a required field
    SyncType *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateResourceDataSyncInput) GoString

func (s UpdateResourceDataSyncInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateResourceDataSyncInput) SetSyncName

func (s *UpdateResourceDataSyncInput) SetSyncName(v string) *UpdateResourceDataSyncInput

SetSyncName sets the SyncName field's value.

func (*UpdateResourceDataSyncInput) SetSyncSource

func (s *UpdateResourceDataSyncInput) SetSyncSource(v *ResourceDataSyncSource) *UpdateResourceDataSyncInput

SetSyncSource sets the SyncSource field's value.

func (*UpdateResourceDataSyncInput) SetSyncType

func (s *UpdateResourceDataSyncInput) SetSyncType(v string) *UpdateResourceDataSyncInput

SetSyncType sets the SyncType field's value.

func (UpdateResourceDataSyncInput) String

func (s UpdateResourceDataSyncInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateResourceDataSyncInput) Validate

func (s *UpdateResourceDataSyncInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateResourceDataSyncOutput

type UpdateResourceDataSyncOutput struct {
    // contains filtered or unexported fields
}

func (UpdateResourceDataSyncOutput) GoString

func (s UpdateResourceDataSyncOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateResourceDataSyncOutput) String

func (s UpdateResourceDataSyncOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateServiceSettingInput

type UpdateServiceSettingInput struct {

    // The Amazon Resource Name (ARN) of the service setting to update. For example,
    // arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled.
    // The setting ID can be one of the following.
    //
    //    * /ssm/managed-instance/default-ec2-instance-management-role
    //
    //    * /ssm/automation/customer-script-log-destination
    //
    //    * /ssm/automation/customer-script-log-group-name
    //
    //    * /ssm/documents/console/public-sharing-permission
    //
    //    * /ssm/managed-instance/activation-tier
    //
    //    * /ssm/opsinsights/opscenter
    //
    //    * /ssm/parameter-store/default-parameter-tier
    //
    //    * /ssm/parameter-store/high-throughput-enabled
    //
    // Permissions to update the /ssm/managed-instance/default-ec2-instance-management-role
    // setting should only be provided to administrators. Implement least privilege
    // access when allowing individuals to configure or modify the Default Host
    // Management Configuration.
    //
    // SettingId is a required field
    SettingId *string `min:"1" type:"string" required:"true"`

    // The new value to specify for the service setting. The following list specifies
    // the available values for each setting.
    //
    //    * For /ssm/managed-instance/default-ec2-instance-management-role, enter
    //    the name of an IAM role.
    //
    //    * For /ssm/automation/customer-script-log-destination, enter CloudWatch.
    //
    //    * For /ssm/automation/customer-script-log-group-name, enter the name of
    //    an Amazon CloudWatch Logs log group.
    //
    //    * For /ssm/documents/console/public-sharing-permission, enter Enable or
    //    Disable.
    //
    //    * For /ssm/managed-instance/activation-tier, enter standard or advanced.
    //
    //    * For /ssm/opsinsights/opscenter, enter Enabled or Disabled.
    //
    //    * For /ssm/parameter-store/default-parameter-tier, enter Standard, Advanced,
    //    or Intelligent-Tiering
    //
    //    * For /ssm/parameter-store/high-throughput-enabled, enter true or false.
    //
    // SettingValue is a required field
    SettingValue *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The request body of the UpdateServiceSetting API operation.

func (UpdateServiceSettingInput) GoString

func (s UpdateServiceSettingInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateServiceSettingInput) SetSettingId

func (s *UpdateServiceSettingInput) SetSettingId(v string) *UpdateServiceSettingInput

SetSettingId sets the SettingId field's value.

func (*UpdateServiceSettingInput) SetSettingValue

func (s *UpdateServiceSettingInput) SetSettingValue(v string) *UpdateServiceSettingInput

SetSettingValue sets the SettingValue field's value.

func (UpdateServiceSettingInput) String

func (s UpdateServiceSettingInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateServiceSettingInput) Validate

func (s *UpdateServiceSettingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateServiceSettingOutput

type UpdateServiceSettingOutput struct {
    // contains filtered or unexported fields
}

The result body of the UpdateServiceSetting API operation.

func (UpdateServiceSettingOutput) GoString

func (s UpdateServiceSettingOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateServiceSettingOutput) String

func (s UpdateServiceSettingOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".