Documentation ¶
Overview ¶
Package applicationdiscoveryservice provides the client and types for making API requests to AWS Application Discovery Service.
Amazon Web Services Application Discovery Service (Application Discovery Service) helps you plan application migration projects. It automatically identifies servers, virtual machines (VMs), and network dependencies in your on-premises data centers. For more information, see the Amazon Web Services Application Discovery Service FAQ (http://aws.amazon.com/application-discovery/faqs/).
Application Discovery Service offers three ways of performing discovery and collecting data about your on-premises servers:
Agentless discovery using Amazon Web Services Application Discovery Service Agentless Collector (Agentless Collector), which doesn't require you to install an agent on each host. Agentless Collector gathers server information regardless of the operating systems, which minimizes the time required for initial on-premises infrastructure assessment. Agentless Collector doesn't collect information about network dependencies, only agent-based discovery collects that information.
Agent-based discovery using the Amazon Web Services Application Discovery Agent (Application Discovery Agent) collects a richer set of data than agentless discovery, which you install on one or more hosts in your data center. The agent captures infrastructure and application information, including an inventory of running processes, system performance information, resource utilization, and network dependencies. The information collected by agents is secured at rest and in transit to the Application Discovery Service database in the Amazon Web Services cloud. For more information, see Amazon Web Services Application Discovery Agent (https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-agent.html).
Amazon Web Services Partner Network (APN) solutions integrate with Application Discovery Service, enabling you to import details of your on-premises environment directly into Amazon Web Services Migration Hub (Migration Hub) without using Agentless Collector or Application Discovery Agent. Third-party application discovery tools can query Amazon Web Services Application Discovery Service, and they can write to the Application Discovery Service database using the public API. In this way, you can import data into Migration Hub and view it, so that you can associate applications with servers and track migrations.
Working With This Guide ¶
This API reference provides descriptions, syntax, and usage examples for each of the actions and data types for Application Discovery Service. The topic for each action shows the API request parameters and the response. Alternatively, you can use one of the Amazon Web Services SDKs to access an API that is tailored to the programming language or platform that you're using. For more information, see Amazon Web Services SDKs (http://aws.amazon.com/tools/#SDKs).
Remember that you must set your Migration Hub home Region before you call any of these APIs.
You must make API calls for write actions (create, notify, associate, disassociate, import, or put) while in your home Region, or a HomeRegionNotSetException error is returned.
API calls for read actions (list, describe, stop, and delete) are permitted outside of your home Region.
Although it is unlikely, the Migration Hub home Region could change. If you call APIs outside the home Region, an InvalidInputException is returned.
You must call GetHomeRegion to obtain the latest Migration Hub home Region.
This guide is intended for use with the Amazon Web Services Application Discovery Service User Guide (https://docs.aws.amazon.com/application-discovery/latest/userguide/).
All data is handled according to the Amazon Web Services Privacy Policy (https://aws.amazon.com/privacy/). You can operate Application Discovery Service offline to inspect collected data before it is shared with the service.
See https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01 for more information on this service.
See applicationdiscoveryservice package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/applicationdiscoveryservice/
Using the Client ¶
To contact AWS Application Discovery Service 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 AWS Application Discovery Service client ApplicationDiscoveryService for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/applicationdiscoveryservice/#New
Index ¶
- Constants
- func AgentStatus_Values() []string
- func BatchDeleteConfigurationTaskStatus_Values() []string
- func BatchDeleteImportDataErrorCode_Values() []string
- func ConfigurationItemType_Values() []string
- func ContinuousExportStatus_Values() []string
- func DataSource_Values() []string
- func DeleteAgentErrorCode_Values() []string
- func DeletionConfigurationItemType_Values() []string
- func ExportDataFormat_Values() []string
- func ExportStatus_Values() []string
- func ImportStatus_Values() []string
- func ImportTaskFilterName_Values() []string
- func OfferingClass_Values() []string
- func OrderString_Values() []string
- func PurchasingOption_Values() []string
- func Tenancy_Values() []string
- func TermLength_Values() []string
- type AgentConfigurationStatus
- func (s AgentConfigurationStatus) GoString() string
- func (s *AgentConfigurationStatus) SetAgentId(v string) *AgentConfigurationStatus
- func (s *AgentConfigurationStatus) SetDescription(v string) *AgentConfigurationStatus
- func (s *AgentConfigurationStatus) SetOperationSucceeded(v bool) *AgentConfigurationStatus
- func (s AgentConfigurationStatus) String() string
- type AgentInfo
- func (s AgentInfo) GoString() string
- func (s *AgentInfo) SetAgentId(v string) *AgentInfo
- func (s *AgentInfo) SetAgentNetworkInfoList(v []*AgentNetworkInfo) *AgentInfo
- func (s *AgentInfo) SetAgentType(v string) *AgentInfo
- func (s *AgentInfo) SetCollectionStatus(v string) *AgentInfo
- func (s *AgentInfo) SetConnectorId(v string) *AgentInfo
- func (s *AgentInfo) SetHealth(v string) *AgentInfo
- func (s *AgentInfo) SetHostName(v string) *AgentInfo
- func (s *AgentInfo) SetLastHealthPingTime(v string) *AgentInfo
- func (s *AgentInfo) SetRegisteredTime(v string) *AgentInfo
- func (s *AgentInfo) SetVersion(v string) *AgentInfo
- func (s AgentInfo) String() string
- type AgentNetworkInfo
- type ApplicationDiscoveryService
- func (c *ApplicationDiscoveryService) AssociateConfigurationItemsToApplication(input *AssociateConfigurationItemsToApplicationInput) (*AssociateConfigurationItemsToApplicationOutput, error)
- func (c *ApplicationDiscoveryService) AssociateConfigurationItemsToApplicationRequest(input *AssociateConfigurationItemsToApplicationInput) (req *request.Request, output *AssociateConfigurationItemsToApplicationOutput)
- func (c *ApplicationDiscoveryService) AssociateConfigurationItemsToApplicationWithContext(ctx aws.Context, input *AssociateConfigurationItemsToApplicationInput, ...) (*AssociateConfigurationItemsToApplicationOutput, error)
- func (c *ApplicationDiscoveryService) BatchDeleteAgents(input *BatchDeleteAgentsInput) (*BatchDeleteAgentsOutput, error)
- func (c *ApplicationDiscoveryService) BatchDeleteAgentsRequest(input *BatchDeleteAgentsInput) (req *request.Request, output *BatchDeleteAgentsOutput)
- func (c *ApplicationDiscoveryService) BatchDeleteAgentsWithContext(ctx aws.Context, input *BatchDeleteAgentsInput, opts ...request.Option) (*BatchDeleteAgentsOutput, error)
- func (c *ApplicationDiscoveryService) BatchDeleteImportData(input *BatchDeleteImportDataInput) (*BatchDeleteImportDataOutput, error)
- func (c *ApplicationDiscoveryService) BatchDeleteImportDataRequest(input *BatchDeleteImportDataInput) (req *request.Request, output *BatchDeleteImportDataOutput)
- func (c *ApplicationDiscoveryService) BatchDeleteImportDataWithContext(ctx aws.Context, input *BatchDeleteImportDataInput, opts ...request.Option) (*BatchDeleteImportDataOutput, error)
- func (c *ApplicationDiscoveryService) CreateApplication(input *CreateApplicationInput) (*CreateApplicationOutput, error)
- func (c *ApplicationDiscoveryService) CreateApplicationRequest(input *CreateApplicationInput) (req *request.Request, output *CreateApplicationOutput)
- func (c *ApplicationDiscoveryService) CreateApplicationWithContext(ctx aws.Context, input *CreateApplicationInput, opts ...request.Option) (*CreateApplicationOutput, error)
- func (c *ApplicationDiscoveryService) CreateTags(input *CreateTagsInput) (*CreateTagsOutput, error)
- func (c *ApplicationDiscoveryService) CreateTagsRequest(input *CreateTagsInput) (req *request.Request, output *CreateTagsOutput)
- func (c *ApplicationDiscoveryService) CreateTagsWithContext(ctx aws.Context, input *CreateTagsInput, opts ...request.Option) (*CreateTagsOutput, error)
- func (c *ApplicationDiscoveryService) DeleteApplications(input *DeleteApplicationsInput) (*DeleteApplicationsOutput, error)
- func (c *ApplicationDiscoveryService) DeleteApplicationsRequest(input *DeleteApplicationsInput) (req *request.Request, output *DeleteApplicationsOutput)
- func (c *ApplicationDiscoveryService) DeleteApplicationsWithContext(ctx aws.Context, input *DeleteApplicationsInput, opts ...request.Option) (*DeleteApplicationsOutput, error)
- func (c *ApplicationDiscoveryService) DeleteTags(input *DeleteTagsInput) (*DeleteTagsOutput, error)
- func (c *ApplicationDiscoveryService) DeleteTagsRequest(input *DeleteTagsInput) (req *request.Request, output *DeleteTagsOutput)
- func (c *ApplicationDiscoveryService) DeleteTagsWithContext(ctx aws.Context, input *DeleteTagsInput, opts ...request.Option) (*DeleteTagsOutput, error)
- func (c *ApplicationDiscoveryService) DescribeAgents(input *DescribeAgentsInput) (*DescribeAgentsOutput, error)
- func (c *ApplicationDiscoveryService) DescribeAgentsPages(input *DescribeAgentsInput, fn func(*DescribeAgentsOutput, bool) bool) error
- func (c *ApplicationDiscoveryService) DescribeAgentsPagesWithContext(ctx aws.Context, input *DescribeAgentsInput, ...) error
- func (c *ApplicationDiscoveryService) DescribeAgentsRequest(input *DescribeAgentsInput) (req *request.Request, output *DescribeAgentsOutput)
- func (c *ApplicationDiscoveryService) DescribeAgentsWithContext(ctx aws.Context, input *DescribeAgentsInput, opts ...request.Option) (*DescribeAgentsOutput, error)
- func (c *ApplicationDiscoveryService) DescribeBatchDeleteConfigurationTask(input *DescribeBatchDeleteConfigurationTaskInput) (*DescribeBatchDeleteConfigurationTaskOutput, error)
- func (c *ApplicationDiscoveryService) DescribeBatchDeleteConfigurationTaskRequest(input *DescribeBatchDeleteConfigurationTaskInput) (req *request.Request, output *DescribeBatchDeleteConfigurationTaskOutput)
- func (c *ApplicationDiscoveryService) DescribeBatchDeleteConfigurationTaskWithContext(ctx aws.Context, input *DescribeBatchDeleteConfigurationTaskInput, ...) (*DescribeBatchDeleteConfigurationTaskOutput, error)
- func (c *ApplicationDiscoveryService) DescribeConfigurations(input *DescribeConfigurationsInput) (*DescribeConfigurationsOutput, error)
- func (c *ApplicationDiscoveryService) DescribeConfigurationsRequest(input *DescribeConfigurationsInput) (req *request.Request, output *DescribeConfigurationsOutput)
- func (c *ApplicationDiscoveryService) DescribeConfigurationsWithContext(ctx aws.Context, input *DescribeConfigurationsInput, opts ...request.Option) (*DescribeConfigurationsOutput, error)
- func (c *ApplicationDiscoveryService) DescribeContinuousExports(input *DescribeContinuousExportsInput) (*DescribeContinuousExportsOutput, error)
- func (c *ApplicationDiscoveryService) DescribeContinuousExportsPages(input *DescribeContinuousExportsInput, ...) error
- func (c *ApplicationDiscoveryService) DescribeContinuousExportsPagesWithContext(ctx aws.Context, input *DescribeContinuousExportsInput, ...) error
- func (c *ApplicationDiscoveryService) DescribeContinuousExportsRequest(input *DescribeContinuousExportsInput) (req *request.Request, output *DescribeContinuousExportsOutput)
- func (c *ApplicationDiscoveryService) DescribeContinuousExportsWithContext(ctx aws.Context, input *DescribeContinuousExportsInput, opts ...request.Option) (*DescribeContinuousExportsOutput, error)
- func (c *ApplicationDiscoveryService) DescribeExportConfigurations(input *DescribeExportConfigurationsInput) (*DescribeExportConfigurationsOutput, error)deprecated
- func (c *ApplicationDiscoveryService) DescribeExportConfigurationsPages(input *DescribeExportConfigurationsInput, ...) errordeprecated
- func (c *ApplicationDiscoveryService) DescribeExportConfigurationsPagesWithContext(ctx aws.Context, input *DescribeExportConfigurationsInput, ...) errordeprecated
- func (c *ApplicationDiscoveryService) DescribeExportConfigurationsRequest(input *DescribeExportConfigurationsInput) (req *request.Request, output *DescribeExportConfigurationsOutput)deprecated
- func (c *ApplicationDiscoveryService) DescribeExportConfigurationsWithContext(ctx aws.Context, input *DescribeExportConfigurationsInput, ...) (*DescribeExportConfigurationsOutput, error)deprecated
- func (c *ApplicationDiscoveryService) DescribeExportTasks(input *DescribeExportTasksInput) (*DescribeExportTasksOutput, error)
- func (c *ApplicationDiscoveryService) DescribeExportTasksPages(input *DescribeExportTasksInput, ...) error
- func (c *ApplicationDiscoveryService) DescribeExportTasksPagesWithContext(ctx aws.Context, input *DescribeExportTasksInput, ...) error
- func (c *ApplicationDiscoveryService) DescribeExportTasksRequest(input *DescribeExportTasksInput) (req *request.Request, output *DescribeExportTasksOutput)
- func (c *ApplicationDiscoveryService) DescribeExportTasksWithContext(ctx aws.Context, input *DescribeExportTasksInput, opts ...request.Option) (*DescribeExportTasksOutput, error)
- func (c *ApplicationDiscoveryService) DescribeImportTasks(input *DescribeImportTasksInput) (*DescribeImportTasksOutput, error)
- func (c *ApplicationDiscoveryService) DescribeImportTasksPages(input *DescribeImportTasksInput, ...) error
- func (c *ApplicationDiscoveryService) DescribeImportTasksPagesWithContext(ctx aws.Context, input *DescribeImportTasksInput, ...) error
- func (c *ApplicationDiscoveryService) DescribeImportTasksRequest(input *DescribeImportTasksInput) (req *request.Request, output *DescribeImportTasksOutput)
- func (c *ApplicationDiscoveryService) DescribeImportTasksWithContext(ctx aws.Context, input *DescribeImportTasksInput, opts ...request.Option) (*DescribeImportTasksOutput, error)
- func (c *ApplicationDiscoveryService) DescribeTags(input *DescribeTagsInput) (*DescribeTagsOutput, error)
- func (c *ApplicationDiscoveryService) DescribeTagsPages(input *DescribeTagsInput, fn func(*DescribeTagsOutput, bool) bool) error
- func (c *ApplicationDiscoveryService) DescribeTagsPagesWithContext(ctx aws.Context, input *DescribeTagsInput, ...) error
- func (c *ApplicationDiscoveryService) DescribeTagsRequest(input *DescribeTagsInput) (req *request.Request, output *DescribeTagsOutput)
- func (c *ApplicationDiscoveryService) DescribeTagsWithContext(ctx aws.Context, input *DescribeTagsInput, opts ...request.Option) (*DescribeTagsOutput, error)
- func (c *ApplicationDiscoveryService) DisassociateConfigurationItemsFromApplication(input *DisassociateConfigurationItemsFromApplicationInput) (*DisassociateConfigurationItemsFromApplicationOutput, error)
- func (c *ApplicationDiscoveryService) DisassociateConfigurationItemsFromApplicationRequest(input *DisassociateConfigurationItemsFromApplicationInput) (req *request.Request, ...)
- func (c *ApplicationDiscoveryService) DisassociateConfigurationItemsFromApplicationWithContext(ctx aws.Context, input *DisassociateConfigurationItemsFromApplicationInput, ...) (*DisassociateConfigurationItemsFromApplicationOutput, error)
- func (c *ApplicationDiscoveryService) ExportConfigurations(input *ExportConfigurationsInput) (*ExportConfigurationsOutput, error)deprecated
- func (c *ApplicationDiscoveryService) ExportConfigurationsRequest(input *ExportConfigurationsInput) (req *request.Request, output *ExportConfigurationsOutput)deprecated
- func (c *ApplicationDiscoveryService) ExportConfigurationsWithContext(ctx aws.Context, input *ExportConfigurationsInput, opts ...request.Option) (*ExportConfigurationsOutput, error)deprecated
- func (c *ApplicationDiscoveryService) GetDiscoverySummary(input *GetDiscoverySummaryInput) (*GetDiscoverySummaryOutput, error)
- func (c *ApplicationDiscoveryService) GetDiscoverySummaryRequest(input *GetDiscoverySummaryInput) (req *request.Request, output *GetDiscoverySummaryOutput)
- func (c *ApplicationDiscoveryService) GetDiscoverySummaryWithContext(ctx aws.Context, input *GetDiscoverySummaryInput, opts ...request.Option) (*GetDiscoverySummaryOutput, error)
- func (c *ApplicationDiscoveryService) ListConfigurations(input *ListConfigurationsInput) (*ListConfigurationsOutput, error)
- func (c *ApplicationDiscoveryService) ListConfigurationsPages(input *ListConfigurationsInput, fn func(*ListConfigurationsOutput, bool) bool) error
- func (c *ApplicationDiscoveryService) ListConfigurationsPagesWithContext(ctx aws.Context, input *ListConfigurationsInput, ...) error
- func (c *ApplicationDiscoveryService) ListConfigurationsRequest(input *ListConfigurationsInput) (req *request.Request, output *ListConfigurationsOutput)
- func (c *ApplicationDiscoveryService) ListConfigurationsWithContext(ctx aws.Context, input *ListConfigurationsInput, opts ...request.Option) (*ListConfigurationsOutput, error)
- func (c *ApplicationDiscoveryService) ListServerNeighbors(input *ListServerNeighborsInput) (*ListServerNeighborsOutput, error)
- func (c *ApplicationDiscoveryService) ListServerNeighborsRequest(input *ListServerNeighborsInput) (req *request.Request, output *ListServerNeighborsOutput)
- func (c *ApplicationDiscoveryService) ListServerNeighborsWithContext(ctx aws.Context, input *ListServerNeighborsInput, opts ...request.Option) (*ListServerNeighborsOutput, error)
- func (c *ApplicationDiscoveryService) StartBatchDeleteConfigurationTask(input *StartBatchDeleteConfigurationTaskInput) (*StartBatchDeleteConfigurationTaskOutput, error)
- func (c *ApplicationDiscoveryService) StartBatchDeleteConfigurationTaskRequest(input *StartBatchDeleteConfigurationTaskInput) (req *request.Request, output *StartBatchDeleteConfigurationTaskOutput)
- func (c *ApplicationDiscoveryService) StartBatchDeleteConfigurationTaskWithContext(ctx aws.Context, input *StartBatchDeleteConfigurationTaskInput, ...) (*StartBatchDeleteConfigurationTaskOutput, error)
- func (c *ApplicationDiscoveryService) StartContinuousExport(input *StartContinuousExportInput) (*StartContinuousExportOutput, error)
- func (c *ApplicationDiscoveryService) StartContinuousExportRequest(input *StartContinuousExportInput) (req *request.Request, output *StartContinuousExportOutput)
- func (c *ApplicationDiscoveryService) StartContinuousExportWithContext(ctx aws.Context, input *StartContinuousExportInput, opts ...request.Option) (*StartContinuousExportOutput, error)
- func (c *ApplicationDiscoveryService) StartDataCollectionByAgentIds(input *StartDataCollectionByAgentIdsInput) (*StartDataCollectionByAgentIdsOutput, error)
- func (c *ApplicationDiscoveryService) StartDataCollectionByAgentIdsRequest(input *StartDataCollectionByAgentIdsInput) (req *request.Request, output *StartDataCollectionByAgentIdsOutput)
- func (c *ApplicationDiscoveryService) StartDataCollectionByAgentIdsWithContext(ctx aws.Context, input *StartDataCollectionByAgentIdsInput, ...) (*StartDataCollectionByAgentIdsOutput, error)
- func (c *ApplicationDiscoveryService) StartExportTask(input *StartExportTaskInput) (*StartExportTaskOutput, error)
- func (c *ApplicationDiscoveryService) StartExportTaskRequest(input *StartExportTaskInput) (req *request.Request, output *StartExportTaskOutput)
- func (c *ApplicationDiscoveryService) StartExportTaskWithContext(ctx aws.Context, input *StartExportTaskInput, opts ...request.Option) (*StartExportTaskOutput, error)
- func (c *ApplicationDiscoveryService) StartImportTask(input *StartImportTaskInput) (*StartImportTaskOutput, error)
- func (c *ApplicationDiscoveryService) StartImportTaskRequest(input *StartImportTaskInput) (req *request.Request, output *StartImportTaskOutput)
- func (c *ApplicationDiscoveryService) StartImportTaskWithContext(ctx aws.Context, input *StartImportTaskInput, opts ...request.Option) (*StartImportTaskOutput, error)
- func (c *ApplicationDiscoveryService) StopContinuousExport(input *StopContinuousExportInput) (*StopContinuousExportOutput, error)
- func (c *ApplicationDiscoveryService) StopContinuousExportRequest(input *StopContinuousExportInput) (req *request.Request, output *StopContinuousExportOutput)
- func (c *ApplicationDiscoveryService) StopContinuousExportWithContext(ctx aws.Context, input *StopContinuousExportInput, opts ...request.Option) (*StopContinuousExportOutput, error)
- func (c *ApplicationDiscoveryService) StopDataCollectionByAgentIds(input *StopDataCollectionByAgentIdsInput) (*StopDataCollectionByAgentIdsOutput, error)
- func (c *ApplicationDiscoveryService) StopDataCollectionByAgentIdsRequest(input *StopDataCollectionByAgentIdsInput) (req *request.Request, output *StopDataCollectionByAgentIdsOutput)
- func (c *ApplicationDiscoveryService) StopDataCollectionByAgentIdsWithContext(ctx aws.Context, input *StopDataCollectionByAgentIdsInput, ...) (*StopDataCollectionByAgentIdsOutput, error)
- func (c *ApplicationDiscoveryService) UpdateApplication(input *UpdateApplicationInput) (*UpdateApplicationOutput, error)
- func (c *ApplicationDiscoveryService) UpdateApplicationRequest(input *UpdateApplicationInput) (req *request.Request, output *UpdateApplicationOutput)
- func (c *ApplicationDiscoveryService) UpdateApplicationWithContext(ctx aws.Context, input *UpdateApplicationInput, opts ...request.Option) (*UpdateApplicationOutput, error)
- type AssociateConfigurationItemsToApplicationInput
- func (s AssociateConfigurationItemsToApplicationInput) GoString() string
- func (s *AssociateConfigurationItemsToApplicationInput) SetApplicationConfigurationId(v string) *AssociateConfigurationItemsToApplicationInput
- func (s *AssociateConfigurationItemsToApplicationInput) SetConfigurationIds(v []*string) *AssociateConfigurationItemsToApplicationInput
- func (s AssociateConfigurationItemsToApplicationInput) String() string
- func (s *AssociateConfigurationItemsToApplicationInput) Validate() error
- type AssociateConfigurationItemsToApplicationOutput
- type AuthorizationErrorException
- func (s *AuthorizationErrorException) Code() string
- func (s *AuthorizationErrorException) Error() string
- func (s AuthorizationErrorException) GoString() string
- func (s *AuthorizationErrorException) Message() string
- func (s *AuthorizationErrorException) OrigErr() error
- func (s *AuthorizationErrorException) RequestID() string
- func (s *AuthorizationErrorException) StatusCode() int
- func (s AuthorizationErrorException) String() string
- type BatchDeleteAgentError
- func (s BatchDeleteAgentError) GoString() string
- func (s *BatchDeleteAgentError) SetAgentId(v string) *BatchDeleteAgentError
- func (s *BatchDeleteAgentError) SetErrorCode(v string) *BatchDeleteAgentError
- func (s *BatchDeleteAgentError) SetErrorMessage(v string) *BatchDeleteAgentError
- func (s BatchDeleteAgentError) String() string
- type BatchDeleteAgentsInput
- type BatchDeleteAgentsOutput
- type BatchDeleteConfigurationTask
- func (s BatchDeleteConfigurationTask) GoString() string
- func (s *BatchDeleteConfigurationTask) SetConfigurationType(v string) *BatchDeleteConfigurationTask
- func (s *BatchDeleteConfigurationTask) SetDeletedConfigurations(v []*string) *BatchDeleteConfigurationTask
- func (s *BatchDeleteConfigurationTask) SetDeletionWarnings(v []*DeletionWarning) *BatchDeleteConfigurationTask
- func (s *BatchDeleteConfigurationTask) SetEndTime(v time.Time) *BatchDeleteConfigurationTask
- func (s *BatchDeleteConfigurationTask) SetFailedConfigurations(v []*FailedConfiguration) *BatchDeleteConfigurationTask
- func (s *BatchDeleteConfigurationTask) SetRequestedConfigurations(v []*string) *BatchDeleteConfigurationTask
- func (s *BatchDeleteConfigurationTask) SetStartTime(v time.Time) *BatchDeleteConfigurationTask
- func (s *BatchDeleteConfigurationTask) SetStatus(v string) *BatchDeleteConfigurationTask
- func (s *BatchDeleteConfigurationTask) SetTaskId(v string) *BatchDeleteConfigurationTask
- func (s BatchDeleteConfigurationTask) String() string
- type BatchDeleteImportDataError
- func (s BatchDeleteImportDataError) GoString() string
- func (s *BatchDeleteImportDataError) SetErrorCode(v string) *BatchDeleteImportDataError
- func (s *BatchDeleteImportDataError) SetErrorDescription(v string) *BatchDeleteImportDataError
- func (s *BatchDeleteImportDataError) SetImportTaskId(v string) *BatchDeleteImportDataError
- func (s BatchDeleteImportDataError) String() string
- type BatchDeleteImportDataInput
- func (s BatchDeleteImportDataInput) GoString() string
- func (s *BatchDeleteImportDataInput) SetDeleteHistory(v bool) *BatchDeleteImportDataInput
- func (s *BatchDeleteImportDataInput) SetImportTaskIds(v []*string) *BatchDeleteImportDataInput
- func (s BatchDeleteImportDataInput) String() string
- func (s *BatchDeleteImportDataInput) Validate() error
- type BatchDeleteImportDataOutput
- type ConfigurationTag
- func (s ConfigurationTag) GoString() string
- func (s *ConfigurationTag) SetConfigurationId(v string) *ConfigurationTag
- func (s *ConfigurationTag) SetConfigurationType(v string) *ConfigurationTag
- func (s *ConfigurationTag) SetKey(v string) *ConfigurationTag
- func (s *ConfigurationTag) SetTimeOfCreation(v time.Time) *ConfigurationTag
- func (s *ConfigurationTag) SetValue(v string) *ConfigurationTag
- func (s ConfigurationTag) String() string
- type ConflictErrorException
- func (s *ConflictErrorException) Code() string
- func (s *ConflictErrorException) Error() string
- func (s ConflictErrorException) GoString() string
- func (s *ConflictErrorException) Message() string
- func (s *ConflictErrorException) OrigErr() error
- func (s *ConflictErrorException) RequestID() string
- func (s *ConflictErrorException) StatusCode() int
- func (s ConflictErrorException) String() string
- type ContinuousExportDescription
- func (s ContinuousExportDescription) GoString() string
- func (s *ContinuousExportDescription) SetDataSource(v string) *ContinuousExportDescription
- func (s *ContinuousExportDescription) SetExportId(v string) *ContinuousExportDescription
- func (s *ContinuousExportDescription) SetS3Bucket(v string) *ContinuousExportDescription
- func (s *ContinuousExportDescription) SetSchemaStorageConfig(v map[string]*string) *ContinuousExportDescription
- func (s *ContinuousExportDescription) SetStartTime(v time.Time) *ContinuousExportDescription
- func (s *ContinuousExportDescription) SetStatus(v string) *ContinuousExportDescription
- func (s *ContinuousExportDescription) SetStatusDetail(v string) *ContinuousExportDescription
- func (s *ContinuousExportDescription) SetStopTime(v time.Time) *ContinuousExportDescription
- func (s ContinuousExportDescription) String() string
- type CreateApplicationInput
- func (s CreateApplicationInput) GoString() string
- func (s *CreateApplicationInput) SetDescription(v string) *CreateApplicationInput
- func (s *CreateApplicationInput) SetName(v string) *CreateApplicationInput
- func (s CreateApplicationInput) String() string
- func (s *CreateApplicationInput) Validate() error
- type CreateApplicationOutput
- type CreateTagsInput
- type CreateTagsOutput
- type CustomerAgentInfo
- func (s CustomerAgentInfo) GoString() string
- func (s *CustomerAgentInfo) SetActiveAgents(v int64) *CustomerAgentInfo
- func (s *CustomerAgentInfo) SetBlackListedAgents(v int64) *CustomerAgentInfo
- func (s *CustomerAgentInfo) SetHealthyAgents(v int64) *CustomerAgentInfo
- func (s *CustomerAgentInfo) SetShutdownAgents(v int64) *CustomerAgentInfo
- func (s *CustomerAgentInfo) SetTotalAgents(v int64) *CustomerAgentInfo
- func (s *CustomerAgentInfo) SetUnhealthyAgents(v int64) *CustomerAgentInfo
- func (s *CustomerAgentInfo) SetUnknownAgents(v int64) *CustomerAgentInfo
- func (s CustomerAgentInfo) String() string
- type CustomerAgentlessCollectorInfo
- func (s CustomerAgentlessCollectorInfo) GoString() string
- func (s *CustomerAgentlessCollectorInfo) SetActiveAgentlessCollectors(v int64) *CustomerAgentlessCollectorInfo
- func (s *CustomerAgentlessCollectorInfo) SetDenyListedAgentlessCollectors(v int64) *CustomerAgentlessCollectorInfo
- func (s *CustomerAgentlessCollectorInfo) SetHealthyAgentlessCollectors(v int64) *CustomerAgentlessCollectorInfo
- func (s *CustomerAgentlessCollectorInfo) SetShutdownAgentlessCollectors(v int64) *CustomerAgentlessCollectorInfo
- func (s *CustomerAgentlessCollectorInfo) SetTotalAgentlessCollectors(v int64) *CustomerAgentlessCollectorInfo
- func (s *CustomerAgentlessCollectorInfo) SetUnhealthyAgentlessCollectors(v int64) *CustomerAgentlessCollectorInfo
- func (s *CustomerAgentlessCollectorInfo) SetUnknownAgentlessCollectors(v int64) *CustomerAgentlessCollectorInfo
- func (s CustomerAgentlessCollectorInfo) String() string
- type CustomerConnectorInfo
- func (s CustomerConnectorInfo) GoString() string
- func (s *CustomerConnectorInfo) SetActiveConnectors(v int64) *CustomerConnectorInfo
- func (s *CustomerConnectorInfo) SetBlackListedConnectors(v int64) *CustomerConnectorInfo
- func (s *CustomerConnectorInfo) SetHealthyConnectors(v int64) *CustomerConnectorInfo
- func (s *CustomerConnectorInfo) SetShutdownConnectors(v int64) *CustomerConnectorInfo
- func (s *CustomerConnectorInfo) SetTotalConnectors(v int64) *CustomerConnectorInfo
- func (s *CustomerConnectorInfo) SetUnhealthyConnectors(v int64) *CustomerConnectorInfo
- func (s *CustomerConnectorInfo) SetUnknownConnectors(v int64) *CustomerConnectorInfo
- func (s CustomerConnectorInfo) String() string
- type CustomerMeCollectorInfo
- func (s CustomerMeCollectorInfo) GoString() string
- func (s *CustomerMeCollectorInfo) SetActiveMeCollectors(v int64) *CustomerMeCollectorInfo
- func (s *CustomerMeCollectorInfo) SetDenyListedMeCollectors(v int64) *CustomerMeCollectorInfo
- func (s *CustomerMeCollectorInfo) SetHealthyMeCollectors(v int64) *CustomerMeCollectorInfo
- func (s *CustomerMeCollectorInfo) SetShutdownMeCollectors(v int64) *CustomerMeCollectorInfo
- func (s *CustomerMeCollectorInfo) SetTotalMeCollectors(v int64) *CustomerMeCollectorInfo
- func (s *CustomerMeCollectorInfo) SetUnhealthyMeCollectors(v int64) *CustomerMeCollectorInfo
- func (s *CustomerMeCollectorInfo) SetUnknownMeCollectors(v int64) *CustomerMeCollectorInfo
- func (s CustomerMeCollectorInfo) String() string
- type DeleteAgent
- type DeleteApplicationsInput
- type DeleteApplicationsOutput
- type DeleteTagsInput
- type DeleteTagsOutput
- type DeletionWarning
- type DescribeAgentsInput
- func (s DescribeAgentsInput) GoString() string
- func (s *DescribeAgentsInput) SetAgentIds(v []*string) *DescribeAgentsInput
- func (s *DescribeAgentsInput) SetFilters(v []*Filter) *DescribeAgentsInput
- func (s *DescribeAgentsInput) SetMaxResults(v int64) *DescribeAgentsInput
- func (s *DescribeAgentsInput) SetNextToken(v string) *DescribeAgentsInput
- func (s DescribeAgentsInput) String() string
- func (s *DescribeAgentsInput) Validate() error
- type DescribeAgentsOutput
- type DescribeBatchDeleteConfigurationTaskInput
- func (s DescribeBatchDeleteConfigurationTaskInput) GoString() string
- func (s *DescribeBatchDeleteConfigurationTaskInput) SetTaskId(v string) *DescribeBatchDeleteConfigurationTaskInput
- func (s DescribeBatchDeleteConfigurationTaskInput) String() string
- func (s *DescribeBatchDeleteConfigurationTaskInput) Validate() error
- type DescribeBatchDeleteConfigurationTaskOutput
- type DescribeConfigurationsInput
- type DescribeConfigurationsOutput
- type DescribeContinuousExportsInput
- func (s DescribeContinuousExportsInput) GoString() string
- func (s *DescribeContinuousExportsInput) SetExportIds(v []*string) *DescribeContinuousExportsInput
- func (s *DescribeContinuousExportsInput) SetMaxResults(v int64) *DescribeContinuousExportsInput
- func (s *DescribeContinuousExportsInput) SetNextToken(v string) *DescribeContinuousExportsInput
- func (s DescribeContinuousExportsInput) String() string
- func (s *DescribeContinuousExportsInput) Validate() error
- type DescribeContinuousExportsOutput
- func (s DescribeContinuousExportsOutput) GoString() string
- func (s *DescribeContinuousExportsOutput) SetDescriptions(v []*ContinuousExportDescription) *DescribeContinuousExportsOutput
- func (s *DescribeContinuousExportsOutput) SetNextToken(v string) *DescribeContinuousExportsOutput
- func (s DescribeContinuousExportsOutput) String() string
- type DescribeExportConfigurationsInput
- func (s DescribeExportConfigurationsInput) GoString() string
- func (s *DescribeExportConfigurationsInput) SetExportIds(v []*string) *DescribeExportConfigurationsInput
- func (s *DescribeExportConfigurationsInput) SetMaxResults(v int64) *DescribeExportConfigurationsInput
- func (s *DescribeExportConfigurationsInput) SetNextToken(v string) *DescribeExportConfigurationsInput
- func (s DescribeExportConfigurationsInput) String() string
- type DescribeExportConfigurationsOutput
- func (s DescribeExportConfigurationsOutput) GoString() string
- func (s *DescribeExportConfigurationsOutput) SetExportsInfo(v []*ExportInfo) *DescribeExportConfigurationsOutput
- func (s *DescribeExportConfigurationsOutput) SetNextToken(v string) *DescribeExportConfigurationsOutput
- func (s DescribeExportConfigurationsOutput) String() string
- type DescribeExportTasksInput
- func (s DescribeExportTasksInput) GoString() string
- func (s *DescribeExportTasksInput) SetExportIds(v []*string) *DescribeExportTasksInput
- func (s *DescribeExportTasksInput) SetFilters(v []*ExportFilter) *DescribeExportTasksInput
- func (s *DescribeExportTasksInput) SetMaxResults(v int64) *DescribeExportTasksInput
- func (s *DescribeExportTasksInput) SetNextToken(v string) *DescribeExportTasksInput
- func (s DescribeExportTasksInput) String() string
- func (s *DescribeExportTasksInput) Validate() error
- type DescribeExportTasksOutput
- type DescribeImportTasksInput
- func (s DescribeImportTasksInput) GoString() string
- func (s *DescribeImportTasksInput) SetFilters(v []*ImportTaskFilter) *DescribeImportTasksInput
- func (s *DescribeImportTasksInput) SetMaxResults(v int64) *DescribeImportTasksInput
- func (s *DescribeImportTasksInput) SetNextToken(v string) *DescribeImportTasksInput
- func (s DescribeImportTasksInput) String() string
- func (s *DescribeImportTasksInput) Validate() error
- type DescribeImportTasksOutput
- type DescribeTagsInput
- func (s DescribeTagsInput) GoString() string
- func (s *DescribeTagsInput) SetFilters(v []*TagFilter) *DescribeTagsInput
- func (s *DescribeTagsInput) SetMaxResults(v int64) *DescribeTagsInput
- func (s *DescribeTagsInput) SetNextToken(v string) *DescribeTagsInput
- func (s DescribeTagsInput) String() string
- func (s *DescribeTagsInput) Validate() error
- type DescribeTagsOutput
- type DisassociateConfigurationItemsFromApplicationInput
- func (s DisassociateConfigurationItemsFromApplicationInput) GoString() string
- func (s *DisassociateConfigurationItemsFromApplicationInput) SetApplicationConfigurationId(v string) *DisassociateConfigurationItemsFromApplicationInput
- func (s *DisassociateConfigurationItemsFromApplicationInput) SetConfigurationIds(v []*string) *DisassociateConfigurationItemsFromApplicationInput
- func (s DisassociateConfigurationItemsFromApplicationInput) String() string
- func (s *DisassociateConfigurationItemsFromApplicationInput) Validate() error
- type DisassociateConfigurationItemsFromApplicationOutput
- type Ec2RecommendationsExportPreferences
- func (s Ec2RecommendationsExportPreferences) GoString() string
- func (s *Ec2RecommendationsExportPreferences) SetCpuPerformanceMetricBasis(v *UsageMetricBasis) *Ec2RecommendationsExportPreferences
- func (s *Ec2RecommendationsExportPreferences) SetEnabled(v bool) *Ec2RecommendationsExportPreferences
- func (s *Ec2RecommendationsExportPreferences) SetExcludedInstanceTypes(v []*string) *Ec2RecommendationsExportPreferences
- func (s *Ec2RecommendationsExportPreferences) SetPreferredRegion(v string) *Ec2RecommendationsExportPreferences
- func (s *Ec2RecommendationsExportPreferences) SetRamPerformanceMetricBasis(v *UsageMetricBasis) *Ec2RecommendationsExportPreferences
- func (s *Ec2RecommendationsExportPreferences) SetReservedInstanceOptions(v *ReservedInstanceOptions) *Ec2RecommendationsExportPreferences
- func (s *Ec2RecommendationsExportPreferences) SetTenancy(v string) *Ec2RecommendationsExportPreferences
- func (s Ec2RecommendationsExportPreferences) String() string
- func (s *Ec2RecommendationsExportPreferences) Validate() error
- type ExportConfigurationsInput
- type ExportConfigurationsOutput
- type ExportFilter
- type ExportInfo
- func (s ExportInfo) GoString() string
- func (s *ExportInfo) SetConfigurationsDownloadUrl(v string) *ExportInfo
- func (s *ExportInfo) SetExportId(v string) *ExportInfo
- func (s *ExportInfo) SetExportRequestTime(v time.Time) *ExportInfo
- func (s *ExportInfo) SetExportStatus(v string) *ExportInfo
- func (s *ExportInfo) SetIsTruncated(v bool) *ExportInfo
- func (s *ExportInfo) SetRequestedEndTime(v time.Time) *ExportInfo
- func (s *ExportInfo) SetRequestedStartTime(v time.Time) *ExportInfo
- func (s *ExportInfo) SetStatusMessage(v string) *ExportInfo
- func (s ExportInfo) String() string
- type ExportPreferences
- type FailedConfiguration
- func (s FailedConfiguration) GoString() string
- func (s *FailedConfiguration) SetConfigurationId(v string) *FailedConfiguration
- func (s *FailedConfiguration) SetErrorMessage(v string) *FailedConfiguration
- func (s *FailedConfiguration) SetErrorStatusCode(v int64) *FailedConfiguration
- func (s FailedConfiguration) String() string
- type Filter
- type GetDiscoverySummaryInput
- type GetDiscoverySummaryOutput
- func (s GetDiscoverySummaryOutput) GoString() string
- func (s *GetDiscoverySummaryOutput) SetAgentSummary(v *CustomerAgentInfo) *GetDiscoverySummaryOutput
- func (s *GetDiscoverySummaryOutput) SetAgentlessCollectorSummary(v *CustomerAgentlessCollectorInfo) *GetDiscoverySummaryOutput
- func (s *GetDiscoverySummaryOutput) SetApplications(v int64) *GetDiscoverySummaryOutput
- func (s *GetDiscoverySummaryOutput) SetConnectorSummary(v *CustomerConnectorInfo) *GetDiscoverySummaryOutput
- func (s *GetDiscoverySummaryOutput) SetMeCollectorSummary(v *CustomerMeCollectorInfo) *GetDiscoverySummaryOutput
- func (s *GetDiscoverySummaryOutput) SetServers(v int64) *GetDiscoverySummaryOutput
- func (s *GetDiscoverySummaryOutput) SetServersMappedToApplications(v int64) *GetDiscoverySummaryOutput
- func (s *GetDiscoverySummaryOutput) SetServersMappedtoTags(v int64) *GetDiscoverySummaryOutput
- func (s GetDiscoverySummaryOutput) String() string
- type HomeRegionNotSetException
- func (s *HomeRegionNotSetException) Code() string
- func (s *HomeRegionNotSetException) Error() string
- func (s HomeRegionNotSetException) GoString() string
- func (s *HomeRegionNotSetException) Message() string
- func (s *HomeRegionNotSetException) OrigErr() error
- func (s *HomeRegionNotSetException) RequestID() string
- func (s *HomeRegionNotSetException) StatusCode() int
- func (s HomeRegionNotSetException) String() string
- type ImportTask
- func (s ImportTask) GoString() string
- func (s *ImportTask) SetApplicationImportFailure(v int64) *ImportTask
- func (s *ImportTask) SetApplicationImportSuccess(v int64) *ImportTask
- func (s *ImportTask) SetClientRequestToken(v string) *ImportTask
- func (s *ImportTask) SetErrorsAndFailedEntriesZip(v string) *ImportTask
- func (s *ImportTask) SetImportCompletionTime(v time.Time) *ImportTask
- func (s *ImportTask) SetImportDeletedTime(v time.Time) *ImportTask
- func (s *ImportTask) SetImportRequestTime(v time.Time) *ImportTask
- func (s *ImportTask) SetImportTaskId(v string) *ImportTask
- func (s *ImportTask) SetImportUrl(v string) *ImportTask
- func (s *ImportTask) SetName(v string) *ImportTask
- func (s *ImportTask) SetServerImportFailure(v int64) *ImportTask
- func (s *ImportTask) SetServerImportSuccess(v int64) *ImportTask
- func (s *ImportTask) SetStatus(v string) *ImportTask
- func (s ImportTask) String() string
- type ImportTaskFilter
- type InvalidParameterException
- func (s *InvalidParameterException) Code() string
- func (s *InvalidParameterException) Error() string
- func (s InvalidParameterException) GoString() string
- func (s *InvalidParameterException) Message() string
- func (s *InvalidParameterException) OrigErr() error
- func (s *InvalidParameterException) RequestID() string
- func (s *InvalidParameterException) StatusCode() int
- func (s InvalidParameterException) String() string
- type InvalidParameterValueException
- func (s *InvalidParameterValueException) Code() string
- func (s *InvalidParameterValueException) Error() string
- func (s InvalidParameterValueException) GoString() string
- func (s *InvalidParameterValueException) Message() string
- func (s *InvalidParameterValueException) OrigErr() error
- func (s *InvalidParameterValueException) RequestID() string
- func (s *InvalidParameterValueException) StatusCode() int
- func (s InvalidParameterValueException) String() string
- type LimitExceededException
- func (s *LimitExceededException) Code() string
- func (s *LimitExceededException) Error() string
- func (s LimitExceededException) GoString() string
- func (s *LimitExceededException) Message() string
- func (s *LimitExceededException) OrigErr() error
- func (s *LimitExceededException) RequestID() string
- func (s *LimitExceededException) StatusCode() int
- func (s LimitExceededException) String() string
- type ListConfigurationsInput
- func (s ListConfigurationsInput) GoString() string
- func (s *ListConfigurationsInput) SetConfigurationType(v string) *ListConfigurationsInput
- func (s *ListConfigurationsInput) SetFilters(v []*Filter) *ListConfigurationsInput
- func (s *ListConfigurationsInput) SetMaxResults(v int64) *ListConfigurationsInput
- func (s *ListConfigurationsInput) SetNextToken(v string) *ListConfigurationsInput
- func (s *ListConfigurationsInput) SetOrderBy(v []*OrderByElement) *ListConfigurationsInput
- func (s ListConfigurationsInput) String() string
- func (s *ListConfigurationsInput) Validate() error
- type ListConfigurationsOutput
- type ListServerNeighborsInput
- func (s ListServerNeighborsInput) GoString() string
- func (s *ListServerNeighborsInput) SetConfigurationId(v string) *ListServerNeighborsInput
- func (s *ListServerNeighborsInput) SetMaxResults(v int64) *ListServerNeighborsInput
- func (s *ListServerNeighborsInput) SetNeighborConfigurationIds(v []*string) *ListServerNeighborsInput
- func (s *ListServerNeighborsInput) SetNextToken(v string) *ListServerNeighborsInput
- func (s *ListServerNeighborsInput) SetPortInformationNeeded(v bool) *ListServerNeighborsInput
- func (s ListServerNeighborsInput) String() string
- func (s *ListServerNeighborsInput) Validate() error
- type ListServerNeighborsOutput
- func (s ListServerNeighborsOutput) GoString() string
- func (s *ListServerNeighborsOutput) SetKnownDependencyCount(v int64) *ListServerNeighborsOutput
- func (s *ListServerNeighborsOutput) SetNeighbors(v []*NeighborConnectionDetail) *ListServerNeighborsOutput
- func (s *ListServerNeighborsOutput) SetNextToken(v string) *ListServerNeighborsOutput
- func (s ListServerNeighborsOutput) String() string
- type NeighborConnectionDetail
- func (s NeighborConnectionDetail) GoString() string
- func (s *NeighborConnectionDetail) SetConnectionsCount(v int64) *NeighborConnectionDetail
- func (s *NeighborConnectionDetail) SetDestinationPort(v int64) *NeighborConnectionDetail
- func (s *NeighborConnectionDetail) SetDestinationServerId(v string) *NeighborConnectionDetail
- func (s *NeighborConnectionDetail) SetSourceServerId(v string) *NeighborConnectionDetail
- func (s *NeighborConnectionDetail) SetTransportProtocol(v string) *NeighborConnectionDetail
- func (s NeighborConnectionDetail) String() string
- type OperationNotPermittedException
- func (s *OperationNotPermittedException) Code() string
- func (s *OperationNotPermittedException) Error() string
- func (s OperationNotPermittedException) GoString() string
- func (s *OperationNotPermittedException) Message() string
- func (s *OperationNotPermittedException) OrigErr() error
- func (s *OperationNotPermittedException) RequestID() string
- func (s *OperationNotPermittedException) StatusCode() int
- func (s OperationNotPermittedException) String() string
- type OrderByElement
- type ReservedInstanceOptions
- func (s ReservedInstanceOptions) GoString() string
- func (s *ReservedInstanceOptions) SetOfferingClass(v string) *ReservedInstanceOptions
- func (s *ReservedInstanceOptions) SetPurchasingOption(v string) *ReservedInstanceOptions
- func (s *ReservedInstanceOptions) SetTermLength(v string) *ReservedInstanceOptions
- func (s ReservedInstanceOptions) String() string
- func (s *ReservedInstanceOptions) Validate() error
- type ResourceInUseException
- func (s *ResourceInUseException) Code() string
- func (s *ResourceInUseException) Error() string
- func (s ResourceInUseException) GoString() string
- func (s *ResourceInUseException) Message() string
- func (s *ResourceInUseException) OrigErr() error
- func (s *ResourceInUseException) RequestID() string
- func (s *ResourceInUseException) StatusCode() int
- func (s ResourceInUseException) String() string
- type ResourceNotFoundException
- func (s *ResourceNotFoundException) Code() string
- func (s *ResourceNotFoundException) Error() string
- func (s ResourceNotFoundException) GoString() string
- func (s *ResourceNotFoundException) Message() string
- func (s *ResourceNotFoundException) OrigErr() error
- func (s *ResourceNotFoundException) RequestID() string
- func (s *ResourceNotFoundException) StatusCode() int
- func (s ResourceNotFoundException) String() string
- type ServerInternalErrorException
- func (s *ServerInternalErrorException) Code() string
- func (s *ServerInternalErrorException) Error() string
- func (s ServerInternalErrorException) GoString() string
- func (s *ServerInternalErrorException) Message() string
- func (s *ServerInternalErrorException) OrigErr() error
- func (s *ServerInternalErrorException) RequestID() string
- func (s *ServerInternalErrorException) StatusCode() int
- func (s ServerInternalErrorException) String() string
- type StartBatchDeleteConfigurationTaskInput
- func (s StartBatchDeleteConfigurationTaskInput) GoString() string
- func (s *StartBatchDeleteConfigurationTaskInput) SetConfigurationIds(v []*string) *StartBatchDeleteConfigurationTaskInput
- func (s *StartBatchDeleteConfigurationTaskInput) SetConfigurationType(v string) *StartBatchDeleteConfigurationTaskInput
- func (s StartBatchDeleteConfigurationTaskInput) String() string
- func (s *StartBatchDeleteConfigurationTaskInput) Validate() error
- type StartBatchDeleteConfigurationTaskOutput
- type StartContinuousExportInput
- type StartContinuousExportOutput
- func (s StartContinuousExportOutput) GoString() string
- func (s *StartContinuousExportOutput) SetDataSource(v string) *StartContinuousExportOutput
- func (s *StartContinuousExportOutput) SetExportId(v string) *StartContinuousExportOutput
- func (s *StartContinuousExportOutput) SetS3Bucket(v string) *StartContinuousExportOutput
- func (s *StartContinuousExportOutput) SetSchemaStorageConfig(v map[string]*string) *StartContinuousExportOutput
- func (s *StartContinuousExportOutput) SetStartTime(v time.Time) *StartContinuousExportOutput
- func (s StartContinuousExportOutput) String() string
- type StartDataCollectionByAgentIdsInput
- type StartDataCollectionByAgentIdsOutput
- type StartExportTaskInput
- func (s StartExportTaskInput) GoString() string
- func (s *StartExportTaskInput) SetEndTime(v time.Time) *StartExportTaskInput
- func (s *StartExportTaskInput) SetExportDataFormat(v []*string) *StartExportTaskInput
- func (s *StartExportTaskInput) SetFilters(v []*ExportFilter) *StartExportTaskInput
- func (s *StartExportTaskInput) SetPreferences(v *ExportPreferences) *StartExportTaskInput
- func (s *StartExportTaskInput) SetStartTime(v time.Time) *StartExportTaskInput
- func (s StartExportTaskInput) String() string
- func (s *StartExportTaskInput) Validate() error
- type StartExportTaskOutput
- type StartImportTaskInput
- func (s StartImportTaskInput) GoString() string
- func (s *StartImportTaskInput) SetClientRequestToken(v string) *StartImportTaskInput
- func (s *StartImportTaskInput) SetImportUrl(v string) *StartImportTaskInput
- func (s *StartImportTaskInput) SetName(v string) *StartImportTaskInput
- func (s StartImportTaskInput) String() string
- func (s *StartImportTaskInput) Validate() error
- type StartImportTaskOutput
- type StopContinuousExportInput
- type StopContinuousExportOutput
- type StopDataCollectionByAgentIdsInput
- type StopDataCollectionByAgentIdsOutput
- type Tag
- type TagFilter
- type UpdateApplicationInput
- func (s UpdateApplicationInput) GoString() string
- func (s *UpdateApplicationInput) SetConfigurationId(v string) *UpdateApplicationInput
- func (s *UpdateApplicationInput) SetDescription(v string) *UpdateApplicationInput
- func (s *UpdateApplicationInput) SetName(v string) *UpdateApplicationInput
- func (s UpdateApplicationInput) String() string
- func (s *UpdateApplicationInput) Validate() error
- type UpdateApplicationOutput
- type UsageMetricBasis
Constants ¶
const ( // AgentStatusHealthy is a AgentStatus enum value AgentStatusHealthy = "HEALTHY" // AgentStatusUnhealthy is a AgentStatus enum value AgentStatusUnhealthy = "UNHEALTHY" // AgentStatusRunning is a AgentStatus enum value AgentStatusRunning = "RUNNING" // AgentStatusUnknown is a AgentStatus enum value AgentStatusUnknown = "UNKNOWN" // AgentStatusBlacklisted is a AgentStatus enum value AgentStatusBlacklisted = "BLACKLISTED" // AgentStatusShutdown is a AgentStatus enum value AgentStatusShutdown = "SHUTDOWN" )
const ( // BatchDeleteConfigurationTaskStatusInitializing is a BatchDeleteConfigurationTaskStatus enum value BatchDeleteConfigurationTaskStatusInitializing = "INITIALIZING" // BatchDeleteConfigurationTaskStatusValidating is a BatchDeleteConfigurationTaskStatus enum value BatchDeleteConfigurationTaskStatusValidating = "VALIDATING" // BatchDeleteConfigurationTaskStatusDeleting is a BatchDeleteConfigurationTaskStatus enum value BatchDeleteConfigurationTaskStatusDeleting = "DELETING" // BatchDeleteConfigurationTaskStatusCompleted is a BatchDeleteConfigurationTaskStatus enum value BatchDeleteConfigurationTaskStatusCompleted = "COMPLETED" // BatchDeleteConfigurationTaskStatusFailed is a BatchDeleteConfigurationTaskStatus enum value BatchDeleteConfigurationTaskStatusFailed = "FAILED" )
const ( // BatchDeleteImportDataErrorCodeNotFound is a BatchDeleteImportDataErrorCode enum value BatchDeleteImportDataErrorCodeNotFound = "NOT_FOUND" // BatchDeleteImportDataErrorCodeInternalServerError is a BatchDeleteImportDataErrorCode enum value BatchDeleteImportDataErrorCodeInternalServerError = "INTERNAL_SERVER_ERROR" // BatchDeleteImportDataErrorCodeOverLimit is a BatchDeleteImportDataErrorCode enum value BatchDeleteImportDataErrorCodeOverLimit = "OVER_LIMIT" )
const ( // ConfigurationItemTypeServer is a ConfigurationItemType enum value ConfigurationItemTypeServer = "SERVER" // ConfigurationItemTypeProcess is a ConfigurationItemType enum value ConfigurationItemTypeProcess = "PROCESS" // ConfigurationItemTypeConnection is a ConfigurationItemType enum value ConfigurationItemTypeConnection = "CONNECTION" // ConfigurationItemTypeApplication is a ConfigurationItemType enum value ConfigurationItemTypeApplication = "APPLICATION" )
const ( // ContinuousExportStatusStartInProgress is a ContinuousExportStatus enum value ContinuousExportStatusStartInProgress = "START_IN_PROGRESS" // ContinuousExportStatusStartFailed is a ContinuousExportStatus enum value ContinuousExportStatusStartFailed = "START_FAILED" // ContinuousExportStatusActive is a ContinuousExportStatus enum value ContinuousExportStatusActive = "ACTIVE" // ContinuousExportStatusError is a ContinuousExportStatus enum value ContinuousExportStatusError = "ERROR" // ContinuousExportStatusStopInProgress is a ContinuousExportStatus enum value ContinuousExportStatusStopInProgress = "STOP_IN_PROGRESS" // ContinuousExportStatusStopFailed is a ContinuousExportStatus enum value ContinuousExportStatusStopFailed = "STOP_FAILED" // ContinuousExportStatusInactive is a ContinuousExportStatus enum value ContinuousExportStatusInactive = "INACTIVE" )
const ( // DeleteAgentErrorCodeNotFound is a DeleteAgentErrorCode enum value DeleteAgentErrorCodeNotFound = "NOT_FOUND" // DeleteAgentErrorCodeInternalServerError is a DeleteAgentErrorCode enum value DeleteAgentErrorCodeInternalServerError = "INTERNAL_SERVER_ERROR" // DeleteAgentErrorCodeAgentInUse is a DeleteAgentErrorCode enum value DeleteAgentErrorCodeAgentInUse = "AGENT_IN_USE" )
const ( // ExportStatusFailed is a ExportStatus enum value ExportStatusFailed = "FAILED" // ExportStatusSucceeded is a ExportStatus enum value ExportStatusSucceeded = "SUCCEEDED" // ExportStatusInProgress is a ExportStatus enum value ExportStatusInProgress = "IN_PROGRESS" )
const ( // ImportStatusImportInProgress is a ImportStatus enum value ImportStatusImportInProgress = "IMPORT_IN_PROGRESS" // ImportStatusImportComplete is a ImportStatus enum value ImportStatusImportComplete = "IMPORT_COMPLETE" // ImportStatusImportCompleteWithErrors is a ImportStatus enum value ImportStatusImportCompleteWithErrors = "IMPORT_COMPLETE_WITH_ERRORS" // ImportStatusImportFailed is a ImportStatus enum value ImportStatusImportFailed = "IMPORT_FAILED" // ImportStatusImportFailedServerLimitExceeded is a ImportStatus enum value ImportStatusImportFailedServerLimitExceeded = "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED" // ImportStatusImportFailedRecordLimitExceeded is a ImportStatus enum value ImportStatusImportFailedRecordLimitExceeded = "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED" // ImportStatusDeleteInProgress is a ImportStatus enum value ImportStatusDeleteInProgress = "DELETE_IN_PROGRESS" // ImportStatusDeleteComplete is a ImportStatus enum value ImportStatusDeleteComplete = "DELETE_COMPLETE" // ImportStatusDeleteFailed is a ImportStatus enum value ImportStatusDeleteFailed = "DELETE_FAILED" // ImportStatusDeleteFailedLimitExceeded is a ImportStatus enum value ImportStatusDeleteFailedLimitExceeded = "DELETE_FAILED_LIMIT_EXCEEDED" // ImportStatusInternalError is a ImportStatus enum value ImportStatusInternalError = "INTERNAL_ERROR" )
const ( // ImportTaskFilterNameImportTaskId is a ImportTaskFilterName enum value ImportTaskFilterNameImportTaskId = "IMPORT_TASK_ID" // ImportTaskFilterNameStatus is a ImportTaskFilterName enum value ImportTaskFilterNameStatus = "STATUS" // ImportTaskFilterNameName is a ImportTaskFilterName enum value ImportTaskFilterNameName = "NAME" )
const ( // OfferingClassStandard is a OfferingClass enum value OfferingClassStandard = "STANDARD" // OfferingClassConvertible is a OfferingClass enum value OfferingClassConvertible = "CONVERTIBLE" )
const ( // OrderStringAsc is a OrderString enum value OrderStringAsc = "ASC" // OrderStringDesc is a OrderString enum value OrderStringDesc = "DESC" )
const ( // PurchasingOptionAllUpfront is a PurchasingOption enum value PurchasingOptionAllUpfront = "ALL_UPFRONT" // PurchasingOptionPartialUpfront is a PurchasingOption enum value PurchasingOptionPartialUpfront = "PARTIAL_UPFRONT" // PurchasingOptionNoUpfront is a PurchasingOption enum value PurchasingOptionNoUpfront = "NO_UPFRONT" )
const ( // TenancyDedicated is a Tenancy enum value TenancyDedicated = "DEDICATED" TenancyShared = "SHARED" )
const ( // TermLengthOneYear is a TermLength enum value TermLengthOneYear = "ONE_YEAR" // TermLengthThreeYear is a TermLength enum value TermLengthThreeYear = "THREE_YEAR" )
const ( // ErrCodeAuthorizationErrorException for service response error code // "AuthorizationErrorException". // // The user does not have permission to perform the action. Check the IAM policy // associated with this user. ErrCodeAuthorizationErrorException = "AuthorizationErrorException" // ErrCodeConflictErrorException for service response error code // "ConflictErrorException". // // Conflict error. ErrCodeConflictErrorException = "ConflictErrorException" // ErrCodeHomeRegionNotSetException for service response error code // "HomeRegionNotSetException". // // The home Region is not set. Set the home Region to continue. ErrCodeHomeRegionNotSetException = "HomeRegionNotSetException" // ErrCodeInvalidParameterException for service response error code // "InvalidParameterException". // // One or more parameters are not valid. Verify the parameters and try again. ErrCodeInvalidParameterException = "InvalidParameterException" // ErrCodeInvalidParameterValueException for service response error code // "InvalidParameterValueException". // // The value of one or more parameters are either invalid or out of range. Verify // the parameter values and try again. ErrCodeInvalidParameterValueException = "InvalidParameterValueException" // ErrCodeLimitExceededException for service response error code // "LimitExceededException". // // The limit of 200 configuration IDs per request has been exceeded. ErrCodeLimitExceededException = "LimitExceededException" // ErrCodeOperationNotPermittedException for service response error code // "OperationNotPermittedException". // // This operation is not permitted. ErrCodeOperationNotPermittedException = "OperationNotPermittedException" // ErrCodeResourceInUseException for service response error code // "ResourceInUseException". // // This issue occurs when the same clientRequestToken is used with the StartImportTask // action, but with different parameters. For example, you use the same request // token but have two different import URLs, you can encounter this issue. If // the import tasks are meant to be different, use a different clientRequestToken, // and try again. ErrCodeResourceInUseException = "ResourceInUseException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // The specified configuration ID was not located. Verify the configuration // ID and try again. ErrCodeResourceNotFoundException = "ResourceNotFoundException" // ErrCodeServerInternalErrorException for service response error code // "ServerInternalErrorException". // // The server experienced an internal error. Try again. ErrCodeServerInternalErrorException = "ServerInternalErrorException" )
const ( ServiceName = "discovery" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "Application Discovery Service" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// DataSourceAgent is a DataSource enum value
DataSourceAgent = "AGENT"
)
const (
// DeletionConfigurationItemTypeServer is a DeletionConfigurationItemType enum value
DeletionConfigurationItemTypeServer = "SERVER"
)
const (
// ExportDataFormatCsv is a ExportDataFormat enum value
ExportDataFormatCsv = "CSV"
)
Variables ¶
This section is empty.
Functions ¶
func AgentStatus_Values ¶
func AgentStatus_Values() []string
AgentStatus_Values returns all elements of the AgentStatus enum
func BatchDeleteConfigurationTaskStatus_Values ¶
func BatchDeleteConfigurationTaskStatus_Values() []string
BatchDeleteConfigurationTaskStatus_Values returns all elements of the BatchDeleteConfigurationTaskStatus enum
func BatchDeleteImportDataErrorCode_Values ¶
func BatchDeleteImportDataErrorCode_Values() []string
BatchDeleteImportDataErrorCode_Values returns all elements of the BatchDeleteImportDataErrorCode enum
func ConfigurationItemType_Values ¶
func ConfigurationItemType_Values() []string
ConfigurationItemType_Values returns all elements of the ConfigurationItemType enum
func ContinuousExportStatus_Values ¶
func ContinuousExportStatus_Values() []string
ContinuousExportStatus_Values returns all elements of the ContinuousExportStatus enum
func DataSource_Values ¶
func DataSource_Values() []string
DataSource_Values returns all elements of the DataSource enum
func DeleteAgentErrorCode_Values ¶
func DeleteAgentErrorCode_Values() []string
DeleteAgentErrorCode_Values returns all elements of the DeleteAgentErrorCode enum
func DeletionConfigurationItemType_Values ¶
func DeletionConfigurationItemType_Values() []string
DeletionConfigurationItemType_Values returns all elements of the DeletionConfigurationItemType enum
func ExportDataFormat_Values ¶
func ExportDataFormat_Values() []string
ExportDataFormat_Values returns all elements of the ExportDataFormat enum
func ExportStatus_Values ¶
func ExportStatus_Values() []string
ExportStatus_Values returns all elements of the ExportStatus enum
func ImportStatus_Values ¶
func ImportStatus_Values() []string
ImportStatus_Values returns all elements of the ImportStatus enum
func ImportTaskFilterName_Values ¶
func ImportTaskFilterName_Values() []string
ImportTaskFilterName_Values returns all elements of the ImportTaskFilterName enum
func OfferingClass_Values ¶
func OfferingClass_Values() []string
OfferingClass_Values returns all elements of the OfferingClass enum
func OrderString_Values ¶
func OrderString_Values() []string
OrderString_Values returns all elements of the OrderString enum
func PurchasingOption_Values ¶
func PurchasingOption_Values() []string
PurchasingOption_Values returns all elements of the PurchasingOption enum
func Tenancy_Values ¶
func Tenancy_Values() []string
Tenancy_Values returns all elements of the Tenancy enum
func TermLength_Values ¶
func TermLength_Values() []string
TermLength_Values returns all elements of the TermLength enum
Types ¶
type AgentConfigurationStatus ¶
type AgentConfigurationStatus struct { // The agent ID. AgentId *string `locationName:"agentId" type:"string"` // A description of the operation performed. Description *string `locationName:"description" type:"string"` // Information about the status of the StartDataCollection and StopDataCollection // operations. The system has recorded the data collection operation. The agent // receives this command the next time it polls for a new command. OperationSucceeded *bool `locationName:"operationSucceeded" type:"boolean"` // contains filtered or unexported fields }
Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation, and whether the agent configuration was updated.
func (AgentConfigurationStatus) GoString ¶
func (s AgentConfigurationStatus) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AgentConfigurationStatus) SetAgentId ¶
func (s *AgentConfigurationStatus) SetAgentId(v string) *AgentConfigurationStatus
SetAgentId sets the AgentId field's value.
func (*AgentConfigurationStatus) SetDescription ¶
func (s *AgentConfigurationStatus) SetDescription(v string) *AgentConfigurationStatus
SetDescription sets the Description field's value.
func (*AgentConfigurationStatus) SetOperationSucceeded ¶
func (s *AgentConfigurationStatus) SetOperationSucceeded(v bool) *AgentConfigurationStatus
SetOperationSucceeded sets the OperationSucceeded field's value.
func (AgentConfigurationStatus) String ¶
func (s AgentConfigurationStatus) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AgentInfo ¶
type AgentInfo struct { // The agent or collector ID. AgentId *string `locationName:"agentId" min:"10" type:"string"` // Network details about the host where the agent or collector resides. AgentNetworkInfoList []*AgentNetworkInfo `locationName:"agentNetworkInfoList" type:"list"` // Type of agent. AgentType *string `locationName:"agentType" type:"string"` // Status of the collection process for an agent. CollectionStatus *string `locationName:"collectionStatus" type:"string"` // The ID of the connector. ConnectorId *string `locationName:"connectorId" type:"string"` // The health of the agent. Health *string `locationName:"health" type:"string" enum:"AgentStatus"` // The name of the host where the agent or collector resides. The host can be // a server or virtual machine. HostName *string `locationName:"hostName" type:"string"` // Time since agent health was reported. LastHealthPingTime *string `locationName:"lastHealthPingTime" type:"string"` // Agent's first registration timestamp in UTC. RegisteredTime *string `locationName:"registeredTime" type:"string"` // The agent or collector version. Version *string `locationName:"version" type:"string"` // contains filtered or unexported fields }
Information about agents associated with the user’s Amazon Web Services account. Information includes agent IDs, IP addresses, media access control (MAC) addresses, agent or collector status, hostname where the agent resides, and agent version for each agent.
func (AgentInfo) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AgentInfo) SetAgentId ¶
SetAgentId sets the AgentId field's value.
func (*AgentInfo) SetAgentNetworkInfoList ¶
func (s *AgentInfo) SetAgentNetworkInfoList(v []*AgentNetworkInfo) *AgentInfo
SetAgentNetworkInfoList sets the AgentNetworkInfoList field's value.
func (*AgentInfo) SetAgentType ¶
SetAgentType sets the AgentType field's value.
func (*AgentInfo) SetCollectionStatus ¶
SetCollectionStatus sets the CollectionStatus field's value.
func (*AgentInfo) SetConnectorId ¶
SetConnectorId sets the ConnectorId field's value.
func (*AgentInfo) SetHostName ¶
SetHostName sets the HostName field's value.
func (*AgentInfo) SetLastHealthPingTime ¶
SetLastHealthPingTime sets the LastHealthPingTime field's value.
func (*AgentInfo) SetRegisteredTime ¶
SetRegisteredTime sets the RegisteredTime field's value.
func (*AgentInfo) SetVersion ¶
SetVersion sets the Version field's value.
type AgentNetworkInfo ¶
type AgentNetworkInfo struct { // The IP address for the host where the agent/collector resides. IpAddress *string `locationName:"ipAddress" type:"string"` // The MAC address for the host where the agent/collector resides. MacAddress *string `locationName:"macAddress" type:"string"` // contains filtered or unexported fields }
Network details about the host where the agent/collector resides.
func (AgentNetworkInfo) GoString ¶
func (s AgentNetworkInfo) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AgentNetworkInfo) SetIpAddress ¶
func (s *AgentNetworkInfo) SetIpAddress(v string) *AgentNetworkInfo
SetIpAddress sets the IpAddress field's value.
func (*AgentNetworkInfo) SetMacAddress ¶
func (s *AgentNetworkInfo) SetMacAddress(v string) *AgentNetworkInfo
SetMacAddress sets the MacAddress field's value.
func (AgentNetworkInfo) String ¶
func (s AgentNetworkInfo) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ApplicationDiscoveryService ¶
ApplicationDiscoveryService provides the API operation methods for making requests to AWS Application Discovery Service. See this package's package overview docs for details on the service.
ApplicationDiscoveryService 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) *ApplicationDiscoveryService
New creates a new instance of the ApplicationDiscoveryService 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 ApplicationDiscoveryService client from just a session. svc := applicationdiscoveryservice.New(mySession) // Create a ApplicationDiscoveryService client with additional configuration svc := applicationdiscoveryservice.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*ApplicationDiscoveryService) AssociateConfigurationItemsToApplication ¶
func (c *ApplicationDiscoveryService) AssociateConfigurationItemsToApplication(input *AssociateConfigurationItemsToApplicationInput) (*AssociateConfigurationItemsToApplicationOutput, error)
AssociateConfigurationItemsToApplication API operation for AWS Application Discovery Service.
Associates one or more configuration items with 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 AWS Application Discovery Service's API operation AssociateConfigurationItemsToApplication for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
func (*ApplicationDiscoveryService) AssociateConfigurationItemsToApplicationRequest ¶
func (c *ApplicationDiscoveryService) AssociateConfigurationItemsToApplicationRequest(input *AssociateConfigurationItemsToApplicationInput) (req *request.Request, output *AssociateConfigurationItemsToApplicationOutput)
AssociateConfigurationItemsToApplicationRequest generates a "aws/request.Request" representing the client's request for the AssociateConfigurationItemsToApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AssociateConfigurationItemsToApplication for more information on using the AssociateConfigurationItemsToApplication API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AssociateConfigurationItemsToApplicationRequest method. req, resp := client.AssociateConfigurationItemsToApplicationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*ApplicationDiscoveryService) AssociateConfigurationItemsToApplicationWithContext ¶
func (c *ApplicationDiscoveryService) AssociateConfigurationItemsToApplicationWithContext(ctx aws.Context, input *AssociateConfigurationItemsToApplicationInput, opts ...request.Option) (*AssociateConfigurationItemsToApplicationOutput, error)
AssociateConfigurationItemsToApplicationWithContext is the same as AssociateConfigurationItemsToApplication with the addition of the ability to pass a context and additional request options.
See AssociateConfigurationItemsToApplication for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) BatchDeleteAgents ¶
func (c *ApplicationDiscoveryService) BatchDeleteAgents(input *BatchDeleteAgentsInput) (*BatchDeleteAgentsOutput, error)
BatchDeleteAgents API operation for AWS Application Discovery Service.
Deletes one or more agents or collectors as specified by ID. Deleting an agent or collector does not delete the previously discovered data. To delete the data collected, use StartBatchDeleteConfigurationTask.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Application Discovery Service's API operation BatchDeleteAgents for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/BatchDeleteAgents
func (*ApplicationDiscoveryService) BatchDeleteAgentsRequest ¶
func (c *ApplicationDiscoveryService) BatchDeleteAgentsRequest(input *BatchDeleteAgentsInput) (req *request.Request, output *BatchDeleteAgentsOutput)
BatchDeleteAgentsRequest generates a "aws/request.Request" representing the client's request for the BatchDeleteAgents operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchDeleteAgents for more information on using the BatchDeleteAgents API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchDeleteAgentsRequest method. req, resp := client.BatchDeleteAgentsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/BatchDeleteAgents
func (*ApplicationDiscoveryService) BatchDeleteAgentsWithContext ¶
func (c *ApplicationDiscoveryService) BatchDeleteAgentsWithContext(ctx aws.Context, input *BatchDeleteAgentsInput, opts ...request.Option) (*BatchDeleteAgentsOutput, error)
BatchDeleteAgentsWithContext is the same as BatchDeleteAgents with the addition of the ability to pass a context and additional request options.
See BatchDeleteAgents for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) BatchDeleteImportData ¶
func (c *ApplicationDiscoveryService) BatchDeleteImportData(input *BatchDeleteImportDataInput) (*BatchDeleteImportDataOutput, error)
BatchDeleteImportData API operation for AWS Application Discovery Service.
Deletes one or more import tasks, each identified by their import ID. Each import task has a number of records that can identify servers or applications.
Amazon Web Services Application Discovery Service has built-in matching logic that will identify when discovered servers match existing entries that you've previously discovered, the information for the already-existing discovered server is updated. When you delete an import task that contains records that were used to match, the information in those matched records that comes from the deleted records will also be deleted.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Application Discovery Service's API operation BatchDeleteImportData for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/BatchDeleteImportData
func (*ApplicationDiscoveryService) BatchDeleteImportDataRequest ¶
func (c *ApplicationDiscoveryService) BatchDeleteImportDataRequest(input *BatchDeleteImportDataInput) (req *request.Request, output *BatchDeleteImportDataOutput)
BatchDeleteImportDataRequest generates a "aws/request.Request" representing the client's request for the BatchDeleteImportData operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchDeleteImportData for more information on using the BatchDeleteImportData API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchDeleteImportDataRequest method. req, resp := client.BatchDeleteImportDataRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/BatchDeleteImportData
func (*ApplicationDiscoveryService) BatchDeleteImportDataWithContext ¶
func (c *ApplicationDiscoveryService) BatchDeleteImportDataWithContext(ctx aws.Context, input *BatchDeleteImportDataInput, opts ...request.Option) (*BatchDeleteImportDataOutput, error)
BatchDeleteImportDataWithContext is the same as BatchDeleteImportData with the addition of the ability to pass a context and additional request options.
See BatchDeleteImportData for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) CreateApplication ¶
func (c *ApplicationDiscoveryService) CreateApplication(input *CreateApplicationInput) (*CreateApplicationOutput, error)
CreateApplication API operation for AWS Application Discovery Service.
Creates an application with the given name and description.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Application Discovery Service's API operation CreateApplication for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/CreateApplication
func (*ApplicationDiscoveryService) CreateApplicationRequest ¶
func (c *ApplicationDiscoveryService) CreateApplicationRequest(input *CreateApplicationInput) (req *request.Request, output *CreateApplicationOutput)
CreateApplicationRequest generates a "aws/request.Request" representing the client's request for the CreateApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateApplication for more information on using the CreateApplication API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateApplicationRequest method. req, resp := client.CreateApplicationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/CreateApplication
func (*ApplicationDiscoveryService) CreateApplicationWithContext ¶
func (c *ApplicationDiscoveryService) CreateApplicationWithContext(ctx aws.Context, input *CreateApplicationInput, opts ...request.Option) (*CreateApplicationOutput, error)
CreateApplicationWithContext is the same as CreateApplication with the addition of the ability to pass a context and additional request options.
See CreateApplication for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) CreateTags ¶
func (c *ApplicationDiscoveryService) CreateTags(input *CreateTagsInput) (*CreateTagsOutput, error)
CreateTags API operation for AWS Application Discovery Service.
Creates one or more tags for configuration items. Tags are metadata that help you categorize IT assets. This API accepts a list of multiple configuration items.
Do not store sensitive information (like personal data) in tags.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Application Discovery Service's API operation CreateTags for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
ResourceNotFoundException The specified configuration ID was not located. Verify the configuration ID and try again.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/CreateTags
func (*ApplicationDiscoveryService) CreateTagsRequest ¶
func (c *ApplicationDiscoveryService) CreateTagsRequest(input *CreateTagsInput) (req *request.Request, output *CreateTagsOutput)
CreateTagsRequest generates a "aws/request.Request" representing the client's request for the CreateTags operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateTags for more information on using the CreateTags API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateTagsRequest method. req, resp := client.CreateTagsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/CreateTags
func (*ApplicationDiscoveryService) CreateTagsWithContext ¶
func (c *ApplicationDiscoveryService) CreateTagsWithContext(ctx aws.Context, input *CreateTagsInput, opts ...request.Option) (*CreateTagsOutput, error)
CreateTagsWithContext is the same as CreateTags with the addition of the ability to pass a context and additional request options.
See CreateTags for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) DeleteApplications ¶
func (c *ApplicationDiscoveryService) DeleteApplications(input *DeleteApplicationsInput) (*DeleteApplicationsOutput, error)
DeleteApplications API operation for AWS Application Discovery Service.
Deletes a list of applications and their associations with configuration items.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Application Discovery Service's API operation DeleteApplications for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DeleteApplications
func (*ApplicationDiscoveryService) DeleteApplicationsRequest ¶
func (c *ApplicationDiscoveryService) DeleteApplicationsRequest(input *DeleteApplicationsInput) (req *request.Request, output *DeleteApplicationsOutput)
DeleteApplicationsRequest generates a "aws/request.Request" representing the client's request for the DeleteApplications operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteApplications for more information on using the DeleteApplications API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteApplicationsRequest method. req, resp := client.DeleteApplicationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DeleteApplications
func (*ApplicationDiscoveryService) DeleteApplicationsWithContext ¶
func (c *ApplicationDiscoveryService) DeleteApplicationsWithContext(ctx aws.Context, input *DeleteApplicationsInput, opts ...request.Option) (*DeleteApplicationsOutput, error)
DeleteApplicationsWithContext is the same as DeleteApplications with the addition of the ability to pass a context and additional request options.
See DeleteApplications for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) DeleteTags ¶
func (c *ApplicationDiscoveryService) DeleteTags(input *DeleteTagsInput) (*DeleteTagsOutput, error)
DeleteTags API operation for AWS Application Discovery Service.
Deletes the association between configuration items and one or more tags. This API accepts a list of multiple configuration items.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Application Discovery Service's API operation DeleteTags for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
ResourceNotFoundException The specified configuration ID was not located. Verify the configuration ID and try again.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DeleteTags
func (*ApplicationDiscoveryService) DeleteTagsRequest ¶
func (c *ApplicationDiscoveryService) DeleteTagsRequest(input *DeleteTagsInput) (req *request.Request, output *DeleteTagsOutput)
DeleteTagsRequest generates a "aws/request.Request" representing the client's request for the DeleteTags operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteTags for more information on using the DeleteTags API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteTagsRequest method. req, resp := client.DeleteTagsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DeleteTags
func (*ApplicationDiscoveryService) DeleteTagsWithContext ¶
func (c *ApplicationDiscoveryService) DeleteTagsWithContext(ctx aws.Context, input *DeleteTagsInput, opts ...request.Option) (*DeleteTagsOutput, error)
DeleteTagsWithContext is the same as DeleteTags with the addition of the ability to pass a context and additional request options.
See DeleteTags for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) DescribeAgents ¶
func (c *ApplicationDiscoveryService) DescribeAgents(input *DescribeAgentsInput) (*DescribeAgentsOutput, error)
DescribeAgents API operation for AWS Application Discovery Service.
Lists agents or collectors as specified by ID or other filters. All agents/collectors associated with your user can be listed if you call DescribeAgents as is without passing any parameters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Application Discovery Service's API operation DescribeAgents for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DescribeAgents
func (*ApplicationDiscoveryService) DescribeAgentsPages ¶
func (c *ApplicationDiscoveryService) DescribeAgentsPages(input *DescribeAgentsInput, fn func(*DescribeAgentsOutput, bool) bool) error
DescribeAgentsPages iterates over the pages of a DescribeAgents operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeAgents 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 DescribeAgents operation. pageNum := 0 err := client.DescribeAgentsPages(params, func(page *applicationdiscoveryservice.DescribeAgentsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ApplicationDiscoveryService) DescribeAgentsPagesWithContext ¶
func (c *ApplicationDiscoveryService) DescribeAgentsPagesWithContext(ctx aws.Context, input *DescribeAgentsInput, fn func(*DescribeAgentsOutput, bool) bool, opts ...request.Option) error
DescribeAgentsPagesWithContext same as DescribeAgentsPages 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 (*ApplicationDiscoveryService) DescribeAgentsRequest ¶
func (c *ApplicationDiscoveryService) DescribeAgentsRequest(input *DescribeAgentsInput) (req *request.Request, output *DescribeAgentsOutput)
DescribeAgentsRequest generates a "aws/request.Request" representing the client's request for the DescribeAgents operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeAgents for more information on using the DescribeAgents API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeAgentsRequest method. req, resp := client.DescribeAgentsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DescribeAgents
func (*ApplicationDiscoveryService) DescribeAgentsWithContext ¶
func (c *ApplicationDiscoveryService) DescribeAgentsWithContext(ctx aws.Context, input *DescribeAgentsInput, opts ...request.Option) (*DescribeAgentsOutput, error)
DescribeAgentsWithContext is the same as DescribeAgents with the addition of the ability to pass a context and additional request options.
See DescribeAgents for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) DescribeBatchDeleteConfigurationTask ¶
func (c *ApplicationDiscoveryService) DescribeBatchDeleteConfigurationTask(input *DescribeBatchDeleteConfigurationTaskInput) (*DescribeBatchDeleteConfigurationTaskOutput, error)
DescribeBatchDeleteConfigurationTask API operation for AWS Application Discovery Service.
Takes a unique deletion task identifier as input and returns metadata about a configuration deletion task.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Application Discovery Service's API operation DescribeBatchDeleteConfigurationTask for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DescribeBatchDeleteConfigurationTask
func (*ApplicationDiscoveryService) DescribeBatchDeleteConfigurationTaskRequest ¶
func (c *ApplicationDiscoveryService) DescribeBatchDeleteConfigurationTaskRequest(input *DescribeBatchDeleteConfigurationTaskInput) (req *request.Request, output *DescribeBatchDeleteConfigurationTaskOutput)
DescribeBatchDeleteConfigurationTaskRequest generates a "aws/request.Request" representing the client's request for the DescribeBatchDeleteConfigurationTask operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeBatchDeleteConfigurationTask for more information on using the DescribeBatchDeleteConfigurationTask API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeBatchDeleteConfigurationTaskRequest method. req, resp := client.DescribeBatchDeleteConfigurationTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DescribeBatchDeleteConfigurationTask
func (*ApplicationDiscoveryService) DescribeBatchDeleteConfigurationTaskWithContext ¶
func (c *ApplicationDiscoveryService) DescribeBatchDeleteConfigurationTaskWithContext(ctx aws.Context, input *DescribeBatchDeleteConfigurationTaskInput, opts ...request.Option) (*DescribeBatchDeleteConfigurationTaskOutput, error)
DescribeBatchDeleteConfigurationTaskWithContext is the same as DescribeBatchDeleteConfigurationTask with the addition of the ability to pass a context and additional request options.
See DescribeBatchDeleteConfigurationTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) DescribeConfigurations ¶
func (c *ApplicationDiscoveryService) DescribeConfigurations(input *DescribeConfigurationsInput) (*DescribeConfigurationsOutput, error)
DescribeConfigurations API operation for AWS Application Discovery Service.
Retrieves attributes for a list of configuration item IDs.
All of the supplied IDs must be for the same asset type from one of the following:
server
application
process
connection
Output fields are specific to the asset type specified. For example, the output for a server configuration item includes a list of attributes about the server, such as host name, operating system, number of network cards, etc.
For a complete list of outputs for each asset type, see Using the DescribeConfigurations Action (https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#DescribeConfigurations) in the Amazon Web Services Application Discovery Service 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 AWS Application Discovery Service's API operation DescribeConfigurations for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DescribeConfigurations
func (*ApplicationDiscoveryService) DescribeConfigurationsRequest ¶
func (c *ApplicationDiscoveryService) DescribeConfigurationsRequest(input *DescribeConfigurationsInput) (req *request.Request, output *DescribeConfigurationsOutput)
DescribeConfigurationsRequest generates a "aws/request.Request" representing the client's request for the DescribeConfigurations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeConfigurations for more information on using the DescribeConfigurations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeConfigurationsRequest method. req, resp := client.DescribeConfigurationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DescribeConfigurations
func (*ApplicationDiscoveryService) DescribeConfigurationsWithContext ¶
func (c *ApplicationDiscoveryService) DescribeConfigurationsWithContext(ctx aws.Context, input *DescribeConfigurationsInput, opts ...request.Option) (*DescribeConfigurationsOutput, error)
DescribeConfigurationsWithContext is the same as DescribeConfigurations with the addition of the ability to pass a context and additional request options.
See DescribeConfigurations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) DescribeContinuousExports ¶
func (c *ApplicationDiscoveryService) DescribeContinuousExports(input *DescribeContinuousExportsInput) (*DescribeContinuousExportsOutput, error)
DescribeContinuousExports API operation for AWS Application Discovery Service.
Lists exports as specified by ID. All continuous exports associated with your user can be listed if you call DescribeContinuousExports as is without passing any parameters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Application Discovery Service's API operation DescribeContinuousExports for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
OperationNotPermittedException This operation is not permitted.
ResourceNotFoundException The specified configuration ID was not located. Verify the configuration ID and try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DescribeContinuousExports
func (*ApplicationDiscoveryService) DescribeContinuousExportsPages ¶
func (c *ApplicationDiscoveryService) DescribeContinuousExportsPages(input *DescribeContinuousExportsInput, fn func(*DescribeContinuousExportsOutput, bool) bool) error
DescribeContinuousExportsPages iterates over the pages of a DescribeContinuousExports operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeContinuousExports 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 DescribeContinuousExports operation. pageNum := 0 err := client.DescribeContinuousExportsPages(params, func(page *applicationdiscoveryservice.DescribeContinuousExportsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ApplicationDiscoveryService) DescribeContinuousExportsPagesWithContext ¶
func (c *ApplicationDiscoveryService) DescribeContinuousExportsPagesWithContext(ctx aws.Context, input *DescribeContinuousExportsInput, fn func(*DescribeContinuousExportsOutput, bool) bool, opts ...request.Option) error
DescribeContinuousExportsPagesWithContext same as DescribeContinuousExportsPages 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 (*ApplicationDiscoveryService) DescribeContinuousExportsRequest ¶
func (c *ApplicationDiscoveryService) DescribeContinuousExportsRequest(input *DescribeContinuousExportsInput) (req *request.Request, output *DescribeContinuousExportsOutput)
DescribeContinuousExportsRequest generates a "aws/request.Request" representing the client's request for the DescribeContinuousExports operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeContinuousExports for more information on using the DescribeContinuousExports API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeContinuousExportsRequest method. req, resp := client.DescribeContinuousExportsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DescribeContinuousExports
func (*ApplicationDiscoveryService) DescribeContinuousExportsWithContext ¶
func (c *ApplicationDiscoveryService) DescribeContinuousExportsWithContext(ctx aws.Context, input *DescribeContinuousExportsInput, opts ...request.Option) (*DescribeContinuousExportsOutput, error)
DescribeContinuousExportsWithContext is the same as DescribeContinuousExports with the addition of the ability to pass a context and additional request options.
See DescribeContinuousExports for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) DescribeExportConfigurations
deprecated
func (c *ApplicationDiscoveryService) DescribeExportConfigurations(input *DescribeExportConfigurationsInput) (*DescribeExportConfigurationsOutput, error)
DescribeExportConfigurations API operation for AWS Application Discovery Service.
DescribeExportConfigurations is deprecated. Use DescribeExportTasks (https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeExportTasks.html), 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 AWS Application Discovery Service's API operation DescribeExportConfigurations for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
ResourceNotFoundException The specified configuration ID was not located. Verify the configuration ID and try again.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DescribeExportConfigurations
Deprecated: DescribeExportConfigurations has been deprecated
func (*ApplicationDiscoveryService) DescribeExportConfigurationsPages
deprecated
func (c *ApplicationDiscoveryService) DescribeExportConfigurationsPages(input *DescribeExportConfigurationsInput, fn func(*DescribeExportConfigurationsOutput, bool) bool) error
DescribeExportConfigurationsPages iterates over the pages of a DescribeExportConfigurations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeExportConfigurations 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 DescribeExportConfigurations operation. pageNum := 0 err := client.DescribeExportConfigurationsPages(params, func(page *applicationdiscoveryservice.DescribeExportConfigurationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
Deprecated: DescribeExportConfigurationsPages has been deprecated
func (*ApplicationDiscoveryService) DescribeExportConfigurationsPagesWithContext
deprecated
func (c *ApplicationDiscoveryService) DescribeExportConfigurationsPagesWithContext(ctx aws.Context, input *DescribeExportConfigurationsInput, fn func(*DescribeExportConfigurationsOutput, bool) bool, opts ...request.Option) error
DescribeExportConfigurationsPagesWithContext same as DescribeExportConfigurationsPages 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.
Deprecated: DescribeExportConfigurationsPagesWithContext has been deprecated
func (*ApplicationDiscoveryService) DescribeExportConfigurationsRequest
deprecated
func (c *ApplicationDiscoveryService) DescribeExportConfigurationsRequest(input *DescribeExportConfigurationsInput) (req *request.Request, output *DescribeExportConfigurationsOutput)
DescribeExportConfigurationsRequest generates a "aws/request.Request" representing the client's request for the DescribeExportConfigurations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeExportConfigurations for more information on using the DescribeExportConfigurations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeExportConfigurationsRequest method. req, resp := client.DescribeExportConfigurationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DescribeExportConfigurations
Deprecated: DescribeExportConfigurations has been deprecated
func (*ApplicationDiscoveryService) DescribeExportConfigurationsWithContext
deprecated
func (c *ApplicationDiscoveryService) DescribeExportConfigurationsWithContext(ctx aws.Context, input *DescribeExportConfigurationsInput, opts ...request.Option) (*DescribeExportConfigurationsOutput, error)
DescribeExportConfigurationsWithContext is the same as DescribeExportConfigurations with the addition of the ability to pass a context and additional request options.
See DescribeExportConfigurations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
Deprecated: DescribeExportConfigurationsWithContext has been deprecated
func (*ApplicationDiscoveryService) DescribeExportTasks ¶
func (c *ApplicationDiscoveryService) DescribeExportTasks(input *DescribeExportTasksInput) (*DescribeExportTasksOutput, error)
DescribeExportTasks API operation for AWS Application Discovery Service.
Retrieve status of one or more export tasks. You can retrieve the status of up to 100 export tasks.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Application Discovery Service's API operation DescribeExportTasks for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DescribeExportTasks
func (*ApplicationDiscoveryService) DescribeExportTasksPages ¶
func (c *ApplicationDiscoveryService) DescribeExportTasksPages(input *DescribeExportTasksInput, fn func(*DescribeExportTasksOutput, bool) bool) error
DescribeExportTasksPages iterates over the pages of a DescribeExportTasks operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeExportTasks 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 DescribeExportTasks operation. pageNum := 0 err := client.DescribeExportTasksPages(params, func(page *applicationdiscoveryservice.DescribeExportTasksOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ApplicationDiscoveryService) DescribeExportTasksPagesWithContext ¶
func (c *ApplicationDiscoveryService) DescribeExportTasksPagesWithContext(ctx aws.Context, input *DescribeExportTasksInput, fn func(*DescribeExportTasksOutput, bool) bool, opts ...request.Option) error
DescribeExportTasksPagesWithContext same as DescribeExportTasksPages 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 (*ApplicationDiscoveryService) DescribeExportTasksRequest ¶
func (c *ApplicationDiscoveryService) DescribeExportTasksRequest(input *DescribeExportTasksInput) (req *request.Request, output *DescribeExportTasksOutput)
DescribeExportTasksRequest generates a "aws/request.Request" representing the client's request for the DescribeExportTasks operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeExportTasks for more information on using the DescribeExportTasks API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeExportTasksRequest method. req, resp := client.DescribeExportTasksRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DescribeExportTasks
func (*ApplicationDiscoveryService) DescribeExportTasksWithContext ¶
func (c *ApplicationDiscoveryService) DescribeExportTasksWithContext(ctx aws.Context, input *DescribeExportTasksInput, opts ...request.Option) (*DescribeExportTasksOutput, error)
DescribeExportTasksWithContext is the same as DescribeExportTasks with the addition of the ability to pass a context and additional request options.
See DescribeExportTasks for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) DescribeImportTasks ¶
func (c *ApplicationDiscoveryService) DescribeImportTasks(input *DescribeImportTasksInput) (*DescribeImportTasksOutput, error)
DescribeImportTasks API operation for AWS Application Discovery Service.
Returns an array of import tasks for your account, including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Application Discovery Service's API operation DescribeImportTasks for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DescribeImportTasks
func (*ApplicationDiscoveryService) DescribeImportTasksPages ¶
func (c *ApplicationDiscoveryService) DescribeImportTasksPages(input *DescribeImportTasksInput, fn func(*DescribeImportTasksOutput, bool) bool) error
DescribeImportTasksPages iterates over the pages of a DescribeImportTasks operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeImportTasks 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 DescribeImportTasks operation. pageNum := 0 err := client.DescribeImportTasksPages(params, func(page *applicationdiscoveryservice.DescribeImportTasksOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ApplicationDiscoveryService) DescribeImportTasksPagesWithContext ¶
func (c *ApplicationDiscoveryService) DescribeImportTasksPagesWithContext(ctx aws.Context, input *DescribeImportTasksInput, fn func(*DescribeImportTasksOutput, bool) bool, opts ...request.Option) error
DescribeImportTasksPagesWithContext same as DescribeImportTasksPages 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 (*ApplicationDiscoveryService) DescribeImportTasksRequest ¶
func (c *ApplicationDiscoveryService) DescribeImportTasksRequest(input *DescribeImportTasksInput) (req *request.Request, output *DescribeImportTasksOutput)
DescribeImportTasksRequest generates a "aws/request.Request" representing the client's request for the DescribeImportTasks operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeImportTasks for more information on using the DescribeImportTasks API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeImportTasksRequest method. req, resp := client.DescribeImportTasksRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DescribeImportTasks
func (*ApplicationDiscoveryService) DescribeImportTasksWithContext ¶
func (c *ApplicationDiscoveryService) DescribeImportTasksWithContext(ctx aws.Context, input *DescribeImportTasksInput, opts ...request.Option) (*DescribeImportTasksOutput, error)
DescribeImportTasksWithContext is the same as DescribeImportTasks with the addition of the ability to pass a context and additional request options.
See DescribeImportTasks for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) DescribeTags ¶
func (c *ApplicationDiscoveryService) DescribeTags(input *DescribeTagsInput) (*DescribeTagsOutput, error)
DescribeTags API operation for AWS Application Discovery Service.
Retrieves a list of configuration items that have tags as specified by the key-value pairs, name and value, passed to the optional parameter filters.
There are three valid tag filter names:
tagKey
tagValue
configurationId
Also, all configuration items associated with your user that have tags can be listed if you call DescribeTags as is without passing any parameters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Application Discovery Service's API operation DescribeTags for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
ResourceNotFoundException The specified configuration ID was not located. Verify the configuration ID and try again.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DescribeTags
func (*ApplicationDiscoveryService) DescribeTagsPages ¶
func (c *ApplicationDiscoveryService) DescribeTagsPages(input *DescribeTagsInput, fn func(*DescribeTagsOutput, bool) bool) error
DescribeTagsPages iterates over the pages of a DescribeTags operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeTags 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 DescribeTags operation. pageNum := 0 err := client.DescribeTagsPages(params, func(page *applicationdiscoveryservice.DescribeTagsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ApplicationDiscoveryService) DescribeTagsPagesWithContext ¶
func (c *ApplicationDiscoveryService) DescribeTagsPagesWithContext(ctx aws.Context, input *DescribeTagsInput, fn func(*DescribeTagsOutput, bool) bool, opts ...request.Option) error
DescribeTagsPagesWithContext same as DescribeTagsPages 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 (*ApplicationDiscoveryService) DescribeTagsRequest ¶
func (c *ApplicationDiscoveryService) DescribeTagsRequest(input *DescribeTagsInput) (req *request.Request, output *DescribeTagsOutput)
DescribeTagsRequest generates a "aws/request.Request" representing the client's request for the DescribeTags operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeTags for more information on using the DescribeTags API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeTagsRequest method. req, resp := client.DescribeTagsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DescribeTags
func (*ApplicationDiscoveryService) DescribeTagsWithContext ¶
func (c *ApplicationDiscoveryService) DescribeTagsWithContext(ctx aws.Context, input *DescribeTagsInput, opts ...request.Option) (*DescribeTagsOutput, error)
DescribeTagsWithContext is the same as DescribeTags with the addition of the ability to pass a context and additional request options.
See DescribeTags for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) DisassociateConfigurationItemsFromApplication ¶
func (c *ApplicationDiscoveryService) DisassociateConfigurationItemsFromApplication(input *DisassociateConfigurationItemsFromApplicationInput) (*DisassociateConfigurationItemsFromApplicationOutput, error)
DisassociateConfigurationItemsFromApplication API operation for AWS Application Discovery Service.
Disassociates one or more configuration items from 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 AWS Application Discovery Service's API operation DisassociateConfigurationItemsFromApplication for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
func (*ApplicationDiscoveryService) DisassociateConfigurationItemsFromApplicationRequest ¶
func (c *ApplicationDiscoveryService) DisassociateConfigurationItemsFromApplicationRequest(input *DisassociateConfigurationItemsFromApplicationInput) (req *request.Request, output *DisassociateConfigurationItemsFromApplicationOutput)
DisassociateConfigurationItemsFromApplicationRequest generates a "aws/request.Request" representing the client's request for the DisassociateConfigurationItemsFromApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DisassociateConfigurationItemsFromApplication for more information on using the DisassociateConfigurationItemsFromApplication API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DisassociateConfigurationItemsFromApplicationRequest method. req, resp := client.DisassociateConfigurationItemsFromApplicationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*ApplicationDiscoveryService) DisassociateConfigurationItemsFromApplicationWithContext ¶
func (c *ApplicationDiscoveryService) DisassociateConfigurationItemsFromApplicationWithContext(ctx aws.Context, input *DisassociateConfigurationItemsFromApplicationInput, opts ...request.Option) (*DisassociateConfigurationItemsFromApplicationOutput, error)
DisassociateConfigurationItemsFromApplicationWithContext is the same as DisassociateConfigurationItemsFromApplication with the addition of the ability to pass a context and additional request options.
See DisassociateConfigurationItemsFromApplication for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) ExportConfigurations
deprecated
func (c *ApplicationDiscoveryService) ExportConfigurations(input *ExportConfigurationsInput) (*ExportConfigurationsOutput, error)
ExportConfigurations API operation for AWS Application Discovery Service.
Deprecated. Use StartExportTask instead.
Exports all discovered configuration data to an Amazon S3 bucket or an application that enables you to view and evaluate the data. Data includes tags and tag associations, processes, connections, servers, and system performance. This API returns an export ID that you can query using the DescribeExportConfigurations API. The system imposes a limit of two configuration exports in six hours.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Application Discovery Service's API operation ExportConfigurations for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
OperationNotPermittedException This operation is not permitted.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/ExportConfigurations
Deprecated: ExportConfigurations has been deprecated
func (*ApplicationDiscoveryService) ExportConfigurationsRequest
deprecated
func (c *ApplicationDiscoveryService) ExportConfigurationsRequest(input *ExportConfigurationsInput) (req *request.Request, output *ExportConfigurationsOutput)
ExportConfigurationsRequest generates a "aws/request.Request" representing the client's request for the ExportConfigurations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ExportConfigurations for more information on using the ExportConfigurations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ExportConfigurationsRequest method. req, resp := client.ExportConfigurationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/ExportConfigurations
Deprecated: ExportConfigurations has been deprecated
func (*ApplicationDiscoveryService) ExportConfigurationsWithContext
deprecated
func (c *ApplicationDiscoveryService) ExportConfigurationsWithContext(ctx aws.Context, input *ExportConfigurationsInput, opts ...request.Option) (*ExportConfigurationsOutput, error)
ExportConfigurationsWithContext is the same as ExportConfigurations with the addition of the ability to pass a context and additional request options.
See ExportConfigurations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
Deprecated: ExportConfigurationsWithContext has been deprecated
func (*ApplicationDiscoveryService) GetDiscoverySummary ¶
func (c *ApplicationDiscoveryService) GetDiscoverySummary(input *GetDiscoverySummaryInput) (*GetDiscoverySummaryOutput, error)
GetDiscoverySummary API operation for AWS Application Discovery Service.
Retrieves a short summary of discovered assets.
This API operation takes no request parameters and is called as is at the command prompt as shown in the example.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Application Discovery Service's API operation GetDiscoverySummary for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/GetDiscoverySummary
func (*ApplicationDiscoveryService) GetDiscoverySummaryRequest ¶
func (c *ApplicationDiscoveryService) GetDiscoverySummaryRequest(input *GetDiscoverySummaryInput) (req *request.Request, output *GetDiscoverySummaryOutput)
GetDiscoverySummaryRequest generates a "aws/request.Request" representing the client's request for the GetDiscoverySummary operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDiscoverySummary for more information on using the GetDiscoverySummary API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDiscoverySummaryRequest method. req, resp := client.GetDiscoverySummaryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/GetDiscoverySummary
func (*ApplicationDiscoveryService) GetDiscoverySummaryWithContext ¶
func (c *ApplicationDiscoveryService) GetDiscoverySummaryWithContext(ctx aws.Context, input *GetDiscoverySummaryInput, opts ...request.Option) (*GetDiscoverySummaryOutput, error)
GetDiscoverySummaryWithContext is the same as GetDiscoverySummary with the addition of the ability to pass a context and additional request options.
See GetDiscoverySummary for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) ListConfigurations ¶
func (c *ApplicationDiscoveryService) ListConfigurations(input *ListConfigurationsInput) (*ListConfigurationsOutput, error)
ListConfigurations API operation for AWS Application Discovery Service.
Retrieves a list of configuration items as specified by the value passed to the required parameter configurationType. Optional filtering may be applied to refine search 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 AWS Application Discovery Service's API operation ListConfigurations for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
ResourceNotFoundException The specified configuration ID was not located. Verify the configuration ID and try again.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/ListConfigurations
func (*ApplicationDiscoveryService) ListConfigurationsPages ¶
func (c *ApplicationDiscoveryService) ListConfigurationsPages(input *ListConfigurationsInput, fn func(*ListConfigurationsOutput, bool) bool) error
ListConfigurationsPages iterates over the pages of a ListConfigurations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListConfigurations 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 ListConfigurations operation. pageNum := 0 err := client.ListConfigurationsPages(params, func(page *applicationdiscoveryservice.ListConfigurationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ApplicationDiscoveryService) ListConfigurationsPagesWithContext ¶
func (c *ApplicationDiscoveryService) ListConfigurationsPagesWithContext(ctx aws.Context, input *ListConfigurationsInput, fn func(*ListConfigurationsOutput, bool) bool, opts ...request.Option) error
ListConfigurationsPagesWithContext same as ListConfigurationsPages 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 (*ApplicationDiscoveryService) ListConfigurationsRequest ¶
func (c *ApplicationDiscoveryService) ListConfigurationsRequest(input *ListConfigurationsInput) (req *request.Request, output *ListConfigurationsOutput)
ListConfigurationsRequest generates a "aws/request.Request" representing the client's request for the ListConfigurations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListConfigurations for more information on using the ListConfigurations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListConfigurationsRequest method. req, resp := client.ListConfigurationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/ListConfigurations
func (*ApplicationDiscoveryService) ListConfigurationsWithContext ¶
func (c *ApplicationDiscoveryService) ListConfigurationsWithContext(ctx aws.Context, input *ListConfigurationsInput, opts ...request.Option) (*ListConfigurationsOutput, error)
ListConfigurationsWithContext is the same as ListConfigurations with the addition of the ability to pass a context and additional request options.
See ListConfigurations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) ListServerNeighbors ¶
func (c *ApplicationDiscoveryService) ListServerNeighbors(input *ListServerNeighborsInput) (*ListServerNeighborsOutput, error)
ListServerNeighbors API operation for AWS Application Discovery Service.
Retrieves a list of servers that are one network hop away from a specified server.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Application Discovery Service's API operation ListServerNeighbors for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/ListServerNeighbors
func (*ApplicationDiscoveryService) ListServerNeighborsRequest ¶
func (c *ApplicationDiscoveryService) ListServerNeighborsRequest(input *ListServerNeighborsInput) (req *request.Request, output *ListServerNeighborsOutput)
ListServerNeighborsRequest generates a "aws/request.Request" representing the client's request for the ListServerNeighbors operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListServerNeighbors for more information on using the ListServerNeighbors API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListServerNeighborsRequest method. req, resp := client.ListServerNeighborsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/ListServerNeighbors
func (*ApplicationDiscoveryService) ListServerNeighborsWithContext ¶
func (c *ApplicationDiscoveryService) ListServerNeighborsWithContext(ctx aws.Context, input *ListServerNeighborsInput, opts ...request.Option) (*ListServerNeighborsOutput, error)
ListServerNeighborsWithContext is the same as ListServerNeighbors with the addition of the ability to pass a context and additional request options.
See ListServerNeighbors for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) StartBatchDeleteConfigurationTask ¶
func (c *ApplicationDiscoveryService) StartBatchDeleteConfigurationTask(input *StartBatchDeleteConfigurationTaskInput) (*StartBatchDeleteConfigurationTaskOutput, error)
StartBatchDeleteConfigurationTask API operation for AWS Application Discovery Service.
Takes a list of configurationId as input and starts an asynchronous deletion task to remove the configurationItems. Returns a unique deletion task identifier.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Application Discovery Service's API operation StartBatchDeleteConfigurationTask for usage and error information.
Returned Error Types:
LimitExceededException The limit of 200 configuration IDs per request has been exceeded.
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
OperationNotPermittedException This operation is not permitted.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/StartBatchDeleteConfigurationTask
func (*ApplicationDiscoveryService) StartBatchDeleteConfigurationTaskRequest ¶
func (c *ApplicationDiscoveryService) StartBatchDeleteConfigurationTaskRequest(input *StartBatchDeleteConfigurationTaskInput) (req *request.Request, output *StartBatchDeleteConfigurationTaskOutput)
StartBatchDeleteConfigurationTaskRequest generates a "aws/request.Request" representing the client's request for the StartBatchDeleteConfigurationTask operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartBatchDeleteConfigurationTask for more information on using the StartBatchDeleteConfigurationTask API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartBatchDeleteConfigurationTaskRequest method. req, resp := client.StartBatchDeleteConfigurationTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/StartBatchDeleteConfigurationTask
func (*ApplicationDiscoveryService) StartBatchDeleteConfigurationTaskWithContext ¶
func (c *ApplicationDiscoveryService) StartBatchDeleteConfigurationTaskWithContext(ctx aws.Context, input *StartBatchDeleteConfigurationTaskInput, opts ...request.Option) (*StartBatchDeleteConfigurationTaskOutput, error)
StartBatchDeleteConfigurationTaskWithContext is the same as StartBatchDeleteConfigurationTask with the addition of the ability to pass a context and additional request options.
See StartBatchDeleteConfigurationTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) StartContinuousExport ¶
func (c *ApplicationDiscoveryService) StartContinuousExport(input *StartContinuousExportInput) (*StartContinuousExportOutput, error)
StartContinuousExport API operation for AWS Application Discovery Service.
Start the continuous flow of agent's discovered data into Amazon Athena.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Application Discovery Service's API operation StartContinuousExport for usage and error information.
Returned Error Types:
ConflictErrorException Conflict error.
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
OperationNotPermittedException This operation is not permitted.
ResourceInUseException This issue occurs when the same clientRequestToken is used with the StartImportTask action, but with different parameters. For example, you use the same request token but have two different import URLs, you can encounter this issue. If the import tasks are meant to be different, use a different clientRequestToken, and try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/StartContinuousExport
func (*ApplicationDiscoveryService) StartContinuousExportRequest ¶
func (c *ApplicationDiscoveryService) StartContinuousExportRequest(input *StartContinuousExportInput) (req *request.Request, output *StartContinuousExportOutput)
StartContinuousExportRequest generates a "aws/request.Request" representing the client's request for the StartContinuousExport operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartContinuousExport for more information on using the StartContinuousExport API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartContinuousExportRequest method. req, resp := client.StartContinuousExportRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/StartContinuousExport
func (*ApplicationDiscoveryService) StartContinuousExportWithContext ¶
func (c *ApplicationDiscoveryService) StartContinuousExportWithContext(ctx aws.Context, input *StartContinuousExportInput, opts ...request.Option) (*StartContinuousExportOutput, error)
StartContinuousExportWithContext is the same as StartContinuousExport with the addition of the ability to pass a context and additional request options.
See StartContinuousExport for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) StartDataCollectionByAgentIds ¶
func (c *ApplicationDiscoveryService) StartDataCollectionByAgentIds(input *StartDataCollectionByAgentIdsInput) (*StartDataCollectionByAgentIdsOutput, error)
StartDataCollectionByAgentIds API operation for AWS Application Discovery Service.
Instructs the specified agents to start collecting 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 AWS Application Discovery Service's API operation StartDataCollectionByAgentIds for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/StartDataCollectionByAgentIds
func (*ApplicationDiscoveryService) StartDataCollectionByAgentIdsRequest ¶
func (c *ApplicationDiscoveryService) StartDataCollectionByAgentIdsRequest(input *StartDataCollectionByAgentIdsInput) (req *request.Request, output *StartDataCollectionByAgentIdsOutput)
StartDataCollectionByAgentIdsRequest generates a "aws/request.Request" representing the client's request for the StartDataCollectionByAgentIds operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartDataCollectionByAgentIds for more information on using the StartDataCollectionByAgentIds API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartDataCollectionByAgentIdsRequest method. req, resp := client.StartDataCollectionByAgentIdsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/StartDataCollectionByAgentIds
func (*ApplicationDiscoveryService) StartDataCollectionByAgentIdsWithContext ¶
func (c *ApplicationDiscoveryService) StartDataCollectionByAgentIdsWithContext(ctx aws.Context, input *StartDataCollectionByAgentIdsInput, opts ...request.Option) (*StartDataCollectionByAgentIdsOutput, error)
StartDataCollectionByAgentIdsWithContext is the same as StartDataCollectionByAgentIds with the addition of the ability to pass a context and additional request options.
See StartDataCollectionByAgentIds for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) StartExportTask ¶
func (c *ApplicationDiscoveryService) StartExportTask(input *StartExportTaskInput) (*StartExportTaskOutput, error)
StartExportTask API operation for AWS Application Discovery Service.
Begins the export of a discovered data report to an Amazon S3 bucket managed by Amazon Web Services.
Exports might provide an estimate of fees and savings based on certain information that you provide. Fee estimates do not include any taxes that might apply. Your actual fees and savings depend on a variety of factors, including your actual usage of Amazon Web Services services, which might vary from the estimates provided in this report.
If you do not specify preferences or agentIds in the filter, a summary of all servers, applications, tags, and performance is generated. This data is an aggregation of all server data collected through on-premises tooling, file import, application grouping and applying tags.
If you specify agentIds in a filter, the task exports up to 72 hours of detailed data collected by the identified Application Discovery Agent, including network, process, and performance details. A time range for exported agent data may be set by using startTime and endTime. Export of detailed agent data is limited to five concurrently running exports. Export of detailed agent data is limited to two exports per day.
If you enable ec2RecommendationsPreferences in preferences , an Amazon EC2 instance matching the characteristics of each server in Application Discovery Service is generated. Changing the attributes of the ec2RecommendationsPreferences changes the criteria of the recommendation.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Application Discovery Service's API operation StartExportTask for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
OperationNotPermittedException This operation is not permitted.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/StartExportTask
func (*ApplicationDiscoveryService) StartExportTaskRequest ¶
func (c *ApplicationDiscoveryService) StartExportTaskRequest(input *StartExportTaskInput) (req *request.Request, output *StartExportTaskOutput)
StartExportTaskRequest generates a "aws/request.Request" representing the client's request for the StartExportTask operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartExportTask for more information on using the StartExportTask API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartExportTaskRequest method. req, resp := client.StartExportTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/StartExportTask
func (*ApplicationDiscoveryService) StartExportTaskWithContext ¶
func (c *ApplicationDiscoveryService) StartExportTaskWithContext(ctx aws.Context, input *StartExportTaskInput, opts ...request.Option) (*StartExportTaskOutput, error)
StartExportTaskWithContext is the same as StartExportTask with the addition of the ability to pass a context and additional request options.
See StartExportTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) StartImportTask ¶
func (c *ApplicationDiscoveryService) StartImportTask(input *StartImportTaskInput) (*StartImportTaskOutput, error)
StartImportTask API operation for AWS Application Discovery Service.
Starts an import task, which allows you to import details of your on-premises environment directly into Amazon Web Services Migration Hub without having to use the Amazon Web Services Application Discovery Service (Application Discovery Service) tools such as the Amazon Web Services Application Discovery Service Agentless Collector or Application Discovery Agent. This gives you the option to perform migration assessment and planning directly from your imported data, including the ability to group your devices as applications and track their migration status.
To start an import request, do this:
Download the specially formatted comma separated value (CSV) import template, which you can find here: https://s3.us-west-2.amazonaws.com/templates-7cffcf56-bd96-4b1c-b45b-a5b42f282e46/import_template.csv (https://s3.us-west-2.amazonaws.com/templates-7cffcf56-bd96-4b1c-b45b-a5b42f282e46/import_template.csv).
Fill out the template with your server and application data.
Upload your import file to an Amazon S3 bucket, and make a note of it's Object URL. Your import file must be in the CSV format.
Use the console or the StartImportTask command with the Amazon Web Services CLI or one of the Amazon Web Services SDKs to import the records from your file.
For more information, including step-by-step procedures, see Migration Hub Import (https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-import.html) in the Amazon Web Services Application Discovery Service User Guide.
There are limits to the number of import tasks you can create (and delete) in an Amazon Web Services account. For more information, see Amazon Web Services Application Discovery Service Limits (https://docs.aws.amazon.com/application-discovery/latest/userguide/ads_service_limits.html) in the Amazon Web Services Application Discovery Service 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 AWS Application Discovery Service's API operation StartImportTask for usage and error information.
Returned Error Types:
ResourceInUseException This issue occurs when the same clientRequestToken is used with the StartImportTask action, but with different parameters. For example, you use the same request token but have two different import URLs, you can encounter this issue. If the import tasks are meant to be different, use a different clientRequestToken, and try again.
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/StartImportTask
func (*ApplicationDiscoveryService) StartImportTaskRequest ¶
func (c *ApplicationDiscoveryService) StartImportTaskRequest(input *StartImportTaskInput) (req *request.Request, output *StartImportTaskOutput)
StartImportTaskRequest generates a "aws/request.Request" representing the client's request for the StartImportTask operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartImportTask for more information on using the StartImportTask API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartImportTaskRequest method. req, resp := client.StartImportTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/StartImportTask
func (*ApplicationDiscoveryService) StartImportTaskWithContext ¶
func (c *ApplicationDiscoveryService) StartImportTaskWithContext(ctx aws.Context, input *StartImportTaskInput, opts ...request.Option) (*StartImportTaskOutput, error)
StartImportTaskWithContext is the same as StartImportTask with the addition of the ability to pass a context and additional request options.
See StartImportTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) StopContinuousExport ¶
func (c *ApplicationDiscoveryService) StopContinuousExport(input *StopContinuousExportInput) (*StopContinuousExportOutput, error)
StopContinuousExport API operation for AWS Application Discovery Service.
Stop the continuous flow of agent's discovered data into Amazon Athena.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Application Discovery Service's API operation StopContinuousExport for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
OperationNotPermittedException This operation is not permitted.
ResourceNotFoundException The specified configuration ID was not located. Verify the configuration ID and try again.
ResourceInUseException This issue occurs when the same clientRequestToken is used with the StartImportTask action, but with different parameters. For example, you use the same request token but have two different import URLs, you can encounter this issue. If the import tasks are meant to be different, use a different clientRequestToken, and try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/StopContinuousExport
func (*ApplicationDiscoveryService) StopContinuousExportRequest ¶
func (c *ApplicationDiscoveryService) StopContinuousExportRequest(input *StopContinuousExportInput) (req *request.Request, output *StopContinuousExportOutput)
StopContinuousExportRequest generates a "aws/request.Request" representing the client's request for the StopContinuousExport operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StopContinuousExport for more information on using the StopContinuousExport API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StopContinuousExportRequest method. req, resp := client.StopContinuousExportRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/StopContinuousExport
func (*ApplicationDiscoveryService) StopContinuousExportWithContext ¶
func (c *ApplicationDiscoveryService) StopContinuousExportWithContext(ctx aws.Context, input *StopContinuousExportInput, opts ...request.Option) (*StopContinuousExportOutput, error)
StopContinuousExportWithContext is the same as StopContinuousExport with the addition of the ability to pass a context and additional request options.
See StopContinuousExport for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) StopDataCollectionByAgentIds ¶
func (c *ApplicationDiscoveryService) StopDataCollectionByAgentIds(input *StopDataCollectionByAgentIdsInput) (*StopDataCollectionByAgentIdsOutput, error)
StopDataCollectionByAgentIds API operation for AWS Application Discovery Service.
Instructs the specified agents to stop collecting 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 AWS Application Discovery Service's API operation StopDataCollectionByAgentIds for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/StopDataCollectionByAgentIds
func (*ApplicationDiscoveryService) StopDataCollectionByAgentIdsRequest ¶
func (c *ApplicationDiscoveryService) StopDataCollectionByAgentIdsRequest(input *StopDataCollectionByAgentIdsInput) (req *request.Request, output *StopDataCollectionByAgentIdsOutput)
StopDataCollectionByAgentIdsRequest generates a "aws/request.Request" representing the client's request for the StopDataCollectionByAgentIds operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StopDataCollectionByAgentIds for more information on using the StopDataCollectionByAgentIds API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StopDataCollectionByAgentIdsRequest method. req, resp := client.StopDataCollectionByAgentIdsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/StopDataCollectionByAgentIds
func (*ApplicationDiscoveryService) StopDataCollectionByAgentIdsWithContext ¶
func (c *ApplicationDiscoveryService) StopDataCollectionByAgentIdsWithContext(ctx aws.Context, input *StopDataCollectionByAgentIdsInput, opts ...request.Option) (*StopDataCollectionByAgentIdsOutput, error)
StopDataCollectionByAgentIdsWithContext is the same as StopDataCollectionByAgentIds with the addition of the ability to pass a context and additional request options.
See StopDataCollectionByAgentIds for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ApplicationDiscoveryService) UpdateApplication ¶
func (c *ApplicationDiscoveryService) UpdateApplication(input *UpdateApplicationInput) (*UpdateApplicationOutput, error)
UpdateApplication API operation for AWS Application Discovery Service.
Updates metadata about 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 AWS Application Discovery Service's API operation UpdateApplication for usage and error information.
Returned Error Types:
AuthorizationErrorException The user does not have permission to perform the action. Check the IAM policy associated with this user.
InvalidParameterException One or more parameters are not valid. Verify the parameters and try again.
InvalidParameterValueException The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException The server experienced an internal error. Try again.
HomeRegionNotSetException The home Region is not set. Set the home Region to continue.
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/UpdateApplication
func (*ApplicationDiscoveryService) UpdateApplicationRequest ¶
func (c *ApplicationDiscoveryService) UpdateApplicationRequest(input *UpdateApplicationInput) (req *request.Request, output *UpdateApplicationOutput)
UpdateApplicationRequest generates a "aws/request.Request" representing the client's request for the UpdateApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateApplication for more information on using the UpdateApplication API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateApplicationRequest method. req, resp := client.UpdateApplicationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/UpdateApplication
func (*ApplicationDiscoveryService) UpdateApplicationWithContext ¶
func (c *ApplicationDiscoveryService) UpdateApplicationWithContext(ctx aws.Context, input *UpdateApplicationInput, opts ...request.Option) (*UpdateApplicationOutput, error)
UpdateApplicationWithContext is the same as UpdateApplication with the addition of the ability to pass a context and additional request options.
See UpdateApplication for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. 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 AssociateConfigurationItemsToApplicationInput ¶
type AssociateConfigurationItemsToApplicationInput struct { // The configuration ID of an application with which items are to be associated. // // ApplicationConfigurationId is a required field ApplicationConfigurationId *string `locationName:"applicationConfigurationId" type:"string" required:"true"` // The ID of each configuration item to be associated with an application. // // ConfigurationIds is a required field ConfigurationIds []*string `locationName:"configurationIds" type:"list" required:"true"` // contains filtered or unexported fields }
func (AssociateConfigurationItemsToApplicationInput) GoString ¶
func (s AssociateConfigurationItemsToApplicationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateConfigurationItemsToApplicationInput) SetApplicationConfigurationId ¶
func (s *AssociateConfigurationItemsToApplicationInput) SetApplicationConfigurationId(v string) *AssociateConfigurationItemsToApplicationInput
SetApplicationConfigurationId sets the ApplicationConfigurationId field's value.
func (*AssociateConfigurationItemsToApplicationInput) SetConfigurationIds ¶
func (s *AssociateConfigurationItemsToApplicationInput) SetConfigurationIds(v []*string) *AssociateConfigurationItemsToApplicationInput
SetConfigurationIds sets the ConfigurationIds field's value.
func (AssociateConfigurationItemsToApplicationInput) String ¶
func (s AssociateConfigurationItemsToApplicationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateConfigurationItemsToApplicationInput) Validate ¶
func (s *AssociateConfigurationItemsToApplicationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateConfigurationItemsToApplicationOutput ¶
type AssociateConfigurationItemsToApplicationOutput struct {
// contains filtered or unexported fields
}
func (AssociateConfigurationItemsToApplicationOutput) GoString ¶
func (s AssociateConfigurationItemsToApplicationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (AssociateConfigurationItemsToApplicationOutput) String ¶
func (s AssociateConfigurationItemsToApplicationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AuthorizationErrorException ¶
type AuthorizationErrorException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The user does not have permission to perform the action. Check the IAM policy associated with this user.
func (*AuthorizationErrorException) Code ¶
func (s *AuthorizationErrorException) Code() string
Code returns the exception type name.
func (*AuthorizationErrorException) Error ¶
func (s *AuthorizationErrorException) Error() string
func (AuthorizationErrorException) GoString ¶
func (s AuthorizationErrorException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AuthorizationErrorException) Message ¶
func (s *AuthorizationErrorException) Message() string
Message returns the exception's message.
func (*AuthorizationErrorException) OrigErr ¶
func (s *AuthorizationErrorException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*AuthorizationErrorException) RequestID ¶
func (s *AuthorizationErrorException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*AuthorizationErrorException) StatusCode ¶
func (s *AuthorizationErrorException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (AuthorizationErrorException) String ¶
func (s AuthorizationErrorException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchDeleteAgentError ¶
type BatchDeleteAgentError struct { // The ID of the agent or data collector to delete. // // AgentId is a required field AgentId *string `locationName:"agentId" min:"10" type:"string" required:"true"` // The type of error that occurred for the delete failed agent. Valid status // are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR. // // ErrorCode is a required field ErrorCode *string `locationName:"errorCode" type:"string" required:"true" enum:"DeleteAgentErrorCode"` // The description of the error that occurred for the delete failed agent. // // ErrorMessage is a required field ErrorMessage *string `locationName:"errorMessage" type:"string" required:"true"` // contains filtered or unexported fields }
An object representing the agent or data collector that failed to delete, each containing agentId, errorMessage, and errorCode.
func (BatchDeleteAgentError) GoString ¶
func (s BatchDeleteAgentError) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDeleteAgentError) SetAgentId ¶
func (s *BatchDeleteAgentError) SetAgentId(v string) *BatchDeleteAgentError
SetAgentId sets the AgentId field's value.
func (*BatchDeleteAgentError) SetErrorCode ¶
func (s *BatchDeleteAgentError) SetErrorCode(v string) *BatchDeleteAgentError
SetErrorCode sets the ErrorCode field's value.
func (*BatchDeleteAgentError) SetErrorMessage ¶
func (s *BatchDeleteAgentError) SetErrorMessage(v string) *BatchDeleteAgentError
SetErrorMessage sets the ErrorMessage field's value.
func (BatchDeleteAgentError) String ¶
func (s BatchDeleteAgentError) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchDeleteAgentsInput ¶
type BatchDeleteAgentsInput struct { // The list of agents to delete. // // DeleteAgents is a required field DeleteAgents []*DeleteAgent `locationName:"deleteAgents" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (BatchDeleteAgentsInput) GoString ¶
func (s BatchDeleteAgentsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDeleteAgentsInput) SetDeleteAgents ¶
func (s *BatchDeleteAgentsInput) SetDeleteAgents(v []*DeleteAgent) *BatchDeleteAgentsInput
SetDeleteAgents sets the DeleteAgents field's value.
func (BatchDeleteAgentsInput) String ¶
func (s BatchDeleteAgentsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDeleteAgentsInput) Validate ¶
func (s *BatchDeleteAgentsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDeleteAgentsOutput ¶
type BatchDeleteAgentsOutput struct { // A list of agent IDs that failed to delete during the deletion task, each // paired with an error message. Errors []*BatchDeleteAgentError `locationName:"errors" type:"list"` // contains filtered or unexported fields }
func (BatchDeleteAgentsOutput) GoString ¶
func (s BatchDeleteAgentsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDeleteAgentsOutput) SetErrors ¶
func (s *BatchDeleteAgentsOutput) SetErrors(v []*BatchDeleteAgentError) *BatchDeleteAgentsOutput
SetErrors sets the Errors field's value.
func (BatchDeleteAgentsOutput) String ¶
func (s BatchDeleteAgentsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchDeleteConfigurationTask ¶
type BatchDeleteConfigurationTask struct { // The type of configuration item to delete. Supported types are: SERVER. ConfigurationType *string `locationName:"configurationType" type:"string" enum:"DeletionConfigurationItemType"` // The list of configuration IDs that were successfully deleted by the deletion // task. DeletedConfigurations []*string `locationName:"deletedConfigurations" type:"list"` // A list of configuration IDs that produced warnings regarding their deletion, // paired with a warning message. DeletionWarnings []*DeletionWarning `locationName:"deletionWarnings" type:"list"` // An epoch seconds timestamp (UTC) of when the deletion task was completed // or failed. EndTime *time.Time `locationName:"endTime" type:"timestamp"` // A list of configuration IDs that failed to delete during the deletion task, // each paired with an error message. FailedConfigurations []*FailedConfiguration `locationName:"failedConfigurations" type:"list"` // The list of configuration IDs that were originally requested to be deleted // by the deletion task. RequestedConfigurations []*string `locationName:"requestedConfigurations" type:"list"` // An epoch seconds timestamp (UTC) of when the deletion task was started. StartTime *time.Time `locationName:"startTime" type:"timestamp"` // The current execution status of the deletion task. Valid status are: INITIALIZING // | VALIDATING | DELETING | COMPLETED | FAILED. Status *string `locationName:"status" type:"string" enum:"BatchDeleteConfigurationTaskStatus"` // The deletion task's unique identifier. TaskId *string `locationName:"taskId" type:"string"` // contains filtered or unexported fields }
A metadata object that represents the deletion task being executed.
func (BatchDeleteConfigurationTask) GoString ¶
func (s BatchDeleteConfigurationTask) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDeleteConfigurationTask) SetConfigurationType ¶
func (s *BatchDeleteConfigurationTask) SetConfigurationType(v string) *BatchDeleteConfigurationTask
SetConfigurationType sets the ConfigurationType field's value.
func (*BatchDeleteConfigurationTask) SetDeletedConfigurations ¶
func (s *BatchDeleteConfigurationTask) SetDeletedConfigurations(v []*string) *BatchDeleteConfigurationTask
SetDeletedConfigurations sets the DeletedConfigurations field's value.
func (*BatchDeleteConfigurationTask) SetDeletionWarnings ¶
func (s *BatchDeleteConfigurationTask) SetDeletionWarnings(v []*DeletionWarning) *BatchDeleteConfigurationTask
SetDeletionWarnings sets the DeletionWarnings field's value.
func (*BatchDeleteConfigurationTask) SetEndTime ¶
func (s *BatchDeleteConfigurationTask) SetEndTime(v time.Time) *BatchDeleteConfigurationTask
SetEndTime sets the EndTime field's value.
func (*BatchDeleteConfigurationTask) SetFailedConfigurations ¶
func (s *BatchDeleteConfigurationTask) SetFailedConfigurations(v []*FailedConfiguration) *BatchDeleteConfigurationTask
SetFailedConfigurations sets the FailedConfigurations field's value.
func (*BatchDeleteConfigurationTask) SetRequestedConfigurations ¶
func (s *BatchDeleteConfigurationTask) SetRequestedConfigurations(v []*string) *BatchDeleteConfigurationTask
SetRequestedConfigurations sets the RequestedConfigurations field's value.
func (*BatchDeleteConfigurationTask) SetStartTime ¶
func (s *BatchDeleteConfigurationTask) SetStartTime(v time.Time) *BatchDeleteConfigurationTask
SetStartTime sets the StartTime field's value.
func (*BatchDeleteConfigurationTask) SetStatus ¶
func (s *BatchDeleteConfigurationTask) SetStatus(v string) *BatchDeleteConfigurationTask
SetStatus sets the Status field's value.
func (*BatchDeleteConfigurationTask) SetTaskId ¶
func (s *BatchDeleteConfigurationTask) SetTaskId(v string) *BatchDeleteConfigurationTask
SetTaskId sets the TaskId field's value.
func (BatchDeleteConfigurationTask) String ¶
func (s BatchDeleteConfigurationTask) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchDeleteImportDataError ¶
type BatchDeleteImportDataError struct { // The type of error that occurred for a specific import task. ErrorCode *string `locationName:"errorCode" type:"string" enum:"BatchDeleteImportDataErrorCode"` // The description of the error that occurred for a specific import task. ErrorDescription *string `locationName:"errorDescription" type:"string"` // The unique import ID associated with the error that occurred. ImportTaskId *string `locationName:"importTaskId" type:"string"` // contains filtered or unexported fields }
Error messages returned for each import task that you deleted as a response for this command.
func (BatchDeleteImportDataError) GoString ¶
func (s BatchDeleteImportDataError) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDeleteImportDataError) SetErrorCode ¶
func (s *BatchDeleteImportDataError) SetErrorCode(v string) *BatchDeleteImportDataError
SetErrorCode sets the ErrorCode field's value.
func (*BatchDeleteImportDataError) SetErrorDescription ¶
func (s *BatchDeleteImportDataError) SetErrorDescription(v string) *BatchDeleteImportDataError
SetErrorDescription sets the ErrorDescription field's value.
func (*BatchDeleteImportDataError) SetImportTaskId ¶
func (s *BatchDeleteImportDataError) SetImportTaskId(v string) *BatchDeleteImportDataError
SetImportTaskId sets the ImportTaskId field's value.
func (BatchDeleteImportDataError) String ¶
func (s BatchDeleteImportDataError) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchDeleteImportDataInput ¶
type BatchDeleteImportDataInput struct { // Set to true to remove the deleted import task from DescribeImportTasks. DeleteHistory *bool `locationName:"deleteHistory" type:"boolean"` // The IDs for the import tasks that you want to delete. // // ImportTaskIds is a required field ImportTaskIds []*string `locationName:"importTaskIds" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (BatchDeleteImportDataInput) GoString ¶
func (s BatchDeleteImportDataInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDeleteImportDataInput) SetDeleteHistory ¶
func (s *BatchDeleteImportDataInput) SetDeleteHistory(v bool) *BatchDeleteImportDataInput
SetDeleteHistory sets the DeleteHistory field's value.
func (*BatchDeleteImportDataInput) SetImportTaskIds ¶
func (s *BatchDeleteImportDataInput) SetImportTaskIds(v []*string) *BatchDeleteImportDataInput
SetImportTaskIds sets the ImportTaskIds field's value.
func (BatchDeleteImportDataInput) String ¶
func (s BatchDeleteImportDataInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDeleteImportDataInput) Validate ¶
func (s *BatchDeleteImportDataInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDeleteImportDataOutput ¶
type BatchDeleteImportDataOutput struct { // Error messages returned for each import task that you deleted as a response // for this command. Errors []*BatchDeleteImportDataError `locationName:"errors" type:"list"` // contains filtered or unexported fields }
func (BatchDeleteImportDataOutput) GoString ¶
func (s BatchDeleteImportDataOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDeleteImportDataOutput) SetErrors ¶
func (s *BatchDeleteImportDataOutput) SetErrors(v []*BatchDeleteImportDataError) *BatchDeleteImportDataOutput
SetErrors sets the Errors field's value.
func (BatchDeleteImportDataOutput) String ¶
func (s BatchDeleteImportDataOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ConfigurationTag ¶
type ConfigurationTag struct { // The configuration ID for the item to tag. You can specify a list of keys // and values. ConfigurationId *string `locationName:"configurationId" type:"string"` // A type of IT asset to tag. ConfigurationType *string `locationName:"configurationType" type:"string" enum:"ConfigurationItemType"` // A type of tag on which to filter. For example, serverType. Key *string `locationName:"key" type:"string"` // The time the configuration tag was created in Coordinated Universal Time // (UTC). TimeOfCreation *time.Time `locationName:"timeOfCreation" type:"timestamp"` // A value on which to filter. For example key = serverType and value = web // server. Value *string `locationName:"value" type:"string"` // contains filtered or unexported fields }
Tags for a configuration item. Tags are metadata that help you categorize IT assets.
func (ConfigurationTag) GoString ¶
func (s ConfigurationTag) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfigurationTag) SetConfigurationId ¶
func (s *ConfigurationTag) SetConfigurationId(v string) *ConfigurationTag
SetConfigurationId sets the ConfigurationId field's value.
func (*ConfigurationTag) SetConfigurationType ¶
func (s *ConfigurationTag) SetConfigurationType(v string) *ConfigurationTag
SetConfigurationType sets the ConfigurationType field's value.
func (*ConfigurationTag) SetKey ¶
func (s *ConfigurationTag) SetKey(v string) *ConfigurationTag
SetKey sets the Key field's value.
func (*ConfigurationTag) SetTimeOfCreation ¶
func (s *ConfigurationTag) SetTimeOfCreation(v time.Time) *ConfigurationTag
SetTimeOfCreation sets the TimeOfCreation field's value.
func (*ConfigurationTag) SetValue ¶
func (s *ConfigurationTag) SetValue(v string) *ConfigurationTag
SetValue sets the Value field's value.
func (ConfigurationTag) String ¶
func (s ConfigurationTag) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ConflictErrorException ¶
type ConflictErrorException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Conflict error.
func (*ConflictErrorException) Code ¶
func (s *ConflictErrorException) Code() string
Code returns the exception type name.
func (*ConflictErrorException) Error ¶
func (s *ConflictErrorException) Error() string
func (ConflictErrorException) GoString ¶
func (s ConflictErrorException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConflictErrorException) Message ¶
func (s *ConflictErrorException) Message() string
Message returns the exception's message.
func (*ConflictErrorException) OrigErr ¶
func (s *ConflictErrorException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ConflictErrorException) RequestID ¶
func (s *ConflictErrorException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ConflictErrorException) StatusCode ¶
func (s *ConflictErrorException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ConflictErrorException) String ¶
func (s ConflictErrorException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ContinuousExportDescription ¶
type ContinuousExportDescription struct { // The type of data collector used to gather this data (currently only offered // for AGENT). DataSource *string `locationName:"dataSource" type:"string" enum:"DataSource"` // The unique ID assigned to this export. ExportId *string `locationName:"exportId" type:"string"` // The name of the s3 bucket where the export data parquet files are stored. S3Bucket *string `locationName:"s3Bucket" type:"string"` // An object which describes how the data is stored. // // * databaseName - the name of the Glue database used to store the schema. SchemaStorageConfig map[string]*string `locationName:"schemaStorageConfig" type:"map"` // The timestamp representing when the continuous export was started. StartTime *time.Time `locationName:"startTime" type:"timestamp"` // Describes the status of the export. Can be one of the following values: // // * START_IN_PROGRESS - setting up resources to start continuous export. // // * START_FAILED - an error occurred setting up continuous export. To recover, // call start-continuous-export again. // // * ACTIVE - data is being exported to the customer bucket. // // * ERROR - an error occurred during export. To fix the issue, call stop-continuous-export // and start-continuous-export. // // * STOP_IN_PROGRESS - stopping the export. // // * STOP_FAILED - an error occurred stopping the export. To recover, call // stop-continuous-export again. // // * INACTIVE - the continuous export has been stopped. Data is no longer // being exported to the customer bucket. Status *string `locationName:"status" type:"string" enum:"ContinuousExportStatus"` // Contains information about any errors that have occurred. This data type // can have the following values: // // * ACCESS_DENIED - You don’t have permission to start Data Exploration // in Amazon Athena. Contact your Amazon Web Services administrator for help. // For more information, see Setting Up Amazon Web Services Application Discovery // Service (http://docs.aws.amazon.com/application-discovery/latest/userguide/setting-up.html) // in the Application Discovery Service User Guide. // // * DELIVERY_STREAM_LIMIT_FAILURE - You reached the limit for Amazon Kinesis // Data Firehose delivery streams. Reduce the number of streams or request // a limit increase and try again. For more information, see Kinesis Data // Streams Limits (http://docs.aws.amazon.com/streams/latest/dev/service-sizes-and-limits.html) // in the Amazon Kinesis Data Streams Developer Guide. // // * FIREHOSE_ROLE_MISSING - The Data Exploration feature is in an error // state because your user is missing the Amazon Web ServicesApplicationDiscoveryServiceFirehose // role. Turn on Data Exploration in Amazon Athena and try again. For more // information, see Creating the Amazon Web ServicesApplicationDiscoveryServiceFirehose // Role (https://docs.aws.amazon.com/application-discovery/latest/userguide/security-iam-awsmanpol.html#security-iam-awsmanpol-create-firehose-role) // in the Application Discovery Service User Guide. // // * FIREHOSE_STREAM_DOES_NOT_EXIST - The Data Exploration feature is in // an error state because your user is missing one or more of the Kinesis // data delivery streams. // // * INTERNAL_FAILURE - The Data Exploration feature is in an error state // because of an internal failure. Try again later. If this problem persists, // contact Amazon Web Services Support. // // * LAKE_FORMATION_ACCESS_DENIED - You don't have sufficient lake formation // permissions to start continuous export. For more information, see Upgrading // Amazon Web Services Glue Data Permissions to the Amazon Web Services Lake // Formation Model (http://docs.aws.amazon.com/lake-formation/latest/dg/upgrade-glue-lake-formation.html) // in the Amazon Web Services Lake Formation Developer Guide. You can use // one of the following two ways to resolve this issue. If you don’t want // to use the Lake Formation permission model, you can change the default // Data Catalog settings to use only Amazon Web Services Identity and Access // Management (IAM) access control for new databases. For more information, // see Change Data Catalog Settings (https://docs.aws.amazon.com/lake-formation/latest/dg/getting-started-setup.html#setup-change-cat-settings) // in the Lake Formation Developer Guide. You can give the service-linked // IAM roles AWSServiceRoleForApplicationDiscoveryServiceContinuousExport // and AWSApplicationDiscoveryServiceFirehose the required Lake Formation // permissions. For more information, see Granting Database Permissions (https://docs.aws.amazon.com/lake-formation/latest/dg/granting-database-permissions.html) // in the Lake Formation Developer Guide. AWSServiceRoleForApplicationDiscoveryServiceContinuousExport // - Grant database creator permissions, which gives the role database creation // ability and implicit permissions for any created tables. For more information, // see Implicit Lake Formation Permissions (https://docs.aws.amazon.com/lake-formation/latest/dg/implicit-permissions.html) // in the Lake Formation Developer Guide. AWSApplicationDiscoveryServiceFirehose // - Grant describe permissions for all tables in the database. // // * S3_BUCKET_LIMIT_FAILURE - You reached the limit for Amazon S3 buckets. // Reduce the number of S3 buckets or request a limit increase and try again. // For more information, see Bucket Restrictions and Limitations (http://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html) // in the Amazon Simple Storage Service Developer Guide. // // * S3_NOT_SIGNED_UP - Your account is not signed up for the Amazon S3 service. // You must sign up before you can use Amazon S3. You can sign up at the // following URL: https://aws.amazon.com/s3 (https://aws.amazon.com/s3). StatusDetail *string `locationName:"statusDetail" min:"1" type:"string"` // The timestamp that represents when this continuous export was stopped. StopTime *time.Time `locationName:"stopTime" type:"timestamp"` // contains filtered or unexported fields }
A list of continuous export descriptions.
func (ContinuousExportDescription) GoString ¶
func (s ContinuousExportDescription) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ContinuousExportDescription) SetDataSource ¶
func (s *ContinuousExportDescription) SetDataSource(v string) *ContinuousExportDescription
SetDataSource sets the DataSource field's value.
func (*ContinuousExportDescription) SetExportId ¶
func (s *ContinuousExportDescription) SetExportId(v string) *ContinuousExportDescription
SetExportId sets the ExportId field's value.
func (*ContinuousExportDescription) SetS3Bucket ¶
func (s *ContinuousExportDescription) SetS3Bucket(v string) *ContinuousExportDescription
SetS3Bucket sets the S3Bucket field's value.
func (*ContinuousExportDescription) SetSchemaStorageConfig ¶
func (s *ContinuousExportDescription) SetSchemaStorageConfig(v map[string]*string) *ContinuousExportDescription
SetSchemaStorageConfig sets the SchemaStorageConfig field's value.
func (*ContinuousExportDescription) SetStartTime ¶
func (s *ContinuousExportDescription) SetStartTime(v time.Time) *ContinuousExportDescription
SetStartTime sets the StartTime field's value.
func (*ContinuousExportDescription) SetStatus ¶
func (s *ContinuousExportDescription) SetStatus(v string) *ContinuousExportDescription
SetStatus sets the Status field's value.
func (*ContinuousExportDescription) SetStatusDetail ¶
func (s *ContinuousExportDescription) SetStatusDetail(v string) *ContinuousExportDescription
SetStatusDetail sets the StatusDetail field's value.
func (*ContinuousExportDescription) SetStopTime ¶
func (s *ContinuousExportDescription) SetStopTime(v time.Time) *ContinuousExportDescription
SetStopTime sets the StopTime field's value.
func (ContinuousExportDescription) String ¶
func (s ContinuousExportDescription) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateApplicationInput ¶
type CreateApplicationInput struct { // Description of the application to be created. Description *string `locationName:"description" type:"string"` // Name of the application to be created. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateApplicationInput) GoString ¶
func (s CreateApplicationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateApplicationInput) SetDescription ¶
func (s *CreateApplicationInput) SetDescription(v string) *CreateApplicationInput
SetDescription sets the Description field's value.
func (*CreateApplicationInput) SetName ¶
func (s *CreateApplicationInput) SetName(v string) *CreateApplicationInput
SetName sets the Name field's value.
func (CreateApplicationInput) String ¶
func (s CreateApplicationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateApplicationInput) Validate ¶
func (s *CreateApplicationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateApplicationOutput ¶
type CreateApplicationOutput struct { // Configuration ID of an application to be created. ConfigurationId *string `locationName:"configurationId" type:"string"` // contains filtered or unexported fields }
func (CreateApplicationOutput) GoString ¶
func (s CreateApplicationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateApplicationOutput) SetConfigurationId ¶
func (s *CreateApplicationOutput) SetConfigurationId(v string) *CreateApplicationOutput
SetConfigurationId sets the ConfigurationId field's value.
func (CreateApplicationOutput) String ¶
func (s CreateApplicationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateTagsInput ¶
type CreateTagsInput struct { // A list of configuration items that you want to tag. // // ConfigurationIds is a required field ConfigurationIds []*string `locationName:"configurationIds" type:"list" required:"true"` // Tags that you want to associate with one or more configuration items. Specify // the tags that you want to create in a key-value format. For example: // // {"key": "serverType", "value": "webServer"} // // Tags is a required field Tags []*Tag `locationName:"tags" type:"list" required:"true"` // contains filtered or unexported fields }
func (CreateTagsInput) GoString ¶
func (s CreateTagsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateTagsInput) SetConfigurationIds ¶
func (s *CreateTagsInput) SetConfigurationIds(v []*string) *CreateTagsInput
SetConfigurationIds sets the ConfigurationIds field's value.
func (*CreateTagsInput) SetTags ¶
func (s *CreateTagsInput) SetTags(v []*Tag) *CreateTagsInput
SetTags sets the Tags field's value.
func (CreateTagsInput) String ¶
func (s CreateTagsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateTagsInput) Validate ¶
func (s *CreateTagsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateTagsOutput ¶
type CreateTagsOutput struct {
// contains filtered or unexported fields
}
func (CreateTagsOutput) GoString ¶
func (s CreateTagsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (CreateTagsOutput) String ¶
func (s CreateTagsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CustomerAgentInfo ¶
type CustomerAgentInfo struct { // Number of active discovery agents. // // ActiveAgents is a required field ActiveAgents *int64 `locationName:"activeAgents" type:"integer" required:"true"` // Number of blacklisted discovery agents. // // BlackListedAgents is a required field BlackListedAgents *int64 `locationName:"blackListedAgents" type:"integer" required:"true"` // Number of healthy discovery agents // // HealthyAgents is a required field HealthyAgents *int64 `locationName:"healthyAgents" type:"integer" required:"true"` // Number of discovery agents with status SHUTDOWN. // // ShutdownAgents is a required field ShutdownAgents *int64 `locationName:"shutdownAgents" type:"integer" required:"true"` // Total number of discovery agents. // // TotalAgents is a required field TotalAgents *int64 `locationName:"totalAgents" type:"integer" required:"true"` // Number of unhealthy discovery agents. // // UnhealthyAgents is a required field UnhealthyAgents *int64 `locationName:"unhealthyAgents" type:"integer" required:"true"` // Number of unknown discovery agents. // // UnknownAgents is a required field UnknownAgents *int64 `locationName:"unknownAgents" type:"integer" required:"true"` // contains filtered or unexported fields }
Inventory data for installed discovery agents.
func (CustomerAgentInfo) GoString ¶
func (s CustomerAgentInfo) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomerAgentInfo) SetActiveAgents ¶
func (s *CustomerAgentInfo) SetActiveAgents(v int64) *CustomerAgentInfo
SetActiveAgents sets the ActiveAgents field's value.
func (*CustomerAgentInfo) SetBlackListedAgents ¶
func (s *CustomerAgentInfo) SetBlackListedAgents(v int64) *CustomerAgentInfo
SetBlackListedAgents sets the BlackListedAgents field's value.
func (*CustomerAgentInfo) SetHealthyAgents ¶
func (s *CustomerAgentInfo) SetHealthyAgents(v int64) *CustomerAgentInfo
SetHealthyAgents sets the HealthyAgents field's value.
func (*CustomerAgentInfo) SetShutdownAgents ¶
func (s *CustomerAgentInfo) SetShutdownAgents(v int64) *CustomerAgentInfo
SetShutdownAgents sets the ShutdownAgents field's value.
func (*CustomerAgentInfo) SetTotalAgents ¶
func (s *CustomerAgentInfo) SetTotalAgents(v int64) *CustomerAgentInfo
SetTotalAgents sets the TotalAgents field's value.
func (*CustomerAgentInfo) SetUnhealthyAgents ¶
func (s *CustomerAgentInfo) SetUnhealthyAgents(v int64) *CustomerAgentInfo
SetUnhealthyAgents sets the UnhealthyAgents field's value.
func (*CustomerAgentInfo) SetUnknownAgents ¶
func (s *CustomerAgentInfo) SetUnknownAgents(v int64) *CustomerAgentInfo
SetUnknownAgents sets the UnknownAgents field's value.
func (CustomerAgentInfo) String ¶
func (s CustomerAgentInfo) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CustomerAgentlessCollectorInfo ¶
type CustomerAgentlessCollectorInfo struct { // The number of active Agentless Collector collectors. // // ActiveAgentlessCollectors is a required field ActiveAgentlessCollectors *int64 `locationName:"activeAgentlessCollectors" type:"integer" required:"true"` // The number of deny-listed Agentless Collector collectors. // // DenyListedAgentlessCollectors is a required field DenyListedAgentlessCollectors *int64 `locationName:"denyListedAgentlessCollectors" type:"integer" required:"true"` // The number of healthy Agentless Collector collectors. // // HealthyAgentlessCollectors is a required field HealthyAgentlessCollectors *int64 `locationName:"healthyAgentlessCollectors" type:"integer" required:"true"` // The number of Agentless Collector collectors with SHUTDOWN status. // // ShutdownAgentlessCollectors is a required field ShutdownAgentlessCollectors *int64 `locationName:"shutdownAgentlessCollectors" type:"integer" required:"true"` // The total number of Agentless Collector collectors. // // TotalAgentlessCollectors is a required field TotalAgentlessCollectors *int64 `locationName:"totalAgentlessCollectors" type:"integer" required:"true"` // The number of unhealthy Agentless Collector collectors. // // UnhealthyAgentlessCollectors is a required field UnhealthyAgentlessCollectors *int64 `locationName:"unhealthyAgentlessCollectors" type:"integer" required:"true"` // The number of unknown Agentless Collector collectors. // // UnknownAgentlessCollectors is a required field UnknownAgentlessCollectors *int64 `locationName:"unknownAgentlessCollectors" type:"integer" required:"true"` // contains filtered or unexported fields }
The inventory data for installed Agentless Collector collectors.
func (CustomerAgentlessCollectorInfo) GoString ¶
func (s CustomerAgentlessCollectorInfo) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomerAgentlessCollectorInfo) SetActiveAgentlessCollectors ¶
func (s *CustomerAgentlessCollectorInfo) SetActiveAgentlessCollectors(v int64) *CustomerAgentlessCollectorInfo
SetActiveAgentlessCollectors sets the ActiveAgentlessCollectors field's value.
func (*CustomerAgentlessCollectorInfo) SetDenyListedAgentlessCollectors ¶
func (s *CustomerAgentlessCollectorInfo) SetDenyListedAgentlessCollectors(v int64) *CustomerAgentlessCollectorInfo
SetDenyListedAgentlessCollectors sets the DenyListedAgentlessCollectors field's value.
func (*CustomerAgentlessCollectorInfo) SetHealthyAgentlessCollectors ¶
func (s *CustomerAgentlessCollectorInfo) SetHealthyAgentlessCollectors(v int64) *CustomerAgentlessCollectorInfo
SetHealthyAgentlessCollectors sets the HealthyAgentlessCollectors field's value.
func (*CustomerAgentlessCollectorInfo) SetShutdownAgentlessCollectors ¶
func (s *CustomerAgentlessCollectorInfo) SetShutdownAgentlessCollectors(v int64) *CustomerAgentlessCollectorInfo
SetShutdownAgentlessCollectors sets the ShutdownAgentlessCollectors field's value.
func (*CustomerAgentlessCollectorInfo) SetTotalAgentlessCollectors ¶
func (s *CustomerAgentlessCollectorInfo) SetTotalAgentlessCollectors(v int64) *CustomerAgentlessCollectorInfo
SetTotalAgentlessCollectors sets the TotalAgentlessCollectors field's value.
func (*CustomerAgentlessCollectorInfo) SetUnhealthyAgentlessCollectors ¶
func (s *CustomerAgentlessCollectorInfo) SetUnhealthyAgentlessCollectors(v int64) *CustomerAgentlessCollectorInfo
SetUnhealthyAgentlessCollectors sets the UnhealthyAgentlessCollectors field's value.
func (*CustomerAgentlessCollectorInfo) SetUnknownAgentlessCollectors ¶
func (s *CustomerAgentlessCollectorInfo) SetUnknownAgentlessCollectors(v int64) *CustomerAgentlessCollectorInfo
SetUnknownAgentlessCollectors sets the UnknownAgentlessCollectors field's value.
func (CustomerAgentlessCollectorInfo) String ¶
func (s CustomerAgentlessCollectorInfo) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CustomerConnectorInfo ¶
type CustomerConnectorInfo struct { // Number of active discovery connectors. // // ActiveConnectors is a required field ActiveConnectors *int64 `locationName:"activeConnectors" type:"integer" required:"true"` // Number of blacklisted discovery connectors. // // BlackListedConnectors is a required field BlackListedConnectors *int64 `locationName:"blackListedConnectors" type:"integer" required:"true"` // Number of healthy discovery connectors. // // HealthyConnectors is a required field HealthyConnectors *int64 `locationName:"healthyConnectors" type:"integer" required:"true"` // Number of discovery connectors with status SHUTDOWN, // // ShutdownConnectors is a required field ShutdownConnectors *int64 `locationName:"shutdownConnectors" type:"integer" required:"true"` // Total number of discovery connectors. // // TotalConnectors is a required field TotalConnectors *int64 `locationName:"totalConnectors" type:"integer" required:"true"` // Number of unhealthy discovery connectors. // // UnhealthyConnectors is a required field UnhealthyConnectors *int64 `locationName:"unhealthyConnectors" type:"integer" required:"true"` // Number of unknown discovery connectors. // // UnknownConnectors is a required field UnknownConnectors *int64 `locationName:"unknownConnectors" type:"integer" required:"true"` // contains filtered or unexported fields }
Inventory data for installed discovery connectors.
func (CustomerConnectorInfo) GoString ¶
func (s CustomerConnectorInfo) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomerConnectorInfo) SetActiveConnectors ¶
func (s *CustomerConnectorInfo) SetActiveConnectors(v int64) *CustomerConnectorInfo
SetActiveConnectors sets the ActiveConnectors field's value.
func (*CustomerConnectorInfo) SetBlackListedConnectors ¶
func (s *CustomerConnectorInfo) SetBlackListedConnectors(v int64) *CustomerConnectorInfo
SetBlackListedConnectors sets the BlackListedConnectors field's value.
func (*CustomerConnectorInfo) SetHealthyConnectors ¶
func (s *CustomerConnectorInfo) SetHealthyConnectors(v int64) *CustomerConnectorInfo
SetHealthyConnectors sets the HealthyConnectors field's value.
func (*CustomerConnectorInfo) SetShutdownConnectors ¶
func (s *CustomerConnectorInfo) SetShutdownConnectors(v int64) *CustomerConnectorInfo
SetShutdownConnectors sets the ShutdownConnectors field's value.
func (*CustomerConnectorInfo) SetTotalConnectors ¶
func (s *CustomerConnectorInfo) SetTotalConnectors(v int64) *CustomerConnectorInfo
SetTotalConnectors sets the TotalConnectors field's value.
func (*CustomerConnectorInfo) SetUnhealthyConnectors ¶
func (s *CustomerConnectorInfo) SetUnhealthyConnectors(v int64) *CustomerConnectorInfo
SetUnhealthyConnectors sets the UnhealthyConnectors field's value.
func (*CustomerConnectorInfo) SetUnknownConnectors ¶
func (s *CustomerConnectorInfo) SetUnknownConnectors(v int64) *CustomerConnectorInfo
SetUnknownConnectors sets the UnknownConnectors field's value.
func (CustomerConnectorInfo) String ¶
func (s CustomerConnectorInfo) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CustomerMeCollectorInfo ¶
type CustomerMeCollectorInfo struct { // The number of active Migration Evaluator collectors. // // ActiveMeCollectors is a required field ActiveMeCollectors *int64 `locationName:"activeMeCollectors" type:"integer" required:"true"` // The number of deny-listed Migration Evaluator collectors. // // DenyListedMeCollectors is a required field DenyListedMeCollectors *int64 `locationName:"denyListedMeCollectors" type:"integer" required:"true"` // The number of healthy Migration Evaluator collectors. // // HealthyMeCollectors is a required field HealthyMeCollectors *int64 `locationName:"healthyMeCollectors" type:"integer" required:"true"` // The number of Migration Evaluator collectors with SHUTDOWN status. // // ShutdownMeCollectors is a required field ShutdownMeCollectors *int64 `locationName:"shutdownMeCollectors" type:"integer" required:"true"` // The total number of Migration Evaluator collectors. // // TotalMeCollectors is a required field TotalMeCollectors *int64 `locationName:"totalMeCollectors" type:"integer" required:"true"` // The number of unhealthy Migration Evaluator collectors. // // UnhealthyMeCollectors is a required field UnhealthyMeCollectors *int64 `locationName:"unhealthyMeCollectors" type:"integer" required:"true"` // The number of unknown Migration Evaluator collectors. // // UnknownMeCollectors is a required field UnknownMeCollectors *int64 `locationName:"unknownMeCollectors" type:"integer" required:"true"` // contains filtered or unexported fields }
The inventory data for installed Migration Evaluator collectors.
func (CustomerMeCollectorInfo) GoString ¶
func (s CustomerMeCollectorInfo) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomerMeCollectorInfo) SetActiveMeCollectors ¶
func (s *CustomerMeCollectorInfo) SetActiveMeCollectors(v int64) *CustomerMeCollectorInfo
SetActiveMeCollectors sets the ActiveMeCollectors field's value.
func (*CustomerMeCollectorInfo) SetDenyListedMeCollectors ¶
func (s *CustomerMeCollectorInfo) SetDenyListedMeCollectors(v int64) *CustomerMeCollectorInfo
SetDenyListedMeCollectors sets the DenyListedMeCollectors field's value.
func (*CustomerMeCollectorInfo) SetHealthyMeCollectors ¶
func (s *CustomerMeCollectorInfo) SetHealthyMeCollectors(v int64) *CustomerMeCollectorInfo
SetHealthyMeCollectors sets the HealthyMeCollectors field's value.
func (*CustomerMeCollectorInfo) SetShutdownMeCollectors ¶
func (s *CustomerMeCollectorInfo) SetShutdownMeCollectors(v int64) *CustomerMeCollectorInfo
SetShutdownMeCollectors sets the ShutdownMeCollectors field's value.
func (*CustomerMeCollectorInfo) SetTotalMeCollectors ¶
func (s *CustomerMeCollectorInfo) SetTotalMeCollectors(v int64) *CustomerMeCollectorInfo
SetTotalMeCollectors sets the TotalMeCollectors field's value.
func (*CustomerMeCollectorInfo) SetUnhealthyMeCollectors ¶
func (s *CustomerMeCollectorInfo) SetUnhealthyMeCollectors(v int64) *CustomerMeCollectorInfo
SetUnhealthyMeCollectors sets the UnhealthyMeCollectors field's value.
func (*CustomerMeCollectorInfo) SetUnknownMeCollectors ¶
func (s *CustomerMeCollectorInfo) SetUnknownMeCollectors(v int64) *CustomerMeCollectorInfo
SetUnknownMeCollectors sets the UnknownMeCollectors field's value.
func (CustomerMeCollectorInfo) String ¶
func (s CustomerMeCollectorInfo) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteAgent ¶
type DeleteAgent struct { // The ID of the agent or data collector to delete. // // AgentId is a required field AgentId *string `locationName:"agentId" min:"10" type:"string" required:"true"` // Optional flag used to force delete an agent or data collector. It is needed // to delete any agent in HEALTHY/UNHEALTHY/RUNNING status. Note that deleting // an agent that is actively reporting health causes it to be re-registered // with a different agent ID after data collector re-connects with Amazon Web // Services. Force *bool `locationName:"force" type:"boolean"` // contains filtered or unexported fields }
An object representing the agent or data collector to be deleted along with the optional configurations for error handling.
func (DeleteAgent) GoString ¶
func (s DeleteAgent) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAgent) SetAgentId ¶
func (s *DeleteAgent) SetAgentId(v string) *DeleteAgent
SetAgentId sets the AgentId field's value.
func (*DeleteAgent) SetForce ¶
func (s *DeleteAgent) SetForce(v bool) *DeleteAgent
SetForce sets the Force field's value.
func (DeleteAgent) String ¶
func (s DeleteAgent) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAgent) Validate ¶
func (s *DeleteAgent) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteApplicationsInput ¶
type DeleteApplicationsInput struct { // Configuration ID of an application to be deleted. // // ConfigurationIds is a required field ConfigurationIds []*string `locationName:"configurationIds" type:"list" required:"true"` // contains filtered or unexported fields }
func (DeleteApplicationsInput) GoString ¶
func (s DeleteApplicationsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteApplicationsInput) SetConfigurationIds ¶
func (s *DeleteApplicationsInput) SetConfigurationIds(v []*string) *DeleteApplicationsInput
SetConfigurationIds sets the ConfigurationIds field's value.
func (DeleteApplicationsInput) String ¶
func (s DeleteApplicationsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteApplicationsInput) Validate ¶
func (s *DeleteApplicationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteApplicationsOutput ¶
type DeleteApplicationsOutput struct {
// contains filtered or unexported fields
}
func (DeleteApplicationsOutput) GoString ¶
func (s DeleteApplicationsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteApplicationsOutput) String ¶
func (s DeleteApplicationsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteTagsInput ¶
type DeleteTagsInput struct { // A list of configuration items with tags that you want to delete. // // ConfigurationIds is a required field ConfigurationIds []*string `locationName:"configurationIds" type:"list" required:"true"` // Tags that you want to delete from one or more configuration items. Specify // the tags that you want to delete in a key-value format. For example: // // {"key": "serverType", "value": "webServer"} Tags []*Tag `locationName:"tags" type:"list"` // contains filtered or unexported fields }
func (DeleteTagsInput) GoString ¶
func (s DeleteTagsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteTagsInput) SetConfigurationIds ¶
func (s *DeleteTagsInput) SetConfigurationIds(v []*string) *DeleteTagsInput
SetConfigurationIds sets the ConfigurationIds field's value.
func (*DeleteTagsInput) SetTags ¶
func (s *DeleteTagsInput) SetTags(v []*Tag) *DeleteTagsInput
SetTags sets the Tags field's value.
func (DeleteTagsInput) String ¶
func (s DeleteTagsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteTagsInput) Validate ¶
func (s *DeleteTagsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteTagsOutput ¶
type DeleteTagsOutput struct {
// contains filtered or unexported fields
}
func (DeleteTagsOutput) GoString ¶
func (s DeleteTagsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteTagsOutput) String ¶
func (s DeleteTagsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeletionWarning ¶
type DeletionWarning struct { // The unique identifier of the configuration that produced a warning. ConfigurationId *string `locationName:"configurationId" type:"string"` // The integer warning code associated with the warning message. WarningCode *int64 `locationName:"warningCode" type:"integer"` // A descriptive message of the warning the associated configuration ID produced. WarningText *string `locationName:"warningText" type:"string"` // contains filtered or unexported fields }
A configuration ID paired with a warning message.
func (DeletionWarning) GoString ¶
func (s DeletionWarning) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeletionWarning) SetConfigurationId ¶
func (s *DeletionWarning) SetConfigurationId(v string) *DeletionWarning
SetConfigurationId sets the ConfigurationId field's value.
func (*DeletionWarning) SetWarningCode ¶
func (s *DeletionWarning) SetWarningCode(v int64) *DeletionWarning
SetWarningCode sets the WarningCode field's value.
func (*DeletionWarning) SetWarningText ¶
func (s *DeletionWarning) SetWarningText(v string) *DeletionWarning
SetWarningText sets the WarningText field's value.
func (DeletionWarning) String ¶
func (s DeletionWarning) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeAgentsInput ¶
type DescribeAgentsInput struct { // The agent or the collector IDs for which you want information. If you specify // no IDs, the system returns information about all agents/collectors associated // with your user. AgentIds []*string `locationName:"agentIds" type:"list"` // You can filter the request using various logical operators and a key-value // format. For example: // // {"key": "collectionStatus", "value": "STARTED"} Filters []*Filter `locationName:"filters" type:"list"` // The total number of agents/collectors to return in a single page of output. // The maximum value is 100. MaxResults *int64 `locationName:"maxResults" type:"integer"` // Token to retrieve the next set of results. For example, if you previously // specified 100 IDs for DescribeAgentsRequest$agentIds but set DescribeAgentsRequest$maxResults // to 10, you received a set of 10 results along with a token. Use that token // in this query to get the next set of 10. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (DescribeAgentsInput) GoString ¶
func (s DescribeAgentsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeAgentsInput) SetAgentIds ¶
func (s *DescribeAgentsInput) SetAgentIds(v []*string) *DescribeAgentsInput
SetAgentIds sets the AgentIds field's value.
func (*DescribeAgentsInput) SetFilters ¶
func (s *DescribeAgentsInput) SetFilters(v []*Filter) *DescribeAgentsInput
SetFilters sets the Filters field's value.
func (*DescribeAgentsInput) SetMaxResults ¶
func (s *DescribeAgentsInput) SetMaxResults(v int64) *DescribeAgentsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeAgentsInput) SetNextToken ¶
func (s *DescribeAgentsInput) SetNextToken(v string) *DescribeAgentsInput
SetNextToken sets the NextToken field's value.
func (DescribeAgentsInput) String ¶
func (s DescribeAgentsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeAgentsInput) Validate ¶
func (s *DescribeAgentsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeAgentsOutput ¶
type DescribeAgentsOutput struct { // Lists agents or the collector by ID or lists all agents/collectors associated // with your user, if you did not specify an agent/collector ID. The output // includes agent/collector IDs, IP addresses, media access control (MAC) addresses, // agent/collector health, host name where the agent/collector resides, and // the version number of each agent/collector. AgentsInfo []*AgentInfo `locationName:"agentsInfo" type:"list"` // Token to retrieve the next set of results. For example, if you specified // 100 IDs for DescribeAgentsRequest$agentIds but set DescribeAgentsRequest$maxResults // to 10, you received a set of 10 results along with this token. Use this token // in the next query to retrieve the next set of 10. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (DescribeAgentsOutput) GoString ¶
func (s DescribeAgentsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeAgentsOutput) SetAgentsInfo ¶
func (s *DescribeAgentsOutput) SetAgentsInfo(v []*AgentInfo) *DescribeAgentsOutput
SetAgentsInfo sets the AgentsInfo field's value.
func (*DescribeAgentsOutput) SetNextToken ¶
func (s *DescribeAgentsOutput) SetNextToken(v string) *DescribeAgentsOutput
SetNextToken sets the NextToken field's value.
func (DescribeAgentsOutput) String ¶
func (s DescribeAgentsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeBatchDeleteConfigurationTaskInput ¶
type DescribeBatchDeleteConfigurationTaskInput struct { // The ID of the task to delete. // // TaskId is a required field TaskId *string `locationName:"taskId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeBatchDeleteConfigurationTaskInput) GoString ¶
func (s DescribeBatchDeleteConfigurationTaskInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeBatchDeleteConfigurationTaskInput) SetTaskId ¶
func (s *DescribeBatchDeleteConfigurationTaskInput) SetTaskId(v string) *DescribeBatchDeleteConfigurationTaskInput
SetTaskId sets the TaskId field's value.
func (DescribeBatchDeleteConfigurationTaskInput) String ¶
func (s DescribeBatchDeleteConfigurationTaskInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeBatchDeleteConfigurationTaskInput) Validate ¶
func (s *DescribeBatchDeleteConfigurationTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeBatchDeleteConfigurationTaskOutput ¶
type DescribeBatchDeleteConfigurationTaskOutput struct { // The BatchDeleteConfigurationTask that represents the deletion task being // executed. Task *BatchDeleteConfigurationTask `locationName:"task" type:"structure"` // contains filtered or unexported fields }
func (DescribeBatchDeleteConfigurationTaskOutput) GoString ¶
func (s DescribeBatchDeleteConfigurationTaskOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeBatchDeleteConfigurationTaskOutput) SetTask ¶
func (s *DescribeBatchDeleteConfigurationTaskOutput) SetTask(v *BatchDeleteConfigurationTask) *DescribeBatchDeleteConfigurationTaskOutput
SetTask sets the Task field's value.
func (DescribeBatchDeleteConfigurationTaskOutput) String ¶
func (s DescribeBatchDeleteConfigurationTaskOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeConfigurationsInput ¶
type DescribeConfigurationsInput struct { // One or more configuration IDs. // // ConfigurationIds is a required field ConfigurationIds []*string `locationName:"configurationIds" type:"list" required:"true"` // contains filtered or unexported fields }
func (DescribeConfigurationsInput) GoString ¶
func (s DescribeConfigurationsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeConfigurationsInput) SetConfigurationIds ¶
func (s *DescribeConfigurationsInput) SetConfigurationIds(v []*string) *DescribeConfigurationsInput
SetConfigurationIds sets the ConfigurationIds field's value.
func (DescribeConfigurationsInput) String ¶
func (s DescribeConfigurationsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeConfigurationsInput) Validate ¶
func (s *DescribeConfigurationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeConfigurationsOutput ¶
type DescribeConfigurationsOutput struct { // A key in the response map. The value is an array of data. Configurations []map[string]*string `locationName:"configurations" type:"list"` // contains filtered or unexported fields }
func (DescribeConfigurationsOutput) GoString ¶
func (s DescribeConfigurationsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeConfigurationsOutput) SetConfigurations ¶
func (s *DescribeConfigurationsOutput) SetConfigurations(v []map[string]*string) *DescribeConfigurationsOutput
SetConfigurations sets the Configurations field's value.
func (DescribeConfigurationsOutput) String ¶
func (s DescribeConfigurationsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeContinuousExportsInput ¶
type DescribeContinuousExportsInput struct { // The unique IDs assigned to the exports. ExportIds []*string `locationName:"exportIds" type:"list"` // A number between 1 and 100 specifying the maximum number of continuous export // descriptions returned. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // The token from the previous call to DescribeExportTasks. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (DescribeContinuousExportsInput) GoString ¶
func (s DescribeContinuousExportsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeContinuousExportsInput) SetExportIds ¶
func (s *DescribeContinuousExportsInput) SetExportIds(v []*string) *DescribeContinuousExportsInput
SetExportIds sets the ExportIds field's value.
func (*DescribeContinuousExportsInput) SetMaxResults ¶
func (s *DescribeContinuousExportsInput) SetMaxResults(v int64) *DescribeContinuousExportsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeContinuousExportsInput) SetNextToken ¶
func (s *DescribeContinuousExportsInput) SetNextToken(v string) *DescribeContinuousExportsInput
SetNextToken sets the NextToken field's value.
func (DescribeContinuousExportsInput) String ¶
func (s DescribeContinuousExportsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeContinuousExportsInput) Validate ¶
func (s *DescribeContinuousExportsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeContinuousExportsOutput ¶
type DescribeContinuousExportsOutput struct { // A list of continuous export descriptions. Descriptions []*ContinuousExportDescription `locationName:"descriptions" type:"list"` // The token from the previous call to DescribeExportTasks. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (DescribeContinuousExportsOutput) GoString ¶
func (s DescribeContinuousExportsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeContinuousExportsOutput) SetDescriptions ¶
func (s *DescribeContinuousExportsOutput) SetDescriptions(v []*ContinuousExportDescription) *DescribeContinuousExportsOutput
SetDescriptions sets the Descriptions field's value.
func (*DescribeContinuousExportsOutput) SetNextToken ¶
func (s *DescribeContinuousExportsOutput) SetNextToken(v string) *DescribeContinuousExportsOutput
SetNextToken sets the NextToken field's value.
func (DescribeContinuousExportsOutput) String ¶
func (s DescribeContinuousExportsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeExportConfigurationsInput ¶
type DescribeExportConfigurationsInput struct { // A list of continuous export IDs to search for. ExportIds []*string `locationName:"exportIds" type:"list"` // A number between 1 and 100 specifying the maximum number of continuous export // descriptions returned. MaxResults *int64 `locationName:"maxResults" type:"integer"` // The token from the previous call to describe-export-tasks. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (DescribeExportConfigurationsInput) GoString ¶
func (s DescribeExportConfigurationsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeExportConfigurationsInput) SetExportIds ¶
func (s *DescribeExportConfigurationsInput) SetExportIds(v []*string) *DescribeExportConfigurationsInput
SetExportIds sets the ExportIds field's value.
func (*DescribeExportConfigurationsInput) SetMaxResults ¶
func (s *DescribeExportConfigurationsInput) SetMaxResults(v int64) *DescribeExportConfigurationsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeExportConfigurationsInput) SetNextToken ¶
func (s *DescribeExportConfigurationsInput) SetNextToken(v string) *DescribeExportConfigurationsInput
SetNextToken sets the NextToken field's value.
func (DescribeExportConfigurationsInput) String ¶
func (s DescribeExportConfigurationsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeExportConfigurationsOutput ¶
type DescribeExportConfigurationsOutput struct { ExportsInfo []*ExportInfo `locationName:"exportsInfo" type:"list"` // The token from the previous call to describe-export-tasks. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (DescribeExportConfigurationsOutput) GoString ¶
func (s DescribeExportConfigurationsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeExportConfigurationsOutput) SetExportsInfo ¶
func (s *DescribeExportConfigurationsOutput) SetExportsInfo(v []*ExportInfo) *DescribeExportConfigurationsOutput
SetExportsInfo sets the ExportsInfo field's value.
func (*DescribeExportConfigurationsOutput) SetNextToken ¶
func (s *DescribeExportConfigurationsOutput) SetNextToken(v string) *DescribeExportConfigurationsOutput
SetNextToken sets the NextToken field's value.
func (DescribeExportConfigurationsOutput) String ¶
func (s DescribeExportConfigurationsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeExportTasksInput ¶
type DescribeExportTasksInput struct { // One or more unique identifiers used to query the status of an export request. ExportIds []*string `locationName:"exportIds" type:"list"` // One or more filters. // // * AgentId - ID of the agent whose collected data will be exported Filters []*ExportFilter `locationName:"filters" type:"list"` // The maximum number of volume results returned by DescribeExportTasks in paginated // output. When this parameter is used, DescribeExportTasks only returns maxResults // results in a single page along with a nextToken response element. MaxResults *int64 `locationName:"maxResults" type:"integer"` // The nextToken value returned from a previous paginated DescribeExportTasks // request where maxResults was used and the results exceeded the value of that // parameter. Pagination continues from the end of the previous results that // returned the nextToken value. This value is null when there are no more results // to return. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (DescribeExportTasksInput) GoString ¶
func (s DescribeExportTasksInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeExportTasksInput) SetExportIds ¶
func (s *DescribeExportTasksInput) SetExportIds(v []*string) *DescribeExportTasksInput
SetExportIds sets the ExportIds field's value.
func (*DescribeExportTasksInput) SetFilters ¶
func (s *DescribeExportTasksInput) SetFilters(v []*ExportFilter) *DescribeExportTasksInput
SetFilters sets the Filters field's value.
func (*DescribeExportTasksInput) SetMaxResults ¶
func (s *DescribeExportTasksInput) SetMaxResults(v int64) *DescribeExportTasksInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeExportTasksInput) SetNextToken ¶
func (s *DescribeExportTasksInput) SetNextToken(v string) *DescribeExportTasksInput
SetNextToken sets the NextToken field's value.
func (DescribeExportTasksInput) String ¶
func (s DescribeExportTasksInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeExportTasksInput) Validate ¶
func (s *DescribeExportTasksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeExportTasksOutput ¶
type DescribeExportTasksOutput struct { // Contains one or more sets of export request details. When the status of a // request is SUCCEEDED, the response includes a URL for an Amazon S3 bucket // where you can view the data in a CSV file. ExportsInfo []*ExportInfo `locationName:"exportsInfo" type:"list"` // The nextToken value to include in a future DescribeExportTasks request. When // the results of a DescribeExportTasks request exceed maxResults, this value // can be used to retrieve the next page of results. This value is null when // there are no more results to return. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (DescribeExportTasksOutput) GoString ¶
func (s DescribeExportTasksOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeExportTasksOutput) SetExportsInfo ¶
func (s *DescribeExportTasksOutput) SetExportsInfo(v []*ExportInfo) *DescribeExportTasksOutput
SetExportsInfo sets the ExportsInfo field's value.
func (*DescribeExportTasksOutput) SetNextToken ¶
func (s *DescribeExportTasksOutput) SetNextToken(v string) *DescribeExportTasksOutput
SetNextToken sets the NextToken field's value.
func (DescribeExportTasksOutput) String ¶
func (s DescribeExportTasksOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeImportTasksInput ¶
type DescribeImportTasksInput struct { // An array of name-value pairs that you provide to filter the results for the // DescribeImportTask request to a specific subset of results. Currently, wildcard // values aren't supported for filters. Filters []*ImportTaskFilter `locationName:"filters" type:"list"` // The maximum number of results that you want this request to return, up to // 100. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // The token to request a specific page of results. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (DescribeImportTasksInput) GoString ¶
func (s DescribeImportTasksInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeImportTasksInput) SetFilters ¶
func (s *DescribeImportTasksInput) SetFilters(v []*ImportTaskFilter) *DescribeImportTasksInput
SetFilters sets the Filters field's value.
func (*DescribeImportTasksInput) SetMaxResults ¶
func (s *DescribeImportTasksInput) SetMaxResults(v int64) *DescribeImportTasksInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeImportTasksInput) SetNextToken ¶
func (s *DescribeImportTasksInput) SetNextToken(v string) *DescribeImportTasksInput
SetNextToken sets the NextToken field's value.
func (DescribeImportTasksInput) String ¶
func (s DescribeImportTasksInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeImportTasksInput) Validate ¶
func (s *DescribeImportTasksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeImportTasksOutput ¶
type DescribeImportTasksOutput struct { // The token to request the next page of results. NextToken *string `locationName:"nextToken" type:"string"` // A returned array of import tasks that match any applied filters, up to the // specified number of maximum results. Tasks []*ImportTask `locationName:"tasks" type:"list"` // contains filtered or unexported fields }
func (DescribeImportTasksOutput) GoString ¶
func (s DescribeImportTasksOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeImportTasksOutput) SetNextToken ¶
func (s *DescribeImportTasksOutput) SetNextToken(v string) *DescribeImportTasksOutput
SetNextToken sets the NextToken field's value.
func (*DescribeImportTasksOutput) SetTasks ¶
func (s *DescribeImportTasksOutput) SetTasks(v []*ImportTask) *DescribeImportTasksOutput
SetTasks sets the Tasks field's value.
func (DescribeImportTasksOutput) String ¶
func (s DescribeImportTasksOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeTagsInput ¶
type DescribeTagsInput struct { // You can filter the list using a key-value format. You can separate these // items by using logical operators. Allowed filters include tagKey, tagValue, // and configurationId. Filters []*TagFilter `locationName:"filters" type:"list"` // The total number of items to return in a single page of output. The maximum // value is 100. MaxResults *int64 `locationName:"maxResults" type:"integer"` // A token to start the list. Use this token to get the next set of results. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (DescribeTagsInput) GoString ¶
func (s DescribeTagsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeTagsInput) SetFilters ¶
func (s *DescribeTagsInput) SetFilters(v []*TagFilter) *DescribeTagsInput
SetFilters sets the Filters field's value.
func (*DescribeTagsInput) SetMaxResults ¶
func (s *DescribeTagsInput) SetMaxResults(v int64) *DescribeTagsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeTagsInput) SetNextToken ¶
func (s *DescribeTagsInput) SetNextToken(v string) *DescribeTagsInput
SetNextToken sets the NextToken field's value.
func (DescribeTagsInput) String ¶
func (s DescribeTagsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeTagsInput) Validate ¶
func (s *DescribeTagsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeTagsOutput ¶
type DescribeTagsOutput struct { // The call returns a token. Use this token to get the next set of results. NextToken *string `locationName:"nextToken" type:"string"` // Depending on the input, this is a list of configuration items tagged with // a specific tag, or a list of tags for a specific configuration item. Tags []*ConfigurationTag `locationName:"tags" type:"list"` // contains filtered or unexported fields }
func (DescribeTagsOutput) GoString ¶
func (s DescribeTagsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeTagsOutput) SetNextToken ¶
func (s *DescribeTagsOutput) SetNextToken(v string) *DescribeTagsOutput
SetNextToken sets the NextToken field's value.
func (*DescribeTagsOutput) SetTags ¶
func (s *DescribeTagsOutput) SetTags(v []*ConfigurationTag) *DescribeTagsOutput
SetTags sets the Tags field's value.
func (DescribeTagsOutput) String ¶
func (s DescribeTagsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DisassociateConfigurationItemsFromApplicationInput ¶
type DisassociateConfigurationItemsFromApplicationInput struct { // Configuration ID of an application from which each item is disassociated. // // ApplicationConfigurationId is a required field ApplicationConfigurationId *string `locationName:"applicationConfigurationId" type:"string" required:"true"` // Configuration ID of each item to be disassociated from an application. // // ConfigurationIds is a required field ConfigurationIds []*string `locationName:"configurationIds" type:"list" required:"true"` // contains filtered or unexported fields }
func (DisassociateConfigurationItemsFromApplicationInput) GoString ¶
func (s DisassociateConfigurationItemsFromApplicationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateConfigurationItemsFromApplicationInput) SetApplicationConfigurationId ¶
func (s *DisassociateConfigurationItemsFromApplicationInput) SetApplicationConfigurationId(v string) *DisassociateConfigurationItemsFromApplicationInput
SetApplicationConfigurationId sets the ApplicationConfigurationId field's value.
func (*DisassociateConfigurationItemsFromApplicationInput) SetConfigurationIds ¶
func (s *DisassociateConfigurationItemsFromApplicationInput) SetConfigurationIds(v []*string) *DisassociateConfigurationItemsFromApplicationInput
SetConfigurationIds sets the ConfigurationIds field's value.
func (DisassociateConfigurationItemsFromApplicationInput) String ¶
func (s DisassociateConfigurationItemsFromApplicationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateConfigurationItemsFromApplicationInput) Validate ¶
func (s *DisassociateConfigurationItemsFromApplicationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateConfigurationItemsFromApplicationOutput ¶
type DisassociateConfigurationItemsFromApplicationOutput struct {
// contains filtered or unexported fields
}
func (DisassociateConfigurationItemsFromApplicationOutput) GoString ¶
func (s DisassociateConfigurationItemsFromApplicationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DisassociateConfigurationItemsFromApplicationOutput) String ¶
func (s DisassociateConfigurationItemsFromApplicationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Ec2RecommendationsExportPreferences ¶
type Ec2RecommendationsExportPreferences struct { // The recommended EC2 instance type that matches the CPU usage metric of server // performance data. CpuPerformanceMetricBasis *UsageMetricBasis `locationName:"cpuPerformanceMetricBasis" type:"structure"` // If set to true, the export preferences (https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_StartExportTask.html#API_StartExportTask_RequestSyntax) // is set to Ec2RecommendationsExportPreferences. Enabled *bool `locationName:"enabled" type:"boolean"` // An array of instance types to exclude from recommendations. ExcludedInstanceTypes []*string `locationName:"excludedInstanceTypes" type:"list"` // The target Amazon Web Services Region for the recommendations. You can use // any of the Region codes available for the chosen service, as listed in Amazon // Web Services service endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html) // in the Amazon Web Services General Reference. PreferredRegion *string `locationName:"preferredRegion" min:"1" type:"string"` // The recommended EC2 instance type that matches the Memory usage metric of // server performance data. RamPerformanceMetricBasis *UsageMetricBasis `locationName:"ramPerformanceMetricBasis" type:"structure"` // The contract type for a reserved instance. If blank, we assume an On-Demand // instance is preferred. ReservedInstanceOptions *ReservedInstanceOptions `locationName:"reservedInstanceOptions" type:"structure"` // The target tenancy to use for your recommended EC2 instances. Tenancy *string `locationName:"tenancy" type:"string" enum:"Tenancy"` // contains filtered or unexported fields }
Indicates that the exported data must include EC2 instance type matches for on-premises servers that are discovered through Amazon Web Services Application Discovery Service.
func (Ec2RecommendationsExportPreferences) GoString ¶
func (s Ec2RecommendationsExportPreferences) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Ec2RecommendationsExportPreferences) SetCpuPerformanceMetricBasis ¶
func (s *Ec2RecommendationsExportPreferences) SetCpuPerformanceMetricBasis(v *UsageMetricBasis) *Ec2RecommendationsExportPreferences
SetCpuPerformanceMetricBasis sets the CpuPerformanceMetricBasis field's value.
func (*Ec2RecommendationsExportPreferences) SetEnabled ¶
func (s *Ec2RecommendationsExportPreferences) SetEnabled(v bool) *Ec2RecommendationsExportPreferences
SetEnabled sets the Enabled field's value.
func (*Ec2RecommendationsExportPreferences) SetExcludedInstanceTypes ¶
func (s *Ec2RecommendationsExportPreferences) SetExcludedInstanceTypes(v []*string) *Ec2RecommendationsExportPreferences
SetExcludedInstanceTypes sets the ExcludedInstanceTypes field's value.
func (*Ec2RecommendationsExportPreferences) SetPreferredRegion ¶
func (s *Ec2RecommendationsExportPreferences) SetPreferredRegion(v string) *Ec2RecommendationsExportPreferences
SetPreferredRegion sets the PreferredRegion field's value.
func (*Ec2RecommendationsExportPreferences) SetRamPerformanceMetricBasis ¶
func (s *Ec2RecommendationsExportPreferences) SetRamPerformanceMetricBasis(v *UsageMetricBasis) *Ec2RecommendationsExportPreferences
SetRamPerformanceMetricBasis sets the RamPerformanceMetricBasis field's value.
func (*Ec2RecommendationsExportPreferences) SetReservedInstanceOptions ¶
func (s *Ec2RecommendationsExportPreferences) SetReservedInstanceOptions(v *ReservedInstanceOptions) *Ec2RecommendationsExportPreferences
SetReservedInstanceOptions sets the ReservedInstanceOptions field's value.
func (*Ec2RecommendationsExportPreferences) SetTenancy ¶
func (s *Ec2RecommendationsExportPreferences) SetTenancy(v string) *Ec2RecommendationsExportPreferences
SetTenancy sets the Tenancy field's value.
func (Ec2RecommendationsExportPreferences) String ¶
func (s Ec2RecommendationsExportPreferences) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Ec2RecommendationsExportPreferences) Validate ¶
func (s *Ec2RecommendationsExportPreferences) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ExportConfigurationsInput ¶
type ExportConfigurationsInput struct {
// contains filtered or unexported fields
}
func (ExportConfigurationsInput) GoString ¶
func (s ExportConfigurationsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (ExportConfigurationsInput) String ¶
func (s ExportConfigurationsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExportConfigurationsOutput ¶
type ExportConfigurationsOutput struct { // A unique identifier that you can use to query the export status. ExportId *string `locationName:"exportId" type:"string"` // contains filtered or unexported fields }
func (ExportConfigurationsOutput) GoString ¶
func (s ExportConfigurationsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExportConfigurationsOutput) SetExportId ¶
func (s *ExportConfigurationsOutput) SetExportId(v string) *ExportConfigurationsOutput
SetExportId sets the ExportId field's value.
func (ExportConfigurationsOutput) String ¶
func (s ExportConfigurationsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExportFilter ¶
type ExportFilter struct { // Supported condition: EQUALS // // Condition is a required field Condition *string `locationName:"condition" type:"string" required:"true"` // A single ExportFilter name. Supported filters: agentIds. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // A single agent ID for a Discovery Agent. An agent ID can be found using the // DescribeAgents (http://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeAgents.html) // action. Typically an ADS agent ID is in the form o-0123456789abcdef0. // // Values is a required field Values []*string `locationName:"values" type:"list" required:"true"` // contains filtered or unexported fields }
Used to select which agent's data is to be exported. A single agent ID may be selected for export using the StartExportTask (http://docs.aws.amazon.com/application-discovery/latest/APIReference/API_StartExportTask.html) action.
func (ExportFilter) GoString ¶
func (s ExportFilter) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExportFilter) SetCondition ¶
func (s *ExportFilter) SetCondition(v string) *ExportFilter
SetCondition sets the Condition field's value.
func (*ExportFilter) SetName ¶
func (s *ExportFilter) SetName(v string) *ExportFilter
SetName sets the Name field's value.
func (*ExportFilter) SetValues ¶
func (s *ExportFilter) SetValues(v []*string) *ExportFilter
SetValues sets the Values field's value.
func (ExportFilter) String ¶
func (s ExportFilter) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExportFilter) Validate ¶
func (s *ExportFilter) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ExportInfo ¶
type ExportInfo struct { // A URL for an Amazon S3 bucket where you can review the exported data. The // URL is displayed only if the export succeeded. ConfigurationsDownloadUrl *string `locationName:"configurationsDownloadUrl" type:"string"` // A unique identifier used to query an export. // // ExportId is a required field ExportId *string `locationName:"exportId" type:"string" required:"true"` // The time that the data export was initiated. // // ExportRequestTime is a required field ExportRequestTime *time.Time `locationName:"exportRequestTime" type:"timestamp" required:"true"` // The status of the data export job. // // ExportStatus is a required field ExportStatus *string `locationName:"exportStatus" type:"string" required:"true" enum:"ExportStatus"` // If true, the export of agent information exceeded the size limit for a single // export and the exported data is incomplete for the requested time range. // To address this, select a smaller time range for the export by using startDate // and endDate. IsTruncated *bool `locationName:"isTruncated" type:"boolean"` // The endTime used in the StartExportTask request. If no endTime was requested, // this result does not appear in ExportInfo. RequestedEndTime *time.Time `locationName:"requestedEndTime" type:"timestamp"` // The value of startTime parameter in the StartExportTask request. If no startTime // was requested, this result does not appear in ExportInfo. RequestedStartTime *time.Time `locationName:"requestedStartTime" type:"timestamp"` // A status message provided for API callers. // // StatusMessage is a required field StatusMessage *string `locationName:"statusMessage" type:"string" required:"true"` // contains filtered or unexported fields }
Information regarding the export status of discovered data. The value is an array of objects.
func (ExportInfo) GoString ¶
func (s ExportInfo) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExportInfo) SetConfigurationsDownloadUrl ¶
func (s *ExportInfo) SetConfigurationsDownloadUrl(v string) *ExportInfo
SetConfigurationsDownloadUrl sets the ConfigurationsDownloadUrl field's value.
func (*ExportInfo) SetExportId ¶
func (s *ExportInfo) SetExportId(v string) *ExportInfo
SetExportId sets the ExportId field's value.
func (*ExportInfo) SetExportRequestTime ¶
func (s *ExportInfo) SetExportRequestTime(v time.Time) *ExportInfo
SetExportRequestTime sets the ExportRequestTime field's value.
func (*ExportInfo) SetExportStatus ¶
func (s *ExportInfo) SetExportStatus(v string) *ExportInfo
SetExportStatus sets the ExportStatus field's value.
func (*ExportInfo) SetIsTruncated ¶
func (s *ExportInfo) SetIsTruncated(v bool) *ExportInfo
SetIsTruncated sets the IsTruncated field's value.
func (*ExportInfo) SetRequestedEndTime ¶
func (s *ExportInfo) SetRequestedEndTime(v time.Time) *ExportInfo
SetRequestedEndTime sets the RequestedEndTime field's value.
func (*ExportInfo) SetRequestedStartTime ¶
func (s *ExportInfo) SetRequestedStartTime(v time.Time) *ExportInfo
SetRequestedStartTime sets the RequestedStartTime field's value.
func (*ExportInfo) SetStatusMessage ¶
func (s *ExportInfo) SetStatusMessage(v string) *ExportInfo
SetStatusMessage sets the StatusMessage field's value.
func (ExportInfo) String ¶
func (s ExportInfo) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExportPreferences ¶
type ExportPreferences struct { // If enabled, exported data includes EC2 instance type matches for on-premises // servers discovered through Amazon Web Services Application Discovery Service. Ec2RecommendationsPreferences *Ec2RecommendationsExportPreferences `locationName:"ec2RecommendationsPreferences" type:"structure"` // contains filtered or unexported fields }
Indicates the type of data that is being exported. Only one ExportPreferences can be enabled for a StartExportTask (https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_StartExportTask.html) action.
func (ExportPreferences) GoString ¶
func (s ExportPreferences) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExportPreferences) SetEc2RecommendationsPreferences ¶
func (s *ExportPreferences) SetEc2RecommendationsPreferences(v *Ec2RecommendationsExportPreferences) *ExportPreferences
SetEc2RecommendationsPreferences sets the Ec2RecommendationsPreferences field's value.
func (ExportPreferences) String ¶
func (s ExportPreferences) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExportPreferences) Validate ¶
func (s *ExportPreferences) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type FailedConfiguration ¶
type FailedConfiguration struct { // The unique identifier of the configuration the failed to delete. ConfigurationId *string `locationName:"configurationId" type:"string"` // A descriptive message indicating why the associated configuration failed // to delete. ErrorMessage *string `locationName:"errorMessage" type:"string"` // The integer error code associated with the error message. ErrorStatusCode *int64 `locationName:"errorStatusCode" type:"integer"` // contains filtered or unexported fields }
A configuration ID paired with an error message.
func (FailedConfiguration) GoString ¶
func (s FailedConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FailedConfiguration) SetConfigurationId ¶
func (s *FailedConfiguration) SetConfigurationId(v string) *FailedConfiguration
SetConfigurationId sets the ConfigurationId field's value.
func (*FailedConfiguration) SetErrorMessage ¶
func (s *FailedConfiguration) SetErrorMessage(v string) *FailedConfiguration
SetErrorMessage sets the ErrorMessage field's value.
func (*FailedConfiguration) SetErrorStatusCode ¶
func (s *FailedConfiguration) SetErrorStatusCode(v int64) *FailedConfiguration
SetErrorStatusCode sets the ErrorStatusCode field's value.
func (FailedConfiguration) String ¶
func (s FailedConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Filter ¶
type Filter struct { // A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, // CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes // all filters as though concatenated by AND. If you specify multiple values // for a particular filter, the system differentiates the values using OR. Calling // either DescribeConfigurations or ListConfigurations returns attributes of // matching configuration items. // // Condition is a required field Condition *string `locationName:"condition" type:"string" required:"true"` // The name of the filter. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // A string value on which to filter. For example, if you choose the destinationServer.osVersion // filter name, you could specify Ubuntu for the value. // // Values is a required field Values []*string `locationName:"values" type:"list" required:"true"` // contains filtered or unexported fields }
A filter that can use conditional operators.
For more information about filters, see Querying Discovered Configuration Items (https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html) in the Amazon Web Services Application Discovery Service User Guide.
func (Filter) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Filter) SetCondition ¶
SetCondition sets the Condition field's value.
type GetDiscoverySummaryInput ¶
type GetDiscoverySummaryInput struct {
// contains filtered or unexported fields
}
func (GetDiscoverySummaryInput) GoString ¶
func (s GetDiscoverySummaryInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (GetDiscoverySummaryInput) String ¶
func (s GetDiscoverySummaryInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDiscoverySummaryOutput ¶
type GetDiscoverySummaryOutput struct { // Details about discovered agents, including agent status and health. AgentSummary *CustomerAgentInfo `locationName:"agentSummary" type:"structure"` // Details about Agentless Collector collectors, including status. AgentlessCollectorSummary *CustomerAgentlessCollectorInfo `locationName:"agentlessCollectorSummary" type:"structure"` // The number of applications discovered. Applications *int64 `locationName:"applications" type:"long"` // Details about discovered connectors, including connector status and health. ConnectorSummary *CustomerConnectorInfo `locationName:"connectorSummary" type:"structure"` // Details about Migration Evaluator collectors, including collector status // and health. MeCollectorSummary *CustomerMeCollectorInfo `locationName:"meCollectorSummary" type:"structure"` // The number of servers discovered. Servers *int64 `locationName:"servers" type:"long"` // The number of servers mapped to applications. ServersMappedToApplications *int64 `locationName:"serversMappedToApplications" type:"long"` // The number of servers mapped to tags. ServersMappedtoTags *int64 `locationName:"serversMappedtoTags" type:"long"` // contains filtered or unexported fields }
func (GetDiscoverySummaryOutput) GoString ¶
func (s GetDiscoverySummaryOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDiscoverySummaryOutput) SetAgentSummary ¶
func (s *GetDiscoverySummaryOutput) SetAgentSummary(v *CustomerAgentInfo) *GetDiscoverySummaryOutput
SetAgentSummary sets the AgentSummary field's value.
func (*GetDiscoverySummaryOutput) SetAgentlessCollectorSummary ¶
func (s *GetDiscoverySummaryOutput) SetAgentlessCollectorSummary(v *CustomerAgentlessCollectorInfo) *GetDiscoverySummaryOutput
SetAgentlessCollectorSummary sets the AgentlessCollectorSummary field's value.
func (*GetDiscoverySummaryOutput) SetApplications ¶
func (s *GetDiscoverySummaryOutput) SetApplications(v int64) *GetDiscoverySummaryOutput
SetApplications sets the Applications field's value.
func (*GetDiscoverySummaryOutput) SetConnectorSummary ¶
func (s *GetDiscoverySummaryOutput) SetConnectorSummary(v *CustomerConnectorInfo) *GetDiscoverySummaryOutput
SetConnectorSummary sets the ConnectorSummary field's value.
func (*GetDiscoverySummaryOutput) SetMeCollectorSummary ¶
func (s *GetDiscoverySummaryOutput) SetMeCollectorSummary(v *CustomerMeCollectorInfo) *GetDiscoverySummaryOutput
SetMeCollectorSummary sets the MeCollectorSummary field's value.
func (*GetDiscoverySummaryOutput) SetServers ¶
func (s *GetDiscoverySummaryOutput) SetServers(v int64) *GetDiscoverySummaryOutput
SetServers sets the Servers field's value.
func (*GetDiscoverySummaryOutput) SetServersMappedToApplications ¶
func (s *GetDiscoverySummaryOutput) SetServersMappedToApplications(v int64) *GetDiscoverySummaryOutput
SetServersMappedToApplications sets the ServersMappedToApplications field's value.
func (*GetDiscoverySummaryOutput) SetServersMappedtoTags ¶
func (s *GetDiscoverySummaryOutput) SetServersMappedtoTags(v int64) *GetDiscoverySummaryOutput
SetServersMappedtoTags sets the ServersMappedtoTags field's value.
func (GetDiscoverySummaryOutput) String ¶
func (s GetDiscoverySummaryOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type HomeRegionNotSetException ¶
type HomeRegionNotSetException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The home Region is not set. Set the home Region to continue.
func (*HomeRegionNotSetException) Code ¶
func (s *HomeRegionNotSetException) Code() string
Code returns the exception type name.
func (*HomeRegionNotSetException) Error ¶
func (s *HomeRegionNotSetException) Error() string
func (HomeRegionNotSetException) GoString ¶
func (s HomeRegionNotSetException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*HomeRegionNotSetException) Message ¶
func (s *HomeRegionNotSetException) Message() string
Message returns the exception's message.
func (*HomeRegionNotSetException) OrigErr ¶
func (s *HomeRegionNotSetException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*HomeRegionNotSetException) RequestID ¶
func (s *HomeRegionNotSetException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*HomeRegionNotSetException) StatusCode ¶
func (s *HomeRegionNotSetException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (HomeRegionNotSetException) String ¶
func (s HomeRegionNotSetException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ImportTask ¶
type ImportTask struct { // The total number of application records in the import file that failed to // be imported. ApplicationImportFailure *int64 `locationName:"applicationImportFailure" type:"integer"` // The total number of application records in the import file that were successfully // imported. ApplicationImportSuccess *int64 `locationName:"applicationImportSuccess" type:"integer"` // A unique token used to prevent the same import request from occurring more // than once. If you didn't provide a token, a token was automatically generated // when the import task request was sent. ClientRequestToken *string `locationName:"clientRequestToken" min:"1" type:"string"` // A link to a compressed archive folder (in the ZIP format) that contains an // error log and a file of failed records. You can use these two files to quickly // identify records that failed, why they failed, and correct those records. // Afterward, you can upload the corrected file to your Amazon S3 bucket and // create another import task request. // // This field also includes authorization information so you can confirm the // authenticity of the compressed archive before you download it. // // If some records failed to be imported we recommend that you correct the records // in the failed entries file and then imports that failed entries file. This // prevents you from having to correct and update the larger original file and // attempt importing it again. ErrorsAndFailedEntriesZip *string `locationName:"errorsAndFailedEntriesZip" type:"string"` // The time that the import task request finished, presented in the Unix time // stamp format. ImportCompletionTime *time.Time `locationName:"importCompletionTime" type:"timestamp"` // The time that the import task request was deleted, presented in the Unix // time stamp format. ImportDeletedTime *time.Time `locationName:"importDeletedTime" type:"timestamp"` // The time that the import task request was made, presented in the Unix time // stamp format. ImportRequestTime *time.Time `locationName:"importRequestTime" type:"timestamp"` // The unique ID for a specific import task. These IDs aren't globally unique, // but they are unique within an Amazon Web Services account. ImportTaskId *string `locationName:"importTaskId" type:"string"` // The URL for your import file that you've uploaded to Amazon S3. ImportUrl *string `locationName:"importUrl" min:"1" type:"string"` // A descriptive name for an import task. You can use this name to filter future // requests related to this import task, such as identifying applications and // servers that were included in this import task. We recommend that you use // a meaningful name for each import task. Name *string `locationName:"name" min:"1" type:"string"` // The total number of server records in the import file that failed to be imported. ServerImportFailure *int64 `locationName:"serverImportFailure" type:"integer"` // The total number of server records in the import file that were successfully // imported. ServerImportSuccess *int64 `locationName:"serverImportSuccess" type:"integer"` // The status of the import task. An import can have the status of IMPORT_COMPLETE // and still have some records fail to import from the overall request. More // information can be found in the downloadable archive defined in the errorsAndFailedEntriesZip // field, or in the Migration Hub management console. Status *string `locationName:"status" type:"string" enum:"ImportStatus"` // contains filtered or unexported fields }
An array of information related to the import task request that includes status information, times, IDs, the Amazon S3 Object URL for the import file, and more.
func (ImportTask) GoString ¶
func (s ImportTask) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ImportTask) SetApplicationImportFailure ¶
func (s *ImportTask) SetApplicationImportFailure(v int64) *ImportTask
SetApplicationImportFailure sets the ApplicationImportFailure field's value.
func (*ImportTask) SetApplicationImportSuccess ¶
func (s *ImportTask) SetApplicationImportSuccess(v int64) *ImportTask
SetApplicationImportSuccess sets the ApplicationImportSuccess field's value.
func (*ImportTask) SetClientRequestToken ¶
func (s *ImportTask) SetClientRequestToken(v string) *ImportTask
SetClientRequestToken sets the ClientRequestToken field's value.
func (*ImportTask) SetErrorsAndFailedEntriesZip ¶
func (s *ImportTask) SetErrorsAndFailedEntriesZip(v string) *ImportTask
SetErrorsAndFailedEntriesZip sets the ErrorsAndFailedEntriesZip field's value.
func (*ImportTask) SetImportCompletionTime ¶
func (s *ImportTask) SetImportCompletionTime(v time.Time) *ImportTask
SetImportCompletionTime sets the ImportCompletionTime field's value.
func (*ImportTask) SetImportDeletedTime ¶
func (s *ImportTask) SetImportDeletedTime(v time.Time) *ImportTask
SetImportDeletedTime sets the ImportDeletedTime field's value.
func (*ImportTask) SetImportRequestTime ¶
func (s *ImportTask) SetImportRequestTime(v time.Time) *ImportTask
SetImportRequestTime sets the ImportRequestTime field's value.
func (*ImportTask) SetImportTaskId ¶
func (s *ImportTask) SetImportTaskId(v string) *ImportTask
SetImportTaskId sets the ImportTaskId field's value.
func (*ImportTask) SetImportUrl ¶
func (s *ImportTask) SetImportUrl(v string) *ImportTask
SetImportUrl sets the ImportUrl field's value.
func (*ImportTask) SetName ¶
func (s *ImportTask) SetName(v string) *ImportTask
SetName sets the Name field's value.
func (*ImportTask) SetServerImportFailure ¶
func (s *ImportTask) SetServerImportFailure(v int64) *ImportTask
SetServerImportFailure sets the ServerImportFailure field's value.
func (*ImportTask) SetServerImportSuccess ¶
func (s *ImportTask) SetServerImportSuccess(v int64) *ImportTask
SetServerImportSuccess sets the ServerImportSuccess field's value.
func (*ImportTask) SetStatus ¶
func (s *ImportTask) SetStatus(v string) *ImportTask
SetStatus sets the Status field's value.
func (ImportTask) String ¶
func (s ImportTask) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ImportTaskFilter ¶
type ImportTaskFilter struct { // The name, status, or import task ID for a specific import task. Name *string `locationName:"name" type:"string" enum:"ImportTaskFilterName"` // An array of strings that you can provide to match against a specific name, // status, or import task ID to filter the results for your import task queries. Values []*string `locationName:"values" min:"1" type:"list"` // contains filtered or unexported fields }
A name-values pair of elements you can use to filter the results when querying your import tasks. Currently, wildcards are not supported for filters.
When filtering by import status, all other filter values are ignored.
func (ImportTaskFilter) GoString ¶
func (s ImportTaskFilter) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ImportTaskFilter) SetName ¶
func (s *ImportTaskFilter) SetName(v string) *ImportTaskFilter
SetName sets the Name field's value.
func (*ImportTaskFilter) SetValues ¶
func (s *ImportTaskFilter) SetValues(v []*string) *ImportTaskFilter
SetValues sets the Values field's value.
func (ImportTaskFilter) String ¶
func (s ImportTaskFilter) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ImportTaskFilter) Validate ¶
func (s *ImportTaskFilter) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InvalidParameterException ¶
type InvalidParameterException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
One or more parameters are not valid. Verify the parameters and try again.
func (*InvalidParameterException) Code ¶
func (s *InvalidParameterException) Code() string
Code returns the exception type name.
func (*InvalidParameterException) Error ¶
func (s *InvalidParameterException) Error() string
func (InvalidParameterException) GoString ¶
func (s InvalidParameterException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidParameterException) Message ¶
func (s *InvalidParameterException) Message() string
Message returns the exception's message.
func (*InvalidParameterException) OrigErr ¶
func (s *InvalidParameterException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidParameterException) RequestID ¶
func (s *InvalidParameterException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidParameterException) StatusCode ¶
func (s *InvalidParameterException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidParameterException) String ¶
func (s InvalidParameterException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidParameterValueException ¶
type InvalidParameterValueException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
func (*InvalidParameterValueException) Code ¶
func (s *InvalidParameterValueException) Code() string
Code returns the exception type name.
func (*InvalidParameterValueException) Error ¶
func (s *InvalidParameterValueException) Error() string
func (InvalidParameterValueException) GoString ¶
func (s InvalidParameterValueException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidParameterValueException) Message ¶
func (s *InvalidParameterValueException) Message() string
Message returns the exception's message.
func (*InvalidParameterValueException) OrigErr ¶
func (s *InvalidParameterValueException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidParameterValueException) RequestID ¶
func (s *InvalidParameterValueException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidParameterValueException) StatusCode ¶
func (s *InvalidParameterValueException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidParameterValueException) String ¶
func (s InvalidParameterValueException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type LimitExceededException ¶
type LimitExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The limit of 200 configuration IDs per request has been exceeded.
func (*LimitExceededException) Code ¶
func (s *LimitExceededException) Code() string
Code returns the exception type name.
func (*LimitExceededException) Error ¶
func (s *LimitExceededException) Error() string
func (LimitExceededException) GoString ¶
func (s LimitExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LimitExceededException) Message ¶
func (s *LimitExceededException) Message() string
Message returns the exception's message.
func (*LimitExceededException) OrigErr ¶
func (s *LimitExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*LimitExceededException) RequestID ¶
func (s *LimitExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*LimitExceededException) StatusCode ¶
func (s *LimitExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (LimitExceededException) String ¶
func (s LimitExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListConfigurationsInput ¶
type ListConfigurationsInput struct { // A valid configuration identified by Application Discovery Service. // // ConfigurationType is a required field ConfigurationType *string `locationName:"configurationType" type:"string" required:"true" enum:"ConfigurationItemType"` // You can filter the request using various logical operators and a key-value // format. For example: // // {"key": "serverType", "value": "webServer"} // // For a complete list of filter options and guidance about using them with // this action, see Using the ListConfigurations Action (https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#ListConfigurations) // in the Amazon Web Services Application Discovery Service User Guide. Filters []*Filter `locationName:"filters" type:"list"` // The total number of items to return. The maximum value is 100. MaxResults *int64 `locationName:"maxResults" type:"integer"` // Token to retrieve the next set of results. For example, if a previous call // to ListConfigurations returned 100 items, but you set ListConfigurationsRequest$maxResults // to 10, you received a set of 10 results along with a token. Use that token // in this query to get the next set of 10. NextToken *string `locationName:"nextToken" type:"string"` // Certain filter criteria return output that can be sorted in ascending or // descending order. For a list of output characteristics for each filter, see // Using the ListConfigurations Action (https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#ListConfigurations) // in the Amazon Web Services Application Discovery Service User Guide. OrderBy []*OrderByElement `locationName:"orderBy" type:"list"` // contains filtered or unexported fields }
func (ListConfigurationsInput) GoString ¶
func (s ListConfigurationsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListConfigurationsInput) SetConfigurationType ¶
func (s *ListConfigurationsInput) SetConfigurationType(v string) *ListConfigurationsInput
SetConfigurationType sets the ConfigurationType field's value.
func (*ListConfigurationsInput) SetFilters ¶
func (s *ListConfigurationsInput) SetFilters(v []*Filter) *ListConfigurationsInput
SetFilters sets the Filters field's value.
func (*ListConfigurationsInput) SetMaxResults ¶
func (s *ListConfigurationsInput) SetMaxResults(v int64) *ListConfigurationsInput
SetMaxResults sets the MaxResults field's value.
func (*ListConfigurationsInput) SetNextToken ¶
func (s *ListConfigurationsInput) SetNextToken(v string) *ListConfigurationsInput
SetNextToken sets the NextToken field's value.
func (*ListConfigurationsInput) SetOrderBy ¶
func (s *ListConfigurationsInput) SetOrderBy(v []*OrderByElement) *ListConfigurationsInput
SetOrderBy sets the OrderBy field's value.
func (ListConfigurationsInput) String ¶
func (s ListConfigurationsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListConfigurationsInput) Validate ¶
func (s *ListConfigurationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListConfigurationsOutput ¶
type ListConfigurationsOutput struct { // Returns configuration details, including the configuration ID, attribute // names, and attribute values. Configurations []map[string]*string `locationName:"configurations" type:"list"` // Token to retrieve the next set of results. For example, if your call to ListConfigurations // returned 100 items, but you set ListConfigurationsRequest$maxResults to 10, // you received a set of 10 results along with this token. Use this token in // the next query to retrieve the next set of 10. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListConfigurationsOutput) GoString ¶
func (s ListConfigurationsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListConfigurationsOutput) SetConfigurations ¶
func (s *ListConfigurationsOutput) SetConfigurations(v []map[string]*string) *ListConfigurationsOutput
SetConfigurations sets the Configurations field's value.
func (*ListConfigurationsOutput) SetNextToken ¶
func (s *ListConfigurationsOutput) SetNextToken(v string) *ListConfigurationsOutput
SetNextToken sets the NextToken field's value.
func (ListConfigurationsOutput) String ¶
func (s ListConfigurationsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListServerNeighborsInput ¶
type ListServerNeighborsInput struct { // Configuration ID of the server for which neighbors are being listed. // // ConfigurationId is a required field ConfigurationId *string `locationName:"configurationId" type:"string" required:"true"` // Maximum number of results to return in a single page of output. MaxResults *int64 `locationName:"maxResults" type:"integer"` // List of configuration IDs to test for one-hop-away. NeighborConfigurationIds []*string `locationName:"neighborConfigurationIds" type:"list"` // Token to retrieve the next set of results. For example, if you previously // specified 100 IDs for ListServerNeighborsRequest$neighborConfigurationIds // but set ListServerNeighborsRequest$maxResults to 10, you received a set of // 10 results along with a token. Use that token in this query to get the next // set of 10. NextToken *string `locationName:"nextToken" type:"string"` // Flag to indicate if port and protocol information is needed as part of the // response. PortInformationNeeded *bool `locationName:"portInformationNeeded" type:"boolean"` // contains filtered or unexported fields }
func (ListServerNeighborsInput) GoString ¶
func (s ListServerNeighborsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListServerNeighborsInput) SetConfigurationId ¶
func (s *ListServerNeighborsInput) SetConfigurationId(v string) *ListServerNeighborsInput
SetConfigurationId sets the ConfigurationId field's value.
func (*ListServerNeighborsInput) SetMaxResults ¶
func (s *ListServerNeighborsInput) SetMaxResults(v int64) *ListServerNeighborsInput
SetMaxResults sets the MaxResults field's value.
func (*ListServerNeighborsInput) SetNeighborConfigurationIds ¶
func (s *ListServerNeighborsInput) SetNeighborConfigurationIds(v []*string) *ListServerNeighborsInput
SetNeighborConfigurationIds sets the NeighborConfigurationIds field's value.
func (*ListServerNeighborsInput) SetNextToken ¶
func (s *ListServerNeighborsInput) SetNextToken(v string) *ListServerNeighborsInput
SetNextToken sets the NextToken field's value.
func (*ListServerNeighborsInput) SetPortInformationNeeded ¶
func (s *ListServerNeighborsInput) SetPortInformationNeeded(v bool) *ListServerNeighborsInput
SetPortInformationNeeded sets the PortInformationNeeded field's value.
func (ListServerNeighborsInput) String ¶
func (s ListServerNeighborsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListServerNeighborsInput) Validate ¶
func (s *ListServerNeighborsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListServerNeighborsOutput ¶
type ListServerNeighborsOutput struct { // Count of distinct servers that are one hop away from the given server. KnownDependencyCount *int64 `locationName:"knownDependencyCount" type:"long"` // List of distinct servers that are one hop away from the given server. // // Neighbors is a required field Neighbors []*NeighborConnectionDetail `locationName:"neighbors" type:"list" required:"true"` // Token to retrieve the next set of results. For example, if you specified // 100 IDs for ListServerNeighborsRequest$neighborConfigurationIds but set ListServerNeighborsRequest$maxResults // to 10, you received a set of 10 results along with this token. Use this token // in the next query to retrieve the next set of 10. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListServerNeighborsOutput) GoString ¶
func (s ListServerNeighborsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListServerNeighborsOutput) SetKnownDependencyCount ¶
func (s *ListServerNeighborsOutput) SetKnownDependencyCount(v int64) *ListServerNeighborsOutput
SetKnownDependencyCount sets the KnownDependencyCount field's value.
func (*ListServerNeighborsOutput) SetNeighbors ¶
func (s *ListServerNeighborsOutput) SetNeighbors(v []*NeighborConnectionDetail) *ListServerNeighborsOutput
SetNeighbors sets the Neighbors field's value.
func (*ListServerNeighborsOutput) SetNextToken ¶
func (s *ListServerNeighborsOutput) SetNextToken(v string) *ListServerNeighborsOutput
SetNextToken sets the NextToken field's value.
func (ListServerNeighborsOutput) String ¶
func (s ListServerNeighborsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type NeighborConnectionDetail ¶
type NeighborConnectionDetail struct { // The number of open network connections with the neighboring server. // // ConnectionsCount is a required field ConnectionsCount *int64 `locationName:"connectionsCount" type:"long" required:"true"` // The destination network port for the connection. DestinationPort *int64 `locationName:"destinationPort" type:"integer"` // The ID of the server that accepted the network connection. // // DestinationServerId is a required field DestinationServerId *string `locationName:"destinationServerId" type:"string" required:"true"` // The ID of the server that opened the network connection. // // SourceServerId is a required field SourceServerId *string `locationName:"sourceServerId" type:"string" required:"true"` // The network protocol used for the connection. TransportProtocol *string `locationName:"transportProtocol" type:"string"` // contains filtered or unexported fields }
Details about neighboring servers.
func (NeighborConnectionDetail) GoString ¶
func (s NeighborConnectionDetail) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NeighborConnectionDetail) SetConnectionsCount ¶
func (s *NeighborConnectionDetail) SetConnectionsCount(v int64) *NeighborConnectionDetail
SetConnectionsCount sets the ConnectionsCount field's value.
func (*NeighborConnectionDetail) SetDestinationPort ¶
func (s *NeighborConnectionDetail) SetDestinationPort(v int64) *NeighborConnectionDetail
SetDestinationPort sets the DestinationPort field's value.
func (*NeighborConnectionDetail) SetDestinationServerId ¶
func (s *NeighborConnectionDetail) SetDestinationServerId(v string) *NeighborConnectionDetail
SetDestinationServerId sets the DestinationServerId field's value.
func (*NeighborConnectionDetail) SetSourceServerId ¶
func (s *NeighborConnectionDetail) SetSourceServerId(v string) *NeighborConnectionDetail
SetSourceServerId sets the SourceServerId field's value.
func (*NeighborConnectionDetail) SetTransportProtocol ¶
func (s *NeighborConnectionDetail) SetTransportProtocol(v string) *NeighborConnectionDetail
SetTransportProtocol sets the TransportProtocol field's value.
func (NeighborConnectionDetail) String ¶
func (s NeighborConnectionDetail) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type OperationNotPermittedException ¶
type OperationNotPermittedException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
This operation is not permitted.
func (*OperationNotPermittedException) Code ¶
func (s *OperationNotPermittedException) Code() string
Code returns the exception type name.
func (*OperationNotPermittedException) Error ¶
func (s *OperationNotPermittedException) Error() string
func (OperationNotPermittedException) GoString ¶
func (s OperationNotPermittedException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OperationNotPermittedException) Message ¶
func (s *OperationNotPermittedException) Message() string
Message returns the exception's message.
func (*OperationNotPermittedException) OrigErr ¶
func (s *OperationNotPermittedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*OperationNotPermittedException) RequestID ¶
func (s *OperationNotPermittedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*OperationNotPermittedException) StatusCode ¶
func (s *OperationNotPermittedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (OperationNotPermittedException) String ¶
func (s OperationNotPermittedException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type OrderByElement ¶
type OrderByElement struct { // The field on which to order. // // FieldName is a required field FieldName *string `locationName:"fieldName" type:"string" required:"true"` // Ordering direction. SortOrder *string `locationName:"sortOrder" type:"string" enum:"OrderString"` // contains filtered or unexported fields }
A field and direction for ordered output.
func (OrderByElement) GoString ¶
func (s OrderByElement) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OrderByElement) SetFieldName ¶
func (s *OrderByElement) SetFieldName(v string) *OrderByElement
SetFieldName sets the FieldName field's value.
func (*OrderByElement) SetSortOrder ¶
func (s *OrderByElement) SetSortOrder(v string) *OrderByElement
SetSortOrder sets the SortOrder field's value.
func (OrderByElement) String ¶
func (s OrderByElement) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OrderByElement) Validate ¶
func (s *OrderByElement) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ReservedInstanceOptions ¶
type ReservedInstanceOptions struct { // The flexibility to change the instance types needed for your Reserved Instance. // // OfferingClass is a required field OfferingClass *string `locationName:"offeringClass" type:"string" required:"true" enum:"OfferingClass"` // The payment plan to use for your Reserved Instance. // // PurchasingOption is a required field PurchasingOption *string `locationName:"purchasingOption" type:"string" required:"true" enum:"PurchasingOption"` // The preferred duration of the Reserved Instance term. // // TermLength is a required field TermLength *string `locationName:"termLength" type:"string" required:"true" enum:"TermLength"` // contains filtered or unexported fields }
Used to provide Reserved Instance preferences for the recommendation.
func (ReservedInstanceOptions) GoString ¶
func (s ReservedInstanceOptions) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ReservedInstanceOptions) SetOfferingClass ¶
func (s *ReservedInstanceOptions) SetOfferingClass(v string) *ReservedInstanceOptions
SetOfferingClass sets the OfferingClass field's value.
func (*ReservedInstanceOptions) SetPurchasingOption ¶
func (s *ReservedInstanceOptions) SetPurchasingOption(v string) *ReservedInstanceOptions
SetPurchasingOption sets the PurchasingOption field's value.
func (*ReservedInstanceOptions) SetTermLength ¶
func (s *ReservedInstanceOptions) SetTermLength(v string) *ReservedInstanceOptions
SetTermLength sets the TermLength field's value.
func (ReservedInstanceOptions) String ¶
func (s ReservedInstanceOptions) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ReservedInstanceOptions) Validate ¶
func (s *ReservedInstanceOptions) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResourceInUseException ¶
type ResourceInUseException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
This issue occurs when the same clientRequestToken is used with the StartImportTask action, but with different parameters. For example, you use the same request token but have two different import URLs, you can encounter this issue. If the import tasks are meant to be different, use a different clientRequestToken, and try again.
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 ResourceNotFoundException ¶
type ResourceNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified configuration ID was not located. Verify the configuration ID and try again.
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 ServerInternalErrorException ¶
type ServerInternalErrorException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The server experienced an internal error. Try again.
func (*ServerInternalErrorException) Code ¶
func (s *ServerInternalErrorException) Code() string
Code returns the exception type name.
func (*ServerInternalErrorException) Error ¶
func (s *ServerInternalErrorException) Error() string
func (ServerInternalErrorException) GoString ¶
func (s ServerInternalErrorException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServerInternalErrorException) Message ¶
func (s *ServerInternalErrorException) Message() string
Message returns the exception's message.
func (*ServerInternalErrorException) OrigErr ¶
func (s *ServerInternalErrorException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ServerInternalErrorException) RequestID ¶
func (s *ServerInternalErrorException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ServerInternalErrorException) StatusCode ¶
func (s *ServerInternalErrorException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ServerInternalErrorException) String ¶
func (s ServerInternalErrorException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StartBatchDeleteConfigurationTaskInput ¶
type StartBatchDeleteConfigurationTaskInput struct { // The list of configuration IDs that will be deleted by the task. // // ConfigurationIds is a required field ConfigurationIds []*string `locationName:"configurationIds" type:"list" required:"true"` // The type of configuration item to delete. Supported types are: SERVER. // // ConfigurationType is a required field ConfigurationType *string `locationName:"configurationType" type:"string" required:"true" enum:"DeletionConfigurationItemType"` // contains filtered or unexported fields }
func (StartBatchDeleteConfigurationTaskInput) GoString ¶
func (s StartBatchDeleteConfigurationTaskInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartBatchDeleteConfigurationTaskInput) SetConfigurationIds ¶
func (s *StartBatchDeleteConfigurationTaskInput) SetConfigurationIds(v []*string) *StartBatchDeleteConfigurationTaskInput
SetConfigurationIds sets the ConfigurationIds field's value.
func (*StartBatchDeleteConfigurationTaskInput) SetConfigurationType ¶
func (s *StartBatchDeleteConfigurationTaskInput) SetConfigurationType(v string) *StartBatchDeleteConfigurationTaskInput
SetConfigurationType sets the ConfigurationType field's value.
func (StartBatchDeleteConfigurationTaskInput) String ¶
func (s StartBatchDeleteConfigurationTaskInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartBatchDeleteConfigurationTaskInput) Validate ¶
func (s *StartBatchDeleteConfigurationTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartBatchDeleteConfigurationTaskOutput ¶
type StartBatchDeleteConfigurationTaskOutput struct { // The unique identifier associated with the newly started deletion task. TaskId *string `locationName:"taskId" type:"string"` // contains filtered or unexported fields }
func (StartBatchDeleteConfigurationTaskOutput) GoString ¶
func (s StartBatchDeleteConfigurationTaskOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartBatchDeleteConfigurationTaskOutput) SetTaskId ¶
func (s *StartBatchDeleteConfigurationTaskOutput) SetTaskId(v string) *StartBatchDeleteConfigurationTaskOutput
SetTaskId sets the TaskId field's value.
func (StartBatchDeleteConfigurationTaskOutput) String ¶
func (s StartBatchDeleteConfigurationTaskOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StartContinuousExportInput ¶
type StartContinuousExportInput struct {
// contains filtered or unexported fields
}
func (StartContinuousExportInput) GoString ¶
func (s StartContinuousExportInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (StartContinuousExportInput) String ¶
func (s StartContinuousExportInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StartContinuousExportOutput ¶
type StartContinuousExportOutput struct { // The type of data collector used to gather this data (currently only offered // for AGENT). DataSource *string `locationName:"dataSource" type:"string" enum:"DataSource"` // The unique ID assigned to this export. ExportId *string `locationName:"exportId" type:"string"` // The name of the s3 bucket where the export data parquet files are stored. S3Bucket *string `locationName:"s3Bucket" type:"string"` // A dictionary which describes how the data is stored. // // * databaseName - the name of the Glue database used to store the schema. SchemaStorageConfig map[string]*string `locationName:"schemaStorageConfig" type:"map"` // The timestamp representing when the continuous export was started. StartTime *time.Time `locationName:"startTime" type:"timestamp"` // contains filtered or unexported fields }
func (StartContinuousExportOutput) GoString ¶
func (s StartContinuousExportOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartContinuousExportOutput) SetDataSource ¶
func (s *StartContinuousExportOutput) SetDataSource(v string) *StartContinuousExportOutput
SetDataSource sets the DataSource field's value.
func (*StartContinuousExportOutput) SetExportId ¶
func (s *StartContinuousExportOutput) SetExportId(v string) *StartContinuousExportOutput
SetExportId sets the ExportId field's value.
func (*StartContinuousExportOutput) SetS3Bucket ¶
func (s *StartContinuousExportOutput) SetS3Bucket(v string) *StartContinuousExportOutput
SetS3Bucket sets the S3Bucket field's value.
func (*StartContinuousExportOutput) SetSchemaStorageConfig ¶
func (s *StartContinuousExportOutput) SetSchemaStorageConfig(v map[string]*string) *StartContinuousExportOutput
SetSchemaStorageConfig sets the SchemaStorageConfig field's value.
func (*StartContinuousExportOutput) SetStartTime ¶
func (s *StartContinuousExportOutput) SetStartTime(v time.Time) *StartContinuousExportOutput
SetStartTime sets the StartTime field's value.
func (StartContinuousExportOutput) String ¶
func (s StartContinuousExportOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StartDataCollectionByAgentIdsInput ¶
type StartDataCollectionByAgentIdsInput struct { // The IDs of the agents from which to start collecting data. If you send a // request to an agent ID that you do not have permission to contact, according // to your Amazon Web Services account, the service does not throw an exception. // Instead, it returns the error in the Description field. If you send a request // to multiple agents and you do not have permission to contact some of those // agents, the system does not throw an exception. Instead, the system shows // Failed in the Description field. // // AgentIds is a required field AgentIds []*string `locationName:"agentIds" type:"list" required:"true"` // contains filtered or unexported fields }
func (StartDataCollectionByAgentIdsInput) GoString ¶
func (s StartDataCollectionByAgentIdsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartDataCollectionByAgentIdsInput) SetAgentIds ¶
func (s *StartDataCollectionByAgentIdsInput) SetAgentIds(v []*string) *StartDataCollectionByAgentIdsInput
SetAgentIds sets the AgentIds field's value.
func (StartDataCollectionByAgentIdsInput) String ¶
func (s StartDataCollectionByAgentIdsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartDataCollectionByAgentIdsInput) Validate ¶
func (s *StartDataCollectionByAgentIdsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartDataCollectionByAgentIdsOutput ¶
type StartDataCollectionByAgentIdsOutput struct { // Information about agents that were instructed to start collecting data. Information // includes the agent ID, a description of the operation performed, and whether // the agent configuration was updated. AgentsConfigurationStatus []*AgentConfigurationStatus `locationName:"agentsConfigurationStatus" type:"list"` // contains filtered or unexported fields }
func (StartDataCollectionByAgentIdsOutput) GoString ¶
func (s StartDataCollectionByAgentIdsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartDataCollectionByAgentIdsOutput) SetAgentsConfigurationStatus ¶
func (s *StartDataCollectionByAgentIdsOutput) SetAgentsConfigurationStatus(v []*AgentConfigurationStatus) *StartDataCollectionByAgentIdsOutput
SetAgentsConfigurationStatus sets the AgentsConfigurationStatus field's value.
func (StartDataCollectionByAgentIdsOutput) String ¶
func (s StartDataCollectionByAgentIdsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StartExportTaskInput ¶
type StartExportTaskInput struct { // The end timestamp for exported data from the single Application Discovery // Agent selected in the filters. If no value is specified, exported data includes // the most recent data collected by the agent. EndTime *time.Time `locationName:"endTime" type:"timestamp"` // The file format for the returned export data. Default value is CSV. Note: // The GRAPHML option has been deprecated. ExportDataFormat []*string `locationName:"exportDataFormat" type:"list" enum:"ExportDataFormat"` // If a filter is present, it selects the single agentId of the Application // Discovery Agent for which data is exported. The agentId can be found in the // results of the DescribeAgents API or CLI. If no filter is present, startTime // and endTime are ignored and exported data includes both Amazon Web Services // Application Discovery Service Agentless Collector collectors data and summary // data from Application Discovery Agent agents. Filters []*ExportFilter `locationName:"filters" type:"list"` // Indicates the type of data that needs to be exported. Only one ExportPreferences // (https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_ExportPreferences.html) // can be enabled at any time. Preferences *ExportPreferences `locationName:"preferences" type:"structure"` // The start timestamp for exported data from the single Application Discovery // Agent selected in the filters. If no value is specified, data is exported // starting from the first data collected by the agent. StartTime *time.Time `locationName:"startTime" type:"timestamp"` // contains filtered or unexported fields }
func (StartExportTaskInput) GoString ¶
func (s StartExportTaskInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartExportTaskInput) SetEndTime ¶
func (s *StartExportTaskInput) SetEndTime(v time.Time) *StartExportTaskInput
SetEndTime sets the EndTime field's value.
func (*StartExportTaskInput) SetExportDataFormat ¶
func (s *StartExportTaskInput) SetExportDataFormat(v []*string) *StartExportTaskInput
SetExportDataFormat sets the ExportDataFormat field's value.
func (*StartExportTaskInput) SetFilters ¶
func (s *StartExportTaskInput) SetFilters(v []*ExportFilter) *StartExportTaskInput
SetFilters sets the Filters field's value.
func (*StartExportTaskInput) SetPreferences ¶
func (s *StartExportTaskInput) SetPreferences(v *ExportPreferences) *StartExportTaskInput
SetPreferences sets the Preferences field's value.
func (*StartExportTaskInput) SetStartTime ¶
func (s *StartExportTaskInput) SetStartTime(v time.Time) *StartExportTaskInput
SetStartTime sets the StartTime field's value.
func (StartExportTaskInput) String ¶
func (s StartExportTaskInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartExportTaskInput) Validate ¶
func (s *StartExportTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartExportTaskOutput ¶
type StartExportTaskOutput struct { // A unique identifier used to query the status of an export request. ExportId *string `locationName:"exportId" type:"string"` // contains filtered or unexported fields }
func (StartExportTaskOutput) GoString ¶
func (s StartExportTaskOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartExportTaskOutput) SetExportId ¶
func (s *StartExportTaskOutput) SetExportId(v string) *StartExportTaskOutput
SetExportId sets the ExportId field's value.
func (StartExportTaskOutput) String ¶
func (s StartExportTaskOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StartImportTaskInput ¶
type StartImportTaskInput struct { // Optional. A unique token that you can provide to prevent the same import // request from occurring more than once. If you don't provide a token, a token // is automatically generated. // // Sending more than one StartImportTask request with the same client request // token will return information about the original import task with that client // request token. ClientRequestToken *string `locationName:"clientRequestToken" min:"1" type:"string" idempotencyToken:"true"` // The URL for your import file that you've uploaded to Amazon S3. // // If you're using the Amazon Web Services CLI, this URL is structured as follows: // s3://BucketName/ImportFileName.CSV // // ImportUrl is a required field ImportUrl *string `locationName:"importUrl" min:"1" type:"string" required:"true"` // A descriptive name for this request. You can use this name to filter future // requests related to this import task, such as identifying applications and // servers that were included in this import task. We recommend that you use // a meaningful name for each import task. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (StartImportTaskInput) GoString ¶
func (s StartImportTaskInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartImportTaskInput) SetClientRequestToken ¶
func (s *StartImportTaskInput) SetClientRequestToken(v string) *StartImportTaskInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*StartImportTaskInput) SetImportUrl ¶
func (s *StartImportTaskInput) SetImportUrl(v string) *StartImportTaskInput
SetImportUrl sets the ImportUrl field's value.
func (*StartImportTaskInput) SetName ¶
func (s *StartImportTaskInput) SetName(v string) *StartImportTaskInput
SetName sets the Name field's value.
func (StartImportTaskInput) String ¶
func (s StartImportTaskInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartImportTaskInput) Validate ¶
func (s *StartImportTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartImportTaskOutput ¶
type StartImportTaskOutput struct { // An array of information related to the import task request including status // information, times, IDs, the Amazon S3 Object URL for the import file, and // more. Task *ImportTask `locationName:"task" type:"structure"` // contains filtered or unexported fields }
func (StartImportTaskOutput) GoString ¶
func (s StartImportTaskOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartImportTaskOutput) SetTask ¶
func (s *StartImportTaskOutput) SetTask(v *ImportTask) *StartImportTaskOutput
SetTask sets the Task field's value.
func (StartImportTaskOutput) String ¶
func (s StartImportTaskOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StopContinuousExportInput ¶
type StopContinuousExportInput struct { // The unique ID assigned to this export. // // ExportId is a required field ExportId *string `locationName:"exportId" type:"string" required:"true"` // contains filtered or unexported fields }
func (StopContinuousExportInput) GoString ¶
func (s StopContinuousExportInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StopContinuousExportInput) SetExportId ¶
func (s *StopContinuousExportInput) SetExportId(v string) *StopContinuousExportInput
SetExportId sets the ExportId field's value.
func (StopContinuousExportInput) String ¶
func (s StopContinuousExportInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StopContinuousExportInput) Validate ¶
func (s *StopContinuousExportInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopContinuousExportOutput ¶
type StopContinuousExportOutput struct { // Timestamp that represents when this continuous export started collecting // data. StartTime *time.Time `locationName:"startTime" type:"timestamp"` // Timestamp that represents when this continuous export was stopped. StopTime *time.Time `locationName:"stopTime" type:"timestamp"` // contains filtered or unexported fields }
func (StopContinuousExportOutput) GoString ¶
func (s StopContinuousExportOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StopContinuousExportOutput) SetStartTime ¶
func (s *StopContinuousExportOutput) SetStartTime(v time.Time) *StopContinuousExportOutput
SetStartTime sets the StartTime field's value.
func (*StopContinuousExportOutput) SetStopTime ¶
func (s *StopContinuousExportOutput) SetStopTime(v time.Time) *StopContinuousExportOutput
SetStopTime sets the StopTime field's value.
func (StopContinuousExportOutput) String ¶
func (s StopContinuousExportOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StopDataCollectionByAgentIdsInput ¶
type StopDataCollectionByAgentIdsInput struct { // The IDs of the agents from which to stop collecting data. // // AgentIds is a required field AgentIds []*string `locationName:"agentIds" type:"list" required:"true"` // contains filtered or unexported fields }
func (StopDataCollectionByAgentIdsInput) GoString ¶
func (s StopDataCollectionByAgentIdsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StopDataCollectionByAgentIdsInput) SetAgentIds ¶
func (s *StopDataCollectionByAgentIdsInput) SetAgentIds(v []*string) *StopDataCollectionByAgentIdsInput
SetAgentIds sets the AgentIds field's value.
func (StopDataCollectionByAgentIdsInput) String ¶
func (s StopDataCollectionByAgentIdsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StopDataCollectionByAgentIdsInput) Validate ¶
func (s *StopDataCollectionByAgentIdsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopDataCollectionByAgentIdsOutput ¶
type StopDataCollectionByAgentIdsOutput struct { // Information about the agents that were instructed to stop collecting data. // Information includes the agent ID, a description of the operation performed, // and whether the agent configuration was updated. AgentsConfigurationStatus []*AgentConfigurationStatus `locationName:"agentsConfigurationStatus" type:"list"` // contains filtered or unexported fields }
func (StopDataCollectionByAgentIdsOutput) GoString ¶
func (s StopDataCollectionByAgentIdsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StopDataCollectionByAgentIdsOutput) SetAgentsConfigurationStatus ¶
func (s *StopDataCollectionByAgentIdsOutput) SetAgentsConfigurationStatus(v []*AgentConfigurationStatus) *StopDataCollectionByAgentIdsOutput
SetAgentsConfigurationStatus sets the AgentsConfigurationStatus field's value.
func (StopDataCollectionByAgentIdsOutput) String ¶
func (s StopDataCollectionByAgentIdsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the 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 type of tag on which to filter. // // Key is a required field Key *string `locationName:"key" type:"string" required:"true"` // A value for a tag key on which to filter. // // Value is a required field Value *string `locationName:"value" type:"string" required:"true"` // contains filtered or unexported fields }
Metadata that help you categorize IT assets.
Do not store sensitive information (like personal data) in tags.
func (Tag) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TagFilter ¶
type TagFilter struct { // A name of the tag filter. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // Values for the tag filter. // // Values is a required field Values []*string `locationName:"values" type:"list" required:"true"` // contains filtered or unexported fields }
The tag filter. Valid names are: tagKey, tagValue, configurationId.
func (TagFilter) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateApplicationInput ¶
type UpdateApplicationInput struct { // Configuration ID of the application to be updated. // // ConfigurationId is a required field ConfigurationId *string `locationName:"configurationId" type:"string" required:"true"` // New description of the application to be updated. Description *string `locationName:"description" type:"string"` // New name of the application to be updated. Name *string `locationName:"name" type:"string"` // contains filtered or unexported fields }
func (UpdateApplicationInput) GoString ¶
func (s UpdateApplicationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateApplicationInput) SetConfigurationId ¶
func (s *UpdateApplicationInput) SetConfigurationId(v string) *UpdateApplicationInput
SetConfigurationId sets the ConfigurationId field's value.
func (*UpdateApplicationInput) SetDescription ¶
func (s *UpdateApplicationInput) SetDescription(v string) *UpdateApplicationInput
SetDescription sets the Description field's value.
func (*UpdateApplicationInput) SetName ¶
func (s *UpdateApplicationInput) SetName(v string) *UpdateApplicationInput
SetName sets the Name field's value.
func (UpdateApplicationInput) String ¶
func (s UpdateApplicationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateApplicationInput) Validate ¶
func (s *UpdateApplicationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateApplicationOutput ¶
type UpdateApplicationOutput struct {
// contains filtered or unexported fields
}
func (UpdateApplicationOutput) GoString ¶
func (s UpdateApplicationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UpdateApplicationOutput) String ¶
func (s UpdateApplicationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UsageMetricBasis ¶
type UsageMetricBasis struct { // A utilization metric that is used by the recommendations. Name *string `locationName:"name" type:"string"` // Specifies the percentage of the specified utilization metric that is used // by the recommendations. PercentageAdjust *float64 `locationName:"percentageAdjust" type:"double"` // contains filtered or unexported fields }
Specifies the performance metrics to use for the server that is used for recommendations.
func (UsageMetricBasis) GoString ¶
func (s UsageMetricBasis) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UsageMetricBasis) SetName ¶
func (s *UsageMetricBasis) SetName(v string) *UsageMetricBasis
SetName sets the Name field's value.
func (*UsageMetricBasis) SetPercentageAdjust ¶
func (s *UsageMetricBasis) SetPercentageAdjust(v float64) *UsageMetricBasis
SetPercentageAdjust sets the PercentageAdjust field's value.
func (UsageMetricBasis) String ¶
func (s UsageMetricBasis) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
Directories ¶
Path | Synopsis |
---|---|
Package applicationdiscoveryserviceiface provides an interface to enable mocking the AWS Application Discovery Service service client for testing your code.
|
Package applicationdiscoveryserviceiface provides an interface to enable mocking the AWS Application Discovery Service service client for testing your code. |