Documentation ¶
Overview ¶
Package configservice provides the client and types for making API requests to AWS Config.
AWS Config provides a way to keep track of the configurations of all the AWS resources associated with your AWS account. You can use AWS Config to get the current and historical configurations of each AWS resource and also to get information about the relationship between the resources. An AWS resource can be an Amazon Compute Cloud (Amazon EC2) instance, an Elastic Block Store (EBS) volume, an elastic network Interface (ENI), or a security group. For a complete list of resources currently supported by AWS Config, see Supported AWS Resources (https://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources).
You can access and manage AWS Config through the AWS Management Console, the AWS Command Line Interface (AWS CLI), the AWS Config API, or the AWS SDKs for AWS Config. This reference guide contains documentation for the AWS Config API and the AWS CLI commands that you can use to manage AWS Config. The AWS Config API uses the Signature Version 4 protocol for signing requests. For more information about how to sign a request with this protocol, see Signature Version 4 Signing Process (https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html). For detailed information about AWS Config features and their associated actions or commands, as well as how to work with AWS Management Console, see What Is AWS Config (https://docs.aws.amazon.com/config/latest/developerguide/WhatIsConfig.html) in the AWS Config Developer Guide.
See https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12 for more information on this service.
See configservice package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/configservice/
Using the Client ¶
To contact AWS Config 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 Config client ConfigService for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/configservice/#New
Index ¶
- Constants
- type AccountAggregationSource
- func (s AccountAggregationSource) GoString() string
- func (s *AccountAggregationSource) SetAccountIds(v []*string) *AccountAggregationSource
- func (s *AccountAggregationSource) SetAllAwsRegions(v bool) *AccountAggregationSource
- func (s *AccountAggregationSource) SetAwsRegions(v []*string) *AccountAggregationSource
- func (s AccountAggregationSource) String() string
- func (s *AccountAggregationSource) Validate() error
- type AggregateComplianceByConfigRule
- func (s AggregateComplianceByConfigRule) GoString() string
- func (s *AggregateComplianceByConfigRule) SetAccountId(v string) *AggregateComplianceByConfigRule
- func (s *AggregateComplianceByConfigRule) SetAwsRegion(v string) *AggregateComplianceByConfigRule
- func (s *AggregateComplianceByConfigRule) SetCompliance(v *Compliance) *AggregateComplianceByConfigRule
- func (s *AggregateComplianceByConfigRule) SetConfigRuleName(v string) *AggregateComplianceByConfigRule
- func (s AggregateComplianceByConfigRule) String() string
- type AggregateComplianceCount
- type AggregateEvaluationResult
- func (s AggregateEvaluationResult) GoString() string
- func (s *AggregateEvaluationResult) SetAccountId(v string) *AggregateEvaluationResult
- func (s *AggregateEvaluationResult) SetAnnotation(v string) *AggregateEvaluationResult
- func (s *AggregateEvaluationResult) SetAwsRegion(v string) *AggregateEvaluationResult
- func (s *AggregateEvaluationResult) SetComplianceType(v string) *AggregateEvaluationResult
- func (s *AggregateEvaluationResult) SetConfigRuleInvokedTime(v time.Time) *AggregateEvaluationResult
- func (s *AggregateEvaluationResult) SetEvaluationResultIdentifier(v *EvaluationResultIdentifier) *AggregateEvaluationResult
- func (s *AggregateEvaluationResult) SetResultRecordedTime(v time.Time) *AggregateEvaluationResult
- func (s AggregateEvaluationResult) String() string
- type AggregateResourceIdentifier
- func (s AggregateResourceIdentifier) GoString() string
- func (s *AggregateResourceIdentifier) SetResourceId(v string) *AggregateResourceIdentifier
- func (s *AggregateResourceIdentifier) SetResourceName(v string) *AggregateResourceIdentifier
- func (s *AggregateResourceIdentifier) SetResourceType(v string) *AggregateResourceIdentifier
- func (s *AggregateResourceIdentifier) SetSourceAccountId(v string) *AggregateResourceIdentifier
- func (s *AggregateResourceIdentifier) SetSourceRegion(v string) *AggregateResourceIdentifier
- func (s AggregateResourceIdentifier) String() string
- func (s *AggregateResourceIdentifier) Validate() error
- type AggregatedSourceStatus
- func (s AggregatedSourceStatus) GoString() string
- func (s *AggregatedSourceStatus) SetAwsRegion(v string) *AggregatedSourceStatus
- func (s *AggregatedSourceStatus) SetLastErrorCode(v string) *AggregatedSourceStatus
- func (s *AggregatedSourceStatus) SetLastErrorMessage(v string) *AggregatedSourceStatus
- func (s *AggregatedSourceStatus) SetLastUpdateStatus(v string) *AggregatedSourceStatus
- func (s *AggregatedSourceStatus) SetLastUpdateTime(v time.Time) *AggregatedSourceStatus
- func (s *AggregatedSourceStatus) SetSourceId(v string) *AggregatedSourceStatus
- func (s *AggregatedSourceStatus) SetSourceType(v string) *AggregatedSourceStatus
- func (s AggregatedSourceStatus) String() string
- type AggregationAuthorization
- func (s AggregationAuthorization) GoString() string
- func (s *AggregationAuthorization) SetAggregationAuthorizationArn(v string) *AggregationAuthorization
- func (s *AggregationAuthorization) SetAuthorizedAccountId(v string) *AggregationAuthorization
- func (s *AggregationAuthorization) SetAuthorizedAwsRegion(v string) *AggregationAuthorization
- func (s *AggregationAuthorization) SetCreationTime(v time.Time) *AggregationAuthorization
- func (s AggregationAuthorization) String() string
- type BaseConfigurationItem
- func (s BaseConfigurationItem) GoString() string
- func (s *BaseConfigurationItem) SetAccountId(v string) *BaseConfigurationItem
- func (s *BaseConfigurationItem) SetArn(v string) *BaseConfigurationItem
- func (s *BaseConfigurationItem) SetAvailabilityZone(v string) *BaseConfigurationItem
- func (s *BaseConfigurationItem) SetAwsRegion(v string) *BaseConfigurationItem
- func (s *BaseConfigurationItem) SetConfiguration(v string) *BaseConfigurationItem
- func (s *BaseConfigurationItem) SetConfigurationItemCaptureTime(v time.Time) *BaseConfigurationItem
- func (s *BaseConfigurationItem) SetConfigurationItemStatus(v string) *BaseConfigurationItem
- func (s *BaseConfigurationItem) SetConfigurationStateId(v string) *BaseConfigurationItem
- func (s *BaseConfigurationItem) SetResourceCreationTime(v time.Time) *BaseConfigurationItem
- func (s *BaseConfigurationItem) SetResourceId(v string) *BaseConfigurationItem
- func (s *BaseConfigurationItem) SetResourceName(v string) *BaseConfigurationItem
- func (s *BaseConfigurationItem) SetResourceType(v string) *BaseConfigurationItem
- func (s *BaseConfigurationItem) SetSupplementaryConfiguration(v map[string]*string) *BaseConfigurationItem
- func (s *BaseConfigurationItem) SetVersion(v string) *BaseConfigurationItem
- func (s BaseConfigurationItem) String() string
- type BatchGetAggregateResourceConfigInput
- func (s BatchGetAggregateResourceConfigInput) GoString() string
- func (s *BatchGetAggregateResourceConfigInput) SetConfigurationAggregatorName(v string) *BatchGetAggregateResourceConfigInput
- func (s *BatchGetAggregateResourceConfigInput) SetResourceIdentifiers(v []*AggregateResourceIdentifier) *BatchGetAggregateResourceConfigInput
- func (s BatchGetAggregateResourceConfigInput) String() string
- func (s *BatchGetAggregateResourceConfigInput) Validate() error
- type BatchGetAggregateResourceConfigOutput
- func (s BatchGetAggregateResourceConfigOutput) GoString() string
- func (s *BatchGetAggregateResourceConfigOutput) SetBaseConfigurationItems(v []*BaseConfigurationItem) *BatchGetAggregateResourceConfigOutput
- func (s *BatchGetAggregateResourceConfigOutput) SetUnprocessedResourceIdentifiers(v []*AggregateResourceIdentifier) *BatchGetAggregateResourceConfigOutput
- func (s BatchGetAggregateResourceConfigOutput) String() string
- type BatchGetResourceConfigInput
- type BatchGetResourceConfigOutput
- func (s BatchGetResourceConfigOutput) GoString() string
- func (s *BatchGetResourceConfigOutput) SetBaseConfigurationItems(v []*BaseConfigurationItem) *BatchGetResourceConfigOutput
- func (s *BatchGetResourceConfigOutput) SetUnprocessedResourceKeys(v []*ResourceKey) *BatchGetResourceConfigOutput
- func (s BatchGetResourceConfigOutput) String() string
- type Compliance
- type ComplianceByConfigRule
- type ComplianceByResource
- func (s ComplianceByResource) GoString() string
- func (s *ComplianceByResource) SetCompliance(v *Compliance) *ComplianceByResource
- func (s *ComplianceByResource) SetResourceId(v string) *ComplianceByResource
- func (s *ComplianceByResource) SetResourceType(v string) *ComplianceByResource
- func (s ComplianceByResource) String() string
- type ComplianceContributorCount
- type ComplianceSummary
- func (s ComplianceSummary) GoString() string
- func (s *ComplianceSummary) SetComplianceSummaryTimestamp(v time.Time) *ComplianceSummary
- func (s *ComplianceSummary) SetCompliantResourceCount(v *ComplianceContributorCount) *ComplianceSummary
- func (s *ComplianceSummary) SetNonCompliantResourceCount(v *ComplianceContributorCount) *ComplianceSummary
- func (s ComplianceSummary) String() string
- type ComplianceSummaryByResourceType
- func (s ComplianceSummaryByResourceType) GoString() string
- func (s *ComplianceSummaryByResourceType) SetComplianceSummary(v *ComplianceSummary) *ComplianceSummaryByResourceType
- func (s *ComplianceSummaryByResourceType) SetResourceType(v string) *ComplianceSummaryByResourceType
- func (s ComplianceSummaryByResourceType) String() string
- type ConfigExportDeliveryInfo
- func (s ConfigExportDeliveryInfo) GoString() string
- func (s *ConfigExportDeliveryInfo) SetLastAttemptTime(v time.Time) *ConfigExportDeliveryInfo
- func (s *ConfigExportDeliveryInfo) SetLastErrorCode(v string) *ConfigExportDeliveryInfo
- func (s *ConfigExportDeliveryInfo) SetLastErrorMessage(v string) *ConfigExportDeliveryInfo
- func (s *ConfigExportDeliveryInfo) SetLastStatus(v string) *ConfigExportDeliveryInfo
- func (s *ConfigExportDeliveryInfo) SetLastSuccessfulTime(v time.Time) *ConfigExportDeliveryInfo
- func (s *ConfigExportDeliveryInfo) SetNextDeliveryTime(v time.Time) *ConfigExportDeliveryInfo
- func (s ConfigExportDeliveryInfo) String() string
- type ConfigRule
- func (s ConfigRule) GoString() string
- func (s *ConfigRule) SetConfigRuleArn(v string) *ConfigRule
- func (s *ConfigRule) SetConfigRuleId(v string) *ConfigRule
- func (s *ConfigRule) SetConfigRuleName(v string) *ConfigRule
- func (s *ConfigRule) SetConfigRuleState(v string) *ConfigRule
- func (s *ConfigRule) SetCreatedBy(v string) *ConfigRule
- func (s *ConfigRule) SetDescription(v string) *ConfigRule
- func (s *ConfigRule) SetInputParameters(v string) *ConfigRule
- func (s *ConfigRule) SetMaximumExecutionFrequency(v string) *ConfigRule
- func (s *ConfigRule) SetScope(v *Scope) *ConfigRule
- func (s *ConfigRule) SetSource(v *Source) *ConfigRule
- func (s ConfigRule) String() string
- func (s *ConfigRule) Validate() error
- type ConfigRuleComplianceFilters
- func (s ConfigRuleComplianceFilters) GoString() string
- func (s *ConfigRuleComplianceFilters) SetAccountId(v string) *ConfigRuleComplianceFilters
- func (s *ConfigRuleComplianceFilters) SetAwsRegion(v string) *ConfigRuleComplianceFilters
- func (s *ConfigRuleComplianceFilters) SetComplianceType(v string) *ConfigRuleComplianceFilters
- func (s *ConfigRuleComplianceFilters) SetConfigRuleName(v string) *ConfigRuleComplianceFilters
- func (s ConfigRuleComplianceFilters) String() string
- func (s *ConfigRuleComplianceFilters) Validate() error
- type ConfigRuleComplianceSummaryFilters
- func (s ConfigRuleComplianceSummaryFilters) GoString() string
- func (s *ConfigRuleComplianceSummaryFilters) SetAccountId(v string) *ConfigRuleComplianceSummaryFilters
- func (s *ConfigRuleComplianceSummaryFilters) SetAwsRegion(v string) *ConfigRuleComplianceSummaryFilters
- func (s ConfigRuleComplianceSummaryFilters) String() string
- func (s *ConfigRuleComplianceSummaryFilters) Validate() error
- type ConfigRuleEvaluationStatus
- func (s ConfigRuleEvaluationStatus) GoString() string
- func (s *ConfigRuleEvaluationStatus) SetConfigRuleArn(v string) *ConfigRuleEvaluationStatus
- func (s *ConfigRuleEvaluationStatus) SetConfigRuleId(v string) *ConfigRuleEvaluationStatus
- func (s *ConfigRuleEvaluationStatus) SetConfigRuleName(v string) *ConfigRuleEvaluationStatus
- func (s *ConfigRuleEvaluationStatus) SetFirstActivatedTime(v time.Time) *ConfigRuleEvaluationStatus
- func (s *ConfigRuleEvaluationStatus) SetFirstEvaluationStarted(v bool) *ConfigRuleEvaluationStatus
- func (s *ConfigRuleEvaluationStatus) SetLastDeactivatedTime(v time.Time) *ConfigRuleEvaluationStatus
- func (s *ConfigRuleEvaluationStatus) SetLastErrorCode(v string) *ConfigRuleEvaluationStatus
- func (s *ConfigRuleEvaluationStatus) SetLastErrorMessage(v string) *ConfigRuleEvaluationStatus
- func (s *ConfigRuleEvaluationStatus) SetLastFailedEvaluationTime(v time.Time) *ConfigRuleEvaluationStatus
- func (s *ConfigRuleEvaluationStatus) SetLastFailedInvocationTime(v time.Time) *ConfigRuleEvaluationStatus
- func (s *ConfigRuleEvaluationStatus) SetLastSuccessfulEvaluationTime(v time.Time) *ConfigRuleEvaluationStatus
- func (s *ConfigRuleEvaluationStatus) SetLastSuccessfulInvocationTime(v time.Time) *ConfigRuleEvaluationStatus
- func (s ConfigRuleEvaluationStatus) String() string
- type ConfigService
- func (c *ConfigService) BatchGetAggregateResourceConfig(input *BatchGetAggregateResourceConfigInput) (*BatchGetAggregateResourceConfigOutput, error)
- func (c *ConfigService) BatchGetAggregateResourceConfigRequest(input *BatchGetAggregateResourceConfigInput) (req *request.Request, output *BatchGetAggregateResourceConfigOutput)
- func (c *ConfigService) BatchGetAggregateResourceConfigWithContext(ctx aws.Context, input *BatchGetAggregateResourceConfigInput, ...) (*BatchGetAggregateResourceConfigOutput, error)
- func (c *ConfigService) BatchGetResourceConfig(input *BatchGetResourceConfigInput) (*BatchGetResourceConfigOutput, error)
- func (c *ConfigService) BatchGetResourceConfigRequest(input *BatchGetResourceConfigInput) (req *request.Request, output *BatchGetResourceConfigOutput)
- func (c *ConfigService) BatchGetResourceConfigWithContext(ctx aws.Context, input *BatchGetResourceConfigInput, opts ...request.Option) (*BatchGetResourceConfigOutput, error)
- func (c *ConfigService) DeleteAggregationAuthorization(input *DeleteAggregationAuthorizationInput) (*DeleteAggregationAuthorizationOutput, error)
- func (c *ConfigService) DeleteAggregationAuthorizationRequest(input *DeleteAggregationAuthorizationInput) (req *request.Request, output *DeleteAggregationAuthorizationOutput)
- func (c *ConfigService) DeleteAggregationAuthorizationWithContext(ctx aws.Context, input *DeleteAggregationAuthorizationInput, ...) (*DeleteAggregationAuthorizationOutput, error)
- func (c *ConfigService) DeleteConfigRule(input *DeleteConfigRuleInput) (*DeleteConfigRuleOutput, error)
- func (c *ConfigService) DeleteConfigRuleRequest(input *DeleteConfigRuleInput) (req *request.Request, output *DeleteConfigRuleOutput)
- func (c *ConfigService) DeleteConfigRuleWithContext(ctx aws.Context, input *DeleteConfigRuleInput, opts ...request.Option) (*DeleteConfigRuleOutput, error)
- func (c *ConfigService) DeleteConfigurationAggregator(input *DeleteConfigurationAggregatorInput) (*DeleteConfigurationAggregatorOutput, error)
- func (c *ConfigService) DeleteConfigurationAggregatorRequest(input *DeleteConfigurationAggregatorInput) (req *request.Request, output *DeleteConfigurationAggregatorOutput)
- func (c *ConfigService) DeleteConfigurationAggregatorWithContext(ctx aws.Context, input *DeleteConfigurationAggregatorInput, ...) (*DeleteConfigurationAggregatorOutput, error)
- func (c *ConfigService) DeleteConfigurationRecorder(input *DeleteConfigurationRecorderInput) (*DeleteConfigurationRecorderOutput, error)
- func (c *ConfigService) DeleteConfigurationRecorderRequest(input *DeleteConfigurationRecorderInput) (req *request.Request, output *DeleteConfigurationRecorderOutput)
- func (c *ConfigService) DeleteConfigurationRecorderWithContext(ctx aws.Context, input *DeleteConfigurationRecorderInput, ...) (*DeleteConfigurationRecorderOutput, error)
- func (c *ConfigService) DeleteConformancePack(input *DeleteConformancePackInput) (*DeleteConformancePackOutput, error)
- func (c *ConfigService) DeleteConformancePackRequest(input *DeleteConformancePackInput) (req *request.Request, output *DeleteConformancePackOutput)
- func (c *ConfigService) DeleteConformancePackWithContext(ctx aws.Context, input *DeleteConformancePackInput, opts ...request.Option) (*DeleteConformancePackOutput, error)
- func (c *ConfigService) DeleteDeliveryChannel(input *DeleteDeliveryChannelInput) (*DeleteDeliveryChannelOutput, error)
- func (c *ConfigService) DeleteDeliveryChannelRequest(input *DeleteDeliveryChannelInput) (req *request.Request, output *DeleteDeliveryChannelOutput)
- func (c *ConfigService) DeleteDeliveryChannelWithContext(ctx aws.Context, input *DeleteDeliveryChannelInput, opts ...request.Option) (*DeleteDeliveryChannelOutput, error)
- func (c *ConfigService) DeleteEvaluationResults(input *DeleteEvaluationResultsInput) (*DeleteEvaluationResultsOutput, error)
- func (c *ConfigService) DeleteEvaluationResultsRequest(input *DeleteEvaluationResultsInput) (req *request.Request, output *DeleteEvaluationResultsOutput)
- func (c *ConfigService) DeleteEvaluationResultsWithContext(ctx aws.Context, input *DeleteEvaluationResultsInput, opts ...request.Option) (*DeleteEvaluationResultsOutput, error)
- func (c *ConfigService) DeleteOrganizationConfigRule(input *DeleteOrganizationConfigRuleInput) (*DeleteOrganizationConfigRuleOutput, error)
- func (c *ConfigService) DeleteOrganizationConfigRuleRequest(input *DeleteOrganizationConfigRuleInput) (req *request.Request, output *DeleteOrganizationConfigRuleOutput)
- func (c *ConfigService) DeleteOrganizationConfigRuleWithContext(ctx aws.Context, input *DeleteOrganizationConfigRuleInput, ...) (*DeleteOrganizationConfigRuleOutput, error)
- func (c *ConfigService) DeleteOrganizationConformancePack(input *DeleteOrganizationConformancePackInput) (*DeleteOrganizationConformancePackOutput, error)
- func (c *ConfigService) DeleteOrganizationConformancePackRequest(input *DeleteOrganizationConformancePackInput) (req *request.Request, output *DeleteOrganizationConformancePackOutput)
- func (c *ConfigService) DeleteOrganizationConformancePackWithContext(ctx aws.Context, input *DeleteOrganizationConformancePackInput, ...) (*DeleteOrganizationConformancePackOutput, error)
- func (c *ConfigService) DeletePendingAggregationRequest(input *DeletePendingAggregationRequestInput) (*DeletePendingAggregationRequestOutput, error)
- func (c *ConfigService) DeletePendingAggregationRequestRequest(input *DeletePendingAggregationRequestInput) (req *request.Request, output *DeletePendingAggregationRequestOutput)
- func (c *ConfigService) DeletePendingAggregationRequestWithContext(ctx aws.Context, input *DeletePendingAggregationRequestInput, ...) (*DeletePendingAggregationRequestOutput, error)
- func (c *ConfigService) DeleteRemediationConfiguration(input *DeleteRemediationConfigurationInput) (*DeleteRemediationConfigurationOutput, error)
- func (c *ConfigService) DeleteRemediationConfigurationRequest(input *DeleteRemediationConfigurationInput) (req *request.Request, output *DeleteRemediationConfigurationOutput)
- func (c *ConfigService) DeleteRemediationConfigurationWithContext(ctx aws.Context, input *DeleteRemediationConfigurationInput, ...) (*DeleteRemediationConfigurationOutput, error)
- func (c *ConfigService) DeleteRemediationExceptions(input *DeleteRemediationExceptionsInput) (*DeleteRemediationExceptionsOutput, error)
- func (c *ConfigService) DeleteRemediationExceptionsRequest(input *DeleteRemediationExceptionsInput) (req *request.Request, output *DeleteRemediationExceptionsOutput)
- func (c *ConfigService) DeleteRemediationExceptionsWithContext(ctx aws.Context, input *DeleteRemediationExceptionsInput, ...) (*DeleteRemediationExceptionsOutput, error)
- func (c *ConfigService) DeleteResourceConfig(input *DeleteResourceConfigInput) (*DeleteResourceConfigOutput, error)
- func (c *ConfigService) DeleteResourceConfigRequest(input *DeleteResourceConfigInput) (req *request.Request, output *DeleteResourceConfigOutput)
- func (c *ConfigService) DeleteResourceConfigWithContext(ctx aws.Context, input *DeleteResourceConfigInput, opts ...request.Option) (*DeleteResourceConfigOutput, error)
- func (c *ConfigService) DeleteRetentionConfiguration(input *DeleteRetentionConfigurationInput) (*DeleteRetentionConfigurationOutput, error)
- func (c *ConfigService) DeleteRetentionConfigurationRequest(input *DeleteRetentionConfigurationInput) (req *request.Request, output *DeleteRetentionConfigurationOutput)
- func (c *ConfigService) DeleteRetentionConfigurationWithContext(ctx aws.Context, input *DeleteRetentionConfigurationInput, ...) (*DeleteRetentionConfigurationOutput, error)
- func (c *ConfigService) DeliverConfigSnapshot(input *DeliverConfigSnapshotInput) (*DeliverConfigSnapshotOutput, error)
- func (c *ConfigService) DeliverConfigSnapshotRequest(input *DeliverConfigSnapshotInput) (req *request.Request, output *DeliverConfigSnapshotOutput)
- func (c *ConfigService) DeliverConfigSnapshotWithContext(ctx aws.Context, input *DeliverConfigSnapshotInput, opts ...request.Option) (*DeliverConfigSnapshotOutput, error)
- func (c *ConfigService) DescribeAggregateComplianceByConfigRules(input *DescribeAggregateComplianceByConfigRulesInput) (*DescribeAggregateComplianceByConfigRulesOutput, error)
- func (c *ConfigService) DescribeAggregateComplianceByConfigRulesRequest(input *DescribeAggregateComplianceByConfigRulesInput) (req *request.Request, output *DescribeAggregateComplianceByConfigRulesOutput)
- func (c *ConfigService) DescribeAggregateComplianceByConfigRulesWithContext(ctx aws.Context, input *DescribeAggregateComplianceByConfigRulesInput, ...) (*DescribeAggregateComplianceByConfigRulesOutput, error)
- func (c *ConfigService) DescribeAggregationAuthorizations(input *DescribeAggregationAuthorizationsInput) (*DescribeAggregationAuthorizationsOutput, error)
- func (c *ConfigService) DescribeAggregationAuthorizationsRequest(input *DescribeAggregationAuthorizationsInput) (req *request.Request, output *DescribeAggregationAuthorizationsOutput)
- func (c *ConfigService) DescribeAggregationAuthorizationsWithContext(ctx aws.Context, input *DescribeAggregationAuthorizationsInput, ...) (*DescribeAggregationAuthorizationsOutput, error)
- func (c *ConfigService) DescribeComplianceByConfigRule(input *DescribeComplianceByConfigRuleInput) (*DescribeComplianceByConfigRuleOutput, error)
- func (c *ConfigService) DescribeComplianceByConfigRuleRequest(input *DescribeComplianceByConfigRuleInput) (req *request.Request, output *DescribeComplianceByConfigRuleOutput)
- func (c *ConfigService) DescribeComplianceByConfigRuleWithContext(ctx aws.Context, input *DescribeComplianceByConfigRuleInput, ...) (*DescribeComplianceByConfigRuleOutput, error)
- func (c *ConfigService) DescribeComplianceByResource(input *DescribeComplianceByResourceInput) (*DescribeComplianceByResourceOutput, error)
- func (c *ConfigService) DescribeComplianceByResourceRequest(input *DescribeComplianceByResourceInput) (req *request.Request, output *DescribeComplianceByResourceOutput)
- func (c *ConfigService) DescribeComplianceByResourceWithContext(ctx aws.Context, input *DescribeComplianceByResourceInput, ...) (*DescribeComplianceByResourceOutput, error)
- func (c *ConfigService) DescribeConfigRuleEvaluationStatus(input *DescribeConfigRuleEvaluationStatusInput) (*DescribeConfigRuleEvaluationStatusOutput, error)
- func (c *ConfigService) DescribeConfigRuleEvaluationStatusRequest(input *DescribeConfigRuleEvaluationStatusInput) (req *request.Request, output *DescribeConfigRuleEvaluationStatusOutput)
- func (c *ConfigService) DescribeConfigRuleEvaluationStatusWithContext(ctx aws.Context, input *DescribeConfigRuleEvaluationStatusInput, ...) (*DescribeConfigRuleEvaluationStatusOutput, error)
- func (c *ConfigService) DescribeConfigRules(input *DescribeConfigRulesInput) (*DescribeConfigRulesOutput, error)
- func (c *ConfigService) DescribeConfigRulesRequest(input *DescribeConfigRulesInput) (req *request.Request, output *DescribeConfigRulesOutput)
- func (c *ConfigService) DescribeConfigRulesWithContext(ctx aws.Context, input *DescribeConfigRulesInput, opts ...request.Option) (*DescribeConfigRulesOutput, error)
- func (c *ConfigService) DescribeConfigurationAggregatorSourcesStatus(input *DescribeConfigurationAggregatorSourcesStatusInput) (*DescribeConfigurationAggregatorSourcesStatusOutput, error)
- func (c *ConfigService) DescribeConfigurationAggregatorSourcesStatusRequest(input *DescribeConfigurationAggregatorSourcesStatusInput) (req *request.Request, ...)
- func (c *ConfigService) DescribeConfigurationAggregatorSourcesStatusWithContext(ctx aws.Context, input *DescribeConfigurationAggregatorSourcesStatusInput, ...) (*DescribeConfigurationAggregatorSourcesStatusOutput, error)
- func (c *ConfigService) DescribeConfigurationAggregators(input *DescribeConfigurationAggregatorsInput) (*DescribeConfigurationAggregatorsOutput, error)
- func (c *ConfigService) DescribeConfigurationAggregatorsRequest(input *DescribeConfigurationAggregatorsInput) (req *request.Request, output *DescribeConfigurationAggregatorsOutput)
- func (c *ConfigService) DescribeConfigurationAggregatorsWithContext(ctx aws.Context, input *DescribeConfigurationAggregatorsInput, ...) (*DescribeConfigurationAggregatorsOutput, error)
- func (c *ConfigService) DescribeConfigurationRecorderStatus(input *DescribeConfigurationRecorderStatusInput) (*DescribeConfigurationRecorderStatusOutput, error)
- func (c *ConfigService) DescribeConfigurationRecorderStatusRequest(input *DescribeConfigurationRecorderStatusInput) (req *request.Request, output *DescribeConfigurationRecorderStatusOutput)
- func (c *ConfigService) DescribeConfigurationRecorderStatusWithContext(ctx aws.Context, input *DescribeConfigurationRecorderStatusInput, ...) (*DescribeConfigurationRecorderStatusOutput, error)
- func (c *ConfigService) DescribeConfigurationRecorders(input *DescribeConfigurationRecordersInput) (*DescribeConfigurationRecordersOutput, error)
- func (c *ConfigService) DescribeConfigurationRecordersRequest(input *DescribeConfigurationRecordersInput) (req *request.Request, output *DescribeConfigurationRecordersOutput)
- func (c *ConfigService) DescribeConfigurationRecordersWithContext(ctx aws.Context, input *DescribeConfigurationRecordersInput, ...) (*DescribeConfigurationRecordersOutput, error)
- func (c *ConfigService) DescribeConformancePackCompliance(input *DescribeConformancePackComplianceInput) (*DescribeConformancePackComplianceOutput, error)
- func (c *ConfigService) DescribeConformancePackComplianceRequest(input *DescribeConformancePackComplianceInput) (req *request.Request, output *DescribeConformancePackComplianceOutput)
- func (c *ConfigService) DescribeConformancePackComplianceWithContext(ctx aws.Context, input *DescribeConformancePackComplianceInput, ...) (*DescribeConformancePackComplianceOutput, error)
- func (c *ConfigService) DescribeConformancePackStatus(input *DescribeConformancePackStatusInput) (*DescribeConformancePackStatusOutput, error)
- func (c *ConfigService) DescribeConformancePackStatusRequest(input *DescribeConformancePackStatusInput) (req *request.Request, output *DescribeConformancePackStatusOutput)
- func (c *ConfigService) DescribeConformancePackStatusWithContext(ctx aws.Context, input *DescribeConformancePackStatusInput, ...) (*DescribeConformancePackStatusOutput, error)
- func (c *ConfigService) DescribeConformancePacks(input *DescribeConformancePacksInput) (*DescribeConformancePacksOutput, error)
- func (c *ConfigService) DescribeConformancePacksRequest(input *DescribeConformancePacksInput) (req *request.Request, output *DescribeConformancePacksOutput)
- func (c *ConfigService) DescribeConformancePacksWithContext(ctx aws.Context, input *DescribeConformancePacksInput, opts ...request.Option) (*DescribeConformancePacksOutput, error)
- func (c *ConfigService) DescribeDeliveryChannelStatus(input *DescribeDeliveryChannelStatusInput) (*DescribeDeliveryChannelStatusOutput, error)
- func (c *ConfigService) DescribeDeliveryChannelStatusRequest(input *DescribeDeliveryChannelStatusInput) (req *request.Request, output *DescribeDeliveryChannelStatusOutput)
- func (c *ConfigService) DescribeDeliveryChannelStatusWithContext(ctx aws.Context, input *DescribeDeliveryChannelStatusInput, ...) (*DescribeDeliveryChannelStatusOutput, error)
- func (c *ConfigService) DescribeDeliveryChannels(input *DescribeDeliveryChannelsInput) (*DescribeDeliveryChannelsOutput, error)
- func (c *ConfigService) DescribeDeliveryChannelsRequest(input *DescribeDeliveryChannelsInput) (req *request.Request, output *DescribeDeliveryChannelsOutput)
- func (c *ConfigService) DescribeDeliveryChannelsWithContext(ctx aws.Context, input *DescribeDeliveryChannelsInput, opts ...request.Option) (*DescribeDeliveryChannelsOutput, error)
- func (c *ConfigService) DescribeOrganizationConfigRuleStatuses(input *DescribeOrganizationConfigRuleStatusesInput) (*DescribeOrganizationConfigRuleStatusesOutput, error)
- func (c *ConfigService) DescribeOrganizationConfigRuleStatusesRequest(input *DescribeOrganizationConfigRuleStatusesInput) (req *request.Request, output *DescribeOrganizationConfigRuleStatusesOutput)
- func (c *ConfigService) DescribeOrganizationConfigRuleStatusesWithContext(ctx aws.Context, input *DescribeOrganizationConfigRuleStatusesInput, ...) (*DescribeOrganizationConfigRuleStatusesOutput, error)
- func (c *ConfigService) DescribeOrganizationConfigRules(input *DescribeOrganizationConfigRulesInput) (*DescribeOrganizationConfigRulesOutput, error)
- func (c *ConfigService) DescribeOrganizationConfigRulesRequest(input *DescribeOrganizationConfigRulesInput) (req *request.Request, output *DescribeOrganizationConfigRulesOutput)
- func (c *ConfigService) DescribeOrganizationConfigRulesWithContext(ctx aws.Context, input *DescribeOrganizationConfigRulesInput, ...) (*DescribeOrganizationConfigRulesOutput, error)
- func (c *ConfigService) DescribeOrganizationConformancePackStatuses(input *DescribeOrganizationConformancePackStatusesInput) (*DescribeOrganizationConformancePackStatusesOutput, error)
- func (c *ConfigService) DescribeOrganizationConformancePackStatusesRequest(input *DescribeOrganizationConformancePackStatusesInput) (req *request.Request, ...)
- func (c *ConfigService) DescribeOrganizationConformancePackStatusesWithContext(ctx aws.Context, input *DescribeOrganizationConformancePackStatusesInput, ...) (*DescribeOrganizationConformancePackStatusesOutput, error)
- func (c *ConfigService) DescribeOrganizationConformancePacks(input *DescribeOrganizationConformancePacksInput) (*DescribeOrganizationConformancePacksOutput, error)
- func (c *ConfigService) DescribeOrganizationConformancePacksRequest(input *DescribeOrganizationConformancePacksInput) (req *request.Request, output *DescribeOrganizationConformancePacksOutput)
- func (c *ConfigService) DescribeOrganizationConformancePacksWithContext(ctx aws.Context, input *DescribeOrganizationConformancePacksInput, ...) (*DescribeOrganizationConformancePacksOutput, error)
- func (c *ConfigService) DescribePendingAggregationRequests(input *DescribePendingAggregationRequestsInput) (*DescribePendingAggregationRequestsOutput, error)
- func (c *ConfigService) DescribePendingAggregationRequestsRequest(input *DescribePendingAggregationRequestsInput) (req *request.Request, output *DescribePendingAggregationRequestsOutput)
- func (c *ConfigService) DescribePendingAggregationRequestsWithContext(ctx aws.Context, input *DescribePendingAggregationRequestsInput, ...) (*DescribePendingAggregationRequestsOutput, error)
- func (c *ConfigService) DescribeRemediationConfigurations(input *DescribeRemediationConfigurationsInput) (*DescribeRemediationConfigurationsOutput, error)
- func (c *ConfigService) DescribeRemediationConfigurationsRequest(input *DescribeRemediationConfigurationsInput) (req *request.Request, output *DescribeRemediationConfigurationsOutput)
- func (c *ConfigService) DescribeRemediationConfigurationsWithContext(ctx aws.Context, input *DescribeRemediationConfigurationsInput, ...) (*DescribeRemediationConfigurationsOutput, error)
- func (c *ConfigService) DescribeRemediationExceptions(input *DescribeRemediationExceptionsInput) (*DescribeRemediationExceptionsOutput, error)
- func (c *ConfigService) DescribeRemediationExceptionsPages(input *DescribeRemediationExceptionsInput, ...) error
- func (c *ConfigService) DescribeRemediationExceptionsPagesWithContext(ctx aws.Context, input *DescribeRemediationExceptionsInput, ...) error
- func (c *ConfigService) DescribeRemediationExceptionsRequest(input *DescribeRemediationExceptionsInput) (req *request.Request, output *DescribeRemediationExceptionsOutput)
- func (c *ConfigService) DescribeRemediationExceptionsWithContext(ctx aws.Context, input *DescribeRemediationExceptionsInput, ...) (*DescribeRemediationExceptionsOutput, error)
- func (c *ConfigService) DescribeRemediationExecutionStatus(input *DescribeRemediationExecutionStatusInput) (*DescribeRemediationExecutionStatusOutput, error)
- func (c *ConfigService) DescribeRemediationExecutionStatusPages(input *DescribeRemediationExecutionStatusInput, ...) error
- func (c *ConfigService) DescribeRemediationExecutionStatusPagesWithContext(ctx aws.Context, input *DescribeRemediationExecutionStatusInput, ...) error
- func (c *ConfigService) DescribeRemediationExecutionStatusRequest(input *DescribeRemediationExecutionStatusInput) (req *request.Request, output *DescribeRemediationExecutionStatusOutput)
- func (c *ConfigService) DescribeRemediationExecutionStatusWithContext(ctx aws.Context, input *DescribeRemediationExecutionStatusInput, ...) (*DescribeRemediationExecutionStatusOutput, error)
- func (c *ConfigService) DescribeRetentionConfigurations(input *DescribeRetentionConfigurationsInput) (*DescribeRetentionConfigurationsOutput, error)
- func (c *ConfigService) DescribeRetentionConfigurationsRequest(input *DescribeRetentionConfigurationsInput) (req *request.Request, output *DescribeRetentionConfigurationsOutput)
- func (c *ConfigService) DescribeRetentionConfigurationsWithContext(ctx aws.Context, input *DescribeRetentionConfigurationsInput, ...) (*DescribeRetentionConfigurationsOutput, error)
- func (c *ConfigService) GetAggregateComplianceDetailsByConfigRule(input *GetAggregateComplianceDetailsByConfigRuleInput) (*GetAggregateComplianceDetailsByConfigRuleOutput, error)
- func (c *ConfigService) GetAggregateComplianceDetailsByConfigRuleRequest(input *GetAggregateComplianceDetailsByConfigRuleInput) (req *request.Request, output *GetAggregateComplianceDetailsByConfigRuleOutput)
- func (c *ConfigService) GetAggregateComplianceDetailsByConfigRuleWithContext(ctx aws.Context, input *GetAggregateComplianceDetailsByConfigRuleInput, ...) (*GetAggregateComplianceDetailsByConfigRuleOutput, error)
- func (c *ConfigService) GetAggregateConfigRuleComplianceSummary(input *GetAggregateConfigRuleComplianceSummaryInput) (*GetAggregateConfigRuleComplianceSummaryOutput, error)
- func (c *ConfigService) GetAggregateConfigRuleComplianceSummaryRequest(input *GetAggregateConfigRuleComplianceSummaryInput) (req *request.Request, output *GetAggregateConfigRuleComplianceSummaryOutput)
- func (c *ConfigService) GetAggregateConfigRuleComplianceSummaryWithContext(ctx aws.Context, input *GetAggregateConfigRuleComplianceSummaryInput, ...) (*GetAggregateConfigRuleComplianceSummaryOutput, error)
- func (c *ConfigService) GetAggregateDiscoveredResourceCounts(input *GetAggregateDiscoveredResourceCountsInput) (*GetAggregateDiscoveredResourceCountsOutput, error)
- func (c *ConfigService) GetAggregateDiscoveredResourceCountsRequest(input *GetAggregateDiscoveredResourceCountsInput) (req *request.Request, output *GetAggregateDiscoveredResourceCountsOutput)
- func (c *ConfigService) GetAggregateDiscoveredResourceCountsWithContext(ctx aws.Context, input *GetAggregateDiscoveredResourceCountsInput, ...) (*GetAggregateDiscoveredResourceCountsOutput, error)
- func (c *ConfigService) GetAggregateResourceConfig(input *GetAggregateResourceConfigInput) (*GetAggregateResourceConfigOutput, error)
- func (c *ConfigService) GetAggregateResourceConfigRequest(input *GetAggregateResourceConfigInput) (req *request.Request, output *GetAggregateResourceConfigOutput)
- func (c *ConfigService) GetAggregateResourceConfigWithContext(ctx aws.Context, input *GetAggregateResourceConfigInput, ...) (*GetAggregateResourceConfigOutput, error)
- func (c *ConfigService) GetComplianceDetailsByConfigRule(input *GetComplianceDetailsByConfigRuleInput) (*GetComplianceDetailsByConfigRuleOutput, error)
- func (c *ConfigService) GetComplianceDetailsByConfigRuleRequest(input *GetComplianceDetailsByConfigRuleInput) (req *request.Request, output *GetComplianceDetailsByConfigRuleOutput)
- func (c *ConfigService) GetComplianceDetailsByConfigRuleWithContext(ctx aws.Context, input *GetComplianceDetailsByConfigRuleInput, ...) (*GetComplianceDetailsByConfigRuleOutput, error)
- func (c *ConfigService) GetComplianceDetailsByResource(input *GetComplianceDetailsByResourceInput) (*GetComplianceDetailsByResourceOutput, error)
- func (c *ConfigService) GetComplianceDetailsByResourceRequest(input *GetComplianceDetailsByResourceInput) (req *request.Request, output *GetComplianceDetailsByResourceOutput)
- func (c *ConfigService) GetComplianceDetailsByResourceWithContext(ctx aws.Context, input *GetComplianceDetailsByResourceInput, ...) (*GetComplianceDetailsByResourceOutput, error)
- func (c *ConfigService) GetComplianceSummaryByConfigRule(input *GetComplianceSummaryByConfigRuleInput) (*GetComplianceSummaryByConfigRuleOutput, error)
- func (c *ConfigService) GetComplianceSummaryByConfigRuleRequest(input *GetComplianceSummaryByConfigRuleInput) (req *request.Request, output *GetComplianceSummaryByConfigRuleOutput)
- func (c *ConfigService) GetComplianceSummaryByConfigRuleWithContext(ctx aws.Context, input *GetComplianceSummaryByConfigRuleInput, ...) (*GetComplianceSummaryByConfigRuleOutput, error)
- func (c *ConfigService) GetComplianceSummaryByResourceType(input *GetComplianceSummaryByResourceTypeInput) (*GetComplianceSummaryByResourceTypeOutput, error)
- func (c *ConfigService) GetComplianceSummaryByResourceTypeRequest(input *GetComplianceSummaryByResourceTypeInput) (req *request.Request, output *GetComplianceSummaryByResourceTypeOutput)
- func (c *ConfigService) GetComplianceSummaryByResourceTypeWithContext(ctx aws.Context, input *GetComplianceSummaryByResourceTypeInput, ...) (*GetComplianceSummaryByResourceTypeOutput, error)
- func (c *ConfigService) GetConformancePackComplianceDetails(input *GetConformancePackComplianceDetailsInput) (*GetConformancePackComplianceDetailsOutput, error)
- func (c *ConfigService) GetConformancePackComplianceDetailsRequest(input *GetConformancePackComplianceDetailsInput) (req *request.Request, output *GetConformancePackComplianceDetailsOutput)
- func (c *ConfigService) GetConformancePackComplianceDetailsWithContext(ctx aws.Context, input *GetConformancePackComplianceDetailsInput, ...) (*GetConformancePackComplianceDetailsOutput, error)
- func (c *ConfigService) GetConformancePackComplianceSummary(input *GetConformancePackComplianceSummaryInput) (*GetConformancePackComplianceSummaryOutput, error)
- func (c *ConfigService) GetConformancePackComplianceSummaryRequest(input *GetConformancePackComplianceSummaryInput) (req *request.Request, output *GetConformancePackComplianceSummaryOutput)
- func (c *ConfigService) GetConformancePackComplianceSummaryWithContext(ctx aws.Context, input *GetConformancePackComplianceSummaryInput, ...) (*GetConformancePackComplianceSummaryOutput, error)
- func (c *ConfigService) GetDiscoveredResourceCounts(input *GetDiscoveredResourceCountsInput) (*GetDiscoveredResourceCountsOutput, error)
- func (c *ConfigService) GetDiscoveredResourceCountsRequest(input *GetDiscoveredResourceCountsInput) (req *request.Request, output *GetDiscoveredResourceCountsOutput)
- func (c *ConfigService) GetDiscoveredResourceCountsWithContext(ctx aws.Context, input *GetDiscoveredResourceCountsInput, ...) (*GetDiscoveredResourceCountsOutput, error)
- func (c *ConfigService) GetOrganizationConfigRuleDetailedStatus(input *GetOrganizationConfigRuleDetailedStatusInput) (*GetOrganizationConfigRuleDetailedStatusOutput, error)
- func (c *ConfigService) GetOrganizationConfigRuleDetailedStatusRequest(input *GetOrganizationConfigRuleDetailedStatusInput) (req *request.Request, output *GetOrganizationConfigRuleDetailedStatusOutput)
- func (c *ConfigService) GetOrganizationConfigRuleDetailedStatusWithContext(ctx aws.Context, input *GetOrganizationConfigRuleDetailedStatusInput, ...) (*GetOrganizationConfigRuleDetailedStatusOutput, error)
- func (c *ConfigService) GetOrganizationConformancePackDetailedStatus(input *GetOrganizationConformancePackDetailedStatusInput) (*GetOrganizationConformancePackDetailedStatusOutput, error)
- func (c *ConfigService) GetOrganizationConformancePackDetailedStatusRequest(input *GetOrganizationConformancePackDetailedStatusInput) (req *request.Request, ...)
- func (c *ConfigService) GetOrganizationConformancePackDetailedStatusWithContext(ctx aws.Context, input *GetOrganizationConformancePackDetailedStatusInput, ...) (*GetOrganizationConformancePackDetailedStatusOutput, error)
- func (c *ConfigService) GetResourceConfigHistory(input *GetResourceConfigHistoryInput) (*GetResourceConfigHistoryOutput, error)
- func (c *ConfigService) GetResourceConfigHistoryPages(input *GetResourceConfigHistoryInput, ...) error
- func (c *ConfigService) GetResourceConfigHistoryPagesWithContext(ctx aws.Context, input *GetResourceConfigHistoryInput, ...) error
- func (c *ConfigService) GetResourceConfigHistoryRequest(input *GetResourceConfigHistoryInput) (req *request.Request, output *GetResourceConfigHistoryOutput)
- func (c *ConfigService) GetResourceConfigHistoryWithContext(ctx aws.Context, input *GetResourceConfigHistoryInput, opts ...request.Option) (*GetResourceConfigHistoryOutput, error)
- func (c *ConfigService) ListAggregateDiscoveredResources(input *ListAggregateDiscoveredResourcesInput) (*ListAggregateDiscoveredResourcesOutput, error)
- func (c *ConfigService) ListAggregateDiscoveredResourcesRequest(input *ListAggregateDiscoveredResourcesInput) (req *request.Request, output *ListAggregateDiscoveredResourcesOutput)
- func (c *ConfigService) ListAggregateDiscoveredResourcesWithContext(ctx aws.Context, input *ListAggregateDiscoveredResourcesInput, ...) (*ListAggregateDiscoveredResourcesOutput, error)
- func (c *ConfigService) ListDiscoveredResources(input *ListDiscoveredResourcesInput) (*ListDiscoveredResourcesOutput, error)
- func (c *ConfigService) ListDiscoveredResourcesRequest(input *ListDiscoveredResourcesInput) (req *request.Request, output *ListDiscoveredResourcesOutput)
- func (c *ConfigService) ListDiscoveredResourcesWithContext(ctx aws.Context, input *ListDiscoveredResourcesInput, opts ...request.Option) (*ListDiscoveredResourcesOutput, error)
- func (c *ConfigService) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
- func (c *ConfigService) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
- func (c *ConfigService) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
- func (c *ConfigService) PutAggregationAuthorization(input *PutAggregationAuthorizationInput) (*PutAggregationAuthorizationOutput, error)
- func (c *ConfigService) PutAggregationAuthorizationRequest(input *PutAggregationAuthorizationInput) (req *request.Request, output *PutAggregationAuthorizationOutput)
- func (c *ConfigService) PutAggregationAuthorizationWithContext(ctx aws.Context, input *PutAggregationAuthorizationInput, ...) (*PutAggregationAuthorizationOutput, error)
- func (c *ConfigService) PutConfigRule(input *PutConfigRuleInput) (*PutConfigRuleOutput, error)
- func (c *ConfigService) PutConfigRuleRequest(input *PutConfigRuleInput) (req *request.Request, output *PutConfigRuleOutput)
- func (c *ConfigService) PutConfigRuleWithContext(ctx aws.Context, input *PutConfigRuleInput, opts ...request.Option) (*PutConfigRuleOutput, error)
- func (c *ConfigService) PutConfigurationAggregator(input *PutConfigurationAggregatorInput) (*PutConfigurationAggregatorOutput, error)
- func (c *ConfigService) PutConfigurationAggregatorRequest(input *PutConfigurationAggregatorInput) (req *request.Request, output *PutConfigurationAggregatorOutput)
- func (c *ConfigService) PutConfigurationAggregatorWithContext(ctx aws.Context, input *PutConfigurationAggregatorInput, ...) (*PutConfigurationAggregatorOutput, error)
- func (c *ConfigService) PutConfigurationRecorder(input *PutConfigurationRecorderInput) (*PutConfigurationRecorderOutput, error)
- func (c *ConfigService) PutConfigurationRecorderRequest(input *PutConfigurationRecorderInput) (req *request.Request, output *PutConfigurationRecorderOutput)
- func (c *ConfigService) PutConfigurationRecorderWithContext(ctx aws.Context, input *PutConfigurationRecorderInput, opts ...request.Option) (*PutConfigurationRecorderOutput, error)
- func (c *ConfigService) PutConformancePack(input *PutConformancePackInput) (*PutConformancePackOutput, error)
- func (c *ConfigService) PutConformancePackRequest(input *PutConformancePackInput) (req *request.Request, output *PutConformancePackOutput)
- func (c *ConfigService) PutConformancePackWithContext(ctx aws.Context, input *PutConformancePackInput, opts ...request.Option) (*PutConformancePackOutput, error)
- func (c *ConfigService) PutDeliveryChannel(input *PutDeliveryChannelInput) (*PutDeliveryChannelOutput, error)
- func (c *ConfigService) PutDeliveryChannelRequest(input *PutDeliveryChannelInput) (req *request.Request, output *PutDeliveryChannelOutput)
- func (c *ConfigService) PutDeliveryChannelWithContext(ctx aws.Context, input *PutDeliveryChannelInput, opts ...request.Option) (*PutDeliveryChannelOutput, error)
- func (c *ConfigService) PutEvaluations(input *PutEvaluationsInput) (*PutEvaluationsOutput, error)
- func (c *ConfigService) PutEvaluationsRequest(input *PutEvaluationsInput) (req *request.Request, output *PutEvaluationsOutput)
- func (c *ConfigService) PutEvaluationsWithContext(ctx aws.Context, input *PutEvaluationsInput, opts ...request.Option) (*PutEvaluationsOutput, error)
- func (c *ConfigService) PutOrganizationConfigRule(input *PutOrganizationConfigRuleInput) (*PutOrganizationConfigRuleOutput, error)
- func (c *ConfigService) PutOrganizationConfigRuleRequest(input *PutOrganizationConfigRuleInput) (req *request.Request, output *PutOrganizationConfigRuleOutput)
- func (c *ConfigService) PutOrganizationConfigRuleWithContext(ctx aws.Context, input *PutOrganizationConfigRuleInput, opts ...request.Option) (*PutOrganizationConfigRuleOutput, error)
- func (c *ConfigService) PutOrganizationConformancePack(input *PutOrganizationConformancePackInput) (*PutOrganizationConformancePackOutput, error)
- func (c *ConfigService) PutOrganizationConformancePackRequest(input *PutOrganizationConformancePackInput) (req *request.Request, output *PutOrganizationConformancePackOutput)
- func (c *ConfigService) PutOrganizationConformancePackWithContext(ctx aws.Context, input *PutOrganizationConformancePackInput, ...) (*PutOrganizationConformancePackOutput, error)
- func (c *ConfigService) PutRemediationConfigurations(input *PutRemediationConfigurationsInput) (*PutRemediationConfigurationsOutput, error)
- func (c *ConfigService) PutRemediationConfigurationsRequest(input *PutRemediationConfigurationsInput) (req *request.Request, output *PutRemediationConfigurationsOutput)
- func (c *ConfigService) PutRemediationConfigurationsWithContext(ctx aws.Context, input *PutRemediationConfigurationsInput, ...) (*PutRemediationConfigurationsOutput, error)
- func (c *ConfigService) PutRemediationExceptions(input *PutRemediationExceptionsInput) (*PutRemediationExceptionsOutput, error)
- func (c *ConfigService) PutRemediationExceptionsRequest(input *PutRemediationExceptionsInput) (req *request.Request, output *PutRemediationExceptionsOutput)
- func (c *ConfigService) PutRemediationExceptionsWithContext(ctx aws.Context, input *PutRemediationExceptionsInput, opts ...request.Option) (*PutRemediationExceptionsOutput, error)
- func (c *ConfigService) PutResourceConfig(input *PutResourceConfigInput) (*PutResourceConfigOutput, error)
- func (c *ConfigService) PutResourceConfigRequest(input *PutResourceConfigInput) (req *request.Request, output *PutResourceConfigOutput)
- func (c *ConfigService) PutResourceConfigWithContext(ctx aws.Context, input *PutResourceConfigInput, opts ...request.Option) (*PutResourceConfigOutput, error)
- func (c *ConfigService) PutRetentionConfiguration(input *PutRetentionConfigurationInput) (*PutRetentionConfigurationOutput, error)
- func (c *ConfigService) PutRetentionConfigurationRequest(input *PutRetentionConfigurationInput) (req *request.Request, output *PutRetentionConfigurationOutput)
- func (c *ConfigService) PutRetentionConfigurationWithContext(ctx aws.Context, input *PutRetentionConfigurationInput, opts ...request.Option) (*PutRetentionConfigurationOutput, error)
- func (c *ConfigService) SelectAggregateResourceConfig(input *SelectAggregateResourceConfigInput) (*SelectAggregateResourceConfigOutput, error)
- func (c *ConfigService) SelectAggregateResourceConfigPages(input *SelectAggregateResourceConfigInput, ...) error
- func (c *ConfigService) SelectAggregateResourceConfigPagesWithContext(ctx aws.Context, input *SelectAggregateResourceConfigInput, ...) error
- func (c *ConfigService) SelectAggregateResourceConfigRequest(input *SelectAggregateResourceConfigInput) (req *request.Request, output *SelectAggregateResourceConfigOutput)
- func (c *ConfigService) SelectAggregateResourceConfigWithContext(ctx aws.Context, input *SelectAggregateResourceConfigInput, ...) (*SelectAggregateResourceConfigOutput, error)
- func (c *ConfigService) SelectResourceConfig(input *SelectResourceConfigInput) (*SelectResourceConfigOutput, error)
- func (c *ConfigService) SelectResourceConfigRequest(input *SelectResourceConfigInput) (req *request.Request, output *SelectResourceConfigOutput)
- func (c *ConfigService) SelectResourceConfigWithContext(ctx aws.Context, input *SelectResourceConfigInput, opts ...request.Option) (*SelectResourceConfigOutput, error)
- func (c *ConfigService) StartConfigRulesEvaluation(input *StartConfigRulesEvaluationInput) (*StartConfigRulesEvaluationOutput, error)
- func (c *ConfigService) StartConfigRulesEvaluationRequest(input *StartConfigRulesEvaluationInput) (req *request.Request, output *StartConfigRulesEvaluationOutput)
- func (c *ConfigService) StartConfigRulesEvaluationWithContext(ctx aws.Context, input *StartConfigRulesEvaluationInput, ...) (*StartConfigRulesEvaluationOutput, error)
- func (c *ConfigService) StartConfigurationRecorder(input *StartConfigurationRecorderInput) (*StartConfigurationRecorderOutput, error)
- func (c *ConfigService) StartConfigurationRecorderRequest(input *StartConfigurationRecorderInput) (req *request.Request, output *StartConfigurationRecorderOutput)
- func (c *ConfigService) StartConfigurationRecorderWithContext(ctx aws.Context, input *StartConfigurationRecorderInput, ...) (*StartConfigurationRecorderOutput, error)
- func (c *ConfigService) StartRemediationExecution(input *StartRemediationExecutionInput) (*StartRemediationExecutionOutput, error)
- func (c *ConfigService) StartRemediationExecutionRequest(input *StartRemediationExecutionInput) (req *request.Request, output *StartRemediationExecutionOutput)
- func (c *ConfigService) StartRemediationExecutionWithContext(ctx aws.Context, input *StartRemediationExecutionInput, opts ...request.Option) (*StartRemediationExecutionOutput, error)
- func (c *ConfigService) StopConfigurationRecorder(input *StopConfigurationRecorderInput) (*StopConfigurationRecorderOutput, error)
- func (c *ConfigService) StopConfigurationRecorderRequest(input *StopConfigurationRecorderInput) (req *request.Request, output *StopConfigurationRecorderOutput)
- func (c *ConfigService) StopConfigurationRecorderWithContext(ctx aws.Context, input *StopConfigurationRecorderInput, opts ...request.Option) (*StopConfigurationRecorderOutput, error)
- func (c *ConfigService) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
- func (c *ConfigService) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
- func (c *ConfigService) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
- func (c *ConfigService) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
- func (c *ConfigService) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
- func (c *ConfigService) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
- type ConfigSnapshotDeliveryProperties
- type ConfigStreamDeliveryInfo
- func (s ConfigStreamDeliveryInfo) GoString() string
- func (s *ConfigStreamDeliveryInfo) SetLastErrorCode(v string) *ConfigStreamDeliveryInfo
- func (s *ConfigStreamDeliveryInfo) SetLastErrorMessage(v string) *ConfigStreamDeliveryInfo
- func (s *ConfigStreamDeliveryInfo) SetLastStatus(v string) *ConfigStreamDeliveryInfo
- func (s *ConfigStreamDeliveryInfo) SetLastStatusChangeTime(v time.Time) *ConfigStreamDeliveryInfo
- func (s ConfigStreamDeliveryInfo) String() string
- type ConfigurationAggregator
- func (s ConfigurationAggregator) GoString() string
- func (s *ConfigurationAggregator) SetAccountAggregationSources(v []*AccountAggregationSource) *ConfigurationAggregator
- func (s *ConfigurationAggregator) SetConfigurationAggregatorArn(v string) *ConfigurationAggregator
- func (s *ConfigurationAggregator) SetConfigurationAggregatorName(v string) *ConfigurationAggregator
- func (s *ConfigurationAggregator) SetCreationTime(v time.Time) *ConfigurationAggregator
- func (s *ConfigurationAggregator) SetLastUpdatedTime(v time.Time) *ConfigurationAggregator
- func (s *ConfigurationAggregator) SetOrganizationAggregationSource(v *OrganizationAggregationSource) *ConfigurationAggregator
- func (s ConfigurationAggregator) String() string
- type ConfigurationItem
- func (s ConfigurationItem) GoString() string
- func (s *ConfigurationItem) SetAccountId(v string) *ConfigurationItem
- func (s *ConfigurationItem) SetArn(v string) *ConfigurationItem
- func (s *ConfigurationItem) SetAvailabilityZone(v string) *ConfigurationItem
- func (s *ConfigurationItem) SetAwsRegion(v string) *ConfigurationItem
- func (s *ConfigurationItem) SetConfiguration(v string) *ConfigurationItem
- func (s *ConfigurationItem) SetConfigurationItemCaptureTime(v time.Time) *ConfigurationItem
- func (s *ConfigurationItem) SetConfigurationItemMD5Hash(v string) *ConfigurationItem
- func (s *ConfigurationItem) SetConfigurationItemStatus(v string) *ConfigurationItem
- func (s *ConfigurationItem) SetConfigurationStateId(v string) *ConfigurationItem
- func (s *ConfigurationItem) SetRelatedEvents(v []*string) *ConfigurationItem
- func (s *ConfigurationItem) SetRelationships(v []*Relationship) *ConfigurationItem
- func (s *ConfigurationItem) SetResourceCreationTime(v time.Time) *ConfigurationItem
- func (s *ConfigurationItem) SetResourceId(v string) *ConfigurationItem
- func (s *ConfigurationItem) SetResourceName(v string) *ConfigurationItem
- func (s *ConfigurationItem) SetResourceType(v string) *ConfigurationItem
- func (s *ConfigurationItem) SetSupplementaryConfiguration(v map[string]*string) *ConfigurationItem
- func (s *ConfigurationItem) SetTags(v map[string]*string) *ConfigurationItem
- func (s *ConfigurationItem) SetVersion(v string) *ConfigurationItem
- func (s ConfigurationItem) String() string
- type ConfigurationRecorder
- func (s ConfigurationRecorder) GoString() string
- func (s *ConfigurationRecorder) SetName(v string) *ConfigurationRecorder
- func (s *ConfigurationRecorder) SetRecordingGroup(v *RecordingGroup) *ConfigurationRecorder
- func (s *ConfigurationRecorder) SetRoleARN(v string) *ConfigurationRecorder
- func (s ConfigurationRecorder) String() string
- func (s *ConfigurationRecorder) Validate() error
- type ConfigurationRecorderStatus
- func (s ConfigurationRecorderStatus) GoString() string
- func (s *ConfigurationRecorderStatus) SetLastErrorCode(v string) *ConfigurationRecorderStatus
- func (s *ConfigurationRecorderStatus) SetLastErrorMessage(v string) *ConfigurationRecorderStatus
- func (s *ConfigurationRecorderStatus) SetLastStartTime(v time.Time) *ConfigurationRecorderStatus
- func (s *ConfigurationRecorderStatus) SetLastStatus(v string) *ConfigurationRecorderStatus
- func (s *ConfigurationRecorderStatus) SetLastStatusChangeTime(v time.Time) *ConfigurationRecorderStatus
- func (s *ConfigurationRecorderStatus) SetLastStopTime(v time.Time) *ConfigurationRecorderStatus
- func (s *ConfigurationRecorderStatus) SetName(v string) *ConfigurationRecorderStatus
- func (s *ConfigurationRecorderStatus) SetRecording(v bool) *ConfigurationRecorderStatus
- func (s ConfigurationRecorderStatus) String() string
- type ConformancePackComplianceFilters
- func (s ConformancePackComplianceFilters) GoString() string
- func (s *ConformancePackComplianceFilters) SetComplianceType(v string) *ConformancePackComplianceFilters
- func (s *ConformancePackComplianceFilters) SetConfigRuleNames(v []*string) *ConformancePackComplianceFilters
- func (s ConformancePackComplianceFilters) String() string
- type ConformancePackComplianceSummary
- func (s ConformancePackComplianceSummary) GoString() string
- func (s *ConformancePackComplianceSummary) SetConformancePackComplianceStatus(v string) *ConformancePackComplianceSummary
- func (s *ConformancePackComplianceSummary) SetConformancePackName(v string) *ConformancePackComplianceSummary
- func (s ConformancePackComplianceSummary) String() string
- type ConformancePackDetail
- func (s ConformancePackDetail) GoString() string
- func (s *ConformancePackDetail) SetConformancePackArn(v string) *ConformancePackDetail
- func (s *ConformancePackDetail) SetConformancePackId(v string) *ConformancePackDetail
- func (s *ConformancePackDetail) SetConformancePackInputParameters(v []*ConformancePackInputParameter) *ConformancePackDetail
- func (s *ConformancePackDetail) SetConformancePackName(v string) *ConformancePackDetail
- func (s *ConformancePackDetail) SetCreatedBy(v string) *ConformancePackDetail
- func (s *ConformancePackDetail) SetDeliveryS3Bucket(v string) *ConformancePackDetail
- func (s *ConformancePackDetail) SetDeliveryS3KeyPrefix(v string) *ConformancePackDetail
- func (s *ConformancePackDetail) SetLastUpdateRequestedTime(v time.Time) *ConformancePackDetail
- func (s ConformancePackDetail) String() string
- type ConformancePackEvaluationFilters
- func (s ConformancePackEvaluationFilters) GoString() string
- func (s *ConformancePackEvaluationFilters) SetComplianceType(v string) *ConformancePackEvaluationFilters
- func (s *ConformancePackEvaluationFilters) SetConfigRuleNames(v []*string) *ConformancePackEvaluationFilters
- func (s *ConformancePackEvaluationFilters) SetResourceIds(v []*string) *ConformancePackEvaluationFilters
- func (s *ConformancePackEvaluationFilters) SetResourceType(v string) *ConformancePackEvaluationFilters
- func (s ConformancePackEvaluationFilters) String() string
- func (s *ConformancePackEvaluationFilters) Validate() error
- type ConformancePackEvaluationResult
- func (s ConformancePackEvaluationResult) GoString() string
- func (s *ConformancePackEvaluationResult) SetAnnotation(v string) *ConformancePackEvaluationResult
- func (s *ConformancePackEvaluationResult) SetComplianceType(v string) *ConformancePackEvaluationResult
- func (s *ConformancePackEvaluationResult) SetConfigRuleInvokedTime(v time.Time) *ConformancePackEvaluationResult
- func (s *ConformancePackEvaluationResult) SetEvaluationResultIdentifier(v *EvaluationResultIdentifier) *ConformancePackEvaluationResult
- func (s *ConformancePackEvaluationResult) SetResultRecordedTime(v time.Time) *ConformancePackEvaluationResult
- func (s ConformancePackEvaluationResult) String() string
- type ConformancePackInputParameter
- func (s ConformancePackInputParameter) GoString() string
- func (s *ConformancePackInputParameter) SetParameterName(v string) *ConformancePackInputParameter
- func (s *ConformancePackInputParameter) SetParameterValue(v string) *ConformancePackInputParameter
- func (s ConformancePackInputParameter) String() string
- func (s *ConformancePackInputParameter) Validate() error
- type ConformancePackRuleCompliance
- func (s ConformancePackRuleCompliance) GoString() string
- func (s *ConformancePackRuleCompliance) SetComplianceType(v string) *ConformancePackRuleCompliance
- func (s *ConformancePackRuleCompliance) SetConfigRuleName(v string) *ConformancePackRuleCompliance
- func (s ConformancePackRuleCompliance) String() string
- type ConformancePackStatusDetail
- func (s ConformancePackStatusDetail) GoString() string
- func (s *ConformancePackStatusDetail) SetConformancePackArn(v string) *ConformancePackStatusDetail
- func (s *ConformancePackStatusDetail) SetConformancePackId(v string) *ConformancePackStatusDetail
- func (s *ConformancePackStatusDetail) SetConformancePackName(v string) *ConformancePackStatusDetail
- func (s *ConformancePackStatusDetail) SetConformancePackState(v string) *ConformancePackStatusDetail
- func (s *ConformancePackStatusDetail) SetConformancePackStatusReason(v string) *ConformancePackStatusDetail
- func (s *ConformancePackStatusDetail) SetLastUpdateCompletedTime(v time.Time) *ConformancePackStatusDetail
- func (s *ConformancePackStatusDetail) SetLastUpdateRequestedTime(v time.Time) *ConformancePackStatusDetail
- func (s *ConformancePackStatusDetail) SetStackArn(v string) *ConformancePackStatusDetail
- func (s ConformancePackStatusDetail) String() string
- type ConformancePackTemplateValidationException
- func (s ConformancePackTemplateValidationException) Code() string
- func (s ConformancePackTemplateValidationException) Error() string
- func (s ConformancePackTemplateValidationException) GoString() string
- func (s ConformancePackTemplateValidationException) Message() string
- func (s ConformancePackTemplateValidationException) OrigErr() error
- func (s ConformancePackTemplateValidationException) RequestID() string
- func (s ConformancePackTemplateValidationException) StatusCode() int
- func (s ConformancePackTemplateValidationException) String() string
- type DeleteAggregationAuthorizationInput
- func (s DeleteAggregationAuthorizationInput) GoString() string
- func (s *DeleteAggregationAuthorizationInput) SetAuthorizedAccountId(v string) *DeleteAggregationAuthorizationInput
- func (s *DeleteAggregationAuthorizationInput) SetAuthorizedAwsRegion(v string) *DeleteAggregationAuthorizationInput
- func (s DeleteAggregationAuthorizationInput) String() string
- func (s *DeleteAggregationAuthorizationInput) Validate() error
- type DeleteAggregationAuthorizationOutput
- type DeleteConfigRuleInput
- type DeleteConfigRuleOutput
- type DeleteConfigurationAggregatorInput
- func (s DeleteConfigurationAggregatorInput) GoString() string
- func (s *DeleteConfigurationAggregatorInput) SetConfigurationAggregatorName(v string) *DeleteConfigurationAggregatorInput
- func (s DeleteConfigurationAggregatorInput) String() string
- func (s *DeleteConfigurationAggregatorInput) Validate() error
- type DeleteConfigurationAggregatorOutput
- type DeleteConfigurationRecorderInput
- type DeleteConfigurationRecorderOutput
- type DeleteConformancePackInput
- type DeleteConformancePackOutput
- type DeleteDeliveryChannelInput
- type DeleteDeliveryChannelOutput
- type DeleteEvaluationResultsInput
- type DeleteEvaluationResultsOutput
- type DeleteOrganizationConfigRuleInput
- type DeleteOrganizationConfigRuleOutput
- type DeleteOrganizationConformancePackInput
- func (s DeleteOrganizationConformancePackInput) GoString() string
- func (s *DeleteOrganizationConformancePackInput) SetOrganizationConformancePackName(v string) *DeleteOrganizationConformancePackInput
- func (s DeleteOrganizationConformancePackInput) String() string
- func (s *DeleteOrganizationConformancePackInput) Validate() error
- type DeleteOrganizationConformancePackOutput
- type DeletePendingAggregationRequestInput
- func (s DeletePendingAggregationRequestInput) GoString() string
- func (s *DeletePendingAggregationRequestInput) SetRequesterAccountId(v string) *DeletePendingAggregationRequestInput
- func (s *DeletePendingAggregationRequestInput) SetRequesterAwsRegion(v string) *DeletePendingAggregationRequestInput
- func (s DeletePendingAggregationRequestInput) String() string
- func (s *DeletePendingAggregationRequestInput) Validate() error
- type DeletePendingAggregationRequestOutput
- type DeleteRemediationConfigurationInput
- func (s DeleteRemediationConfigurationInput) GoString() string
- func (s *DeleteRemediationConfigurationInput) SetConfigRuleName(v string) *DeleteRemediationConfigurationInput
- func (s *DeleteRemediationConfigurationInput) SetResourceType(v string) *DeleteRemediationConfigurationInput
- func (s DeleteRemediationConfigurationInput) String() string
- func (s *DeleteRemediationConfigurationInput) Validate() error
- type DeleteRemediationConfigurationOutput
- type DeleteRemediationExceptionsInput
- func (s DeleteRemediationExceptionsInput) GoString() string
- func (s *DeleteRemediationExceptionsInput) SetConfigRuleName(v string) *DeleteRemediationExceptionsInput
- func (s *DeleteRemediationExceptionsInput) SetResourceKeys(v []*RemediationExceptionResourceKey) *DeleteRemediationExceptionsInput
- func (s DeleteRemediationExceptionsInput) String() string
- func (s *DeleteRemediationExceptionsInput) Validate() error
- type DeleteRemediationExceptionsOutput
- type DeleteResourceConfigInput
- func (s DeleteResourceConfigInput) GoString() string
- func (s *DeleteResourceConfigInput) SetResourceId(v string) *DeleteResourceConfigInput
- func (s *DeleteResourceConfigInput) SetResourceType(v string) *DeleteResourceConfigInput
- func (s DeleteResourceConfigInput) String() string
- func (s *DeleteResourceConfigInput) Validate() error
- type DeleteResourceConfigOutput
- type DeleteRetentionConfigurationInput
- type DeleteRetentionConfigurationOutput
- type DeliverConfigSnapshotInput
- type DeliverConfigSnapshotOutput
- type DeliveryChannel
- func (s DeliveryChannel) GoString() string
- func (s *DeliveryChannel) SetConfigSnapshotDeliveryProperties(v *ConfigSnapshotDeliveryProperties) *DeliveryChannel
- func (s *DeliveryChannel) SetName(v string) *DeliveryChannel
- func (s *DeliveryChannel) SetS3BucketName(v string) *DeliveryChannel
- func (s *DeliveryChannel) SetS3KeyPrefix(v string) *DeliveryChannel
- func (s *DeliveryChannel) SetSnsTopicARN(v string) *DeliveryChannel
- func (s DeliveryChannel) String() string
- func (s *DeliveryChannel) Validate() error
- type DeliveryChannelStatus
- func (s DeliveryChannelStatus) GoString() string
- func (s *DeliveryChannelStatus) SetConfigHistoryDeliveryInfo(v *ConfigExportDeliveryInfo) *DeliveryChannelStatus
- func (s *DeliveryChannelStatus) SetConfigSnapshotDeliveryInfo(v *ConfigExportDeliveryInfo) *DeliveryChannelStatus
- func (s *DeliveryChannelStatus) SetConfigStreamDeliveryInfo(v *ConfigStreamDeliveryInfo) *DeliveryChannelStatus
- func (s *DeliveryChannelStatus) SetName(v string) *DeliveryChannelStatus
- func (s DeliveryChannelStatus) String() string
- type DescribeAggregateComplianceByConfigRulesInput
- func (s DescribeAggregateComplianceByConfigRulesInput) GoString() string
- func (s *DescribeAggregateComplianceByConfigRulesInput) SetConfigurationAggregatorName(v string) *DescribeAggregateComplianceByConfigRulesInput
- func (s *DescribeAggregateComplianceByConfigRulesInput) SetFilters(v *ConfigRuleComplianceFilters) *DescribeAggregateComplianceByConfigRulesInput
- func (s *DescribeAggregateComplianceByConfigRulesInput) SetLimit(v int64) *DescribeAggregateComplianceByConfigRulesInput
- func (s *DescribeAggregateComplianceByConfigRulesInput) SetNextToken(v string) *DescribeAggregateComplianceByConfigRulesInput
- func (s DescribeAggregateComplianceByConfigRulesInput) String() string
- func (s *DescribeAggregateComplianceByConfigRulesInput) Validate() error
- type DescribeAggregateComplianceByConfigRulesOutput
- func (s DescribeAggregateComplianceByConfigRulesOutput) GoString() string
- func (s *DescribeAggregateComplianceByConfigRulesOutput) SetAggregateComplianceByConfigRules(v []*AggregateComplianceByConfigRule) *DescribeAggregateComplianceByConfigRulesOutput
- func (s *DescribeAggregateComplianceByConfigRulesOutput) SetNextToken(v string) *DescribeAggregateComplianceByConfigRulesOutput
- func (s DescribeAggregateComplianceByConfigRulesOutput) String() string
- type DescribeAggregationAuthorizationsInput
- func (s DescribeAggregationAuthorizationsInput) GoString() string
- func (s *DescribeAggregationAuthorizationsInput) SetLimit(v int64) *DescribeAggregationAuthorizationsInput
- func (s *DescribeAggregationAuthorizationsInput) SetNextToken(v string) *DescribeAggregationAuthorizationsInput
- func (s DescribeAggregationAuthorizationsInput) String() string
- type DescribeAggregationAuthorizationsOutput
- func (s DescribeAggregationAuthorizationsOutput) GoString() string
- func (s *DescribeAggregationAuthorizationsOutput) SetAggregationAuthorizations(v []*AggregationAuthorization) *DescribeAggregationAuthorizationsOutput
- func (s *DescribeAggregationAuthorizationsOutput) SetNextToken(v string) *DescribeAggregationAuthorizationsOutput
- func (s DescribeAggregationAuthorizationsOutput) String() string
- type DescribeComplianceByConfigRuleInput
- func (s DescribeComplianceByConfigRuleInput) GoString() string
- func (s *DescribeComplianceByConfigRuleInput) SetComplianceTypes(v []*string) *DescribeComplianceByConfigRuleInput
- func (s *DescribeComplianceByConfigRuleInput) SetConfigRuleNames(v []*string) *DescribeComplianceByConfigRuleInput
- func (s *DescribeComplianceByConfigRuleInput) SetNextToken(v string) *DescribeComplianceByConfigRuleInput
- func (s DescribeComplianceByConfigRuleInput) String() string
- type DescribeComplianceByConfigRuleOutput
- func (s DescribeComplianceByConfigRuleOutput) GoString() string
- func (s *DescribeComplianceByConfigRuleOutput) SetComplianceByConfigRules(v []*ComplianceByConfigRule) *DescribeComplianceByConfigRuleOutput
- func (s *DescribeComplianceByConfigRuleOutput) SetNextToken(v string) *DescribeComplianceByConfigRuleOutput
- func (s DescribeComplianceByConfigRuleOutput) String() string
- type DescribeComplianceByResourceInput
- func (s DescribeComplianceByResourceInput) GoString() string
- func (s *DescribeComplianceByResourceInput) SetComplianceTypes(v []*string) *DescribeComplianceByResourceInput
- func (s *DescribeComplianceByResourceInput) SetLimit(v int64) *DescribeComplianceByResourceInput
- func (s *DescribeComplianceByResourceInput) SetNextToken(v string) *DescribeComplianceByResourceInput
- func (s *DescribeComplianceByResourceInput) SetResourceId(v string) *DescribeComplianceByResourceInput
- func (s *DescribeComplianceByResourceInput) SetResourceType(v string) *DescribeComplianceByResourceInput
- func (s DescribeComplianceByResourceInput) String() string
- func (s *DescribeComplianceByResourceInput) Validate() error
- type DescribeComplianceByResourceOutput
- func (s DescribeComplianceByResourceOutput) GoString() string
- func (s *DescribeComplianceByResourceOutput) SetComplianceByResources(v []*ComplianceByResource) *DescribeComplianceByResourceOutput
- func (s *DescribeComplianceByResourceOutput) SetNextToken(v string) *DescribeComplianceByResourceOutput
- func (s DescribeComplianceByResourceOutput) String() string
- type DescribeConfigRuleEvaluationStatusInput
- func (s DescribeConfigRuleEvaluationStatusInput) GoString() string
- func (s *DescribeConfigRuleEvaluationStatusInput) SetConfigRuleNames(v []*string) *DescribeConfigRuleEvaluationStatusInput
- func (s *DescribeConfigRuleEvaluationStatusInput) SetLimit(v int64) *DescribeConfigRuleEvaluationStatusInput
- func (s *DescribeConfigRuleEvaluationStatusInput) SetNextToken(v string) *DescribeConfigRuleEvaluationStatusInput
- func (s DescribeConfigRuleEvaluationStatusInput) String() string
- type DescribeConfigRuleEvaluationStatusOutput
- func (s DescribeConfigRuleEvaluationStatusOutput) GoString() string
- func (s *DescribeConfigRuleEvaluationStatusOutput) SetConfigRulesEvaluationStatus(v []*ConfigRuleEvaluationStatus) *DescribeConfigRuleEvaluationStatusOutput
- func (s *DescribeConfigRuleEvaluationStatusOutput) SetNextToken(v string) *DescribeConfigRuleEvaluationStatusOutput
- func (s DescribeConfigRuleEvaluationStatusOutput) String() string
- type DescribeConfigRulesInput
- type DescribeConfigRulesOutput
- type DescribeConfigurationAggregatorSourcesStatusInput
- func (s DescribeConfigurationAggregatorSourcesStatusInput) GoString() string
- func (s *DescribeConfigurationAggregatorSourcesStatusInput) SetConfigurationAggregatorName(v string) *DescribeConfigurationAggregatorSourcesStatusInput
- func (s *DescribeConfigurationAggregatorSourcesStatusInput) SetLimit(v int64) *DescribeConfigurationAggregatorSourcesStatusInput
- func (s *DescribeConfigurationAggregatorSourcesStatusInput) SetNextToken(v string) *DescribeConfigurationAggregatorSourcesStatusInput
- func (s *DescribeConfigurationAggregatorSourcesStatusInput) SetUpdateStatus(v []*string) *DescribeConfigurationAggregatorSourcesStatusInput
- func (s DescribeConfigurationAggregatorSourcesStatusInput) String() string
- func (s *DescribeConfigurationAggregatorSourcesStatusInput) Validate() error
- type DescribeConfigurationAggregatorSourcesStatusOutput
- func (s DescribeConfigurationAggregatorSourcesStatusOutput) GoString() string
- func (s *DescribeConfigurationAggregatorSourcesStatusOutput) SetAggregatedSourceStatusList(v []*AggregatedSourceStatus) *DescribeConfigurationAggregatorSourcesStatusOutput
- func (s *DescribeConfigurationAggregatorSourcesStatusOutput) SetNextToken(v string) *DescribeConfigurationAggregatorSourcesStatusOutput
- func (s DescribeConfigurationAggregatorSourcesStatusOutput) String() string
- type DescribeConfigurationAggregatorsInput
- func (s DescribeConfigurationAggregatorsInput) GoString() string
- func (s *DescribeConfigurationAggregatorsInput) SetConfigurationAggregatorNames(v []*string) *DescribeConfigurationAggregatorsInput
- func (s *DescribeConfigurationAggregatorsInput) SetLimit(v int64) *DescribeConfigurationAggregatorsInput
- func (s *DescribeConfigurationAggregatorsInput) SetNextToken(v string) *DescribeConfigurationAggregatorsInput
- func (s DescribeConfigurationAggregatorsInput) String() string
- type DescribeConfigurationAggregatorsOutput
- func (s DescribeConfigurationAggregatorsOutput) GoString() string
- func (s *DescribeConfigurationAggregatorsOutput) SetConfigurationAggregators(v []*ConfigurationAggregator) *DescribeConfigurationAggregatorsOutput
- func (s *DescribeConfigurationAggregatorsOutput) SetNextToken(v string) *DescribeConfigurationAggregatorsOutput
- func (s DescribeConfigurationAggregatorsOutput) String() string
- type DescribeConfigurationRecorderStatusInput
- type DescribeConfigurationRecorderStatusOutput
- type DescribeConfigurationRecordersInput
- type DescribeConfigurationRecordersOutput
- type DescribeConformancePackComplianceInput
- func (s DescribeConformancePackComplianceInput) GoString() string
- func (s *DescribeConformancePackComplianceInput) SetConformancePackName(v string) *DescribeConformancePackComplianceInput
- func (s *DescribeConformancePackComplianceInput) SetFilters(v *ConformancePackComplianceFilters) *DescribeConformancePackComplianceInput
- func (s *DescribeConformancePackComplianceInput) SetLimit(v int64) *DescribeConformancePackComplianceInput
- func (s *DescribeConformancePackComplianceInput) SetNextToken(v string) *DescribeConformancePackComplianceInput
- func (s DescribeConformancePackComplianceInput) String() string
- func (s *DescribeConformancePackComplianceInput) Validate() error
- type DescribeConformancePackComplianceOutput
- func (s DescribeConformancePackComplianceOutput) GoString() string
- func (s *DescribeConformancePackComplianceOutput) SetConformancePackName(v string) *DescribeConformancePackComplianceOutput
- func (s *DescribeConformancePackComplianceOutput) SetConformancePackRuleComplianceList(v []*ConformancePackRuleCompliance) *DescribeConformancePackComplianceOutput
- func (s *DescribeConformancePackComplianceOutput) SetNextToken(v string) *DescribeConformancePackComplianceOutput
- func (s DescribeConformancePackComplianceOutput) String() string
- type DescribeConformancePackStatusInput
- func (s DescribeConformancePackStatusInput) GoString() string
- func (s *DescribeConformancePackStatusInput) SetConformancePackNames(v []*string) *DescribeConformancePackStatusInput
- func (s *DescribeConformancePackStatusInput) SetLimit(v int64) *DescribeConformancePackStatusInput
- func (s *DescribeConformancePackStatusInput) SetNextToken(v string) *DescribeConformancePackStatusInput
- func (s DescribeConformancePackStatusInput) String() string
- type DescribeConformancePackStatusOutput
- func (s DescribeConformancePackStatusOutput) GoString() string
- func (s *DescribeConformancePackStatusOutput) SetConformancePackStatusDetails(v []*ConformancePackStatusDetail) *DescribeConformancePackStatusOutput
- func (s *DescribeConformancePackStatusOutput) SetNextToken(v string) *DescribeConformancePackStatusOutput
- func (s DescribeConformancePackStatusOutput) String() string
- type DescribeConformancePacksInput
- func (s DescribeConformancePacksInput) GoString() string
- func (s *DescribeConformancePacksInput) SetConformancePackNames(v []*string) *DescribeConformancePacksInput
- func (s *DescribeConformancePacksInput) SetLimit(v int64) *DescribeConformancePacksInput
- func (s *DescribeConformancePacksInput) SetNextToken(v string) *DescribeConformancePacksInput
- func (s DescribeConformancePacksInput) String() string
- type DescribeConformancePacksOutput
- func (s DescribeConformancePacksOutput) GoString() string
- func (s *DescribeConformancePacksOutput) SetConformancePackDetails(v []*ConformancePackDetail) *DescribeConformancePacksOutput
- func (s *DescribeConformancePacksOutput) SetNextToken(v string) *DescribeConformancePacksOutput
- func (s DescribeConformancePacksOutput) String() string
- type DescribeDeliveryChannelStatusInput
- type DescribeDeliveryChannelStatusOutput
- type DescribeDeliveryChannelsInput
- type DescribeDeliveryChannelsOutput
- type DescribeOrganizationConfigRuleStatusesInput
- func (s DescribeOrganizationConfigRuleStatusesInput) GoString() string
- func (s *DescribeOrganizationConfigRuleStatusesInput) SetLimit(v int64) *DescribeOrganizationConfigRuleStatusesInput
- func (s *DescribeOrganizationConfigRuleStatusesInput) SetNextToken(v string) *DescribeOrganizationConfigRuleStatusesInput
- func (s *DescribeOrganizationConfigRuleStatusesInput) SetOrganizationConfigRuleNames(v []*string) *DescribeOrganizationConfigRuleStatusesInput
- func (s DescribeOrganizationConfigRuleStatusesInput) String() string
- type DescribeOrganizationConfigRuleStatusesOutput
- func (s DescribeOrganizationConfigRuleStatusesOutput) GoString() string
- func (s *DescribeOrganizationConfigRuleStatusesOutput) SetNextToken(v string) *DescribeOrganizationConfigRuleStatusesOutput
- func (s *DescribeOrganizationConfigRuleStatusesOutput) SetOrganizationConfigRuleStatuses(v []*OrganizationConfigRuleStatus) *DescribeOrganizationConfigRuleStatusesOutput
- func (s DescribeOrganizationConfigRuleStatusesOutput) String() string
- type DescribeOrganizationConfigRulesInput
- func (s DescribeOrganizationConfigRulesInput) GoString() string
- func (s *DescribeOrganizationConfigRulesInput) SetLimit(v int64) *DescribeOrganizationConfigRulesInput
- func (s *DescribeOrganizationConfigRulesInput) SetNextToken(v string) *DescribeOrganizationConfigRulesInput
- func (s *DescribeOrganizationConfigRulesInput) SetOrganizationConfigRuleNames(v []*string) *DescribeOrganizationConfigRulesInput
- func (s DescribeOrganizationConfigRulesInput) String() string
- type DescribeOrganizationConfigRulesOutput
- func (s DescribeOrganizationConfigRulesOutput) GoString() string
- func (s *DescribeOrganizationConfigRulesOutput) SetNextToken(v string) *DescribeOrganizationConfigRulesOutput
- func (s *DescribeOrganizationConfigRulesOutput) SetOrganizationConfigRules(v []*OrganizationConfigRule) *DescribeOrganizationConfigRulesOutput
- func (s DescribeOrganizationConfigRulesOutput) String() string
- type DescribeOrganizationConformancePackStatusesInput
- func (s DescribeOrganizationConformancePackStatusesInput) GoString() string
- func (s *DescribeOrganizationConformancePackStatusesInput) SetLimit(v int64) *DescribeOrganizationConformancePackStatusesInput
- func (s *DescribeOrganizationConformancePackStatusesInput) SetNextToken(v string) *DescribeOrganizationConformancePackStatusesInput
- func (s *DescribeOrganizationConformancePackStatusesInput) SetOrganizationConformancePackNames(v []*string) *DescribeOrganizationConformancePackStatusesInput
- func (s DescribeOrganizationConformancePackStatusesInput) String() string
- type DescribeOrganizationConformancePackStatusesOutput
- func (s DescribeOrganizationConformancePackStatusesOutput) GoString() string
- func (s *DescribeOrganizationConformancePackStatusesOutput) SetNextToken(v string) *DescribeOrganizationConformancePackStatusesOutput
- func (s *DescribeOrganizationConformancePackStatusesOutput) SetOrganizationConformancePackStatuses(v []*OrganizationConformancePackStatus) *DescribeOrganizationConformancePackStatusesOutput
- func (s DescribeOrganizationConformancePackStatusesOutput) String() string
- type DescribeOrganizationConformancePacksInput
- func (s DescribeOrganizationConformancePacksInput) GoString() string
- func (s *DescribeOrganizationConformancePacksInput) SetLimit(v int64) *DescribeOrganizationConformancePacksInput
- func (s *DescribeOrganizationConformancePacksInput) SetNextToken(v string) *DescribeOrganizationConformancePacksInput
- func (s *DescribeOrganizationConformancePacksInput) SetOrganizationConformancePackNames(v []*string) *DescribeOrganizationConformancePacksInput
- func (s DescribeOrganizationConformancePacksInput) String() string
- type DescribeOrganizationConformancePacksOutput
- func (s DescribeOrganizationConformancePacksOutput) GoString() string
- func (s *DescribeOrganizationConformancePacksOutput) SetNextToken(v string) *DescribeOrganizationConformancePacksOutput
- func (s *DescribeOrganizationConformancePacksOutput) SetOrganizationConformancePacks(v []*OrganizationConformancePack) *DescribeOrganizationConformancePacksOutput
- func (s DescribeOrganizationConformancePacksOutput) String() string
- type DescribePendingAggregationRequestsInput
- func (s DescribePendingAggregationRequestsInput) GoString() string
- func (s *DescribePendingAggregationRequestsInput) SetLimit(v int64) *DescribePendingAggregationRequestsInput
- func (s *DescribePendingAggregationRequestsInput) SetNextToken(v string) *DescribePendingAggregationRequestsInput
- func (s DescribePendingAggregationRequestsInput) String() string
- type DescribePendingAggregationRequestsOutput
- func (s DescribePendingAggregationRequestsOutput) GoString() string
- func (s *DescribePendingAggregationRequestsOutput) SetNextToken(v string) *DescribePendingAggregationRequestsOutput
- func (s *DescribePendingAggregationRequestsOutput) SetPendingAggregationRequests(v []*PendingAggregationRequest) *DescribePendingAggregationRequestsOutput
- func (s DescribePendingAggregationRequestsOutput) String() string
- type DescribeRemediationConfigurationsInput
- func (s DescribeRemediationConfigurationsInput) GoString() string
- func (s *DescribeRemediationConfigurationsInput) SetConfigRuleNames(v []*string) *DescribeRemediationConfigurationsInput
- func (s DescribeRemediationConfigurationsInput) String() string
- func (s *DescribeRemediationConfigurationsInput) Validate() error
- type DescribeRemediationConfigurationsOutput
- type DescribeRemediationExceptionsInput
- func (s DescribeRemediationExceptionsInput) GoString() string
- func (s *DescribeRemediationExceptionsInput) SetConfigRuleName(v string) *DescribeRemediationExceptionsInput
- func (s *DescribeRemediationExceptionsInput) SetLimit(v int64) *DescribeRemediationExceptionsInput
- func (s *DescribeRemediationExceptionsInput) SetNextToken(v string) *DescribeRemediationExceptionsInput
- func (s *DescribeRemediationExceptionsInput) SetResourceKeys(v []*RemediationExceptionResourceKey) *DescribeRemediationExceptionsInput
- func (s DescribeRemediationExceptionsInput) String() string
- func (s *DescribeRemediationExceptionsInput) Validate() error
- type DescribeRemediationExceptionsOutput
- func (s DescribeRemediationExceptionsOutput) GoString() string
- func (s *DescribeRemediationExceptionsOutput) SetNextToken(v string) *DescribeRemediationExceptionsOutput
- func (s *DescribeRemediationExceptionsOutput) SetRemediationExceptions(v []*RemediationException) *DescribeRemediationExceptionsOutput
- func (s DescribeRemediationExceptionsOutput) String() string
- type DescribeRemediationExecutionStatusInput
- func (s DescribeRemediationExecutionStatusInput) GoString() string
- func (s *DescribeRemediationExecutionStatusInput) SetConfigRuleName(v string) *DescribeRemediationExecutionStatusInput
- func (s *DescribeRemediationExecutionStatusInput) SetLimit(v int64) *DescribeRemediationExecutionStatusInput
- func (s *DescribeRemediationExecutionStatusInput) SetNextToken(v string) *DescribeRemediationExecutionStatusInput
- func (s *DescribeRemediationExecutionStatusInput) SetResourceKeys(v []*ResourceKey) *DescribeRemediationExecutionStatusInput
- func (s DescribeRemediationExecutionStatusInput) String() string
- func (s *DescribeRemediationExecutionStatusInput) Validate() error
- type DescribeRemediationExecutionStatusOutput
- func (s DescribeRemediationExecutionStatusOutput) GoString() string
- func (s *DescribeRemediationExecutionStatusOutput) SetNextToken(v string) *DescribeRemediationExecutionStatusOutput
- func (s *DescribeRemediationExecutionStatusOutput) SetRemediationExecutionStatuses(v []*RemediationExecutionStatus) *DescribeRemediationExecutionStatusOutput
- func (s DescribeRemediationExecutionStatusOutput) String() string
- type DescribeRetentionConfigurationsInput
- func (s DescribeRetentionConfigurationsInput) GoString() string
- func (s *DescribeRetentionConfigurationsInput) SetNextToken(v string) *DescribeRetentionConfigurationsInput
- func (s *DescribeRetentionConfigurationsInput) SetRetentionConfigurationNames(v []*string) *DescribeRetentionConfigurationsInput
- func (s DescribeRetentionConfigurationsInput) String() string
- type DescribeRetentionConfigurationsOutput
- func (s DescribeRetentionConfigurationsOutput) GoString() string
- func (s *DescribeRetentionConfigurationsOutput) SetNextToken(v string) *DescribeRetentionConfigurationsOutput
- func (s *DescribeRetentionConfigurationsOutput) SetRetentionConfigurations(v []*RetentionConfiguration) *DescribeRetentionConfigurationsOutput
- func (s DescribeRetentionConfigurationsOutput) String() string
- type Evaluation
- func (s Evaluation) GoString() string
- func (s *Evaluation) SetAnnotation(v string) *Evaluation
- func (s *Evaluation) SetComplianceResourceId(v string) *Evaluation
- func (s *Evaluation) SetComplianceResourceType(v string) *Evaluation
- func (s *Evaluation) SetComplianceType(v string) *Evaluation
- func (s *Evaluation) SetOrderingTimestamp(v time.Time) *Evaluation
- func (s Evaluation) String() string
- func (s *Evaluation) Validate() error
- type EvaluationResult
- func (s EvaluationResult) GoString() string
- func (s *EvaluationResult) SetAnnotation(v string) *EvaluationResult
- func (s *EvaluationResult) SetComplianceType(v string) *EvaluationResult
- func (s *EvaluationResult) SetConfigRuleInvokedTime(v time.Time) *EvaluationResult
- func (s *EvaluationResult) SetEvaluationResultIdentifier(v *EvaluationResultIdentifier) *EvaluationResult
- func (s *EvaluationResult) SetResultRecordedTime(v time.Time) *EvaluationResult
- func (s *EvaluationResult) SetResultToken(v string) *EvaluationResult
- func (s EvaluationResult) String() string
- type EvaluationResultIdentifier
- func (s EvaluationResultIdentifier) GoString() string
- func (s *EvaluationResultIdentifier) SetEvaluationResultQualifier(v *EvaluationResultQualifier) *EvaluationResultIdentifier
- func (s *EvaluationResultIdentifier) SetOrderingTimestamp(v time.Time) *EvaluationResultIdentifier
- func (s EvaluationResultIdentifier) String() string
- type EvaluationResultQualifier
- func (s EvaluationResultQualifier) GoString() string
- func (s *EvaluationResultQualifier) SetConfigRuleName(v string) *EvaluationResultQualifier
- func (s *EvaluationResultQualifier) SetResourceId(v string) *EvaluationResultQualifier
- func (s *EvaluationResultQualifier) SetResourceType(v string) *EvaluationResultQualifier
- func (s EvaluationResultQualifier) String() string
- type ExecutionControls
- type FailedDeleteRemediationExceptionsBatch
- func (s FailedDeleteRemediationExceptionsBatch) GoString() string
- func (s *FailedDeleteRemediationExceptionsBatch) SetFailedItems(v []*RemediationExceptionResourceKey) *FailedDeleteRemediationExceptionsBatch
- func (s *FailedDeleteRemediationExceptionsBatch) SetFailureMessage(v string) *FailedDeleteRemediationExceptionsBatch
- func (s FailedDeleteRemediationExceptionsBatch) String() string
- type FailedRemediationBatch
- type FailedRemediationExceptionBatch
- func (s FailedRemediationExceptionBatch) GoString() string
- func (s *FailedRemediationExceptionBatch) SetFailedItems(v []*RemediationException) *FailedRemediationExceptionBatch
- func (s *FailedRemediationExceptionBatch) SetFailureMessage(v string) *FailedRemediationExceptionBatch
- func (s FailedRemediationExceptionBatch) String() string
- type FieldInfo
- type GetAggregateComplianceDetailsByConfigRuleInput
- func (s GetAggregateComplianceDetailsByConfigRuleInput) GoString() string
- func (s *GetAggregateComplianceDetailsByConfigRuleInput) SetAccountId(v string) *GetAggregateComplianceDetailsByConfigRuleInput
- func (s *GetAggregateComplianceDetailsByConfigRuleInput) SetAwsRegion(v string) *GetAggregateComplianceDetailsByConfigRuleInput
- func (s *GetAggregateComplianceDetailsByConfigRuleInput) SetComplianceType(v string) *GetAggregateComplianceDetailsByConfigRuleInput
- func (s *GetAggregateComplianceDetailsByConfigRuleInput) SetConfigRuleName(v string) *GetAggregateComplianceDetailsByConfigRuleInput
- func (s *GetAggregateComplianceDetailsByConfigRuleInput) SetConfigurationAggregatorName(v string) *GetAggregateComplianceDetailsByConfigRuleInput
- func (s *GetAggregateComplianceDetailsByConfigRuleInput) SetLimit(v int64) *GetAggregateComplianceDetailsByConfigRuleInput
- func (s *GetAggregateComplianceDetailsByConfigRuleInput) SetNextToken(v string) *GetAggregateComplianceDetailsByConfigRuleInput
- func (s GetAggregateComplianceDetailsByConfigRuleInput) String() string
- func (s *GetAggregateComplianceDetailsByConfigRuleInput) Validate() error
- type GetAggregateComplianceDetailsByConfigRuleOutput
- func (s GetAggregateComplianceDetailsByConfigRuleOutput) GoString() string
- func (s *GetAggregateComplianceDetailsByConfigRuleOutput) SetAggregateEvaluationResults(v []*AggregateEvaluationResult) *GetAggregateComplianceDetailsByConfigRuleOutput
- func (s *GetAggregateComplianceDetailsByConfigRuleOutput) SetNextToken(v string) *GetAggregateComplianceDetailsByConfigRuleOutput
- func (s GetAggregateComplianceDetailsByConfigRuleOutput) String() string
- type GetAggregateConfigRuleComplianceSummaryInput
- func (s GetAggregateConfigRuleComplianceSummaryInput) GoString() string
- func (s *GetAggregateConfigRuleComplianceSummaryInput) SetConfigurationAggregatorName(v string) *GetAggregateConfigRuleComplianceSummaryInput
- func (s *GetAggregateConfigRuleComplianceSummaryInput) SetFilters(v *ConfigRuleComplianceSummaryFilters) *GetAggregateConfigRuleComplianceSummaryInput
- func (s *GetAggregateConfigRuleComplianceSummaryInput) SetGroupByKey(v string) *GetAggregateConfigRuleComplianceSummaryInput
- func (s *GetAggregateConfigRuleComplianceSummaryInput) SetLimit(v int64) *GetAggregateConfigRuleComplianceSummaryInput
- func (s *GetAggregateConfigRuleComplianceSummaryInput) SetNextToken(v string) *GetAggregateConfigRuleComplianceSummaryInput
- func (s GetAggregateConfigRuleComplianceSummaryInput) String() string
- func (s *GetAggregateConfigRuleComplianceSummaryInput) Validate() error
- type GetAggregateConfigRuleComplianceSummaryOutput
- func (s GetAggregateConfigRuleComplianceSummaryOutput) GoString() string
- func (s *GetAggregateConfigRuleComplianceSummaryOutput) SetAggregateComplianceCounts(v []*AggregateComplianceCount) *GetAggregateConfigRuleComplianceSummaryOutput
- func (s *GetAggregateConfigRuleComplianceSummaryOutput) SetGroupByKey(v string) *GetAggregateConfigRuleComplianceSummaryOutput
- func (s *GetAggregateConfigRuleComplianceSummaryOutput) SetNextToken(v string) *GetAggregateConfigRuleComplianceSummaryOutput
- func (s GetAggregateConfigRuleComplianceSummaryOutput) String() string
- type GetAggregateDiscoveredResourceCountsInput
- func (s GetAggregateDiscoveredResourceCountsInput) GoString() string
- func (s *GetAggregateDiscoveredResourceCountsInput) SetConfigurationAggregatorName(v string) *GetAggregateDiscoveredResourceCountsInput
- func (s *GetAggregateDiscoveredResourceCountsInput) SetFilters(v *ResourceCountFilters) *GetAggregateDiscoveredResourceCountsInput
- func (s *GetAggregateDiscoveredResourceCountsInput) SetGroupByKey(v string) *GetAggregateDiscoveredResourceCountsInput
- func (s *GetAggregateDiscoveredResourceCountsInput) SetLimit(v int64) *GetAggregateDiscoveredResourceCountsInput
- func (s *GetAggregateDiscoveredResourceCountsInput) SetNextToken(v string) *GetAggregateDiscoveredResourceCountsInput
- func (s GetAggregateDiscoveredResourceCountsInput) String() string
- func (s *GetAggregateDiscoveredResourceCountsInput) Validate() error
- type GetAggregateDiscoveredResourceCountsOutput
- func (s GetAggregateDiscoveredResourceCountsOutput) GoString() string
- func (s *GetAggregateDiscoveredResourceCountsOutput) SetGroupByKey(v string) *GetAggregateDiscoveredResourceCountsOutput
- func (s *GetAggregateDiscoveredResourceCountsOutput) SetGroupedResourceCounts(v []*GroupedResourceCount) *GetAggregateDiscoveredResourceCountsOutput
- func (s *GetAggregateDiscoveredResourceCountsOutput) SetNextToken(v string) *GetAggregateDiscoveredResourceCountsOutput
- func (s *GetAggregateDiscoveredResourceCountsOutput) SetTotalDiscoveredResources(v int64) *GetAggregateDiscoveredResourceCountsOutput
- func (s GetAggregateDiscoveredResourceCountsOutput) String() string
- type GetAggregateResourceConfigInput
- func (s GetAggregateResourceConfigInput) GoString() string
- func (s *GetAggregateResourceConfigInput) SetConfigurationAggregatorName(v string) *GetAggregateResourceConfigInput
- func (s *GetAggregateResourceConfigInput) SetResourceIdentifier(v *AggregateResourceIdentifier) *GetAggregateResourceConfigInput
- func (s GetAggregateResourceConfigInput) String() string
- func (s *GetAggregateResourceConfigInput) Validate() error
- type GetAggregateResourceConfigOutput
- type GetComplianceDetailsByConfigRuleInput
- func (s GetComplianceDetailsByConfigRuleInput) GoString() string
- func (s *GetComplianceDetailsByConfigRuleInput) SetComplianceTypes(v []*string) *GetComplianceDetailsByConfigRuleInput
- func (s *GetComplianceDetailsByConfigRuleInput) SetConfigRuleName(v string) *GetComplianceDetailsByConfigRuleInput
- func (s *GetComplianceDetailsByConfigRuleInput) SetLimit(v int64) *GetComplianceDetailsByConfigRuleInput
- func (s *GetComplianceDetailsByConfigRuleInput) SetNextToken(v string) *GetComplianceDetailsByConfigRuleInput
- func (s GetComplianceDetailsByConfigRuleInput) String() string
- func (s *GetComplianceDetailsByConfigRuleInput) Validate() error
- type GetComplianceDetailsByConfigRuleOutput
- func (s GetComplianceDetailsByConfigRuleOutput) GoString() string
- func (s *GetComplianceDetailsByConfigRuleOutput) SetEvaluationResults(v []*EvaluationResult) *GetComplianceDetailsByConfigRuleOutput
- func (s *GetComplianceDetailsByConfigRuleOutput) SetNextToken(v string) *GetComplianceDetailsByConfigRuleOutput
- func (s GetComplianceDetailsByConfigRuleOutput) String() string
- type GetComplianceDetailsByResourceInput
- func (s GetComplianceDetailsByResourceInput) GoString() string
- func (s *GetComplianceDetailsByResourceInput) SetComplianceTypes(v []*string) *GetComplianceDetailsByResourceInput
- func (s *GetComplianceDetailsByResourceInput) SetNextToken(v string) *GetComplianceDetailsByResourceInput
- func (s *GetComplianceDetailsByResourceInput) SetResourceId(v string) *GetComplianceDetailsByResourceInput
- func (s *GetComplianceDetailsByResourceInput) SetResourceType(v string) *GetComplianceDetailsByResourceInput
- func (s GetComplianceDetailsByResourceInput) String() string
- func (s *GetComplianceDetailsByResourceInput) Validate() error
- type GetComplianceDetailsByResourceOutput
- func (s GetComplianceDetailsByResourceOutput) GoString() string
- func (s *GetComplianceDetailsByResourceOutput) SetEvaluationResults(v []*EvaluationResult) *GetComplianceDetailsByResourceOutput
- func (s *GetComplianceDetailsByResourceOutput) SetNextToken(v string) *GetComplianceDetailsByResourceOutput
- func (s GetComplianceDetailsByResourceOutput) String() string
- type GetComplianceSummaryByConfigRuleInput
- type GetComplianceSummaryByConfigRuleOutput
- type GetComplianceSummaryByResourceTypeInput
- type GetComplianceSummaryByResourceTypeOutput
- func (s GetComplianceSummaryByResourceTypeOutput) GoString() string
- func (s *GetComplianceSummaryByResourceTypeOutput) SetComplianceSummariesByResourceType(v []*ComplianceSummaryByResourceType) *GetComplianceSummaryByResourceTypeOutput
- func (s GetComplianceSummaryByResourceTypeOutput) String() string
- type GetConformancePackComplianceDetailsInput
- func (s GetConformancePackComplianceDetailsInput) GoString() string
- func (s *GetConformancePackComplianceDetailsInput) SetConformancePackName(v string) *GetConformancePackComplianceDetailsInput
- func (s *GetConformancePackComplianceDetailsInput) SetFilters(v *ConformancePackEvaluationFilters) *GetConformancePackComplianceDetailsInput
- func (s *GetConformancePackComplianceDetailsInput) SetLimit(v int64) *GetConformancePackComplianceDetailsInput
- func (s *GetConformancePackComplianceDetailsInput) SetNextToken(v string) *GetConformancePackComplianceDetailsInput
- func (s GetConformancePackComplianceDetailsInput) String() string
- func (s *GetConformancePackComplianceDetailsInput) Validate() error
- type GetConformancePackComplianceDetailsOutput
- func (s GetConformancePackComplianceDetailsOutput) GoString() string
- func (s *GetConformancePackComplianceDetailsOutput) SetConformancePackName(v string) *GetConformancePackComplianceDetailsOutput
- func (s *GetConformancePackComplianceDetailsOutput) SetConformancePackRuleEvaluationResults(v []*ConformancePackEvaluationResult) *GetConformancePackComplianceDetailsOutput
- func (s *GetConformancePackComplianceDetailsOutput) SetNextToken(v string) *GetConformancePackComplianceDetailsOutput
- func (s GetConformancePackComplianceDetailsOutput) String() string
- type GetConformancePackComplianceSummaryInput
- func (s GetConformancePackComplianceSummaryInput) GoString() string
- func (s *GetConformancePackComplianceSummaryInput) SetConformancePackNames(v []*string) *GetConformancePackComplianceSummaryInput
- func (s *GetConformancePackComplianceSummaryInput) SetLimit(v int64) *GetConformancePackComplianceSummaryInput
- func (s *GetConformancePackComplianceSummaryInput) SetNextToken(v string) *GetConformancePackComplianceSummaryInput
- func (s GetConformancePackComplianceSummaryInput) String() string
- func (s *GetConformancePackComplianceSummaryInput) Validate() error
- type GetConformancePackComplianceSummaryOutput
- func (s GetConformancePackComplianceSummaryOutput) GoString() string
- func (s *GetConformancePackComplianceSummaryOutput) SetConformancePackComplianceSummaryList(v []*ConformancePackComplianceSummary) *GetConformancePackComplianceSummaryOutput
- func (s *GetConformancePackComplianceSummaryOutput) SetNextToken(v string) *GetConformancePackComplianceSummaryOutput
- func (s GetConformancePackComplianceSummaryOutput) String() string
- type GetDiscoveredResourceCountsInput
- func (s GetDiscoveredResourceCountsInput) GoString() string
- func (s *GetDiscoveredResourceCountsInput) SetLimit(v int64) *GetDiscoveredResourceCountsInput
- func (s *GetDiscoveredResourceCountsInput) SetNextToken(v string) *GetDiscoveredResourceCountsInput
- func (s *GetDiscoveredResourceCountsInput) SetResourceTypes(v []*string) *GetDiscoveredResourceCountsInput
- func (s GetDiscoveredResourceCountsInput) String() string
- type GetDiscoveredResourceCountsOutput
- func (s GetDiscoveredResourceCountsOutput) GoString() string
- func (s *GetDiscoveredResourceCountsOutput) SetNextToken(v string) *GetDiscoveredResourceCountsOutput
- func (s *GetDiscoveredResourceCountsOutput) SetResourceCounts(v []*ResourceCount) *GetDiscoveredResourceCountsOutput
- func (s *GetDiscoveredResourceCountsOutput) SetTotalDiscoveredResources(v int64) *GetDiscoveredResourceCountsOutput
- func (s GetDiscoveredResourceCountsOutput) String() string
- type GetOrganizationConfigRuleDetailedStatusInput
- func (s GetOrganizationConfigRuleDetailedStatusInput) GoString() string
- func (s *GetOrganizationConfigRuleDetailedStatusInput) SetFilters(v *StatusDetailFilters) *GetOrganizationConfigRuleDetailedStatusInput
- func (s *GetOrganizationConfigRuleDetailedStatusInput) SetLimit(v int64) *GetOrganizationConfigRuleDetailedStatusInput
- func (s *GetOrganizationConfigRuleDetailedStatusInput) SetNextToken(v string) *GetOrganizationConfigRuleDetailedStatusInput
- func (s *GetOrganizationConfigRuleDetailedStatusInput) SetOrganizationConfigRuleName(v string) *GetOrganizationConfigRuleDetailedStatusInput
- func (s GetOrganizationConfigRuleDetailedStatusInput) String() string
- func (s *GetOrganizationConfigRuleDetailedStatusInput) Validate() error
- type GetOrganizationConfigRuleDetailedStatusOutput
- func (s GetOrganizationConfigRuleDetailedStatusOutput) GoString() string
- func (s *GetOrganizationConfigRuleDetailedStatusOutput) SetNextToken(v string) *GetOrganizationConfigRuleDetailedStatusOutput
- func (s *GetOrganizationConfigRuleDetailedStatusOutput) SetOrganizationConfigRuleDetailedStatus(v []*MemberAccountStatus) *GetOrganizationConfigRuleDetailedStatusOutput
- func (s GetOrganizationConfigRuleDetailedStatusOutput) String() string
- type GetOrganizationConformancePackDetailedStatusInput
- func (s GetOrganizationConformancePackDetailedStatusInput) GoString() string
- func (s *GetOrganizationConformancePackDetailedStatusInput) SetFilters(v *OrganizationResourceDetailedStatusFilters) *GetOrganizationConformancePackDetailedStatusInput
- func (s *GetOrganizationConformancePackDetailedStatusInput) SetLimit(v int64) *GetOrganizationConformancePackDetailedStatusInput
- func (s *GetOrganizationConformancePackDetailedStatusInput) SetNextToken(v string) *GetOrganizationConformancePackDetailedStatusInput
- func (s *GetOrganizationConformancePackDetailedStatusInput) SetOrganizationConformancePackName(v string) *GetOrganizationConformancePackDetailedStatusInput
- func (s GetOrganizationConformancePackDetailedStatusInput) String() string
- func (s *GetOrganizationConformancePackDetailedStatusInput) Validate() error
- type GetOrganizationConformancePackDetailedStatusOutput
- func (s GetOrganizationConformancePackDetailedStatusOutput) GoString() string
- func (s *GetOrganizationConformancePackDetailedStatusOutput) SetNextToken(v string) *GetOrganizationConformancePackDetailedStatusOutput
- func (s *GetOrganizationConformancePackDetailedStatusOutput) SetOrganizationConformancePackDetailedStatuses(v []*OrganizationConformancePackDetailedStatus) *GetOrganizationConformancePackDetailedStatusOutput
- func (s GetOrganizationConformancePackDetailedStatusOutput) String() string
- type GetResourceConfigHistoryInput
- func (s GetResourceConfigHistoryInput) GoString() string
- func (s *GetResourceConfigHistoryInput) SetChronologicalOrder(v string) *GetResourceConfigHistoryInput
- func (s *GetResourceConfigHistoryInput) SetEarlierTime(v time.Time) *GetResourceConfigHistoryInput
- func (s *GetResourceConfigHistoryInput) SetLaterTime(v time.Time) *GetResourceConfigHistoryInput
- func (s *GetResourceConfigHistoryInput) SetLimit(v int64) *GetResourceConfigHistoryInput
- func (s *GetResourceConfigHistoryInput) SetNextToken(v string) *GetResourceConfigHistoryInput
- func (s *GetResourceConfigHistoryInput) SetResourceId(v string) *GetResourceConfigHistoryInput
- func (s *GetResourceConfigHistoryInput) SetResourceType(v string) *GetResourceConfigHistoryInput
- func (s GetResourceConfigHistoryInput) String() string
- func (s *GetResourceConfigHistoryInput) Validate() error
- type GetResourceConfigHistoryOutput
- func (s GetResourceConfigHistoryOutput) GoString() string
- func (s *GetResourceConfigHistoryOutput) SetConfigurationItems(v []*ConfigurationItem) *GetResourceConfigHistoryOutput
- func (s *GetResourceConfigHistoryOutput) SetNextToken(v string) *GetResourceConfigHistoryOutput
- func (s GetResourceConfigHistoryOutput) String() string
- type GroupedResourceCount
- type InsufficientDeliveryPolicyException
- func (s InsufficientDeliveryPolicyException) Code() string
- func (s InsufficientDeliveryPolicyException) Error() string
- func (s InsufficientDeliveryPolicyException) GoString() string
- func (s InsufficientDeliveryPolicyException) Message() string
- func (s InsufficientDeliveryPolicyException) OrigErr() error
- func (s InsufficientDeliveryPolicyException) RequestID() string
- func (s InsufficientDeliveryPolicyException) StatusCode() int
- func (s InsufficientDeliveryPolicyException) String() string
- type InsufficientPermissionsException
- func (s InsufficientPermissionsException) Code() string
- func (s InsufficientPermissionsException) Error() string
- func (s InsufficientPermissionsException) GoString() string
- func (s InsufficientPermissionsException) Message() string
- func (s InsufficientPermissionsException) OrigErr() error
- func (s InsufficientPermissionsException) RequestID() string
- func (s InsufficientPermissionsException) StatusCode() int
- func (s InsufficientPermissionsException) String() string
- type InvalidConfigurationRecorderNameException
- func (s InvalidConfigurationRecorderNameException) Code() string
- func (s InvalidConfigurationRecorderNameException) Error() string
- func (s InvalidConfigurationRecorderNameException) GoString() string
- func (s InvalidConfigurationRecorderNameException) Message() string
- func (s InvalidConfigurationRecorderNameException) OrigErr() error
- func (s InvalidConfigurationRecorderNameException) RequestID() string
- func (s InvalidConfigurationRecorderNameException) StatusCode() int
- func (s InvalidConfigurationRecorderNameException) String() string
- type InvalidDeliveryChannelNameException
- func (s InvalidDeliveryChannelNameException) Code() string
- func (s InvalidDeliveryChannelNameException) Error() string
- func (s InvalidDeliveryChannelNameException) GoString() string
- func (s InvalidDeliveryChannelNameException) Message() string
- func (s InvalidDeliveryChannelNameException) OrigErr() error
- func (s InvalidDeliveryChannelNameException) RequestID() string
- func (s InvalidDeliveryChannelNameException) StatusCode() int
- func (s InvalidDeliveryChannelNameException) String() string
- type InvalidExpressionException
- func (s InvalidExpressionException) Code() string
- func (s InvalidExpressionException) Error() string
- func (s InvalidExpressionException) GoString() string
- func (s InvalidExpressionException) Message() string
- func (s InvalidExpressionException) OrigErr() error
- func (s InvalidExpressionException) RequestID() string
- func (s InvalidExpressionException) StatusCode() int
- func (s InvalidExpressionException) String() string
- type InvalidLimitException
- func (s InvalidLimitException) Code() string
- func (s InvalidLimitException) Error() string
- func (s InvalidLimitException) GoString() string
- func (s InvalidLimitException) Message() string
- func (s InvalidLimitException) OrigErr() error
- func (s InvalidLimitException) RequestID() string
- func (s InvalidLimitException) StatusCode() int
- func (s InvalidLimitException) String() string
- type InvalidNextTokenException
- func (s InvalidNextTokenException) Code() string
- func (s InvalidNextTokenException) Error() string
- func (s InvalidNextTokenException) GoString() string
- func (s InvalidNextTokenException) Message() string
- func (s InvalidNextTokenException) OrigErr() error
- func (s InvalidNextTokenException) RequestID() string
- func (s InvalidNextTokenException) StatusCode() int
- func (s InvalidNextTokenException) 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 InvalidRecordingGroupException
- func (s InvalidRecordingGroupException) Code() string
- func (s InvalidRecordingGroupException) Error() string
- func (s InvalidRecordingGroupException) GoString() string
- func (s InvalidRecordingGroupException) Message() string
- func (s InvalidRecordingGroupException) OrigErr() error
- func (s InvalidRecordingGroupException) RequestID() string
- func (s InvalidRecordingGroupException) StatusCode() int
- func (s InvalidRecordingGroupException) String() string
- type InvalidResultTokenException
- func (s InvalidResultTokenException) Code() string
- func (s InvalidResultTokenException) Error() string
- func (s InvalidResultTokenException) GoString() string
- func (s InvalidResultTokenException) Message() string
- func (s InvalidResultTokenException) OrigErr() error
- func (s InvalidResultTokenException) RequestID() string
- func (s InvalidResultTokenException) StatusCode() int
- func (s InvalidResultTokenException) String() string
- type InvalidRoleException
- func (s InvalidRoleException) Code() string
- func (s InvalidRoleException) Error() string
- func (s InvalidRoleException) GoString() string
- func (s InvalidRoleException) Message() string
- func (s InvalidRoleException) OrigErr() error
- func (s InvalidRoleException) RequestID() string
- func (s InvalidRoleException) StatusCode() int
- func (s InvalidRoleException) String() string
- type InvalidS3KeyPrefixException
- func (s InvalidS3KeyPrefixException) Code() string
- func (s InvalidS3KeyPrefixException) Error() string
- func (s InvalidS3KeyPrefixException) GoString() string
- func (s InvalidS3KeyPrefixException) Message() string
- func (s InvalidS3KeyPrefixException) OrigErr() error
- func (s InvalidS3KeyPrefixException) RequestID() string
- func (s InvalidS3KeyPrefixException) StatusCode() int
- func (s InvalidS3KeyPrefixException) String() string
- type InvalidSNSTopicARNException
- func (s InvalidSNSTopicARNException) Code() string
- func (s InvalidSNSTopicARNException) Error() string
- func (s InvalidSNSTopicARNException) GoString() string
- func (s InvalidSNSTopicARNException) Message() string
- func (s InvalidSNSTopicARNException) OrigErr() error
- func (s InvalidSNSTopicARNException) RequestID() string
- func (s InvalidSNSTopicARNException) StatusCode() int
- func (s InvalidSNSTopicARNException) String() string
- type InvalidTimeRangeException
- func (s InvalidTimeRangeException) Code() string
- func (s InvalidTimeRangeException) Error() string
- func (s InvalidTimeRangeException) GoString() string
- func (s InvalidTimeRangeException) Message() string
- func (s InvalidTimeRangeException) OrigErr() error
- func (s InvalidTimeRangeException) RequestID() string
- func (s InvalidTimeRangeException) StatusCode() int
- func (s InvalidTimeRangeException) String() string
- type LastDeliveryChannelDeleteFailedException
- func (s LastDeliveryChannelDeleteFailedException) Code() string
- func (s LastDeliveryChannelDeleteFailedException) Error() string
- func (s LastDeliveryChannelDeleteFailedException) GoString() string
- func (s LastDeliveryChannelDeleteFailedException) Message() string
- func (s LastDeliveryChannelDeleteFailedException) OrigErr() error
- func (s LastDeliveryChannelDeleteFailedException) RequestID() string
- func (s LastDeliveryChannelDeleteFailedException) StatusCode() int
- func (s LastDeliveryChannelDeleteFailedException) 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 ListAggregateDiscoveredResourcesInput
- func (s ListAggregateDiscoveredResourcesInput) GoString() string
- func (s *ListAggregateDiscoveredResourcesInput) SetConfigurationAggregatorName(v string) *ListAggregateDiscoveredResourcesInput
- func (s *ListAggregateDiscoveredResourcesInput) SetFilters(v *ResourceFilters) *ListAggregateDiscoveredResourcesInput
- func (s *ListAggregateDiscoveredResourcesInput) SetLimit(v int64) *ListAggregateDiscoveredResourcesInput
- func (s *ListAggregateDiscoveredResourcesInput) SetNextToken(v string) *ListAggregateDiscoveredResourcesInput
- func (s *ListAggregateDiscoveredResourcesInput) SetResourceType(v string) *ListAggregateDiscoveredResourcesInput
- func (s ListAggregateDiscoveredResourcesInput) String() string
- func (s *ListAggregateDiscoveredResourcesInput) Validate() error
- type ListAggregateDiscoveredResourcesOutput
- func (s ListAggregateDiscoveredResourcesOutput) GoString() string
- func (s *ListAggregateDiscoveredResourcesOutput) SetNextToken(v string) *ListAggregateDiscoveredResourcesOutput
- func (s *ListAggregateDiscoveredResourcesOutput) SetResourceIdentifiers(v []*AggregateResourceIdentifier) *ListAggregateDiscoveredResourcesOutput
- func (s ListAggregateDiscoveredResourcesOutput) String() string
- type ListDiscoveredResourcesInput
- func (s ListDiscoveredResourcesInput) GoString() string
- func (s *ListDiscoveredResourcesInput) SetIncludeDeletedResources(v bool) *ListDiscoveredResourcesInput
- func (s *ListDiscoveredResourcesInput) SetLimit(v int64) *ListDiscoveredResourcesInput
- func (s *ListDiscoveredResourcesInput) SetNextToken(v string) *ListDiscoveredResourcesInput
- func (s *ListDiscoveredResourcesInput) SetResourceIds(v []*string) *ListDiscoveredResourcesInput
- func (s *ListDiscoveredResourcesInput) SetResourceName(v string) *ListDiscoveredResourcesInput
- func (s *ListDiscoveredResourcesInput) SetResourceType(v string) *ListDiscoveredResourcesInput
- func (s ListDiscoveredResourcesInput) String() string
- func (s *ListDiscoveredResourcesInput) Validate() error
- type ListDiscoveredResourcesOutput
- func (s ListDiscoveredResourcesOutput) GoString() string
- func (s *ListDiscoveredResourcesOutput) SetNextToken(v string) *ListDiscoveredResourcesOutput
- func (s *ListDiscoveredResourcesOutput) SetResourceIdentifiers(v []*ResourceIdentifier) *ListDiscoveredResourcesOutput
- func (s ListDiscoveredResourcesOutput) String() string
- type ListTagsForResourceInput
- func (s ListTagsForResourceInput) GoString() string
- func (s *ListTagsForResourceInput) SetLimit(v int64) *ListTagsForResourceInput
- func (s *ListTagsForResourceInput) SetNextToken(v string) *ListTagsForResourceInput
- func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
- func (s ListTagsForResourceInput) String() string
- func (s *ListTagsForResourceInput) Validate() error
- type ListTagsForResourceOutput
- type MaxActiveResourcesExceededException
- func (s MaxActiveResourcesExceededException) Code() string
- func (s MaxActiveResourcesExceededException) Error() string
- func (s MaxActiveResourcesExceededException) GoString() string
- func (s MaxActiveResourcesExceededException) Message() string
- func (s MaxActiveResourcesExceededException) OrigErr() error
- func (s MaxActiveResourcesExceededException) RequestID() string
- func (s MaxActiveResourcesExceededException) StatusCode() int
- func (s MaxActiveResourcesExceededException) String() string
- type MaxNumberOfConfigRulesExceededException
- func (s MaxNumberOfConfigRulesExceededException) Code() string
- func (s MaxNumberOfConfigRulesExceededException) Error() string
- func (s MaxNumberOfConfigRulesExceededException) GoString() string
- func (s MaxNumberOfConfigRulesExceededException) Message() string
- func (s MaxNumberOfConfigRulesExceededException) OrigErr() error
- func (s MaxNumberOfConfigRulesExceededException) RequestID() string
- func (s MaxNumberOfConfigRulesExceededException) StatusCode() int
- func (s MaxNumberOfConfigRulesExceededException) String() string
- type MaxNumberOfConfigurationRecordersExceededException
- func (s MaxNumberOfConfigurationRecordersExceededException) Code() string
- func (s MaxNumberOfConfigurationRecordersExceededException) Error() string
- func (s MaxNumberOfConfigurationRecordersExceededException) GoString() string
- func (s MaxNumberOfConfigurationRecordersExceededException) Message() string
- func (s MaxNumberOfConfigurationRecordersExceededException) OrigErr() error
- func (s MaxNumberOfConfigurationRecordersExceededException) RequestID() string
- func (s MaxNumberOfConfigurationRecordersExceededException) StatusCode() int
- func (s MaxNumberOfConfigurationRecordersExceededException) String() string
- type MaxNumberOfConformancePacksExceededException
- func (s MaxNumberOfConformancePacksExceededException) Code() string
- func (s MaxNumberOfConformancePacksExceededException) Error() string
- func (s MaxNumberOfConformancePacksExceededException) GoString() string
- func (s MaxNumberOfConformancePacksExceededException) Message() string
- func (s MaxNumberOfConformancePacksExceededException) OrigErr() error
- func (s MaxNumberOfConformancePacksExceededException) RequestID() string
- func (s MaxNumberOfConformancePacksExceededException) StatusCode() int
- func (s MaxNumberOfConformancePacksExceededException) String() string
- type MaxNumberOfDeliveryChannelsExceededException
- func (s MaxNumberOfDeliveryChannelsExceededException) Code() string
- func (s MaxNumberOfDeliveryChannelsExceededException) Error() string
- func (s MaxNumberOfDeliveryChannelsExceededException) GoString() string
- func (s MaxNumberOfDeliveryChannelsExceededException) Message() string
- func (s MaxNumberOfDeliveryChannelsExceededException) OrigErr() error
- func (s MaxNumberOfDeliveryChannelsExceededException) RequestID() string
- func (s MaxNumberOfDeliveryChannelsExceededException) StatusCode() int
- func (s MaxNumberOfDeliveryChannelsExceededException) String() string
- type MaxNumberOfOrganizationConfigRulesExceededException
- func (s MaxNumberOfOrganizationConfigRulesExceededException) Code() string
- func (s MaxNumberOfOrganizationConfigRulesExceededException) Error() string
- func (s MaxNumberOfOrganizationConfigRulesExceededException) GoString() string
- func (s MaxNumberOfOrganizationConfigRulesExceededException) Message() string
- func (s MaxNumberOfOrganizationConfigRulesExceededException) OrigErr() error
- func (s MaxNumberOfOrganizationConfigRulesExceededException) RequestID() string
- func (s MaxNumberOfOrganizationConfigRulesExceededException) StatusCode() int
- func (s MaxNumberOfOrganizationConfigRulesExceededException) String() string
- type MaxNumberOfOrganizationConformancePacksExceededException
- func (s MaxNumberOfOrganizationConformancePacksExceededException) Code() string
- func (s MaxNumberOfOrganizationConformancePacksExceededException) Error() string
- func (s MaxNumberOfOrganizationConformancePacksExceededException) GoString() string
- func (s MaxNumberOfOrganizationConformancePacksExceededException) Message() string
- func (s MaxNumberOfOrganizationConformancePacksExceededException) OrigErr() error
- func (s MaxNumberOfOrganizationConformancePacksExceededException) RequestID() string
- func (s MaxNumberOfOrganizationConformancePacksExceededException) StatusCode() int
- func (s MaxNumberOfOrganizationConformancePacksExceededException) String() string
- type MaxNumberOfRetentionConfigurationsExceededException
- func (s MaxNumberOfRetentionConfigurationsExceededException) Code() string
- func (s MaxNumberOfRetentionConfigurationsExceededException) Error() string
- func (s MaxNumberOfRetentionConfigurationsExceededException) GoString() string
- func (s MaxNumberOfRetentionConfigurationsExceededException) Message() string
- func (s MaxNumberOfRetentionConfigurationsExceededException) OrigErr() error
- func (s MaxNumberOfRetentionConfigurationsExceededException) RequestID() string
- func (s MaxNumberOfRetentionConfigurationsExceededException) StatusCode() int
- func (s MaxNumberOfRetentionConfigurationsExceededException) String() string
- type MemberAccountStatus
- func (s MemberAccountStatus) GoString() string
- func (s *MemberAccountStatus) SetAccountId(v string) *MemberAccountStatus
- func (s *MemberAccountStatus) SetConfigRuleName(v string) *MemberAccountStatus
- func (s *MemberAccountStatus) SetErrorCode(v string) *MemberAccountStatus
- func (s *MemberAccountStatus) SetErrorMessage(v string) *MemberAccountStatus
- func (s *MemberAccountStatus) SetLastUpdateTime(v time.Time) *MemberAccountStatus
- func (s *MemberAccountStatus) SetMemberAccountRuleStatus(v string) *MemberAccountStatus
- func (s MemberAccountStatus) String() string
- type NoAvailableConfigurationRecorderException
- func (s NoAvailableConfigurationRecorderException) Code() string
- func (s NoAvailableConfigurationRecorderException) Error() string
- func (s NoAvailableConfigurationRecorderException) GoString() string
- func (s NoAvailableConfigurationRecorderException) Message() string
- func (s NoAvailableConfigurationRecorderException) OrigErr() error
- func (s NoAvailableConfigurationRecorderException) RequestID() string
- func (s NoAvailableConfigurationRecorderException) StatusCode() int
- func (s NoAvailableConfigurationRecorderException) String() string
- type NoAvailableDeliveryChannelException
- func (s NoAvailableDeliveryChannelException) Code() string
- func (s NoAvailableDeliveryChannelException) Error() string
- func (s NoAvailableDeliveryChannelException) GoString() string
- func (s NoAvailableDeliveryChannelException) Message() string
- func (s NoAvailableDeliveryChannelException) OrigErr() error
- func (s NoAvailableDeliveryChannelException) RequestID() string
- func (s NoAvailableDeliveryChannelException) StatusCode() int
- func (s NoAvailableDeliveryChannelException) String() string
- type NoAvailableOrganizationException
- func (s NoAvailableOrganizationException) Code() string
- func (s NoAvailableOrganizationException) Error() string
- func (s NoAvailableOrganizationException) GoString() string
- func (s NoAvailableOrganizationException) Message() string
- func (s NoAvailableOrganizationException) OrigErr() error
- func (s NoAvailableOrganizationException) RequestID() string
- func (s NoAvailableOrganizationException) StatusCode() int
- func (s NoAvailableOrganizationException) String() string
- type NoRunningConfigurationRecorderException
- func (s NoRunningConfigurationRecorderException) Code() string
- func (s NoRunningConfigurationRecorderException) Error() string
- func (s NoRunningConfigurationRecorderException) GoString() string
- func (s NoRunningConfigurationRecorderException) Message() string
- func (s NoRunningConfigurationRecorderException) OrigErr() error
- func (s NoRunningConfigurationRecorderException) RequestID() string
- func (s NoRunningConfigurationRecorderException) StatusCode() int
- func (s NoRunningConfigurationRecorderException) String() string
- type NoSuchBucketException
- func (s NoSuchBucketException) Code() string
- func (s NoSuchBucketException) Error() string
- func (s NoSuchBucketException) GoString() string
- func (s NoSuchBucketException) Message() string
- func (s NoSuchBucketException) OrigErr() error
- func (s NoSuchBucketException) RequestID() string
- func (s NoSuchBucketException) StatusCode() int
- func (s NoSuchBucketException) String() string
- type NoSuchConfigRuleException
- func (s NoSuchConfigRuleException) Code() string
- func (s NoSuchConfigRuleException) Error() string
- func (s NoSuchConfigRuleException) GoString() string
- func (s NoSuchConfigRuleException) Message() string
- func (s NoSuchConfigRuleException) OrigErr() error
- func (s NoSuchConfigRuleException) RequestID() string
- func (s NoSuchConfigRuleException) StatusCode() int
- func (s NoSuchConfigRuleException) String() string
- type NoSuchConfigRuleInConformancePackException
- func (s NoSuchConfigRuleInConformancePackException) Code() string
- func (s NoSuchConfigRuleInConformancePackException) Error() string
- func (s NoSuchConfigRuleInConformancePackException) GoString() string
- func (s NoSuchConfigRuleInConformancePackException) Message() string
- func (s NoSuchConfigRuleInConformancePackException) OrigErr() error
- func (s NoSuchConfigRuleInConformancePackException) RequestID() string
- func (s NoSuchConfigRuleInConformancePackException) StatusCode() int
- func (s NoSuchConfigRuleInConformancePackException) String() string
- type NoSuchConfigurationAggregatorException
- func (s NoSuchConfigurationAggregatorException) Code() string
- func (s NoSuchConfigurationAggregatorException) Error() string
- func (s NoSuchConfigurationAggregatorException) GoString() string
- func (s NoSuchConfigurationAggregatorException) Message() string
- func (s NoSuchConfigurationAggregatorException) OrigErr() error
- func (s NoSuchConfigurationAggregatorException) RequestID() string
- func (s NoSuchConfigurationAggregatorException) StatusCode() int
- func (s NoSuchConfigurationAggregatorException) String() string
- type NoSuchConfigurationRecorderException
- func (s NoSuchConfigurationRecorderException) Code() string
- func (s NoSuchConfigurationRecorderException) Error() string
- func (s NoSuchConfigurationRecorderException) GoString() string
- func (s NoSuchConfigurationRecorderException) Message() string
- func (s NoSuchConfigurationRecorderException) OrigErr() error
- func (s NoSuchConfigurationRecorderException) RequestID() string
- func (s NoSuchConfigurationRecorderException) StatusCode() int
- func (s NoSuchConfigurationRecorderException) String() string
- type NoSuchConformancePackException
- func (s NoSuchConformancePackException) Code() string
- func (s NoSuchConformancePackException) Error() string
- func (s NoSuchConformancePackException) GoString() string
- func (s NoSuchConformancePackException) Message() string
- func (s NoSuchConformancePackException) OrigErr() error
- func (s NoSuchConformancePackException) RequestID() string
- func (s NoSuchConformancePackException) StatusCode() int
- func (s NoSuchConformancePackException) String() string
- type NoSuchDeliveryChannelException
- func (s NoSuchDeliveryChannelException) Code() string
- func (s NoSuchDeliveryChannelException) Error() string
- func (s NoSuchDeliveryChannelException) GoString() string
- func (s NoSuchDeliveryChannelException) Message() string
- func (s NoSuchDeliveryChannelException) OrigErr() error
- func (s NoSuchDeliveryChannelException) RequestID() string
- func (s NoSuchDeliveryChannelException) StatusCode() int
- func (s NoSuchDeliveryChannelException) String() string
- type NoSuchOrganizationConfigRuleException
- func (s NoSuchOrganizationConfigRuleException) Code() string
- func (s NoSuchOrganizationConfigRuleException) Error() string
- func (s NoSuchOrganizationConfigRuleException) GoString() string
- func (s NoSuchOrganizationConfigRuleException) Message() string
- func (s NoSuchOrganizationConfigRuleException) OrigErr() error
- func (s NoSuchOrganizationConfigRuleException) RequestID() string
- func (s NoSuchOrganizationConfigRuleException) StatusCode() int
- func (s NoSuchOrganizationConfigRuleException) String() string
- type NoSuchOrganizationConformancePackException
- func (s NoSuchOrganizationConformancePackException) Code() string
- func (s NoSuchOrganizationConformancePackException) Error() string
- func (s NoSuchOrganizationConformancePackException) GoString() string
- func (s NoSuchOrganizationConformancePackException) Message() string
- func (s NoSuchOrganizationConformancePackException) OrigErr() error
- func (s NoSuchOrganizationConformancePackException) RequestID() string
- func (s NoSuchOrganizationConformancePackException) StatusCode() int
- func (s NoSuchOrganizationConformancePackException) String() string
- type NoSuchRemediationConfigurationException
- func (s NoSuchRemediationConfigurationException) Code() string
- func (s NoSuchRemediationConfigurationException) Error() string
- func (s NoSuchRemediationConfigurationException) GoString() string
- func (s NoSuchRemediationConfigurationException) Message() string
- func (s NoSuchRemediationConfigurationException) OrigErr() error
- func (s NoSuchRemediationConfigurationException) RequestID() string
- func (s NoSuchRemediationConfigurationException) StatusCode() int
- func (s NoSuchRemediationConfigurationException) String() string
- type NoSuchRemediationExceptionException
- func (s NoSuchRemediationExceptionException) Code() string
- func (s NoSuchRemediationExceptionException) Error() string
- func (s NoSuchRemediationExceptionException) GoString() string
- func (s NoSuchRemediationExceptionException) Message() string
- func (s NoSuchRemediationExceptionException) OrigErr() error
- func (s NoSuchRemediationExceptionException) RequestID() string
- func (s NoSuchRemediationExceptionException) StatusCode() int
- func (s NoSuchRemediationExceptionException) String() string
- type NoSuchRetentionConfigurationException
- func (s NoSuchRetentionConfigurationException) Code() string
- func (s NoSuchRetentionConfigurationException) Error() string
- func (s NoSuchRetentionConfigurationException) GoString() string
- func (s NoSuchRetentionConfigurationException) Message() string
- func (s NoSuchRetentionConfigurationException) OrigErr() error
- func (s NoSuchRetentionConfigurationException) RequestID() string
- func (s NoSuchRetentionConfigurationException) StatusCode() int
- func (s NoSuchRetentionConfigurationException) String() string
- type OrganizationAccessDeniedException
- func (s OrganizationAccessDeniedException) Code() string
- func (s OrganizationAccessDeniedException) Error() string
- func (s OrganizationAccessDeniedException) GoString() string
- func (s OrganizationAccessDeniedException) Message() string
- func (s OrganizationAccessDeniedException) OrigErr() error
- func (s OrganizationAccessDeniedException) RequestID() string
- func (s OrganizationAccessDeniedException) StatusCode() int
- func (s OrganizationAccessDeniedException) String() string
- type OrganizationAggregationSource
- func (s OrganizationAggregationSource) GoString() string
- func (s *OrganizationAggregationSource) SetAllAwsRegions(v bool) *OrganizationAggregationSource
- func (s *OrganizationAggregationSource) SetAwsRegions(v []*string) *OrganizationAggregationSource
- func (s *OrganizationAggregationSource) SetRoleArn(v string) *OrganizationAggregationSource
- func (s OrganizationAggregationSource) String() string
- func (s *OrganizationAggregationSource) Validate() error
- type OrganizationAllFeaturesNotEnabledException
- func (s OrganizationAllFeaturesNotEnabledException) Code() string
- func (s OrganizationAllFeaturesNotEnabledException) Error() string
- func (s OrganizationAllFeaturesNotEnabledException) GoString() string
- func (s OrganizationAllFeaturesNotEnabledException) Message() string
- func (s OrganizationAllFeaturesNotEnabledException) OrigErr() error
- func (s OrganizationAllFeaturesNotEnabledException) RequestID() string
- func (s OrganizationAllFeaturesNotEnabledException) StatusCode() int
- func (s OrganizationAllFeaturesNotEnabledException) String() string
- type OrganizationConfigRule
- func (s OrganizationConfigRule) GoString() string
- func (s *OrganizationConfigRule) SetExcludedAccounts(v []*string) *OrganizationConfigRule
- func (s *OrganizationConfigRule) SetLastUpdateTime(v time.Time) *OrganizationConfigRule
- func (s *OrganizationConfigRule) SetOrganizationConfigRuleArn(v string) *OrganizationConfigRule
- func (s *OrganizationConfigRule) SetOrganizationConfigRuleName(v string) *OrganizationConfigRule
- func (s *OrganizationConfigRule) SetOrganizationCustomRuleMetadata(v *OrganizationCustomRuleMetadata) *OrganizationConfigRule
- func (s *OrganizationConfigRule) SetOrganizationManagedRuleMetadata(v *OrganizationManagedRuleMetadata) *OrganizationConfigRule
- func (s OrganizationConfigRule) String() string
- type OrganizationConfigRuleStatus
- func (s OrganizationConfigRuleStatus) GoString() string
- func (s *OrganizationConfigRuleStatus) SetErrorCode(v string) *OrganizationConfigRuleStatus
- func (s *OrganizationConfigRuleStatus) SetErrorMessage(v string) *OrganizationConfigRuleStatus
- func (s *OrganizationConfigRuleStatus) SetLastUpdateTime(v time.Time) *OrganizationConfigRuleStatus
- func (s *OrganizationConfigRuleStatus) SetOrganizationConfigRuleName(v string) *OrganizationConfigRuleStatus
- func (s *OrganizationConfigRuleStatus) SetOrganizationRuleStatus(v string) *OrganizationConfigRuleStatus
- func (s OrganizationConfigRuleStatus) String() string
- type OrganizationConformancePack
- func (s OrganizationConformancePack) GoString() string
- func (s *OrganizationConformancePack) SetConformancePackInputParameters(v []*ConformancePackInputParameter) *OrganizationConformancePack
- func (s *OrganizationConformancePack) SetDeliveryS3Bucket(v string) *OrganizationConformancePack
- func (s *OrganizationConformancePack) SetDeliveryS3KeyPrefix(v string) *OrganizationConformancePack
- func (s *OrganizationConformancePack) SetExcludedAccounts(v []*string) *OrganizationConformancePack
- func (s *OrganizationConformancePack) SetLastUpdateTime(v time.Time) *OrganizationConformancePack
- func (s *OrganizationConformancePack) SetOrganizationConformancePackArn(v string) *OrganizationConformancePack
- func (s *OrganizationConformancePack) SetOrganizationConformancePackName(v string) *OrganizationConformancePack
- func (s OrganizationConformancePack) String() string
- type OrganizationConformancePackDetailedStatus
- func (s OrganizationConformancePackDetailedStatus) GoString() string
- func (s *OrganizationConformancePackDetailedStatus) SetAccountId(v string) *OrganizationConformancePackDetailedStatus
- func (s *OrganizationConformancePackDetailedStatus) SetConformancePackName(v string) *OrganizationConformancePackDetailedStatus
- func (s *OrganizationConformancePackDetailedStatus) SetErrorCode(v string) *OrganizationConformancePackDetailedStatus
- func (s *OrganizationConformancePackDetailedStatus) SetErrorMessage(v string) *OrganizationConformancePackDetailedStatus
- func (s *OrganizationConformancePackDetailedStatus) SetLastUpdateTime(v time.Time) *OrganizationConformancePackDetailedStatus
- func (s *OrganizationConformancePackDetailedStatus) SetStatus(v string) *OrganizationConformancePackDetailedStatus
- func (s OrganizationConformancePackDetailedStatus) String() string
- type OrganizationConformancePackStatus
- func (s OrganizationConformancePackStatus) GoString() string
- func (s *OrganizationConformancePackStatus) SetErrorCode(v string) *OrganizationConformancePackStatus
- func (s *OrganizationConformancePackStatus) SetErrorMessage(v string) *OrganizationConformancePackStatus
- func (s *OrganizationConformancePackStatus) SetLastUpdateTime(v time.Time) *OrganizationConformancePackStatus
- func (s *OrganizationConformancePackStatus) SetOrganizationConformancePackName(v string) *OrganizationConformancePackStatus
- func (s *OrganizationConformancePackStatus) SetStatus(v string) *OrganizationConformancePackStatus
- func (s OrganizationConformancePackStatus) String() string
- type OrganizationConformancePackTemplateValidationException
- func (s OrganizationConformancePackTemplateValidationException) Code() string
- func (s OrganizationConformancePackTemplateValidationException) Error() string
- func (s OrganizationConformancePackTemplateValidationException) GoString() string
- func (s OrganizationConformancePackTemplateValidationException) Message() string
- func (s OrganizationConformancePackTemplateValidationException) OrigErr() error
- func (s OrganizationConformancePackTemplateValidationException) RequestID() string
- func (s OrganizationConformancePackTemplateValidationException) StatusCode() int
- func (s OrganizationConformancePackTemplateValidationException) String() string
- type OrganizationCustomRuleMetadata
- func (s OrganizationCustomRuleMetadata) GoString() string
- func (s *OrganizationCustomRuleMetadata) SetDescription(v string) *OrganizationCustomRuleMetadata
- func (s *OrganizationCustomRuleMetadata) SetInputParameters(v string) *OrganizationCustomRuleMetadata
- func (s *OrganizationCustomRuleMetadata) SetLambdaFunctionArn(v string) *OrganizationCustomRuleMetadata
- func (s *OrganizationCustomRuleMetadata) SetMaximumExecutionFrequency(v string) *OrganizationCustomRuleMetadata
- func (s *OrganizationCustomRuleMetadata) SetOrganizationConfigRuleTriggerTypes(v []*string) *OrganizationCustomRuleMetadata
- func (s *OrganizationCustomRuleMetadata) SetResourceIdScope(v string) *OrganizationCustomRuleMetadata
- func (s *OrganizationCustomRuleMetadata) SetResourceTypesScope(v []*string) *OrganizationCustomRuleMetadata
- func (s *OrganizationCustomRuleMetadata) SetTagKeyScope(v string) *OrganizationCustomRuleMetadata
- func (s *OrganizationCustomRuleMetadata) SetTagValueScope(v string) *OrganizationCustomRuleMetadata
- func (s OrganizationCustomRuleMetadata) String() string
- func (s *OrganizationCustomRuleMetadata) Validate() error
- type OrganizationManagedRuleMetadata
- func (s OrganizationManagedRuleMetadata) GoString() string
- func (s *OrganizationManagedRuleMetadata) SetDescription(v string) *OrganizationManagedRuleMetadata
- func (s *OrganizationManagedRuleMetadata) SetInputParameters(v string) *OrganizationManagedRuleMetadata
- func (s *OrganizationManagedRuleMetadata) SetMaximumExecutionFrequency(v string) *OrganizationManagedRuleMetadata
- func (s *OrganizationManagedRuleMetadata) SetResourceIdScope(v string) *OrganizationManagedRuleMetadata
- func (s *OrganizationManagedRuleMetadata) SetResourceTypesScope(v []*string) *OrganizationManagedRuleMetadata
- func (s *OrganizationManagedRuleMetadata) SetRuleIdentifier(v string) *OrganizationManagedRuleMetadata
- func (s *OrganizationManagedRuleMetadata) SetTagKeyScope(v string) *OrganizationManagedRuleMetadata
- func (s *OrganizationManagedRuleMetadata) SetTagValueScope(v string) *OrganizationManagedRuleMetadata
- func (s OrganizationManagedRuleMetadata) String() string
- func (s *OrganizationManagedRuleMetadata) Validate() error
- type OrganizationResourceDetailedStatusFilters
- func (s OrganizationResourceDetailedStatusFilters) GoString() string
- func (s *OrganizationResourceDetailedStatusFilters) SetAccountId(v string) *OrganizationResourceDetailedStatusFilters
- func (s *OrganizationResourceDetailedStatusFilters) SetStatus(v string) *OrganizationResourceDetailedStatusFilters
- func (s OrganizationResourceDetailedStatusFilters) String() string
- type OversizedConfigurationItemException
- func (s OversizedConfigurationItemException) Code() string
- func (s OversizedConfigurationItemException) Error() string
- func (s OversizedConfigurationItemException) GoString() string
- func (s OversizedConfigurationItemException) Message() string
- func (s OversizedConfigurationItemException) OrigErr() error
- func (s OversizedConfigurationItemException) RequestID() string
- func (s OversizedConfigurationItemException) StatusCode() int
- func (s OversizedConfigurationItemException) String() string
- type PendingAggregationRequest
- type PutAggregationAuthorizationInput
- func (s PutAggregationAuthorizationInput) GoString() string
- func (s *PutAggregationAuthorizationInput) SetAuthorizedAccountId(v string) *PutAggregationAuthorizationInput
- func (s *PutAggregationAuthorizationInput) SetAuthorizedAwsRegion(v string) *PutAggregationAuthorizationInput
- func (s *PutAggregationAuthorizationInput) SetTags(v []*Tag) *PutAggregationAuthorizationInput
- func (s PutAggregationAuthorizationInput) String() string
- func (s *PutAggregationAuthorizationInput) Validate() error
- type PutAggregationAuthorizationOutput
- type PutConfigRuleInput
- type PutConfigRuleOutput
- type PutConfigurationAggregatorInput
- func (s PutConfigurationAggregatorInput) GoString() string
- func (s *PutConfigurationAggregatorInput) SetAccountAggregationSources(v []*AccountAggregationSource) *PutConfigurationAggregatorInput
- func (s *PutConfigurationAggregatorInput) SetConfigurationAggregatorName(v string) *PutConfigurationAggregatorInput
- func (s *PutConfigurationAggregatorInput) SetOrganizationAggregationSource(v *OrganizationAggregationSource) *PutConfigurationAggregatorInput
- func (s *PutConfigurationAggregatorInput) SetTags(v []*Tag) *PutConfigurationAggregatorInput
- func (s PutConfigurationAggregatorInput) String() string
- func (s *PutConfigurationAggregatorInput) Validate() error
- type PutConfigurationAggregatorOutput
- type PutConfigurationRecorderInput
- type PutConfigurationRecorderOutput
- type PutConformancePackInput
- func (s PutConformancePackInput) GoString() string
- func (s *PutConformancePackInput) SetConformancePackInputParameters(v []*ConformancePackInputParameter) *PutConformancePackInput
- func (s *PutConformancePackInput) SetConformancePackName(v string) *PutConformancePackInput
- func (s *PutConformancePackInput) SetDeliveryS3Bucket(v string) *PutConformancePackInput
- func (s *PutConformancePackInput) SetDeliveryS3KeyPrefix(v string) *PutConformancePackInput
- func (s *PutConformancePackInput) SetTemplateBody(v string) *PutConformancePackInput
- func (s *PutConformancePackInput) SetTemplateS3Uri(v string) *PutConformancePackInput
- func (s PutConformancePackInput) String() string
- func (s *PutConformancePackInput) Validate() error
- type PutConformancePackOutput
- type PutDeliveryChannelInput
- type PutDeliveryChannelOutput
- type PutEvaluationsInput
- func (s PutEvaluationsInput) GoString() string
- func (s *PutEvaluationsInput) SetEvaluations(v []*Evaluation) *PutEvaluationsInput
- func (s *PutEvaluationsInput) SetResultToken(v string) *PutEvaluationsInput
- func (s *PutEvaluationsInput) SetTestMode(v bool) *PutEvaluationsInput
- func (s PutEvaluationsInput) String() string
- func (s *PutEvaluationsInput) Validate() error
- type PutEvaluationsOutput
- type PutOrganizationConfigRuleInput
- func (s PutOrganizationConfigRuleInput) GoString() string
- func (s *PutOrganizationConfigRuleInput) SetExcludedAccounts(v []*string) *PutOrganizationConfigRuleInput
- func (s *PutOrganizationConfigRuleInput) SetOrganizationConfigRuleName(v string) *PutOrganizationConfigRuleInput
- func (s *PutOrganizationConfigRuleInput) SetOrganizationCustomRuleMetadata(v *OrganizationCustomRuleMetadata) *PutOrganizationConfigRuleInput
- func (s *PutOrganizationConfigRuleInput) SetOrganizationManagedRuleMetadata(v *OrganizationManagedRuleMetadata) *PutOrganizationConfigRuleInput
- func (s PutOrganizationConfigRuleInput) String() string
- func (s *PutOrganizationConfigRuleInput) Validate() error
- type PutOrganizationConfigRuleOutput
- type PutOrganizationConformancePackInput
- func (s PutOrganizationConformancePackInput) GoString() string
- func (s *PutOrganizationConformancePackInput) SetConformancePackInputParameters(v []*ConformancePackInputParameter) *PutOrganizationConformancePackInput
- func (s *PutOrganizationConformancePackInput) SetDeliveryS3Bucket(v string) *PutOrganizationConformancePackInput
- func (s *PutOrganizationConformancePackInput) SetDeliveryS3KeyPrefix(v string) *PutOrganizationConformancePackInput
- func (s *PutOrganizationConformancePackInput) SetExcludedAccounts(v []*string) *PutOrganizationConformancePackInput
- func (s *PutOrganizationConformancePackInput) SetOrganizationConformancePackName(v string) *PutOrganizationConformancePackInput
- func (s *PutOrganizationConformancePackInput) SetTemplateBody(v string) *PutOrganizationConformancePackInput
- func (s *PutOrganizationConformancePackInput) SetTemplateS3Uri(v string) *PutOrganizationConformancePackInput
- func (s PutOrganizationConformancePackInput) String() string
- func (s *PutOrganizationConformancePackInput) Validate() error
- type PutOrganizationConformancePackOutput
- type PutRemediationConfigurationsInput
- func (s PutRemediationConfigurationsInput) GoString() string
- func (s *PutRemediationConfigurationsInput) SetRemediationConfigurations(v []*RemediationConfiguration) *PutRemediationConfigurationsInput
- func (s PutRemediationConfigurationsInput) String() string
- func (s *PutRemediationConfigurationsInput) Validate() error
- type PutRemediationConfigurationsOutput
- type PutRemediationExceptionsInput
- func (s PutRemediationExceptionsInput) GoString() string
- func (s *PutRemediationExceptionsInput) SetConfigRuleName(v string) *PutRemediationExceptionsInput
- func (s *PutRemediationExceptionsInput) SetExpirationTime(v time.Time) *PutRemediationExceptionsInput
- func (s *PutRemediationExceptionsInput) SetMessage(v string) *PutRemediationExceptionsInput
- func (s *PutRemediationExceptionsInput) SetResourceKeys(v []*RemediationExceptionResourceKey) *PutRemediationExceptionsInput
- func (s PutRemediationExceptionsInput) String() string
- func (s *PutRemediationExceptionsInput) Validate() error
- type PutRemediationExceptionsOutput
- type PutResourceConfigInput
- func (s PutResourceConfigInput) GoString() string
- func (s *PutResourceConfigInput) SetConfiguration(v string) *PutResourceConfigInput
- func (s *PutResourceConfigInput) SetResourceId(v string) *PutResourceConfigInput
- func (s *PutResourceConfigInput) SetResourceName(v string) *PutResourceConfigInput
- func (s *PutResourceConfigInput) SetResourceType(v string) *PutResourceConfigInput
- func (s *PutResourceConfigInput) SetSchemaVersionId(v string) *PutResourceConfigInput
- func (s *PutResourceConfigInput) SetTags(v map[string]*string) *PutResourceConfigInput
- func (s PutResourceConfigInput) String() string
- func (s *PutResourceConfigInput) Validate() error
- type PutResourceConfigOutput
- type PutRetentionConfigurationInput
- type PutRetentionConfigurationOutput
- type QueryInfo
- type RecordingGroup
- type Relationship
- func (s Relationship) GoString() string
- func (s *Relationship) SetRelationshipName(v string) *Relationship
- func (s *Relationship) SetResourceId(v string) *Relationship
- func (s *Relationship) SetResourceName(v string) *Relationship
- func (s *Relationship) SetResourceType(v string) *Relationship
- func (s Relationship) String() string
- type RemediationConfiguration
- func (s RemediationConfiguration) GoString() string
- func (s *RemediationConfiguration) SetArn(v string) *RemediationConfiguration
- func (s *RemediationConfiguration) SetAutomatic(v bool) *RemediationConfiguration
- func (s *RemediationConfiguration) SetConfigRuleName(v string) *RemediationConfiguration
- func (s *RemediationConfiguration) SetCreatedByService(v string) *RemediationConfiguration
- func (s *RemediationConfiguration) SetExecutionControls(v *ExecutionControls) *RemediationConfiguration
- func (s *RemediationConfiguration) SetMaximumAutomaticAttempts(v int64) *RemediationConfiguration
- func (s *RemediationConfiguration) SetParameters(v map[string]*RemediationParameterValue) *RemediationConfiguration
- func (s *RemediationConfiguration) SetResourceType(v string) *RemediationConfiguration
- func (s *RemediationConfiguration) SetRetryAttemptSeconds(v int64) *RemediationConfiguration
- func (s *RemediationConfiguration) SetTargetId(v string) *RemediationConfiguration
- func (s *RemediationConfiguration) SetTargetType(v string) *RemediationConfiguration
- func (s *RemediationConfiguration) SetTargetVersion(v string) *RemediationConfiguration
- func (s RemediationConfiguration) String() string
- func (s *RemediationConfiguration) Validate() error
- type RemediationException
- func (s RemediationException) GoString() string
- func (s *RemediationException) SetConfigRuleName(v string) *RemediationException
- func (s *RemediationException) SetExpirationTime(v time.Time) *RemediationException
- func (s *RemediationException) SetMessage(v string) *RemediationException
- func (s *RemediationException) SetResourceId(v string) *RemediationException
- func (s *RemediationException) SetResourceType(v string) *RemediationException
- func (s RemediationException) String() string
- type RemediationExceptionResourceKey
- func (s RemediationExceptionResourceKey) GoString() string
- func (s *RemediationExceptionResourceKey) SetResourceId(v string) *RemediationExceptionResourceKey
- func (s *RemediationExceptionResourceKey) SetResourceType(v string) *RemediationExceptionResourceKey
- func (s RemediationExceptionResourceKey) String() string
- func (s *RemediationExceptionResourceKey) Validate() error
- type RemediationExecutionStatus
- func (s RemediationExecutionStatus) GoString() string
- func (s *RemediationExecutionStatus) SetInvocationTime(v time.Time) *RemediationExecutionStatus
- func (s *RemediationExecutionStatus) SetLastUpdatedTime(v time.Time) *RemediationExecutionStatus
- func (s *RemediationExecutionStatus) SetResourceKey(v *ResourceKey) *RemediationExecutionStatus
- func (s *RemediationExecutionStatus) SetState(v string) *RemediationExecutionStatus
- func (s *RemediationExecutionStatus) SetStepDetails(v []*RemediationExecutionStep) *RemediationExecutionStatus
- func (s RemediationExecutionStatus) String() string
- type RemediationExecutionStep
- func (s RemediationExecutionStep) GoString() string
- func (s *RemediationExecutionStep) SetErrorMessage(v string) *RemediationExecutionStep
- func (s *RemediationExecutionStep) SetName(v string) *RemediationExecutionStep
- func (s *RemediationExecutionStep) SetStartTime(v time.Time) *RemediationExecutionStep
- func (s *RemediationExecutionStep) SetState(v string) *RemediationExecutionStep
- func (s *RemediationExecutionStep) SetStopTime(v time.Time) *RemediationExecutionStep
- func (s RemediationExecutionStep) String() string
- type RemediationInProgressException
- func (s RemediationInProgressException) Code() string
- func (s RemediationInProgressException) Error() string
- func (s RemediationInProgressException) GoString() string
- func (s RemediationInProgressException) Message() string
- func (s RemediationInProgressException) OrigErr() error
- func (s RemediationInProgressException) RequestID() string
- func (s RemediationInProgressException) StatusCode() int
- func (s RemediationInProgressException) String() string
- type RemediationParameterValue
- func (s RemediationParameterValue) GoString() string
- func (s *RemediationParameterValue) SetResourceValue(v *ResourceValue) *RemediationParameterValue
- func (s *RemediationParameterValue) SetStaticValue(v *StaticValue) *RemediationParameterValue
- func (s RemediationParameterValue) String() string
- func (s *RemediationParameterValue) Validate() error
- type ResourceCount
- type ResourceCountFilters
- func (s ResourceCountFilters) GoString() string
- func (s *ResourceCountFilters) SetAccountId(v string) *ResourceCountFilters
- func (s *ResourceCountFilters) SetRegion(v string) *ResourceCountFilters
- func (s *ResourceCountFilters) SetResourceType(v string) *ResourceCountFilters
- func (s ResourceCountFilters) String() string
- func (s *ResourceCountFilters) Validate() error
- type ResourceFilters
- func (s ResourceFilters) GoString() string
- func (s *ResourceFilters) SetAccountId(v string) *ResourceFilters
- func (s *ResourceFilters) SetRegion(v string) *ResourceFilters
- func (s *ResourceFilters) SetResourceId(v string) *ResourceFilters
- func (s *ResourceFilters) SetResourceName(v string) *ResourceFilters
- func (s ResourceFilters) String() string
- func (s *ResourceFilters) Validate() error
- type ResourceIdentifier
- func (s ResourceIdentifier) GoString() string
- func (s *ResourceIdentifier) SetResourceDeletionTime(v time.Time) *ResourceIdentifier
- func (s *ResourceIdentifier) SetResourceId(v string) *ResourceIdentifier
- func (s *ResourceIdentifier) SetResourceName(v string) *ResourceIdentifier
- func (s *ResourceIdentifier) SetResourceType(v string) *ResourceIdentifier
- func (s ResourceIdentifier) String() string
- 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 ResourceKey
- type ResourceNotDiscoveredException
- func (s ResourceNotDiscoveredException) Code() string
- func (s ResourceNotDiscoveredException) Error() string
- func (s ResourceNotDiscoveredException) GoString() string
- func (s ResourceNotDiscoveredException) Message() string
- func (s ResourceNotDiscoveredException) OrigErr() error
- func (s ResourceNotDiscoveredException) RequestID() string
- func (s ResourceNotDiscoveredException) StatusCode() int
- func (s ResourceNotDiscoveredException) 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 ResourceValue
- type RetentionConfiguration
- type Scope
- func (s Scope) GoString() string
- func (s *Scope) SetComplianceResourceId(v string) *Scope
- func (s *Scope) SetComplianceResourceTypes(v []*string) *Scope
- func (s *Scope) SetTagKey(v string) *Scope
- func (s *Scope) SetTagValue(v string) *Scope
- func (s Scope) String() string
- func (s *Scope) Validate() error
- type SelectAggregateResourceConfigInput
- func (s SelectAggregateResourceConfigInput) GoString() string
- func (s *SelectAggregateResourceConfigInput) SetConfigurationAggregatorName(v string) *SelectAggregateResourceConfigInput
- func (s *SelectAggregateResourceConfigInput) SetExpression(v string) *SelectAggregateResourceConfigInput
- func (s *SelectAggregateResourceConfigInput) SetLimit(v int64) *SelectAggregateResourceConfigInput
- func (s *SelectAggregateResourceConfigInput) SetMaxResults(v int64) *SelectAggregateResourceConfigInput
- func (s *SelectAggregateResourceConfigInput) SetNextToken(v string) *SelectAggregateResourceConfigInput
- func (s SelectAggregateResourceConfigInput) String() string
- func (s *SelectAggregateResourceConfigInput) Validate() error
- type SelectAggregateResourceConfigOutput
- func (s SelectAggregateResourceConfigOutput) GoString() string
- func (s *SelectAggregateResourceConfigOutput) SetNextToken(v string) *SelectAggregateResourceConfigOutput
- func (s *SelectAggregateResourceConfigOutput) SetQueryInfo(v *QueryInfo) *SelectAggregateResourceConfigOutput
- func (s *SelectAggregateResourceConfigOutput) SetResults(v []*string) *SelectAggregateResourceConfigOutput
- func (s SelectAggregateResourceConfigOutput) String() string
- type SelectResourceConfigInput
- func (s SelectResourceConfigInput) GoString() string
- func (s *SelectResourceConfigInput) SetExpression(v string) *SelectResourceConfigInput
- func (s *SelectResourceConfigInput) SetLimit(v int64) *SelectResourceConfigInput
- func (s *SelectResourceConfigInput) SetNextToken(v string) *SelectResourceConfigInput
- func (s SelectResourceConfigInput) String() string
- func (s *SelectResourceConfigInput) Validate() error
- type SelectResourceConfigOutput
- func (s SelectResourceConfigOutput) GoString() string
- func (s *SelectResourceConfigOutput) SetNextToken(v string) *SelectResourceConfigOutput
- func (s *SelectResourceConfigOutput) SetQueryInfo(v *QueryInfo) *SelectResourceConfigOutput
- func (s *SelectResourceConfigOutput) SetResults(v []*string) *SelectResourceConfigOutput
- func (s SelectResourceConfigOutput) String() string
- type Source
- type SourceDetail
- type SsmControls
- type StartConfigRulesEvaluationInput
- type StartConfigRulesEvaluationOutput
- type StartConfigurationRecorderInput
- type StartConfigurationRecorderOutput
- type StartRemediationExecutionInput
- func (s StartRemediationExecutionInput) GoString() string
- func (s *StartRemediationExecutionInput) SetConfigRuleName(v string) *StartRemediationExecutionInput
- func (s *StartRemediationExecutionInput) SetResourceKeys(v []*ResourceKey) *StartRemediationExecutionInput
- func (s StartRemediationExecutionInput) String() string
- func (s *StartRemediationExecutionInput) Validate() error
- type StartRemediationExecutionOutput
- func (s StartRemediationExecutionOutput) GoString() string
- func (s *StartRemediationExecutionOutput) SetFailedItems(v []*ResourceKey) *StartRemediationExecutionOutput
- func (s *StartRemediationExecutionOutput) SetFailureMessage(v string) *StartRemediationExecutionOutput
- func (s StartRemediationExecutionOutput) String() string
- type StaticValue
- type StatusDetailFilters
- type StopConfigurationRecorderInput
- type StopConfigurationRecorderOutput
- type Tag
- type TagResourceInput
- type TagResourceOutput
- type TooManyTagsException
- func (s TooManyTagsException) Code() string
- func (s TooManyTagsException) Error() string
- func (s TooManyTagsException) GoString() string
- func (s TooManyTagsException) Message() string
- func (s TooManyTagsException) OrigErr() error
- func (s TooManyTagsException) RequestID() string
- func (s TooManyTagsException) StatusCode() int
- func (s TooManyTagsException) String() string
- type UntagResourceInput
- type UntagResourceOutput
- type ValidationException
- func (s ValidationException) Code() string
- func (s ValidationException) Error() string
- func (s ValidationException) GoString() string
- func (s ValidationException) Message() string
- func (s ValidationException) OrigErr() error
- func (s ValidationException) RequestID() string
- func (s ValidationException) StatusCode() int
- func (s ValidationException) String() string
Constants ¶
const ( // AggregatedSourceStatusTypeFailed is a AggregatedSourceStatusType enum value AggregatedSourceStatusTypeFailed = "FAILED" // AggregatedSourceStatusTypeSucceeded is a AggregatedSourceStatusType enum value AggregatedSourceStatusTypeSucceeded = "SUCCEEDED" // AggregatedSourceStatusTypeOutdated is a AggregatedSourceStatusType enum value AggregatedSourceStatusTypeOutdated = "OUTDATED" )
const ( // AggregatedSourceTypeAccount is a AggregatedSourceType enum value AggregatedSourceTypeAccount = "ACCOUNT" // AggregatedSourceTypeOrganization is a AggregatedSourceType enum value AggregatedSourceTypeOrganization = "ORGANIZATION" )
const ( // ChronologicalOrderReverse is a ChronologicalOrder enum value ChronologicalOrderReverse = "Reverse" // ChronologicalOrderForward is a ChronologicalOrder enum value ChronologicalOrderForward = "Forward" )
const ( // ComplianceTypeCompliant is a ComplianceType enum value ComplianceTypeCompliant = "COMPLIANT" // ComplianceTypeNonCompliant is a ComplianceType enum value ComplianceTypeNonCompliant = "NON_COMPLIANT" // ComplianceTypeNotApplicable is a ComplianceType enum value ComplianceTypeNotApplicable = "NOT_APPLICABLE" // ComplianceTypeInsufficientData is a ComplianceType enum value ComplianceTypeInsufficientData = "INSUFFICIENT_DATA" )
const ( // ConfigRuleComplianceSummaryGroupKeyAccountId is a ConfigRuleComplianceSummaryGroupKey enum value ConfigRuleComplianceSummaryGroupKeyAccountId = "ACCOUNT_ID" // ConfigRuleComplianceSummaryGroupKeyAwsRegion is a ConfigRuleComplianceSummaryGroupKey enum value ConfigRuleComplianceSummaryGroupKeyAwsRegion = "AWS_REGION" )
const ( // ConfigRuleStateActive is a ConfigRuleState enum value ConfigRuleStateActive = "ACTIVE" // ConfigRuleStateDeleting is a ConfigRuleState enum value ConfigRuleStateDeleting = "DELETING" // ConfigRuleStateDeletingResults is a ConfigRuleState enum value ConfigRuleStateDeletingResults = "DELETING_RESULTS" // ConfigRuleStateEvaluating is a ConfigRuleState enum value ConfigRuleStateEvaluating = "EVALUATING" )
const ( // ConfigurationItemStatusOk is a ConfigurationItemStatus enum value ConfigurationItemStatusOk = "OK" // ConfigurationItemStatusResourceDiscovered is a ConfigurationItemStatus enum value ConfigurationItemStatusResourceDiscovered = "ResourceDiscovered" // ConfigurationItemStatusResourceNotRecorded is a ConfigurationItemStatus enum value ConfigurationItemStatusResourceNotRecorded = "ResourceNotRecorded" // ConfigurationItemStatusResourceDeleted is a ConfigurationItemStatus enum value ConfigurationItemStatusResourceDeleted = "ResourceDeleted" // ConfigurationItemStatusResourceDeletedNotRecorded is a ConfigurationItemStatus enum value ConfigurationItemStatusResourceDeletedNotRecorded = "ResourceDeletedNotRecorded" )
const ( // ConformancePackComplianceTypeCompliant is a ConformancePackComplianceType enum value ConformancePackComplianceTypeCompliant = "COMPLIANT" // ConformancePackComplianceTypeNonCompliant is a ConformancePackComplianceType enum value ConformancePackComplianceTypeNonCompliant = "NON_COMPLIANT" )
const ( // ConformancePackStateCreateInProgress is a ConformancePackState enum value ConformancePackStateCreateInProgress = "CREATE_IN_PROGRESS" // ConformancePackStateCreateComplete is a ConformancePackState enum value ConformancePackStateCreateComplete = "CREATE_COMPLETE" // ConformancePackStateCreateFailed is a ConformancePackState enum value ConformancePackStateCreateFailed = "CREATE_FAILED" // ConformancePackStateDeleteInProgress is a ConformancePackState enum value ConformancePackStateDeleteInProgress = "DELETE_IN_PROGRESS" // ConformancePackStateDeleteFailed is a ConformancePackState enum value ConformancePackStateDeleteFailed = "DELETE_FAILED" )
const ( // DeliveryStatusSuccess is a DeliveryStatus enum value DeliveryStatusSuccess = "Success" // DeliveryStatusFailure is a DeliveryStatus enum value DeliveryStatusFailure = "Failure" // DeliveryStatusNotApplicable is a DeliveryStatus enum value DeliveryStatusNotApplicable = "Not_Applicable" )
const ( // MaximumExecutionFrequencyOneHour is a MaximumExecutionFrequency enum value MaximumExecutionFrequencyOneHour = "One_Hour" // MaximumExecutionFrequencyThreeHours is a MaximumExecutionFrequency enum value MaximumExecutionFrequencyThreeHours = "Three_Hours" // MaximumExecutionFrequencySixHours is a MaximumExecutionFrequency enum value MaximumExecutionFrequencySixHours = "Six_Hours" // MaximumExecutionFrequencyTwelveHours is a MaximumExecutionFrequency enum value MaximumExecutionFrequencyTwelveHours = "Twelve_Hours" // MaximumExecutionFrequencyTwentyFourHours is a MaximumExecutionFrequency enum value MaximumExecutionFrequencyTwentyFourHours = "TwentyFour_Hours" )
const ( // MemberAccountRuleStatusCreateSuccessful is a MemberAccountRuleStatus enum value MemberAccountRuleStatusCreateSuccessful = "CREATE_SUCCESSFUL" // MemberAccountRuleStatusCreateInProgress is a MemberAccountRuleStatus enum value MemberAccountRuleStatusCreateInProgress = "CREATE_IN_PROGRESS" // MemberAccountRuleStatusCreateFailed is a MemberAccountRuleStatus enum value MemberAccountRuleStatusCreateFailed = "CREATE_FAILED" // MemberAccountRuleStatusDeleteSuccessful is a MemberAccountRuleStatus enum value MemberAccountRuleStatusDeleteSuccessful = "DELETE_SUCCESSFUL" // MemberAccountRuleStatusDeleteFailed is a MemberAccountRuleStatus enum value MemberAccountRuleStatusDeleteFailed = "DELETE_FAILED" // MemberAccountRuleStatusDeleteInProgress is a MemberAccountRuleStatus enum value MemberAccountRuleStatusDeleteInProgress = "DELETE_IN_PROGRESS" // MemberAccountRuleStatusUpdateSuccessful is a MemberAccountRuleStatus enum value MemberAccountRuleStatusUpdateSuccessful = "UPDATE_SUCCESSFUL" // MemberAccountRuleStatusUpdateInProgress is a MemberAccountRuleStatus enum value MemberAccountRuleStatusUpdateInProgress = "UPDATE_IN_PROGRESS" // MemberAccountRuleStatusUpdateFailed is a MemberAccountRuleStatus enum value MemberAccountRuleStatusUpdateFailed = "UPDATE_FAILED" )
const ( // MessageTypeConfigurationItemChangeNotification is a MessageType enum value MessageTypeConfigurationItemChangeNotification = "ConfigurationItemChangeNotification" // MessageTypeConfigurationSnapshotDeliveryCompleted is a MessageType enum value MessageTypeConfigurationSnapshotDeliveryCompleted = "ConfigurationSnapshotDeliveryCompleted" // MessageTypeScheduledNotification is a MessageType enum value MessageTypeScheduledNotification = "ScheduledNotification" // MessageTypeOversizedConfigurationItemChangeNotification is a MessageType enum value MessageTypeOversizedConfigurationItemChangeNotification = "OversizedConfigurationItemChangeNotification" )
const ( // OrganizationConfigRuleTriggerTypeConfigurationItemChangeNotification is a OrganizationConfigRuleTriggerType enum value OrganizationConfigRuleTriggerTypeConfigurationItemChangeNotification = "ConfigurationItemChangeNotification" // OrganizationConfigRuleTriggerTypeOversizedConfigurationItemChangeNotification is a OrganizationConfigRuleTriggerType enum value OrganizationConfigRuleTriggerTypeOversizedConfigurationItemChangeNotification = "OversizedConfigurationItemChangeNotification" // OrganizationConfigRuleTriggerTypeScheduledNotification is a OrganizationConfigRuleTriggerType enum value OrganizationConfigRuleTriggerTypeScheduledNotification = "ScheduledNotification" )
const ( // OrganizationResourceDetailedStatusCreateSuccessful is a OrganizationResourceDetailedStatus enum value OrganizationResourceDetailedStatusCreateSuccessful = "CREATE_SUCCESSFUL" // OrganizationResourceDetailedStatusCreateInProgress is a OrganizationResourceDetailedStatus enum value OrganizationResourceDetailedStatusCreateInProgress = "CREATE_IN_PROGRESS" // OrganizationResourceDetailedStatusCreateFailed is a OrganizationResourceDetailedStatus enum value OrganizationResourceDetailedStatusCreateFailed = "CREATE_FAILED" // OrganizationResourceDetailedStatusDeleteSuccessful is a OrganizationResourceDetailedStatus enum value OrganizationResourceDetailedStatusDeleteSuccessful = "DELETE_SUCCESSFUL" // OrganizationResourceDetailedStatusDeleteFailed is a OrganizationResourceDetailedStatus enum value OrganizationResourceDetailedStatusDeleteFailed = "DELETE_FAILED" // OrganizationResourceDetailedStatusDeleteInProgress is a OrganizationResourceDetailedStatus enum value OrganizationResourceDetailedStatusDeleteInProgress = "DELETE_IN_PROGRESS" // OrganizationResourceDetailedStatusUpdateSuccessful is a OrganizationResourceDetailedStatus enum value OrganizationResourceDetailedStatusUpdateSuccessful = "UPDATE_SUCCESSFUL" // OrganizationResourceDetailedStatusUpdateInProgress is a OrganizationResourceDetailedStatus enum value OrganizationResourceDetailedStatusUpdateInProgress = "UPDATE_IN_PROGRESS" // OrganizationResourceDetailedStatusUpdateFailed is a OrganizationResourceDetailedStatus enum value OrganizationResourceDetailedStatusUpdateFailed = "UPDATE_FAILED" )
const ( // OrganizationResourceStatusCreateSuccessful is a OrganizationResourceStatus enum value OrganizationResourceStatusCreateSuccessful = "CREATE_SUCCESSFUL" // OrganizationResourceStatusCreateInProgress is a OrganizationResourceStatus enum value OrganizationResourceStatusCreateInProgress = "CREATE_IN_PROGRESS" // OrganizationResourceStatusCreateFailed is a OrganizationResourceStatus enum value OrganizationResourceStatusCreateFailed = "CREATE_FAILED" // OrganizationResourceStatusDeleteSuccessful is a OrganizationResourceStatus enum value OrganizationResourceStatusDeleteSuccessful = "DELETE_SUCCESSFUL" // OrganizationResourceStatusDeleteFailed is a OrganizationResourceStatus enum value OrganizationResourceStatusDeleteFailed = "DELETE_FAILED" // OrganizationResourceStatusDeleteInProgress is a OrganizationResourceStatus enum value OrganizationResourceStatusDeleteInProgress = "DELETE_IN_PROGRESS" // OrganizationResourceStatusUpdateSuccessful is a OrganizationResourceStatus enum value OrganizationResourceStatusUpdateSuccessful = "UPDATE_SUCCESSFUL" // OrganizationResourceStatusUpdateInProgress is a OrganizationResourceStatus enum value OrganizationResourceStatusUpdateInProgress = "UPDATE_IN_PROGRESS" // OrganizationResourceStatusUpdateFailed is a OrganizationResourceStatus enum value OrganizationResourceStatusUpdateFailed = "UPDATE_FAILED" )
const ( // OrganizationRuleStatusCreateSuccessful is a OrganizationRuleStatus enum value OrganizationRuleStatusCreateSuccessful = "CREATE_SUCCESSFUL" // OrganizationRuleStatusCreateInProgress is a OrganizationRuleStatus enum value OrganizationRuleStatusCreateInProgress = "CREATE_IN_PROGRESS" // OrganizationRuleStatusCreateFailed is a OrganizationRuleStatus enum value OrganizationRuleStatusCreateFailed = "CREATE_FAILED" // OrganizationRuleStatusDeleteSuccessful is a OrganizationRuleStatus enum value OrganizationRuleStatusDeleteSuccessful = "DELETE_SUCCESSFUL" // OrganizationRuleStatusDeleteFailed is a OrganizationRuleStatus enum value OrganizationRuleStatusDeleteFailed = "DELETE_FAILED" // OrganizationRuleStatusDeleteInProgress is a OrganizationRuleStatus enum value OrganizationRuleStatusDeleteInProgress = "DELETE_IN_PROGRESS" // OrganizationRuleStatusUpdateSuccessful is a OrganizationRuleStatus enum value OrganizationRuleStatusUpdateSuccessful = "UPDATE_SUCCESSFUL" // OrganizationRuleStatusUpdateInProgress is a OrganizationRuleStatus enum value OrganizationRuleStatusUpdateInProgress = "UPDATE_IN_PROGRESS" // OrganizationRuleStatusUpdateFailed is a OrganizationRuleStatus enum value OrganizationRuleStatusUpdateFailed = "UPDATE_FAILED" )
const ( // OwnerCustomLambda is a Owner enum value OwnerCustomLambda = "CUSTOM_LAMBDA" // OwnerAws is a Owner enum value OwnerAws = "AWS" )
const ( // RecorderStatusPending is a RecorderStatus enum value RecorderStatusPending = "Pending" // RecorderStatusSuccess is a RecorderStatus enum value RecorderStatusSuccess = "Success" // RecorderStatusFailure is a RecorderStatus enum value RecorderStatusFailure = "Failure" )
const ( // RemediationExecutionStateQueued is a RemediationExecutionState enum value RemediationExecutionStateQueued = "QUEUED" // RemediationExecutionStateInProgress is a RemediationExecutionState enum value RemediationExecutionStateInProgress = "IN_PROGRESS" // RemediationExecutionStateSucceeded is a RemediationExecutionState enum value RemediationExecutionStateSucceeded = "SUCCEEDED" // RemediationExecutionStateFailed is a RemediationExecutionState enum value RemediationExecutionStateFailed = "FAILED" )
const ( // RemediationExecutionStepStateSucceeded is a RemediationExecutionStepState enum value RemediationExecutionStepStateSucceeded = "SUCCEEDED" // RemediationExecutionStepStatePending is a RemediationExecutionStepState enum value RemediationExecutionStepStatePending = "PENDING" // RemediationExecutionStepStateFailed is a RemediationExecutionStepState enum value RemediationExecutionStepStateFailed = "FAILED" )
const ( // ResourceCountGroupKeyResourceType is a ResourceCountGroupKey enum value ResourceCountGroupKeyResourceType = "RESOURCE_TYPE" // ResourceCountGroupKeyAccountId is a ResourceCountGroupKey enum value ResourceCountGroupKeyAccountId = "ACCOUNT_ID" // ResourceCountGroupKeyAwsRegion is a ResourceCountGroupKey enum value ResourceCountGroupKeyAwsRegion = "AWS_REGION" )
const ( // ResourceTypeAwsEc2CustomerGateway is a ResourceType enum value ResourceTypeAwsEc2CustomerGateway = "AWS::EC2::CustomerGateway" // ResourceTypeAwsEc2Eip is a ResourceType enum value ResourceTypeAwsEc2Eip = "AWS::EC2::EIP" // ResourceTypeAwsEc2Host is a ResourceType enum value ResourceTypeAwsEc2Host = "AWS::EC2::Host" // ResourceTypeAwsEc2Instance is a ResourceType enum value ResourceTypeAwsEc2Instance = "AWS::EC2::Instance" // ResourceTypeAwsEc2InternetGateway is a ResourceType enum value ResourceTypeAwsEc2InternetGateway = "AWS::EC2::InternetGateway" // ResourceTypeAwsEc2NetworkAcl is a ResourceType enum value ResourceTypeAwsEc2NetworkAcl = "AWS::EC2::NetworkAcl" // ResourceTypeAwsEc2NetworkInterface is a ResourceType enum value ResourceTypeAwsEc2NetworkInterface = "AWS::EC2::NetworkInterface" // ResourceTypeAwsEc2RouteTable is a ResourceType enum value ResourceTypeAwsEc2RouteTable = "AWS::EC2::RouteTable" // ResourceTypeAwsEc2SecurityGroup is a ResourceType enum value ResourceTypeAwsEc2SecurityGroup = "AWS::EC2::SecurityGroup" // ResourceTypeAwsEc2Subnet is a ResourceType enum value ResourceTypeAwsEc2Subnet = "AWS::EC2::Subnet" // ResourceTypeAwsCloudTrailTrail is a ResourceType enum value ResourceTypeAwsCloudTrailTrail = "AWS::CloudTrail::Trail" // ResourceTypeAwsEc2Volume is a ResourceType enum value ResourceTypeAwsEc2Volume = "AWS::EC2::Volume" // ResourceTypeAwsEc2Vpc is a ResourceType enum value ResourceTypeAwsEc2Vpc = "AWS::EC2::VPC" // ResourceTypeAwsEc2Vpnconnection is a ResourceType enum value ResourceTypeAwsEc2Vpnconnection = "AWS::EC2::VPNConnection" // ResourceTypeAwsEc2Vpngateway is a ResourceType enum value ResourceTypeAwsEc2Vpngateway = "AWS::EC2::VPNGateway" // ResourceTypeAwsEc2RegisteredHainstance is a ResourceType enum value ResourceTypeAwsEc2RegisteredHainstance = "AWS::EC2::RegisteredHAInstance" // ResourceTypeAwsEc2NatGateway is a ResourceType enum value ResourceTypeAwsEc2NatGateway = "AWS::EC2::NatGateway" // ResourceTypeAwsEc2EgressOnlyInternetGateway is a ResourceType enum value ResourceTypeAwsEc2EgressOnlyInternetGateway = "AWS::EC2::EgressOnlyInternetGateway" // ResourceTypeAwsEc2Vpcendpoint is a ResourceType enum value ResourceTypeAwsEc2Vpcendpoint = "AWS::EC2::VPCEndpoint" // ResourceTypeAwsEc2VpcendpointService is a ResourceType enum value ResourceTypeAwsEc2VpcendpointService = "AWS::EC2::VPCEndpointService" // ResourceTypeAwsEc2FlowLog is a ResourceType enum value ResourceTypeAwsEc2FlowLog = "AWS::EC2::FlowLog" // ResourceTypeAwsEc2VpcpeeringConnection is a ResourceType enum value ResourceTypeAwsEc2VpcpeeringConnection = "AWS::EC2::VPCPeeringConnection" // ResourceTypeAwsElasticsearchDomain is a ResourceType enum value ResourceTypeAwsElasticsearchDomain = "AWS::Elasticsearch::Domain" // ResourceTypeAwsIamGroup is a ResourceType enum value ResourceTypeAwsIamGroup = "AWS::IAM::Group" // ResourceTypeAwsIamPolicy is a ResourceType enum value ResourceTypeAwsIamPolicy = "AWS::IAM::Policy" // ResourceTypeAwsIamRole is a ResourceType enum value ResourceTypeAwsIamRole = "AWS::IAM::Role" // ResourceTypeAwsIamUser is a ResourceType enum value ResourceTypeAwsIamUser = "AWS::IAM::User" // ResourceTypeAwsElasticLoadBalancingV2LoadBalancer is a ResourceType enum value ResourceTypeAwsElasticLoadBalancingV2LoadBalancer = "AWS::ElasticLoadBalancingV2::LoadBalancer" // ResourceTypeAwsAcmCertificate is a ResourceType enum value ResourceTypeAwsAcmCertificate = "AWS::ACM::Certificate" // ResourceTypeAwsRdsDbinstance is a ResourceType enum value ResourceTypeAwsRdsDbinstance = "AWS::RDS::DBInstance" // ResourceTypeAwsRdsDbsubnetGroup is a ResourceType enum value ResourceTypeAwsRdsDbsubnetGroup = "AWS::RDS::DBSubnetGroup" // ResourceTypeAwsRdsDbsecurityGroup is a ResourceType enum value ResourceTypeAwsRdsDbsecurityGroup = "AWS::RDS::DBSecurityGroup" // ResourceTypeAwsRdsDbsnapshot is a ResourceType enum value ResourceTypeAwsRdsDbsnapshot = "AWS::RDS::DBSnapshot" // ResourceTypeAwsRdsDbcluster is a ResourceType enum value ResourceTypeAwsRdsDbcluster = "AWS::RDS::DBCluster" // ResourceTypeAwsRdsDbclusterSnapshot is a ResourceType enum value ResourceTypeAwsRdsDbclusterSnapshot = "AWS::RDS::DBClusterSnapshot" // ResourceTypeAwsRdsEventSubscription is a ResourceType enum value ResourceTypeAwsRdsEventSubscription = "AWS::RDS::EventSubscription" // ResourceTypeAwsS3Bucket is a ResourceType enum value ResourceTypeAwsS3Bucket = "AWS::S3::Bucket" // ResourceTypeAwsS3AccountPublicAccessBlock is a ResourceType enum value ResourceTypeAwsS3AccountPublicAccessBlock = "AWS::S3::AccountPublicAccessBlock" // ResourceTypeAwsRedshiftCluster is a ResourceType enum value ResourceTypeAwsRedshiftCluster = "AWS::Redshift::Cluster" // ResourceTypeAwsRedshiftClusterSnapshot is a ResourceType enum value ResourceTypeAwsRedshiftClusterSnapshot = "AWS::Redshift::ClusterSnapshot" // ResourceTypeAwsRedshiftClusterParameterGroup is a ResourceType enum value ResourceTypeAwsRedshiftClusterParameterGroup = "AWS::Redshift::ClusterParameterGroup" // ResourceTypeAwsRedshiftClusterSecurityGroup is a ResourceType enum value ResourceTypeAwsRedshiftClusterSecurityGroup = "AWS::Redshift::ClusterSecurityGroup" // ResourceTypeAwsRedshiftClusterSubnetGroup is a ResourceType enum value ResourceTypeAwsRedshiftClusterSubnetGroup = "AWS::Redshift::ClusterSubnetGroup" // ResourceTypeAwsRedshiftEventSubscription is a ResourceType enum value ResourceTypeAwsRedshiftEventSubscription = "AWS::Redshift::EventSubscription" // ResourceTypeAwsSsmManagedInstanceInventory is a ResourceType enum value ResourceTypeAwsSsmManagedInstanceInventory = "AWS::SSM::ManagedInstanceInventory" // ResourceTypeAwsCloudWatchAlarm is a ResourceType enum value ResourceTypeAwsCloudWatchAlarm = "AWS::CloudWatch::Alarm" // ResourceTypeAwsCloudFormationStack is a ResourceType enum value ResourceTypeAwsCloudFormationStack = "AWS::CloudFormation::Stack" // ResourceTypeAwsElasticLoadBalancingLoadBalancer is a ResourceType enum value ResourceTypeAwsElasticLoadBalancingLoadBalancer = "AWS::ElasticLoadBalancing::LoadBalancer" // ResourceTypeAwsAutoScalingAutoScalingGroup is a ResourceType enum value ResourceTypeAwsAutoScalingAutoScalingGroup = "AWS::AutoScaling::AutoScalingGroup" // ResourceTypeAwsAutoScalingLaunchConfiguration is a ResourceType enum value ResourceTypeAwsAutoScalingLaunchConfiguration = "AWS::AutoScaling::LaunchConfiguration" // ResourceTypeAwsAutoScalingScalingPolicy is a ResourceType enum value ResourceTypeAwsAutoScalingScalingPolicy = "AWS::AutoScaling::ScalingPolicy" // ResourceTypeAwsAutoScalingScheduledAction is a ResourceType enum value ResourceTypeAwsAutoScalingScheduledAction = "AWS::AutoScaling::ScheduledAction" // ResourceTypeAwsDynamoDbTable is a ResourceType enum value ResourceTypeAwsDynamoDbTable = "AWS::DynamoDB::Table" // ResourceTypeAwsCodeBuildProject is a ResourceType enum value ResourceTypeAwsCodeBuildProject = "AWS::CodeBuild::Project" // ResourceTypeAwsWafRateBasedRule is a ResourceType enum value ResourceTypeAwsWafRateBasedRule = "AWS::WAF::RateBasedRule" // ResourceTypeAwsWafRule is a ResourceType enum value ResourceTypeAwsWafRule = "AWS::WAF::Rule" // ResourceTypeAwsWafRuleGroup is a ResourceType enum value ResourceTypeAwsWafRuleGroup = "AWS::WAF::RuleGroup" // ResourceTypeAwsWafWebAcl is a ResourceType enum value ResourceTypeAwsWafWebAcl = "AWS::WAF::WebACL" // ResourceTypeAwsWafregionalRateBasedRule is a ResourceType enum value ResourceTypeAwsWafregionalRateBasedRule = "AWS::WAFRegional::RateBasedRule" // ResourceTypeAwsWafregionalRule is a ResourceType enum value ResourceTypeAwsWafregionalRule = "AWS::WAFRegional::Rule" // ResourceTypeAwsWafregionalRuleGroup is a ResourceType enum value ResourceTypeAwsWafregionalRuleGroup = "AWS::WAFRegional::RuleGroup" // ResourceTypeAwsWafregionalWebAcl is a ResourceType enum value ResourceTypeAwsWafregionalWebAcl = "AWS::WAFRegional::WebACL" // ResourceTypeAwsCloudFrontDistribution is a ResourceType enum value ResourceTypeAwsCloudFrontDistribution = "AWS::CloudFront::Distribution" // ResourceTypeAwsCloudFrontStreamingDistribution is a ResourceType enum value ResourceTypeAwsCloudFrontStreamingDistribution = "AWS::CloudFront::StreamingDistribution" // ResourceTypeAwsLambdaFunction is a ResourceType enum value ResourceTypeAwsLambdaFunction = "AWS::Lambda::Function" // ResourceTypeAwsElasticBeanstalkApplication is a ResourceType enum value ResourceTypeAwsElasticBeanstalkApplication = "AWS::ElasticBeanstalk::Application" // ResourceTypeAwsElasticBeanstalkApplicationVersion is a ResourceType enum value ResourceTypeAwsElasticBeanstalkApplicationVersion = "AWS::ElasticBeanstalk::ApplicationVersion" // ResourceTypeAwsElasticBeanstalkEnvironment is a ResourceType enum value ResourceTypeAwsElasticBeanstalkEnvironment = "AWS::ElasticBeanstalk::Environment" // ResourceTypeAwsWafv2WebAcl is a ResourceType enum value ResourceTypeAwsWafv2WebAcl = "AWS::WAFv2::WebACL" // ResourceTypeAwsWafv2RuleGroup is a ResourceType enum value ResourceTypeAwsWafv2RuleGroup = "AWS::WAFv2::RuleGroup" // ResourceTypeAwsWafv2Ipset is a ResourceType enum value ResourceTypeAwsWafv2Ipset = "AWS::WAFv2::IPSet" // ResourceTypeAwsWafv2RegexPatternSet is a ResourceType enum value ResourceTypeAwsWafv2RegexPatternSet = "AWS::WAFv2::RegexPatternSet" // ResourceTypeAwsWafv2ManagedRuleSet is a ResourceType enum value ResourceTypeAwsWafv2ManagedRuleSet = "AWS::WAFv2::ManagedRuleSet" // ResourceTypeAwsXrayEncryptionConfig is a ResourceType enum value ResourceTypeAwsXrayEncryptionConfig = "AWS::XRay::EncryptionConfig" // ResourceTypeAwsSsmAssociationCompliance is a ResourceType enum value ResourceTypeAwsSsmAssociationCompliance = "AWS::SSM::AssociationCompliance" // ResourceTypeAwsSsmPatchCompliance is a ResourceType enum value ResourceTypeAwsSsmPatchCompliance = "AWS::SSM::PatchCompliance" // ResourceTypeAwsShieldProtection is a ResourceType enum value ResourceTypeAwsShieldProtection = "AWS::Shield::Protection" // ResourceTypeAwsShieldRegionalProtection is a ResourceType enum value ResourceTypeAwsShieldRegionalProtection = "AWS::ShieldRegional::Protection" // ResourceTypeAwsConfigResourceCompliance is a ResourceType enum value ResourceTypeAwsConfigResourceCompliance = "AWS::Config::ResourceCompliance" // ResourceTypeAwsApiGatewayStage is a ResourceType enum value ResourceTypeAwsApiGatewayStage = "AWS::ApiGateway::Stage" // ResourceTypeAwsApiGatewayRestApi is a ResourceType enum value ResourceTypeAwsApiGatewayRestApi = "AWS::ApiGateway::RestApi" // ResourceTypeAwsApiGatewayV2Stage is a ResourceType enum value ResourceTypeAwsApiGatewayV2Stage = "AWS::ApiGatewayV2::Stage" // ResourceTypeAwsApiGatewayV2Api is a ResourceType enum value ResourceTypeAwsApiGatewayV2Api = "AWS::ApiGatewayV2::Api" // ResourceTypeAwsCodePipelinePipeline is a ResourceType enum value ResourceTypeAwsCodePipelinePipeline = "AWS::CodePipeline::Pipeline" // ResourceTypeAwsServiceCatalogCloudFormationProvisionedProduct is a ResourceType enum value ResourceTypeAwsServiceCatalogCloudFormationProvisionedProduct = "AWS::ServiceCatalog::CloudFormationProvisionedProduct" // ResourceTypeAwsServiceCatalogCloudFormationProduct is a ResourceType enum value ResourceTypeAwsServiceCatalogCloudFormationProduct = "AWS::ServiceCatalog::CloudFormationProduct" // ResourceTypeAwsServiceCatalogPortfolio is a ResourceType enum value ResourceTypeAwsServiceCatalogPortfolio = "AWS::ServiceCatalog::Portfolio" // ResourceTypeAwsSqsQueue is a ResourceType enum value ResourceTypeAwsSqsQueue = "AWS::SQS::Queue" // ResourceTypeAwsKmsKey is a ResourceType enum value ResourceTypeAwsKmsKey = "AWS::KMS::Key" // ResourceTypeAwsQldbLedger is a ResourceType enum value ResourceTypeAwsQldbLedger = "AWS::QLDB::Ledger" )
const ( // ErrCodeConformancePackTemplateValidationException for service response error code // "ConformancePackTemplateValidationException". // // You have specified a template that is not valid or supported. ErrCodeConformancePackTemplateValidationException = "ConformancePackTemplateValidationException" // ErrCodeInsufficientDeliveryPolicyException for service response error code // "InsufficientDeliveryPolicyException". // // Your Amazon S3 bucket policy does not permit AWS Config to write to it. ErrCodeInsufficientDeliveryPolicyException = "InsufficientDeliveryPolicyException" // ErrCodeInsufficientPermissionsException for service response error code // "InsufficientPermissionsException". // // Indicates one of the following errors: // // * For PutConfigRule, the rule cannot be created because the IAM role assigned // to AWS Config lacks permissions to perform the config:Put* action. // // * For PutConfigRule, the AWS Lambda function cannot be invoked. Check // the function ARN, and check the function's permissions. // // * For PutOrganizationConfigRule, organization config rule cannot be created // because you do not have permissions to call IAM GetRole action or create // a service linked role. // // * For PutConformancePack and PutOrganizationConformancePack, a conformance // pack cannot be created because you do not have permissions: To call IAM // GetRole action or create a service linked role. To read Amazon S3 bucket. ErrCodeInsufficientPermissionsException = "InsufficientPermissionsException" // ErrCodeInvalidConfigurationRecorderNameException for service response error code // "InvalidConfigurationRecorderNameException". // // You have provided a configuration recorder name that is not valid. ErrCodeInvalidConfigurationRecorderNameException = "InvalidConfigurationRecorderNameException" // ErrCodeInvalidDeliveryChannelNameException for service response error code // "InvalidDeliveryChannelNameException". // // The specified delivery channel name is not valid. ErrCodeInvalidDeliveryChannelNameException = "InvalidDeliveryChannelNameException" // ErrCodeInvalidExpressionException for service response error code // "InvalidExpressionException". // // The syntax of the query is incorrect. ErrCodeInvalidExpressionException = "InvalidExpressionException" // ErrCodeInvalidLimitException for service response error code // "InvalidLimitException". // // The specified limit is outside the allowable range. ErrCodeInvalidLimitException = "InvalidLimitException" // ErrCodeInvalidNextTokenException for service response error code // "InvalidNextTokenException". // // The specified next token is invalid. Specify the nextToken string that was // returned in the previous response to get the next page of results. ErrCodeInvalidNextTokenException = "InvalidNextTokenException" // ErrCodeInvalidParameterValueException for service response error code // "InvalidParameterValueException". // // One or more of the specified parameters are invalid. Verify that your parameters // are valid and try again. ErrCodeInvalidParameterValueException = "InvalidParameterValueException" // ErrCodeInvalidRecordingGroupException for service response error code // "InvalidRecordingGroupException". // // AWS Config throws an exception if the recording group does not contain a // valid list of resource types. Invalid values might also be incorrectly formatted. ErrCodeInvalidRecordingGroupException = "InvalidRecordingGroupException" // ErrCodeInvalidResultTokenException for service response error code // "InvalidResultTokenException". // // The specified ResultToken is invalid. ErrCodeInvalidResultTokenException = "InvalidResultTokenException" // ErrCodeInvalidRoleException for service response error code // "InvalidRoleException". // // You have provided a null or empty role ARN. ErrCodeInvalidRoleException = "InvalidRoleException" // ErrCodeInvalidS3KeyPrefixException for service response error code // "InvalidS3KeyPrefixException". // // The specified Amazon S3 key prefix is not valid. ErrCodeInvalidS3KeyPrefixException = "InvalidS3KeyPrefixException" // ErrCodeInvalidSNSTopicARNException for service response error code // "InvalidSNSTopicARNException". // // The specified Amazon SNS topic does not exist. ErrCodeInvalidSNSTopicARNException = "InvalidSNSTopicARNException" // ErrCodeInvalidTimeRangeException for service response error code // "InvalidTimeRangeException". // // The specified time range is not valid. The earlier time is not chronologically // before the later time. ErrCodeInvalidTimeRangeException = "InvalidTimeRangeException" // ErrCodeLastDeliveryChannelDeleteFailedException for service response error code // "LastDeliveryChannelDeleteFailedException". // // You cannot delete the delivery channel you specified because the configuration // recorder is running. ErrCodeLastDeliveryChannelDeleteFailedException = "LastDeliveryChannelDeleteFailedException" // ErrCodeLimitExceededException for service response error code // "LimitExceededException". // // For StartConfigRulesEvaluation API, this exception is thrown if an evaluation // is in progress or if you call the StartConfigRulesEvaluation API more than // once per minute. // // For PutConfigurationAggregator API, this exception is thrown if the number // of accounts and aggregators exceeds the limit. ErrCodeLimitExceededException = "LimitExceededException" // ErrCodeMaxActiveResourcesExceededException for service response error code // "MaxActiveResourcesExceededException". // // You have reached the limit (100,000) of active custom resource types in your // account. Delete unused resources using DeleteResourceConfig. ErrCodeMaxActiveResourcesExceededException = "MaxActiveResourcesExceededException" // ErrCodeMaxNumberOfConfigRulesExceededException for service response error code // "MaxNumberOfConfigRulesExceededException". // // Failed to add the AWS Config rule because the account already contains the // maximum number of 150 rules. Consider deleting any deactivated rules before // you add new rules. ErrCodeMaxNumberOfConfigRulesExceededException = "MaxNumberOfConfigRulesExceededException" // ErrCodeMaxNumberOfConfigurationRecordersExceededException for service response error code // "MaxNumberOfConfigurationRecordersExceededException". // // You have reached the limit of the number of recorders you can create. ErrCodeMaxNumberOfConfigurationRecordersExceededException = "MaxNumberOfConfigurationRecordersExceededException" // ErrCodeMaxNumberOfConformancePacksExceededException for service response error code // "MaxNumberOfConformancePacksExceededException". // // You have reached the limit (6) of the number of conformance packs in an account // (6 conformance pack with 25 AWS Config rules per pack). ErrCodeMaxNumberOfConformancePacksExceededException = "MaxNumberOfConformancePacksExceededException" // ErrCodeMaxNumberOfDeliveryChannelsExceededException for service response error code // "MaxNumberOfDeliveryChannelsExceededException". // // You have reached the limit of the number of delivery channels you can create. ErrCodeMaxNumberOfDeliveryChannelsExceededException = "MaxNumberOfDeliveryChannelsExceededException" // ErrCodeMaxNumberOfOrganizationConfigRulesExceededException for service response error code // "MaxNumberOfOrganizationConfigRulesExceededException". // // You have reached the limit of the number of organization config rules you // can create. ErrCodeMaxNumberOfOrganizationConfigRulesExceededException = "MaxNumberOfOrganizationConfigRulesExceededException" // ErrCodeMaxNumberOfOrganizationConformancePacksExceededException for service response error code // "MaxNumberOfOrganizationConformancePacksExceededException". // // You have reached the limit (6) of the number of organization conformance // packs in an account (6 conformance pack with 25 AWS Config rules per pack // per account). ErrCodeMaxNumberOfOrganizationConformancePacksExceededException = "MaxNumberOfOrganizationConformancePacksExceededException" // ErrCodeMaxNumberOfRetentionConfigurationsExceededException for service response error code // "MaxNumberOfRetentionConfigurationsExceededException". // // Failed to add the retention configuration because a retention configuration // with that name already exists. ErrCodeMaxNumberOfRetentionConfigurationsExceededException = "MaxNumberOfRetentionConfigurationsExceededException" // ErrCodeNoAvailableConfigurationRecorderException for service response error code // "NoAvailableConfigurationRecorderException". // // There are no configuration recorders available to provide the role needed // to describe your resources. Create a configuration recorder. ErrCodeNoAvailableConfigurationRecorderException = "NoAvailableConfigurationRecorderException" // ErrCodeNoAvailableDeliveryChannelException for service response error code // "NoAvailableDeliveryChannelException". // // There is no delivery channel available to record configurations. ErrCodeNoAvailableDeliveryChannelException = "NoAvailableDeliveryChannelException" // ErrCodeNoAvailableOrganizationException for service response error code // "NoAvailableOrganizationException". // // Organization is no longer available. ErrCodeNoAvailableOrganizationException = "NoAvailableOrganizationException" // ErrCodeNoRunningConfigurationRecorderException for service response error code // "NoRunningConfigurationRecorderException". // // There is no configuration recorder running. ErrCodeNoRunningConfigurationRecorderException = "NoRunningConfigurationRecorderException" // ErrCodeNoSuchBucketException for service response error code // "NoSuchBucketException". // // The specified Amazon S3 bucket does not exist. ErrCodeNoSuchBucketException = "NoSuchBucketException" // ErrCodeNoSuchConfigRuleException for service response error code // "NoSuchConfigRuleException". // // One or more AWS Config rules in the request are invalid. Verify that the // rule names are correct and try again. ErrCodeNoSuchConfigRuleException = "NoSuchConfigRuleException" // ErrCodeNoSuchConfigRuleInConformancePackException for service response error code // "NoSuchConfigRuleInConformancePackException". // // AWS Config rule that you passed in the filter does not exist. ErrCodeNoSuchConfigRuleInConformancePackException = "NoSuchConfigRuleInConformancePackException" // ErrCodeNoSuchConfigurationAggregatorException for service response error code // "NoSuchConfigurationAggregatorException". // // You have specified a configuration aggregator that does not exist. ErrCodeNoSuchConfigurationAggregatorException = "NoSuchConfigurationAggregatorException" // ErrCodeNoSuchConfigurationRecorderException for service response error code // "NoSuchConfigurationRecorderException". // // You have specified a configuration recorder that does not exist. ErrCodeNoSuchConfigurationRecorderException = "NoSuchConfigurationRecorderException" // ErrCodeNoSuchConformancePackException for service response error code // "NoSuchConformancePackException". // // You specified one or more conformance packs that do not exist. ErrCodeNoSuchConformancePackException = "NoSuchConformancePackException" // ErrCodeNoSuchDeliveryChannelException for service response error code // "NoSuchDeliveryChannelException". // // You have specified a delivery channel that does not exist. ErrCodeNoSuchDeliveryChannelException = "NoSuchDeliveryChannelException" // ErrCodeNoSuchOrganizationConfigRuleException for service response error code // "NoSuchOrganizationConfigRuleException". // // You specified one or more organization config rules that do not exist. ErrCodeNoSuchOrganizationConfigRuleException = "NoSuchOrganizationConfigRuleException" // ErrCodeNoSuchOrganizationConformancePackException for service response error code // "NoSuchOrganizationConformancePackException". // // AWS Config organization conformance pack that you passed in the filter does // not exist. // // For DeleteOrganizationConformancePack, you tried to delete an organization // conformance pack that does not exist. ErrCodeNoSuchOrganizationConformancePackException = "NoSuchOrganizationConformancePackException" // ErrCodeNoSuchRemediationConfigurationException for service response error code // "NoSuchRemediationConfigurationException". // // You specified an AWS Config rule without a remediation configuration. ErrCodeNoSuchRemediationConfigurationException = "NoSuchRemediationConfigurationException" // ErrCodeNoSuchRemediationExceptionException for service response error code // "NoSuchRemediationExceptionException". // // You tried to delete a remediation exception that does not exist. ErrCodeNoSuchRemediationExceptionException = "NoSuchRemediationExceptionException" // ErrCodeNoSuchRetentionConfigurationException for service response error code // "NoSuchRetentionConfigurationException". // // You have specified a retention configuration that does not exist. ErrCodeNoSuchRetentionConfigurationException = "NoSuchRetentionConfigurationException" // ErrCodeOrganizationAccessDeniedException for service response error code // "OrganizationAccessDeniedException". // // For PutConfigAggregator API, no permission to call EnableAWSServiceAccess // API. // // For all OrganizationConfigRule and OrganizationConformancePack APIs, AWS // Config throws an exception if APIs are called from member accounts. All APIs // must be called from organization master account. ErrCodeOrganizationAccessDeniedException = "OrganizationAccessDeniedException" // ErrCodeOrganizationAllFeaturesNotEnabledException for service response error code // "OrganizationAllFeaturesNotEnabledException". // // AWS Config resource cannot be created because your organization does not // have all features enabled. ErrCodeOrganizationAllFeaturesNotEnabledException = "OrganizationAllFeaturesNotEnabledException" // ErrCodeOrganizationConformancePackTemplateValidationException for service response error code // "OrganizationConformancePackTemplateValidationException". // // You have specified a template that is not valid or supported. ErrCodeOrganizationConformancePackTemplateValidationException = "OrganizationConformancePackTemplateValidationException" // ErrCodeOversizedConfigurationItemException for service response error code // "OversizedConfigurationItemException". // // The configuration item size is outside the allowable range. ErrCodeOversizedConfigurationItemException = "OversizedConfigurationItemException" // ErrCodeRemediationInProgressException for service response error code // "RemediationInProgressException". // // Remediation action is in progress. You can either cancel execution in AWS // Systems Manager or wait and try again later. ErrCodeRemediationInProgressException = "RemediationInProgressException" // ErrCodeResourceInUseException for service response error code // "ResourceInUseException". // // You see this exception in the following cases: // // * For DeleteConfigRule, AWS Config is deleting this rule. Try your request // again later. // // * For DeleteConfigRule, the rule is deleting your evaluation results. // Try your request again later. // // * For DeleteConfigRule, a remediation action is associated with the rule // and AWS Config cannot delete this rule. Delete the remediation action // associated with the rule before deleting the rule and try your request // again later. // // * For PutConfigOrganizationRule, organization config rule deletion is // in progress. Try your request again later. // // * For DeleteOrganizationConfigRule, organization config rule creation // is in progress. Try your request again later. // // * For PutConformancePack and PutOrganizationConformancePack, a conformance // pack creation, update, and deletion is in progress. Try your request again // later. // // * For DeleteConformancePack, a conformance pack creation, update, and // deletion is in progress. Try your request again later. ErrCodeResourceInUseException = "ResourceInUseException" // ErrCodeResourceNotDiscoveredException for service response error code // "ResourceNotDiscoveredException". // // You have specified a resource that is either unknown or has not been discovered. ErrCodeResourceNotDiscoveredException = "ResourceNotDiscoveredException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // You have specified a resource that does not exist. ErrCodeResourceNotFoundException = "ResourceNotFoundException" // ErrCodeTooManyTagsException for service response error code // "TooManyTagsException". // // You have reached the limit of the number of tags you can use. You have more // than 50 tags. ErrCodeTooManyTagsException = "TooManyTagsException" // ErrCodeValidationException for service response error code // "ValidationException". // // The requested action is not valid. ErrCodeValidationException = "ValidationException" )
const ( ServiceName = "config" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "Config Service" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// EventSourceAwsConfig is a EventSource enum value
EventSourceAwsConfig = "aws.config"
)
const (
// RemediationTargetTypeSsmDocument is a RemediationTargetType enum value
RemediationTargetTypeSsmDocument = "SSM_DOCUMENT"
)
const (
// ResourceValueTypeResourceId is a ResourceValueType enum value
ResourceValueTypeResourceId = "RESOURCE_ID"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountAggregationSource ¶
type AccountAggregationSource struct { // The 12-digit account ID of the account being aggregated. // // AccountIds is a required field AccountIds []*string `min:"1" type:"list" required:"true"` // If true, aggregate existing AWS Config regions and future regions. AllAwsRegions *bool `type:"boolean"` // The source regions being aggregated. AwsRegions []*string `min:"1" type:"list"` // contains filtered or unexported fields }
A collection of accounts and regions.
func (AccountAggregationSource) GoString ¶
func (s AccountAggregationSource) GoString() string
GoString returns the string representation
func (*AccountAggregationSource) SetAccountIds ¶
func (s *AccountAggregationSource) SetAccountIds(v []*string) *AccountAggregationSource
SetAccountIds sets the AccountIds field's value.
func (*AccountAggregationSource) SetAllAwsRegions ¶
func (s *AccountAggregationSource) SetAllAwsRegions(v bool) *AccountAggregationSource
SetAllAwsRegions sets the AllAwsRegions field's value.
func (*AccountAggregationSource) SetAwsRegions ¶
func (s *AccountAggregationSource) SetAwsRegions(v []*string) *AccountAggregationSource
SetAwsRegions sets the AwsRegions field's value.
func (AccountAggregationSource) String ¶
func (s AccountAggregationSource) String() string
String returns the string representation
func (*AccountAggregationSource) Validate ¶
func (s *AccountAggregationSource) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AggregateComplianceByConfigRule ¶
type AggregateComplianceByConfigRule struct { // The 12-digit account ID of the source account. AccountId *string `type:"string"` // The source region from where the data is aggregated. AwsRegion *string `min:"1" type:"string"` // Indicates whether an AWS resource or AWS Config rule is compliant and provides // the number of contributors that affect the compliance. Compliance *Compliance `type:"structure"` // The name of the AWS Config rule. ConfigRuleName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Indicates whether an AWS Config rule is compliant based on account ID, region, compliance, and rule name.
A rule is compliant if all of the resources that the rule evaluated comply with it. It is noncompliant if any of these resources do not comply.
func (AggregateComplianceByConfigRule) GoString ¶
func (s AggregateComplianceByConfigRule) GoString() string
GoString returns the string representation
func (*AggregateComplianceByConfigRule) SetAccountId ¶
func (s *AggregateComplianceByConfigRule) SetAccountId(v string) *AggregateComplianceByConfigRule
SetAccountId sets the AccountId field's value.
func (*AggregateComplianceByConfigRule) SetAwsRegion ¶
func (s *AggregateComplianceByConfigRule) SetAwsRegion(v string) *AggregateComplianceByConfigRule
SetAwsRegion sets the AwsRegion field's value.
func (*AggregateComplianceByConfigRule) SetCompliance ¶
func (s *AggregateComplianceByConfigRule) SetCompliance(v *Compliance) *AggregateComplianceByConfigRule
SetCompliance sets the Compliance field's value.
func (*AggregateComplianceByConfigRule) SetConfigRuleName ¶
func (s *AggregateComplianceByConfigRule) SetConfigRuleName(v string) *AggregateComplianceByConfigRule
SetConfigRuleName sets the ConfigRuleName field's value.
func (AggregateComplianceByConfigRule) String ¶
func (s AggregateComplianceByConfigRule) String() string
String returns the string representation
type AggregateComplianceCount ¶
type AggregateComplianceCount struct { // The number of compliant and noncompliant AWS Config rules. ComplianceSummary *ComplianceSummary `type:"structure"` // The 12-digit account ID or region based on the GroupByKey value. GroupName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Returns the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator.
func (AggregateComplianceCount) GoString ¶
func (s AggregateComplianceCount) GoString() string
GoString returns the string representation
func (*AggregateComplianceCount) SetComplianceSummary ¶
func (s *AggregateComplianceCount) SetComplianceSummary(v *ComplianceSummary) *AggregateComplianceCount
SetComplianceSummary sets the ComplianceSummary field's value.
func (*AggregateComplianceCount) SetGroupName ¶
func (s *AggregateComplianceCount) SetGroupName(v string) *AggregateComplianceCount
SetGroupName sets the GroupName field's value.
func (AggregateComplianceCount) String ¶
func (s AggregateComplianceCount) String() string
String returns the string representation
type AggregateEvaluationResult ¶
type AggregateEvaluationResult struct { // The 12-digit account ID of the source account. AccountId *string `type:"string"` // Supplementary information about how the agrregate evaluation determined the // compliance. Annotation *string `min:"1" type:"string"` // The source region from where the data is aggregated. AwsRegion *string `min:"1" type:"string"` // The resource compliance status. // // For the AggregationEvaluationResult data type, AWS Config supports only the // COMPLIANT and NON_COMPLIANT. AWS Config does not support the NOT_APPLICABLE // and INSUFFICIENT_DATA value. ComplianceType *string `type:"string" enum:"ComplianceType"` // The time when the AWS Config rule evaluated the AWS resource. ConfigRuleInvokedTime *time.Time `type:"timestamp"` // Uniquely identifies the evaluation result. EvaluationResultIdentifier *EvaluationResultIdentifier `type:"structure"` // The time when AWS Config recorded the aggregate evaluation result. ResultRecordedTime *time.Time `type:"timestamp"` // contains filtered or unexported fields }
The details of an AWS Config evaluation for an account ID and region in an aggregator. Provides the AWS resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information.
func (AggregateEvaluationResult) GoString ¶
func (s AggregateEvaluationResult) GoString() string
GoString returns the string representation
func (*AggregateEvaluationResult) SetAccountId ¶
func (s *AggregateEvaluationResult) SetAccountId(v string) *AggregateEvaluationResult
SetAccountId sets the AccountId field's value.
func (*AggregateEvaluationResult) SetAnnotation ¶
func (s *AggregateEvaluationResult) SetAnnotation(v string) *AggregateEvaluationResult
SetAnnotation sets the Annotation field's value.
func (*AggregateEvaluationResult) SetAwsRegion ¶
func (s *AggregateEvaluationResult) SetAwsRegion(v string) *AggregateEvaluationResult
SetAwsRegion sets the AwsRegion field's value.
func (*AggregateEvaluationResult) SetComplianceType ¶
func (s *AggregateEvaluationResult) SetComplianceType(v string) *AggregateEvaluationResult
SetComplianceType sets the ComplianceType field's value.
func (*AggregateEvaluationResult) SetConfigRuleInvokedTime ¶
func (s *AggregateEvaluationResult) SetConfigRuleInvokedTime(v time.Time) *AggregateEvaluationResult
SetConfigRuleInvokedTime sets the ConfigRuleInvokedTime field's value.
func (*AggregateEvaluationResult) SetEvaluationResultIdentifier ¶
func (s *AggregateEvaluationResult) SetEvaluationResultIdentifier(v *EvaluationResultIdentifier) *AggregateEvaluationResult
SetEvaluationResultIdentifier sets the EvaluationResultIdentifier field's value.
func (*AggregateEvaluationResult) SetResultRecordedTime ¶
func (s *AggregateEvaluationResult) SetResultRecordedTime(v time.Time) *AggregateEvaluationResult
SetResultRecordedTime sets the ResultRecordedTime field's value.
func (AggregateEvaluationResult) String ¶
func (s AggregateEvaluationResult) String() string
String returns the string representation
type AggregateResourceIdentifier ¶
type AggregateResourceIdentifier struct { // The ID of the AWS resource. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // The name of the AWS resource. ResourceName *string `type:"string"` // The type of the AWS resource. // // ResourceType is a required field ResourceType *string `type:"string" required:"true" enum:"ResourceType"` // The 12-digit account ID of the source account. // // SourceAccountId is a required field SourceAccountId *string `type:"string" required:"true"` // The source region where data is aggregated. // // SourceRegion is a required field SourceRegion *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
The details that identify a resource that is collected by AWS Config aggregator, including the resource type, ID, (if available) the custom resource name, the source account, and source region.
func (AggregateResourceIdentifier) GoString ¶
func (s AggregateResourceIdentifier) GoString() string
GoString returns the string representation
func (*AggregateResourceIdentifier) SetResourceId ¶
func (s *AggregateResourceIdentifier) SetResourceId(v string) *AggregateResourceIdentifier
SetResourceId sets the ResourceId field's value.
func (*AggregateResourceIdentifier) SetResourceName ¶
func (s *AggregateResourceIdentifier) SetResourceName(v string) *AggregateResourceIdentifier
SetResourceName sets the ResourceName field's value.
func (*AggregateResourceIdentifier) SetResourceType ¶
func (s *AggregateResourceIdentifier) SetResourceType(v string) *AggregateResourceIdentifier
SetResourceType sets the ResourceType field's value.
func (*AggregateResourceIdentifier) SetSourceAccountId ¶
func (s *AggregateResourceIdentifier) SetSourceAccountId(v string) *AggregateResourceIdentifier
SetSourceAccountId sets the SourceAccountId field's value.
func (*AggregateResourceIdentifier) SetSourceRegion ¶
func (s *AggregateResourceIdentifier) SetSourceRegion(v string) *AggregateResourceIdentifier
SetSourceRegion sets the SourceRegion field's value.
func (AggregateResourceIdentifier) String ¶
func (s AggregateResourceIdentifier) String() string
String returns the string representation
func (*AggregateResourceIdentifier) Validate ¶
func (s *AggregateResourceIdentifier) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AggregatedSourceStatus ¶
type AggregatedSourceStatus struct { // The region authorized to collect aggregated data. AwsRegion *string `min:"1" type:"string"` // The error code that AWS Config returned when the source account aggregation // last failed. LastErrorCode *string `type:"string"` // The message indicating that the source account aggregation failed due to // an error. LastErrorMessage *string `type:"string"` // Filters the last updated status type. // // * Valid value FAILED indicates errors while moving data. // // * Valid value SUCCEEDED indicates the data was successfully moved. // // * Valid value OUTDATED indicates the data is not the most recent. LastUpdateStatus *string `type:"string" enum:"AggregatedSourceStatusType"` // The time of the last update. LastUpdateTime *time.Time `type:"timestamp"` // The source account ID or an organization. SourceId *string `type:"string"` // The source account or an organization. SourceType *string `type:"string" enum:"AggregatedSourceType"` // contains filtered or unexported fields }
The current sync status between the source and the aggregator account.
func (AggregatedSourceStatus) GoString ¶
func (s AggregatedSourceStatus) GoString() string
GoString returns the string representation
func (*AggregatedSourceStatus) SetAwsRegion ¶
func (s *AggregatedSourceStatus) SetAwsRegion(v string) *AggregatedSourceStatus
SetAwsRegion sets the AwsRegion field's value.
func (*AggregatedSourceStatus) SetLastErrorCode ¶
func (s *AggregatedSourceStatus) SetLastErrorCode(v string) *AggregatedSourceStatus
SetLastErrorCode sets the LastErrorCode field's value.
func (*AggregatedSourceStatus) SetLastErrorMessage ¶
func (s *AggregatedSourceStatus) SetLastErrorMessage(v string) *AggregatedSourceStatus
SetLastErrorMessage sets the LastErrorMessage field's value.
func (*AggregatedSourceStatus) SetLastUpdateStatus ¶
func (s *AggregatedSourceStatus) SetLastUpdateStatus(v string) *AggregatedSourceStatus
SetLastUpdateStatus sets the LastUpdateStatus field's value.
func (*AggregatedSourceStatus) SetLastUpdateTime ¶
func (s *AggregatedSourceStatus) SetLastUpdateTime(v time.Time) *AggregatedSourceStatus
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*AggregatedSourceStatus) SetSourceId ¶
func (s *AggregatedSourceStatus) SetSourceId(v string) *AggregatedSourceStatus
SetSourceId sets the SourceId field's value.
func (*AggregatedSourceStatus) SetSourceType ¶
func (s *AggregatedSourceStatus) SetSourceType(v string) *AggregatedSourceStatus
SetSourceType sets the SourceType field's value.
func (AggregatedSourceStatus) String ¶
func (s AggregatedSourceStatus) String() string
String returns the string representation
type AggregationAuthorization ¶
type AggregationAuthorization struct { // The Amazon Resource Name (ARN) of the aggregation object. AggregationAuthorizationArn *string `type:"string"` // The 12-digit account ID of the account authorized to aggregate data. AuthorizedAccountId *string `type:"string"` // The region authorized to collect aggregated data. AuthorizedAwsRegion *string `min:"1" type:"string"` // The time stamp when the aggregation authorization was created. CreationTime *time.Time `type:"timestamp"` // contains filtered or unexported fields }
An object that represents the authorizations granted to aggregator accounts and regions.
func (AggregationAuthorization) GoString ¶
func (s AggregationAuthorization) GoString() string
GoString returns the string representation
func (*AggregationAuthorization) SetAggregationAuthorizationArn ¶
func (s *AggregationAuthorization) SetAggregationAuthorizationArn(v string) *AggregationAuthorization
SetAggregationAuthorizationArn sets the AggregationAuthorizationArn field's value.
func (*AggregationAuthorization) SetAuthorizedAccountId ¶
func (s *AggregationAuthorization) SetAuthorizedAccountId(v string) *AggregationAuthorization
SetAuthorizedAccountId sets the AuthorizedAccountId field's value.
func (*AggregationAuthorization) SetAuthorizedAwsRegion ¶
func (s *AggregationAuthorization) SetAuthorizedAwsRegion(v string) *AggregationAuthorization
SetAuthorizedAwsRegion sets the AuthorizedAwsRegion field's value.
func (*AggregationAuthorization) SetCreationTime ¶
func (s *AggregationAuthorization) SetCreationTime(v time.Time) *AggregationAuthorization
SetCreationTime sets the CreationTime field's value.
func (AggregationAuthorization) String ¶
func (s AggregationAuthorization) String() string
String returns the string representation
type BaseConfigurationItem ¶
type BaseConfigurationItem struct { // The 12-digit AWS account ID associated with the resource. AccountId *string `locationName:"accountId" type:"string"` // The Amazon Resource Name (ARN) of the resource. Arn *string `locationName:"arn" type:"string"` // The Availability Zone associated with the resource. AvailabilityZone *string `locationName:"availabilityZone" type:"string"` // The region where the resource resides. AwsRegion *string `locationName:"awsRegion" min:"1" type:"string"` // The description of the resource configuration. Configuration *string `locationName:"configuration" type:"string"` // The time when the configuration recording was initiated. ConfigurationItemCaptureTime *time.Time `locationName:"configurationItemCaptureTime" type:"timestamp"` // The configuration item status. ConfigurationItemStatus *string `locationName:"configurationItemStatus" type:"string" enum:"ConfigurationItemStatus"` // An identifier that indicates the ordering of the configuration items of a // resource. ConfigurationStateId *string `locationName:"configurationStateId" type:"string"` // The time stamp when the resource was created. ResourceCreationTime *time.Time `locationName:"resourceCreationTime" type:"timestamp"` // The ID of the resource (for example., sg-xxxxxx). ResourceId *string `locationName:"resourceId" min:"1" type:"string"` // The custom name of the resource, if available. ResourceName *string `locationName:"resourceName" type:"string"` // The type of AWS resource. ResourceType *string `locationName:"resourceType" type:"string" enum:"ResourceType"` // Configuration attributes that AWS Config returns for certain resource types // to supplement the information returned for the configuration parameter. SupplementaryConfiguration map[string]*string `locationName:"supplementaryConfiguration" type:"map"` // The version number of the resource configuration. Version *string `locationName:"version" type:"string"` // contains filtered or unexported fields }
The detailed configuration of a specified resource.
func (BaseConfigurationItem) GoString ¶
func (s BaseConfigurationItem) GoString() string
GoString returns the string representation
func (*BaseConfigurationItem) SetAccountId ¶
func (s *BaseConfigurationItem) SetAccountId(v string) *BaseConfigurationItem
SetAccountId sets the AccountId field's value.
func (*BaseConfigurationItem) SetArn ¶
func (s *BaseConfigurationItem) SetArn(v string) *BaseConfigurationItem
SetArn sets the Arn field's value.
func (*BaseConfigurationItem) SetAvailabilityZone ¶
func (s *BaseConfigurationItem) SetAvailabilityZone(v string) *BaseConfigurationItem
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*BaseConfigurationItem) SetAwsRegion ¶
func (s *BaseConfigurationItem) SetAwsRegion(v string) *BaseConfigurationItem
SetAwsRegion sets the AwsRegion field's value.
func (*BaseConfigurationItem) SetConfiguration ¶
func (s *BaseConfigurationItem) SetConfiguration(v string) *BaseConfigurationItem
SetConfiguration sets the Configuration field's value.
func (*BaseConfigurationItem) SetConfigurationItemCaptureTime ¶
func (s *BaseConfigurationItem) SetConfigurationItemCaptureTime(v time.Time) *BaseConfigurationItem
SetConfigurationItemCaptureTime sets the ConfigurationItemCaptureTime field's value.
func (*BaseConfigurationItem) SetConfigurationItemStatus ¶
func (s *BaseConfigurationItem) SetConfigurationItemStatus(v string) *BaseConfigurationItem
SetConfigurationItemStatus sets the ConfigurationItemStatus field's value.
func (*BaseConfigurationItem) SetConfigurationStateId ¶
func (s *BaseConfigurationItem) SetConfigurationStateId(v string) *BaseConfigurationItem
SetConfigurationStateId sets the ConfigurationStateId field's value.
func (*BaseConfigurationItem) SetResourceCreationTime ¶
func (s *BaseConfigurationItem) SetResourceCreationTime(v time.Time) *BaseConfigurationItem
SetResourceCreationTime sets the ResourceCreationTime field's value.
func (*BaseConfigurationItem) SetResourceId ¶
func (s *BaseConfigurationItem) SetResourceId(v string) *BaseConfigurationItem
SetResourceId sets the ResourceId field's value.
func (*BaseConfigurationItem) SetResourceName ¶
func (s *BaseConfigurationItem) SetResourceName(v string) *BaseConfigurationItem
SetResourceName sets the ResourceName field's value.
func (*BaseConfigurationItem) SetResourceType ¶
func (s *BaseConfigurationItem) SetResourceType(v string) *BaseConfigurationItem
SetResourceType sets the ResourceType field's value.
func (*BaseConfigurationItem) SetSupplementaryConfiguration ¶
func (s *BaseConfigurationItem) SetSupplementaryConfiguration(v map[string]*string) *BaseConfigurationItem
SetSupplementaryConfiguration sets the SupplementaryConfiguration field's value.
func (*BaseConfigurationItem) SetVersion ¶
func (s *BaseConfigurationItem) SetVersion(v string) *BaseConfigurationItem
SetVersion sets the Version field's value.
func (BaseConfigurationItem) String ¶
func (s BaseConfigurationItem) String() string
String returns the string representation
type BatchGetAggregateResourceConfigInput ¶
type BatchGetAggregateResourceConfigInput struct { // The name of the configuration aggregator. // // ConfigurationAggregatorName is a required field ConfigurationAggregatorName *string `min:"1" type:"string" required:"true"` // A list of aggregate ResourceIdentifiers objects. // // ResourceIdentifiers is a required field ResourceIdentifiers []*AggregateResourceIdentifier `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (BatchGetAggregateResourceConfigInput) GoString ¶
func (s BatchGetAggregateResourceConfigInput) GoString() string
GoString returns the string representation
func (*BatchGetAggregateResourceConfigInput) SetConfigurationAggregatorName ¶
func (s *BatchGetAggregateResourceConfigInput) SetConfigurationAggregatorName(v string) *BatchGetAggregateResourceConfigInput
SetConfigurationAggregatorName sets the ConfigurationAggregatorName field's value.
func (*BatchGetAggregateResourceConfigInput) SetResourceIdentifiers ¶
func (s *BatchGetAggregateResourceConfigInput) SetResourceIdentifiers(v []*AggregateResourceIdentifier) *BatchGetAggregateResourceConfigInput
SetResourceIdentifiers sets the ResourceIdentifiers field's value.
func (BatchGetAggregateResourceConfigInput) String ¶
func (s BatchGetAggregateResourceConfigInput) String() string
String returns the string representation
func (*BatchGetAggregateResourceConfigInput) Validate ¶
func (s *BatchGetAggregateResourceConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchGetAggregateResourceConfigOutput ¶
type BatchGetAggregateResourceConfigOutput struct { // A list that contains the current configuration of one or more resources. BaseConfigurationItems []*BaseConfigurationItem `type:"list"` // A list of resource identifiers that were not processed with current scope. // The list is empty if all the resources are processed. UnprocessedResourceIdentifiers []*AggregateResourceIdentifier `type:"list"` // contains filtered or unexported fields }
func (BatchGetAggregateResourceConfigOutput) GoString ¶
func (s BatchGetAggregateResourceConfigOutput) GoString() string
GoString returns the string representation
func (*BatchGetAggregateResourceConfigOutput) SetBaseConfigurationItems ¶
func (s *BatchGetAggregateResourceConfigOutput) SetBaseConfigurationItems(v []*BaseConfigurationItem) *BatchGetAggregateResourceConfigOutput
SetBaseConfigurationItems sets the BaseConfigurationItems field's value.
func (*BatchGetAggregateResourceConfigOutput) SetUnprocessedResourceIdentifiers ¶
func (s *BatchGetAggregateResourceConfigOutput) SetUnprocessedResourceIdentifiers(v []*AggregateResourceIdentifier) *BatchGetAggregateResourceConfigOutput
SetUnprocessedResourceIdentifiers sets the UnprocessedResourceIdentifiers field's value.
func (BatchGetAggregateResourceConfigOutput) String ¶
func (s BatchGetAggregateResourceConfigOutput) String() string
String returns the string representation
type BatchGetResourceConfigInput ¶
type BatchGetResourceConfigInput struct { // A list of resource keys to be processed with the current request. Each element // in the list consists of the resource type and resource ID. // // ResourceKeys is a required field ResourceKeys []*ResourceKey `locationName:"resourceKeys" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (BatchGetResourceConfigInput) GoString ¶
func (s BatchGetResourceConfigInput) GoString() string
GoString returns the string representation
func (*BatchGetResourceConfigInput) SetResourceKeys ¶
func (s *BatchGetResourceConfigInput) SetResourceKeys(v []*ResourceKey) *BatchGetResourceConfigInput
SetResourceKeys sets the ResourceKeys field's value.
func (BatchGetResourceConfigInput) String ¶
func (s BatchGetResourceConfigInput) String() string
String returns the string representation
func (*BatchGetResourceConfigInput) Validate ¶
func (s *BatchGetResourceConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchGetResourceConfigOutput ¶
type BatchGetResourceConfigOutput struct { // A list that contains the current configuration of one or more resources. BaseConfigurationItems []*BaseConfigurationItem `locationName:"baseConfigurationItems" type:"list"` // A list of resource keys that were not processed with the current response. // The unprocessesResourceKeys value is in the same form as ResourceKeys, so // the value can be directly provided to a subsequent BatchGetResourceConfig // operation. If there are no unprocessed resource keys, the response contains // an empty unprocessedResourceKeys list. UnprocessedResourceKeys []*ResourceKey `locationName:"unprocessedResourceKeys" min:"1" type:"list"` // contains filtered or unexported fields }
func (BatchGetResourceConfigOutput) GoString ¶
func (s BatchGetResourceConfigOutput) GoString() string
GoString returns the string representation
func (*BatchGetResourceConfigOutput) SetBaseConfigurationItems ¶
func (s *BatchGetResourceConfigOutput) SetBaseConfigurationItems(v []*BaseConfigurationItem) *BatchGetResourceConfigOutput
SetBaseConfigurationItems sets the BaseConfigurationItems field's value.
func (*BatchGetResourceConfigOutput) SetUnprocessedResourceKeys ¶
func (s *BatchGetResourceConfigOutput) SetUnprocessedResourceKeys(v []*ResourceKey) *BatchGetResourceConfigOutput
SetUnprocessedResourceKeys sets the UnprocessedResourceKeys field's value.
func (BatchGetResourceConfigOutput) String ¶
func (s BatchGetResourceConfigOutput) String() string
String returns the string representation
type Compliance ¶
type Compliance struct { // The number of AWS resources or AWS Config rules that cause a result of NON_COMPLIANT, // up to a maximum number. ComplianceContributorCount *ComplianceContributorCount `type:"structure"` // Indicates whether an AWS resource or AWS Config rule is compliant. // // A resource is compliant if it complies with all of the AWS Config rules that // evaluate it. A resource is noncompliant if it does not comply with one or // more of these rules. // // A rule is compliant if all of the resources that the rule evaluates comply // with it. A rule is noncompliant if any of these resources do not comply. // // AWS Config returns the INSUFFICIENT_DATA value when no evaluation results // are available for the AWS resource or AWS Config rule. // // For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, // and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE // value for the Compliance data type. ComplianceType *string `type:"string" enum:"ComplianceType"` // contains filtered or unexported fields }
Indicates whether an AWS resource or AWS Config rule is compliant and provides the number of contributors that affect the compliance.
func (Compliance) GoString ¶
func (s Compliance) GoString() string
GoString returns the string representation
func (*Compliance) SetComplianceContributorCount ¶
func (s *Compliance) SetComplianceContributorCount(v *ComplianceContributorCount) *Compliance
SetComplianceContributorCount sets the ComplianceContributorCount field's value.
func (*Compliance) SetComplianceType ¶
func (s *Compliance) SetComplianceType(v string) *Compliance
SetComplianceType sets the ComplianceType field's value.
func (Compliance) String ¶
func (s Compliance) String() string
String returns the string representation
type ComplianceByConfigRule ¶
type ComplianceByConfigRule struct { // Indicates whether the AWS Config rule is compliant. Compliance *Compliance `type:"structure"` // The name of the AWS Config rule. ConfigRuleName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Indicates whether an AWS Config rule is compliant. A rule is compliant if all of the resources that the rule evaluated comply with it. A rule is noncompliant if any of these resources do not comply.
func (ComplianceByConfigRule) GoString ¶
func (s ComplianceByConfigRule) GoString() string
GoString returns the string representation
func (*ComplianceByConfigRule) SetCompliance ¶
func (s *ComplianceByConfigRule) SetCompliance(v *Compliance) *ComplianceByConfigRule
SetCompliance sets the Compliance field's value.
func (*ComplianceByConfigRule) SetConfigRuleName ¶
func (s *ComplianceByConfigRule) SetConfigRuleName(v string) *ComplianceByConfigRule
SetConfigRuleName sets the ConfigRuleName field's value.
func (ComplianceByConfigRule) String ¶
func (s ComplianceByConfigRule) String() string
String returns the string representation
type ComplianceByResource ¶
type ComplianceByResource struct { // Indicates whether the AWS resource complies with all of the AWS Config rules // that evaluated it. Compliance *Compliance `type:"structure"` // The ID of the AWS resource that was evaluated. ResourceId *string `min:"1" type:"string"` // The type of the AWS resource that was evaluated. ResourceType *string `min:"1" type:"string"` // contains filtered or unexported fields }
Indicates whether an AWS resource that is evaluated according to one or more AWS Config rules is compliant. A resource is compliant if it complies with all of the rules that evaluate it. A resource is noncompliant if it does not comply with one or more of these rules.
func (ComplianceByResource) GoString ¶
func (s ComplianceByResource) GoString() string
GoString returns the string representation
func (*ComplianceByResource) SetCompliance ¶
func (s *ComplianceByResource) SetCompliance(v *Compliance) *ComplianceByResource
SetCompliance sets the Compliance field's value.
func (*ComplianceByResource) SetResourceId ¶
func (s *ComplianceByResource) SetResourceId(v string) *ComplianceByResource
SetResourceId sets the ResourceId field's value.
func (*ComplianceByResource) SetResourceType ¶
func (s *ComplianceByResource) SetResourceType(v string) *ComplianceByResource
SetResourceType sets the ResourceType field's value.
func (ComplianceByResource) String ¶
func (s ComplianceByResource) String() string
String returns the string representation
type ComplianceContributorCount ¶
type ComplianceContributorCount struct { // Indicates whether the maximum count is reached. CapExceeded *bool `type:"boolean"` // The number of AWS resources or AWS Config rules responsible for the current // compliance of the item. CappedCount *int64 `type:"integer"` // contains filtered or unexported fields }
The number of AWS resources or AWS Config rules responsible for the current compliance of the item, up to a maximum number.
func (ComplianceContributorCount) GoString ¶
func (s ComplianceContributorCount) GoString() string
GoString returns the string representation
func (*ComplianceContributorCount) SetCapExceeded ¶
func (s *ComplianceContributorCount) SetCapExceeded(v bool) *ComplianceContributorCount
SetCapExceeded sets the CapExceeded field's value.
func (*ComplianceContributorCount) SetCappedCount ¶
func (s *ComplianceContributorCount) SetCappedCount(v int64) *ComplianceContributorCount
SetCappedCount sets the CappedCount field's value.
func (ComplianceContributorCount) String ¶
func (s ComplianceContributorCount) String() string
String returns the string representation
type ComplianceSummary ¶
type ComplianceSummary struct { // The time that AWS Config created the compliance summary. ComplianceSummaryTimestamp *time.Time `type:"timestamp"` // The number of AWS Config rules or AWS resources that are compliant, up to // a maximum of 25 for rules and 100 for resources. CompliantResourceCount *ComplianceContributorCount `type:"structure"` // The number of AWS Config rules or AWS resources that are noncompliant, up // to a maximum of 25 for rules and 100 for resources. NonCompliantResourceCount *ComplianceContributorCount `type:"structure"` // contains filtered or unexported fields }
The number of AWS Config rules or AWS resources that are compliant and noncompliant.
func (ComplianceSummary) GoString ¶
func (s ComplianceSummary) GoString() string
GoString returns the string representation
func (*ComplianceSummary) SetComplianceSummaryTimestamp ¶
func (s *ComplianceSummary) SetComplianceSummaryTimestamp(v time.Time) *ComplianceSummary
SetComplianceSummaryTimestamp sets the ComplianceSummaryTimestamp field's value.
func (*ComplianceSummary) SetCompliantResourceCount ¶
func (s *ComplianceSummary) SetCompliantResourceCount(v *ComplianceContributorCount) *ComplianceSummary
SetCompliantResourceCount sets the CompliantResourceCount field's value.
func (*ComplianceSummary) SetNonCompliantResourceCount ¶
func (s *ComplianceSummary) SetNonCompliantResourceCount(v *ComplianceContributorCount) *ComplianceSummary
SetNonCompliantResourceCount sets the NonCompliantResourceCount field's value.
func (ComplianceSummary) String ¶
func (s ComplianceSummary) String() string
String returns the string representation
type ComplianceSummaryByResourceType ¶
type ComplianceSummaryByResourceType struct { // The number of AWS resources that are compliant or noncompliant, up to a maximum // of 100 for each. ComplianceSummary *ComplianceSummary `type:"structure"` // The type of AWS resource. ResourceType *string `min:"1" type:"string"` // contains filtered or unexported fields }
The number of AWS resources of a specific type that are compliant or noncompliant, up to a maximum of 100 for each.
func (ComplianceSummaryByResourceType) GoString ¶
func (s ComplianceSummaryByResourceType) GoString() string
GoString returns the string representation
func (*ComplianceSummaryByResourceType) SetComplianceSummary ¶
func (s *ComplianceSummaryByResourceType) SetComplianceSummary(v *ComplianceSummary) *ComplianceSummaryByResourceType
SetComplianceSummary sets the ComplianceSummary field's value.
func (*ComplianceSummaryByResourceType) SetResourceType ¶
func (s *ComplianceSummaryByResourceType) SetResourceType(v string) *ComplianceSummaryByResourceType
SetResourceType sets the ResourceType field's value.
func (ComplianceSummaryByResourceType) String ¶
func (s ComplianceSummaryByResourceType) String() string
String returns the string representation
type ConfigExportDeliveryInfo ¶
type ConfigExportDeliveryInfo struct { // The time of the last attempted delivery. LastAttemptTime *time.Time `locationName:"lastAttemptTime" type:"timestamp"` // The error code from the last attempted delivery. LastErrorCode *string `locationName:"lastErrorCode" type:"string"` // The error message from the last attempted delivery. LastErrorMessage *string `locationName:"lastErrorMessage" type:"string"` // Status of the last attempted delivery. LastStatus *string `locationName:"lastStatus" type:"string" enum:"DeliveryStatus"` // The time of the last successful delivery. LastSuccessfulTime *time.Time `locationName:"lastSuccessfulTime" type:"timestamp"` // The time that the next delivery occurs. NextDeliveryTime *time.Time `locationName:"nextDeliveryTime" type:"timestamp"` // contains filtered or unexported fields }
Provides status of the delivery of the snapshot or the configuration history to the specified Amazon S3 bucket. Also provides the status of notifications about the Amazon S3 delivery to the specified Amazon SNS topic.
func (ConfigExportDeliveryInfo) GoString ¶
func (s ConfigExportDeliveryInfo) GoString() string
GoString returns the string representation
func (*ConfigExportDeliveryInfo) SetLastAttemptTime ¶
func (s *ConfigExportDeliveryInfo) SetLastAttemptTime(v time.Time) *ConfigExportDeliveryInfo
SetLastAttemptTime sets the LastAttemptTime field's value.
func (*ConfigExportDeliveryInfo) SetLastErrorCode ¶
func (s *ConfigExportDeliveryInfo) SetLastErrorCode(v string) *ConfigExportDeliveryInfo
SetLastErrorCode sets the LastErrorCode field's value.
func (*ConfigExportDeliveryInfo) SetLastErrorMessage ¶
func (s *ConfigExportDeliveryInfo) SetLastErrorMessage(v string) *ConfigExportDeliveryInfo
SetLastErrorMessage sets the LastErrorMessage field's value.
func (*ConfigExportDeliveryInfo) SetLastStatus ¶
func (s *ConfigExportDeliveryInfo) SetLastStatus(v string) *ConfigExportDeliveryInfo
SetLastStatus sets the LastStatus field's value.
func (*ConfigExportDeliveryInfo) SetLastSuccessfulTime ¶
func (s *ConfigExportDeliveryInfo) SetLastSuccessfulTime(v time.Time) *ConfigExportDeliveryInfo
SetLastSuccessfulTime sets the LastSuccessfulTime field's value.
func (*ConfigExportDeliveryInfo) SetNextDeliveryTime ¶
func (s *ConfigExportDeliveryInfo) SetNextDeliveryTime(v time.Time) *ConfigExportDeliveryInfo
SetNextDeliveryTime sets the NextDeliveryTime field's value.
func (ConfigExportDeliveryInfo) String ¶
func (s ConfigExportDeliveryInfo) String() string
String returns the string representation
type ConfigRule ¶
type ConfigRule struct { // The Amazon Resource Name (ARN) of the AWS Config rule. ConfigRuleArn *string `min:"1" type:"string"` // The ID of the AWS Config rule. ConfigRuleId *string `min:"1" type:"string"` // The name that you assign to the AWS Config rule. The name is required if // you are adding a new rule. ConfigRuleName *string `min:"1" type:"string"` // Indicates whether the AWS Config rule is active or is currently being deleted // by AWS Config. It can also indicate the evaluation status for the AWS Config // rule. // // AWS Config sets the state of the rule to EVALUATING temporarily after you // use the StartConfigRulesEvaluation request to evaluate your resources against // the AWS Config rule. // // AWS Config sets the state of the rule to DELETING_RESULTS temporarily after // you use the DeleteEvaluationResults request to delete the current evaluation // results for the AWS Config rule. // // AWS Config temporarily sets the state of a rule to DELETING after you use // the DeleteConfigRule request to delete the rule. After AWS Config deletes // the rule, the rule and all of its evaluations are erased and are no longer // available. ConfigRuleState *string `type:"string" enum:"ConfigRuleState"` // Service principal name of the service that created the rule. // // The field is populated only if the service linked rule is created by a service. // The field is empty if you create your own rule. CreatedBy *string `min:"1" type:"string"` // The description that you provide for the AWS Config rule. Description *string `type:"string"` // A string, in JSON format, that is passed to the AWS Config rule Lambda function. InputParameters *string `min:"1" type:"string"` // The maximum frequency with which AWS Config runs evaluations for a rule. // You can specify a value for MaximumExecutionFrequency when: // // * You are using an AWS managed rule that is triggered at a periodic frequency. // // * Your custom rule is triggered when AWS Config delivers the configuration // snapshot. For more information, see ConfigSnapshotDeliveryProperties. // // By default, rules with a periodic trigger are evaluated every 24 hours. To // change the frequency, specify a valid value for the MaximumExecutionFrequency // parameter. MaximumExecutionFrequency *string `type:"string" enum:"MaximumExecutionFrequency"` // Defines which resources can trigger an evaluation for the rule. The scope // can include one or more resource types, a combination of one resource type // and one resource ID, or a combination of a tag key and value. Specify a scope // to constrain the resources that can trigger an evaluation for the rule. If // you do not specify a scope, evaluations are triggered when any resource in // the recording group changes. Scope *Scope `type:"structure"` // Provides the rule owner (AWS or customer), the rule identifier, and the notifications // that cause the function to evaluate your AWS resources. // // Source is a required field Source *Source `type:"structure" required:"true"` // contains filtered or unexported fields }
An AWS Config rule represents an AWS Lambda function that you create for a custom rule or a predefined function for an AWS managed rule. The function evaluates configuration items to assess whether your AWS resources comply with your desired configurations. This function can run when AWS Config detects a configuration change to an AWS resource and at a periodic frequency that you choose (for example, every 24 hours).
You can use the AWS CLI and AWS SDKs if you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.
For more information about developing and using AWS Config rules, see Evaluating AWS Resource Configurations with AWS Config (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html) in the AWS Config Developer Guide.
func (ConfigRule) GoString ¶
func (s ConfigRule) GoString() string
GoString returns the string representation
func (*ConfigRule) SetConfigRuleArn ¶
func (s *ConfigRule) SetConfigRuleArn(v string) *ConfigRule
SetConfigRuleArn sets the ConfigRuleArn field's value.
func (*ConfigRule) SetConfigRuleId ¶
func (s *ConfigRule) SetConfigRuleId(v string) *ConfigRule
SetConfigRuleId sets the ConfigRuleId field's value.
func (*ConfigRule) SetConfigRuleName ¶
func (s *ConfigRule) SetConfigRuleName(v string) *ConfigRule
SetConfigRuleName sets the ConfigRuleName field's value.
func (*ConfigRule) SetConfigRuleState ¶
func (s *ConfigRule) SetConfigRuleState(v string) *ConfigRule
SetConfigRuleState sets the ConfigRuleState field's value.
func (*ConfigRule) SetCreatedBy ¶
func (s *ConfigRule) SetCreatedBy(v string) *ConfigRule
SetCreatedBy sets the CreatedBy field's value.
func (*ConfigRule) SetDescription ¶
func (s *ConfigRule) SetDescription(v string) *ConfigRule
SetDescription sets the Description field's value.
func (*ConfigRule) SetInputParameters ¶
func (s *ConfigRule) SetInputParameters(v string) *ConfigRule
SetInputParameters sets the InputParameters field's value.
func (*ConfigRule) SetMaximumExecutionFrequency ¶
func (s *ConfigRule) SetMaximumExecutionFrequency(v string) *ConfigRule
SetMaximumExecutionFrequency sets the MaximumExecutionFrequency field's value.
func (*ConfigRule) SetScope ¶
func (s *ConfigRule) SetScope(v *Scope) *ConfigRule
SetScope sets the Scope field's value.
func (*ConfigRule) SetSource ¶
func (s *ConfigRule) SetSource(v *Source) *ConfigRule
SetSource sets the Source field's value.
func (ConfigRule) String ¶
func (s ConfigRule) String() string
String returns the string representation
func (*ConfigRule) Validate ¶
func (s *ConfigRule) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfigRuleComplianceFilters ¶
type ConfigRuleComplianceFilters struct { // The 12-digit account ID of the source account. AccountId *string `type:"string"` // The source region where the data is aggregated. AwsRegion *string `min:"1" type:"string"` // The rule compliance status. // // For the ConfigRuleComplianceFilters data type, AWS Config supports only COMPLIANT // and NON_COMPLIANT. AWS Config does not support the NOT_APPLICABLE and the // INSUFFICIENT_DATA values. ComplianceType *string `type:"string" enum:"ComplianceType"` // The name of the AWS Config rule. ConfigRuleName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Filters the compliance results based on account ID, region, compliance type, and rule name.
func (ConfigRuleComplianceFilters) GoString ¶
func (s ConfigRuleComplianceFilters) GoString() string
GoString returns the string representation
func (*ConfigRuleComplianceFilters) SetAccountId ¶
func (s *ConfigRuleComplianceFilters) SetAccountId(v string) *ConfigRuleComplianceFilters
SetAccountId sets the AccountId field's value.
func (*ConfigRuleComplianceFilters) SetAwsRegion ¶
func (s *ConfigRuleComplianceFilters) SetAwsRegion(v string) *ConfigRuleComplianceFilters
SetAwsRegion sets the AwsRegion field's value.
func (*ConfigRuleComplianceFilters) SetComplianceType ¶
func (s *ConfigRuleComplianceFilters) SetComplianceType(v string) *ConfigRuleComplianceFilters
SetComplianceType sets the ComplianceType field's value.
func (*ConfigRuleComplianceFilters) SetConfigRuleName ¶
func (s *ConfigRuleComplianceFilters) SetConfigRuleName(v string) *ConfigRuleComplianceFilters
SetConfigRuleName sets the ConfigRuleName field's value.
func (ConfigRuleComplianceFilters) String ¶
func (s ConfigRuleComplianceFilters) String() string
String returns the string representation
func (*ConfigRuleComplianceFilters) Validate ¶
func (s *ConfigRuleComplianceFilters) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfigRuleComplianceSummaryFilters ¶
type ConfigRuleComplianceSummaryFilters struct { // The 12-digit account ID of the source account. AccountId *string `type:"string"` // The source region where the data is aggregated. AwsRegion *string `min:"1" type:"string"` // contains filtered or unexported fields }
Filters the results based on the account IDs and regions.
func (ConfigRuleComplianceSummaryFilters) GoString ¶
func (s ConfigRuleComplianceSummaryFilters) GoString() string
GoString returns the string representation
func (*ConfigRuleComplianceSummaryFilters) SetAccountId ¶
func (s *ConfigRuleComplianceSummaryFilters) SetAccountId(v string) *ConfigRuleComplianceSummaryFilters
SetAccountId sets the AccountId field's value.
func (*ConfigRuleComplianceSummaryFilters) SetAwsRegion ¶
func (s *ConfigRuleComplianceSummaryFilters) SetAwsRegion(v string) *ConfigRuleComplianceSummaryFilters
SetAwsRegion sets the AwsRegion field's value.
func (ConfigRuleComplianceSummaryFilters) String ¶
func (s ConfigRuleComplianceSummaryFilters) String() string
String returns the string representation
func (*ConfigRuleComplianceSummaryFilters) Validate ¶
func (s *ConfigRuleComplianceSummaryFilters) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfigRuleEvaluationStatus ¶
type ConfigRuleEvaluationStatus struct { // The Amazon Resource Name (ARN) of the AWS Config rule. ConfigRuleArn *string `type:"string"` // The ID of the AWS Config rule. ConfigRuleId *string `type:"string"` // The name of the AWS Config rule. ConfigRuleName *string `min:"1" type:"string"` // The time that you first activated the AWS Config rule. FirstActivatedTime *time.Time `type:"timestamp"` // Indicates whether AWS Config has evaluated your resources against the rule // at least once. // // * true - AWS Config has evaluated your AWS resources against the rule // at least once. // // * false - AWS Config has not once finished evaluating your AWS resources // against the rule. FirstEvaluationStarted *bool `type:"boolean"` LastDeactivatedTime *time.Time `type:"timestamp"` // The error code that AWS Config returned when the rule last failed. LastErrorCode *string `type:"string"` // The error message that AWS Config returned when the rule last failed. LastErrorMessage *string `type:"string"` // The time that AWS Config last failed to evaluate your AWS resources against // the rule. LastFailedEvaluationTime *time.Time `type:"timestamp"` // The time that AWS Config last failed to invoke the AWS Config rule to evaluate // your AWS resources. LastFailedInvocationTime *time.Time `type:"timestamp"` // The time that AWS Config last successfully evaluated your AWS resources against // the rule. LastSuccessfulEvaluationTime *time.Time `type:"timestamp"` // The time that AWS Config last successfully invoked the AWS Config rule to // evaluate your AWS resources. LastSuccessfulInvocationTime *time.Time `type:"timestamp"` // contains filtered or unexported fields }
Status information for your AWS managed Config rules. The status includes information such as the last time the rule ran, the last time it failed, and the related error for the last failure.
This action does not return status information about custom AWS Config rules.
func (ConfigRuleEvaluationStatus) GoString ¶
func (s ConfigRuleEvaluationStatus) GoString() string
GoString returns the string representation
func (*ConfigRuleEvaluationStatus) SetConfigRuleArn ¶
func (s *ConfigRuleEvaluationStatus) SetConfigRuleArn(v string) *ConfigRuleEvaluationStatus
SetConfigRuleArn sets the ConfigRuleArn field's value.
func (*ConfigRuleEvaluationStatus) SetConfigRuleId ¶
func (s *ConfigRuleEvaluationStatus) SetConfigRuleId(v string) *ConfigRuleEvaluationStatus
SetConfigRuleId sets the ConfigRuleId field's value.
func (*ConfigRuleEvaluationStatus) SetConfigRuleName ¶
func (s *ConfigRuleEvaluationStatus) SetConfigRuleName(v string) *ConfigRuleEvaluationStatus
SetConfigRuleName sets the ConfigRuleName field's value.
func (*ConfigRuleEvaluationStatus) SetFirstActivatedTime ¶
func (s *ConfigRuleEvaluationStatus) SetFirstActivatedTime(v time.Time) *ConfigRuleEvaluationStatus
SetFirstActivatedTime sets the FirstActivatedTime field's value.
func (*ConfigRuleEvaluationStatus) SetFirstEvaluationStarted ¶
func (s *ConfigRuleEvaluationStatus) SetFirstEvaluationStarted(v bool) *ConfigRuleEvaluationStatus
SetFirstEvaluationStarted sets the FirstEvaluationStarted field's value.
func (*ConfigRuleEvaluationStatus) SetLastDeactivatedTime ¶
func (s *ConfigRuleEvaluationStatus) SetLastDeactivatedTime(v time.Time) *ConfigRuleEvaluationStatus
SetLastDeactivatedTime sets the LastDeactivatedTime field's value.
func (*ConfigRuleEvaluationStatus) SetLastErrorCode ¶
func (s *ConfigRuleEvaluationStatus) SetLastErrorCode(v string) *ConfigRuleEvaluationStatus
SetLastErrorCode sets the LastErrorCode field's value.
func (*ConfigRuleEvaluationStatus) SetLastErrorMessage ¶
func (s *ConfigRuleEvaluationStatus) SetLastErrorMessage(v string) *ConfigRuleEvaluationStatus
SetLastErrorMessage sets the LastErrorMessage field's value.
func (*ConfigRuleEvaluationStatus) SetLastFailedEvaluationTime ¶
func (s *ConfigRuleEvaluationStatus) SetLastFailedEvaluationTime(v time.Time) *ConfigRuleEvaluationStatus
SetLastFailedEvaluationTime sets the LastFailedEvaluationTime field's value.
func (*ConfigRuleEvaluationStatus) SetLastFailedInvocationTime ¶
func (s *ConfigRuleEvaluationStatus) SetLastFailedInvocationTime(v time.Time) *ConfigRuleEvaluationStatus
SetLastFailedInvocationTime sets the LastFailedInvocationTime field's value.
func (*ConfigRuleEvaluationStatus) SetLastSuccessfulEvaluationTime ¶
func (s *ConfigRuleEvaluationStatus) SetLastSuccessfulEvaluationTime(v time.Time) *ConfigRuleEvaluationStatus
SetLastSuccessfulEvaluationTime sets the LastSuccessfulEvaluationTime field's value.
func (*ConfigRuleEvaluationStatus) SetLastSuccessfulInvocationTime ¶
func (s *ConfigRuleEvaluationStatus) SetLastSuccessfulInvocationTime(v time.Time) *ConfigRuleEvaluationStatus
SetLastSuccessfulInvocationTime sets the LastSuccessfulInvocationTime field's value.
func (ConfigRuleEvaluationStatus) String ¶
func (s ConfigRuleEvaluationStatus) String() string
String returns the string representation
type ConfigService ¶
ConfigService provides the API operation methods for making requests to AWS Config. See this package's package overview docs for details on the service.
ConfigService 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) *ConfigService
New creates a new instance of the ConfigService 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 ConfigService client from just a session. svc := configservice.New(mySession) // Create a ConfigService client with additional configuration svc := configservice.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*ConfigService) BatchGetAggregateResourceConfig ¶
func (c *ConfigService) BatchGetAggregateResourceConfig(input *BatchGetAggregateResourceConfigInput) (*BatchGetAggregateResourceConfigOutput, error)
BatchGetAggregateResourceConfig API operation for AWS Config.
Returns the current configuration items for resources that are present in your AWS Config aggregator. The operation also returns a list of resources that are not processed in the current request. If there are no unprocessed resources, the operation returns an empty unprocessedResourceIdentifiers list.
The API does not return results for deleted resources.
The API does not return tags and relationships.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation BatchGetAggregateResourceConfig for usage and error information.
Returned Error Types:
ValidationException The requested action is not valid.
NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/BatchGetAggregateResourceConfig
func (*ConfigService) BatchGetAggregateResourceConfigRequest ¶
func (c *ConfigService) BatchGetAggregateResourceConfigRequest(input *BatchGetAggregateResourceConfigInput) (req *request.Request, output *BatchGetAggregateResourceConfigOutput)
BatchGetAggregateResourceConfigRequest generates a "aws/request.Request" representing the client's request for the BatchGetAggregateResourceConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchGetAggregateResourceConfig for more information on using the BatchGetAggregateResourceConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchGetAggregateResourceConfigRequest method. req, resp := client.BatchGetAggregateResourceConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/BatchGetAggregateResourceConfig
func (*ConfigService) BatchGetAggregateResourceConfigWithContext ¶
func (c *ConfigService) BatchGetAggregateResourceConfigWithContext(ctx aws.Context, input *BatchGetAggregateResourceConfigInput, opts ...request.Option) (*BatchGetAggregateResourceConfigOutput, error)
BatchGetAggregateResourceConfigWithContext is the same as BatchGetAggregateResourceConfig with the addition of the ability to pass a context and additional request options.
See BatchGetAggregateResourceConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) BatchGetResourceConfig ¶
func (c *ConfigService) BatchGetResourceConfig(input *BatchGetResourceConfigInput) (*BatchGetResourceConfigOutput, error)
BatchGetResourceConfig API operation for AWS Config.
Returns the current configuration for one or more requested resources. The operation also returns a list of resources that are not processed in the current request. If there are no unprocessed resources, the operation returns an empty unprocessedResourceKeys list.
The API does not return results for deleted resources.
The API does not return any tags for the requested resources. This information is filtered out of the supplementaryConfiguration section of the API response.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation BatchGetResourceConfig for usage and error information.
Returned Error Types:
ValidationException The requested action is not valid.
NoAvailableConfigurationRecorderException There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/BatchGetResourceConfig
func (*ConfigService) BatchGetResourceConfigRequest ¶
func (c *ConfigService) BatchGetResourceConfigRequest(input *BatchGetResourceConfigInput) (req *request.Request, output *BatchGetResourceConfigOutput)
BatchGetResourceConfigRequest generates a "aws/request.Request" representing the client's request for the BatchGetResourceConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchGetResourceConfig for more information on using the BatchGetResourceConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchGetResourceConfigRequest method. req, resp := client.BatchGetResourceConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/BatchGetResourceConfig
func (*ConfigService) BatchGetResourceConfigWithContext ¶
func (c *ConfigService) BatchGetResourceConfigWithContext(ctx aws.Context, input *BatchGetResourceConfigInput, opts ...request.Option) (*BatchGetResourceConfigOutput, error)
BatchGetResourceConfigWithContext is the same as BatchGetResourceConfig with the addition of the ability to pass a context and additional request options.
See BatchGetResourceConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DeleteAggregationAuthorization ¶
func (c *ConfigService) DeleteAggregationAuthorization(input *DeleteAggregationAuthorizationInput) (*DeleteAggregationAuthorizationOutput, error)
DeleteAggregationAuthorization API operation for AWS Config.
Deletes the authorization granted to the specified configuration aggregator account in a specified region.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DeleteAggregationAuthorization for usage and error information.
Returned Error Types:
- InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteAggregationAuthorization
func (*ConfigService) DeleteAggregationAuthorizationRequest ¶
func (c *ConfigService) DeleteAggregationAuthorizationRequest(input *DeleteAggregationAuthorizationInput) (req *request.Request, output *DeleteAggregationAuthorizationOutput)
DeleteAggregationAuthorizationRequest generates a "aws/request.Request" representing the client's request for the DeleteAggregationAuthorization operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteAggregationAuthorization for more information on using the DeleteAggregationAuthorization API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteAggregationAuthorizationRequest method. req, resp := client.DeleteAggregationAuthorizationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteAggregationAuthorization
func (*ConfigService) DeleteAggregationAuthorizationWithContext ¶
func (c *ConfigService) DeleteAggregationAuthorizationWithContext(ctx aws.Context, input *DeleteAggregationAuthorizationInput, opts ...request.Option) (*DeleteAggregationAuthorizationOutput, error)
DeleteAggregationAuthorizationWithContext is the same as DeleteAggregationAuthorization with the addition of the ability to pass a context and additional request options.
See DeleteAggregationAuthorization for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DeleteConfigRule ¶
func (c *ConfigService) DeleteConfigRule(input *DeleteConfigRuleInput) (*DeleteConfigRuleOutput, error)
DeleteConfigRule API operation for AWS Config.
Deletes the specified AWS Config rule and all of its evaluation results.
AWS Config sets the state of a rule to DELETING until the deletion is complete. You cannot update a rule while it is in this state. If you make a PutConfigRule or DeleteConfigRule request for the rule, you will receive a ResourceInUseException.
You can check the state of a rule by using the DescribeConfigRules request.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Config's API operation DeleteConfigRule for usage and error information.
Returned Error Types:
NoSuchConfigRuleException One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.
ResourceInUseException You see this exception in the following cases:
For DeleteConfigRule, AWS Config is deleting this rule. Try your request again later.
For DeleteConfigRule, the rule is deleting your evaluation results. Try your request again later.
For DeleteConfigRule, a remediation action is associated with the rule and AWS Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.
For PutConfigOrganizationRule, organization config rule deletion is in progress. Try your request again later.
For DeleteOrganizationConfigRule, organization config rule creation is in progress. Try your request again later.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigRule
func (*ConfigService) DeleteConfigRuleRequest ¶
func (c *ConfigService) DeleteConfigRuleRequest(input *DeleteConfigRuleInput) (req *request.Request, output *DeleteConfigRuleOutput)
DeleteConfigRuleRequest generates a "aws/request.Request" representing the client's request for the DeleteConfigRule operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteConfigRule for more information on using the DeleteConfigRule API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteConfigRuleRequest method. req, resp := client.DeleteConfigRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigRule
func (*ConfigService) DeleteConfigRuleWithContext ¶
func (c *ConfigService) DeleteConfigRuleWithContext(ctx aws.Context, input *DeleteConfigRuleInput, opts ...request.Option) (*DeleteConfigRuleOutput, error)
DeleteConfigRuleWithContext is the same as DeleteConfigRule with the addition of the ability to pass a context and additional request options.
See DeleteConfigRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DeleteConfigurationAggregator ¶
func (c *ConfigService) DeleteConfigurationAggregator(input *DeleteConfigurationAggregatorInput) (*DeleteConfigurationAggregatorOutput, error)
DeleteConfigurationAggregator API operation for AWS Config.
Deletes the specified configuration aggregator and the aggregated data associated with the aggregator.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DeleteConfigurationAggregator for usage and error information.
Returned Error Types:
- NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigurationAggregator
func (*ConfigService) DeleteConfigurationAggregatorRequest ¶
func (c *ConfigService) DeleteConfigurationAggregatorRequest(input *DeleteConfigurationAggregatorInput) (req *request.Request, output *DeleteConfigurationAggregatorOutput)
DeleteConfigurationAggregatorRequest generates a "aws/request.Request" representing the client's request for the DeleteConfigurationAggregator operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteConfigurationAggregator for more information on using the DeleteConfigurationAggregator API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteConfigurationAggregatorRequest method. req, resp := client.DeleteConfigurationAggregatorRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigurationAggregator
func (*ConfigService) DeleteConfigurationAggregatorWithContext ¶
func (c *ConfigService) DeleteConfigurationAggregatorWithContext(ctx aws.Context, input *DeleteConfigurationAggregatorInput, opts ...request.Option) (*DeleteConfigurationAggregatorOutput, error)
DeleteConfigurationAggregatorWithContext is the same as DeleteConfigurationAggregator with the addition of the ability to pass a context and additional request options.
See DeleteConfigurationAggregator for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DeleteConfigurationRecorder ¶
func (c *ConfigService) DeleteConfigurationRecorder(input *DeleteConfigurationRecorderInput) (*DeleteConfigurationRecorderOutput, error)
DeleteConfigurationRecorder API operation for AWS Config.
Deletes the configuration recorder.
After the configuration recorder is deleted, AWS Config will not record resource configuration changes until you create a new configuration recorder.
This action does not delete the configuration information that was previously recorded. You will be able to access the previously recorded information by using the GetResourceConfigHistory action, but you will not be able to access this information in the AWS Config console until you create a new configuration recorder.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DeleteConfigurationRecorder for usage and error information.
Returned Error Types:
- NoSuchConfigurationRecorderException You have specified a configuration recorder that does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigurationRecorder
func (*ConfigService) DeleteConfigurationRecorderRequest ¶
func (c *ConfigService) DeleteConfigurationRecorderRequest(input *DeleteConfigurationRecorderInput) (req *request.Request, output *DeleteConfigurationRecorderOutput)
DeleteConfigurationRecorderRequest generates a "aws/request.Request" representing the client's request for the DeleteConfigurationRecorder operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteConfigurationRecorder for more information on using the DeleteConfigurationRecorder API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteConfigurationRecorderRequest method. req, resp := client.DeleteConfigurationRecorderRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigurationRecorder
func (*ConfigService) DeleteConfigurationRecorderWithContext ¶
func (c *ConfigService) DeleteConfigurationRecorderWithContext(ctx aws.Context, input *DeleteConfigurationRecorderInput, opts ...request.Option) (*DeleteConfigurationRecorderOutput, error)
DeleteConfigurationRecorderWithContext is the same as DeleteConfigurationRecorder with the addition of the ability to pass a context and additional request options.
See DeleteConfigurationRecorder for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DeleteConformancePack ¶
func (c *ConfigService) DeleteConformancePack(input *DeleteConformancePackInput) (*DeleteConformancePackOutput, error)
DeleteConformancePack API operation for AWS Config.
Deletes the specified conformance pack and all the AWS Config rules, remediation actions, and all evaluation results within that conformance pack.
AWS Config sets the conformance pack to DELETE_IN_PROGRESS until the deletion is complete. You cannot update a conformance pack while it is in this state.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DeleteConformancePack for usage and error information.
Returned Error Types:
NoSuchConformancePackException You specified one or more conformance packs that do not exist.
ResourceInUseException You see this exception in the following cases:
For DeleteConfigRule, AWS Config is deleting this rule. Try your request again later.
For DeleteConfigRule, the rule is deleting your evaluation results. Try your request again later.
For DeleteConfigRule, a remediation action is associated with the rule and AWS Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.
For PutConfigOrganizationRule, organization config rule deletion is in progress. Try your request again later.
For DeleteOrganizationConfigRule, organization config rule creation is in progress. Try your request again later.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConformancePack
func (*ConfigService) DeleteConformancePackRequest ¶
func (c *ConfigService) DeleteConformancePackRequest(input *DeleteConformancePackInput) (req *request.Request, output *DeleteConformancePackOutput)
DeleteConformancePackRequest generates a "aws/request.Request" representing the client's request for the DeleteConformancePack operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteConformancePack for more information on using the DeleteConformancePack API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteConformancePackRequest method. req, resp := client.DeleteConformancePackRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConformancePack
func (*ConfigService) DeleteConformancePackWithContext ¶
func (c *ConfigService) DeleteConformancePackWithContext(ctx aws.Context, input *DeleteConformancePackInput, opts ...request.Option) (*DeleteConformancePackOutput, error)
DeleteConformancePackWithContext is the same as DeleteConformancePack with the addition of the ability to pass a context and additional request options.
See DeleteConformancePack for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DeleteDeliveryChannel ¶
func (c *ConfigService) DeleteDeliveryChannel(input *DeleteDeliveryChannelInput) (*DeleteDeliveryChannelOutput, error)
DeleteDeliveryChannel API operation for AWS Config.
Deletes the delivery channel.
Before you can delete the delivery channel, you must stop the configuration recorder by using the StopConfigurationRecorder action.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DeleteDeliveryChannel for usage and error information.
Returned Error Types:
NoSuchDeliveryChannelException You have specified a delivery channel that does not exist.
LastDeliveryChannelDeleteFailedException You cannot delete the delivery channel you specified because the configuration recorder is running.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteDeliveryChannel
func (*ConfigService) DeleteDeliveryChannelRequest ¶
func (c *ConfigService) DeleteDeliveryChannelRequest(input *DeleteDeliveryChannelInput) (req *request.Request, output *DeleteDeliveryChannelOutput)
DeleteDeliveryChannelRequest generates a "aws/request.Request" representing the client's request for the DeleteDeliveryChannel operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDeliveryChannel for more information on using the DeleteDeliveryChannel API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDeliveryChannelRequest method. req, resp := client.DeleteDeliveryChannelRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteDeliveryChannel
func (*ConfigService) DeleteDeliveryChannelWithContext ¶
func (c *ConfigService) DeleteDeliveryChannelWithContext(ctx aws.Context, input *DeleteDeliveryChannelInput, opts ...request.Option) (*DeleteDeliveryChannelOutput, error)
DeleteDeliveryChannelWithContext is the same as DeleteDeliveryChannel with the addition of the ability to pass a context and additional request options.
See DeleteDeliveryChannel for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DeleteEvaluationResults ¶
func (c *ConfigService) DeleteEvaluationResults(input *DeleteEvaluationResultsInput) (*DeleteEvaluationResultsOutput, error)
DeleteEvaluationResults API operation for AWS Config.
Deletes the evaluation results for the specified AWS Config rule. You can specify one AWS Config rule per request. After you delete the evaluation results, you can call the StartConfigRulesEvaluation API to start evaluating your AWS resources against the rule.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DeleteEvaluationResults for usage and error information.
Returned Error Types:
NoSuchConfigRuleException One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.
ResourceInUseException You see this exception in the following cases:
For DeleteConfigRule, AWS Config is deleting this rule. Try your request again later.
For DeleteConfigRule, the rule is deleting your evaluation results. Try your request again later.
For DeleteConfigRule, a remediation action is associated with the rule and AWS Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.
For PutConfigOrganizationRule, organization config rule deletion is in progress. Try your request again later.
For DeleteOrganizationConfigRule, organization config rule creation is in progress. Try your request again later.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteEvaluationResults
func (*ConfigService) DeleteEvaluationResultsRequest ¶
func (c *ConfigService) DeleteEvaluationResultsRequest(input *DeleteEvaluationResultsInput) (req *request.Request, output *DeleteEvaluationResultsOutput)
DeleteEvaluationResultsRequest generates a "aws/request.Request" representing the client's request for the DeleteEvaluationResults operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteEvaluationResults for more information on using the DeleteEvaluationResults API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteEvaluationResultsRequest method. req, resp := client.DeleteEvaluationResultsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteEvaluationResults
func (*ConfigService) DeleteEvaluationResultsWithContext ¶
func (c *ConfigService) DeleteEvaluationResultsWithContext(ctx aws.Context, input *DeleteEvaluationResultsInput, opts ...request.Option) (*DeleteEvaluationResultsOutput, error)
DeleteEvaluationResultsWithContext is the same as DeleteEvaluationResults with the addition of the ability to pass a context and additional request options.
See DeleteEvaluationResults for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DeleteOrganizationConfigRule ¶
func (c *ConfigService) DeleteOrganizationConfigRule(input *DeleteOrganizationConfigRuleInput) (*DeleteOrganizationConfigRuleOutput, error)
DeleteOrganizationConfigRule API operation for AWS Config.
Deletes the specified organization config rule and all of its evaluation results from all member accounts in that organization. Only a master account can delete an organization config rule.
AWS Config sets the state of a rule to DELETE_IN_PROGRESS until the deletion is complete. You cannot update a rule while it is in this state.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DeleteOrganizationConfigRule for usage and error information.
Returned Error Types:
NoSuchOrganizationConfigRuleException You specified one or more organization config rules that do not exist.
ResourceInUseException You see this exception in the following cases:
For DeleteConfigRule, AWS Config is deleting this rule. Try your request again later.
For DeleteConfigRule, the rule is deleting your evaluation results. Try your request again later.
For DeleteConfigRule, a remediation action is associated with the rule and AWS Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.
For PutConfigOrganizationRule, organization config rule deletion is in progress. Try your request again later.
For DeleteOrganizationConfigRule, organization config rule creation is in progress. Try your request again later.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
OrganizationAccessDeniedException For PutConfigAggregator API, no permission to call EnableAWSServiceAccess API.
For all OrganizationConfigRule and OrganizationConformancePack APIs, AWS Config throws an exception if APIs are called from member accounts. All APIs must be called from organization master account.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteOrganizationConfigRule
func (*ConfigService) DeleteOrganizationConfigRuleRequest ¶
func (c *ConfigService) DeleteOrganizationConfigRuleRequest(input *DeleteOrganizationConfigRuleInput) (req *request.Request, output *DeleteOrganizationConfigRuleOutput)
DeleteOrganizationConfigRuleRequest generates a "aws/request.Request" representing the client's request for the DeleteOrganizationConfigRule operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteOrganizationConfigRule for more information on using the DeleteOrganizationConfigRule API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteOrganizationConfigRuleRequest method. req, resp := client.DeleteOrganizationConfigRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteOrganizationConfigRule
func (*ConfigService) DeleteOrganizationConfigRuleWithContext ¶
func (c *ConfigService) DeleteOrganizationConfigRuleWithContext(ctx aws.Context, input *DeleteOrganizationConfigRuleInput, opts ...request.Option) (*DeleteOrganizationConfigRuleOutput, error)
DeleteOrganizationConfigRuleWithContext is the same as DeleteOrganizationConfigRule with the addition of the ability to pass a context and additional request options.
See DeleteOrganizationConfigRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DeleteOrganizationConformancePack ¶
func (c *ConfigService) DeleteOrganizationConformancePack(input *DeleteOrganizationConformancePackInput) (*DeleteOrganizationConformancePackOutput, error)
DeleteOrganizationConformancePack API operation for AWS Config.
Deletes the specified organization conformance pack and all of the config rules and remediation actions from all member accounts in that organization. Only a master account can delete an organization conformance pack.
AWS Config sets the state of a conformance pack to DELETE_IN_PROGRESS until the deletion is complete. You cannot update a conformance pack while it is in this state.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DeleteOrganizationConformancePack for usage and error information.
Returned Error Types:
NoSuchOrganizationConformancePackException AWS Config organization conformance pack that you passed in the filter does not exist.
For DeleteOrganizationConformancePack, you tried to delete an organization conformance pack that does not exist.
ResourceInUseException You see this exception in the following cases:
For DeleteConfigRule, AWS Config is deleting this rule. Try your request again later.
For DeleteConfigRule, the rule is deleting your evaluation results. Try your request again later.
For DeleteConfigRule, a remediation action is associated with the rule and AWS Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.
For PutConfigOrganizationRule, organization config rule deletion is in progress. Try your request again later.
For DeleteOrganizationConfigRule, organization config rule creation is in progress. Try your request again later.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
OrganizationAccessDeniedException For PutConfigAggregator API, no permission to call EnableAWSServiceAccess API.
For all OrganizationConfigRule and OrganizationConformancePack APIs, AWS Config throws an exception if APIs are called from member accounts. All APIs must be called from organization master account.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteOrganizationConformancePack
func (*ConfigService) DeleteOrganizationConformancePackRequest ¶
func (c *ConfigService) DeleteOrganizationConformancePackRequest(input *DeleteOrganizationConformancePackInput) (req *request.Request, output *DeleteOrganizationConformancePackOutput)
DeleteOrganizationConformancePackRequest generates a "aws/request.Request" representing the client's request for the DeleteOrganizationConformancePack operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteOrganizationConformancePack for more information on using the DeleteOrganizationConformancePack API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteOrganizationConformancePackRequest method. req, resp := client.DeleteOrganizationConformancePackRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteOrganizationConformancePack
func (*ConfigService) DeleteOrganizationConformancePackWithContext ¶
func (c *ConfigService) DeleteOrganizationConformancePackWithContext(ctx aws.Context, input *DeleteOrganizationConformancePackInput, opts ...request.Option) (*DeleteOrganizationConformancePackOutput, error)
DeleteOrganizationConformancePackWithContext is the same as DeleteOrganizationConformancePack with the addition of the ability to pass a context and additional request options.
See DeleteOrganizationConformancePack for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DeletePendingAggregationRequest ¶
func (c *ConfigService) DeletePendingAggregationRequest(input *DeletePendingAggregationRequestInput) (*DeletePendingAggregationRequestOutput, error)
DeletePendingAggregationRequest API operation for AWS Config.
Deletes pending authorization requests for a specified aggregator account in a specified region.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DeletePendingAggregationRequest for usage and error information.
Returned Error Types:
- InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeletePendingAggregationRequest
func (*ConfigService) DeletePendingAggregationRequestRequest ¶
func (c *ConfigService) DeletePendingAggregationRequestRequest(input *DeletePendingAggregationRequestInput) (req *request.Request, output *DeletePendingAggregationRequestOutput)
DeletePendingAggregationRequestRequest generates a "aws/request.Request" representing the client's request for the DeletePendingAggregationRequest operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeletePendingAggregationRequest for more information on using the DeletePendingAggregationRequest API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeletePendingAggregationRequestRequest method. req, resp := client.DeletePendingAggregationRequestRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeletePendingAggregationRequest
func (*ConfigService) DeletePendingAggregationRequestWithContext ¶
func (c *ConfigService) DeletePendingAggregationRequestWithContext(ctx aws.Context, input *DeletePendingAggregationRequestInput, opts ...request.Option) (*DeletePendingAggregationRequestOutput, error)
DeletePendingAggregationRequestWithContext is the same as DeletePendingAggregationRequest with the addition of the ability to pass a context and additional request options.
See DeletePendingAggregationRequest for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DeleteRemediationConfiguration ¶
func (c *ConfigService) DeleteRemediationConfiguration(input *DeleteRemediationConfigurationInput) (*DeleteRemediationConfigurationOutput, error)
DeleteRemediationConfiguration API operation for AWS Config.
Deletes the remediation configuration.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DeleteRemediationConfiguration for usage and error information.
Returned Error Types:
NoSuchRemediationConfigurationException You specified an AWS Config rule without a remediation configuration.
RemediationInProgressException Remediation action is in progress. You can either cancel execution in AWS Systems Manager or wait and try again later.
InsufficientPermissionsException Indicates one of the following errors:
For PutConfigRule, the rule cannot be created because the IAM role assigned to AWS Config lacks permissions to perform the config:Put* action.
For PutConfigRule, the AWS Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.
For PutOrganizationConfigRule, organization config rule cannot be created because you do not have permissions to call IAM GetRole action or create a service linked role.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack cannot be created because you do not have permissions: To call IAM GetRole action or create a service linked role. To read Amazon S3 bucket.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteRemediationConfiguration
func (*ConfigService) DeleteRemediationConfigurationRequest ¶
func (c *ConfigService) DeleteRemediationConfigurationRequest(input *DeleteRemediationConfigurationInput) (req *request.Request, output *DeleteRemediationConfigurationOutput)
DeleteRemediationConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteRemediationConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteRemediationConfiguration for more information on using the DeleteRemediationConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteRemediationConfigurationRequest method. req, resp := client.DeleteRemediationConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteRemediationConfiguration
func (*ConfigService) DeleteRemediationConfigurationWithContext ¶
func (c *ConfigService) DeleteRemediationConfigurationWithContext(ctx aws.Context, input *DeleteRemediationConfigurationInput, opts ...request.Option) (*DeleteRemediationConfigurationOutput, error)
DeleteRemediationConfigurationWithContext is the same as DeleteRemediationConfiguration with the addition of the ability to pass a context and additional request options.
See DeleteRemediationConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DeleteRemediationExceptions ¶
func (c *ConfigService) DeleteRemediationExceptions(input *DeleteRemediationExceptionsInput) (*DeleteRemediationExceptionsOutput, error)
DeleteRemediationExceptions API operation for AWS Config.
Deletes one or more remediation exceptions mentioned in the resource keys.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DeleteRemediationExceptions for usage and error information.
Returned Error Types:
- NoSuchRemediationExceptionException You tried to delete a remediation exception that does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteRemediationExceptions
func (*ConfigService) DeleteRemediationExceptionsRequest ¶
func (c *ConfigService) DeleteRemediationExceptionsRequest(input *DeleteRemediationExceptionsInput) (req *request.Request, output *DeleteRemediationExceptionsOutput)
DeleteRemediationExceptionsRequest generates a "aws/request.Request" representing the client's request for the DeleteRemediationExceptions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteRemediationExceptions for more information on using the DeleteRemediationExceptions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteRemediationExceptionsRequest method. req, resp := client.DeleteRemediationExceptionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteRemediationExceptions
func (*ConfigService) DeleteRemediationExceptionsWithContext ¶
func (c *ConfigService) DeleteRemediationExceptionsWithContext(ctx aws.Context, input *DeleteRemediationExceptionsInput, opts ...request.Option) (*DeleteRemediationExceptionsOutput, error)
DeleteRemediationExceptionsWithContext is the same as DeleteRemediationExceptions with the addition of the ability to pass a context and additional request options.
See DeleteRemediationExceptions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DeleteResourceConfig ¶
func (c *ConfigService) DeleteResourceConfig(input *DeleteResourceConfigInput) (*DeleteResourceConfigOutput, error)
DeleteResourceConfig API operation for AWS Config.
Records the configuration state for a custom resource that has been deleted. This API records a new ConfigurationItem with a ResourceDeleted status. You can retrieve the ConfigurationItems recorded for this resource in your AWS Config History.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DeleteResourceConfig for usage and error information.
Returned Error Types:
ValidationException The requested action is not valid.
NoRunningConfigurationRecorderException There is no configuration recorder running.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteResourceConfig
func (*ConfigService) DeleteResourceConfigRequest ¶
func (c *ConfigService) DeleteResourceConfigRequest(input *DeleteResourceConfigInput) (req *request.Request, output *DeleteResourceConfigOutput)
DeleteResourceConfigRequest generates a "aws/request.Request" representing the client's request for the DeleteResourceConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteResourceConfig for more information on using the DeleteResourceConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteResourceConfigRequest method. req, resp := client.DeleteResourceConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteResourceConfig
func (*ConfigService) DeleteResourceConfigWithContext ¶
func (c *ConfigService) DeleteResourceConfigWithContext(ctx aws.Context, input *DeleteResourceConfigInput, opts ...request.Option) (*DeleteResourceConfigOutput, error)
DeleteResourceConfigWithContext is the same as DeleteResourceConfig with the addition of the ability to pass a context and additional request options.
See DeleteResourceConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DeleteRetentionConfiguration ¶
func (c *ConfigService) DeleteRetentionConfiguration(input *DeleteRetentionConfigurationInput) (*DeleteRetentionConfigurationOutput, error)
DeleteRetentionConfiguration API operation for AWS Config.
Deletes the retention configuration.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DeleteRetentionConfiguration for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
NoSuchRetentionConfigurationException You have specified a retention configuration that does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteRetentionConfiguration
func (*ConfigService) DeleteRetentionConfigurationRequest ¶
func (c *ConfigService) DeleteRetentionConfigurationRequest(input *DeleteRetentionConfigurationInput) (req *request.Request, output *DeleteRetentionConfigurationOutput)
DeleteRetentionConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteRetentionConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteRetentionConfiguration for more information on using the DeleteRetentionConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteRetentionConfigurationRequest method. req, resp := client.DeleteRetentionConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteRetentionConfiguration
func (*ConfigService) DeleteRetentionConfigurationWithContext ¶
func (c *ConfigService) DeleteRetentionConfigurationWithContext(ctx aws.Context, input *DeleteRetentionConfigurationInput, opts ...request.Option) (*DeleteRetentionConfigurationOutput, error)
DeleteRetentionConfigurationWithContext is the same as DeleteRetentionConfiguration with the addition of the ability to pass a context and additional request options.
See DeleteRetentionConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DeliverConfigSnapshot ¶
func (c *ConfigService) DeliverConfigSnapshot(input *DeliverConfigSnapshotInput) (*DeliverConfigSnapshotOutput, error)
DeliverConfigSnapshot API operation for AWS Config.
Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. After the delivery has started, AWS Config sends the following notifications using an Amazon SNS topic that you have specified.
Notification of the start of the delivery.
Notification of the completion of the delivery, if the delivery was successfully completed.
Notification of delivery failure, if the delivery failed.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DeliverConfigSnapshot for usage and error information.
Returned Error Types:
NoSuchDeliveryChannelException You have specified a delivery channel that does not exist.
NoAvailableConfigurationRecorderException There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.
NoRunningConfigurationRecorderException There is no configuration recorder running.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeliverConfigSnapshot
func (*ConfigService) DeliverConfigSnapshotRequest ¶
func (c *ConfigService) DeliverConfigSnapshotRequest(input *DeliverConfigSnapshotInput) (req *request.Request, output *DeliverConfigSnapshotOutput)
DeliverConfigSnapshotRequest generates a "aws/request.Request" representing the client's request for the DeliverConfigSnapshot operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeliverConfigSnapshot for more information on using the DeliverConfigSnapshot API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeliverConfigSnapshotRequest method. req, resp := client.DeliverConfigSnapshotRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeliverConfigSnapshot
func (*ConfigService) DeliverConfigSnapshotWithContext ¶
func (c *ConfigService) DeliverConfigSnapshotWithContext(ctx aws.Context, input *DeliverConfigSnapshotInput, opts ...request.Option) (*DeliverConfigSnapshotOutput, error)
DeliverConfigSnapshotWithContext is the same as DeliverConfigSnapshot with the addition of the ability to pass a context and additional request options.
See DeliverConfigSnapshot for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeAggregateComplianceByConfigRules ¶
func (c *ConfigService) DescribeAggregateComplianceByConfigRules(input *DescribeAggregateComplianceByConfigRulesInput) (*DescribeAggregateComplianceByConfigRulesOutput, error)
DescribeAggregateComplianceByConfigRules API operation for AWS Config.
Returns a list of compliant and noncompliant rules with the number of resources for compliant and noncompliant rules.
The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DescribeAggregateComplianceByConfigRules for usage and error information.
Returned Error Types:
ValidationException The requested action is not valid.
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeAggregateComplianceByConfigRules
func (*ConfigService) DescribeAggregateComplianceByConfigRulesRequest ¶
func (c *ConfigService) DescribeAggregateComplianceByConfigRulesRequest(input *DescribeAggregateComplianceByConfigRulesInput) (req *request.Request, output *DescribeAggregateComplianceByConfigRulesOutput)
DescribeAggregateComplianceByConfigRulesRequest generates a "aws/request.Request" representing the client's request for the DescribeAggregateComplianceByConfigRules operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeAggregateComplianceByConfigRules for more information on using the DescribeAggregateComplianceByConfigRules API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeAggregateComplianceByConfigRulesRequest method. req, resp := client.DescribeAggregateComplianceByConfigRulesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeAggregateComplianceByConfigRules
func (*ConfigService) DescribeAggregateComplianceByConfigRulesWithContext ¶
func (c *ConfigService) DescribeAggregateComplianceByConfigRulesWithContext(ctx aws.Context, input *DescribeAggregateComplianceByConfigRulesInput, opts ...request.Option) (*DescribeAggregateComplianceByConfigRulesOutput, error)
DescribeAggregateComplianceByConfigRulesWithContext is the same as DescribeAggregateComplianceByConfigRules with the addition of the ability to pass a context and additional request options.
See DescribeAggregateComplianceByConfigRules for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeAggregationAuthorizations ¶
func (c *ConfigService) DescribeAggregationAuthorizations(input *DescribeAggregationAuthorizationsInput) (*DescribeAggregationAuthorizationsOutput, error)
DescribeAggregationAuthorizations API operation for AWS Config.
Returns a list of authorizations granted to various aggregator accounts and regions.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DescribeAggregationAuthorizations for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
InvalidLimitException The specified limit is outside the allowable range.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeAggregationAuthorizations
func (*ConfigService) DescribeAggregationAuthorizationsRequest ¶
func (c *ConfigService) DescribeAggregationAuthorizationsRequest(input *DescribeAggregationAuthorizationsInput) (req *request.Request, output *DescribeAggregationAuthorizationsOutput)
DescribeAggregationAuthorizationsRequest generates a "aws/request.Request" representing the client's request for the DescribeAggregationAuthorizations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeAggregationAuthorizations for more information on using the DescribeAggregationAuthorizations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeAggregationAuthorizationsRequest method. req, resp := client.DescribeAggregationAuthorizationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeAggregationAuthorizations
func (*ConfigService) DescribeAggregationAuthorizationsWithContext ¶
func (c *ConfigService) DescribeAggregationAuthorizationsWithContext(ctx aws.Context, input *DescribeAggregationAuthorizationsInput, opts ...request.Option) (*DescribeAggregationAuthorizationsOutput, error)
DescribeAggregationAuthorizationsWithContext is the same as DescribeAggregationAuthorizations with the addition of the ability to pass a context and additional request options.
See DescribeAggregationAuthorizations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeComplianceByConfigRule ¶
func (c *ConfigService) DescribeComplianceByConfigRule(input *DescribeComplianceByConfigRuleInput) (*DescribeComplianceByConfigRuleOutput, error)
DescribeComplianceByConfigRule API operation for AWS Config.
Indicates whether the specified AWS Config rules are compliant. If a rule is noncompliant, this action returns the number of AWS resources that do not comply with the rule.
A rule is compliant if all of the evaluated resources comply with it. It is noncompliant if any of these resources do not comply.
If AWS Config has no current evaluation results for the rule, it returns INSUFFICIENT_DATA. This result might indicate one of the following conditions:
AWS Config has never invoked an evaluation for the rule. To check whether it has, use the DescribeConfigRuleEvaluationStatus action to get the LastSuccessfulInvocationTime and LastFailedInvocationTime.
The rule's AWS Lambda function is failing to send evaluation results to AWS Config. Verify that the role you assigned to your configuration recorder includes the config:PutEvaluations permission. If the rule is a custom rule, verify that the AWS Lambda execution role includes the config:PutEvaluations permission.
The rule's AWS Lambda function has returned NOT_APPLICABLE for all evaluation results. This can occur if the resources were deleted or removed from the rule's scope.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DescribeComplianceByConfigRule for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
NoSuchConfigRuleException One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeComplianceByConfigRule
func (*ConfigService) DescribeComplianceByConfigRuleRequest ¶
func (c *ConfigService) DescribeComplianceByConfigRuleRequest(input *DescribeComplianceByConfigRuleInput) (req *request.Request, output *DescribeComplianceByConfigRuleOutput)
DescribeComplianceByConfigRuleRequest generates a "aws/request.Request" representing the client's request for the DescribeComplianceByConfigRule operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeComplianceByConfigRule for more information on using the DescribeComplianceByConfigRule API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeComplianceByConfigRuleRequest method. req, resp := client.DescribeComplianceByConfigRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeComplianceByConfigRule
func (*ConfigService) DescribeComplianceByConfigRuleWithContext ¶
func (c *ConfigService) DescribeComplianceByConfigRuleWithContext(ctx aws.Context, input *DescribeComplianceByConfigRuleInput, opts ...request.Option) (*DescribeComplianceByConfigRuleOutput, error)
DescribeComplianceByConfigRuleWithContext is the same as DescribeComplianceByConfigRule with the addition of the ability to pass a context and additional request options.
See DescribeComplianceByConfigRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeComplianceByResource ¶
func (c *ConfigService) DescribeComplianceByResource(input *DescribeComplianceByResourceInput) (*DescribeComplianceByResourceOutput, error)
DescribeComplianceByResource API operation for AWS Config.
Indicates whether the specified AWS resources are compliant. If a resource is noncompliant, this action returns the number of AWS Config rules that the resource does not comply with.
A resource is compliant if it complies with all the AWS Config rules that evaluate it. It is noncompliant if it does not comply with one or more of these rules.
If AWS Config has no current evaluation results for the resource, it returns INSUFFICIENT_DATA. This result might indicate one of the following conditions about the rules that evaluate the resource:
AWS Config has never invoked an evaluation for the rule. To check whether it has, use the DescribeConfigRuleEvaluationStatus action to get the LastSuccessfulInvocationTime and LastFailedInvocationTime.
The rule's AWS Lambda function is failing to send evaluation results to AWS Config. Verify that the role that you assigned to your configuration recorder includes the config:PutEvaluations permission. If the rule is a custom rule, verify that the AWS Lambda execution role includes the config:PutEvaluations permission.
The rule's AWS Lambda function has returned NOT_APPLICABLE for all evaluation results. This can occur if the resources were deleted or removed from the rule's scope.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DescribeComplianceByResource for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeComplianceByResource
func (*ConfigService) DescribeComplianceByResourceRequest ¶
func (c *ConfigService) DescribeComplianceByResourceRequest(input *DescribeComplianceByResourceInput) (req *request.Request, output *DescribeComplianceByResourceOutput)
DescribeComplianceByResourceRequest generates a "aws/request.Request" representing the client's request for the DescribeComplianceByResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeComplianceByResource for more information on using the DescribeComplianceByResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeComplianceByResourceRequest method. req, resp := client.DescribeComplianceByResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeComplianceByResource
func (*ConfigService) DescribeComplianceByResourceWithContext ¶
func (c *ConfigService) DescribeComplianceByResourceWithContext(ctx aws.Context, input *DescribeComplianceByResourceInput, opts ...request.Option) (*DescribeComplianceByResourceOutput, error)
DescribeComplianceByResourceWithContext is the same as DescribeComplianceByResource with the addition of the ability to pass a context and additional request options.
See DescribeComplianceByResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeConfigRuleEvaluationStatus ¶
func (c *ConfigService) DescribeConfigRuleEvaluationStatus(input *DescribeConfigRuleEvaluationStatusInput) (*DescribeConfigRuleEvaluationStatusOutput, error)
DescribeConfigRuleEvaluationStatus API operation for AWS Config.
Returns status information for each of your AWS managed Config rules. The status includes information such as the last time AWS Config invoked the rule, the last time AWS Config failed to invoke the rule, and the related error for the last failure.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DescribeConfigRuleEvaluationStatus for usage and error information.
Returned Error Types:
NoSuchConfigRuleException One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigRuleEvaluationStatus
func (*ConfigService) DescribeConfigRuleEvaluationStatusRequest ¶
func (c *ConfigService) DescribeConfigRuleEvaluationStatusRequest(input *DescribeConfigRuleEvaluationStatusInput) (req *request.Request, output *DescribeConfigRuleEvaluationStatusOutput)
DescribeConfigRuleEvaluationStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeConfigRuleEvaluationStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeConfigRuleEvaluationStatus for more information on using the DescribeConfigRuleEvaluationStatus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeConfigRuleEvaluationStatusRequest method. req, resp := client.DescribeConfigRuleEvaluationStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigRuleEvaluationStatus
func (*ConfigService) DescribeConfigRuleEvaluationStatusWithContext ¶
func (c *ConfigService) DescribeConfigRuleEvaluationStatusWithContext(ctx aws.Context, input *DescribeConfigRuleEvaluationStatusInput, opts ...request.Option) (*DescribeConfigRuleEvaluationStatusOutput, error)
DescribeConfigRuleEvaluationStatusWithContext is the same as DescribeConfigRuleEvaluationStatus with the addition of the ability to pass a context and additional request options.
See DescribeConfigRuleEvaluationStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeConfigRules ¶
func (c *ConfigService) DescribeConfigRules(input *DescribeConfigRulesInput) (*DescribeConfigRulesOutput, error)
DescribeConfigRules API operation for AWS Config.
Returns details about your AWS Config rules.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DescribeConfigRules for usage and error information.
Returned Error Types:
NoSuchConfigRuleException One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigRules
func (*ConfigService) DescribeConfigRulesRequest ¶
func (c *ConfigService) DescribeConfigRulesRequest(input *DescribeConfigRulesInput) (req *request.Request, output *DescribeConfigRulesOutput)
DescribeConfigRulesRequest generates a "aws/request.Request" representing the client's request for the DescribeConfigRules operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeConfigRules for more information on using the DescribeConfigRules API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeConfigRulesRequest method. req, resp := client.DescribeConfigRulesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigRules
func (*ConfigService) DescribeConfigRulesWithContext ¶
func (c *ConfigService) DescribeConfigRulesWithContext(ctx aws.Context, input *DescribeConfigRulesInput, opts ...request.Option) (*DescribeConfigRulesOutput, error)
DescribeConfigRulesWithContext is the same as DescribeConfigRules with the addition of the ability to pass a context and additional request options.
See DescribeConfigRules for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeConfigurationAggregatorSourcesStatus ¶
func (c *ConfigService) DescribeConfigurationAggregatorSourcesStatus(input *DescribeConfigurationAggregatorSourcesStatusInput) (*DescribeConfigurationAggregatorSourcesStatusOutput, error)
DescribeConfigurationAggregatorSourcesStatus API operation for AWS Config.
Returns status information for sources within an aggregator. The status includes information about the last time AWS Config verified authorization between the source account and an aggregator account. In case of a failure, the status contains the related error code or message.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DescribeConfigurationAggregatorSourcesStatus for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
InvalidLimitException The specified limit is outside the allowable range.
func (*ConfigService) DescribeConfigurationAggregatorSourcesStatusRequest ¶
func (c *ConfigService) DescribeConfigurationAggregatorSourcesStatusRequest(input *DescribeConfigurationAggregatorSourcesStatusInput) (req *request.Request, output *DescribeConfigurationAggregatorSourcesStatusOutput)
DescribeConfigurationAggregatorSourcesStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeConfigurationAggregatorSourcesStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeConfigurationAggregatorSourcesStatus for more information on using the DescribeConfigurationAggregatorSourcesStatus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeConfigurationAggregatorSourcesStatusRequest method. req, resp := client.DescribeConfigurationAggregatorSourcesStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*ConfigService) DescribeConfigurationAggregatorSourcesStatusWithContext ¶
func (c *ConfigService) DescribeConfigurationAggregatorSourcesStatusWithContext(ctx aws.Context, input *DescribeConfigurationAggregatorSourcesStatusInput, opts ...request.Option) (*DescribeConfigurationAggregatorSourcesStatusOutput, error)
DescribeConfigurationAggregatorSourcesStatusWithContext is the same as DescribeConfigurationAggregatorSourcesStatus with the addition of the ability to pass a context and additional request options.
See DescribeConfigurationAggregatorSourcesStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeConfigurationAggregators ¶
func (c *ConfigService) DescribeConfigurationAggregators(input *DescribeConfigurationAggregatorsInput) (*DescribeConfigurationAggregatorsOutput, error)
DescribeConfigurationAggregators API operation for AWS Config.
Returns the details of one or more configuration aggregators. If the configuration aggregator is not specified, this action returns the details for all the configuration aggregators associated with the account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Config's API operation DescribeConfigurationAggregators for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
InvalidLimitException The specified limit is outside the allowable range.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationAggregators
func (*ConfigService) DescribeConfigurationAggregatorsRequest ¶
func (c *ConfigService) DescribeConfigurationAggregatorsRequest(input *DescribeConfigurationAggregatorsInput) (req *request.Request, output *DescribeConfigurationAggregatorsOutput)
DescribeConfigurationAggregatorsRequest generates a "aws/request.Request" representing the client's request for the DescribeConfigurationAggregators operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeConfigurationAggregators for more information on using the DescribeConfigurationAggregators API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeConfigurationAggregatorsRequest method. req, resp := client.DescribeConfigurationAggregatorsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationAggregators
func (*ConfigService) DescribeConfigurationAggregatorsWithContext ¶
func (c *ConfigService) DescribeConfigurationAggregatorsWithContext(ctx aws.Context, input *DescribeConfigurationAggregatorsInput, opts ...request.Option) (*DescribeConfigurationAggregatorsOutput, error)
DescribeConfigurationAggregatorsWithContext is the same as DescribeConfigurationAggregators with the addition of the ability to pass a context and additional request options.
See DescribeConfigurationAggregators for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeConfigurationRecorderStatus ¶
func (c *ConfigService) DescribeConfigurationRecorderStatus(input *DescribeConfigurationRecorderStatusInput) (*DescribeConfigurationRecorderStatusOutput, error)
DescribeConfigurationRecorderStatus API operation for AWS Config.
Returns the current status of the specified configuration recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorders associated with the account.
Currently, you can specify only one configuration recorder per region in your account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Config's API operation DescribeConfigurationRecorderStatus for usage and error information.
Returned Error Types:
- NoSuchConfigurationRecorderException You have specified a configuration recorder that does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationRecorderStatus
func (*ConfigService) DescribeConfigurationRecorderStatusRequest ¶
func (c *ConfigService) DescribeConfigurationRecorderStatusRequest(input *DescribeConfigurationRecorderStatusInput) (req *request.Request, output *DescribeConfigurationRecorderStatusOutput)
DescribeConfigurationRecorderStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeConfigurationRecorderStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeConfigurationRecorderStatus for more information on using the DescribeConfigurationRecorderStatus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeConfigurationRecorderStatusRequest method. req, resp := client.DescribeConfigurationRecorderStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationRecorderStatus
func (*ConfigService) DescribeConfigurationRecorderStatusWithContext ¶
func (c *ConfigService) DescribeConfigurationRecorderStatusWithContext(ctx aws.Context, input *DescribeConfigurationRecorderStatusInput, opts ...request.Option) (*DescribeConfigurationRecorderStatusOutput, error)
DescribeConfigurationRecorderStatusWithContext is the same as DescribeConfigurationRecorderStatus with the addition of the ability to pass a context and additional request options.
See DescribeConfigurationRecorderStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeConfigurationRecorders ¶
func (c *ConfigService) DescribeConfigurationRecorders(input *DescribeConfigurationRecordersInput) (*DescribeConfigurationRecordersOutput, error)
DescribeConfigurationRecorders API operation for AWS Config.
Returns the details for the specified configuration recorders. If the configuration recorder is not specified, this action returns the details for all configuration recorders associated with the account.
Currently, you can specify only one configuration recorder per region in your account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Config's API operation DescribeConfigurationRecorders for usage and error information.
Returned Error Types:
- NoSuchConfigurationRecorderException You have specified a configuration recorder that does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationRecorders
func (*ConfigService) DescribeConfigurationRecordersRequest ¶
func (c *ConfigService) DescribeConfigurationRecordersRequest(input *DescribeConfigurationRecordersInput) (req *request.Request, output *DescribeConfigurationRecordersOutput)
DescribeConfigurationRecordersRequest generates a "aws/request.Request" representing the client's request for the DescribeConfigurationRecorders operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeConfigurationRecorders for more information on using the DescribeConfigurationRecorders API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeConfigurationRecordersRequest method. req, resp := client.DescribeConfigurationRecordersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationRecorders
func (*ConfigService) DescribeConfigurationRecordersWithContext ¶
func (c *ConfigService) DescribeConfigurationRecordersWithContext(ctx aws.Context, input *DescribeConfigurationRecordersInput, opts ...request.Option) (*DescribeConfigurationRecordersOutput, error)
DescribeConfigurationRecordersWithContext is the same as DescribeConfigurationRecorders with the addition of the ability to pass a context and additional request options.
See DescribeConfigurationRecorders for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeConformancePackCompliance ¶
func (c *ConfigService) DescribeConformancePackCompliance(input *DescribeConformancePackComplianceInput) (*DescribeConformancePackComplianceOutput, error)
DescribeConformancePackCompliance API operation for AWS Config.
Returns compliance details for each rule in that conformance pack.
You must provide exact rule names.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DescribeConformancePackCompliance for usage and error information.
Returned Error Types:
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
NoSuchConfigRuleInConformancePackException AWS Config rule that you passed in the filter does not exist.
NoSuchConformancePackException You specified one or more conformance packs that do not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConformancePackCompliance
func (*ConfigService) DescribeConformancePackComplianceRequest ¶
func (c *ConfigService) DescribeConformancePackComplianceRequest(input *DescribeConformancePackComplianceInput) (req *request.Request, output *DescribeConformancePackComplianceOutput)
DescribeConformancePackComplianceRequest generates a "aws/request.Request" representing the client's request for the DescribeConformancePackCompliance operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeConformancePackCompliance for more information on using the DescribeConformancePackCompliance API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeConformancePackComplianceRequest method. req, resp := client.DescribeConformancePackComplianceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConformancePackCompliance
func (*ConfigService) DescribeConformancePackComplianceWithContext ¶
func (c *ConfigService) DescribeConformancePackComplianceWithContext(ctx aws.Context, input *DescribeConformancePackComplianceInput, opts ...request.Option) (*DescribeConformancePackComplianceOutput, error)
DescribeConformancePackComplianceWithContext is the same as DescribeConformancePackCompliance with the addition of the ability to pass a context and additional request options.
See DescribeConformancePackCompliance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeConformancePackStatus ¶
func (c *ConfigService) DescribeConformancePackStatus(input *DescribeConformancePackStatusInput) (*DescribeConformancePackStatusOutput, error)
DescribeConformancePackStatus API operation for AWS Config.
Provides one or more conformance packs deployment status.
If there are no conformance packs then you will see an empty result.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DescribeConformancePackStatus for usage and error information.
Returned Error Types:
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConformancePackStatus
func (*ConfigService) DescribeConformancePackStatusRequest ¶
func (c *ConfigService) DescribeConformancePackStatusRequest(input *DescribeConformancePackStatusInput) (req *request.Request, output *DescribeConformancePackStatusOutput)
DescribeConformancePackStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeConformancePackStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeConformancePackStatus for more information on using the DescribeConformancePackStatus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeConformancePackStatusRequest method. req, resp := client.DescribeConformancePackStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConformancePackStatus
func (*ConfigService) DescribeConformancePackStatusWithContext ¶
func (c *ConfigService) DescribeConformancePackStatusWithContext(ctx aws.Context, input *DescribeConformancePackStatusInput, opts ...request.Option) (*DescribeConformancePackStatusOutput, error)
DescribeConformancePackStatusWithContext is the same as DescribeConformancePackStatus with the addition of the ability to pass a context and additional request options.
See DescribeConformancePackStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeConformancePacks ¶
func (c *ConfigService) DescribeConformancePacks(input *DescribeConformancePacksInput) (*DescribeConformancePacksOutput, error)
DescribeConformancePacks API operation for AWS Config.
Returns a list of one or more conformance packs.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DescribeConformancePacks for usage and error information.
Returned Error Types:
NoSuchConformancePackException You specified one or more conformance packs that do not exist.
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConformancePacks
func (*ConfigService) DescribeConformancePacksRequest ¶
func (c *ConfigService) DescribeConformancePacksRequest(input *DescribeConformancePacksInput) (req *request.Request, output *DescribeConformancePacksOutput)
DescribeConformancePacksRequest generates a "aws/request.Request" representing the client's request for the DescribeConformancePacks operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeConformancePacks for more information on using the DescribeConformancePacks API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeConformancePacksRequest method. req, resp := client.DescribeConformancePacksRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConformancePacks
func (*ConfigService) DescribeConformancePacksWithContext ¶
func (c *ConfigService) DescribeConformancePacksWithContext(ctx aws.Context, input *DescribeConformancePacksInput, opts ...request.Option) (*DescribeConformancePacksOutput, error)
DescribeConformancePacksWithContext is the same as DescribeConformancePacks with the addition of the ability to pass a context and additional request options.
See DescribeConformancePacks for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeDeliveryChannelStatus ¶
func (c *ConfigService) DescribeDeliveryChannelStatus(input *DescribeDeliveryChannelStatusInput) (*DescribeDeliveryChannelStatusOutput, error)
DescribeDeliveryChannelStatus API operation for AWS Config.
Returns the current status of the specified delivery channel. If a delivery channel is not specified, this action returns the current status of all delivery channels associated with the account.
Currently, you can specify only one delivery channel per region in your account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Config's API operation DescribeDeliveryChannelStatus for usage and error information.
Returned Error Types:
- NoSuchDeliveryChannelException You have specified a delivery channel that does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeDeliveryChannelStatus
func (*ConfigService) DescribeDeliveryChannelStatusRequest ¶
func (c *ConfigService) DescribeDeliveryChannelStatusRequest(input *DescribeDeliveryChannelStatusInput) (req *request.Request, output *DescribeDeliveryChannelStatusOutput)
DescribeDeliveryChannelStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeDeliveryChannelStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDeliveryChannelStatus for more information on using the DescribeDeliveryChannelStatus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDeliveryChannelStatusRequest method. req, resp := client.DescribeDeliveryChannelStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeDeliveryChannelStatus
func (*ConfigService) DescribeDeliveryChannelStatusWithContext ¶
func (c *ConfigService) DescribeDeliveryChannelStatusWithContext(ctx aws.Context, input *DescribeDeliveryChannelStatusInput, opts ...request.Option) (*DescribeDeliveryChannelStatusOutput, error)
DescribeDeliveryChannelStatusWithContext is the same as DescribeDeliveryChannelStatus with the addition of the ability to pass a context and additional request options.
See DescribeDeliveryChannelStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeDeliveryChannels ¶
func (c *ConfigService) DescribeDeliveryChannels(input *DescribeDeliveryChannelsInput) (*DescribeDeliveryChannelsOutput, error)
DescribeDeliveryChannels API operation for AWS Config.
Returns details about the specified delivery channel. If a delivery channel is not specified, this action returns the details of all delivery channels associated with the account.
Currently, you can specify only one delivery channel per region in your account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Config's API operation DescribeDeliveryChannels for usage and error information.
Returned Error Types:
- NoSuchDeliveryChannelException You have specified a delivery channel that does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeDeliveryChannels
func (*ConfigService) DescribeDeliveryChannelsRequest ¶
func (c *ConfigService) DescribeDeliveryChannelsRequest(input *DescribeDeliveryChannelsInput) (req *request.Request, output *DescribeDeliveryChannelsOutput)
DescribeDeliveryChannelsRequest generates a "aws/request.Request" representing the client's request for the DescribeDeliveryChannels operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDeliveryChannels for more information on using the DescribeDeliveryChannels API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDeliveryChannelsRequest method. req, resp := client.DescribeDeliveryChannelsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeDeliveryChannels
func (*ConfigService) DescribeDeliveryChannelsWithContext ¶
func (c *ConfigService) DescribeDeliveryChannelsWithContext(ctx aws.Context, input *DescribeDeliveryChannelsInput, opts ...request.Option) (*DescribeDeliveryChannelsOutput, error)
DescribeDeliveryChannelsWithContext is the same as DescribeDeliveryChannels with the addition of the ability to pass a context and additional request options.
See DescribeDeliveryChannels for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeOrganizationConfigRuleStatuses ¶
func (c *ConfigService) DescribeOrganizationConfigRuleStatuses(input *DescribeOrganizationConfigRuleStatusesInput) (*DescribeOrganizationConfigRuleStatusesOutput, error)
DescribeOrganizationConfigRuleStatuses API operation for AWS Config.
Provides organization config rule deployment status for an organization.
The status is not considered successful until organization config rule is successfully deployed in all the member accounts with an exception of excluded accounts.
When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization config rule names. It is only applicable, when you request all the organization config rules.
Only a master account can call this API.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DescribeOrganizationConfigRuleStatuses for usage and error information.
Returned Error Types:
NoSuchOrganizationConfigRuleException You specified one or more organization config rules that do not exist.
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
OrganizationAccessDeniedException For PutConfigAggregator API, no permission to call EnableAWSServiceAccess API.
For all OrganizationConfigRule and OrganizationConformancePack APIs, AWS Config throws an exception if APIs are called from member accounts. All APIs must be called from organization master account.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeOrganizationConfigRuleStatuses
func (*ConfigService) DescribeOrganizationConfigRuleStatusesRequest ¶
func (c *ConfigService) DescribeOrganizationConfigRuleStatusesRequest(input *DescribeOrganizationConfigRuleStatusesInput) (req *request.Request, output *DescribeOrganizationConfigRuleStatusesOutput)
DescribeOrganizationConfigRuleStatusesRequest generates a "aws/request.Request" representing the client's request for the DescribeOrganizationConfigRuleStatuses operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeOrganizationConfigRuleStatuses for more information on using the DescribeOrganizationConfigRuleStatuses API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeOrganizationConfigRuleStatusesRequest method. req, resp := client.DescribeOrganizationConfigRuleStatusesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeOrganizationConfigRuleStatuses
func (*ConfigService) DescribeOrganizationConfigRuleStatusesWithContext ¶
func (c *ConfigService) DescribeOrganizationConfigRuleStatusesWithContext(ctx aws.Context, input *DescribeOrganizationConfigRuleStatusesInput, opts ...request.Option) (*DescribeOrganizationConfigRuleStatusesOutput, error)
DescribeOrganizationConfigRuleStatusesWithContext is the same as DescribeOrganizationConfigRuleStatuses with the addition of the ability to pass a context and additional request options.
See DescribeOrganizationConfigRuleStatuses for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeOrganizationConfigRules ¶
func (c *ConfigService) DescribeOrganizationConfigRules(input *DescribeOrganizationConfigRulesInput) (*DescribeOrganizationConfigRulesOutput, error)
DescribeOrganizationConfigRules API operation for AWS Config.
Returns a list of organization config rules.
When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization config rule names. It is only applicable, when you request all the organization config rules.
Only a master account can call this API.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DescribeOrganizationConfigRules for usage and error information.
Returned Error Types:
NoSuchOrganizationConfigRuleException You specified one or more organization config rules that do not exist.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
InvalidLimitException The specified limit is outside the allowable range.
OrganizationAccessDeniedException For PutConfigAggregator API, no permission to call EnableAWSServiceAccess API.
For all OrganizationConfigRule and OrganizationConformancePack APIs, AWS Config throws an exception if APIs are called from member accounts. All APIs must be called from organization master account.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeOrganizationConfigRules
func (*ConfigService) DescribeOrganizationConfigRulesRequest ¶
func (c *ConfigService) DescribeOrganizationConfigRulesRequest(input *DescribeOrganizationConfigRulesInput) (req *request.Request, output *DescribeOrganizationConfigRulesOutput)
DescribeOrganizationConfigRulesRequest generates a "aws/request.Request" representing the client's request for the DescribeOrganizationConfigRules operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeOrganizationConfigRules for more information on using the DescribeOrganizationConfigRules API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeOrganizationConfigRulesRequest method. req, resp := client.DescribeOrganizationConfigRulesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeOrganizationConfigRules
func (*ConfigService) DescribeOrganizationConfigRulesWithContext ¶
func (c *ConfigService) DescribeOrganizationConfigRulesWithContext(ctx aws.Context, input *DescribeOrganizationConfigRulesInput, opts ...request.Option) (*DescribeOrganizationConfigRulesOutput, error)
DescribeOrganizationConfigRulesWithContext is the same as DescribeOrganizationConfigRules with the addition of the ability to pass a context and additional request options.
See DescribeOrganizationConfigRules for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeOrganizationConformancePackStatuses ¶
func (c *ConfigService) DescribeOrganizationConformancePackStatuses(input *DescribeOrganizationConformancePackStatusesInput) (*DescribeOrganizationConformancePackStatusesOutput, error)
DescribeOrganizationConformancePackStatuses API operation for AWS Config.
Provides organization conformance pack deployment status for an organization.
The status is not considered successful until organization conformance pack is successfully deployed in all the member accounts with an exception of excluded accounts.
When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance pack names. They are only applicable, when you request all the organization conformance packs.
Only a master account can call this API.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DescribeOrganizationConformancePackStatuses for usage and error information.
Returned Error Types:
NoSuchOrganizationConformancePackException AWS Config organization conformance pack that you passed in the filter does not exist.
For DeleteOrganizationConformancePack, you tried to delete an organization conformance pack that does not exist.
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
OrganizationAccessDeniedException For PutConfigAggregator API, no permission to call EnableAWSServiceAccess API.
For all OrganizationConfigRule and OrganizationConformancePack APIs, AWS Config throws an exception if APIs are called from member accounts. All APIs must be called from organization master account.
func (*ConfigService) DescribeOrganizationConformancePackStatusesRequest ¶
func (c *ConfigService) DescribeOrganizationConformancePackStatusesRequest(input *DescribeOrganizationConformancePackStatusesInput) (req *request.Request, output *DescribeOrganizationConformancePackStatusesOutput)
DescribeOrganizationConformancePackStatusesRequest generates a "aws/request.Request" representing the client's request for the DescribeOrganizationConformancePackStatuses operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeOrganizationConformancePackStatuses for more information on using the DescribeOrganizationConformancePackStatuses API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeOrganizationConformancePackStatusesRequest method. req, resp := client.DescribeOrganizationConformancePackStatusesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*ConfigService) DescribeOrganizationConformancePackStatusesWithContext ¶
func (c *ConfigService) DescribeOrganizationConformancePackStatusesWithContext(ctx aws.Context, input *DescribeOrganizationConformancePackStatusesInput, opts ...request.Option) (*DescribeOrganizationConformancePackStatusesOutput, error)
DescribeOrganizationConformancePackStatusesWithContext is the same as DescribeOrganizationConformancePackStatuses with the addition of the ability to pass a context and additional request options.
See DescribeOrganizationConformancePackStatuses for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeOrganizationConformancePacks ¶
func (c *ConfigService) DescribeOrganizationConformancePacks(input *DescribeOrganizationConformancePacksInput) (*DescribeOrganizationConformancePacksOutput, error)
DescribeOrganizationConformancePacks API operation for AWS Config.
Returns a list of organization conformance packs.
When you specify the limit and the next token, you receive a paginated response.
Limit and next token are not applicable if you specify organization conformance packs names. They are only applicable, when you request all the organization conformance packs.
Only a master account can call this API.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DescribeOrganizationConformancePacks for usage and error information.
Returned Error Types:
NoSuchOrganizationConformancePackException AWS Config organization conformance pack that you passed in the filter does not exist.
For DeleteOrganizationConformancePack, you tried to delete an organization conformance pack that does not exist.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
InvalidLimitException The specified limit is outside the allowable range.
OrganizationAccessDeniedException For PutConfigAggregator API, no permission to call EnableAWSServiceAccess API.
For all OrganizationConfigRule and OrganizationConformancePack APIs, AWS Config throws an exception if APIs are called from member accounts. All APIs must be called from organization master account.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeOrganizationConformancePacks
func (*ConfigService) DescribeOrganizationConformancePacksRequest ¶
func (c *ConfigService) DescribeOrganizationConformancePacksRequest(input *DescribeOrganizationConformancePacksInput) (req *request.Request, output *DescribeOrganizationConformancePacksOutput)
DescribeOrganizationConformancePacksRequest generates a "aws/request.Request" representing the client's request for the DescribeOrganizationConformancePacks operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeOrganizationConformancePacks for more information on using the DescribeOrganizationConformancePacks API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeOrganizationConformancePacksRequest method. req, resp := client.DescribeOrganizationConformancePacksRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeOrganizationConformancePacks
func (*ConfigService) DescribeOrganizationConformancePacksWithContext ¶
func (c *ConfigService) DescribeOrganizationConformancePacksWithContext(ctx aws.Context, input *DescribeOrganizationConformancePacksInput, opts ...request.Option) (*DescribeOrganizationConformancePacksOutput, error)
DescribeOrganizationConformancePacksWithContext is the same as DescribeOrganizationConformancePacks with the addition of the ability to pass a context and additional request options.
See DescribeOrganizationConformancePacks for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribePendingAggregationRequests ¶
func (c *ConfigService) DescribePendingAggregationRequests(input *DescribePendingAggregationRequestsInput) (*DescribePendingAggregationRequestsOutput, error)
DescribePendingAggregationRequests API operation for AWS Config.
Returns a list of all pending aggregation requests.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DescribePendingAggregationRequests for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
InvalidLimitException The specified limit is outside the allowable range.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribePendingAggregationRequests
func (*ConfigService) DescribePendingAggregationRequestsRequest ¶
func (c *ConfigService) DescribePendingAggregationRequestsRequest(input *DescribePendingAggregationRequestsInput) (req *request.Request, output *DescribePendingAggregationRequestsOutput)
DescribePendingAggregationRequestsRequest generates a "aws/request.Request" representing the client's request for the DescribePendingAggregationRequests operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribePendingAggregationRequests for more information on using the DescribePendingAggregationRequests API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribePendingAggregationRequestsRequest method. req, resp := client.DescribePendingAggregationRequestsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribePendingAggregationRequests
func (*ConfigService) DescribePendingAggregationRequestsWithContext ¶
func (c *ConfigService) DescribePendingAggregationRequestsWithContext(ctx aws.Context, input *DescribePendingAggregationRequestsInput, opts ...request.Option) (*DescribePendingAggregationRequestsOutput, error)
DescribePendingAggregationRequestsWithContext is the same as DescribePendingAggregationRequests with the addition of the ability to pass a context and additional request options.
See DescribePendingAggregationRequests for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeRemediationConfigurations ¶
func (c *ConfigService) DescribeRemediationConfigurations(input *DescribeRemediationConfigurationsInput) (*DescribeRemediationConfigurationsOutput, error)
DescribeRemediationConfigurations API operation for AWS Config.
Returns the details of one or more remediation configurations.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DescribeRemediationConfigurations for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeRemediationConfigurations
func (*ConfigService) DescribeRemediationConfigurationsRequest ¶
func (c *ConfigService) DescribeRemediationConfigurationsRequest(input *DescribeRemediationConfigurationsInput) (req *request.Request, output *DescribeRemediationConfigurationsOutput)
DescribeRemediationConfigurationsRequest generates a "aws/request.Request" representing the client's request for the DescribeRemediationConfigurations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeRemediationConfigurations for more information on using the DescribeRemediationConfigurations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeRemediationConfigurationsRequest method. req, resp := client.DescribeRemediationConfigurationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeRemediationConfigurations
func (*ConfigService) DescribeRemediationConfigurationsWithContext ¶
func (c *ConfigService) DescribeRemediationConfigurationsWithContext(ctx aws.Context, input *DescribeRemediationConfigurationsInput, opts ...request.Option) (*DescribeRemediationConfigurationsOutput, error)
DescribeRemediationConfigurationsWithContext is the same as DescribeRemediationConfigurations with the addition of the ability to pass a context and additional request options.
See DescribeRemediationConfigurations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeRemediationExceptions ¶
func (c *ConfigService) DescribeRemediationExceptions(input *DescribeRemediationExceptionsInput) (*DescribeRemediationExceptionsOutput, error)
DescribeRemediationExceptions API operation for AWS Config.
Returns the details of one or more remediation exceptions. A detailed view of a remediation exception for a set of resources that includes an explanation of an exception and the time when the exception will be deleted. When you specify the limit and the next token, you receive a paginated response.
When you specify the limit and the next token, you receive a paginated response.
Limit and next token are not applicable if you request resources in batch. It is only applicable, when you request all resources.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DescribeRemediationExceptions for usage and error information.
Returned Error Types:
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeRemediationExceptions
func (*ConfigService) DescribeRemediationExceptionsPages ¶
func (c *ConfigService) DescribeRemediationExceptionsPages(input *DescribeRemediationExceptionsInput, fn func(*DescribeRemediationExceptionsOutput, bool) bool) error
DescribeRemediationExceptionsPages iterates over the pages of a DescribeRemediationExceptions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeRemediationExceptions 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 DescribeRemediationExceptions operation. pageNum := 0 err := client.DescribeRemediationExceptionsPages(params, func(page *configservice.DescribeRemediationExceptionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ConfigService) DescribeRemediationExceptionsPagesWithContext ¶
func (c *ConfigService) DescribeRemediationExceptionsPagesWithContext(ctx aws.Context, input *DescribeRemediationExceptionsInput, fn func(*DescribeRemediationExceptionsOutput, bool) bool, opts ...request.Option) error
DescribeRemediationExceptionsPagesWithContext same as DescribeRemediationExceptionsPages 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 (*ConfigService) DescribeRemediationExceptionsRequest ¶
func (c *ConfigService) DescribeRemediationExceptionsRequest(input *DescribeRemediationExceptionsInput) (req *request.Request, output *DescribeRemediationExceptionsOutput)
DescribeRemediationExceptionsRequest generates a "aws/request.Request" representing the client's request for the DescribeRemediationExceptions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeRemediationExceptions for more information on using the DescribeRemediationExceptions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeRemediationExceptionsRequest method. req, resp := client.DescribeRemediationExceptionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeRemediationExceptions
func (*ConfigService) DescribeRemediationExceptionsWithContext ¶
func (c *ConfigService) DescribeRemediationExceptionsWithContext(ctx aws.Context, input *DescribeRemediationExceptionsInput, opts ...request.Option) (*DescribeRemediationExceptionsOutput, error)
DescribeRemediationExceptionsWithContext is the same as DescribeRemediationExceptions with the addition of the ability to pass a context and additional request options.
See DescribeRemediationExceptions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeRemediationExecutionStatus ¶
func (c *ConfigService) DescribeRemediationExecutionStatus(input *DescribeRemediationExecutionStatusInput) (*DescribeRemediationExecutionStatusOutput, error)
DescribeRemediationExecutionStatus API operation for AWS Config.
Provides a detailed view of a Remediation Execution for a set of resources including state, timestamps for when steps for the remediation execution occur, and any error messages for steps that have failed. When you specify the limit and the next token, you receive a paginated response.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation DescribeRemediationExecutionStatus for usage and error information.
Returned Error Types:
NoSuchRemediationConfigurationException You specified an AWS Config rule without a remediation configuration.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeRemediationExecutionStatus
func (*ConfigService) DescribeRemediationExecutionStatusPages ¶
func (c *ConfigService) DescribeRemediationExecutionStatusPages(input *DescribeRemediationExecutionStatusInput, fn func(*DescribeRemediationExecutionStatusOutput, bool) bool) error
DescribeRemediationExecutionStatusPages iterates over the pages of a DescribeRemediationExecutionStatus operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeRemediationExecutionStatus 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 DescribeRemediationExecutionStatus operation. pageNum := 0 err := client.DescribeRemediationExecutionStatusPages(params, func(page *configservice.DescribeRemediationExecutionStatusOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ConfigService) DescribeRemediationExecutionStatusPagesWithContext ¶
func (c *ConfigService) DescribeRemediationExecutionStatusPagesWithContext(ctx aws.Context, input *DescribeRemediationExecutionStatusInput, fn func(*DescribeRemediationExecutionStatusOutput, bool) bool, opts ...request.Option) error
DescribeRemediationExecutionStatusPagesWithContext same as DescribeRemediationExecutionStatusPages 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 (*ConfigService) DescribeRemediationExecutionStatusRequest ¶
func (c *ConfigService) DescribeRemediationExecutionStatusRequest(input *DescribeRemediationExecutionStatusInput) (req *request.Request, output *DescribeRemediationExecutionStatusOutput)
DescribeRemediationExecutionStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeRemediationExecutionStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeRemediationExecutionStatus for more information on using the DescribeRemediationExecutionStatus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeRemediationExecutionStatusRequest method. req, resp := client.DescribeRemediationExecutionStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeRemediationExecutionStatus
func (*ConfigService) DescribeRemediationExecutionStatusWithContext ¶
func (c *ConfigService) DescribeRemediationExecutionStatusWithContext(ctx aws.Context, input *DescribeRemediationExecutionStatusInput, opts ...request.Option) (*DescribeRemediationExecutionStatusOutput, error)
DescribeRemediationExecutionStatusWithContext is the same as DescribeRemediationExecutionStatus with the addition of the ability to pass a context and additional request options.
See DescribeRemediationExecutionStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) DescribeRetentionConfigurations ¶
func (c *ConfigService) DescribeRetentionConfigurations(input *DescribeRetentionConfigurationsInput) (*DescribeRetentionConfigurationsOutput, error)
DescribeRetentionConfigurations API operation for AWS Config.
Returns the details of one or more retention configurations. If the retention configuration name is not specified, this action returns the details for all the retention configurations for that account.
Currently, AWS Config supports only one retention configuration per region in your account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Config's API operation DescribeRetentionConfigurations for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
NoSuchRetentionConfigurationException You have specified a retention configuration that does not exist.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeRetentionConfigurations
func (*ConfigService) DescribeRetentionConfigurationsRequest ¶
func (c *ConfigService) DescribeRetentionConfigurationsRequest(input *DescribeRetentionConfigurationsInput) (req *request.Request, output *DescribeRetentionConfigurationsOutput)
DescribeRetentionConfigurationsRequest generates a "aws/request.Request" representing the client's request for the DescribeRetentionConfigurations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeRetentionConfigurations for more information on using the DescribeRetentionConfigurations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeRetentionConfigurationsRequest method. req, resp := client.DescribeRetentionConfigurationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeRetentionConfigurations
func (*ConfigService) DescribeRetentionConfigurationsWithContext ¶
func (c *ConfigService) DescribeRetentionConfigurationsWithContext(ctx aws.Context, input *DescribeRetentionConfigurationsInput, opts ...request.Option) (*DescribeRetentionConfigurationsOutput, error)
DescribeRetentionConfigurationsWithContext is the same as DescribeRetentionConfigurations with the addition of the ability to pass a context and additional request options.
See DescribeRetentionConfigurations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) GetAggregateComplianceDetailsByConfigRule ¶
func (c *ConfigService) GetAggregateComplianceDetailsByConfigRule(input *GetAggregateComplianceDetailsByConfigRuleInput) (*GetAggregateComplianceDetailsByConfigRuleOutput, error)
GetAggregateComplianceDetailsByConfigRule API operation for AWS Config.
Returns the evaluation results for the specified AWS Config rule for a specific resource in a rule. The results indicate which AWS resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule.
The results can return an empty result page. But if you have a nextToken, the results are displayed on the next page.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation GetAggregateComplianceDetailsByConfigRule for usage and error information.
Returned Error Types:
ValidationException The requested action is not valid.
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateComplianceDetailsByConfigRule
func (*ConfigService) GetAggregateComplianceDetailsByConfigRuleRequest ¶
func (c *ConfigService) GetAggregateComplianceDetailsByConfigRuleRequest(input *GetAggregateComplianceDetailsByConfigRuleInput) (req *request.Request, output *GetAggregateComplianceDetailsByConfigRuleOutput)
GetAggregateComplianceDetailsByConfigRuleRequest generates a "aws/request.Request" representing the client's request for the GetAggregateComplianceDetailsByConfigRule operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetAggregateComplianceDetailsByConfigRule for more information on using the GetAggregateComplianceDetailsByConfigRule API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetAggregateComplianceDetailsByConfigRuleRequest method. req, resp := client.GetAggregateComplianceDetailsByConfigRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateComplianceDetailsByConfigRule
func (*ConfigService) GetAggregateComplianceDetailsByConfigRuleWithContext ¶
func (c *ConfigService) GetAggregateComplianceDetailsByConfigRuleWithContext(ctx aws.Context, input *GetAggregateComplianceDetailsByConfigRuleInput, opts ...request.Option) (*GetAggregateComplianceDetailsByConfigRuleOutput, error)
GetAggregateComplianceDetailsByConfigRuleWithContext is the same as GetAggregateComplianceDetailsByConfigRule with the addition of the ability to pass a context and additional request options.
See GetAggregateComplianceDetailsByConfigRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) GetAggregateConfigRuleComplianceSummary ¶
func (c *ConfigService) GetAggregateConfigRuleComplianceSummary(input *GetAggregateConfigRuleComplianceSummaryInput) (*GetAggregateConfigRuleComplianceSummaryOutput, error)
GetAggregateConfigRuleComplianceSummary API operation for AWS Config.
Returns the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator.
The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation GetAggregateConfigRuleComplianceSummary for usage and error information.
Returned Error Types:
ValidationException The requested action is not valid.
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateConfigRuleComplianceSummary
func (*ConfigService) GetAggregateConfigRuleComplianceSummaryRequest ¶
func (c *ConfigService) GetAggregateConfigRuleComplianceSummaryRequest(input *GetAggregateConfigRuleComplianceSummaryInput) (req *request.Request, output *GetAggregateConfigRuleComplianceSummaryOutput)
GetAggregateConfigRuleComplianceSummaryRequest generates a "aws/request.Request" representing the client's request for the GetAggregateConfigRuleComplianceSummary operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetAggregateConfigRuleComplianceSummary for more information on using the GetAggregateConfigRuleComplianceSummary API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetAggregateConfigRuleComplianceSummaryRequest method. req, resp := client.GetAggregateConfigRuleComplianceSummaryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateConfigRuleComplianceSummary
func (*ConfigService) GetAggregateConfigRuleComplianceSummaryWithContext ¶
func (c *ConfigService) GetAggregateConfigRuleComplianceSummaryWithContext(ctx aws.Context, input *GetAggregateConfigRuleComplianceSummaryInput, opts ...request.Option) (*GetAggregateConfigRuleComplianceSummaryOutput, error)
GetAggregateConfigRuleComplianceSummaryWithContext is the same as GetAggregateConfigRuleComplianceSummary with the addition of the ability to pass a context and additional request options.
See GetAggregateConfigRuleComplianceSummary for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) GetAggregateDiscoveredResourceCounts ¶
func (c *ConfigService) GetAggregateDiscoveredResourceCounts(input *GetAggregateDiscoveredResourceCountsInput) (*GetAggregateDiscoveredResourceCountsOutput, error)
GetAggregateDiscoveredResourceCounts API operation for AWS Config.
Returns the resource counts across accounts and regions that are present in your AWS Config aggregator. You can request the resource counts by providing filters and GroupByKey.
For example, if the input contains accountID 12345678910 and region us-east-1 in filters, the API returns the count of resources in account ID 12345678910 and region us-east-1. If the input contains ACCOUNT_ID as a GroupByKey, the API returns resource counts for all source accounts that are present in your aggregator.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation GetAggregateDiscoveredResourceCounts for usage and error information.
Returned Error Types:
ValidationException The requested action is not valid.
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateDiscoveredResourceCounts
func (*ConfigService) GetAggregateDiscoveredResourceCountsRequest ¶
func (c *ConfigService) GetAggregateDiscoveredResourceCountsRequest(input *GetAggregateDiscoveredResourceCountsInput) (req *request.Request, output *GetAggregateDiscoveredResourceCountsOutput)
GetAggregateDiscoveredResourceCountsRequest generates a "aws/request.Request" representing the client's request for the GetAggregateDiscoveredResourceCounts operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetAggregateDiscoveredResourceCounts for more information on using the GetAggregateDiscoveredResourceCounts API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetAggregateDiscoveredResourceCountsRequest method. req, resp := client.GetAggregateDiscoveredResourceCountsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateDiscoveredResourceCounts
func (*ConfigService) GetAggregateDiscoveredResourceCountsWithContext ¶
func (c *ConfigService) GetAggregateDiscoveredResourceCountsWithContext(ctx aws.Context, input *GetAggregateDiscoveredResourceCountsInput, opts ...request.Option) (*GetAggregateDiscoveredResourceCountsOutput, error)
GetAggregateDiscoveredResourceCountsWithContext is the same as GetAggregateDiscoveredResourceCounts with the addition of the ability to pass a context and additional request options.
See GetAggregateDiscoveredResourceCounts for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) GetAggregateResourceConfig ¶
func (c *ConfigService) GetAggregateResourceConfig(input *GetAggregateResourceConfigInput) (*GetAggregateResourceConfigOutput, error)
GetAggregateResourceConfig API operation for AWS Config.
Returns configuration item that is aggregated for your specific resource in a specific source account and region.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation GetAggregateResourceConfig for usage and error information.
Returned Error Types:
ValidationException The requested action is not valid.
NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.
OversizedConfigurationItemException The configuration item size is outside the allowable range.
ResourceNotDiscoveredException You have specified a resource that is either unknown or has not been discovered.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateResourceConfig
func (*ConfigService) GetAggregateResourceConfigRequest ¶
func (c *ConfigService) GetAggregateResourceConfigRequest(input *GetAggregateResourceConfigInput) (req *request.Request, output *GetAggregateResourceConfigOutput)
GetAggregateResourceConfigRequest generates a "aws/request.Request" representing the client's request for the GetAggregateResourceConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetAggregateResourceConfig for more information on using the GetAggregateResourceConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetAggregateResourceConfigRequest method. req, resp := client.GetAggregateResourceConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateResourceConfig
func (*ConfigService) GetAggregateResourceConfigWithContext ¶
func (c *ConfigService) GetAggregateResourceConfigWithContext(ctx aws.Context, input *GetAggregateResourceConfigInput, opts ...request.Option) (*GetAggregateResourceConfigOutput, error)
GetAggregateResourceConfigWithContext is the same as GetAggregateResourceConfig with the addition of the ability to pass a context and additional request options.
See GetAggregateResourceConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) GetComplianceDetailsByConfigRule ¶
func (c *ConfigService) GetComplianceDetailsByConfigRule(input *GetComplianceDetailsByConfigRuleInput) (*GetComplianceDetailsByConfigRuleOutput, error)
GetComplianceDetailsByConfigRule API operation for AWS Config.
Returns the evaluation results for the specified AWS Config rule. The results indicate which AWS resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation GetComplianceDetailsByConfigRule for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
NoSuchConfigRuleException One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceDetailsByConfigRule
func (*ConfigService) GetComplianceDetailsByConfigRuleRequest ¶
func (c *ConfigService) GetComplianceDetailsByConfigRuleRequest(input *GetComplianceDetailsByConfigRuleInput) (req *request.Request, output *GetComplianceDetailsByConfigRuleOutput)
GetComplianceDetailsByConfigRuleRequest generates a "aws/request.Request" representing the client's request for the GetComplianceDetailsByConfigRule operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetComplianceDetailsByConfigRule for more information on using the GetComplianceDetailsByConfigRule API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetComplianceDetailsByConfigRuleRequest method. req, resp := client.GetComplianceDetailsByConfigRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceDetailsByConfigRule
func (*ConfigService) GetComplianceDetailsByConfigRuleWithContext ¶
func (c *ConfigService) GetComplianceDetailsByConfigRuleWithContext(ctx aws.Context, input *GetComplianceDetailsByConfigRuleInput, opts ...request.Option) (*GetComplianceDetailsByConfigRuleOutput, error)
GetComplianceDetailsByConfigRuleWithContext is the same as GetComplianceDetailsByConfigRule with the addition of the ability to pass a context and additional request options.
See GetComplianceDetailsByConfigRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) GetComplianceDetailsByResource ¶
func (c *ConfigService) GetComplianceDetailsByResource(input *GetComplianceDetailsByResourceInput) (*GetComplianceDetailsByResourceOutput, error)
GetComplianceDetailsByResource API operation for AWS Config.
Returns the evaluation results for the specified AWS resource. The results indicate which AWS Config rules were used to evaluate the resource, when each rule was last used, and whether the resource complies with each rule.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation GetComplianceDetailsByResource for usage and error information.
Returned Error Types:
- InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceDetailsByResource
func (*ConfigService) GetComplianceDetailsByResourceRequest ¶
func (c *ConfigService) GetComplianceDetailsByResourceRequest(input *GetComplianceDetailsByResourceInput) (req *request.Request, output *GetComplianceDetailsByResourceOutput)
GetComplianceDetailsByResourceRequest generates a "aws/request.Request" representing the client's request for the GetComplianceDetailsByResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetComplianceDetailsByResource for more information on using the GetComplianceDetailsByResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetComplianceDetailsByResourceRequest method. req, resp := client.GetComplianceDetailsByResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceDetailsByResource
func (*ConfigService) GetComplianceDetailsByResourceWithContext ¶
func (c *ConfigService) GetComplianceDetailsByResourceWithContext(ctx aws.Context, input *GetComplianceDetailsByResourceInput, opts ...request.Option) (*GetComplianceDetailsByResourceOutput, error)
GetComplianceDetailsByResourceWithContext is the same as GetComplianceDetailsByResource with the addition of the ability to pass a context and additional request options.
See GetComplianceDetailsByResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) GetComplianceSummaryByConfigRule ¶
func (c *ConfigService) GetComplianceSummaryByConfigRule(input *GetComplianceSummaryByConfigRuleInput) (*GetComplianceSummaryByConfigRuleOutput, error)
GetComplianceSummaryByConfigRule API operation for AWS Config.
Returns the number of AWS Config rules that are compliant and noncompliant, up to a maximum of 25 for each.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation GetComplianceSummaryByConfigRule for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceSummaryByConfigRule
func (*ConfigService) GetComplianceSummaryByConfigRuleRequest ¶
func (c *ConfigService) GetComplianceSummaryByConfigRuleRequest(input *GetComplianceSummaryByConfigRuleInput) (req *request.Request, output *GetComplianceSummaryByConfigRuleOutput)
GetComplianceSummaryByConfigRuleRequest generates a "aws/request.Request" representing the client's request for the GetComplianceSummaryByConfigRule operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetComplianceSummaryByConfigRule for more information on using the GetComplianceSummaryByConfigRule API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetComplianceSummaryByConfigRuleRequest method. req, resp := client.GetComplianceSummaryByConfigRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceSummaryByConfigRule
func (*ConfigService) GetComplianceSummaryByConfigRuleWithContext ¶
func (c *ConfigService) GetComplianceSummaryByConfigRuleWithContext(ctx aws.Context, input *GetComplianceSummaryByConfigRuleInput, opts ...request.Option) (*GetComplianceSummaryByConfigRuleOutput, error)
GetComplianceSummaryByConfigRuleWithContext is the same as GetComplianceSummaryByConfigRule with the addition of the ability to pass a context and additional request options.
See GetComplianceSummaryByConfigRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) GetComplianceSummaryByResourceType ¶
func (c *ConfigService) GetComplianceSummaryByResourceType(input *GetComplianceSummaryByResourceTypeInput) (*GetComplianceSummaryByResourceTypeOutput, error)
GetComplianceSummaryByResourceType API operation for AWS Config.
Returns the number of resources that are compliant and the number that are noncompliant. You can specify one or more resource types to get these numbers for each resource type. The maximum number returned is 100.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation GetComplianceSummaryByResourceType for usage and error information.
Returned Error Types:
- InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceSummaryByResourceType
func (*ConfigService) GetComplianceSummaryByResourceTypeRequest ¶
func (c *ConfigService) GetComplianceSummaryByResourceTypeRequest(input *GetComplianceSummaryByResourceTypeInput) (req *request.Request, output *GetComplianceSummaryByResourceTypeOutput)
GetComplianceSummaryByResourceTypeRequest generates a "aws/request.Request" representing the client's request for the GetComplianceSummaryByResourceType operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetComplianceSummaryByResourceType for more information on using the GetComplianceSummaryByResourceType API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetComplianceSummaryByResourceTypeRequest method. req, resp := client.GetComplianceSummaryByResourceTypeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceSummaryByResourceType
func (*ConfigService) GetComplianceSummaryByResourceTypeWithContext ¶
func (c *ConfigService) GetComplianceSummaryByResourceTypeWithContext(ctx aws.Context, input *GetComplianceSummaryByResourceTypeInput, opts ...request.Option) (*GetComplianceSummaryByResourceTypeOutput, error)
GetComplianceSummaryByResourceTypeWithContext is the same as GetComplianceSummaryByResourceType with the addition of the ability to pass a context and additional request options.
See GetComplianceSummaryByResourceType for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) GetConformancePackComplianceDetails ¶
func (c *ConfigService) GetConformancePackComplianceDetails(input *GetConformancePackComplianceDetailsInput) (*GetConformancePackComplianceDetailsOutput, error)
GetConformancePackComplianceDetails API operation for AWS Config.
Returns compliance details of a conformance pack for all AWS resources that are monitered by conformance pack.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation GetConformancePackComplianceDetails for usage and error information.
Returned Error Types:
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
NoSuchConformancePackException You specified one or more conformance packs that do not exist.
NoSuchConfigRuleInConformancePackException AWS Config rule that you passed in the filter does not exist.
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetConformancePackComplianceDetails
func (*ConfigService) GetConformancePackComplianceDetailsRequest ¶
func (c *ConfigService) GetConformancePackComplianceDetailsRequest(input *GetConformancePackComplianceDetailsInput) (req *request.Request, output *GetConformancePackComplianceDetailsOutput)
GetConformancePackComplianceDetailsRequest generates a "aws/request.Request" representing the client's request for the GetConformancePackComplianceDetails operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetConformancePackComplianceDetails for more information on using the GetConformancePackComplianceDetails API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetConformancePackComplianceDetailsRequest method. req, resp := client.GetConformancePackComplianceDetailsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetConformancePackComplianceDetails
func (*ConfigService) GetConformancePackComplianceDetailsWithContext ¶
func (c *ConfigService) GetConformancePackComplianceDetailsWithContext(ctx aws.Context, input *GetConformancePackComplianceDetailsInput, opts ...request.Option) (*GetConformancePackComplianceDetailsOutput, error)
GetConformancePackComplianceDetailsWithContext is the same as GetConformancePackComplianceDetails with the addition of the ability to pass a context and additional request options.
See GetConformancePackComplianceDetails for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) GetConformancePackComplianceSummary ¶
func (c *ConfigService) GetConformancePackComplianceSummary(input *GetConformancePackComplianceSummaryInput) (*GetConformancePackComplianceSummaryOutput, error)
GetConformancePackComplianceSummary API operation for AWS Config.
Returns compliance details for the conformance pack based on the cumulative compliance results of all the rules in that conformance pack.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation GetConformancePackComplianceSummary for usage and error information.
Returned Error Types:
NoSuchConformancePackException You specified one or more conformance packs that do not exist.
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetConformancePackComplianceSummary
func (*ConfigService) GetConformancePackComplianceSummaryRequest ¶
func (c *ConfigService) GetConformancePackComplianceSummaryRequest(input *GetConformancePackComplianceSummaryInput) (req *request.Request, output *GetConformancePackComplianceSummaryOutput)
GetConformancePackComplianceSummaryRequest generates a "aws/request.Request" representing the client's request for the GetConformancePackComplianceSummary operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetConformancePackComplianceSummary for more information on using the GetConformancePackComplianceSummary API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetConformancePackComplianceSummaryRequest method. req, resp := client.GetConformancePackComplianceSummaryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetConformancePackComplianceSummary
func (*ConfigService) GetConformancePackComplianceSummaryWithContext ¶
func (c *ConfigService) GetConformancePackComplianceSummaryWithContext(ctx aws.Context, input *GetConformancePackComplianceSummaryInput, opts ...request.Option) (*GetConformancePackComplianceSummaryOutput, error)
GetConformancePackComplianceSummaryWithContext is the same as GetConformancePackComplianceSummary with the addition of the ability to pass a context and additional request options.
See GetConformancePackComplianceSummary for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) GetDiscoveredResourceCounts ¶
func (c *ConfigService) GetDiscoveredResourceCounts(input *GetDiscoveredResourceCountsInput) (*GetDiscoveredResourceCountsOutput, error)
GetDiscoveredResourceCounts API operation for AWS Config.
Returns the resource types, the number of each resource type, and the total number of resources that AWS Config is recording in this region for your AWS account.
Example ¶
AWS Config is recording three resource types in the US East (Ohio) Region for your account: 25 EC2 instances, 20 IAM users, and 15 S3 buckets.
You make a call to the GetDiscoveredResourceCounts action and specify that you want all resource types.
AWS Config returns the following:
The resource types (EC2 instances, IAM users, and S3 buckets).
The number of each resource type (25, 20, and 15).
The total number of all resources (60).
The response is paginated. By default, AWS Config lists 100 ResourceCount objects on each page. You can customize this number with the limit parameter. The response includes a nextToken string. To get the next page of results, run the request again and specify the string for the nextToken parameter.
If you make a call to the GetDiscoveredResourceCounts action, you might not immediately receive resource counts in the following situations:
You are a new AWS Config customer.
You just enabled resource recording.
It might take a few minutes for AWS Config to record and count your resources. Wait a few minutes and then retry the GetDiscoveredResourceCounts action.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation GetDiscoveredResourceCounts for usage and error information.
Returned Error Types:
ValidationException The requested action is not valid.
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetDiscoveredResourceCounts
func (*ConfigService) GetDiscoveredResourceCountsRequest ¶
func (c *ConfigService) GetDiscoveredResourceCountsRequest(input *GetDiscoveredResourceCountsInput) (req *request.Request, output *GetDiscoveredResourceCountsOutput)
GetDiscoveredResourceCountsRequest generates a "aws/request.Request" representing the client's request for the GetDiscoveredResourceCounts operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDiscoveredResourceCounts for more information on using the GetDiscoveredResourceCounts API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDiscoveredResourceCountsRequest method. req, resp := client.GetDiscoveredResourceCountsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetDiscoveredResourceCounts
func (*ConfigService) GetDiscoveredResourceCountsWithContext ¶
func (c *ConfigService) GetDiscoveredResourceCountsWithContext(ctx aws.Context, input *GetDiscoveredResourceCountsInput, opts ...request.Option) (*GetDiscoveredResourceCountsOutput, error)
GetDiscoveredResourceCountsWithContext is the same as GetDiscoveredResourceCounts with the addition of the ability to pass a context and additional request options.
See GetDiscoveredResourceCounts for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) GetOrganizationConfigRuleDetailedStatus ¶
func (c *ConfigService) GetOrganizationConfigRuleDetailedStatus(input *GetOrganizationConfigRuleDetailedStatusInput) (*GetOrganizationConfigRuleDetailedStatusOutput, error)
GetOrganizationConfigRuleDetailedStatus API operation for AWS Config.
Returns detailed status for each member account within an organization for a given organization config rule.
Only a master account can call this API.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation GetOrganizationConfigRuleDetailedStatus for usage and error information.
Returned Error Types:
NoSuchOrganizationConfigRuleException You specified one or more organization config rules that do not exist.
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
OrganizationAccessDeniedException For PutConfigAggregator API, no permission to call EnableAWSServiceAccess API.
For all OrganizationConfigRule and OrganizationConformancePack APIs, AWS Config throws an exception if APIs are called from member accounts. All APIs must be called from organization master account.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetOrganizationConfigRuleDetailedStatus
func (*ConfigService) GetOrganizationConfigRuleDetailedStatusRequest ¶
func (c *ConfigService) GetOrganizationConfigRuleDetailedStatusRequest(input *GetOrganizationConfigRuleDetailedStatusInput) (req *request.Request, output *GetOrganizationConfigRuleDetailedStatusOutput)
GetOrganizationConfigRuleDetailedStatusRequest generates a "aws/request.Request" representing the client's request for the GetOrganizationConfigRuleDetailedStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetOrganizationConfigRuleDetailedStatus for more information on using the GetOrganizationConfigRuleDetailedStatus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetOrganizationConfigRuleDetailedStatusRequest method. req, resp := client.GetOrganizationConfigRuleDetailedStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetOrganizationConfigRuleDetailedStatus
func (*ConfigService) GetOrganizationConfigRuleDetailedStatusWithContext ¶
func (c *ConfigService) GetOrganizationConfigRuleDetailedStatusWithContext(ctx aws.Context, input *GetOrganizationConfigRuleDetailedStatusInput, opts ...request.Option) (*GetOrganizationConfigRuleDetailedStatusOutput, error)
GetOrganizationConfigRuleDetailedStatusWithContext is the same as GetOrganizationConfigRuleDetailedStatus with the addition of the ability to pass a context and additional request options.
See GetOrganizationConfigRuleDetailedStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) GetOrganizationConformancePackDetailedStatus ¶
func (c *ConfigService) GetOrganizationConformancePackDetailedStatus(input *GetOrganizationConformancePackDetailedStatusInput) (*GetOrganizationConformancePackDetailedStatusOutput, error)
GetOrganizationConformancePackDetailedStatus API operation for AWS Config.
Returns detailed status for each member account within an organization for a given organization conformance pack.
Only a master account can call this API.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation GetOrganizationConformancePackDetailedStatus for usage and error information.
Returned Error Types:
NoSuchOrganizationConformancePackException AWS Config organization conformance pack that you passed in the filter does not exist.
For DeleteOrganizationConformancePack, you tried to delete an organization conformance pack that does not exist.
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
OrganizationAccessDeniedException For PutConfigAggregator API, no permission to call EnableAWSServiceAccess API.
For all OrganizationConfigRule and OrganizationConformancePack APIs, AWS Config throws an exception if APIs are called from member accounts. All APIs must be called from organization master account.
func (*ConfigService) GetOrganizationConformancePackDetailedStatusRequest ¶
func (c *ConfigService) GetOrganizationConformancePackDetailedStatusRequest(input *GetOrganizationConformancePackDetailedStatusInput) (req *request.Request, output *GetOrganizationConformancePackDetailedStatusOutput)
GetOrganizationConformancePackDetailedStatusRequest generates a "aws/request.Request" representing the client's request for the GetOrganizationConformancePackDetailedStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetOrganizationConformancePackDetailedStatus for more information on using the GetOrganizationConformancePackDetailedStatus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetOrganizationConformancePackDetailedStatusRequest method. req, resp := client.GetOrganizationConformancePackDetailedStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*ConfigService) GetOrganizationConformancePackDetailedStatusWithContext ¶
func (c *ConfigService) GetOrganizationConformancePackDetailedStatusWithContext(ctx aws.Context, input *GetOrganizationConformancePackDetailedStatusInput, opts ...request.Option) (*GetOrganizationConformancePackDetailedStatusOutput, error)
GetOrganizationConformancePackDetailedStatusWithContext is the same as GetOrganizationConformancePackDetailedStatus with the addition of the ability to pass a context and additional request options.
See GetOrganizationConformancePackDetailedStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) GetResourceConfigHistory ¶
func (c *ConfigService) GetResourceConfigHistory(input *GetResourceConfigHistoryInput) (*GetResourceConfigHistoryOutput, error)
GetResourceConfigHistory API operation for AWS Config.
Returns a list of configuration items for the specified resource. The list contains details about each state of the resource during the specified time interval. If you specified a retention period to retain your ConfigurationItems between a minimum of 30 days and a maximum of 7 years (2557 days), AWS Config returns the ConfigurationItems for the specified retention period.
The response is paginated. By default, AWS Config returns a limit of 10 configuration items per page. You can customize this number with the limit parameter. The response includes a nextToken string. To get the next page of results, run the request again and specify the string for the nextToken parameter.
Each call to the API is limited to span a duration of seven days. It is likely that the number of records returned is smaller than the specified limit. In such cases, you can make another call, using the nextToken.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation GetResourceConfigHistory for usage and error information.
Returned Error Types:
ValidationException The requested action is not valid.
InvalidTimeRangeException The specified time range is not valid. The earlier time is not chronologically before the later time.
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
NoAvailableConfigurationRecorderException There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.
ResourceNotDiscoveredException You have specified a resource that is either unknown or has not been discovered.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetResourceConfigHistory
func (*ConfigService) GetResourceConfigHistoryPages ¶
func (c *ConfigService) GetResourceConfigHistoryPages(input *GetResourceConfigHistoryInput, fn func(*GetResourceConfigHistoryOutput, bool) bool) error
GetResourceConfigHistoryPages iterates over the pages of a GetResourceConfigHistory operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetResourceConfigHistory 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 GetResourceConfigHistory operation. pageNum := 0 err := client.GetResourceConfigHistoryPages(params, func(page *configservice.GetResourceConfigHistoryOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ConfigService) GetResourceConfigHistoryPagesWithContext ¶
func (c *ConfigService) GetResourceConfigHistoryPagesWithContext(ctx aws.Context, input *GetResourceConfigHistoryInput, fn func(*GetResourceConfigHistoryOutput, bool) bool, opts ...request.Option) error
GetResourceConfigHistoryPagesWithContext same as GetResourceConfigHistoryPages 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 (*ConfigService) GetResourceConfigHistoryRequest ¶
func (c *ConfigService) GetResourceConfigHistoryRequest(input *GetResourceConfigHistoryInput) (req *request.Request, output *GetResourceConfigHistoryOutput)
GetResourceConfigHistoryRequest generates a "aws/request.Request" representing the client's request for the GetResourceConfigHistory operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetResourceConfigHistory for more information on using the GetResourceConfigHistory API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetResourceConfigHistoryRequest method. req, resp := client.GetResourceConfigHistoryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetResourceConfigHistory
func (*ConfigService) GetResourceConfigHistoryWithContext ¶
func (c *ConfigService) GetResourceConfigHistoryWithContext(ctx aws.Context, input *GetResourceConfigHistoryInput, opts ...request.Option) (*GetResourceConfigHistoryOutput, error)
GetResourceConfigHistoryWithContext is the same as GetResourceConfigHistory with the addition of the ability to pass a context and additional request options.
See GetResourceConfigHistory for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) ListAggregateDiscoveredResources ¶
func (c *ConfigService) ListAggregateDiscoveredResources(input *ListAggregateDiscoveredResourcesInput) (*ListAggregateDiscoveredResourcesOutput, error)
ListAggregateDiscoveredResources API operation for AWS Config.
Accepts a resource type and returns a list of resource identifiers that are aggregated for a specific resource type across accounts and regions. A resource identifier includes the resource type, ID, (if available) the custom resource name, source account, and source region. You can narrow the results to include only resources that have specific resource IDs, or a resource name, or source account ID, or source region.
For example, if the input consists of accountID 12345678910 and the region is us-east-1 for resource type AWS::EC2::Instance then the API returns all the EC2 instance identifiers of accountID 12345678910 and region us-east-1.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation ListAggregateDiscoveredResources for usage and error information.
Returned Error Types:
ValidationException The requested action is not valid.
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListAggregateDiscoveredResources
func (*ConfigService) ListAggregateDiscoveredResourcesRequest ¶
func (c *ConfigService) ListAggregateDiscoveredResourcesRequest(input *ListAggregateDiscoveredResourcesInput) (req *request.Request, output *ListAggregateDiscoveredResourcesOutput)
ListAggregateDiscoveredResourcesRequest generates a "aws/request.Request" representing the client's request for the ListAggregateDiscoveredResources operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListAggregateDiscoveredResources for more information on using the ListAggregateDiscoveredResources API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListAggregateDiscoveredResourcesRequest method. req, resp := client.ListAggregateDiscoveredResourcesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListAggregateDiscoveredResources
func (*ConfigService) ListAggregateDiscoveredResourcesWithContext ¶
func (c *ConfigService) ListAggregateDiscoveredResourcesWithContext(ctx aws.Context, input *ListAggregateDiscoveredResourcesInput, opts ...request.Option) (*ListAggregateDiscoveredResourcesOutput, error)
ListAggregateDiscoveredResourcesWithContext is the same as ListAggregateDiscoveredResources with the addition of the ability to pass a context and additional request options.
See ListAggregateDiscoveredResources for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) ListDiscoveredResources ¶
func (c *ConfigService) ListDiscoveredResources(input *ListDiscoveredResourcesInput) (*ListDiscoveredResourcesOutput, error)
ListDiscoveredResources API operation for AWS Config.
Accepts a resource type and returns a list of resource identifiers for the resources of that type. A resource identifier includes the resource type, ID, and (if available) the custom resource name. The results consist of resources that AWS Config has discovered, including those that AWS Config is not currently recording. You can narrow the results to include only resources that have specific resource IDs or a resource name.
You can specify either resource IDs or a resource name, but not both, in the same request.
The response is paginated. By default, AWS Config lists 100 resource identifiers on each page. You can customize this number with the limit parameter. The response includes a nextToken string. To get the next page of results, run the request again and specify the string for the nextToken parameter.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Config's API operation ListDiscoveredResources for usage and error information.
Returned Error Types:
ValidationException The requested action is not valid.
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
NoAvailableConfigurationRecorderException There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListDiscoveredResources
func (*ConfigService) ListDiscoveredResourcesRequest ¶
func (c *ConfigService) ListDiscoveredResourcesRequest(input *ListDiscoveredResourcesInput) (req *request.Request, output *ListDiscoveredResourcesOutput)
ListDiscoveredResourcesRequest generates a "aws/request.Request" representing the client's request for the ListDiscoveredResources operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListDiscoveredResources for more information on using the ListDiscoveredResources API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListDiscoveredResourcesRequest method. req, resp := client.ListDiscoveredResourcesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListDiscoveredResources
func (*ConfigService) ListDiscoveredResourcesWithContext ¶
func (c *ConfigService) ListDiscoveredResourcesWithContext(ctx aws.Context, input *ListDiscoveredResourcesInput, opts ...request.Option) (*ListDiscoveredResourcesOutput, error)
ListDiscoveredResourcesWithContext is the same as ListDiscoveredResources with the addition of the ability to pass a context and additional request options.
See ListDiscoveredResources for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) ListTagsForResource ¶
func (c *ConfigService) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for AWS Config.
List the tags for AWS Config resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Config's API operation ListTagsForResource for usage and error information.
Returned Error Types:
ResourceNotFoundException You have specified a resource that does not exist.
ValidationException The requested action is not valid.
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListTagsForResource
func (*ConfigService) ListTagsForResourceRequest ¶
func (c *ConfigService) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTagsForResourceRequest method. req, resp := client.ListTagsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListTagsForResource
func (*ConfigService) ListTagsForResourceWithContext ¶
func (c *ConfigService) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.
See ListTagsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) PutAggregationAuthorization ¶
func (c *ConfigService) PutAggregationAuthorization(input *PutAggregationAuthorizationInput) (*PutAggregationAuthorizationOutput, error)
PutAggregationAuthorization API operation for AWS Config.
Authorizes the aggregator account and region to collect data from the source account and region.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation PutAggregationAuthorization for usage and error information.
Returned Error Types:
- InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutAggregationAuthorization
func (*ConfigService) PutAggregationAuthorizationRequest ¶
func (c *ConfigService) PutAggregationAuthorizationRequest(input *PutAggregationAuthorizationInput) (req *request.Request, output *PutAggregationAuthorizationOutput)
PutAggregationAuthorizationRequest generates a "aws/request.Request" representing the client's request for the PutAggregationAuthorization operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutAggregationAuthorization for more information on using the PutAggregationAuthorization API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutAggregationAuthorizationRequest method. req, resp := client.PutAggregationAuthorizationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutAggregationAuthorization
func (*ConfigService) PutAggregationAuthorizationWithContext ¶
func (c *ConfigService) PutAggregationAuthorizationWithContext(ctx aws.Context, input *PutAggregationAuthorizationInput, opts ...request.Option) (*PutAggregationAuthorizationOutput, error)
PutAggregationAuthorizationWithContext is the same as PutAggregationAuthorization with the addition of the ability to pass a context and additional request options.
See PutAggregationAuthorization for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) PutConfigRule ¶
func (c *ConfigService) PutConfigRule(input *PutConfigRuleInput) (*PutConfigRuleOutput, error)
PutConfigRule API operation for AWS Config.
Adds or updates an AWS Config rule for evaluating whether your AWS resources comply with your desired configurations.
You can use this action for custom AWS Config rules and AWS managed Config rules. A custom AWS Config rule is a rule that you develop and maintain. An AWS managed Config rule is a customizable, predefined rule that AWS Config provides.
If you are adding a new custom AWS Config rule, you must first create the AWS Lambda function that the rule invokes to evaluate your resources. When you use the PutConfigRule action to add the rule to AWS Config, you must specify the Amazon Resource Name (ARN) that AWS Lambda assigns to the function. Specify the ARN for the SourceIdentifier key. This key is part of the Source object, which is part of the ConfigRule object.
If you are adding an AWS managed Config rule, specify the rule's identifier for the SourceIdentifier key. To reference AWS managed Config rule identifiers, see About AWS Managed Config Rules (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html).
For any new rule that you add, specify the ConfigRuleName in the ConfigRule object. Do not specify the ConfigRuleArn or the ConfigRuleId. These values are generated by AWS Config for new rules.
If you are updating a rule that you added previously, you can specify the rule by ConfigRuleName, ConfigRuleId, or ConfigRuleArn in the ConfigRule data type that you use in this request.
The maximum number of rules that AWS Config supports is 150.
For information about requesting a rule limit increase, see AWS Config Limits (http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config) in the AWS General Reference Guide.
For more information about developing and using AWS Config rules, see Evaluating AWS Resource Configurations with AWS Config (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html) in the AWS Config Developer 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 Config's API operation PutConfigRule for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
MaxNumberOfConfigRulesExceededException Failed to add the AWS Config rule because the account already contains the maximum number of 150 rules. Consider deleting any deactivated rules before you add new rules.
ResourceInUseException You see this exception in the following cases:
For DeleteConfigRule, AWS Config is deleting this rule. Try your request again later.
For DeleteConfigRule, the rule is deleting your evaluation results. Try your request again later.
For DeleteConfigRule, a remediation action is associated with the rule and AWS Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.
For PutConfigOrganizationRule, organization config rule deletion is in progress. Try your request again later.
For DeleteOrganizationConfigRule, organization config rule creation is in progress. Try your request again later.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
InsufficientPermissionsException Indicates one of the following errors:
For PutConfigRule, the rule cannot be created because the IAM role assigned to AWS Config lacks permissions to perform the config:Put* action.
For PutConfigRule, the AWS Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.
For PutOrganizationConfigRule, organization config rule cannot be created because you do not have permissions to call IAM GetRole action or create a service linked role.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack cannot be created because you do not have permissions: To call IAM GetRole action or create a service linked role. To read Amazon S3 bucket.
NoAvailableConfigurationRecorderException There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigRule
func (*ConfigService) PutConfigRuleRequest ¶
func (c *ConfigService) PutConfigRuleRequest(input *PutConfigRuleInput) (req *request.Request, output *PutConfigRuleOutput)
PutConfigRuleRequest generates a "aws/request.Request" representing the client's request for the PutConfigRule operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutConfigRule for more information on using the PutConfigRule API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutConfigRuleRequest method. req, resp := client.PutConfigRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigRule
func (*ConfigService) PutConfigRuleWithContext ¶
func (c *ConfigService) PutConfigRuleWithContext(ctx aws.Context, input *PutConfigRuleInput, opts ...request.Option) (*PutConfigRuleOutput, error)
PutConfigRuleWithContext is the same as PutConfigRule with the addition of the ability to pass a context and additional request options.
See PutConfigRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) PutConfigurationAggregator ¶
func (c *ConfigService) PutConfigurationAggregator(input *PutConfigurationAggregatorInput) (*PutConfigurationAggregatorOutput, error)
PutConfigurationAggregator API operation for AWS Config.
Creates and updates the configuration aggregator with the selected source accounts and regions. The source account can be individual account(s) or an organization.
AWS Config should be enabled in source accounts and regions you want to aggregate.
If your source type is an organization, you must be signed in to the master account and all features must be enabled in your organization. AWS Config calls EnableAwsServiceAccess API to enable integration between AWS Config and AWS Organizations.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation PutConfigurationAggregator for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
LimitExceededException For StartConfigRulesEvaluation API, this exception is thrown if an evaluation is in progress or if you call the StartConfigRulesEvaluation API more than once per minute.
For PutConfigurationAggregator API, this exception is thrown if the number of accounts and aggregators exceeds the limit.
InvalidRoleException You have provided a null or empty role ARN.
OrganizationAccessDeniedException For PutConfigAggregator API, no permission to call EnableAWSServiceAccess API.
For all OrganizationConfigRule and OrganizationConformancePack APIs, AWS Config throws an exception if APIs are called from member accounts. All APIs must be called from organization master account.
NoAvailableOrganizationException Organization is no longer available.
OrganizationAllFeaturesNotEnabledException AWS Config resource cannot be created because your organization does not have all features enabled.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigurationAggregator
func (*ConfigService) PutConfigurationAggregatorRequest ¶
func (c *ConfigService) PutConfigurationAggregatorRequest(input *PutConfigurationAggregatorInput) (req *request.Request, output *PutConfigurationAggregatorOutput)
PutConfigurationAggregatorRequest generates a "aws/request.Request" representing the client's request for the PutConfigurationAggregator operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutConfigurationAggregator for more information on using the PutConfigurationAggregator API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutConfigurationAggregatorRequest method. req, resp := client.PutConfigurationAggregatorRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigurationAggregator
func (*ConfigService) PutConfigurationAggregatorWithContext ¶
func (c *ConfigService) PutConfigurationAggregatorWithContext(ctx aws.Context, input *PutConfigurationAggregatorInput, opts ...request.Option) (*PutConfigurationAggregatorOutput, error)
PutConfigurationAggregatorWithContext is the same as PutConfigurationAggregator with the addition of the ability to pass a context and additional request options.
See PutConfigurationAggregator for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) PutConfigurationRecorder ¶
func (c *ConfigService) PutConfigurationRecorder(input *PutConfigurationRecorderInput) (*PutConfigurationRecorderOutput, error)
PutConfigurationRecorder API operation for AWS Config.
Creates a new configuration recorder to record the selected resource configurations.
You can use this action to change the role roleARN or the recordingGroup of an existing recorder. To change the role, call the action on the existing configuration recorder and specify a role.
Currently, you can specify only one configuration recorder per region in your account.
If ConfigurationRecorder does not have the recordingGroup parameter specified, the default is to record all supported resource types.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation PutConfigurationRecorder for usage and error information.
Returned Error Types:
MaxNumberOfConfigurationRecordersExceededException You have reached the limit of the number of recorders you can create.
InvalidConfigurationRecorderNameException You have provided a configuration recorder name that is not valid.
InvalidRoleException You have provided a null or empty role ARN.
InvalidRecordingGroupException AWS Config throws an exception if the recording group does not contain a valid list of resource types. Invalid values might also be incorrectly formatted.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigurationRecorder
func (*ConfigService) PutConfigurationRecorderRequest ¶
func (c *ConfigService) PutConfigurationRecorderRequest(input *PutConfigurationRecorderInput) (req *request.Request, output *PutConfigurationRecorderOutput)
PutConfigurationRecorderRequest generates a "aws/request.Request" representing the client's request for the PutConfigurationRecorder operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutConfigurationRecorder for more information on using the PutConfigurationRecorder API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutConfigurationRecorderRequest method. req, resp := client.PutConfigurationRecorderRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigurationRecorder
func (*ConfigService) PutConfigurationRecorderWithContext ¶
func (c *ConfigService) PutConfigurationRecorderWithContext(ctx aws.Context, input *PutConfigurationRecorderInput, opts ...request.Option) (*PutConfigurationRecorderOutput, error)
PutConfigurationRecorderWithContext is the same as PutConfigurationRecorder with the addition of the ability to pass a context and additional request options.
See PutConfigurationRecorder for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) PutConformancePack ¶
func (c *ConfigService) PutConformancePack(input *PutConformancePackInput) (*PutConformancePackOutput, error)
PutConformancePack API operation for AWS Config.
Creates or updates a conformance pack. A conformance pack is a collection of AWS Config rules that can be easily deployed in an account and a region and across AWS Organization.
This API creates a service linked role AWSServiceRoleForConfigConforms in your account. The service linked role is created only when the role does not exist in your account. AWS Config verifies the existence of role with GetRole action.
You must specify either the TemplateS3Uri or the TemplateBody parameter, but not both. If you provide both AWS Config uses the TemplateS3Uri parameter and ignores the TemplateBody parameter.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Config's API operation PutConformancePack for usage and error information.
Returned Error Types:
InsufficientPermissionsException Indicates one of the following errors:
For PutConfigRule, the rule cannot be created because the IAM role assigned to AWS Config lacks permissions to perform the config:Put* action.
For PutConfigRule, the AWS Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.
For PutOrganizationConfigRule, organization config rule cannot be created because you do not have permissions to call IAM GetRole action or create a service linked role.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack cannot be created because you do not have permissions: To call IAM GetRole action or create a service linked role. To read Amazon S3 bucket.
ConformancePackTemplateValidationException You have specified a template that is not valid or supported.
ResourceInUseException You see this exception in the following cases:
For DeleteConfigRule, AWS Config is deleting this rule. Try your request again later.
For DeleteConfigRule, the rule is deleting your evaluation results. Try your request again later.
For DeleteConfigRule, a remediation action is associated with the rule and AWS Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.
For PutConfigOrganizationRule, organization config rule deletion is in progress. Try your request again later.
For DeleteOrganizationConfigRule, organization config rule creation is in progress. Try your request again later.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
MaxNumberOfConformancePacksExceededException You have reached the limit (6) of the number of conformance packs in an account (6 conformance pack with 25 AWS Config rules per pack).
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConformancePack
func (*ConfigService) PutConformancePackRequest ¶
func (c *ConfigService) PutConformancePackRequest(input *PutConformancePackInput) (req *request.Request, output *PutConformancePackOutput)
PutConformancePackRequest generates a "aws/request.Request" representing the client's request for the PutConformancePack operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutConformancePack for more information on using the PutConformancePack API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutConformancePackRequest method. req, resp := client.PutConformancePackRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConformancePack
func (*ConfigService) PutConformancePackWithContext ¶
func (c *ConfigService) PutConformancePackWithContext(ctx aws.Context, input *PutConformancePackInput, opts ...request.Option) (*PutConformancePackOutput, error)
PutConformancePackWithContext is the same as PutConformancePack with the addition of the ability to pass a context and additional request options.
See PutConformancePack for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) PutDeliveryChannel ¶
func (c *ConfigService) PutDeliveryChannel(input *PutDeliveryChannelInput) (*PutDeliveryChannelOutput, error)
PutDeliveryChannel API operation for AWS Config.
Creates a delivery channel object to deliver configuration information to an Amazon S3 bucket and Amazon SNS topic.
Before you can create a delivery channel, you must create a configuration recorder.
You can use this action to change the Amazon S3 bucket or an Amazon SNS topic of the existing delivery channel. To change the Amazon S3 bucket or an Amazon SNS topic, call this action and specify the changed values for the S3 bucket and the SNS topic. If you specify a different value for either the S3 bucket or the SNS topic, this action will keep the existing value for the parameter that is not changed.
You can have only one delivery channel per region in your account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Config's API operation PutDeliveryChannel for usage and error information.
Returned Error Types:
MaxNumberOfDeliveryChannelsExceededException You have reached the limit of the number of delivery channels you can create.
NoAvailableConfigurationRecorderException There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.
InvalidDeliveryChannelNameException The specified delivery channel name is not valid.
NoSuchBucketException The specified Amazon S3 bucket does not exist.
InvalidS3KeyPrefixException The specified Amazon S3 key prefix is not valid.
InvalidSNSTopicARNException The specified Amazon SNS topic does not exist.
InsufficientDeliveryPolicyException Your Amazon S3 bucket policy does not permit AWS Config to write to it.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutDeliveryChannel
func (*ConfigService) PutDeliveryChannelRequest ¶
func (c *ConfigService) PutDeliveryChannelRequest(input *PutDeliveryChannelInput) (req *request.Request, output *PutDeliveryChannelOutput)
PutDeliveryChannelRequest generates a "aws/request.Request" representing the client's request for the PutDeliveryChannel operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutDeliveryChannel for more information on using the PutDeliveryChannel API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutDeliveryChannelRequest method. req, resp := client.PutDeliveryChannelRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutDeliveryChannel
func (*ConfigService) PutDeliveryChannelWithContext ¶
func (c *ConfigService) PutDeliveryChannelWithContext(ctx aws.Context, input *PutDeliveryChannelInput, opts ...request.Option) (*PutDeliveryChannelOutput, error)
PutDeliveryChannelWithContext is the same as PutDeliveryChannel with the addition of the ability to pass a context and additional request options.
See PutDeliveryChannel for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) PutEvaluations ¶
func (c *ConfigService) PutEvaluations(input *PutEvaluationsInput) (*PutEvaluationsOutput, error)
PutEvaluations API operation for AWS Config.
Used by an AWS Lambda function to deliver evaluation results to AWS Config. This action is required in every AWS Lambda function that is invoked by an AWS Config rule.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation PutEvaluations for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
InvalidResultTokenException The specified ResultToken is invalid.
NoSuchConfigRuleException One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutEvaluations
func (*ConfigService) PutEvaluationsRequest ¶
func (c *ConfigService) PutEvaluationsRequest(input *PutEvaluationsInput) (req *request.Request, output *PutEvaluationsOutput)
PutEvaluationsRequest generates a "aws/request.Request" representing the client's request for the PutEvaluations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutEvaluations for more information on using the PutEvaluations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutEvaluationsRequest method. req, resp := client.PutEvaluationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutEvaluations
func (*ConfigService) PutEvaluationsWithContext ¶
func (c *ConfigService) PutEvaluationsWithContext(ctx aws.Context, input *PutEvaluationsInput, opts ...request.Option) (*PutEvaluationsOutput, error)
PutEvaluationsWithContext is the same as PutEvaluations with the addition of the ability to pass a context and additional request options.
See PutEvaluations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) PutOrganizationConfigRule ¶
func (c *ConfigService) PutOrganizationConfigRule(input *PutOrganizationConfigRuleInput) (*PutOrganizationConfigRuleOutput, error)
PutOrganizationConfigRule API operation for AWS Config.
Adds or updates organization config rule for your entire organization evaluating whether your AWS resources comply with your desired configurations. Only a master account can create or update an organization config rule.
This API enables organization service access through the EnableAWSServiceAccess action and creates a service linked role AWSServiceRoleForConfigMultiAccountSetup in the master account of your organization. The service linked role is created only when the role does not exist in the master account. AWS Config verifies the existence of role with GetRole action.
You can use this action to create both custom AWS Config rules and AWS managed Config rules. If you are adding a new custom AWS Config rule, you must first create AWS Lambda function in the master account that the rule invokes to evaluate your resources. When you use the PutOrganizationConfigRule action to add the rule to AWS Config, you must specify the Amazon Resource Name (ARN) that AWS Lambda assigns to the function. If you are adding an AWS managed Config rule, specify the rule's identifier for the RuleIdentifier key.
The maximum number of organization config rules that AWS Config supports is 150.
Specify either OrganizationCustomRuleMetadata or OrganizationManagedRuleMetadata.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation PutOrganizationConfigRule for usage and error information.
Returned Error Types:
MaxNumberOfOrganizationConfigRulesExceededException You have reached the limit of the number of organization config rules you can create.
ResourceInUseException You see this exception in the following cases:
For DeleteConfigRule, AWS Config is deleting this rule. Try your request again later.
For DeleteConfigRule, the rule is deleting your evaluation results. Try your request again later.
For DeleteConfigRule, a remediation action is associated with the rule and AWS Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.
For PutConfigOrganizationRule, organization config rule deletion is in progress. Try your request again later.
For DeleteOrganizationConfigRule, organization config rule creation is in progress. Try your request again later.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
ValidationException The requested action is not valid.
OrganizationAccessDeniedException For PutConfigAggregator API, no permission to call EnableAWSServiceAccess API.
For all OrganizationConfigRule and OrganizationConformancePack APIs, AWS Config throws an exception if APIs are called from member accounts. All APIs must be called from organization master account.
NoAvailableOrganizationException Organization is no longer available.
OrganizationAllFeaturesNotEnabledException AWS Config resource cannot be created because your organization does not have all features enabled.
InsufficientPermissionsException Indicates one of the following errors:
For PutConfigRule, the rule cannot be created because the IAM role assigned to AWS Config lacks permissions to perform the config:Put* action.
For PutConfigRule, the AWS Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.
For PutOrganizationConfigRule, organization config rule cannot be created because you do not have permissions to call IAM GetRole action or create a service linked role.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack cannot be created because you do not have permissions: To call IAM GetRole action or create a service linked role. To read Amazon S3 bucket.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutOrganizationConfigRule
func (*ConfigService) PutOrganizationConfigRuleRequest ¶
func (c *ConfigService) PutOrganizationConfigRuleRequest(input *PutOrganizationConfigRuleInput) (req *request.Request, output *PutOrganizationConfigRuleOutput)
PutOrganizationConfigRuleRequest generates a "aws/request.Request" representing the client's request for the PutOrganizationConfigRule operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutOrganizationConfigRule for more information on using the PutOrganizationConfigRule API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutOrganizationConfigRuleRequest method. req, resp := client.PutOrganizationConfigRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutOrganizationConfigRule
func (*ConfigService) PutOrganizationConfigRuleWithContext ¶
func (c *ConfigService) PutOrganizationConfigRuleWithContext(ctx aws.Context, input *PutOrganizationConfigRuleInput, opts ...request.Option) (*PutOrganizationConfigRuleOutput, error)
PutOrganizationConfigRuleWithContext is the same as PutOrganizationConfigRule with the addition of the ability to pass a context and additional request options.
See PutOrganizationConfigRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) PutOrganizationConformancePack ¶
func (c *ConfigService) PutOrganizationConformancePack(input *PutOrganizationConformancePackInput) (*PutOrganizationConformancePackOutput, error)
PutOrganizationConformancePack API operation for AWS Config.
Deploys conformance packs across member accounts in an AWS Organization.
This API enables organization service access for config-multiaccountsetup.amazonaws.com through the EnableAWSServiceAccess action and creates a service linked role AWSServiceRoleForConfigMultiAccountSetup in the master account of your organization. The service linked role is created only when the role does not exist in the master account. AWS Config verifies the existence of role with GetRole action.
You must specify either the TemplateS3Uri or the TemplateBody parameter, but not both. If you provide both AWS Config uses the TemplateS3Uri parameter and ignores the TemplateBody parameter.
AWS Config sets the state of a conformance pack to CREATE_IN_PROGRESS and UPDATE_IN_PROGRESS until the confomance pack is created or updated. You cannot update a conformance pack while it is in this state.
You can create 6 conformance packs with 25 AWS Config rules in each pack.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation PutOrganizationConformancePack for usage and error information.
Returned Error Types:
MaxNumberOfOrganizationConformancePacksExceededException You have reached the limit (6) of the number of organization conformance packs in an account (6 conformance pack with 25 AWS Config rules per pack per account).
ResourceInUseException You see this exception in the following cases:
For DeleteConfigRule, AWS Config is deleting this rule. Try your request again later.
For DeleteConfigRule, the rule is deleting your evaluation results. Try your request again later.
For DeleteConfigRule, a remediation action is associated with the rule and AWS Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.
For PutConfigOrganizationRule, organization config rule deletion is in progress. Try your request again later.
For DeleteOrganizationConfigRule, organization config rule creation is in progress. Try your request again later.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
ValidationException The requested action is not valid.
OrganizationAccessDeniedException For PutConfigAggregator API, no permission to call EnableAWSServiceAccess API.
For all OrganizationConfigRule and OrganizationConformancePack APIs, AWS Config throws an exception if APIs are called from member accounts. All APIs must be called from organization master account.
InsufficientPermissionsException Indicates one of the following errors:
For PutConfigRule, the rule cannot be created because the IAM role assigned to AWS Config lacks permissions to perform the config:Put* action.
For PutConfigRule, the AWS Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.
For PutOrganizationConfigRule, organization config rule cannot be created because you do not have permissions to call IAM GetRole action or create a service linked role.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack cannot be created because you do not have permissions: To call IAM GetRole action or create a service linked role. To read Amazon S3 bucket.
OrganizationConformancePackTemplateValidationException You have specified a template that is not valid or supported.
OrganizationAllFeaturesNotEnabledException AWS Config resource cannot be created because your organization does not have all features enabled.
NoAvailableOrganizationException Organization is no longer available.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutOrganizationConformancePack
func (*ConfigService) PutOrganizationConformancePackRequest ¶
func (c *ConfigService) PutOrganizationConformancePackRequest(input *PutOrganizationConformancePackInput) (req *request.Request, output *PutOrganizationConformancePackOutput)
PutOrganizationConformancePackRequest generates a "aws/request.Request" representing the client's request for the PutOrganizationConformancePack operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutOrganizationConformancePack for more information on using the PutOrganizationConformancePack API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutOrganizationConformancePackRequest method. req, resp := client.PutOrganizationConformancePackRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutOrganizationConformancePack
func (*ConfigService) PutOrganizationConformancePackWithContext ¶
func (c *ConfigService) PutOrganizationConformancePackWithContext(ctx aws.Context, input *PutOrganizationConformancePackInput, opts ...request.Option) (*PutOrganizationConformancePackOutput, error)
PutOrganizationConformancePackWithContext is the same as PutOrganizationConformancePack with the addition of the ability to pass a context and additional request options.
See PutOrganizationConformancePack for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) PutRemediationConfigurations ¶
func (c *ConfigService) PutRemediationConfigurations(input *PutRemediationConfigurationsInput) (*PutRemediationConfigurationsOutput, error)
PutRemediationConfigurations API operation for AWS Config.
Adds or updates the remediation configuration with a specific AWS Config rule with the selected target or action. The API creates the RemediationConfiguration object for the AWS Config rule. The AWS Config rule must already exist for you to add a remediation configuration. The target (SSM document) must exist and have permissions to use the target.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Config's API operation PutRemediationConfigurations for usage and error information.
Returned Error Types:
InsufficientPermissionsException Indicates one of the following errors:
For PutConfigRule, the rule cannot be created because the IAM role assigned to AWS Config lacks permissions to perform the config:Put* action.
For PutConfigRule, the AWS Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.
For PutOrganizationConfigRule, organization config rule cannot be created because you do not have permissions to call IAM GetRole action or create a service linked role.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack cannot be created because you do not have permissions: To call IAM GetRole action or create a service linked role. To read Amazon S3 bucket.
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutRemediationConfigurations
func (*ConfigService) PutRemediationConfigurationsRequest ¶
func (c *ConfigService) PutRemediationConfigurationsRequest(input *PutRemediationConfigurationsInput) (req *request.Request, output *PutRemediationConfigurationsOutput)
PutRemediationConfigurationsRequest generates a "aws/request.Request" representing the client's request for the PutRemediationConfigurations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutRemediationConfigurations for more information on using the PutRemediationConfigurations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutRemediationConfigurationsRequest method. req, resp := client.PutRemediationConfigurationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutRemediationConfigurations
func (*ConfigService) PutRemediationConfigurationsWithContext ¶
func (c *ConfigService) PutRemediationConfigurationsWithContext(ctx aws.Context, input *PutRemediationConfigurationsInput, opts ...request.Option) (*PutRemediationConfigurationsOutput, error)
PutRemediationConfigurationsWithContext is the same as PutRemediationConfigurations with the addition of the ability to pass a context and additional request options.
See PutRemediationConfigurations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) PutRemediationExceptions ¶
func (c *ConfigService) PutRemediationExceptions(input *PutRemediationExceptionsInput) (*PutRemediationExceptionsOutput, error)
PutRemediationExceptions API operation for AWS Config.
A remediation exception is when a specific resource is no longer considered for auto-remediation. This API adds a new exception or updates an exisiting exception for a specific resource with a specific AWS Config rule.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation PutRemediationExceptions for usage and error information.
Returned Error Types:
- InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutRemediationExceptions
func (*ConfigService) PutRemediationExceptionsRequest ¶
func (c *ConfigService) PutRemediationExceptionsRequest(input *PutRemediationExceptionsInput) (req *request.Request, output *PutRemediationExceptionsOutput)
PutRemediationExceptionsRequest generates a "aws/request.Request" representing the client's request for the PutRemediationExceptions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutRemediationExceptions for more information on using the PutRemediationExceptions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutRemediationExceptionsRequest method. req, resp := client.PutRemediationExceptionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutRemediationExceptions
func (*ConfigService) PutRemediationExceptionsWithContext ¶
func (c *ConfigService) PutRemediationExceptionsWithContext(ctx aws.Context, input *PutRemediationExceptionsInput, opts ...request.Option) (*PutRemediationExceptionsOutput, error)
PutRemediationExceptionsWithContext is the same as PutRemediationExceptions with the addition of the ability to pass a context and additional request options.
See PutRemediationExceptions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) PutResourceConfig ¶
func (c *ConfigService) PutResourceConfig(input *PutResourceConfigInput) (*PutResourceConfigOutput, error)
PutResourceConfig API operation for AWS Config.
Records the configuration state for the resource provided in the request. The configuration state of a resource is represented in AWS Config as Configuration Items. Once this API records the configuration item, you can retrieve the list of configuration items for the custom resource type using existing AWS Config APIs.
The custom resource type must be registered with AWS CloudFormation. This API accepts the configuration item registered with AWS CloudFormation.
When you call this API, AWS Config only stores configuration state of the resource provided in the request. This API does not change or remediate the configuration of the resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Config's API operation PutResourceConfig for usage and error information.
Returned Error Types:
ValidationException The requested action is not valid.
InsufficientPermissionsException Indicates one of the following errors:
For PutConfigRule, the rule cannot be created because the IAM role assigned to AWS Config lacks permissions to perform the config:Put* action.
For PutConfigRule, the AWS Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.
For PutOrganizationConfigRule, organization config rule cannot be created because you do not have permissions to call IAM GetRole action or create a service linked role.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack cannot be created because you do not have permissions: To call IAM GetRole action or create a service linked role. To read Amazon S3 bucket.
NoRunningConfigurationRecorderException There is no configuration recorder running.
MaxActiveResourcesExceededException You have reached the limit (100,000) of active custom resource types in your account. Delete unused resources using DeleteResourceConfig.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutResourceConfig
func (*ConfigService) PutResourceConfigRequest ¶
func (c *ConfigService) PutResourceConfigRequest(input *PutResourceConfigInput) (req *request.Request, output *PutResourceConfigOutput)
PutResourceConfigRequest generates a "aws/request.Request" representing the client's request for the PutResourceConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutResourceConfig for more information on using the PutResourceConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutResourceConfigRequest method. req, resp := client.PutResourceConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutResourceConfig
func (*ConfigService) PutResourceConfigWithContext ¶
func (c *ConfigService) PutResourceConfigWithContext(ctx aws.Context, input *PutResourceConfigInput, opts ...request.Option) (*PutResourceConfigOutput, error)
PutResourceConfigWithContext is the same as PutResourceConfig with the addition of the ability to pass a context and additional request options.
See PutResourceConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) PutRetentionConfiguration ¶
func (c *ConfigService) PutRetentionConfiguration(input *PutRetentionConfigurationInput) (*PutRetentionConfigurationOutput, error)
PutRetentionConfiguration API operation for AWS Config.
Creates and updates the retention configuration with details about retention period (number of days) that AWS Config stores your historical information. The API creates the RetentionConfiguration object and names the object as default. When you have a RetentionConfiguration object named default, calling the API modifies the default object.
Currently, AWS Config supports only one retention configuration per region in your account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Config's API operation PutRetentionConfiguration for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
MaxNumberOfRetentionConfigurationsExceededException Failed to add the retention configuration because a retention configuration with that name already exists.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutRetentionConfiguration
func (*ConfigService) PutRetentionConfigurationRequest ¶
func (c *ConfigService) PutRetentionConfigurationRequest(input *PutRetentionConfigurationInput) (req *request.Request, output *PutRetentionConfigurationOutput)
PutRetentionConfigurationRequest generates a "aws/request.Request" representing the client's request for the PutRetentionConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutRetentionConfiguration for more information on using the PutRetentionConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutRetentionConfigurationRequest method. req, resp := client.PutRetentionConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutRetentionConfiguration
func (*ConfigService) PutRetentionConfigurationWithContext ¶
func (c *ConfigService) PutRetentionConfigurationWithContext(ctx aws.Context, input *PutRetentionConfigurationInput, opts ...request.Option) (*PutRetentionConfigurationOutput, error)
PutRetentionConfigurationWithContext is the same as PutRetentionConfiguration with the addition of the ability to pass a context and additional request options.
See PutRetentionConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) SelectAggregateResourceConfig ¶
func (c *ConfigService) SelectAggregateResourceConfig(input *SelectAggregateResourceConfigInput) (*SelectAggregateResourceConfigOutput, error)
SelectAggregateResourceConfig API operation for AWS Config.
Accepts a structured query language (SQL) SELECT command and an aggregator to query configuration state of AWS resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties.
For more information about query components, see the Query Components (https://docs.aws.amazon.com/config/latest/developerguide/query-components.html) section in the AWS Config Developer 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 Config's API operation SelectAggregateResourceConfig for usage and error information.
Returned Error Types:
InvalidExpressionException The syntax of the query is incorrect.
NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/SelectAggregateResourceConfig
func (*ConfigService) SelectAggregateResourceConfigPages ¶
func (c *ConfigService) SelectAggregateResourceConfigPages(input *SelectAggregateResourceConfigInput, fn func(*SelectAggregateResourceConfigOutput, bool) bool) error
SelectAggregateResourceConfigPages iterates over the pages of a SelectAggregateResourceConfig operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See SelectAggregateResourceConfig 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 SelectAggregateResourceConfig operation. pageNum := 0 err := client.SelectAggregateResourceConfigPages(params, func(page *configservice.SelectAggregateResourceConfigOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*ConfigService) SelectAggregateResourceConfigPagesWithContext ¶
func (c *ConfigService) SelectAggregateResourceConfigPagesWithContext(ctx aws.Context, input *SelectAggregateResourceConfigInput, fn func(*SelectAggregateResourceConfigOutput, bool) bool, opts ...request.Option) error
SelectAggregateResourceConfigPagesWithContext same as SelectAggregateResourceConfigPages 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 (*ConfigService) SelectAggregateResourceConfigRequest ¶
func (c *ConfigService) SelectAggregateResourceConfigRequest(input *SelectAggregateResourceConfigInput) (req *request.Request, output *SelectAggregateResourceConfigOutput)
SelectAggregateResourceConfigRequest generates a "aws/request.Request" representing the client's request for the SelectAggregateResourceConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See SelectAggregateResourceConfig for more information on using the SelectAggregateResourceConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the SelectAggregateResourceConfigRequest method. req, resp := client.SelectAggregateResourceConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/SelectAggregateResourceConfig
func (*ConfigService) SelectAggregateResourceConfigWithContext ¶
func (c *ConfigService) SelectAggregateResourceConfigWithContext(ctx aws.Context, input *SelectAggregateResourceConfigInput, opts ...request.Option) (*SelectAggregateResourceConfigOutput, error)
SelectAggregateResourceConfigWithContext is the same as SelectAggregateResourceConfig with the addition of the ability to pass a context and additional request options.
See SelectAggregateResourceConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) SelectResourceConfig ¶
func (c *ConfigService) SelectResourceConfig(input *SelectResourceConfigInput) (*SelectResourceConfigOutput, error)
SelectResourceConfig API operation for AWS Config.
Accepts a structured query language (SQL) SELECT command, performs the corresponding search, and returns resource configurations matching the properties.
For more information about query components, see the Query Components (https://docs.aws.amazon.com/config/latest/developerguide/query-components.html) section in the AWS Config Developer 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 Config's API operation SelectResourceConfig for usage and error information.
Returned Error Types:
InvalidExpressionException The syntax of the query is incorrect.
InvalidLimitException The specified limit is outside the allowable range.
InvalidNextTokenException The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/SelectResourceConfig
func (*ConfigService) SelectResourceConfigRequest ¶
func (c *ConfigService) SelectResourceConfigRequest(input *SelectResourceConfigInput) (req *request.Request, output *SelectResourceConfigOutput)
SelectResourceConfigRequest generates a "aws/request.Request" representing the client's request for the SelectResourceConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See SelectResourceConfig for more information on using the SelectResourceConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the SelectResourceConfigRequest method. req, resp := client.SelectResourceConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/SelectResourceConfig
func (*ConfigService) SelectResourceConfigWithContext ¶
func (c *ConfigService) SelectResourceConfigWithContext(ctx aws.Context, input *SelectResourceConfigInput, opts ...request.Option) (*SelectResourceConfigOutput, error)
SelectResourceConfigWithContext is the same as SelectResourceConfig with the addition of the ability to pass a context and additional request options.
See SelectResourceConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) StartConfigRulesEvaluation ¶
func (c *ConfigService) StartConfigRulesEvaluation(input *StartConfigRulesEvaluationInput) (*StartConfigRulesEvaluationOutput, error)
StartConfigRulesEvaluation API operation for AWS Config.
Runs an on-demand evaluation for the specified AWS Config rules against the last known configuration state of the resources. Use StartConfigRulesEvaluation when you want to test that a rule you updated is working as expected. StartConfigRulesEvaluation does not re-record the latest configuration state for your resources. It re-runs an evaluation against the last known state of your resources.
You can specify up to 25 AWS Config rules per request.
An existing StartConfigRulesEvaluation call for the specified rules must complete before you can call the API again. If you chose to have AWS Config stream to an Amazon SNS topic, you will receive a ConfigRuleEvaluationStarted notification when the evaluation starts.
You don't need to call the StartConfigRulesEvaluation API to run an evaluation for a new rule. When you create a rule, AWS Config evaluates your resources against the rule automatically.
The StartConfigRulesEvaluation API is useful if you want to run on-demand evaluations, such as the following example:
You have a custom rule that evaluates your IAM resources every 24 hours.
You update your Lambda function to add additional conditions to your rule.
Instead of waiting for the next periodic evaluation, you call the StartConfigRulesEvaluation API.
AWS Config invokes your Lambda function and evaluates your IAM resources.
Your custom rule will still run periodic evaluations every 24 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 Config's API operation StartConfigRulesEvaluation for usage and error information.
Returned Error Types:
NoSuchConfigRuleException One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.
LimitExceededException For StartConfigRulesEvaluation API, this exception is thrown if an evaluation is in progress or if you call the StartConfigRulesEvaluation API more than once per minute.
For PutConfigurationAggregator API, this exception is thrown if the number of accounts and aggregators exceeds the limit.
ResourceInUseException You see this exception in the following cases:
For DeleteConfigRule, AWS Config is deleting this rule. Try your request again later.
For DeleteConfigRule, the rule is deleting your evaluation results. Try your request again later.
For DeleteConfigRule, a remediation action is associated with the rule and AWS Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.
For PutConfigOrganizationRule, organization config rule deletion is in progress. Try your request again later.
For DeleteOrganizationConfigRule, organization config rule creation is in progress. Try your request again later.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StartConfigRulesEvaluation
func (*ConfigService) StartConfigRulesEvaluationRequest ¶
func (c *ConfigService) StartConfigRulesEvaluationRequest(input *StartConfigRulesEvaluationInput) (req *request.Request, output *StartConfigRulesEvaluationOutput)
StartConfigRulesEvaluationRequest generates a "aws/request.Request" representing the client's request for the StartConfigRulesEvaluation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartConfigRulesEvaluation for more information on using the StartConfigRulesEvaluation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartConfigRulesEvaluationRequest method. req, resp := client.StartConfigRulesEvaluationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StartConfigRulesEvaluation
func (*ConfigService) StartConfigRulesEvaluationWithContext ¶
func (c *ConfigService) StartConfigRulesEvaluationWithContext(ctx aws.Context, input *StartConfigRulesEvaluationInput, opts ...request.Option) (*StartConfigRulesEvaluationOutput, error)
StartConfigRulesEvaluationWithContext is the same as StartConfigRulesEvaluation with the addition of the ability to pass a context and additional request options.
See StartConfigRulesEvaluation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) StartConfigurationRecorder ¶
func (c *ConfigService) StartConfigurationRecorder(input *StartConfigurationRecorderInput) (*StartConfigurationRecorderOutput, error)
StartConfigurationRecorder API operation for AWS Config.
Starts recording configurations of the AWS resources you have selected to record in your AWS account.
You must have created at least one delivery channel to successfully start the configuration recorder.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation StartConfigurationRecorder for usage and error information.
Returned Error Types:
NoSuchConfigurationRecorderException You have specified a configuration recorder that does not exist.
NoAvailableDeliveryChannelException There is no delivery channel available to record configurations.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StartConfigurationRecorder
func (*ConfigService) StartConfigurationRecorderRequest ¶
func (c *ConfigService) StartConfigurationRecorderRequest(input *StartConfigurationRecorderInput) (req *request.Request, output *StartConfigurationRecorderOutput)
StartConfigurationRecorderRequest generates a "aws/request.Request" representing the client's request for the StartConfigurationRecorder operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartConfigurationRecorder for more information on using the StartConfigurationRecorder API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartConfigurationRecorderRequest method. req, resp := client.StartConfigurationRecorderRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StartConfigurationRecorder
func (*ConfigService) StartConfigurationRecorderWithContext ¶
func (c *ConfigService) StartConfigurationRecorderWithContext(ctx aws.Context, input *StartConfigurationRecorderInput, opts ...request.Option) (*StartConfigurationRecorderOutput, error)
StartConfigurationRecorderWithContext is the same as StartConfigurationRecorder with the addition of the ability to pass a context and additional request options.
See StartConfigurationRecorder for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) StartRemediationExecution ¶
func (c *ConfigService) StartRemediationExecution(input *StartRemediationExecutionInput) (*StartRemediationExecutionOutput, error)
StartRemediationExecution API operation for AWS Config.
Runs an on-demand remediation for the specified AWS Config rules against the last known remediation configuration. It runs an execution against the current state of your resources. Remediation execution is asynchronous.
You can specify up to 100 resource keys per request. An existing StartRemediationExecution call for the specified resource keys must complete before you can call the API again.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation StartRemediationExecution for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.
InsufficientPermissionsException Indicates one of the following errors:
For PutConfigRule, the rule cannot be created because the IAM role assigned to AWS Config lacks permissions to perform the config:Put* action.
For PutConfigRule, the AWS Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.
For PutOrganizationConfigRule, organization config rule cannot be created because you do not have permissions to call IAM GetRole action or create a service linked role.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack cannot be created because you do not have permissions: To call IAM GetRole action or create a service linked role. To read Amazon S3 bucket.
NoSuchRemediationConfigurationException You specified an AWS Config rule without a remediation configuration.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StartRemediationExecution
func (*ConfigService) StartRemediationExecutionRequest ¶
func (c *ConfigService) StartRemediationExecutionRequest(input *StartRemediationExecutionInput) (req *request.Request, output *StartRemediationExecutionOutput)
StartRemediationExecutionRequest generates a "aws/request.Request" representing the client's request for the StartRemediationExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartRemediationExecution for more information on using the StartRemediationExecution API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartRemediationExecutionRequest method. req, resp := client.StartRemediationExecutionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StartRemediationExecution
func (*ConfigService) StartRemediationExecutionWithContext ¶
func (c *ConfigService) StartRemediationExecutionWithContext(ctx aws.Context, input *StartRemediationExecutionInput, opts ...request.Option) (*StartRemediationExecutionOutput, error)
StartRemediationExecutionWithContext is the same as StartRemediationExecution with the addition of the ability to pass a context and additional request options.
See StartRemediationExecution for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) StopConfigurationRecorder ¶
func (c *ConfigService) StopConfigurationRecorder(input *StopConfigurationRecorderInput) (*StopConfigurationRecorderOutput, error)
StopConfigurationRecorder API operation for AWS Config.
Stops recording configurations of the AWS resources you have selected to record in your AWS account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Config's API operation StopConfigurationRecorder for usage and error information.
Returned Error Types:
- NoSuchConfigurationRecorderException You have specified a configuration recorder that does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StopConfigurationRecorder
func (*ConfigService) StopConfigurationRecorderRequest ¶
func (c *ConfigService) StopConfigurationRecorderRequest(input *StopConfigurationRecorderInput) (req *request.Request, output *StopConfigurationRecorderOutput)
StopConfigurationRecorderRequest generates a "aws/request.Request" representing the client's request for the StopConfigurationRecorder operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StopConfigurationRecorder for more information on using the StopConfigurationRecorder API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StopConfigurationRecorderRequest method. req, resp := client.StopConfigurationRecorderRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StopConfigurationRecorder
func (*ConfigService) StopConfigurationRecorderWithContext ¶
func (c *ConfigService) StopConfigurationRecorderWithContext(ctx aws.Context, input *StopConfigurationRecorderInput, opts ...request.Option) (*StopConfigurationRecorderOutput, error)
StopConfigurationRecorderWithContext is the same as StopConfigurationRecorder with the addition of the ability to pass a context and additional request options.
See StopConfigurationRecorder for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) TagResource ¶
func (c *ConfigService) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
TagResource API operation for AWS Config.
Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are deleted as well.
Returns awserr.Error for service API and SDK errors. Use runtime 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 Config's API operation TagResource for usage and error information.
Returned Error Types:
ValidationException The requested action is not valid.
ResourceNotFoundException You have specified a resource that does not exist.
TooManyTagsException You have reached the limit of the number of tags you can use. You have more than 50 tags.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/TagResource
func (*ConfigService) TagResourceRequest ¶
func (c *ConfigService) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TagResource for more information on using the TagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TagResourceRequest method. req, resp := client.TagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/TagResource
func (*ConfigService) TagResourceWithContext ¶
func (c *ConfigService) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.
See TagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*ConfigService) UntagResource ¶
func (c *ConfigService) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
UntagResource API operation for AWS Config.
Deletes specified tags from a resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Config's API operation UntagResource for usage and error information.
Returned Error Types:
ValidationException The requested action is not valid.
ResourceNotFoundException You have specified a resource that does not exist.
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/UntagResource
func (*ConfigService) UntagResourceRequest ¶
func (c *ConfigService) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UntagResource for more information on using the UntagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UntagResourceRequest method. req, resp := client.UntagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/UntagResource
func (*ConfigService) UntagResourceWithContext ¶
func (c *ConfigService) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.
See UntagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. 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 ConfigSnapshotDeliveryProperties ¶
type ConfigSnapshotDeliveryProperties struct { // The frequency with which AWS Config delivers configuration snapshots. DeliveryFrequency *string `locationName:"deliveryFrequency" type:"string" enum:"MaximumExecutionFrequency"` // contains filtered or unexported fields }
Provides options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket in your delivery channel.
The frequency for a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot is set by one of two values, depending on which is less frequent:
The value for the deliveryFrequency parameter within the delivery channel configuration, which sets how often AWS Config delivers configuration snapshots. This value also sets how often AWS Config invokes evaluations for AWS Config rules.
The value for the MaximumExecutionFrequency parameter, which sets the maximum frequency with which AWS Config invokes evaluations for the rule. For more information, see ConfigRule.
If the deliveryFrequency value is less frequent than the MaximumExecutionFrequency value for a rule, AWS Config invokes the rule only as often as the deliveryFrequency value.
For example, you want your rule to run evaluations when AWS Config delivers the configuration snapshot.
You specify the MaximumExecutionFrequency value for Six_Hours.
You then specify the delivery channel deliveryFrequency value for TwentyFour_Hours.
Because the value for deliveryFrequency is less frequent than MaximumExecutionFrequency, AWS Config invokes evaluations for the rule every 24 hours.
You should set the MaximumExecutionFrequency value to be at least as frequent as the deliveryFrequency value. You can view the deliveryFrequency value by using the DescribeDeliveryChannnels action.
To update the deliveryFrequency with which AWS Config delivers your configuration snapshots, use the PutDeliveryChannel action.
func (ConfigSnapshotDeliveryProperties) GoString ¶
func (s ConfigSnapshotDeliveryProperties) GoString() string
GoString returns the string representation
func (*ConfigSnapshotDeliveryProperties) SetDeliveryFrequency ¶
func (s *ConfigSnapshotDeliveryProperties) SetDeliveryFrequency(v string) *ConfigSnapshotDeliveryProperties
SetDeliveryFrequency sets the DeliveryFrequency field's value.
func (ConfigSnapshotDeliveryProperties) String ¶
func (s ConfigSnapshotDeliveryProperties) String() string
String returns the string representation
type ConfigStreamDeliveryInfo ¶
type ConfigStreamDeliveryInfo struct { // The error code from the last attempted delivery. LastErrorCode *string `locationName:"lastErrorCode" type:"string"` // The error message from the last attempted delivery. LastErrorMessage *string `locationName:"lastErrorMessage" type:"string"` // Status of the last attempted delivery. // // Note Providing an SNS topic on a DeliveryChannel (https://docs.aws.amazon.com/config/latest/APIReference/API_DeliveryChannel.html) // for AWS Config is optional. If the SNS delivery is turned off, the last status // will be Not_Applicable. LastStatus *string `locationName:"lastStatus" type:"string" enum:"DeliveryStatus"` // The time from the last status change. LastStatusChangeTime *time.Time `locationName:"lastStatusChangeTime" type:"timestamp"` // contains filtered or unexported fields }
A list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic.
func (ConfigStreamDeliveryInfo) GoString ¶
func (s ConfigStreamDeliveryInfo) GoString() string
GoString returns the string representation
func (*ConfigStreamDeliveryInfo) SetLastErrorCode ¶
func (s *ConfigStreamDeliveryInfo) SetLastErrorCode(v string) *ConfigStreamDeliveryInfo
SetLastErrorCode sets the LastErrorCode field's value.
func (*ConfigStreamDeliveryInfo) SetLastErrorMessage ¶
func (s *ConfigStreamDeliveryInfo) SetLastErrorMessage(v string) *ConfigStreamDeliveryInfo
SetLastErrorMessage sets the LastErrorMessage field's value.
func (*ConfigStreamDeliveryInfo) SetLastStatus ¶
func (s *ConfigStreamDeliveryInfo) SetLastStatus(v string) *ConfigStreamDeliveryInfo
SetLastStatus sets the LastStatus field's value.
func (*ConfigStreamDeliveryInfo) SetLastStatusChangeTime ¶
func (s *ConfigStreamDeliveryInfo) SetLastStatusChangeTime(v time.Time) *ConfigStreamDeliveryInfo
SetLastStatusChangeTime sets the LastStatusChangeTime field's value.
func (ConfigStreamDeliveryInfo) String ¶
func (s ConfigStreamDeliveryInfo) String() string
String returns the string representation
type ConfigurationAggregator ¶
type ConfigurationAggregator struct { // Provides a list of source accounts and regions to be aggregated. AccountAggregationSources []*AccountAggregationSource `type:"list"` // The Amazon Resource Name (ARN) of the aggregator. ConfigurationAggregatorArn *string `type:"string"` // The name of the aggregator. ConfigurationAggregatorName *string `min:"1" type:"string"` // The time stamp when the configuration aggregator was created. CreationTime *time.Time `type:"timestamp"` // The time of the last update. LastUpdatedTime *time.Time `type:"timestamp"` // Provides an organization and list of regions to be aggregated. OrganizationAggregationSource *OrganizationAggregationSource `type:"structure"` // contains filtered or unexported fields }
The details about the configuration aggregator, including information about source accounts, regions, and metadata of the aggregator.
func (ConfigurationAggregator) GoString ¶
func (s ConfigurationAggregator) GoString() string
GoString returns the string representation
func (*ConfigurationAggregator) SetAccountAggregationSources ¶
func (s *ConfigurationAggregator) SetAccountAggregationSources(v []*AccountAggregationSource) *ConfigurationAggregator
SetAccountAggregationSources sets the AccountAggregationSources field's value.
func (*ConfigurationAggregator) SetConfigurationAggregatorArn ¶
func (s *ConfigurationAggregator) SetConfigurationAggregatorArn(v string) *ConfigurationAggregator
SetConfigurationAggregatorArn sets the ConfigurationAggregatorArn field's value.
func (*ConfigurationAggregator) SetConfigurationAggregatorName ¶
func (s *ConfigurationAggregator) SetConfigurationAggregatorName(v string) *ConfigurationAggregator
SetConfigurationAggregatorName sets the ConfigurationAggregatorName field's value.
func (*ConfigurationAggregator) SetCreationTime ¶
func (s *ConfigurationAggregator) SetCreationTime(v time.Time) *ConfigurationAggregator
SetCreationTime sets the CreationTime field's value.
func (*ConfigurationAggregator) SetLastUpdatedTime ¶
func (s *ConfigurationAggregator) SetLastUpdatedTime(v time.Time) *ConfigurationAggregator
SetLastUpdatedTime sets the LastUpdatedTime field's value.
func (*ConfigurationAggregator) SetOrganizationAggregationSource ¶
func (s *ConfigurationAggregator) SetOrganizationAggregationSource(v *OrganizationAggregationSource) *ConfigurationAggregator
SetOrganizationAggregationSource sets the OrganizationAggregationSource field's value.
func (ConfigurationAggregator) String ¶
func (s ConfigurationAggregator) String() string
String returns the string representation
type ConfigurationItem ¶
type ConfigurationItem struct { // The 12-digit AWS account ID associated with the resource. AccountId *string `locationName:"accountId" type:"string"` // accoun Arn *string `locationName:"arn" type:"string"` // The Availability Zone associated with the resource. AvailabilityZone *string `locationName:"availabilityZone" type:"string"` // The region where the resource resides. AwsRegion *string `locationName:"awsRegion" min:"1" type:"string"` // The description of the resource configuration. Configuration *string `locationName:"configuration" type:"string"` // The time when the configuration recording was initiated. ConfigurationItemCaptureTime *time.Time `locationName:"configurationItemCaptureTime" type:"timestamp"` // Unique MD5 hash that represents the configuration item's state. // // You can use MD5 hash to compare the states of two or more configuration items // that are associated with the same resource. ConfigurationItemMD5Hash *string `locationName:"configurationItemMD5Hash" type:"string"` // The configuration item status. ConfigurationItemStatus *string `locationName:"configurationItemStatus" type:"string" enum:"ConfigurationItemStatus"` // An identifier that indicates the ordering of the configuration items of a // resource. ConfigurationStateId *string `locationName:"configurationStateId" type:"string"` // A list of CloudTrail event IDs. // // A populated field indicates that the current configuration was initiated // by the events recorded in the CloudTrail log. For more information about // CloudTrail, see What Is AWS CloudTrail (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html). // // An empty field indicates that the current configuration was not initiated // by any event. As of Version 1.3, the relatedEvents field is empty. You can // access the LookupEvents API (https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_LookupEvents.html) // in the AWS CloudTrail API Reference to retrieve the events for the resource. RelatedEvents []*string `locationName:"relatedEvents" type:"list"` // A list of related AWS resources. Relationships []*Relationship `locationName:"relationships" type:"list"` // The time stamp when the resource was created. ResourceCreationTime *time.Time `locationName:"resourceCreationTime" type:"timestamp"` // The ID of the resource (for example, sg-xxxxxx). ResourceId *string `locationName:"resourceId" min:"1" type:"string"` // The custom name of the resource, if available. ResourceName *string `locationName:"resourceName" type:"string"` // The type of AWS resource. ResourceType *string `locationName:"resourceType" type:"string" enum:"ResourceType"` // Configuration attributes that AWS Config returns for certain resource types // to supplement the information returned for the configuration parameter. SupplementaryConfiguration map[string]*string `locationName:"supplementaryConfiguration" type:"map"` // A mapping of key value tags associated with the resource. Tags map[string]*string `locationName:"tags" type:"map"` // The version number of the resource configuration. Version *string `locationName:"version" type:"string"` // contains filtered or unexported fields }
A list that contains detailed configurations of a specified resource.
func (ConfigurationItem) GoString ¶
func (s ConfigurationItem) GoString() string
GoString returns the string representation
func (*ConfigurationItem) SetAccountId ¶
func (s *ConfigurationItem) SetAccountId(v string) *ConfigurationItem
SetAccountId sets the AccountId field's value.
func (*ConfigurationItem) SetArn ¶
func (s *ConfigurationItem) SetArn(v string) *ConfigurationItem
SetArn sets the Arn field's value.
func (*ConfigurationItem) SetAvailabilityZone ¶
func (s *ConfigurationItem) SetAvailabilityZone(v string) *ConfigurationItem
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*ConfigurationItem) SetAwsRegion ¶
func (s *ConfigurationItem) SetAwsRegion(v string) *ConfigurationItem
SetAwsRegion sets the AwsRegion field's value.
func (*ConfigurationItem) SetConfiguration ¶
func (s *ConfigurationItem) SetConfiguration(v string) *ConfigurationItem
SetConfiguration sets the Configuration field's value.
func (*ConfigurationItem) SetConfigurationItemCaptureTime ¶
func (s *ConfigurationItem) SetConfigurationItemCaptureTime(v time.Time) *ConfigurationItem
SetConfigurationItemCaptureTime sets the ConfigurationItemCaptureTime field's value.
func (*ConfigurationItem) SetConfigurationItemMD5Hash ¶
func (s *ConfigurationItem) SetConfigurationItemMD5Hash(v string) *ConfigurationItem
SetConfigurationItemMD5Hash sets the ConfigurationItemMD5Hash field's value.
func (*ConfigurationItem) SetConfigurationItemStatus ¶
func (s *ConfigurationItem) SetConfigurationItemStatus(v string) *ConfigurationItem
SetConfigurationItemStatus sets the ConfigurationItemStatus field's value.
func (*ConfigurationItem) SetConfigurationStateId ¶
func (s *ConfigurationItem) SetConfigurationStateId(v string) *ConfigurationItem
SetConfigurationStateId sets the ConfigurationStateId field's value.
func (*ConfigurationItem) SetRelatedEvents ¶
func (s *ConfigurationItem) SetRelatedEvents(v []*string) *ConfigurationItem
SetRelatedEvents sets the RelatedEvents field's value.
func (*ConfigurationItem) SetRelationships ¶
func (s *ConfigurationItem) SetRelationships(v []*Relationship) *ConfigurationItem
SetRelationships sets the Relationships field's value.
func (*ConfigurationItem) SetResourceCreationTime ¶
func (s *ConfigurationItem) SetResourceCreationTime(v time.Time) *ConfigurationItem
SetResourceCreationTime sets the ResourceCreationTime field's value.
func (*ConfigurationItem) SetResourceId ¶
func (s *ConfigurationItem) SetResourceId(v string) *ConfigurationItem
SetResourceId sets the ResourceId field's value.
func (*ConfigurationItem) SetResourceName ¶
func (s *ConfigurationItem) SetResourceName(v string) *ConfigurationItem
SetResourceName sets the ResourceName field's value.
func (*ConfigurationItem) SetResourceType ¶
func (s *ConfigurationItem) SetResourceType(v string) *ConfigurationItem
SetResourceType sets the ResourceType field's value.
func (*ConfigurationItem) SetSupplementaryConfiguration ¶
func (s *ConfigurationItem) SetSupplementaryConfiguration(v map[string]*string) *ConfigurationItem
SetSupplementaryConfiguration sets the SupplementaryConfiguration field's value.
func (*ConfigurationItem) SetTags ¶
func (s *ConfigurationItem) SetTags(v map[string]*string) *ConfigurationItem
SetTags sets the Tags field's value.
func (*ConfigurationItem) SetVersion ¶
func (s *ConfigurationItem) SetVersion(v string) *ConfigurationItem
SetVersion sets the Version field's value.
func (ConfigurationItem) String ¶
func (s ConfigurationItem) String() string
String returns the string representation
type ConfigurationRecorder ¶
type ConfigurationRecorder struct { // The name of the recorder. By default, AWS Config automatically assigns the // name "default" when creating the configuration recorder. You cannot change // the assigned name. Name *string `locationName:"name" min:"1" type:"string"` // Specifies the types of AWS resources for which AWS Config records configuration // changes. RecordingGroup *RecordingGroup `locationName:"recordingGroup" type:"structure"` // Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources // associated with the account. RoleARN *string `locationName:"roleARN" type:"string"` // contains filtered or unexported fields }
An object that represents the recording of configuration changes of an AWS resource.
func (ConfigurationRecorder) GoString ¶
func (s ConfigurationRecorder) GoString() string
GoString returns the string representation
func (*ConfigurationRecorder) SetName ¶
func (s *ConfigurationRecorder) SetName(v string) *ConfigurationRecorder
SetName sets the Name field's value.
func (*ConfigurationRecorder) SetRecordingGroup ¶
func (s *ConfigurationRecorder) SetRecordingGroup(v *RecordingGroup) *ConfigurationRecorder
SetRecordingGroup sets the RecordingGroup field's value.
func (*ConfigurationRecorder) SetRoleARN ¶
func (s *ConfigurationRecorder) SetRoleARN(v string) *ConfigurationRecorder
SetRoleARN sets the RoleARN field's value.
func (ConfigurationRecorder) String ¶
func (s ConfigurationRecorder) String() string
String returns the string representation
func (*ConfigurationRecorder) Validate ¶
func (s *ConfigurationRecorder) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfigurationRecorderStatus ¶
type ConfigurationRecorderStatus struct { // The error code indicating that the recording failed. LastErrorCode *string `locationName:"lastErrorCode" type:"string"` // The message indicating that the recording failed due to an error. LastErrorMessage *string `locationName:"lastErrorMessage" type:"string"` // The time the recorder was last started. LastStartTime *time.Time `locationName:"lastStartTime" type:"timestamp"` // The last (previous) status of the recorder. LastStatus *string `locationName:"lastStatus" type:"string" enum:"RecorderStatus"` // The time when the status was last changed. LastStatusChangeTime *time.Time `locationName:"lastStatusChangeTime" type:"timestamp"` // The time the recorder was last stopped. LastStopTime *time.Time `locationName:"lastStopTime" type:"timestamp"` // The name of the configuration recorder. Name *string `locationName:"name" type:"string"` // Specifies whether or not the recorder is currently recording. Recording *bool `locationName:"recording" type:"boolean"` // contains filtered or unexported fields }
The current status of the configuration recorder.
func (ConfigurationRecorderStatus) GoString ¶
func (s ConfigurationRecorderStatus) GoString() string
GoString returns the string representation
func (*ConfigurationRecorderStatus) SetLastErrorCode ¶
func (s *ConfigurationRecorderStatus) SetLastErrorCode(v string) *ConfigurationRecorderStatus
SetLastErrorCode sets the LastErrorCode field's value.
func (*ConfigurationRecorderStatus) SetLastErrorMessage ¶
func (s *ConfigurationRecorderStatus) SetLastErrorMessage(v string) *ConfigurationRecorderStatus
SetLastErrorMessage sets the LastErrorMessage field's value.
func (*ConfigurationRecorderStatus) SetLastStartTime ¶
func (s *ConfigurationRecorderStatus) SetLastStartTime(v time.Time) *ConfigurationRecorderStatus
SetLastStartTime sets the LastStartTime field's value.
func (*ConfigurationRecorderStatus) SetLastStatus ¶
func (s *ConfigurationRecorderStatus) SetLastStatus(v string) *ConfigurationRecorderStatus
SetLastStatus sets the LastStatus field's value.
func (*ConfigurationRecorderStatus) SetLastStatusChangeTime ¶
func (s *ConfigurationRecorderStatus) SetLastStatusChangeTime(v time.Time) *ConfigurationRecorderStatus
SetLastStatusChangeTime sets the LastStatusChangeTime field's value.
func (*ConfigurationRecorderStatus) SetLastStopTime ¶
func (s *ConfigurationRecorderStatus) SetLastStopTime(v time.Time) *ConfigurationRecorderStatus
SetLastStopTime sets the LastStopTime field's value.
func (*ConfigurationRecorderStatus) SetName ¶
func (s *ConfigurationRecorderStatus) SetName(v string) *ConfigurationRecorderStatus
SetName sets the Name field's value.
func (*ConfigurationRecorderStatus) SetRecording ¶
func (s *ConfigurationRecorderStatus) SetRecording(v bool) *ConfigurationRecorderStatus
SetRecording sets the Recording field's value.
func (ConfigurationRecorderStatus) String ¶
func (s ConfigurationRecorderStatus) String() string
String returns the string representation
type ConformancePackComplianceFilters ¶
type ConformancePackComplianceFilters struct { // Filters the results by compliance. // // The allowed values are COMPLIANT and NON_COMPLIANT. ComplianceType *string `type:"string" enum:"ConformancePackComplianceType"` // Filters the results by AWS Config rule names. ConfigRuleNames []*string `type:"list"` // contains filtered or unexported fields }
Filters the conformance pack by compliance types and AWS Config rule names.
func (ConformancePackComplianceFilters) GoString ¶
func (s ConformancePackComplianceFilters) GoString() string
GoString returns the string representation
func (*ConformancePackComplianceFilters) SetComplianceType ¶
func (s *ConformancePackComplianceFilters) SetComplianceType(v string) *ConformancePackComplianceFilters
SetComplianceType sets the ComplianceType field's value.
func (*ConformancePackComplianceFilters) SetConfigRuleNames ¶
func (s *ConformancePackComplianceFilters) SetConfigRuleNames(v []*string) *ConformancePackComplianceFilters
SetConfigRuleNames sets the ConfigRuleNames field's value.
func (ConformancePackComplianceFilters) String ¶
func (s ConformancePackComplianceFilters) String() string
String returns the string representation
type ConformancePackComplianceSummary ¶
type ConformancePackComplianceSummary struct { // The status of the conformance pack. The allowed values are COMPLIANT and // NON_COMPLIANT. // // ConformancePackComplianceStatus is a required field ConformancePackComplianceStatus *string `type:"string" required:"true" enum:"ConformancePackComplianceType"` // The name of the conformance pack name. // // ConformancePackName is a required field ConformancePackName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Summary includes the name and status of the conformance pack.
func (ConformancePackComplianceSummary) GoString ¶
func (s ConformancePackComplianceSummary) GoString() string
GoString returns the string representation
func (*ConformancePackComplianceSummary) SetConformancePackComplianceStatus ¶
func (s *ConformancePackComplianceSummary) SetConformancePackComplianceStatus(v string) *ConformancePackComplianceSummary
SetConformancePackComplianceStatus sets the ConformancePackComplianceStatus field's value.
func (*ConformancePackComplianceSummary) SetConformancePackName ¶
func (s *ConformancePackComplianceSummary) SetConformancePackName(v string) *ConformancePackComplianceSummary
SetConformancePackName sets the ConformancePackName field's value.
func (ConformancePackComplianceSummary) String ¶
func (s ConformancePackComplianceSummary) String() string
String returns the string representation
type ConformancePackDetail ¶
type ConformancePackDetail struct { // Amazon Resource Name (ARN) of the conformance pack. // // ConformancePackArn is a required field ConformancePackArn *string `min:"1" type:"string" required:"true"` // ID of the conformance pack. // // ConformancePackId is a required field ConformancePackId *string `min:"1" type:"string" required:"true"` // A list of ConformancePackInputParameter objects. ConformancePackInputParameters []*ConformancePackInputParameter `type:"list"` // Name of the conformance pack. // // ConformancePackName is a required field ConformancePackName *string `min:"1" type:"string" required:"true"` // AWS service that created the conformance pack. CreatedBy *string `min:"1" type:"string"` // Conformance pack template that is used to create a pack. The delivery bucket // name should start with awsconfigconforms. For example: "Resource": "arn:aws:s3:::your_bucket_name/*". // // DeliveryS3Bucket is a required field DeliveryS3Bucket *string `min:"3" type:"string" required:"true"` // The prefix for the Amazon S3 bucket. DeliveryS3KeyPrefix *string `min:"1" type:"string"` // Last time when conformation pack update was requested. LastUpdateRequestedTime *time.Time `type:"timestamp"` // contains filtered or unexported fields }
Returns details of a conformance pack. A conformance pack is a collection of AWS Config rules and remediation actions that can be easily deployed in an account and a region.
func (ConformancePackDetail) GoString ¶
func (s ConformancePackDetail) GoString() string
GoString returns the string representation
func (*ConformancePackDetail) SetConformancePackArn ¶
func (s *ConformancePackDetail) SetConformancePackArn(v string) *ConformancePackDetail
SetConformancePackArn sets the ConformancePackArn field's value.
func (*ConformancePackDetail) SetConformancePackId ¶
func (s *ConformancePackDetail) SetConformancePackId(v string) *ConformancePackDetail
SetConformancePackId sets the ConformancePackId field's value.
func (*ConformancePackDetail) SetConformancePackInputParameters ¶
func (s *ConformancePackDetail) SetConformancePackInputParameters(v []*ConformancePackInputParameter) *ConformancePackDetail
SetConformancePackInputParameters sets the ConformancePackInputParameters field's value.
func (*ConformancePackDetail) SetConformancePackName ¶
func (s *ConformancePackDetail) SetConformancePackName(v string) *ConformancePackDetail
SetConformancePackName sets the ConformancePackName field's value.
func (*ConformancePackDetail) SetCreatedBy ¶
func (s *ConformancePackDetail) SetCreatedBy(v string) *ConformancePackDetail
SetCreatedBy sets the CreatedBy field's value.
func (*ConformancePackDetail) SetDeliveryS3Bucket ¶
func (s *ConformancePackDetail) SetDeliveryS3Bucket(v string) *ConformancePackDetail
SetDeliveryS3Bucket sets the DeliveryS3Bucket field's value.
func (*ConformancePackDetail) SetDeliveryS3KeyPrefix ¶
func (s *ConformancePackDetail) SetDeliveryS3KeyPrefix(v string) *ConformancePackDetail
SetDeliveryS3KeyPrefix sets the DeliveryS3KeyPrefix field's value.
func (*ConformancePackDetail) SetLastUpdateRequestedTime ¶
func (s *ConformancePackDetail) SetLastUpdateRequestedTime(v time.Time) *ConformancePackDetail
SetLastUpdateRequestedTime sets the LastUpdateRequestedTime field's value.
func (ConformancePackDetail) String ¶
func (s ConformancePackDetail) String() string
String returns the string representation
type ConformancePackEvaluationFilters ¶
type ConformancePackEvaluationFilters struct { // Filters the results by compliance. // // The allowed values are COMPLIANT and NON_COMPLIANT. ComplianceType *string `type:"string" enum:"ConformancePackComplianceType"` // Filters the results by AWS Config rule names. ConfigRuleNames []*string `type:"list"` // Filters the results by resource IDs. // // This is valid only when you provide resource type. If there is no resource // type, you will see an error. ResourceIds []*string `type:"list"` // Filters the results by the resource type (for example, "AWS::EC2::Instance"). ResourceType *string `min:"1" type:"string"` // contains filtered or unexported fields }
Filters a conformance pack by AWS Config rule names, compliance types, AWS resource types, and resource IDs.
func (ConformancePackEvaluationFilters) GoString ¶
func (s ConformancePackEvaluationFilters) GoString() string
GoString returns the string representation
func (*ConformancePackEvaluationFilters) SetComplianceType ¶
func (s *ConformancePackEvaluationFilters) SetComplianceType(v string) *ConformancePackEvaluationFilters
SetComplianceType sets the ComplianceType field's value.
func (*ConformancePackEvaluationFilters) SetConfigRuleNames ¶
func (s *ConformancePackEvaluationFilters) SetConfigRuleNames(v []*string) *ConformancePackEvaluationFilters
SetConfigRuleNames sets the ConfigRuleNames field's value.
func (*ConformancePackEvaluationFilters) SetResourceIds ¶
func (s *ConformancePackEvaluationFilters) SetResourceIds(v []*string) *ConformancePackEvaluationFilters
SetResourceIds sets the ResourceIds field's value.
func (*ConformancePackEvaluationFilters) SetResourceType ¶
func (s *ConformancePackEvaluationFilters) SetResourceType(v string) *ConformancePackEvaluationFilters
SetResourceType sets the ResourceType field's value.
func (ConformancePackEvaluationFilters) String ¶
func (s ConformancePackEvaluationFilters) String() string
String returns the string representation
func (*ConformancePackEvaluationFilters) Validate ¶
func (s *ConformancePackEvaluationFilters) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConformancePackEvaluationResult ¶
type ConformancePackEvaluationResult struct { // Supplementary information about how the evaluation determined the compliance. Annotation *string `type:"string"` // The compliance type. The allowed values are COMPLIANT and NON_COMPLIANT. // // ComplianceType is a required field ComplianceType *string `type:"string" required:"true" enum:"ConformancePackComplianceType"` // The time when AWS Config rule evaluated AWS resource. // // ConfigRuleInvokedTime is a required field ConfigRuleInvokedTime *time.Time `type:"timestamp" required:"true"` // Uniquely identifies an evaluation result. // // EvaluationResultIdentifier is a required field EvaluationResultIdentifier *EvaluationResultIdentifier `type:"structure" required:"true"` // The time when AWS Config recorded the evaluation result. // // ResultRecordedTime is a required field ResultRecordedTime *time.Time `type:"timestamp" required:"true"` // contains filtered or unexported fields }
The details of a conformance pack evaluation. Provides AWS Config rule and AWS resource type that was evaluated, the compliance of the conformance pack, related time stamps, and supplementary information.
func (ConformancePackEvaluationResult) GoString ¶
func (s ConformancePackEvaluationResult) GoString() string
GoString returns the string representation
func (*ConformancePackEvaluationResult) SetAnnotation ¶
func (s *ConformancePackEvaluationResult) SetAnnotation(v string) *ConformancePackEvaluationResult
SetAnnotation sets the Annotation field's value.
func (*ConformancePackEvaluationResult) SetComplianceType ¶
func (s *ConformancePackEvaluationResult) SetComplianceType(v string) *ConformancePackEvaluationResult
SetComplianceType sets the ComplianceType field's value.
func (*ConformancePackEvaluationResult) SetConfigRuleInvokedTime ¶
func (s *ConformancePackEvaluationResult) SetConfigRuleInvokedTime(v time.Time) *ConformancePackEvaluationResult
SetConfigRuleInvokedTime sets the ConfigRuleInvokedTime field's value.
func (*ConformancePackEvaluationResult) SetEvaluationResultIdentifier ¶
func (s *ConformancePackEvaluationResult) SetEvaluationResultIdentifier(v *EvaluationResultIdentifier) *ConformancePackEvaluationResult
SetEvaluationResultIdentifier sets the EvaluationResultIdentifier field's value.
func (*ConformancePackEvaluationResult) SetResultRecordedTime ¶
func (s *ConformancePackEvaluationResult) SetResultRecordedTime(v time.Time) *ConformancePackEvaluationResult
SetResultRecordedTime sets the ResultRecordedTime field's value.
func (ConformancePackEvaluationResult) String ¶
func (s ConformancePackEvaluationResult) String() string
String returns the string representation
type ConformancePackInputParameter ¶
type ConformancePackInputParameter struct { // One part of a key-value pair. // // ParameterName is a required field ParameterName *string `type:"string" required:"true"` // Another part of the key-value pair. // // ParameterValue is a required field ParameterValue *string `type:"string" required:"true"` // contains filtered or unexported fields }
Input parameters in the form of key-value pairs for the conformance pack, both of which you define. Keys can have a maximum character length of 128 characters, and values can have a maximum length of 256 characters.
func (ConformancePackInputParameter) GoString ¶
func (s ConformancePackInputParameter) GoString() string
GoString returns the string representation
func (*ConformancePackInputParameter) SetParameterName ¶
func (s *ConformancePackInputParameter) SetParameterName(v string) *ConformancePackInputParameter
SetParameterName sets the ParameterName field's value.
func (*ConformancePackInputParameter) SetParameterValue ¶
func (s *ConformancePackInputParameter) SetParameterValue(v string) *ConformancePackInputParameter
SetParameterValue sets the ParameterValue field's value.
func (ConformancePackInputParameter) String ¶
func (s ConformancePackInputParameter) String() string
String returns the string representation
func (*ConformancePackInputParameter) Validate ¶
func (s *ConformancePackInputParameter) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConformancePackRuleCompliance ¶
type ConformancePackRuleCompliance struct { // Compliance of the AWS Config rule // // The allowed values are COMPLIANT and NON_COMPLIANT. ComplianceType *string `type:"string" enum:"ConformancePackComplianceType"` // Name of the config rule. ConfigRuleName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Compliance information of one or more AWS Config rules within a conformance pack. You can filter using AWS Config rule names and compliance types.
func (ConformancePackRuleCompliance) GoString ¶
func (s ConformancePackRuleCompliance) GoString() string
GoString returns the string representation
func (*ConformancePackRuleCompliance) SetComplianceType ¶
func (s *ConformancePackRuleCompliance) SetComplianceType(v string) *ConformancePackRuleCompliance
SetComplianceType sets the ComplianceType field's value.
func (*ConformancePackRuleCompliance) SetConfigRuleName ¶
func (s *ConformancePackRuleCompliance) SetConfigRuleName(v string) *ConformancePackRuleCompliance
SetConfigRuleName sets the ConfigRuleName field's value.
func (ConformancePackRuleCompliance) String ¶
func (s ConformancePackRuleCompliance) String() string
String returns the string representation
type ConformancePackStatusDetail ¶
type ConformancePackStatusDetail struct { // Amazon Resource Name (ARN) of comformance pack. // // ConformancePackArn is a required field ConformancePackArn *string `min:"1" type:"string" required:"true"` // ID of the conformance pack. // // ConformancePackId is a required field ConformancePackId *string `min:"1" type:"string" required:"true"` // Name of the conformance pack. // // ConformancePackName is a required field ConformancePackName *string `min:"1" type:"string" required:"true"` // Indicates deployment status of conformance pack. // // AWS Config sets the state of the conformance pack to: // // * CREATE_IN_PROGRESS when a conformance pack creation is in progress for // an account. // // * CREATE_COMPLETE when a conformance pack has been successfully created // in your account. // // * CREATE_FAILED when a conformance pack creation failed in your account. // // * DELETE_IN_PROGRESS when a conformance pack deletion is in progress. // // * DELETE_FAILED when a conformance pack deletion failed in your account. // // ConformancePackState is a required field ConformancePackState *string `type:"string" required:"true" enum:"ConformancePackState"` // The reason of conformance pack creation failure. ConformancePackStatusReason *string `type:"string"` // Last time when conformation pack creation and update was successful. LastUpdateCompletedTime *time.Time `type:"timestamp"` // Last time when conformation pack creation and update was requested. // // LastUpdateRequestedTime is a required field LastUpdateRequestedTime *time.Time `type:"timestamp" required:"true"` // Amazon Resource Name (ARN) of AWS CloudFormation stack. // // StackArn is a required field StackArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Status details of a conformance pack.
func (ConformancePackStatusDetail) GoString ¶
func (s ConformancePackStatusDetail) GoString() string
GoString returns the string representation
func (*ConformancePackStatusDetail) SetConformancePackArn ¶
func (s *ConformancePackStatusDetail) SetConformancePackArn(v string) *ConformancePackStatusDetail
SetConformancePackArn sets the ConformancePackArn field's value.
func (*ConformancePackStatusDetail) SetConformancePackId ¶
func (s *ConformancePackStatusDetail) SetConformancePackId(v string) *ConformancePackStatusDetail
SetConformancePackId sets the ConformancePackId field's value.
func (*ConformancePackStatusDetail) SetConformancePackName ¶
func (s *ConformancePackStatusDetail) SetConformancePackName(v string) *ConformancePackStatusDetail
SetConformancePackName sets the ConformancePackName field's value.
func (*ConformancePackStatusDetail) SetConformancePackState ¶
func (s *ConformancePackStatusDetail) SetConformancePackState(v string) *ConformancePackStatusDetail
SetConformancePackState sets the ConformancePackState field's value.
func (*ConformancePackStatusDetail) SetConformancePackStatusReason ¶
func (s *ConformancePackStatusDetail) SetConformancePackStatusReason(v string) *ConformancePackStatusDetail
SetConformancePackStatusReason sets the ConformancePackStatusReason field's value.
func (*ConformancePackStatusDetail) SetLastUpdateCompletedTime ¶
func (s *ConformancePackStatusDetail) SetLastUpdateCompletedTime(v time.Time) *ConformancePackStatusDetail
SetLastUpdateCompletedTime sets the LastUpdateCompletedTime field's value.
func (*ConformancePackStatusDetail) SetLastUpdateRequestedTime ¶
func (s *ConformancePackStatusDetail) SetLastUpdateRequestedTime(v time.Time) *ConformancePackStatusDetail
SetLastUpdateRequestedTime sets the LastUpdateRequestedTime field's value.
func (*ConformancePackStatusDetail) SetStackArn ¶
func (s *ConformancePackStatusDetail) SetStackArn(v string) *ConformancePackStatusDetail
SetStackArn sets the StackArn field's value.
func (ConformancePackStatusDetail) String ¶
func (s ConformancePackStatusDetail) String() string
String returns the string representation
type ConformancePackTemplateValidationException ¶
type ConformancePackTemplateValidationException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You have specified a template that is not valid or supported.
func (ConformancePackTemplateValidationException) Code ¶
func (s ConformancePackTemplateValidationException) Code() string
Code returns the exception type name.
func (ConformancePackTemplateValidationException) Error ¶
func (s ConformancePackTemplateValidationException) Error() string
func (ConformancePackTemplateValidationException) GoString ¶
func (s ConformancePackTemplateValidationException) GoString() string
GoString returns the string representation
func (ConformancePackTemplateValidationException) Message ¶
func (s ConformancePackTemplateValidationException) Message() string
Message returns the exception's message.
func (ConformancePackTemplateValidationException) OrigErr ¶
func (s ConformancePackTemplateValidationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (ConformancePackTemplateValidationException) RequestID ¶
func (s ConformancePackTemplateValidationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (ConformancePackTemplateValidationException) StatusCode ¶
func (s ConformancePackTemplateValidationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ConformancePackTemplateValidationException) String ¶
func (s ConformancePackTemplateValidationException) String() string
String returns the string representation
type DeleteAggregationAuthorizationInput ¶
type DeleteAggregationAuthorizationInput struct { // The 12-digit account ID of the account authorized to aggregate data. // // AuthorizedAccountId is a required field AuthorizedAccountId *string `type:"string" required:"true"` // The region authorized to collect aggregated data. // // AuthorizedAwsRegion is a required field AuthorizedAwsRegion *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteAggregationAuthorizationInput) GoString ¶
func (s DeleteAggregationAuthorizationInput) GoString() string
GoString returns the string representation
func (*DeleteAggregationAuthorizationInput) SetAuthorizedAccountId ¶
func (s *DeleteAggregationAuthorizationInput) SetAuthorizedAccountId(v string) *DeleteAggregationAuthorizationInput
SetAuthorizedAccountId sets the AuthorizedAccountId field's value.
func (*DeleteAggregationAuthorizationInput) SetAuthorizedAwsRegion ¶
func (s *DeleteAggregationAuthorizationInput) SetAuthorizedAwsRegion(v string) *DeleteAggregationAuthorizationInput
SetAuthorizedAwsRegion sets the AuthorizedAwsRegion field's value.
func (DeleteAggregationAuthorizationInput) String ¶
func (s DeleteAggregationAuthorizationInput) String() string
String returns the string representation
func (*DeleteAggregationAuthorizationInput) Validate ¶
func (s *DeleteAggregationAuthorizationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAggregationAuthorizationOutput ¶
type DeleteAggregationAuthorizationOutput struct {
// contains filtered or unexported fields
}
func (DeleteAggregationAuthorizationOutput) GoString ¶
func (s DeleteAggregationAuthorizationOutput) GoString() string
GoString returns the string representation
func (DeleteAggregationAuthorizationOutput) String ¶
func (s DeleteAggregationAuthorizationOutput) String() string
String returns the string representation
type DeleteConfigRuleInput ¶
type DeleteConfigRuleInput struct { // The name of the AWS Config rule that you want to delete. // // ConfigRuleName is a required field ConfigRuleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteConfigRuleInput) GoString ¶
func (s DeleteConfigRuleInput) GoString() string
GoString returns the string representation
func (*DeleteConfigRuleInput) SetConfigRuleName ¶
func (s *DeleteConfigRuleInput) SetConfigRuleName(v string) *DeleteConfigRuleInput
SetConfigRuleName sets the ConfigRuleName field's value.
func (DeleteConfigRuleInput) String ¶
func (s DeleteConfigRuleInput) String() string
String returns the string representation
func (*DeleteConfigRuleInput) Validate ¶
func (s *DeleteConfigRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteConfigRuleOutput ¶
type DeleteConfigRuleOutput struct {
// contains filtered or unexported fields
}
func (DeleteConfigRuleOutput) GoString ¶
func (s DeleteConfigRuleOutput) GoString() string
GoString returns the string representation
func (DeleteConfigRuleOutput) String ¶
func (s DeleteConfigRuleOutput) String() string
String returns the string representation
type DeleteConfigurationAggregatorInput ¶
type DeleteConfigurationAggregatorInput struct { // The name of the configuration aggregator. // // ConfigurationAggregatorName is a required field ConfigurationAggregatorName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteConfigurationAggregatorInput) GoString ¶
func (s DeleteConfigurationAggregatorInput) GoString() string
GoString returns the string representation
func (*DeleteConfigurationAggregatorInput) SetConfigurationAggregatorName ¶
func (s *DeleteConfigurationAggregatorInput) SetConfigurationAggregatorName(v string) *DeleteConfigurationAggregatorInput
SetConfigurationAggregatorName sets the ConfigurationAggregatorName field's value.
func (DeleteConfigurationAggregatorInput) String ¶
func (s DeleteConfigurationAggregatorInput) String() string
String returns the string representation
func (*DeleteConfigurationAggregatorInput) Validate ¶
func (s *DeleteConfigurationAggregatorInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteConfigurationAggregatorOutput ¶
type DeleteConfigurationAggregatorOutput struct {
// contains filtered or unexported fields
}
func (DeleteConfigurationAggregatorOutput) GoString ¶
func (s DeleteConfigurationAggregatorOutput) GoString() string
GoString returns the string representation
func (DeleteConfigurationAggregatorOutput) String ¶
func (s DeleteConfigurationAggregatorOutput) String() string
String returns the string representation
type DeleteConfigurationRecorderInput ¶
type DeleteConfigurationRecorderInput struct { // The name of the configuration recorder to be deleted. You can retrieve the // name of your configuration recorder by using the DescribeConfigurationRecorders // action. // // ConfigurationRecorderName is a required field ConfigurationRecorderName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
The request object for the DeleteConfigurationRecorder action.
func (DeleteConfigurationRecorderInput) GoString ¶
func (s DeleteConfigurationRecorderInput) GoString() string
GoString returns the string representation
func (*DeleteConfigurationRecorderInput) SetConfigurationRecorderName ¶
func (s *DeleteConfigurationRecorderInput) SetConfigurationRecorderName(v string) *DeleteConfigurationRecorderInput
SetConfigurationRecorderName sets the ConfigurationRecorderName field's value.
func (DeleteConfigurationRecorderInput) String ¶
func (s DeleteConfigurationRecorderInput) String() string
String returns the string representation
func (*DeleteConfigurationRecorderInput) Validate ¶
func (s *DeleteConfigurationRecorderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteConfigurationRecorderOutput ¶
type DeleteConfigurationRecorderOutput struct {
// contains filtered or unexported fields
}
func (DeleteConfigurationRecorderOutput) GoString ¶
func (s DeleteConfigurationRecorderOutput) GoString() string
GoString returns the string representation
func (DeleteConfigurationRecorderOutput) String ¶
func (s DeleteConfigurationRecorderOutput) String() string
String returns the string representation
type DeleteConformancePackInput ¶
type DeleteConformancePackInput struct { // Name of the conformance pack you want to delete. // // ConformancePackName is a required field ConformancePackName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteConformancePackInput) GoString ¶
func (s DeleteConformancePackInput) GoString() string
GoString returns the string representation
func (*DeleteConformancePackInput) SetConformancePackName ¶
func (s *DeleteConformancePackInput) SetConformancePackName(v string) *DeleteConformancePackInput
SetConformancePackName sets the ConformancePackName field's value.
func (DeleteConformancePackInput) String ¶
func (s DeleteConformancePackInput) String() string
String returns the string representation
func (*DeleteConformancePackInput) Validate ¶
func (s *DeleteConformancePackInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteConformancePackOutput ¶
type DeleteConformancePackOutput struct {
// contains filtered or unexported fields
}
func (DeleteConformancePackOutput) GoString ¶
func (s DeleteConformancePackOutput) GoString() string
GoString returns the string representation
func (DeleteConformancePackOutput) String ¶
func (s DeleteConformancePackOutput) String() string
String returns the string representation
type DeleteDeliveryChannelInput ¶
type DeleteDeliveryChannelInput struct { // The name of the delivery channel to delete. // // DeliveryChannelName is a required field DeliveryChannelName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
The input for the DeleteDeliveryChannel action. The action accepts the following data, in JSON format.
func (DeleteDeliveryChannelInput) GoString ¶
func (s DeleteDeliveryChannelInput) GoString() string
GoString returns the string representation
func (*DeleteDeliveryChannelInput) SetDeliveryChannelName ¶
func (s *DeleteDeliveryChannelInput) SetDeliveryChannelName(v string) *DeleteDeliveryChannelInput
SetDeliveryChannelName sets the DeliveryChannelName field's value.
func (DeleteDeliveryChannelInput) String ¶
func (s DeleteDeliveryChannelInput) String() string
String returns the string representation
func (*DeleteDeliveryChannelInput) Validate ¶
func (s *DeleteDeliveryChannelInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDeliveryChannelOutput ¶
type DeleteDeliveryChannelOutput struct {
// contains filtered or unexported fields
}
func (DeleteDeliveryChannelOutput) GoString ¶
func (s DeleteDeliveryChannelOutput) GoString() string
GoString returns the string representation
func (DeleteDeliveryChannelOutput) String ¶
func (s DeleteDeliveryChannelOutput) String() string
String returns the string representation
type DeleteEvaluationResultsInput ¶
type DeleteEvaluationResultsInput struct { // The name of the AWS Config rule for which you want to delete the evaluation // results. // // ConfigRuleName is a required field ConfigRuleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteEvaluationResultsInput) GoString ¶
func (s DeleteEvaluationResultsInput) GoString() string
GoString returns the string representation
func (*DeleteEvaluationResultsInput) SetConfigRuleName ¶
func (s *DeleteEvaluationResultsInput) SetConfigRuleName(v string) *DeleteEvaluationResultsInput
SetConfigRuleName sets the ConfigRuleName field's value.
func (DeleteEvaluationResultsInput) String ¶
func (s DeleteEvaluationResultsInput) String() string
String returns the string representation
func (*DeleteEvaluationResultsInput) Validate ¶
func (s *DeleteEvaluationResultsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteEvaluationResultsOutput ¶
type DeleteEvaluationResultsOutput struct {
// contains filtered or unexported fields
}
The output when you delete the evaluation results for the specified AWS Config rule.
func (DeleteEvaluationResultsOutput) GoString ¶
func (s DeleteEvaluationResultsOutput) GoString() string
GoString returns the string representation
func (DeleteEvaluationResultsOutput) String ¶
func (s DeleteEvaluationResultsOutput) String() string
String returns the string representation
type DeleteOrganizationConfigRuleInput ¶
type DeleteOrganizationConfigRuleInput struct { // The name of organization config rule that you want to delete. // // OrganizationConfigRuleName is a required field OrganizationConfigRuleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteOrganizationConfigRuleInput) GoString ¶
func (s DeleteOrganizationConfigRuleInput) GoString() string
GoString returns the string representation
func (*DeleteOrganizationConfigRuleInput) SetOrganizationConfigRuleName ¶
func (s *DeleteOrganizationConfigRuleInput) SetOrganizationConfigRuleName(v string) *DeleteOrganizationConfigRuleInput
SetOrganizationConfigRuleName sets the OrganizationConfigRuleName field's value.
func (DeleteOrganizationConfigRuleInput) String ¶
func (s DeleteOrganizationConfigRuleInput) String() string
String returns the string representation
func (*DeleteOrganizationConfigRuleInput) Validate ¶
func (s *DeleteOrganizationConfigRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteOrganizationConfigRuleOutput ¶
type DeleteOrganizationConfigRuleOutput struct {
// contains filtered or unexported fields
}
func (DeleteOrganizationConfigRuleOutput) GoString ¶
func (s DeleteOrganizationConfigRuleOutput) GoString() string
GoString returns the string representation
func (DeleteOrganizationConfigRuleOutput) String ¶
func (s DeleteOrganizationConfigRuleOutput) String() string
String returns the string representation
type DeleteOrganizationConformancePackInput ¶
type DeleteOrganizationConformancePackInput struct { // The name of organization conformance pack that you want to delete. // // OrganizationConformancePackName is a required field OrganizationConformancePackName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteOrganizationConformancePackInput) GoString ¶
func (s DeleteOrganizationConformancePackInput) GoString() string
GoString returns the string representation
func (*DeleteOrganizationConformancePackInput) SetOrganizationConformancePackName ¶
func (s *DeleteOrganizationConformancePackInput) SetOrganizationConformancePackName(v string) *DeleteOrganizationConformancePackInput
SetOrganizationConformancePackName sets the OrganizationConformancePackName field's value.
func (DeleteOrganizationConformancePackInput) String ¶
func (s DeleteOrganizationConformancePackInput) String() string
String returns the string representation
func (*DeleteOrganizationConformancePackInput) Validate ¶
func (s *DeleteOrganizationConformancePackInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteOrganizationConformancePackOutput ¶
type DeleteOrganizationConformancePackOutput struct {
// contains filtered or unexported fields
}
func (DeleteOrganizationConformancePackOutput) GoString ¶
func (s DeleteOrganizationConformancePackOutput) GoString() string
GoString returns the string representation
func (DeleteOrganizationConformancePackOutput) String ¶
func (s DeleteOrganizationConformancePackOutput) String() string
String returns the string representation
type DeletePendingAggregationRequestInput ¶
type DeletePendingAggregationRequestInput struct { // The 12-digit account ID of the account requesting to aggregate data. // // RequesterAccountId is a required field RequesterAccountId *string `type:"string" required:"true"` // The region requesting to aggregate data. // // RequesterAwsRegion is a required field RequesterAwsRegion *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeletePendingAggregationRequestInput) GoString ¶
func (s DeletePendingAggregationRequestInput) GoString() string
GoString returns the string representation
func (*DeletePendingAggregationRequestInput) SetRequesterAccountId ¶
func (s *DeletePendingAggregationRequestInput) SetRequesterAccountId(v string) *DeletePendingAggregationRequestInput
SetRequesterAccountId sets the RequesterAccountId field's value.
func (*DeletePendingAggregationRequestInput) SetRequesterAwsRegion ¶
func (s *DeletePendingAggregationRequestInput) SetRequesterAwsRegion(v string) *DeletePendingAggregationRequestInput
SetRequesterAwsRegion sets the RequesterAwsRegion field's value.
func (DeletePendingAggregationRequestInput) String ¶
func (s DeletePendingAggregationRequestInput) String() string
String returns the string representation
func (*DeletePendingAggregationRequestInput) Validate ¶
func (s *DeletePendingAggregationRequestInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeletePendingAggregationRequestOutput ¶
type DeletePendingAggregationRequestOutput struct {
// contains filtered or unexported fields
}
func (DeletePendingAggregationRequestOutput) GoString ¶
func (s DeletePendingAggregationRequestOutput) GoString() string
GoString returns the string representation
func (DeletePendingAggregationRequestOutput) String ¶
func (s DeletePendingAggregationRequestOutput) String() string
String returns the string representation
type DeleteRemediationConfigurationInput ¶
type DeleteRemediationConfigurationInput struct { // The name of the AWS Config rule for which you want to delete remediation // configuration. // // ConfigRuleName is a required field ConfigRuleName *string `min:"1" type:"string" required:"true"` // The type of a resource. ResourceType *string `type:"string"` // contains filtered or unexported fields }
func (DeleteRemediationConfigurationInput) GoString ¶
func (s DeleteRemediationConfigurationInput) GoString() string
GoString returns the string representation
func (*DeleteRemediationConfigurationInput) SetConfigRuleName ¶
func (s *DeleteRemediationConfigurationInput) SetConfigRuleName(v string) *DeleteRemediationConfigurationInput
SetConfigRuleName sets the ConfigRuleName field's value.
func (*DeleteRemediationConfigurationInput) SetResourceType ¶
func (s *DeleteRemediationConfigurationInput) SetResourceType(v string) *DeleteRemediationConfigurationInput
SetResourceType sets the ResourceType field's value.
func (DeleteRemediationConfigurationInput) String ¶
func (s DeleteRemediationConfigurationInput) String() string
String returns the string representation
func (*DeleteRemediationConfigurationInput) Validate ¶
func (s *DeleteRemediationConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRemediationConfigurationOutput ¶
type DeleteRemediationConfigurationOutput struct {
// contains filtered or unexported fields
}
func (DeleteRemediationConfigurationOutput) GoString ¶
func (s DeleteRemediationConfigurationOutput) GoString() string
GoString returns the string representation
func (DeleteRemediationConfigurationOutput) String ¶
func (s DeleteRemediationConfigurationOutput) String() string
String returns the string representation
type DeleteRemediationExceptionsInput ¶
type DeleteRemediationExceptionsInput struct { // The name of the AWS Config rule for which you want to delete remediation // exception configuration. // // ConfigRuleName is a required field ConfigRuleName *string `min:"1" type:"string" required:"true"` // An exception list of resource exception keys to be processed with the current // request. AWS Config adds exception for each resource key. For example, AWS // Config adds 3 exceptions for 3 resource keys. // // ResourceKeys is a required field ResourceKeys []*RemediationExceptionResourceKey `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (DeleteRemediationExceptionsInput) GoString ¶
func (s DeleteRemediationExceptionsInput) GoString() string
GoString returns the string representation
func (*DeleteRemediationExceptionsInput) SetConfigRuleName ¶
func (s *DeleteRemediationExceptionsInput) SetConfigRuleName(v string) *DeleteRemediationExceptionsInput
SetConfigRuleName sets the ConfigRuleName field's value.
func (*DeleteRemediationExceptionsInput) SetResourceKeys ¶
func (s *DeleteRemediationExceptionsInput) SetResourceKeys(v []*RemediationExceptionResourceKey) *DeleteRemediationExceptionsInput
SetResourceKeys sets the ResourceKeys field's value.
func (DeleteRemediationExceptionsInput) String ¶
func (s DeleteRemediationExceptionsInput) String() string
String returns the string representation
func (*DeleteRemediationExceptionsInput) Validate ¶
func (s *DeleteRemediationExceptionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRemediationExceptionsOutput ¶
type DeleteRemediationExceptionsOutput struct { // Returns a list of failed delete remediation exceptions batch objects. Each // object in the batch consists of a list of failed items and failure messages. FailedBatches []*FailedDeleteRemediationExceptionsBatch `type:"list"` // contains filtered or unexported fields }
func (DeleteRemediationExceptionsOutput) GoString ¶
func (s DeleteRemediationExceptionsOutput) GoString() string
GoString returns the string representation
func (*DeleteRemediationExceptionsOutput) SetFailedBatches ¶
func (s *DeleteRemediationExceptionsOutput) SetFailedBatches(v []*FailedDeleteRemediationExceptionsBatch) *DeleteRemediationExceptionsOutput
SetFailedBatches sets the FailedBatches field's value.
func (DeleteRemediationExceptionsOutput) String ¶
func (s DeleteRemediationExceptionsOutput) String() string
String returns the string representation
type DeleteResourceConfigInput ¶
type DeleteResourceConfigInput struct { // Unique identifier of the resource. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // The type of the resource. // // ResourceType is a required field ResourceType *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteResourceConfigInput) GoString ¶
func (s DeleteResourceConfigInput) GoString() string
GoString returns the string representation
func (*DeleteResourceConfigInput) SetResourceId ¶
func (s *DeleteResourceConfigInput) SetResourceId(v string) *DeleteResourceConfigInput
SetResourceId sets the ResourceId field's value.
func (*DeleteResourceConfigInput) SetResourceType ¶
func (s *DeleteResourceConfigInput) SetResourceType(v string) *DeleteResourceConfigInput
SetResourceType sets the ResourceType field's value.
func (DeleteResourceConfigInput) String ¶
func (s DeleteResourceConfigInput) String() string
String returns the string representation
func (*DeleteResourceConfigInput) Validate ¶
func (s *DeleteResourceConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteResourceConfigOutput ¶
type DeleteResourceConfigOutput struct {
// contains filtered or unexported fields
}
func (DeleteResourceConfigOutput) GoString ¶
func (s DeleteResourceConfigOutput) GoString() string
GoString returns the string representation
func (DeleteResourceConfigOutput) String ¶
func (s DeleteResourceConfigOutput) String() string
String returns the string representation
type DeleteRetentionConfigurationInput ¶
type DeleteRetentionConfigurationInput struct { // The name of the retention configuration to delete. // // RetentionConfigurationName is a required field RetentionConfigurationName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteRetentionConfigurationInput) GoString ¶
func (s DeleteRetentionConfigurationInput) GoString() string
GoString returns the string representation
func (*DeleteRetentionConfigurationInput) SetRetentionConfigurationName ¶
func (s *DeleteRetentionConfigurationInput) SetRetentionConfigurationName(v string) *DeleteRetentionConfigurationInput
SetRetentionConfigurationName sets the RetentionConfigurationName field's value.
func (DeleteRetentionConfigurationInput) String ¶
func (s DeleteRetentionConfigurationInput) String() string
String returns the string representation
func (*DeleteRetentionConfigurationInput) Validate ¶
func (s *DeleteRetentionConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRetentionConfigurationOutput ¶
type DeleteRetentionConfigurationOutput struct {
// contains filtered or unexported fields
}
func (DeleteRetentionConfigurationOutput) GoString ¶
func (s DeleteRetentionConfigurationOutput) GoString() string
GoString returns the string representation
func (DeleteRetentionConfigurationOutput) String ¶
func (s DeleteRetentionConfigurationOutput) String() string
String returns the string representation
type DeliverConfigSnapshotInput ¶
type DeliverConfigSnapshotInput struct { // The name of the delivery channel through which the snapshot is delivered. // // DeliveryChannelName is a required field DeliveryChannelName *string `locationName:"deliveryChannelName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
The input for the DeliverConfigSnapshot action.
func (DeliverConfigSnapshotInput) GoString ¶
func (s DeliverConfigSnapshotInput) GoString() string
GoString returns the string representation
func (*DeliverConfigSnapshotInput) SetDeliveryChannelName ¶
func (s *DeliverConfigSnapshotInput) SetDeliveryChannelName(v string) *DeliverConfigSnapshotInput
SetDeliveryChannelName sets the DeliveryChannelName field's value.
func (DeliverConfigSnapshotInput) String ¶
func (s DeliverConfigSnapshotInput) String() string
String returns the string representation
func (*DeliverConfigSnapshotInput) Validate ¶
func (s *DeliverConfigSnapshotInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeliverConfigSnapshotOutput ¶
type DeliverConfigSnapshotOutput struct { // The ID of the snapshot that is being created. ConfigSnapshotId *string `locationName:"configSnapshotId" type:"string"` // contains filtered or unexported fields }
The output for the DeliverConfigSnapshot action, in JSON format.
func (DeliverConfigSnapshotOutput) GoString ¶
func (s DeliverConfigSnapshotOutput) GoString() string
GoString returns the string representation
func (*DeliverConfigSnapshotOutput) SetConfigSnapshotId ¶
func (s *DeliverConfigSnapshotOutput) SetConfigSnapshotId(v string) *DeliverConfigSnapshotOutput
SetConfigSnapshotId sets the ConfigSnapshotId field's value.
func (DeliverConfigSnapshotOutput) String ¶
func (s DeliverConfigSnapshotOutput) String() string
String returns the string representation
type DeliveryChannel ¶
type DeliveryChannel struct { // The options for how often AWS Config delivers configuration snapshots to // the Amazon S3 bucket. ConfigSnapshotDeliveryProperties *ConfigSnapshotDeliveryProperties `locationName:"configSnapshotDeliveryProperties" type:"structure"` // The name of the delivery channel. By default, AWS Config assigns the name // "default" when creating the delivery channel. To change the delivery channel // name, you must use the DeleteDeliveryChannel action to delete your current // delivery channel, and then you must use the PutDeliveryChannel command to // create a delivery channel that has the desired name. Name *string `locationName:"name" min:"1" type:"string"` // The name of the Amazon S3 bucket to which AWS Config delivers configuration // snapshots and configuration history files. // // If you specify a bucket that belongs to another AWS account, that bucket // must have policies that grant access permissions to AWS Config. For more // information, see Permissions for the Amazon S3 Bucket (https://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-policy.html) // in the AWS Config Developer Guide. S3BucketName *string `locationName:"s3BucketName" type:"string"` // The prefix for the specified Amazon S3 bucket. S3KeyPrefix *string `locationName:"s3KeyPrefix" type:"string"` // The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config // sends notifications about configuration changes. // // If you choose a topic from another account, the topic must have policies // that grant access permissions to AWS Config. For more information, see Permissions // for the Amazon SNS Topic (https://docs.aws.amazon.com/config/latest/developerguide/sns-topic-policy.html) // in the AWS Config Developer Guide. SnsTopicARN *string `locationName:"snsTopicARN" type:"string"` // contains filtered or unexported fields }
The channel through which AWS Config delivers notifications and updated configuration states.
func (DeliveryChannel) GoString ¶
func (s DeliveryChannel) GoString() string
GoString returns the string representation
func (*DeliveryChannel) SetConfigSnapshotDeliveryProperties ¶
func (s *DeliveryChannel) SetConfigSnapshotDeliveryProperties(v *ConfigSnapshotDeliveryProperties) *DeliveryChannel
SetConfigSnapshotDeliveryProperties sets the ConfigSnapshotDeliveryProperties field's value.
func (*DeliveryChannel) SetName ¶
func (s *DeliveryChannel) SetName(v string) *DeliveryChannel
SetName sets the Name field's value.
func (*DeliveryChannel) SetS3BucketName ¶
func (s *DeliveryChannel) SetS3BucketName(v string) *DeliveryChannel
SetS3BucketName sets the S3BucketName field's value.
func (*DeliveryChannel) SetS3KeyPrefix ¶
func (s *DeliveryChannel) SetS3KeyPrefix(v string) *DeliveryChannel
SetS3KeyPrefix sets the S3KeyPrefix field's value.
func (*DeliveryChannel) SetSnsTopicARN ¶
func (s *DeliveryChannel) SetSnsTopicARN(v string) *DeliveryChannel
SetSnsTopicARN sets the SnsTopicARN field's value.
func (DeliveryChannel) String ¶
func (s DeliveryChannel) String() string
String returns the string representation
func (*DeliveryChannel) Validate ¶
func (s *DeliveryChannel) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeliveryChannelStatus ¶
type DeliveryChannelStatus struct { // A list that contains the status of the delivery of the configuration history // to the specified Amazon S3 bucket. ConfigHistoryDeliveryInfo *ConfigExportDeliveryInfo `locationName:"configHistoryDeliveryInfo" type:"structure"` // A list containing the status of the delivery of the snapshot to the specified // Amazon S3 bucket. ConfigSnapshotDeliveryInfo *ConfigExportDeliveryInfo `locationName:"configSnapshotDeliveryInfo" type:"structure"` // A list containing the status of the delivery of the configuration stream // notification to the specified Amazon SNS topic. ConfigStreamDeliveryInfo *ConfigStreamDeliveryInfo `locationName:"configStreamDeliveryInfo" type:"structure"` // The name of the delivery channel. Name *string `locationName:"name" type:"string"` // contains filtered or unexported fields }
The status of a specified delivery channel.
Valid values: Success | Failure
func (DeliveryChannelStatus) GoString ¶
func (s DeliveryChannelStatus) GoString() string
GoString returns the string representation
func (*DeliveryChannelStatus) SetConfigHistoryDeliveryInfo ¶
func (s *DeliveryChannelStatus) SetConfigHistoryDeliveryInfo(v *ConfigExportDeliveryInfo) *DeliveryChannelStatus
SetConfigHistoryDeliveryInfo sets the ConfigHistoryDeliveryInfo field's value.
func (*DeliveryChannelStatus) SetConfigSnapshotDeliveryInfo ¶
func (s *DeliveryChannelStatus) SetConfigSnapshotDeliveryInfo(v *ConfigExportDeliveryInfo) *DeliveryChannelStatus
SetConfigSnapshotDeliveryInfo sets the ConfigSnapshotDeliveryInfo field's value.
func (*DeliveryChannelStatus) SetConfigStreamDeliveryInfo ¶
func (s *DeliveryChannelStatus) SetConfigStreamDeliveryInfo(v *ConfigStreamDeliveryInfo) *DeliveryChannelStatus
SetConfigStreamDeliveryInfo sets the ConfigStreamDeliveryInfo field's value.
func (*DeliveryChannelStatus) SetName ¶
func (s *DeliveryChannelStatus) SetName(v string) *DeliveryChannelStatus
SetName sets the Name field's value.
func (DeliveryChannelStatus) String ¶
func (s DeliveryChannelStatus) String() string
String returns the string representation
type DescribeAggregateComplianceByConfigRulesInput ¶
type DescribeAggregateComplianceByConfigRulesInput struct { // The name of the configuration aggregator. // // ConfigurationAggregatorName is a required field ConfigurationAggregatorName *string `min:"1" type:"string" required:"true"` // Filters the results by ConfigRuleComplianceFilters object. Filters *ConfigRuleComplianceFilters `type:"structure"` // The maximum number of evaluation results returned on each page. The default // is maximum. If you specify 0, AWS Config uses the default. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeAggregateComplianceByConfigRulesInput) GoString ¶
func (s DescribeAggregateComplianceByConfigRulesInput) GoString() string
GoString returns the string representation
func (*DescribeAggregateComplianceByConfigRulesInput) SetConfigurationAggregatorName ¶
func (s *DescribeAggregateComplianceByConfigRulesInput) SetConfigurationAggregatorName(v string) *DescribeAggregateComplianceByConfigRulesInput
SetConfigurationAggregatorName sets the ConfigurationAggregatorName field's value.
func (*DescribeAggregateComplianceByConfigRulesInput) SetFilters ¶
func (s *DescribeAggregateComplianceByConfigRulesInput) SetFilters(v *ConfigRuleComplianceFilters) *DescribeAggregateComplianceByConfigRulesInput
SetFilters sets the Filters field's value.
func (*DescribeAggregateComplianceByConfigRulesInput) SetLimit ¶
func (s *DescribeAggregateComplianceByConfigRulesInput) SetLimit(v int64) *DescribeAggregateComplianceByConfigRulesInput
SetLimit sets the Limit field's value.
func (*DescribeAggregateComplianceByConfigRulesInput) SetNextToken ¶
func (s *DescribeAggregateComplianceByConfigRulesInput) SetNextToken(v string) *DescribeAggregateComplianceByConfigRulesInput
SetNextToken sets the NextToken field's value.
func (DescribeAggregateComplianceByConfigRulesInput) String ¶
func (s DescribeAggregateComplianceByConfigRulesInput) String() string
String returns the string representation
func (*DescribeAggregateComplianceByConfigRulesInput) Validate ¶
func (s *DescribeAggregateComplianceByConfigRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeAggregateComplianceByConfigRulesOutput ¶
type DescribeAggregateComplianceByConfigRulesOutput struct { // Returns a list of AggregateComplianceByConfigRule object. AggregateComplianceByConfigRules []*AggregateComplianceByConfigRule `type:"list"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeAggregateComplianceByConfigRulesOutput) GoString ¶
func (s DescribeAggregateComplianceByConfigRulesOutput) GoString() string
GoString returns the string representation
func (*DescribeAggregateComplianceByConfigRulesOutput) SetAggregateComplianceByConfigRules ¶
func (s *DescribeAggregateComplianceByConfigRulesOutput) SetAggregateComplianceByConfigRules(v []*AggregateComplianceByConfigRule) *DescribeAggregateComplianceByConfigRulesOutput
SetAggregateComplianceByConfigRules sets the AggregateComplianceByConfigRules field's value.
func (*DescribeAggregateComplianceByConfigRulesOutput) SetNextToken ¶
func (s *DescribeAggregateComplianceByConfigRulesOutput) SetNextToken(v string) *DescribeAggregateComplianceByConfigRulesOutput
SetNextToken sets the NextToken field's value.
func (DescribeAggregateComplianceByConfigRulesOutput) String ¶
func (s DescribeAggregateComplianceByConfigRulesOutput) String() string
String returns the string representation
type DescribeAggregationAuthorizationsInput ¶
type DescribeAggregationAuthorizationsInput struct { // The maximum number of AggregationAuthorizations returned on each page. The // default is maximum. If you specify 0, AWS Config uses the default. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeAggregationAuthorizationsInput) GoString ¶
func (s DescribeAggregationAuthorizationsInput) GoString() string
GoString returns the string representation
func (*DescribeAggregationAuthorizationsInput) SetLimit ¶
func (s *DescribeAggregationAuthorizationsInput) SetLimit(v int64) *DescribeAggregationAuthorizationsInput
SetLimit sets the Limit field's value.
func (*DescribeAggregationAuthorizationsInput) SetNextToken ¶
func (s *DescribeAggregationAuthorizationsInput) SetNextToken(v string) *DescribeAggregationAuthorizationsInput
SetNextToken sets the NextToken field's value.
func (DescribeAggregationAuthorizationsInput) String ¶
func (s DescribeAggregationAuthorizationsInput) String() string
String returns the string representation
type DescribeAggregationAuthorizationsOutput ¶
type DescribeAggregationAuthorizationsOutput struct { // Returns a list of authorizations granted to various aggregator accounts and // regions. AggregationAuthorizations []*AggregationAuthorization `type:"list"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeAggregationAuthorizationsOutput) GoString ¶
func (s DescribeAggregationAuthorizationsOutput) GoString() string
GoString returns the string representation
func (*DescribeAggregationAuthorizationsOutput) SetAggregationAuthorizations ¶
func (s *DescribeAggregationAuthorizationsOutput) SetAggregationAuthorizations(v []*AggregationAuthorization) *DescribeAggregationAuthorizationsOutput
SetAggregationAuthorizations sets the AggregationAuthorizations field's value.
func (*DescribeAggregationAuthorizationsOutput) SetNextToken ¶
func (s *DescribeAggregationAuthorizationsOutput) SetNextToken(v string) *DescribeAggregationAuthorizationsOutput
SetNextToken sets the NextToken field's value.
func (DescribeAggregationAuthorizationsOutput) String ¶
func (s DescribeAggregationAuthorizationsOutput) String() string
String returns the string representation
type DescribeComplianceByConfigRuleInput ¶
type DescribeComplianceByConfigRuleInput struct { // Filters the results by compliance. // // The allowed values are COMPLIANT and NON_COMPLIANT. ComplianceTypes []*string `type:"list"` // Specify one or more AWS Config rule names to filter the results by rule. ConfigRuleNames []*string `type:"list"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeComplianceByConfigRuleInput) GoString ¶
func (s DescribeComplianceByConfigRuleInput) GoString() string
GoString returns the string representation
func (*DescribeComplianceByConfigRuleInput) SetComplianceTypes ¶
func (s *DescribeComplianceByConfigRuleInput) SetComplianceTypes(v []*string) *DescribeComplianceByConfigRuleInput
SetComplianceTypes sets the ComplianceTypes field's value.
func (*DescribeComplianceByConfigRuleInput) SetConfigRuleNames ¶
func (s *DescribeComplianceByConfigRuleInput) SetConfigRuleNames(v []*string) *DescribeComplianceByConfigRuleInput
SetConfigRuleNames sets the ConfigRuleNames field's value.
func (*DescribeComplianceByConfigRuleInput) SetNextToken ¶
func (s *DescribeComplianceByConfigRuleInput) SetNextToken(v string) *DescribeComplianceByConfigRuleInput
SetNextToken sets the NextToken field's value.
func (DescribeComplianceByConfigRuleInput) String ¶
func (s DescribeComplianceByConfigRuleInput) String() string
String returns the string representation
type DescribeComplianceByConfigRuleOutput ¶
type DescribeComplianceByConfigRuleOutput struct { // Indicates whether each of the specified AWS Config rules is compliant. ComplianceByConfigRules []*ComplianceByConfigRule `type:"list"` // The string that you use in a subsequent request to get the next page of results // in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeComplianceByConfigRuleOutput) GoString ¶
func (s DescribeComplianceByConfigRuleOutput) GoString() string
GoString returns the string representation
func (*DescribeComplianceByConfigRuleOutput) SetComplianceByConfigRules ¶
func (s *DescribeComplianceByConfigRuleOutput) SetComplianceByConfigRules(v []*ComplianceByConfigRule) *DescribeComplianceByConfigRuleOutput
SetComplianceByConfigRules sets the ComplianceByConfigRules field's value.
func (*DescribeComplianceByConfigRuleOutput) SetNextToken ¶
func (s *DescribeComplianceByConfigRuleOutput) SetNextToken(v string) *DescribeComplianceByConfigRuleOutput
SetNextToken sets the NextToken field's value.
func (DescribeComplianceByConfigRuleOutput) String ¶
func (s DescribeComplianceByConfigRuleOutput) String() string
String returns the string representation
type DescribeComplianceByResourceInput ¶
type DescribeComplianceByResourceInput struct { // Filters the results by compliance. // // The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA. ComplianceTypes []*string `type:"list"` // The maximum number of evaluation results returned on each page. The default // is 10. You cannot specify a number greater than 100. If you specify 0, AWS // Config uses the default. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // The ID of the AWS resource for which you want compliance information. You // can specify only one resource ID. If you specify a resource ID, you must // also specify a type for ResourceType. ResourceId *string `min:"1" type:"string"` // The types of AWS resources for which you want compliance information (for // example, AWS::EC2::Instance). For this action, you can specify that the resource // type is an AWS account by specifying AWS::::Account. ResourceType *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (DescribeComplianceByResourceInput) GoString ¶
func (s DescribeComplianceByResourceInput) GoString() string
GoString returns the string representation
func (*DescribeComplianceByResourceInput) SetComplianceTypes ¶
func (s *DescribeComplianceByResourceInput) SetComplianceTypes(v []*string) *DescribeComplianceByResourceInput
SetComplianceTypes sets the ComplianceTypes field's value.
func (*DescribeComplianceByResourceInput) SetLimit ¶
func (s *DescribeComplianceByResourceInput) SetLimit(v int64) *DescribeComplianceByResourceInput
SetLimit sets the Limit field's value.
func (*DescribeComplianceByResourceInput) SetNextToken ¶
func (s *DescribeComplianceByResourceInput) SetNextToken(v string) *DescribeComplianceByResourceInput
SetNextToken sets the NextToken field's value.
func (*DescribeComplianceByResourceInput) SetResourceId ¶
func (s *DescribeComplianceByResourceInput) SetResourceId(v string) *DescribeComplianceByResourceInput
SetResourceId sets the ResourceId field's value.
func (*DescribeComplianceByResourceInput) SetResourceType ¶
func (s *DescribeComplianceByResourceInput) SetResourceType(v string) *DescribeComplianceByResourceInput
SetResourceType sets the ResourceType field's value.
func (DescribeComplianceByResourceInput) String ¶
func (s DescribeComplianceByResourceInput) String() string
String returns the string representation
func (*DescribeComplianceByResourceInput) Validate ¶
func (s *DescribeComplianceByResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeComplianceByResourceOutput ¶
type DescribeComplianceByResourceOutput struct { // Indicates whether the specified AWS resource complies with all of the AWS // Config rules that evaluate it. ComplianceByResources []*ComplianceByResource `type:"list"` // The string that you use in a subsequent request to get the next page of results // in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeComplianceByResourceOutput) GoString ¶
func (s DescribeComplianceByResourceOutput) GoString() string
GoString returns the string representation
func (*DescribeComplianceByResourceOutput) SetComplianceByResources ¶
func (s *DescribeComplianceByResourceOutput) SetComplianceByResources(v []*ComplianceByResource) *DescribeComplianceByResourceOutput
SetComplianceByResources sets the ComplianceByResources field's value.
func (*DescribeComplianceByResourceOutput) SetNextToken ¶
func (s *DescribeComplianceByResourceOutput) SetNextToken(v string) *DescribeComplianceByResourceOutput
SetNextToken sets the NextToken field's value.
func (DescribeComplianceByResourceOutput) String ¶
func (s DescribeComplianceByResourceOutput) String() string
String returns the string representation
type DescribeConfigRuleEvaluationStatusInput ¶
type DescribeConfigRuleEvaluationStatusInput struct { // The name of the AWS managed Config rules for which you want status information. // If you do not specify any names, AWS Config returns status information for // all AWS managed Config rules that you use. ConfigRuleNames []*string `type:"list"` // The number of rule evaluation results that you want returned. // // This parameter is required if the rule limit for your account is more than // the default of 150 rules. // // For information about requesting a rule limit increase, see AWS Config Limits // (http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config) // in the AWS General Reference Guide. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeConfigRuleEvaluationStatusInput) GoString ¶
func (s DescribeConfigRuleEvaluationStatusInput) GoString() string
GoString returns the string representation
func (*DescribeConfigRuleEvaluationStatusInput) SetConfigRuleNames ¶
func (s *DescribeConfigRuleEvaluationStatusInput) SetConfigRuleNames(v []*string) *DescribeConfigRuleEvaluationStatusInput
SetConfigRuleNames sets the ConfigRuleNames field's value.
func (*DescribeConfigRuleEvaluationStatusInput) SetLimit ¶
func (s *DescribeConfigRuleEvaluationStatusInput) SetLimit(v int64) *DescribeConfigRuleEvaluationStatusInput
SetLimit sets the Limit field's value.
func (*DescribeConfigRuleEvaluationStatusInput) SetNextToken ¶
func (s *DescribeConfigRuleEvaluationStatusInput) SetNextToken(v string) *DescribeConfigRuleEvaluationStatusInput
SetNextToken sets the NextToken field's value.
func (DescribeConfigRuleEvaluationStatusInput) String ¶
func (s DescribeConfigRuleEvaluationStatusInput) String() string
String returns the string representation
type DescribeConfigRuleEvaluationStatusOutput ¶
type DescribeConfigRuleEvaluationStatusOutput struct { // Status information about your AWS managed Config rules. ConfigRulesEvaluationStatus []*ConfigRuleEvaluationStatus `type:"list"` // The string that you use in a subsequent request to get the next page of results // in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeConfigRuleEvaluationStatusOutput) GoString ¶
func (s DescribeConfigRuleEvaluationStatusOutput) GoString() string
GoString returns the string representation
func (*DescribeConfigRuleEvaluationStatusOutput) SetConfigRulesEvaluationStatus ¶
func (s *DescribeConfigRuleEvaluationStatusOutput) SetConfigRulesEvaluationStatus(v []*ConfigRuleEvaluationStatus) *DescribeConfigRuleEvaluationStatusOutput
SetConfigRulesEvaluationStatus sets the ConfigRulesEvaluationStatus field's value.
func (*DescribeConfigRuleEvaluationStatusOutput) SetNextToken ¶
func (s *DescribeConfigRuleEvaluationStatusOutput) SetNextToken(v string) *DescribeConfigRuleEvaluationStatusOutput
SetNextToken sets the NextToken field's value.
func (DescribeConfigRuleEvaluationStatusOutput) String ¶
func (s DescribeConfigRuleEvaluationStatusOutput) String() string
String returns the string representation
type DescribeConfigRulesInput ¶
type DescribeConfigRulesInput struct { // The names of the AWS Config rules for which you want details. If you do not // specify any names, AWS Config returns details for all your rules. ConfigRuleNames []*string `type:"list"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeConfigRulesInput) GoString ¶
func (s DescribeConfigRulesInput) GoString() string
GoString returns the string representation
func (*DescribeConfigRulesInput) SetConfigRuleNames ¶
func (s *DescribeConfigRulesInput) SetConfigRuleNames(v []*string) *DescribeConfigRulesInput
SetConfigRuleNames sets the ConfigRuleNames field's value.
func (*DescribeConfigRulesInput) SetNextToken ¶
func (s *DescribeConfigRulesInput) SetNextToken(v string) *DescribeConfigRulesInput
SetNextToken sets the NextToken field's value.
func (DescribeConfigRulesInput) String ¶
func (s DescribeConfigRulesInput) String() string
String returns the string representation
type DescribeConfigRulesOutput ¶
type DescribeConfigRulesOutput struct { // The details about your AWS Config rules. ConfigRules []*ConfigRule `type:"list"` // The string that you use in a subsequent request to get the next page of results // in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeConfigRulesOutput) GoString ¶
func (s DescribeConfigRulesOutput) GoString() string
GoString returns the string representation
func (*DescribeConfigRulesOutput) SetConfigRules ¶
func (s *DescribeConfigRulesOutput) SetConfigRules(v []*ConfigRule) *DescribeConfigRulesOutput
SetConfigRules sets the ConfigRules field's value.
func (*DescribeConfigRulesOutput) SetNextToken ¶
func (s *DescribeConfigRulesOutput) SetNextToken(v string) *DescribeConfigRulesOutput
SetNextToken sets the NextToken field's value.
func (DescribeConfigRulesOutput) String ¶
func (s DescribeConfigRulesOutput) String() string
String returns the string representation
type DescribeConfigurationAggregatorSourcesStatusInput ¶
type DescribeConfigurationAggregatorSourcesStatusInput struct { // The name of the configuration aggregator. // // ConfigurationAggregatorName is a required field ConfigurationAggregatorName *string `min:"1" type:"string" required:"true"` // The maximum number of AggregatorSourceStatus returned on each page. The default // is maximum. If you specify 0, AWS Config uses the default. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // Filters the status type. // // * Valid value FAILED indicates errors while moving data. // // * Valid value SUCCEEDED indicates the data was successfully moved. // // * Valid value OUTDATED indicates the data is not the most recent. UpdateStatus []*string `min:"1" type:"list"` // contains filtered or unexported fields }
func (DescribeConfigurationAggregatorSourcesStatusInput) GoString ¶
func (s DescribeConfigurationAggregatorSourcesStatusInput) GoString() string
GoString returns the string representation
func (*DescribeConfigurationAggregatorSourcesStatusInput) SetConfigurationAggregatorName ¶
func (s *DescribeConfigurationAggregatorSourcesStatusInput) SetConfigurationAggregatorName(v string) *DescribeConfigurationAggregatorSourcesStatusInput
SetConfigurationAggregatorName sets the ConfigurationAggregatorName field's value.
func (*DescribeConfigurationAggregatorSourcesStatusInput) SetLimit ¶
func (s *DescribeConfigurationAggregatorSourcesStatusInput) SetLimit(v int64) *DescribeConfigurationAggregatorSourcesStatusInput
SetLimit sets the Limit field's value.
func (*DescribeConfigurationAggregatorSourcesStatusInput) SetNextToken ¶
func (s *DescribeConfigurationAggregatorSourcesStatusInput) SetNextToken(v string) *DescribeConfigurationAggregatorSourcesStatusInput
SetNextToken sets the NextToken field's value.
func (*DescribeConfigurationAggregatorSourcesStatusInput) SetUpdateStatus ¶
func (s *DescribeConfigurationAggregatorSourcesStatusInput) SetUpdateStatus(v []*string) *DescribeConfigurationAggregatorSourcesStatusInput
SetUpdateStatus sets the UpdateStatus field's value.
func (DescribeConfigurationAggregatorSourcesStatusInput) String ¶
func (s DescribeConfigurationAggregatorSourcesStatusInput) String() string
String returns the string representation
func (*DescribeConfigurationAggregatorSourcesStatusInput) Validate ¶
func (s *DescribeConfigurationAggregatorSourcesStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeConfigurationAggregatorSourcesStatusOutput ¶
type DescribeConfigurationAggregatorSourcesStatusOutput struct { // Returns an AggregatedSourceStatus object. AggregatedSourceStatusList []*AggregatedSourceStatus `type:"list"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeConfigurationAggregatorSourcesStatusOutput) GoString ¶
func (s DescribeConfigurationAggregatorSourcesStatusOutput) GoString() string
GoString returns the string representation
func (*DescribeConfigurationAggregatorSourcesStatusOutput) SetAggregatedSourceStatusList ¶
func (s *DescribeConfigurationAggregatorSourcesStatusOutput) SetAggregatedSourceStatusList(v []*AggregatedSourceStatus) *DescribeConfigurationAggregatorSourcesStatusOutput
SetAggregatedSourceStatusList sets the AggregatedSourceStatusList field's value.
func (*DescribeConfigurationAggregatorSourcesStatusOutput) SetNextToken ¶
func (s *DescribeConfigurationAggregatorSourcesStatusOutput) SetNextToken(v string) *DescribeConfigurationAggregatorSourcesStatusOutput
SetNextToken sets the NextToken field's value.
func (DescribeConfigurationAggregatorSourcesStatusOutput) String ¶
func (s DescribeConfigurationAggregatorSourcesStatusOutput) String() string
String returns the string representation
type DescribeConfigurationAggregatorsInput ¶
type DescribeConfigurationAggregatorsInput struct { // The name of the configuration aggregators. ConfigurationAggregatorNames []*string `type:"list"` // The maximum number of configuration aggregators returned on each page. The // default is maximum. If you specify 0, AWS Config uses the default. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeConfigurationAggregatorsInput) GoString ¶
func (s DescribeConfigurationAggregatorsInput) GoString() string
GoString returns the string representation
func (*DescribeConfigurationAggregatorsInput) SetConfigurationAggregatorNames ¶
func (s *DescribeConfigurationAggregatorsInput) SetConfigurationAggregatorNames(v []*string) *DescribeConfigurationAggregatorsInput
SetConfigurationAggregatorNames sets the ConfigurationAggregatorNames field's value.
func (*DescribeConfigurationAggregatorsInput) SetLimit ¶
func (s *DescribeConfigurationAggregatorsInput) SetLimit(v int64) *DescribeConfigurationAggregatorsInput
SetLimit sets the Limit field's value.
func (*DescribeConfigurationAggregatorsInput) SetNextToken ¶
func (s *DescribeConfigurationAggregatorsInput) SetNextToken(v string) *DescribeConfigurationAggregatorsInput
SetNextToken sets the NextToken field's value.
func (DescribeConfigurationAggregatorsInput) String ¶
func (s DescribeConfigurationAggregatorsInput) String() string
String returns the string representation
type DescribeConfigurationAggregatorsOutput ¶
type DescribeConfigurationAggregatorsOutput struct { // Returns a ConfigurationAggregators object. ConfigurationAggregators []*ConfigurationAggregator `type:"list"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeConfigurationAggregatorsOutput) GoString ¶
func (s DescribeConfigurationAggregatorsOutput) GoString() string
GoString returns the string representation
func (*DescribeConfigurationAggregatorsOutput) SetConfigurationAggregators ¶
func (s *DescribeConfigurationAggregatorsOutput) SetConfigurationAggregators(v []*ConfigurationAggregator) *DescribeConfigurationAggregatorsOutput
SetConfigurationAggregators sets the ConfigurationAggregators field's value.
func (*DescribeConfigurationAggregatorsOutput) SetNextToken ¶
func (s *DescribeConfigurationAggregatorsOutput) SetNextToken(v string) *DescribeConfigurationAggregatorsOutput
SetNextToken sets the NextToken field's value.
func (DescribeConfigurationAggregatorsOutput) String ¶
func (s DescribeConfigurationAggregatorsOutput) String() string
String returns the string representation
type DescribeConfigurationRecorderStatusInput ¶
type DescribeConfigurationRecorderStatusInput struct { // The name(s) of the configuration recorder. If the name is not specified, // the action returns the current status of all the configuration recorders // associated with the account. ConfigurationRecorderNames []*string `type:"list"` // contains filtered or unexported fields }
The input for the DescribeConfigurationRecorderStatus action.
func (DescribeConfigurationRecorderStatusInput) GoString ¶
func (s DescribeConfigurationRecorderStatusInput) GoString() string
GoString returns the string representation
func (*DescribeConfigurationRecorderStatusInput) SetConfigurationRecorderNames ¶
func (s *DescribeConfigurationRecorderStatusInput) SetConfigurationRecorderNames(v []*string) *DescribeConfigurationRecorderStatusInput
SetConfigurationRecorderNames sets the ConfigurationRecorderNames field's value.
func (DescribeConfigurationRecorderStatusInput) String ¶
func (s DescribeConfigurationRecorderStatusInput) String() string
String returns the string representation
type DescribeConfigurationRecorderStatusOutput ¶
type DescribeConfigurationRecorderStatusOutput struct { // A list that contains status of the specified recorders. ConfigurationRecordersStatus []*ConfigurationRecorderStatus `type:"list"` // contains filtered or unexported fields }
The output for the DescribeConfigurationRecorderStatus action, in JSON format.
func (DescribeConfigurationRecorderStatusOutput) GoString ¶
func (s DescribeConfigurationRecorderStatusOutput) GoString() string
GoString returns the string representation
func (*DescribeConfigurationRecorderStatusOutput) SetConfigurationRecordersStatus ¶
func (s *DescribeConfigurationRecorderStatusOutput) SetConfigurationRecordersStatus(v []*ConfigurationRecorderStatus) *DescribeConfigurationRecorderStatusOutput
SetConfigurationRecordersStatus sets the ConfigurationRecordersStatus field's value.
func (DescribeConfigurationRecorderStatusOutput) String ¶
func (s DescribeConfigurationRecorderStatusOutput) String() string
String returns the string representation
type DescribeConfigurationRecordersInput ¶
type DescribeConfigurationRecordersInput struct { // A list of configuration recorder names. ConfigurationRecorderNames []*string `type:"list"` // contains filtered or unexported fields }
The input for the DescribeConfigurationRecorders action.
func (DescribeConfigurationRecordersInput) GoString ¶
func (s DescribeConfigurationRecordersInput) GoString() string
GoString returns the string representation
func (*DescribeConfigurationRecordersInput) SetConfigurationRecorderNames ¶
func (s *DescribeConfigurationRecordersInput) SetConfigurationRecorderNames(v []*string) *DescribeConfigurationRecordersInput
SetConfigurationRecorderNames sets the ConfigurationRecorderNames field's value.
func (DescribeConfigurationRecordersInput) String ¶
func (s DescribeConfigurationRecordersInput) String() string
String returns the string representation
type DescribeConfigurationRecordersOutput ¶
type DescribeConfigurationRecordersOutput struct { // A list that contains the descriptions of the specified configuration recorders. ConfigurationRecorders []*ConfigurationRecorder `type:"list"` // contains filtered or unexported fields }
The output for the DescribeConfigurationRecorders action.
func (DescribeConfigurationRecordersOutput) GoString ¶
func (s DescribeConfigurationRecordersOutput) GoString() string
GoString returns the string representation
func (*DescribeConfigurationRecordersOutput) SetConfigurationRecorders ¶
func (s *DescribeConfigurationRecordersOutput) SetConfigurationRecorders(v []*ConfigurationRecorder) *DescribeConfigurationRecordersOutput
SetConfigurationRecorders sets the ConfigurationRecorders field's value.
func (DescribeConfigurationRecordersOutput) String ¶
func (s DescribeConfigurationRecordersOutput) String() string
String returns the string representation
type DescribeConformancePackComplianceInput ¶
type DescribeConformancePackComplianceInput struct { // Name of the conformance pack. // // ConformancePackName is a required field ConformancePackName *string `min:"1" type:"string" required:"true"` // A ConformancePackComplianceFilters object. Filters *ConformancePackComplianceFilters `type:"structure"` // The maximum number of AWS Config rules within a conformance pack are returned // on each page. Limit *int64 `type:"integer"` // The nextToken string returned in a previous request that you use to request // the next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeConformancePackComplianceInput) GoString ¶
func (s DescribeConformancePackComplianceInput) GoString() string
GoString returns the string representation
func (*DescribeConformancePackComplianceInput) SetConformancePackName ¶
func (s *DescribeConformancePackComplianceInput) SetConformancePackName(v string) *DescribeConformancePackComplianceInput
SetConformancePackName sets the ConformancePackName field's value.
func (*DescribeConformancePackComplianceInput) SetFilters ¶
func (s *DescribeConformancePackComplianceInput) SetFilters(v *ConformancePackComplianceFilters) *DescribeConformancePackComplianceInput
SetFilters sets the Filters field's value.
func (*DescribeConformancePackComplianceInput) SetLimit ¶
func (s *DescribeConformancePackComplianceInput) SetLimit(v int64) *DescribeConformancePackComplianceInput
SetLimit sets the Limit field's value.
func (*DescribeConformancePackComplianceInput) SetNextToken ¶
func (s *DescribeConformancePackComplianceInput) SetNextToken(v string) *DescribeConformancePackComplianceInput
SetNextToken sets the NextToken field's value.
func (DescribeConformancePackComplianceInput) String ¶
func (s DescribeConformancePackComplianceInput) String() string
String returns the string representation
func (*DescribeConformancePackComplianceInput) Validate ¶
func (s *DescribeConformancePackComplianceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeConformancePackComplianceOutput ¶
type DescribeConformancePackComplianceOutput struct { // Name of the conformance pack. // // ConformancePackName is a required field ConformancePackName *string `min:"1" type:"string" required:"true"` // Returns a list of ConformancePackRuleCompliance objects. // // ConformancePackRuleComplianceList is a required field ConformancePackRuleComplianceList []*ConformancePackRuleCompliance `type:"list" required:"true"` // The nextToken string returned in a previous request that you use to request // the next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeConformancePackComplianceOutput) GoString ¶
func (s DescribeConformancePackComplianceOutput) GoString() string
GoString returns the string representation
func (*DescribeConformancePackComplianceOutput) SetConformancePackName ¶
func (s *DescribeConformancePackComplianceOutput) SetConformancePackName(v string) *DescribeConformancePackComplianceOutput
SetConformancePackName sets the ConformancePackName field's value.
func (*DescribeConformancePackComplianceOutput) SetConformancePackRuleComplianceList ¶
func (s *DescribeConformancePackComplianceOutput) SetConformancePackRuleComplianceList(v []*ConformancePackRuleCompliance) *DescribeConformancePackComplianceOutput
SetConformancePackRuleComplianceList sets the ConformancePackRuleComplianceList field's value.
func (*DescribeConformancePackComplianceOutput) SetNextToken ¶
func (s *DescribeConformancePackComplianceOutput) SetNextToken(v string) *DescribeConformancePackComplianceOutput
SetNextToken sets the NextToken field's value.
func (DescribeConformancePackComplianceOutput) String ¶
func (s DescribeConformancePackComplianceOutput) String() string
String returns the string representation
type DescribeConformancePackStatusInput ¶
type DescribeConformancePackStatusInput struct { // Comma-separated list of conformance pack names. ConformancePackNames []*string `type:"list"` // The maximum number of conformance packs status returned on each page. Limit *int64 `type:"integer"` // The nextToken string returned in a previous request that you use to request // the next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeConformancePackStatusInput) GoString ¶
func (s DescribeConformancePackStatusInput) GoString() string
GoString returns the string representation
func (*DescribeConformancePackStatusInput) SetConformancePackNames ¶
func (s *DescribeConformancePackStatusInput) SetConformancePackNames(v []*string) *DescribeConformancePackStatusInput
SetConformancePackNames sets the ConformancePackNames field's value.
func (*DescribeConformancePackStatusInput) SetLimit ¶
func (s *DescribeConformancePackStatusInput) SetLimit(v int64) *DescribeConformancePackStatusInput
SetLimit sets the Limit field's value.
func (*DescribeConformancePackStatusInput) SetNextToken ¶
func (s *DescribeConformancePackStatusInput) SetNextToken(v string) *DescribeConformancePackStatusInput
SetNextToken sets the NextToken field's value.
func (DescribeConformancePackStatusInput) String ¶
func (s DescribeConformancePackStatusInput) String() string
String returns the string representation
type DescribeConformancePackStatusOutput ¶
type DescribeConformancePackStatusOutput struct { // A list of ConformancePackStatusDetail objects. ConformancePackStatusDetails []*ConformancePackStatusDetail `type:"list"` // The nextToken string returned in a previous request that you use to request // the next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeConformancePackStatusOutput) GoString ¶
func (s DescribeConformancePackStatusOutput) GoString() string
GoString returns the string representation
func (*DescribeConformancePackStatusOutput) SetConformancePackStatusDetails ¶
func (s *DescribeConformancePackStatusOutput) SetConformancePackStatusDetails(v []*ConformancePackStatusDetail) *DescribeConformancePackStatusOutput
SetConformancePackStatusDetails sets the ConformancePackStatusDetails field's value.
func (*DescribeConformancePackStatusOutput) SetNextToken ¶
func (s *DescribeConformancePackStatusOutput) SetNextToken(v string) *DescribeConformancePackStatusOutput
SetNextToken sets the NextToken field's value.
func (DescribeConformancePackStatusOutput) String ¶
func (s DescribeConformancePackStatusOutput) String() string
String returns the string representation
type DescribeConformancePacksInput ¶
type DescribeConformancePacksInput struct { // Comma-separated list of conformance pack names for which you want details. // If you do not specify any names, AWS Config returns details for all your // conformance packs. ConformancePackNames []*string `type:"list"` // The maximum number of conformance packs returned on each page. Limit *int64 `type:"integer"` // The nextToken string returned in a previous request that you use to request // the next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeConformancePacksInput) GoString ¶
func (s DescribeConformancePacksInput) GoString() string
GoString returns the string representation
func (*DescribeConformancePacksInput) SetConformancePackNames ¶
func (s *DescribeConformancePacksInput) SetConformancePackNames(v []*string) *DescribeConformancePacksInput
SetConformancePackNames sets the ConformancePackNames field's value.
func (*DescribeConformancePacksInput) SetLimit ¶
func (s *DescribeConformancePacksInput) SetLimit(v int64) *DescribeConformancePacksInput
SetLimit sets the Limit field's value.
func (*DescribeConformancePacksInput) SetNextToken ¶
func (s *DescribeConformancePacksInput) SetNextToken(v string) *DescribeConformancePacksInput
SetNextToken sets the NextToken field's value.
func (DescribeConformancePacksInput) String ¶
func (s DescribeConformancePacksInput) String() string
String returns the string representation
type DescribeConformancePacksOutput ¶
type DescribeConformancePacksOutput struct { // Returns a list of ConformancePackDetail objects. ConformancePackDetails []*ConformancePackDetail `type:"list"` // The nextToken string returned in a previous request that you use to request // the next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeConformancePacksOutput) GoString ¶
func (s DescribeConformancePacksOutput) GoString() string
GoString returns the string representation
func (*DescribeConformancePacksOutput) SetConformancePackDetails ¶
func (s *DescribeConformancePacksOutput) SetConformancePackDetails(v []*ConformancePackDetail) *DescribeConformancePacksOutput
SetConformancePackDetails sets the ConformancePackDetails field's value.
func (*DescribeConformancePacksOutput) SetNextToken ¶
func (s *DescribeConformancePacksOutput) SetNextToken(v string) *DescribeConformancePacksOutput
SetNextToken sets the NextToken field's value.
func (DescribeConformancePacksOutput) String ¶
func (s DescribeConformancePacksOutput) String() string
String returns the string representation
type DescribeDeliveryChannelStatusInput ¶
type DescribeDeliveryChannelStatusInput struct { // A list of delivery channel names. DeliveryChannelNames []*string `type:"list"` // contains filtered or unexported fields }
The input for the DeliveryChannelStatus action.
func (DescribeDeliveryChannelStatusInput) GoString ¶
func (s DescribeDeliveryChannelStatusInput) GoString() string
GoString returns the string representation
func (*DescribeDeliveryChannelStatusInput) SetDeliveryChannelNames ¶
func (s *DescribeDeliveryChannelStatusInput) SetDeliveryChannelNames(v []*string) *DescribeDeliveryChannelStatusInput
SetDeliveryChannelNames sets the DeliveryChannelNames field's value.
func (DescribeDeliveryChannelStatusInput) String ¶
func (s DescribeDeliveryChannelStatusInput) String() string
String returns the string representation
type DescribeDeliveryChannelStatusOutput ¶
type DescribeDeliveryChannelStatusOutput struct { // A list that contains the status of a specified delivery channel. DeliveryChannelsStatus []*DeliveryChannelStatus `type:"list"` // contains filtered or unexported fields }
The output for the DescribeDeliveryChannelStatus action.
func (DescribeDeliveryChannelStatusOutput) GoString ¶
func (s DescribeDeliveryChannelStatusOutput) GoString() string
GoString returns the string representation
func (*DescribeDeliveryChannelStatusOutput) SetDeliveryChannelsStatus ¶
func (s *DescribeDeliveryChannelStatusOutput) SetDeliveryChannelsStatus(v []*DeliveryChannelStatus) *DescribeDeliveryChannelStatusOutput
SetDeliveryChannelsStatus sets the DeliveryChannelsStatus field's value.
func (DescribeDeliveryChannelStatusOutput) String ¶
func (s DescribeDeliveryChannelStatusOutput) String() string
String returns the string representation
type DescribeDeliveryChannelsInput ¶
type DescribeDeliveryChannelsInput struct { // A list of delivery channel names. DeliveryChannelNames []*string `type:"list"` // contains filtered or unexported fields }
The input for the DescribeDeliveryChannels action.
func (DescribeDeliveryChannelsInput) GoString ¶
func (s DescribeDeliveryChannelsInput) GoString() string
GoString returns the string representation
func (*DescribeDeliveryChannelsInput) SetDeliveryChannelNames ¶
func (s *DescribeDeliveryChannelsInput) SetDeliveryChannelNames(v []*string) *DescribeDeliveryChannelsInput
SetDeliveryChannelNames sets the DeliveryChannelNames field's value.
func (DescribeDeliveryChannelsInput) String ¶
func (s DescribeDeliveryChannelsInput) String() string
String returns the string representation
type DescribeDeliveryChannelsOutput ¶
type DescribeDeliveryChannelsOutput struct { // A list that contains the descriptions of the specified delivery channel. DeliveryChannels []*DeliveryChannel `type:"list"` // contains filtered or unexported fields }
The output for the DescribeDeliveryChannels action.
func (DescribeDeliveryChannelsOutput) GoString ¶
func (s DescribeDeliveryChannelsOutput) GoString() string
GoString returns the string representation
func (*DescribeDeliveryChannelsOutput) SetDeliveryChannels ¶
func (s *DescribeDeliveryChannelsOutput) SetDeliveryChannels(v []*DeliveryChannel) *DescribeDeliveryChannelsOutput
SetDeliveryChannels sets the DeliveryChannels field's value.
func (DescribeDeliveryChannelsOutput) String ¶
func (s DescribeDeliveryChannelsOutput) String() string
String returns the string representation
type DescribeOrganizationConfigRuleStatusesInput ¶
type DescribeOrganizationConfigRuleStatusesInput struct { // The maximum number of OrganizationConfigRuleStatuses returned on each page. // If you do no specify a number, AWS Config uses the default. The default is // 100. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // The names of organization config rules for which you want status details. // If you do not specify any names, AWS Config returns details for all your // organization AWS Confg rules. OrganizationConfigRuleNames []*string `type:"list"` // contains filtered or unexported fields }
func (DescribeOrganizationConfigRuleStatusesInput) GoString ¶
func (s DescribeOrganizationConfigRuleStatusesInput) GoString() string
GoString returns the string representation
func (*DescribeOrganizationConfigRuleStatusesInput) SetLimit ¶
func (s *DescribeOrganizationConfigRuleStatusesInput) SetLimit(v int64) *DescribeOrganizationConfigRuleStatusesInput
SetLimit sets the Limit field's value.
func (*DescribeOrganizationConfigRuleStatusesInput) SetNextToken ¶
func (s *DescribeOrganizationConfigRuleStatusesInput) SetNextToken(v string) *DescribeOrganizationConfigRuleStatusesInput
SetNextToken sets the NextToken field's value.
func (*DescribeOrganizationConfigRuleStatusesInput) SetOrganizationConfigRuleNames ¶
func (s *DescribeOrganizationConfigRuleStatusesInput) SetOrganizationConfigRuleNames(v []*string) *DescribeOrganizationConfigRuleStatusesInput
SetOrganizationConfigRuleNames sets the OrganizationConfigRuleNames field's value.
func (DescribeOrganizationConfigRuleStatusesInput) String ¶
func (s DescribeOrganizationConfigRuleStatusesInput) String() string
String returns the string representation
type DescribeOrganizationConfigRuleStatusesOutput ¶
type DescribeOrganizationConfigRuleStatusesOutput struct { // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // A list of OrganizationConfigRuleStatus objects. OrganizationConfigRuleStatuses []*OrganizationConfigRuleStatus `type:"list"` // contains filtered or unexported fields }
func (DescribeOrganizationConfigRuleStatusesOutput) GoString ¶
func (s DescribeOrganizationConfigRuleStatusesOutput) GoString() string
GoString returns the string representation
func (*DescribeOrganizationConfigRuleStatusesOutput) SetNextToken ¶
func (s *DescribeOrganizationConfigRuleStatusesOutput) SetNextToken(v string) *DescribeOrganizationConfigRuleStatusesOutput
SetNextToken sets the NextToken field's value.
func (*DescribeOrganizationConfigRuleStatusesOutput) SetOrganizationConfigRuleStatuses ¶
func (s *DescribeOrganizationConfigRuleStatusesOutput) SetOrganizationConfigRuleStatuses(v []*OrganizationConfigRuleStatus) *DescribeOrganizationConfigRuleStatusesOutput
SetOrganizationConfigRuleStatuses sets the OrganizationConfigRuleStatuses field's value.
func (DescribeOrganizationConfigRuleStatusesOutput) String ¶
func (s DescribeOrganizationConfigRuleStatusesOutput) String() string
String returns the string representation
type DescribeOrganizationConfigRulesInput ¶
type DescribeOrganizationConfigRulesInput struct { // The maximum number of organization config rules returned on each page. If // you do no specify a number, AWS Config uses the default. The default is 100. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // The names of organization config rules for which you want details. If you // do not specify any names, AWS Config returns details for all your organization // config rules. OrganizationConfigRuleNames []*string `type:"list"` // contains filtered or unexported fields }
func (DescribeOrganizationConfigRulesInput) GoString ¶
func (s DescribeOrganizationConfigRulesInput) GoString() string
GoString returns the string representation
func (*DescribeOrganizationConfigRulesInput) SetLimit ¶
func (s *DescribeOrganizationConfigRulesInput) SetLimit(v int64) *DescribeOrganizationConfigRulesInput
SetLimit sets the Limit field's value.
func (*DescribeOrganizationConfigRulesInput) SetNextToken ¶
func (s *DescribeOrganizationConfigRulesInput) SetNextToken(v string) *DescribeOrganizationConfigRulesInput
SetNextToken sets the NextToken field's value.
func (*DescribeOrganizationConfigRulesInput) SetOrganizationConfigRuleNames ¶
func (s *DescribeOrganizationConfigRulesInput) SetOrganizationConfigRuleNames(v []*string) *DescribeOrganizationConfigRulesInput
SetOrganizationConfigRuleNames sets the OrganizationConfigRuleNames field's value.
func (DescribeOrganizationConfigRulesInput) String ¶
func (s DescribeOrganizationConfigRulesInput) String() string
String returns the string representation
type DescribeOrganizationConfigRulesOutput ¶
type DescribeOrganizationConfigRulesOutput struct { // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // Returns a list of OrganizationConfigRule objects. OrganizationConfigRules []*OrganizationConfigRule `type:"list"` // contains filtered or unexported fields }
func (DescribeOrganizationConfigRulesOutput) GoString ¶
func (s DescribeOrganizationConfigRulesOutput) GoString() string
GoString returns the string representation
func (*DescribeOrganizationConfigRulesOutput) SetNextToken ¶
func (s *DescribeOrganizationConfigRulesOutput) SetNextToken(v string) *DescribeOrganizationConfigRulesOutput
SetNextToken sets the NextToken field's value.
func (*DescribeOrganizationConfigRulesOutput) SetOrganizationConfigRules ¶
func (s *DescribeOrganizationConfigRulesOutput) SetOrganizationConfigRules(v []*OrganizationConfigRule) *DescribeOrganizationConfigRulesOutput
SetOrganizationConfigRules sets the OrganizationConfigRules field's value.
func (DescribeOrganizationConfigRulesOutput) String ¶
func (s DescribeOrganizationConfigRulesOutput) String() string
String returns the string representation
type DescribeOrganizationConformancePackStatusesInput ¶
type DescribeOrganizationConformancePackStatusesInput struct { // The maximum number of OrganizationConformancePackStatuses returned on each // page. If you do no specify a number, AWS Config uses the default. The default // is 100. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // The names of organization conformance packs for which you want status details. // If you do not specify any names, AWS Config returns details for all your // organization conformance packs. OrganizationConformancePackNames []*string `type:"list"` // contains filtered or unexported fields }
func (DescribeOrganizationConformancePackStatusesInput) GoString ¶
func (s DescribeOrganizationConformancePackStatusesInput) GoString() string
GoString returns the string representation
func (*DescribeOrganizationConformancePackStatusesInput) SetLimit ¶
func (s *DescribeOrganizationConformancePackStatusesInput) SetLimit(v int64) *DescribeOrganizationConformancePackStatusesInput
SetLimit sets the Limit field's value.
func (*DescribeOrganizationConformancePackStatusesInput) SetNextToken ¶
func (s *DescribeOrganizationConformancePackStatusesInput) SetNextToken(v string) *DescribeOrganizationConformancePackStatusesInput
SetNextToken sets the NextToken field's value.
func (*DescribeOrganizationConformancePackStatusesInput) SetOrganizationConformancePackNames ¶
func (s *DescribeOrganizationConformancePackStatusesInput) SetOrganizationConformancePackNames(v []*string) *DescribeOrganizationConformancePackStatusesInput
SetOrganizationConformancePackNames sets the OrganizationConformancePackNames field's value.
func (DescribeOrganizationConformancePackStatusesInput) String ¶
func (s DescribeOrganizationConformancePackStatusesInput) String() string
String returns the string representation
type DescribeOrganizationConformancePackStatusesOutput ¶
type DescribeOrganizationConformancePackStatusesOutput struct { // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // A list of OrganizationConformancePackStatus objects. OrganizationConformancePackStatuses []*OrganizationConformancePackStatus `type:"list"` // contains filtered or unexported fields }
func (DescribeOrganizationConformancePackStatusesOutput) GoString ¶
func (s DescribeOrganizationConformancePackStatusesOutput) GoString() string
GoString returns the string representation
func (*DescribeOrganizationConformancePackStatusesOutput) SetNextToken ¶
func (s *DescribeOrganizationConformancePackStatusesOutput) SetNextToken(v string) *DescribeOrganizationConformancePackStatusesOutput
SetNextToken sets the NextToken field's value.
func (*DescribeOrganizationConformancePackStatusesOutput) SetOrganizationConformancePackStatuses ¶
func (s *DescribeOrganizationConformancePackStatusesOutput) SetOrganizationConformancePackStatuses(v []*OrganizationConformancePackStatus) *DescribeOrganizationConformancePackStatusesOutput
SetOrganizationConformancePackStatuses sets the OrganizationConformancePackStatuses field's value.
func (DescribeOrganizationConformancePackStatusesOutput) String ¶
func (s DescribeOrganizationConformancePackStatusesOutput) String() string
String returns the string representation
type DescribeOrganizationConformancePacksInput ¶
type DescribeOrganizationConformancePacksInput struct { // The maximum number of organization config packs returned on each page. If // you do no specify a number, AWS Config uses the default. The default is 100. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // The name that you assign to an organization conformance pack. OrganizationConformancePackNames []*string `type:"list"` // contains filtered or unexported fields }
func (DescribeOrganizationConformancePacksInput) GoString ¶
func (s DescribeOrganizationConformancePacksInput) GoString() string
GoString returns the string representation
func (*DescribeOrganizationConformancePacksInput) SetLimit ¶
func (s *DescribeOrganizationConformancePacksInput) SetLimit(v int64) *DescribeOrganizationConformancePacksInput
SetLimit sets the Limit field's value.
func (*DescribeOrganizationConformancePacksInput) SetNextToken ¶
func (s *DescribeOrganizationConformancePacksInput) SetNextToken(v string) *DescribeOrganizationConformancePacksInput
SetNextToken sets the NextToken field's value.
func (*DescribeOrganizationConformancePacksInput) SetOrganizationConformancePackNames ¶
func (s *DescribeOrganizationConformancePacksInput) SetOrganizationConformancePackNames(v []*string) *DescribeOrganizationConformancePacksInput
SetOrganizationConformancePackNames sets the OrganizationConformancePackNames field's value.
func (DescribeOrganizationConformancePacksInput) String ¶
func (s DescribeOrganizationConformancePacksInput) String() string
String returns the string representation
type DescribeOrganizationConformancePacksOutput ¶
type DescribeOrganizationConformancePacksOutput struct { // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // Returns a list of OrganizationConformancePacks objects. OrganizationConformancePacks []*OrganizationConformancePack `type:"list"` // contains filtered or unexported fields }
func (DescribeOrganizationConformancePacksOutput) GoString ¶
func (s DescribeOrganizationConformancePacksOutput) GoString() string
GoString returns the string representation
func (*DescribeOrganizationConformancePacksOutput) SetNextToken ¶
func (s *DescribeOrganizationConformancePacksOutput) SetNextToken(v string) *DescribeOrganizationConformancePacksOutput
SetNextToken sets the NextToken field's value.
func (*DescribeOrganizationConformancePacksOutput) SetOrganizationConformancePacks ¶
func (s *DescribeOrganizationConformancePacksOutput) SetOrganizationConformancePacks(v []*OrganizationConformancePack) *DescribeOrganizationConformancePacksOutput
SetOrganizationConformancePacks sets the OrganizationConformancePacks field's value.
func (DescribeOrganizationConformancePacksOutput) String ¶
func (s DescribeOrganizationConformancePacksOutput) String() string
String returns the string representation
type DescribePendingAggregationRequestsInput ¶
type DescribePendingAggregationRequestsInput struct { // The maximum number of evaluation results returned on each page. The default // is maximum. If you specify 0, AWS Config uses the default. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribePendingAggregationRequestsInput) GoString ¶
func (s DescribePendingAggregationRequestsInput) GoString() string
GoString returns the string representation
func (*DescribePendingAggregationRequestsInput) SetLimit ¶
func (s *DescribePendingAggregationRequestsInput) SetLimit(v int64) *DescribePendingAggregationRequestsInput
SetLimit sets the Limit field's value.
func (*DescribePendingAggregationRequestsInput) SetNextToken ¶
func (s *DescribePendingAggregationRequestsInput) SetNextToken(v string) *DescribePendingAggregationRequestsInput
SetNextToken sets the NextToken field's value.
func (DescribePendingAggregationRequestsInput) String ¶
func (s DescribePendingAggregationRequestsInput) String() string
String returns the string representation
type DescribePendingAggregationRequestsOutput ¶
type DescribePendingAggregationRequestsOutput struct { // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // Returns a PendingAggregationRequests object. PendingAggregationRequests []*PendingAggregationRequest `type:"list"` // contains filtered or unexported fields }
func (DescribePendingAggregationRequestsOutput) GoString ¶
func (s DescribePendingAggregationRequestsOutput) GoString() string
GoString returns the string representation
func (*DescribePendingAggregationRequestsOutput) SetNextToken ¶
func (s *DescribePendingAggregationRequestsOutput) SetNextToken(v string) *DescribePendingAggregationRequestsOutput
SetNextToken sets the NextToken field's value.
func (*DescribePendingAggregationRequestsOutput) SetPendingAggregationRequests ¶
func (s *DescribePendingAggregationRequestsOutput) SetPendingAggregationRequests(v []*PendingAggregationRequest) *DescribePendingAggregationRequestsOutput
SetPendingAggregationRequests sets the PendingAggregationRequests field's value.
func (DescribePendingAggregationRequestsOutput) String ¶
func (s DescribePendingAggregationRequestsOutput) String() string
String returns the string representation
type DescribeRemediationConfigurationsInput ¶
type DescribeRemediationConfigurationsInput struct { // A list of AWS Config rule names of remediation configurations for which you // want details. // // ConfigRuleNames is a required field ConfigRuleNames []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (DescribeRemediationConfigurationsInput) GoString ¶
func (s DescribeRemediationConfigurationsInput) GoString() string
GoString returns the string representation
func (*DescribeRemediationConfigurationsInput) SetConfigRuleNames ¶
func (s *DescribeRemediationConfigurationsInput) SetConfigRuleNames(v []*string) *DescribeRemediationConfigurationsInput
SetConfigRuleNames sets the ConfigRuleNames field's value.
func (DescribeRemediationConfigurationsInput) String ¶
func (s DescribeRemediationConfigurationsInput) String() string
String returns the string representation
func (*DescribeRemediationConfigurationsInput) Validate ¶
func (s *DescribeRemediationConfigurationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeRemediationConfigurationsOutput ¶
type DescribeRemediationConfigurationsOutput struct { // Returns a remediation configuration object. RemediationConfigurations []*RemediationConfiguration `type:"list"` // contains filtered or unexported fields }
func (DescribeRemediationConfigurationsOutput) GoString ¶
func (s DescribeRemediationConfigurationsOutput) GoString() string
GoString returns the string representation
func (*DescribeRemediationConfigurationsOutput) SetRemediationConfigurations ¶
func (s *DescribeRemediationConfigurationsOutput) SetRemediationConfigurations(v []*RemediationConfiguration) *DescribeRemediationConfigurationsOutput
SetRemediationConfigurations sets the RemediationConfigurations field's value.
func (DescribeRemediationConfigurationsOutput) String ¶
func (s DescribeRemediationConfigurationsOutput) String() string
String returns the string representation
type DescribeRemediationExceptionsInput ¶
type DescribeRemediationExceptionsInput struct { // The name of the AWS Config rule. // // ConfigRuleName is a required field ConfigRuleName *string `min:"1" type:"string" required:"true"` // The maximum number of RemediationExceptionResourceKey returned on each page. // The default is 25. If you specify 0, AWS Config uses the default. Limit *int64 `type:"integer"` // The nextToken string returned in a previous request that you use to request // the next page of results in a paginated response. NextToken *string `type:"string"` // An exception list of resource exception keys to be processed with the current // request. AWS Config adds exception for each resource key. For example, AWS // Config adds 3 exceptions for 3 resource keys. ResourceKeys []*RemediationExceptionResourceKey `min:"1" type:"list"` // contains filtered or unexported fields }
func (DescribeRemediationExceptionsInput) GoString ¶
func (s DescribeRemediationExceptionsInput) GoString() string
GoString returns the string representation
func (*DescribeRemediationExceptionsInput) SetConfigRuleName ¶
func (s *DescribeRemediationExceptionsInput) SetConfigRuleName(v string) *DescribeRemediationExceptionsInput
SetConfigRuleName sets the ConfigRuleName field's value.
func (*DescribeRemediationExceptionsInput) SetLimit ¶
func (s *DescribeRemediationExceptionsInput) SetLimit(v int64) *DescribeRemediationExceptionsInput
SetLimit sets the Limit field's value.
func (*DescribeRemediationExceptionsInput) SetNextToken ¶
func (s *DescribeRemediationExceptionsInput) SetNextToken(v string) *DescribeRemediationExceptionsInput
SetNextToken sets the NextToken field's value.
func (*DescribeRemediationExceptionsInput) SetResourceKeys ¶
func (s *DescribeRemediationExceptionsInput) SetResourceKeys(v []*RemediationExceptionResourceKey) *DescribeRemediationExceptionsInput
SetResourceKeys sets the ResourceKeys field's value.
func (DescribeRemediationExceptionsInput) String ¶
func (s DescribeRemediationExceptionsInput) String() string
String returns the string representation
func (*DescribeRemediationExceptionsInput) Validate ¶
func (s *DescribeRemediationExceptionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeRemediationExceptionsOutput ¶
type DescribeRemediationExceptionsOutput struct { // The nextToken string returned in a previous request that you use to request // the next page of results in a paginated response. NextToken *string `type:"string"` // Returns a list of remediation exception objects. RemediationExceptions []*RemediationException `type:"list"` // contains filtered or unexported fields }
func (DescribeRemediationExceptionsOutput) GoString ¶
func (s DescribeRemediationExceptionsOutput) GoString() string
GoString returns the string representation
func (*DescribeRemediationExceptionsOutput) SetNextToken ¶
func (s *DescribeRemediationExceptionsOutput) SetNextToken(v string) *DescribeRemediationExceptionsOutput
SetNextToken sets the NextToken field's value.
func (*DescribeRemediationExceptionsOutput) SetRemediationExceptions ¶
func (s *DescribeRemediationExceptionsOutput) SetRemediationExceptions(v []*RemediationException) *DescribeRemediationExceptionsOutput
SetRemediationExceptions sets the RemediationExceptions field's value.
func (DescribeRemediationExceptionsOutput) String ¶
func (s DescribeRemediationExceptionsOutput) String() string
String returns the string representation
type DescribeRemediationExecutionStatusInput ¶
type DescribeRemediationExecutionStatusInput struct { // A list of AWS Config rule names. // // ConfigRuleName is a required field ConfigRuleName *string `min:"1" type:"string" required:"true"` // The maximum number of RemediationExecutionStatuses returned on each page. // The default is maximum. If you specify 0, AWS Config uses the default. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // A list of resource keys to be processed with the current request. Each element // in the list consists of the resource type and resource ID. ResourceKeys []*ResourceKey `min:"1" type:"list"` // contains filtered or unexported fields }
func (DescribeRemediationExecutionStatusInput) GoString ¶
func (s DescribeRemediationExecutionStatusInput) GoString() string
GoString returns the string representation
func (*DescribeRemediationExecutionStatusInput) SetConfigRuleName ¶
func (s *DescribeRemediationExecutionStatusInput) SetConfigRuleName(v string) *DescribeRemediationExecutionStatusInput
SetConfigRuleName sets the ConfigRuleName field's value.
func (*DescribeRemediationExecutionStatusInput) SetLimit ¶
func (s *DescribeRemediationExecutionStatusInput) SetLimit(v int64) *DescribeRemediationExecutionStatusInput
SetLimit sets the Limit field's value.
func (*DescribeRemediationExecutionStatusInput) SetNextToken ¶
func (s *DescribeRemediationExecutionStatusInput) SetNextToken(v string) *DescribeRemediationExecutionStatusInput
SetNextToken sets the NextToken field's value.
func (*DescribeRemediationExecutionStatusInput) SetResourceKeys ¶
func (s *DescribeRemediationExecutionStatusInput) SetResourceKeys(v []*ResourceKey) *DescribeRemediationExecutionStatusInput
SetResourceKeys sets the ResourceKeys field's value.
func (DescribeRemediationExecutionStatusInput) String ¶
func (s DescribeRemediationExecutionStatusInput) String() string
String returns the string representation
func (*DescribeRemediationExecutionStatusInput) Validate ¶
func (s *DescribeRemediationExecutionStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeRemediationExecutionStatusOutput ¶
type DescribeRemediationExecutionStatusOutput struct { // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // Returns a list of remediation execution statuses objects. RemediationExecutionStatuses []*RemediationExecutionStatus `type:"list"` // contains filtered or unexported fields }
func (DescribeRemediationExecutionStatusOutput) GoString ¶
func (s DescribeRemediationExecutionStatusOutput) GoString() string
GoString returns the string representation
func (*DescribeRemediationExecutionStatusOutput) SetNextToken ¶
func (s *DescribeRemediationExecutionStatusOutput) SetNextToken(v string) *DescribeRemediationExecutionStatusOutput
SetNextToken sets the NextToken field's value.
func (*DescribeRemediationExecutionStatusOutput) SetRemediationExecutionStatuses ¶
func (s *DescribeRemediationExecutionStatusOutput) SetRemediationExecutionStatuses(v []*RemediationExecutionStatus) *DescribeRemediationExecutionStatusOutput
SetRemediationExecutionStatuses sets the RemediationExecutionStatuses field's value.
func (DescribeRemediationExecutionStatusOutput) String ¶
func (s DescribeRemediationExecutionStatusOutput) String() string
String returns the string representation
type DescribeRetentionConfigurationsInput ¶
type DescribeRetentionConfigurationsInput struct { // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // A list of names of retention configurations for which you want details. If // you do not specify a name, AWS Config returns details for all the retention // configurations for that account. // // Currently, AWS Config supports only one retention configuration per region // in your account. RetentionConfigurationNames []*string `type:"list"` // contains filtered or unexported fields }
func (DescribeRetentionConfigurationsInput) GoString ¶
func (s DescribeRetentionConfigurationsInput) GoString() string
GoString returns the string representation
func (*DescribeRetentionConfigurationsInput) SetNextToken ¶
func (s *DescribeRetentionConfigurationsInput) SetNextToken(v string) *DescribeRetentionConfigurationsInput
SetNextToken sets the NextToken field's value.
func (*DescribeRetentionConfigurationsInput) SetRetentionConfigurationNames ¶
func (s *DescribeRetentionConfigurationsInput) SetRetentionConfigurationNames(v []*string) *DescribeRetentionConfigurationsInput
SetRetentionConfigurationNames sets the RetentionConfigurationNames field's value.
func (DescribeRetentionConfigurationsInput) String ¶
func (s DescribeRetentionConfigurationsInput) String() string
String returns the string representation
type DescribeRetentionConfigurationsOutput ¶
type DescribeRetentionConfigurationsOutput struct { // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // Returns a retention configuration object. RetentionConfigurations []*RetentionConfiguration `type:"list"` // contains filtered or unexported fields }
func (DescribeRetentionConfigurationsOutput) GoString ¶
func (s DescribeRetentionConfigurationsOutput) GoString() string
GoString returns the string representation
func (*DescribeRetentionConfigurationsOutput) SetNextToken ¶
func (s *DescribeRetentionConfigurationsOutput) SetNextToken(v string) *DescribeRetentionConfigurationsOutput
SetNextToken sets the NextToken field's value.
func (*DescribeRetentionConfigurationsOutput) SetRetentionConfigurations ¶
func (s *DescribeRetentionConfigurationsOutput) SetRetentionConfigurations(v []*RetentionConfiguration) *DescribeRetentionConfigurationsOutput
SetRetentionConfigurations sets the RetentionConfigurations field's value.
func (DescribeRetentionConfigurationsOutput) String ¶
func (s DescribeRetentionConfigurationsOutput) String() string
String returns the string representation
type Evaluation ¶
type Evaluation struct { // Supplementary information about how the evaluation determined the compliance. Annotation *string `min:"1" type:"string"` // The ID of the AWS resource that was evaluated. // // ComplianceResourceId is a required field ComplianceResourceId *string `min:"1" type:"string" required:"true"` // The type of AWS resource that was evaluated. // // ComplianceResourceType is a required field ComplianceResourceType *string `min:"1" type:"string" required:"true"` // Indicates whether the AWS resource complies with the AWS Config rule that // it was evaluated against. // // For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, // and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA // value for this data type. // // Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for // ComplianceType from a PutEvaluations request. For example, an AWS Lambda // function for a custom AWS Config rule cannot pass an INSUFFICIENT_DATA value // to AWS Config. // // ComplianceType is a required field ComplianceType *string `type:"string" required:"true" enum:"ComplianceType"` // The time of the event in AWS Config that triggered the evaluation. For event-based // evaluations, the time indicates when AWS Config created the configuration // item that triggered the evaluation. For periodic evaluations, the time indicates // when AWS Config triggered the evaluation at the frequency that you specified // (for example, every 24 hours). // // OrderingTimestamp is a required field OrderingTimestamp *time.Time `type:"timestamp" required:"true"` // contains filtered or unexported fields }
Identifies an AWS resource and indicates whether it complies with the AWS Config rule that it was evaluated against.
func (Evaluation) GoString ¶
func (s Evaluation) GoString() string
GoString returns the string representation
func (*Evaluation) SetAnnotation ¶
func (s *Evaluation) SetAnnotation(v string) *Evaluation
SetAnnotation sets the Annotation field's value.
func (*Evaluation) SetComplianceResourceId ¶
func (s *Evaluation) SetComplianceResourceId(v string) *Evaluation
SetComplianceResourceId sets the ComplianceResourceId field's value.
func (*Evaluation) SetComplianceResourceType ¶
func (s *Evaluation) SetComplianceResourceType(v string) *Evaluation
SetComplianceResourceType sets the ComplianceResourceType field's value.
func (*Evaluation) SetComplianceType ¶
func (s *Evaluation) SetComplianceType(v string) *Evaluation
SetComplianceType sets the ComplianceType field's value.
func (*Evaluation) SetOrderingTimestamp ¶
func (s *Evaluation) SetOrderingTimestamp(v time.Time) *Evaluation
SetOrderingTimestamp sets the OrderingTimestamp field's value.
func (Evaluation) String ¶
func (s Evaluation) String() string
String returns the string representation
func (*Evaluation) Validate ¶
func (s *Evaluation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EvaluationResult ¶
type EvaluationResult struct { // Supplementary information about how the evaluation determined the compliance. Annotation *string `min:"1" type:"string"` // Indicates whether the AWS resource complies with the AWS Config rule that // evaluated it. // // For the EvaluationResult data type, AWS Config supports only the COMPLIANT, // NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the // INSUFFICIENT_DATA value for the EvaluationResult data type. ComplianceType *string `type:"string" enum:"ComplianceType"` // The time when the AWS Config rule evaluated the AWS resource. ConfigRuleInvokedTime *time.Time `type:"timestamp"` // Uniquely identifies the evaluation result. EvaluationResultIdentifier *EvaluationResultIdentifier `type:"structure"` // The time when AWS Config recorded the evaluation result. ResultRecordedTime *time.Time `type:"timestamp"` // An encrypted token that associates an evaluation with an AWS Config rule. // The token identifies the rule, the AWS resource being evaluated, and the // event that triggered the evaluation. ResultToken *string `type:"string"` // contains filtered or unexported fields }
The details of an AWS Config evaluation. Provides the AWS resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information.
func (EvaluationResult) GoString ¶
func (s EvaluationResult) GoString() string
GoString returns the string representation
func (*EvaluationResult) SetAnnotation ¶
func (s *EvaluationResult) SetAnnotation(v string) *EvaluationResult
SetAnnotation sets the Annotation field's value.
func (*EvaluationResult) SetComplianceType ¶
func (s *EvaluationResult) SetComplianceType(v string) *EvaluationResult
SetComplianceType sets the ComplianceType field's value.
func (*EvaluationResult) SetConfigRuleInvokedTime ¶
func (s *EvaluationResult) SetConfigRuleInvokedTime(v time.Time) *EvaluationResult
SetConfigRuleInvokedTime sets the ConfigRuleInvokedTime field's value.
func (*EvaluationResult) SetEvaluationResultIdentifier ¶
func (s *EvaluationResult) SetEvaluationResultIdentifier(v *EvaluationResultIdentifier) *EvaluationResult
SetEvaluationResultIdentifier sets the EvaluationResultIdentifier field's value.
func (*EvaluationResult) SetResultRecordedTime ¶
func (s *EvaluationResult) SetResultRecordedTime(v time.Time) *EvaluationResult
SetResultRecordedTime sets the ResultRecordedTime field's value.
func (*EvaluationResult) SetResultToken ¶
func (s *EvaluationResult) SetResultToken(v string) *EvaluationResult
SetResultToken sets the ResultToken field's value.
func (EvaluationResult) String ¶
func (s EvaluationResult) String() string
String returns the string representation
type EvaluationResultIdentifier ¶
type EvaluationResultIdentifier struct { // Identifies an AWS Config rule used to evaluate an AWS resource, and provides // the type and ID of the evaluated resource. EvaluationResultQualifier *EvaluationResultQualifier `type:"structure"` // The time of the event that triggered the evaluation of your AWS resources. // The time can indicate when AWS Config delivered a configuration item change // notification, or it can indicate when AWS Config delivered the configuration // snapshot, depending on which event triggered the evaluation. OrderingTimestamp *time.Time `type:"timestamp"` // contains filtered or unexported fields }
Uniquely identifies an evaluation result.
func (EvaluationResultIdentifier) GoString ¶
func (s EvaluationResultIdentifier) GoString() string
GoString returns the string representation
func (*EvaluationResultIdentifier) SetEvaluationResultQualifier ¶
func (s *EvaluationResultIdentifier) SetEvaluationResultQualifier(v *EvaluationResultQualifier) *EvaluationResultIdentifier
SetEvaluationResultQualifier sets the EvaluationResultQualifier field's value.
func (*EvaluationResultIdentifier) SetOrderingTimestamp ¶
func (s *EvaluationResultIdentifier) SetOrderingTimestamp(v time.Time) *EvaluationResultIdentifier
SetOrderingTimestamp sets the OrderingTimestamp field's value.
func (EvaluationResultIdentifier) String ¶
func (s EvaluationResultIdentifier) String() string
String returns the string representation
type EvaluationResultQualifier ¶
type EvaluationResultQualifier struct { // The name of the AWS Config rule that was used in the evaluation. ConfigRuleName *string `min:"1" type:"string"` // The ID of the evaluated AWS resource. ResourceId *string `min:"1" type:"string"` // The type of AWS resource that was evaluated. ResourceType *string `min:"1" type:"string"` // contains filtered or unexported fields }
Identifies an AWS Config rule that evaluated an AWS resource, and provides the type and ID of the resource that the rule evaluated.
func (EvaluationResultQualifier) GoString ¶
func (s EvaluationResultQualifier) GoString() string
GoString returns the string representation
func (*EvaluationResultQualifier) SetConfigRuleName ¶
func (s *EvaluationResultQualifier) SetConfigRuleName(v string) *EvaluationResultQualifier
SetConfigRuleName sets the ConfigRuleName field's value.
func (*EvaluationResultQualifier) SetResourceId ¶
func (s *EvaluationResultQualifier) SetResourceId(v string) *EvaluationResultQualifier
SetResourceId sets the ResourceId field's value.
func (*EvaluationResultQualifier) SetResourceType ¶
func (s *EvaluationResultQualifier) SetResourceType(v string) *EvaluationResultQualifier
SetResourceType sets the ResourceType field's value.
func (EvaluationResultQualifier) String ¶
func (s EvaluationResultQualifier) String() string
String returns the string representation
type ExecutionControls ¶
type ExecutionControls struct { // A SsmControls object. SsmControls *SsmControls `type:"structure"` // contains filtered or unexported fields }
The controls that AWS Config uses for executing remediations.
func (ExecutionControls) GoString ¶
func (s ExecutionControls) GoString() string
GoString returns the string representation
func (*ExecutionControls) SetSsmControls ¶
func (s *ExecutionControls) SetSsmControls(v *SsmControls) *ExecutionControls
SetSsmControls sets the SsmControls field's value.
func (ExecutionControls) String ¶
func (s ExecutionControls) String() string
String returns the string representation
func (*ExecutionControls) Validate ¶
func (s *ExecutionControls) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type FailedDeleteRemediationExceptionsBatch ¶
type FailedDeleteRemediationExceptionsBatch struct { // Returns remediation exception resource key object of the failed items. FailedItems []*RemediationExceptionResourceKey `min:"1" type:"list"` // Returns a failure message for delete remediation exception. For example, // AWS Config creates an exception due to an internal error. FailureMessage *string `type:"string"` // contains filtered or unexported fields }
List of each of the failed delete remediation exceptions with specific reasons.
func (FailedDeleteRemediationExceptionsBatch) GoString ¶
func (s FailedDeleteRemediationExceptionsBatch) GoString() string
GoString returns the string representation
func (*FailedDeleteRemediationExceptionsBatch) SetFailedItems ¶
func (s *FailedDeleteRemediationExceptionsBatch) SetFailedItems(v []*RemediationExceptionResourceKey) *FailedDeleteRemediationExceptionsBatch
SetFailedItems sets the FailedItems field's value.
func (*FailedDeleteRemediationExceptionsBatch) SetFailureMessage ¶
func (s *FailedDeleteRemediationExceptionsBatch) SetFailureMessage(v string) *FailedDeleteRemediationExceptionsBatch
SetFailureMessage sets the FailureMessage field's value.
func (FailedDeleteRemediationExceptionsBatch) String ¶
func (s FailedDeleteRemediationExceptionsBatch) String() string
String returns the string representation
type FailedRemediationBatch ¶
type FailedRemediationBatch struct { // Returns remediation configurations of the failed items. FailedItems []*RemediationConfiguration `type:"list"` // Returns a failure message. For example, the resource is already compliant. FailureMessage *string `type:"string"` // contains filtered or unexported fields }
List of each of the failed remediations with specific reasons.
func (FailedRemediationBatch) GoString ¶
func (s FailedRemediationBatch) GoString() string
GoString returns the string representation
func (*FailedRemediationBatch) SetFailedItems ¶
func (s *FailedRemediationBatch) SetFailedItems(v []*RemediationConfiguration) *FailedRemediationBatch
SetFailedItems sets the FailedItems field's value.
func (*FailedRemediationBatch) SetFailureMessage ¶
func (s *FailedRemediationBatch) SetFailureMessage(v string) *FailedRemediationBatch
SetFailureMessage sets the FailureMessage field's value.
func (FailedRemediationBatch) String ¶
func (s FailedRemediationBatch) String() string
String returns the string representation
type FailedRemediationExceptionBatch ¶
type FailedRemediationExceptionBatch struct { // Returns remediation exception resource key object of the failed items. FailedItems []*RemediationException `type:"list"` // Returns a failure message. For example, the auto-remediation has failed. FailureMessage *string `type:"string"` // contains filtered or unexported fields }
List of each of the failed remediation exceptions with specific reasons.
func (FailedRemediationExceptionBatch) GoString ¶
func (s FailedRemediationExceptionBatch) GoString() string
GoString returns the string representation
func (*FailedRemediationExceptionBatch) SetFailedItems ¶
func (s *FailedRemediationExceptionBatch) SetFailedItems(v []*RemediationException) *FailedRemediationExceptionBatch
SetFailedItems sets the FailedItems field's value.
func (*FailedRemediationExceptionBatch) SetFailureMessage ¶
func (s *FailedRemediationExceptionBatch) SetFailureMessage(v string) *FailedRemediationExceptionBatch
SetFailureMessage sets the FailureMessage field's value.
func (FailedRemediationExceptionBatch) String ¶
func (s FailedRemediationExceptionBatch) String() string
String returns the string representation
type FieldInfo ¶
type FieldInfo struct { // Name of the field. Name *string `type:"string"` // contains filtered or unexported fields }
Details about the fields such as name of the field.
type GetAggregateComplianceDetailsByConfigRuleInput ¶
type GetAggregateComplianceDetailsByConfigRuleInput struct { // The 12-digit account ID of the source account. // // AccountId is a required field AccountId *string `type:"string" required:"true"` // The source region from where the data is aggregated. // // AwsRegion is a required field AwsRegion *string `min:"1" type:"string" required:"true"` // The resource compliance status. // // For the GetAggregateComplianceDetailsByConfigRuleRequest data type, AWS Config // supports only the COMPLIANT and NON_COMPLIANT. AWS Config does not support // the NOT_APPLICABLE and INSUFFICIENT_DATA values. ComplianceType *string `type:"string" enum:"ComplianceType"` // The name of the AWS Config rule for which you want compliance information. // // ConfigRuleName is a required field ConfigRuleName *string `min:"1" type:"string" required:"true"` // The name of the configuration aggregator. // // ConfigurationAggregatorName is a required field ConfigurationAggregatorName *string `min:"1" type:"string" required:"true"` // The maximum number of evaluation results returned on each page. The default // is 50. You cannot specify a number greater than 100. If you specify 0, AWS // Config uses the default. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (GetAggregateComplianceDetailsByConfigRuleInput) GoString ¶
func (s GetAggregateComplianceDetailsByConfigRuleInput) GoString() string
GoString returns the string representation
func (*GetAggregateComplianceDetailsByConfigRuleInput) SetAccountId ¶
func (s *GetAggregateComplianceDetailsByConfigRuleInput) SetAccountId(v string) *GetAggregateComplianceDetailsByConfigRuleInput
SetAccountId sets the AccountId field's value.
func (*GetAggregateComplianceDetailsByConfigRuleInput) SetAwsRegion ¶
func (s *GetAggregateComplianceDetailsByConfigRuleInput) SetAwsRegion(v string) *GetAggregateComplianceDetailsByConfigRuleInput
SetAwsRegion sets the AwsRegion field's value.
func (*GetAggregateComplianceDetailsByConfigRuleInput) SetComplianceType ¶
func (s *GetAggregateComplianceDetailsByConfigRuleInput) SetComplianceType(v string) *GetAggregateComplianceDetailsByConfigRuleInput
SetComplianceType sets the ComplianceType field's value.
func (*GetAggregateComplianceDetailsByConfigRuleInput) SetConfigRuleName ¶
func (s *GetAggregateComplianceDetailsByConfigRuleInput) SetConfigRuleName(v string) *GetAggregateComplianceDetailsByConfigRuleInput
SetConfigRuleName sets the ConfigRuleName field's value.
func (*GetAggregateComplianceDetailsByConfigRuleInput) SetConfigurationAggregatorName ¶
func (s *GetAggregateComplianceDetailsByConfigRuleInput) SetConfigurationAggregatorName(v string) *GetAggregateComplianceDetailsByConfigRuleInput
SetConfigurationAggregatorName sets the ConfigurationAggregatorName field's value.
func (*GetAggregateComplianceDetailsByConfigRuleInput) SetLimit ¶
func (s *GetAggregateComplianceDetailsByConfigRuleInput) SetLimit(v int64) *GetAggregateComplianceDetailsByConfigRuleInput
SetLimit sets the Limit field's value.
func (*GetAggregateComplianceDetailsByConfigRuleInput) SetNextToken ¶
func (s *GetAggregateComplianceDetailsByConfigRuleInput) SetNextToken(v string) *GetAggregateComplianceDetailsByConfigRuleInput
SetNextToken sets the NextToken field's value.
func (GetAggregateComplianceDetailsByConfigRuleInput) String ¶
func (s GetAggregateComplianceDetailsByConfigRuleInput) String() string
String returns the string representation
func (*GetAggregateComplianceDetailsByConfigRuleInput) Validate ¶
func (s *GetAggregateComplianceDetailsByConfigRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAggregateComplianceDetailsByConfigRuleOutput ¶
type GetAggregateComplianceDetailsByConfigRuleOutput struct { // Returns an AggregateEvaluationResults object. AggregateEvaluationResults []*AggregateEvaluationResult `type:"list"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (GetAggregateComplianceDetailsByConfigRuleOutput) GoString ¶
func (s GetAggregateComplianceDetailsByConfigRuleOutput) GoString() string
GoString returns the string representation
func (*GetAggregateComplianceDetailsByConfigRuleOutput) SetAggregateEvaluationResults ¶
func (s *GetAggregateComplianceDetailsByConfigRuleOutput) SetAggregateEvaluationResults(v []*AggregateEvaluationResult) *GetAggregateComplianceDetailsByConfigRuleOutput
SetAggregateEvaluationResults sets the AggregateEvaluationResults field's value.
func (*GetAggregateComplianceDetailsByConfigRuleOutput) SetNextToken ¶
func (s *GetAggregateComplianceDetailsByConfigRuleOutput) SetNextToken(v string) *GetAggregateComplianceDetailsByConfigRuleOutput
SetNextToken sets the NextToken field's value.
func (GetAggregateComplianceDetailsByConfigRuleOutput) String ¶
func (s GetAggregateComplianceDetailsByConfigRuleOutput) String() string
String returns the string representation
type GetAggregateConfigRuleComplianceSummaryInput ¶
type GetAggregateConfigRuleComplianceSummaryInput struct { // The name of the configuration aggregator. // // ConfigurationAggregatorName is a required field ConfigurationAggregatorName *string `min:"1" type:"string" required:"true"` // Filters the results based on the ConfigRuleComplianceSummaryFilters object. Filters *ConfigRuleComplianceSummaryFilters `type:"structure"` // Groups the result based on ACCOUNT_ID or AWS_REGION. GroupByKey *string `type:"string" enum:"ConfigRuleComplianceSummaryGroupKey"` // The maximum number of evaluation results returned on each page. The default // is 1000. You cannot specify a number greater than 1000. If you specify 0, // AWS Config uses the default. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (GetAggregateConfigRuleComplianceSummaryInput) GoString ¶
func (s GetAggregateConfigRuleComplianceSummaryInput) GoString() string
GoString returns the string representation
func (*GetAggregateConfigRuleComplianceSummaryInput) SetConfigurationAggregatorName ¶
func (s *GetAggregateConfigRuleComplianceSummaryInput) SetConfigurationAggregatorName(v string) *GetAggregateConfigRuleComplianceSummaryInput
SetConfigurationAggregatorName sets the ConfigurationAggregatorName field's value.
func (*GetAggregateConfigRuleComplianceSummaryInput) SetFilters ¶
func (s *GetAggregateConfigRuleComplianceSummaryInput) SetFilters(v *ConfigRuleComplianceSummaryFilters) *GetAggregateConfigRuleComplianceSummaryInput
SetFilters sets the Filters field's value.
func (*GetAggregateConfigRuleComplianceSummaryInput) SetGroupByKey ¶
func (s *GetAggregateConfigRuleComplianceSummaryInput) SetGroupByKey(v string) *GetAggregateConfigRuleComplianceSummaryInput
SetGroupByKey sets the GroupByKey field's value.
func (*GetAggregateConfigRuleComplianceSummaryInput) SetLimit ¶
func (s *GetAggregateConfigRuleComplianceSummaryInput) SetLimit(v int64) *GetAggregateConfigRuleComplianceSummaryInput
SetLimit sets the Limit field's value.
func (*GetAggregateConfigRuleComplianceSummaryInput) SetNextToken ¶
func (s *GetAggregateConfigRuleComplianceSummaryInput) SetNextToken(v string) *GetAggregateConfigRuleComplianceSummaryInput
SetNextToken sets the NextToken field's value.
func (GetAggregateConfigRuleComplianceSummaryInput) String ¶
func (s GetAggregateConfigRuleComplianceSummaryInput) String() string
String returns the string representation
func (*GetAggregateConfigRuleComplianceSummaryInput) Validate ¶
func (s *GetAggregateConfigRuleComplianceSummaryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAggregateConfigRuleComplianceSummaryOutput ¶
type GetAggregateConfigRuleComplianceSummaryOutput struct { // Returns a list of AggregateComplianceCounts object. AggregateComplianceCounts []*AggregateComplianceCount `type:"list"` // Groups the result based on ACCOUNT_ID or AWS_REGION. GroupByKey *string `min:"1" type:"string"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (GetAggregateConfigRuleComplianceSummaryOutput) GoString ¶
func (s GetAggregateConfigRuleComplianceSummaryOutput) GoString() string
GoString returns the string representation
func (*GetAggregateConfigRuleComplianceSummaryOutput) SetAggregateComplianceCounts ¶
func (s *GetAggregateConfigRuleComplianceSummaryOutput) SetAggregateComplianceCounts(v []*AggregateComplianceCount) *GetAggregateConfigRuleComplianceSummaryOutput
SetAggregateComplianceCounts sets the AggregateComplianceCounts field's value.
func (*GetAggregateConfigRuleComplianceSummaryOutput) SetGroupByKey ¶
func (s *GetAggregateConfigRuleComplianceSummaryOutput) SetGroupByKey(v string) *GetAggregateConfigRuleComplianceSummaryOutput
SetGroupByKey sets the GroupByKey field's value.
func (*GetAggregateConfigRuleComplianceSummaryOutput) SetNextToken ¶
func (s *GetAggregateConfigRuleComplianceSummaryOutput) SetNextToken(v string) *GetAggregateConfigRuleComplianceSummaryOutput
SetNextToken sets the NextToken field's value.
func (GetAggregateConfigRuleComplianceSummaryOutput) String ¶
func (s GetAggregateConfigRuleComplianceSummaryOutput) String() string
String returns the string representation
type GetAggregateDiscoveredResourceCountsInput ¶
type GetAggregateDiscoveredResourceCountsInput struct { // The name of the configuration aggregator. // // ConfigurationAggregatorName is a required field ConfigurationAggregatorName *string `min:"1" type:"string" required:"true"` // Filters the results based on the ResourceCountFilters object. Filters *ResourceCountFilters `type:"structure"` // The key to group the resource counts. GroupByKey *string `type:"string" enum:"ResourceCountGroupKey"` // The maximum number of GroupedResourceCount objects returned on each page. // The default is 1000. You cannot specify a number greater than 1000. If you // specify 0, AWS Config uses the default. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (GetAggregateDiscoveredResourceCountsInput) GoString ¶
func (s GetAggregateDiscoveredResourceCountsInput) GoString() string
GoString returns the string representation
func (*GetAggregateDiscoveredResourceCountsInput) SetConfigurationAggregatorName ¶
func (s *GetAggregateDiscoveredResourceCountsInput) SetConfigurationAggregatorName(v string) *GetAggregateDiscoveredResourceCountsInput
SetConfigurationAggregatorName sets the ConfigurationAggregatorName field's value.
func (*GetAggregateDiscoveredResourceCountsInput) SetFilters ¶
func (s *GetAggregateDiscoveredResourceCountsInput) SetFilters(v *ResourceCountFilters) *GetAggregateDiscoveredResourceCountsInput
SetFilters sets the Filters field's value.
func (*GetAggregateDiscoveredResourceCountsInput) SetGroupByKey ¶
func (s *GetAggregateDiscoveredResourceCountsInput) SetGroupByKey(v string) *GetAggregateDiscoveredResourceCountsInput
SetGroupByKey sets the GroupByKey field's value.
func (*GetAggregateDiscoveredResourceCountsInput) SetLimit ¶
func (s *GetAggregateDiscoveredResourceCountsInput) SetLimit(v int64) *GetAggregateDiscoveredResourceCountsInput
SetLimit sets the Limit field's value.
func (*GetAggregateDiscoveredResourceCountsInput) SetNextToken ¶
func (s *GetAggregateDiscoveredResourceCountsInput) SetNextToken(v string) *GetAggregateDiscoveredResourceCountsInput
SetNextToken sets the NextToken field's value.
func (GetAggregateDiscoveredResourceCountsInput) String ¶
func (s GetAggregateDiscoveredResourceCountsInput) String() string
String returns the string representation
func (*GetAggregateDiscoveredResourceCountsInput) Validate ¶
func (s *GetAggregateDiscoveredResourceCountsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAggregateDiscoveredResourceCountsOutput ¶
type GetAggregateDiscoveredResourceCountsOutput struct { // The key passed into the request object. If GroupByKey is not provided, the // result will be empty. GroupByKey *string `min:"1" type:"string"` // Returns a list of GroupedResourceCount objects. GroupedResourceCounts []*GroupedResourceCount `type:"list"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // The total number of resources that are present in an aggregator with the // filters that you provide. // // TotalDiscoveredResources is a required field TotalDiscoveredResources *int64 `type:"long" required:"true"` // contains filtered or unexported fields }
func (GetAggregateDiscoveredResourceCountsOutput) GoString ¶
func (s GetAggregateDiscoveredResourceCountsOutput) GoString() string
GoString returns the string representation
func (*GetAggregateDiscoveredResourceCountsOutput) SetGroupByKey ¶
func (s *GetAggregateDiscoveredResourceCountsOutput) SetGroupByKey(v string) *GetAggregateDiscoveredResourceCountsOutput
SetGroupByKey sets the GroupByKey field's value.
func (*GetAggregateDiscoveredResourceCountsOutput) SetGroupedResourceCounts ¶
func (s *GetAggregateDiscoveredResourceCountsOutput) SetGroupedResourceCounts(v []*GroupedResourceCount) *GetAggregateDiscoveredResourceCountsOutput
SetGroupedResourceCounts sets the GroupedResourceCounts field's value.
func (*GetAggregateDiscoveredResourceCountsOutput) SetNextToken ¶
func (s *GetAggregateDiscoveredResourceCountsOutput) SetNextToken(v string) *GetAggregateDiscoveredResourceCountsOutput
SetNextToken sets the NextToken field's value.
func (*GetAggregateDiscoveredResourceCountsOutput) SetTotalDiscoveredResources ¶
func (s *GetAggregateDiscoveredResourceCountsOutput) SetTotalDiscoveredResources(v int64) *GetAggregateDiscoveredResourceCountsOutput
SetTotalDiscoveredResources sets the TotalDiscoveredResources field's value.
func (GetAggregateDiscoveredResourceCountsOutput) String ¶
func (s GetAggregateDiscoveredResourceCountsOutput) String() string
String returns the string representation
type GetAggregateResourceConfigInput ¶
type GetAggregateResourceConfigInput struct { // The name of the configuration aggregator. // // ConfigurationAggregatorName is a required field ConfigurationAggregatorName *string `min:"1" type:"string" required:"true"` // An object that identifies aggregate resource. // // ResourceIdentifier is a required field ResourceIdentifier *AggregateResourceIdentifier `type:"structure" required:"true"` // contains filtered or unexported fields }
func (GetAggregateResourceConfigInput) GoString ¶
func (s GetAggregateResourceConfigInput) GoString() string
GoString returns the string representation
func (*GetAggregateResourceConfigInput) SetConfigurationAggregatorName ¶
func (s *GetAggregateResourceConfigInput) SetConfigurationAggregatorName(v string) *GetAggregateResourceConfigInput
SetConfigurationAggregatorName sets the ConfigurationAggregatorName field's value.
func (*GetAggregateResourceConfigInput) SetResourceIdentifier ¶
func (s *GetAggregateResourceConfigInput) SetResourceIdentifier(v *AggregateResourceIdentifier) *GetAggregateResourceConfigInput
SetResourceIdentifier sets the ResourceIdentifier field's value.
func (GetAggregateResourceConfigInput) String ¶
func (s GetAggregateResourceConfigInput) String() string
String returns the string representation
func (*GetAggregateResourceConfigInput) Validate ¶
func (s *GetAggregateResourceConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAggregateResourceConfigOutput ¶
type GetAggregateResourceConfigOutput struct { // Returns a ConfigurationItem object. ConfigurationItem *ConfigurationItem `type:"structure"` // contains filtered or unexported fields }
func (GetAggregateResourceConfigOutput) GoString ¶
func (s GetAggregateResourceConfigOutput) GoString() string
GoString returns the string representation
func (*GetAggregateResourceConfigOutput) SetConfigurationItem ¶
func (s *GetAggregateResourceConfigOutput) SetConfigurationItem(v *ConfigurationItem) *GetAggregateResourceConfigOutput
SetConfigurationItem sets the ConfigurationItem field's value.
func (GetAggregateResourceConfigOutput) String ¶
func (s GetAggregateResourceConfigOutput) String() string
String returns the string representation
type GetComplianceDetailsByConfigRuleInput ¶
type GetComplianceDetailsByConfigRuleInput struct { // Filters the results by compliance. // // The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE. ComplianceTypes []*string `type:"list"` // The name of the AWS Config rule for which you want compliance information. // // ConfigRuleName is a required field ConfigRuleName *string `min:"1" type:"string" required:"true"` // The maximum number of evaluation results returned on each page. The default // is 10. You cannot specify a number greater than 100. If you specify 0, AWS // Config uses the default. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (GetComplianceDetailsByConfigRuleInput) GoString ¶
func (s GetComplianceDetailsByConfigRuleInput) GoString() string
GoString returns the string representation
func (*GetComplianceDetailsByConfigRuleInput) SetComplianceTypes ¶
func (s *GetComplianceDetailsByConfigRuleInput) SetComplianceTypes(v []*string) *GetComplianceDetailsByConfigRuleInput
SetComplianceTypes sets the ComplianceTypes field's value.
func (*GetComplianceDetailsByConfigRuleInput) SetConfigRuleName ¶
func (s *GetComplianceDetailsByConfigRuleInput) SetConfigRuleName(v string) *GetComplianceDetailsByConfigRuleInput
SetConfigRuleName sets the ConfigRuleName field's value.
func (*GetComplianceDetailsByConfigRuleInput) SetLimit ¶
func (s *GetComplianceDetailsByConfigRuleInput) SetLimit(v int64) *GetComplianceDetailsByConfigRuleInput
SetLimit sets the Limit field's value.
func (*GetComplianceDetailsByConfigRuleInput) SetNextToken ¶
func (s *GetComplianceDetailsByConfigRuleInput) SetNextToken(v string) *GetComplianceDetailsByConfigRuleInput
SetNextToken sets the NextToken field's value.
func (GetComplianceDetailsByConfigRuleInput) String ¶
func (s GetComplianceDetailsByConfigRuleInput) String() string
String returns the string representation
func (*GetComplianceDetailsByConfigRuleInput) Validate ¶
func (s *GetComplianceDetailsByConfigRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetComplianceDetailsByConfigRuleOutput ¶
type GetComplianceDetailsByConfigRuleOutput struct { // Indicates whether the AWS resource complies with the specified AWS Config // rule. EvaluationResults []*EvaluationResult `type:"list"` // The string that you use in a subsequent request to get the next page of results // in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (GetComplianceDetailsByConfigRuleOutput) GoString ¶
func (s GetComplianceDetailsByConfigRuleOutput) GoString() string
GoString returns the string representation
func (*GetComplianceDetailsByConfigRuleOutput) SetEvaluationResults ¶
func (s *GetComplianceDetailsByConfigRuleOutput) SetEvaluationResults(v []*EvaluationResult) *GetComplianceDetailsByConfigRuleOutput
SetEvaluationResults sets the EvaluationResults field's value.
func (*GetComplianceDetailsByConfigRuleOutput) SetNextToken ¶
func (s *GetComplianceDetailsByConfigRuleOutput) SetNextToken(v string) *GetComplianceDetailsByConfigRuleOutput
SetNextToken sets the NextToken field's value.
func (GetComplianceDetailsByConfigRuleOutput) String ¶
func (s GetComplianceDetailsByConfigRuleOutput) String() string
String returns the string representation
type GetComplianceDetailsByResourceInput ¶
type GetComplianceDetailsByResourceInput struct { // Filters the results by compliance. // // The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE. ComplianceTypes []*string `type:"list"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // The ID of the AWS resource for which you want compliance information. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // The type of the AWS resource for which you want compliance information. // // ResourceType is a required field ResourceType *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetComplianceDetailsByResourceInput) GoString ¶
func (s GetComplianceDetailsByResourceInput) GoString() string
GoString returns the string representation
func (*GetComplianceDetailsByResourceInput) SetComplianceTypes ¶
func (s *GetComplianceDetailsByResourceInput) SetComplianceTypes(v []*string) *GetComplianceDetailsByResourceInput
SetComplianceTypes sets the ComplianceTypes field's value.
func (*GetComplianceDetailsByResourceInput) SetNextToken ¶
func (s *GetComplianceDetailsByResourceInput) SetNextToken(v string) *GetComplianceDetailsByResourceInput
SetNextToken sets the NextToken field's value.
func (*GetComplianceDetailsByResourceInput) SetResourceId ¶
func (s *GetComplianceDetailsByResourceInput) SetResourceId(v string) *GetComplianceDetailsByResourceInput
SetResourceId sets the ResourceId field's value.
func (*GetComplianceDetailsByResourceInput) SetResourceType ¶
func (s *GetComplianceDetailsByResourceInput) SetResourceType(v string) *GetComplianceDetailsByResourceInput
SetResourceType sets the ResourceType field's value.
func (GetComplianceDetailsByResourceInput) String ¶
func (s GetComplianceDetailsByResourceInput) String() string
String returns the string representation
func (*GetComplianceDetailsByResourceInput) Validate ¶
func (s *GetComplianceDetailsByResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetComplianceDetailsByResourceOutput ¶
type GetComplianceDetailsByResourceOutput struct { // Indicates whether the specified AWS resource complies each AWS Config rule. EvaluationResults []*EvaluationResult `type:"list"` // The string that you use in a subsequent request to get the next page of results // in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (GetComplianceDetailsByResourceOutput) GoString ¶
func (s GetComplianceDetailsByResourceOutput) GoString() string
GoString returns the string representation
func (*GetComplianceDetailsByResourceOutput) SetEvaluationResults ¶
func (s *GetComplianceDetailsByResourceOutput) SetEvaluationResults(v []*EvaluationResult) *GetComplianceDetailsByResourceOutput
SetEvaluationResults sets the EvaluationResults field's value.
func (*GetComplianceDetailsByResourceOutput) SetNextToken ¶
func (s *GetComplianceDetailsByResourceOutput) SetNextToken(v string) *GetComplianceDetailsByResourceOutput
SetNextToken sets the NextToken field's value.
func (GetComplianceDetailsByResourceOutput) String ¶
func (s GetComplianceDetailsByResourceOutput) String() string
String returns the string representation
type GetComplianceSummaryByConfigRuleInput ¶
type GetComplianceSummaryByConfigRuleInput struct {
// contains filtered or unexported fields
}
func (GetComplianceSummaryByConfigRuleInput) GoString ¶
func (s GetComplianceSummaryByConfigRuleInput) GoString() string
GoString returns the string representation
func (GetComplianceSummaryByConfigRuleInput) String ¶
func (s GetComplianceSummaryByConfigRuleInput) String() string
String returns the string representation
type GetComplianceSummaryByConfigRuleOutput ¶
type GetComplianceSummaryByConfigRuleOutput struct { // The number of AWS Config rules that are compliant and the number that are // noncompliant, up to a maximum of 25 for each. ComplianceSummary *ComplianceSummary `type:"structure"` // contains filtered or unexported fields }
func (GetComplianceSummaryByConfigRuleOutput) GoString ¶
func (s GetComplianceSummaryByConfigRuleOutput) GoString() string
GoString returns the string representation
func (*GetComplianceSummaryByConfigRuleOutput) SetComplianceSummary ¶
func (s *GetComplianceSummaryByConfigRuleOutput) SetComplianceSummary(v *ComplianceSummary) *GetComplianceSummaryByConfigRuleOutput
SetComplianceSummary sets the ComplianceSummary field's value.
func (GetComplianceSummaryByConfigRuleOutput) String ¶
func (s GetComplianceSummaryByConfigRuleOutput) String() string
String returns the string representation
type GetComplianceSummaryByResourceTypeInput ¶
type GetComplianceSummaryByResourceTypeInput struct { // Specify one or more resource types to get the number of resources that are // compliant and the number that are noncompliant for each resource type. // // For this request, you can specify an AWS resource type such as AWS::EC2::Instance. // You can specify that the resource type is an AWS account by specifying AWS::::Account. ResourceTypes []*string `type:"list"` // contains filtered or unexported fields }
func (GetComplianceSummaryByResourceTypeInput) GoString ¶
func (s GetComplianceSummaryByResourceTypeInput) GoString() string
GoString returns the string representation
func (*GetComplianceSummaryByResourceTypeInput) SetResourceTypes ¶
func (s *GetComplianceSummaryByResourceTypeInput) SetResourceTypes(v []*string) *GetComplianceSummaryByResourceTypeInput
SetResourceTypes sets the ResourceTypes field's value.
func (GetComplianceSummaryByResourceTypeInput) String ¶
func (s GetComplianceSummaryByResourceTypeInput) String() string
String returns the string representation
type GetComplianceSummaryByResourceTypeOutput ¶
type GetComplianceSummaryByResourceTypeOutput struct { // The number of resources that are compliant and the number that are noncompliant. // If one or more resource types were provided with the request, the numbers // are returned for each resource type. The maximum number returned is 100. ComplianceSummariesByResourceType []*ComplianceSummaryByResourceType `type:"list"` // contains filtered or unexported fields }
func (GetComplianceSummaryByResourceTypeOutput) GoString ¶
func (s GetComplianceSummaryByResourceTypeOutput) GoString() string
GoString returns the string representation
func (*GetComplianceSummaryByResourceTypeOutput) SetComplianceSummariesByResourceType ¶
func (s *GetComplianceSummaryByResourceTypeOutput) SetComplianceSummariesByResourceType(v []*ComplianceSummaryByResourceType) *GetComplianceSummaryByResourceTypeOutput
SetComplianceSummariesByResourceType sets the ComplianceSummariesByResourceType field's value.
func (GetComplianceSummaryByResourceTypeOutput) String ¶
func (s GetComplianceSummaryByResourceTypeOutput) String() string
String returns the string representation
type GetConformancePackComplianceDetailsInput ¶
type GetConformancePackComplianceDetailsInput struct { // Name of the conformance pack. // // ConformancePackName is a required field ConformancePackName *string `min:"1" type:"string" required:"true"` // A ConformancePackEvaluationFilters object. Filters *ConformancePackEvaluationFilters `type:"structure"` // The maximum number of evaluation results returned on each page. If you do // no specify a number, AWS Config uses the default. The default is 100. Limit *int64 `type:"integer"` // The nextToken string returned in a previous request that you use to request // the next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (GetConformancePackComplianceDetailsInput) GoString ¶
func (s GetConformancePackComplianceDetailsInput) GoString() string
GoString returns the string representation
func (*GetConformancePackComplianceDetailsInput) SetConformancePackName ¶
func (s *GetConformancePackComplianceDetailsInput) SetConformancePackName(v string) *GetConformancePackComplianceDetailsInput
SetConformancePackName sets the ConformancePackName field's value.
func (*GetConformancePackComplianceDetailsInput) SetFilters ¶
func (s *GetConformancePackComplianceDetailsInput) SetFilters(v *ConformancePackEvaluationFilters) *GetConformancePackComplianceDetailsInput
SetFilters sets the Filters field's value.
func (*GetConformancePackComplianceDetailsInput) SetLimit ¶
func (s *GetConformancePackComplianceDetailsInput) SetLimit(v int64) *GetConformancePackComplianceDetailsInput
SetLimit sets the Limit field's value.
func (*GetConformancePackComplianceDetailsInput) SetNextToken ¶
func (s *GetConformancePackComplianceDetailsInput) SetNextToken(v string) *GetConformancePackComplianceDetailsInput
SetNextToken sets the NextToken field's value.
func (GetConformancePackComplianceDetailsInput) String ¶
func (s GetConformancePackComplianceDetailsInput) String() string
String returns the string representation
func (*GetConformancePackComplianceDetailsInput) Validate ¶
func (s *GetConformancePackComplianceDetailsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetConformancePackComplianceDetailsOutput ¶
type GetConformancePackComplianceDetailsOutput struct { // Name of the conformance pack. // // ConformancePackName is a required field ConformancePackName *string `min:"1" type:"string" required:"true"` // Returns a list of ConformancePackEvaluationResult objects. ConformancePackRuleEvaluationResults []*ConformancePackEvaluationResult `type:"list"` // The nextToken string returned in a previous request that you use to request // the next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (GetConformancePackComplianceDetailsOutput) GoString ¶
func (s GetConformancePackComplianceDetailsOutput) GoString() string
GoString returns the string representation
func (*GetConformancePackComplianceDetailsOutput) SetConformancePackName ¶
func (s *GetConformancePackComplianceDetailsOutput) SetConformancePackName(v string) *GetConformancePackComplianceDetailsOutput
SetConformancePackName sets the ConformancePackName field's value.
func (*GetConformancePackComplianceDetailsOutput) SetConformancePackRuleEvaluationResults ¶
func (s *GetConformancePackComplianceDetailsOutput) SetConformancePackRuleEvaluationResults(v []*ConformancePackEvaluationResult) *GetConformancePackComplianceDetailsOutput
SetConformancePackRuleEvaluationResults sets the ConformancePackRuleEvaluationResults field's value.
func (*GetConformancePackComplianceDetailsOutput) SetNextToken ¶
func (s *GetConformancePackComplianceDetailsOutput) SetNextToken(v string) *GetConformancePackComplianceDetailsOutput
SetNextToken sets the NextToken field's value.
func (GetConformancePackComplianceDetailsOutput) String ¶
func (s GetConformancePackComplianceDetailsOutput) String() string
String returns the string representation
type GetConformancePackComplianceSummaryInput ¶
type GetConformancePackComplianceSummaryInput struct { // Names of conformance packs. // // ConformancePackNames is a required field ConformancePackNames []*string `min:"1" type:"list" required:"true"` // The maximum number of conformance packs returned on each page. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (GetConformancePackComplianceSummaryInput) GoString ¶
func (s GetConformancePackComplianceSummaryInput) GoString() string
GoString returns the string representation
func (*GetConformancePackComplianceSummaryInput) SetConformancePackNames ¶
func (s *GetConformancePackComplianceSummaryInput) SetConformancePackNames(v []*string) *GetConformancePackComplianceSummaryInput
SetConformancePackNames sets the ConformancePackNames field's value.
func (*GetConformancePackComplianceSummaryInput) SetLimit ¶
func (s *GetConformancePackComplianceSummaryInput) SetLimit(v int64) *GetConformancePackComplianceSummaryInput
SetLimit sets the Limit field's value.
func (*GetConformancePackComplianceSummaryInput) SetNextToken ¶
func (s *GetConformancePackComplianceSummaryInput) SetNextToken(v string) *GetConformancePackComplianceSummaryInput
SetNextToken sets the NextToken field's value.
func (GetConformancePackComplianceSummaryInput) String ¶
func (s GetConformancePackComplianceSummaryInput) String() string
String returns the string representation
func (*GetConformancePackComplianceSummaryInput) Validate ¶
func (s *GetConformancePackComplianceSummaryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetConformancePackComplianceSummaryOutput ¶
type GetConformancePackComplianceSummaryOutput struct { // A list of ConformancePackComplianceSummary objects. ConformancePackComplianceSummaryList []*ConformancePackComplianceSummary `min:"1" type:"list"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (GetConformancePackComplianceSummaryOutput) GoString ¶
func (s GetConformancePackComplianceSummaryOutput) GoString() string
GoString returns the string representation
func (*GetConformancePackComplianceSummaryOutput) SetConformancePackComplianceSummaryList ¶
func (s *GetConformancePackComplianceSummaryOutput) SetConformancePackComplianceSummaryList(v []*ConformancePackComplianceSummary) *GetConformancePackComplianceSummaryOutput
SetConformancePackComplianceSummaryList sets the ConformancePackComplianceSummaryList field's value.
func (*GetConformancePackComplianceSummaryOutput) SetNextToken ¶
func (s *GetConformancePackComplianceSummaryOutput) SetNextToken(v string) *GetConformancePackComplianceSummaryOutput
SetNextToken sets the NextToken field's value.
func (GetConformancePackComplianceSummaryOutput) String ¶
func (s GetConformancePackComplianceSummaryOutput) String() string
String returns the string representation
type GetDiscoveredResourceCountsInput ¶
type GetDiscoveredResourceCountsInput struct { // The maximum number of ResourceCount objects returned on each page. The default // is 100. You cannot specify a number greater than 100. If you specify 0, AWS // Config uses the default. Limit *int64 `locationName:"limit" type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `locationName:"nextToken" type:"string"` // The comma-separated list that specifies the resource types that you want // AWS Config to return (for example, "AWS::EC2::Instance", "AWS::IAM::User"). // // If a value for resourceTypes is not specified, AWS Config returns all resource // types that AWS Config is recording in the region for your account. // // If the configuration recorder is turned off, AWS Config returns an empty // list of ResourceCount objects. If the configuration recorder is not recording // a specific resource type (for example, S3 buckets), that resource type is // not returned in the list of ResourceCount objects. ResourceTypes []*string `locationName:"resourceTypes" type:"list"` // contains filtered or unexported fields }
func (GetDiscoveredResourceCountsInput) GoString ¶
func (s GetDiscoveredResourceCountsInput) GoString() string
GoString returns the string representation
func (*GetDiscoveredResourceCountsInput) SetLimit ¶
func (s *GetDiscoveredResourceCountsInput) SetLimit(v int64) *GetDiscoveredResourceCountsInput
SetLimit sets the Limit field's value.
func (*GetDiscoveredResourceCountsInput) SetNextToken ¶
func (s *GetDiscoveredResourceCountsInput) SetNextToken(v string) *GetDiscoveredResourceCountsInput
SetNextToken sets the NextToken field's value.
func (*GetDiscoveredResourceCountsInput) SetResourceTypes ¶
func (s *GetDiscoveredResourceCountsInput) SetResourceTypes(v []*string) *GetDiscoveredResourceCountsInput
SetResourceTypes sets the ResourceTypes field's value.
func (GetDiscoveredResourceCountsInput) String ¶
func (s GetDiscoveredResourceCountsInput) String() string
String returns the string representation
type GetDiscoveredResourceCountsOutput ¶
type GetDiscoveredResourceCountsOutput struct { // The string that you use in a subsequent request to get the next page of results // in a paginated response. NextToken *string `locationName:"nextToken" type:"string"` // The list of ResourceCount objects. Each object is listed in descending order // by the number of resources. ResourceCounts []*ResourceCount `locationName:"resourceCounts" type:"list"` // The total number of resources that AWS Config is recording in the region // for your account. If you specify resource types in the request, AWS Config // returns only the total number of resources for those resource types. // // Example // // AWS Config is recording three resource types in the US East (Ohio) Region // for your account: 25 EC2 instances, 20 IAM users, and 15 S3 buckets, for // a total of 60 resources. // // You make a call to the GetDiscoveredResourceCounts action and specify the // resource type, "AWS::EC2::Instances", in the request. // // AWS Config returns 25 for totalDiscoveredResources. TotalDiscoveredResources *int64 `locationName:"totalDiscoveredResources" type:"long"` // contains filtered or unexported fields }
func (GetDiscoveredResourceCountsOutput) GoString ¶
func (s GetDiscoveredResourceCountsOutput) GoString() string
GoString returns the string representation
func (*GetDiscoveredResourceCountsOutput) SetNextToken ¶
func (s *GetDiscoveredResourceCountsOutput) SetNextToken(v string) *GetDiscoveredResourceCountsOutput
SetNextToken sets the NextToken field's value.
func (*GetDiscoveredResourceCountsOutput) SetResourceCounts ¶
func (s *GetDiscoveredResourceCountsOutput) SetResourceCounts(v []*ResourceCount) *GetDiscoveredResourceCountsOutput
SetResourceCounts sets the ResourceCounts field's value.
func (*GetDiscoveredResourceCountsOutput) SetTotalDiscoveredResources ¶
func (s *GetDiscoveredResourceCountsOutput) SetTotalDiscoveredResources(v int64) *GetDiscoveredResourceCountsOutput
SetTotalDiscoveredResources sets the TotalDiscoveredResources field's value.
func (GetDiscoveredResourceCountsOutput) String ¶
func (s GetDiscoveredResourceCountsOutput) String() string
String returns the string representation
type GetOrganizationConfigRuleDetailedStatusInput ¶
type GetOrganizationConfigRuleDetailedStatusInput struct { // A StatusDetailFilters object. Filters *StatusDetailFilters `type:"structure"` // The maximum number of OrganizationConfigRuleDetailedStatus returned on each // page. If you do not specify a number, AWS Config uses the default. The default // is 100. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // The name of organization config rule for which you want status details for // member accounts. // // OrganizationConfigRuleName is a required field OrganizationConfigRuleName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetOrganizationConfigRuleDetailedStatusInput) GoString ¶
func (s GetOrganizationConfigRuleDetailedStatusInput) GoString() string
GoString returns the string representation
func (*GetOrganizationConfigRuleDetailedStatusInput) SetFilters ¶
func (s *GetOrganizationConfigRuleDetailedStatusInput) SetFilters(v *StatusDetailFilters) *GetOrganizationConfigRuleDetailedStatusInput
SetFilters sets the Filters field's value.
func (*GetOrganizationConfigRuleDetailedStatusInput) SetLimit ¶
func (s *GetOrganizationConfigRuleDetailedStatusInput) SetLimit(v int64) *GetOrganizationConfigRuleDetailedStatusInput
SetLimit sets the Limit field's value.
func (*GetOrganizationConfigRuleDetailedStatusInput) SetNextToken ¶
func (s *GetOrganizationConfigRuleDetailedStatusInput) SetNextToken(v string) *GetOrganizationConfigRuleDetailedStatusInput
SetNextToken sets the NextToken field's value.
func (*GetOrganizationConfigRuleDetailedStatusInput) SetOrganizationConfigRuleName ¶
func (s *GetOrganizationConfigRuleDetailedStatusInput) SetOrganizationConfigRuleName(v string) *GetOrganizationConfigRuleDetailedStatusInput
SetOrganizationConfigRuleName sets the OrganizationConfigRuleName field's value.
func (GetOrganizationConfigRuleDetailedStatusInput) String ¶
func (s GetOrganizationConfigRuleDetailedStatusInput) String() string
String returns the string representation
func (*GetOrganizationConfigRuleDetailedStatusInput) Validate ¶
func (s *GetOrganizationConfigRuleDetailedStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetOrganizationConfigRuleDetailedStatusOutput ¶
type GetOrganizationConfigRuleDetailedStatusOutput struct { // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // A list of MemberAccountStatus objects. OrganizationConfigRuleDetailedStatus []*MemberAccountStatus `type:"list"` // contains filtered or unexported fields }
func (GetOrganizationConfigRuleDetailedStatusOutput) GoString ¶
func (s GetOrganizationConfigRuleDetailedStatusOutput) GoString() string
GoString returns the string representation
func (*GetOrganizationConfigRuleDetailedStatusOutput) SetNextToken ¶
func (s *GetOrganizationConfigRuleDetailedStatusOutput) SetNextToken(v string) *GetOrganizationConfigRuleDetailedStatusOutput
SetNextToken sets the NextToken field's value.
func (*GetOrganizationConfigRuleDetailedStatusOutput) SetOrganizationConfigRuleDetailedStatus ¶
func (s *GetOrganizationConfigRuleDetailedStatusOutput) SetOrganizationConfigRuleDetailedStatus(v []*MemberAccountStatus) *GetOrganizationConfigRuleDetailedStatusOutput
SetOrganizationConfigRuleDetailedStatus sets the OrganizationConfigRuleDetailedStatus field's value.
func (GetOrganizationConfigRuleDetailedStatusOutput) String ¶
func (s GetOrganizationConfigRuleDetailedStatusOutput) String() string
String returns the string representation
type GetOrganizationConformancePackDetailedStatusInput ¶
type GetOrganizationConformancePackDetailedStatusInput struct { // An OrganizationResourceDetailedStatusFilters object. Filters *OrganizationResourceDetailedStatusFilters `type:"structure"` // The maximum number of OrganizationConformancePackDetailedStatuses returned // on each page. If you do not specify a number, AWS Config uses the default. // The default is 100. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // The name of organization conformance pack for which you want status details // for member accounts. // // OrganizationConformancePackName is a required field OrganizationConformancePackName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetOrganizationConformancePackDetailedStatusInput) GoString ¶
func (s GetOrganizationConformancePackDetailedStatusInput) GoString() string
GoString returns the string representation
func (*GetOrganizationConformancePackDetailedStatusInput) SetFilters ¶
func (s *GetOrganizationConformancePackDetailedStatusInput) SetFilters(v *OrganizationResourceDetailedStatusFilters) *GetOrganizationConformancePackDetailedStatusInput
SetFilters sets the Filters field's value.
func (*GetOrganizationConformancePackDetailedStatusInput) SetLimit ¶
func (s *GetOrganizationConformancePackDetailedStatusInput) SetLimit(v int64) *GetOrganizationConformancePackDetailedStatusInput
SetLimit sets the Limit field's value.
func (*GetOrganizationConformancePackDetailedStatusInput) SetNextToken ¶
func (s *GetOrganizationConformancePackDetailedStatusInput) SetNextToken(v string) *GetOrganizationConformancePackDetailedStatusInput
SetNextToken sets the NextToken field's value.
func (*GetOrganizationConformancePackDetailedStatusInput) SetOrganizationConformancePackName ¶
func (s *GetOrganizationConformancePackDetailedStatusInput) SetOrganizationConformancePackName(v string) *GetOrganizationConformancePackDetailedStatusInput
SetOrganizationConformancePackName sets the OrganizationConformancePackName field's value.
func (GetOrganizationConformancePackDetailedStatusInput) String ¶
func (s GetOrganizationConformancePackDetailedStatusInput) String() string
String returns the string representation
func (*GetOrganizationConformancePackDetailedStatusInput) Validate ¶
func (s *GetOrganizationConformancePackDetailedStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetOrganizationConformancePackDetailedStatusOutput ¶
type GetOrganizationConformancePackDetailedStatusOutput struct { // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // A list of OrganizationConformancePackDetailedStatus objects. OrganizationConformancePackDetailedStatuses []*OrganizationConformancePackDetailedStatus `type:"list"` // contains filtered or unexported fields }
func (GetOrganizationConformancePackDetailedStatusOutput) GoString ¶
func (s GetOrganizationConformancePackDetailedStatusOutput) GoString() string
GoString returns the string representation
func (*GetOrganizationConformancePackDetailedStatusOutput) SetNextToken ¶
func (s *GetOrganizationConformancePackDetailedStatusOutput) SetNextToken(v string) *GetOrganizationConformancePackDetailedStatusOutput
SetNextToken sets the NextToken field's value.
func (*GetOrganizationConformancePackDetailedStatusOutput) SetOrganizationConformancePackDetailedStatuses ¶
func (s *GetOrganizationConformancePackDetailedStatusOutput) SetOrganizationConformancePackDetailedStatuses(v []*OrganizationConformancePackDetailedStatus) *GetOrganizationConformancePackDetailedStatusOutput
SetOrganizationConformancePackDetailedStatuses sets the OrganizationConformancePackDetailedStatuses field's value.
func (GetOrganizationConformancePackDetailedStatusOutput) String ¶
func (s GetOrganizationConformancePackDetailedStatusOutput) String() string
String returns the string representation
type GetResourceConfigHistoryInput ¶
type GetResourceConfigHistoryInput struct { // The chronological order for configuration items listed. By default, the results // are listed in reverse chronological order. ChronologicalOrder *string `locationName:"chronologicalOrder" type:"string" enum:"ChronologicalOrder"` // The time stamp that indicates an earlier time. If not specified, the action // returns paginated results that contain configuration items that start when // the first configuration item was recorded. EarlierTime *time.Time `locationName:"earlierTime" type:"timestamp"` // The time stamp that indicates a later time. If not specified, current time // is taken. LaterTime *time.Time `locationName:"laterTime" type:"timestamp"` // The maximum number of configuration items returned on each page. The default // is 10. You cannot specify a number greater than 100. If you specify 0, AWS // Config uses the default. Limit *int64 `locationName:"limit" type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `locationName:"nextToken" type:"string"` // The ID of the resource (for example., sg-xxxxxx). // // ResourceId is a required field ResourceId *string `locationName:"resourceId" min:"1" type:"string" required:"true"` // The resource type. // // ResourceType is a required field ResourceType *string `locationName:"resourceType" type:"string" required:"true" enum:"ResourceType"` // contains filtered or unexported fields }
The input for the GetResourceConfigHistory action.
func (GetResourceConfigHistoryInput) GoString ¶
func (s GetResourceConfigHistoryInput) GoString() string
GoString returns the string representation
func (*GetResourceConfigHistoryInput) SetChronologicalOrder ¶
func (s *GetResourceConfigHistoryInput) SetChronologicalOrder(v string) *GetResourceConfigHistoryInput
SetChronologicalOrder sets the ChronologicalOrder field's value.
func (*GetResourceConfigHistoryInput) SetEarlierTime ¶
func (s *GetResourceConfigHistoryInput) SetEarlierTime(v time.Time) *GetResourceConfigHistoryInput
SetEarlierTime sets the EarlierTime field's value.
func (*GetResourceConfigHistoryInput) SetLaterTime ¶
func (s *GetResourceConfigHistoryInput) SetLaterTime(v time.Time) *GetResourceConfigHistoryInput
SetLaterTime sets the LaterTime field's value.
func (*GetResourceConfigHistoryInput) SetLimit ¶
func (s *GetResourceConfigHistoryInput) SetLimit(v int64) *GetResourceConfigHistoryInput
SetLimit sets the Limit field's value.
func (*GetResourceConfigHistoryInput) SetNextToken ¶
func (s *GetResourceConfigHistoryInput) SetNextToken(v string) *GetResourceConfigHistoryInput
SetNextToken sets the NextToken field's value.
func (*GetResourceConfigHistoryInput) SetResourceId ¶
func (s *GetResourceConfigHistoryInput) SetResourceId(v string) *GetResourceConfigHistoryInput
SetResourceId sets the ResourceId field's value.
func (*GetResourceConfigHistoryInput) SetResourceType ¶
func (s *GetResourceConfigHistoryInput) SetResourceType(v string) *GetResourceConfigHistoryInput
SetResourceType sets the ResourceType field's value.
func (GetResourceConfigHistoryInput) String ¶
func (s GetResourceConfigHistoryInput) String() string
String returns the string representation
func (*GetResourceConfigHistoryInput) Validate ¶
func (s *GetResourceConfigHistoryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetResourceConfigHistoryOutput ¶
type GetResourceConfigHistoryOutput struct { // A list that contains the configuration history of one or more resources. ConfigurationItems []*ConfigurationItem `locationName:"configurationItems" type:"list"` // The string that you use in a subsequent request to get the next page of results // in a paginated response. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
The output for the GetResourceConfigHistory action.
func (GetResourceConfigHistoryOutput) GoString ¶
func (s GetResourceConfigHistoryOutput) GoString() string
GoString returns the string representation
func (*GetResourceConfigHistoryOutput) SetConfigurationItems ¶
func (s *GetResourceConfigHistoryOutput) SetConfigurationItems(v []*ConfigurationItem) *GetResourceConfigHistoryOutput
SetConfigurationItems sets the ConfigurationItems field's value.
func (*GetResourceConfigHistoryOutput) SetNextToken ¶
func (s *GetResourceConfigHistoryOutput) SetNextToken(v string) *GetResourceConfigHistoryOutput
SetNextToken sets the NextToken field's value.
func (GetResourceConfigHistoryOutput) String ¶
func (s GetResourceConfigHistoryOutput) String() string
String returns the string representation
type GroupedResourceCount ¶
type GroupedResourceCount struct { // The name of the group that can be region, account ID, or resource type. For // example, region1, region2 if the region was chosen as GroupByKey. // // GroupName is a required field GroupName *string `min:"1" type:"string" required:"true"` // The number of resources in the group. // // ResourceCount is a required field ResourceCount *int64 `type:"long" required:"true"` // contains filtered or unexported fields }
The count of resources that are grouped by the group name.
func (GroupedResourceCount) GoString ¶
func (s GroupedResourceCount) GoString() string
GoString returns the string representation
func (*GroupedResourceCount) SetGroupName ¶
func (s *GroupedResourceCount) SetGroupName(v string) *GroupedResourceCount
SetGroupName sets the GroupName field's value.
func (*GroupedResourceCount) SetResourceCount ¶
func (s *GroupedResourceCount) SetResourceCount(v int64) *GroupedResourceCount
SetResourceCount sets the ResourceCount field's value.
func (GroupedResourceCount) String ¶
func (s GroupedResourceCount) String() string
String returns the string representation
type InsufficientDeliveryPolicyException ¶
type InsufficientDeliveryPolicyException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Your Amazon S3 bucket policy does not permit AWS Config to write to it.
func (InsufficientDeliveryPolicyException) Code ¶
func (s InsufficientDeliveryPolicyException) Code() string
Code returns the exception type name.
func (InsufficientDeliveryPolicyException) Error ¶
func (s InsufficientDeliveryPolicyException) Error() string
func (InsufficientDeliveryPolicyException) GoString ¶
func (s InsufficientDeliveryPolicyException) GoString() string
GoString returns the string representation
func (InsufficientDeliveryPolicyException) Message ¶
func (s InsufficientDeliveryPolicyException) Message() string
Message returns the exception's message.
func (InsufficientDeliveryPolicyException) OrigErr ¶
func (s InsufficientDeliveryPolicyException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (InsufficientDeliveryPolicyException) RequestID ¶
func (s InsufficientDeliveryPolicyException) RequestID() string
RequestID returns the service's response RequestID for request.
func (InsufficientDeliveryPolicyException) StatusCode ¶
func (s InsufficientDeliveryPolicyException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InsufficientDeliveryPolicyException) String ¶
func (s InsufficientDeliveryPolicyException) String() string
String returns the string representation
type InsufficientPermissionsException ¶
type InsufficientPermissionsException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Indicates one of the following errors:
For PutConfigRule, the rule cannot be created because the IAM role assigned to AWS Config lacks permissions to perform the config:Put* action.
For PutConfigRule, the AWS Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.
For PutOrganizationConfigRule, organization config rule cannot be created because you do not have permissions to call IAM GetRole action or create a service linked role.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack cannot be created because you do not have permissions: To call IAM GetRole action or create a service linked role. To read Amazon S3 bucket.
func (InsufficientPermissionsException) Code ¶
func (s InsufficientPermissionsException) Code() string
Code returns the exception type name.
func (InsufficientPermissionsException) Error ¶
func (s InsufficientPermissionsException) Error() string
func (InsufficientPermissionsException) GoString ¶
func (s InsufficientPermissionsException) GoString() string
GoString returns the string representation
func (InsufficientPermissionsException) Message ¶
func (s InsufficientPermissionsException) Message() string
Message returns the exception's message.
func (InsufficientPermissionsException) OrigErr ¶
func (s InsufficientPermissionsException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (InsufficientPermissionsException) RequestID ¶
func (s InsufficientPermissionsException) RequestID() string
RequestID returns the service's response RequestID for request.
func (InsufficientPermissionsException) StatusCode ¶
func (s InsufficientPermissionsException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InsufficientPermissionsException) String ¶
func (s InsufficientPermissionsException) String() string
String returns the string representation
type InvalidConfigurationRecorderNameException ¶
type InvalidConfigurationRecorderNameException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You have provided a configuration recorder name that is not valid.
func (InvalidConfigurationRecorderNameException) Code ¶
func (s InvalidConfigurationRecorderNameException) Code() string
Code returns the exception type name.
func (InvalidConfigurationRecorderNameException) Error ¶
func (s InvalidConfigurationRecorderNameException) Error() string
func (InvalidConfigurationRecorderNameException) GoString ¶
func (s InvalidConfigurationRecorderNameException) GoString() string
GoString returns the string representation
func (InvalidConfigurationRecorderNameException) Message ¶
func (s InvalidConfigurationRecorderNameException) Message() string
Message returns the exception's message.
func (InvalidConfigurationRecorderNameException) OrigErr ¶
func (s InvalidConfigurationRecorderNameException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (InvalidConfigurationRecorderNameException) RequestID ¶
func (s InvalidConfigurationRecorderNameException) RequestID() string
RequestID returns the service's response RequestID for request.
func (InvalidConfigurationRecorderNameException) StatusCode ¶
func (s InvalidConfigurationRecorderNameException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidConfigurationRecorderNameException) String ¶
func (s InvalidConfigurationRecorderNameException) String() string
String returns the string representation
type InvalidDeliveryChannelNameException ¶
type InvalidDeliveryChannelNameException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified delivery channel name is not valid.
func (InvalidDeliveryChannelNameException) Code ¶
func (s InvalidDeliveryChannelNameException) Code() string
Code returns the exception type name.
func (InvalidDeliveryChannelNameException) Error ¶
func (s InvalidDeliveryChannelNameException) Error() string
func (InvalidDeliveryChannelNameException) GoString ¶
func (s InvalidDeliveryChannelNameException) GoString() string
GoString returns the string representation
func (InvalidDeliveryChannelNameException) Message ¶
func (s InvalidDeliveryChannelNameException) Message() string
Message returns the exception's message.
func (InvalidDeliveryChannelNameException) OrigErr ¶
func (s InvalidDeliveryChannelNameException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (InvalidDeliveryChannelNameException) RequestID ¶
func (s InvalidDeliveryChannelNameException) RequestID() string
RequestID returns the service's response RequestID for request.
func (InvalidDeliveryChannelNameException) StatusCode ¶
func (s InvalidDeliveryChannelNameException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidDeliveryChannelNameException) String ¶
func (s InvalidDeliveryChannelNameException) String() string
String returns the string representation
type InvalidExpressionException ¶
type InvalidExpressionException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The syntax of the query is incorrect.
func (InvalidExpressionException) Code ¶
func (s InvalidExpressionException) Code() string
Code returns the exception type name.
func (InvalidExpressionException) Error ¶
func (s InvalidExpressionException) Error() string
func (InvalidExpressionException) GoString ¶
func (s InvalidExpressionException) GoString() string
GoString returns the string representation
func (InvalidExpressionException) Message ¶
func (s InvalidExpressionException) Message() string
Message returns the exception's message.
func (InvalidExpressionException) OrigErr ¶
func (s InvalidExpressionException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (InvalidExpressionException) RequestID ¶
func (s InvalidExpressionException) RequestID() string
RequestID returns the service's response RequestID for request.
func (InvalidExpressionException) StatusCode ¶
func (s InvalidExpressionException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidExpressionException) String ¶
func (s InvalidExpressionException) String() string
String returns the string representation
type InvalidLimitException ¶
type InvalidLimitException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified limit is outside the allowable range.
func (InvalidLimitException) Code ¶
func (s InvalidLimitException) Code() string
Code returns the exception type name.
func (InvalidLimitException) Error ¶
func (s InvalidLimitException) Error() string
func (InvalidLimitException) GoString ¶
func (s InvalidLimitException) GoString() string
GoString returns the string representation
func (InvalidLimitException) Message ¶
func (s InvalidLimitException) Message() string
Message returns the exception's message.
func (InvalidLimitException) OrigErr ¶
func (s InvalidLimitException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (InvalidLimitException) RequestID ¶
func (s InvalidLimitException) RequestID() string
RequestID returns the service's response RequestID for request.
func (InvalidLimitException) StatusCode ¶
func (s InvalidLimitException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidLimitException) String ¶
func (s InvalidLimitException) String() string
String returns the string representation
type InvalidNextTokenException ¶
type InvalidNextTokenException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
func (InvalidNextTokenException) Code ¶
func (s InvalidNextTokenException) Code() string
Code returns the exception type name.
func (InvalidNextTokenException) Error ¶
func (s InvalidNextTokenException) Error() string
func (InvalidNextTokenException) GoString ¶
func (s InvalidNextTokenException) GoString() string
GoString returns the string representation
func (InvalidNextTokenException) Message ¶
func (s InvalidNextTokenException) Message() string
Message returns the exception's message.
func (InvalidNextTokenException) OrigErr ¶
func (s InvalidNextTokenException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (InvalidNextTokenException) RequestID ¶
func (s InvalidNextTokenException) RequestID() string
RequestID returns the service's response RequestID for request.
func (InvalidNextTokenException) StatusCode ¶
func (s InvalidNextTokenException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidNextTokenException) String ¶
func (s InvalidNextTokenException) String() string
String returns the string representation
type InvalidParameterValueException ¶
type InvalidParameterValueException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
One or more of the specified parameters are invalid. Verify that your parameters are valid 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
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
type InvalidRecordingGroupException ¶
type InvalidRecordingGroupException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
AWS Config throws an exception if the recording group does not contain a valid list of resource types. Invalid values might also be incorrectly formatted.
func (InvalidRecordingGroupException) Code ¶
func (s InvalidRecordingGroupException) Code() string
Code returns the exception type name.
func (InvalidRecordingGroupException) Error ¶
func (s InvalidRecordingGroupException) Error() string
func (InvalidRecordingGroupException) GoString ¶
func (s InvalidRecordingGroupException) GoString() string
GoString returns the string representation
func (InvalidRecordingGroupException) Message ¶
func (s InvalidRecordingGroupException) Message() string
Message returns the exception's message.
func (InvalidRecordingGroupException) OrigErr ¶
func (s InvalidRecordingGroupException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (InvalidRecordingGroupException) RequestID ¶
func (s InvalidRecordingGroupException) RequestID() string
RequestID returns the service's response RequestID for request.
func (InvalidRecordingGroupException) StatusCode ¶
func (s InvalidRecordingGroupException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidRecordingGroupException) String ¶
func (s InvalidRecordingGroupException) String() string
String returns the string representation
type InvalidResultTokenException ¶
type InvalidResultTokenException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified ResultToken is invalid.
func (InvalidResultTokenException) Code ¶
func (s InvalidResultTokenException) Code() string
Code returns the exception type name.
func (InvalidResultTokenException) Error ¶
func (s InvalidResultTokenException) Error() string
func (InvalidResultTokenException) GoString ¶
func (s InvalidResultTokenException) GoString() string
GoString returns the string representation
func (InvalidResultTokenException) Message ¶
func (s InvalidResultTokenException) Message() string
Message returns the exception's message.
func (InvalidResultTokenException) OrigErr ¶
func (s InvalidResultTokenException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (InvalidResultTokenException) RequestID ¶
func (s InvalidResultTokenException) RequestID() string
RequestID returns the service's response RequestID for request.
func (InvalidResultTokenException) StatusCode ¶
func (s InvalidResultTokenException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidResultTokenException) String ¶
func (s InvalidResultTokenException) String() string
String returns the string representation
type InvalidRoleException ¶
type InvalidRoleException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You have provided a null or empty role ARN.
func (InvalidRoleException) Code ¶
func (s InvalidRoleException) Code() string
Code returns the exception type name.
func (InvalidRoleException) Error ¶
func (s InvalidRoleException) Error() string
func (InvalidRoleException) GoString ¶
func (s InvalidRoleException) GoString() string
GoString returns the string representation
func (InvalidRoleException) Message ¶
func (s InvalidRoleException) Message() string
Message returns the exception's message.
func (InvalidRoleException) OrigErr ¶
func (s InvalidRoleException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (InvalidRoleException) RequestID ¶
func (s InvalidRoleException) RequestID() string
RequestID returns the service's response RequestID for request.
func (InvalidRoleException) StatusCode ¶
func (s InvalidRoleException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidRoleException) String ¶
func (s InvalidRoleException) String() string
String returns the string representation
type InvalidS3KeyPrefixException ¶
type InvalidS3KeyPrefixException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified Amazon S3 key prefix is not valid.
func (InvalidS3KeyPrefixException) Code ¶
func (s InvalidS3KeyPrefixException) Code() string
Code returns the exception type name.
func (InvalidS3KeyPrefixException) Error ¶
func (s InvalidS3KeyPrefixException) Error() string
func (InvalidS3KeyPrefixException) GoString ¶
func (s InvalidS3KeyPrefixException) GoString() string
GoString returns the string representation
func (InvalidS3KeyPrefixException) Message ¶
func (s InvalidS3KeyPrefixException) Message() string
Message returns the exception's message.
func (InvalidS3KeyPrefixException) OrigErr ¶
func (s InvalidS3KeyPrefixException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (InvalidS3KeyPrefixException) RequestID ¶
func (s InvalidS3KeyPrefixException) RequestID() string
RequestID returns the service's response RequestID for request.
func (InvalidS3KeyPrefixException) StatusCode ¶
func (s InvalidS3KeyPrefixException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidS3KeyPrefixException) String ¶
func (s InvalidS3KeyPrefixException) String() string
String returns the string representation
type InvalidSNSTopicARNException ¶
type InvalidSNSTopicARNException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified Amazon SNS topic does not exist.
func (InvalidSNSTopicARNException) Code ¶
func (s InvalidSNSTopicARNException) Code() string
Code returns the exception type name.
func (InvalidSNSTopicARNException) Error ¶
func (s InvalidSNSTopicARNException) Error() string
func (InvalidSNSTopicARNException) GoString ¶
func (s InvalidSNSTopicARNException) GoString() string
GoString returns the string representation
func (InvalidSNSTopicARNException) Message ¶
func (s InvalidSNSTopicARNException) Message() string
Message returns the exception's message.
func (InvalidSNSTopicARNException) OrigErr ¶
func (s InvalidSNSTopicARNException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (InvalidSNSTopicARNException) RequestID ¶
func (s InvalidSNSTopicARNException) RequestID() string
RequestID returns the service's response RequestID for request.
func (InvalidSNSTopicARNException) StatusCode ¶
func (s InvalidSNSTopicARNException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidSNSTopicARNException) String ¶
func (s InvalidSNSTopicARNException) String() string
String returns the string representation
type InvalidTimeRangeException ¶
type InvalidTimeRangeException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified time range is not valid. The earlier time is not chronologically before the later time.
func (InvalidTimeRangeException) Code ¶
func (s InvalidTimeRangeException) Code() string
Code returns the exception type name.
func (InvalidTimeRangeException) Error ¶
func (s InvalidTimeRangeException) Error() string
func (InvalidTimeRangeException) GoString ¶
func (s InvalidTimeRangeException) GoString() string
GoString returns the string representation
func (InvalidTimeRangeException) Message ¶
func (s InvalidTimeRangeException) Message() string
Message returns the exception's message.
func (InvalidTimeRangeException) OrigErr ¶
func (s InvalidTimeRangeException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (InvalidTimeRangeException) RequestID ¶
func (s InvalidTimeRangeException) RequestID() string
RequestID returns the service's response RequestID for request.
func (InvalidTimeRangeException) StatusCode ¶
func (s InvalidTimeRangeException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidTimeRangeException) String ¶
func (s InvalidTimeRangeException) String() string
String returns the string representation
type LastDeliveryChannelDeleteFailedException ¶
type LastDeliveryChannelDeleteFailedException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You cannot delete the delivery channel you specified because the configuration recorder is running.
func (LastDeliveryChannelDeleteFailedException) Code ¶
func (s LastDeliveryChannelDeleteFailedException) Code() string
Code returns the exception type name.
func (LastDeliveryChannelDeleteFailedException) Error ¶
func (s LastDeliveryChannelDeleteFailedException) Error() string
func (LastDeliveryChannelDeleteFailedException) GoString ¶
func (s LastDeliveryChannelDeleteFailedException) GoString() string
GoString returns the string representation
func (LastDeliveryChannelDeleteFailedException) Message ¶
func (s LastDeliveryChannelDeleteFailedException) Message() string
Message returns the exception's message.
func (LastDeliveryChannelDeleteFailedException) OrigErr ¶
func (s LastDeliveryChannelDeleteFailedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (LastDeliveryChannelDeleteFailedException) RequestID ¶
func (s LastDeliveryChannelDeleteFailedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (LastDeliveryChannelDeleteFailedException) StatusCode ¶
func (s LastDeliveryChannelDeleteFailedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (LastDeliveryChannelDeleteFailedException) String ¶
func (s LastDeliveryChannelDeleteFailedException) String() string
String returns the string representation
type LimitExceededException ¶
type LimitExceededException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
For StartConfigRulesEvaluation API, this exception is thrown if an evaluation is in progress or if you call the StartConfigRulesEvaluation API more than once per minute.
For PutConfigurationAggregator API, this exception is thrown if the number of accounts and aggregators exceeds the limit.
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
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
type ListAggregateDiscoveredResourcesInput ¶
type ListAggregateDiscoveredResourcesInput struct { // The name of the configuration aggregator. // // ConfigurationAggregatorName is a required field ConfigurationAggregatorName *string `min:"1" type:"string" required:"true"` // Filters the results based on the ResourceFilters object. Filters *ResourceFilters `type:"structure"` // The maximum number of resource identifiers returned on each page. The default // is 100. You cannot specify a number greater than 100. If you specify 0, AWS // Config uses the default. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // The type of resources that you want AWS Config to list in the response. // // ResourceType is a required field ResourceType *string `type:"string" required:"true" enum:"ResourceType"` // contains filtered or unexported fields }
func (ListAggregateDiscoveredResourcesInput) GoString ¶
func (s ListAggregateDiscoveredResourcesInput) GoString() string
GoString returns the string representation
func (*ListAggregateDiscoveredResourcesInput) SetConfigurationAggregatorName ¶
func (s *ListAggregateDiscoveredResourcesInput) SetConfigurationAggregatorName(v string) *ListAggregateDiscoveredResourcesInput
SetConfigurationAggregatorName sets the ConfigurationAggregatorName field's value.
func (*ListAggregateDiscoveredResourcesInput) SetFilters ¶
func (s *ListAggregateDiscoveredResourcesInput) SetFilters(v *ResourceFilters) *ListAggregateDiscoveredResourcesInput
SetFilters sets the Filters field's value.
func (*ListAggregateDiscoveredResourcesInput) SetLimit ¶
func (s *ListAggregateDiscoveredResourcesInput) SetLimit(v int64) *ListAggregateDiscoveredResourcesInput
SetLimit sets the Limit field's value.
func (*ListAggregateDiscoveredResourcesInput) SetNextToken ¶
func (s *ListAggregateDiscoveredResourcesInput) SetNextToken(v string) *ListAggregateDiscoveredResourcesInput
SetNextToken sets the NextToken field's value.
func (*ListAggregateDiscoveredResourcesInput) SetResourceType ¶
func (s *ListAggregateDiscoveredResourcesInput) SetResourceType(v string) *ListAggregateDiscoveredResourcesInput
SetResourceType sets the ResourceType field's value.
func (ListAggregateDiscoveredResourcesInput) String ¶
func (s ListAggregateDiscoveredResourcesInput) String() string
String returns the string representation
func (*ListAggregateDiscoveredResourcesInput) Validate ¶
func (s *ListAggregateDiscoveredResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAggregateDiscoveredResourcesOutput ¶
type ListAggregateDiscoveredResourcesOutput struct { // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // Returns a list of ResourceIdentifiers objects. ResourceIdentifiers []*AggregateResourceIdentifier `type:"list"` // contains filtered or unexported fields }
func (ListAggregateDiscoveredResourcesOutput) GoString ¶
func (s ListAggregateDiscoveredResourcesOutput) GoString() string
GoString returns the string representation
func (*ListAggregateDiscoveredResourcesOutput) SetNextToken ¶
func (s *ListAggregateDiscoveredResourcesOutput) SetNextToken(v string) *ListAggregateDiscoveredResourcesOutput
SetNextToken sets the NextToken field's value.
func (*ListAggregateDiscoveredResourcesOutput) SetResourceIdentifiers ¶
func (s *ListAggregateDiscoveredResourcesOutput) SetResourceIdentifiers(v []*AggregateResourceIdentifier) *ListAggregateDiscoveredResourcesOutput
SetResourceIdentifiers sets the ResourceIdentifiers field's value.
func (ListAggregateDiscoveredResourcesOutput) String ¶
func (s ListAggregateDiscoveredResourcesOutput) String() string
String returns the string representation
type ListDiscoveredResourcesInput ¶
type ListDiscoveredResourcesInput struct { // Specifies whether AWS Config includes deleted resources in the results. By // default, deleted resources are not included. IncludeDeletedResources *bool `locationName:"includeDeletedResources" type:"boolean"` // The maximum number of resource identifiers returned on each page. The default // is 100. You cannot specify a number greater than 100. If you specify 0, AWS // Config uses the default. Limit *int64 `locationName:"limit" type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `locationName:"nextToken" type:"string"` // The IDs of only those resources that you want AWS Config to list in the response. // If you do not specify this parameter, AWS Config lists all resources of the // specified type that it has discovered. ResourceIds []*string `locationName:"resourceIds" type:"list"` // The custom name of only those resources that you want AWS Config to list // in the response. If you do not specify this parameter, AWS Config lists all // resources of the specified type that it has discovered. ResourceName *string `locationName:"resourceName" type:"string"` // The type of resources that you want AWS Config to list in the response. // // ResourceType is a required field ResourceType *string `locationName:"resourceType" type:"string" required:"true" enum:"ResourceType"` // contains filtered or unexported fields }
func (ListDiscoveredResourcesInput) GoString ¶
func (s ListDiscoveredResourcesInput) GoString() string
GoString returns the string representation
func (*ListDiscoveredResourcesInput) SetIncludeDeletedResources ¶
func (s *ListDiscoveredResourcesInput) SetIncludeDeletedResources(v bool) *ListDiscoveredResourcesInput
SetIncludeDeletedResources sets the IncludeDeletedResources field's value.
func (*ListDiscoveredResourcesInput) SetLimit ¶
func (s *ListDiscoveredResourcesInput) SetLimit(v int64) *ListDiscoveredResourcesInput
SetLimit sets the Limit field's value.
func (*ListDiscoveredResourcesInput) SetNextToken ¶
func (s *ListDiscoveredResourcesInput) SetNextToken(v string) *ListDiscoveredResourcesInput
SetNextToken sets the NextToken field's value.
func (*ListDiscoveredResourcesInput) SetResourceIds ¶
func (s *ListDiscoveredResourcesInput) SetResourceIds(v []*string) *ListDiscoveredResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*ListDiscoveredResourcesInput) SetResourceName ¶
func (s *ListDiscoveredResourcesInput) SetResourceName(v string) *ListDiscoveredResourcesInput
SetResourceName sets the ResourceName field's value.
func (*ListDiscoveredResourcesInput) SetResourceType ¶
func (s *ListDiscoveredResourcesInput) SetResourceType(v string) *ListDiscoveredResourcesInput
SetResourceType sets the ResourceType field's value.
func (ListDiscoveredResourcesInput) String ¶
func (s ListDiscoveredResourcesInput) String() string
String returns the string representation
func (*ListDiscoveredResourcesInput) Validate ¶
func (s *ListDiscoveredResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDiscoveredResourcesOutput ¶
type ListDiscoveredResourcesOutput struct { // The string that you use in a subsequent request to get the next page of results // in a paginated response. NextToken *string `locationName:"nextToken" type:"string"` // The details that identify a resource that is discovered by AWS Config, including // the resource type, ID, and (if available) the custom resource name. ResourceIdentifiers []*ResourceIdentifier `locationName:"resourceIdentifiers" type:"list"` // contains filtered or unexported fields }
func (ListDiscoveredResourcesOutput) GoString ¶
func (s ListDiscoveredResourcesOutput) GoString() string
GoString returns the string representation
func (*ListDiscoveredResourcesOutput) SetNextToken ¶
func (s *ListDiscoveredResourcesOutput) SetNextToken(v string) *ListDiscoveredResourcesOutput
SetNextToken sets the NextToken field's value.
func (*ListDiscoveredResourcesOutput) SetResourceIdentifiers ¶
func (s *ListDiscoveredResourcesOutput) SetResourceIdentifiers(v []*ResourceIdentifier) *ListDiscoveredResourcesOutput
SetResourceIdentifiers sets the ResourceIdentifiers field's value.
func (ListDiscoveredResourcesOutput) String ¶
func (s ListDiscoveredResourcesOutput) String() string
String returns the string representation
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The maximum number of tags returned on each page. The limit maximum is 50. // You cannot specify a number greater than 50. If you specify 0, AWS Config // uses the default. Limit *int64 `type:"integer"` // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // The Amazon Resource Name (ARN) that identifies the resource for which to // list the tags. Currently, the supported resources are ConfigRule, ConfigurationAggregator // and AggregatorAuthorization. // // ResourceArn is a required field ResourceArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListTagsForResourceInput) GoString ¶
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation
func (*ListTagsForResourceInput) SetLimit ¶
func (s *ListTagsForResourceInput) SetLimit(v int64) *ListTagsForResourceInput
SetLimit sets the Limit field's value.
func (*ListTagsForResourceInput) SetNextToken ¶
func (s *ListTagsForResourceInput) SetNextToken(v string) *ListTagsForResourceInput
SetNextToken sets the NextToken field's value.
func (*ListTagsForResourceInput) SetResourceArn ¶
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (ListTagsForResourceInput) String ¶
func (s ListTagsForResourceInput) String() string
String returns the string representation
func (*ListTagsForResourceInput) Validate ¶
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // The nextToken string returned on a previous page that you use to get the // next page of results in a paginated response. NextToken *string `type:"string"` // The tags for the resource. Tags []*Tag `min:"1" type:"list"` // contains filtered or unexported fields }
func (ListTagsForResourceOutput) GoString ¶
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation
func (*ListTagsForResourceOutput) SetNextToken ¶
func (s *ListTagsForResourceOutput) SetNextToken(v string) *ListTagsForResourceOutput
SetNextToken sets the NextToken field's value.
func (*ListTagsForResourceOutput) SetTags ¶
func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (ListTagsForResourceOutput) String ¶
func (s ListTagsForResourceOutput) String() string
String returns the string representation
type MaxActiveResourcesExceededException ¶
type MaxActiveResourcesExceededException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You have reached the limit (100,000) of active custom resource types in your account. Delete unused resources using DeleteResourceConfig.
func (MaxActiveResourcesExceededException) Code ¶
func (s MaxActiveResourcesExceededException) Code() string
Code returns the exception type name.
func (MaxActiveResourcesExceededException) Error ¶
func (s MaxActiveResourcesExceededException) Error() string
func (MaxActiveResourcesExceededException) GoString ¶
func (s MaxActiveResourcesExceededException) GoString() string
GoString returns the string representation
func (MaxActiveResourcesExceededException) Message ¶
func (s MaxActiveResourcesExceededException) Message() string
Message returns the exception's message.
func (MaxActiveResourcesExceededException) OrigErr ¶
func (s MaxActiveResourcesExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (MaxActiveResourcesExceededException) RequestID ¶
func (s MaxActiveResourcesExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (MaxActiveResourcesExceededException) StatusCode ¶
func (s MaxActiveResourcesExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (MaxActiveResourcesExceededException) String ¶
func (s MaxActiveResourcesExceededException) String() string
String returns the string representation
type MaxNumberOfConfigRulesExceededException ¶
type MaxNumberOfConfigRulesExceededException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Failed to add the AWS Config rule because the account already contains the maximum number of 150 rules. Consider deleting any deactivated rules before you add new rules.
func (MaxNumberOfConfigRulesExceededException) Code ¶
func (s MaxNumberOfConfigRulesExceededException) Code() string
Code returns the exception type name.
func (MaxNumberOfConfigRulesExceededException) Error ¶
func (s MaxNumberOfConfigRulesExceededException) Error() string
func (MaxNumberOfConfigRulesExceededException) GoString ¶
func (s MaxNumberOfConfigRulesExceededException) GoString() string
GoString returns the string representation
func (MaxNumberOfConfigRulesExceededException) Message ¶
func (s MaxNumberOfConfigRulesExceededException) Message() string
Message returns the exception's message.
func (MaxNumberOfConfigRulesExceededException) OrigErr ¶
func (s MaxNumberOfConfigRulesExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (MaxNumberOfConfigRulesExceededException) RequestID ¶
func (s MaxNumberOfConfigRulesExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (MaxNumberOfConfigRulesExceededException) StatusCode ¶
func (s MaxNumberOfConfigRulesExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (MaxNumberOfConfigRulesExceededException) String ¶
func (s MaxNumberOfConfigRulesExceededException) String() string
String returns the string representation
type MaxNumberOfConfigurationRecordersExceededException ¶
type MaxNumberOfConfigurationRecordersExceededException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You have reached the limit of the number of recorders you can create.
func (MaxNumberOfConfigurationRecordersExceededException) Code ¶
func (s MaxNumberOfConfigurationRecordersExceededException) Code() string
Code returns the exception type name.
func (MaxNumberOfConfigurationRecordersExceededException) Error ¶
func (s MaxNumberOfConfigurationRecordersExceededException) Error() string
func (MaxNumberOfConfigurationRecordersExceededException) GoString ¶
func (s MaxNumberOfConfigurationRecordersExceededException) GoString() string
GoString returns the string representation
func (MaxNumberOfConfigurationRecordersExceededException) Message ¶
func (s MaxNumberOfConfigurationRecordersExceededException) Message() string
Message returns the exception's message.
func (MaxNumberOfConfigurationRecordersExceededException) OrigErr ¶
func (s MaxNumberOfConfigurationRecordersExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (MaxNumberOfConfigurationRecordersExceededException) RequestID ¶
func (s MaxNumberOfConfigurationRecordersExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (MaxNumberOfConfigurationRecordersExceededException) StatusCode ¶
func (s MaxNumberOfConfigurationRecordersExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (MaxNumberOfConfigurationRecordersExceededException) String ¶
func (s MaxNumberOfConfigurationRecordersExceededException) String() string
String returns the string representation
type MaxNumberOfConformancePacksExceededException ¶
type MaxNumberOfConformancePacksExceededException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You have reached the limit (6) of the number of conformance packs in an account (6 conformance pack with 25 AWS Config rules per pack).
func (MaxNumberOfConformancePacksExceededException) Code ¶
func (s MaxNumberOfConformancePacksExceededException) Code() string
Code returns the exception type name.
func (MaxNumberOfConformancePacksExceededException) Error ¶
func (s MaxNumberOfConformancePacksExceededException) Error() string
func (MaxNumberOfConformancePacksExceededException) GoString ¶
func (s MaxNumberOfConformancePacksExceededException) GoString() string
GoString returns the string representation
func (MaxNumberOfConformancePacksExceededException) Message ¶
func (s MaxNumberOfConformancePacksExceededException) Message() string
Message returns the exception's message.
func (MaxNumberOfConformancePacksExceededException) OrigErr ¶
func (s MaxNumberOfConformancePacksExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (MaxNumberOfConformancePacksExceededException) RequestID ¶
func (s MaxNumberOfConformancePacksExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (MaxNumberOfConformancePacksExceededException) StatusCode ¶
func (s MaxNumberOfConformancePacksExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (MaxNumberOfConformancePacksExceededException) String ¶
func (s MaxNumberOfConformancePacksExceededException) String() string
String returns the string representation
type MaxNumberOfDeliveryChannelsExceededException ¶
type MaxNumberOfDeliveryChannelsExceededException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You have reached the limit of the number of delivery channels you can create.
func (MaxNumberOfDeliveryChannelsExceededException) Code ¶
func (s MaxNumberOfDeliveryChannelsExceededException) Code() string
Code returns the exception type name.
func (MaxNumberOfDeliveryChannelsExceededException) Error ¶
func (s MaxNumberOfDeliveryChannelsExceededException) Error() string
func (MaxNumberOfDeliveryChannelsExceededException) GoString ¶
func (s MaxNumberOfDeliveryChannelsExceededException) GoString() string
GoString returns the string representation
func (MaxNumberOfDeliveryChannelsExceededException) Message ¶
func (s MaxNumberOfDeliveryChannelsExceededException) Message() string
Message returns the exception's message.
func (MaxNumberOfDeliveryChannelsExceededException) OrigErr ¶
func (s MaxNumberOfDeliveryChannelsExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (MaxNumberOfDeliveryChannelsExceededException) RequestID ¶
func (s MaxNumberOfDeliveryChannelsExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (MaxNumberOfDeliveryChannelsExceededException) StatusCode ¶
func (s MaxNumberOfDeliveryChannelsExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (MaxNumberOfDeliveryChannelsExceededException) String ¶
func (s MaxNumberOfDeliveryChannelsExceededException) String() string
String returns the string representation
type MaxNumberOfOrganizationConfigRulesExceededException ¶
type MaxNumberOfOrganizationConfigRulesExceededException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You have reached the limit of the number of organization config rules you can create.
func (MaxNumberOfOrganizationConfigRulesExceededException) Code ¶
func (s MaxNumberOfOrganizationConfigRulesExceededException) Code() string
Code returns the exception type name.
func (MaxNumberOfOrganizationConfigRulesExceededException) Error ¶
func (s MaxNumberOfOrganizationConfigRulesExceededException) Error() string
func (MaxNumberOfOrganizationConfigRulesExceededException) GoString ¶
func (s MaxNumberOfOrganizationConfigRulesExceededException) GoString() string
GoString returns the string representation
func (MaxNumberOfOrganizationConfigRulesExceededException) Message ¶
func (s MaxNumberOfOrganizationConfigRulesExceededException) Message() string
Message returns the exception's message.
func (MaxNumberOfOrganizationConfigRulesExceededException) OrigErr ¶
func (s MaxNumberOfOrganizationConfigRulesExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (MaxNumberOfOrganizationConfigRulesExceededException) RequestID ¶
func (s MaxNumberOfOrganizationConfigRulesExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (MaxNumberOfOrganizationConfigRulesExceededException) StatusCode ¶
func (s MaxNumberOfOrganizationConfigRulesExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (MaxNumberOfOrganizationConfigRulesExceededException) String ¶
func (s MaxNumberOfOrganizationConfigRulesExceededException) String() string
String returns the string representation
type MaxNumberOfOrganizationConformancePacksExceededException ¶
type MaxNumberOfOrganizationConformancePacksExceededException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You have reached the limit (6) of the number of organization conformance packs in an account (6 conformance pack with 25 AWS Config rules per pack per account).
func (MaxNumberOfOrganizationConformancePacksExceededException) Code ¶
func (s MaxNumberOfOrganizationConformancePacksExceededException) Code() string
Code returns the exception type name.
func (MaxNumberOfOrganizationConformancePacksExceededException) Error ¶
func (s MaxNumberOfOrganizationConformancePacksExceededException) Error() string
func (MaxNumberOfOrganizationConformancePacksExceededException) GoString ¶
func (s MaxNumberOfOrganizationConformancePacksExceededException) GoString() string
GoString returns the string representation
func (MaxNumberOfOrganizationConformancePacksExceededException) Message ¶
func (s MaxNumberOfOrganizationConformancePacksExceededException) Message() string
Message returns the exception's message.
func (MaxNumberOfOrganizationConformancePacksExceededException) OrigErr ¶
func (s MaxNumberOfOrganizationConformancePacksExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (MaxNumberOfOrganizationConformancePacksExceededException) RequestID ¶
func (s MaxNumberOfOrganizationConformancePacksExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (MaxNumberOfOrganizationConformancePacksExceededException) StatusCode ¶
func (s MaxNumberOfOrganizationConformancePacksExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (MaxNumberOfOrganizationConformancePacksExceededException) String ¶
func (s MaxNumberOfOrganizationConformancePacksExceededException) String() string
String returns the string representation
type MaxNumberOfRetentionConfigurationsExceededException ¶
type MaxNumberOfRetentionConfigurationsExceededException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Failed to add the retention configuration because a retention configuration with that name already exists.
func (MaxNumberOfRetentionConfigurationsExceededException) Code ¶
func (s MaxNumberOfRetentionConfigurationsExceededException) Code() string
Code returns the exception type name.
func (MaxNumberOfRetentionConfigurationsExceededException) Error ¶
func (s MaxNumberOfRetentionConfigurationsExceededException) Error() string
func (MaxNumberOfRetentionConfigurationsExceededException) GoString ¶
func (s MaxNumberOfRetentionConfigurationsExceededException) GoString() string
GoString returns the string representation
func (MaxNumberOfRetentionConfigurationsExceededException) Message ¶
func (s MaxNumberOfRetentionConfigurationsExceededException) Message() string
Message returns the exception's message.
func (MaxNumberOfRetentionConfigurationsExceededException) OrigErr ¶
func (s MaxNumberOfRetentionConfigurationsExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (MaxNumberOfRetentionConfigurationsExceededException) RequestID ¶
func (s MaxNumberOfRetentionConfigurationsExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (MaxNumberOfRetentionConfigurationsExceededException) StatusCode ¶
func (s MaxNumberOfRetentionConfigurationsExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (MaxNumberOfRetentionConfigurationsExceededException) String ¶
func (s MaxNumberOfRetentionConfigurationsExceededException) String() string
String returns the string representation
type MemberAccountStatus ¶
type MemberAccountStatus struct { // The 12-digit account ID of a member account. // // AccountId is a required field AccountId *string `type:"string" required:"true"` // The name of config rule deployed in the member account. // // ConfigRuleName is a required field ConfigRuleName *string `min:"1" type:"string" required:"true"` // An error code that is returned when config rule creation or deletion failed // in the member account. ErrorCode *string `type:"string"` // An error message indicating that config rule account creation or deletion // has failed due to an error in the member account. ErrorMessage *string `type:"string"` // The timestamp of the last status update. LastUpdateTime *time.Time `type:"timestamp"` // Indicates deployment status for config rule in the member account. When master // account calls PutOrganizationConfigRule action for the first time, config // rule status is created in the member account. When master account calls PutOrganizationConfigRule // action for the second time, config rule status is updated in the member account. // Config rule status is deleted when the master account deletes OrganizationConfigRule // and disables service access for config-multiaccountsetup.amazonaws.com. // // AWS Config sets the state of the rule to: // // * CREATE_SUCCESSFUL when config rule has been created in the member account. // // * CREATE_IN_PROGRESS when config rule is being created in the member account. // // * CREATE_FAILED when config rule creation has failed in the member account. // // * DELETE_FAILED when config rule deletion has failed in the member account. // // * DELETE_IN_PROGRESS when config rule is being deleted in the member account. // // * DELETE_SUCCESSFUL when config rule has been deleted in the member account. // // * UPDATE_SUCCESSFUL when config rule has been updated in the member account. // // * UPDATE_IN_PROGRESS when config rule is being updated in the member account. // // * UPDATE_FAILED when config rule deletion has failed in the member account. // // MemberAccountRuleStatus is a required field MemberAccountRuleStatus *string `type:"string" required:"true" enum:"MemberAccountRuleStatus"` // contains filtered or unexported fields }
Organization config rule creation or deletion status in each member account. This includes the name of the rule, the status, error code and error message when the rule creation or deletion failed.
func (MemberAccountStatus) GoString ¶
func (s MemberAccountStatus) GoString() string
GoString returns the string representation
func (*MemberAccountStatus) SetAccountId ¶
func (s *MemberAccountStatus) SetAccountId(v string) *MemberAccountStatus
SetAccountId sets the AccountId field's value.
func (*MemberAccountStatus) SetConfigRuleName ¶
func (s *MemberAccountStatus) SetConfigRuleName(v string) *MemberAccountStatus
SetConfigRuleName sets the ConfigRuleName field's value.
func (*MemberAccountStatus) SetErrorCode ¶
func (s *MemberAccountStatus) SetErrorCode(v string) *MemberAccountStatus
SetErrorCode sets the ErrorCode field's value.
func (*MemberAccountStatus) SetErrorMessage ¶
func (s *MemberAccountStatus) SetErrorMessage(v string) *MemberAccountStatus
SetErrorMessage sets the ErrorMessage field's value.
func (*MemberAccountStatus) SetLastUpdateTime ¶
func (s *MemberAccountStatus) SetLastUpdateTime(v time.Time) *MemberAccountStatus
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*MemberAccountStatus) SetMemberAccountRuleStatus ¶
func (s *MemberAccountStatus) SetMemberAccountRuleStatus(v string) *MemberAccountStatus
SetMemberAccountRuleStatus sets the MemberAccountRuleStatus field's value.
func (MemberAccountStatus) String ¶
func (s MemberAccountStatus) String() string
String returns the string representation
type NoAvailableConfigurationRecorderException ¶
type NoAvailableConfigurationRecorderException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.
func (NoAvailableConfigurationRecorderException) Code ¶
func (s NoAvailableConfigurationRecorderException) Code() string
Code returns the exception type name.
func (NoAvailableConfigurationRecorderException) Error ¶
func (s NoAvailableConfigurationRecorderException) Error() string
func (NoAvailableConfigurationRecorderException) GoString ¶
func (s NoAvailableConfigurationRecorderException) GoString() string
GoString returns the string representation
func (NoAvailableConfigurationRecorderException) Message ¶
func (s NoAvailableConfigurationRecorderException) Message() string
Message returns the exception's message.
func (NoAvailableConfigurationRecorderException) OrigErr ¶
func (s NoAvailableConfigurationRecorderException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (NoAvailableConfigurationRecorderException) RequestID ¶
func (s NoAvailableConfigurationRecorderException) RequestID() string
RequestID returns the service's response RequestID for request.
func (NoAvailableConfigurationRecorderException) StatusCode ¶
func (s NoAvailableConfigurationRecorderException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (NoAvailableConfigurationRecorderException) String ¶
func (s NoAvailableConfigurationRecorderException) String() string
String returns the string representation
type NoAvailableDeliveryChannelException ¶
type NoAvailableDeliveryChannelException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
There is no delivery channel available to record configurations.
func (NoAvailableDeliveryChannelException) Code ¶
func (s NoAvailableDeliveryChannelException) Code() string
Code returns the exception type name.
func (NoAvailableDeliveryChannelException) Error ¶
func (s NoAvailableDeliveryChannelException) Error() string
func (NoAvailableDeliveryChannelException) GoString ¶
func (s NoAvailableDeliveryChannelException) GoString() string
GoString returns the string representation
func (NoAvailableDeliveryChannelException) Message ¶
func (s NoAvailableDeliveryChannelException) Message() string
Message returns the exception's message.
func (NoAvailableDeliveryChannelException) OrigErr ¶
func (s NoAvailableDeliveryChannelException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (NoAvailableDeliveryChannelException) RequestID ¶
func (s NoAvailableDeliveryChannelException) RequestID() string
RequestID returns the service's response RequestID for request.
func (NoAvailableDeliveryChannelException) StatusCode ¶
func (s NoAvailableDeliveryChannelException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (NoAvailableDeliveryChannelException) String ¶
func (s NoAvailableDeliveryChannelException) String() string
String returns the string representation
type NoAvailableOrganizationException ¶
type NoAvailableOrganizationException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Organization is no longer available.
func (NoAvailableOrganizationException) Code ¶
func (s NoAvailableOrganizationException) Code() string
Code returns the exception type name.
func (NoAvailableOrganizationException) Error ¶
func (s NoAvailableOrganizationException) Error() string
func (NoAvailableOrganizationException) GoString ¶
func (s NoAvailableOrganizationException) GoString() string
GoString returns the string representation
func (NoAvailableOrganizationException) Message ¶
func (s NoAvailableOrganizationException) Message() string
Message returns the exception's message.
func (NoAvailableOrganizationException) OrigErr ¶
func (s NoAvailableOrganizationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (NoAvailableOrganizationException) RequestID ¶
func (s NoAvailableOrganizationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (NoAvailableOrganizationException) StatusCode ¶
func (s NoAvailableOrganizationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (NoAvailableOrganizationException) String ¶
func (s NoAvailableOrganizationException) String() string
String returns the string representation
type NoRunningConfigurationRecorderException ¶
type NoRunningConfigurationRecorderException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
There is no configuration recorder running.
func (NoRunningConfigurationRecorderException) Code ¶
func (s NoRunningConfigurationRecorderException) Code() string
Code returns the exception type name.
func (NoRunningConfigurationRecorderException) Error ¶
func (s NoRunningConfigurationRecorderException) Error() string
func (NoRunningConfigurationRecorderException) GoString ¶
func (s NoRunningConfigurationRecorderException) GoString() string
GoString returns the string representation
func (NoRunningConfigurationRecorderException) Message ¶
func (s NoRunningConfigurationRecorderException) Message() string
Message returns the exception's message.
func (NoRunningConfigurationRecorderException) OrigErr ¶
func (s NoRunningConfigurationRecorderException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (NoRunningConfigurationRecorderException) RequestID ¶
func (s NoRunningConfigurationRecorderException) RequestID() string
RequestID returns the service's response RequestID for request.
func (NoRunningConfigurationRecorderException) StatusCode ¶
func (s NoRunningConfigurationRecorderException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (NoRunningConfigurationRecorderException) String ¶
func (s NoRunningConfigurationRecorderException) String() string
String returns the string representation
type NoSuchBucketException ¶
type NoSuchBucketException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified Amazon S3 bucket does not exist.
func (NoSuchBucketException) Code ¶
func (s NoSuchBucketException) Code() string
Code returns the exception type name.
func (NoSuchBucketException) Error ¶
func (s NoSuchBucketException) Error() string
func (NoSuchBucketException) GoString ¶
func (s NoSuchBucketException) GoString() string
GoString returns the string representation
func (NoSuchBucketException) Message ¶
func (s NoSuchBucketException) Message() string
Message returns the exception's message.
func (NoSuchBucketException) OrigErr ¶
func (s NoSuchBucketException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (NoSuchBucketException) RequestID ¶
func (s NoSuchBucketException) RequestID() string
RequestID returns the service's response RequestID for request.
func (NoSuchBucketException) StatusCode ¶
func (s NoSuchBucketException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (NoSuchBucketException) String ¶
func (s NoSuchBucketException) String() string
String returns the string representation
type NoSuchConfigRuleException ¶
type NoSuchConfigRuleException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.
func (NoSuchConfigRuleException) Code ¶
func (s NoSuchConfigRuleException) Code() string
Code returns the exception type name.
func (NoSuchConfigRuleException) Error ¶
func (s NoSuchConfigRuleException) Error() string
func (NoSuchConfigRuleException) GoString ¶
func (s NoSuchConfigRuleException) GoString() string
GoString returns the string representation
func (NoSuchConfigRuleException) Message ¶
func (s NoSuchConfigRuleException) Message() string
Message returns the exception's message.
func (NoSuchConfigRuleException) OrigErr ¶
func (s NoSuchConfigRuleException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (NoSuchConfigRuleException) RequestID ¶
func (s NoSuchConfigRuleException) RequestID() string
RequestID returns the service's response RequestID for request.
func (NoSuchConfigRuleException) StatusCode ¶
func (s NoSuchConfigRuleException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (NoSuchConfigRuleException) String ¶
func (s NoSuchConfigRuleException) String() string
String returns the string representation
type NoSuchConfigRuleInConformancePackException ¶
type NoSuchConfigRuleInConformancePackException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
AWS Config rule that you passed in the filter does not exist.
func (NoSuchConfigRuleInConformancePackException) Code ¶
func (s NoSuchConfigRuleInConformancePackException) Code() string
Code returns the exception type name.
func (NoSuchConfigRuleInConformancePackException) Error ¶
func (s NoSuchConfigRuleInConformancePackException) Error() string
func (NoSuchConfigRuleInConformancePackException) GoString ¶
func (s NoSuchConfigRuleInConformancePackException) GoString() string
GoString returns the string representation
func (NoSuchConfigRuleInConformancePackException) Message ¶
func (s NoSuchConfigRuleInConformancePackException) Message() string
Message returns the exception's message.
func (NoSuchConfigRuleInConformancePackException) OrigErr ¶
func (s NoSuchConfigRuleInConformancePackException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (NoSuchConfigRuleInConformancePackException) RequestID ¶
func (s NoSuchConfigRuleInConformancePackException) RequestID() string
RequestID returns the service's response RequestID for request.
func (NoSuchConfigRuleInConformancePackException) StatusCode ¶
func (s NoSuchConfigRuleInConformancePackException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (NoSuchConfigRuleInConformancePackException) String ¶
func (s NoSuchConfigRuleInConformancePackException) String() string
String returns the string representation
type NoSuchConfigurationAggregatorException ¶
type NoSuchConfigurationAggregatorException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You have specified a configuration aggregator that does not exist.
func (NoSuchConfigurationAggregatorException) Code ¶
func (s NoSuchConfigurationAggregatorException) Code() string
Code returns the exception type name.
func (NoSuchConfigurationAggregatorException) Error ¶
func (s NoSuchConfigurationAggregatorException) Error() string
func (NoSuchConfigurationAggregatorException) GoString ¶
func (s NoSuchConfigurationAggregatorException) GoString() string
GoString returns the string representation
func (NoSuchConfigurationAggregatorException) Message ¶
func (s NoSuchConfigurationAggregatorException) Message() string
Message returns the exception's message.
func (NoSuchConfigurationAggregatorException) OrigErr ¶
func (s NoSuchConfigurationAggregatorException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (NoSuchConfigurationAggregatorException) RequestID ¶
func (s NoSuchConfigurationAggregatorException) RequestID() string
RequestID returns the service's response RequestID for request.
func (NoSuchConfigurationAggregatorException) StatusCode ¶
func (s NoSuchConfigurationAggregatorException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (NoSuchConfigurationAggregatorException) String ¶
func (s NoSuchConfigurationAggregatorException) String() string
String returns the string representation
type NoSuchConfigurationRecorderException ¶
type NoSuchConfigurationRecorderException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You have specified a configuration recorder that does not exist.
func (NoSuchConfigurationRecorderException) Code ¶
func (s NoSuchConfigurationRecorderException) Code() string
Code returns the exception type name.
func (NoSuchConfigurationRecorderException) Error ¶
func (s NoSuchConfigurationRecorderException) Error() string
func (NoSuchConfigurationRecorderException) GoString ¶
func (s NoSuchConfigurationRecorderException) GoString() string
GoString returns the string representation
func (NoSuchConfigurationRecorderException) Message ¶
func (s NoSuchConfigurationRecorderException) Message() string
Message returns the exception's message.
func (NoSuchConfigurationRecorderException) OrigErr ¶
func (s NoSuchConfigurationRecorderException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (NoSuchConfigurationRecorderException) RequestID ¶
func (s NoSuchConfigurationRecorderException) RequestID() string
RequestID returns the service's response RequestID for request.
func (NoSuchConfigurationRecorderException) StatusCode ¶
func (s NoSuchConfigurationRecorderException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (NoSuchConfigurationRecorderException) String ¶
func (s NoSuchConfigurationRecorderException) String() string
String returns the string representation
type NoSuchConformancePackException ¶
type NoSuchConformancePackException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You specified one or more conformance packs that do not exist.
func (NoSuchConformancePackException) Code ¶
func (s NoSuchConformancePackException) Code() string
Code returns the exception type name.
func (NoSuchConformancePackException) Error ¶
func (s NoSuchConformancePackException) Error() string
func (NoSuchConformancePackException) GoString ¶
func (s NoSuchConformancePackException) GoString() string
GoString returns the string representation
func (NoSuchConformancePackException) Message ¶
func (s NoSuchConformancePackException) Message() string
Message returns the exception's message.
func (NoSuchConformancePackException) OrigErr ¶
func (s NoSuchConformancePackException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (NoSuchConformancePackException) RequestID ¶
func (s NoSuchConformancePackException) RequestID() string
RequestID returns the service's response RequestID for request.
func (NoSuchConformancePackException) StatusCode ¶
func (s NoSuchConformancePackException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (NoSuchConformancePackException) String ¶
func (s NoSuchConformancePackException) String() string
String returns the string representation
type NoSuchDeliveryChannelException ¶
type NoSuchDeliveryChannelException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You have specified a delivery channel that does not exist.
func (NoSuchDeliveryChannelException) Code ¶
func (s NoSuchDeliveryChannelException) Code() string
Code returns the exception type name.
func (NoSuchDeliveryChannelException) Error ¶
func (s NoSuchDeliveryChannelException) Error() string
func (NoSuchDeliveryChannelException) GoString ¶
func (s NoSuchDeliveryChannelException) GoString() string
GoString returns the string representation
func (NoSuchDeliveryChannelException) Message ¶
func (s NoSuchDeliveryChannelException) Message() string
Message returns the exception's message.
func (NoSuchDeliveryChannelException) OrigErr ¶
func (s NoSuchDeliveryChannelException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (NoSuchDeliveryChannelException) RequestID ¶
func (s NoSuchDeliveryChannelException) RequestID() string
RequestID returns the service's response RequestID for request.
func (NoSuchDeliveryChannelException) StatusCode ¶
func (s NoSuchDeliveryChannelException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (NoSuchDeliveryChannelException) String ¶
func (s NoSuchDeliveryChannelException) String() string
String returns the string representation
type NoSuchOrganizationConfigRuleException ¶
type NoSuchOrganizationConfigRuleException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You specified one or more organization config rules that do not exist.
func (NoSuchOrganizationConfigRuleException) Code ¶
func (s NoSuchOrganizationConfigRuleException) Code() string
Code returns the exception type name.
func (NoSuchOrganizationConfigRuleException) Error ¶
func (s NoSuchOrganizationConfigRuleException) Error() string
func (NoSuchOrganizationConfigRuleException) GoString ¶
func (s NoSuchOrganizationConfigRuleException) GoString() string
GoString returns the string representation
func (NoSuchOrganizationConfigRuleException) Message ¶
func (s NoSuchOrganizationConfigRuleException) Message() string
Message returns the exception's message.
func (NoSuchOrganizationConfigRuleException) OrigErr ¶
func (s NoSuchOrganizationConfigRuleException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (NoSuchOrganizationConfigRuleException) RequestID ¶
func (s NoSuchOrganizationConfigRuleException) RequestID() string
RequestID returns the service's response RequestID for request.
func (NoSuchOrganizationConfigRuleException) StatusCode ¶
func (s NoSuchOrganizationConfigRuleException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (NoSuchOrganizationConfigRuleException) String ¶
func (s NoSuchOrganizationConfigRuleException) String() string
String returns the string representation
type NoSuchOrganizationConformancePackException ¶
type NoSuchOrganizationConformancePackException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
AWS Config organization conformance pack that you passed in the filter does not exist.
For DeleteOrganizationConformancePack, you tried to delete an organization conformance pack that does not exist.
func (NoSuchOrganizationConformancePackException) Code ¶
func (s NoSuchOrganizationConformancePackException) Code() string
Code returns the exception type name.
func (NoSuchOrganizationConformancePackException) Error ¶
func (s NoSuchOrganizationConformancePackException) Error() string
func (NoSuchOrganizationConformancePackException) GoString ¶
func (s NoSuchOrganizationConformancePackException) GoString() string
GoString returns the string representation
func (NoSuchOrganizationConformancePackException) Message ¶
func (s NoSuchOrganizationConformancePackException) Message() string
Message returns the exception's message.
func (NoSuchOrganizationConformancePackException) OrigErr ¶
func (s NoSuchOrganizationConformancePackException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (NoSuchOrganizationConformancePackException) RequestID ¶
func (s NoSuchOrganizationConformancePackException) RequestID() string
RequestID returns the service's response RequestID for request.
func (NoSuchOrganizationConformancePackException) StatusCode ¶
func (s NoSuchOrganizationConformancePackException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (NoSuchOrganizationConformancePackException) String ¶
func (s NoSuchOrganizationConformancePackException) String() string
String returns the string representation
type NoSuchRemediationConfigurationException ¶
type NoSuchRemediationConfigurationException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You specified an AWS Config rule without a remediation configuration.
func (NoSuchRemediationConfigurationException) Code ¶
func (s NoSuchRemediationConfigurationException) Code() string
Code returns the exception type name.
func (NoSuchRemediationConfigurationException) Error ¶
func (s NoSuchRemediationConfigurationException) Error() string
func (NoSuchRemediationConfigurationException) GoString ¶
func (s NoSuchRemediationConfigurationException) GoString() string
GoString returns the string representation
func (NoSuchRemediationConfigurationException) Message ¶
func (s NoSuchRemediationConfigurationException) Message() string
Message returns the exception's message.
func (NoSuchRemediationConfigurationException) OrigErr ¶
func (s NoSuchRemediationConfigurationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (NoSuchRemediationConfigurationException) RequestID ¶
func (s NoSuchRemediationConfigurationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (NoSuchRemediationConfigurationException) StatusCode ¶
func (s NoSuchRemediationConfigurationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (NoSuchRemediationConfigurationException) String ¶
func (s NoSuchRemediationConfigurationException) String() string
String returns the string representation
type NoSuchRemediationExceptionException ¶
type NoSuchRemediationExceptionException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You tried to delete a remediation exception that does not exist.
func (NoSuchRemediationExceptionException) Code ¶
func (s NoSuchRemediationExceptionException) Code() string
Code returns the exception type name.
func (NoSuchRemediationExceptionException) Error ¶
func (s NoSuchRemediationExceptionException) Error() string
func (NoSuchRemediationExceptionException) GoString ¶
func (s NoSuchRemediationExceptionException) GoString() string
GoString returns the string representation
func (NoSuchRemediationExceptionException) Message ¶
func (s NoSuchRemediationExceptionException) Message() string
Message returns the exception's message.
func (NoSuchRemediationExceptionException) OrigErr ¶
func (s NoSuchRemediationExceptionException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (NoSuchRemediationExceptionException) RequestID ¶
func (s NoSuchRemediationExceptionException) RequestID() string
RequestID returns the service's response RequestID for request.
func (NoSuchRemediationExceptionException) StatusCode ¶
func (s NoSuchRemediationExceptionException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (NoSuchRemediationExceptionException) String ¶
func (s NoSuchRemediationExceptionException) String() string
String returns the string representation
type NoSuchRetentionConfigurationException ¶
type NoSuchRetentionConfigurationException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You have specified a retention configuration that does not exist.
func (NoSuchRetentionConfigurationException) Code ¶
func (s NoSuchRetentionConfigurationException) Code() string
Code returns the exception type name.
func (NoSuchRetentionConfigurationException) Error ¶
func (s NoSuchRetentionConfigurationException) Error() string
func (NoSuchRetentionConfigurationException) GoString ¶
func (s NoSuchRetentionConfigurationException) GoString() string
GoString returns the string representation
func (NoSuchRetentionConfigurationException) Message ¶
func (s NoSuchRetentionConfigurationException) Message() string
Message returns the exception's message.
func (NoSuchRetentionConfigurationException) OrigErr ¶
func (s NoSuchRetentionConfigurationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (NoSuchRetentionConfigurationException) RequestID ¶
func (s NoSuchRetentionConfigurationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (NoSuchRetentionConfigurationException) StatusCode ¶
func (s NoSuchRetentionConfigurationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (NoSuchRetentionConfigurationException) String ¶
func (s NoSuchRetentionConfigurationException) String() string
String returns the string representation
type OrganizationAccessDeniedException ¶
type OrganizationAccessDeniedException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
For PutConfigAggregator API, no permission to call EnableAWSServiceAccess API.
For all OrganizationConfigRule and OrganizationConformancePack APIs, AWS Config throws an exception if APIs are called from member accounts. All APIs must be called from organization master account.
func (OrganizationAccessDeniedException) Code ¶
func (s OrganizationAccessDeniedException) Code() string
Code returns the exception type name.
func (OrganizationAccessDeniedException) Error ¶
func (s OrganizationAccessDeniedException) Error() string
func (OrganizationAccessDeniedException) GoString ¶
func (s OrganizationAccessDeniedException) GoString() string
GoString returns the string representation
func (OrganizationAccessDeniedException) Message ¶
func (s OrganizationAccessDeniedException) Message() string
Message returns the exception's message.
func (OrganizationAccessDeniedException) OrigErr ¶
func (s OrganizationAccessDeniedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (OrganizationAccessDeniedException) RequestID ¶
func (s OrganizationAccessDeniedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (OrganizationAccessDeniedException) StatusCode ¶
func (s OrganizationAccessDeniedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (OrganizationAccessDeniedException) String ¶
func (s OrganizationAccessDeniedException) String() string
String returns the string representation
type OrganizationAggregationSource ¶
type OrganizationAggregationSource struct { // If true, aggregate existing AWS Config regions and future regions. AllAwsRegions *bool `type:"boolean"` // The source regions being aggregated. AwsRegions []*string `min:"1" type:"list"` // ARN of the IAM role used to retrieve AWS Organization details associated // with the aggregator account. // // RoleArn is a required field RoleArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
This object contains regions to set up the aggregator and an IAM role to retrieve organization details.
func (OrganizationAggregationSource) GoString ¶
func (s OrganizationAggregationSource) GoString() string
GoString returns the string representation
func (*OrganizationAggregationSource) SetAllAwsRegions ¶
func (s *OrganizationAggregationSource) SetAllAwsRegions(v bool) *OrganizationAggregationSource
SetAllAwsRegions sets the AllAwsRegions field's value.
func (*OrganizationAggregationSource) SetAwsRegions ¶
func (s *OrganizationAggregationSource) SetAwsRegions(v []*string) *OrganizationAggregationSource
SetAwsRegions sets the AwsRegions field's value.
func (*OrganizationAggregationSource) SetRoleArn ¶
func (s *OrganizationAggregationSource) SetRoleArn(v string) *OrganizationAggregationSource
SetRoleArn sets the RoleArn field's value.
func (OrganizationAggregationSource) String ¶
func (s OrganizationAggregationSource) String() string
String returns the string representation
func (*OrganizationAggregationSource) Validate ¶
func (s *OrganizationAggregationSource) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OrganizationAllFeaturesNotEnabledException ¶
type OrganizationAllFeaturesNotEnabledException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
AWS Config resource cannot be created because your organization does not have all features enabled.
func (OrganizationAllFeaturesNotEnabledException) Code ¶
func (s OrganizationAllFeaturesNotEnabledException) Code() string
Code returns the exception type name.
func (OrganizationAllFeaturesNotEnabledException) Error ¶
func (s OrganizationAllFeaturesNotEnabledException) Error() string
func (OrganizationAllFeaturesNotEnabledException) GoString ¶
func (s OrganizationAllFeaturesNotEnabledException) GoString() string
GoString returns the string representation
func (OrganizationAllFeaturesNotEnabledException) Message ¶
func (s OrganizationAllFeaturesNotEnabledException) Message() string
Message returns the exception's message.
func (OrganizationAllFeaturesNotEnabledException) OrigErr ¶
func (s OrganizationAllFeaturesNotEnabledException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (OrganizationAllFeaturesNotEnabledException) RequestID ¶
func (s OrganizationAllFeaturesNotEnabledException) RequestID() string
RequestID returns the service's response RequestID for request.
func (OrganizationAllFeaturesNotEnabledException) StatusCode ¶
func (s OrganizationAllFeaturesNotEnabledException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (OrganizationAllFeaturesNotEnabledException) String ¶
func (s OrganizationAllFeaturesNotEnabledException) String() string
String returns the string representation
type OrganizationConfigRule ¶
type OrganizationConfigRule struct { // A comma-separated list of accounts excluded from organization config rule. ExcludedAccounts []*string `type:"list"` // The timestamp of the last update. LastUpdateTime *time.Time `type:"timestamp"` // Amazon Resource Name (ARN) of organization config rule. // // OrganizationConfigRuleArn is a required field OrganizationConfigRuleArn *string `min:"1" type:"string" required:"true"` // The name that you assign to organization config rule. // // OrganizationConfigRuleName is a required field OrganizationConfigRuleName *string `min:"1" type:"string" required:"true"` // An OrganizationCustomRuleMetadata object. OrganizationCustomRuleMetadata *OrganizationCustomRuleMetadata `type:"structure"` // An OrganizationManagedRuleMetadata object. OrganizationManagedRuleMetadata *OrganizationManagedRuleMetadata `type:"structure"` // contains filtered or unexported fields }
An organization config rule that has information about config rules that AWS Config creates in member accounts.
func (OrganizationConfigRule) GoString ¶
func (s OrganizationConfigRule) GoString() string
GoString returns the string representation
func (*OrganizationConfigRule) SetExcludedAccounts ¶
func (s *OrganizationConfigRule) SetExcludedAccounts(v []*string) *OrganizationConfigRule
SetExcludedAccounts sets the ExcludedAccounts field's value.
func (*OrganizationConfigRule) SetLastUpdateTime ¶
func (s *OrganizationConfigRule) SetLastUpdateTime(v time.Time) *OrganizationConfigRule
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*OrganizationConfigRule) SetOrganizationConfigRuleArn ¶
func (s *OrganizationConfigRule) SetOrganizationConfigRuleArn(v string) *OrganizationConfigRule
SetOrganizationConfigRuleArn sets the OrganizationConfigRuleArn field's value.
func (*OrganizationConfigRule) SetOrganizationConfigRuleName ¶
func (s *OrganizationConfigRule) SetOrganizationConfigRuleName(v string) *OrganizationConfigRule
SetOrganizationConfigRuleName sets the OrganizationConfigRuleName field's value.
func (*OrganizationConfigRule) SetOrganizationCustomRuleMetadata ¶
func (s *OrganizationConfigRule) SetOrganizationCustomRuleMetadata(v *OrganizationCustomRuleMetadata) *OrganizationConfigRule
SetOrganizationCustomRuleMetadata sets the OrganizationCustomRuleMetadata field's value.
func (*OrganizationConfigRule) SetOrganizationManagedRuleMetadata ¶
func (s *OrganizationConfigRule) SetOrganizationManagedRuleMetadata(v *OrganizationManagedRuleMetadata) *OrganizationConfigRule
SetOrganizationManagedRuleMetadata sets the OrganizationManagedRuleMetadata field's value.
func (OrganizationConfigRule) String ¶
func (s OrganizationConfigRule) String() string
String returns the string representation
type OrganizationConfigRuleStatus ¶
type OrganizationConfigRuleStatus struct { // An error code that is returned when organization config rule creation or // deletion has failed. ErrorCode *string `type:"string"` // An error message indicating that organization config rule creation or deletion // failed due to an error. ErrorMessage *string `type:"string"` // The timestamp of the last update. LastUpdateTime *time.Time `type:"timestamp"` // The name that you assign to organization config rule. // // OrganizationConfigRuleName is a required field OrganizationConfigRuleName *string `min:"1" type:"string" required:"true"` // Indicates deployment status of an organization config rule. When master account // calls PutOrganizationConfigRule action for the first time, config rule status // is created in all the member accounts. When master account calls PutOrganizationConfigRule // action for the second time, config rule status is updated in all the member // accounts. Additionally, config rule status is updated when one or more member // accounts join or leave an organization. Config rule status is deleted when // the master account deletes OrganizationConfigRule in all the member accounts // and disables service access for config-multiaccountsetup.amazonaws.com. // // AWS Config sets the state of the rule to: // // * CREATE_SUCCESSFUL when an organization config rule has been successfully // created in all the member accounts. // // * CREATE_IN_PROGRESS when an organization config rule creation is in progress. // // * CREATE_FAILED when an organization config rule creation failed in one // or more member accounts within that organization. // // * DELETE_FAILED when an organization config rule deletion failed in one // or more member accounts within that organization. // // * DELETE_IN_PROGRESS when an organization config rule deletion is in progress. // // * DELETE_SUCCESSFUL when an organization config rule has been successfully // deleted from all the member accounts. // // * UPDATE_SUCCESSFUL when an organization config rule has been successfully // updated in all the member accounts. // // * UPDATE_IN_PROGRESS when an organization config rule update is in progress. // // * UPDATE_FAILED when an organization config rule update failed in one // or more member accounts within that organization. // // OrganizationRuleStatus is a required field OrganizationRuleStatus *string `type:"string" required:"true" enum:"OrganizationRuleStatus"` // contains filtered or unexported fields }
Returns the status for an organization config rule in an organization.
func (OrganizationConfigRuleStatus) GoString ¶
func (s OrganizationConfigRuleStatus) GoString() string
GoString returns the string representation
func (*OrganizationConfigRuleStatus) SetErrorCode ¶
func (s *OrganizationConfigRuleStatus) SetErrorCode(v string) *OrganizationConfigRuleStatus
SetErrorCode sets the ErrorCode field's value.
func (*OrganizationConfigRuleStatus) SetErrorMessage ¶
func (s *OrganizationConfigRuleStatus) SetErrorMessage(v string) *OrganizationConfigRuleStatus
SetErrorMessage sets the ErrorMessage field's value.
func (*OrganizationConfigRuleStatus) SetLastUpdateTime ¶
func (s *OrganizationConfigRuleStatus) SetLastUpdateTime(v time.Time) *OrganizationConfigRuleStatus
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*OrganizationConfigRuleStatus) SetOrganizationConfigRuleName ¶
func (s *OrganizationConfigRuleStatus) SetOrganizationConfigRuleName(v string) *OrganizationConfigRuleStatus
SetOrganizationConfigRuleName sets the OrganizationConfigRuleName field's value.
func (*OrganizationConfigRuleStatus) SetOrganizationRuleStatus ¶
func (s *OrganizationConfigRuleStatus) SetOrganizationRuleStatus(v string) *OrganizationConfigRuleStatus
SetOrganizationRuleStatus sets the OrganizationRuleStatus field's value.
func (OrganizationConfigRuleStatus) String ¶
func (s OrganizationConfigRuleStatus) String() string
String returns the string representation
type OrganizationConformancePack ¶
type OrganizationConformancePack struct { // A list of ConformancePackInputParameter objects. ConformancePackInputParameters []*ConformancePackInputParameter `type:"list"` // Location of an Amazon S3 bucket where AWS Config can deliver evaluation results // and conformance pack template that is used to create a pack. // // DeliveryS3Bucket is a required field DeliveryS3Bucket *string `min:"3" type:"string" required:"true"` // Any folder structure you want to add to an Amazon S3 bucket. DeliveryS3KeyPrefix *string `min:"1" type:"string"` // A comma-separated list of accounts excluded from organization conformance // pack. ExcludedAccounts []*string `type:"list"` // Last time when organization conformation pack was updated. // // LastUpdateTime is a required field LastUpdateTime *time.Time `type:"timestamp" required:"true"` // Amazon Resource Name (ARN) of organization conformance pack. // // OrganizationConformancePackArn is a required field OrganizationConformancePackArn *string `min:"1" type:"string" required:"true"` // The name you assign to an organization conformance pack. // // OrganizationConformancePackName is a required field OrganizationConformancePackName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
An organization conformance pack that has information about conformance packs that AWS Config creates in member accounts.
func (OrganizationConformancePack) GoString ¶
func (s OrganizationConformancePack) GoString() string
GoString returns the string representation
func (*OrganizationConformancePack) SetConformancePackInputParameters ¶
func (s *OrganizationConformancePack) SetConformancePackInputParameters(v []*ConformancePackInputParameter) *OrganizationConformancePack
SetConformancePackInputParameters sets the ConformancePackInputParameters field's value.
func (*OrganizationConformancePack) SetDeliveryS3Bucket ¶
func (s *OrganizationConformancePack) SetDeliveryS3Bucket(v string) *OrganizationConformancePack
SetDeliveryS3Bucket sets the DeliveryS3Bucket field's value.
func (*OrganizationConformancePack) SetDeliveryS3KeyPrefix ¶
func (s *OrganizationConformancePack) SetDeliveryS3KeyPrefix(v string) *OrganizationConformancePack
SetDeliveryS3KeyPrefix sets the DeliveryS3KeyPrefix field's value.
func (*OrganizationConformancePack) SetExcludedAccounts ¶
func (s *OrganizationConformancePack) SetExcludedAccounts(v []*string) *OrganizationConformancePack
SetExcludedAccounts sets the ExcludedAccounts field's value.
func (*OrganizationConformancePack) SetLastUpdateTime ¶
func (s *OrganizationConformancePack) SetLastUpdateTime(v time.Time) *OrganizationConformancePack
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*OrganizationConformancePack) SetOrganizationConformancePackArn ¶
func (s *OrganizationConformancePack) SetOrganizationConformancePackArn(v string) *OrganizationConformancePack
SetOrganizationConformancePackArn sets the OrganizationConformancePackArn field's value.
func (*OrganizationConformancePack) SetOrganizationConformancePackName ¶
func (s *OrganizationConformancePack) SetOrganizationConformancePackName(v string) *OrganizationConformancePack
SetOrganizationConformancePackName sets the OrganizationConformancePackName field's value.
func (OrganizationConformancePack) String ¶
func (s OrganizationConformancePack) String() string
String returns the string representation
type OrganizationConformancePackDetailedStatus ¶
type OrganizationConformancePackDetailedStatus struct { // The 12-digit account ID of a member account. // // AccountId is a required field AccountId *string `type:"string" required:"true"` // The name of conformance pack deployed in the member account. // // ConformancePackName is a required field ConformancePackName *string `min:"1" type:"string" required:"true"` // An error code that is returned when conformance pack creation or deletion // failed in the member account. ErrorCode *string `type:"string"` // An error message indicating that conformance pack account creation or deletion // has failed due to an error in the member account. ErrorMessage *string `type:"string"` // The timestamp of the last status update. LastUpdateTime *time.Time `type:"timestamp"` // Indicates deployment status for conformance pack in a member account. When // master account calls PutOrganizationConformancePack action for the first // time, conformance pack status is created in the member account. When master // account calls PutOrganizationConformancePack action for the second time, // conformance pack status is updated in the member account. Conformance pack // status is deleted when the master account deletes OrganizationConformancePack // and disables service access for config-multiaccountsetup.amazonaws.com. // // AWS Config sets the state of the conformance pack to: // // * CREATE_SUCCESSFUL when conformance pack has been created in the member // account. // // * CREATE_IN_PROGRESS when conformance pack is being created in the member // account. // // * CREATE_FAILED when conformance pack creation has failed in the member // account. // // * DELETE_FAILED when conformance pack deletion has failed in the member // account. // // * DELETE_IN_PROGRESS when conformance pack is being deleted in the member // account. // // * DELETE_SUCCESSFUL when conformance pack has been deleted in the member // account. // // * UPDATE_SUCCESSFUL when conformance pack has been updated in the member // account. // // * UPDATE_IN_PROGRESS when conformance pack is being updated in the member // account. // // * UPDATE_FAILED when conformance pack deletion has failed in the member // account. // // Status is a required field Status *string `type:"string" required:"true" enum:"OrganizationResourceDetailedStatus"` // contains filtered or unexported fields }
Organization conformance pack creation or deletion status in each member account. This includes the name of the conformance pack, the status, error code and error message when the conformance pack creation or deletion failed.
func (OrganizationConformancePackDetailedStatus) GoString ¶
func (s OrganizationConformancePackDetailedStatus) GoString() string
GoString returns the string representation
func (*OrganizationConformancePackDetailedStatus) SetAccountId ¶
func (s *OrganizationConformancePackDetailedStatus) SetAccountId(v string) *OrganizationConformancePackDetailedStatus
SetAccountId sets the AccountId field's value.
func (*OrganizationConformancePackDetailedStatus) SetConformancePackName ¶
func (s *OrganizationConformancePackDetailedStatus) SetConformancePackName(v string) *OrganizationConformancePackDetailedStatus
SetConformancePackName sets the ConformancePackName field's value.
func (*OrganizationConformancePackDetailedStatus) SetErrorCode ¶
func (s *OrganizationConformancePackDetailedStatus) SetErrorCode(v string) *OrganizationConformancePackDetailedStatus
SetErrorCode sets the ErrorCode field's value.
func (*OrganizationConformancePackDetailedStatus) SetErrorMessage ¶
func (s *OrganizationConformancePackDetailedStatus) SetErrorMessage(v string) *OrganizationConformancePackDetailedStatus
SetErrorMessage sets the ErrorMessage field's value.
func (*OrganizationConformancePackDetailedStatus) SetLastUpdateTime ¶
func (s *OrganizationConformancePackDetailedStatus) SetLastUpdateTime(v time.Time) *OrganizationConformancePackDetailedStatus
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*OrganizationConformancePackDetailedStatus) SetStatus ¶
func (s *OrganizationConformancePackDetailedStatus) SetStatus(v string) *OrganizationConformancePackDetailedStatus
SetStatus sets the Status field's value.
func (OrganizationConformancePackDetailedStatus) String ¶
func (s OrganizationConformancePackDetailedStatus) String() string
String returns the string representation
type OrganizationConformancePackStatus ¶
type OrganizationConformancePackStatus struct { // An error code that is returned when organization conformance pack creation // or deletion has failed in a member account. ErrorCode *string `type:"string"` // An error message indicating that organization conformance pack creation or // deletion failed due to an error. ErrorMessage *string `type:"string"` // The timestamp of the last update. LastUpdateTime *time.Time `type:"timestamp"` // The name that you assign to organization conformance pack. // // OrganizationConformancePackName is a required field OrganizationConformancePackName *string `min:"1" type:"string" required:"true"` // Indicates deployment status of an organization conformance pack. When master // account calls PutOrganizationConformancePack for the first time, conformance // pack status is created in all the member accounts. When master account calls // PutOrganizationConformancePack for the second time, conformance pack status // is updated in all the member accounts. Additionally, conformance pack status // is updated when one or more member accounts join or leave an organization. // Conformance pack status is deleted when the master account deletes OrganizationConformancePack // in all the member accounts and disables service access for config-multiaccountsetup.amazonaws.com. // // AWS Config sets the state of the conformance pack to: // // * CREATE_SUCCESSFUL when an organization conformance pack has been successfully // created in all the member accounts. // // * CREATE_IN_PROGRESS when an organization conformance pack creation is // in progress. // // * CREATE_FAILED when an organization conformance pack creation failed // in one or more member accounts within that organization. // // * DELETE_FAILED when an organization conformance pack deletion failed // in one or more member accounts within that organization. // // * DELETE_IN_PROGRESS when an organization conformance pack deletion is // in progress. // // * DELETE_SUCCESSFUL when an organization conformance pack has been successfully // deleted from all the member accounts. // // * UPDATE_SUCCESSFUL when an organization conformance pack has been successfully // updated in all the member accounts. // // * UPDATE_IN_PROGRESS when an organization conformance pack update is in // progress. // // * UPDATE_FAILED when an organization conformance pack update failed in // one or more member accounts within that organization. // // Status is a required field Status *string `type:"string" required:"true" enum:"OrganizationResourceStatus"` // contains filtered or unexported fields }
Returns the status for an organization conformance pack in an organization.
func (OrganizationConformancePackStatus) GoString ¶
func (s OrganizationConformancePackStatus) GoString() string
GoString returns the string representation
func (*OrganizationConformancePackStatus) SetErrorCode ¶
func (s *OrganizationConformancePackStatus) SetErrorCode(v string) *OrganizationConformancePackStatus
SetErrorCode sets the ErrorCode field's value.
func (*OrganizationConformancePackStatus) SetErrorMessage ¶
func (s *OrganizationConformancePackStatus) SetErrorMessage(v string) *OrganizationConformancePackStatus
SetErrorMessage sets the ErrorMessage field's value.
func (*OrganizationConformancePackStatus) SetLastUpdateTime ¶
func (s *OrganizationConformancePackStatus) SetLastUpdateTime(v time.Time) *OrganizationConformancePackStatus
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*OrganizationConformancePackStatus) SetOrganizationConformancePackName ¶
func (s *OrganizationConformancePackStatus) SetOrganizationConformancePackName(v string) *OrganizationConformancePackStatus
SetOrganizationConformancePackName sets the OrganizationConformancePackName field's value.
func (*OrganizationConformancePackStatus) SetStatus ¶
func (s *OrganizationConformancePackStatus) SetStatus(v string) *OrganizationConformancePackStatus
SetStatus sets the Status field's value.
func (OrganizationConformancePackStatus) String ¶
func (s OrganizationConformancePackStatus) String() string
String returns the string representation
type OrganizationConformancePackTemplateValidationException ¶
type OrganizationConformancePackTemplateValidationException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You have specified a template that is not valid or supported.
func (OrganizationConformancePackTemplateValidationException) Code ¶
func (s OrganizationConformancePackTemplateValidationException) Code() string
Code returns the exception type name.
func (OrganizationConformancePackTemplateValidationException) Error ¶
func (s OrganizationConformancePackTemplateValidationException) Error() string
func (OrganizationConformancePackTemplateValidationException) GoString ¶
func (s OrganizationConformancePackTemplateValidationException) GoString() string
GoString returns the string representation
func (OrganizationConformancePackTemplateValidationException) Message ¶
func (s OrganizationConformancePackTemplateValidationException) Message() string
Message returns the exception's message.
func (OrganizationConformancePackTemplateValidationException) OrigErr ¶
func (s OrganizationConformancePackTemplateValidationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (OrganizationConformancePackTemplateValidationException) RequestID ¶
func (s OrganizationConformancePackTemplateValidationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (OrganizationConformancePackTemplateValidationException) StatusCode ¶
func (s OrganizationConformancePackTemplateValidationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (OrganizationConformancePackTemplateValidationException) String ¶
func (s OrganizationConformancePackTemplateValidationException) String() string
String returns the string representation
type OrganizationCustomRuleMetadata ¶
type OrganizationCustomRuleMetadata struct { // The description that you provide for organization config rule. Description *string `type:"string"` // A string, in JSON format, that is passed to organization config rule Lambda // function. InputParameters *string `min:"1" type:"string"` // The lambda function ARN. // // LambdaFunctionArn is a required field LambdaFunctionArn *string `min:"1" type:"string" required:"true"` // The maximum frequency with which AWS Config runs evaluations for a rule. // Your custom rule is triggered when AWS Config delivers the configuration // snapshot. For more information, see ConfigSnapshotDeliveryProperties. // // By default, rules with a periodic trigger are evaluated every 24 hours. To // change the frequency, specify a valid value for the MaximumExecutionFrequency // parameter. MaximumExecutionFrequency *string `type:"string" enum:"MaximumExecutionFrequency"` // The type of notification that triggers AWS Config to run an evaluation for // a rule. You can specify the following notification types: // // * ConfigurationItemChangeNotification - Triggers an evaluation when AWS // Config delivers a configuration item as a result of a resource change. // // * OversizedConfigurationItemChangeNotification - Triggers an evaluation // when AWS Config delivers an oversized configuration item. AWS Config may // generate this notification type when a resource changes and the notification // exceeds the maximum size allowed by Amazon SNS. // // * ScheduledNotification - Triggers a periodic evaluation at the frequency // specified for MaximumExecutionFrequency. // // OrganizationConfigRuleTriggerTypes is a required field OrganizationConfigRuleTriggerTypes []*string `type:"list" required:"true"` // The ID of the AWS resource that was evaluated. ResourceIdScope *string `min:"1" type:"string"` // The type of the AWS resource that was evaluated. ResourceTypesScope []*string `type:"list"` // One part of a key-value pair that make up a tag. A key is a general label // that acts like a category for more specific tag values. TagKeyScope *string `min:"1" type:"string"` // The optional part of a key-value pair that make up a tag. A value acts as // a descriptor within a tag category (key). TagValueScope *string `min:"1" type:"string"` // contains filtered or unexported fields }
An object that specifies organization custom rule metadata such as resource type, resource ID of AWS resource, Lamdba function ARN, and organization trigger types that trigger AWS Config to evaluate your AWS resources against a rule. It also provides the frequency with which you want AWS Config to run evaluations for the rule if the trigger type is periodic.
func (OrganizationCustomRuleMetadata) GoString ¶
func (s OrganizationCustomRuleMetadata) GoString() string
GoString returns the string representation
func (*OrganizationCustomRuleMetadata) SetDescription ¶
func (s *OrganizationCustomRuleMetadata) SetDescription(v string) *OrganizationCustomRuleMetadata
SetDescription sets the Description field's value.
func (*OrganizationCustomRuleMetadata) SetInputParameters ¶
func (s *OrganizationCustomRuleMetadata) SetInputParameters(v string) *OrganizationCustomRuleMetadata
SetInputParameters sets the InputParameters field's value.
func (*OrganizationCustomRuleMetadata) SetLambdaFunctionArn ¶
func (s *OrganizationCustomRuleMetadata) SetLambdaFunctionArn(v string) *OrganizationCustomRuleMetadata
SetLambdaFunctionArn sets the LambdaFunctionArn field's value.
func (*OrganizationCustomRuleMetadata) SetMaximumExecutionFrequency ¶
func (s *OrganizationCustomRuleMetadata) SetMaximumExecutionFrequency(v string) *OrganizationCustomRuleMetadata
SetMaximumExecutionFrequency sets the MaximumExecutionFrequency field's value.
func (*OrganizationCustomRuleMetadata) SetOrganizationConfigRuleTriggerTypes ¶
func (s *OrganizationCustomRuleMetadata) SetOrganizationConfigRuleTriggerTypes(v []*string) *OrganizationCustomRuleMetadata
SetOrganizationConfigRuleTriggerTypes sets the OrganizationConfigRuleTriggerTypes field's value.
func (*OrganizationCustomRuleMetadata) SetResourceIdScope ¶
func (s *OrganizationCustomRuleMetadata) SetResourceIdScope(v string) *OrganizationCustomRuleMetadata
SetResourceIdScope sets the ResourceIdScope field's value.
func (*OrganizationCustomRuleMetadata) SetResourceTypesScope ¶
func (s *OrganizationCustomRuleMetadata) SetResourceTypesScope(v []*string) *OrganizationCustomRuleMetadata
SetResourceTypesScope sets the ResourceTypesScope field's value.
func (*OrganizationCustomRuleMetadata) SetTagKeyScope ¶
func (s *OrganizationCustomRuleMetadata) SetTagKeyScope(v string) *OrganizationCustomRuleMetadata
SetTagKeyScope sets the TagKeyScope field's value.
func (*OrganizationCustomRuleMetadata) SetTagValueScope ¶
func (s *OrganizationCustomRuleMetadata) SetTagValueScope(v string) *OrganizationCustomRuleMetadata
SetTagValueScope sets the TagValueScope field's value.
func (OrganizationCustomRuleMetadata) String ¶
func (s OrganizationCustomRuleMetadata) String() string
String returns the string representation
func (*OrganizationCustomRuleMetadata) Validate ¶
func (s *OrganizationCustomRuleMetadata) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OrganizationManagedRuleMetadata ¶
type OrganizationManagedRuleMetadata struct { // The description that you provide for organization config rule. Description *string `type:"string"` // A string, in JSON format, that is passed to organization config rule Lambda // function. InputParameters *string `min:"1" type:"string"` // The maximum frequency with which AWS Config runs evaluations for a rule. // You are using an AWS managed rule that is triggered at a periodic frequency. // // By default, rules with a periodic trigger are evaluated every 24 hours. To // change the frequency, specify a valid value for the MaximumExecutionFrequency // parameter. MaximumExecutionFrequency *string `type:"string" enum:"MaximumExecutionFrequency"` // The ID of the AWS resource that was evaluated. ResourceIdScope *string `min:"1" type:"string"` // The type of the AWS resource that was evaluated. ResourceTypesScope []*string `type:"list"` // For organization config managed rules, a predefined identifier from a list. // For example, IAM_PASSWORD_POLICY is a managed rule. To reference a managed // rule, see Using AWS Managed Config Rules (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html). // // RuleIdentifier is a required field RuleIdentifier *string `min:"1" type:"string" required:"true"` // One part of a key-value pair that make up a tag. A key is a general label // that acts like a category for more specific tag values. TagKeyScope *string `min:"1" type:"string"` // The optional part of a key-value pair that make up a tag. A value acts as // a descriptor within a tag category (key). TagValueScope *string `min:"1" type:"string"` // contains filtered or unexported fields }
An object that specifies organization managed rule metadata such as resource type and ID of AWS resource along with the rule identifier. It also provides the frequency with which you want AWS Config to run evaluations for the rule if the trigger type is periodic.
func (OrganizationManagedRuleMetadata) GoString ¶
func (s OrganizationManagedRuleMetadata) GoString() string
GoString returns the string representation
func (*OrganizationManagedRuleMetadata) SetDescription ¶
func (s *OrganizationManagedRuleMetadata) SetDescription(v string) *OrganizationManagedRuleMetadata
SetDescription sets the Description field's value.
func (*OrganizationManagedRuleMetadata) SetInputParameters ¶
func (s *OrganizationManagedRuleMetadata) SetInputParameters(v string) *OrganizationManagedRuleMetadata
SetInputParameters sets the InputParameters field's value.
func (*OrganizationManagedRuleMetadata) SetMaximumExecutionFrequency ¶
func (s *OrganizationManagedRuleMetadata) SetMaximumExecutionFrequency(v string) *OrganizationManagedRuleMetadata
SetMaximumExecutionFrequency sets the MaximumExecutionFrequency field's value.
func (*OrganizationManagedRuleMetadata) SetResourceIdScope ¶
func (s *OrganizationManagedRuleMetadata) SetResourceIdScope(v string) *OrganizationManagedRuleMetadata
SetResourceIdScope sets the ResourceIdScope field's value.
func (*OrganizationManagedRuleMetadata) SetResourceTypesScope ¶
func (s *OrganizationManagedRuleMetadata) SetResourceTypesScope(v []*string) *OrganizationManagedRuleMetadata
SetResourceTypesScope sets the ResourceTypesScope field's value.
func (*OrganizationManagedRuleMetadata) SetRuleIdentifier ¶
func (s *OrganizationManagedRuleMetadata) SetRuleIdentifier(v string) *OrganizationManagedRuleMetadata
SetRuleIdentifier sets the RuleIdentifier field's value.
func (*OrganizationManagedRuleMetadata) SetTagKeyScope ¶
func (s *OrganizationManagedRuleMetadata) SetTagKeyScope(v string) *OrganizationManagedRuleMetadata
SetTagKeyScope sets the TagKeyScope field's value.
func (*OrganizationManagedRuleMetadata) SetTagValueScope ¶
func (s *OrganizationManagedRuleMetadata) SetTagValueScope(v string) *OrganizationManagedRuleMetadata
SetTagValueScope sets the TagValueScope field's value.
func (OrganizationManagedRuleMetadata) String ¶
func (s OrganizationManagedRuleMetadata) String() string
String returns the string representation
func (*OrganizationManagedRuleMetadata) Validate ¶
func (s *OrganizationManagedRuleMetadata) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OrganizationResourceDetailedStatusFilters ¶
type OrganizationResourceDetailedStatusFilters struct { // The 12-digit account ID of the member account within an organization. AccountId *string `type:"string"` // Indicates deployment status for conformance pack in a member account. When // master account calls PutOrganizationConformancePack action for the first // time, conformance pack status is created in the member account. When master // account calls PutOrganizationConformancePack action for the second time, // conformance pack status is updated in the member account. Conformance pack // status is deleted when the master account deletes OrganizationConformancePack // and disables service access for config-multiaccountsetup.amazonaws.com. // // AWS Config sets the state of the conformance pack to: // // * CREATE_SUCCESSFUL when conformance pack has been created in the member // account. // // * CREATE_IN_PROGRESS when conformance pack is being created in the member // account. // // * CREATE_FAILED when conformance pack creation has failed in the member // account. // // * DELETE_FAILED when conformance pack deletion has failed in the member // account. // // * DELETE_IN_PROGRESS when conformance pack is being deleted in the member // account. // // * DELETE_SUCCESSFUL when conformance pack has been deleted in the member // account. // // * UPDATE_SUCCESSFUL when conformance pack has been updated in the member // account. // // * UPDATE_IN_PROGRESS when conformance pack is being updated in the member // account. // // * UPDATE_FAILED when conformance pack deletion has failed in the member // account. Status *string `type:"string" enum:"OrganizationResourceDetailedStatus"` // contains filtered or unexported fields }
Status filter object to filter results based on specific member account ID or status type for an organization conformance pack.
func (OrganizationResourceDetailedStatusFilters) GoString ¶
func (s OrganizationResourceDetailedStatusFilters) GoString() string
GoString returns the string representation
func (*OrganizationResourceDetailedStatusFilters) SetAccountId ¶
func (s *OrganizationResourceDetailedStatusFilters) SetAccountId(v string) *OrganizationResourceDetailedStatusFilters
SetAccountId sets the AccountId field's value.
func (*OrganizationResourceDetailedStatusFilters) SetStatus ¶
func (s *OrganizationResourceDetailedStatusFilters) SetStatus(v string) *OrganizationResourceDetailedStatusFilters
SetStatus sets the Status field's value.
func (OrganizationResourceDetailedStatusFilters) String ¶
func (s OrganizationResourceDetailedStatusFilters) String() string
String returns the string representation
type OversizedConfigurationItemException ¶
type OversizedConfigurationItemException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The configuration item size is outside the allowable range.
func (OversizedConfigurationItemException) Code ¶
func (s OversizedConfigurationItemException) Code() string
Code returns the exception type name.
func (OversizedConfigurationItemException) Error ¶
func (s OversizedConfigurationItemException) Error() string
func (OversizedConfigurationItemException) GoString ¶
func (s OversizedConfigurationItemException) GoString() string
GoString returns the string representation
func (OversizedConfigurationItemException) Message ¶
func (s OversizedConfigurationItemException) Message() string
Message returns the exception's message.
func (OversizedConfigurationItemException) OrigErr ¶
func (s OversizedConfigurationItemException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (OversizedConfigurationItemException) RequestID ¶
func (s OversizedConfigurationItemException) RequestID() string
RequestID returns the service's response RequestID for request.
func (OversizedConfigurationItemException) StatusCode ¶
func (s OversizedConfigurationItemException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (OversizedConfigurationItemException) String ¶
func (s OversizedConfigurationItemException) String() string
String returns the string representation
type PendingAggregationRequest ¶
type PendingAggregationRequest struct { // The 12-digit account ID of the account requesting to aggregate data. RequesterAccountId *string `type:"string"` // The region requesting to aggregate data. RequesterAwsRegion *string `min:"1" type:"string"` // contains filtered or unexported fields }
An object that represents the account ID and region of an aggregator account that is requesting authorization but is not yet authorized.
func (PendingAggregationRequest) GoString ¶
func (s PendingAggregationRequest) GoString() string
GoString returns the string representation
func (*PendingAggregationRequest) SetRequesterAccountId ¶
func (s *PendingAggregationRequest) SetRequesterAccountId(v string) *PendingAggregationRequest
SetRequesterAccountId sets the RequesterAccountId field's value.
func (*PendingAggregationRequest) SetRequesterAwsRegion ¶
func (s *PendingAggregationRequest) SetRequesterAwsRegion(v string) *PendingAggregationRequest
SetRequesterAwsRegion sets the RequesterAwsRegion field's value.
func (PendingAggregationRequest) String ¶
func (s PendingAggregationRequest) String() string
String returns the string representation
type PutAggregationAuthorizationInput ¶
type PutAggregationAuthorizationInput struct { // The 12-digit account ID of the account authorized to aggregate data. // // AuthorizedAccountId is a required field AuthorizedAccountId *string `type:"string" required:"true"` // The region authorized to collect aggregated data. // // AuthorizedAwsRegion is a required field AuthorizedAwsRegion *string `min:"1" type:"string" required:"true"` // An array of tag object. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (PutAggregationAuthorizationInput) GoString ¶
func (s PutAggregationAuthorizationInput) GoString() string
GoString returns the string representation
func (*PutAggregationAuthorizationInput) SetAuthorizedAccountId ¶
func (s *PutAggregationAuthorizationInput) SetAuthorizedAccountId(v string) *PutAggregationAuthorizationInput
SetAuthorizedAccountId sets the AuthorizedAccountId field's value.
func (*PutAggregationAuthorizationInput) SetAuthorizedAwsRegion ¶
func (s *PutAggregationAuthorizationInput) SetAuthorizedAwsRegion(v string) *PutAggregationAuthorizationInput
SetAuthorizedAwsRegion sets the AuthorizedAwsRegion field's value.
func (*PutAggregationAuthorizationInput) SetTags ¶
func (s *PutAggregationAuthorizationInput) SetTags(v []*Tag) *PutAggregationAuthorizationInput
SetTags sets the Tags field's value.
func (PutAggregationAuthorizationInput) String ¶
func (s PutAggregationAuthorizationInput) String() string
String returns the string representation
func (*PutAggregationAuthorizationInput) Validate ¶
func (s *PutAggregationAuthorizationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutAggregationAuthorizationOutput ¶
type PutAggregationAuthorizationOutput struct { // Returns an AggregationAuthorization object. AggregationAuthorization *AggregationAuthorization `type:"structure"` // contains filtered or unexported fields }
func (PutAggregationAuthorizationOutput) GoString ¶
func (s PutAggregationAuthorizationOutput) GoString() string
GoString returns the string representation
func (*PutAggregationAuthorizationOutput) SetAggregationAuthorization ¶
func (s *PutAggregationAuthorizationOutput) SetAggregationAuthorization(v *AggregationAuthorization) *PutAggregationAuthorizationOutput
SetAggregationAuthorization sets the AggregationAuthorization field's value.
func (PutAggregationAuthorizationOutput) String ¶
func (s PutAggregationAuthorizationOutput) String() string
String returns the string representation
type PutConfigRuleInput ¶
type PutConfigRuleInput struct { // The rule that you want to add to your account. // // ConfigRule is a required field ConfigRule *ConfigRule `type:"structure" required:"true"` // An array of tag object. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (PutConfigRuleInput) GoString ¶
func (s PutConfigRuleInput) GoString() string
GoString returns the string representation
func (*PutConfigRuleInput) SetConfigRule ¶
func (s *PutConfigRuleInput) SetConfigRule(v *ConfigRule) *PutConfigRuleInput
SetConfigRule sets the ConfigRule field's value.
func (*PutConfigRuleInput) SetTags ¶
func (s *PutConfigRuleInput) SetTags(v []*Tag) *PutConfigRuleInput
SetTags sets the Tags field's value.
func (PutConfigRuleInput) String ¶
func (s PutConfigRuleInput) String() string
String returns the string representation
func (*PutConfigRuleInput) Validate ¶
func (s *PutConfigRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutConfigRuleOutput ¶
type PutConfigRuleOutput struct {
// contains filtered or unexported fields
}
func (PutConfigRuleOutput) GoString ¶
func (s PutConfigRuleOutput) GoString() string
GoString returns the string representation
func (PutConfigRuleOutput) String ¶
func (s PutConfigRuleOutput) String() string
String returns the string representation
type PutConfigurationAggregatorInput ¶
type PutConfigurationAggregatorInput struct { // A list of AccountAggregationSource object. AccountAggregationSources []*AccountAggregationSource `type:"list"` // The name of the configuration aggregator. // // ConfigurationAggregatorName is a required field ConfigurationAggregatorName *string `min:"1" type:"string" required:"true"` // An OrganizationAggregationSource object. OrganizationAggregationSource *OrganizationAggregationSource `type:"structure"` // An array of tag object. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (PutConfigurationAggregatorInput) GoString ¶
func (s PutConfigurationAggregatorInput) GoString() string
GoString returns the string representation
func (*PutConfigurationAggregatorInput) SetAccountAggregationSources ¶
func (s *PutConfigurationAggregatorInput) SetAccountAggregationSources(v []*AccountAggregationSource) *PutConfigurationAggregatorInput
SetAccountAggregationSources sets the AccountAggregationSources field's value.
func (*PutConfigurationAggregatorInput) SetConfigurationAggregatorName ¶
func (s *PutConfigurationAggregatorInput) SetConfigurationAggregatorName(v string) *PutConfigurationAggregatorInput
SetConfigurationAggregatorName sets the ConfigurationAggregatorName field's value.
func (*PutConfigurationAggregatorInput) SetOrganizationAggregationSource ¶
func (s *PutConfigurationAggregatorInput) SetOrganizationAggregationSource(v *OrganizationAggregationSource) *PutConfigurationAggregatorInput
SetOrganizationAggregationSource sets the OrganizationAggregationSource field's value.
func (*PutConfigurationAggregatorInput) SetTags ¶
func (s *PutConfigurationAggregatorInput) SetTags(v []*Tag) *PutConfigurationAggregatorInput
SetTags sets the Tags field's value.
func (PutConfigurationAggregatorInput) String ¶
func (s PutConfigurationAggregatorInput) String() string
String returns the string representation
func (*PutConfigurationAggregatorInput) Validate ¶
func (s *PutConfigurationAggregatorInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutConfigurationAggregatorOutput ¶
type PutConfigurationAggregatorOutput struct { // Returns a ConfigurationAggregator object. ConfigurationAggregator *ConfigurationAggregator `type:"structure"` // contains filtered or unexported fields }
func (PutConfigurationAggregatorOutput) GoString ¶
func (s PutConfigurationAggregatorOutput) GoString() string
GoString returns the string representation
func (*PutConfigurationAggregatorOutput) SetConfigurationAggregator ¶
func (s *PutConfigurationAggregatorOutput) SetConfigurationAggregator(v *ConfigurationAggregator) *PutConfigurationAggregatorOutput
SetConfigurationAggregator sets the ConfigurationAggregator field's value.
func (PutConfigurationAggregatorOutput) String ¶
func (s PutConfigurationAggregatorOutput) String() string
String returns the string representation
type PutConfigurationRecorderInput ¶
type PutConfigurationRecorderInput struct { // The configuration recorder object that records each configuration change // made to the resources. // // ConfigurationRecorder is a required field ConfigurationRecorder *ConfigurationRecorder `type:"structure" required:"true"` // contains filtered or unexported fields }
The input for the PutConfigurationRecorder action.
func (PutConfigurationRecorderInput) GoString ¶
func (s PutConfigurationRecorderInput) GoString() string
GoString returns the string representation
func (*PutConfigurationRecorderInput) SetConfigurationRecorder ¶
func (s *PutConfigurationRecorderInput) SetConfigurationRecorder(v *ConfigurationRecorder) *PutConfigurationRecorderInput
SetConfigurationRecorder sets the ConfigurationRecorder field's value.
func (PutConfigurationRecorderInput) String ¶
func (s PutConfigurationRecorderInput) String() string
String returns the string representation
func (*PutConfigurationRecorderInput) Validate ¶
func (s *PutConfigurationRecorderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutConfigurationRecorderOutput ¶
type PutConfigurationRecorderOutput struct {
// contains filtered or unexported fields
}
func (PutConfigurationRecorderOutput) GoString ¶
func (s PutConfigurationRecorderOutput) GoString() string
GoString returns the string representation
func (PutConfigurationRecorderOutput) String ¶
func (s PutConfigurationRecorderOutput) String() string
String returns the string representation
type PutConformancePackInput ¶
type PutConformancePackInput struct { // A list of ConformancePackInputParameter objects. ConformancePackInputParameters []*ConformancePackInputParameter `type:"list"` // Name of the conformance pack you want to create. // // ConformancePackName is a required field ConformancePackName *string `min:"1" type:"string" required:"true"` // AWS Config stores intermediate files while processing conformance pack template. // // DeliveryS3Bucket is a required field DeliveryS3Bucket *string `min:"3" type:"string" required:"true"` // The prefix for the Amazon S3 bucket. DeliveryS3KeyPrefix *string `min:"1" type:"string"` // A string containing full conformance pack template body. Structure containing // the template body with a minimum length of 1 byte and a maximum length of // 51,200 bytes. // // You can only use a YAML template with one resource type, that is, config // rule and a remediation action. TemplateBody *string `min:"1" type:"string"` // Location of file containing the template body (s3://bucketname/prefix). The // uri must point to the conformance pack template (max size: 300 KB) that is // located in an Amazon S3 bucket in the same region as the conformance pack. // // You must have access to read Amazon S3 bucket. TemplateS3Uri *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (PutConformancePackInput) GoString ¶
func (s PutConformancePackInput) GoString() string
GoString returns the string representation
func (*PutConformancePackInput) SetConformancePackInputParameters ¶
func (s *PutConformancePackInput) SetConformancePackInputParameters(v []*ConformancePackInputParameter) *PutConformancePackInput
SetConformancePackInputParameters sets the ConformancePackInputParameters field's value.
func (*PutConformancePackInput) SetConformancePackName ¶
func (s *PutConformancePackInput) SetConformancePackName(v string) *PutConformancePackInput
SetConformancePackName sets the ConformancePackName field's value.
func (*PutConformancePackInput) SetDeliveryS3Bucket ¶
func (s *PutConformancePackInput) SetDeliveryS3Bucket(v string) *PutConformancePackInput
SetDeliveryS3Bucket sets the DeliveryS3Bucket field's value.
func (*PutConformancePackInput) SetDeliveryS3KeyPrefix ¶
func (s *PutConformancePackInput) SetDeliveryS3KeyPrefix(v string) *PutConformancePackInput
SetDeliveryS3KeyPrefix sets the DeliveryS3KeyPrefix field's value.
func (*PutConformancePackInput) SetTemplateBody ¶
func (s *PutConformancePackInput) SetTemplateBody(v string) *PutConformancePackInput
SetTemplateBody sets the TemplateBody field's value.
func (*PutConformancePackInput) SetTemplateS3Uri ¶
func (s *PutConformancePackInput) SetTemplateS3Uri(v string) *PutConformancePackInput
SetTemplateS3Uri sets the TemplateS3Uri field's value.
func (PutConformancePackInput) String ¶
func (s PutConformancePackInput) String() string
String returns the string representation
func (*PutConformancePackInput) Validate ¶
func (s *PutConformancePackInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutConformancePackOutput ¶
type PutConformancePackOutput struct { // ARN of the conformance pack. ConformancePackArn *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (PutConformancePackOutput) GoString ¶
func (s PutConformancePackOutput) GoString() string
GoString returns the string representation
func (*PutConformancePackOutput) SetConformancePackArn ¶
func (s *PutConformancePackOutput) SetConformancePackArn(v string) *PutConformancePackOutput
SetConformancePackArn sets the ConformancePackArn field's value.
func (PutConformancePackOutput) String ¶
func (s PutConformancePackOutput) String() string
String returns the string representation
type PutDeliveryChannelInput ¶
type PutDeliveryChannelInput struct { // The configuration delivery channel object that delivers the configuration // information to an Amazon S3 bucket and to an Amazon SNS topic. // // DeliveryChannel is a required field DeliveryChannel *DeliveryChannel `type:"structure" required:"true"` // contains filtered or unexported fields }
The input for the PutDeliveryChannel action.
func (PutDeliveryChannelInput) GoString ¶
func (s PutDeliveryChannelInput) GoString() string
GoString returns the string representation
func (*PutDeliveryChannelInput) SetDeliveryChannel ¶
func (s *PutDeliveryChannelInput) SetDeliveryChannel(v *DeliveryChannel) *PutDeliveryChannelInput
SetDeliveryChannel sets the DeliveryChannel field's value.
func (PutDeliveryChannelInput) String ¶
func (s PutDeliveryChannelInput) String() string
String returns the string representation
func (*PutDeliveryChannelInput) Validate ¶
func (s *PutDeliveryChannelInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutDeliveryChannelOutput ¶
type PutDeliveryChannelOutput struct {
// contains filtered or unexported fields
}
func (PutDeliveryChannelOutput) GoString ¶
func (s PutDeliveryChannelOutput) GoString() string
GoString returns the string representation
func (PutDeliveryChannelOutput) String ¶
func (s PutDeliveryChannelOutput) String() string
String returns the string representation
type PutEvaluationsInput ¶
type PutEvaluationsInput struct { // The assessments that the AWS Lambda function performs. Each evaluation identifies // an AWS resource and indicates whether it complies with the AWS Config rule // that invokes the AWS Lambda function. Evaluations []*Evaluation `type:"list"` // An encrypted token that associates an evaluation with an AWS Config rule. // Identifies the rule and the event that triggered the evaluation. // // ResultToken is a required field ResultToken *string `type:"string" required:"true"` // Use this parameter to specify a test run for PutEvaluations. You can verify // whether your AWS Lambda function will deliver evaluation results to AWS Config. // No updates occur to your existing evaluations, and evaluation results are // not sent to AWS Config. // // When TestMode is true, PutEvaluations doesn't require a valid value for the // ResultToken parameter, but the value cannot be null. TestMode *bool `type:"boolean"` // contains filtered or unexported fields }
func (PutEvaluationsInput) GoString ¶
func (s PutEvaluationsInput) GoString() string
GoString returns the string representation
func (*PutEvaluationsInput) SetEvaluations ¶
func (s *PutEvaluationsInput) SetEvaluations(v []*Evaluation) *PutEvaluationsInput
SetEvaluations sets the Evaluations field's value.
func (*PutEvaluationsInput) SetResultToken ¶
func (s *PutEvaluationsInput) SetResultToken(v string) *PutEvaluationsInput
SetResultToken sets the ResultToken field's value.
func (*PutEvaluationsInput) SetTestMode ¶
func (s *PutEvaluationsInput) SetTestMode(v bool) *PutEvaluationsInput
SetTestMode sets the TestMode field's value.
func (PutEvaluationsInput) String ¶
func (s PutEvaluationsInput) String() string
String returns the string representation
func (*PutEvaluationsInput) Validate ¶
func (s *PutEvaluationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutEvaluationsOutput ¶
type PutEvaluationsOutput struct { // Requests that failed because of a client or server error. FailedEvaluations []*Evaluation `type:"list"` // contains filtered or unexported fields }
func (PutEvaluationsOutput) GoString ¶
func (s PutEvaluationsOutput) GoString() string
GoString returns the string representation
func (*PutEvaluationsOutput) SetFailedEvaluations ¶
func (s *PutEvaluationsOutput) SetFailedEvaluations(v []*Evaluation) *PutEvaluationsOutput
SetFailedEvaluations sets the FailedEvaluations field's value.
func (PutEvaluationsOutput) String ¶
func (s PutEvaluationsOutput) String() string
String returns the string representation
type PutOrganizationConfigRuleInput ¶
type PutOrganizationConfigRuleInput struct { // A comma-separated list of accounts that you want to exclude from an organization // config rule. ExcludedAccounts []*string `type:"list"` // The name that you assign to an organization config rule. // // OrganizationConfigRuleName is a required field OrganizationConfigRuleName *string `min:"1" type:"string" required:"true"` // An OrganizationCustomRuleMetadata object. OrganizationCustomRuleMetadata *OrganizationCustomRuleMetadata `type:"structure"` // An OrganizationManagedRuleMetadata object. OrganizationManagedRuleMetadata *OrganizationManagedRuleMetadata `type:"structure"` // contains filtered or unexported fields }
func (PutOrganizationConfigRuleInput) GoString ¶
func (s PutOrganizationConfigRuleInput) GoString() string
GoString returns the string representation
func (*PutOrganizationConfigRuleInput) SetExcludedAccounts ¶
func (s *PutOrganizationConfigRuleInput) SetExcludedAccounts(v []*string) *PutOrganizationConfigRuleInput
SetExcludedAccounts sets the ExcludedAccounts field's value.
func (*PutOrganizationConfigRuleInput) SetOrganizationConfigRuleName ¶
func (s *PutOrganizationConfigRuleInput) SetOrganizationConfigRuleName(v string) *PutOrganizationConfigRuleInput
SetOrganizationConfigRuleName sets the OrganizationConfigRuleName field's value.
func (*PutOrganizationConfigRuleInput) SetOrganizationCustomRuleMetadata ¶
func (s *PutOrganizationConfigRuleInput) SetOrganizationCustomRuleMetadata(v *OrganizationCustomRuleMetadata) *PutOrganizationConfigRuleInput
SetOrganizationCustomRuleMetadata sets the OrganizationCustomRuleMetadata field's value.
func (*PutOrganizationConfigRuleInput) SetOrganizationManagedRuleMetadata ¶
func (s *PutOrganizationConfigRuleInput) SetOrganizationManagedRuleMetadata(v *OrganizationManagedRuleMetadata) *PutOrganizationConfigRuleInput
SetOrganizationManagedRuleMetadata sets the OrganizationManagedRuleMetadata field's value.
func (PutOrganizationConfigRuleInput) String ¶
func (s PutOrganizationConfigRuleInput) String() string
String returns the string representation
func (*PutOrganizationConfigRuleInput) Validate ¶
func (s *PutOrganizationConfigRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutOrganizationConfigRuleOutput ¶
type PutOrganizationConfigRuleOutput struct { // The Amazon Resource Name (ARN) of an organization config rule. OrganizationConfigRuleArn *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (PutOrganizationConfigRuleOutput) GoString ¶
func (s PutOrganizationConfigRuleOutput) GoString() string
GoString returns the string representation
func (*PutOrganizationConfigRuleOutput) SetOrganizationConfigRuleArn ¶
func (s *PutOrganizationConfigRuleOutput) SetOrganizationConfigRuleArn(v string) *PutOrganizationConfigRuleOutput
SetOrganizationConfigRuleArn sets the OrganizationConfigRuleArn field's value.
func (PutOrganizationConfigRuleOutput) String ¶
func (s PutOrganizationConfigRuleOutput) String() string
String returns the string representation
type PutOrganizationConformancePackInput ¶
type PutOrganizationConformancePackInput struct { // A list of ConformancePackInputParameter objects. ConformancePackInputParameters []*ConformancePackInputParameter `type:"list"` // Location of an Amazon S3 bucket where AWS Config can deliver evaluation results. // AWS Config stores intermediate files while processing conformance pack template. // // The delivery bucket name should start with awsconfigconforms. For example: // "Resource": "arn:aws:s3:::your_bucket_name/*". For more information, see // Permissions for cross account bucket access (https://docs.aws.amazon.com/config/latest/developerguide/conformance-pack-organization-apis.html). // // DeliveryS3Bucket is a required field DeliveryS3Bucket *string `min:"3" type:"string" required:"true"` // The prefix for the Amazon S3 bucket. DeliveryS3KeyPrefix *string `min:"1" type:"string"` // A list of AWS accounts to be excluded from an organization conformance pack // while deploying a conformance pack. ExcludedAccounts []*string `type:"list"` // Name of the organization conformance pack you want to create. // // OrganizationConformancePackName is a required field OrganizationConformancePackName *string `min:"1" type:"string" required:"true"` // A string containing full conformance pack template body. Structure containing // the template body with a minimum length of 1 byte and a maximum length of // 51,200 bytes. TemplateBody *string `min:"1" type:"string"` // Location of file containing the template body. The uri must point to the // conformance pack template (max size: 300 KB). // // You must have access to read Amazon S3 bucket. TemplateS3Uri *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (PutOrganizationConformancePackInput) GoString ¶
func (s PutOrganizationConformancePackInput) GoString() string
GoString returns the string representation
func (*PutOrganizationConformancePackInput) SetConformancePackInputParameters ¶
func (s *PutOrganizationConformancePackInput) SetConformancePackInputParameters(v []*ConformancePackInputParameter) *PutOrganizationConformancePackInput
SetConformancePackInputParameters sets the ConformancePackInputParameters field's value.
func (*PutOrganizationConformancePackInput) SetDeliveryS3Bucket ¶
func (s *PutOrganizationConformancePackInput) SetDeliveryS3Bucket(v string) *PutOrganizationConformancePackInput
SetDeliveryS3Bucket sets the DeliveryS3Bucket field's value.
func (*PutOrganizationConformancePackInput) SetDeliveryS3KeyPrefix ¶
func (s *PutOrganizationConformancePackInput) SetDeliveryS3KeyPrefix(v string) *PutOrganizationConformancePackInput
SetDeliveryS3KeyPrefix sets the DeliveryS3KeyPrefix field's value.
func (*PutOrganizationConformancePackInput) SetExcludedAccounts ¶
func (s *PutOrganizationConformancePackInput) SetExcludedAccounts(v []*string) *PutOrganizationConformancePackInput
SetExcludedAccounts sets the ExcludedAccounts field's value.
func (*PutOrganizationConformancePackInput) SetOrganizationConformancePackName ¶
func (s *PutOrganizationConformancePackInput) SetOrganizationConformancePackName(v string) *PutOrganizationConformancePackInput
SetOrganizationConformancePackName sets the OrganizationConformancePackName field's value.
func (*PutOrganizationConformancePackInput) SetTemplateBody ¶
func (s *PutOrganizationConformancePackInput) SetTemplateBody(v string) *PutOrganizationConformancePackInput
SetTemplateBody sets the TemplateBody field's value.
func (*PutOrganizationConformancePackInput) SetTemplateS3Uri ¶
func (s *PutOrganizationConformancePackInput) SetTemplateS3Uri(v string) *PutOrganizationConformancePackInput
SetTemplateS3Uri sets the TemplateS3Uri field's value.
func (PutOrganizationConformancePackInput) String ¶
func (s PutOrganizationConformancePackInput) String() string
String returns the string representation
func (*PutOrganizationConformancePackInput) Validate ¶
func (s *PutOrganizationConformancePackInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutOrganizationConformancePackOutput ¶
type PutOrganizationConformancePackOutput struct { // ARN of the organization conformance pack. OrganizationConformancePackArn *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (PutOrganizationConformancePackOutput) GoString ¶
func (s PutOrganizationConformancePackOutput) GoString() string
GoString returns the string representation
func (*PutOrganizationConformancePackOutput) SetOrganizationConformancePackArn ¶
func (s *PutOrganizationConformancePackOutput) SetOrganizationConformancePackArn(v string) *PutOrganizationConformancePackOutput
SetOrganizationConformancePackArn sets the OrganizationConformancePackArn field's value.
func (PutOrganizationConformancePackOutput) String ¶
func (s PutOrganizationConformancePackOutput) String() string
String returns the string representation
type PutRemediationConfigurationsInput ¶
type PutRemediationConfigurationsInput struct { // A list of remediation configuration objects. // // RemediationConfigurations is a required field RemediationConfigurations []*RemediationConfiguration `type:"list" required:"true"` // contains filtered or unexported fields }
func (PutRemediationConfigurationsInput) GoString ¶
func (s PutRemediationConfigurationsInput) GoString() string
GoString returns the string representation
func (*PutRemediationConfigurationsInput) SetRemediationConfigurations ¶
func (s *PutRemediationConfigurationsInput) SetRemediationConfigurations(v []*RemediationConfiguration) *PutRemediationConfigurationsInput
SetRemediationConfigurations sets the RemediationConfigurations field's value.
func (PutRemediationConfigurationsInput) String ¶
func (s PutRemediationConfigurationsInput) String() string
String returns the string representation
func (*PutRemediationConfigurationsInput) Validate ¶
func (s *PutRemediationConfigurationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutRemediationConfigurationsOutput ¶
type PutRemediationConfigurationsOutput struct { // Returns a list of failed remediation batch objects. FailedBatches []*FailedRemediationBatch `type:"list"` // contains filtered or unexported fields }
func (PutRemediationConfigurationsOutput) GoString ¶
func (s PutRemediationConfigurationsOutput) GoString() string
GoString returns the string representation
func (*PutRemediationConfigurationsOutput) SetFailedBatches ¶
func (s *PutRemediationConfigurationsOutput) SetFailedBatches(v []*FailedRemediationBatch) *PutRemediationConfigurationsOutput
SetFailedBatches sets the FailedBatches field's value.
func (PutRemediationConfigurationsOutput) String ¶
func (s PutRemediationConfigurationsOutput) String() string
String returns the string representation
type PutRemediationExceptionsInput ¶
type PutRemediationExceptionsInput struct { // The name of the AWS Config rule for which you want to create remediation // exception. // // ConfigRuleName is a required field ConfigRuleName *string `min:"1" type:"string" required:"true"` // The exception is automatically deleted after the expiration date. ExpirationTime *time.Time `type:"timestamp"` // The message contains an explanation of the exception. Message *string `min:"1" type:"string"` // An exception list of resource exception keys to be processed with the current // request. AWS Config adds exception for each resource key. For example, AWS // Config adds 3 exceptions for 3 resource keys. // // ResourceKeys is a required field ResourceKeys []*RemediationExceptionResourceKey `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (PutRemediationExceptionsInput) GoString ¶
func (s PutRemediationExceptionsInput) GoString() string
GoString returns the string representation
func (*PutRemediationExceptionsInput) SetConfigRuleName ¶
func (s *PutRemediationExceptionsInput) SetConfigRuleName(v string) *PutRemediationExceptionsInput
SetConfigRuleName sets the ConfigRuleName field's value.
func (*PutRemediationExceptionsInput) SetExpirationTime ¶
func (s *PutRemediationExceptionsInput) SetExpirationTime(v time.Time) *PutRemediationExceptionsInput
SetExpirationTime sets the ExpirationTime field's value.
func (*PutRemediationExceptionsInput) SetMessage ¶
func (s *PutRemediationExceptionsInput) SetMessage(v string) *PutRemediationExceptionsInput
SetMessage sets the Message field's value.
func (*PutRemediationExceptionsInput) SetResourceKeys ¶
func (s *PutRemediationExceptionsInput) SetResourceKeys(v []*RemediationExceptionResourceKey) *PutRemediationExceptionsInput
SetResourceKeys sets the ResourceKeys field's value.
func (PutRemediationExceptionsInput) String ¶
func (s PutRemediationExceptionsInput) String() string
String returns the string representation
func (*PutRemediationExceptionsInput) Validate ¶
func (s *PutRemediationExceptionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutRemediationExceptionsOutput ¶
type PutRemediationExceptionsOutput struct { // Returns a list of failed remediation exceptions batch objects. Each object // in the batch consists of a list of failed items and failure messages. FailedBatches []*FailedRemediationExceptionBatch `type:"list"` // contains filtered or unexported fields }
func (PutRemediationExceptionsOutput) GoString ¶
func (s PutRemediationExceptionsOutput) GoString() string
GoString returns the string representation
func (*PutRemediationExceptionsOutput) SetFailedBatches ¶
func (s *PutRemediationExceptionsOutput) SetFailedBatches(v []*FailedRemediationExceptionBatch) *PutRemediationExceptionsOutput
SetFailedBatches sets the FailedBatches field's value.
func (PutRemediationExceptionsOutput) String ¶
func (s PutRemediationExceptionsOutput) String() string
String returns the string representation
type PutResourceConfigInput ¶
type PutResourceConfigInput struct { // The configuration object of the resource in valid JSON format. It must match // the schema registered with AWS CloudFormation. // // The configuration JSON must not exceed 64 KB. // // Configuration is a required field Configuration *string `type:"string" required:"true"` // Unique identifier of the resource. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // Name of the resource. ResourceName *string `type:"string"` // The type of the resource. The custom resource type must be registered with // AWS CloudFormation. // // You cannot use the organization names “aws”, “amzn”, “amazon”, // “alexa”, “custom” with custom resource types. It is the first part // of the ResourceType up to the first ::. // // ResourceType is a required field ResourceType *string `min:"1" type:"string" required:"true"` // Version of the schema registered for the ResourceType in AWS CloudFormation. // // SchemaVersionId is a required field SchemaVersionId *string `min:"1" type:"string" required:"true"` // Tags associated with the resource. Tags map[string]*string `type:"map"` // contains filtered or unexported fields }
func (PutResourceConfigInput) GoString ¶
func (s PutResourceConfigInput) GoString() string
GoString returns the string representation
func (*PutResourceConfigInput) SetConfiguration ¶
func (s *PutResourceConfigInput) SetConfiguration(v string) *PutResourceConfigInput
SetConfiguration sets the Configuration field's value.
func (*PutResourceConfigInput) SetResourceId ¶
func (s *PutResourceConfigInput) SetResourceId(v string) *PutResourceConfigInput
SetResourceId sets the ResourceId field's value.
func (*PutResourceConfigInput) SetResourceName ¶
func (s *PutResourceConfigInput) SetResourceName(v string) *PutResourceConfigInput
SetResourceName sets the ResourceName field's value.
func (*PutResourceConfigInput) SetResourceType ¶
func (s *PutResourceConfigInput) SetResourceType(v string) *PutResourceConfigInput
SetResourceType sets the ResourceType field's value.
func (*PutResourceConfigInput) SetSchemaVersionId ¶
func (s *PutResourceConfigInput) SetSchemaVersionId(v string) *PutResourceConfigInput
SetSchemaVersionId sets the SchemaVersionId field's value.
func (*PutResourceConfigInput) SetTags ¶
func (s *PutResourceConfigInput) SetTags(v map[string]*string) *PutResourceConfigInput
SetTags sets the Tags field's value.
func (PutResourceConfigInput) String ¶
func (s PutResourceConfigInput) String() string
String returns the string representation
func (*PutResourceConfigInput) Validate ¶
func (s *PutResourceConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutResourceConfigOutput ¶
type PutResourceConfigOutput struct {
// contains filtered or unexported fields
}
func (PutResourceConfigOutput) GoString ¶
func (s PutResourceConfigOutput) GoString() string
GoString returns the string representation
func (PutResourceConfigOutput) String ¶
func (s PutResourceConfigOutput) String() string
String returns the string representation
type PutRetentionConfigurationInput ¶
type PutRetentionConfigurationInput struct { // Number of days AWS Config stores your historical information. // // Currently, only applicable to the configuration item history. // // RetentionPeriodInDays is a required field RetentionPeriodInDays *int64 `min:"30" type:"integer" required:"true"` // contains filtered or unexported fields }
func (PutRetentionConfigurationInput) GoString ¶
func (s PutRetentionConfigurationInput) GoString() string
GoString returns the string representation
func (*PutRetentionConfigurationInput) SetRetentionPeriodInDays ¶
func (s *PutRetentionConfigurationInput) SetRetentionPeriodInDays(v int64) *PutRetentionConfigurationInput
SetRetentionPeriodInDays sets the RetentionPeriodInDays field's value.
func (PutRetentionConfigurationInput) String ¶
func (s PutRetentionConfigurationInput) String() string
String returns the string representation
func (*PutRetentionConfigurationInput) Validate ¶
func (s *PutRetentionConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutRetentionConfigurationOutput ¶
type PutRetentionConfigurationOutput struct { // Returns a retention configuration object. RetentionConfiguration *RetentionConfiguration `type:"structure"` // contains filtered or unexported fields }
func (PutRetentionConfigurationOutput) GoString ¶
func (s PutRetentionConfigurationOutput) GoString() string
GoString returns the string representation
func (*PutRetentionConfigurationOutput) SetRetentionConfiguration ¶
func (s *PutRetentionConfigurationOutput) SetRetentionConfiguration(v *RetentionConfiguration) *PutRetentionConfigurationOutput
SetRetentionConfiguration sets the RetentionConfiguration field's value.
func (PutRetentionConfigurationOutput) String ¶
func (s PutRetentionConfigurationOutput) String() string
String returns the string representation
type QueryInfo ¶
type QueryInfo struct { // Returns a FieldInfo object. SelectFields []*FieldInfo `type:"list"` // contains filtered or unexported fields }
Details about the query.
func (*QueryInfo) SetSelectFields ¶
SetSelectFields sets the SelectFields field's value.
type RecordingGroup ¶
type RecordingGroup struct { // Specifies whether AWS Config records configuration changes for every supported // type of regional resource. // // If you set this option to true, when AWS Config adds support for a new type // of regional resource, it starts recording resources of that type automatically. // // If you set this option to true, you cannot enumerate a list of resourceTypes. AllSupported *bool `locationName:"allSupported" type:"boolean"` // Specifies whether AWS Config includes all supported types of global resources // (for example, IAM resources) with the resources that it records. // // Before you can set this option to true, you must set the allSupported option // to true. // // If you set this option to true, when AWS Config adds support for a new type // of global resource, it starts recording resources of that type automatically. // // The configuration details for any global resource are the same in all regions. // To prevent duplicate configuration items, you should consider customizing // AWS Config in only one region to record global resources. IncludeGlobalResourceTypes *bool `locationName:"includeGlobalResourceTypes" type:"boolean"` // A comma-separated list that specifies the types of AWS resources for which // AWS Config records configuration changes (for example, AWS::EC2::Instance // or AWS::CloudTrail::Trail). // // Before you can set this option to true, you must set the allSupported option // to false. // // If you set this option to true, when AWS Config adds support for a new type // of resource, it will not record resources of that type unless you manually // add that type to your recording group. // // For a list of valid resourceTypes values, see the resourceType Value column // in Supported AWS Resource Types (https://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources). ResourceTypes []*string `locationName:"resourceTypes" type:"list"` // contains filtered or unexported fields }
Specifies the types of AWS resource for which AWS Config records configuration changes.
In the recording group, you specify whether all supported types or specific types of resources are recorded.
By default, AWS Config records configuration changes for all supported types of regional resources that AWS Config discovers in the region in which it is running. Regional resources are tied to a region and can be used only in that region. Examples of regional resources are EC2 instances and EBS volumes.
You can also have AWS Config record configuration changes for supported types of global resources (for example, IAM resources). Global resources are not tied to an individual region and can be used in all regions.
The configuration details for any global resource are the same in all regions. If you customize AWS Config in multiple regions to record global resources, it will create multiple configuration items each time a global resource changes: one configuration item for each region. These configuration items will contain identical data. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources, unless you want the configuration items to be available in multiple regions.
If you don't want AWS Config to record all resources, you can specify which types of resources it will record with the resourceTypes parameter.
For a list of supported resource types, see Supported Resource Types (https://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources).
For more information, see Selecting Which Resources AWS Config Records (https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html).
func (RecordingGroup) GoString ¶
func (s RecordingGroup) GoString() string
GoString returns the string representation
func (*RecordingGroup) SetAllSupported ¶
func (s *RecordingGroup) SetAllSupported(v bool) *RecordingGroup
SetAllSupported sets the AllSupported field's value.
func (*RecordingGroup) SetIncludeGlobalResourceTypes ¶
func (s *RecordingGroup) SetIncludeGlobalResourceTypes(v bool) *RecordingGroup
SetIncludeGlobalResourceTypes sets the IncludeGlobalResourceTypes field's value.
func (*RecordingGroup) SetResourceTypes ¶
func (s *RecordingGroup) SetResourceTypes(v []*string) *RecordingGroup
SetResourceTypes sets the ResourceTypes field's value.
func (RecordingGroup) String ¶
func (s RecordingGroup) String() string
String returns the string representation
type Relationship ¶
type Relationship struct { // The type of relationship with the related resource. RelationshipName *string `locationName:"relationshipName" type:"string"` // The ID of the related resource (for example, sg-xxxxxx). ResourceId *string `locationName:"resourceId" min:"1" type:"string"` // The custom name of the related resource, if available. ResourceName *string `locationName:"resourceName" type:"string"` // The resource type of the related resource. ResourceType *string `locationName:"resourceType" type:"string" enum:"ResourceType"` // contains filtered or unexported fields }
The relationship of the related resource to the main resource.
func (Relationship) GoString ¶
func (s Relationship) GoString() string
GoString returns the string representation
func (*Relationship) SetRelationshipName ¶
func (s *Relationship) SetRelationshipName(v string) *Relationship
SetRelationshipName sets the RelationshipName field's value.
func (*Relationship) SetResourceId ¶
func (s *Relationship) SetResourceId(v string) *Relationship
SetResourceId sets the ResourceId field's value.
func (*Relationship) SetResourceName ¶
func (s *Relationship) SetResourceName(v string) *Relationship
SetResourceName sets the ResourceName field's value.
func (*Relationship) SetResourceType ¶
func (s *Relationship) SetResourceType(v string) *Relationship
SetResourceType sets the ResourceType field's value.
func (Relationship) String ¶
func (s Relationship) String() string
String returns the string representation
type RemediationConfiguration ¶
type RemediationConfiguration struct { // Amazon Resource Name (ARN) of remediation configuration. Arn *string `min:"1" type:"string"` // The remediation is triggered automatically. Automatic *bool `type:"boolean"` // The name of the AWS Config rule. // // ConfigRuleName is a required field ConfigRuleName *string `min:"1" type:"string" required:"true"` // Name of the service that owns the service linked rule, if applicable. CreatedByService *string `min:"1" type:"string"` // An ExecutionControls object. ExecutionControls *ExecutionControls `type:"structure"` // The maximum number of failed attempts for auto-remediation. If you do not // select a number, the default is 5. // // For example, if you specify MaximumAutomaticAttempts as 5 with RetryAttemptsSeconds // as 50 seconds, AWS Config throws an exception after the 5th failed attempt // within 50 seconds. MaximumAutomaticAttempts *int64 `min:"1" type:"integer"` // An object of the RemediationParameterValue. Parameters map[string]*RemediationParameterValue `type:"map"` // The type of a resource. ResourceType *string `type:"string"` // Maximum time in seconds that AWS Config runs auto-remediation. If you do // not select a number, the default is 60 seconds. // // For example, if you specify RetryAttemptsSeconds as 50 seconds and MaximumAutomaticAttempts // as 5, AWS Config will run auto-remediations 5 times within 50 seconds before // throwing an exception. RetryAttemptSeconds *int64 `min:"1" type:"long"` // Target ID is the name of the public document. // // TargetId is a required field TargetId *string `min:"1" type:"string" required:"true"` // The type of the target. Target executes remediation. For example, SSM document. // // TargetType is a required field TargetType *string `type:"string" required:"true" enum:"RemediationTargetType"` // Version of the target. For example, version of the SSM document. TargetVersion *string `type:"string"` // contains filtered or unexported fields }
An object that represents the details about the remediation configuration that includes the remediation action, parameters, and data to execute the action.
func (RemediationConfiguration) GoString ¶
func (s RemediationConfiguration) GoString() string
GoString returns the string representation
func (*RemediationConfiguration) SetArn ¶
func (s *RemediationConfiguration) SetArn(v string) *RemediationConfiguration
SetArn sets the Arn field's value.
func (*RemediationConfiguration) SetAutomatic ¶
func (s *RemediationConfiguration) SetAutomatic(v bool) *RemediationConfiguration
SetAutomatic sets the Automatic field's value.
func (*RemediationConfiguration) SetConfigRuleName ¶
func (s *RemediationConfiguration) SetConfigRuleName(v string) *RemediationConfiguration
SetConfigRuleName sets the ConfigRuleName field's value.
func (*RemediationConfiguration) SetCreatedByService ¶
func (s *RemediationConfiguration) SetCreatedByService(v string) *RemediationConfiguration
SetCreatedByService sets the CreatedByService field's value.
func (*RemediationConfiguration) SetExecutionControls ¶
func (s *RemediationConfiguration) SetExecutionControls(v *ExecutionControls) *RemediationConfiguration
SetExecutionControls sets the ExecutionControls field's value.
func (*RemediationConfiguration) SetMaximumAutomaticAttempts ¶
func (s *RemediationConfiguration) SetMaximumAutomaticAttempts(v int64) *RemediationConfiguration
SetMaximumAutomaticAttempts sets the MaximumAutomaticAttempts field's value.
func (*RemediationConfiguration) SetParameters ¶
func (s *RemediationConfiguration) SetParameters(v map[string]*RemediationParameterValue) *RemediationConfiguration
SetParameters sets the Parameters field's value.
func (*RemediationConfiguration) SetResourceType ¶
func (s *RemediationConfiguration) SetResourceType(v string) *RemediationConfiguration
SetResourceType sets the ResourceType field's value.
func (*RemediationConfiguration) SetRetryAttemptSeconds ¶
func (s *RemediationConfiguration) SetRetryAttemptSeconds(v int64) *RemediationConfiguration
SetRetryAttemptSeconds sets the RetryAttemptSeconds field's value.
func (*RemediationConfiguration) SetTargetId ¶
func (s *RemediationConfiguration) SetTargetId(v string) *RemediationConfiguration
SetTargetId sets the TargetId field's value.
func (*RemediationConfiguration) SetTargetType ¶
func (s *RemediationConfiguration) SetTargetType(v string) *RemediationConfiguration
SetTargetType sets the TargetType field's value.
func (*RemediationConfiguration) SetTargetVersion ¶
func (s *RemediationConfiguration) SetTargetVersion(v string) *RemediationConfiguration
SetTargetVersion sets the TargetVersion field's value.
func (RemediationConfiguration) String ¶
func (s RemediationConfiguration) String() string
String returns the string representation
func (*RemediationConfiguration) Validate ¶
func (s *RemediationConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RemediationException ¶
type RemediationException struct { // The name of the AWS Config rule. // // ConfigRuleName is a required field ConfigRuleName *string `min:"1" type:"string" required:"true"` // The time when the remediation exception will be deleted. ExpirationTime *time.Time `type:"timestamp"` // An explanation of an remediation exception. Message *string `min:"1" type:"string"` // The ID of the resource (for example., sg-xxxxxx). // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // The type of a resource. // // ResourceType is a required field ResourceType *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
An object that represents the details about the remediation exception. The details include the rule name, an explanation of an exception, the time when the exception will be deleted, the resource ID, and resource type.
func (RemediationException) GoString ¶
func (s RemediationException) GoString() string
GoString returns the string representation
func (*RemediationException) SetConfigRuleName ¶
func (s *RemediationException) SetConfigRuleName(v string) *RemediationException
SetConfigRuleName sets the ConfigRuleName field's value.
func (*RemediationException) SetExpirationTime ¶
func (s *RemediationException) SetExpirationTime(v time.Time) *RemediationException
SetExpirationTime sets the ExpirationTime field's value.
func (*RemediationException) SetMessage ¶
func (s *RemediationException) SetMessage(v string) *RemediationException
SetMessage sets the Message field's value.
func (*RemediationException) SetResourceId ¶
func (s *RemediationException) SetResourceId(v string) *RemediationException
SetResourceId sets the ResourceId field's value.
func (*RemediationException) SetResourceType ¶
func (s *RemediationException) SetResourceType(v string) *RemediationException
SetResourceType sets the ResourceType field's value.
func (RemediationException) String ¶
func (s RemediationException) String() string
String returns the string representation
type RemediationExceptionResourceKey ¶
type RemediationExceptionResourceKey struct { // The ID of the resource (for example., sg-xxxxxx). ResourceId *string `min:"1" type:"string"` // The type of a resource. ResourceType *string `min:"1" type:"string"` // contains filtered or unexported fields }
The details that identify a resource within AWS Config, including the resource type and resource ID.
func (RemediationExceptionResourceKey) GoString ¶
func (s RemediationExceptionResourceKey) GoString() string
GoString returns the string representation
func (*RemediationExceptionResourceKey) SetResourceId ¶
func (s *RemediationExceptionResourceKey) SetResourceId(v string) *RemediationExceptionResourceKey
SetResourceId sets the ResourceId field's value.
func (*RemediationExceptionResourceKey) SetResourceType ¶
func (s *RemediationExceptionResourceKey) SetResourceType(v string) *RemediationExceptionResourceKey
SetResourceType sets the ResourceType field's value.
func (RemediationExceptionResourceKey) String ¶
func (s RemediationExceptionResourceKey) String() string
String returns the string representation
func (*RemediationExceptionResourceKey) Validate ¶
func (s *RemediationExceptionResourceKey) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RemediationExecutionStatus ¶
type RemediationExecutionStatus struct { // Start time when the remediation was executed. InvocationTime *time.Time `type:"timestamp"` // The time when the remediation execution was last updated. LastUpdatedTime *time.Time `type:"timestamp"` // The details that identify a resource within AWS Config, including the resource // type and resource ID. ResourceKey *ResourceKey `type:"structure"` // ENUM of the values. State *string `type:"string" enum:"RemediationExecutionState"` // Details of every step. StepDetails []*RemediationExecutionStep `type:"list"` // contains filtered or unexported fields }
Provides details of the current status of the invoked remediation action for that resource.
func (RemediationExecutionStatus) GoString ¶
func (s RemediationExecutionStatus) GoString() string
GoString returns the string representation
func (*RemediationExecutionStatus) SetInvocationTime ¶
func (s *RemediationExecutionStatus) SetInvocationTime(v time.Time) *RemediationExecutionStatus
SetInvocationTime sets the InvocationTime field's value.
func (*RemediationExecutionStatus) SetLastUpdatedTime ¶
func (s *RemediationExecutionStatus) SetLastUpdatedTime(v time.Time) *RemediationExecutionStatus
SetLastUpdatedTime sets the LastUpdatedTime field's value.
func (*RemediationExecutionStatus) SetResourceKey ¶
func (s *RemediationExecutionStatus) SetResourceKey(v *ResourceKey) *RemediationExecutionStatus
SetResourceKey sets the ResourceKey field's value.
func (*RemediationExecutionStatus) SetState ¶
func (s *RemediationExecutionStatus) SetState(v string) *RemediationExecutionStatus
SetState sets the State field's value.
func (*RemediationExecutionStatus) SetStepDetails ¶
func (s *RemediationExecutionStatus) SetStepDetails(v []*RemediationExecutionStep) *RemediationExecutionStatus
SetStepDetails sets the StepDetails field's value.
func (RemediationExecutionStatus) String ¶
func (s RemediationExecutionStatus) String() string
String returns the string representation
type RemediationExecutionStep ¶
type RemediationExecutionStep struct { // An error message if the step was interrupted during execution. ErrorMessage *string `type:"string"` // The details of the step. Name *string `type:"string"` // The time when the step started. StartTime *time.Time `type:"timestamp"` // The valid status of the step. State *string `type:"string" enum:"RemediationExecutionStepState"` // The time when the step stopped. StopTime *time.Time `type:"timestamp"` // contains filtered or unexported fields }
Name of the step from the SSM document.
func (RemediationExecutionStep) GoString ¶
func (s RemediationExecutionStep) GoString() string
GoString returns the string representation
func (*RemediationExecutionStep) SetErrorMessage ¶
func (s *RemediationExecutionStep) SetErrorMessage(v string) *RemediationExecutionStep
SetErrorMessage sets the ErrorMessage field's value.
func (*RemediationExecutionStep) SetName ¶
func (s *RemediationExecutionStep) SetName(v string) *RemediationExecutionStep
SetName sets the Name field's value.
func (*RemediationExecutionStep) SetStartTime ¶
func (s *RemediationExecutionStep) SetStartTime(v time.Time) *RemediationExecutionStep
SetStartTime sets the StartTime field's value.
func (*RemediationExecutionStep) SetState ¶
func (s *RemediationExecutionStep) SetState(v string) *RemediationExecutionStep
SetState sets the State field's value.
func (*RemediationExecutionStep) SetStopTime ¶
func (s *RemediationExecutionStep) SetStopTime(v time.Time) *RemediationExecutionStep
SetStopTime sets the StopTime field's value.
func (RemediationExecutionStep) String ¶
func (s RemediationExecutionStep) String() string
String returns the string representation
type RemediationInProgressException ¶
type RemediationInProgressException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Remediation action is in progress. You can either cancel execution in AWS Systems Manager or wait and try again later.
func (RemediationInProgressException) Code ¶
func (s RemediationInProgressException) Code() string
Code returns the exception type name.
func (RemediationInProgressException) Error ¶
func (s RemediationInProgressException) Error() string
func (RemediationInProgressException) GoString ¶
func (s RemediationInProgressException) GoString() string
GoString returns the string representation
func (RemediationInProgressException) Message ¶
func (s RemediationInProgressException) Message() string
Message returns the exception's message.
func (RemediationInProgressException) OrigErr ¶
func (s RemediationInProgressException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (RemediationInProgressException) RequestID ¶
func (s RemediationInProgressException) RequestID() string
RequestID returns the service's response RequestID for request.
func (RemediationInProgressException) StatusCode ¶
func (s RemediationInProgressException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (RemediationInProgressException) String ¶
func (s RemediationInProgressException) String() string
String returns the string representation
type RemediationParameterValue ¶
type RemediationParameterValue struct { // The value is dynamic and changes at run-time. ResourceValue *ResourceValue `type:"structure"` // The value is static and does not change at run-time. StaticValue *StaticValue `type:"structure"` // contains filtered or unexported fields }
The value is either a dynamic (resource) value or a static value. You must select either a dynamic value or a static value.
func (RemediationParameterValue) GoString ¶
func (s RemediationParameterValue) GoString() string
GoString returns the string representation
func (*RemediationParameterValue) SetResourceValue ¶
func (s *RemediationParameterValue) SetResourceValue(v *ResourceValue) *RemediationParameterValue
SetResourceValue sets the ResourceValue field's value.
func (*RemediationParameterValue) SetStaticValue ¶
func (s *RemediationParameterValue) SetStaticValue(v *StaticValue) *RemediationParameterValue
SetStaticValue sets the StaticValue field's value.
func (RemediationParameterValue) String ¶
func (s RemediationParameterValue) String() string
String returns the string representation
func (*RemediationParameterValue) Validate ¶
func (s *RemediationParameterValue) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResourceCount ¶
type ResourceCount struct { // The number of resources. Count *int64 `locationName:"count" type:"long"` // The resource type (for example, "AWS::EC2::Instance"). ResourceType *string `locationName:"resourceType" type:"string" enum:"ResourceType"` // contains filtered or unexported fields }
An object that contains the resource type and the number of resources.
func (ResourceCount) GoString ¶
func (s ResourceCount) GoString() string
GoString returns the string representation
func (*ResourceCount) SetCount ¶
func (s *ResourceCount) SetCount(v int64) *ResourceCount
SetCount sets the Count field's value.
func (*ResourceCount) SetResourceType ¶
func (s *ResourceCount) SetResourceType(v string) *ResourceCount
SetResourceType sets the ResourceType field's value.
func (ResourceCount) String ¶
func (s ResourceCount) String() string
String returns the string representation
type ResourceCountFilters ¶
type ResourceCountFilters struct { // The 12-digit ID of the account. AccountId *string `type:"string"` // The region where the account is located. Region *string `min:"1" type:"string"` // The type of the AWS resource. ResourceType *string `type:"string" enum:"ResourceType"` // contains filtered or unexported fields }
Filters the resource count based on account ID, region, and resource type.
func (ResourceCountFilters) GoString ¶
func (s ResourceCountFilters) GoString() string
GoString returns the string representation
func (*ResourceCountFilters) SetAccountId ¶
func (s *ResourceCountFilters) SetAccountId(v string) *ResourceCountFilters
SetAccountId sets the AccountId field's value.
func (*ResourceCountFilters) SetRegion ¶
func (s *ResourceCountFilters) SetRegion(v string) *ResourceCountFilters
SetRegion sets the Region field's value.
func (*ResourceCountFilters) SetResourceType ¶
func (s *ResourceCountFilters) SetResourceType(v string) *ResourceCountFilters
SetResourceType sets the ResourceType field's value.
func (ResourceCountFilters) String ¶
func (s ResourceCountFilters) String() string
String returns the string representation
func (*ResourceCountFilters) Validate ¶
func (s *ResourceCountFilters) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResourceFilters ¶
type ResourceFilters struct { // The 12-digit source account ID. AccountId *string `type:"string"` // The source region. Region *string `min:"1" type:"string"` // The ID of the resource. ResourceId *string `min:"1" type:"string"` // The name of the resource. ResourceName *string `type:"string"` // contains filtered or unexported fields }
Filters the results by resource account ID, region, resource ID, and resource name.
func (ResourceFilters) GoString ¶
func (s ResourceFilters) GoString() string
GoString returns the string representation
func (*ResourceFilters) SetAccountId ¶
func (s *ResourceFilters) SetAccountId(v string) *ResourceFilters
SetAccountId sets the AccountId field's value.
func (*ResourceFilters) SetRegion ¶
func (s *ResourceFilters) SetRegion(v string) *ResourceFilters
SetRegion sets the Region field's value.
func (*ResourceFilters) SetResourceId ¶
func (s *ResourceFilters) SetResourceId(v string) *ResourceFilters
SetResourceId sets the ResourceId field's value.
func (*ResourceFilters) SetResourceName ¶
func (s *ResourceFilters) SetResourceName(v string) *ResourceFilters
SetResourceName sets the ResourceName field's value.
func (ResourceFilters) String ¶
func (s ResourceFilters) String() string
String returns the string representation
func (*ResourceFilters) Validate ¶
func (s *ResourceFilters) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResourceIdentifier ¶
type ResourceIdentifier struct { // The time that the resource was deleted. ResourceDeletionTime *time.Time `locationName:"resourceDeletionTime" type:"timestamp"` // The ID of the resource (for example, sg-xxxxxx). ResourceId *string `locationName:"resourceId" min:"1" type:"string"` // The custom name of the resource (if available). ResourceName *string `locationName:"resourceName" type:"string"` // The type of resource. ResourceType *string `locationName:"resourceType" type:"string" enum:"ResourceType"` // contains filtered or unexported fields }
The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.
func (ResourceIdentifier) GoString ¶
func (s ResourceIdentifier) GoString() string
GoString returns the string representation
func (*ResourceIdentifier) SetResourceDeletionTime ¶
func (s *ResourceIdentifier) SetResourceDeletionTime(v time.Time) *ResourceIdentifier
SetResourceDeletionTime sets the ResourceDeletionTime field's value.
func (*ResourceIdentifier) SetResourceId ¶
func (s *ResourceIdentifier) SetResourceId(v string) *ResourceIdentifier
SetResourceId sets the ResourceId field's value.
func (*ResourceIdentifier) SetResourceName ¶
func (s *ResourceIdentifier) SetResourceName(v string) *ResourceIdentifier
SetResourceName sets the ResourceName field's value.
func (*ResourceIdentifier) SetResourceType ¶
func (s *ResourceIdentifier) SetResourceType(v string) *ResourceIdentifier
SetResourceType sets the ResourceType field's value.
func (ResourceIdentifier) String ¶
func (s ResourceIdentifier) String() string
String returns the string representation
type ResourceInUseException ¶
type ResourceInUseException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You see this exception in the following cases:
For DeleteConfigRule, AWS Config is deleting this rule. Try your request again later.
For DeleteConfigRule, the rule is deleting your evaluation results. Try your request again later.
For DeleteConfigRule, a remediation action is associated with the rule and AWS Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.
For PutConfigOrganizationRule, organization config rule deletion is in progress. Try your request again later.
For DeleteOrganizationConfigRule, organization config rule creation is in progress. Try your request again later.
For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
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
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
type ResourceKey ¶
type ResourceKey struct { // The ID of the resource (for example., sg-xxxxxx). // // ResourceId is a required field ResourceId *string `locationName:"resourceId" min:"1" type:"string" required:"true"` // The resource type. // // ResourceType is a required field ResourceType *string `locationName:"resourceType" type:"string" required:"true" enum:"ResourceType"` // contains filtered or unexported fields }
The details that identify a resource within AWS Config, including the resource type and resource ID.
func (ResourceKey) GoString ¶
func (s ResourceKey) GoString() string
GoString returns the string representation
func (*ResourceKey) SetResourceId ¶
func (s *ResourceKey) SetResourceId(v string) *ResourceKey
SetResourceId sets the ResourceId field's value.
func (*ResourceKey) SetResourceType ¶
func (s *ResourceKey) SetResourceType(v string) *ResourceKey
SetResourceType sets the ResourceType field's value.
func (ResourceKey) String ¶
func (s ResourceKey) String() string
String returns the string representation
func (*ResourceKey) Validate ¶
func (s *ResourceKey) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResourceNotDiscoveredException ¶
type ResourceNotDiscoveredException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You have specified a resource that is either unknown or has not been discovered.
func (ResourceNotDiscoveredException) Code ¶
func (s ResourceNotDiscoveredException) Code() string
Code returns the exception type name.
func (ResourceNotDiscoveredException) Error ¶
func (s ResourceNotDiscoveredException) Error() string
func (ResourceNotDiscoveredException) GoString ¶
func (s ResourceNotDiscoveredException) GoString() string
GoString returns the string representation
func (ResourceNotDiscoveredException) Message ¶
func (s ResourceNotDiscoveredException) Message() string
Message returns the exception's message.
func (ResourceNotDiscoveredException) OrigErr ¶
func (s ResourceNotDiscoveredException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (ResourceNotDiscoveredException) RequestID ¶
func (s ResourceNotDiscoveredException) RequestID() string
RequestID returns the service's response RequestID for request.
func (ResourceNotDiscoveredException) StatusCode ¶
func (s ResourceNotDiscoveredException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceNotDiscoveredException) String ¶
func (s ResourceNotDiscoveredException) String() string
String returns the string representation
type ResourceNotFoundException ¶
type ResourceNotFoundException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You have specified a resource that does not exist.
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
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
type ResourceValue ¶
type ResourceValue struct { // The value is a resource ID. // // Value is a required field Value *string `type:"string" required:"true" enum:"ResourceValueType"` // contains filtered or unexported fields }
The dynamic value of the resource.
func (ResourceValue) GoString ¶
func (s ResourceValue) GoString() string
GoString returns the string representation
func (*ResourceValue) SetValue ¶
func (s *ResourceValue) SetValue(v string) *ResourceValue
SetValue sets the Value field's value.
func (ResourceValue) String ¶
func (s ResourceValue) String() string
String returns the string representation
func (*ResourceValue) Validate ¶
func (s *ResourceValue) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RetentionConfiguration ¶
type RetentionConfiguration struct { // The name of the retention configuration object. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // Number of days AWS Config stores your historical information. // // Currently, only applicable to the configuration item history. // // RetentionPeriodInDays is a required field RetentionPeriodInDays *int64 `min:"30" type:"integer" required:"true"` // contains filtered or unexported fields }
An object with the name of the retention configuration and the retention period in days. The object stores the configuration for data retention in AWS Config.
func (RetentionConfiguration) GoString ¶
func (s RetentionConfiguration) GoString() string
GoString returns the string representation
func (*RetentionConfiguration) SetName ¶
func (s *RetentionConfiguration) SetName(v string) *RetentionConfiguration
SetName sets the Name field's value.
func (*RetentionConfiguration) SetRetentionPeriodInDays ¶
func (s *RetentionConfiguration) SetRetentionPeriodInDays(v int64) *RetentionConfiguration
SetRetentionPeriodInDays sets the RetentionPeriodInDays field's value.
func (RetentionConfiguration) String ¶
func (s RetentionConfiguration) String() string
String returns the string representation
type Scope ¶
type Scope struct { // The ID of the only AWS resource that you want to trigger an evaluation for // the rule. If you specify a resource ID, you must specify one resource type // for ComplianceResourceTypes. ComplianceResourceId *string `min:"1" type:"string"` // The resource types of only those AWS resources that you want to trigger an // evaluation for the rule. You can only specify one type if you also specify // a resource ID for ComplianceResourceId. ComplianceResourceTypes []*string `type:"list"` // The tag key that is applied to only those AWS resources that you want to // trigger an evaluation for the rule. TagKey *string `min:"1" type:"string"` // The tag value applied to only those AWS resources that you want to trigger // an evaluation for the rule. If you specify a value for TagValue, you must // also specify a value for TagKey. TagValue *string `min:"1" type:"string"` // contains filtered or unexported fields }
Defines which resources trigger an evaluation for an AWS Config rule. The scope can include one or more resource types, a combination of a tag key and value, or a combination of one resource type and one resource ID. Specify a scope to constrain which resources trigger an evaluation for a rule. Otherwise, evaluations for the rule are triggered when any resource in your recording group changes in configuration.
func (*Scope) SetComplianceResourceId ¶
SetComplianceResourceId sets the ComplianceResourceId field's value.
func (*Scope) SetComplianceResourceTypes ¶
SetComplianceResourceTypes sets the ComplianceResourceTypes field's value.
func (*Scope) SetTagValue ¶
SetTagValue sets the TagValue field's value.
type SelectAggregateResourceConfigInput ¶
type SelectAggregateResourceConfigInput struct { // The name of the configuration aggregator. // // ConfigurationAggregatorName is a required field ConfigurationAggregatorName *string `min:"1" type:"string" required:"true"` // The SQL query SELECT command. // // Expression is a required field Expression *string `min:"1" type:"string" required:"true"` // The maximum number of query results returned on each page. Limit *int64 `type:"integer"` MaxResults *int64 `type:"integer"` // The nextToken string returned in a previous request that you use to request // the next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (SelectAggregateResourceConfigInput) GoString ¶
func (s SelectAggregateResourceConfigInput) GoString() string
GoString returns the string representation
func (*SelectAggregateResourceConfigInput) SetConfigurationAggregatorName ¶
func (s *SelectAggregateResourceConfigInput) SetConfigurationAggregatorName(v string) *SelectAggregateResourceConfigInput
SetConfigurationAggregatorName sets the ConfigurationAggregatorName field's value.
func (*SelectAggregateResourceConfigInput) SetExpression ¶
func (s *SelectAggregateResourceConfigInput) SetExpression(v string) *SelectAggregateResourceConfigInput
SetExpression sets the Expression field's value.
func (*SelectAggregateResourceConfigInput) SetLimit ¶
func (s *SelectAggregateResourceConfigInput) SetLimit(v int64) *SelectAggregateResourceConfigInput
SetLimit sets the Limit field's value.
func (*SelectAggregateResourceConfigInput) SetMaxResults ¶
func (s *SelectAggregateResourceConfigInput) SetMaxResults(v int64) *SelectAggregateResourceConfigInput
SetMaxResults sets the MaxResults field's value.
func (*SelectAggregateResourceConfigInput) SetNextToken ¶
func (s *SelectAggregateResourceConfigInput) SetNextToken(v string) *SelectAggregateResourceConfigInput
SetNextToken sets the NextToken field's value.
func (SelectAggregateResourceConfigInput) String ¶
func (s SelectAggregateResourceConfigInput) String() string
String returns the string representation
func (*SelectAggregateResourceConfigInput) Validate ¶
func (s *SelectAggregateResourceConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SelectAggregateResourceConfigOutput ¶
type SelectAggregateResourceConfigOutput struct { // The nextToken string returned in a previous request that you use to request // the next page of results in a paginated response. NextToken *string `type:"string"` // Details about the query. QueryInfo *QueryInfo `type:"structure"` // Returns the results for the SQL query. Results []*string `type:"list"` // contains filtered or unexported fields }
func (SelectAggregateResourceConfigOutput) GoString ¶
func (s SelectAggregateResourceConfigOutput) GoString() string
GoString returns the string representation
func (*SelectAggregateResourceConfigOutput) SetNextToken ¶
func (s *SelectAggregateResourceConfigOutput) SetNextToken(v string) *SelectAggregateResourceConfigOutput
SetNextToken sets the NextToken field's value.
func (*SelectAggregateResourceConfigOutput) SetQueryInfo ¶
func (s *SelectAggregateResourceConfigOutput) SetQueryInfo(v *QueryInfo) *SelectAggregateResourceConfigOutput
SetQueryInfo sets the QueryInfo field's value.
func (*SelectAggregateResourceConfigOutput) SetResults ¶
func (s *SelectAggregateResourceConfigOutput) SetResults(v []*string) *SelectAggregateResourceConfigOutput
SetResults sets the Results field's value.
func (SelectAggregateResourceConfigOutput) String ¶
func (s SelectAggregateResourceConfigOutput) String() string
String returns the string representation
type SelectResourceConfigInput ¶
type SelectResourceConfigInput struct { // The SQL query SELECT command. // // Expression is a required field Expression *string `min:"1" type:"string" required:"true"` // The maximum number of query results returned on each page. Limit *int64 `type:"integer"` // The nextToken string returned in a previous request that you use to request // the next page of results in a paginated response. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (SelectResourceConfigInput) GoString ¶
func (s SelectResourceConfigInput) GoString() string
GoString returns the string representation
func (*SelectResourceConfigInput) SetExpression ¶
func (s *SelectResourceConfigInput) SetExpression(v string) *SelectResourceConfigInput
SetExpression sets the Expression field's value.
func (*SelectResourceConfigInput) SetLimit ¶
func (s *SelectResourceConfigInput) SetLimit(v int64) *SelectResourceConfigInput
SetLimit sets the Limit field's value.
func (*SelectResourceConfigInput) SetNextToken ¶
func (s *SelectResourceConfigInput) SetNextToken(v string) *SelectResourceConfigInput
SetNextToken sets the NextToken field's value.
func (SelectResourceConfigInput) String ¶
func (s SelectResourceConfigInput) String() string
String returns the string representation
func (*SelectResourceConfigInput) Validate ¶
func (s *SelectResourceConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SelectResourceConfigOutput ¶
type SelectResourceConfigOutput struct { // The nextToken string returned in a previous request that you use to request // the next page of results in a paginated response. NextToken *string `type:"string"` // Returns the QueryInfo object. QueryInfo *QueryInfo `type:"structure"` // Returns the results for the SQL query. Results []*string `type:"list"` // contains filtered or unexported fields }
func (SelectResourceConfigOutput) GoString ¶
func (s SelectResourceConfigOutput) GoString() string
GoString returns the string representation
func (*SelectResourceConfigOutput) SetNextToken ¶
func (s *SelectResourceConfigOutput) SetNextToken(v string) *SelectResourceConfigOutput
SetNextToken sets the NextToken field's value.
func (*SelectResourceConfigOutput) SetQueryInfo ¶
func (s *SelectResourceConfigOutput) SetQueryInfo(v *QueryInfo) *SelectResourceConfigOutput
SetQueryInfo sets the QueryInfo field's value.
func (*SelectResourceConfigOutput) SetResults ¶
func (s *SelectResourceConfigOutput) SetResults(v []*string) *SelectResourceConfigOutput
SetResults sets the Results field's value.
func (SelectResourceConfigOutput) String ¶
func (s SelectResourceConfigOutput) String() string
String returns the string representation
type Source ¶
type Source struct { // Indicates whether AWS or the customer owns and manages the AWS Config rule. // // Owner is a required field Owner *string `type:"string" required:"true" enum:"Owner"` // Provides the source and type of the event that causes AWS Config to evaluate // your AWS resources. SourceDetails []*SourceDetail `type:"list"` // For AWS Config managed rules, a predefined identifier from a list. For example, // IAM_PASSWORD_POLICY is a managed rule. To reference a managed rule, see Using // AWS Managed Config Rules (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html). // // For custom rules, the identifier is the Amazon Resource Name (ARN) of the // rule's AWS Lambda function, such as arn:aws:lambda:us-east-2:123456789012:function:custom_rule_name. // // SourceIdentifier is a required field SourceIdentifier *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Provides the AWS Config rule owner (AWS or customer), the rule identifier, and the events that trigger the evaluation of your AWS resources.
func (*Source) SetSourceDetails ¶
func (s *Source) SetSourceDetails(v []*SourceDetail) *Source
SetSourceDetails sets the SourceDetails field's value.
func (*Source) SetSourceIdentifier ¶
SetSourceIdentifier sets the SourceIdentifier field's value.
type SourceDetail ¶
type SourceDetail struct { // The source of the event, such as an AWS service, that triggers AWS Config // to evaluate your AWS resources. EventSource *string `type:"string" enum:"EventSource"` // The frequency at which you want AWS Config to run evaluations for a custom // rule with a periodic trigger. If you specify a value for MaximumExecutionFrequency, // then MessageType must use the ScheduledNotification value. // // By default, rules with a periodic trigger are evaluated every 24 hours. To // change the frequency, specify a valid value for the MaximumExecutionFrequency // parameter. // // Based on the valid value you choose, AWS Config runs evaluations once for // each valid value. For example, if you choose Three_Hours, AWS Config runs // evaluations once every three hours. In this case, Three_Hours is the frequency // of this rule. MaximumExecutionFrequency *string `type:"string" enum:"MaximumExecutionFrequency"` // The type of notification that triggers AWS Config to run an evaluation for // a rule. You can specify the following notification types: // // * ConfigurationItemChangeNotification - Triggers an evaluation when AWS // Config delivers a configuration item as a result of a resource change. // // * OversizedConfigurationItemChangeNotification - Triggers an evaluation // when AWS Config delivers an oversized configuration item. AWS Config may // generate this notification type when a resource changes and the notification // exceeds the maximum size allowed by Amazon SNS. // // * ScheduledNotification - Triggers a periodic evaluation at the frequency // specified for MaximumExecutionFrequency. // // * ConfigurationSnapshotDeliveryCompleted - Triggers a periodic evaluation // when AWS Config delivers a configuration snapshot. // // If you want your custom rule to be triggered by configuration changes, specify // two SourceDetail objects, one for ConfigurationItemChangeNotification and // one for OversizedConfigurationItemChangeNotification. MessageType *string `type:"string" enum:"MessageType"` // contains filtered or unexported fields }
Provides the source and the message types that trigger AWS Config to evaluate your AWS resources against a rule. It also provides the frequency with which you want AWS Config to run evaluations for the rule if the trigger type is periodic. You can specify the parameter values for SourceDetail only for custom rules.
func (SourceDetail) GoString ¶
func (s SourceDetail) GoString() string
GoString returns the string representation
func (*SourceDetail) SetEventSource ¶
func (s *SourceDetail) SetEventSource(v string) *SourceDetail
SetEventSource sets the EventSource field's value.
func (*SourceDetail) SetMaximumExecutionFrequency ¶
func (s *SourceDetail) SetMaximumExecutionFrequency(v string) *SourceDetail
SetMaximumExecutionFrequency sets the MaximumExecutionFrequency field's value.
func (*SourceDetail) SetMessageType ¶
func (s *SourceDetail) SetMessageType(v string) *SourceDetail
SetMessageType sets the MessageType field's value.
func (SourceDetail) String ¶
func (s SourceDetail) String() string
String returns the string representation
type SsmControls ¶
type SsmControls struct { // The maximum percentage of remediation actions allowed to run in parallel // on the non-compliant resources for that specific rule. You can specify a // percentage, such as 10%. The default value is 10. ConcurrentExecutionRatePercentage *int64 `min:"1" type:"integer"` // The percentage of errors that are allowed before SSM stops running automations // on non-compliant resources for that specific rule. You can specify a percentage // of errors, for example 10%. If you do not specifiy a percentage, the default // is 50%. For example, if you set the ErrorPercentage to 40% for 10 non-compliant // resources, then SSM stops running the automations when the fifth error is // received. ErrorPercentage *int64 `min:"1" type:"integer"` // contains filtered or unexported fields }
AWS Systems Manager (SSM) specific remediation controls.
func (SsmControls) GoString ¶
func (s SsmControls) GoString() string
GoString returns the string representation
func (*SsmControls) SetConcurrentExecutionRatePercentage ¶
func (s *SsmControls) SetConcurrentExecutionRatePercentage(v int64) *SsmControls
SetConcurrentExecutionRatePercentage sets the ConcurrentExecutionRatePercentage field's value.
func (*SsmControls) SetErrorPercentage ¶
func (s *SsmControls) SetErrorPercentage(v int64) *SsmControls
SetErrorPercentage sets the ErrorPercentage field's value.
func (SsmControls) String ¶
func (s SsmControls) String() string
String returns the string representation
func (*SsmControls) Validate ¶
func (s *SsmControls) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartConfigRulesEvaluationInput ¶
type StartConfigRulesEvaluationInput struct { // The list of names of AWS Config rules that you want to run evaluations for. ConfigRuleNames []*string `min:"1" type:"list"` // contains filtered or unexported fields }
func (StartConfigRulesEvaluationInput) GoString ¶
func (s StartConfigRulesEvaluationInput) GoString() string
GoString returns the string representation
func (*StartConfigRulesEvaluationInput) SetConfigRuleNames ¶
func (s *StartConfigRulesEvaluationInput) SetConfigRuleNames(v []*string) *StartConfigRulesEvaluationInput
SetConfigRuleNames sets the ConfigRuleNames field's value.
func (StartConfigRulesEvaluationInput) String ¶
func (s StartConfigRulesEvaluationInput) String() string
String returns the string representation
func (*StartConfigRulesEvaluationInput) Validate ¶
func (s *StartConfigRulesEvaluationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartConfigRulesEvaluationOutput ¶
type StartConfigRulesEvaluationOutput struct {
// contains filtered or unexported fields
}
The output when you start the evaluation for the specified AWS Config rule.
func (StartConfigRulesEvaluationOutput) GoString ¶
func (s StartConfigRulesEvaluationOutput) GoString() string
GoString returns the string representation
func (StartConfigRulesEvaluationOutput) String ¶
func (s StartConfigRulesEvaluationOutput) String() string
String returns the string representation
type StartConfigurationRecorderInput ¶
type StartConfigurationRecorderInput struct { // The name of the recorder object that records each configuration change made // to the resources. // // ConfigurationRecorderName is a required field ConfigurationRecorderName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
The input for the StartConfigurationRecorder action.
func (StartConfigurationRecorderInput) GoString ¶
func (s StartConfigurationRecorderInput) GoString() string
GoString returns the string representation
func (*StartConfigurationRecorderInput) SetConfigurationRecorderName ¶
func (s *StartConfigurationRecorderInput) SetConfigurationRecorderName(v string) *StartConfigurationRecorderInput
SetConfigurationRecorderName sets the ConfigurationRecorderName field's value.
func (StartConfigurationRecorderInput) String ¶
func (s StartConfigurationRecorderInput) String() string
String returns the string representation
func (*StartConfigurationRecorderInput) Validate ¶
func (s *StartConfigurationRecorderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartConfigurationRecorderOutput ¶
type StartConfigurationRecorderOutput struct {
// contains filtered or unexported fields
}
func (StartConfigurationRecorderOutput) GoString ¶
func (s StartConfigurationRecorderOutput) GoString() string
GoString returns the string representation
func (StartConfigurationRecorderOutput) String ¶
func (s StartConfigurationRecorderOutput) String() string
String returns the string representation
type StartRemediationExecutionInput ¶
type StartRemediationExecutionInput struct { // The list of names of AWS Config rules that you want to run remediation execution // for. // // ConfigRuleName is a required field ConfigRuleName *string `min:"1" type:"string" required:"true"` // A list of resource keys to be processed with the current request. Each element // in the list consists of the resource type and resource ID. // // ResourceKeys is a required field ResourceKeys []*ResourceKey `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (StartRemediationExecutionInput) GoString ¶
func (s StartRemediationExecutionInput) GoString() string
GoString returns the string representation
func (*StartRemediationExecutionInput) SetConfigRuleName ¶
func (s *StartRemediationExecutionInput) SetConfigRuleName(v string) *StartRemediationExecutionInput
SetConfigRuleName sets the ConfigRuleName field's value.
func (*StartRemediationExecutionInput) SetResourceKeys ¶
func (s *StartRemediationExecutionInput) SetResourceKeys(v []*ResourceKey) *StartRemediationExecutionInput
SetResourceKeys sets the ResourceKeys field's value.
func (StartRemediationExecutionInput) String ¶
func (s StartRemediationExecutionInput) String() string
String returns the string representation
func (*StartRemediationExecutionInput) Validate ¶
func (s *StartRemediationExecutionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartRemediationExecutionOutput ¶
type StartRemediationExecutionOutput struct { // For resources that have failed to start execution, the API returns a resource // key object. FailedItems []*ResourceKey `min:"1" type:"list"` // Returns a failure message. For example, the resource is already compliant. FailureMessage *string `type:"string"` // contains filtered or unexported fields }
func (StartRemediationExecutionOutput) GoString ¶
func (s StartRemediationExecutionOutput) GoString() string
GoString returns the string representation
func (*StartRemediationExecutionOutput) SetFailedItems ¶
func (s *StartRemediationExecutionOutput) SetFailedItems(v []*ResourceKey) *StartRemediationExecutionOutput
SetFailedItems sets the FailedItems field's value.
func (*StartRemediationExecutionOutput) SetFailureMessage ¶
func (s *StartRemediationExecutionOutput) SetFailureMessage(v string) *StartRemediationExecutionOutput
SetFailureMessage sets the FailureMessage field's value.
func (StartRemediationExecutionOutput) String ¶
func (s StartRemediationExecutionOutput) String() string
String returns the string representation
type StaticValue ¶
type StaticValue struct { // A list of values. For example, the ARN of the assumed role. // // Values is a required field Values []*string `type:"list" required:"true"` // contains filtered or unexported fields }
The static value of the resource.
func (StaticValue) GoString ¶
func (s StaticValue) GoString() string
GoString returns the string representation
func (*StaticValue) SetValues ¶
func (s *StaticValue) SetValues(v []*string) *StaticValue
SetValues sets the Values field's value.
func (StaticValue) String ¶
func (s StaticValue) String() string
String returns the string representation
func (*StaticValue) Validate ¶
func (s *StaticValue) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StatusDetailFilters ¶
type StatusDetailFilters struct { // The 12-digit account ID of the member account within an organization. AccountId *string `type:"string"` // Indicates deployment status for config rule in the member account. When master // account calls PutOrganizationConfigRule action for the first time, config // rule status is created in the member account. When master account calls PutOrganizationConfigRule // action for the second time, config rule status is updated in the member account. // Config rule status is deleted when the master account deletes OrganizationConfigRule // and disables service access for config-multiaccountsetup.amazonaws.com. // // AWS Config sets the state of the rule to: // // * CREATE_SUCCESSFUL when config rule has been created in the member account. // // * CREATE_IN_PROGRESS when config rule is being created in the member account. // // * CREATE_FAILED when config rule creation has failed in the member account. // // * DELETE_FAILED when config rule deletion has failed in the member account. // // * DELETE_IN_PROGRESS when config rule is being deleted in the member account. // // * DELETE_SUCCESSFUL when config rule has been deleted in the member account. // // * UPDATE_SUCCESSFUL when config rule has been updated in the member account. // // * UPDATE_IN_PROGRESS when config rule is being updated in the member account. // // * UPDATE_FAILED when config rule deletion has failed in the member account. MemberAccountRuleStatus *string `type:"string" enum:"MemberAccountRuleStatus"` // contains filtered or unexported fields }
Status filter object to filter results based on specific member account ID or status type for an organization config rule.
func (StatusDetailFilters) GoString ¶
func (s StatusDetailFilters) GoString() string
GoString returns the string representation
func (*StatusDetailFilters) SetAccountId ¶
func (s *StatusDetailFilters) SetAccountId(v string) *StatusDetailFilters
SetAccountId sets the AccountId field's value.
func (*StatusDetailFilters) SetMemberAccountRuleStatus ¶
func (s *StatusDetailFilters) SetMemberAccountRuleStatus(v string) *StatusDetailFilters
SetMemberAccountRuleStatus sets the MemberAccountRuleStatus field's value.
func (StatusDetailFilters) String ¶
func (s StatusDetailFilters) String() string
String returns the string representation
type StopConfigurationRecorderInput ¶
type StopConfigurationRecorderInput struct { // The name of the recorder object that records each configuration change made // to the resources. // // ConfigurationRecorderName is a required field ConfigurationRecorderName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
The input for the StopConfigurationRecorder action.
func (StopConfigurationRecorderInput) GoString ¶
func (s StopConfigurationRecorderInput) GoString() string
GoString returns the string representation
func (*StopConfigurationRecorderInput) SetConfigurationRecorderName ¶
func (s *StopConfigurationRecorderInput) SetConfigurationRecorderName(v string) *StopConfigurationRecorderInput
SetConfigurationRecorderName sets the ConfigurationRecorderName field's value.
func (StopConfigurationRecorderInput) String ¶
func (s StopConfigurationRecorderInput) String() string
String returns the string representation
func (*StopConfigurationRecorderInput) Validate ¶
func (s *StopConfigurationRecorderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopConfigurationRecorderOutput ¶
type StopConfigurationRecorderOutput struct {
// contains filtered or unexported fields
}
func (StopConfigurationRecorderOutput) GoString ¶
func (s StopConfigurationRecorderOutput) GoString() string
GoString returns the string representation
func (StopConfigurationRecorderOutput) String ¶
func (s StopConfigurationRecorderOutput) String() string
String returns the string representation
type Tag ¶
type Tag struct { // One part of a key-value pair that make up a tag. A key is a general label // that acts like a category for more specific tag values. Key *string `min:"1" type:"string"` // The optional part of a key-value pair that make up a tag. A value acts as // a descriptor within a tag category (key). Value *string `type:"string"` // contains filtered or unexported fields }
The tags for the resource. The metadata that you apply to a resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
type TagResourceInput ¶
type TagResourceInput struct { // The Amazon Resource Name (ARN) that identifies the resource for which to // list the tags. Currently, the supported resources are ConfigRule, ConfigurationAggregator // and AggregatorAuthorization. // // ResourceArn is a required field ResourceArn *string `min:"1" type:"string" required:"true"` // An array of tag object. // // Tags is a required field Tags []*Tag `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (TagResourceInput) GoString ¶
func (s TagResourceInput) GoString() string
GoString returns the string representation
func (*TagResourceInput) SetResourceArn ¶
func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*TagResourceInput) SetTags ¶
func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput
SetTags sets the Tags field's value.
func (TagResourceInput) String ¶
func (s TagResourceInput) String() string
String returns the string representation
func (*TagResourceInput) Validate ¶
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶
type TagResourceOutput struct {
// contains filtered or unexported fields
}
func (TagResourceOutput) GoString ¶
func (s TagResourceOutput) GoString() string
GoString returns the string representation
func (TagResourceOutput) String ¶
func (s TagResourceOutput) String() string
String returns the string representation
type TooManyTagsException ¶
type TooManyTagsException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You have reached the limit of the number of tags you can use. You have more than 50 tags.
func (TooManyTagsException) Code ¶
func (s TooManyTagsException) Code() string
Code returns the exception type name.
func (TooManyTagsException) Error ¶
func (s TooManyTagsException) Error() string
func (TooManyTagsException) GoString ¶
func (s TooManyTagsException) GoString() string
GoString returns the string representation
func (TooManyTagsException) Message ¶
func (s TooManyTagsException) Message() string
Message returns the exception's message.
func (TooManyTagsException) OrigErr ¶
func (s TooManyTagsException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (TooManyTagsException) RequestID ¶
func (s TooManyTagsException) RequestID() string
RequestID returns the service's response RequestID for request.
func (TooManyTagsException) StatusCode ¶
func (s TooManyTagsException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (TooManyTagsException) String ¶
func (s TooManyTagsException) String() string
String returns the string representation
type UntagResourceInput ¶
type UntagResourceInput struct { // The Amazon Resource Name (ARN) that identifies the resource for which to // list the tags. Currently, the supported resources are ConfigRule, ConfigurationAggregator // and AggregatorAuthorization. // // ResourceArn is a required field ResourceArn *string `min:"1" type:"string" required:"true"` // The keys of the tags to be removed. // // TagKeys is a required field TagKeys []*string `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (UntagResourceInput) GoString ¶
func (s UntagResourceInput) GoString() string
GoString returns the string representation
func (*UntagResourceInput) SetResourceArn ¶
func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*UntagResourceInput) SetTagKeys ¶
func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourceInput) String ¶
func (s UntagResourceInput) String() string
String returns the string representation
func (*UntagResourceInput) Validate ¶
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
func (UntagResourceOutput) GoString ¶
func (s UntagResourceOutput) GoString() string
GoString returns the string representation
func (UntagResourceOutput) String ¶
func (s UntagResourceOutput) String() string
String returns the string representation
type ValidationException ¶
type ValidationException struct { Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The requested action is not valid.
func (ValidationException) Code ¶
func (s ValidationException) Code() string
Code returns the exception type name.
func (ValidationException) Error ¶
func (s ValidationException) Error() string
func (ValidationException) GoString ¶
func (s ValidationException) GoString() string
GoString returns the string representation
func (ValidationException) Message ¶
func (s ValidationException) Message() string
Message returns the exception's message.
func (ValidationException) OrigErr ¶
func (s ValidationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (ValidationException) RequestID ¶
func (s ValidationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (ValidationException) StatusCode ¶
func (s ValidationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ValidationException) String ¶
func (s ValidationException) String() string
String returns the string representation
Directories ¶
Path | Synopsis |
---|---|
Package configserviceiface provides an interface to enable mocking the AWS Config service client for testing your code.
|
Package configserviceiface provides an interface to enable mocking the AWS Config service client for testing your code. |