configservice

package
v0.24.0 Latest Latest
Warning

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

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

Documentation

Overview

Package configservice provides the client and types for making API requests to Config Service.

AWS Config provides a way to keep track of the configurations of all the AWS resources associated with your AWS account. You can use AWS Config to get the current and historical configurations of each AWS resource and also to get information about the relationship between the resources. An AWS resource can be an Amazon Compute Cloud (Amazon EC2) instance, an Elastic Block Store (EBS) volume, an elastic network Interface (ENI), or a security group. For a complete list of resources currently supported by AWS Config, see Supported AWS Resources (https://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources).

You can access and manage AWS Config through the AWS Management Console, the AWS Command Line Interface (AWS CLI), the AWS Config API, or the AWS SDKs for AWS Config. This reference guide contains documentation for the AWS Config API and the AWS CLI commands that you can use to manage AWS Config. The AWS Config API uses the Signature Version 4 protocol for signing requests. For more information about how to sign a request with this protocol, see Signature Version 4 Signing Process (https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html). For detailed information about AWS Config features and their associated actions or commands, as well as how to work with AWS Management Console, see What Is AWS Config (https://docs.aws.amazon.com/config/latest/developerguide/WhatIsConfig.html) in the AWS Config Developer Guide.

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

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

Using the Client

To use Config Service with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

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

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

See the Config Service client 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 (
	ServiceName = "Config Service" // Service's name
	ServiceID   = "ConfigService"  // Service's identifier
	EndpointsID = "config"         // Service's Endpoint identifier
)
View Source
const (

	// ErrCodeConformancePackTemplateValidationException for service response error code
	// "ConformancePackTemplateValidationException".
	//
	// You have specified a template that is not valid or supported.
	ErrCodeConformancePackTemplateValidationException = "ConformancePackTemplateValidationException"

	// ErrCodeInsufficientDeliveryPolicyException for service response error code
	// "InsufficientDeliveryPolicyException".
	//
	// Your Amazon S3 bucket policy does not permit AWS Config to write to it.
	ErrCodeInsufficientDeliveryPolicyException = "InsufficientDeliveryPolicyException"

	// ErrCodeInsufficientPermissionsException for service response error code
	// "InsufficientPermissionsException".
	//
	// Indicates one of the following errors:
	//
	//    * For PutConfigRule, the rule cannot be created because the IAM role assigned
	//    to AWS Config lacks permissions to perform the config:Put* action.
	//
	//    * For PutConfigRule, the AWS Lambda function cannot be invoked. Check
	//    the function ARN, and check the function's permissions.
	//
	//    * For PutOrganizationConfigRule, organization config rule cannot be created
	//    because you do not have permissions to call IAM GetRole action or create
	//    a service linked role.
	//
	//    * For PutConformancePack and PutOrganizationConformancePack, a conformance
	//    pack cannot be created because you do not have permissions: To call IAM
	//    GetRole action or create a service linked role. To read Amazon S3 bucket.
	ErrCodeInsufficientPermissionsException = "InsufficientPermissionsException"

	// ErrCodeInvalidConfigurationRecorderNameException for service response error code
	// "InvalidConfigurationRecorderNameException".
	//
	// You have provided a configuration recorder name that is not valid.
	ErrCodeInvalidConfigurationRecorderNameException = "InvalidConfigurationRecorderNameException"

	// ErrCodeInvalidDeliveryChannelNameException for service response error code
	// "InvalidDeliveryChannelNameException".
	//
	// The specified delivery channel name is not valid.
	ErrCodeInvalidDeliveryChannelNameException = "InvalidDeliveryChannelNameException"

	// ErrCodeInvalidExpressionException for service response error code
	// "InvalidExpressionException".
	//
	// The syntax of the query is incorrect.
	ErrCodeInvalidExpressionException = "InvalidExpressionException"

	// ErrCodeInvalidLimitException for service response error code
	// "InvalidLimitException".
	//
	// The specified limit is outside the allowable range.
	ErrCodeInvalidLimitException = "InvalidLimitException"

	// ErrCodeInvalidNextTokenException for service response error code
	// "InvalidNextTokenException".
	//
	// The specified next token is invalid. Specify the nextToken string that was
	// returned in the previous response to get the next page of results.
	ErrCodeInvalidNextTokenException = "InvalidNextTokenException"

	// ErrCodeInvalidParameterValueException for service response error code
	// "InvalidParameterValueException".
	//
	// One or more of the specified parameters are invalid. Verify that your parameters
	// are valid and try again.
	ErrCodeInvalidParameterValueException = "InvalidParameterValueException"

	// ErrCodeInvalidRecordingGroupException for service response error code
	// "InvalidRecordingGroupException".
	//
	// AWS Config throws an exception if the recording group does not contain a
	// valid list of resource types. Invalid values might also be incorrectly formatted.
	ErrCodeInvalidRecordingGroupException = "InvalidRecordingGroupException"

	// ErrCodeInvalidResultTokenException for service response error code
	// "InvalidResultTokenException".
	//
	// The specified ResultToken is invalid.
	ErrCodeInvalidResultTokenException = "InvalidResultTokenException"

	// ErrCodeInvalidRoleException for service response error code
	// "InvalidRoleException".
	//
	// You have provided a null or empty role ARN.
	ErrCodeInvalidRoleException = "InvalidRoleException"

	// ErrCodeInvalidS3KeyPrefixException for service response error code
	// "InvalidS3KeyPrefixException".
	//
	// The specified Amazon S3 key prefix is not valid.
	ErrCodeInvalidS3KeyPrefixException = "InvalidS3KeyPrefixException"

	// ErrCodeInvalidSNSTopicARNException for service response error code
	// "InvalidSNSTopicARNException".
	//
	// The specified Amazon SNS topic does not exist.
	ErrCodeInvalidSNSTopicARNException = "InvalidSNSTopicARNException"

	// ErrCodeInvalidTimeRangeException for service response error code
	// "InvalidTimeRangeException".
	//
	// The specified time range is not valid. The earlier time is not chronologically
	// before the later time.
	ErrCodeInvalidTimeRangeException = "InvalidTimeRangeException"

	// ErrCodeLastDeliveryChannelDeleteFailedException for service response error code
	// "LastDeliveryChannelDeleteFailedException".
	//
	// You cannot delete the delivery channel you specified because the configuration
	// recorder is running.
	ErrCodeLastDeliveryChannelDeleteFailedException = "LastDeliveryChannelDeleteFailedException"

	// ErrCodeLimitExceededException for service response error code
	// "LimitExceededException".
	//
	// For StartConfigRulesEvaluation API, this exception is thrown if an evaluation
	// is in progress or if you call the StartConfigRulesEvaluation API more than
	// once per minute.
	//
	// For PutConfigurationAggregator API, this exception is thrown if the number
	// of accounts and aggregators exceeds the limit.
	ErrCodeLimitExceededException = "LimitExceededException"

	// ErrCodeMaxActiveResourcesExceededException for service response error code
	// "MaxActiveResourcesExceededException".
	//
	// You have reached the limit (100,000) of active custom resource types in your
	// account. Delete unused resources using DeleteResourceConfig.
	ErrCodeMaxActiveResourcesExceededException = "MaxActiveResourcesExceededException"

	// ErrCodeMaxNumberOfConfigRulesExceededException for service response error code
	// "MaxNumberOfConfigRulesExceededException".
	//
	// Failed to add the AWS Config rule because the account already contains the
	// maximum number of 150 rules. Consider deleting any deactivated rules before
	// you add new rules.
	ErrCodeMaxNumberOfConfigRulesExceededException = "MaxNumberOfConfigRulesExceededException"

	// ErrCodeMaxNumberOfConfigurationRecordersExceededException for service response error code
	// "MaxNumberOfConfigurationRecordersExceededException".
	//
	// You have reached the limit of the number of recorders you can create.
	ErrCodeMaxNumberOfConfigurationRecordersExceededException = "MaxNumberOfConfigurationRecordersExceededException"

	// ErrCodeMaxNumberOfConformancePacksExceededException for service response error code
	// "MaxNumberOfConformancePacksExceededException".
	//
	// You have reached the limit (6) of the number of conformance packs in an account
	// (6 conformance pack with 25 AWS Config rules per pack).
	ErrCodeMaxNumberOfConformancePacksExceededException = "MaxNumberOfConformancePacksExceededException"

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

	// ErrCodeMaxNumberOfOrganizationConfigRulesExceededException for service response error code
	// "MaxNumberOfOrganizationConfigRulesExceededException".
	//
	// You have reached the limit of the number of organization config rules you
	// can create.
	ErrCodeMaxNumberOfOrganizationConfigRulesExceededException = "MaxNumberOfOrganizationConfigRulesExceededException"

	// ErrCodeMaxNumberOfOrganizationConformancePacksExceededException for service response error code
	// "MaxNumberOfOrganizationConformancePacksExceededException".
	//
	// You have reached the limit (6) of the number of organization conformance
	// packs in an account (6 conformance pack with 25 AWS Config rules per pack
	// per account).
	ErrCodeMaxNumberOfOrganizationConformancePacksExceededException = "MaxNumberOfOrganizationConformancePacksExceededException"

	// ErrCodeMaxNumberOfRetentionConfigurationsExceededException for service response error code
	// "MaxNumberOfRetentionConfigurationsExceededException".
	//
	// Failed to add the retention configuration because a retention configuration
	// with that name already exists.
	ErrCodeMaxNumberOfRetentionConfigurationsExceededException = "MaxNumberOfRetentionConfigurationsExceededException"

	// ErrCodeNoAvailableConfigurationRecorderException for service response error code
	// "NoAvailableConfigurationRecorderException".
	//
	// There are no configuration recorders available to provide the role needed
	// to describe your resources. Create a configuration recorder.
	ErrCodeNoAvailableConfigurationRecorderException = "NoAvailableConfigurationRecorderException"

	// ErrCodeNoAvailableDeliveryChannelException for service response error code
	// "NoAvailableDeliveryChannelException".
	//
	// There is no delivery channel available to record configurations.
	ErrCodeNoAvailableDeliveryChannelException = "NoAvailableDeliveryChannelException"

	// ErrCodeNoAvailableOrganizationException for service response error code
	// "NoAvailableOrganizationException".
	//
	// Organization is no longer available.
	ErrCodeNoAvailableOrganizationException = "NoAvailableOrganizationException"

	// ErrCodeNoRunningConfigurationRecorderException for service response error code
	// "NoRunningConfigurationRecorderException".
	//
	// There is no configuration recorder running.
	ErrCodeNoRunningConfigurationRecorderException = "NoRunningConfigurationRecorderException"

	// ErrCodeNoSuchBucketException for service response error code
	// "NoSuchBucketException".
	//
	// The specified Amazon S3 bucket does not exist.
	ErrCodeNoSuchBucketException = "NoSuchBucketException"

	// ErrCodeNoSuchConfigRuleException for service response error code
	// "NoSuchConfigRuleException".
	//
	// One or more AWS Config rules in the request are invalid. Verify that the
	// rule names are correct and try again.
	ErrCodeNoSuchConfigRuleException = "NoSuchConfigRuleException"

	// ErrCodeNoSuchConfigRuleInConformancePackException for service response error code
	// "NoSuchConfigRuleInConformancePackException".
	//
	// AWS Config rule that you passed in the filter does not exist.
	ErrCodeNoSuchConfigRuleInConformancePackException = "NoSuchConfigRuleInConformancePackException"

	// ErrCodeNoSuchConfigurationAggregatorException for service response error code
	// "NoSuchConfigurationAggregatorException".
	//
	// You have specified a configuration aggregator that does not exist.
	ErrCodeNoSuchConfigurationAggregatorException = "NoSuchConfigurationAggregatorException"

	// ErrCodeNoSuchConfigurationRecorderException for service response error code
	// "NoSuchConfigurationRecorderException".
	//
	// You have specified a configuration recorder that does not exist.
	ErrCodeNoSuchConfigurationRecorderException = "NoSuchConfigurationRecorderException"

	// ErrCodeNoSuchConformancePackException for service response error code
	// "NoSuchConformancePackException".
	//
	// You specified one or more conformance packs that do not exist.
	ErrCodeNoSuchConformancePackException = "NoSuchConformancePackException"

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

	// ErrCodeNoSuchOrganizationConfigRuleException for service response error code
	// "NoSuchOrganizationConfigRuleException".
	//
	// You specified one or more organization config rules that do not exist.
	ErrCodeNoSuchOrganizationConfigRuleException = "NoSuchOrganizationConfigRuleException"

	// ErrCodeNoSuchOrganizationConformancePackException for service response error code
	// "NoSuchOrganizationConformancePackException".
	//
	// AWS Config organization conformance pack that you passed in the filter does
	// not exist.
	//
	// For DeleteOrganizationConformancePack, you tried to delete an organization
	// conformance pack that does not exist.
	ErrCodeNoSuchOrganizationConformancePackException = "NoSuchOrganizationConformancePackException"

	// ErrCodeNoSuchRemediationConfigurationException for service response error code
	// "NoSuchRemediationConfigurationException".
	//
	// You specified an AWS Config rule without a remediation configuration.
	ErrCodeNoSuchRemediationConfigurationException = "NoSuchRemediationConfigurationException"

	// ErrCodeNoSuchRemediationExceptionException for service response error code
	// "NoSuchRemediationExceptionException".
	//
	// You tried to delete a remediation exception that does not exist.
	ErrCodeNoSuchRemediationExceptionException = "NoSuchRemediationExceptionException"

	// ErrCodeNoSuchRetentionConfigurationException for service response error code
	// "NoSuchRetentionConfigurationException".
	//
	// You have specified a retention configuration that does not exist.
	ErrCodeNoSuchRetentionConfigurationException = "NoSuchRetentionConfigurationException"

	// ErrCodeOrganizationAccessDeniedException for service response error code
	// "OrganizationAccessDeniedException".
	//
	// For PutConfigAggregator API, no permission to call EnableAWSServiceAccess
	// API.
	//
	// For all OrganizationConfigRule and OrganizationConformancePack APIs, AWS
	// Config throws an exception if APIs are called from member accounts. All APIs
	// must be called from organization master account.
	ErrCodeOrganizationAccessDeniedException = "OrganizationAccessDeniedException"

	// ErrCodeOrganizationAllFeaturesNotEnabledException for service response error code
	// "OrganizationAllFeaturesNotEnabledException".
	//
	// AWS Config resource cannot be created because your organization does not
	// have all features enabled.
	ErrCodeOrganizationAllFeaturesNotEnabledException = "OrganizationAllFeaturesNotEnabledException"

	// ErrCodeOrganizationConformancePackTemplateValidationException for service response error code
	// "OrganizationConformancePackTemplateValidationException".
	//
	// You have specified a template that is not valid or supported.
	ErrCodeOrganizationConformancePackTemplateValidationException = "OrganizationConformancePackTemplateValidationException"

	// ErrCodeOversizedConfigurationItemException for service response error code
	// "OversizedConfigurationItemException".
	//
	// The configuration item size is outside the allowable range.
	ErrCodeOversizedConfigurationItemException = "OversizedConfigurationItemException"

	// ErrCodeRemediationInProgressException for service response error code
	// "RemediationInProgressException".
	//
	// Remediation action is in progress. You can either cancel execution in AWS
	// Systems Manager or wait and try again later.
	ErrCodeRemediationInProgressException = "RemediationInProgressException"

	// ErrCodeResourceInUseException for service response error code
	// "ResourceInUseException".
	//
	// You see this exception in the following cases:
	//
	//    * For DeleteConfigRule, AWS Config is deleting this rule. Try your request
	//    again later.
	//
	//    * For DeleteConfigRule, the rule is deleting your evaluation results.
	//    Try your request again later.
	//
	//    * For DeleteConfigRule, a remediation action is associated with the rule
	//    and AWS Config cannot delete this rule. Delete the remediation action
	//    associated with the rule before deleting the rule and try your request
	//    again later.
	//
	//    * For PutConfigOrganizationRule, organization config rule deletion is
	//    in progress. Try your request again later.
	//
	//    * For DeleteOrganizationConfigRule, organization config rule creation
	//    is in progress. Try your request again later.
	//
	//    * For PutConformancePack and PutOrganizationConformancePack, a conformance
	//    pack creation, update, and deletion is in progress. Try your request again
	//    later.
	//
	//    * For DeleteConformancePack, a conformance pack creation, update, and
	//    deletion is in progress. Try your request again later.
	ErrCodeResourceInUseException = "ResourceInUseException"

	// ErrCodeResourceNotDiscoveredException for service response error code
	// "ResourceNotDiscoveredException".
	//
	// You have specified a resource that is either unknown or has not been discovered.
	ErrCodeResourceNotDiscoveredException = "ResourceNotDiscoveredException"

	// ErrCodeResourceNotFoundException for service response error code
	// "ResourceNotFoundException".
	//
	// You have specified a resource that does not exist.
	ErrCodeResourceNotFoundException = "ResourceNotFoundException"

	// ErrCodeTooManyTagsException for service response error code
	// "TooManyTagsException".
	//
	// You have reached the limit of the number of tags you can use. You have more
	// than 50 tags.
	ErrCodeTooManyTagsException = "TooManyTagsException"

	// ErrCodeValidationException for service response error code
	// "ValidationException".
	//
	// The requested action is not valid.
	ErrCodeValidationException = "ValidationException"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountAggregationSource added in v0.4.0

type AccountAggregationSource struct {

	// The 12-digit account ID of the account being aggregated.
	//
	// AccountIds is a required field
	AccountIds []string `min:"1" type:"list" required:"true"`

	// If true, aggregate existing AWS Config regions and future regions.
	AllAwsRegions *bool `type:"boolean"`

	// The source regions being aggregated.
	AwsRegions []string `min:"1" type:"list"`
	// contains filtered or unexported fields
}

A collection of accounts and regions.

func (AccountAggregationSource) String added in v0.4.0

func (s AccountAggregationSource) String() string

String returns the string representation

func (*AccountAggregationSource) Validate added in v0.4.0

func (s *AccountAggregationSource) Validate() error

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

type AggregateComplianceByConfigRule added in v0.4.0

type AggregateComplianceByConfigRule struct {

	// The 12-digit account ID of the source account.
	AccountId *string `type:"string"`

	// The source region from where the data is aggregated.
	AwsRegion *string `min:"1" type:"string"`

	// Indicates whether an AWS resource or AWS Config rule is compliant and provides
	// the number of contributors that affect the compliance.
	Compliance *Compliance `type:"structure"`

	// The name of the AWS Config rule.
	ConfigRuleName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Indicates whether an AWS Config rule is compliant based on account ID, region, compliance, and rule name.

A rule is compliant if all of the resources that the rule evaluated comply with it. It is noncompliant if any of these resources do not comply.

func (AggregateComplianceByConfigRule) String added in v0.4.0

String returns the string representation

type AggregateComplianceCount added in v0.4.0

type AggregateComplianceCount struct {

	// The number of compliant and noncompliant AWS Config rules.
	ComplianceSummary *ComplianceSummary `type:"structure"`

	// The 12-digit account ID or region based on the GroupByKey value.
	GroupName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Returns the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator.

func (AggregateComplianceCount) String added in v0.4.0

func (s AggregateComplianceCount) String() string

String returns the string representation

type AggregateEvaluationResult added in v0.4.0

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

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

	// The time when AWS Config recorded the aggregate evaluation result.
	ResultRecordedTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

The details of an AWS Config evaluation for an account ID and region in an aggregator. Provides the AWS resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information.

func (AggregateEvaluationResult) String added in v0.4.0

func (s AggregateEvaluationResult) String() string

String returns the string representation

type AggregateResourceIdentifier added in v0.6.0

type AggregateResourceIdentifier struct {

	// The ID of the AWS resource.
	//
	// ResourceId is a required field
	ResourceId *string `min:"1" type:"string" required:"true"`

	// The name of the AWS resource.
	ResourceName *string `type:"string"`

	// The type of the AWS resource.
	//
	// ResourceType is a required field
	ResourceType ResourceType `type:"string" required:"true" enum:"true"`

	// The 12-digit account ID of the source account.
	//
	// SourceAccountId is a required field
	SourceAccountId *string `type:"string" required:"true"`

	// The source region where data is aggregated.
	//
	// SourceRegion is a required field
	SourceRegion *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The details that identify a resource that is collected by AWS Config aggregator, including the resource type, ID, (if available) the custom resource name, the source account, and source region.

func (AggregateResourceIdentifier) String added in v0.6.0

String returns the string representation

func (*AggregateResourceIdentifier) Validate added in v0.6.0

func (s *AggregateResourceIdentifier) Validate() error

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

type AggregatedSourceStatus added in v0.4.0

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

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

func (AggregatedSourceStatus) String added in v0.4.0

func (s AggregatedSourceStatus) String() string

String returns the string representation

type AggregatedSourceStatusType added in v0.4.0

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

Enum values for AggregatedSourceStatusType

func (AggregatedSourceStatusType) MarshalValue added in v0.4.0

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

func (AggregatedSourceStatusType) MarshalValueBuf added in v0.4.0

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

type AggregatedSourceType added in v0.4.0

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

Enum values for AggregatedSourceType

func (AggregatedSourceType) MarshalValue added in v0.4.0

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

func (AggregatedSourceType) MarshalValueBuf added in v0.4.0

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

type AggregationAuthorization added in v0.4.0

type AggregationAuthorization struct {

	// The Amazon Resource Name (ARN) of the aggregation object.
	AggregationAuthorizationArn *string `type:"string"`

	// The 12-digit account ID of the account authorized to aggregate data.
	AuthorizedAccountId *string `type:"string"`

	// The region authorized to collect aggregated data.
	AuthorizedAwsRegion *string `min:"1" type:"string"`

	// The time stamp when the aggregation authorization was created.
	CreationTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

An object that represents the authorizations granted to aggregator accounts and regions.

func (AggregationAuthorization) String added in v0.4.0

func (s AggregationAuthorization) String() string

String returns the string representation

type BaseConfigurationItem added in v0.4.0

type BaseConfigurationItem struct {

	// The 12-digit AWS account ID associated with the resource.
	AccountId *string `locationName:"accountId" type:"string"`

	// The Amazon Resource Name (ARN) of the resource.
	Arn *string `locationName:"arn" type:"string"`

	// The Availability Zone associated with the resource.
	AvailabilityZone *string `locationName:"availabilityZone" type:"string"`

	// The region where the resource resides.
	AwsRegion *string `locationName:"awsRegion" min:"1" type:"string"`

	// The description of the resource configuration.
	Configuration *string `locationName:"configuration" type:"string"`

	// The time when the configuration recording was initiated.
	ConfigurationItemCaptureTime *time.Time `locationName:"configurationItemCaptureTime" type:"timestamp"`

	// The configuration item status.
	ConfigurationItemStatus 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"`

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

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

	// The type of AWS resource.
	ResourceType 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.

func (BaseConfigurationItem) String added in v0.4.0

func (s BaseConfigurationItem) String() string

String returns the string representation

type BatchGetAggregateResourceConfigInput added in v0.6.0

type BatchGetAggregateResourceConfigInput struct {

	// The name of the configuration aggregator.
	//
	// ConfigurationAggregatorName is a required field
	ConfigurationAggregatorName *string `min:"1" type:"string" required:"true"`

	// A list of aggregate ResourceIdentifiers objects.
	//
	// ResourceIdentifiers is a required field
	ResourceIdentifiers []AggregateResourceIdentifier `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchGetAggregateResourceConfigInput) String added in v0.6.0

String returns the string representation

func (*BatchGetAggregateResourceConfigInput) Validate added in v0.6.0

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

type BatchGetAggregateResourceConfigOutput added in v0.6.0

type BatchGetAggregateResourceConfigOutput struct {

	// A list that contains the current configuration of one or more resources.
	BaseConfigurationItems []BaseConfigurationItem `type:"list"`

	// A list of resource identifiers that were not processed with current scope.
	// The list is empty if all the resources are processed.
	UnprocessedResourceIdentifiers []AggregateResourceIdentifier `type:"list"`
	// contains filtered or unexported fields
}

func (BatchGetAggregateResourceConfigOutput) String added in v0.6.0

String returns the string representation

type BatchGetAggregateResourceConfigRequest added in v0.6.0

type BatchGetAggregateResourceConfigRequest struct {
	*aws.Request
	Input *BatchGetAggregateResourceConfigInput
	Copy  func(*BatchGetAggregateResourceConfigInput) BatchGetAggregateResourceConfigRequest
}

BatchGetAggregateResourceConfigRequest is the request type for the BatchGetAggregateResourceConfig API operation.

func (BatchGetAggregateResourceConfigRequest) Send added in v0.6.0

Send marshals and sends the BatchGetAggregateResourceConfig API request.

type BatchGetAggregateResourceConfigResponse added in v0.9.0

type BatchGetAggregateResourceConfigResponse struct {
	*BatchGetAggregateResourceConfigOutput
	// contains filtered or unexported fields
}

BatchGetAggregateResourceConfigResponse is the response type for the BatchGetAggregateResourceConfig API operation.

func (*BatchGetAggregateResourceConfigResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the BatchGetAggregateResourceConfig request.

type BatchGetResourceConfigInput added in v0.4.0

type BatchGetResourceConfigInput struct {

	// A list of resource keys to be processed with the current request. Each element
	// in the list consists of the resource type and resource ID.
	//
	// ResourceKeys is a required field
	ResourceKeys []ResourceKey `locationName:"resourceKeys" min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchGetResourceConfigInput) String added in v0.4.0

String returns the string representation

func (*BatchGetResourceConfigInput) Validate added in v0.4.0

func (s *BatchGetResourceConfigInput) Validate() error

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

type BatchGetResourceConfigOutput added in v0.4.0

type BatchGetResourceConfigOutput struct {

	// A list that contains the current configuration of one or more resources.
	BaseConfigurationItems []BaseConfigurationItem `locationName:"baseConfigurationItems" type:"list"`

	// A list of resource keys that were not processed with the current response.
	// The unprocessesResourceKeys value is in the same form as ResourceKeys, so
	// the value can be directly provided to a subsequent BatchGetResourceConfig
	// operation. If there are no unprocessed resource keys, the response contains
	// an empty unprocessedResourceKeys list.
	UnprocessedResourceKeys []ResourceKey `locationName:"unprocessedResourceKeys" min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (BatchGetResourceConfigOutput) String added in v0.4.0

String returns the string representation

type BatchGetResourceConfigRequest added in v0.4.0

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

BatchGetResourceConfigRequest is the request type for the BatchGetResourceConfig API operation.

func (BatchGetResourceConfigRequest) Send added in v0.4.0

Send marshals and sends the BatchGetResourceConfig API request.

type BatchGetResourceConfigResponse added in v0.9.0

type BatchGetResourceConfigResponse struct {
	*BatchGetResourceConfigOutput
	// contains filtered or unexported fields
}

BatchGetResourceConfigResponse is the response type for the BatchGetResourceConfig API operation.

func (*BatchGetResourceConfigResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the BatchGetResourceConfig request.

type ChronologicalOrder

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

Enum values for ChronologicalOrder

func (ChronologicalOrder) MarshalValue added in v0.3.0

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

func (ChronologicalOrder) MarshalValueBuf added in v0.3.0

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

type Client added in v0.9.0

type Client struct {
	*aws.Client
}

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

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

func New

func New(config aws.Config) *Client

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

Example:

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

func (*Client) BatchGetAggregateResourceConfigRequest added in v0.9.0

func (c *Client) BatchGetAggregateResourceConfigRequest(input *BatchGetAggregateResourceConfigInput) BatchGetAggregateResourceConfigRequest

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

Returns the current configuration items for resources that are present in your AWS Config aggregator. The operation also returns a list of resources that are not processed in the current request. If there are no unprocessed resources, the operation returns an empty unprocessedResourceIdentifiers list.

  • The API does not return results for deleted resources.

  • The API does not return tags and relationships.

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

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

func (*Client) BatchGetResourceConfigRequest added in v0.9.0

func (c *Client) 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 BatchGetResourceConfigRequest. req := client.BatchGetResourceConfigRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }

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

func (*Client) DeleteAggregationAuthorizationRequest added in v0.9.0

func (c *Client) 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 DeleteAggregationAuthorizationRequest.
req := client.DeleteAggregationAuthorizationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) DeleteConfigRuleRequest added in v0.9.0

func (c *Client) 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 DeleteConfigRuleRequest.
req := client.DeleteConfigRuleRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) DeleteConfigurationAggregatorRequest added in v0.9.0

func (c *Client) 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 DeleteConfigurationAggregatorRequest.
req := client.DeleteConfigurationAggregatorRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) DeleteConfigurationRecorderRequest added in v0.9.0

func (c *Client) 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 DeleteConfigurationRecorderRequest.
req := client.DeleteConfigurationRecorderRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) DeleteConformancePackRequest added in v0.17.0

func (c *Client) DeleteConformancePackRequest(input *DeleteConformancePackInput) DeleteConformancePackRequest

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

Deletes the specified conformance pack and all the AWS Config rules, remediation actions, and all evaluation results within that conformance pack.

AWS Config sets the conformance pack to DELETE_IN_PROGRESS until the deletion is complete. You cannot update a conformance pack while it is in this state.

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

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

func (*Client) DeleteDeliveryChannelRequest added in v0.9.0

func (c *Client) 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 DeleteDeliveryChannelRequest.
req := client.DeleteDeliveryChannelRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) DeleteEvaluationResultsRequest added in v0.9.0

func (c *Client) 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 DeleteEvaluationResultsRequest.
req := client.DeleteEvaluationResultsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) DeleteOrganizationConfigRuleRequest added in v0.10.0

func (c *Client) DeleteOrganizationConfigRuleRequest(input *DeleteOrganizationConfigRuleInput) DeleteOrganizationConfigRuleRequest

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

Deletes the specified organization config rule and all of its evaluation results from all member accounts in that organization. Only a master account can delete an organization config rule.

AWS Config sets the state of a rule to DELETE_IN_PROGRESS until the deletion is complete. You cannot update a rule while it is in this state.

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

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

func (*Client) DeleteOrganizationConformancePackRequest added in v0.17.0

func (c *Client) DeleteOrganizationConformancePackRequest(input *DeleteOrganizationConformancePackInput) DeleteOrganizationConformancePackRequest

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

Deletes the specified organization conformance pack and all of the config rules and remediation actions from all member accounts in that organization. Only a master account can delete an organization conformance pack.

AWS Config sets the state of a conformance pack to DELETE_IN_PROGRESS until the deletion is complete. You cannot update a conformance pack while it is in this state.

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

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

func (*Client) DeletePendingAggregationRequestRequest added in v0.9.0

func (c *Client) 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 DeletePendingAggregationRequestRequest.
req := client.DeletePendingAggregationRequestRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) DeleteRemediationConfigurationRequest added in v0.9.0

func (c *Client) DeleteRemediationConfigurationRequest(input *DeleteRemediationConfigurationInput) DeleteRemediationConfigurationRequest

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

Deletes the remediation configuration.

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

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

func (*Client) DeleteRemediationExceptionsRequest added in v0.12.0

func (c *Client) DeleteRemediationExceptionsRequest(input *DeleteRemediationExceptionsInput) DeleteRemediationExceptionsRequest

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

Deletes one or more remediation exceptions mentioned in the resource keys.

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

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

func (*Client) DeleteResourceConfigRequest added in v0.18.0

func (c *Client) DeleteResourceConfigRequest(input *DeleteResourceConfigInput) DeleteResourceConfigRequest

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

Records the configuration state for a custom resource that has been deleted. This API records a new ConfigurationItem with a ResourceDeleted status. You can retrieve the ConfigurationItems recorded for this resource in your AWS Config History.

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

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

func (*Client) DeleteRetentionConfigurationRequest added in v0.9.0

func (c *Client) 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 DeleteRetentionConfigurationRequest.
req := client.DeleteRetentionConfigurationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) DeliverConfigSnapshotRequest added in v0.9.0

func (c *Client) 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 DeliverConfigSnapshotRequest. req := client.DeliverConfigSnapshotRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }

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

func (*Client) DescribeAggregateComplianceByConfigRulesRequest added in v0.9.0

func (c *Client) 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 DescribeAggregateComplianceByConfigRulesRequest.
req := client.DescribeAggregateComplianceByConfigRulesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) DescribeAggregationAuthorizationsRequest added in v0.9.0

func (c *Client) 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 DescribeAggregationAuthorizationsRequest.
req := client.DescribeAggregationAuthorizationsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) DescribeComplianceByConfigRuleRequest added in v0.9.0

func (c *Client) 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 DescribeComplianceByConfigRuleRequest. req := client.DescribeComplianceByConfigRuleRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }

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

func (*Client) DescribeComplianceByResourceRequest added in v0.9.0

func (c *Client) 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 DescribeComplianceByResourceRequest. req := client.DescribeComplianceByResourceRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }

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

func (*Client) DescribeConfigRuleEvaluationStatusRequest added in v0.9.0

func (c *Client) 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 DescribeConfigRuleEvaluationStatusRequest.
req := client.DescribeConfigRuleEvaluationStatusRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) DescribeConfigRulesRequest added in v0.9.0

func (c *Client) 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 DescribeConfigRulesRequest.
req := client.DescribeConfigRulesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) DescribeConfigurationAggregatorSourcesStatusRequest added in v0.9.0

func (c *Client) DescribeConfigurationAggregatorSourcesStatusRequest(input *DescribeConfigurationAggregatorSourcesStatusInput) 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 verified authorization between the source account and an aggregator account. In case of a failure, the status contains the related error code or message.

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

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

func (*Client) DescribeConfigurationAggregatorsRequest added in v0.9.0

func (c *Client) 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 DescribeConfigurationAggregatorsRequest.
req := client.DescribeConfigurationAggregatorsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) DescribeConfigurationRecorderStatusRequest added in v0.9.0

func (c *Client) 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 DescribeConfigurationRecorderStatusRequest.
req := client.DescribeConfigurationRecorderStatusRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) DescribeConfigurationRecordersRequest added in v0.9.0

func (c *Client) 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 DescribeConfigurationRecordersRequest.
req := client.DescribeConfigurationRecordersRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) DescribeConformancePackComplianceRequest added in v0.17.0

func (c *Client) DescribeConformancePackComplianceRequest(input *DescribeConformancePackComplianceInput) DescribeConformancePackComplianceRequest

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

Returns compliance details for each rule in that conformance pack.

You must provide exact rule names.

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

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

func (*Client) DescribeConformancePackStatusRequest added in v0.17.0

func (c *Client) DescribeConformancePackStatusRequest(input *DescribeConformancePackStatusInput) DescribeConformancePackStatusRequest

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

Provides one or more conformance packs deployment status.

If there are no conformance packs then you will see an empty result.

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

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

func (*Client) DescribeConformancePacksRequest added in v0.17.0

func (c *Client) DescribeConformancePacksRequest(input *DescribeConformancePacksInput) DescribeConformancePacksRequest

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

Returns a list of one or more conformance packs.

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

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

func (*Client) DescribeDeliveryChannelStatusRequest added in v0.9.0

func (c *Client) 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 DescribeDeliveryChannelStatusRequest.
req := client.DescribeDeliveryChannelStatusRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) DescribeDeliveryChannelsRequest added in v0.9.0

func (c *Client) 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 DescribeDeliveryChannelsRequest.
req := client.DescribeDeliveryChannelsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) DescribeOrganizationConfigRuleStatusesRequest added in v0.10.0

func (c *Client) DescribeOrganizationConfigRuleStatusesRequest(input *DescribeOrganizationConfigRuleStatusesInput) DescribeOrganizationConfigRuleStatusesRequest

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

Provides organization config rule deployment status for an organization.

The status is not considered successful until organization config rule is successfully deployed in all the member accounts with an exception of excluded accounts.

When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization config rule names. It is only applicable, when you request all the organization config rules.

Only a master account can call this API.

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

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

func (*Client) DescribeOrganizationConfigRulesRequest added in v0.10.0

func (c *Client) DescribeOrganizationConfigRulesRequest(input *DescribeOrganizationConfigRulesInput) DescribeOrganizationConfigRulesRequest

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

Returns a list of organization config rules.

When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization config rule names. It is only applicable, when you request all the organization config rules.

Only a master account can call this API.

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

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

func (*Client) DescribeOrganizationConformancePackStatusesRequest added in v0.17.0

func (c *Client) DescribeOrganizationConformancePackStatusesRequest(input *DescribeOrganizationConformancePackStatusesInput) DescribeOrganizationConformancePackStatusesRequest

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

Provides organization conformance pack deployment status for an organization.

The status is not considered successful until organization conformance pack is successfully deployed in all the member accounts with an exception of excluded accounts.

When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance pack names. They are only applicable, when you request all the organization conformance packs.

Only a master account can call this API.

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

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

func (*Client) DescribeOrganizationConformancePacksRequest added in v0.17.0

func (c *Client) DescribeOrganizationConformancePacksRequest(input *DescribeOrganizationConformancePacksInput) DescribeOrganizationConformancePacksRequest

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

Returns a list of organization conformance packs.

When you specify the limit and the next token, you receive a paginated response.

Limit and next token are not applicable if you specify organization conformance packs names. They are only applicable, when you request all the organization conformance packs.

Only a master account can call this API.

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

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

func (*Client) DescribePendingAggregationRequestsRequest added in v0.9.0

func (c *Client) 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 DescribePendingAggregationRequestsRequest.
req := client.DescribePendingAggregationRequestsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) DescribeRemediationConfigurationsRequest added in v0.9.0

func (c *Client) DescribeRemediationConfigurationsRequest(input *DescribeRemediationConfigurationsInput) DescribeRemediationConfigurationsRequest

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

Returns the details of one or more remediation configurations.

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

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

func (*Client) DescribeRemediationExceptionsRequest added in v0.12.0

func (c *Client) DescribeRemediationExceptionsRequest(input *DescribeRemediationExceptionsInput) DescribeRemediationExceptionsRequest

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

Returns the details of one or more remediation exceptions. A detailed view of a remediation exception for a set of resources that includes an explanation of an exception and the time when the exception will be deleted. When you specify the limit and the next token, you receive a paginated response.

When you specify the limit and the next token, you receive a paginated response.

Limit and next token are not applicable if you request resources in batch. It is only applicable, when you request all resources.

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

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

func (*Client) DescribeRemediationExecutionStatusRequest added in v0.9.0

func (c *Client) DescribeRemediationExecutionStatusRequest(input *DescribeRemediationExecutionStatusInput) DescribeRemediationExecutionStatusRequest

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

Provides a detailed view of a Remediation Execution for a set of resources including state, timestamps for when steps for the remediation execution occur, and any error messages for steps that have failed. When you specify the limit and the next token, you receive a paginated response.

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

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

func (*Client) DescribeRetentionConfigurationsRequest added in v0.9.0

func (c *Client) 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 DescribeRetentionConfigurationsRequest.
req := client.DescribeRetentionConfigurationsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) GetAggregateComplianceDetailsByConfigRuleRequest added in v0.9.0

func (c *Client) GetAggregateComplianceDetailsByConfigRuleRequest(input *GetAggregateComplianceDetailsByConfigRuleInput) 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 GetAggregateComplianceDetailsByConfigRuleRequest.
req := client.GetAggregateComplianceDetailsByConfigRuleRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) GetAggregateConfigRuleComplianceSummaryRequest added in v0.9.0

func (c *Client) 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 GetAggregateConfigRuleComplianceSummaryRequest.
req := client.GetAggregateConfigRuleComplianceSummaryRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) GetAggregateDiscoveredResourceCountsRequest added in v0.9.0

func (c *Client) GetAggregateDiscoveredResourceCountsRequest(input *GetAggregateDiscoveredResourceCountsInput) GetAggregateDiscoveredResourceCountsRequest

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

Returns the resource counts across accounts and regions that are present in your AWS Config aggregator. You can request the resource counts by providing filters and GroupByKey.

For example, if the input contains accountID 12345678910 and region us-east-1 in filters, the API returns the count of resources in account ID 12345678910 and region us-east-1. If the input contains ACCOUNT_ID as a GroupByKey, the API returns resource counts for all source accounts that are present in your aggregator.

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

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

func (*Client) GetAggregateResourceConfigRequest added in v0.9.0

func (c *Client) GetAggregateResourceConfigRequest(input *GetAggregateResourceConfigInput) GetAggregateResourceConfigRequest

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

Returns configuration item that is aggregated for your specific resource in a specific source account and region.

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

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

func (*Client) GetComplianceDetailsByConfigRuleRequest added in v0.9.0

func (c *Client) 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 GetComplianceDetailsByConfigRuleRequest.
req := client.GetComplianceDetailsByConfigRuleRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) GetComplianceDetailsByResourceRequest added in v0.9.0

func (c *Client) 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 GetComplianceDetailsByResourceRequest.
req := client.GetComplianceDetailsByResourceRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) GetComplianceSummaryByConfigRuleRequest added in v0.9.0

func (c *Client) 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 GetComplianceSummaryByConfigRuleRequest.
req := client.GetComplianceSummaryByConfigRuleRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) GetComplianceSummaryByResourceTypeRequest added in v0.9.0

func (c *Client) 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 GetComplianceSummaryByResourceTypeRequest.
req := client.GetComplianceSummaryByResourceTypeRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) GetConformancePackComplianceDetailsRequest added in v0.17.0

func (c *Client) GetConformancePackComplianceDetailsRequest(input *GetConformancePackComplianceDetailsInput) GetConformancePackComplianceDetailsRequest

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

Returns compliance details of a conformance pack for all AWS resources that are monitered by conformance pack.

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

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

func (*Client) GetConformancePackComplianceSummaryRequest added in v0.17.0

func (c *Client) GetConformancePackComplianceSummaryRequest(input *GetConformancePackComplianceSummaryInput) GetConformancePackComplianceSummaryRequest

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

Returns compliance details for the conformance pack based on the cumulative compliance results of all the rules in that conformance pack.

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

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

func (*Client) GetDiscoveredResourceCountsRequest added in v0.9.0

func (c *Client) 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 GetDiscoveredResourceCountsRequest.
req := client.GetDiscoveredResourceCountsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) GetOrganizationConfigRuleDetailedStatusRequest added in v0.10.0

func (c *Client) GetOrganizationConfigRuleDetailedStatusRequest(input *GetOrganizationConfigRuleDetailedStatusInput) GetOrganizationConfigRuleDetailedStatusRequest

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

Returns detailed status for each member account within an organization for a given organization config rule.

Only a master account can call this API.

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

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

func (*Client) GetOrganizationConformancePackDetailedStatusRequest added in v0.17.0

func (c *Client) GetOrganizationConformancePackDetailedStatusRequest(input *GetOrganizationConformancePackDetailedStatusInput) GetOrganizationConformancePackDetailedStatusRequest

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

Returns detailed status for each member account within an organization for a given organization conformance pack.

Only a master account can call this API.

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

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

func (*Client) GetResourceConfigHistoryRequest added in v0.9.0

func (c *Client) 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 GetResourceConfigHistoryRequest.
req := client.GetResourceConfigHistoryRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) ListAggregateDiscoveredResourcesRequest added in v0.9.0

func (c *Client) ListAggregateDiscoveredResourcesRequest(input *ListAggregateDiscoveredResourcesInput) ListAggregateDiscoveredResourcesRequest

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

Accepts a resource type and returns a list of resource identifiers that are aggregated for a specific resource type across accounts and regions. A resource identifier includes the resource type, ID, (if available) the custom resource name, source account, and source region. You can narrow the results to include only resources that have specific resource IDs, or a resource name, or source account ID, or source region.

For example, if the input consists of accountID 12345678910 and the region is us-east-1 for resource type AWS::EC2::Instance then the API returns all the EC2 instance identifiers of accountID 12345678910 and region us-east-1.

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

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

func (*Client) ListDiscoveredResourcesRequest added in v0.9.0

func (c *Client) 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 ListDiscoveredResourcesRequest.
req := client.ListDiscoveredResourcesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) ListTagsForResourceRequest added in v0.9.0

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

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

List the tags for AWS Config resource.

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

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

func (*Client) PutAggregationAuthorizationRequest added in v0.9.0

func (c *Client) 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 PutAggregationAuthorizationRequest.
req := client.PutAggregationAuthorizationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) PutConfigRuleRequest added in v0.9.0

func (c *Client) 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 (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html).

For any new rule that you add, specify the ConfigRuleName in the ConfigRule object. Do not specify the ConfigRuleArn or the ConfigRuleId. These values are generated by AWS Config for new rules.

If you are updating a rule that you added previously, you can specify the rule by ConfigRuleName, ConfigRuleId, or ConfigRuleArn in the ConfigRule data type that you use in this request.

The maximum number of rules that AWS Config supports is 150.

For information about requesting a rule limit increase, see AWS Config Limits (http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config) in the AWS General Reference Guide.

For more information about developing and using AWS Config rules, see Evaluating AWS Resource Configurations with AWS Config (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html) in the AWS Config Developer Guide.

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

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

func (*Client) PutConfigurationAggregatorRequest added in v0.9.0

func (c *Client) 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 PutConfigurationAggregatorRequest.
req := client.PutConfigurationAggregatorRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) PutConfigurationRecorderRequest added in v0.9.0

func (c *Client) 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 PutConfigurationRecorderRequest.
req := client.PutConfigurationRecorderRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) PutConformancePackRequest added in v0.17.0

func (c *Client) PutConformancePackRequest(input *PutConformancePackInput) PutConformancePackRequest

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

Creates or updates a conformance pack. A conformance pack is a collection of AWS Config rules that can be easily deployed in an account and a region and across AWS Organization.

This API creates a service linked role AWSServiceRoleForConfigConforms in your account. The service linked role is created only when the role does not exist in your account. AWS Config verifies the existence of role with GetRole action.

You must specify either the TemplateS3Uri or the TemplateBody parameter, but not both. If you provide both AWS Config uses the TemplateS3Uri parameter and ignores the TemplateBody parameter.

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

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

func (*Client) PutDeliveryChannelRequest added in v0.9.0

func (c *Client) 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 PutDeliveryChannelRequest.
req := client.PutDeliveryChannelRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) PutEvaluationsRequest added in v0.9.0

func (c *Client) 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 PutEvaluationsRequest.
req := client.PutEvaluationsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) PutOrganizationConfigRuleRequest added in v0.10.0

func (c *Client) PutOrganizationConfigRuleRequest(input *PutOrganizationConfigRuleInput) PutOrganizationConfigRuleRequest

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

Adds or updates organization config rule for your entire organization evaluating whether your AWS resources comply with your desired configurations. Only a master account can create or update an organization config rule.

This API enables organization service access through the EnableAWSServiceAccess action and creates a service linked role AWSServiceRoleForConfigMultiAccountSetup in the master account of your organization. The service linked role is created only when the role does not exist in the master account. AWS Config verifies the existence of role with GetRole action.

You can use this action to create both custom AWS Config rules and AWS managed Config rules. If you are adding a new custom AWS Config rule, you must first create AWS Lambda function in the master account that the rule invokes to evaluate your resources. When you use the PutOrganizationConfigRule action to add the rule to AWS Config, you must specify the Amazon Resource Name (ARN) that AWS Lambda assigns to the function. If you are adding an AWS managed Config rule, specify the rule's identifier for the RuleIdentifier key.

The maximum number of organization config rules that AWS Config supports is 150.

Specify either OrganizationCustomRuleMetadata or OrganizationManagedRuleMetadata.

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

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

func (*Client) PutOrganizationConformancePackRequest added in v0.17.0

func (c *Client) PutOrganizationConformancePackRequest(input *PutOrganizationConformancePackInput) PutOrganizationConformancePackRequest

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

Deploys conformance packs across member accounts in an AWS Organization.

This API enables organization service access for config-multiaccountsetup.amazonaws.com through the EnableAWSServiceAccess action and creates a service linked role AWSServiceRoleForConfigMultiAccountSetup in the master account of your organization. The service linked role is created only when the role does not exist in the master account. AWS Config verifies the existence of role with GetRole action.

You must specify either the TemplateS3Uri or the TemplateBody parameter, but not both. If you provide both AWS Config uses the TemplateS3Uri parameter and ignores the TemplateBody parameter.

AWS Config sets the state of a conformance pack to CREATE_IN_PROGRESS and UPDATE_IN_PROGRESS until the confomance pack is created or updated. You cannot update a conformance pack while it is in this state.

You can create 6 conformance packs with 25 AWS Config rules in each pack.

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

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

func (*Client) PutRemediationConfigurationsRequest added in v0.9.0

func (c *Client) PutRemediationConfigurationsRequest(input *PutRemediationConfigurationsInput) PutRemediationConfigurationsRequest

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

Adds or updates the remediation configuration with a specific AWS Config rule with the selected target or action. The API creates the RemediationConfiguration object for the AWS Config rule. The AWS Config rule must already exist for you to add a remediation configuration. The target (SSM document) must exist and have permissions to use the target.

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

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

func (*Client) PutRemediationExceptionsRequest added in v0.12.0

func (c *Client) PutRemediationExceptionsRequest(input *PutRemediationExceptionsInput) PutRemediationExceptionsRequest

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

A remediation exception is when a specific resource is no longer considered for auto-remediation. This API adds a new exception or updates an exisiting exception for a specific resource with a specific AWS Config rule.

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

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

func (*Client) PutResourceConfigRequest added in v0.18.0

func (c *Client) PutResourceConfigRequest(input *PutResourceConfigInput) PutResourceConfigRequest

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

Records the configuration state for the resource provided in the request. The configuration state of a resource is represented in AWS Config as Configuration Items. Once this API records the configuration item, you can retrieve the list of configuration items for the custom resource type using existing AWS Config APIs.

The custom resource type must be registered with AWS CloudFormation. This API accepts the configuration item registered with AWS CloudFormation.

When you call this API, AWS Config only stores configuration state of the resource provided in the request. This API does not change or remediate the configuration of the resource.

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

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

func (*Client) PutRetentionConfigurationRequest added in v0.9.0

func (c *Client) 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 PutRetentionConfigurationRequest.
req := client.PutRetentionConfigurationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) SelectAggregateResourceConfigRequest added in v0.20.0

func (c *Client) SelectAggregateResourceConfigRequest(input *SelectAggregateResourceConfigInput) SelectAggregateResourceConfigRequest

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

Accepts a structured query language (SQL) SELECT command and an aggregator to query configuration state of AWS resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties.

For more information about query components, see the Query Components (https://docs.aws.amazon.com/config/latest/developerguide/query-components.html) section in the AWS Config Developer Guide.

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

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

func (*Client) SelectResourceConfigRequest added in v0.9.0

func (c *Client) SelectResourceConfigRequest(input *SelectResourceConfigInput) SelectResourceConfigRequest

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

Accepts a structured query language (SQL) SELECT command, performs the corresponding search, and returns resource configurations matching the properties.

For more information about query components, see the Query Components (https://docs.aws.amazon.com/config/latest/developerguide/query-components.html) section in the AWS Config Developer Guide.

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

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

func (*Client) StartConfigRulesEvaluationRequest added in v0.9.0

func (c *Client) 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 StartConfigRulesEvaluationRequest.
req := client.StartConfigRulesEvaluationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) StartConfigurationRecorderRequest added in v0.9.0

func (c *Client) 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 StartConfigurationRecorderRequest.
req := client.StartConfigurationRecorderRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) StartRemediationExecutionRequest added in v0.9.0

func (c *Client) StartRemediationExecutionRequest(input *StartRemediationExecutionInput) StartRemediationExecutionRequest

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

Runs an on-demand remediation for the specified AWS Config rules against the last known remediation configuration. It runs an execution against the current state of your resources. Remediation execution is asynchronous.

You can specify up to 100 resource keys per request. An existing StartRemediationExecution call for the specified resource keys must complete before you can call the API again.

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

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

func (*Client) StopConfigurationRecorderRequest added in v0.9.0

func (c *Client) 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 StopConfigurationRecorderRequest.
req := client.StopConfigurationRecorderRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

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

func (*Client) TagResourceRequest added in v0.9.0

func (c *Client) TagResourceRequest(input *TagResourceInput) TagResourceRequest

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

Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are deleted as well.

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

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

func (*Client) UntagResourceRequest added in v0.9.0

func (c *Client) UntagResourceRequest(input *UntagResourceInput) UntagResourceRequest

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

Deletes specified tags from a resource.

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

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

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.

func (Compliance) String

func (s Compliance) String() string

String returns the string representation

type ComplianceByConfigRule

type ComplianceByConfigRule struct {

	// Indicates whether the AWS Config rule is compliant.
	Compliance *Compliance `type:"structure"`

	// The name of the AWS Config rule.
	ConfigRuleName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Indicates whether an AWS Config rule is compliant. A rule is compliant if all of the resources that the rule evaluated comply with it. A rule is noncompliant if any of these resources do not comply.

func (ComplianceByConfigRule) String

func (s ComplianceByConfigRule) String() string

String returns the string representation

type ComplianceByResource

type ComplianceByResource struct {

	// Indicates whether the AWS resource complies with all of the AWS Config rules
	// that evaluated it.
	Compliance *Compliance `type:"structure"`

	// The ID of the AWS resource that was evaluated.
	ResourceId *string `min:"1" type:"string"`

	// The type of the AWS resource that was evaluated.
	ResourceType *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Indicates whether an AWS resource that is evaluated according to one or more AWS Config rules is compliant. A resource is compliant if it complies with all of the rules that evaluate it. A resource is noncompliant if it does not comply with one or more of these rules.

func (ComplianceByResource) String

func (s ComplianceByResource) String() string

String returns the string representation

type ComplianceContributorCount

type ComplianceContributorCount struct {

	// Indicates whether the maximum count is reached.
	CapExceeded *bool `type:"boolean"`

	// The number of AWS resources or AWS Config rules responsible for the current
	// compliance of the item.
	CappedCount *int64 `type:"integer"`
	// contains filtered or unexported fields
}

The number of AWS resources or AWS Config rules responsible for the current compliance of the item, up to a maximum number.

func (ComplianceContributorCount) String

String returns the string representation

type ComplianceSummary

type ComplianceSummary struct {

	// The time that AWS Config created the compliance summary.
	ComplianceSummaryTimestamp *time.Time `type:"timestamp"`

	// The number of AWS Config rules or AWS resources that are compliant, up to
	// a maximum of 25 for rules and 100 for resources.
	CompliantResourceCount *ComplianceContributorCount `type:"structure"`

	// The number of AWS Config rules or AWS resources that are noncompliant, up
	// to a maximum of 25 for rules and 100 for resources.
	NonCompliantResourceCount *ComplianceContributorCount `type:"structure"`
	// contains filtered or unexported fields
}

The number of AWS Config rules or AWS resources that are compliant and noncompliant.

func (ComplianceSummary) String

func (s ComplianceSummary) String() string

String returns the string representation

type ComplianceSummaryByResourceType

type ComplianceSummaryByResourceType struct {

	// The number of AWS resources that are compliant or noncompliant, up to a maximum
	// of 100 for each.
	ComplianceSummary *ComplianceSummary `type:"structure"`

	// The type of AWS resource.
	ResourceType *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The number of AWS resources of a specific type that are compliant or noncompliant, up to a maximum of 100 for each.

func (ComplianceSummaryByResourceType) 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 added in v0.3.0

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

func (ComplianceType) MarshalValueBuf added in v0.3.0

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

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

	// The time that the next delivery occurs.
	NextDeliveryTime *time.Time `locationName:"nextDeliveryTime" type:"timestamp"`
	// contains filtered or unexported fields
}

Provides status of the delivery of the snapshot or the configuration history to the specified Amazon S3 bucket. Also provides the status of notifications about the Amazon S3 delivery to the specified Amazon SNS topic.

func (ConfigExportDeliveryInfo) String

func (s ConfigExportDeliveryInfo) String() string

String returns the string representation

type ConfigRule

type ConfigRule struct {

	// The Amazon Resource Name (ARN) of the AWS Config rule.
	ConfigRuleArn *string `min:"1" type:"string"`

	// The ID of the AWS Config rule.
	ConfigRuleId *string `min:"1" type:"string"`

	// The name that you assign to the AWS Config rule. The name is required if
	// you are adding a new rule.
	ConfigRuleName *string `min:"1" type:"string"`

	// Indicates whether the AWS Config rule is active or is currently being deleted
	// by AWS Config. It can also indicate the evaluation status for the AWS Config
	// rule.
	//
	// AWS Config sets the state of the rule to EVALUATING temporarily after you
	// use the StartConfigRulesEvaluation request to evaluate your resources against
	// the AWS Config rule.
	//
	// AWS Config sets the state of the rule to DELETING_RESULTS temporarily after
	// you use the DeleteEvaluationResults request to delete the current evaluation
	// results for the AWS Config rule.
	//
	// AWS Config temporarily sets the state of a rule to DELETING after you use
	// the DeleteConfigRule request to delete the rule. After AWS Config deletes
	// the rule, the rule and all of its evaluations are erased and are no longer
	// available.
	ConfigRuleState ConfigRuleState `type:"string" enum:"true"`

	// Service principal name of the service that created the rule.
	//
	// The field is populated only if the service linked rule is created by a service.
	// The field is empty if you create your own rule.
	CreatedBy *string `min:"1" type:"string"`

	// The description that you provide for the AWS Config rule.
	Description *string `type:"string"`

	// A string, in JSON format, that is passed to the AWS Config rule Lambda function.
	InputParameters *string `min:"1" type:"string"`

	// The maximum frequency with which AWS Config runs evaluations for a rule.
	// You can specify a value for MaximumExecutionFrequency when:
	//
	//    * You are using an AWS managed rule that is triggered at a periodic frequency.
	//
	//    * Your custom rule is triggered when AWS Config delivers the configuration
	//    snapshot. For more information, see ConfigSnapshotDeliveryProperties.
	//
	// By default, rules with a periodic trigger are evaluated every 24 hours. To
	// change the frequency, specify a valid value for the MaximumExecutionFrequency
	// parameter.
	MaximumExecutionFrequency 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 (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html) in the AWS Config Developer Guide.

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 added in v0.4.0

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.

func (ConfigRuleComplianceFilters) String added in v0.4.0

String returns the string representation

func (*ConfigRuleComplianceFilters) Validate added in v0.4.0

func (s *ConfigRuleComplianceFilters) Validate() error

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

type ConfigRuleComplianceSummaryFilters added in v0.4.0

type ConfigRuleComplianceSummaryFilters struct {

	// The 12-digit account ID of the source account.
	AccountId *string `type:"string"`

	// The source region where the data is aggregated.
	AwsRegion *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Filters the results based on the account IDs and regions.

func (ConfigRuleComplianceSummaryFilters) String added in v0.4.0

String returns the string representation

func (*ConfigRuleComplianceSummaryFilters) Validate added in v0.4.0

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

type ConfigRuleComplianceSummaryGroupKey added in v0.4.0

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

Enum values for ConfigRuleComplianceSummaryGroupKey

func (ConfigRuleComplianceSummaryGroupKey) MarshalValue added in v0.4.0

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

func (ConfigRuleComplianceSummaryGroupKey) MarshalValueBuf added in v0.4.0

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

	// Indicates whether AWS Config has evaluated your resources against the rule
	// at least once.
	//
	//    * true - AWS Config has evaluated your AWS resources against the rule
	//    at least once.
	//
	//    * false - AWS Config has not once finished evaluating your AWS resources
	//    against the rule.
	FirstEvaluationStarted *bool `type:"boolean"`

	LastDeactivatedTime *time.Time `type:"timestamp"`

	// The error code that AWS Config returned when the rule last failed.
	LastErrorCode *string `type:"string"`

	// The error message that AWS Config returned when the rule last failed.
	LastErrorMessage *string `type:"string"`

	// The time that AWS Config last failed to evaluate your AWS resources against
	// the rule.
	LastFailedEvaluationTime *time.Time `type:"timestamp"`

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

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

	// The time that AWS Config last successfully invoked the AWS Config rule to
	// evaluate your AWS resources.
	LastSuccessfulInvocationTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

Status information for your AWS managed Config rules. The status includes information such as the last time the rule ran, the last time it failed, and the related error for the last failure.

This action does not return status information about custom AWS Config rules.

func (ConfigRuleEvaluationStatus) 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 added in v0.3.0

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

func (ConfigRuleState) MarshalValueBuf added in v0.3.0

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

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.

The frequency for a rule that triggers evaluations for your resources when AWS Config delivers the configuration snapshot is set by one of two values, depending on which is less frequent:

  • The value for the deliveryFrequency parameter within the delivery channel configuration, which sets how often AWS Config delivers configuration snapshots. This value also sets how often AWS Config invokes evaluations for AWS Config rules.

  • The value for the MaximumExecutionFrequency parameter, which sets the maximum frequency with which AWS Config invokes evaluations for the rule. For more information, see ConfigRule.

If the deliveryFrequency value is less frequent than the MaximumExecutionFrequency value for a rule, AWS Config invokes the rule only as often as the deliveryFrequency value.

For example, you want your rule to run evaluations when AWS Config delivers the configuration snapshot.

You specify the MaximumExecutionFrequency value for Six_Hours.

You then specify the delivery channel deliveryFrequency value for TwentyFour_Hours.

Because the value for deliveryFrequency is less frequent than MaximumExecutionFrequency, AWS Config invokes evaluations for the rule every 24 hours.

You should set the MaximumExecutionFrequency value to be at least as frequent as the deliveryFrequency value. You can view the deliveryFrequency value by using the DescribeDeliveryChannnels action.

To update the deliveryFrequency with which AWS Config delivers your configuration snapshots, use the PutDeliveryChannel action.

func (ConfigSnapshotDeliveryProperties) String

String returns the string representation

type ConfigStreamDeliveryInfo

type ConfigStreamDeliveryInfo struct {

	// The error code from the last attempted delivery.
	LastErrorCode *string `locationName:"lastErrorCode" type:"string"`

	// The error message from the last attempted delivery.
	LastErrorMessage *string `locationName:"lastErrorMessage" type:"string"`

	// Status of the last attempted delivery.
	//
	// Note Providing an SNS topic on a DeliveryChannel (https://docs.aws.amazon.com/config/latest/APIReference/API_DeliveryChannel.html)
	// for AWS Config is optional. If the SNS delivery is turned off, the last status
	// will be Not_Applicable.
	LastStatus DeliveryStatus `locationName:"lastStatus" type:"string" enum:"true"`

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

A list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic.

func (ConfigStreamDeliveryInfo) String

func (s ConfigStreamDeliveryInfo) String() string

String returns the string representation

type ConfigurationAggregator added in v0.4.0

type ConfigurationAggregator struct {

	// Provides a list of source accounts and regions to be aggregated.
	AccountAggregationSources []AccountAggregationSource `type:"list"`

	// The Amazon Resource Name (ARN) of the aggregator.
	ConfigurationAggregatorArn *string `type:"string"`

	// The name of the aggregator.
	ConfigurationAggregatorName *string `min:"1" type:"string"`

	// The time stamp when the configuration aggregator was created.
	CreationTime *time.Time `type:"timestamp"`

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

	// Provides an organization and list of regions to be aggregated.
	OrganizationAggregationSource *OrganizationAggregationSource `type:"structure"`
	// contains filtered or unexported fields
}

The details about the configuration aggregator, including information about source accounts, regions, and metadata of the aggregator.

func (ConfigurationAggregator) String added in v0.4.0

func (s ConfigurationAggregator) String() string

String returns the string representation

type ConfigurationItem

type ConfigurationItem struct {

	// The 12-digit AWS account ID associated with the resource.
	AccountId *string `locationName:"accountId" type:"string"`

	// accoun
	Arn *string `locationName:"arn" type:"string"`

	// The Availability Zone associated with the resource.
	AvailabilityZone *string `locationName:"availabilityZone" type:"string"`

	// The region where the resource resides.
	AwsRegion *string `locationName:"awsRegion" min:"1" type:"string"`

	// The description of the resource configuration.
	Configuration *string `locationName:"configuration" type:"string"`

	// The time when the configuration recording was initiated.
	ConfigurationItemCaptureTime *time.Time `locationName:"configurationItemCaptureTime" type:"timestamp"`

	// Unique MD5 hash that represents the configuration item's state.
	//
	// You can use MD5 hash to compare the states of two or more configuration items
	// that are associated with the same resource.
	ConfigurationItemMD5Hash *string `locationName:"configurationItemMD5Hash" type:"string"`

	// The configuration item status.
	ConfigurationItemStatus 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 (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html).
	//
	// An empty field indicates that the current configuration was not initiated
	// by any event. As of Version 1.3, the relatedEvents field is empty. You can
	// access the LookupEvents API (https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_LookupEvents.html)
	// in the AWS CloudTrail API Reference to retrieve the events for the resource.
	RelatedEvents []string `locationName:"relatedEvents" type:"list"`

	// A list of related AWS resources.
	Relationships []Relationship `locationName:"relationships" type:"list"`

	// The time stamp when the resource was created.
	ResourceCreationTime *time.Time `locationName:"resourceCreationTime" type:"timestamp"`

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

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

	// The type of AWS resource.
	ResourceType 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.

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 added in v0.3.0

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

func (ConfigurationItemStatus) MarshalValueBuf added in v0.3.0

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.

func (ConfigurationRecorder) String

func (s ConfigurationRecorder) String() string

String returns the string representation

func (*ConfigurationRecorder) Validate

func (s *ConfigurationRecorder) Validate() error

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

type ConfigurationRecorderStatus

type ConfigurationRecorderStatus struct {

	// The error code indicating that the recording failed.
	LastErrorCode *string `locationName:"lastErrorCode" type:"string"`

	// The message indicating that the recording failed due to an error.
	LastErrorMessage *string `locationName:"lastErrorMessage" type:"string"`

	// The time the recorder was last started.
	LastStartTime *time.Time `locationName:"lastStartTime" type:"timestamp"`

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

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

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

	// The name of the configuration recorder.
	Name *string `locationName:"name" type:"string"`

	// Specifies whether or not the recorder is currently recording.
	Recording *bool `locationName:"recording" type:"boolean"`
	// contains filtered or unexported fields
}

The current status of the configuration recorder.

func (ConfigurationRecorderStatus) String

String returns the string representation

type ConformancePackComplianceFilters added in v0.17.0

type ConformancePackComplianceFilters struct {

	// Filters the results by compliance.
	//
	// The allowed values are COMPLIANT and NON_COMPLIANT.
	ComplianceType ConformancePackComplianceType `type:"string" enum:"true"`

	// Filters the results by AWS Config rule names.
	ConfigRuleNames []string `type:"list"`
	// contains filtered or unexported fields
}

Filters the conformance pack by compliance types and AWS Config rule names.

func (ConformancePackComplianceFilters) String added in v0.17.0

String returns the string representation

type ConformancePackComplianceSummary added in v0.17.0

type ConformancePackComplianceSummary struct {

	// The status of the conformance pack. The allowed values are COMPLIANT and
	// NON_COMPLIANT.
	//
	// ConformancePackComplianceStatus is a required field
	ConformancePackComplianceStatus ConformancePackComplianceType `type:"string" required:"true" enum:"true"`

	// The name of the conformance pack name.
	//
	// ConformancePackName is a required field
	ConformancePackName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Summary includes the name and status of the conformance pack.

func (ConformancePackComplianceSummary) String added in v0.17.0

String returns the string representation

type ConformancePackComplianceType added in v0.17.0

type ConformancePackComplianceType string
const (
	ConformancePackComplianceTypeCompliant    ConformancePackComplianceType = "COMPLIANT"
	ConformancePackComplianceTypeNonCompliant ConformancePackComplianceType = "NON_COMPLIANT"
)

Enum values for ConformancePackComplianceType

func (ConformancePackComplianceType) MarshalValue added in v0.17.0

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

func (ConformancePackComplianceType) MarshalValueBuf added in v0.17.0

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

type ConformancePackDetail added in v0.17.0

type ConformancePackDetail struct {

	// Amazon Resource Name (ARN) of the conformance pack.
	//
	// ConformancePackArn is a required field
	ConformancePackArn *string `min:"1" type:"string" required:"true"`

	// ID of the conformance pack.
	//
	// ConformancePackId is a required field
	ConformancePackId *string `min:"1" type:"string" required:"true"`

	// A list of ConformancePackInputParameter objects.
	ConformancePackInputParameters []ConformancePackInputParameter `type:"list"`

	// Name of the conformance pack.
	//
	// ConformancePackName is a required field
	ConformancePackName *string `min:"1" type:"string" required:"true"`

	// AWS service that created the conformance pack.
	CreatedBy *string `min:"1" type:"string"`

	// Conformance pack template that is used to create a pack. The delivery bucket
	// name should start with awsconfigconforms. For example: "Resource": "arn:aws:s3:::your_bucket_name/*".
	//
	// DeliveryS3Bucket is a required field
	DeliveryS3Bucket *string `min:"3" type:"string" required:"true"`

	// The prefix for the Amazon S3 bucket.
	DeliveryS3KeyPrefix *string `min:"1" type:"string"`

	// Last time when conformation pack update was requested.
	LastUpdateRequestedTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

Returns details of a conformance pack. A conformance pack is a collection of AWS Config rules and remediation actions that can be easily deployed in an account and a region.

func (ConformancePackDetail) String added in v0.17.0

func (s ConformancePackDetail) String() string

String returns the string representation

type ConformancePackEvaluationFilters added in v0.17.0

type ConformancePackEvaluationFilters struct {

	// Filters the results by compliance.
	//
	// The allowed values are COMPLIANT and NON_COMPLIANT.
	ComplianceType ConformancePackComplianceType `type:"string" enum:"true"`

	// Filters the results by AWS Config rule names.
	ConfigRuleNames []string `type:"list"`

	// Filters the results by resource IDs.
	//
	// This is valid only when you provide resource type. If there is no resource
	// type, you will see an error.
	ResourceIds []string `type:"list"`

	// Filters the results by the resource type (for example, "AWS::EC2::Instance").
	ResourceType *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Filters a conformance pack by AWS Config rule names, compliance types, AWS resource types, and resource IDs.

func (ConformancePackEvaluationFilters) String added in v0.17.0

String returns the string representation

func (*ConformancePackEvaluationFilters) Validate added in v0.17.0

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

type ConformancePackEvaluationResult added in v0.17.0

type ConformancePackEvaluationResult struct {

	// Supplementary information about how the evaluation determined the compliance.
	Annotation *string `type:"string"`

	// The compliance type. The allowed values are COMPLIANT and NON_COMPLIANT.
	//
	// ComplianceType is a required field
	ComplianceType ConformancePackComplianceType `type:"string" required:"true" enum:"true"`

	// The time when AWS Config rule evaluated AWS resource.
	//
	// ConfigRuleInvokedTime is a required field
	ConfigRuleInvokedTime *time.Time `type:"timestamp" required:"true"`

	// Uniquely identifies an evaluation result.
	//
	// EvaluationResultIdentifier is a required field
	EvaluationResultIdentifier *EvaluationResultIdentifier `type:"structure" required:"true"`

	// The time when AWS Config recorded the evaluation result.
	//
	// ResultRecordedTime is a required field
	ResultRecordedTime *time.Time `type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

The details of a conformance pack evaluation. Provides AWS Config rule and AWS resource type that was evaluated, the compliance of the conformance pack, related time stamps, and supplementary information.

func (ConformancePackEvaluationResult) String added in v0.17.0

String returns the string representation

type ConformancePackInputParameter added in v0.17.0

type ConformancePackInputParameter struct {

	// One part of a key-value pair.
	//
	// ParameterName is a required field
	ParameterName *string `type:"string" required:"true"`

	// Another part of the key-value pair.
	//
	// ParameterValue is a required field
	ParameterValue *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input parameters in the form of key-value pairs for the conformance pack, both of which you define. Keys can have a maximum character length of 128 characters, and values can have a maximum length of 256 characters.

func (ConformancePackInputParameter) String added in v0.17.0

String returns the string representation

func (*ConformancePackInputParameter) Validate added in v0.17.0

func (s *ConformancePackInputParameter) Validate() error

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

type ConformancePackRuleCompliance added in v0.17.0

type ConformancePackRuleCompliance struct {

	// Compliance of the AWS Config rule
	//
	// The allowed values are COMPLIANT and NON_COMPLIANT.
	ComplianceType ConformancePackComplianceType `type:"string" enum:"true"`

	// Name of the config rule.
	ConfigRuleName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Compliance information of one or more AWS Config rules within a conformance pack. You can filter using AWS Config rule names and compliance types.

func (ConformancePackRuleCompliance) String added in v0.17.0

String returns the string representation

type ConformancePackState added in v0.17.0

type ConformancePackState string
const (
	ConformancePackStateCreateInProgress ConformancePackState = "CREATE_IN_PROGRESS"
	ConformancePackStateCreateComplete   ConformancePackState = "CREATE_COMPLETE"
	ConformancePackStateCreateFailed     ConformancePackState = "CREATE_FAILED"
	ConformancePackStateDeleteInProgress ConformancePackState = "DELETE_IN_PROGRESS"
	ConformancePackStateDeleteFailed     ConformancePackState = "DELETE_FAILED"
)

Enum values for ConformancePackState

func (ConformancePackState) MarshalValue added in v0.17.0

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

func (ConformancePackState) MarshalValueBuf added in v0.17.0

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

type ConformancePackStatusDetail added in v0.17.0

type ConformancePackStatusDetail struct {

	// Amazon Resource Name (ARN) of comformance pack.
	//
	// ConformancePackArn is a required field
	ConformancePackArn *string `min:"1" type:"string" required:"true"`

	// ID of the conformance pack.
	//
	// ConformancePackId is a required field
	ConformancePackId *string `min:"1" type:"string" required:"true"`

	// Name of the conformance pack.
	//
	// ConformancePackName is a required field
	ConformancePackName *string `min:"1" type:"string" required:"true"`

	// Indicates deployment status of conformance pack.
	//
	// AWS Config sets the state of the conformance pack to:
	//
	//    * CREATE_IN_PROGRESS when a conformance pack creation is in progress for
	//    an account.
	//
	//    * CREATE_COMPLETE when a conformance pack has been successfully created
	//    in your account.
	//
	//    * CREATE_FAILED when a conformance pack creation failed in your account.
	//
	//    * DELETE_IN_PROGRESS when a conformance pack deletion is in progress.
	//
	//    * DELETE_FAILED when a conformance pack deletion failed in your account.
	//
	// ConformancePackState is a required field
	ConformancePackState ConformancePackState `type:"string" required:"true" enum:"true"`

	// The reason of conformance pack creation failure.
	ConformancePackStatusReason *string `type:"string"`

	// Last time when conformation pack creation and update was successful.
	LastUpdateCompletedTime *time.Time `type:"timestamp"`

	// Last time when conformation pack creation and update was requested.
	//
	// LastUpdateRequestedTime is a required field
	LastUpdateRequestedTime *time.Time `type:"timestamp" required:"true"`

	// Amazon Resource Name (ARN) of AWS CloudFormation stack.
	//
	// StackArn is a required field
	StackArn *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Status details of a conformance pack.

func (ConformancePackStatusDetail) String added in v0.17.0

String returns the string representation

type DeleteAggregationAuthorizationInput added in v0.4.0

type DeleteAggregationAuthorizationInput struct {

	// The 12-digit account ID of the account authorized to aggregate data.
	//
	// AuthorizedAccountId is a required field
	AuthorizedAccountId *string `type:"string" required:"true"`

	// The region authorized to collect aggregated data.
	//
	// AuthorizedAwsRegion is a required field
	AuthorizedAwsRegion *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteAggregationAuthorizationInput) String added in v0.4.0

String returns the string representation

func (*DeleteAggregationAuthorizationInput) Validate added in v0.4.0

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

type DeleteAggregationAuthorizationOutput added in v0.4.0

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

func (DeleteAggregationAuthorizationOutput) String added in v0.4.0

String returns the string representation

type DeleteAggregationAuthorizationRequest added in v0.4.0

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

DeleteAggregationAuthorizationRequest is the request type for the DeleteAggregationAuthorization API operation.

func (DeleteAggregationAuthorizationRequest) Send added in v0.4.0

Send marshals and sends the DeleteAggregationAuthorization API request.

type DeleteAggregationAuthorizationResponse added in v0.9.0

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

DeleteAggregationAuthorizationResponse is the response type for the DeleteAggregationAuthorization API operation.

func (*DeleteAggregationAuthorizationResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DeleteAggregationAuthorization 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
}

func (DeleteConfigRuleInput) String

func (s DeleteConfigRuleInput) String() string

String returns the string representation

func (*DeleteConfigRuleInput) Validate

func (s *DeleteConfigRuleInput) Validate() error

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

type DeleteConfigRuleOutput

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

func (DeleteConfigRuleOutput) 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 the request type for the DeleteConfigRule API operation.

func (DeleteConfigRuleRequest) Send

Send marshals and sends the DeleteConfigRule API request.

type DeleteConfigRuleResponse added in v0.9.0

type DeleteConfigRuleResponse struct {
	*DeleteConfigRuleOutput
	// contains filtered or unexported fields
}

DeleteConfigRuleResponse is the response type for the DeleteConfigRule API operation.

func (*DeleteConfigRuleResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DeleteConfigRule request.

type DeleteConfigurationAggregatorInput added in v0.4.0

type DeleteConfigurationAggregatorInput struct {

	// The name of the configuration aggregator.
	//
	// ConfigurationAggregatorName is a required field
	ConfigurationAggregatorName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteConfigurationAggregatorInput) String added in v0.4.0

String returns the string representation

func (*DeleteConfigurationAggregatorInput) Validate added in v0.4.0

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

type DeleteConfigurationAggregatorOutput added in v0.4.0

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

func (DeleteConfigurationAggregatorOutput) String added in v0.4.0

String returns the string representation

type DeleteConfigurationAggregatorRequest added in v0.4.0

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

DeleteConfigurationAggregatorRequest is the request type for the DeleteConfigurationAggregator API operation.

func (DeleteConfigurationAggregatorRequest) Send added in v0.4.0

Send marshals and sends the DeleteConfigurationAggregator API request.

type DeleteConfigurationAggregatorResponse added in v0.9.0

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

DeleteConfigurationAggregatorResponse is the response type for the DeleteConfigurationAggregator API operation.

func (*DeleteConfigurationAggregatorResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DeleteConfigurationAggregator 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.

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
}

func (DeleteConfigurationRecorderOutput) String

String returns the string representation

type DeleteConfigurationRecorderRequest

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

DeleteConfigurationRecorderRequest is the request type for the DeleteConfigurationRecorder API operation.

func (DeleteConfigurationRecorderRequest) Send

Send marshals and sends the DeleteConfigurationRecorder API request.

type DeleteConfigurationRecorderResponse added in v0.9.0

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

DeleteConfigurationRecorderResponse is the response type for the DeleteConfigurationRecorder API operation.

func (*DeleteConfigurationRecorderResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DeleteConfigurationRecorder request.

type DeleteConformancePackInput added in v0.17.0

type DeleteConformancePackInput struct {

	// Name of the conformance pack you want to delete.
	//
	// ConformancePackName is a required field
	ConformancePackName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteConformancePackInput) String added in v0.17.0

String returns the string representation

func (*DeleteConformancePackInput) Validate added in v0.17.0

func (s *DeleteConformancePackInput) Validate() error

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

type DeleteConformancePackOutput added in v0.17.0

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

func (DeleteConformancePackOutput) String added in v0.17.0

String returns the string representation

type DeleteConformancePackRequest added in v0.17.0

type DeleteConformancePackRequest struct {
	*aws.Request
	Input *DeleteConformancePackInput
	Copy  func(*DeleteConformancePackInput) DeleteConformancePackRequest
}

DeleteConformancePackRequest is the request type for the DeleteConformancePack API operation.

func (DeleteConformancePackRequest) Send added in v0.17.0

Send marshals and sends the DeleteConformancePack API request.

type DeleteConformancePackResponse added in v0.17.0

type DeleteConformancePackResponse struct {
	*DeleteConformancePackOutput
	// contains filtered or unexported fields
}

DeleteConformancePackResponse is the response type for the DeleteConformancePack API operation.

func (*DeleteConformancePackResponse) SDKResponseMetdata added in v0.17.0

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

SDKResponseMetdata returns the response metadata for the DeleteConformancePack 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.

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
}

func (DeleteDeliveryChannelOutput) String

String returns the string representation

type DeleteDeliveryChannelRequest

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

DeleteDeliveryChannelRequest is the request type for the DeleteDeliveryChannel API operation.

func (DeleteDeliveryChannelRequest) Send

Send marshals and sends the DeleteDeliveryChannel API request.

type DeleteDeliveryChannelResponse added in v0.9.0

type DeleteDeliveryChannelResponse struct {
	*DeleteDeliveryChannelOutput
	// contains filtered or unexported fields
}

DeleteDeliveryChannelResponse is the response type for the DeleteDeliveryChannel API operation.

func (*DeleteDeliveryChannelResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DeleteDeliveryChannel 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
}

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.

func (DeleteEvaluationResultsOutput) String

String returns the string representation

type DeleteEvaluationResultsRequest

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

DeleteEvaluationResultsRequest is the request type for the DeleteEvaluationResults API operation.

func (DeleteEvaluationResultsRequest) Send

Send marshals and sends the DeleteEvaluationResults API request.

type DeleteEvaluationResultsResponse added in v0.9.0

type DeleteEvaluationResultsResponse struct {
	*DeleteEvaluationResultsOutput
	// contains filtered or unexported fields
}

DeleteEvaluationResultsResponse is the response type for the DeleteEvaluationResults API operation.

func (*DeleteEvaluationResultsResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DeleteEvaluationResults request.

type DeleteOrganizationConfigRuleInput added in v0.10.0

type DeleteOrganizationConfigRuleInput struct {

	// The name of organization config rule that you want to delete.
	//
	// OrganizationConfigRuleName is a required field
	OrganizationConfigRuleName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteOrganizationConfigRuleInput) String added in v0.10.0

String returns the string representation

func (*DeleteOrganizationConfigRuleInput) Validate added in v0.10.0

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

type DeleteOrganizationConfigRuleOutput added in v0.10.0

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

func (DeleteOrganizationConfigRuleOutput) String added in v0.10.0

String returns the string representation

type DeleteOrganizationConfigRuleRequest added in v0.10.0

type DeleteOrganizationConfigRuleRequest struct {
	*aws.Request
	Input *DeleteOrganizationConfigRuleInput
	Copy  func(*DeleteOrganizationConfigRuleInput) DeleteOrganizationConfigRuleRequest
}

DeleteOrganizationConfigRuleRequest is the request type for the DeleteOrganizationConfigRule API operation.

func (DeleteOrganizationConfigRuleRequest) Send added in v0.10.0

Send marshals and sends the DeleteOrganizationConfigRule API request.

type DeleteOrganizationConfigRuleResponse added in v0.10.0

type DeleteOrganizationConfigRuleResponse struct {
	*DeleteOrganizationConfigRuleOutput
	// contains filtered or unexported fields
}

DeleteOrganizationConfigRuleResponse is the response type for the DeleteOrganizationConfigRule API operation.

func (*DeleteOrganizationConfigRuleResponse) SDKResponseMetdata added in v0.10.0

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

SDKResponseMetdata returns the response metadata for the DeleteOrganizationConfigRule request.

type DeleteOrganizationConformancePackInput added in v0.17.0

type DeleteOrganizationConformancePackInput struct {

	// The name of organization conformance pack that you want to delete.
	//
	// OrganizationConformancePackName is a required field
	OrganizationConformancePackName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteOrganizationConformancePackInput) String added in v0.17.0

String returns the string representation

func (*DeleteOrganizationConformancePackInput) Validate added in v0.17.0

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

type DeleteOrganizationConformancePackOutput added in v0.17.0

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

func (DeleteOrganizationConformancePackOutput) String added in v0.17.0

String returns the string representation

type DeleteOrganizationConformancePackRequest added in v0.17.0

DeleteOrganizationConformancePackRequest is the request type for the DeleteOrganizationConformancePack API operation.

func (DeleteOrganizationConformancePackRequest) Send added in v0.17.0

Send marshals and sends the DeleteOrganizationConformancePack API request.

type DeleteOrganizationConformancePackResponse added in v0.17.0

type DeleteOrganizationConformancePackResponse struct {
	*DeleteOrganizationConformancePackOutput
	// contains filtered or unexported fields
}

DeleteOrganizationConformancePackResponse is the response type for the DeleteOrganizationConformancePack API operation.

func (*DeleteOrganizationConformancePackResponse) SDKResponseMetdata added in v0.17.0

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

SDKResponseMetdata returns the response metadata for the DeleteOrganizationConformancePack request.

type DeletePendingAggregationRequestInput added in v0.4.0

type DeletePendingAggregationRequestInput struct {

	// The 12-digit account ID of the account requesting to aggregate data.
	//
	// RequesterAccountId is a required field
	RequesterAccountId *string `type:"string" required:"true"`

	// The region requesting to aggregate data.
	//
	// RequesterAwsRegion is a required field
	RequesterAwsRegion *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeletePendingAggregationRequestInput) String added in v0.4.0

String returns the string representation

func (*DeletePendingAggregationRequestInput) Validate added in v0.4.0

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

type DeletePendingAggregationRequestOutput added in v0.4.0

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

func (DeletePendingAggregationRequestOutput) String added in v0.4.0

String returns the string representation

type DeletePendingAggregationRequestRequest added in v0.4.0

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

DeletePendingAggregationRequestRequest is the request type for the DeletePendingAggregationRequest API operation.

func (DeletePendingAggregationRequestRequest) Send added in v0.4.0

Send marshals and sends the DeletePendingAggregationRequest API request.

type DeletePendingAggregationRequestResponse added in v0.9.0

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

DeletePendingAggregationRequestResponse is the response type for the DeletePendingAggregationRequest API operation.

func (*DeletePendingAggregationRequestResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DeletePendingAggregationRequest request.

type DeleteRemediationConfigurationInput added in v0.8.0

type DeleteRemediationConfigurationInput struct {

	// The name of the AWS Config rule for which you want to delete remediation
	// configuration.
	//
	// ConfigRuleName is a required field
	ConfigRuleName *string `min:"1" type:"string" required:"true"`

	// The type of a resource.
	ResourceType *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteRemediationConfigurationInput) String added in v0.8.0

String returns the string representation

func (*DeleteRemediationConfigurationInput) Validate added in v0.8.0

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

type DeleteRemediationConfigurationOutput added in v0.8.0

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

func (DeleteRemediationConfigurationOutput) String added in v0.8.0

String returns the string representation

type DeleteRemediationConfigurationRequest added in v0.8.0

type DeleteRemediationConfigurationRequest struct {
	*aws.Request
	Input *DeleteRemediationConfigurationInput
	Copy  func(*DeleteRemediationConfigurationInput) DeleteRemediationConfigurationRequest
}

DeleteRemediationConfigurationRequest is the request type for the DeleteRemediationConfiguration API operation.

func (DeleteRemediationConfigurationRequest) Send added in v0.8.0

Send marshals and sends the DeleteRemediationConfiguration API request.

type DeleteRemediationConfigurationResponse added in v0.9.0

type DeleteRemediationConfigurationResponse struct {
	*DeleteRemediationConfigurationOutput
	// contains filtered or unexported fields
}

DeleteRemediationConfigurationResponse is the response type for the DeleteRemediationConfiguration API operation.

func (*DeleteRemediationConfigurationResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DeleteRemediationConfiguration request.

type DeleteRemediationExceptionsInput added in v0.12.0

type DeleteRemediationExceptionsInput struct {

	// The name of the AWS Config rule for which you want to delete remediation
	// exception configuration.
	//
	// ConfigRuleName is a required field
	ConfigRuleName *string `min:"1" type:"string" required:"true"`

	// An exception list of resource exception keys to be processed with the current
	// request. AWS Config adds exception for each resource key. For example, AWS
	// Config adds 3 exceptions for 3 resource keys.
	//
	// ResourceKeys is a required field
	ResourceKeys []RemediationExceptionResourceKey `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteRemediationExceptionsInput) String added in v0.12.0

String returns the string representation

func (*DeleteRemediationExceptionsInput) Validate added in v0.12.0

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

type DeleteRemediationExceptionsOutput added in v0.12.0

type DeleteRemediationExceptionsOutput struct {

	// Returns a list of failed delete remediation exceptions batch objects. Each
	// object in the batch consists of a list of failed items and failure messages.
	FailedBatches []FailedDeleteRemediationExceptionsBatch `type:"list"`
	// contains filtered or unexported fields
}

func (DeleteRemediationExceptionsOutput) String added in v0.12.0

String returns the string representation

type DeleteRemediationExceptionsRequest added in v0.12.0

type DeleteRemediationExceptionsRequest struct {
	*aws.Request
	Input *DeleteRemediationExceptionsInput
	Copy  func(*DeleteRemediationExceptionsInput) DeleteRemediationExceptionsRequest
}

DeleteRemediationExceptionsRequest is the request type for the DeleteRemediationExceptions API operation.

func (DeleteRemediationExceptionsRequest) Send added in v0.12.0

Send marshals and sends the DeleteRemediationExceptions API request.

type DeleteRemediationExceptionsResponse added in v0.12.0

type DeleteRemediationExceptionsResponse struct {
	*DeleteRemediationExceptionsOutput
	// contains filtered or unexported fields
}

DeleteRemediationExceptionsResponse is the response type for the DeleteRemediationExceptions API operation.

func (*DeleteRemediationExceptionsResponse) SDKResponseMetdata added in v0.12.0

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

SDKResponseMetdata returns the response metadata for the DeleteRemediationExceptions request.

type DeleteResourceConfigInput added in v0.18.0

type DeleteResourceConfigInput struct {

	// Unique identifier of the resource.
	//
	// ResourceId is a required field
	ResourceId *string `min:"1" type:"string" required:"true"`

	// The type of the resource.
	//
	// ResourceType is a required field
	ResourceType *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteResourceConfigInput) String added in v0.18.0

func (s DeleteResourceConfigInput) String() string

String returns the string representation

func (*DeleteResourceConfigInput) Validate added in v0.18.0

func (s *DeleteResourceConfigInput) Validate() error

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

type DeleteResourceConfigOutput added in v0.18.0

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

func (DeleteResourceConfigOutput) String added in v0.18.0

String returns the string representation

type DeleteResourceConfigRequest added in v0.18.0

type DeleteResourceConfigRequest struct {
	*aws.Request
	Input *DeleteResourceConfigInput
	Copy  func(*DeleteResourceConfigInput) DeleteResourceConfigRequest
}

DeleteResourceConfigRequest is the request type for the DeleteResourceConfig API operation.

func (DeleteResourceConfigRequest) Send added in v0.18.0

Send marshals and sends the DeleteResourceConfig API request.

type DeleteResourceConfigResponse added in v0.18.0

type DeleteResourceConfigResponse struct {
	*DeleteResourceConfigOutput
	// contains filtered or unexported fields
}

DeleteResourceConfigResponse is the response type for the DeleteResourceConfig API operation.

func (*DeleteResourceConfigResponse) SDKResponseMetdata added in v0.18.0

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

SDKResponseMetdata returns the response metadata for the DeleteResourceConfig request.

type DeleteRetentionConfigurationInput added in v0.4.0

type DeleteRetentionConfigurationInput struct {

	// The name of the retention configuration to delete.
	//
	// RetentionConfigurationName is a required field
	RetentionConfigurationName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteRetentionConfigurationInput) String added in v0.4.0

String returns the string representation

func (*DeleteRetentionConfigurationInput) Validate added in v0.4.0

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

type DeleteRetentionConfigurationOutput added in v0.4.0

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

func (DeleteRetentionConfigurationOutput) String added in v0.4.0

String returns the string representation

type DeleteRetentionConfigurationRequest added in v0.4.0

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

DeleteRetentionConfigurationRequest is the request type for the DeleteRetentionConfiguration API operation.

func (DeleteRetentionConfigurationRequest) Send added in v0.4.0

Send marshals and sends the DeleteRetentionConfiguration API request.

type DeleteRetentionConfigurationResponse added in v0.9.0

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

DeleteRetentionConfigurationResponse is the response type for the DeleteRetentionConfiguration API operation.

func (*DeleteRetentionConfigurationResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DeleteRetentionConfiguration 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.

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.

func (DeliverConfigSnapshotOutput) String

String returns the string representation

type DeliverConfigSnapshotRequest

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

DeliverConfigSnapshotRequest is the request type for the DeliverConfigSnapshot API operation.

func (DeliverConfigSnapshotRequest) Send

Send marshals and sends the DeliverConfigSnapshot API request.

type DeliverConfigSnapshotResponse added in v0.9.0

type DeliverConfigSnapshotResponse struct {
	*DeliverConfigSnapshotOutput
	// contains filtered or unexported fields
}

DeliverConfigSnapshotResponse is the response type for the DeliverConfigSnapshot API operation.

func (*DeliverConfigSnapshotResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DeliverConfigSnapshot 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 (https://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-policy.html)
	// in the AWS Config Developer Guide.
	S3BucketName *string `locationName:"s3BucketName" type:"string"`

	// The prefix for the specified Amazon S3 bucket.
	S3KeyPrefix *string `locationName:"s3KeyPrefix" type:"string"`

	// The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config
	// sends notifications about configuration changes.
	//
	// If you choose a topic from another account, the topic must have policies
	// that grant access permissions to AWS Config. For more information, see Permissions
	// for the Amazon SNS Topic (https://docs.aws.amazon.com/config/latest/developerguide/sns-topic-policy.html)
	// in the AWS Config Developer Guide.
	SnsTopicARN *string `locationName:"snsTopicARN" type:"string"`
	// contains filtered or unexported fields
}

The channel through which AWS Config delivers notifications and updated configuration states.

func (DeliveryChannel) String

func (s DeliveryChannel) String() string

String returns the string representation

func (*DeliveryChannel) Validate

func (s *DeliveryChannel) Validate() error

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

type DeliveryChannelStatus

type DeliveryChannelStatus struct {

	// A list that contains the status of the delivery of the configuration history
	// to the specified Amazon S3 bucket.
	ConfigHistoryDeliveryInfo *ConfigExportDeliveryInfo `locationName:"configHistoryDeliveryInfo" type:"structure"`

	// A list containing the status of the delivery of the snapshot to the specified
	// Amazon S3 bucket.
	ConfigSnapshotDeliveryInfo *ConfigExportDeliveryInfo `locationName:"configSnapshotDeliveryInfo" type:"structure"`

	// A list containing the status of the delivery of the configuration stream
	// notification to the specified Amazon SNS topic.
	ConfigStreamDeliveryInfo *ConfigStreamDeliveryInfo `locationName:"configStreamDeliveryInfo" type:"structure"`

	// The name of the delivery channel.
	Name *string `locationName:"name" type:"string"`
	// contains filtered or unexported fields
}

The status of a specified delivery channel.

Valid values: Success | Failure

func (DeliveryChannelStatus) 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 added in v0.3.0

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

func (DeliveryStatus) MarshalValueBuf added in v0.3.0

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

type DescribeAggregateComplianceByConfigRulesInput added in v0.4.0

type DescribeAggregateComplianceByConfigRulesInput struct {

	// The name of the configuration aggregator.
	//
	// ConfigurationAggregatorName is a required field
	ConfigurationAggregatorName *string `min:"1" type:"string" required:"true"`

	// Filters the results by ConfigRuleComplianceFilters object.
	Filters *ConfigRuleComplianceFilters `type:"structure"`

	// The maximum number of evaluation results returned on each page. The default
	// is maximum. If you specify 0, AWS Config uses the default.
	Limit *int64 `type:"integer"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAggregateComplianceByConfigRulesInput) String added in v0.4.0

String returns the string representation

func (*DescribeAggregateComplianceByConfigRulesInput) Validate added in v0.4.0

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

type DescribeAggregateComplianceByConfigRulesOutput added in v0.4.0

type DescribeAggregateComplianceByConfigRulesOutput struct {

	// Returns a list of AggregateComplianceByConfigRule object.
	AggregateComplianceByConfigRules []AggregateComplianceByConfigRule `type:"list"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAggregateComplianceByConfigRulesOutput) String added in v0.4.0

String returns the string representation

type DescribeAggregateComplianceByConfigRulesRequest added in v0.4.0

DescribeAggregateComplianceByConfigRulesRequest is the request type for the DescribeAggregateComplianceByConfigRules API operation.

func (DescribeAggregateComplianceByConfigRulesRequest) Send added in v0.4.0

Send marshals and sends the DescribeAggregateComplianceByConfigRules API request.

type DescribeAggregateComplianceByConfigRulesResponse added in v0.9.0

type DescribeAggregateComplianceByConfigRulesResponse struct {
	*DescribeAggregateComplianceByConfigRulesOutput
	// contains filtered or unexported fields
}

DescribeAggregateComplianceByConfigRulesResponse is the response type for the DescribeAggregateComplianceByConfigRules API operation.

func (*DescribeAggregateComplianceByConfigRulesResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the DescribeAggregateComplianceByConfigRules request.

type DescribeAggregationAuthorizationsInput added in v0.4.0

type DescribeAggregationAuthorizationsInput struct {

	// The maximum number of AggregationAuthorizations returned on each page. The
	// default is maximum. If you specify 0, AWS Config uses the default.
	Limit *int64 `type:"integer"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAggregationAuthorizationsInput) String added in v0.4.0

String returns the string representation

type DescribeAggregationAuthorizationsOutput added in v0.4.0

type DescribeAggregationAuthorizationsOutput struct {

	// Returns a list of authorizations granted to various aggregator accounts and
	// regions.
	AggregationAuthorizations []AggregationAuthorization `type:"list"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAggregationAuthorizationsOutput) String added in v0.4.0

String returns the string representation

type DescribeAggregationAuthorizationsRequest added in v0.4.0

DescribeAggregationAuthorizationsRequest is the request type for the DescribeAggregationAuthorizations API operation.

func (DescribeAggregationAuthorizationsRequest) Send added in v0.4.0

Send marshals and sends the DescribeAggregationAuthorizations API request.

type DescribeAggregationAuthorizationsResponse added in v0.9.0

type DescribeAggregationAuthorizationsResponse struct {
	*DescribeAggregationAuthorizationsOutput
	// contains filtered or unexported fields
}

DescribeAggregationAuthorizationsResponse is the response type for the DescribeAggregationAuthorizations API operation.

func (*DescribeAggregationAuthorizationsResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DescribeAggregationAuthorizations request.

type DescribeComplianceByConfigRuleInput

type DescribeComplianceByConfigRuleInput struct {

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

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
}

func (DescribeComplianceByConfigRuleOutput) String

String returns the string representation

type DescribeComplianceByConfigRuleRequest

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

DescribeComplianceByConfigRuleRequest is the request type for the DescribeComplianceByConfigRule API operation.

func (DescribeComplianceByConfigRuleRequest) Send

Send marshals and sends the DescribeComplianceByConfigRule API request.

type DescribeComplianceByConfigRuleResponse added in v0.9.0

type DescribeComplianceByConfigRuleResponse struct {
	*DescribeComplianceByConfigRuleOutput
	// contains filtered or unexported fields
}

DescribeComplianceByConfigRuleResponse is the response type for the DescribeComplianceByConfigRule API operation.

func (*DescribeComplianceByConfigRuleResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DescribeComplianceByConfigRule request.

type DescribeComplianceByResourceInput

type DescribeComplianceByResourceInput struct {

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

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
}

func (DescribeComplianceByResourceOutput) String

String returns the string representation

type DescribeComplianceByResourceRequest

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

DescribeComplianceByResourceRequest is the request type for the DescribeComplianceByResource API operation.

func (DescribeComplianceByResourceRequest) Send

Send marshals and sends the DescribeComplianceByResource API request.

type DescribeComplianceByResourceResponse added in v0.9.0

type DescribeComplianceByResourceResponse struct {
	*DescribeComplianceByResourceOutput
	// contains filtered or unexported fields
}

DescribeComplianceByResourceResponse is the response type for the DescribeComplianceByResource API operation.

func (*DescribeComplianceByResourceResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DescribeComplianceByResource 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 150 rules.
	//
	// For information about requesting a rule limit increase, see AWS Config Limits
	// (http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config)
	// in the AWS General Reference Guide.
	Limit *int64 `type:"integer"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeConfigRuleEvaluationStatusInput) String

String returns the string representation

type DescribeConfigRuleEvaluationStatusOutput

type DescribeConfigRuleEvaluationStatusOutput struct {

	// Status information about your AWS managed Config rules.
	ConfigRulesEvaluationStatus []ConfigRuleEvaluationStatus `type:"list"`

	// The string that you use in a subsequent request to get the next page of results
	// in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeConfigRuleEvaluationStatusOutput) String

String returns the string representation

type DescribeConfigRuleEvaluationStatusRequest

DescribeConfigRuleEvaluationStatusRequest is the request type for the DescribeConfigRuleEvaluationStatus API operation.

func (DescribeConfigRuleEvaluationStatusRequest) Send

Send marshals and sends the DescribeConfigRuleEvaluationStatus API request.

type DescribeConfigRuleEvaluationStatusResponse added in v0.9.0

type DescribeConfigRuleEvaluationStatusResponse struct {
	*DescribeConfigRuleEvaluationStatusOutput
	// contains filtered or unexported fields
}

DescribeConfigRuleEvaluationStatusResponse is the response type for the DescribeConfigRuleEvaluationStatus API operation.

func (*DescribeConfigRuleEvaluationStatusResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DescribeConfigRuleEvaluationStatus 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
}

func (DescribeConfigRulesInput) String

func (s DescribeConfigRulesInput) String() string

String returns the string representation

type DescribeConfigRulesOutput

type DescribeConfigRulesOutput struct {

	// The details about your AWS Config rules.
	ConfigRules []ConfigRule `type:"list"`

	// The string that you use in a subsequent request to get the next page of results
	// in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeConfigRulesOutput) 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 the request type for the DescribeConfigRules API operation.

func (DescribeConfigRulesRequest) Send

Send marshals and sends the DescribeConfigRules API request.

type DescribeConfigRulesResponse added in v0.9.0

type DescribeConfigRulesResponse struct {
	*DescribeConfigRulesOutput
	// contains filtered or unexported fields
}

DescribeConfigRulesResponse is the response type for the DescribeConfigRules API operation.

func (*DescribeConfigRulesResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DescribeConfigRules request.

type DescribeConfigurationAggregatorSourcesStatusInput added in v0.4.0

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
}

func (DescribeConfigurationAggregatorSourcesStatusInput) String added in v0.4.0

String returns the string representation

func (*DescribeConfigurationAggregatorSourcesStatusInput) Validate added in v0.4.0

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

type DescribeConfigurationAggregatorSourcesStatusOutput added in v0.4.0

type DescribeConfigurationAggregatorSourcesStatusOutput struct {

	// Returns an AggregatedSourceStatus object.
	AggregatedSourceStatusList []AggregatedSourceStatus `type:"list"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeConfigurationAggregatorSourcesStatusOutput) String added in v0.4.0

String returns the string representation

type DescribeConfigurationAggregatorSourcesStatusRequest added in v0.4.0

DescribeConfigurationAggregatorSourcesStatusRequest is the request type for the DescribeConfigurationAggregatorSourcesStatus API operation.

func (DescribeConfigurationAggregatorSourcesStatusRequest) Send added in v0.4.0

Send marshals and sends the DescribeConfigurationAggregatorSourcesStatus API request.

type DescribeConfigurationAggregatorSourcesStatusResponse added in v0.9.0

type DescribeConfigurationAggregatorSourcesStatusResponse struct {
	*DescribeConfigurationAggregatorSourcesStatusOutput
	// contains filtered or unexported fields
}

DescribeConfigurationAggregatorSourcesStatusResponse is the response type for the DescribeConfigurationAggregatorSourcesStatus API operation.

func (*DescribeConfigurationAggregatorSourcesStatusResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the DescribeConfigurationAggregatorSourcesStatus request.

type DescribeConfigurationAggregatorsInput added in v0.4.0

type DescribeConfigurationAggregatorsInput struct {

	// The name of the configuration aggregators.
	ConfigurationAggregatorNames []string `type:"list"`

	// The maximum number of configuration aggregators returned on each page. The
	// default is maximum. If you specify 0, AWS Config uses the default.
	Limit *int64 `type:"integer"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeConfigurationAggregatorsInput) String added in v0.4.0

String returns the string representation

type DescribeConfigurationAggregatorsOutput added in v0.4.0

type DescribeConfigurationAggregatorsOutput struct {

	// Returns a ConfigurationAggregators object.
	ConfigurationAggregators []ConfigurationAggregator `type:"list"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeConfigurationAggregatorsOutput) String added in v0.4.0

String returns the string representation

type DescribeConfigurationAggregatorsRequest added in v0.4.0

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

DescribeConfigurationAggregatorsRequest is the request type for the DescribeConfigurationAggregators API operation.

func (DescribeConfigurationAggregatorsRequest) Send added in v0.4.0

Send marshals and sends the DescribeConfigurationAggregators API request.

type DescribeConfigurationAggregatorsResponse added in v0.9.0

type DescribeConfigurationAggregatorsResponse struct {
	*DescribeConfigurationAggregatorsOutput
	// contains filtered or unexported fields
}

DescribeConfigurationAggregatorsResponse is the response type for the DescribeConfigurationAggregators API operation.

func (*DescribeConfigurationAggregatorsResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DescribeConfigurationAggregators 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.

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.

func (DescribeConfigurationRecorderStatusOutput) String

String returns the string representation

type DescribeConfigurationRecorderStatusRequest

DescribeConfigurationRecorderStatusRequest is the request type for the DescribeConfigurationRecorderStatus API operation.

func (DescribeConfigurationRecorderStatusRequest) Send

Send marshals and sends the DescribeConfigurationRecorderStatus API request.

type DescribeConfigurationRecorderStatusResponse added in v0.9.0

type DescribeConfigurationRecorderStatusResponse struct {
	*DescribeConfigurationRecorderStatusOutput
	// contains filtered or unexported fields
}

DescribeConfigurationRecorderStatusResponse is the response type for the DescribeConfigurationRecorderStatus API operation.

func (*DescribeConfigurationRecorderStatusResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DescribeConfigurationRecorderStatus 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.

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.

func (DescribeConfigurationRecordersOutput) String

String returns the string representation

type DescribeConfigurationRecordersRequest

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

DescribeConfigurationRecordersRequest is the request type for the DescribeConfigurationRecorders API operation.

func (DescribeConfigurationRecordersRequest) Send

Send marshals and sends the DescribeConfigurationRecorders API request.

type DescribeConfigurationRecordersResponse added in v0.9.0

type DescribeConfigurationRecordersResponse struct {
	*DescribeConfigurationRecordersOutput
	// contains filtered or unexported fields
}

DescribeConfigurationRecordersResponse is the response type for the DescribeConfigurationRecorders API operation.

func (*DescribeConfigurationRecordersResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DescribeConfigurationRecorders request.

type DescribeConformancePackComplianceInput added in v0.17.0

type DescribeConformancePackComplianceInput struct {

	// Name of the conformance pack.
	//
	// ConformancePackName is a required field
	ConformancePackName *string `min:"1" type:"string" required:"true"`

	// A ConformancePackComplianceFilters object.
	Filters *ConformancePackComplianceFilters `type:"structure"`

	// The maximum number of AWS Config rules within a conformance pack are returned
	// on each page.
	Limit *int64 `type:"integer"`

	// The nextToken string returned in a previous request that you use to request
	// the next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeConformancePackComplianceInput) String added in v0.17.0

String returns the string representation

func (*DescribeConformancePackComplianceInput) Validate added in v0.17.0

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

type DescribeConformancePackComplianceOutput added in v0.17.0

type DescribeConformancePackComplianceOutput struct {

	// Name of the conformance pack.
	//
	// ConformancePackName is a required field
	ConformancePackName *string `min:"1" type:"string" required:"true"`

	// Returns a list of ConformancePackRuleCompliance objects.
	//
	// ConformancePackRuleComplianceList is a required field
	ConformancePackRuleComplianceList []ConformancePackRuleCompliance `type:"list" required:"true"`

	// The nextToken string returned in a previous request that you use to request
	// the next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeConformancePackComplianceOutput) String added in v0.17.0

String returns the string representation

type DescribeConformancePackComplianceRequest added in v0.17.0

DescribeConformancePackComplianceRequest is the request type for the DescribeConformancePackCompliance API operation.

func (DescribeConformancePackComplianceRequest) Send added in v0.17.0

Send marshals and sends the DescribeConformancePackCompliance API request.

type DescribeConformancePackComplianceResponse added in v0.17.0

type DescribeConformancePackComplianceResponse struct {
	*DescribeConformancePackComplianceOutput
	// contains filtered or unexported fields
}

DescribeConformancePackComplianceResponse is the response type for the DescribeConformancePackCompliance API operation.

func (*DescribeConformancePackComplianceResponse) SDKResponseMetdata added in v0.17.0

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

SDKResponseMetdata returns the response metadata for the DescribeConformancePackCompliance request.

type DescribeConformancePackStatusInput added in v0.17.0

type DescribeConformancePackStatusInput struct {

	// Comma-separated list of conformance pack names.
	ConformancePackNames []string `type:"list"`

	// The maximum number of conformance packs status returned on each page.
	Limit *int64 `type:"integer"`

	// The nextToken string returned in a previous request that you use to request
	// the next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeConformancePackStatusInput) String added in v0.17.0

String returns the string representation

type DescribeConformancePackStatusOutput added in v0.17.0

type DescribeConformancePackStatusOutput struct {

	// A list of ConformancePackStatusDetail objects.
	ConformancePackStatusDetails []ConformancePackStatusDetail `type:"list"`

	// The nextToken string returned in a previous request that you use to request
	// the next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeConformancePackStatusOutput) String added in v0.17.0

String returns the string representation

type DescribeConformancePackStatusRequest added in v0.17.0

type DescribeConformancePackStatusRequest struct {
	*aws.Request
	Input *DescribeConformancePackStatusInput
	Copy  func(*DescribeConformancePackStatusInput) DescribeConformancePackStatusRequest
}

DescribeConformancePackStatusRequest is the request type for the DescribeConformancePackStatus API operation.

func (DescribeConformancePackStatusRequest) Send added in v0.17.0

Send marshals and sends the DescribeConformancePackStatus API request.

type DescribeConformancePackStatusResponse added in v0.17.0

type DescribeConformancePackStatusResponse struct {
	*DescribeConformancePackStatusOutput
	// contains filtered or unexported fields
}

DescribeConformancePackStatusResponse is the response type for the DescribeConformancePackStatus API operation.

func (*DescribeConformancePackStatusResponse) SDKResponseMetdata added in v0.17.0

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

SDKResponseMetdata returns the response metadata for the DescribeConformancePackStatus request.

type DescribeConformancePacksInput added in v0.17.0

type DescribeConformancePacksInput struct {

	// Comma-separated list of conformance pack names for which you want details.
	// If you do not specify any names, AWS Config returns details for all your
	// conformance packs.
	ConformancePackNames []string `type:"list"`

	// The maximum number of conformance packs returned on each page.
	Limit *int64 `type:"integer"`

	// The nextToken string returned in a previous request that you use to request
	// the next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeConformancePacksInput) String added in v0.17.0

String returns the string representation

type DescribeConformancePacksOutput added in v0.17.0

type DescribeConformancePacksOutput struct {

	// Returns a list of ConformancePackDetail objects.
	ConformancePackDetails []ConformancePackDetail `type:"list"`

	// The nextToken string returned in a previous request that you use to request
	// the next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeConformancePacksOutput) String added in v0.17.0

String returns the string representation

type DescribeConformancePacksRequest added in v0.17.0

type DescribeConformancePacksRequest struct {
	*aws.Request
	Input *DescribeConformancePacksInput
	Copy  func(*DescribeConformancePacksInput) DescribeConformancePacksRequest
}

DescribeConformancePacksRequest is the request type for the DescribeConformancePacks API operation.

func (DescribeConformancePacksRequest) Send added in v0.17.0

Send marshals and sends the DescribeConformancePacks API request.

type DescribeConformancePacksResponse added in v0.17.0

type DescribeConformancePacksResponse struct {
	*DescribeConformancePacksOutput
	// contains filtered or unexported fields
}

DescribeConformancePacksResponse is the response type for the DescribeConformancePacks API operation.

func (*DescribeConformancePacksResponse) SDKResponseMetdata added in v0.17.0

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

SDKResponseMetdata returns the response metadata for the DescribeConformancePacks 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.

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.

func (DescribeDeliveryChannelStatusOutput) String

String returns the string representation

type DescribeDeliveryChannelStatusRequest

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

DescribeDeliveryChannelStatusRequest is the request type for the DescribeDeliveryChannelStatus API operation.

func (DescribeDeliveryChannelStatusRequest) Send

Send marshals and sends the DescribeDeliveryChannelStatus API request.

type DescribeDeliveryChannelStatusResponse added in v0.9.0

type DescribeDeliveryChannelStatusResponse struct {
	*DescribeDeliveryChannelStatusOutput
	// contains filtered or unexported fields
}

DescribeDeliveryChannelStatusResponse is the response type for the DescribeDeliveryChannelStatus API operation.

func (*DescribeDeliveryChannelStatusResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DescribeDeliveryChannelStatus 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.

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.

func (DescribeDeliveryChannelsOutput) String

String returns the string representation

type DescribeDeliveryChannelsRequest

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

DescribeDeliveryChannelsRequest is the request type for the DescribeDeliveryChannels API operation.

func (DescribeDeliveryChannelsRequest) Send

Send marshals and sends the DescribeDeliveryChannels API request.

type DescribeDeliveryChannelsResponse added in v0.9.0

type DescribeDeliveryChannelsResponse struct {
	*DescribeDeliveryChannelsOutput
	// contains filtered or unexported fields
}

DescribeDeliveryChannelsResponse is the response type for the DescribeDeliveryChannels API operation.

func (*DescribeDeliveryChannelsResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DescribeDeliveryChannels request.

type DescribeOrganizationConfigRuleStatusesInput added in v0.10.0

type DescribeOrganizationConfigRuleStatusesInput struct {

	// The maximum number of OrganizationConfigRuleStatuses returned on each page.
	// If you do no specify a number, AWS Config uses the default. The default is
	// 100.
	Limit *int64 `type:"integer"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// The names of organization config rules for which you want status details.
	// If you do not specify any names, AWS Config returns details for all your
	// organization AWS Confg rules.
	OrganizationConfigRuleNames []string `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeOrganizationConfigRuleStatusesInput) String added in v0.10.0

String returns the string representation

type DescribeOrganizationConfigRuleStatusesOutput added in v0.10.0

type DescribeOrganizationConfigRuleStatusesOutput struct {

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// A list of OrganizationConfigRuleStatus objects.
	OrganizationConfigRuleStatuses []OrganizationConfigRuleStatus `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeOrganizationConfigRuleStatusesOutput) String added in v0.10.0

String returns the string representation

type DescribeOrganizationConfigRuleStatusesRequest added in v0.10.0

DescribeOrganizationConfigRuleStatusesRequest is the request type for the DescribeOrganizationConfigRuleStatuses API operation.

func (DescribeOrganizationConfigRuleStatusesRequest) Send added in v0.10.0

Send marshals and sends the DescribeOrganizationConfigRuleStatuses API request.

type DescribeOrganizationConfigRuleStatusesResponse added in v0.10.0

type DescribeOrganizationConfigRuleStatusesResponse struct {
	*DescribeOrganizationConfigRuleStatusesOutput
	// contains filtered or unexported fields
}

DescribeOrganizationConfigRuleStatusesResponse is the response type for the DescribeOrganizationConfigRuleStatuses API operation.

func (*DescribeOrganizationConfigRuleStatusesResponse) SDKResponseMetdata added in v0.10.0

SDKResponseMetdata returns the response metadata for the DescribeOrganizationConfigRuleStatuses request.

type DescribeOrganizationConfigRulesInput added in v0.10.0

type DescribeOrganizationConfigRulesInput struct {

	// The maximum number of organization config rules returned on each page. If
	// you do no specify a number, AWS Config uses the default. The default is 100.
	Limit *int64 `type:"integer"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// The names of organization config rules for which you want details. If you
	// do not specify any names, AWS Config returns details for all your organization
	// config rules.
	OrganizationConfigRuleNames []string `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeOrganizationConfigRulesInput) String added in v0.10.0

String returns the string representation

type DescribeOrganizationConfigRulesOutput added in v0.10.0

type DescribeOrganizationConfigRulesOutput struct {

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// Returns a list of OrganizationConfigRule objects.
	OrganizationConfigRules []OrganizationConfigRule `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeOrganizationConfigRulesOutput) String added in v0.10.0

String returns the string representation

type DescribeOrganizationConfigRulesRequest added in v0.10.0

type DescribeOrganizationConfigRulesRequest struct {
	*aws.Request
	Input *DescribeOrganizationConfigRulesInput
	Copy  func(*DescribeOrganizationConfigRulesInput) DescribeOrganizationConfigRulesRequest
}

DescribeOrganizationConfigRulesRequest is the request type for the DescribeOrganizationConfigRules API operation.

func (DescribeOrganizationConfigRulesRequest) Send added in v0.10.0

Send marshals and sends the DescribeOrganizationConfigRules API request.

type DescribeOrganizationConfigRulesResponse added in v0.10.0

type DescribeOrganizationConfigRulesResponse struct {
	*DescribeOrganizationConfigRulesOutput
	// contains filtered or unexported fields
}

DescribeOrganizationConfigRulesResponse is the response type for the DescribeOrganizationConfigRules API operation.

func (*DescribeOrganizationConfigRulesResponse) SDKResponseMetdata added in v0.10.0

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

SDKResponseMetdata returns the response metadata for the DescribeOrganizationConfigRules request.

type DescribeOrganizationConformancePackStatusesInput added in v0.17.0

type DescribeOrganizationConformancePackStatusesInput struct {

	// The maximum number of OrganizationConformancePackStatuses returned on each
	// page. If you do no specify a number, AWS Config uses the default. The default
	// is 100.
	Limit *int64 `type:"integer"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// The names of organization conformance packs for which you want status details.
	// If you do not specify any names, AWS Config returns details for all your
	// organization conformance packs.
	OrganizationConformancePackNames []string `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeOrganizationConformancePackStatusesInput) String added in v0.17.0

String returns the string representation

type DescribeOrganizationConformancePackStatusesOutput added in v0.17.0

type DescribeOrganizationConformancePackStatusesOutput struct {

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// A list of OrganizationConformancePackStatus objects.
	OrganizationConformancePackStatuses []OrganizationConformancePackStatus `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeOrganizationConformancePackStatusesOutput) String added in v0.17.0

String returns the string representation

type DescribeOrganizationConformancePackStatusesRequest added in v0.17.0

DescribeOrganizationConformancePackStatusesRequest is the request type for the DescribeOrganizationConformancePackStatuses API operation.

func (DescribeOrganizationConformancePackStatusesRequest) Send added in v0.17.0

Send marshals and sends the DescribeOrganizationConformancePackStatuses API request.

type DescribeOrganizationConformancePackStatusesResponse added in v0.17.0

type DescribeOrganizationConformancePackStatusesResponse struct {
	*DescribeOrganizationConformancePackStatusesOutput
	// contains filtered or unexported fields
}

DescribeOrganizationConformancePackStatusesResponse is the response type for the DescribeOrganizationConformancePackStatuses API operation.

func (*DescribeOrganizationConformancePackStatusesResponse) SDKResponseMetdata added in v0.17.0

SDKResponseMetdata returns the response metadata for the DescribeOrganizationConformancePackStatuses request.

type DescribeOrganizationConformancePacksInput added in v0.17.0

type DescribeOrganizationConformancePacksInput struct {

	// The maximum number of organization config packs returned on each page. If
	// you do no specify a number, AWS Config uses the default. The default is 100.
	Limit *int64 `type:"integer"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// The name that you assign to an organization conformance pack.
	OrganizationConformancePackNames []string `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeOrganizationConformancePacksInput) String added in v0.17.0

String returns the string representation

type DescribeOrganizationConformancePacksOutput added in v0.17.0

type DescribeOrganizationConformancePacksOutput struct {

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// Returns a list of OrganizationConformancePacks objects.
	OrganizationConformancePacks []OrganizationConformancePack `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeOrganizationConformancePacksOutput) String added in v0.17.0

String returns the string representation

type DescribeOrganizationConformancePacksRequest added in v0.17.0

DescribeOrganizationConformancePacksRequest is the request type for the DescribeOrganizationConformancePacks API operation.

func (DescribeOrganizationConformancePacksRequest) Send added in v0.17.0

Send marshals and sends the DescribeOrganizationConformancePacks API request.

type DescribeOrganizationConformancePacksResponse added in v0.17.0

type DescribeOrganizationConformancePacksResponse struct {
	*DescribeOrganizationConformancePacksOutput
	// contains filtered or unexported fields
}

DescribeOrganizationConformancePacksResponse is the response type for the DescribeOrganizationConformancePacks API operation.

func (*DescribeOrganizationConformancePacksResponse) SDKResponseMetdata added in v0.17.0

SDKResponseMetdata returns the response metadata for the DescribeOrganizationConformancePacks request.

type DescribePendingAggregationRequestsInput added in v0.4.0

type DescribePendingAggregationRequestsInput struct {

	// The maximum number of evaluation results returned on each page. The default
	// is maximum. If you specify 0, AWS Config uses the default.
	Limit *int64 `type:"integer"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribePendingAggregationRequestsInput) String added in v0.4.0

String returns the string representation

type DescribePendingAggregationRequestsOutput added in v0.4.0

type DescribePendingAggregationRequestsOutput struct {

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// Returns a PendingAggregationRequests object.
	PendingAggregationRequests []PendingAggregationRequest `type:"list"`
	// contains filtered or unexported fields
}

func (DescribePendingAggregationRequestsOutput) String added in v0.4.0

String returns the string representation

type DescribePendingAggregationRequestsRequest added in v0.4.0

DescribePendingAggregationRequestsRequest is the request type for the DescribePendingAggregationRequests API operation.

func (DescribePendingAggregationRequestsRequest) Send added in v0.4.0

Send marshals and sends the DescribePendingAggregationRequests API request.

type DescribePendingAggregationRequestsResponse added in v0.9.0

type DescribePendingAggregationRequestsResponse struct {
	*DescribePendingAggregationRequestsOutput
	// contains filtered or unexported fields
}

DescribePendingAggregationRequestsResponse is the response type for the DescribePendingAggregationRequests API operation.

func (*DescribePendingAggregationRequestsResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DescribePendingAggregationRequests request.

type DescribeRemediationConfigurationsInput added in v0.8.0

type DescribeRemediationConfigurationsInput struct {

	// A list of AWS Config rule names of remediation configurations for which you
	// want details.
	//
	// ConfigRuleNames is a required field
	ConfigRuleNames []string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeRemediationConfigurationsInput) String added in v0.8.0

String returns the string representation

func (*DescribeRemediationConfigurationsInput) Validate added in v0.8.0

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

type DescribeRemediationConfigurationsOutput added in v0.8.0

type DescribeRemediationConfigurationsOutput struct {

	// Returns a remediation configuration object.
	RemediationConfigurations []RemediationConfiguration `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeRemediationConfigurationsOutput) String added in v0.8.0

String returns the string representation

type DescribeRemediationConfigurationsRequest added in v0.8.0

DescribeRemediationConfigurationsRequest is the request type for the DescribeRemediationConfigurations API operation.

func (DescribeRemediationConfigurationsRequest) Send added in v0.8.0

Send marshals and sends the DescribeRemediationConfigurations API request.

type DescribeRemediationConfigurationsResponse added in v0.9.0

type DescribeRemediationConfigurationsResponse struct {
	*DescribeRemediationConfigurationsOutput
	// contains filtered or unexported fields
}

DescribeRemediationConfigurationsResponse is the response type for the DescribeRemediationConfigurations API operation.

func (*DescribeRemediationConfigurationsResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DescribeRemediationConfigurations request.

type DescribeRemediationExceptionsInput added in v0.12.0

type DescribeRemediationExceptionsInput struct {

	// The name of the AWS Config rule.
	//
	// ConfigRuleName is a required field
	ConfigRuleName *string `min:"1" type:"string" required:"true"`

	// The maximum number of RemediationExceptionResourceKey returned on each page.
	// The default is 25. If you specify 0, AWS Config uses the default.
	Limit *int64 `type:"integer"`

	// The nextToken string returned in a previous request that you use to request
	// the next page of results in a paginated response.
	NextToken *string `type:"string"`

	// An exception list of resource exception keys to be processed with the current
	// request. AWS Config adds exception for each resource key. For example, AWS
	// Config adds 3 exceptions for 3 resource keys.
	ResourceKeys []RemediationExceptionResourceKey `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeRemediationExceptionsInput) String added in v0.12.0

String returns the string representation

func (*DescribeRemediationExceptionsInput) Validate added in v0.12.0

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

type DescribeRemediationExceptionsOutput added in v0.12.0

type DescribeRemediationExceptionsOutput struct {

	// The nextToken string returned in a previous request that you use to request
	// the next page of results in a paginated response.
	NextToken *string `type:"string"`

	// Returns a list of remediation exception objects.
	RemediationExceptions []RemediationException `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeRemediationExceptionsOutput) String added in v0.12.0

String returns the string representation

type DescribeRemediationExceptionsPaginator added in v0.12.0

type DescribeRemediationExceptionsPaginator struct {
	aws.Pager
}

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

func NewDescribeRemediationExceptionsPaginator added in v0.12.0

func NewDescribeRemediationExceptionsPaginator(req DescribeRemediationExceptionsRequest) DescribeRemediationExceptionsPaginator

NewDescribeRemediationExceptionsRequestPaginator returns a paginator for DescribeRemediationExceptions. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

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

// Example iterating over pages.
req := client.DescribeRemediationExceptionsRequest(input)
p := configservice.NewDescribeRemediationExceptionsRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

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

func (*DescribeRemediationExceptionsPaginator) CurrentPage added in v0.12.0

type DescribeRemediationExceptionsRequest added in v0.12.0

type DescribeRemediationExceptionsRequest struct {
	*aws.Request
	Input *DescribeRemediationExceptionsInput
	Copy  func(*DescribeRemediationExceptionsInput) DescribeRemediationExceptionsRequest
}

DescribeRemediationExceptionsRequest is the request type for the DescribeRemediationExceptions API operation.

func (DescribeRemediationExceptionsRequest) Send added in v0.12.0

Send marshals and sends the DescribeRemediationExceptions API request.

type DescribeRemediationExceptionsResponse added in v0.12.0

type DescribeRemediationExceptionsResponse struct {
	*DescribeRemediationExceptionsOutput
	// contains filtered or unexported fields
}

DescribeRemediationExceptionsResponse is the response type for the DescribeRemediationExceptions API operation.

func (*DescribeRemediationExceptionsResponse) SDKResponseMetdata added in v0.12.0

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

SDKResponseMetdata returns the response metadata for the DescribeRemediationExceptions request.

type DescribeRemediationExecutionStatusInput added in v0.8.0

type DescribeRemediationExecutionStatusInput struct {

	// A list of AWS Config rule names.
	//
	// ConfigRuleName is a required field
	ConfigRuleName *string `min:"1" type:"string" required:"true"`

	// The maximum number of RemediationExecutionStatuses returned on each page.
	// The default is maximum. If you specify 0, AWS Config uses the default.
	Limit *int64 `type:"integer"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// A list of resource keys to be processed with the current request. Each element
	// in the list consists of the resource type and resource ID.
	ResourceKeys []ResourceKey `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeRemediationExecutionStatusInput) String added in v0.8.0

String returns the string representation

func (*DescribeRemediationExecutionStatusInput) Validate added in v0.8.0

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

type DescribeRemediationExecutionStatusOutput added in v0.8.0

type DescribeRemediationExecutionStatusOutput struct {

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// Returns a list of remediation execution statuses objects.
	RemediationExecutionStatuses []RemediationExecutionStatus `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeRemediationExecutionStatusOutput) String added in v0.8.0

String returns the string representation

type DescribeRemediationExecutionStatusPaginator added in v0.9.0

type DescribeRemediationExecutionStatusPaginator struct {
	aws.Pager
}

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

func NewDescribeRemediationExecutionStatusPaginator added in v0.9.0

func NewDescribeRemediationExecutionStatusPaginator(req DescribeRemediationExecutionStatusRequest) DescribeRemediationExecutionStatusPaginator

NewDescribeRemediationExecutionStatusRequestPaginator returns a paginator for DescribeRemediationExecutionStatus. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

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

// Example iterating over pages.
req := client.DescribeRemediationExecutionStatusRequest(input)
p := configservice.NewDescribeRemediationExecutionStatusRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

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

func (*DescribeRemediationExecutionStatusPaginator) CurrentPage added in v0.9.0

type DescribeRemediationExecutionStatusRequest added in v0.8.0

DescribeRemediationExecutionStatusRequest is the request type for the DescribeRemediationExecutionStatus API operation.

func (DescribeRemediationExecutionStatusRequest) Send added in v0.8.0

Send marshals and sends the DescribeRemediationExecutionStatus API request.

type DescribeRemediationExecutionStatusResponse added in v0.9.0

type DescribeRemediationExecutionStatusResponse struct {
	*DescribeRemediationExecutionStatusOutput
	// contains filtered or unexported fields
}

DescribeRemediationExecutionStatusResponse is the response type for the DescribeRemediationExecutionStatus API operation.

func (*DescribeRemediationExecutionStatusResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DescribeRemediationExecutionStatus request.

type DescribeRetentionConfigurationsInput added in v0.4.0

type DescribeRetentionConfigurationsInput struct {

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// A list of names of retention configurations for which you want details. If
	// you do not specify a name, AWS Config returns details for all the retention
	// configurations for that account.
	//
	// Currently, AWS Config supports only one retention configuration per region
	// in your account.
	RetentionConfigurationNames []string `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeRetentionConfigurationsInput) String added in v0.4.0

String returns the string representation

type DescribeRetentionConfigurationsOutput added in v0.4.0

type DescribeRetentionConfigurationsOutput struct {

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// Returns a retention configuration object.
	RetentionConfigurations []RetentionConfiguration `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeRetentionConfigurationsOutput) String added in v0.4.0

String returns the string representation

type DescribeRetentionConfigurationsRequest added in v0.4.0

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

DescribeRetentionConfigurationsRequest is the request type for the DescribeRetentionConfigurations API operation.

func (DescribeRetentionConfigurationsRequest) Send added in v0.4.0

Send marshals and sends the DescribeRetentionConfigurations API request.

type DescribeRetentionConfigurationsResponse added in v0.9.0

type DescribeRetentionConfigurationsResponse struct {
	*DescribeRetentionConfigurationsOutput
	// contains filtered or unexported fields
}

DescribeRetentionConfigurationsResponse is the response type for the DescribeRetentionConfigurations API operation.

func (*DescribeRetentionConfigurationsResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the DescribeRetentionConfigurations 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" required:"true"`
	// contains filtered or unexported fields
}

Identifies an AWS resource and indicates whether it complies with the AWS Config rule that it was evaluated against.

func (Evaluation) 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"`

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

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

	// An encrypted token that associates an evaluation with an AWS Config rule.
	// The token identifies the rule, the AWS resource being evaluated, and the
	// event that triggered the evaluation.
	ResultToken *string `type:"string"`
	// contains filtered or unexported fields
}

The details of an AWS Config evaluation. Provides the AWS resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information.

func (EvaluationResult) String

func (s EvaluationResult) String() string

String returns the string representation

type EvaluationResultIdentifier

type EvaluationResultIdentifier struct {

	// Identifies an AWS Config rule used to evaluate an AWS resource, and provides
	// the type and ID of the evaluated resource.
	EvaluationResultQualifier *EvaluationResultQualifier `type:"structure"`

	// The time of the event that triggered the evaluation of your AWS resources.
	// The time can indicate when AWS Config delivered a configuration item change
	// notification, or it can indicate when AWS Config delivered the configuration
	// snapshot, depending on which event triggered the evaluation.
	OrderingTimestamp *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

Uniquely identifies an evaluation result.

func (EvaluationResultIdentifier) String

String returns the string representation

type EvaluationResultQualifier

type EvaluationResultQualifier struct {

	// The name of the AWS Config rule that was used in the evaluation.
	ConfigRuleName *string `min:"1" type:"string"`

	// The ID of the evaluated AWS resource.
	ResourceId *string `min:"1" type:"string"`

	// The type of AWS resource that was evaluated.
	ResourceType *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Identifies an AWS Config rule that evaluated an AWS resource, and provides the type and ID of the resource that the rule evaluated.

func (EvaluationResultQualifier) 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 added in v0.3.0

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

func (EventSource) MarshalValueBuf added in v0.3.0

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

type ExecutionControls added in v0.12.0

type ExecutionControls struct {

	// A SsmControls object.
	SsmControls *SsmControls `type:"structure"`
	// contains filtered or unexported fields
}

The controls that AWS Config uses for executing remediations.

func (ExecutionControls) String added in v0.12.0

func (s ExecutionControls) String() string

String returns the string representation

func (*ExecutionControls) Validate added in v0.12.0

func (s *ExecutionControls) Validate() error

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

type FailedDeleteRemediationExceptionsBatch added in v0.12.0

type FailedDeleteRemediationExceptionsBatch struct {

	// Returns remediation exception resource key object of the failed items.
	FailedItems []RemediationExceptionResourceKey `min:"1" type:"list"`

	// Returns a failure message for delete remediation exception. For example,
	// AWS Config creates an exception due to an internal error.
	FailureMessage *string `type:"string"`
	// contains filtered or unexported fields
}

List of each of the failed delete remediation exceptions with specific reasons.

func (FailedDeleteRemediationExceptionsBatch) String added in v0.12.0

String returns the string representation

type FailedRemediationBatch added in v0.8.0

type FailedRemediationBatch struct {

	// Returns remediation configurations of the failed items.
	FailedItems []RemediationConfiguration `type:"list"`

	// Returns a failure message. For example, the resource is already compliant.
	FailureMessage *string `type:"string"`
	// contains filtered or unexported fields
}

List of each of the failed remediations with specific reasons.

func (FailedRemediationBatch) String added in v0.8.0

func (s FailedRemediationBatch) String() string

String returns the string representation

type FailedRemediationExceptionBatch added in v0.12.0

type FailedRemediationExceptionBatch struct {

	// Returns remediation exception resource key object of the failed items.
	FailedItems []RemediationException `type:"list"`

	// Returns a failure message. For example, the auto-remediation has failed.
	FailureMessage *string `type:"string"`
	// contains filtered or unexported fields
}

List of each of the failed remediation exceptions with specific reasons.

func (FailedRemediationExceptionBatch) String added in v0.12.0

String returns the string representation

type FieldInfo added in v0.8.0

type FieldInfo struct {

	// Name of the field.
	Name *string `type:"string"`
	// contains filtered or unexported fields
}

Details about the fields such as name of the field.

func (FieldInfo) String added in v0.8.0

func (s FieldInfo) String() string

String returns the string representation

type GetAggregateComplianceDetailsByConfigRuleInput added in v0.4.0

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
}

func (GetAggregateComplianceDetailsByConfigRuleInput) String added in v0.4.0

String returns the string representation

func (*GetAggregateComplianceDetailsByConfigRuleInput) Validate added in v0.4.0

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

type GetAggregateComplianceDetailsByConfigRuleOutput added in v0.4.0

type GetAggregateComplianceDetailsByConfigRuleOutput struct {

	// Returns an AggregateEvaluationResults object.
	AggregateEvaluationResults []AggregateEvaluationResult `type:"list"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetAggregateComplianceDetailsByConfigRuleOutput) String added in v0.4.0

String returns the string representation

type GetAggregateComplianceDetailsByConfigRuleRequest added in v0.4.0

GetAggregateComplianceDetailsByConfigRuleRequest is the request type for the GetAggregateComplianceDetailsByConfigRule API operation.

func (GetAggregateComplianceDetailsByConfigRuleRequest) Send added in v0.4.0

Send marshals and sends the GetAggregateComplianceDetailsByConfigRule API request.

type GetAggregateComplianceDetailsByConfigRuleResponse added in v0.9.0

type GetAggregateComplianceDetailsByConfigRuleResponse struct {
	*GetAggregateComplianceDetailsByConfigRuleOutput
	// contains filtered or unexported fields
}

GetAggregateComplianceDetailsByConfigRuleResponse is the response type for the GetAggregateComplianceDetailsByConfigRule API operation.

func (*GetAggregateComplianceDetailsByConfigRuleResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the GetAggregateComplianceDetailsByConfigRule request.

type GetAggregateConfigRuleComplianceSummaryInput added in v0.4.0

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
}

func (GetAggregateConfigRuleComplianceSummaryInput) String added in v0.4.0

String returns the string representation

func (*GetAggregateConfigRuleComplianceSummaryInput) Validate added in v0.4.0

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

type GetAggregateConfigRuleComplianceSummaryOutput added in v0.4.0

type GetAggregateConfigRuleComplianceSummaryOutput struct {

	// Returns a list of AggregateComplianceCounts object.
	AggregateComplianceCounts []AggregateComplianceCount `type:"list"`

	// Groups the result based on ACCOUNT_ID or AWS_REGION.
	GroupByKey *string `min:"1" type:"string"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetAggregateConfigRuleComplianceSummaryOutput) String added in v0.4.0

String returns the string representation

type GetAggregateConfigRuleComplianceSummaryRequest added in v0.4.0

GetAggregateConfigRuleComplianceSummaryRequest is the request type for the GetAggregateConfigRuleComplianceSummary API operation.

func (GetAggregateConfigRuleComplianceSummaryRequest) Send added in v0.4.0

Send marshals and sends the GetAggregateConfigRuleComplianceSummary API request.

type GetAggregateConfigRuleComplianceSummaryResponse added in v0.9.0

type GetAggregateConfigRuleComplianceSummaryResponse struct {
	*GetAggregateConfigRuleComplianceSummaryOutput
	// contains filtered or unexported fields
}

GetAggregateConfigRuleComplianceSummaryResponse is the response type for the GetAggregateConfigRuleComplianceSummary API operation.

func (*GetAggregateConfigRuleComplianceSummaryResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the GetAggregateConfigRuleComplianceSummary request.

type GetAggregateDiscoveredResourceCountsInput added in v0.6.0

type GetAggregateDiscoveredResourceCountsInput struct {

	// The name of the configuration aggregator.
	//
	// ConfigurationAggregatorName is a required field
	ConfigurationAggregatorName *string `min:"1" type:"string" required:"true"`

	// Filters the results based on the ResourceCountFilters object.
	Filters *ResourceCountFilters `type:"structure"`

	// The key to group the resource counts.
	GroupByKey ResourceCountGroupKey `type:"string" enum:"true"`

	// The maximum number of GroupedResourceCount objects returned on each page.
	// The default is 1000. You cannot specify a number greater than 1000. If you
	// specify 0, AWS Config uses the default.
	Limit *int64 `type:"integer"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetAggregateDiscoveredResourceCountsInput) String added in v0.6.0

String returns the string representation

func (*GetAggregateDiscoveredResourceCountsInput) Validate added in v0.6.0

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

type GetAggregateDiscoveredResourceCountsOutput added in v0.6.0

type GetAggregateDiscoveredResourceCountsOutput struct {

	// The key passed into the request object. If GroupByKey is not provided, the
	// result will be empty.
	GroupByKey *string `min:"1" type:"string"`

	// Returns a list of GroupedResourceCount objects.
	GroupedResourceCounts []GroupedResourceCount `type:"list"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// The total number of resources that are present in an aggregator with the
	// filters that you provide.
	//
	// TotalDiscoveredResources is a required field
	TotalDiscoveredResources *int64 `type:"long" required:"true"`
	// contains filtered or unexported fields
}

func (GetAggregateDiscoveredResourceCountsOutput) String added in v0.6.0

String returns the string representation

type GetAggregateDiscoveredResourceCountsRequest added in v0.6.0

GetAggregateDiscoveredResourceCountsRequest is the request type for the GetAggregateDiscoveredResourceCounts API operation.

func (GetAggregateDiscoveredResourceCountsRequest) Send added in v0.6.0

Send marshals and sends the GetAggregateDiscoveredResourceCounts API request.

type GetAggregateDiscoveredResourceCountsResponse added in v0.9.0

type GetAggregateDiscoveredResourceCountsResponse struct {
	*GetAggregateDiscoveredResourceCountsOutput
	// contains filtered or unexported fields
}

GetAggregateDiscoveredResourceCountsResponse is the response type for the GetAggregateDiscoveredResourceCounts API operation.

func (*GetAggregateDiscoveredResourceCountsResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the GetAggregateDiscoveredResourceCounts request.

type GetAggregateResourceConfigInput added in v0.6.0

type GetAggregateResourceConfigInput struct {

	// The name of the configuration aggregator.
	//
	// ConfigurationAggregatorName is a required field
	ConfigurationAggregatorName *string `min:"1" type:"string" required:"true"`

	// An object that identifies aggregate resource.
	//
	// ResourceIdentifier is a required field
	ResourceIdentifier *AggregateResourceIdentifier `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (GetAggregateResourceConfigInput) String added in v0.6.0

String returns the string representation

func (*GetAggregateResourceConfigInput) Validate added in v0.6.0

func (s *GetAggregateResourceConfigInput) Validate() error

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

type GetAggregateResourceConfigOutput added in v0.6.0

type GetAggregateResourceConfigOutput struct {

	// Returns a ConfigurationItem object.
	ConfigurationItem *ConfigurationItem `type:"structure"`
	// contains filtered or unexported fields
}

func (GetAggregateResourceConfigOutput) String added in v0.6.0

String returns the string representation

type GetAggregateResourceConfigRequest added in v0.6.0

type GetAggregateResourceConfigRequest struct {
	*aws.Request
	Input *GetAggregateResourceConfigInput
	Copy  func(*GetAggregateResourceConfigInput) GetAggregateResourceConfigRequest
}

GetAggregateResourceConfigRequest is the request type for the GetAggregateResourceConfig API operation.

func (GetAggregateResourceConfigRequest) Send added in v0.6.0

Send marshals and sends the GetAggregateResourceConfig API request.

type GetAggregateResourceConfigResponse added in v0.9.0

type GetAggregateResourceConfigResponse struct {
	*GetAggregateResourceConfigOutput
	// contains filtered or unexported fields
}

GetAggregateResourceConfigResponse is the response type for the GetAggregateResourceConfig API operation.

func (*GetAggregateResourceConfigResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the GetAggregateResourceConfig 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
}

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
}

func (GetComplianceDetailsByConfigRuleOutput) String

String returns the string representation

type GetComplianceDetailsByConfigRuleRequest

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

GetComplianceDetailsByConfigRuleRequest is the request type for the GetComplianceDetailsByConfigRule API operation.

func (GetComplianceDetailsByConfigRuleRequest) Send

Send marshals and sends the GetComplianceDetailsByConfigRule API request.

type GetComplianceDetailsByConfigRuleResponse added in v0.9.0

type GetComplianceDetailsByConfigRuleResponse struct {
	*GetComplianceDetailsByConfigRuleOutput
	// contains filtered or unexported fields
}

GetComplianceDetailsByConfigRuleResponse is the response type for the GetComplianceDetailsByConfigRule API operation.

func (*GetComplianceDetailsByConfigRuleResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the GetComplianceDetailsByConfigRule 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
}

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
}

func (GetComplianceDetailsByResourceOutput) String

String returns the string representation

type GetComplianceDetailsByResourceRequest

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

GetComplianceDetailsByResourceRequest is the request type for the GetComplianceDetailsByResource API operation.

func (GetComplianceDetailsByResourceRequest) Send

Send marshals and sends the GetComplianceDetailsByResource API request.

type GetComplianceDetailsByResourceResponse added in v0.9.0

type GetComplianceDetailsByResourceResponse struct {
	*GetComplianceDetailsByResourceOutput
	// contains filtered or unexported fields
}

GetComplianceDetailsByResourceResponse is the response type for the GetComplianceDetailsByResource API operation.

func (*GetComplianceDetailsByResourceResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the GetComplianceDetailsByResource request.

type GetComplianceSummaryByConfigRuleInput

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

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
}

func (GetComplianceSummaryByConfigRuleOutput) String

String returns the string representation

type GetComplianceSummaryByConfigRuleRequest

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

GetComplianceSummaryByConfigRuleRequest is the request type for the GetComplianceSummaryByConfigRule API operation.

func (GetComplianceSummaryByConfigRuleRequest) Send

Send marshals and sends the GetComplianceSummaryByConfigRule API request.

type GetComplianceSummaryByConfigRuleResponse added in v0.9.0

type GetComplianceSummaryByConfigRuleResponse struct {
	*GetComplianceSummaryByConfigRuleOutput
	// contains filtered or unexported fields
}

GetComplianceSummaryByConfigRuleResponse is the response type for the GetComplianceSummaryByConfigRule API operation.

func (*GetComplianceSummaryByConfigRuleResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the GetComplianceSummaryByConfigRule 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
}

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
}

func (GetComplianceSummaryByResourceTypeOutput) String

String returns the string representation

type GetComplianceSummaryByResourceTypeRequest

GetComplianceSummaryByResourceTypeRequest is the request type for the GetComplianceSummaryByResourceType API operation.

func (GetComplianceSummaryByResourceTypeRequest) Send

Send marshals and sends the GetComplianceSummaryByResourceType API request.

type GetComplianceSummaryByResourceTypeResponse added in v0.9.0

type GetComplianceSummaryByResourceTypeResponse struct {
	*GetComplianceSummaryByResourceTypeOutput
	// contains filtered or unexported fields
}

GetComplianceSummaryByResourceTypeResponse is the response type for the GetComplianceSummaryByResourceType API operation.

func (*GetComplianceSummaryByResourceTypeResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the GetComplianceSummaryByResourceType request.

type GetConformancePackComplianceDetailsInput added in v0.17.0

type GetConformancePackComplianceDetailsInput struct {

	// Name of the conformance pack.
	//
	// ConformancePackName is a required field
	ConformancePackName *string `min:"1" type:"string" required:"true"`

	// A ConformancePackEvaluationFilters object.
	Filters *ConformancePackEvaluationFilters `type:"structure"`

	// The maximum number of evaluation results returned on each page. If you do
	// no specify a number, AWS Config uses the default. The default is 100.
	Limit *int64 `type:"integer"`

	// The nextToken string returned in a previous request that you use to request
	// the next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetConformancePackComplianceDetailsInput) String added in v0.17.0

String returns the string representation

func (*GetConformancePackComplianceDetailsInput) Validate added in v0.17.0

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

type GetConformancePackComplianceDetailsOutput added in v0.17.0

type GetConformancePackComplianceDetailsOutput struct {

	// Name of the conformance pack.
	//
	// ConformancePackName is a required field
	ConformancePackName *string `min:"1" type:"string" required:"true"`

	// Returns a list of ConformancePackEvaluationResult objects.
	ConformancePackRuleEvaluationResults []ConformancePackEvaluationResult `type:"list"`

	// The nextToken string returned in a previous request that you use to request
	// the next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetConformancePackComplianceDetailsOutput) String added in v0.17.0

String returns the string representation

type GetConformancePackComplianceDetailsRequest added in v0.17.0

GetConformancePackComplianceDetailsRequest is the request type for the GetConformancePackComplianceDetails API operation.

func (GetConformancePackComplianceDetailsRequest) Send added in v0.17.0

Send marshals and sends the GetConformancePackComplianceDetails API request.

type GetConformancePackComplianceDetailsResponse added in v0.17.0

type GetConformancePackComplianceDetailsResponse struct {
	*GetConformancePackComplianceDetailsOutput
	// contains filtered or unexported fields
}

GetConformancePackComplianceDetailsResponse is the response type for the GetConformancePackComplianceDetails API operation.

func (*GetConformancePackComplianceDetailsResponse) SDKResponseMetdata added in v0.17.0

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

SDKResponseMetdata returns the response metadata for the GetConformancePackComplianceDetails request.

type GetConformancePackComplianceSummaryInput added in v0.17.0

type GetConformancePackComplianceSummaryInput struct {

	// Names of conformance packs.
	//
	// ConformancePackNames is a required field
	ConformancePackNames []string `min:"1" type:"list" required:"true"`

	// The maximum number of conformance packs returned on each page.
	Limit *int64 `type:"integer"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetConformancePackComplianceSummaryInput) String added in v0.17.0

String returns the string representation

func (*GetConformancePackComplianceSummaryInput) Validate added in v0.17.0

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

type GetConformancePackComplianceSummaryOutput added in v0.17.0

type GetConformancePackComplianceSummaryOutput struct {

	// A list of ConformancePackComplianceSummary objects.
	ConformancePackComplianceSummaryList []ConformancePackComplianceSummary `min:"1" type:"list"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetConformancePackComplianceSummaryOutput) String added in v0.17.0

String returns the string representation

type GetConformancePackComplianceSummaryRequest added in v0.17.0

GetConformancePackComplianceSummaryRequest is the request type for the GetConformancePackComplianceSummary API operation.

func (GetConformancePackComplianceSummaryRequest) Send added in v0.17.0

Send marshals and sends the GetConformancePackComplianceSummary API request.

type GetConformancePackComplianceSummaryResponse added in v0.17.0

type GetConformancePackComplianceSummaryResponse struct {
	*GetConformancePackComplianceSummaryOutput
	// contains filtered or unexported fields
}

GetConformancePackComplianceSummaryResponse is the response type for the GetConformancePackComplianceSummary API operation.

func (*GetConformancePackComplianceSummaryResponse) SDKResponseMetdata added in v0.17.0

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

SDKResponseMetdata returns the response metadata for the GetConformancePackComplianceSummary 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
}

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
}

func (GetDiscoveredResourceCountsOutput) String

String returns the string representation

type GetDiscoveredResourceCountsRequest

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

GetDiscoveredResourceCountsRequest is the request type for the GetDiscoveredResourceCounts API operation.

func (GetDiscoveredResourceCountsRequest) Send

Send marshals and sends the GetDiscoveredResourceCounts API request.

type GetDiscoveredResourceCountsResponse added in v0.9.0

type GetDiscoveredResourceCountsResponse struct {
	*GetDiscoveredResourceCountsOutput
	// contains filtered or unexported fields
}

GetDiscoveredResourceCountsResponse is the response type for the GetDiscoveredResourceCounts API operation.

func (*GetDiscoveredResourceCountsResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the GetDiscoveredResourceCounts request.

type GetOrganizationConfigRuleDetailedStatusInput added in v0.10.0

type GetOrganizationConfigRuleDetailedStatusInput struct {

	// A StatusDetailFilters object.
	Filters *StatusDetailFilters `type:"structure"`

	// The maximum number of OrganizationConfigRuleDetailedStatus returned on each
	// page. If you do not specify a number, AWS Config uses the default. The default
	// is 100.
	Limit *int64 `type:"integer"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// The name of organization config rule for which you want status details for
	// member accounts.
	//
	// OrganizationConfigRuleName is a required field
	OrganizationConfigRuleName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetOrganizationConfigRuleDetailedStatusInput) String added in v0.10.0

String returns the string representation

func (*GetOrganizationConfigRuleDetailedStatusInput) Validate added in v0.10.0

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

type GetOrganizationConfigRuleDetailedStatusOutput added in v0.10.0

type GetOrganizationConfigRuleDetailedStatusOutput struct {

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// A list of MemberAccountStatus objects.
	OrganizationConfigRuleDetailedStatus []MemberAccountStatus `type:"list"`
	// contains filtered or unexported fields
}

func (GetOrganizationConfigRuleDetailedStatusOutput) String added in v0.10.0

String returns the string representation

type GetOrganizationConfigRuleDetailedStatusRequest added in v0.10.0

GetOrganizationConfigRuleDetailedStatusRequest is the request type for the GetOrganizationConfigRuleDetailedStatus API operation.

func (GetOrganizationConfigRuleDetailedStatusRequest) Send added in v0.10.0

Send marshals and sends the GetOrganizationConfigRuleDetailedStatus API request.

type GetOrganizationConfigRuleDetailedStatusResponse added in v0.10.0

type GetOrganizationConfigRuleDetailedStatusResponse struct {
	*GetOrganizationConfigRuleDetailedStatusOutput
	// contains filtered or unexported fields
}

GetOrganizationConfigRuleDetailedStatusResponse is the response type for the GetOrganizationConfigRuleDetailedStatus API operation.

func (*GetOrganizationConfigRuleDetailedStatusResponse) SDKResponseMetdata added in v0.10.0

SDKResponseMetdata returns the response metadata for the GetOrganizationConfigRuleDetailedStatus request.

type GetOrganizationConformancePackDetailedStatusInput added in v0.17.0

type GetOrganizationConformancePackDetailedStatusInput struct {

	// An OrganizationResourceDetailedStatusFilters object.
	Filters *OrganizationResourceDetailedStatusFilters `type:"structure"`

	// The maximum number of OrganizationConformancePackDetailedStatuses returned
	// on each page. If you do not specify a number, AWS Config uses the default.
	// The default is 100.
	Limit *int64 `type:"integer"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// The name of organization conformance pack for which you want status details
	// for member accounts.
	//
	// OrganizationConformancePackName is a required field
	OrganizationConformancePackName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetOrganizationConformancePackDetailedStatusInput) String added in v0.17.0

String returns the string representation

func (*GetOrganizationConformancePackDetailedStatusInput) Validate added in v0.17.0

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

type GetOrganizationConformancePackDetailedStatusOutput added in v0.17.0

type GetOrganizationConformancePackDetailedStatusOutput struct {

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// A list of OrganizationConformancePackDetailedStatus objects.
	OrganizationConformancePackDetailedStatuses []OrganizationConformancePackDetailedStatus `type:"list"`
	// contains filtered or unexported fields
}

func (GetOrganizationConformancePackDetailedStatusOutput) String added in v0.17.0

String returns the string representation

type GetOrganizationConformancePackDetailedStatusRequest added in v0.17.0

GetOrganizationConformancePackDetailedStatusRequest is the request type for the GetOrganizationConformancePackDetailedStatus API operation.

func (GetOrganizationConformancePackDetailedStatusRequest) Send added in v0.17.0

Send marshals and sends the GetOrganizationConformancePackDetailedStatus API request.

type GetOrganizationConformancePackDetailedStatusResponse added in v0.17.0

type GetOrganizationConformancePackDetailedStatusResponse struct {
	*GetOrganizationConformancePackDetailedStatusOutput
	// contains filtered or unexported fields
}

GetOrganizationConformancePackDetailedStatusResponse is the response type for the GetOrganizationConformancePackDetailedStatus API operation.

func (*GetOrganizationConformancePackDetailedStatusResponse) SDKResponseMetdata added in v0.17.0

SDKResponseMetdata returns the response metadata for the GetOrganizationConformancePackDetailedStatus 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"`

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

	// The maximum number of configuration items returned on each page. The default
	// is 10. You cannot specify a number greater than 100. If you specify 0, AWS
	// Config uses the default.
	Limit *int64 `locationName:"limit" type:"integer"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `locationName:"nextToken" type:"string"`

	// The ID of the resource (for example., sg-xxxxxx).
	//
	// ResourceId is a required field
	ResourceId *string `locationName:"resourceId" min:"1" type:"string" required:"true"`

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

The input for the GetResourceConfigHistory action.

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.

func (GetResourceConfigHistoryOutput) String

String returns the string representation

type GetResourceConfigHistoryPaginator added in v0.9.0

type GetResourceConfigHistoryPaginator struct {
	aws.Pager
}

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

func NewGetResourceConfigHistoryPaginator added in v0.9.0

func NewGetResourceConfigHistoryPaginator(req GetResourceConfigHistoryRequest) GetResourceConfigHistoryPaginator

NewGetResourceConfigHistoryRequestPaginator returns a paginator for GetResourceConfigHistory. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

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

// Example iterating over pages.
req := client.GetResourceConfigHistoryRequest(input)
p := configservice.NewGetResourceConfigHistoryRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

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

func (*GetResourceConfigHistoryPaginator) CurrentPage added in v0.9.0

type GetResourceConfigHistoryRequest

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

GetResourceConfigHistoryRequest is the request type for the GetResourceConfigHistory API operation.

func (GetResourceConfigHistoryRequest) Send

Send marshals and sends the GetResourceConfigHistory API request.

type GetResourceConfigHistoryResponse added in v0.9.0

type GetResourceConfigHistoryResponse struct {
	*GetResourceConfigHistoryOutput
	// contains filtered or unexported fields
}

GetResourceConfigHistoryResponse is the response type for the GetResourceConfigHistory API operation.

func (*GetResourceConfigHistoryResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the GetResourceConfigHistory request.

type GroupedResourceCount added in v0.6.0

type GroupedResourceCount struct {

	// The name of the group that can be region, account ID, or resource type. For
	// example, region1, region2 if the region was chosen as GroupByKey.
	//
	// GroupName is a required field
	GroupName *string `min:"1" type:"string" required:"true"`

	// The number of resources in the group.
	//
	// ResourceCount is a required field
	ResourceCount *int64 `type:"long" required:"true"`
	// contains filtered or unexported fields
}

The count of resources that are grouped by the group name.

func (GroupedResourceCount) String added in v0.6.0

func (s GroupedResourceCount) String() string

String returns the string representation

type ListAggregateDiscoveredResourcesInput added in v0.6.0

type ListAggregateDiscoveredResourcesInput struct {

	// The name of the configuration aggregator.
	//
	// ConfigurationAggregatorName is a required field
	ConfigurationAggregatorName *string `min:"1" type:"string" required:"true"`

	// Filters the results based on the ResourceFilters object.
	Filters *ResourceFilters `type:"structure"`

	// The maximum number of resource identifiers returned on each page. The default
	// is 100. You cannot specify a number greater than 100. If you specify 0, AWS
	// Config uses the default.
	Limit *int64 `type:"integer"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// The type of resources that you want AWS Config to list in the response.
	//
	// ResourceType is a required field
	ResourceType ResourceType `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

func (ListAggregateDiscoveredResourcesInput) String added in v0.6.0

String returns the string representation

func (*ListAggregateDiscoveredResourcesInput) Validate added in v0.6.0

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

type ListAggregateDiscoveredResourcesOutput added in v0.6.0

type ListAggregateDiscoveredResourcesOutput struct {

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// Returns a list of ResourceIdentifiers objects.
	ResourceIdentifiers []AggregateResourceIdentifier `type:"list"`
	// contains filtered or unexported fields
}

func (ListAggregateDiscoveredResourcesOutput) String added in v0.6.0

String returns the string representation

type ListAggregateDiscoveredResourcesRequest added in v0.6.0

type ListAggregateDiscoveredResourcesRequest struct {
	*aws.Request
	Input *ListAggregateDiscoveredResourcesInput
	Copy  func(*ListAggregateDiscoveredResourcesInput) ListAggregateDiscoveredResourcesRequest
}

ListAggregateDiscoveredResourcesRequest is the request type for the ListAggregateDiscoveredResources API operation.

func (ListAggregateDiscoveredResourcesRequest) Send added in v0.6.0

Send marshals and sends the ListAggregateDiscoveredResources API request.

type ListAggregateDiscoveredResourcesResponse added in v0.9.0

type ListAggregateDiscoveredResourcesResponse struct {
	*ListAggregateDiscoveredResourcesOutput
	// contains filtered or unexported fields
}

ListAggregateDiscoveredResourcesResponse is the response type for the ListAggregateDiscoveredResources API operation.

func (*ListAggregateDiscoveredResourcesResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the ListAggregateDiscoveredResources 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
}

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
}

func (ListDiscoveredResourcesOutput) String

String returns the string representation

type ListDiscoveredResourcesRequest

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

ListDiscoveredResourcesRequest is the request type for the ListDiscoveredResources API operation.

func (ListDiscoveredResourcesRequest) Send

Send marshals and sends the ListDiscoveredResources API request.

type ListDiscoveredResourcesResponse added in v0.9.0

type ListDiscoveredResourcesResponse struct {
	*ListDiscoveredResourcesOutput
	// contains filtered or unexported fields
}

ListDiscoveredResourcesResponse is the response type for the ListDiscoveredResources API operation.

func (*ListDiscoveredResourcesResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the ListDiscoveredResources request.

type ListTagsForResourceInput added in v0.8.0

type ListTagsForResourceInput struct {

	// The maximum number of tags returned on each page. The limit maximum is 50.
	// You cannot specify a number greater than 50. If you specify 0, AWS Config
	// uses the default.
	Limit *int64 `type:"integer"`

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// The Amazon Resource Name (ARN) that identifies the resource for which to
	// list the tags. Currently, the supported resources are ConfigRule, ConfigurationAggregator
	// and AggregatorAuthorization.
	//
	// ResourceArn is a required field
	ResourceArn *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceInput) String added in v0.8.0

func (s ListTagsForResourceInput) String() string

String returns the string representation

func (*ListTagsForResourceInput) Validate added in v0.8.0

func (s *ListTagsForResourceInput) Validate() error

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

type ListTagsForResourceOutput added in v0.8.0

type ListTagsForResourceOutput struct {

	// The nextToken string returned on a previous page that you use to get the
	// next page of results in a paginated response.
	NextToken *string `type:"string"`

	// The tags for the resource.
	Tags []Tag `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceOutput) String added in v0.8.0

func (s ListTagsForResourceOutput) String() string

String returns the string representation

type ListTagsForResourceRequest added in v0.8.0

type ListTagsForResourceRequest struct {
	*aws.Request
	Input *ListTagsForResourceInput
	Copy  func(*ListTagsForResourceInput) ListTagsForResourceRequest
}

ListTagsForResourceRequest is the request type for the ListTagsForResource API operation.

func (ListTagsForResourceRequest) Send added in v0.8.0

Send marshals and sends the ListTagsForResource API request.

type ListTagsForResourceResponse added in v0.9.0

type ListTagsForResourceResponse struct {
	*ListTagsForResourceOutput
	// contains filtered or unexported fields
}

ListTagsForResourceResponse is the response type for the ListTagsForResource API operation.

func (*ListTagsForResourceResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the ListTagsForResource request.

type 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 added in v0.3.0

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

func (MaximumExecutionFrequency) MarshalValueBuf added in v0.3.0

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

type MemberAccountRuleStatus added in v0.10.0

type MemberAccountRuleStatus string
const (
	MemberAccountRuleStatusCreateSuccessful MemberAccountRuleStatus = "CREATE_SUCCESSFUL"
	MemberAccountRuleStatusCreateInProgress MemberAccountRuleStatus = "CREATE_IN_PROGRESS"
	MemberAccountRuleStatusCreateFailed     MemberAccountRuleStatus = "CREATE_FAILED"
	MemberAccountRuleStatusDeleteSuccessful MemberAccountRuleStatus = "DELETE_SUCCESSFUL"
	MemberAccountRuleStatusDeleteFailed     MemberAccountRuleStatus = "DELETE_FAILED"
	MemberAccountRuleStatusDeleteInProgress MemberAccountRuleStatus = "DELETE_IN_PROGRESS"
	MemberAccountRuleStatusUpdateSuccessful MemberAccountRuleStatus = "UPDATE_SUCCESSFUL"
	MemberAccountRuleStatusUpdateInProgress MemberAccountRuleStatus = "UPDATE_IN_PROGRESS"
	MemberAccountRuleStatusUpdateFailed     MemberAccountRuleStatus = "UPDATE_FAILED"
)

Enum values for MemberAccountRuleStatus

func (MemberAccountRuleStatus) MarshalValue added in v0.10.0

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

func (MemberAccountRuleStatus) MarshalValueBuf added in v0.10.0

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

type MemberAccountStatus added in v0.10.0

type MemberAccountStatus struct {

	// The 12-digit account ID of a member account.
	//
	// AccountId is a required field
	AccountId *string `type:"string" required:"true"`

	// The name of config rule deployed in the member account.
	//
	// ConfigRuleName is a required field
	ConfigRuleName *string `min:"1" type:"string" required:"true"`

	// An error code that is returned when config rule creation or deletion failed
	// in the member account.
	ErrorCode *string `type:"string"`

	// An error message indicating that config rule account creation or deletion
	// has failed due to an error in the member account.
	ErrorMessage *string `type:"string"`

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

	// Indicates deployment status for config rule in the member account. When master
	// account calls PutOrganizationConfigRule action for the first time, config
	// rule status is created in the member account. When master account calls PutOrganizationConfigRule
	// action for the second time, config rule status is updated in the member account.
	// Config rule status is deleted when the master account deletes OrganizationConfigRule
	// and disables service access for config-multiaccountsetup.amazonaws.com.
	//
	// AWS Config sets the state of the rule to:
	//
	//    * CREATE_SUCCESSFUL when config rule has been created in the member account.
	//
	//    * CREATE_IN_PROGRESS when config rule is being created in the member account.
	//
	//    * CREATE_FAILED when config rule creation has failed in the member account.
	//
	//    * DELETE_FAILED when config rule deletion has failed in the member account.
	//
	//    * DELETE_IN_PROGRESS when config rule is being deleted in the member account.
	//
	//    * DELETE_SUCCESSFUL when config rule has been deleted in the member account.
	//
	//    * UPDATE_SUCCESSFUL when config rule has been updated in the member account.
	//
	//    * UPDATE_IN_PROGRESS when config rule is being updated in the member account.
	//
	//    * UPDATE_FAILED when config rule deletion has failed in the member account.
	//
	// MemberAccountRuleStatus is a required field
	MemberAccountRuleStatus MemberAccountRuleStatus `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

Organization config rule creation or deletion status in each member account. This includes the name of the rule, the status, error code and error message when the rule creation or deletion failed.

func (MemberAccountStatus) String added in v0.10.0

func (s MemberAccountStatus) String() string

String returns the string representation

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 added in v0.3.0

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

func (MessageType) MarshalValueBuf added in v0.3.0

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

type OrganizationAggregationSource added in v0.4.0

type OrganizationAggregationSource struct {

	// If true, aggregate existing AWS Config regions and future regions.
	AllAwsRegions *bool `type:"boolean"`

	// The source regions being aggregated.
	AwsRegions []string `min:"1" type:"list"`

	// ARN of the IAM role used to retrieve AWS Organization details associated
	// with the aggregator account.
	//
	// RoleArn is a required field
	RoleArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

This object contains regions to set up the aggregator and an IAM role to retrieve organization details.

func (OrganizationAggregationSource) String added in v0.4.0

String returns the string representation

func (*OrganizationAggregationSource) Validate added in v0.4.0

func (s *OrganizationAggregationSource) Validate() error

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

type OrganizationConfigRule added in v0.10.0

type OrganizationConfigRule struct {

	// A comma-separated list of accounts excluded from organization config rule.
	ExcludedAccounts []string `type:"list"`

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

	// Amazon Resource Name (ARN) of organization config rule.
	//
	// OrganizationConfigRuleArn is a required field
	OrganizationConfigRuleArn *string `min:"1" type:"string" required:"true"`

	// The name that you assign to organization config rule.
	//
	// OrganizationConfigRuleName is a required field
	OrganizationConfigRuleName *string `min:"1" type:"string" required:"true"`

	// An OrganizationCustomRuleMetadata object.
	OrganizationCustomRuleMetadata *OrganizationCustomRuleMetadata `type:"structure"`

	// An OrganizationManagedRuleMetadata object.
	OrganizationManagedRuleMetadata *OrganizationManagedRuleMetadata `type:"structure"`
	// contains filtered or unexported fields
}

An organization config rule that has information about config rules that AWS Config creates in member accounts.

func (OrganizationConfigRule) String added in v0.10.0

func (s OrganizationConfigRule) String() string

String returns the string representation

type OrganizationConfigRuleStatus added in v0.10.0

type OrganizationConfigRuleStatus struct {

	// An error code that is returned when organization config rule creation or
	// deletion has failed.
	ErrorCode *string `type:"string"`

	// An error message indicating that organization config rule creation or deletion
	// failed due to an error.
	ErrorMessage *string `type:"string"`

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

	// The name that you assign to organization config rule.
	//
	// OrganizationConfigRuleName is a required field
	OrganizationConfigRuleName *string `min:"1" type:"string" required:"true"`

	// Indicates deployment status of an organization config rule. When master account
	// calls PutOrganizationConfigRule action for the first time, config rule status
	// is created in all the member accounts. When master account calls PutOrganizationConfigRule
	// action for the second time, config rule status is updated in all the member
	// accounts. Additionally, config rule status is updated when one or more member
	// accounts join or leave an organization. Config rule status is deleted when
	// the master account deletes OrganizationConfigRule in all the member accounts
	// and disables service access for config-multiaccountsetup.amazonaws.com.
	//
	// AWS Config sets the state of the rule to:
	//
	//    * CREATE_SUCCESSFUL when an organization config rule has been successfully
	//    created in all the member accounts.
	//
	//    * CREATE_IN_PROGRESS when an organization config rule creation is in progress.
	//
	//    * CREATE_FAILED when an organization config rule creation failed in one
	//    or more member accounts within that organization.
	//
	//    * DELETE_FAILED when an organization config rule deletion failed in one
	//    or more member accounts within that organization.
	//
	//    * DELETE_IN_PROGRESS when an organization config rule deletion is in progress.
	//
	//    * DELETE_SUCCESSFUL when an organization config rule has been successfully
	//    deleted from all the member accounts.
	//
	//    * UPDATE_SUCCESSFUL when an organization config rule has been successfully
	//    updated in all the member accounts.
	//
	//    * UPDATE_IN_PROGRESS when an organization config rule update is in progress.
	//
	//    * UPDATE_FAILED when an organization config rule update failed in one
	//    or more member accounts within that organization.
	//
	// OrganizationRuleStatus is a required field
	OrganizationRuleStatus OrganizationRuleStatus `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

Returns the status for an organization config rule in an organization.

func (OrganizationConfigRuleStatus) String added in v0.10.0

String returns the string representation

type OrganizationConfigRuleTriggerType added in v0.10.0

type OrganizationConfigRuleTriggerType string
const (
	OrganizationConfigRuleTriggerTypeConfigurationItemChangeNotification          OrganizationConfigRuleTriggerType = "ConfigurationItemChangeNotification"
	OrganizationConfigRuleTriggerTypeOversizedConfigurationItemChangeNotification OrganizationConfigRuleTriggerType = "OversizedConfigurationItemChangeNotification"
	OrganizationConfigRuleTriggerTypeScheduledNotification                        OrganizationConfigRuleTriggerType = "ScheduledNotification"
)

Enum values for OrganizationConfigRuleTriggerType

func (OrganizationConfigRuleTriggerType) MarshalValue added in v0.10.0

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

func (OrganizationConfigRuleTriggerType) MarshalValueBuf added in v0.10.0

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

type OrganizationConformancePack added in v0.17.0

type OrganizationConformancePack struct {

	// A list of ConformancePackInputParameter objects.
	ConformancePackInputParameters []ConformancePackInputParameter `type:"list"`

	// Location of an Amazon S3 bucket where AWS Config can deliver evaluation results
	// and conformance pack template that is used to create a pack.
	//
	// DeliveryS3Bucket is a required field
	DeliveryS3Bucket *string `min:"3" type:"string" required:"true"`

	// Any folder structure you want to add to an Amazon S3 bucket.
	DeliveryS3KeyPrefix *string `min:"1" type:"string"`

	// A comma-separated list of accounts excluded from organization conformance
	// pack.
	ExcludedAccounts []string `type:"list"`

	// Last time when organization conformation pack was updated.
	//
	// LastUpdateTime is a required field
	LastUpdateTime *time.Time `type:"timestamp" required:"true"`

	// Amazon Resource Name (ARN) of organization conformance pack.
	//
	// OrganizationConformancePackArn is a required field
	OrganizationConformancePackArn *string `min:"1" type:"string" required:"true"`

	// The name you assign to an organization conformance pack.
	//
	// OrganizationConformancePackName is a required field
	OrganizationConformancePackName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

An organization conformance pack that has information about conformance packs that AWS Config creates in member accounts.

func (OrganizationConformancePack) String added in v0.17.0

String returns the string representation

type OrganizationConformancePackDetailedStatus added in v0.17.0

type OrganizationConformancePackDetailedStatus struct {

	// The 12-digit account ID of a member account.
	//
	// AccountId is a required field
	AccountId *string `type:"string" required:"true"`

	// The name of conformance pack deployed in the member account.
	//
	// ConformancePackName is a required field
	ConformancePackName *string `min:"1" type:"string" required:"true"`

	// An error code that is returned when conformance pack creation or deletion
	// failed in the member account.
	ErrorCode *string `type:"string"`

	// An error message indicating that conformance pack account creation or deletion
	// has failed due to an error in the member account.
	ErrorMessage *string `type:"string"`

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

	// Indicates deployment status for conformance pack in a member account. When
	// master account calls PutOrganizationConformancePack action for the first
	// time, conformance pack status is created in the member account. When master
	// account calls PutOrganizationConformancePack action for the second time,
	// conformance pack status is updated in the member account. Conformance pack
	// status is deleted when the master account deletes OrganizationConformancePack
	// and disables service access for config-multiaccountsetup.amazonaws.com.
	//
	// AWS Config sets the state of the conformance pack to:
	//
	//    * CREATE_SUCCESSFUL when conformance pack has been created in the member
	//    account.
	//
	//    * CREATE_IN_PROGRESS when conformance pack is being created in the member
	//    account.
	//
	//    * CREATE_FAILED when conformance pack creation has failed in the member
	//    account.
	//
	//    * DELETE_FAILED when conformance pack deletion has failed in the member
	//    account.
	//
	//    * DELETE_IN_PROGRESS when conformance pack is being deleted in the member
	//    account.
	//
	//    * DELETE_SUCCESSFUL when conformance pack has been deleted in the member
	//    account.
	//
	//    * UPDATE_SUCCESSFUL when conformance pack has been updated in the member
	//    account.
	//
	//    * UPDATE_IN_PROGRESS when conformance pack is being updated in the member
	//    account.
	//
	//    * UPDATE_FAILED when conformance pack deletion has failed in the member
	//    account.
	//
	// Status is a required field
	Status OrganizationResourceDetailedStatus `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

Organization conformance pack creation or deletion status in each member account. This includes the name of the conformance pack, the status, error code and error message when the conformance pack creation or deletion failed.

func (OrganizationConformancePackDetailedStatus) String added in v0.17.0

String returns the string representation

type OrganizationConformancePackStatus added in v0.17.0

type OrganizationConformancePackStatus struct {

	// An error code that is returned when organization conformance pack creation
	// or deletion has failed in a member account.
	ErrorCode *string `type:"string"`

	// An error message indicating that organization conformance pack creation or
	// deletion failed due to an error.
	ErrorMessage *string `type:"string"`

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

	// The name that you assign to organization conformance pack.
	//
	// OrganizationConformancePackName is a required field
	OrganizationConformancePackName *string `min:"1" type:"string" required:"true"`

	// Indicates deployment status of an organization conformance pack. When master
	// account calls PutOrganizationConformancePack for the first time, conformance
	// pack status is created in all the member accounts. When master account calls
	// PutOrganizationConformancePack for the second time, conformance pack status
	// is updated in all the member accounts. Additionally, conformance pack status
	// is updated when one or more member accounts join or leave an organization.
	// Conformance pack status is deleted when the master account deletes OrganizationConformancePack
	// in all the member accounts and disables service access for config-multiaccountsetup.amazonaws.com.
	//
	// AWS Config sets the state of the conformance pack to:
	//
	//    * CREATE_SUCCESSFUL when an organization conformance pack has been successfully
	//    created in all the member accounts.
	//
	//    * CREATE_IN_PROGRESS when an organization conformance pack creation is
	//    in progress.
	//
	//    * CREATE_FAILED when an organization conformance pack creation failed
	//    in one or more member accounts within that organization.
	//
	//    * DELETE_FAILED when an organization conformance pack deletion failed
	//    in one or more member accounts within that organization.
	//
	//    * DELETE_IN_PROGRESS when an organization conformance pack deletion is
	//    in progress.
	//
	//    * DELETE_SUCCESSFUL when an organization conformance pack has been successfully
	//    deleted from all the member accounts.
	//
	//    * UPDATE_SUCCESSFUL when an organization conformance pack has been successfully
	//    updated in all the member accounts.
	//
	//    * UPDATE_IN_PROGRESS when an organization conformance pack update is in
	//    progress.
	//
	//    * UPDATE_FAILED when an organization conformance pack update failed in
	//    one or more member accounts within that organization.
	//
	// Status is a required field
	Status OrganizationResourceStatus `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

Returns the status for an organization conformance pack in an organization.

func (OrganizationConformancePackStatus) String added in v0.17.0

String returns the string representation

type OrganizationCustomRuleMetadata added in v0.10.0

type OrganizationCustomRuleMetadata struct {

	// The description that you provide for organization config rule.
	Description *string `type:"string"`

	// A string, in JSON format, that is passed to organization config rule Lambda
	// function.
	InputParameters *string `min:"1" type:"string"`

	// The lambda function ARN.
	//
	// LambdaFunctionArn is a required field
	LambdaFunctionArn *string `min:"1" type:"string" required:"true"`

	// The maximum frequency with which AWS Config runs evaluations for a rule.
	// Your custom rule is triggered when AWS Config delivers the configuration
	// snapshot. For more information, see ConfigSnapshotDeliveryProperties.
	//
	// By default, rules with a periodic trigger are evaluated every 24 hours. To
	// change the frequency, specify a valid value for the MaximumExecutionFrequency
	// parameter.
	MaximumExecutionFrequency 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.
	//
	// OrganizationConfigRuleTriggerTypes is a required field
	OrganizationConfigRuleTriggerTypes []OrganizationConfigRuleTriggerType `type:"list" required:"true"`

	// The ID of the AWS resource that was evaluated.
	ResourceIdScope *string `min:"1" type:"string"`

	// The type of the AWS resource that was evaluated.
	ResourceTypesScope []string `type:"list"`

	// One part of a key-value pair that make up a tag. A key is a general label
	// that acts like a category for more specific tag values.
	TagKeyScope *string `min:"1" type:"string"`

	// The optional part of a key-value pair that make up a tag. A value acts as
	// a descriptor within a tag category (key).
	TagValueScope *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

An object that specifies organization custom rule metadata such as resource type, resource ID of AWS resource, Lamdba function ARN, and organization trigger types that trigger AWS Config to evaluate your AWS resources against a rule. It also provides the frequency with which you want AWS Config to run evaluations for the rule if the trigger type is periodic.

func (OrganizationCustomRuleMetadata) String added in v0.10.0

String returns the string representation

func (*OrganizationCustomRuleMetadata) Validate added in v0.10.0

func (s *OrganizationCustomRuleMetadata) Validate() error

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

type OrganizationManagedRuleMetadata added in v0.10.0

type OrganizationManagedRuleMetadata struct {

	// The description that you provide for organization config rule.
	Description *string `type:"string"`

	// A string, in JSON format, that is passed to organization config rule Lambda
	// function.
	InputParameters *string `min:"1" type:"string"`

	// The maximum frequency with which AWS Config runs evaluations for a rule.
	// You are using an AWS managed rule that is triggered at a periodic frequency.
	//
	// By default, rules with a periodic trigger are evaluated every 24 hours. To
	// change the frequency, specify a valid value for the MaximumExecutionFrequency
	// parameter.
	MaximumExecutionFrequency MaximumExecutionFrequency `type:"string" enum:"true"`

	// The ID of the AWS resource that was evaluated.
	ResourceIdScope *string `min:"1" type:"string"`

	// The type of the AWS resource that was evaluated.
	ResourceTypesScope []string `type:"list"`

	// For organization config managed rules, a predefined identifier from a list.
	// For example, IAM_PASSWORD_POLICY is a managed rule. To reference a managed
	// rule, see Using AWS Managed Config Rules (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html).
	//
	// RuleIdentifier is a required field
	RuleIdentifier *string `min:"1" type:"string" required:"true"`

	// One part of a key-value pair that make up a tag. A key is a general label
	// that acts like a category for more specific tag values.
	TagKeyScope *string `min:"1" type:"string"`

	// The optional part of a key-value pair that make up a tag. A value acts as
	// a descriptor within a tag category (key).
	TagValueScope *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

An object that specifies organization managed rule metadata such as resource type and ID of AWS resource along with the rule identifier. It also provides the frequency with which you want AWS Config to run evaluations for the rule if the trigger type is periodic.

func (OrganizationManagedRuleMetadata) String added in v0.10.0

String returns the string representation

func (*OrganizationManagedRuleMetadata) Validate added in v0.10.0

func (s *OrganizationManagedRuleMetadata) Validate() error

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

type OrganizationResourceDetailedStatus added in v0.17.0

type OrganizationResourceDetailedStatus string
const (
	OrganizationResourceDetailedStatusCreateSuccessful OrganizationResourceDetailedStatus = "CREATE_SUCCESSFUL"
	OrganizationResourceDetailedStatusCreateInProgress OrganizationResourceDetailedStatus = "CREATE_IN_PROGRESS"
	OrganizationResourceDetailedStatusCreateFailed     OrganizationResourceDetailedStatus = "CREATE_FAILED"
	OrganizationResourceDetailedStatusDeleteSuccessful OrganizationResourceDetailedStatus = "DELETE_SUCCESSFUL"
	OrganizationResourceDetailedStatusDeleteFailed     OrganizationResourceDetailedStatus = "DELETE_FAILED"
	OrganizationResourceDetailedStatusDeleteInProgress OrganizationResourceDetailedStatus = "DELETE_IN_PROGRESS"
	OrganizationResourceDetailedStatusUpdateSuccessful OrganizationResourceDetailedStatus = "UPDATE_SUCCESSFUL"
	OrganizationResourceDetailedStatusUpdateInProgress OrganizationResourceDetailedStatus = "UPDATE_IN_PROGRESS"
	OrganizationResourceDetailedStatusUpdateFailed     OrganizationResourceDetailedStatus = "UPDATE_FAILED"
)

Enum values for OrganizationResourceDetailedStatus

func (OrganizationResourceDetailedStatus) MarshalValue added in v0.17.0

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

func (OrganizationResourceDetailedStatus) MarshalValueBuf added in v0.17.0

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

type OrganizationResourceDetailedStatusFilters added in v0.17.0

type OrganizationResourceDetailedStatusFilters struct {

	// The 12-digit account ID of the member account within an organization.
	AccountId *string `type:"string"`

	// Indicates deployment status for conformance pack in a member account. When
	// master account calls PutOrganizationConformancePack action for the first
	// time, conformance pack status is created in the member account. When master
	// account calls PutOrganizationConformancePack action for the second time,
	// conformance pack status is updated in the member account. Conformance pack
	// status is deleted when the master account deletes OrganizationConformancePack
	// and disables service access for config-multiaccountsetup.amazonaws.com.
	//
	// AWS Config sets the state of the conformance pack to:
	//
	//    * CREATE_SUCCESSFUL when conformance pack has been created in the member
	//    account.
	//
	//    * CREATE_IN_PROGRESS when conformance pack is being created in the member
	//    account.
	//
	//    * CREATE_FAILED when conformance pack creation has failed in the member
	//    account.
	//
	//    * DELETE_FAILED when conformance pack deletion has failed in the member
	//    account.
	//
	//    * DELETE_IN_PROGRESS when conformance pack is being deleted in the member
	//    account.
	//
	//    * DELETE_SUCCESSFUL when conformance pack has been deleted in the member
	//    account.
	//
	//    * UPDATE_SUCCESSFUL when conformance pack has been updated in the member
	//    account.
	//
	//    * UPDATE_IN_PROGRESS when conformance pack is being updated in the member
	//    account.
	//
	//    * UPDATE_FAILED when conformance pack deletion has failed in the member
	//    account.
	Status OrganizationResourceDetailedStatus `type:"string" enum:"true"`
	// contains filtered or unexported fields
}

Status filter object to filter results based on specific member account ID or status type for an organization conformance pack.

func (OrganizationResourceDetailedStatusFilters) String added in v0.17.0

String returns the string representation

type OrganizationResourceStatus added in v0.17.0

type OrganizationResourceStatus string
const (
	OrganizationResourceStatusCreateSuccessful OrganizationResourceStatus = "CREATE_SUCCESSFUL"
	OrganizationResourceStatusCreateInProgress OrganizationResourceStatus = "CREATE_IN_PROGRESS"
	OrganizationResourceStatusCreateFailed     OrganizationResourceStatus = "CREATE_FAILED"
	OrganizationResourceStatusDeleteSuccessful OrganizationResourceStatus = "DELETE_SUCCESSFUL"
	OrganizationResourceStatusDeleteFailed     OrganizationResourceStatus = "DELETE_FAILED"
	OrganizationResourceStatusDeleteInProgress OrganizationResourceStatus = "DELETE_IN_PROGRESS"
	OrganizationResourceStatusUpdateSuccessful OrganizationResourceStatus = "UPDATE_SUCCESSFUL"
	OrganizationResourceStatusUpdateInProgress OrganizationResourceStatus = "UPDATE_IN_PROGRESS"
	OrganizationResourceStatusUpdateFailed     OrganizationResourceStatus = "UPDATE_FAILED"
)

Enum values for OrganizationResourceStatus

func (OrganizationResourceStatus) MarshalValue added in v0.17.0

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

func (OrganizationResourceStatus) MarshalValueBuf added in v0.17.0

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

type OrganizationRuleStatus added in v0.10.0

type OrganizationRuleStatus string
const (
	OrganizationRuleStatusCreateSuccessful OrganizationRuleStatus = "CREATE_SUCCESSFUL"
	OrganizationRuleStatusCreateInProgress OrganizationRuleStatus = "CREATE_IN_PROGRESS"
	OrganizationRuleStatusCreateFailed     OrganizationRuleStatus = "CREATE_FAILED"
	OrganizationRuleStatusDeleteSuccessful OrganizationRuleStatus = "DELETE_SUCCESSFUL"
	OrganizationRuleStatusDeleteFailed     OrganizationRuleStatus = "DELETE_FAILED"
	OrganizationRuleStatusDeleteInProgress OrganizationRuleStatus = "DELETE_IN_PROGRESS"
	OrganizationRuleStatusUpdateSuccessful OrganizationRuleStatus = "UPDATE_SUCCESSFUL"
	OrganizationRuleStatusUpdateInProgress OrganizationRuleStatus = "UPDATE_IN_PROGRESS"
	OrganizationRuleStatusUpdateFailed     OrganizationRuleStatus = "UPDATE_FAILED"
)

Enum values for OrganizationRuleStatus

func (OrganizationRuleStatus) MarshalValue added in v0.10.0

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

func (OrganizationRuleStatus) MarshalValueBuf added in v0.10.0

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

type Owner

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

Enum values for Owner

func (Owner) MarshalValue added in v0.3.0

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

func (Owner) MarshalValueBuf added in v0.3.0

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

type PendingAggregationRequest added in v0.4.0

type PendingAggregationRequest struct {

	// The 12-digit account ID of the account requesting to aggregate data.
	RequesterAccountId *string `type:"string"`

	// The region requesting to aggregate data.
	RequesterAwsRegion *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

An object that represents the account ID and region of an aggregator account that is requesting authorization but is not yet authorized.

func (PendingAggregationRequest) String added in v0.4.0

func (s PendingAggregationRequest) String() string

String returns the string representation

type PutAggregationAuthorizationInput added in v0.4.0

type PutAggregationAuthorizationInput struct {

	// The 12-digit account ID of the account authorized to aggregate data.
	//
	// AuthorizedAccountId is a required field
	AuthorizedAccountId *string `type:"string" required:"true"`

	// The region authorized to collect aggregated data.
	//
	// AuthorizedAwsRegion is a required field
	AuthorizedAwsRegion *string `min:"1" type:"string" required:"true"`

	// An array of tag object.
	Tags []Tag `type:"list"`
	// contains filtered or unexported fields
}

func (PutAggregationAuthorizationInput) String added in v0.4.0

String returns the string representation

func (*PutAggregationAuthorizationInput) Validate added in v0.4.0

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

type PutAggregationAuthorizationOutput added in v0.4.0

type PutAggregationAuthorizationOutput struct {

	// Returns an AggregationAuthorization object.
	AggregationAuthorization *AggregationAuthorization `type:"structure"`
	// contains filtered or unexported fields
}

func (PutAggregationAuthorizationOutput) String added in v0.4.0

String returns the string representation

type PutAggregationAuthorizationRequest added in v0.4.0

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

PutAggregationAuthorizationRequest is the request type for the PutAggregationAuthorization API operation.

func (PutAggregationAuthorizationRequest) Send added in v0.4.0

Send marshals and sends the PutAggregationAuthorization API request.

type PutAggregationAuthorizationResponse added in v0.9.0

type PutAggregationAuthorizationResponse struct {
	*PutAggregationAuthorizationOutput
	// contains filtered or unexported fields
}

PutAggregationAuthorizationResponse is the response type for the PutAggregationAuthorization API operation.

func (*PutAggregationAuthorizationResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the PutAggregationAuthorization 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"`

	// An array of tag object.
	Tags []Tag `type:"list"`
	// contains filtered or unexported fields
}

func (PutConfigRuleInput) String

func (s PutConfigRuleInput) String() string

String returns the string representation

func (*PutConfigRuleInput) Validate

func (s *PutConfigRuleInput) Validate() error

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

type PutConfigRuleOutput

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

func (PutConfigRuleOutput) 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 the request type for the PutConfigRule API operation.

func (PutConfigRuleRequest) Send

Send marshals and sends the PutConfigRule API request.

type PutConfigRuleResponse added in v0.9.0

type PutConfigRuleResponse struct {
	*PutConfigRuleOutput
	// contains filtered or unexported fields
}

PutConfigRuleResponse is the response type for the PutConfigRule API operation.

func (*PutConfigRuleResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the PutConfigRule request.

type PutConfigurationAggregatorInput added in v0.4.0

type PutConfigurationAggregatorInput struct {

	// A list of AccountAggregationSource object.
	AccountAggregationSources []AccountAggregationSource `type:"list"`

	// The name of the configuration aggregator.
	//
	// ConfigurationAggregatorName is a required field
	ConfigurationAggregatorName *string `min:"1" type:"string" required:"true"`

	// An OrganizationAggregationSource object.
	OrganizationAggregationSource *OrganizationAggregationSource `type:"structure"`

	// An array of tag object.
	Tags []Tag `type:"list"`
	// contains filtered or unexported fields
}

func (PutConfigurationAggregatorInput) String added in v0.4.0

String returns the string representation

func (*PutConfigurationAggregatorInput) Validate added in v0.4.0

func (s *PutConfigurationAggregatorInput) Validate() error

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

type PutConfigurationAggregatorOutput added in v0.4.0

type PutConfigurationAggregatorOutput struct {

	// Returns a ConfigurationAggregator object.
	ConfigurationAggregator *ConfigurationAggregator `type:"structure"`
	// contains filtered or unexported fields
}

func (PutConfigurationAggregatorOutput) String added in v0.4.0

String returns the string representation

type PutConfigurationAggregatorRequest added in v0.4.0

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

PutConfigurationAggregatorRequest is the request type for the PutConfigurationAggregator API operation.

func (PutConfigurationAggregatorRequest) Send added in v0.4.0

Send marshals and sends the PutConfigurationAggregator API request.

type PutConfigurationAggregatorResponse added in v0.9.0

type PutConfigurationAggregatorResponse struct {
	*PutConfigurationAggregatorOutput
	// contains filtered or unexported fields
}

PutConfigurationAggregatorResponse is the response type for the PutConfigurationAggregator API operation.

func (*PutConfigurationAggregatorResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the PutConfigurationAggregator 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.

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
}

func (PutConfigurationRecorderOutput) String

String returns the string representation

type PutConfigurationRecorderRequest

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

PutConfigurationRecorderRequest is the request type for the PutConfigurationRecorder API operation.

func (PutConfigurationRecorderRequest) Send

Send marshals and sends the PutConfigurationRecorder API request.

type PutConfigurationRecorderResponse added in v0.9.0

type PutConfigurationRecorderResponse struct {
	*PutConfigurationRecorderOutput
	// contains filtered or unexported fields
}

PutConfigurationRecorderResponse is the response type for the PutConfigurationRecorder API operation.

func (*PutConfigurationRecorderResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the PutConfigurationRecorder request.

type PutConformancePackInput added in v0.17.0

type PutConformancePackInput struct {

	// A list of ConformancePackInputParameter objects.
	ConformancePackInputParameters []ConformancePackInputParameter `type:"list"`

	// Name of the conformance pack you want to create.
	//
	// ConformancePackName is a required field
	ConformancePackName *string `min:"1" type:"string" required:"true"`

	// AWS Config stores intermediate files while processing conformance pack template.
	//
	// DeliveryS3Bucket is a required field
	DeliveryS3Bucket *string `min:"3" type:"string" required:"true"`

	// The prefix for the Amazon S3 bucket.
	DeliveryS3KeyPrefix *string `min:"1" type:"string"`

	// A string containing full conformance pack template body. Structure containing
	// the template body with a minimum length of 1 byte and a maximum length of
	// 51,200 bytes.
	//
	// You can only use a YAML template with one resource type, that is, config
	// rule and a remediation action.
	TemplateBody *string `min:"1" type:"string"`

	// Location of file containing the template body (s3://bucketname/prefix). The
	// uri must point to the conformance pack template (max size: 300 KB) that is
	// located in an Amazon S3 bucket in the same region as the conformance pack.
	//
	// You must have access to read Amazon S3 bucket.
	TemplateS3Uri *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (PutConformancePackInput) String added in v0.17.0

func (s PutConformancePackInput) String() string

String returns the string representation

func (*PutConformancePackInput) Validate added in v0.17.0

func (s *PutConformancePackInput) Validate() error

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

type PutConformancePackOutput added in v0.17.0

type PutConformancePackOutput struct {

	// ARN of the conformance pack.
	ConformancePackArn *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (PutConformancePackOutput) String added in v0.17.0

func (s PutConformancePackOutput) String() string

String returns the string representation

type PutConformancePackRequest added in v0.17.0

type PutConformancePackRequest struct {
	*aws.Request
	Input *PutConformancePackInput
	Copy  func(*PutConformancePackInput) PutConformancePackRequest
}

PutConformancePackRequest is the request type for the PutConformancePack API operation.

func (PutConformancePackRequest) Send added in v0.17.0

Send marshals and sends the PutConformancePack API request.

type PutConformancePackResponse added in v0.17.0

type PutConformancePackResponse struct {
	*PutConformancePackOutput
	// contains filtered or unexported fields
}

PutConformancePackResponse is the response type for the PutConformancePack API operation.

func (*PutConformancePackResponse) SDKResponseMetdata added in v0.17.0

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

SDKResponseMetdata returns the response metadata for the PutConformancePack 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.

func (PutDeliveryChannelInput) String

func (s PutDeliveryChannelInput) String() string

String returns the string representation

func (*PutDeliveryChannelInput) Validate

func (s *PutDeliveryChannelInput) Validate() error

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

type PutDeliveryChannelOutput

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

func (PutDeliveryChannelOutput) 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 the request type for the PutDeliveryChannel API operation.

func (PutDeliveryChannelRequest) Send

Send marshals and sends the PutDeliveryChannel API request.

type PutDeliveryChannelResponse added in v0.9.0

type PutDeliveryChannelResponse struct {
	*PutDeliveryChannelOutput
	// contains filtered or unexported fields
}

PutDeliveryChannelResponse is the response type for the PutDeliveryChannel API operation.

func (*PutDeliveryChannelResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the PutDeliveryChannel 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
}

func (PutEvaluationsInput) String

func (s PutEvaluationsInput) String() string

String returns the string representation

func (*PutEvaluationsInput) Validate

func (s *PutEvaluationsInput) Validate() error

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

type PutEvaluationsOutput

type PutEvaluationsOutput struct {

	// Requests that failed because of a client or server error.
	FailedEvaluations []Evaluation `type:"list"`
	// contains filtered or unexported fields
}

func (PutEvaluationsOutput) 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 the request type for the PutEvaluations API operation.

func (PutEvaluationsRequest) Send

Send marshals and sends the PutEvaluations API request.

type PutEvaluationsResponse added in v0.9.0

type PutEvaluationsResponse struct {
	*PutEvaluationsOutput
	// contains filtered or unexported fields
}

PutEvaluationsResponse is the response type for the PutEvaluations API operation.

func (*PutEvaluationsResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the PutEvaluations request.

type PutOrganizationConfigRuleInput added in v0.10.0

type PutOrganizationConfigRuleInput struct {

	// A comma-separated list of accounts that you want to exclude from an organization
	// config rule.
	ExcludedAccounts []string `type:"list"`

	// The name that you assign to an organization config rule.
	//
	// OrganizationConfigRuleName is a required field
	OrganizationConfigRuleName *string `min:"1" type:"string" required:"true"`

	// An OrganizationCustomRuleMetadata object.
	OrganizationCustomRuleMetadata *OrganizationCustomRuleMetadata `type:"structure"`

	// An OrganizationManagedRuleMetadata object.
	OrganizationManagedRuleMetadata *OrganizationManagedRuleMetadata `type:"structure"`
	// contains filtered or unexported fields
}

func (PutOrganizationConfigRuleInput) String added in v0.10.0

String returns the string representation

func (*PutOrganizationConfigRuleInput) Validate added in v0.10.0

func (s *PutOrganizationConfigRuleInput) Validate() error

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

type PutOrganizationConfigRuleOutput added in v0.10.0

type PutOrganizationConfigRuleOutput struct {

	// The Amazon Resource Name (ARN) of an organization config rule.
	OrganizationConfigRuleArn *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (PutOrganizationConfigRuleOutput) String added in v0.10.0

String returns the string representation

type PutOrganizationConfigRuleRequest added in v0.10.0

type PutOrganizationConfigRuleRequest struct {
	*aws.Request
	Input *PutOrganizationConfigRuleInput
	Copy  func(*PutOrganizationConfigRuleInput) PutOrganizationConfigRuleRequest
}

PutOrganizationConfigRuleRequest is the request type for the PutOrganizationConfigRule API operation.

func (PutOrganizationConfigRuleRequest) Send added in v0.10.0

Send marshals and sends the PutOrganizationConfigRule API request.

type PutOrganizationConfigRuleResponse added in v0.10.0

type PutOrganizationConfigRuleResponse struct {
	*PutOrganizationConfigRuleOutput
	// contains filtered or unexported fields
}

PutOrganizationConfigRuleResponse is the response type for the PutOrganizationConfigRule API operation.

func (*PutOrganizationConfigRuleResponse) SDKResponseMetdata added in v0.10.0

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

SDKResponseMetdata returns the response metadata for the PutOrganizationConfigRule request.

type PutOrganizationConformancePackInput added in v0.17.0

type PutOrganizationConformancePackInput struct {

	// A list of ConformancePackInputParameter objects.
	ConformancePackInputParameters []ConformancePackInputParameter `type:"list"`

	// Location of an Amazon S3 bucket where AWS Config can deliver evaluation results.
	// AWS Config stores intermediate files while processing conformance pack template.
	//
	// The delivery bucket name should start with awsconfigconforms. For example:
	// "Resource": "arn:aws:s3:::your_bucket_name/*". For more information, see
	// Permissions for cross account bucket access (https://docs.aws.amazon.com/config/latest/developerguide/conformance-pack-organization-apis.html).
	//
	// DeliveryS3Bucket is a required field
	DeliveryS3Bucket *string `min:"3" type:"string" required:"true"`

	// The prefix for the Amazon S3 bucket.
	DeliveryS3KeyPrefix *string `min:"1" type:"string"`

	// A list of AWS accounts to be excluded from an organization conformance pack
	// while deploying a conformance pack.
	ExcludedAccounts []string `type:"list"`

	// Name of the organization conformance pack you want to create.
	//
	// OrganizationConformancePackName is a required field
	OrganizationConformancePackName *string `min:"1" type:"string" required:"true"`

	// A string containing full conformance pack template body. Structure containing
	// the template body with a minimum length of 1 byte and a maximum length of
	// 51,200 bytes.
	TemplateBody *string `min:"1" type:"string"`

	// Location of file containing the template body. The uri must point to the
	// conformance pack template (max size: 300 KB).
	//
	// You must have access to read Amazon S3 bucket.
	TemplateS3Uri *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (PutOrganizationConformancePackInput) String added in v0.17.0

String returns the string representation

func (*PutOrganizationConformancePackInput) Validate added in v0.17.0

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

type PutOrganizationConformancePackOutput added in v0.17.0

type PutOrganizationConformancePackOutput struct {

	// ARN of the organization conformance pack.
	OrganizationConformancePackArn *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (PutOrganizationConformancePackOutput) String added in v0.17.0

String returns the string representation

type PutOrganizationConformancePackRequest added in v0.17.0

type PutOrganizationConformancePackRequest struct {
	*aws.Request
	Input *PutOrganizationConformancePackInput
	Copy  func(*PutOrganizationConformancePackInput) PutOrganizationConformancePackRequest
}

PutOrganizationConformancePackRequest is the request type for the PutOrganizationConformancePack API operation.

func (PutOrganizationConformancePackRequest) Send added in v0.17.0

Send marshals and sends the PutOrganizationConformancePack API request.

type PutOrganizationConformancePackResponse added in v0.17.0

type PutOrganizationConformancePackResponse struct {
	*PutOrganizationConformancePackOutput
	// contains filtered or unexported fields
}

PutOrganizationConformancePackResponse is the response type for the PutOrganizationConformancePack API operation.

func (*PutOrganizationConformancePackResponse) SDKResponseMetdata added in v0.17.0

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

SDKResponseMetdata returns the response metadata for the PutOrganizationConformancePack request.

type PutRemediationConfigurationsInput added in v0.8.0

type PutRemediationConfigurationsInput struct {

	// A list of remediation configuration objects.
	//
	// RemediationConfigurations is a required field
	RemediationConfigurations []RemediationConfiguration `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (PutRemediationConfigurationsInput) String added in v0.8.0

String returns the string representation

func (*PutRemediationConfigurationsInput) Validate added in v0.8.0

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

type PutRemediationConfigurationsOutput added in v0.8.0

type PutRemediationConfigurationsOutput struct {

	// Returns a list of failed remediation batch objects.
	FailedBatches []FailedRemediationBatch `type:"list"`
	// contains filtered or unexported fields
}

func (PutRemediationConfigurationsOutput) String added in v0.8.0

String returns the string representation

type PutRemediationConfigurationsRequest added in v0.8.0

type PutRemediationConfigurationsRequest struct {
	*aws.Request
	Input *PutRemediationConfigurationsInput
	Copy  func(*PutRemediationConfigurationsInput) PutRemediationConfigurationsRequest
}

PutRemediationConfigurationsRequest is the request type for the PutRemediationConfigurations API operation.

func (PutRemediationConfigurationsRequest) Send added in v0.8.0

Send marshals and sends the PutRemediationConfigurations API request.

type PutRemediationConfigurationsResponse added in v0.9.0

type PutRemediationConfigurationsResponse struct {
	*PutRemediationConfigurationsOutput
	// contains filtered or unexported fields
}

PutRemediationConfigurationsResponse is the response type for the PutRemediationConfigurations API operation.

func (*PutRemediationConfigurationsResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the PutRemediationConfigurations request.

type PutRemediationExceptionsInput added in v0.12.0

type PutRemediationExceptionsInput struct {

	// The name of the AWS Config rule for which you want to create remediation
	// exception.
	//
	// ConfigRuleName is a required field
	ConfigRuleName *string `min:"1" type:"string" required:"true"`

	// The exception is automatically deleted after the expiration date.
	ExpirationTime *time.Time `type:"timestamp"`

	// The message contains an explanation of the exception.
	Message *string `min:"1" type:"string"`

	// An exception list of resource exception keys to be processed with the current
	// request. AWS Config adds exception for each resource key. For example, AWS
	// Config adds 3 exceptions for 3 resource keys.
	//
	// ResourceKeys is a required field
	ResourceKeys []RemediationExceptionResourceKey `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (PutRemediationExceptionsInput) String added in v0.12.0

String returns the string representation

func (*PutRemediationExceptionsInput) Validate added in v0.12.0

func (s *PutRemediationExceptionsInput) Validate() error

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

type PutRemediationExceptionsOutput added in v0.12.0

type PutRemediationExceptionsOutput struct {

	// Returns a list of failed remediation exceptions batch objects. Each object
	// in the batch consists of a list of failed items and failure messages.
	FailedBatches []FailedRemediationExceptionBatch `type:"list"`
	// contains filtered or unexported fields
}

func (PutRemediationExceptionsOutput) String added in v0.12.0

String returns the string representation

type PutRemediationExceptionsRequest added in v0.12.0

type PutRemediationExceptionsRequest struct {
	*aws.Request
	Input *PutRemediationExceptionsInput
	Copy  func(*PutRemediationExceptionsInput) PutRemediationExceptionsRequest
}

PutRemediationExceptionsRequest is the request type for the PutRemediationExceptions API operation.

func (PutRemediationExceptionsRequest) Send added in v0.12.0

Send marshals and sends the PutRemediationExceptions API request.

type PutRemediationExceptionsResponse added in v0.12.0

type PutRemediationExceptionsResponse struct {
	*PutRemediationExceptionsOutput
	// contains filtered or unexported fields
}

PutRemediationExceptionsResponse is the response type for the PutRemediationExceptions API operation.

func (*PutRemediationExceptionsResponse) SDKResponseMetdata added in v0.12.0

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

SDKResponseMetdata returns the response metadata for the PutRemediationExceptions request.

type PutResourceConfigInput added in v0.18.0

type PutResourceConfigInput struct {

	// The configuration object of the resource in valid JSON format. It must match
	// the schema registered with AWS CloudFormation.
	//
	// The configuration JSON must not exceed 64 KB.
	//
	// Configuration is a required field
	Configuration *string `type:"string" required:"true"`

	// Unique identifier of the resource.
	//
	// ResourceId is a required field
	ResourceId *string `min:"1" type:"string" required:"true"`

	// Name of the resource.
	ResourceName *string `type:"string"`

	// The type of the resource. The custom resource type must be registered with
	// AWS CloudFormation.
	//
	// You cannot use the organization names “aws”, “amzn”, “amazon”,
	// “alexa”, “custom” with custom resource types. It is the first part
	// of the ResourceType up to the first ::.
	//
	// ResourceType is a required field
	ResourceType *string `min:"1" type:"string" required:"true"`

	// Version of the schema registered for the ResourceType in AWS CloudFormation.
	//
	// SchemaVersionId is a required field
	SchemaVersionId *string `min:"1" type:"string" required:"true"`

	// Tags associated with the resource.
	Tags map[string]string `type:"map"`
	// contains filtered or unexported fields
}

func (PutResourceConfigInput) String added in v0.18.0

func (s PutResourceConfigInput) String() string

String returns the string representation

func (*PutResourceConfigInput) Validate added in v0.18.0

func (s *PutResourceConfigInput) Validate() error

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

type PutResourceConfigOutput added in v0.18.0

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

func (PutResourceConfigOutput) String added in v0.18.0

func (s PutResourceConfigOutput) String() string

String returns the string representation

type PutResourceConfigRequest added in v0.18.0

type PutResourceConfigRequest struct {
	*aws.Request
	Input *PutResourceConfigInput
	Copy  func(*PutResourceConfigInput) PutResourceConfigRequest
}

PutResourceConfigRequest is the request type for the PutResourceConfig API operation.

func (PutResourceConfigRequest) Send added in v0.18.0

Send marshals and sends the PutResourceConfig API request.

type PutResourceConfigResponse added in v0.18.0

type PutResourceConfigResponse struct {
	*PutResourceConfigOutput
	// contains filtered or unexported fields
}

PutResourceConfigResponse is the response type for the PutResourceConfig API operation.

func (*PutResourceConfigResponse) SDKResponseMetdata added in v0.18.0

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

SDKResponseMetdata returns the response metadata for the PutResourceConfig request.

type PutRetentionConfigurationInput added in v0.4.0

type PutRetentionConfigurationInput struct {

	// Number of days AWS Config stores your historical information.
	//
	// Currently, only applicable to the configuration item history.
	//
	// RetentionPeriodInDays is a required field
	RetentionPeriodInDays *int64 `min:"30" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

func (PutRetentionConfigurationInput) String added in v0.4.0

String returns the string representation

func (*PutRetentionConfigurationInput) Validate added in v0.4.0

func (s *PutRetentionConfigurationInput) Validate() error

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

type PutRetentionConfigurationOutput added in v0.4.0

type PutRetentionConfigurationOutput struct {

	// Returns a retention configuration object.
	RetentionConfiguration *RetentionConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

func (PutRetentionConfigurationOutput) String added in v0.4.0

String returns the string representation

type PutRetentionConfigurationRequest added in v0.4.0

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

PutRetentionConfigurationRequest is the request type for the PutRetentionConfiguration API operation.

func (PutRetentionConfigurationRequest) Send added in v0.4.0

Send marshals and sends the PutRetentionConfiguration API request.

type PutRetentionConfigurationResponse added in v0.9.0

type PutRetentionConfigurationResponse struct {
	*PutRetentionConfigurationOutput
	// contains filtered or unexported fields
}

PutRetentionConfigurationResponse is the response type for the PutRetentionConfiguration API operation.

func (*PutRetentionConfigurationResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the PutRetentionConfiguration request.

type QueryInfo added in v0.8.0

type QueryInfo struct {

	// Returns a FieldInfo object.
	SelectFields []FieldInfo `type:"list"`
	// contains filtered or unexported fields
}

Details about the query.

func (QueryInfo) String added in v0.8.0

func (s QueryInfo) String() string

String returns the string representation

type RecorderStatus

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

Enum values for RecorderStatus

func (RecorderStatus) MarshalValue added in v0.3.0

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

func (RecorderStatus) MarshalValueBuf added in v0.3.0

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 (https://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 (https://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources).

For more information, see Selecting Which Resources AWS Config Records (https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html).

func (RecordingGroup) String

func (s RecordingGroup) String() string

String returns the string representation

type Relationship

type Relationship struct {

	// The type of relationship with the related resource.
	RelationshipName *string `locationName:"relationshipName" type:"string"`

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

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

	// The resource type of the related resource.
	ResourceType ResourceType `locationName:"resourceType" type:"string" enum:"true"`
	// contains filtered or unexported fields
}

The relationship of the related resource to the main resource.

func (Relationship) String

func (s Relationship) String() string

String returns the string representation

type RemediationConfiguration added in v0.8.0

type RemediationConfiguration struct {

	// Amazon Resource Name (ARN) of remediation configuration.
	Arn *string `min:"1" type:"string"`

	// The remediation is triggered automatically.
	Automatic *bool `type:"boolean"`

	// The name of the AWS Config rule.
	//
	// ConfigRuleName is a required field
	ConfigRuleName *string `min:"1" type:"string" required:"true"`

	// Name of the service that owns the service linked rule, if applicable.
	CreatedByService *string `min:"1" type:"string"`

	// An ExecutionControls object.
	ExecutionControls *ExecutionControls `type:"structure"`

	// The maximum number of failed attempts for auto-remediation. If you do not
	// select a number, the default is 5.
	//
	// For example, if you specify MaximumAutomaticAttempts as 5 with RetryAttemptsSeconds
	// as 50 seconds, AWS Config throws an exception after the 5th failed attempt
	// within 50 seconds.
	MaximumAutomaticAttempts *int64 `min:"1" type:"integer"`

	// An object of the RemediationParameterValue.
	Parameters map[string]RemediationParameterValue `type:"map"`

	// The type of a resource.
	ResourceType *string `type:"string"`

	// Maximum time in seconds that AWS Config runs auto-remediation. If you do
	// not select a number, the default is 60 seconds.
	//
	// For example, if you specify RetryAttemptsSeconds as 50 seconds and MaximumAutomaticAttempts
	// as 5, AWS Config will run auto-remediations 5 times within 50 seconds before
	// throwing an exception.
	RetryAttemptSeconds *int64 `min:"1" type:"long"`

	// Target ID is the name of the public document.
	//
	// TargetId is a required field
	TargetId *string `min:"1" type:"string" required:"true"`

	// The type of the target. Target executes remediation. For example, SSM document.
	//
	// TargetType is a required field
	TargetType RemediationTargetType `type:"string" required:"true" enum:"true"`

	// Version of the target. For example, version of the SSM document.
	TargetVersion *string `type:"string"`
	// contains filtered or unexported fields
}

An object that represents the details about the remediation configuration that includes the remediation action, parameters, and data to execute the action.

func (RemediationConfiguration) String added in v0.8.0

func (s RemediationConfiguration) String() string

String returns the string representation

func (*RemediationConfiguration) Validate added in v0.8.0

func (s *RemediationConfiguration) Validate() error

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

type RemediationException added in v0.12.0

type RemediationException struct {

	// The name of the AWS Config rule.
	//
	// ConfigRuleName is a required field
	ConfigRuleName *string `min:"1" type:"string" required:"true"`

	// The time when the remediation exception will be deleted.
	ExpirationTime *time.Time `type:"timestamp"`

	// An explanation of an remediation exception.
	Message *string `min:"1" type:"string"`

	// The ID of the resource (for example., sg-xxxxxx).
	//
	// ResourceId is a required field
	ResourceId *string `min:"1" type:"string" required:"true"`

	// The type of a resource.
	//
	// ResourceType is a required field
	ResourceType *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

An object that represents the details about the remediation exception. The details include the rule name, an explanation of an exception, the time when the exception will be deleted, the resource ID, and resource type.

func (RemediationException) String added in v0.12.0

func (s RemediationException) String() string

String returns the string representation

type RemediationExceptionResourceKey added in v0.12.0

type RemediationExceptionResourceKey struct {

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

	// The type of a resource.
	ResourceType *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The details that identify a resource within AWS Config, including the resource type and resource ID.

func (RemediationExceptionResourceKey) String added in v0.12.0

String returns the string representation

func (*RemediationExceptionResourceKey) Validate added in v0.12.0

func (s *RemediationExceptionResourceKey) Validate() error

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

type RemediationExecutionState added in v0.8.0

type RemediationExecutionState string
const (
	RemediationExecutionStateQueued     RemediationExecutionState = "QUEUED"
	RemediationExecutionStateInProgress RemediationExecutionState = "IN_PROGRESS"
	RemediationExecutionStateSucceeded  RemediationExecutionState = "SUCCEEDED"
	RemediationExecutionStateFailed     RemediationExecutionState = "FAILED"
)

Enum values for RemediationExecutionState

func (RemediationExecutionState) MarshalValue added in v0.8.0

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

func (RemediationExecutionState) MarshalValueBuf added in v0.8.0

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

type RemediationExecutionStatus added in v0.8.0

type RemediationExecutionStatus struct {

	// Start time when the remediation was executed.
	InvocationTime *time.Time `type:"timestamp"`

	// The time when the remediation execution was last updated.
	LastUpdatedTime *time.Time `type:"timestamp"`

	// The details that identify a resource within AWS Config, including the resource
	// type and resource ID.
	ResourceKey *ResourceKey `type:"structure"`

	// ENUM of the values.
	State RemediationExecutionState `type:"string" enum:"true"`

	// Details of every step.
	StepDetails []RemediationExecutionStep `type:"list"`
	// contains filtered or unexported fields
}

Provides details of the current status of the invoked remediation action for that resource.

func (RemediationExecutionStatus) String added in v0.8.0

String returns the string representation

type RemediationExecutionStep added in v0.8.0

type RemediationExecutionStep struct {

	// An error message if the step was interrupted during execution.
	ErrorMessage *string `type:"string"`

	// The details of the step.
	Name *string `type:"string"`

	// The time when the step started.
	StartTime *time.Time `type:"timestamp"`

	// The valid status of the step.
	State RemediationExecutionStepState `type:"string" enum:"true"`

	// The time when the step stopped.
	StopTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

Name of the step from the SSM document.

func (RemediationExecutionStep) String added in v0.8.0

func (s RemediationExecutionStep) String() string

String returns the string representation

type RemediationExecutionStepState added in v0.8.0

type RemediationExecutionStepState string
const (
	RemediationExecutionStepStateSucceeded RemediationExecutionStepState = "SUCCEEDED"
	RemediationExecutionStepStatePending   RemediationExecutionStepState = "PENDING"
	RemediationExecutionStepStateFailed    RemediationExecutionStepState = "FAILED"
)

Enum values for RemediationExecutionStepState

func (RemediationExecutionStepState) MarshalValue added in v0.8.0

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

func (RemediationExecutionStepState) MarshalValueBuf added in v0.8.0

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

type RemediationParameterValue added in v0.8.0

type RemediationParameterValue struct {

	// The value is dynamic and changes at run-time.
	ResourceValue *ResourceValue `type:"structure"`

	// The value is static and does not change at run-time.
	StaticValue *StaticValue `type:"structure"`
	// contains filtered or unexported fields
}

The value is either a dynamic (resource) value or a static value. You must select either a dynamic value or a static value.

func (RemediationParameterValue) String added in v0.8.0

func (s RemediationParameterValue) String() string

String returns the string representation

func (*RemediationParameterValue) Validate added in v0.12.0

func (s *RemediationParameterValue) Validate() error

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

type RemediationTargetType added in v0.8.0

type RemediationTargetType string
const (
	RemediationTargetTypeSsmDocument RemediationTargetType = "SSM_DOCUMENT"
)

Enum values for RemediationTargetType

func (RemediationTargetType) MarshalValue added in v0.8.0

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

func (RemediationTargetType) MarshalValueBuf added in v0.8.0

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

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.

func (ResourceCount) String

func (s ResourceCount) String() string

String returns the string representation

type ResourceCountFilters added in v0.6.0

type ResourceCountFilters struct {

	// The 12-digit ID of the account.
	AccountId *string `type:"string"`

	// The region where the account is located.
	Region *string `min:"1" type:"string"`

	// The type of the AWS resource.
	ResourceType ResourceType `type:"string" enum:"true"`
	// contains filtered or unexported fields
}

Filters the resource count based on account ID, region, and resource type.

func (ResourceCountFilters) String added in v0.6.0

func (s ResourceCountFilters) String() string

String returns the string representation

func (*ResourceCountFilters) Validate added in v0.6.0

func (s *ResourceCountFilters) Validate() error

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

type ResourceCountGroupKey added in v0.6.0

type ResourceCountGroupKey string
const (
	ResourceCountGroupKeyResourceType ResourceCountGroupKey = "RESOURCE_TYPE"
	ResourceCountGroupKeyAccountId    ResourceCountGroupKey = "ACCOUNT_ID"
	ResourceCountGroupKeyAwsRegion    ResourceCountGroupKey = "AWS_REGION"
)

Enum values for ResourceCountGroupKey

func (ResourceCountGroupKey) MarshalValue added in v0.6.0

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

func (ResourceCountGroupKey) MarshalValueBuf added in v0.6.0

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

type ResourceFilters added in v0.6.0

type ResourceFilters struct {

	// The 12-digit source account ID.
	AccountId *string `type:"string"`

	// The source region.
	Region *string `min:"1" type:"string"`

	// The ID of the resource.
	ResourceId *string `min:"1" type:"string"`

	// The name of the resource.
	ResourceName *string `type:"string"`
	// contains filtered or unexported fields
}

Filters the results by resource account ID, region, resource ID, and resource name.

func (ResourceFilters) String added in v0.6.0

func (s ResourceFilters) String() string

String returns the string representation

func (*ResourceFilters) Validate added in v0.6.0

func (s *ResourceFilters) Validate() error

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

type ResourceIdentifier

type ResourceIdentifier struct {

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

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

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

	// The type of resource.
	ResourceType 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.

func (ResourceIdentifier) String

func (s ResourceIdentifier) String() string

String returns the string representation

type ResourceKey added in v0.4.0

type ResourceKey struct {

	// The ID of the resource (for example., sg-xxxxxx).
	//
	// ResourceId is a required field
	ResourceId *string `locationName:"resourceId" min:"1" type:"string" required:"true"`

	// The resource type.
	//
	// ResourceType is a required field
	ResourceType 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.

func (ResourceKey) String added in v0.4.0

func (s ResourceKey) String() string

String returns the string representation

func (*ResourceKey) Validate added in v0.4.0

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"
	ResourceTypeAwsEc2RegisteredHainstance                        ResourceType = "AWS::EC2::RegisteredHAInstance"
	ResourceTypeAwsEc2NatGateway                                  ResourceType = "AWS::EC2::NatGateway"
	ResourceTypeAwsEc2EgressOnlyInternetGateway                   ResourceType = "AWS::EC2::EgressOnlyInternetGateway"
	ResourceTypeAwsEc2Vpcendpoint                                 ResourceType = "AWS::EC2::VPCEndpoint"
	ResourceTypeAwsEc2VpcendpointService                          ResourceType = "AWS::EC2::VPCEndpointService"
	ResourceTypeAwsEc2FlowLog                                     ResourceType = "AWS::EC2::FlowLog"
	ResourceTypeAwsEc2VpcpeeringConnection                        ResourceType = "AWS::EC2::VPCPeeringConnection"
	ResourceTypeAwsElasticsearchDomain                            ResourceType = "AWS::Elasticsearch::Domain"
	ResourceTypeAwsIamGroup                                       ResourceType = "AWS::IAM::Group"
	ResourceTypeAwsIamPolicy                                      ResourceType = "AWS::IAM::Policy"
	ResourceTypeAwsIamRole                                        ResourceType = "AWS::IAM::Role"
	ResourceTypeAwsIamUser                                        ResourceType = "AWS::IAM::User"
	ResourceTypeAwsElasticLoadBalancingV2LoadBalancer             ResourceType = "AWS::ElasticLoadBalancingV2::LoadBalancer"
	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"
	ResourceTypeAwsRdsDbcluster                                   ResourceType = "AWS::RDS::DBCluster"
	ResourceTypeAwsRdsDbclusterSnapshot                           ResourceType = "AWS::RDS::DBClusterSnapshot"
	ResourceTypeAwsRdsEventSubscription                           ResourceType = "AWS::RDS::EventSubscription"
	ResourceTypeAwsS3Bucket                                       ResourceType = "AWS::S3::Bucket"
	ResourceTypeAwsS3AccountPublicAccessBlock                     ResourceType = "AWS::S3::AccountPublicAccessBlock"
	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"
	ResourceTypeAwsSsmManagedInstanceInventory                    ResourceType = "AWS::SSM::ManagedInstanceInventory"
	ResourceTypeAwsCloudWatchAlarm                                ResourceType = "AWS::CloudWatch::Alarm"
	ResourceTypeAwsCloudFormationStack                            ResourceType = "AWS::CloudFormation::Stack"
	ResourceTypeAwsElasticLoadBalancingLoadBalancer               ResourceType = "AWS::ElasticLoadBalancing::LoadBalancer"
	ResourceTypeAwsAutoScalingAutoScalingGroup                    ResourceType = "AWS::AutoScaling::AutoScalingGroup"
	ResourceTypeAwsAutoScalingLaunchConfiguration                 ResourceType = "AWS::AutoScaling::LaunchConfiguration"
	ResourceTypeAwsAutoScalingScalingPolicy                       ResourceType = "AWS::AutoScaling::ScalingPolicy"
	ResourceTypeAwsAutoScalingScheduledAction                     ResourceType = "AWS::AutoScaling::ScheduledAction"
	ResourceTypeAwsDynamoDbTable                                  ResourceType = "AWS::DynamoDB::Table"
	ResourceTypeAwsCodeBuildProject                               ResourceType = "AWS::CodeBuild::Project"
	ResourceTypeAwsWafRateBasedRule                               ResourceType = "AWS::WAF::RateBasedRule"
	ResourceTypeAwsWafRule                                        ResourceType = "AWS::WAF::Rule"
	ResourceTypeAwsWafRuleGroup                                   ResourceType = "AWS::WAF::RuleGroup"
	ResourceTypeAwsWafWebAcl                                      ResourceType = "AWS::WAF::WebACL"
	ResourceTypeAwsWafregionalRateBasedRule                       ResourceType = "AWS::WAFRegional::RateBasedRule"
	ResourceTypeAwsWafregionalRule                                ResourceType = "AWS::WAFRegional::Rule"
	ResourceTypeAwsWafregionalRuleGroup                           ResourceType = "AWS::WAFRegional::RuleGroup"
	ResourceTypeAwsWafregionalWebAcl                              ResourceType = "AWS::WAFRegional::WebACL"
	ResourceTypeAwsCloudFrontDistribution                         ResourceType = "AWS::CloudFront::Distribution"
	ResourceTypeAwsCloudFrontStreamingDistribution                ResourceType = "AWS::CloudFront::StreamingDistribution"
	ResourceTypeAwsLambdaFunction                                 ResourceType = "AWS::Lambda::Function"
	ResourceTypeAwsElasticBeanstalkApplication                    ResourceType = "AWS::ElasticBeanstalk::Application"
	ResourceTypeAwsElasticBeanstalkApplicationVersion             ResourceType = "AWS::ElasticBeanstalk::ApplicationVersion"
	ResourceTypeAwsElasticBeanstalkEnvironment                    ResourceType = "AWS::ElasticBeanstalk::Environment"
	ResourceTypeAwsWafv2WebAcl                                    ResourceType = "AWS::WAFv2::WebACL"
	ResourceTypeAwsWafv2RuleGroup                                 ResourceType = "AWS::WAFv2::RuleGroup"
	ResourceTypeAwsWafv2Ipset                                     ResourceType = "AWS::WAFv2::IPSet"
	ResourceTypeAwsWafv2RegexPatternSet                           ResourceType = "AWS::WAFv2::RegexPatternSet"
	ResourceTypeAwsWafv2ManagedRuleSet                            ResourceType = "AWS::WAFv2::ManagedRuleSet"
	ResourceTypeAwsXrayEncryptionConfig                           ResourceType = "AWS::XRay::EncryptionConfig"
	ResourceTypeAwsSsmAssociationCompliance                       ResourceType = "AWS::SSM::AssociationCompliance"
	ResourceTypeAwsSsmPatchCompliance                             ResourceType = "AWS::SSM::PatchCompliance"
	ResourceTypeAwsShieldProtection                               ResourceType = "AWS::Shield::Protection"
	ResourceTypeAwsShieldRegionalProtection                       ResourceType = "AWS::ShieldRegional::Protection"
	ResourceTypeAwsConfigResourceCompliance                       ResourceType = "AWS::Config::ResourceCompliance"
	ResourceTypeAwsApiGatewayStage                                ResourceType = "AWS::ApiGateway::Stage"
	ResourceTypeAwsApiGatewayRestApi                              ResourceType = "AWS::ApiGateway::RestApi"
	ResourceTypeAwsApiGatewayV2Stage                              ResourceType = "AWS::ApiGatewayV2::Stage"
	ResourceTypeAwsApiGatewayV2Api                                ResourceType = "AWS::ApiGatewayV2::Api"
	ResourceTypeAwsCodePipelinePipeline                           ResourceType = "AWS::CodePipeline::Pipeline"
	ResourceTypeAwsServiceCatalogCloudFormationProvisionedProduct ResourceType = "AWS::ServiceCatalog::CloudFormationProvisionedProduct"
	ResourceTypeAwsServiceCatalogCloudFormationProduct            ResourceType = "AWS::ServiceCatalog::CloudFormationProduct"
	ResourceTypeAwsServiceCatalogPortfolio                        ResourceType = "AWS::ServiceCatalog::Portfolio"
	ResourceTypeAwsSqsQueue                                       ResourceType = "AWS::SQS::Queue"
	ResourceTypeAwsKmsKey                                         ResourceType = "AWS::KMS::Key"
	ResourceTypeAwsQldbLedger                                     ResourceType = "AWS::QLDB::Ledger"
)

Enum values for ResourceType

func (ResourceType) MarshalValue added in v0.3.0

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

func (ResourceType) MarshalValueBuf added in v0.3.0

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

type ResourceValue added in v0.8.0

type ResourceValue struct {

	// The value is a resource ID.
	//
	// Value is a required field
	Value ResourceValueType `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

The dynamic value of the resource.

func (ResourceValue) String added in v0.8.0

func (s ResourceValue) String() string

String returns the string representation

func (*ResourceValue) Validate added in v0.12.0

func (s *ResourceValue) Validate() error

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

type ResourceValueType added in v0.8.0

type ResourceValueType string
const (
	ResourceValueTypeResourceId ResourceValueType = "RESOURCE_ID"
)

Enum values for ResourceValueType

func (ResourceValueType) MarshalValue added in v0.8.0

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

func (ResourceValueType) MarshalValueBuf added in v0.8.0

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

type RetentionConfiguration added in v0.4.0

type RetentionConfiguration struct {

	// The name of the retention configuration object.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// Number of days AWS Config stores your historical information.
	//
	// Currently, only applicable to the configuration item history.
	//
	// RetentionPeriodInDays is a required field
	RetentionPeriodInDays *int64 `min:"30" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

An object with the name of the retention configuration and the retention period in days. The object stores the configuration for data retention in AWS Config.

func (RetentionConfiguration) String added in v0.4.0

func (s RetentionConfiguration) String() string

String returns the string representation

type Scope

type Scope struct {

	// The ID of the only AWS resource that you want to trigger an evaluation for
	// the rule. If you specify a resource ID, you must specify one resource type
	// for ComplianceResourceTypes.
	ComplianceResourceId *string `min:"1" type:"string"`

	// The resource types of only those AWS resources that you want to trigger an
	// evaluation for the rule. You can only specify one type if you also specify
	// a resource ID for ComplianceResourceId.
	ComplianceResourceTypes []string `type:"list"`

	// The tag key that is applied to only those AWS resources that you want to
	// trigger an evaluation for the rule.
	TagKey *string `min:"1" type:"string"`

	// The tag value applied to only those AWS resources that you want to trigger
	// an evaluation for the rule. If you specify a value for TagValue, you must
	// also specify a value for TagKey.
	TagValue *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Defines which resources trigger an evaluation for an AWS Config rule. The scope can include one or more resource types, a combination of a tag key and value, or a combination of one resource type and one resource ID. Specify a scope to constrain which resources trigger an evaluation for a rule. Otherwise, evaluations for the rule are triggered when any resource in your recording group changes in configuration.

func (Scope) 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 SelectAggregateResourceConfigInput added in v0.20.0

type SelectAggregateResourceConfigInput struct {

	// The name of the configuration aggregator.
	//
	// ConfigurationAggregatorName is a required field
	ConfigurationAggregatorName *string `min:"1" type:"string" required:"true"`

	// The SQL query SELECT command.
	//
	// Expression is a required field
	Expression *string `min:"1" type:"string" required:"true"`

	// The maximum number of query results returned on each page.
	Limit *int64 `type:"integer"`

	MaxResults *int64 `type:"integer"`

	// The nextToken string returned in a previous request that you use to request
	// the next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (SelectAggregateResourceConfigInput) String added in v0.20.0

String returns the string representation

func (*SelectAggregateResourceConfigInput) Validate added in v0.20.0

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

type SelectAggregateResourceConfigOutput added in v0.20.0

type SelectAggregateResourceConfigOutput struct {

	// The nextToken string returned in a previous request that you use to request
	// the next page of results in a paginated response.
	NextToken *string `type:"string"`

	// Details about the query.
	QueryInfo *QueryInfo `type:"structure"`

	// Returns the results for the SQL query.
	Results []string `type:"list"`
	// contains filtered or unexported fields
}

func (SelectAggregateResourceConfigOutput) String added in v0.20.0

String returns the string representation

type SelectAggregateResourceConfigPaginator added in v0.20.0

type SelectAggregateResourceConfigPaginator struct {
	aws.Pager
}

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

func NewSelectAggregateResourceConfigPaginator added in v0.20.0

func NewSelectAggregateResourceConfigPaginator(req SelectAggregateResourceConfigRequest) SelectAggregateResourceConfigPaginator

NewSelectAggregateResourceConfigRequestPaginator returns a paginator for SelectAggregateResourceConfig. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

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

// Example iterating over pages.
req := client.SelectAggregateResourceConfigRequest(input)
p := configservice.NewSelectAggregateResourceConfigRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

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

func (*SelectAggregateResourceConfigPaginator) CurrentPage added in v0.20.0

type SelectAggregateResourceConfigRequest added in v0.20.0

type SelectAggregateResourceConfigRequest struct {
	*aws.Request
	Input *SelectAggregateResourceConfigInput
	Copy  func(*SelectAggregateResourceConfigInput) SelectAggregateResourceConfigRequest
}

SelectAggregateResourceConfigRequest is the request type for the SelectAggregateResourceConfig API operation.

func (SelectAggregateResourceConfigRequest) Send added in v0.20.0

Send marshals and sends the SelectAggregateResourceConfig API request.

type SelectAggregateResourceConfigResponse added in v0.20.0

type SelectAggregateResourceConfigResponse struct {
	*SelectAggregateResourceConfigOutput
	// contains filtered or unexported fields
}

SelectAggregateResourceConfigResponse is the response type for the SelectAggregateResourceConfig API operation.

func (*SelectAggregateResourceConfigResponse) SDKResponseMetdata added in v0.20.0

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

SDKResponseMetdata returns the response metadata for the SelectAggregateResourceConfig request.

type SelectResourceConfigInput added in v0.8.0

type SelectResourceConfigInput struct {

	// The SQL query SELECT command.
	//
	// Expression is a required field
	Expression *string `min:"1" type:"string" required:"true"`

	// The maximum number of query results returned on each page.
	Limit *int64 `type:"integer"`

	// The nextToken string returned in a previous request that you use to request
	// the next page of results in a paginated response.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (SelectResourceConfigInput) String added in v0.8.0

func (s SelectResourceConfigInput) String() string

String returns the string representation

func (*SelectResourceConfigInput) Validate added in v0.8.0

func (s *SelectResourceConfigInput) Validate() error

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

type SelectResourceConfigOutput added in v0.8.0

type SelectResourceConfigOutput struct {

	// The nextToken string returned in a previous request that you use to request
	// the next page of results in a paginated response.
	NextToken *string `type:"string"`

	// Returns the QueryInfo object.
	QueryInfo *QueryInfo `type:"structure"`

	// Returns the results for the SQL query.
	Results []string `type:"list"`
	// contains filtered or unexported fields
}

func (SelectResourceConfigOutput) String added in v0.8.0

String returns the string representation

type SelectResourceConfigRequest added in v0.8.0

type SelectResourceConfigRequest struct {
	*aws.Request
	Input *SelectResourceConfigInput
	Copy  func(*SelectResourceConfigInput) SelectResourceConfigRequest
}

SelectResourceConfigRequest is the request type for the SelectResourceConfig API operation.

func (SelectResourceConfigRequest) Send added in v0.8.0

Send marshals and sends the SelectResourceConfig API request.

type SelectResourceConfigResponse added in v0.9.0

type SelectResourceConfigResponse struct {
	*SelectResourceConfigOutput
	// contains filtered or unexported fields
}

SelectResourceConfigResponse is the response type for the SelectResourceConfig API operation.

func (*SelectResourceConfigResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the SelectResourceConfig request.

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 (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html).
	//
	// For custom rules, the identifier is the Amazon Resource Name (ARN) of the
	// rule's AWS Lambda function, such as arn:aws:lambda:us-east-2:123456789012:function:custom_rule_name.
	//
	// SourceIdentifier is a required field
	SourceIdentifier *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Provides the AWS Config rule owner (AWS or customer), the rule identifier, and the events that trigger the evaluation of your AWS resources.

func (Source) 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.

func (SourceDetail) String

func (s SourceDetail) String() string

String returns the string representation

type SsmControls added in v0.12.0

type SsmControls struct {

	// The maximum percentage of remediation actions allowed to run in parallel
	// on the non-compliant resources for that specific rule. You can specify a
	// percentage, such as 10%. The default value is 10.
	ConcurrentExecutionRatePercentage *int64 `min:"1" type:"integer"`

	// The percentage of errors that are allowed before SSM stops running automations
	// on non-compliant resources for that specific rule. You can specify a percentage
	// of errors, for example 10%. If you do not specifiy a percentage, the default
	// is 50%. For example, if you set the ErrorPercentage to 40% for 10 non-compliant
	// resources, then SSM stops running the automations when the fifth error is
	// received.
	ErrorPercentage *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

AWS Systems Manager (SSM) specific remediation controls.

func (SsmControls) String added in v0.12.0

func (s SsmControls) String() string

String returns the string representation

func (*SsmControls) Validate added in v0.12.0

func (s *SsmControls) Validate() error

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

type StartConfigRulesEvaluationInput

type StartConfigRulesEvaluationInput struct {

	// The list of names of AWS Config rules that you want to run evaluations for.
	ConfigRuleNames []string `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (StartConfigRulesEvaluationInput) String

String returns the string representation

func (*StartConfigRulesEvaluationInput) Validate

func (s *StartConfigRulesEvaluationInput) Validate() error

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

type StartConfigRulesEvaluationOutput

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

The output when you start the evaluation for the specified AWS Config rule.

func (StartConfigRulesEvaluationOutput) String

String returns the string representation

type StartConfigRulesEvaluationRequest

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

StartConfigRulesEvaluationRequest is the request type for the StartConfigRulesEvaluation API operation.

func (StartConfigRulesEvaluationRequest) Send

Send marshals and sends the StartConfigRulesEvaluation API request.

type StartConfigRulesEvaluationResponse added in v0.9.0

type StartConfigRulesEvaluationResponse struct {
	*StartConfigRulesEvaluationOutput
	// contains filtered or unexported fields
}

StartConfigRulesEvaluationResponse is the response type for the StartConfigRulesEvaluation API operation.

func (*StartConfigRulesEvaluationResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the StartConfigRulesEvaluation 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.

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
}

func (StartConfigurationRecorderOutput) String

String returns the string representation

type StartConfigurationRecorderRequest

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

StartConfigurationRecorderRequest is the request type for the StartConfigurationRecorder API operation.

func (StartConfigurationRecorderRequest) Send

Send marshals and sends the StartConfigurationRecorder API request.

type StartConfigurationRecorderResponse added in v0.9.0

type StartConfigurationRecorderResponse struct {
	*StartConfigurationRecorderOutput
	// contains filtered or unexported fields
}

StartConfigurationRecorderResponse is the response type for the StartConfigurationRecorder API operation.

func (*StartConfigurationRecorderResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the StartConfigurationRecorder request.

type StartRemediationExecutionInput added in v0.8.0

type StartRemediationExecutionInput struct {

	// The list of names of AWS Config rules that you want to run remediation execution
	// for.
	//
	// ConfigRuleName is a required field
	ConfigRuleName *string `min:"1" type:"string" required:"true"`

	// A list of resource keys to be processed with the current request. Each element
	// in the list consists of the resource type and resource ID.
	//
	// ResourceKeys is a required field
	ResourceKeys []ResourceKey `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (StartRemediationExecutionInput) String added in v0.8.0

String returns the string representation

func (*StartRemediationExecutionInput) Validate added in v0.8.0

func (s *StartRemediationExecutionInput) Validate() error

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

type StartRemediationExecutionOutput added in v0.8.0

type StartRemediationExecutionOutput struct {

	// For resources that have failed to start execution, the API returns a resource
	// key object.
	FailedItems []ResourceKey `min:"1" type:"list"`

	// Returns a failure message. For example, the resource is already compliant.
	FailureMessage *string `type:"string"`
	// contains filtered or unexported fields
}

func (StartRemediationExecutionOutput) String added in v0.8.0

String returns the string representation

type StartRemediationExecutionRequest added in v0.8.0

type StartRemediationExecutionRequest struct {
	*aws.Request
	Input *StartRemediationExecutionInput
	Copy  func(*StartRemediationExecutionInput) StartRemediationExecutionRequest
}

StartRemediationExecutionRequest is the request type for the StartRemediationExecution API operation.

func (StartRemediationExecutionRequest) Send added in v0.8.0

Send marshals and sends the StartRemediationExecution API request.

type StartRemediationExecutionResponse added in v0.9.0

type StartRemediationExecutionResponse struct {
	*StartRemediationExecutionOutput
	// contains filtered or unexported fields
}

StartRemediationExecutionResponse is the response type for the StartRemediationExecution API operation.

func (*StartRemediationExecutionResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the StartRemediationExecution request.

type StaticValue added in v0.8.0

type StaticValue struct {

	// A list of values. For example, the ARN of the assumed role.
	//
	// Values is a required field
	Values []string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

The static value of the resource.

func (StaticValue) String added in v0.8.0

func (s StaticValue) String() string

String returns the string representation

func (*StaticValue) Validate added in v0.12.0

func (s *StaticValue) Validate() error

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

type StatusDetailFilters added in v0.10.0

type StatusDetailFilters struct {

	// The 12-digit account ID of the member account within an organization.
	AccountId *string `type:"string"`

	// Indicates deployment status for config rule in the member account. When master
	// account calls PutOrganizationConfigRule action for the first time, config
	// rule status is created in the member account. When master account calls PutOrganizationConfigRule
	// action for the second time, config rule status is updated in the member account.
	// Config rule status is deleted when the master account deletes OrganizationConfigRule
	// and disables service access for config-multiaccountsetup.amazonaws.com.
	//
	// AWS Config sets the state of the rule to:
	//
	//    * CREATE_SUCCESSFUL when config rule has been created in the member account.
	//
	//    * CREATE_IN_PROGRESS when config rule is being created in the member account.
	//
	//    * CREATE_FAILED when config rule creation has failed in the member account.
	//
	//    * DELETE_FAILED when config rule deletion has failed in the member account.
	//
	//    * DELETE_IN_PROGRESS when config rule is being deleted in the member account.
	//
	//    * DELETE_SUCCESSFUL when config rule has been deleted in the member account.
	//
	//    * UPDATE_SUCCESSFUL when config rule has been updated in the member account.
	//
	//    * UPDATE_IN_PROGRESS when config rule is being updated in the member account.
	//
	//    * UPDATE_FAILED when config rule deletion has failed in the member account.
	MemberAccountRuleStatus MemberAccountRuleStatus `type:"string" enum:"true"`
	// contains filtered or unexported fields
}

Status filter object to filter results based on specific member account ID or status type for an organization config rule.

func (StatusDetailFilters) String added in v0.10.0

func (s StatusDetailFilters) String() string

String returns the string representation

type StopConfigurationRecorderInput

type StopConfigurationRecorderInput struct {

	// The name of the recorder object that records each configuration change made
	// to the resources.
	//
	// ConfigurationRecorderName is a required field
	ConfigurationRecorderName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The input for the StopConfigurationRecorder action.

func (StopConfigurationRecorderInput) String

String returns the string representation

func (*StopConfigurationRecorderInput) Validate

func (s *StopConfigurationRecorderInput) Validate() error

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

type StopConfigurationRecorderOutput

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

func (StopConfigurationRecorderOutput) String

String returns the string representation

type StopConfigurationRecorderRequest

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

StopConfigurationRecorderRequest is the request type for the StopConfigurationRecorder API operation.

func (StopConfigurationRecorderRequest) Send

Send marshals and sends the StopConfigurationRecorder API request.

type StopConfigurationRecorderResponse added in v0.9.0

type StopConfigurationRecorderResponse struct {
	*StopConfigurationRecorderOutput
	// contains filtered or unexported fields
}

StopConfigurationRecorderResponse is the response type for the StopConfigurationRecorder API operation.

func (*StopConfigurationRecorderResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the StopConfigurationRecorder request.

type Tag added in v0.8.0

type Tag struct {

	// One part of a key-value pair that make up a tag. A key is a general label
	// that acts like a category for more specific tag values.
	Key *string `min:"1" type:"string"`

	// The optional part of a key-value pair that make up a tag. A value acts as
	// a descriptor within a tag category (key).
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

The tags for the resource. The metadata that you apply to a resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

func (Tag) String added in v0.8.0

func (s Tag) String() string

String returns the string representation

func (*Tag) Validate added in v0.8.0

func (s *Tag) Validate() error

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

type TagResourceInput added in v0.8.0

type TagResourceInput struct {

	// The Amazon Resource Name (ARN) that identifies the resource for which to
	// list the tags. Currently, the supported resources are ConfigRule, ConfigurationAggregator
	// and AggregatorAuthorization.
	//
	// ResourceArn is a required field
	ResourceArn *string `min:"1" type:"string" required:"true"`

	// An array of tag object.
	//
	// Tags is a required field
	Tags []Tag `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (TagResourceInput) String added in v0.8.0

func (s TagResourceInput) String() string

String returns the string representation

func (*TagResourceInput) Validate added in v0.8.0

func (s *TagResourceInput) Validate() error

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

type TagResourceOutput added in v0.8.0

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

func (TagResourceOutput) String added in v0.8.0

func (s TagResourceOutput) String() string

String returns the string representation

type TagResourceRequest added in v0.8.0

type TagResourceRequest struct {
	*aws.Request
	Input *TagResourceInput
	Copy  func(*TagResourceInput) TagResourceRequest
}

TagResourceRequest is the request type for the TagResource API operation.

func (TagResourceRequest) Send added in v0.8.0

Send marshals and sends the TagResource API request.

type TagResourceResponse added in v0.9.0

type TagResourceResponse struct {
	*TagResourceOutput
	// contains filtered or unexported fields
}

TagResourceResponse is the response type for the TagResource API operation.

func (*TagResourceResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the TagResource request.

type UntagResourceInput added in v0.8.0

type UntagResourceInput struct {

	// The Amazon Resource Name (ARN) that identifies the resource for which to
	// list the tags. Currently, the supported resources are ConfigRule, ConfigurationAggregator
	// and AggregatorAuthorization.
	//
	// ResourceArn is a required field
	ResourceArn *string `min:"1" type:"string" required:"true"`

	// The keys of the tags to be removed.
	//
	// TagKeys is a required field
	TagKeys []string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (UntagResourceInput) String added in v0.8.0

func (s UntagResourceInput) String() string

String returns the string representation

func (*UntagResourceInput) Validate added in v0.8.0

func (s *UntagResourceInput) Validate() error

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

type UntagResourceOutput added in v0.8.0

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

func (UntagResourceOutput) String added in v0.8.0

func (s UntagResourceOutput) String() string

String returns the string representation

type UntagResourceRequest added in v0.8.0

type UntagResourceRequest struct {
	*aws.Request
	Input *UntagResourceInput
	Copy  func(*UntagResourceInput) UntagResourceRequest
}

UntagResourceRequest is the request type for the UntagResource API operation.

func (UntagResourceRequest) Send added in v0.8.0

Send marshals and sends the UntagResource API request.

type UntagResourceResponse added in v0.9.0

type UntagResourceResponse struct {
	*UntagResourceOutput
	// contains filtered or unexported fields
}

UntagResourceResponse is the response type for the UntagResource API operation.

func (*UntagResourceResponse) SDKResponseMetdata added in v0.9.0

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

SDKResponseMetdata returns the response metadata for the UntagResource request.

Source Files

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