configservice

package
v2.0.0-preview.4+incom... Latest Latest
Warning

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

Go to latest
Published: May 26, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

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 (http://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 (http://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 (http://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 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

View Source
const (

	// 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:
	//
	//    * The rule cannot be created because the IAM role assigned to AWS Config
	//    lacks permissions to perform the config:Put* action.
	//
	//    * The AWS Lambda function cannot be invoked. Check the function ARN, and
	//    check the function's permissions.
	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"

	// 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".
	//
	// This exception is thrown if an evaluation is in progress or if you call the
	// StartConfigRulesEvaluation API more than once per minute.
	ErrCodeLimitExceededException = "LimitExceededException"

	// ErrCodeMaxNumberOfConfigRulesExceededException for service response error code
	// "MaxNumberOfConfigRulesExceededException".
	//
	// Failed to add the AWS Config rule because the account already contains the
	// maximum number of 50 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"

	// ErrCodeMaxNumberOfDeliveryChannelsExceededException for service response error code
	// "MaxNumberOfDeliveryChannelsExceededException".
	//
	// You have reached the limit of the number of delivery channels you can create.
	ErrCodeMaxNumberOfDeliveryChannelsExceededException = "MaxNumberOfDeliveryChannelsExceededException"

	// 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 does 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"

	// 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"

	// ErrCodeNoSuchDeliveryChannelException for service response error code
	// "NoSuchDeliveryChannelException".
	//
	// You have specified a delivery channel that does not exist.
	ErrCodeNoSuchDeliveryChannelException = "NoSuchDeliveryChannelException"

	// 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".
	//
	// No permission to call the EnableAWSServiceAccess API.
	ErrCodeOrganizationAccessDeniedException = "OrganizationAccessDeniedException"

	// ErrCodeOrganizationAllFeaturesNotEnabledException for service response error code
	// "OrganizationAllFeaturesNotEnabledException".
	//
	// The configuration aggregator cannot be created because organization does
	// not have all features enabled.
	ErrCodeOrganizationAllFeaturesNotEnabledException = "OrganizationAllFeaturesNotEnabledException"

	// ErrCodeResourceInUseException for service response error code
	// "ResourceInUseException".
	//
	// The rule is currently being deleted or the rule is deleting your evaluation
	// results. 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"

	// ErrCodeValidationException for service response error code
	// "ValidationException".
	//
	// The requested action is not valid.
	ErrCodeValidationException = "ValidationException"
)
View Source
const (
	ServiceName = "config"    // Service endpoint prefix API calls made to.
	EndpointsID = ServiceName // Service ID for Regions and Endpoints metadata.
)

Service information constants

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/AccountAggregationSource

func (AccountAggregationSource) GoString

func (s AccountAggregationSource) GoString() string

GoString returns the string representation

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/AggregateComplianceByConfigRule

func (AggregateComplianceByConfigRule) GoString

GoString returns the string representation

func (AggregateComplianceByConfigRule) 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/AggregateComplianceCount

func (AggregateComplianceCount) GoString

func (s AggregateComplianceCount) GoString() string

GoString returns the string representation

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

	// The time when the AWS Config rule evaluated the AWS resource.
	ConfigRuleInvokedTime *time.Time `type:"timestamp" timestampFormat:"unix"`

	// Uniquely identifies the evaluation result.
	EvaluationResultIdentifier *EvaluationResultIdentifier `type:"structure"`

	// The time when AWS Config recorded the aggregate evaluation result.
	ResultRecordedTime *time.Time `type:"timestamp" timestampFormat:"unix"`
	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/AggregateEvaluationResult

func (AggregateEvaluationResult) GoString

func (s AggregateEvaluationResult) GoString() string

GoString returns the string representation

func (AggregateEvaluationResult) String

func (s AggregateEvaluationResult) String() string

String returns the string representation

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

	// The time of the last update.
	LastUpdateTime *time.Time `type:"timestamp" timestampFormat:"unix"`

	// The source account ID or an organization.
	SourceId *string `type:"string"`

	// The source account or an organization.
	SourceType AggregatedSourceType `type:"string" enum:"true"`
	// contains filtered or unexported fields
}

The current sync status between the source and the aggregator account. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/AggregatedSourceStatus

func (AggregatedSourceStatus) GoString

func (s AggregatedSourceStatus) GoString() string

GoString returns the string representation

func (AggregatedSourceStatus) String

func (s AggregatedSourceStatus) String() string

String returns the string representation

type AggregatedSourceStatusType

type AggregatedSourceStatusType string
const (
	AggregatedSourceStatusTypeFailed    AggregatedSourceStatusType = "FAILED"
	AggregatedSourceStatusTypeSucceeded AggregatedSourceStatusType = "SUCCEEDED"
	AggregatedSourceStatusTypeOutdated  AggregatedSourceStatusType = "OUTDATED"
)

Enum values for AggregatedSourceStatusType

func (AggregatedSourceStatusType) MarshalValue

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

func (AggregatedSourceStatusType) MarshalValueBuf

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

type AggregatedSourceType

type AggregatedSourceType string
const (
	AggregatedSourceTypeAccount      AggregatedSourceType = "ACCOUNT"
	AggregatedSourceTypeOrganization AggregatedSourceType = "ORGANIZATION"
)

Enum values for AggregatedSourceType

func (AggregatedSourceType) MarshalValue

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

func (AggregatedSourceType) MarshalValueBuf

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

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

An object that represents the authorizations granted to aggregator accounts and regions. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/AggregationAuthorization

func (AggregationAuthorization) GoString

func (s AggregationAuthorization) GoString() string

GoString returns the string representation

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" timestampFormat:"unix"`

	// The configuration item status.
	ConfigurationItemStatus ConfigurationItemStatus `locationName:"configurationItemStatus" type:"string" enum:"true"`

	// 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" timestampFormat:"unix"`

	// The ID of the resource (for example., sg-xxxxxx).
	ResourceId *string `locationName:"resourceId" type:"string"`

	// The custom name of the resource, if available.
	ResourceName *string `locationName:"resourceName" type:"string"`

	// The type of AWS resource.
	ResourceType ResourceType `locationName:"resourceType" type:"string" enum:"true"`

	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/BaseConfigurationItem

func (BaseConfigurationItem) GoString

func (s BaseConfigurationItem) GoString() string

GoString returns the string representation

func (BaseConfigurationItem) String

func (s BaseConfigurationItem) 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/BatchGetResourceConfigRequest

func (BatchGetResourceConfigInput) GoString

func (s BatchGetResourceConfigInput) GoString() string

GoString returns the string representation

func (BatchGetResourceConfigInput) 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/BatchGetResourceConfigResponse

func (BatchGetResourceConfigOutput) GoString

func (s BatchGetResourceConfigOutput) GoString() string

GoString returns the string representation

func (BatchGetResourceConfigOutput) SDKResponseMetadata

func (s BatchGetResourceConfigOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (BatchGetResourceConfigOutput) String

String returns the string representation

type BatchGetResourceConfigRequest

type BatchGetResourceConfigRequest struct {
	*aws.Request
	Input *BatchGetResourceConfigInput
	Copy  func(*BatchGetResourceConfigInput) BatchGetResourceConfigRequest
}

BatchGetResourceConfigRequest is a API request type for the BatchGetResourceConfig API operation.

func (BatchGetResourceConfigRequest) Send

Send marshals and sends the BatchGetResourceConfig API request.

type ChronologicalOrder

type ChronologicalOrder string
const (
	ChronologicalOrderReverse ChronologicalOrder = "Reverse"
	ChronologicalOrderForward ChronologicalOrder = "Forward"
)

Enum values for ChronologicalOrder

func (ChronologicalOrder) MarshalValue

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

func (ChronologicalOrder) MarshalValueBuf

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

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 ComplianceType `type:"string" enum:"true"`
	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/Compliance

func (Compliance) GoString

func (s Compliance) GoString() string

GoString returns the string representation

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ComplianceByConfigRule

func (ComplianceByConfigRule) GoString

func (s ComplianceByConfigRule) GoString() string

GoString returns the string representation

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ComplianceByResource

func (ComplianceByResource) GoString

func (s ComplianceByResource) GoString() string

GoString returns the string representation

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ComplianceContributorCount

func (ComplianceContributorCount) GoString

func (s ComplianceContributorCount) GoString() string

GoString returns the string representation

func (ComplianceContributorCount) 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" timestampFormat:"unix"`

	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ComplianceSummary

func (ComplianceSummary) GoString

func (s ComplianceSummary) GoString() string

GoString returns the string representation

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ComplianceSummaryByResourceType

func (ComplianceSummaryByResourceType) GoString

GoString returns the string representation

func (ComplianceSummaryByResourceType) String

String returns the string representation

type ComplianceType

type ComplianceType string
const (
	ComplianceTypeCompliant        ComplianceType = "COMPLIANT"
	ComplianceTypeNonCompliant     ComplianceType = "NON_COMPLIANT"
	ComplianceTypeNotApplicable    ComplianceType = "NOT_APPLICABLE"
	ComplianceTypeInsufficientData ComplianceType = "INSUFFICIENT_DATA"
)

Enum values for ComplianceType

func (ComplianceType) MarshalValue

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

func (ComplianceType) MarshalValueBuf

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

type ConfigExportDeliveryInfo

type ConfigExportDeliveryInfo struct {

	// The time of the last attempted delivery.
	LastAttemptTime *time.Time `locationName:"lastAttemptTime" type:"timestamp" timestampFormat:"unix"`

	// 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 DeliveryStatus `locationName:"lastStatus" type:"string" enum:"true"`

	// The time of the last successful delivery.
	LastSuccessfulTime *time.Time `locationName:"lastSuccessfulTime" type:"timestamp" timestampFormat:"unix"`

	// The time that the next delivery occurs.
	NextDeliveryTime *time.Time `locationName:"nextDeliveryTime" type:"timestamp" timestampFormat:"unix"`
	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigExportDeliveryInfo

func (ConfigExportDeliveryInfo) GoString

func (s ConfigExportDeliveryInfo) GoString() string

GoString returns the string representation

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

	// The ID of the AWS Config rule.
	ConfigRuleId *string `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 ConfigRuleState `type:"string" enum:"true"`

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

	// 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 (http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html) in the AWS Config Developer Guide. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigRule

func (ConfigRule) GoString

func (s ConfigRule) GoString() string

GoString returns the string representation

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

	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigRuleComplianceFilters

func (ConfigRuleComplianceFilters) GoString

func (s ConfigRuleComplianceFilters) GoString() string

GoString returns the string representation

func (ConfigRuleComplianceFilters) 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigRuleComplianceSummaryFilters

func (ConfigRuleComplianceSummaryFilters) GoString

GoString returns the string representation

func (ConfigRuleComplianceSummaryFilters) String

String returns the string representation

func (*ConfigRuleComplianceSummaryFilters) Validate

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

type ConfigRuleComplianceSummaryGroupKey

type ConfigRuleComplianceSummaryGroupKey string
const (
	ConfigRuleComplianceSummaryGroupKeyAccountId ConfigRuleComplianceSummaryGroupKey = "ACCOUNT_ID"
	ConfigRuleComplianceSummaryGroupKeyAwsRegion ConfigRuleComplianceSummaryGroupKey = "AWS_REGION"
)

Enum values for ConfigRuleComplianceSummaryGroupKey

func (ConfigRuleComplianceSummaryGroupKey) MarshalValue

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

func (ConfigRuleComplianceSummaryGroupKey) MarshalValueBuf

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

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" timestampFormat:"unix"`

	// 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"`

	// 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" timestampFormat:"unix"`

	// The time that AWS Config last failed to invoke the AWS Config rule to evaluate
	// your AWS resources.
	LastFailedInvocationTime *time.Time `type:"timestamp" timestampFormat:"unix"`

	// The time that AWS Config last successfully evaluated your AWS resources against
	// the rule.
	LastSuccessfulEvaluationTime *time.Time `type:"timestamp" timestampFormat:"unix"`

	// The time that AWS Config last successfully invoked the AWS Config rule to
	// evaluate your AWS resources.
	LastSuccessfulInvocationTime *time.Time `type:"timestamp" timestampFormat:"unix"`
	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigRuleEvaluationStatus

func (ConfigRuleEvaluationStatus) GoString

func (s ConfigRuleEvaluationStatus) GoString() string

GoString returns the string representation

func (ConfigRuleEvaluationStatus) String

String returns the string representation

type ConfigRuleState

type ConfigRuleState string
const (
	ConfigRuleStateActive          ConfigRuleState = "ACTIVE"
	ConfigRuleStateDeleting        ConfigRuleState = "DELETING"
	ConfigRuleStateDeletingResults ConfigRuleState = "DELETING_RESULTS"
	ConfigRuleStateEvaluating      ConfigRuleState = "EVALUATING"
)

Enum values for ConfigRuleState

func (ConfigRuleState) MarshalValue

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

func (ConfigRuleState) MarshalValueBuf

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

type ConfigService

type ConfigService struct {
	*aws.Client
}

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(config aws.Config) *ConfigService

New creates a new instance of the ConfigService client with a config.

Example:

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

func (*ConfigService) BatchGetResourceConfigRequest

func (c *ConfigService) BatchGetResourceConfigRequest(input *BatchGetResourceConfigInput) BatchGetResourceConfigRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/BatchGetResourceConfig

func (*ConfigService) DeleteAggregationAuthorizationRequest

func (c *ConfigService) DeleteAggregationAuthorizationRequest(input *DeleteAggregationAuthorizationInput) DeleteAggregationAuthorizationRequest

DeleteAggregationAuthorizationRequest returns a request value for making API operation for AWS Config.

Deletes the authorization granted to the specified configuration aggregator account in a specified region.

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteAggregationAuthorization

func (*ConfigService) DeleteConfigRuleRequest

func (c *ConfigService) DeleteConfigRuleRequest(input *DeleteConfigRuleInput) DeleteConfigRuleRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigRule

func (*ConfigService) DeleteConfigurationAggregatorRequest

func (c *ConfigService) DeleteConfigurationAggregatorRequest(input *DeleteConfigurationAggregatorInput) DeleteConfigurationAggregatorRequest

DeleteConfigurationAggregatorRequest returns a request value for making API operation for AWS Config.

Deletes the specified configuration aggregator and the aggregated data associated with the aggregator.

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigurationAggregator

func (*ConfigService) DeleteConfigurationRecorderRequest

func (c *ConfigService) DeleteConfigurationRecorderRequest(input *DeleteConfigurationRecorderInput) DeleteConfigurationRecorderRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigurationRecorder

func (*ConfigService) DeleteDeliveryChannelRequest

func (c *ConfigService) DeleteDeliveryChannelRequest(input *DeleteDeliveryChannelInput) DeleteDeliveryChannelRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteDeliveryChannel

func (*ConfigService) DeleteEvaluationResultsRequest

func (c *ConfigService) DeleteEvaluationResultsRequest(input *DeleteEvaluationResultsInput) DeleteEvaluationResultsRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteEvaluationResults

func (*ConfigService) DeletePendingAggregationRequestRequest

func (c *ConfigService) DeletePendingAggregationRequestRequest(input *DeletePendingAggregationRequestInput) DeletePendingAggregationRequestRequest

DeletePendingAggregationRequestRequest returns a request value for making API operation for AWS Config.

Deletes pending authorization requests for a specified aggregator account in a specified region.

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeletePendingAggregationRequest

func (*ConfigService) DeleteRetentionConfigurationRequest

func (c *ConfigService) DeleteRetentionConfigurationRequest(input *DeleteRetentionConfigurationInput) DeleteRetentionConfigurationRequest

DeleteRetentionConfigurationRequest returns a request value for making API operation for AWS Config.

Deletes the retention configuration.

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteRetentionConfiguration

func (*ConfigService) DeliverConfigSnapshotRequest

func (c *ConfigService) DeliverConfigSnapshotRequest(input *DeliverConfigSnapshotInput) DeliverConfigSnapshotRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeliverConfigSnapshot

func (*ConfigService) DescribeAggregateComplianceByConfigRulesRequest

func (c *ConfigService) DescribeAggregateComplianceByConfigRulesRequest(input *DescribeAggregateComplianceByConfigRulesInput) DescribeAggregateComplianceByConfigRulesRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeAggregateComplianceByConfigRules

func (*ConfigService) DescribeAggregationAuthorizationsRequest

func (c *ConfigService) DescribeAggregationAuthorizationsRequest(input *DescribeAggregationAuthorizationsInput) DescribeAggregationAuthorizationsRequest

DescribeAggregationAuthorizationsRequest returns a request value for making API operation for AWS Config.

Returns a list of authorizations granted to various aggregator accounts and regions.

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeAggregationAuthorizations

func (*ConfigService) DescribeComplianceByConfigRuleRequest

func (c *ConfigService) DescribeComplianceByConfigRuleRequest(input *DescribeComplianceByConfigRuleInput) DescribeComplianceByConfigRuleRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeComplianceByConfigRule

func (*ConfigService) DescribeComplianceByResourceRequest

func (c *ConfigService) DescribeComplianceByResourceRequest(input *DescribeComplianceByResourceInput) DescribeComplianceByResourceRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeComplianceByResource

func (*ConfigService) DescribeConfigRuleEvaluationStatusRequest

func (c *ConfigService) DescribeConfigRuleEvaluationStatusRequest(input *DescribeConfigRuleEvaluationStatusInput) DescribeConfigRuleEvaluationStatusRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigRuleEvaluationStatus

func (*ConfigService) DescribeConfigRulesRequest

func (c *ConfigService) DescribeConfigRulesRequest(input *DescribeConfigRulesInput) DescribeConfigRulesRequest

DescribeConfigRulesRequest returns a request value for making API operation for AWS Config.

Returns details about your AWS Config rules.

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigRules

func (*ConfigService) DescribeConfigurationAggregatorSourcesStatusRequest

DescribeConfigurationAggregatorSourcesStatusRequest returns a request value for making API operation for AWS Config.

Returns status information for sources within an aggregator. The status includes information about the last time AWS Config aggregated data from source accounts or AWS Config failed to aggregate data from source accounts with the related error code or message.

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationAggregatorSourcesStatus

func (*ConfigService) DescribeConfigurationAggregatorsRequest

func (c *ConfigService) DescribeConfigurationAggregatorsRequest(input *DescribeConfigurationAggregatorsInput) DescribeConfigurationAggregatorsRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationAggregators

func (*ConfigService) DescribeConfigurationRecorderStatusRequest

func (c *ConfigService) DescribeConfigurationRecorderStatusRequest(input *DescribeConfigurationRecorderStatusInput) DescribeConfigurationRecorderStatusRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationRecorderStatus

func (*ConfigService) DescribeConfigurationRecordersRequest

func (c *ConfigService) DescribeConfigurationRecordersRequest(input *DescribeConfigurationRecordersInput) DescribeConfigurationRecordersRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationRecorders

func (*ConfigService) DescribeDeliveryChannelStatusRequest

func (c *ConfigService) DescribeDeliveryChannelStatusRequest(input *DescribeDeliveryChannelStatusInput) DescribeDeliveryChannelStatusRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeDeliveryChannelStatus

func (*ConfigService) DescribeDeliveryChannelsRequest

func (c *ConfigService) DescribeDeliveryChannelsRequest(input *DescribeDeliveryChannelsInput) DescribeDeliveryChannelsRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeDeliveryChannels

func (*ConfigService) DescribePendingAggregationRequestsRequest

func (c *ConfigService) DescribePendingAggregationRequestsRequest(input *DescribePendingAggregationRequestsInput) DescribePendingAggregationRequestsRequest

DescribePendingAggregationRequestsRequest returns a request value for making API operation for AWS Config.

Returns a list of all pending aggregation requests.

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribePendingAggregationRequests

func (*ConfigService) DescribeRetentionConfigurationsRequest

func (c *ConfigService) DescribeRetentionConfigurationsRequest(input *DescribeRetentionConfigurationsInput) DescribeRetentionConfigurationsRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeRetentionConfigurations

func (*ConfigService) GetAggregateComplianceDetailsByConfigRuleRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateComplianceDetailsByConfigRule

func (*ConfigService) GetAggregateConfigRuleComplianceSummaryRequest

func (c *ConfigService) GetAggregateConfigRuleComplianceSummaryRequest(input *GetAggregateConfigRuleComplianceSummaryInput) GetAggregateConfigRuleComplianceSummaryRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateConfigRuleComplianceSummary

func (*ConfigService) GetComplianceDetailsByConfigRuleRequest

func (c *ConfigService) GetComplianceDetailsByConfigRuleRequest(input *GetComplianceDetailsByConfigRuleInput) GetComplianceDetailsByConfigRuleRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceDetailsByConfigRule

func (*ConfigService) GetComplianceDetailsByResourceRequest

func (c *ConfigService) GetComplianceDetailsByResourceRequest(input *GetComplianceDetailsByResourceInput) GetComplianceDetailsByResourceRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceDetailsByResource

func (*ConfigService) GetComplianceSummaryByConfigRuleRequest

func (c *ConfigService) GetComplianceSummaryByConfigRuleRequest(input *GetComplianceSummaryByConfigRuleInput) GetComplianceSummaryByConfigRuleRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceSummaryByConfigRule

func (*ConfigService) GetComplianceSummaryByResourceTypeRequest

func (c *ConfigService) GetComplianceSummaryByResourceTypeRequest(input *GetComplianceSummaryByResourceTypeInput) GetComplianceSummaryByResourceTypeRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceSummaryByResourceType

func (*ConfigService) GetDiscoveredResourceCountsRequest

func (c *ConfigService) GetDiscoveredResourceCountsRequest(input *GetDiscoveredResourceCountsInput) GetDiscoveredResourceCountsRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetDiscoveredResourceCounts

func (*ConfigService) GetResourceConfigHistoryRequest

func (c *ConfigService) GetResourceConfigHistoryRequest(input *GetResourceConfigHistoryInput) GetResourceConfigHistoryRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetResourceConfigHistory

func (*ConfigService) ListDiscoveredResourcesRequest

func (c *ConfigService) ListDiscoveredResourcesRequest(input *ListDiscoveredResourcesInput) ListDiscoveredResourcesRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListDiscoveredResources

func (*ConfigService) PutAggregationAuthorizationRequest

func (c *ConfigService) PutAggregationAuthorizationRequest(input *PutAggregationAuthorizationInput) PutAggregationAuthorizationRequest

PutAggregationAuthorizationRequest returns a request value for making API operation for AWS Config.

Authorizes the aggregator account and region to collect data from the source account and region.

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutAggregationAuthorization

func (*ConfigService) PutConfigRuleRequest

func (c *ConfigService) PutConfigRuleRequest(input *PutConfigRuleInput) PutConfigRuleRequest

PutConfigRuleRequest returns a request value for making 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 (http://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 50.

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 (http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html) in the AWS Config Developer Guide.

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigRule

func (*ConfigService) PutConfigurationAggregatorRequest

func (c *ConfigService) PutConfigurationAggregatorRequest(input *PutConfigurationAggregatorInput) PutConfigurationAggregatorRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigurationAggregator

func (*ConfigService) PutConfigurationRecorderRequest

func (c *ConfigService) PutConfigurationRecorderRequest(input *PutConfigurationRecorderInput) PutConfigurationRecorderRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigurationRecorder

func (*ConfigService) PutDeliveryChannelRequest

func (c *ConfigService) PutDeliveryChannelRequest(input *PutDeliveryChannelInput) PutDeliveryChannelRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutDeliveryChannel

func (*ConfigService) PutEvaluationsRequest

func (c *ConfigService) PutEvaluationsRequest(input *PutEvaluationsInput) PutEvaluationsRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutEvaluations

func (*ConfigService) PutRetentionConfigurationRequest

func (c *ConfigService) PutRetentionConfigurationRequest(input *PutRetentionConfigurationInput) PutRetentionConfigurationRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutRetentionConfiguration

func (*ConfigService) StartConfigRulesEvaluationRequest

func (c *ConfigService) StartConfigRulesEvaluationRequest(input *StartConfigRulesEvaluationInput) StartConfigRulesEvaluationRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StartConfigRulesEvaluation

func (*ConfigService) StartConfigurationRecorderRequest

func (c *ConfigService) StartConfigurationRecorderRequest(input *StartConfigurationRecorderInput) StartConfigurationRecorderRequest

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

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StartConfigurationRecorder

func (*ConfigService) StopConfigurationRecorderRequest

func (c *ConfigService) StopConfigurationRecorderRequest(input *StopConfigurationRecorderInput) StopConfigurationRecorderRequest

StopConfigurationRecorderRequest returns a request value for making API operation for AWS Config.

Stops recording configurations of the AWS resources you have selected to record in your AWS account.

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StopConfigurationRecorder

type ConfigSnapshotDeliveryProperties

type ConfigSnapshotDeliveryProperties struct {

	// The frequency with which AWS Config delivers configuration snapshots.
	DeliveryFrequency MaximumExecutionFrequency `locationName:"deliveryFrequency" type:"string" enum:"true"`
	// contains filtered or unexported fields
}

Provides options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket in your delivery channel.

If you want to create a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot, see the following:

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigSnapshotDeliveryProperties

func (ConfigSnapshotDeliveryProperties) GoString

GoString returns the string representation

func (ConfigSnapshotDeliveryProperties) 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 (http://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 DeliveryStatus `locationName:"lastStatus" type:"string" enum:"true"`

	// The time from the last status change.
	LastStatusChangeTime *time.Time `locationName:"lastStatusChangeTime" type:"timestamp" timestampFormat:"unix"`
	// contains filtered or unexported fields
}

A list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigStreamDeliveryInfo

func (ConfigStreamDeliveryInfo) GoString

func (s ConfigStreamDeliveryInfo) GoString() string

GoString returns the string representation

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" timestampFormat:"unix"`

	// The time of the last update.
	LastUpdatedTime *time.Time `type:"timestamp" timestampFormat:"unix"`

	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigurationAggregator

func (ConfigurationAggregator) GoString

func (s ConfigurationAggregator) GoString() string

GoString returns the string representation

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"`

	// 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" timestampFormat:"unix"`

	// 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 ConfigurationItemStatus `locationName:"configurationItemStatus" type:"string" enum:"true"`

	// 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 (http://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.
	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" timestampFormat:"unix"`

	// The ID of the resource (for example, sg-xxxxxx).
	ResourceId *string `locationName:"resourceId" type:"string"`

	// The custom name of the resource, if available.
	ResourceName *string `locationName:"resourceName" type:"string"`

	// The type of AWS resource.
	ResourceType ResourceType `locationName:"resourceType" type:"string" enum:"true"`

	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigurationItem

func (ConfigurationItem) GoString

func (s ConfigurationItem) GoString() string

GoString returns the string representation

func (ConfigurationItem) String

func (s ConfigurationItem) String() string

String returns the string representation

type ConfigurationItemStatus

type ConfigurationItemStatus string
const (
	ConfigurationItemStatusOk                         ConfigurationItemStatus = "OK"
	ConfigurationItemStatusResourceDiscovered         ConfigurationItemStatus = "ResourceDiscovered"
	ConfigurationItemStatusResourceNotRecorded        ConfigurationItemStatus = "ResourceNotRecorded"
	ConfigurationItemStatusResourceDeleted            ConfigurationItemStatus = "ResourceDeleted"
	ConfigurationItemStatusResourceDeletedNotRecorded ConfigurationItemStatus = "ResourceDeletedNotRecorded"
)

Enum values for ConfigurationItemStatus

func (ConfigurationItemStatus) MarshalValue

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

func (ConfigurationItemStatus) MarshalValueBuf

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

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigurationRecorder

func (ConfigurationRecorder) GoString

func (s ConfigurationRecorder) GoString() string

GoString returns the string representation

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" timestampFormat:"unix"`

	// The last (previous) status of the recorder.
	LastStatus RecorderStatus `locationName:"lastStatus" type:"string" enum:"true"`

	// The time when the status was last changed.
	LastStatusChangeTime *time.Time `locationName:"lastStatusChangeTime" type:"timestamp" timestampFormat:"unix"`

	// The time the recorder was last stopped.
	LastStopTime *time.Time `locationName:"lastStopTime" type:"timestamp" timestampFormat:"unix"`

	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigurationRecorderStatus

func (ConfigurationRecorderStatus) GoString

func (s ConfigurationRecorderStatus) GoString() string

GoString returns the string representation

func (ConfigurationRecorderStatus) 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteAggregationAuthorizationRequest

func (DeleteAggregationAuthorizationInput) GoString

GoString returns the string representation

func (DeleteAggregationAuthorizationInput) String

String returns the string representation

func (*DeleteAggregationAuthorizationInput) Validate

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

type DeleteAggregationAuthorizationOutput

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteAggregationAuthorizationOutput

func (DeleteAggregationAuthorizationOutput) GoString

GoString returns the string representation

func (DeleteAggregationAuthorizationOutput) SDKResponseMetadata

func (s DeleteAggregationAuthorizationOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteAggregationAuthorizationOutput) String

String returns the string representation

type DeleteAggregationAuthorizationRequest

type DeleteAggregationAuthorizationRequest struct {
	*aws.Request
	Input *DeleteAggregationAuthorizationInput
	Copy  func(*DeleteAggregationAuthorizationInput) DeleteAggregationAuthorizationRequest
}

DeleteAggregationAuthorizationRequest is a API request type for the DeleteAggregationAuthorization API operation.

func (DeleteAggregationAuthorizationRequest) Send

Send marshals and sends the DeleteAggregationAuthorization API request.

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigRuleRequest

func (DeleteConfigRuleInput) GoString

func (s DeleteConfigRuleInput) GoString() string

GoString returns the string representation

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigRuleOutput

func (DeleteConfigRuleOutput) GoString

func (s DeleteConfigRuleOutput) GoString() string

GoString returns the string representation

func (DeleteConfigRuleOutput) SDKResponseMetadata

func (s DeleteConfigRuleOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteConfigRuleOutput) String

func (s DeleteConfigRuleOutput) String() string

String returns the string representation

type DeleteConfigRuleRequest

type DeleteConfigRuleRequest struct {
	*aws.Request
	Input *DeleteConfigRuleInput
	Copy  func(*DeleteConfigRuleInput) DeleteConfigRuleRequest
}

DeleteConfigRuleRequest is a API request type for the DeleteConfigRule API operation.

func (DeleteConfigRuleRequest) Send

Send marshals and sends the DeleteConfigRule API request.

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigurationAggregatorRequest

func (DeleteConfigurationAggregatorInput) GoString

GoString returns the string representation

func (DeleteConfigurationAggregatorInput) String

String returns the string representation

func (*DeleteConfigurationAggregatorInput) Validate

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

type DeleteConfigurationAggregatorOutput

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigurationAggregatorOutput

func (DeleteConfigurationAggregatorOutput) GoString

GoString returns the string representation

func (DeleteConfigurationAggregatorOutput) SDKResponseMetadata

func (s DeleteConfigurationAggregatorOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteConfigurationAggregatorOutput) String

String returns the string representation

type DeleteConfigurationAggregatorRequest

type DeleteConfigurationAggregatorRequest struct {
	*aws.Request
	Input *DeleteConfigurationAggregatorInput
	Copy  func(*DeleteConfigurationAggregatorInput) DeleteConfigurationAggregatorRequest
}

DeleteConfigurationAggregatorRequest is a API request type for the DeleteConfigurationAggregator API operation.

func (DeleteConfigurationAggregatorRequest) Send

Send marshals and sends the DeleteConfigurationAggregator API request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigurationRecorderRequest

func (DeleteConfigurationRecorderInput) GoString

GoString returns the string representation

func (DeleteConfigurationRecorderInput) String

String returns the string representation

func (*DeleteConfigurationRecorderInput) Validate

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

type DeleteConfigurationRecorderOutput

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigurationRecorderOutput

func (DeleteConfigurationRecorderOutput) GoString

GoString returns the string representation

func (DeleteConfigurationRecorderOutput) SDKResponseMetadata

func (s DeleteConfigurationRecorderOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteConfigurationRecorderOutput) String

String returns the string representation

type DeleteConfigurationRecorderRequest

type DeleteConfigurationRecorderRequest struct {
	*aws.Request
	Input *DeleteConfigurationRecorderInput
	Copy  func(*DeleteConfigurationRecorderInput) DeleteConfigurationRecorderRequest
}

DeleteConfigurationRecorderRequest is a API request type for the DeleteConfigurationRecorder API operation.

func (DeleteConfigurationRecorderRequest) Send

Send marshals and sends the DeleteConfigurationRecorder API request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteDeliveryChannelRequest

func (DeleteDeliveryChannelInput) GoString

func (s DeleteDeliveryChannelInput) GoString() string

GoString returns the string representation

func (DeleteDeliveryChannelInput) 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteDeliveryChannelOutput

func (DeleteDeliveryChannelOutput) GoString

func (s DeleteDeliveryChannelOutput) GoString() string

GoString returns the string representation

func (DeleteDeliveryChannelOutput) SDKResponseMetadata

func (s DeleteDeliveryChannelOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteDeliveryChannelOutput) String

String returns the string representation

type DeleteDeliveryChannelRequest

type DeleteDeliveryChannelRequest struct {
	*aws.Request
	Input *DeleteDeliveryChannelInput
	Copy  func(*DeleteDeliveryChannelInput) DeleteDeliveryChannelRequest
}

DeleteDeliveryChannelRequest is a API request type for the DeleteDeliveryChannel API operation.

func (DeleteDeliveryChannelRequest) Send

Send marshals and sends the DeleteDeliveryChannel API request.

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteEvaluationResultsRequest

func (DeleteEvaluationResultsInput) GoString

func (s DeleteEvaluationResultsInput) GoString() string

GoString returns the string representation

func (DeleteEvaluationResultsInput) 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteEvaluationResultsResponse

func (DeleteEvaluationResultsOutput) GoString

GoString returns the string representation

func (DeleteEvaluationResultsOutput) SDKResponseMetadata

func (s DeleteEvaluationResultsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteEvaluationResultsOutput) String

String returns the string representation

type DeleteEvaluationResultsRequest

type DeleteEvaluationResultsRequest struct {
	*aws.Request
	Input *DeleteEvaluationResultsInput
	Copy  func(*DeleteEvaluationResultsInput) DeleteEvaluationResultsRequest
}

DeleteEvaluationResultsRequest is a API request type for the DeleteEvaluationResults API operation.

func (DeleteEvaluationResultsRequest) Send

Send marshals and sends the DeleteEvaluationResults API request.

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeletePendingAggregationRequestRequest

func (DeletePendingAggregationRequestInput) GoString

GoString returns the string representation

func (DeletePendingAggregationRequestInput) String

String returns the string representation

func (*DeletePendingAggregationRequestInput) Validate

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

type DeletePendingAggregationRequestOutput

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeletePendingAggregationRequestOutput

func (DeletePendingAggregationRequestOutput) GoString

GoString returns the string representation

func (DeletePendingAggregationRequestOutput) SDKResponseMetadata

func (s DeletePendingAggregationRequestOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeletePendingAggregationRequestOutput) String

String returns the string representation

type DeletePendingAggregationRequestRequest

type DeletePendingAggregationRequestRequest struct {
	*aws.Request
	Input *DeletePendingAggregationRequestInput
	Copy  func(*DeletePendingAggregationRequestInput) DeletePendingAggregationRequestRequest
}

DeletePendingAggregationRequestRequest is a API request type for the DeletePendingAggregationRequest API operation.

func (DeletePendingAggregationRequestRequest) Send

Send marshals and sends the DeletePendingAggregationRequest API request.

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteRetentionConfigurationRequest

func (DeleteRetentionConfigurationInput) GoString

GoString returns the string representation

func (DeleteRetentionConfigurationInput) String

String returns the string representation

func (*DeleteRetentionConfigurationInput) Validate

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

type DeleteRetentionConfigurationOutput

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteRetentionConfigurationOutput

func (DeleteRetentionConfigurationOutput) GoString

GoString returns the string representation

func (DeleteRetentionConfigurationOutput) SDKResponseMetadata

func (s DeleteRetentionConfigurationOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteRetentionConfigurationOutput) String

String returns the string representation

type DeleteRetentionConfigurationRequest

type DeleteRetentionConfigurationRequest struct {
	*aws.Request
	Input *DeleteRetentionConfigurationInput
	Copy  func(*DeleteRetentionConfigurationInput) DeleteRetentionConfigurationRequest
}

DeleteRetentionConfigurationRequest is a API request type for the DeleteRetentionConfiguration API operation.

func (DeleteRetentionConfigurationRequest) Send

Send marshals and sends the DeleteRetentionConfiguration API request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeliverConfigSnapshotRequest

func (DeliverConfigSnapshotInput) GoString

func (s DeliverConfigSnapshotInput) GoString() string

GoString returns the string representation

func (DeliverConfigSnapshotInput) 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeliverConfigSnapshotResponse

func (DeliverConfigSnapshotOutput) GoString

func (s DeliverConfigSnapshotOutput) GoString() string

GoString returns the string representation

func (DeliverConfigSnapshotOutput) SDKResponseMetadata

func (s DeliverConfigSnapshotOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeliverConfigSnapshotOutput) String

String returns the string representation

type DeliverConfigSnapshotRequest

type DeliverConfigSnapshotRequest struct {
	*aws.Request
	Input *DeliverConfigSnapshotInput
	Copy  func(*DeliverConfigSnapshotInput) DeliverConfigSnapshotRequest
}

DeliverConfigSnapshotRequest is a API request type for the DeliverConfigSnapshot API operation.

func (DeliverConfigSnapshotRequest) Send

Send marshals and sends the DeliverConfigSnapshot API request.

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 (http://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 (http://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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeliveryChannel

func (DeliveryChannel) GoString

func (s DeliveryChannel) GoString() string

GoString returns the string representation

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 Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeliveryChannelStatus

func (DeliveryChannelStatus) GoString

func (s DeliveryChannelStatus) GoString() string

GoString returns the string representation

func (DeliveryChannelStatus) String

func (s DeliveryChannelStatus) String() string

String returns the string representation

type DeliveryStatus

type DeliveryStatus string
const (
	DeliveryStatusSuccess       DeliveryStatus = "Success"
	DeliveryStatusFailure       DeliveryStatus = "Failure"
	DeliveryStatusNotApplicable DeliveryStatus = "Not_Applicable"
)

Enum values for DeliveryStatus

func (DeliveryStatus) MarshalValue

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

func (DeliveryStatus) MarshalValueBuf

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

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeAggregateComplianceByConfigRulesRequest

func (DescribeAggregateComplianceByConfigRulesInput) GoString

GoString returns the string representation

func (DescribeAggregateComplianceByConfigRulesInput) String

String returns the string representation

func (*DescribeAggregateComplianceByConfigRulesInput) Validate

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeAggregateComplianceByConfigRulesResponse

func (DescribeAggregateComplianceByConfigRulesOutput) GoString

GoString returns the string representation

func (DescribeAggregateComplianceByConfigRulesOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeAggregateComplianceByConfigRulesOutput) String

String returns the string representation

type DescribeAggregateComplianceByConfigRulesRequest

DescribeAggregateComplianceByConfigRulesRequest is a API request type for the DescribeAggregateComplianceByConfigRules API operation.

func (DescribeAggregateComplianceByConfigRulesRequest) Send

Send marshals and sends the DescribeAggregateComplianceByConfigRules API request.

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeAggregationAuthorizationsRequest

func (DescribeAggregationAuthorizationsInput) GoString

GoString returns the string representation

func (DescribeAggregationAuthorizationsInput) 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeAggregationAuthorizationsResponse

func (DescribeAggregationAuthorizationsOutput) GoString

GoString returns the string representation

func (DescribeAggregationAuthorizationsOutput) SDKResponseMetadata

func (s DescribeAggregationAuthorizationsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeAggregationAuthorizationsOutput) String

String returns the string representation

type DescribeAggregationAuthorizationsRequest

DescribeAggregationAuthorizationsRequest is a API request type for the DescribeAggregationAuthorizations API operation.

func (DescribeAggregationAuthorizationsRequest) Send

Send marshals and sends the DescribeAggregationAuthorizations API request.

type DescribeComplianceByConfigRuleInput

type DescribeComplianceByConfigRuleInput struct {

	// Filters the results by compliance.
	//
	// The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.
	ComplianceTypes []ComplianceType `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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeComplianceByConfigRuleRequest

func (DescribeComplianceByConfigRuleInput) GoString

GoString returns the string representation

func (DescribeComplianceByConfigRuleInput) 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeComplianceByConfigRuleResponse

func (DescribeComplianceByConfigRuleOutput) GoString

GoString returns the string representation

func (DescribeComplianceByConfigRuleOutput) SDKResponseMetadata

func (s DescribeComplianceByConfigRuleOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeComplianceByConfigRuleOutput) String

String returns the string representation

type DescribeComplianceByConfigRuleRequest

type DescribeComplianceByConfigRuleRequest struct {
	*aws.Request
	Input *DescribeComplianceByConfigRuleInput
	Copy  func(*DescribeComplianceByConfigRuleInput) DescribeComplianceByConfigRuleRequest
}

DescribeComplianceByConfigRuleRequest is a API request type for the DescribeComplianceByConfigRule API operation.

func (DescribeComplianceByConfigRuleRequest) Send

Send marshals and sends the DescribeComplianceByConfigRule API request.

type DescribeComplianceByResourceInput

type DescribeComplianceByResourceInput struct {

	// Filters the results by compliance.
	//
	// The allowed values are COMPLIANT and NON_COMPLIANT.
	ComplianceTypes []ComplianceType `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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeComplianceByResourceRequest

func (DescribeComplianceByResourceInput) GoString

GoString returns the string representation

func (DescribeComplianceByResourceInput) String

String returns the string representation

func (*DescribeComplianceByResourceInput) Validate

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeComplianceByResourceResponse

func (DescribeComplianceByResourceOutput) GoString

GoString returns the string representation

func (DescribeComplianceByResourceOutput) SDKResponseMetadata

func (s DescribeComplianceByResourceOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeComplianceByResourceOutput) String

String returns the string representation

type DescribeComplianceByResourceRequest

type DescribeComplianceByResourceRequest struct {
	*aws.Request
	Input *DescribeComplianceByResourceInput
	Copy  func(*DescribeComplianceByResourceInput) DescribeComplianceByResourceRequest
}

DescribeComplianceByResourceRequest is a API request type for the DescribeComplianceByResource API operation.

func (DescribeComplianceByResourceRequest) Send

Send marshals and sends the DescribeComplianceByResource API request.

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 50 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigRuleEvaluationStatusRequest

func (DescribeConfigRuleEvaluationStatusInput) GoString

GoString returns the string representation

func (DescribeConfigRuleEvaluationStatusInput) 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigRuleEvaluationStatusResponse

func (DescribeConfigRuleEvaluationStatusOutput) GoString

GoString returns the string representation

func (DescribeConfigRuleEvaluationStatusOutput) SDKResponseMetadata

func (s DescribeConfigRuleEvaluationStatusOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeConfigRuleEvaluationStatusOutput) String

String returns the string representation

type DescribeConfigRuleEvaluationStatusRequest

DescribeConfigRuleEvaluationStatusRequest is a API request type for the DescribeConfigRuleEvaluationStatus API operation.

func (DescribeConfigRuleEvaluationStatusRequest) Send

Send marshals and sends the DescribeConfigRuleEvaluationStatus API request.

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigRulesRequest

func (DescribeConfigRulesInput) GoString

func (s DescribeConfigRulesInput) GoString() string

GoString returns the string representation

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigRulesResponse

func (DescribeConfigRulesOutput) GoString

func (s DescribeConfigRulesOutput) GoString() string

GoString returns the string representation

func (DescribeConfigRulesOutput) SDKResponseMetadata

func (s DescribeConfigRulesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeConfigRulesOutput) String

func (s DescribeConfigRulesOutput) String() string

String returns the string representation

type DescribeConfigRulesRequest

type DescribeConfigRulesRequest struct {
	*aws.Request
	Input *DescribeConfigRulesInput
	Copy  func(*DescribeConfigRulesInput) DescribeConfigRulesRequest
}

DescribeConfigRulesRequest is a API request type for the DescribeConfigRules API operation.

func (DescribeConfigRulesRequest) Send

Send marshals and sends the DescribeConfigRules API request.

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 []AggregatedSourceStatusType `min:"1" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationAggregatorSourcesStatusRequest

func (DescribeConfigurationAggregatorSourcesStatusInput) GoString

GoString returns the string representation

func (DescribeConfigurationAggregatorSourcesStatusInput) String

String returns the string representation

func (*DescribeConfigurationAggregatorSourcesStatusInput) Validate

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationAggregatorSourcesStatusResponse

func (DescribeConfigurationAggregatorSourcesStatusOutput) GoString

GoString returns the string representation

func (DescribeConfigurationAggregatorSourcesStatusOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeConfigurationAggregatorSourcesStatusOutput) String

String returns the string representation

type DescribeConfigurationAggregatorSourcesStatusRequest

DescribeConfigurationAggregatorSourcesStatusRequest is a API request type for the DescribeConfigurationAggregatorSourcesStatus API operation.

func (DescribeConfigurationAggregatorSourcesStatusRequest) Send

Send marshals and sends the DescribeConfigurationAggregatorSourcesStatus API request.

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationAggregatorsRequest

func (DescribeConfigurationAggregatorsInput) GoString

GoString returns the string representation

func (DescribeConfigurationAggregatorsInput) 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationAggregatorsResponse

func (DescribeConfigurationAggregatorsOutput) GoString

GoString returns the string representation

func (DescribeConfigurationAggregatorsOutput) SDKResponseMetadata

func (s DescribeConfigurationAggregatorsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeConfigurationAggregatorsOutput) String

String returns the string representation

type DescribeConfigurationAggregatorsRequest

type DescribeConfigurationAggregatorsRequest struct {
	*aws.Request
	Input *DescribeConfigurationAggregatorsInput
	Copy  func(*DescribeConfigurationAggregatorsInput) DescribeConfigurationAggregatorsRequest
}

DescribeConfigurationAggregatorsRequest is a API request type for the DescribeConfigurationAggregators API operation.

func (DescribeConfigurationAggregatorsRequest) Send

Send marshals and sends the DescribeConfigurationAggregators API request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationRecorderStatusRequest

func (DescribeConfigurationRecorderStatusInput) GoString

GoString returns the string representation

func (DescribeConfigurationRecorderStatusInput) 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationRecorderStatusResponse

func (DescribeConfigurationRecorderStatusOutput) GoString

GoString returns the string representation

func (DescribeConfigurationRecorderStatusOutput) SDKResponseMetadata

func (s DescribeConfigurationRecorderStatusOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeConfigurationRecorderStatusOutput) String

String returns the string representation

type DescribeConfigurationRecorderStatusRequest

DescribeConfigurationRecorderStatusRequest is a API request type for the DescribeConfigurationRecorderStatus API operation.

func (DescribeConfigurationRecorderStatusRequest) Send

Send marshals and sends the DescribeConfigurationRecorderStatus API request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationRecordersRequest

func (DescribeConfigurationRecordersInput) GoString

GoString returns the string representation

func (DescribeConfigurationRecordersInput) 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationRecordersResponse

func (DescribeConfigurationRecordersOutput) GoString

GoString returns the string representation

func (DescribeConfigurationRecordersOutput) SDKResponseMetadata

func (s DescribeConfigurationRecordersOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeConfigurationRecordersOutput) String

String returns the string representation

type DescribeConfigurationRecordersRequest

type DescribeConfigurationRecordersRequest struct {
	*aws.Request
	Input *DescribeConfigurationRecordersInput
	Copy  func(*DescribeConfigurationRecordersInput) DescribeConfigurationRecordersRequest
}

DescribeConfigurationRecordersRequest is a API request type for the DescribeConfigurationRecorders API operation.

func (DescribeConfigurationRecordersRequest) Send

Send marshals and sends the DescribeConfigurationRecorders API request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeDeliveryChannelStatusRequest

func (DescribeDeliveryChannelStatusInput) GoString

GoString returns the string representation

func (DescribeDeliveryChannelStatusInput) 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeDeliveryChannelStatusResponse

func (DescribeDeliveryChannelStatusOutput) GoString

GoString returns the string representation

func (DescribeDeliveryChannelStatusOutput) SDKResponseMetadata

func (s DescribeDeliveryChannelStatusOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeDeliveryChannelStatusOutput) String

String returns the string representation

type DescribeDeliveryChannelStatusRequest

type DescribeDeliveryChannelStatusRequest struct {
	*aws.Request
	Input *DescribeDeliveryChannelStatusInput
	Copy  func(*DescribeDeliveryChannelStatusInput) DescribeDeliveryChannelStatusRequest
}

DescribeDeliveryChannelStatusRequest is a API request type for the DescribeDeliveryChannelStatus API operation.

func (DescribeDeliveryChannelStatusRequest) Send

Send marshals and sends the DescribeDeliveryChannelStatus API request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeDeliveryChannelsRequest

func (DescribeDeliveryChannelsInput) GoString

GoString returns the string representation

func (DescribeDeliveryChannelsInput) 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeDeliveryChannelsResponse

func (DescribeDeliveryChannelsOutput) GoString

GoString returns the string representation

func (DescribeDeliveryChannelsOutput) SDKResponseMetadata

func (s DescribeDeliveryChannelsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeDeliveryChannelsOutput) String

String returns the string representation

type DescribeDeliveryChannelsRequest

type DescribeDeliveryChannelsRequest struct {
	*aws.Request
	Input *DescribeDeliveryChannelsInput
	Copy  func(*DescribeDeliveryChannelsInput) DescribeDeliveryChannelsRequest
}

DescribeDeliveryChannelsRequest is a API request type for the DescribeDeliveryChannels API operation.

func (DescribeDeliveryChannelsRequest) Send

Send marshals and sends the DescribeDeliveryChannels API request.

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribePendingAggregationRequestsRequest

func (DescribePendingAggregationRequestsInput) GoString

GoString returns the string representation

func (DescribePendingAggregationRequestsInput) 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribePendingAggregationRequestsResponse

func (DescribePendingAggregationRequestsOutput) GoString

GoString returns the string representation

func (DescribePendingAggregationRequestsOutput) SDKResponseMetadata

func (s DescribePendingAggregationRequestsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribePendingAggregationRequestsOutput) String

String returns the string representation

type DescribePendingAggregationRequestsRequest

DescribePendingAggregationRequestsRequest is a API request type for the DescribePendingAggregationRequests API operation.

func (DescribePendingAggregationRequestsRequest) Send

Send marshals and sends the DescribePendingAggregationRequests API request.

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeRetentionConfigurationsRequest

func (DescribeRetentionConfigurationsInput) GoString

GoString returns the string representation

func (DescribeRetentionConfigurationsInput) 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeRetentionConfigurationsResponse

func (DescribeRetentionConfigurationsOutput) GoString

GoString returns the string representation

func (DescribeRetentionConfigurationsOutput) SDKResponseMetadata

func (s DescribeRetentionConfigurationsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeRetentionConfigurationsOutput) String

String returns the string representation

type DescribeRetentionConfigurationsRequest

type DescribeRetentionConfigurationsRequest struct {
	*aws.Request
	Input *DescribeRetentionConfigurationsInput
	Copy  func(*DescribeRetentionConfigurationsInput) DescribeRetentionConfigurationsRequest
}

DescribeRetentionConfigurationsRequest is a API request type for the DescribeRetentionConfigurations API operation.

func (DescribeRetentionConfigurationsRequest) Send

Send marshals and sends the DescribeRetentionConfigurations API request.

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

	// 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" timestampFormat:"unix" 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/Evaluation

func (Evaluation) GoString

func (s Evaluation) GoString() string

GoString returns the string representation

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

	// The time when the AWS Config rule evaluated the AWS resource.
	ConfigRuleInvokedTime *time.Time `type:"timestamp" timestampFormat:"unix"`

	// Uniquely identifies the evaluation result.
	EvaluationResultIdentifier *EvaluationResultIdentifier `type:"structure"`

	// The time when AWS Config recorded the evaluation result.
	ResultRecordedTime *time.Time `type:"timestamp" timestampFormat:"unix"`

	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/EvaluationResult

func (EvaluationResult) GoString

func (s EvaluationResult) GoString() string

GoString returns the string representation

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

Uniquely identifies an evaluation result. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/EvaluationResultIdentifier

func (EvaluationResultIdentifier) GoString

func (s EvaluationResultIdentifier) GoString() string

GoString returns the string representation

func (EvaluationResultIdentifier) 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/EvaluationResultQualifier

func (EvaluationResultQualifier) GoString

func (s EvaluationResultQualifier) GoString() string

GoString returns the string representation

func (EvaluationResultQualifier) String

func (s EvaluationResultQualifier) String() string

String returns the string representation

type EventSource

type EventSource string
const (
	EventSourceAwsConfig EventSource = "aws.config"
)

Enum values for EventSource

func (EventSource) MarshalValue

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

func (EventSource) MarshalValueBuf

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

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

	// 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateComplianceDetailsByConfigRuleRequest

func (GetAggregateComplianceDetailsByConfigRuleInput) GoString

GoString returns the string representation

func (GetAggregateComplianceDetailsByConfigRuleInput) String

String returns the string representation

func (*GetAggregateComplianceDetailsByConfigRuleInput) Validate

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateComplianceDetailsByConfigRuleResponse

func (GetAggregateComplianceDetailsByConfigRuleOutput) GoString

GoString returns the string representation

func (GetAggregateComplianceDetailsByConfigRuleOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (GetAggregateComplianceDetailsByConfigRuleOutput) String

String returns the string representation

type GetAggregateComplianceDetailsByConfigRuleRequest

GetAggregateComplianceDetailsByConfigRuleRequest is a API request type for the GetAggregateComplianceDetailsByConfigRule API operation.

func (GetAggregateComplianceDetailsByConfigRuleRequest) Send

Send marshals and sends the GetAggregateComplianceDetailsByConfigRule API request.

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

	// 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateConfigRuleComplianceSummaryRequest

func (GetAggregateConfigRuleComplianceSummaryInput) GoString

GoString returns the string representation

func (GetAggregateConfigRuleComplianceSummaryInput) String

String returns the string representation

func (*GetAggregateConfigRuleComplianceSummaryInput) Validate

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateConfigRuleComplianceSummaryResponse

func (GetAggregateConfigRuleComplianceSummaryOutput) GoString

GoString returns the string representation

func (GetAggregateConfigRuleComplianceSummaryOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (GetAggregateConfigRuleComplianceSummaryOutput) String

String returns the string representation

type GetAggregateConfigRuleComplianceSummaryRequest

GetAggregateConfigRuleComplianceSummaryRequest is a API request type for the GetAggregateConfigRuleComplianceSummary API operation.

func (GetAggregateConfigRuleComplianceSummaryRequest) Send

Send marshals and sends the GetAggregateConfigRuleComplianceSummary API request.

type GetComplianceDetailsByConfigRuleInput

type GetComplianceDetailsByConfigRuleInput struct {

	// Filters the results by compliance.
	//
	// The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
	ComplianceTypes []ComplianceType `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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceDetailsByConfigRuleRequest

func (GetComplianceDetailsByConfigRuleInput) GoString

GoString returns the string representation

func (GetComplianceDetailsByConfigRuleInput) String

String returns the string representation

func (*GetComplianceDetailsByConfigRuleInput) Validate

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceDetailsByConfigRuleResponse

func (GetComplianceDetailsByConfigRuleOutput) GoString

GoString returns the string representation

func (GetComplianceDetailsByConfigRuleOutput) SDKResponseMetadata

func (s GetComplianceDetailsByConfigRuleOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (GetComplianceDetailsByConfigRuleOutput) String

String returns the string representation

type GetComplianceDetailsByConfigRuleRequest

type GetComplianceDetailsByConfigRuleRequest struct {
	*aws.Request
	Input *GetComplianceDetailsByConfigRuleInput
	Copy  func(*GetComplianceDetailsByConfigRuleInput) GetComplianceDetailsByConfigRuleRequest
}

GetComplianceDetailsByConfigRuleRequest is a API request type for the GetComplianceDetailsByConfigRule API operation.

func (GetComplianceDetailsByConfigRuleRequest) Send

Send marshals and sends the GetComplianceDetailsByConfigRule API request.

type GetComplianceDetailsByResourceInput

type GetComplianceDetailsByResourceInput struct {

	// Filters the results by compliance.
	//
	// The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
	ComplianceTypes []ComplianceType `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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceDetailsByResourceRequest

func (GetComplianceDetailsByResourceInput) GoString

GoString returns the string representation

func (GetComplianceDetailsByResourceInput) String

String returns the string representation

func (*GetComplianceDetailsByResourceInput) Validate

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceDetailsByResourceResponse

func (GetComplianceDetailsByResourceOutput) GoString

GoString returns the string representation

func (GetComplianceDetailsByResourceOutput) SDKResponseMetadata

func (s GetComplianceDetailsByResourceOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (GetComplianceDetailsByResourceOutput) String

String returns the string representation

type GetComplianceDetailsByResourceRequest

type GetComplianceDetailsByResourceRequest struct {
	*aws.Request
	Input *GetComplianceDetailsByResourceInput
	Copy  func(*GetComplianceDetailsByResourceInput) GetComplianceDetailsByResourceRequest
}

GetComplianceDetailsByResourceRequest is a API request type for the GetComplianceDetailsByResource API operation.

func (GetComplianceDetailsByResourceRequest) Send

Send marshals and sends the GetComplianceDetailsByResource API request.

type GetComplianceSummaryByConfigRuleInput

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceSummaryByConfigRuleInput

func (GetComplianceSummaryByConfigRuleInput) GoString

GoString returns the string representation

func (GetComplianceSummaryByConfigRuleInput) 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceSummaryByConfigRuleResponse

func (GetComplianceSummaryByConfigRuleOutput) GoString

GoString returns the string representation

func (GetComplianceSummaryByConfigRuleOutput) SDKResponseMetadata

func (s GetComplianceSummaryByConfigRuleOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (GetComplianceSummaryByConfigRuleOutput) String

String returns the string representation

type GetComplianceSummaryByConfigRuleRequest

type GetComplianceSummaryByConfigRuleRequest struct {
	*aws.Request
	Input *GetComplianceSummaryByConfigRuleInput
	Copy  func(*GetComplianceSummaryByConfigRuleInput) GetComplianceSummaryByConfigRuleRequest
}

GetComplianceSummaryByConfigRuleRequest is a API request type for the GetComplianceSummaryByConfigRule API operation.

func (GetComplianceSummaryByConfigRuleRequest) Send

Send marshals and sends the GetComplianceSummaryByConfigRule API request.

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceSummaryByResourceTypeRequest

func (GetComplianceSummaryByResourceTypeInput) GoString

GoString returns the string representation

func (GetComplianceSummaryByResourceTypeInput) 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceSummaryByResourceTypeResponse

func (GetComplianceSummaryByResourceTypeOutput) GoString

GoString returns the string representation

func (GetComplianceSummaryByResourceTypeOutput) SDKResponseMetadata

func (s GetComplianceSummaryByResourceTypeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (GetComplianceSummaryByResourceTypeOutput) String

String returns the string representation

type GetComplianceSummaryByResourceTypeRequest

GetComplianceSummaryByResourceTypeRequest is a API request type for the GetComplianceSummaryByResourceType API operation.

func (GetComplianceSummaryByResourceTypeRequest) Send

Send marshals and sends the GetComplianceSummaryByResourceType API request.

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetDiscoveredResourceCountsRequest

func (GetDiscoveredResourceCountsInput) GoString

GoString returns the string representation

func (GetDiscoveredResourceCountsInput) 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetDiscoveredResourceCountsResponse

func (GetDiscoveredResourceCountsOutput) GoString

GoString returns the string representation

func (GetDiscoveredResourceCountsOutput) SDKResponseMetadata

func (s GetDiscoveredResourceCountsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (GetDiscoveredResourceCountsOutput) String

String returns the string representation

type GetDiscoveredResourceCountsRequest

type GetDiscoveredResourceCountsRequest struct {
	*aws.Request
	Input *GetDiscoveredResourceCountsInput
	Copy  func(*GetDiscoveredResourceCountsInput) GetDiscoveredResourceCountsRequest
}

GetDiscoveredResourceCountsRequest is a API request type for the GetDiscoveredResourceCounts API operation.

func (GetDiscoveredResourceCountsRequest) Send

Send marshals and sends the GetDiscoveredResourceCounts API request.

type GetResourceConfigHistoryInput

type GetResourceConfigHistoryInput struct {

	// The chronological order for configuration items listed. By default, the results
	// are listed in reverse chronological order.
	ChronologicalOrder ChronologicalOrder `locationName:"chronologicalOrder" type:"string" enum:"true"`

	// 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" timestampFormat:"unix"`

	// The time stamp that indicates a later time. If not specified, current time
	// is taken.
	LaterTime *time.Time `locationName:"laterTime" type:"timestamp" timestampFormat:"unix"`

	// 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" type:"string" required:"true"`

	// The resource type.
	//
	// ResourceType is a required field
	ResourceType ResourceType `locationName:"resourceType" type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

The input for the GetResourceConfigHistory action. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetResourceConfigHistoryRequest

func (GetResourceConfigHistoryInput) GoString

GoString returns the string representation

func (GetResourceConfigHistoryInput) 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetResourceConfigHistoryResponse

func (GetResourceConfigHistoryOutput) GoString

GoString returns the string representation

func (GetResourceConfigHistoryOutput) SDKResponseMetadata

func (s GetResourceConfigHistoryOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (GetResourceConfigHistoryOutput) String

String returns the string representation

type GetResourceConfigHistoryPager

type GetResourceConfigHistoryPager struct {
	aws.Pager
}

GetResourceConfigHistoryPager is used to paginate the request. This can be done by calling Next and CurrentPage.

func (*GetResourceConfigHistoryPager) CurrentPage

type GetResourceConfigHistoryRequest

type GetResourceConfigHistoryRequest struct {
	*aws.Request
	Input *GetResourceConfigHistoryInput
	Copy  func(*GetResourceConfigHistoryInput) GetResourceConfigHistoryRequest
}

GetResourceConfigHistoryRequest is a API request type for the GetResourceConfigHistory API operation.

func (*GetResourceConfigHistoryRequest) Paginate

Paginate pages iterates over the pages of a GetResourceConfigHistoryRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.

Note: This operation can generate multiple requests to a service.

   // Example iterating over at most 3 pages of a GetResourceConfigHistory operation.
		req := client.GetResourceConfigHistoryRequest(input)
		p := req.Paginate()
		for p.Next() {
			page := p.CurrentPage()
		}

		if err := p.Err(); err != nil {
			return err
		}

func (GetResourceConfigHistoryRequest) Send

Send marshals and sends the GetResourceConfigHistory API request.

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListDiscoveredResourcesRequest

func (ListDiscoveredResourcesInput) GoString

func (s ListDiscoveredResourcesInput) GoString() string

GoString returns the string representation

func (ListDiscoveredResourcesInput) 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListDiscoveredResourcesResponse

func (ListDiscoveredResourcesOutput) GoString

GoString returns the string representation

func (ListDiscoveredResourcesOutput) SDKResponseMetadata

func (s ListDiscoveredResourcesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ListDiscoveredResourcesOutput) String

String returns the string representation

type ListDiscoveredResourcesRequest

type ListDiscoveredResourcesRequest struct {
	*aws.Request
	Input *ListDiscoveredResourcesInput
	Copy  func(*ListDiscoveredResourcesInput) ListDiscoveredResourcesRequest
}

ListDiscoveredResourcesRequest is a API request type for the ListDiscoveredResources API operation.

func (ListDiscoveredResourcesRequest) Send

Send marshals and sends the ListDiscoveredResources API request.

type MaximumExecutionFrequency

type MaximumExecutionFrequency string
const (
	MaximumExecutionFrequencyOneHour         MaximumExecutionFrequency = "One_Hour"
	MaximumExecutionFrequencyThreeHours      MaximumExecutionFrequency = "Three_Hours"
	MaximumExecutionFrequencySixHours        MaximumExecutionFrequency = "Six_Hours"
	MaximumExecutionFrequencyTwelveHours     MaximumExecutionFrequency = "Twelve_Hours"
	MaximumExecutionFrequencyTwentyFourHours MaximumExecutionFrequency = "TwentyFour_Hours"
)

Enum values for MaximumExecutionFrequency

func (MaximumExecutionFrequency) MarshalValue

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

func (MaximumExecutionFrequency) MarshalValueBuf

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

type MessageType

type MessageType string
const (
	MessageTypeConfigurationItemChangeNotification          MessageType = "ConfigurationItemChangeNotification"
	MessageTypeConfigurationSnapshotDeliveryCompleted       MessageType = "ConfigurationSnapshotDeliveryCompleted"
	MessageTypeScheduledNotification                        MessageType = "ScheduledNotification"
	MessageTypeOversizedConfigurationItemChangeNotification MessageType = "OversizedConfigurationItemChangeNotification"
)

Enum values for MessageType

func (MessageType) MarshalValue

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

func (MessageType) MarshalValueBuf

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

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 retreive 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 setup the aggregator and an IAM role to retrieve organization details. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/OrganizationAggregationSource

func (OrganizationAggregationSource) GoString

GoString returns the string representation

func (OrganizationAggregationSource) 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 Owner

type Owner string
const (
	OwnerCustomLambda Owner = "CUSTOM_LAMBDA"
	OwnerAws          Owner = "AWS"
)

Enum values for Owner

func (Owner) MarshalValue

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

func (Owner) MarshalValueBuf

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

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PendingAggregationRequest

func (PendingAggregationRequest) GoString

func (s PendingAggregationRequest) GoString() string

GoString returns the string representation

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutAggregationAuthorizationRequest

func (PutAggregationAuthorizationInput) GoString

GoString returns the string representation

func (PutAggregationAuthorizationInput) String

String returns the string representation

func (*PutAggregationAuthorizationInput) Validate

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutAggregationAuthorizationResponse

func (PutAggregationAuthorizationOutput) GoString

GoString returns the string representation

func (PutAggregationAuthorizationOutput) SDKResponseMetadata

func (s PutAggregationAuthorizationOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (PutAggregationAuthorizationOutput) String

String returns the string representation

type PutAggregationAuthorizationRequest

type PutAggregationAuthorizationRequest struct {
	*aws.Request
	Input *PutAggregationAuthorizationInput
	Copy  func(*PutAggregationAuthorizationInput) PutAggregationAuthorizationRequest
}

PutAggregationAuthorizationRequest is a API request type for the PutAggregationAuthorization API operation.

func (PutAggregationAuthorizationRequest) Send

Send marshals and sends the PutAggregationAuthorization API request.

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigRuleRequest

func (PutConfigRuleInput) GoString

func (s PutConfigRuleInput) GoString() string

GoString returns the string representation

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigRuleOutput

func (PutConfigRuleOutput) GoString

func (s PutConfigRuleOutput) GoString() string

GoString returns the string representation

func (PutConfigRuleOutput) SDKResponseMetadata

func (s PutConfigRuleOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (PutConfigRuleOutput) String

func (s PutConfigRuleOutput) String() string

String returns the string representation

type PutConfigRuleRequest

type PutConfigRuleRequest struct {
	*aws.Request
	Input *PutConfigRuleInput
	Copy  func(*PutConfigRuleInput) PutConfigRuleRequest
}

PutConfigRuleRequest is a API request type for the PutConfigRule API operation.

func (PutConfigRuleRequest) Send

Send marshals and sends the PutConfigRule API request.

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

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigurationAggregatorRequest

func (PutConfigurationAggregatorInput) GoString

GoString returns the string representation

func (PutConfigurationAggregatorInput) 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigurationAggregatorResponse

func (PutConfigurationAggregatorOutput) GoString

GoString returns the string representation

func (PutConfigurationAggregatorOutput) SDKResponseMetadata

func (s PutConfigurationAggregatorOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (PutConfigurationAggregatorOutput) String

String returns the string representation

type PutConfigurationAggregatorRequest

type PutConfigurationAggregatorRequest struct {
	*aws.Request
	Input *PutConfigurationAggregatorInput
	Copy  func(*PutConfigurationAggregatorInput) PutConfigurationAggregatorRequest
}

PutConfigurationAggregatorRequest is a API request type for the PutConfigurationAggregator API operation.

func (PutConfigurationAggregatorRequest) Send

Send marshals and sends the PutConfigurationAggregator API request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigurationRecorderRequest

func (PutConfigurationRecorderInput) GoString

GoString returns the string representation

func (PutConfigurationRecorderInput) 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigurationRecorderOutput

func (PutConfigurationRecorderOutput) GoString

GoString returns the string representation

func (PutConfigurationRecorderOutput) SDKResponseMetadata

func (s PutConfigurationRecorderOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (PutConfigurationRecorderOutput) String

String returns the string representation

type PutConfigurationRecorderRequest

type PutConfigurationRecorderRequest struct {
	*aws.Request
	Input *PutConfigurationRecorderInput
	Copy  func(*PutConfigurationRecorderInput) PutConfigurationRecorderRequest
}

PutConfigurationRecorderRequest is a API request type for the PutConfigurationRecorder API operation.

func (PutConfigurationRecorderRequest) Send

Send marshals and sends the PutConfigurationRecorder API request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutDeliveryChannelRequest

func (PutDeliveryChannelInput) GoString

func (s PutDeliveryChannelInput) GoString() string

GoString returns the string representation

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutDeliveryChannelOutput

func (PutDeliveryChannelOutput) GoString

func (s PutDeliveryChannelOutput) GoString() string

GoString returns the string representation

func (PutDeliveryChannelOutput) SDKResponseMetadata

func (s PutDeliveryChannelOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (PutDeliveryChannelOutput) String

func (s PutDeliveryChannelOutput) String() string

String returns the string representation

type PutDeliveryChannelRequest

type PutDeliveryChannelRequest struct {
	*aws.Request
	Input *PutDeliveryChannelInput
	Copy  func(*PutDeliveryChannelInput) PutDeliveryChannelRequest
}

PutDeliveryChannelRequest is a API request type for the PutDeliveryChannel API operation.

func (PutDeliveryChannelRequest) Send

Send marshals and sends the PutDeliveryChannel API request.

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutEvaluationsRequest

func (PutEvaluationsInput) GoString

func (s PutEvaluationsInput) GoString() string

GoString returns the string representation

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutEvaluationsResponse

func (PutEvaluationsOutput) GoString

func (s PutEvaluationsOutput) GoString() string

GoString returns the string representation

func (PutEvaluationsOutput) SDKResponseMetadata

func (s PutEvaluationsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (PutEvaluationsOutput) String

func (s PutEvaluationsOutput) String() string

String returns the string representation

type PutEvaluationsRequest

type PutEvaluationsRequest struct {
	*aws.Request
	Input *PutEvaluationsInput
	Copy  func(*PutEvaluationsInput) PutEvaluationsRequest
}

PutEvaluationsRequest is a API request type for the PutEvaluations API operation.

func (PutEvaluationsRequest) Send

Send marshals and sends the PutEvaluations API request.

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutRetentionConfigurationRequest

func (PutRetentionConfigurationInput) GoString

GoString returns the string representation

func (PutRetentionConfigurationInput) 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutRetentionConfigurationResponse

func (PutRetentionConfigurationOutput) GoString

GoString returns the string representation

func (PutRetentionConfigurationOutput) SDKResponseMetadata

func (s PutRetentionConfigurationOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (PutRetentionConfigurationOutput) String

String returns the string representation

type PutRetentionConfigurationRequest

type PutRetentionConfigurationRequest struct {
	*aws.Request
	Input *PutRetentionConfigurationInput
	Copy  func(*PutRetentionConfigurationInput) PutRetentionConfigurationRequest
}

PutRetentionConfigurationRequest is a API request type for the PutRetentionConfiguration API operation.

func (PutRetentionConfigurationRequest) Send

Send marshals and sends the PutRetentionConfiguration API request.

type RecorderStatus

type RecorderStatus string
const (
	RecorderStatusPending RecorderStatus = "Pending"
	RecorderStatusSuccess RecorderStatus = "Success"
	RecorderStatusFailure RecorderStatus = "Failure"
)

Enum values for RecorderStatus

func (RecorderStatus) MarshalValue

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

func (RecorderStatus) MarshalValueBuf

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

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 (http://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources).
	ResourceTypes []ResourceType `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 (http://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources).

For more information, see Selecting Which Resources AWS Config Records (http://docs.aws.amazon.com/config/latest/developerguide/select-resources.html). Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/RecordingGroup

func (RecordingGroup) GoString

func (s RecordingGroup) GoString() string

GoString returns the string representation

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

The relationship of the related resource to the main resource. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/Relationship

func (Relationship) GoString

func (s Relationship) GoString() string

GoString returns the string representation

func (Relationship) String

func (s Relationship) String() string

String returns the string representation

type ResourceCount

type ResourceCount struct {

	// The number of resources.
	Count *int64 `locationName:"count" type:"long"`

	// The resource type (for example, "AWS::EC2::Instance").
	ResourceType ResourceType `locationName:"resourceType" type:"string" enum:"true"`
	// contains filtered or unexported fields
}

An object that contains the resource type and the number of resources. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ResourceCount

func (ResourceCount) GoString

func (s ResourceCount) GoString() string

GoString returns the string representation

func (ResourceCount) String

func (s ResourceCount) String() string

String returns the string representation

type ResourceIdentifier

type ResourceIdentifier struct {

	// The time that the resource was deleted.
	ResourceDeletionTime *time.Time `locationName:"resourceDeletionTime" type:"timestamp" timestampFormat:"unix"`

	// The ID of the resource (for example, sg-xxxxxx).
	ResourceId *string `locationName:"resourceId" type:"string"`

	// The custom name of the resource (if available).
	ResourceName *string `locationName:"resourceName" type:"string"`

	// The type of resource.
	ResourceType ResourceType `locationName:"resourceType" type:"string" enum:"true"`
	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ResourceIdentifier

func (ResourceIdentifier) GoString

func (s ResourceIdentifier) GoString() string

GoString returns the string representation

func (ResourceIdentifier) String

func (s ResourceIdentifier) 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" type:"string" required:"true"`

	// The resource type.
	//
	// ResourceType is a required field
	ResourceType ResourceType `locationName:"resourceType" type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

The details that identify a resource within AWS Config, including the resource type and resource ID. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ResourceKey

func (ResourceKey) GoString

func (s ResourceKey) GoString() string

GoString returns the string representation

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 ResourceType

type ResourceType string
const (
	ResourceTypeAwsEc2CustomerGateway                 ResourceType = "AWS::EC2::CustomerGateway"
	ResourceTypeAwsEc2Eip                             ResourceType = "AWS::EC2::EIP"
	ResourceTypeAwsEc2Host                            ResourceType = "AWS::EC2::Host"
	ResourceTypeAwsEc2Instance                        ResourceType = "AWS::EC2::Instance"
	ResourceTypeAwsEc2InternetGateway                 ResourceType = "AWS::EC2::InternetGateway"
	ResourceTypeAwsEc2NetworkAcl                      ResourceType = "AWS::EC2::NetworkAcl"
	ResourceTypeAwsEc2NetworkInterface                ResourceType = "AWS::EC2::NetworkInterface"
	ResourceTypeAwsEc2RouteTable                      ResourceType = "AWS::EC2::RouteTable"
	ResourceTypeAwsEc2SecurityGroup                   ResourceType = "AWS::EC2::SecurityGroup"
	ResourceTypeAwsEc2Subnet                          ResourceType = "AWS::EC2::Subnet"
	ResourceTypeAwsCloudTrailTrail                    ResourceType = "AWS::CloudTrail::Trail"
	ResourceTypeAwsEc2Volume                          ResourceType = "AWS::EC2::Volume"
	ResourceTypeAwsEc2Vpc                             ResourceType = "AWS::EC2::VPC"
	ResourceTypeAwsEc2Vpnconnection                   ResourceType = "AWS::EC2::VPNConnection"
	ResourceTypeAwsEc2Vpngateway                      ResourceType = "AWS::EC2::VPNGateway"
	ResourceTypeAwsIamGroup                           ResourceType = "AWS::IAM::Group"
	ResourceTypeAwsIamPolicy                          ResourceType = "AWS::IAM::Policy"
	ResourceTypeAwsIamRole                            ResourceType = "AWS::IAM::Role"
	ResourceTypeAwsIamUser                            ResourceType = "AWS::IAM::User"
	ResourceTypeAwsAcmCertificate                     ResourceType = "AWS::ACM::Certificate"
	ResourceTypeAwsRdsDbinstance                      ResourceType = "AWS::RDS::DBInstance"
	ResourceTypeAwsRdsDbsubnetGroup                   ResourceType = "AWS::RDS::DBSubnetGroup"
	ResourceTypeAwsRdsDbsecurityGroup                 ResourceType = "AWS::RDS::DBSecurityGroup"
	ResourceTypeAwsRdsDbsnapshot                      ResourceType = "AWS::RDS::DBSnapshot"
	ResourceTypeAwsRdsEventSubscription               ResourceType = "AWS::RDS::EventSubscription"
	ResourceTypeAwsElasticLoadBalancingV2LoadBalancer ResourceType = "AWS::ElasticLoadBalancingV2::LoadBalancer"
	ResourceTypeAwsS3Bucket                           ResourceType = "AWS::S3::Bucket"
	ResourceTypeAwsSsmManagedInstanceInventory        ResourceType = "AWS::SSM::ManagedInstanceInventory"
	ResourceTypeAwsRedshiftCluster                    ResourceType = "AWS::Redshift::Cluster"
	ResourceTypeAwsRedshiftClusterSnapshot            ResourceType = "AWS::Redshift::ClusterSnapshot"
	ResourceTypeAwsRedshiftClusterParameterGroup      ResourceType = "AWS::Redshift::ClusterParameterGroup"
	ResourceTypeAwsRedshiftClusterSecurityGroup       ResourceType = "AWS::Redshift::ClusterSecurityGroup"
	ResourceTypeAwsRedshiftClusterSubnetGroup         ResourceType = "AWS::Redshift::ClusterSubnetGroup"
	ResourceTypeAwsRedshiftEventSubscription          ResourceType = "AWS::Redshift::EventSubscription"
	ResourceTypeAwsCloudWatchAlarm                    ResourceType = "AWS::CloudWatch::Alarm"
	ResourceTypeAwsCloudFormationStack                ResourceType = "AWS::CloudFormation::Stack"
	ResourceTypeAwsDynamoDbTable                      ResourceType = "AWS::DynamoDB::Table"
	ResourceTypeAwsAutoScalingAutoScalingGroup        ResourceType = "AWS::AutoScaling::AutoScalingGroup"
	ResourceTypeAwsAutoScalingLaunchConfiguration     ResourceType = "AWS::AutoScaling::LaunchConfiguration"
	ResourceTypeAwsAutoScalingScalingPolicy           ResourceType = "AWS::AutoScaling::ScalingPolicy"
	ResourceTypeAwsAutoScalingScheduledAction         ResourceType = "AWS::AutoScaling::ScheduledAction"
	ResourceTypeAwsCodeBuildProject                   ResourceType = "AWS::CodeBuild::Project"
	ResourceTypeAwsWafRateBasedRule                   ResourceType = "AWS::WAF::RateBasedRule"
	ResourceTypeAwsWafRule                            ResourceType = "AWS::WAF::Rule"
	ResourceTypeAwsWafWebAcl                          ResourceType = "AWS::WAF::WebACL"
	ResourceTypeAwsWafregionalRateBasedRule           ResourceType = "AWS::WAFRegional::RateBasedRule"
	ResourceTypeAwsWafregionalRule                    ResourceType = "AWS::WAFRegional::Rule"
	ResourceTypeAwsWafregionalWebAcl                  ResourceType = "AWS::WAFRegional::WebACL"
	ResourceTypeAwsCloudFrontDistribution             ResourceType = "AWS::CloudFront::Distribution"
	ResourceTypeAwsCloudFrontStreamingDistribution    ResourceType = "AWS::CloudFront::StreamingDistribution"
	ResourceTypeAwsWafRuleGroup                       ResourceType = "AWS::WAF::RuleGroup"
	ResourceTypeAwsWafregionalRuleGroup               ResourceType = "AWS::WAFRegional::RuleGroup"
	ResourceTypeAwsLambdaFunction                     ResourceType = "AWS::Lambda::Function"
	ResourceTypeAwsElasticBeanstalkApplication        ResourceType = "AWS::ElasticBeanstalk::Application"
	ResourceTypeAwsElasticBeanstalkApplicationVersion ResourceType = "AWS::ElasticBeanstalk::ApplicationVersion"
	ResourceTypeAwsElasticBeanstalkEnvironment        ResourceType = "AWS::ElasticBeanstalk::Environment"
	ResourceTypeAwsElasticLoadBalancingLoadBalancer   ResourceType = "AWS::ElasticLoadBalancing::LoadBalancer"
	ResourceTypeAwsXrayEncryptionConfig               ResourceType = "AWS::XRay::EncryptionConfig"
)

Enum values for ResourceType

func (ResourceType) MarshalValue

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

func (ResourceType) MarshalValueBuf

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

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/RetentionConfiguration

func (RetentionConfiguration) GoString

func (s RetentionConfiguration) GoString() string

GoString returns the string representation

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/Scope

func (Scope) GoString

func (s Scope) GoString() string

GoString returns the string representation

func (Scope) String

func (s Scope) String() string

String returns the string representation

func (*Scope) Validate

func (s *Scope) Validate() error

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

type Source

type Source struct {

	// Indicates whether AWS or the customer owns and manages the AWS Config rule.
	//
	// Owner is a required field
	Owner Owner `type:"string" required:"true" enum:"true"`

	// 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 (http://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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/Source

func (Source) GoString

func (s Source) GoString() string

GoString returns the string representation

func (Source) String

func (s Source) String() string

String returns the string representation

func (*Source) Validate

func (s *Source) Validate() error

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

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

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

	// 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 MessageType `type:"string" enum:"true"`
	// 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/SourceDetail

func (SourceDetail) GoString

func (s SourceDetail) GoString() string

GoString returns the string representation

func (SourceDetail) String

func (s SourceDetail) String() string

String returns the string representation

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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StartConfigRulesEvaluationRequest

func (StartConfigRulesEvaluationInput) GoString

GoString returns the string representation

func (StartConfigRulesEvaluationInput) 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StartConfigRulesEvaluationResponse

func (StartConfigRulesEvaluationOutput) GoString

GoString returns the string representation

func (StartConfigRulesEvaluationOutput) SDKResponseMetadata

func (s StartConfigRulesEvaluationOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (StartConfigRulesEvaluationOutput) String

String returns the string representation

type StartConfigRulesEvaluationRequest

type StartConfigRulesEvaluationRequest struct {
	*aws.Request
	Input *StartConfigRulesEvaluationInput
	Copy  func(*StartConfigRulesEvaluationInput) StartConfigRulesEvaluationRequest
}

StartConfigRulesEvaluationRequest is a API request type for the StartConfigRulesEvaluation API operation.

func (StartConfigRulesEvaluationRequest) Send

Send marshals and sends the StartConfigRulesEvaluation API request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StartConfigurationRecorderRequest

func (StartConfigurationRecorderInput) GoString

GoString returns the string representation

func (StartConfigurationRecorderInput) 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StartConfigurationRecorderOutput

func (StartConfigurationRecorderOutput) GoString

GoString returns the string representation

func (StartConfigurationRecorderOutput) SDKResponseMetadata

func (s StartConfigurationRecorderOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (StartConfigurationRecorderOutput) String

String returns the string representation

type StartConfigurationRecorderRequest

type StartConfigurationRecorderRequest struct {
	*aws.Request
	Input *StartConfigurationRecorderInput
	Copy  func(*StartConfigurationRecorderInput) StartConfigurationRecorderRequest
}

StartConfigurationRecorderRequest is a API request type for the StartConfigurationRecorder API operation.

func (StartConfigurationRecorderRequest) Send

Send marshals and sends the StartConfigurationRecorder API request.

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. Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StopConfigurationRecorderRequest

func (StopConfigurationRecorderInput) GoString

GoString returns the string representation

func (StopConfigurationRecorderInput) 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
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StopConfigurationRecorderOutput

func (StopConfigurationRecorderOutput) GoString

GoString returns the string representation

func (StopConfigurationRecorderOutput) SDKResponseMetadata

func (s StopConfigurationRecorderOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (StopConfigurationRecorderOutput) String

String returns the string representation

type StopConfigurationRecorderRequest

type StopConfigurationRecorderRequest struct {
	*aws.Request
	Input *StopConfigurationRecorderInput
	Copy  func(*StopConfigurationRecorderInput) StopConfigurationRecorderRequest
}

StopConfigurationRecorderRequest is a API request type for the StopConfigurationRecorder API operation.

func (StopConfigurationRecorderRequest) Send

Send marshals and sends the StopConfigurationRecorder API request.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL