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

Overview ▾

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

Config provides a way to keep track of the configurations of all the Amazon Web Services resources associated with your Amazon Web Services account. You can use Config to get the current and historical configurations of each Amazon Web Services resource and also to get information about the relationship between the resources. An Amazon Web Services 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 Config, see Supported Amazon Web Services resources (https://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources).

You can access and manage Config through the Amazon Web Services Management Console, the Amazon Web Services Command Line Interface (Amazon Web Services CLI), the Config API, or the Amazon Web Services SDKs for Config. This reference guide contains documentation for the Config API and the Amazon Web Services CLI commands that you can use to manage Config. The 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 Config features and their associated actions or commands, as well as how to work with Amazon Web Services Management Console, see What Is Config (https://docs.aws.amazon.com/config/latest/developerguide/WhatIsConfig.html) in the Config Developer Guide.

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

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

Using the Client

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

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

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

See the AWS Config client ConfigService for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/configservice/#New

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

Operations ▾

BatchGetAggregateResourceConfig
BatchGetResourceConfig
DeleteAggregationAuthorization
DeleteConfigRule
DeleteConfigurationAggregator
DeleteConfigurationRecorder
DeleteConformancePack
DeleteDeliveryChannel
DeleteEvaluationResults
DeleteOrganizationConfigRule
DeleteOrganizationConformancePack
DeletePendingAggregationRequest
DeleteRemediationConfiguration
DeleteRemediationExceptions
DeleteResourceConfig
DeleteRetentionConfiguration
DeleteStoredQuery
DeliverConfigSnapshot
DescribeAggregateComplianceByConfigRules ( Paginator )
DescribeAggregateComplianceByConformancePacks ( Paginator )
DescribeAggregationAuthorizations ( Paginator )
DescribeComplianceByConfigRule ( Paginator )
DescribeComplianceByResource ( Paginator )
DescribeConfigRuleEvaluationStatus ( Paginator )
DescribeConfigRules ( Paginator )
DescribeConfigurationAggregatorSourcesStatus ( Paginator )
DescribeConfigurationAggregators ( Paginator )
DescribeConfigurationRecorderStatus
DescribeConfigurationRecorders
DescribeConformancePackCompliance ( Paginator )
DescribeConformancePackStatus ( Paginator )
DescribeConformancePacks ( Paginator )
DescribeDeliveryChannelStatus
DescribeDeliveryChannels
DescribeOrganizationConfigRuleStatuses ( Paginator )
DescribeOrganizationConfigRules ( Paginator )
DescribeOrganizationConformancePackStatuses ( Paginator )
DescribeOrganizationConformancePacks ( Paginator )
DescribePendingAggregationRequests ( Paginator )
DescribeRemediationConfigurations
DescribeRemediationExceptions ( Paginator )
DescribeRemediationExecutionStatus ( Paginator )
DescribeRetentionConfigurations ( Paginator )
GetAggregateComplianceDetailsByConfigRule ( Paginator )
GetAggregateConfigRuleComplianceSummary ( Paginator )
GetAggregateConformancePackComplianceSummary ( Paginator )
GetAggregateDiscoveredResourceCounts ( Paginator )
GetAggregateResourceConfig
GetComplianceDetailsByConfigRule ( Paginator )
GetComplianceDetailsByResource ( Paginator )
GetComplianceSummaryByConfigRule
GetComplianceSummaryByResourceType
GetConformancePackComplianceDetails ( Paginator )
GetConformancePackComplianceSummary ( Paginator )
GetCustomRulePolicy
GetDiscoveredResourceCounts ( Paginator )
GetOrganizationConfigRuleDetailedStatus ( Paginator )
GetOrganizationConformancePackDetailedStatus ( Paginator )
GetOrganizationCustomRulePolicy
GetResourceConfigHistory ( Paginator )
GetResourceEvaluationSummary
GetStoredQuery
ListAggregateDiscoveredResources ( Paginator )
ListConformancePackComplianceScores ( Paginator )
ListDiscoveredResources ( Paginator )
ListResourceEvaluations ( Paginator )
ListStoredQueries ( Paginator )
ListTagsForResource ( Paginator )
PutAggregationAuthorization
PutConfigRule
PutConfigurationAggregator
PutConfigurationRecorder
PutConformancePack
PutDeliveryChannel
PutEvaluations
PutExternalEvaluation
PutOrganizationConfigRule
PutOrganizationConformancePack
PutRemediationConfigurations
PutRemediationExceptions
PutResourceConfig
PutRetentionConfiguration
PutStoredQuery
SelectAggregateResourceConfig ( Paginator )
SelectResourceConfig ( Paginator )
StartConfigRulesEvaluation
StartConfigurationRecorder
StartRemediationExecution
StartResourceEvaluation
StopConfigurationRecorder
TagResource
UntagResource

Types ▾

type ConfigService
func New(p client.ConfigProvider, cfgs ...*aws.Config) *ConfigService
func (c *ConfigService) BatchGetAggregateResourceConfig(input *BatchGetAggregateResourceConfigInput) (*BatchGetAggregateResourceConfigOutput, error)
func (c *ConfigService) BatchGetAggregateResourceConfigRequest(input *BatchGetAggregateResourceConfigInput) (req *request.Request, output *BatchGetAggregateResourceConfigOutput)
func (c *ConfigService) BatchGetAggregateResourceConfigWithContext(ctx aws.Context, input *BatchGetAggregateResourceConfigInput, opts ...request.Option) (*BatchGetAggregateResourceConfigOutput, error)
func (c *ConfigService) BatchGetResourceConfig(input *BatchGetResourceConfigInput) (*BatchGetResourceConfigOutput, error)
func (c *ConfigService) BatchGetResourceConfigRequest(input *BatchGetResourceConfigInput) (req *request.Request, output *BatchGetResourceConfigOutput)
func (c *ConfigService) BatchGetResourceConfigWithContext(ctx aws.Context, input *BatchGetResourceConfigInput, opts ...request.Option) (*BatchGetResourceConfigOutput, error)
func (c *ConfigService) DeleteAggregationAuthorization(input *DeleteAggregationAuthorizationInput) (*DeleteAggregationAuthorizationOutput, error)
func (c *ConfigService) DeleteAggregationAuthorizationRequest(input *DeleteAggregationAuthorizationInput) (req *request.Request, output *DeleteAggregationAuthorizationOutput)
func (c *ConfigService) DeleteAggregationAuthorizationWithContext(ctx aws.Context, input *DeleteAggregationAuthorizationInput, opts ...request.Option) (*DeleteAggregationAuthorizationOutput, error)
func (c *ConfigService) DeleteConfigRule(input *DeleteConfigRuleInput) (*DeleteConfigRuleOutput, error)
func (c *ConfigService) DeleteConfigRuleRequest(input *DeleteConfigRuleInput) (req *request.Request, output *DeleteConfigRuleOutput)
func (c *ConfigService) DeleteConfigRuleWithContext(ctx aws.Context, input *DeleteConfigRuleInput, opts ...request.Option) (*DeleteConfigRuleOutput, error)
func (c *ConfigService) DeleteConfigurationAggregator(input *DeleteConfigurationAggregatorInput) (*DeleteConfigurationAggregatorOutput, error)
func (c *ConfigService) DeleteConfigurationAggregatorRequest(input *DeleteConfigurationAggregatorInput) (req *request.Request, output *DeleteConfigurationAggregatorOutput)
func (c *ConfigService) DeleteConfigurationAggregatorWithContext(ctx aws.Context, input *DeleteConfigurationAggregatorInput, opts ...request.Option) (*DeleteConfigurationAggregatorOutput, error)
func (c *ConfigService) DeleteConfigurationRecorder(input *DeleteConfigurationRecorderInput) (*DeleteConfigurationRecorderOutput, error)
func (c *ConfigService) DeleteConfigurationRecorderRequest(input *DeleteConfigurationRecorderInput) (req *request.Request, output *DeleteConfigurationRecorderOutput)
func (c *ConfigService) DeleteConfigurationRecorderWithContext(ctx aws.Context, input *DeleteConfigurationRecorderInput, opts ...request.Option) (*DeleteConfigurationRecorderOutput, error)
func (c *ConfigService) DeleteConformancePack(input *DeleteConformancePackInput) (*DeleteConformancePackOutput, error)
func (c *ConfigService) DeleteConformancePackRequest(input *DeleteConformancePackInput) (req *request.Request, output *DeleteConformancePackOutput)
func (c *ConfigService) DeleteConformancePackWithContext(ctx aws.Context, input *DeleteConformancePackInput, opts ...request.Option) (*DeleteConformancePackOutput, error)
func (c *ConfigService) DeleteDeliveryChannel(input *DeleteDeliveryChannelInput) (*DeleteDeliveryChannelOutput, error)
func (c *ConfigService) DeleteDeliveryChannelRequest(input *DeleteDeliveryChannelInput) (req *request.Request, output *DeleteDeliveryChannelOutput)
func (c *ConfigService) DeleteDeliveryChannelWithContext(ctx aws.Context, input *DeleteDeliveryChannelInput, opts ...request.Option) (*DeleteDeliveryChannelOutput, error)
func (c *ConfigService) DeleteEvaluationResults(input *DeleteEvaluationResultsInput) (*DeleteEvaluationResultsOutput, error)
func (c *ConfigService) DeleteEvaluationResultsRequest(input *DeleteEvaluationResultsInput) (req *request.Request, output *DeleteEvaluationResultsOutput)
func (c *ConfigService) DeleteEvaluationResultsWithContext(ctx aws.Context, input *DeleteEvaluationResultsInput, opts ...request.Option) (*DeleteEvaluationResultsOutput, error)
func (c *ConfigService) DeleteOrganizationConfigRule(input *DeleteOrganizationConfigRuleInput) (*DeleteOrganizationConfigRuleOutput, error)
func (c *ConfigService) DeleteOrganizationConfigRuleRequest(input *DeleteOrganizationConfigRuleInput) (req *request.Request, output *DeleteOrganizationConfigRuleOutput)
func (c *ConfigService) DeleteOrganizationConfigRuleWithContext(ctx aws.Context, input *DeleteOrganizationConfigRuleInput, opts ...request.Option) (*DeleteOrganizationConfigRuleOutput, error)
func (c *ConfigService) DeleteOrganizationConformancePack(input *DeleteOrganizationConformancePackInput) (*DeleteOrganizationConformancePackOutput, error)
func (c *ConfigService) DeleteOrganizationConformancePackRequest(input *DeleteOrganizationConformancePackInput) (req *request.Request, output *DeleteOrganizationConformancePackOutput)
func (c *ConfigService) DeleteOrganizationConformancePackWithContext(ctx aws.Context, input *DeleteOrganizationConformancePackInput, opts ...request.Option) (*DeleteOrganizationConformancePackOutput, error)
func (c *ConfigService) DeletePendingAggregationRequest(input *DeletePendingAggregationRequestInput) (*DeletePendingAggregationRequestOutput, error)
func (c *ConfigService) DeletePendingAggregationRequestRequest(input *DeletePendingAggregationRequestInput) (req *request.Request, output *DeletePendingAggregationRequestOutput)
func (c *ConfigService) DeletePendingAggregationRequestWithContext(ctx aws.Context, input *DeletePendingAggregationRequestInput, opts ...request.Option) (*DeletePendingAggregationRequestOutput, error)
func (c *ConfigService) DeleteRemediationConfiguration(input *DeleteRemediationConfigurationInput) (*DeleteRemediationConfigurationOutput, error)
func (c *ConfigService) DeleteRemediationConfigurationRequest(input *DeleteRemediationConfigurationInput) (req *request.Request, output *DeleteRemediationConfigurationOutput)
func (c *ConfigService) DeleteRemediationConfigurationWithContext(ctx aws.Context, input *DeleteRemediationConfigurationInput, opts ...request.Option) (*DeleteRemediationConfigurationOutput, error)
func (c *ConfigService) DeleteRemediationExceptions(input *DeleteRemediationExceptionsInput) (*DeleteRemediationExceptionsOutput, error)
func (c *ConfigService) DeleteRemediationExceptionsRequest(input *DeleteRemediationExceptionsInput) (req *request.Request, output *DeleteRemediationExceptionsOutput)
func (c *ConfigService) DeleteRemediationExceptionsWithContext(ctx aws.Context, input *DeleteRemediationExceptionsInput, opts ...request.Option) (*DeleteRemediationExceptionsOutput, error)
func (c *ConfigService) DeleteResourceConfig(input *DeleteResourceConfigInput) (*DeleteResourceConfigOutput, error)
func (c *ConfigService) DeleteResourceConfigRequest(input *DeleteResourceConfigInput) (req *request.Request, output *DeleteResourceConfigOutput)
func (c *ConfigService) DeleteResourceConfigWithContext(ctx aws.Context, input *DeleteResourceConfigInput, opts ...request.Option) (*DeleteResourceConfigOutput, error)
func (c *ConfigService) DeleteRetentionConfiguration(input *DeleteRetentionConfigurationInput) (*DeleteRetentionConfigurationOutput, error)
func (c *ConfigService) DeleteRetentionConfigurationRequest(input *DeleteRetentionConfigurationInput) (req *request.Request, output *DeleteRetentionConfigurationOutput)
func (c *ConfigService) DeleteRetentionConfigurationWithContext(ctx aws.Context, input *DeleteRetentionConfigurationInput, opts ...request.Option) (*DeleteRetentionConfigurationOutput, error)
func (c *ConfigService) DeleteStoredQuery(input *DeleteStoredQueryInput) (*DeleteStoredQueryOutput, error)
func (c *ConfigService) DeleteStoredQueryRequest(input *DeleteStoredQueryInput) (req *request.Request, output *DeleteStoredQueryOutput)
func (c *ConfigService) DeleteStoredQueryWithContext(ctx aws.Context, input *DeleteStoredQueryInput, opts ...request.Option) (*DeleteStoredQueryOutput, error)
func (c *ConfigService) DeliverConfigSnapshot(input *DeliverConfigSnapshotInput) (*DeliverConfigSnapshotOutput, error)
func (c *ConfigService) DeliverConfigSnapshotRequest(input *DeliverConfigSnapshotInput) (req *request.Request, output *DeliverConfigSnapshotOutput)
func (c *ConfigService) DeliverConfigSnapshotWithContext(ctx aws.Context, input *DeliverConfigSnapshotInput, opts ...request.Option) (*DeliverConfigSnapshotOutput, error)
func (c *ConfigService) DescribeAggregateComplianceByConfigRules(input *DescribeAggregateComplianceByConfigRulesInput) (*DescribeAggregateComplianceByConfigRulesOutput, error)
func (c *ConfigService) DescribeAggregateComplianceByConfigRulesPages(input *DescribeAggregateComplianceByConfigRulesInput, fn func(*DescribeAggregateComplianceByConfigRulesOutput, bool) bool) error
func (c *ConfigService) DescribeAggregateComplianceByConfigRulesPagesWithContext(ctx aws.Context, input *DescribeAggregateComplianceByConfigRulesInput, fn func(*DescribeAggregateComplianceByConfigRulesOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribeAggregateComplianceByConfigRulesRequest(input *DescribeAggregateComplianceByConfigRulesInput) (req *request.Request, output *DescribeAggregateComplianceByConfigRulesOutput)
func (c *ConfigService) DescribeAggregateComplianceByConfigRulesWithContext(ctx aws.Context, input *DescribeAggregateComplianceByConfigRulesInput, opts ...request.Option) (*DescribeAggregateComplianceByConfigRulesOutput, error)
func (c *ConfigService) DescribeAggregateComplianceByConformancePacks(input *DescribeAggregateComplianceByConformancePacksInput) (*DescribeAggregateComplianceByConformancePacksOutput, error)
func (c *ConfigService) DescribeAggregateComplianceByConformancePacksPages(input *DescribeAggregateComplianceByConformancePacksInput, fn func(*DescribeAggregateComplianceByConformancePacksOutput, bool) bool) error
func (c *ConfigService) DescribeAggregateComplianceByConformancePacksPagesWithContext(ctx aws.Context, input *DescribeAggregateComplianceByConformancePacksInput, fn func(*DescribeAggregateComplianceByConformancePacksOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribeAggregateComplianceByConformancePacksRequest(input *DescribeAggregateComplianceByConformancePacksInput) (req *request.Request, output *DescribeAggregateComplianceByConformancePacksOutput)
func (c *ConfigService) DescribeAggregateComplianceByConformancePacksWithContext(ctx aws.Context, input *DescribeAggregateComplianceByConformancePacksInput, opts ...request.Option) (*DescribeAggregateComplianceByConformancePacksOutput, error)
func (c *ConfigService) DescribeAggregationAuthorizations(input *DescribeAggregationAuthorizationsInput) (*DescribeAggregationAuthorizationsOutput, error)
func (c *ConfigService) DescribeAggregationAuthorizationsPages(input *DescribeAggregationAuthorizationsInput, fn func(*DescribeAggregationAuthorizationsOutput, bool) bool) error
func (c *ConfigService) DescribeAggregationAuthorizationsPagesWithContext(ctx aws.Context, input *DescribeAggregationAuthorizationsInput, fn func(*DescribeAggregationAuthorizationsOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribeAggregationAuthorizationsRequest(input *DescribeAggregationAuthorizationsInput) (req *request.Request, output *DescribeAggregationAuthorizationsOutput)
func (c *ConfigService) DescribeAggregationAuthorizationsWithContext(ctx aws.Context, input *DescribeAggregationAuthorizationsInput, opts ...request.Option) (*DescribeAggregationAuthorizationsOutput, error)
func (c *ConfigService) DescribeComplianceByConfigRule(input *DescribeComplianceByConfigRuleInput) (*DescribeComplianceByConfigRuleOutput, error)
func (c *ConfigService) DescribeComplianceByConfigRulePages(input *DescribeComplianceByConfigRuleInput, fn func(*DescribeComplianceByConfigRuleOutput, bool) bool) error
func (c *ConfigService) DescribeComplianceByConfigRulePagesWithContext(ctx aws.Context, input *DescribeComplianceByConfigRuleInput, fn func(*DescribeComplianceByConfigRuleOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribeComplianceByConfigRuleRequest(input *DescribeComplianceByConfigRuleInput) (req *request.Request, output *DescribeComplianceByConfigRuleOutput)
func (c *ConfigService) DescribeComplianceByConfigRuleWithContext(ctx aws.Context, input *DescribeComplianceByConfigRuleInput, opts ...request.Option) (*DescribeComplianceByConfigRuleOutput, error)
func (c *ConfigService) DescribeComplianceByResource(input *DescribeComplianceByResourceInput) (*DescribeComplianceByResourceOutput, error)
func (c *ConfigService) DescribeComplianceByResourcePages(input *DescribeComplianceByResourceInput, fn func(*DescribeComplianceByResourceOutput, bool) bool) error
func (c *ConfigService) DescribeComplianceByResourcePagesWithContext(ctx aws.Context, input *DescribeComplianceByResourceInput, fn func(*DescribeComplianceByResourceOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribeComplianceByResourceRequest(input *DescribeComplianceByResourceInput) (req *request.Request, output *DescribeComplianceByResourceOutput)
func (c *ConfigService) DescribeComplianceByResourceWithContext(ctx aws.Context, input *DescribeComplianceByResourceInput, opts ...request.Option) (*DescribeComplianceByResourceOutput, error)
func (c *ConfigService) DescribeConfigRuleEvaluationStatus(input *DescribeConfigRuleEvaluationStatusInput) (*DescribeConfigRuleEvaluationStatusOutput, error)
func (c *ConfigService) DescribeConfigRuleEvaluationStatusPages(input *DescribeConfigRuleEvaluationStatusInput, fn func(*DescribeConfigRuleEvaluationStatusOutput, bool) bool) error
func (c *ConfigService) DescribeConfigRuleEvaluationStatusPagesWithContext(ctx aws.Context, input *DescribeConfigRuleEvaluationStatusInput, fn func(*DescribeConfigRuleEvaluationStatusOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribeConfigRuleEvaluationStatusRequest(input *DescribeConfigRuleEvaluationStatusInput) (req *request.Request, output *DescribeConfigRuleEvaluationStatusOutput)
func (c *ConfigService) DescribeConfigRuleEvaluationStatusWithContext(ctx aws.Context, input *DescribeConfigRuleEvaluationStatusInput, opts ...request.Option) (*DescribeConfigRuleEvaluationStatusOutput, error)
func (c *ConfigService) DescribeConfigRules(input *DescribeConfigRulesInput) (*DescribeConfigRulesOutput, error)
func (c *ConfigService) DescribeConfigRulesPages(input *DescribeConfigRulesInput, fn func(*DescribeConfigRulesOutput, bool) bool) error
func (c *ConfigService) DescribeConfigRulesPagesWithContext(ctx aws.Context, input *DescribeConfigRulesInput, fn func(*DescribeConfigRulesOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribeConfigRulesRequest(input *DescribeConfigRulesInput) (req *request.Request, output *DescribeConfigRulesOutput)
func (c *ConfigService) DescribeConfigRulesWithContext(ctx aws.Context, input *DescribeConfigRulesInput, opts ...request.Option) (*DescribeConfigRulesOutput, error)
func (c *ConfigService) DescribeConfigurationAggregatorSourcesStatus(input *DescribeConfigurationAggregatorSourcesStatusInput) (*DescribeConfigurationAggregatorSourcesStatusOutput, error)
func (c *ConfigService) DescribeConfigurationAggregatorSourcesStatusPages(input *DescribeConfigurationAggregatorSourcesStatusInput, fn func(*DescribeConfigurationAggregatorSourcesStatusOutput, bool) bool) error
func (c *ConfigService) DescribeConfigurationAggregatorSourcesStatusPagesWithContext(ctx aws.Context, input *DescribeConfigurationAggregatorSourcesStatusInput, fn func(*DescribeConfigurationAggregatorSourcesStatusOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribeConfigurationAggregatorSourcesStatusRequest(input *DescribeConfigurationAggregatorSourcesStatusInput) (req *request.Request, output *DescribeConfigurationAggregatorSourcesStatusOutput)
func (c *ConfigService) DescribeConfigurationAggregatorSourcesStatusWithContext(ctx aws.Context, input *DescribeConfigurationAggregatorSourcesStatusInput, opts ...request.Option) (*DescribeConfigurationAggregatorSourcesStatusOutput, error)
func (c *ConfigService) DescribeConfigurationAggregators(input *DescribeConfigurationAggregatorsInput) (*DescribeConfigurationAggregatorsOutput, error)
func (c *ConfigService) DescribeConfigurationAggregatorsPages(input *DescribeConfigurationAggregatorsInput, fn func(*DescribeConfigurationAggregatorsOutput, bool) bool) error
func (c *ConfigService) DescribeConfigurationAggregatorsPagesWithContext(ctx aws.Context, input *DescribeConfigurationAggregatorsInput, fn func(*DescribeConfigurationAggregatorsOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribeConfigurationAggregatorsRequest(input *DescribeConfigurationAggregatorsInput) (req *request.Request, output *DescribeConfigurationAggregatorsOutput)
func (c *ConfigService) DescribeConfigurationAggregatorsWithContext(ctx aws.Context, input *DescribeConfigurationAggregatorsInput, opts ...request.Option) (*DescribeConfigurationAggregatorsOutput, error)
func (c *ConfigService) DescribeConfigurationRecorderStatus(input *DescribeConfigurationRecorderStatusInput) (*DescribeConfigurationRecorderStatusOutput, error)
func (c *ConfigService) DescribeConfigurationRecorderStatusRequest(input *DescribeConfigurationRecorderStatusInput) (req *request.Request, output *DescribeConfigurationRecorderStatusOutput)
func (c *ConfigService) DescribeConfigurationRecorderStatusWithContext(ctx aws.Context, input *DescribeConfigurationRecorderStatusInput, opts ...request.Option) (*DescribeConfigurationRecorderStatusOutput, error)
func (c *ConfigService) DescribeConfigurationRecorders(input *DescribeConfigurationRecordersInput) (*DescribeConfigurationRecordersOutput, error)
func (c *ConfigService) DescribeConfigurationRecordersRequest(input *DescribeConfigurationRecordersInput) (req *request.Request, output *DescribeConfigurationRecordersOutput)
func (c *ConfigService) DescribeConfigurationRecordersWithContext(ctx aws.Context, input *DescribeConfigurationRecordersInput, opts ...request.Option) (*DescribeConfigurationRecordersOutput, error)
func (c *ConfigService) DescribeConformancePackCompliance(input *DescribeConformancePackComplianceInput) (*DescribeConformancePackComplianceOutput, error)
func (c *ConfigService) DescribeConformancePackCompliancePages(input *DescribeConformancePackComplianceInput, fn func(*DescribeConformancePackComplianceOutput, bool) bool) error
func (c *ConfigService) DescribeConformancePackCompliancePagesWithContext(ctx aws.Context, input *DescribeConformancePackComplianceInput, fn func(*DescribeConformancePackComplianceOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribeConformancePackComplianceRequest(input *DescribeConformancePackComplianceInput) (req *request.Request, output *DescribeConformancePackComplianceOutput)
func (c *ConfigService) DescribeConformancePackComplianceWithContext(ctx aws.Context, input *DescribeConformancePackComplianceInput, opts ...request.Option) (*DescribeConformancePackComplianceOutput, error)
func (c *ConfigService) DescribeConformancePackStatus(input *DescribeConformancePackStatusInput) (*DescribeConformancePackStatusOutput, error)
func (c *ConfigService) DescribeConformancePackStatusPages(input *DescribeConformancePackStatusInput, fn func(*DescribeConformancePackStatusOutput, bool) bool) error
func (c *ConfigService) DescribeConformancePackStatusPagesWithContext(ctx aws.Context, input *DescribeConformancePackStatusInput, fn func(*DescribeConformancePackStatusOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribeConformancePackStatusRequest(input *DescribeConformancePackStatusInput) (req *request.Request, output *DescribeConformancePackStatusOutput)
func (c *ConfigService) DescribeConformancePackStatusWithContext(ctx aws.Context, input *DescribeConformancePackStatusInput, opts ...request.Option) (*DescribeConformancePackStatusOutput, error)
func (c *ConfigService) DescribeConformancePacks(input *DescribeConformancePacksInput) (*DescribeConformancePacksOutput, error)
func (c *ConfigService) DescribeConformancePacksPages(input *DescribeConformancePacksInput, fn func(*DescribeConformancePacksOutput, bool) bool) error
func (c *ConfigService) DescribeConformancePacksPagesWithContext(ctx aws.Context, input *DescribeConformancePacksInput, fn func(*DescribeConformancePacksOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribeConformancePacksRequest(input *DescribeConformancePacksInput) (req *request.Request, output *DescribeConformancePacksOutput)
func (c *ConfigService) DescribeConformancePacksWithContext(ctx aws.Context, input *DescribeConformancePacksInput, opts ...request.Option) (*DescribeConformancePacksOutput, error)
func (c *ConfigService) DescribeDeliveryChannelStatus(input *DescribeDeliveryChannelStatusInput) (*DescribeDeliveryChannelStatusOutput, error)
func (c *ConfigService) DescribeDeliveryChannelStatusRequest(input *DescribeDeliveryChannelStatusInput) (req *request.Request, output *DescribeDeliveryChannelStatusOutput)
func (c *ConfigService) DescribeDeliveryChannelStatusWithContext(ctx aws.Context, input *DescribeDeliveryChannelStatusInput, opts ...request.Option) (*DescribeDeliveryChannelStatusOutput, error)
func (c *ConfigService) DescribeDeliveryChannels(input *DescribeDeliveryChannelsInput) (*DescribeDeliveryChannelsOutput, error)
func (c *ConfigService) DescribeDeliveryChannelsRequest(input *DescribeDeliveryChannelsInput) (req *request.Request, output *DescribeDeliveryChannelsOutput)
func (c *ConfigService) DescribeDeliveryChannelsWithContext(ctx aws.Context, input *DescribeDeliveryChannelsInput, opts ...request.Option) (*DescribeDeliveryChannelsOutput, error)
func (c *ConfigService) DescribeOrganizationConfigRuleStatuses(input *DescribeOrganizationConfigRuleStatusesInput) (*DescribeOrganizationConfigRuleStatusesOutput, error)
func (c *ConfigService) DescribeOrganizationConfigRuleStatusesPages(input *DescribeOrganizationConfigRuleStatusesInput, fn func(*DescribeOrganizationConfigRuleStatusesOutput, bool) bool) error
func (c *ConfigService) DescribeOrganizationConfigRuleStatusesPagesWithContext(ctx aws.Context, input *DescribeOrganizationConfigRuleStatusesInput, fn func(*DescribeOrganizationConfigRuleStatusesOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribeOrganizationConfigRuleStatusesRequest(input *DescribeOrganizationConfigRuleStatusesInput) (req *request.Request, output *DescribeOrganizationConfigRuleStatusesOutput)
func (c *ConfigService) DescribeOrganizationConfigRuleStatusesWithContext(ctx aws.Context, input *DescribeOrganizationConfigRuleStatusesInput, opts ...request.Option) (*DescribeOrganizationConfigRuleStatusesOutput, error)
func (c *ConfigService) DescribeOrganizationConfigRules(input *DescribeOrganizationConfigRulesInput) (*DescribeOrganizationConfigRulesOutput, error)
func (c *ConfigService) DescribeOrganizationConfigRulesPages(input *DescribeOrganizationConfigRulesInput, fn func(*DescribeOrganizationConfigRulesOutput, bool) bool) error
func (c *ConfigService) DescribeOrganizationConfigRulesPagesWithContext(ctx aws.Context, input *DescribeOrganizationConfigRulesInput, fn func(*DescribeOrganizationConfigRulesOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribeOrganizationConfigRulesRequest(input *DescribeOrganizationConfigRulesInput) (req *request.Request, output *DescribeOrganizationConfigRulesOutput)
func (c *ConfigService) DescribeOrganizationConfigRulesWithContext(ctx aws.Context, input *DescribeOrganizationConfigRulesInput, opts ...request.Option) (*DescribeOrganizationConfigRulesOutput, error)
func (c *ConfigService) DescribeOrganizationConformancePackStatuses(input *DescribeOrganizationConformancePackStatusesInput) (*DescribeOrganizationConformancePackStatusesOutput, error)
func (c *ConfigService) DescribeOrganizationConformancePackStatusesPages(input *DescribeOrganizationConformancePackStatusesInput, fn func(*DescribeOrganizationConformancePackStatusesOutput, bool) bool) error
func (c *ConfigService) DescribeOrganizationConformancePackStatusesPagesWithContext(ctx aws.Context, input *DescribeOrganizationConformancePackStatusesInput, fn func(*DescribeOrganizationConformancePackStatusesOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribeOrganizationConformancePackStatusesRequest(input *DescribeOrganizationConformancePackStatusesInput) (req *request.Request, output *DescribeOrganizationConformancePackStatusesOutput)
func (c *ConfigService) DescribeOrganizationConformancePackStatusesWithContext(ctx aws.Context, input *DescribeOrganizationConformancePackStatusesInput, opts ...request.Option) (*DescribeOrganizationConformancePackStatusesOutput, error)
func (c *ConfigService) DescribeOrganizationConformancePacks(input *DescribeOrganizationConformancePacksInput) (*DescribeOrganizationConformancePacksOutput, error)
func (c *ConfigService) DescribeOrganizationConformancePacksPages(input *DescribeOrganizationConformancePacksInput, fn func(*DescribeOrganizationConformancePacksOutput, bool) bool) error
func (c *ConfigService) DescribeOrganizationConformancePacksPagesWithContext(ctx aws.Context, input *DescribeOrganizationConformancePacksInput, fn func(*DescribeOrganizationConformancePacksOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribeOrganizationConformancePacksRequest(input *DescribeOrganizationConformancePacksInput) (req *request.Request, output *DescribeOrganizationConformancePacksOutput)
func (c *ConfigService) DescribeOrganizationConformancePacksWithContext(ctx aws.Context, input *DescribeOrganizationConformancePacksInput, opts ...request.Option) (*DescribeOrganizationConformancePacksOutput, error)
func (c *ConfigService) DescribePendingAggregationRequests(input *DescribePendingAggregationRequestsInput) (*DescribePendingAggregationRequestsOutput, error)
func (c *ConfigService) DescribePendingAggregationRequestsPages(input *DescribePendingAggregationRequestsInput, fn func(*DescribePendingAggregationRequestsOutput, bool) bool) error
func (c *ConfigService) DescribePendingAggregationRequestsPagesWithContext(ctx aws.Context, input *DescribePendingAggregationRequestsInput, fn func(*DescribePendingAggregationRequestsOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribePendingAggregationRequestsRequest(input *DescribePendingAggregationRequestsInput) (req *request.Request, output *DescribePendingAggregationRequestsOutput)
func (c *ConfigService) DescribePendingAggregationRequestsWithContext(ctx aws.Context, input *DescribePendingAggregationRequestsInput, opts ...request.Option) (*DescribePendingAggregationRequestsOutput, error)
func (c *ConfigService) DescribeRemediationConfigurations(input *DescribeRemediationConfigurationsInput) (*DescribeRemediationConfigurationsOutput, error)
func (c *ConfigService) DescribeRemediationConfigurationsRequest(input *DescribeRemediationConfigurationsInput) (req *request.Request, output *DescribeRemediationConfigurationsOutput)
func (c *ConfigService) DescribeRemediationConfigurationsWithContext(ctx aws.Context, input *DescribeRemediationConfigurationsInput, opts ...request.Option) (*DescribeRemediationConfigurationsOutput, error)
func (c *ConfigService) DescribeRemediationExceptions(input *DescribeRemediationExceptionsInput) (*DescribeRemediationExceptionsOutput, error)
func (c *ConfigService) DescribeRemediationExceptionsPages(input *DescribeRemediationExceptionsInput, fn func(*DescribeRemediationExceptionsOutput, bool) bool) error
func (c *ConfigService) DescribeRemediationExceptionsPagesWithContext(ctx aws.Context, input *DescribeRemediationExceptionsInput, fn func(*DescribeRemediationExceptionsOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribeRemediationExceptionsRequest(input *DescribeRemediationExceptionsInput) (req *request.Request, output *DescribeRemediationExceptionsOutput)
func (c *ConfigService) DescribeRemediationExceptionsWithContext(ctx aws.Context, input *DescribeRemediationExceptionsInput, opts ...request.Option) (*DescribeRemediationExceptionsOutput, error)
func (c *ConfigService) DescribeRemediationExecutionStatus(input *DescribeRemediationExecutionStatusInput) (*DescribeRemediationExecutionStatusOutput, error)
func (c *ConfigService) DescribeRemediationExecutionStatusPages(input *DescribeRemediationExecutionStatusInput, fn func(*DescribeRemediationExecutionStatusOutput, bool) bool) error
func (c *ConfigService) DescribeRemediationExecutionStatusPagesWithContext(ctx aws.Context, input *DescribeRemediationExecutionStatusInput, fn func(*DescribeRemediationExecutionStatusOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribeRemediationExecutionStatusRequest(input *DescribeRemediationExecutionStatusInput) (req *request.Request, output *DescribeRemediationExecutionStatusOutput)
func (c *ConfigService) DescribeRemediationExecutionStatusWithContext(ctx aws.Context, input *DescribeRemediationExecutionStatusInput, opts ...request.Option) (*DescribeRemediationExecutionStatusOutput, error)
func (c *ConfigService) DescribeRetentionConfigurations(input *DescribeRetentionConfigurationsInput) (*DescribeRetentionConfigurationsOutput, error)
func (c *ConfigService) DescribeRetentionConfigurationsPages(input *DescribeRetentionConfigurationsInput, fn func(*DescribeRetentionConfigurationsOutput, bool) bool) error
func (c *ConfigService) DescribeRetentionConfigurationsPagesWithContext(ctx aws.Context, input *DescribeRetentionConfigurationsInput, fn func(*DescribeRetentionConfigurationsOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) DescribeRetentionConfigurationsRequest(input *DescribeRetentionConfigurationsInput) (req *request.Request, output *DescribeRetentionConfigurationsOutput)
func (c *ConfigService) DescribeRetentionConfigurationsWithContext(ctx aws.Context, input *DescribeRetentionConfigurationsInput, opts ...request.Option) (*DescribeRetentionConfigurationsOutput, error)
func (c *ConfigService) GetAggregateComplianceDetailsByConfigRule(input *GetAggregateComplianceDetailsByConfigRuleInput) (*GetAggregateComplianceDetailsByConfigRuleOutput, error)
func (c *ConfigService) GetAggregateComplianceDetailsByConfigRulePages(input *GetAggregateComplianceDetailsByConfigRuleInput, fn func(*GetAggregateComplianceDetailsByConfigRuleOutput, bool) bool) error
func (c *ConfigService) GetAggregateComplianceDetailsByConfigRulePagesWithContext(ctx aws.Context, input *GetAggregateComplianceDetailsByConfigRuleInput, fn func(*GetAggregateComplianceDetailsByConfigRuleOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) GetAggregateComplianceDetailsByConfigRuleRequest(input *GetAggregateComplianceDetailsByConfigRuleInput) (req *request.Request, output *GetAggregateComplianceDetailsByConfigRuleOutput)
func (c *ConfigService) GetAggregateComplianceDetailsByConfigRuleWithContext(ctx aws.Context, input *GetAggregateComplianceDetailsByConfigRuleInput, opts ...request.Option) (*GetAggregateComplianceDetailsByConfigRuleOutput, error)
func (c *ConfigService) GetAggregateConfigRuleComplianceSummary(input *GetAggregateConfigRuleComplianceSummaryInput) (*GetAggregateConfigRuleComplianceSummaryOutput, error)
func (c *ConfigService) GetAggregateConfigRuleComplianceSummaryPages(input *GetAggregateConfigRuleComplianceSummaryInput, fn func(*GetAggregateConfigRuleComplianceSummaryOutput, bool) bool) error
func (c *ConfigService) GetAggregateConfigRuleComplianceSummaryPagesWithContext(ctx aws.Context, input *GetAggregateConfigRuleComplianceSummaryInput, fn func(*GetAggregateConfigRuleComplianceSummaryOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) GetAggregateConfigRuleComplianceSummaryRequest(input *GetAggregateConfigRuleComplianceSummaryInput) (req *request.Request, output *GetAggregateConfigRuleComplianceSummaryOutput)
func (c *ConfigService) GetAggregateConfigRuleComplianceSummaryWithContext(ctx aws.Context, input *GetAggregateConfigRuleComplianceSummaryInput, opts ...request.Option) (*GetAggregateConfigRuleComplianceSummaryOutput, error)
func (c *ConfigService) GetAggregateConformancePackComplianceSummary(input *GetAggregateConformancePackComplianceSummaryInput) (*GetAggregateConformancePackComplianceSummaryOutput, error)
func (c *ConfigService) GetAggregateConformancePackComplianceSummaryPages(input *GetAggregateConformancePackComplianceSummaryInput, fn func(*GetAggregateConformancePackComplianceSummaryOutput, bool) bool) error
func (c *ConfigService) GetAggregateConformancePackComplianceSummaryPagesWithContext(ctx aws.Context, input *GetAggregateConformancePackComplianceSummaryInput, fn func(*GetAggregateConformancePackComplianceSummaryOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) GetAggregateConformancePackComplianceSummaryRequest(input *GetAggregateConformancePackComplianceSummaryInput) (req *request.Request, output *GetAggregateConformancePackComplianceSummaryOutput)
func (c *ConfigService) GetAggregateConformancePackComplianceSummaryWithContext(ctx aws.Context, input *GetAggregateConformancePackComplianceSummaryInput, opts ...request.Option) (*GetAggregateConformancePackComplianceSummaryOutput, error)
func (c *ConfigService) GetAggregateDiscoveredResourceCounts(input *GetAggregateDiscoveredResourceCountsInput) (*GetAggregateDiscoveredResourceCountsOutput, error)
func (c *ConfigService) GetAggregateDiscoveredResourceCountsPages(input *GetAggregateDiscoveredResourceCountsInput, fn func(*GetAggregateDiscoveredResourceCountsOutput, bool) bool) error
func (c *ConfigService) GetAggregateDiscoveredResourceCountsPagesWithContext(ctx aws.Context, input *GetAggregateDiscoveredResourceCountsInput, fn func(*GetAggregateDiscoveredResourceCountsOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) GetAggregateDiscoveredResourceCountsRequest(input *GetAggregateDiscoveredResourceCountsInput) (req *request.Request, output *GetAggregateDiscoveredResourceCountsOutput)
func (c *ConfigService) GetAggregateDiscoveredResourceCountsWithContext(ctx aws.Context, input *GetAggregateDiscoveredResourceCountsInput, opts ...request.Option) (*GetAggregateDiscoveredResourceCountsOutput, error)
func (c *ConfigService) GetAggregateResourceConfig(input *GetAggregateResourceConfigInput) (*GetAggregateResourceConfigOutput, error)
func (c *ConfigService) GetAggregateResourceConfigRequest(input *GetAggregateResourceConfigInput) (req *request.Request, output *GetAggregateResourceConfigOutput)
func (c *ConfigService) GetAggregateResourceConfigWithContext(ctx aws.Context, input *GetAggregateResourceConfigInput, opts ...request.Option) (*GetAggregateResourceConfigOutput, error)
func (c *ConfigService) GetComplianceDetailsByConfigRule(input *GetComplianceDetailsByConfigRuleInput) (*GetComplianceDetailsByConfigRuleOutput, error)
func (c *ConfigService) GetComplianceDetailsByConfigRulePages(input *GetComplianceDetailsByConfigRuleInput, fn func(*GetComplianceDetailsByConfigRuleOutput, bool) bool) error
func (c *ConfigService) GetComplianceDetailsByConfigRulePagesWithContext(ctx aws.Context, input *GetComplianceDetailsByConfigRuleInput, fn func(*GetComplianceDetailsByConfigRuleOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) GetComplianceDetailsByConfigRuleRequest(input *GetComplianceDetailsByConfigRuleInput) (req *request.Request, output *GetComplianceDetailsByConfigRuleOutput)
func (c *ConfigService) GetComplianceDetailsByConfigRuleWithContext(ctx aws.Context, input *GetComplianceDetailsByConfigRuleInput, opts ...request.Option) (*GetComplianceDetailsByConfigRuleOutput, error)
func (c *ConfigService) GetComplianceDetailsByResource(input *GetComplianceDetailsByResourceInput) (*GetComplianceDetailsByResourceOutput, error)
func (c *ConfigService) GetComplianceDetailsByResourcePages(input *GetComplianceDetailsByResourceInput, fn func(*GetComplianceDetailsByResourceOutput, bool) bool) error
func (c *ConfigService) GetComplianceDetailsByResourcePagesWithContext(ctx aws.Context, input *GetComplianceDetailsByResourceInput, fn func(*GetComplianceDetailsByResourceOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) GetComplianceDetailsByResourceRequest(input *GetComplianceDetailsByResourceInput) (req *request.Request, output *GetComplianceDetailsByResourceOutput)
func (c *ConfigService) GetComplianceDetailsByResourceWithContext(ctx aws.Context, input *GetComplianceDetailsByResourceInput, opts ...request.Option) (*GetComplianceDetailsByResourceOutput, error)
func (c *ConfigService) GetComplianceSummaryByConfigRule(input *GetComplianceSummaryByConfigRuleInput) (*GetComplianceSummaryByConfigRuleOutput, error)
func (c *ConfigService) GetComplianceSummaryByConfigRuleRequest(input *GetComplianceSummaryByConfigRuleInput) (req *request.Request, output *GetComplianceSummaryByConfigRuleOutput)
func (c *ConfigService) GetComplianceSummaryByConfigRuleWithContext(ctx aws.Context, input *GetComplianceSummaryByConfigRuleInput, opts ...request.Option) (*GetComplianceSummaryByConfigRuleOutput, error)
func (c *ConfigService) GetComplianceSummaryByResourceType(input *GetComplianceSummaryByResourceTypeInput) (*GetComplianceSummaryByResourceTypeOutput, error)
func (c *ConfigService) GetComplianceSummaryByResourceTypeRequest(input *GetComplianceSummaryByResourceTypeInput) (req *request.Request, output *GetComplianceSummaryByResourceTypeOutput)
func (c *ConfigService) GetComplianceSummaryByResourceTypeWithContext(ctx aws.Context, input *GetComplianceSummaryByResourceTypeInput, opts ...request.Option) (*GetComplianceSummaryByResourceTypeOutput, error)
func (c *ConfigService) GetConformancePackComplianceDetails(input *GetConformancePackComplianceDetailsInput) (*GetConformancePackComplianceDetailsOutput, error)
func (c *ConfigService) GetConformancePackComplianceDetailsPages(input *GetConformancePackComplianceDetailsInput, fn func(*GetConformancePackComplianceDetailsOutput, bool) bool) error
func (c *ConfigService) GetConformancePackComplianceDetailsPagesWithContext(ctx aws.Context, input *GetConformancePackComplianceDetailsInput, fn func(*GetConformancePackComplianceDetailsOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) GetConformancePackComplianceDetailsRequest(input *GetConformancePackComplianceDetailsInput) (req *request.Request, output *GetConformancePackComplianceDetailsOutput)
func (c *ConfigService) GetConformancePackComplianceDetailsWithContext(ctx aws.Context, input *GetConformancePackComplianceDetailsInput, opts ...request.Option) (*GetConformancePackComplianceDetailsOutput, error)
func (c *ConfigService) GetConformancePackComplianceSummary(input *GetConformancePackComplianceSummaryInput) (*GetConformancePackComplianceSummaryOutput, error)
func (c *ConfigService) GetConformancePackComplianceSummaryPages(input *GetConformancePackComplianceSummaryInput, fn func(*GetConformancePackComplianceSummaryOutput, bool) bool) error
func (c *ConfigService) GetConformancePackComplianceSummaryPagesWithContext(ctx aws.Context, input *GetConformancePackComplianceSummaryInput, fn func(*GetConformancePackComplianceSummaryOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) GetConformancePackComplianceSummaryRequest(input *GetConformancePackComplianceSummaryInput) (req *request.Request, output *GetConformancePackComplianceSummaryOutput)
func (c *ConfigService) GetConformancePackComplianceSummaryWithContext(ctx aws.Context, input *GetConformancePackComplianceSummaryInput, opts ...request.Option) (*GetConformancePackComplianceSummaryOutput, error)
func (c *ConfigService) GetCustomRulePolicy(input *GetCustomRulePolicyInput) (*GetCustomRulePolicyOutput, error)
func (c *ConfigService) GetCustomRulePolicyRequest(input *GetCustomRulePolicyInput) (req *request.Request, output *GetCustomRulePolicyOutput)
func (c *ConfigService) GetCustomRulePolicyWithContext(ctx aws.Context, input *GetCustomRulePolicyInput, opts ...request.Option) (*GetCustomRulePolicyOutput, error)
func (c *ConfigService) GetDiscoveredResourceCounts(input *GetDiscoveredResourceCountsInput) (*GetDiscoveredResourceCountsOutput, error)
func (c *ConfigService) GetDiscoveredResourceCountsPages(input *GetDiscoveredResourceCountsInput, fn func(*GetDiscoveredResourceCountsOutput, bool) bool) error
func (c *ConfigService) GetDiscoveredResourceCountsPagesWithContext(ctx aws.Context, input *GetDiscoveredResourceCountsInput, fn func(*GetDiscoveredResourceCountsOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) GetDiscoveredResourceCountsRequest(input *GetDiscoveredResourceCountsInput) (req *request.Request, output *GetDiscoveredResourceCountsOutput)
func (c *ConfigService) GetDiscoveredResourceCountsWithContext(ctx aws.Context, input *GetDiscoveredResourceCountsInput, opts ...request.Option) (*GetDiscoveredResourceCountsOutput, error)
func (c *ConfigService) GetOrganizationConfigRuleDetailedStatus(input *GetOrganizationConfigRuleDetailedStatusInput) (*GetOrganizationConfigRuleDetailedStatusOutput, error)
func (c *ConfigService) GetOrganizationConfigRuleDetailedStatusPages(input *GetOrganizationConfigRuleDetailedStatusInput, fn func(*GetOrganizationConfigRuleDetailedStatusOutput, bool) bool) error
func (c *ConfigService) GetOrganizationConfigRuleDetailedStatusPagesWithContext(ctx aws.Context, input *GetOrganizationConfigRuleDetailedStatusInput, fn func(*GetOrganizationConfigRuleDetailedStatusOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) GetOrganizationConfigRuleDetailedStatusRequest(input *GetOrganizationConfigRuleDetailedStatusInput) (req *request.Request, output *GetOrganizationConfigRuleDetailedStatusOutput)
func (c *ConfigService) GetOrganizationConfigRuleDetailedStatusWithContext(ctx aws.Context, input *GetOrganizationConfigRuleDetailedStatusInput, opts ...request.Option) (*GetOrganizationConfigRuleDetailedStatusOutput, error)
func (c *ConfigService) GetOrganizationConformancePackDetailedStatus(input *GetOrganizationConformancePackDetailedStatusInput) (*GetOrganizationConformancePackDetailedStatusOutput, error)
func (c *ConfigService) GetOrganizationConformancePackDetailedStatusPages(input *GetOrganizationConformancePackDetailedStatusInput, fn func(*GetOrganizationConformancePackDetailedStatusOutput, bool) bool) error
func (c *ConfigService) GetOrganizationConformancePackDetailedStatusPagesWithContext(ctx aws.Context, input *GetOrganizationConformancePackDetailedStatusInput, fn func(*GetOrganizationConformancePackDetailedStatusOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) GetOrganizationConformancePackDetailedStatusRequest(input *GetOrganizationConformancePackDetailedStatusInput) (req *request.Request, output *GetOrganizationConformancePackDetailedStatusOutput)
func (c *ConfigService) GetOrganizationConformancePackDetailedStatusWithContext(ctx aws.Context, input *GetOrganizationConformancePackDetailedStatusInput, opts ...request.Option) (*GetOrganizationConformancePackDetailedStatusOutput, error)
func (c *ConfigService) GetOrganizationCustomRulePolicy(input *GetOrganizationCustomRulePolicyInput) (*GetOrganizationCustomRulePolicyOutput, error)
func (c *ConfigService) GetOrganizationCustomRulePolicyRequest(input *GetOrganizationCustomRulePolicyInput) (req *request.Request, output *GetOrganizationCustomRulePolicyOutput)
func (c *ConfigService) GetOrganizationCustomRulePolicyWithContext(ctx aws.Context, input *GetOrganizationCustomRulePolicyInput, opts ...request.Option) (*GetOrganizationCustomRulePolicyOutput, error)
func (c *ConfigService) GetResourceConfigHistory(input *GetResourceConfigHistoryInput) (*GetResourceConfigHistoryOutput, error)
func (c *ConfigService) GetResourceConfigHistoryPages(input *GetResourceConfigHistoryInput, fn func(*GetResourceConfigHistoryOutput, bool) bool) error
func (c *ConfigService) GetResourceConfigHistoryPagesWithContext(ctx aws.Context, input *GetResourceConfigHistoryInput, fn func(*GetResourceConfigHistoryOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) GetResourceConfigHistoryRequest(input *GetResourceConfigHistoryInput) (req *request.Request, output *GetResourceConfigHistoryOutput)
func (c *ConfigService) GetResourceConfigHistoryWithContext(ctx aws.Context, input *GetResourceConfigHistoryInput, opts ...request.Option) (*GetResourceConfigHistoryOutput, error)
func (c *ConfigService) GetResourceEvaluationSummary(input *GetResourceEvaluationSummaryInput) (*GetResourceEvaluationSummaryOutput, error)
func (c *ConfigService) GetResourceEvaluationSummaryRequest(input *GetResourceEvaluationSummaryInput) (req *request.Request, output *GetResourceEvaluationSummaryOutput)
func (c *ConfigService) GetResourceEvaluationSummaryWithContext(ctx aws.Context, input *GetResourceEvaluationSummaryInput, opts ...request.Option) (*GetResourceEvaluationSummaryOutput, error)
func (c *ConfigService) GetStoredQuery(input *GetStoredQueryInput) (*GetStoredQueryOutput, error)
func (c *ConfigService) GetStoredQueryRequest(input *GetStoredQueryInput) (req *request.Request, output *GetStoredQueryOutput)
func (c *ConfigService) GetStoredQueryWithContext(ctx aws.Context, input *GetStoredQueryInput, opts ...request.Option) (*GetStoredQueryOutput, error)
func (c *ConfigService) ListAggregateDiscoveredResources(input *ListAggregateDiscoveredResourcesInput) (*ListAggregateDiscoveredResourcesOutput, error)
func (c *ConfigService) ListAggregateDiscoveredResourcesPages(input *ListAggregateDiscoveredResourcesInput, fn func(*ListAggregateDiscoveredResourcesOutput, bool) bool) error
func (c *ConfigService) ListAggregateDiscoveredResourcesPagesWithContext(ctx aws.Context, input *ListAggregateDiscoveredResourcesInput, fn func(*ListAggregateDiscoveredResourcesOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) ListAggregateDiscoveredResourcesRequest(input *ListAggregateDiscoveredResourcesInput) (req *request.Request, output *ListAggregateDiscoveredResourcesOutput)
func (c *ConfigService) ListAggregateDiscoveredResourcesWithContext(ctx aws.Context, input *ListAggregateDiscoveredResourcesInput, opts ...request.Option) (*ListAggregateDiscoveredResourcesOutput, error)
func (c *ConfigService) ListConformancePackComplianceScores(input *ListConformancePackComplianceScoresInput) (*ListConformancePackComplianceScoresOutput, error)
func (c *ConfigService) ListConformancePackComplianceScoresPages(input *ListConformancePackComplianceScoresInput, fn func(*ListConformancePackComplianceScoresOutput, bool) bool) error
func (c *ConfigService) ListConformancePackComplianceScoresPagesWithContext(ctx aws.Context, input *ListConformancePackComplianceScoresInput, fn func(*ListConformancePackComplianceScoresOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) ListConformancePackComplianceScoresRequest(input *ListConformancePackComplianceScoresInput) (req *request.Request, output *ListConformancePackComplianceScoresOutput)
func (c *ConfigService) ListConformancePackComplianceScoresWithContext(ctx aws.Context, input *ListConformancePackComplianceScoresInput, opts ...request.Option) (*ListConformancePackComplianceScoresOutput, error)
func (c *ConfigService) ListDiscoveredResources(input *ListDiscoveredResourcesInput) (*ListDiscoveredResourcesOutput, error)
func (c *ConfigService) ListDiscoveredResourcesPages(input *ListDiscoveredResourcesInput, fn func(*ListDiscoveredResourcesOutput, bool) bool) error
func (c *ConfigService) ListDiscoveredResourcesPagesWithContext(ctx aws.Context, input *ListDiscoveredResourcesInput, fn func(*ListDiscoveredResourcesOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) ListDiscoveredResourcesRequest(input *ListDiscoveredResourcesInput) (req *request.Request, output *ListDiscoveredResourcesOutput)
func (c *ConfigService) ListDiscoveredResourcesWithContext(ctx aws.Context, input *ListDiscoveredResourcesInput, opts ...request.Option) (*ListDiscoveredResourcesOutput, error)
func (c *ConfigService) ListResourceEvaluations(input *ListResourceEvaluationsInput) (*ListResourceEvaluationsOutput, error)
func (c *ConfigService) ListResourceEvaluationsPages(input *ListResourceEvaluationsInput, fn func(*ListResourceEvaluationsOutput, bool) bool) error
func (c *ConfigService) ListResourceEvaluationsPagesWithContext(ctx aws.Context, input *ListResourceEvaluationsInput, fn func(*ListResourceEvaluationsOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) ListResourceEvaluationsRequest(input *ListResourceEvaluationsInput) (req *request.Request, output *ListResourceEvaluationsOutput)
func (c *ConfigService) ListResourceEvaluationsWithContext(ctx aws.Context, input *ListResourceEvaluationsInput, opts ...request.Option) (*ListResourceEvaluationsOutput, error)
func (c *ConfigService) ListStoredQueries(input *ListStoredQueriesInput) (*ListStoredQueriesOutput, error)
func (c *ConfigService) ListStoredQueriesPages(input *ListStoredQueriesInput, fn func(*ListStoredQueriesOutput, bool) bool) error
func (c *ConfigService) ListStoredQueriesPagesWithContext(ctx aws.Context, input *ListStoredQueriesInput, fn func(*ListStoredQueriesOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) ListStoredQueriesRequest(input *ListStoredQueriesInput) (req *request.Request, output *ListStoredQueriesOutput)
func (c *ConfigService) ListStoredQueriesWithContext(ctx aws.Context, input *ListStoredQueriesInput, opts ...request.Option) (*ListStoredQueriesOutput, error)
func (c *ConfigService) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *ConfigService) ListTagsForResourcePages(input *ListTagsForResourceInput, fn func(*ListTagsForResourceOutput, bool) bool) error
func (c *ConfigService) ListTagsForResourcePagesWithContext(ctx aws.Context, input *ListTagsForResourceInput, fn func(*ListTagsForResourceOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *ConfigService) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *ConfigService) PutAggregationAuthorization(input *PutAggregationAuthorizationInput) (*PutAggregationAuthorizationOutput, error)
func (c *ConfigService) PutAggregationAuthorizationRequest(input *PutAggregationAuthorizationInput) (req *request.Request, output *PutAggregationAuthorizationOutput)
func (c *ConfigService) PutAggregationAuthorizationWithContext(ctx aws.Context, input *PutAggregationAuthorizationInput, opts ...request.Option) (*PutAggregationAuthorizationOutput, error)
func (c *ConfigService) PutConfigRule(input *PutConfigRuleInput) (*PutConfigRuleOutput, error)
func (c *ConfigService) PutConfigRuleRequest(input *PutConfigRuleInput) (req *request.Request, output *PutConfigRuleOutput)
func (c *ConfigService) PutConfigRuleWithContext(ctx aws.Context, input *PutConfigRuleInput, opts ...request.Option) (*PutConfigRuleOutput, error)
func (c *ConfigService) PutConfigurationAggregator(input *PutConfigurationAggregatorInput) (*PutConfigurationAggregatorOutput, error)
func (c *ConfigService) PutConfigurationAggregatorRequest(input *PutConfigurationAggregatorInput) (req *request.Request, output *PutConfigurationAggregatorOutput)
func (c *ConfigService) PutConfigurationAggregatorWithContext(ctx aws.Context, input *PutConfigurationAggregatorInput, opts ...request.Option) (*PutConfigurationAggregatorOutput, error)
func (c *ConfigService) PutConfigurationRecorder(input *PutConfigurationRecorderInput) (*PutConfigurationRecorderOutput, error)
func (c *ConfigService) PutConfigurationRecorderRequest(input *PutConfigurationRecorderInput) (req *request.Request, output *PutConfigurationRecorderOutput)
func (c *ConfigService) PutConfigurationRecorderWithContext(ctx aws.Context, input *PutConfigurationRecorderInput, opts ...request.Option) (*PutConfigurationRecorderOutput, error)
func (c *ConfigService) PutConformancePack(input *PutConformancePackInput) (*PutConformancePackOutput, error)
func (c *ConfigService) PutConformancePackRequest(input *PutConformancePackInput) (req *request.Request, output *PutConformancePackOutput)
func (c *ConfigService) PutConformancePackWithContext(ctx aws.Context, input *PutConformancePackInput, opts ...request.Option) (*PutConformancePackOutput, error)
func (c *ConfigService) PutDeliveryChannel(input *PutDeliveryChannelInput) (*PutDeliveryChannelOutput, error)
func (c *ConfigService) PutDeliveryChannelRequest(input *PutDeliveryChannelInput) (req *request.Request, output *PutDeliveryChannelOutput)
func (c *ConfigService) PutDeliveryChannelWithContext(ctx aws.Context, input *PutDeliveryChannelInput, opts ...request.Option) (*PutDeliveryChannelOutput, error)
func (c *ConfigService) PutEvaluations(input *PutEvaluationsInput) (*PutEvaluationsOutput, error)
func (c *ConfigService) PutEvaluationsRequest(input *PutEvaluationsInput) (req *request.Request, output *PutEvaluationsOutput)
func (c *ConfigService) PutEvaluationsWithContext(ctx aws.Context, input *PutEvaluationsInput, opts ...request.Option) (*PutEvaluationsOutput, error)
func (c *ConfigService) PutExternalEvaluation(input *PutExternalEvaluationInput) (*PutExternalEvaluationOutput, error)
func (c *ConfigService) PutExternalEvaluationRequest(input *PutExternalEvaluationInput) (req *request.Request, output *PutExternalEvaluationOutput)
func (c *ConfigService) PutExternalEvaluationWithContext(ctx aws.Context, input *PutExternalEvaluationInput, opts ...request.Option) (*PutExternalEvaluationOutput, error)
func (c *ConfigService) PutOrganizationConfigRule(input *PutOrganizationConfigRuleInput) (*PutOrganizationConfigRuleOutput, error)
func (c *ConfigService) PutOrganizationConfigRuleRequest(input *PutOrganizationConfigRuleInput) (req *request.Request, output *PutOrganizationConfigRuleOutput)
func (c *ConfigService) PutOrganizationConfigRuleWithContext(ctx aws.Context, input *PutOrganizationConfigRuleInput, opts ...request.Option) (*PutOrganizationConfigRuleOutput, error)
func (c *ConfigService) PutOrganizationConformancePack(input *PutOrganizationConformancePackInput) (*PutOrganizationConformancePackOutput, error)
func (c *ConfigService) PutOrganizationConformancePackRequest(input *PutOrganizationConformancePackInput) (req *request.Request, output *PutOrganizationConformancePackOutput)
func (c *ConfigService) PutOrganizationConformancePackWithContext(ctx aws.Context, input *PutOrganizationConformancePackInput, opts ...request.Option) (*PutOrganizationConformancePackOutput, error)
func (c *ConfigService) PutRemediationConfigurations(input *PutRemediationConfigurationsInput) (*PutRemediationConfigurationsOutput, error)
func (c *ConfigService) PutRemediationConfigurationsRequest(input *PutRemediationConfigurationsInput) (req *request.Request, output *PutRemediationConfigurationsOutput)
func (c *ConfigService) PutRemediationConfigurationsWithContext(ctx aws.Context, input *PutRemediationConfigurationsInput, opts ...request.Option) (*PutRemediationConfigurationsOutput, error)
func (c *ConfigService) PutRemediationExceptions(input *PutRemediationExceptionsInput) (*PutRemediationExceptionsOutput, error)
func (c *ConfigService) PutRemediationExceptionsRequest(input *PutRemediationExceptionsInput) (req *request.Request, output *PutRemediationExceptionsOutput)
func (c *ConfigService) PutRemediationExceptionsWithContext(ctx aws.Context, input *PutRemediationExceptionsInput, opts ...request.Option) (*PutRemediationExceptionsOutput, error)
func (c *ConfigService) PutResourceConfig(input *PutResourceConfigInput) (*PutResourceConfigOutput, error)
func (c *ConfigService) PutResourceConfigRequest(input *PutResourceConfigInput) (req *request.Request, output *PutResourceConfigOutput)
func (c *ConfigService) PutResourceConfigWithContext(ctx aws.Context, input *PutResourceConfigInput, opts ...request.Option) (*PutResourceConfigOutput, error)
func (c *ConfigService) PutRetentionConfiguration(input *PutRetentionConfigurationInput) (*PutRetentionConfigurationOutput, error)
func (c *ConfigService) PutRetentionConfigurationRequest(input *PutRetentionConfigurationInput) (req *request.Request, output *PutRetentionConfigurationOutput)
func (c *ConfigService) PutRetentionConfigurationWithContext(ctx aws.Context, input *PutRetentionConfigurationInput, opts ...request.Option) (*PutRetentionConfigurationOutput, error)
func (c *ConfigService) PutStoredQuery(input *PutStoredQueryInput) (*PutStoredQueryOutput, error)
func (c *ConfigService) PutStoredQueryRequest(input *PutStoredQueryInput) (req *request.Request, output *PutStoredQueryOutput)
func (c *ConfigService) PutStoredQueryWithContext(ctx aws.Context, input *PutStoredQueryInput, opts ...request.Option) (*PutStoredQueryOutput, error)
func (c *ConfigService) SelectAggregateResourceConfig(input *SelectAggregateResourceConfigInput) (*SelectAggregateResourceConfigOutput, error)
func (c *ConfigService) SelectAggregateResourceConfigPages(input *SelectAggregateResourceConfigInput, fn func(*SelectAggregateResourceConfigOutput, bool) bool) error
func (c *ConfigService) SelectAggregateResourceConfigPagesWithContext(ctx aws.Context, input *SelectAggregateResourceConfigInput, fn func(*SelectAggregateResourceConfigOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) SelectAggregateResourceConfigRequest(input *SelectAggregateResourceConfigInput) (req *request.Request, output *SelectAggregateResourceConfigOutput)
func (c *ConfigService) SelectAggregateResourceConfigWithContext(ctx aws.Context, input *SelectAggregateResourceConfigInput, opts ...request.Option) (*SelectAggregateResourceConfigOutput, error)
func (c *ConfigService) SelectResourceConfig(input *SelectResourceConfigInput) (*SelectResourceConfigOutput, error)
func (c *ConfigService) SelectResourceConfigPages(input *SelectResourceConfigInput, fn func(*SelectResourceConfigOutput, bool) bool) error
func (c *ConfigService) SelectResourceConfigPagesWithContext(ctx aws.Context, input *SelectResourceConfigInput, fn func(*SelectResourceConfigOutput, bool) bool, opts ...request.Option) error
func (c *ConfigService) SelectResourceConfigRequest(input *SelectResourceConfigInput) (req *request.Request, output *SelectResourceConfigOutput)
func (c *ConfigService) SelectResourceConfigWithContext(ctx aws.Context, input *SelectResourceConfigInput, opts ...request.Option) (*SelectResourceConfigOutput, error)
func (c *ConfigService) StartConfigRulesEvaluation(input *StartConfigRulesEvaluationInput) (*StartConfigRulesEvaluationOutput, error)
func (c *ConfigService) StartConfigRulesEvaluationRequest(input *StartConfigRulesEvaluationInput) (req *request.Request, output *StartConfigRulesEvaluationOutput)
func (c *ConfigService) StartConfigRulesEvaluationWithContext(ctx aws.Context, input *StartConfigRulesEvaluationInput, opts ...request.Option) (*StartConfigRulesEvaluationOutput, error)
func (c *ConfigService) StartConfigurationRecorder(input *StartConfigurationRecorderInput) (*StartConfigurationRecorderOutput, error)
func (c *ConfigService) StartConfigurationRecorderRequest(input *StartConfigurationRecorderInput) (req *request.Request, output *StartConfigurationRecorderOutput)
func (c *ConfigService) StartConfigurationRecorderWithContext(ctx aws.Context, input *StartConfigurationRecorderInput, opts ...request.Option) (*StartConfigurationRecorderOutput, error)
func (c *ConfigService) StartRemediationExecution(input *StartRemediationExecutionInput) (*StartRemediationExecutionOutput, error)
func (c *ConfigService) StartRemediationExecutionRequest(input *StartRemediationExecutionInput) (req *request.Request, output *StartRemediationExecutionOutput)
func (c *ConfigService) StartRemediationExecutionWithContext(ctx aws.Context, input *StartRemediationExecutionInput, opts ...request.Option) (*StartRemediationExecutionOutput, error)
func (c *ConfigService) StartResourceEvaluation(input *StartResourceEvaluationInput) (*StartResourceEvaluationOutput, error)
func (c *ConfigService) StartResourceEvaluationRequest(input *StartResourceEvaluationInput) (req *request.Request, output *StartResourceEvaluationOutput)
func (c *ConfigService) StartResourceEvaluationWithContext(ctx aws.Context, input *StartResourceEvaluationInput, opts ...request.Option) (*StartResourceEvaluationOutput, error)
func (c *ConfigService) StopConfigurationRecorder(input *StopConfigurationRecorderInput) (*StopConfigurationRecorderOutput, error)
func (c *ConfigService) StopConfigurationRecorderRequest(input *StopConfigurationRecorderInput) (req *request.Request, output *StopConfigurationRecorderOutput)
func (c *ConfigService) StopConfigurationRecorderWithContext(ctx aws.Context, input *StopConfigurationRecorderInput, opts ...request.Option) (*StopConfigurationRecorderOutput, error)
func (c *ConfigService) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
func (c *ConfigService) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
func (c *ConfigService) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
func (c *ConfigService) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
func (c *ConfigService) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
func (c *ConfigService) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
func AggregateConformancePackComplianceSummaryGroupKey_Values() []string
func AggregatedSourceStatusType_Values() []string
func AggregatedSourceType_Values() []string
func ChronologicalOrder_Values() []string
func ComplianceType_Values() []string
func ConfigRuleComplianceSummaryGroupKey_Values() []string
func ConfigRuleState_Values() []string
func ConfigurationItemStatus_Values() []string
func ConformancePackComplianceType_Values() []string
func ConformancePackState_Values() []string
func DeliveryStatus_Values() []string
func EvaluationMode_Values() []string
func EventSource_Values() []string
func MaximumExecutionFrequency_Values() []string
func MemberAccountRuleStatus_Values() []string
func MessageType_Values() []string
func OrganizationConfigRuleTriggerTypeNoSN_Values() []string
func OrganizationConfigRuleTriggerType_Values() []string
func OrganizationResourceDetailedStatus_Values() []string
func OrganizationResourceStatus_Values() []string
func OrganizationRuleStatus_Values() []string
func Owner_Values() []string
func RecorderStatus_Values() []string
func RecordingFrequency_Values() []string
func RecordingStrategyType_Values() []string
func RemediationExecutionState_Values() []string
func RemediationExecutionStepState_Values() []string
func RemediationTargetType_Values() []string
func ResourceConfigurationSchemaType_Values() []string
func ResourceCountGroupKey_Values() []string
func ResourceEvaluationStatus_Values() []string
func ResourceType_Values() []string
func ResourceValueType_Values() []string
func SortBy_Values() []string
func SortOrder_Values() []string
type AccountAggregationSource
type AggregateComplianceByConfigRule
type AggregateComplianceByConformancePack
type AggregateComplianceCount
type AggregateConformancePackCompliance
type AggregateConformancePackComplianceCount
type AggregateConformancePackComplianceFilters
type AggregateConformancePackComplianceSummary
type AggregateConformancePackComplianceSummaryFilters
type AggregateEvaluationResult
type AggregateResourceIdentifier
type AggregatedSourceStatus
type AggregationAuthorization
type BaseConfigurationItem
type BatchGetAggregateResourceConfigInput
type BatchGetAggregateResourceConfigOutput
type BatchGetResourceConfigInput
type BatchGetResourceConfigOutput
type Compliance
type ComplianceByConfigRule
type ComplianceByResource
type ComplianceContributorCount
type ComplianceSummary
type ComplianceSummaryByResourceType
type ConfigExportDeliveryInfo
type ConfigRule
type ConfigRuleComplianceFilters
type ConfigRuleComplianceSummaryFilters
type ConfigRuleEvaluationStatus
type ConfigSnapshotDeliveryProperties
type ConfigStreamDeliveryInfo
type ConfigurationAggregator
type ConfigurationItem
type ConfigurationRecorder
type ConfigurationRecorderStatus
type ConformancePackComplianceFilters
type ConformancePackComplianceScore
type ConformancePackComplianceScoresFilters
type ConformancePackComplianceSummary
type ConformancePackDetail
type ConformancePackEvaluationFilters
type ConformancePackEvaluationResult
type ConformancePackInputParameter
type ConformancePackRuleCompliance
type ConformancePackStatusDetail
type ConformancePackTemplateValidationException
type CustomPolicyDetails
type DeleteAggregationAuthorizationInput
type DeleteAggregationAuthorizationOutput
type DeleteConfigRuleInput
type DeleteConfigRuleOutput
type DeleteConfigurationAggregatorInput
type DeleteConfigurationAggregatorOutput
type DeleteConfigurationRecorderInput
type DeleteConfigurationRecorderOutput
type DeleteConformancePackInput
type DeleteConformancePackOutput
type DeleteDeliveryChannelInput
type DeleteDeliveryChannelOutput
type DeleteEvaluationResultsInput
type DeleteEvaluationResultsOutput
type DeleteOrganizationConfigRuleInput
type DeleteOrganizationConfigRuleOutput
type DeleteOrganizationConformancePackInput
type DeleteOrganizationConformancePackOutput
type DeletePendingAggregationRequestInput
type DeletePendingAggregationRequestOutput
type DeleteRemediationConfigurationInput
type DeleteRemediationConfigurationOutput
type DeleteRemediationExceptionsInput
type DeleteRemediationExceptionsOutput
type DeleteResourceConfigInput
type DeleteResourceConfigOutput
type DeleteRetentionConfigurationInput
type DeleteRetentionConfigurationOutput
type DeleteStoredQueryInput
type DeleteStoredQueryOutput
type DeliverConfigSnapshotInput
type DeliverConfigSnapshotOutput
type DeliveryChannel
type DeliveryChannelStatus
type DescribeAggregateComplianceByConfigRulesInput
type DescribeAggregateComplianceByConfigRulesOutput
type DescribeAggregateComplianceByConformancePacksInput
type DescribeAggregateComplianceByConformancePacksOutput
type DescribeAggregationAuthorizationsInput
type DescribeAggregationAuthorizationsOutput
type DescribeComplianceByConfigRuleInput
type DescribeComplianceByConfigRuleOutput
type DescribeComplianceByResourceInput
type DescribeComplianceByResourceOutput
type DescribeConfigRuleEvaluationStatusInput
type DescribeConfigRuleEvaluationStatusOutput
type DescribeConfigRulesFilters
type DescribeConfigRulesInput
type DescribeConfigRulesOutput
type DescribeConfigurationAggregatorSourcesStatusInput
type DescribeConfigurationAggregatorSourcesStatusOutput
type DescribeConfigurationAggregatorsInput
type DescribeConfigurationAggregatorsOutput
type DescribeConfigurationRecorderStatusInput
type DescribeConfigurationRecorderStatusOutput
type DescribeConfigurationRecordersInput
type DescribeConfigurationRecordersOutput
type DescribeConformancePackComplianceInput
type DescribeConformancePackComplianceOutput
type DescribeConformancePackStatusInput
type DescribeConformancePackStatusOutput
type DescribeConformancePacksInput
type DescribeConformancePacksOutput
type DescribeDeliveryChannelStatusInput
type DescribeDeliveryChannelStatusOutput
type DescribeDeliveryChannelsInput
type DescribeDeliveryChannelsOutput
type DescribeOrganizationConfigRuleStatusesInput
type DescribeOrganizationConfigRuleStatusesOutput
type DescribeOrganizationConfigRulesInput
type DescribeOrganizationConfigRulesOutput
type DescribeOrganizationConformancePackStatusesInput
type DescribeOrganizationConformancePackStatusesOutput
type DescribeOrganizationConformancePacksInput
type DescribeOrganizationConformancePacksOutput
type DescribePendingAggregationRequestsInput
type DescribePendingAggregationRequestsOutput
type DescribeRemediationConfigurationsInput
type DescribeRemediationConfigurationsOutput
type DescribeRemediationExceptionsInput
type DescribeRemediationExceptionsOutput
type DescribeRemediationExecutionStatusInput
type DescribeRemediationExecutionStatusOutput
type DescribeRetentionConfigurationsInput
type DescribeRetentionConfigurationsOutput
type Evaluation
type EvaluationContext
type EvaluationModeConfiguration
type EvaluationResult
type EvaluationResultIdentifier
type EvaluationResultQualifier
type EvaluationStatus
type ExclusionByResourceTypes
type ExecutionControls
type ExternalEvaluation
type FailedDeleteRemediationExceptionsBatch
type FailedRemediationBatch
type FailedRemediationExceptionBatch
type FieldInfo
type GetAggregateComplianceDetailsByConfigRuleInput
type GetAggregateComplianceDetailsByConfigRuleOutput
type GetAggregateConfigRuleComplianceSummaryInput
type GetAggregateConfigRuleComplianceSummaryOutput
type GetAggregateConformancePackComplianceSummaryInput
type GetAggregateConformancePackComplianceSummaryOutput
type GetAggregateDiscoveredResourceCountsInput
type GetAggregateDiscoveredResourceCountsOutput
type GetAggregateResourceConfigInput
type GetAggregateResourceConfigOutput
type GetComplianceDetailsByConfigRuleInput
type GetComplianceDetailsByConfigRuleOutput
type GetComplianceDetailsByResourceInput
type GetComplianceDetailsByResourceOutput
type GetComplianceSummaryByConfigRuleInput
type GetComplianceSummaryByConfigRuleOutput
type GetComplianceSummaryByResourceTypeInput
type GetComplianceSummaryByResourceTypeOutput
type GetConformancePackComplianceDetailsInput
type GetConformancePackComplianceDetailsOutput
type GetConformancePackComplianceSummaryInput
type GetConformancePackComplianceSummaryOutput
type GetCustomRulePolicyInput
type GetCustomRulePolicyOutput
type GetDiscoveredResourceCountsInput
type GetDiscoveredResourceCountsOutput
type GetOrganizationConfigRuleDetailedStatusInput
type GetOrganizationConfigRuleDetailedStatusOutput
type GetOrganizationConformancePackDetailedStatusInput
type GetOrganizationConformancePackDetailedStatusOutput
type GetOrganizationCustomRulePolicyInput
type GetOrganizationCustomRulePolicyOutput
type GetResourceConfigHistoryInput
type GetResourceConfigHistoryOutput
type GetResourceEvaluationSummaryInput
type GetResourceEvaluationSummaryOutput
type GetStoredQueryInput
type GetStoredQueryOutput
type GroupedResourceCount
type IdempotentParameterMismatch
type InsufficientDeliveryPolicyException
type InsufficientPermissionsException
type InvalidConfigurationRecorderNameException
type InvalidDeliveryChannelNameException
type InvalidExpressionException
type InvalidLimitException
type InvalidNextTokenException
type InvalidParameterValueException
type InvalidRecordingGroupException
type InvalidResultTokenException
type InvalidRoleException
type InvalidS3KeyPrefixException
type InvalidS3KmsKeyArnException
type InvalidSNSTopicARNException
type InvalidTimeRangeException
type LastDeliveryChannelDeleteFailedException
type LimitExceededException
type ListAggregateDiscoveredResourcesInput
type ListAggregateDiscoveredResourcesOutput
type ListConformancePackComplianceScoresInput
type ListConformancePackComplianceScoresOutput
type ListDiscoveredResourcesInput
type ListDiscoveredResourcesOutput
type ListResourceEvaluationsInput
type ListResourceEvaluationsOutput
type ListStoredQueriesInput
type ListStoredQueriesOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type MaxActiveResourcesExceededException
type MaxNumberOfConfigRulesExceededException
type MaxNumberOfConfigurationRecordersExceededException
type MaxNumberOfConformancePacksExceededException
type MaxNumberOfDeliveryChannelsExceededException
type MaxNumberOfOrganizationConfigRulesExceededException
type MaxNumberOfOrganizationConformancePacksExceededException
type MaxNumberOfRetentionConfigurationsExceededException
type MemberAccountStatus
type NoAvailableConfigurationRecorderException
type NoAvailableDeliveryChannelException
type NoAvailableOrganizationException
type NoRunningConfigurationRecorderException
type NoSuchBucketException
type NoSuchConfigRuleException
type NoSuchConfigRuleInConformancePackException
type NoSuchConfigurationAggregatorException
type NoSuchConfigurationRecorderException
type NoSuchConformancePackException
type NoSuchDeliveryChannelException
type NoSuchOrganizationConfigRuleException
type NoSuchOrganizationConformancePackException
type NoSuchRemediationConfigurationException
type NoSuchRemediationExceptionException
type NoSuchRetentionConfigurationException
type OrganizationAccessDeniedException
type OrganizationAggregationSource
type OrganizationAllFeaturesNotEnabledException
type OrganizationConfigRule
type OrganizationConfigRuleStatus
type OrganizationConformancePack
type OrganizationConformancePackDetailedStatus
type OrganizationConformancePackStatus
type OrganizationConformancePackTemplateValidationException
type OrganizationCustomPolicyRuleMetadata
type OrganizationCustomPolicyRuleMetadataNoPolicy
type OrganizationCustomRuleMetadata
type OrganizationManagedRuleMetadata
type OrganizationResourceDetailedStatusFilters
type OversizedConfigurationItemException
type PendingAggregationRequest
type PutAggregationAuthorizationInput
type PutAggregationAuthorizationOutput
type PutConfigRuleInput
type PutConfigRuleOutput
type PutConfigurationAggregatorInput
type PutConfigurationAggregatorOutput
type PutConfigurationRecorderInput
type PutConfigurationRecorderOutput
type PutConformancePackInput
type PutConformancePackOutput
type PutDeliveryChannelInput
type PutDeliveryChannelOutput
type PutEvaluationsInput
type PutEvaluationsOutput
type PutExternalEvaluationInput
type PutExternalEvaluationOutput
type PutOrganizationConfigRuleInput
type PutOrganizationConfigRuleOutput
type PutOrganizationConformancePackInput
type PutOrganizationConformancePackOutput
type PutRemediationConfigurationsInput
type PutRemediationConfigurationsOutput
type PutRemediationExceptionsInput
type PutRemediationExceptionsOutput
type PutResourceConfigInput
type PutResourceConfigOutput
type PutRetentionConfigurationInput
type PutRetentionConfigurationOutput
type PutStoredQueryInput
type PutStoredQueryOutput
type QueryInfo
type RecordingGroup
type RecordingMode
type RecordingModeOverride
type RecordingStrategy
type Relationship
type RemediationConfiguration
type RemediationException
type RemediationExceptionResourceKey
type RemediationExecutionStatus
type RemediationExecutionStep
type RemediationInProgressException
type RemediationParameterValue
type ResourceConcurrentModificationException
type ResourceCount
type ResourceCountFilters
type ResourceDetails
type ResourceEvaluation
type ResourceEvaluationFilters
type ResourceFilters
type ResourceIdentifier
type ResourceInUseException
type ResourceKey
type ResourceNotDiscoveredException
type ResourceNotFoundException
type ResourceValue
type RetentionConfiguration
type Scope
type SelectAggregateResourceConfigInput
type SelectAggregateResourceConfigOutput
type SelectResourceConfigInput
type SelectResourceConfigOutput
type Source
type SourceDetail
type SsmControls
type StartConfigRulesEvaluationInput
type StartConfigRulesEvaluationOutput
type StartConfigurationRecorderInput
type StartConfigurationRecorderOutput
type StartRemediationExecutionInput
type StartRemediationExecutionOutput
type StartResourceEvaluationInput
type StartResourceEvaluationOutput
type StaticValue
type StatusDetailFilters
type StopConfigurationRecorderInput
type StopConfigurationRecorderOutput
type StoredQuery
type StoredQueryMetadata
type Tag
type TagResourceInput
type TagResourceOutput
type TemplateSSMDocumentDetails
type TimeWindow
type TooManyTagsException
type UntagResourceInput
type UntagResourceOutput
type ValidationException

Constants ▾

const (
    // AggregateConformancePackComplianceSummaryGroupKeyAccountId is a AggregateConformancePackComplianceSummaryGroupKey enum value
    AggregateConformancePackComplianceSummaryGroupKeyAccountId = "ACCOUNT_ID"

    // AggregateConformancePackComplianceSummaryGroupKeyAwsRegion is a AggregateConformancePackComplianceSummaryGroupKey enum value
    AggregateConformancePackComplianceSummaryGroupKeyAwsRegion = "AWS_REGION"
)
const (
    // AggregatedSourceStatusTypeFailed is a AggregatedSourceStatusType enum value
    AggregatedSourceStatusTypeFailed = "FAILED"

    // AggregatedSourceStatusTypeSucceeded is a AggregatedSourceStatusType enum value
    AggregatedSourceStatusTypeSucceeded = "SUCCEEDED"

    // AggregatedSourceStatusTypeOutdated is a AggregatedSourceStatusType enum value
    AggregatedSourceStatusTypeOutdated = "OUTDATED"
)
const (
    // AggregatedSourceTypeAccount is a AggregatedSourceType enum value
    AggregatedSourceTypeAccount = "ACCOUNT"

    // AggregatedSourceTypeOrganization is a AggregatedSourceType enum value
    AggregatedSourceTypeOrganization = "ORGANIZATION"
)
const (
    // ChronologicalOrderReverse is a ChronologicalOrder enum value
    ChronologicalOrderReverse = "Reverse"

    // ChronologicalOrderForward is a ChronologicalOrder enum value
    ChronologicalOrderForward = "Forward"
)
const (
    // ComplianceTypeCompliant is a ComplianceType enum value
    ComplianceTypeCompliant = "COMPLIANT"

    // ComplianceTypeNonCompliant is a ComplianceType enum value
    ComplianceTypeNonCompliant = "NON_COMPLIANT"

    // ComplianceTypeNotApplicable is a ComplianceType enum value
    ComplianceTypeNotApplicable = "NOT_APPLICABLE"

    // ComplianceTypeInsufficientData is a ComplianceType enum value
    ComplianceTypeInsufficientData = "INSUFFICIENT_DATA"
)
const (
    // ConfigRuleComplianceSummaryGroupKeyAccountId is a ConfigRuleComplianceSummaryGroupKey enum value
    ConfigRuleComplianceSummaryGroupKeyAccountId = "ACCOUNT_ID"

    // ConfigRuleComplianceSummaryGroupKeyAwsRegion is a ConfigRuleComplianceSummaryGroupKey enum value
    ConfigRuleComplianceSummaryGroupKeyAwsRegion = "AWS_REGION"
)
const (
    // ConfigRuleStateActive is a ConfigRuleState enum value
    ConfigRuleStateActive = "ACTIVE"

    // ConfigRuleStateDeleting is a ConfigRuleState enum value
    ConfigRuleStateDeleting = "DELETING"

    // ConfigRuleStateDeletingResults is a ConfigRuleState enum value
    ConfigRuleStateDeletingResults = "DELETING_RESULTS"

    // ConfigRuleStateEvaluating is a ConfigRuleState enum value
    ConfigRuleStateEvaluating = "EVALUATING"
)
const (
    // ConfigurationItemStatusOk is a ConfigurationItemStatus enum value
    ConfigurationItemStatusOk = "OK"

    // ConfigurationItemStatusResourceDiscovered is a ConfigurationItemStatus enum value
    ConfigurationItemStatusResourceDiscovered = "ResourceDiscovered"

    // ConfigurationItemStatusResourceNotRecorded is a ConfigurationItemStatus enum value
    ConfigurationItemStatusResourceNotRecorded = "ResourceNotRecorded"

    // ConfigurationItemStatusResourceDeleted is a ConfigurationItemStatus enum value
    ConfigurationItemStatusResourceDeleted = "ResourceDeleted"

    // ConfigurationItemStatusResourceDeletedNotRecorded is a ConfigurationItemStatus enum value
    ConfigurationItemStatusResourceDeletedNotRecorded = "ResourceDeletedNotRecorded"
)
const (
    // ConformancePackComplianceTypeCompliant is a ConformancePackComplianceType enum value
    ConformancePackComplianceTypeCompliant = "COMPLIANT"

    // ConformancePackComplianceTypeNonCompliant is a ConformancePackComplianceType enum value
    ConformancePackComplianceTypeNonCompliant = "NON_COMPLIANT"

    // ConformancePackComplianceTypeInsufficientData is a ConformancePackComplianceType enum value
    ConformancePackComplianceTypeInsufficientData = "INSUFFICIENT_DATA"
)
const (
    // ConformancePackStateCreateInProgress is a ConformancePackState enum value
    ConformancePackStateCreateInProgress = "CREATE_IN_PROGRESS"

    // ConformancePackStateCreateComplete is a ConformancePackState enum value
    ConformancePackStateCreateComplete = "CREATE_COMPLETE"

    // ConformancePackStateCreateFailed is a ConformancePackState enum value
    ConformancePackStateCreateFailed = "CREATE_FAILED"

    // ConformancePackStateDeleteInProgress is a ConformancePackState enum value
    ConformancePackStateDeleteInProgress = "DELETE_IN_PROGRESS"

    // ConformancePackStateDeleteFailed is a ConformancePackState enum value
    ConformancePackStateDeleteFailed = "DELETE_FAILED"
)
const (
    // DeliveryStatusSuccess is a DeliveryStatus enum value
    DeliveryStatusSuccess = "Success"

    // DeliveryStatusFailure is a DeliveryStatus enum value
    DeliveryStatusFailure = "Failure"

    // DeliveryStatusNotApplicable is a DeliveryStatus enum value
    DeliveryStatusNotApplicable = "Not_Applicable"
)
const (
    // EvaluationModeDetective is a EvaluationMode enum value
    EvaluationModeDetective = "DETECTIVE"

    // EvaluationModeProactive is a EvaluationMode enum value
    EvaluationModeProactive = "PROACTIVE"
)
const (
    // MaximumExecutionFrequencyOneHour is a MaximumExecutionFrequency enum value
    MaximumExecutionFrequencyOneHour = "One_Hour"

    // MaximumExecutionFrequencyThreeHours is a MaximumExecutionFrequency enum value
    MaximumExecutionFrequencyThreeHours = "Three_Hours"

    // MaximumExecutionFrequencySixHours is a MaximumExecutionFrequency enum value
    MaximumExecutionFrequencySixHours = "Six_Hours"

    // MaximumExecutionFrequencyTwelveHours is a MaximumExecutionFrequency enum value
    MaximumExecutionFrequencyTwelveHours = "Twelve_Hours"

    // MaximumExecutionFrequencyTwentyFourHours is a MaximumExecutionFrequency enum value
    MaximumExecutionFrequencyTwentyFourHours = "TwentyFour_Hours"
)
const (
    // MemberAccountRuleStatusCreateSuccessful is a MemberAccountRuleStatus enum value
    MemberAccountRuleStatusCreateSuccessful = "CREATE_SUCCESSFUL"

    // MemberAccountRuleStatusCreateInProgress is a MemberAccountRuleStatus enum value
    MemberAccountRuleStatusCreateInProgress = "CREATE_IN_PROGRESS"

    // MemberAccountRuleStatusCreateFailed is a MemberAccountRuleStatus enum value
    MemberAccountRuleStatusCreateFailed = "CREATE_FAILED"

    // MemberAccountRuleStatusDeleteSuccessful is a MemberAccountRuleStatus enum value
    MemberAccountRuleStatusDeleteSuccessful = "DELETE_SUCCESSFUL"

    // MemberAccountRuleStatusDeleteFailed is a MemberAccountRuleStatus enum value
    MemberAccountRuleStatusDeleteFailed = "DELETE_FAILED"

    // MemberAccountRuleStatusDeleteInProgress is a MemberAccountRuleStatus enum value
    MemberAccountRuleStatusDeleteInProgress = "DELETE_IN_PROGRESS"

    // MemberAccountRuleStatusUpdateSuccessful is a MemberAccountRuleStatus enum value
    MemberAccountRuleStatusUpdateSuccessful = "UPDATE_SUCCESSFUL"

    // MemberAccountRuleStatusUpdateInProgress is a MemberAccountRuleStatus enum value
    MemberAccountRuleStatusUpdateInProgress = "UPDATE_IN_PROGRESS"

    // MemberAccountRuleStatusUpdateFailed is a MemberAccountRuleStatus enum value
    MemberAccountRuleStatusUpdateFailed = "UPDATE_FAILED"
)
const (
    // MessageTypeConfigurationItemChangeNotification is a MessageType enum value
    MessageTypeConfigurationItemChangeNotification = "ConfigurationItemChangeNotification"

    // MessageTypeConfigurationSnapshotDeliveryCompleted is a MessageType enum value
    MessageTypeConfigurationSnapshotDeliveryCompleted = "ConfigurationSnapshotDeliveryCompleted"

    // MessageTypeScheduledNotification is a MessageType enum value
    MessageTypeScheduledNotification = "ScheduledNotification"

    // MessageTypeOversizedConfigurationItemChangeNotification is a MessageType enum value
    MessageTypeOversizedConfigurationItemChangeNotification = "OversizedConfigurationItemChangeNotification"
)
const (
    // OrganizationConfigRuleTriggerTypeConfigurationItemChangeNotification is a OrganizationConfigRuleTriggerType enum value
    OrganizationConfigRuleTriggerTypeConfigurationItemChangeNotification = "ConfigurationItemChangeNotification"

    // OrganizationConfigRuleTriggerTypeOversizedConfigurationItemChangeNotification is a OrganizationConfigRuleTriggerType enum value
    OrganizationConfigRuleTriggerTypeOversizedConfigurationItemChangeNotification = "OversizedConfigurationItemChangeNotification"

    // OrganizationConfigRuleTriggerTypeScheduledNotification is a OrganizationConfigRuleTriggerType enum value
    OrganizationConfigRuleTriggerTypeScheduledNotification = "ScheduledNotification"
)
const (
    // OrganizationConfigRuleTriggerTypeNoSNConfigurationItemChangeNotification is a OrganizationConfigRuleTriggerTypeNoSN enum value
    OrganizationConfigRuleTriggerTypeNoSNConfigurationItemChangeNotification = "ConfigurationItemChangeNotification"

    // OrganizationConfigRuleTriggerTypeNoSNOversizedConfigurationItemChangeNotification is a OrganizationConfigRuleTriggerTypeNoSN enum value
    OrganizationConfigRuleTriggerTypeNoSNOversizedConfigurationItemChangeNotification = "OversizedConfigurationItemChangeNotification"
)
const (
    // OrganizationResourceDetailedStatusCreateSuccessful is a OrganizationResourceDetailedStatus enum value
    OrganizationResourceDetailedStatusCreateSuccessful = "CREATE_SUCCESSFUL"

    // OrganizationResourceDetailedStatusCreateInProgress is a OrganizationResourceDetailedStatus enum value
    OrganizationResourceDetailedStatusCreateInProgress = "CREATE_IN_PROGRESS"

    // OrganizationResourceDetailedStatusCreateFailed is a OrganizationResourceDetailedStatus enum value
    OrganizationResourceDetailedStatusCreateFailed = "CREATE_FAILED"

    // OrganizationResourceDetailedStatusDeleteSuccessful is a OrganizationResourceDetailedStatus enum value
    OrganizationResourceDetailedStatusDeleteSuccessful = "DELETE_SUCCESSFUL"

    // OrganizationResourceDetailedStatusDeleteFailed is a OrganizationResourceDetailedStatus enum value
    OrganizationResourceDetailedStatusDeleteFailed = "DELETE_FAILED"

    // OrganizationResourceDetailedStatusDeleteInProgress is a OrganizationResourceDetailedStatus enum value
    OrganizationResourceDetailedStatusDeleteInProgress = "DELETE_IN_PROGRESS"

    // OrganizationResourceDetailedStatusUpdateSuccessful is a OrganizationResourceDetailedStatus enum value
    OrganizationResourceDetailedStatusUpdateSuccessful = "UPDATE_SUCCESSFUL"

    // OrganizationResourceDetailedStatusUpdateInProgress is a OrganizationResourceDetailedStatus enum value
    OrganizationResourceDetailedStatusUpdateInProgress = "UPDATE_IN_PROGRESS"

    // OrganizationResourceDetailedStatusUpdateFailed is a OrganizationResourceDetailedStatus enum value
    OrganizationResourceDetailedStatusUpdateFailed = "UPDATE_FAILED"
)
const (
    // OrganizationResourceStatusCreateSuccessful is a OrganizationResourceStatus enum value
    OrganizationResourceStatusCreateSuccessful = "CREATE_SUCCESSFUL"

    // OrganizationResourceStatusCreateInProgress is a OrganizationResourceStatus enum value
    OrganizationResourceStatusCreateInProgress = "CREATE_IN_PROGRESS"

    // OrganizationResourceStatusCreateFailed is a OrganizationResourceStatus enum value
    OrganizationResourceStatusCreateFailed = "CREATE_FAILED"

    // OrganizationResourceStatusDeleteSuccessful is a OrganizationResourceStatus enum value
    OrganizationResourceStatusDeleteSuccessful = "DELETE_SUCCESSFUL"

    // OrganizationResourceStatusDeleteFailed is a OrganizationResourceStatus enum value
    OrganizationResourceStatusDeleteFailed = "DELETE_FAILED"

    // OrganizationResourceStatusDeleteInProgress is a OrganizationResourceStatus enum value
    OrganizationResourceStatusDeleteInProgress = "DELETE_IN_PROGRESS"

    // OrganizationResourceStatusUpdateSuccessful is a OrganizationResourceStatus enum value
    OrganizationResourceStatusUpdateSuccessful = "UPDATE_SUCCESSFUL"

    // OrganizationResourceStatusUpdateInProgress is a OrganizationResourceStatus enum value
    OrganizationResourceStatusUpdateInProgress = "UPDATE_IN_PROGRESS"

    // OrganizationResourceStatusUpdateFailed is a OrganizationResourceStatus enum value
    OrganizationResourceStatusUpdateFailed = "UPDATE_FAILED"
)
const (
    // OrganizationRuleStatusCreateSuccessful is a OrganizationRuleStatus enum value
    OrganizationRuleStatusCreateSuccessful = "CREATE_SUCCESSFUL"

    // OrganizationRuleStatusCreateInProgress is a OrganizationRuleStatus enum value
    OrganizationRuleStatusCreateInProgress = "CREATE_IN_PROGRESS"

    // OrganizationRuleStatusCreateFailed is a OrganizationRuleStatus enum value
    OrganizationRuleStatusCreateFailed = "CREATE_FAILED"

    // OrganizationRuleStatusDeleteSuccessful is a OrganizationRuleStatus enum value
    OrganizationRuleStatusDeleteSuccessful = "DELETE_SUCCESSFUL"

    // OrganizationRuleStatusDeleteFailed is a OrganizationRuleStatus enum value
    OrganizationRuleStatusDeleteFailed = "DELETE_FAILED"

    // OrganizationRuleStatusDeleteInProgress is a OrganizationRuleStatus enum value
    OrganizationRuleStatusDeleteInProgress = "DELETE_IN_PROGRESS"

    // OrganizationRuleStatusUpdateSuccessful is a OrganizationRuleStatus enum value
    OrganizationRuleStatusUpdateSuccessful = "UPDATE_SUCCESSFUL"

    // OrganizationRuleStatusUpdateInProgress is a OrganizationRuleStatus enum value
    OrganizationRuleStatusUpdateInProgress = "UPDATE_IN_PROGRESS"

    // OrganizationRuleStatusUpdateFailed is a OrganizationRuleStatus enum value
    OrganizationRuleStatusUpdateFailed = "UPDATE_FAILED"
)
const (
    // OwnerCustomLambda is a Owner enum value
    OwnerCustomLambda = "CUSTOM_LAMBDA"

    // OwnerAws is a Owner enum value
    OwnerAws = "AWS"

    // OwnerCustomPolicy is a Owner enum value
    OwnerCustomPolicy = "CUSTOM_POLICY"
)
const (
    // RecorderStatusPending is a RecorderStatus enum value
    RecorderStatusPending = "Pending"

    // RecorderStatusSuccess is a RecorderStatus enum value
    RecorderStatusSuccess = "Success"

    // RecorderStatusFailure is a RecorderStatus enum value
    RecorderStatusFailure = "Failure"
)
const (
    // RecordingFrequencyContinuous is a RecordingFrequency enum value
    RecordingFrequencyContinuous = "CONTINUOUS"

    // RecordingFrequencyDaily is a RecordingFrequency enum value
    RecordingFrequencyDaily = "DAILY"
)
const (
    // RecordingStrategyTypeAllSupportedResourceTypes is a RecordingStrategyType enum value
    RecordingStrategyTypeAllSupportedResourceTypes = "ALL_SUPPORTED_RESOURCE_TYPES"

    // RecordingStrategyTypeInclusionByResourceTypes is a RecordingStrategyType enum value
    RecordingStrategyTypeInclusionByResourceTypes = "INCLUSION_BY_RESOURCE_TYPES"

    // RecordingStrategyTypeExclusionByResourceTypes is a RecordingStrategyType enum value
    RecordingStrategyTypeExclusionByResourceTypes = "EXCLUSION_BY_RESOURCE_TYPES"
)
const (
    // RemediationExecutionStateQueued is a RemediationExecutionState enum value
    RemediationExecutionStateQueued = "QUEUED"

    // RemediationExecutionStateInProgress is a RemediationExecutionState enum value
    RemediationExecutionStateInProgress = "IN_PROGRESS"

    // RemediationExecutionStateSucceeded is a RemediationExecutionState enum value
    RemediationExecutionStateSucceeded = "SUCCEEDED"

    // RemediationExecutionStateFailed is a RemediationExecutionState enum value
    RemediationExecutionStateFailed = "FAILED"
)
const (
    // RemediationExecutionStepStateSucceeded is a RemediationExecutionStepState enum value
    RemediationExecutionStepStateSucceeded = "SUCCEEDED"

    // RemediationExecutionStepStatePending is a RemediationExecutionStepState enum value
    RemediationExecutionStepStatePending = "PENDING"

    // RemediationExecutionStepStateFailed is a RemediationExecutionStepState enum value
    RemediationExecutionStepStateFailed = "FAILED"
)
const (
    // ResourceCountGroupKeyResourceType is a ResourceCountGroupKey enum value
    ResourceCountGroupKeyResourceType = "RESOURCE_TYPE"

    // ResourceCountGroupKeyAccountId is a ResourceCountGroupKey enum value
    ResourceCountGroupKeyAccountId = "ACCOUNT_ID"

    // ResourceCountGroupKeyAwsRegion is a ResourceCountGroupKey enum value
    ResourceCountGroupKeyAwsRegion = "AWS_REGION"
)
const (
    // ResourceEvaluationStatusInProgress is a ResourceEvaluationStatus enum value
    ResourceEvaluationStatusInProgress = "IN_PROGRESS"

    // ResourceEvaluationStatusFailed is a ResourceEvaluationStatus enum value
    ResourceEvaluationStatusFailed = "FAILED"

    // ResourceEvaluationStatusSucceeded is a ResourceEvaluationStatus enum value
    ResourceEvaluationStatusSucceeded = "SUCCEEDED"
)
const (
    // ResourceTypeAwsEc2CustomerGateway is a ResourceType enum value
    ResourceTypeAwsEc2CustomerGateway = "AWS::EC2::CustomerGateway"

    // ResourceTypeAwsEc2Eip is a ResourceType enum value
    ResourceTypeAwsEc2Eip = "AWS::EC2::EIP"

    // ResourceTypeAwsEc2Host is a ResourceType enum value
    ResourceTypeAwsEc2Host = "AWS::EC2::Host"

    // ResourceTypeAwsEc2Instance is a ResourceType enum value
    ResourceTypeAwsEc2Instance = "AWS::EC2::Instance"

    // ResourceTypeAwsEc2InternetGateway is a ResourceType enum value
    ResourceTypeAwsEc2InternetGateway = "AWS::EC2::InternetGateway"

    // ResourceTypeAwsEc2NetworkAcl is a ResourceType enum value
    ResourceTypeAwsEc2NetworkAcl = "AWS::EC2::NetworkAcl"

    // ResourceTypeAwsEc2NetworkInterface is a ResourceType enum value
    ResourceTypeAwsEc2NetworkInterface = "AWS::EC2::NetworkInterface"

    // ResourceTypeAwsEc2RouteTable is a ResourceType enum value
    ResourceTypeAwsEc2RouteTable = "AWS::EC2::RouteTable"

    // ResourceTypeAwsEc2SecurityGroup is a ResourceType enum value
    ResourceTypeAwsEc2SecurityGroup = "AWS::EC2::SecurityGroup"

    // ResourceTypeAwsEc2Subnet is a ResourceType enum value
    ResourceTypeAwsEc2Subnet = "AWS::EC2::Subnet"

    // ResourceTypeAwsCloudTrailTrail is a ResourceType enum value
    ResourceTypeAwsCloudTrailTrail = "AWS::CloudTrail::Trail"

    // ResourceTypeAwsEc2Volume is a ResourceType enum value
    ResourceTypeAwsEc2Volume = "AWS::EC2::Volume"

    // ResourceTypeAwsEc2Vpc is a ResourceType enum value
    ResourceTypeAwsEc2Vpc = "AWS::EC2::VPC"

    // ResourceTypeAwsEc2Vpnconnection is a ResourceType enum value
    ResourceTypeAwsEc2Vpnconnection = "AWS::EC2::VPNConnection"

    // ResourceTypeAwsEc2Vpngateway is a ResourceType enum value
    ResourceTypeAwsEc2Vpngateway = "AWS::EC2::VPNGateway"

    // ResourceTypeAwsEc2RegisteredHainstance is a ResourceType enum value
    ResourceTypeAwsEc2RegisteredHainstance = "AWS::EC2::RegisteredHAInstance"

    // ResourceTypeAwsEc2NatGateway is a ResourceType enum value
    ResourceTypeAwsEc2NatGateway = "AWS::EC2::NatGateway"

    // ResourceTypeAwsEc2EgressOnlyInternetGateway is a ResourceType enum value
    ResourceTypeAwsEc2EgressOnlyInternetGateway = "AWS::EC2::EgressOnlyInternetGateway"

    // ResourceTypeAwsEc2Vpcendpoint is a ResourceType enum value
    ResourceTypeAwsEc2Vpcendpoint = "AWS::EC2::VPCEndpoint"

    // ResourceTypeAwsEc2VpcendpointService is a ResourceType enum value
    ResourceTypeAwsEc2VpcendpointService = "AWS::EC2::VPCEndpointService"

    // ResourceTypeAwsEc2FlowLog is a ResourceType enum value
    ResourceTypeAwsEc2FlowLog = "AWS::EC2::FlowLog"

    // ResourceTypeAwsEc2VpcpeeringConnection is a ResourceType enum value
    ResourceTypeAwsEc2VpcpeeringConnection = "AWS::EC2::VPCPeeringConnection"

    // ResourceTypeAwsElasticsearchDomain is a ResourceType enum value
    ResourceTypeAwsElasticsearchDomain = "AWS::Elasticsearch::Domain"

    // ResourceTypeAwsIamGroup is a ResourceType enum value
    ResourceTypeAwsIamGroup = "AWS::IAM::Group"

    // ResourceTypeAwsIamPolicy is a ResourceType enum value
    ResourceTypeAwsIamPolicy = "AWS::IAM::Policy"

    // ResourceTypeAwsIamRole is a ResourceType enum value
    ResourceTypeAwsIamRole = "AWS::IAM::Role"

    // ResourceTypeAwsIamUser is a ResourceType enum value
    ResourceTypeAwsIamUser = "AWS::IAM::User"

    // ResourceTypeAwsElasticLoadBalancingV2LoadBalancer is a ResourceType enum value
    ResourceTypeAwsElasticLoadBalancingV2LoadBalancer = "AWS::ElasticLoadBalancingV2::LoadBalancer"

    // ResourceTypeAwsAcmCertificate is a ResourceType enum value
    ResourceTypeAwsAcmCertificate = "AWS::ACM::Certificate"

    // ResourceTypeAwsRdsDbinstance is a ResourceType enum value
    ResourceTypeAwsRdsDbinstance = "AWS::RDS::DBInstance"

    // ResourceTypeAwsRdsDbsubnetGroup is a ResourceType enum value
    ResourceTypeAwsRdsDbsubnetGroup = "AWS::RDS::DBSubnetGroup"

    // ResourceTypeAwsRdsDbsecurityGroup is a ResourceType enum value
    ResourceTypeAwsRdsDbsecurityGroup = "AWS::RDS::DBSecurityGroup"

    // ResourceTypeAwsRdsDbsnapshot is a ResourceType enum value
    ResourceTypeAwsRdsDbsnapshot = "AWS::RDS::DBSnapshot"

    // ResourceTypeAwsRdsDbcluster is a ResourceType enum value
    ResourceTypeAwsRdsDbcluster = "AWS::RDS::DBCluster"

    // ResourceTypeAwsRdsDbclusterSnapshot is a ResourceType enum value
    ResourceTypeAwsRdsDbclusterSnapshot = "AWS::RDS::DBClusterSnapshot"

    // ResourceTypeAwsRdsEventSubscription is a ResourceType enum value
    ResourceTypeAwsRdsEventSubscription = "AWS::RDS::EventSubscription"

    // ResourceTypeAwsS3Bucket is a ResourceType enum value
    ResourceTypeAwsS3Bucket = "AWS::S3::Bucket"

    // ResourceTypeAwsS3AccountPublicAccessBlock is a ResourceType enum value
    ResourceTypeAwsS3AccountPublicAccessBlock = "AWS::S3::AccountPublicAccessBlock"

    // ResourceTypeAwsRedshiftCluster is a ResourceType enum value
    ResourceTypeAwsRedshiftCluster = "AWS::Redshift::Cluster"

    // ResourceTypeAwsRedshiftClusterSnapshot is a ResourceType enum value
    ResourceTypeAwsRedshiftClusterSnapshot = "AWS::Redshift::ClusterSnapshot"

    // ResourceTypeAwsRedshiftClusterParameterGroup is a ResourceType enum value
    ResourceTypeAwsRedshiftClusterParameterGroup = "AWS::Redshift::ClusterParameterGroup"

    // ResourceTypeAwsRedshiftClusterSecurityGroup is a ResourceType enum value
    ResourceTypeAwsRedshiftClusterSecurityGroup = "AWS::Redshift::ClusterSecurityGroup"

    // ResourceTypeAwsRedshiftClusterSubnetGroup is a ResourceType enum value
    ResourceTypeAwsRedshiftClusterSubnetGroup = "AWS::Redshift::ClusterSubnetGroup"

    // ResourceTypeAwsRedshiftEventSubscription is a ResourceType enum value
    ResourceTypeAwsRedshiftEventSubscription = "AWS::Redshift::EventSubscription"

    // ResourceTypeAwsSsmManagedInstanceInventory is a ResourceType enum value
    ResourceTypeAwsSsmManagedInstanceInventory = "AWS::SSM::ManagedInstanceInventory"

    // ResourceTypeAwsCloudWatchAlarm is a ResourceType enum value
    ResourceTypeAwsCloudWatchAlarm = "AWS::CloudWatch::Alarm"

    // ResourceTypeAwsCloudFormationStack is a ResourceType enum value
    ResourceTypeAwsCloudFormationStack = "AWS::CloudFormation::Stack"

    // ResourceTypeAwsElasticLoadBalancingLoadBalancer is a ResourceType enum value
    ResourceTypeAwsElasticLoadBalancingLoadBalancer = "AWS::ElasticLoadBalancing::LoadBalancer"

    // ResourceTypeAwsAutoScalingAutoScalingGroup is a ResourceType enum value
    ResourceTypeAwsAutoScalingAutoScalingGroup = "AWS::AutoScaling::AutoScalingGroup"

    // ResourceTypeAwsAutoScalingLaunchConfiguration is a ResourceType enum value
    ResourceTypeAwsAutoScalingLaunchConfiguration = "AWS::AutoScaling::LaunchConfiguration"

    // ResourceTypeAwsAutoScalingScalingPolicy is a ResourceType enum value
    ResourceTypeAwsAutoScalingScalingPolicy = "AWS::AutoScaling::ScalingPolicy"

    // ResourceTypeAwsAutoScalingScheduledAction is a ResourceType enum value
    ResourceTypeAwsAutoScalingScheduledAction = "AWS::AutoScaling::ScheduledAction"

    // ResourceTypeAwsDynamoDbTable is a ResourceType enum value
    ResourceTypeAwsDynamoDbTable = "AWS::DynamoDB::Table"

    // ResourceTypeAwsCodeBuildProject is a ResourceType enum value
    ResourceTypeAwsCodeBuildProject = "AWS::CodeBuild::Project"

    // ResourceTypeAwsWafRateBasedRule is a ResourceType enum value
    ResourceTypeAwsWafRateBasedRule = "AWS::WAF::RateBasedRule"

    // ResourceTypeAwsWafRule is a ResourceType enum value
    ResourceTypeAwsWafRule = "AWS::WAF::Rule"

    // ResourceTypeAwsWafRuleGroup is a ResourceType enum value
    ResourceTypeAwsWafRuleGroup = "AWS::WAF::RuleGroup"

    // ResourceTypeAwsWafWebAcl is a ResourceType enum value
    ResourceTypeAwsWafWebAcl = "AWS::WAF::WebACL"

    // ResourceTypeAwsWafregionalRateBasedRule is a ResourceType enum value
    ResourceTypeAwsWafregionalRateBasedRule = "AWS::WAFRegional::RateBasedRule"

    // ResourceTypeAwsWafregionalRule is a ResourceType enum value
    ResourceTypeAwsWafregionalRule = "AWS::WAFRegional::Rule"

    // ResourceTypeAwsWafregionalRuleGroup is a ResourceType enum value
    ResourceTypeAwsWafregionalRuleGroup = "AWS::WAFRegional::RuleGroup"

    // ResourceTypeAwsWafregionalWebAcl is a ResourceType enum value
    ResourceTypeAwsWafregionalWebAcl = "AWS::WAFRegional::WebACL"

    // ResourceTypeAwsCloudFrontDistribution is a ResourceType enum value
    ResourceTypeAwsCloudFrontDistribution = "AWS::CloudFront::Distribution"

    // ResourceTypeAwsCloudFrontStreamingDistribution is a ResourceType enum value
    ResourceTypeAwsCloudFrontStreamingDistribution = "AWS::CloudFront::StreamingDistribution"

    // ResourceTypeAwsLambdaFunction is a ResourceType enum value
    ResourceTypeAwsLambdaFunction = "AWS::Lambda::Function"

    // ResourceTypeAwsNetworkFirewallFirewall is a ResourceType enum value
    ResourceTypeAwsNetworkFirewallFirewall = "AWS::NetworkFirewall::Firewall"

    // ResourceTypeAwsNetworkFirewallFirewallPolicy is a ResourceType enum value
    ResourceTypeAwsNetworkFirewallFirewallPolicy = "AWS::NetworkFirewall::FirewallPolicy"

    // ResourceTypeAwsNetworkFirewallRuleGroup is a ResourceType enum value
    ResourceTypeAwsNetworkFirewallRuleGroup = "AWS::NetworkFirewall::RuleGroup"

    // ResourceTypeAwsElasticBeanstalkApplication is a ResourceType enum value
    ResourceTypeAwsElasticBeanstalkApplication = "AWS::ElasticBeanstalk::Application"

    // ResourceTypeAwsElasticBeanstalkApplicationVersion is a ResourceType enum value
    ResourceTypeAwsElasticBeanstalkApplicationVersion = "AWS::ElasticBeanstalk::ApplicationVersion"

    // ResourceTypeAwsElasticBeanstalkEnvironment is a ResourceType enum value
    ResourceTypeAwsElasticBeanstalkEnvironment = "AWS::ElasticBeanstalk::Environment"

    // ResourceTypeAwsWafv2WebAcl is a ResourceType enum value
    ResourceTypeAwsWafv2WebAcl = "AWS::WAFv2::WebACL"

    // ResourceTypeAwsWafv2RuleGroup is a ResourceType enum value
    ResourceTypeAwsWafv2RuleGroup = "AWS::WAFv2::RuleGroup"

    // ResourceTypeAwsWafv2Ipset is a ResourceType enum value
    ResourceTypeAwsWafv2Ipset = "AWS::WAFv2::IPSet"

    // ResourceTypeAwsWafv2RegexPatternSet is a ResourceType enum value
    ResourceTypeAwsWafv2RegexPatternSet = "AWS::WAFv2::RegexPatternSet"

    // ResourceTypeAwsWafv2ManagedRuleSet is a ResourceType enum value
    ResourceTypeAwsWafv2ManagedRuleSet = "AWS::WAFv2::ManagedRuleSet"

    // ResourceTypeAwsXrayEncryptionConfig is a ResourceType enum value
    ResourceTypeAwsXrayEncryptionConfig = "AWS::XRay::EncryptionConfig"

    // ResourceTypeAwsSsmAssociationCompliance is a ResourceType enum value
    ResourceTypeAwsSsmAssociationCompliance = "AWS::SSM::AssociationCompliance"

    // ResourceTypeAwsSsmPatchCompliance is a ResourceType enum value
    ResourceTypeAwsSsmPatchCompliance = "AWS::SSM::PatchCompliance"

    // ResourceTypeAwsShieldProtection is a ResourceType enum value
    ResourceTypeAwsShieldProtection = "AWS::Shield::Protection"

    // ResourceTypeAwsShieldRegionalProtection is a ResourceType enum value
    ResourceTypeAwsShieldRegionalProtection = "AWS::ShieldRegional::Protection"

    // ResourceTypeAwsConfigConformancePackCompliance is a ResourceType enum value
    ResourceTypeAwsConfigConformancePackCompliance = "AWS::Config::ConformancePackCompliance"

    // ResourceTypeAwsConfigResourceCompliance is a ResourceType enum value
    ResourceTypeAwsConfigResourceCompliance = "AWS::Config::ResourceCompliance"

    // ResourceTypeAwsApiGatewayStage is a ResourceType enum value
    ResourceTypeAwsApiGatewayStage = "AWS::ApiGateway::Stage"

    // ResourceTypeAwsApiGatewayRestApi is a ResourceType enum value
    ResourceTypeAwsApiGatewayRestApi = "AWS::ApiGateway::RestApi"

    // ResourceTypeAwsApiGatewayV2Stage is a ResourceType enum value
    ResourceTypeAwsApiGatewayV2Stage = "AWS::ApiGatewayV2::Stage"

    // ResourceTypeAwsApiGatewayV2Api is a ResourceType enum value
    ResourceTypeAwsApiGatewayV2Api = "AWS::ApiGatewayV2::Api"

    // ResourceTypeAwsCodePipelinePipeline is a ResourceType enum value
    ResourceTypeAwsCodePipelinePipeline = "AWS::CodePipeline::Pipeline"

    // ResourceTypeAwsServiceCatalogCloudFormationProvisionedProduct is a ResourceType enum value
    ResourceTypeAwsServiceCatalogCloudFormationProvisionedProduct = "AWS::ServiceCatalog::CloudFormationProvisionedProduct"

    // ResourceTypeAwsServiceCatalogCloudFormationProduct is a ResourceType enum value
    ResourceTypeAwsServiceCatalogCloudFormationProduct = "AWS::ServiceCatalog::CloudFormationProduct"

    // ResourceTypeAwsServiceCatalogPortfolio is a ResourceType enum value
    ResourceTypeAwsServiceCatalogPortfolio = "AWS::ServiceCatalog::Portfolio"

    // ResourceTypeAwsSqsQueue is a ResourceType enum value
    ResourceTypeAwsSqsQueue = "AWS::SQS::Queue"

    // ResourceTypeAwsKmsKey is a ResourceType enum value
    ResourceTypeAwsKmsKey = "AWS::KMS::Key"

    // ResourceTypeAwsQldbLedger is a ResourceType enum value
    ResourceTypeAwsQldbLedger = "AWS::QLDB::Ledger"

    // ResourceTypeAwsSecretsManagerSecret is a ResourceType enum value
    ResourceTypeAwsSecretsManagerSecret = "AWS::SecretsManager::Secret"

    // ResourceTypeAwsSnsTopic is a ResourceType enum value
    ResourceTypeAwsSnsTopic = "AWS::SNS::Topic"

    // ResourceTypeAwsSsmFileData is a ResourceType enum value
    ResourceTypeAwsSsmFileData = "AWS::SSM::FileData"

    // ResourceTypeAwsBackupBackupPlan is a ResourceType enum value
    ResourceTypeAwsBackupBackupPlan = "AWS::Backup::BackupPlan"

    // ResourceTypeAwsBackupBackupSelection is a ResourceType enum value
    ResourceTypeAwsBackupBackupSelection = "AWS::Backup::BackupSelection"

    // ResourceTypeAwsBackupBackupVault is a ResourceType enum value
    ResourceTypeAwsBackupBackupVault = "AWS::Backup::BackupVault"

    // ResourceTypeAwsBackupRecoveryPoint is a ResourceType enum value
    ResourceTypeAwsBackupRecoveryPoint = "AWS::Backup::RecoveryPoint"

    // ResourceTypeAwsEcrRepository is a ResourceType enum value
    ResourceTypeAwsEcrRepository = "AWS::ECR::Repository"

    // ResourceTypeAwsEcsCluster is a ResourceType enum value
    ResourceTypeAwsEcsCluster = "AWS::ECS::Cluster"

    // ResourceTypeAwsEcsService is a ResourceType enum value
    ResourceTypeAwsEcsService = "AWS::ECS::Service"

    // ResourceTypeAwsEcsTaskDefinition is a ResourceType enum value
    ResourceTypeAwsEcsTaskDefinition = "AWS::ECS::TaskDefinition"

    // ResourceTypeAwsEfsAccessPoint is a ResourceType enum value
    ResourceTypeAwsEfsAccessPoint = "AWS::EFS::AccessPoint"

    // ResourceTypeAwsEfsFileSystem is a ResourceType enum value
    ResourceTypeAwsEfsFileSystem = "AWS::EFS::FileSystem"

    // ResourceTypeAwsEksCluster is a ResourceType enum value
    ResourceTypeAwsEksCluster = "AWS::EKS::Cluster"

    // ResourceTypeAwsOpenSearchDomain is a ResourceType enum value
    ResourceTypeAwsOpenSearchDomain = "AWS::OpenSearch::Domain"

    // ResourceTypeAwsEc2TransitGateway is a ResourceType enum value
    ResourceTypeAwsEc2TransitGateway = "AWS::EC2::TransitGateway"

    // ResourceTypeAwsKinesisStream is a ResourceType enum value
    ResourceTypeAwsKinesisStream = "AWS::Kinesis::Stream"

    // ResourceTypeAwsKinesisStreamConsumer is a ResourceType enum value
    ResourceTypeAwsKinesisStreamConsumer = "AWS::Kinesis::StreamConsumer"

    // ResourceTypeAwsCodeDeployApplication is a ResourceType enum value
    ResourceTypeAwsCodeDeployApplication = "AWS::CodeDeploy::Application"

    // ResourceTypeAwsCodeDeployDeploymentConfig is a ResourceType enum value
    ResourceTypeAwsCodeDeployDeploymentConfig = "AWS::CodeDeploy::DeploymentConfig"

    // ResourceTypeAwsCodeDeployDeploymentGroup is a ResourceType enum value
    ResourceTypeAwsCodeDeployDeploymentGroup = "AWS::CodeDeploy::DeploymentGroup"

    // ResourceTypeAwsEc2LaunchTemplate is a ResourceType enum value
    ResourceTypeAwsEc2LaunchTemplate = "AWS::EC2::LaunchTemplate"

    // ResourceTypeAwsEcrPublicRepository is a ResourceType enum value
    ResourceTypeAwsEcrPublicRepository = "AWS::ECR::PublicRepository"

    // ResourceTypeAwsGuardDutyDetector is a ResourceType enum value
    ResourceTypeAwsGuardDutyDetector = "AWS::GuardDuty::Detector"

    // ResourceTypeAwsEmrSecurityConfiguration is a ResourceType enum value
    ResourceTypeAwsEmrSecurityConfiguration = "AWS::EMR::SecurityConfiguration"

    // ResourceTypeAwsSageMakerCodeRepository is a ResourceType enum value
    ResourceTypeAwsSageMakerCodeRepository = "AWS::SageMaker::CodeRepository"

    // ResourceTypeAwsRoute53resolverResolverEndpoint is a ResourceType enum value
    ResourceTypeAwsRoute53resolverResolverEndpoint = "AWS::Route53Resolver::ResolverEndpoint"

    // ResourceTypeAwsRoute53resolverResolverRule is a ResourceType enum value
    ResourceTypeAwsRoute53resolverResolverRule = "AWS::Route53Resolver::ResolverRule"

    // ResourceTypeAwsRoute53resolverResolverRuleAssociation is a ResourceType enum value
    ResourceTypeAwsRoute53resolverResolverRuleAssociation = "AWS::Route53Resolver::ResolverRuleAssociation"

    // ResourceTypeAwsDmsReplicationSubnetGroup is a ResourceType enum value
    ResourceTypeAwsDmsReplicationSubnetGroup = "AWS::DMS::ReplicationSubnetGroup"

    // ResourceTypeAwsDmsEventSubscription is a ResourceType enum value
    ResourceTypeAwsDmsEventSubscription = "AWS::DMS::EventSubscription"

    // ResourceTypeAwsMskCluster is a ResourceType enum value
    ResourceTypeAwsMskCluster = "AWS::MSK::Cluster"

    // ResourceTypeAwsStepFunctionsActivity is a ResourceType enum value
    ResourceTypeAwsStepFunctionsActivity = "AWS::StepFunctions::Activity"

    // ResourceTypeAwsWorkSpacesWorkspace is a ResourceType enum value
    ResourceTypeAwsWorkSpacesWorkspace = "AWS::WorkSpaces::Workspace"

    // ResourceTypeAwsWorkSpacesConnectionAlias is a ResourceType enum value
    ResourceTypeAwsWorkSpacesConnectionAlias = "AWS::WorkSpaces::ConnectionAlias"

    // ResourceTypeAwsSageMakerModel is a ResourceType enum value
    ResourceTypeAwsSageMakerModel = "AWS::SageMaker::Model"

    // ResourceTypeAwsElasticLoadBalancingV2Listener is a ResourceType enum value
    ResourceTypeAwsElasticLoadBalancingV2Listener = "AWS::ElasticLoadBalancingV2::Listener"

    // ResourceTypeAwsStepFunctionsStateMachine is a ResourceType enum value
    ResourceTypeAwsStepFunctionsStateMachine = "AWS::StepFunctions::StateMachine"

    // ResourceTypeAwsBatchJobQueue is a ResourceType enum value
    ResourceTypeAwsBatchJobQueue = "AWS::Batch::JobQueue"

    // ResourceTypeAwsBatchComputeEnvironment is a ResourceType enum value
    ResourceTypeAwsBatchComputeEnvironment = "AWS::Batch::ComputeEnvironment"

    // ResourceTypeAwsAccessAnalyzerAnalyzer is a ResourceType enum value
    ResourceTypeAwsAccessAnalyzerAnalyzer = "AWS::AccessAnalyzer::Analyzer"

    // ResourceTypeAwsAthenaWorkGroup is a ResourceType enum value
    ResourceTypeAwsAthenaWorkGroup = "AWS::Athena::WorkGroup"

    // ResourceTypeAwsAthenaDataCatalog is a ResourceType enum value
    ResourceTypeAwsAthenaDataCatalog = "AWS::Athena::DataCatalog"

    // ResourceTypeAwsDetectiveGraph is a ResourceType enum value
    ResourceTypeAwsDetectiveGraph = "AWS::Detective::Graph"

    // ResourceTypeAwsGlobalAcceleratorAccelerator is a ResourceType enum value
    ResourceTypeAwsGlobalAcceleratorAccelerator = "AWS::GlobalAccelerator::Accelerator"

    // ResourceTypeAwsGlobalAcceleratorEndpointGroup is a ResourceType enum value
    ResourceTypeAwsGlobalAcceleratorEndpointGroup = "AWS::GlobalAccelerator::EndpointGroup"

    // ResourceTypeAwsGlobalAcceleratorListener is a ResourceType enum value
    ResourceTypeAwsGlobalAcceleratorListener = "AWS::GlobalAccelerator::Listener"

    // ResourceTypeAwsEc2TransitGatewayAttachment is a ResourceType enum value
    ResourceTypeAwsEc2TransitGatewayAttachment = "AWS::EC2::TransitGatewayAttachment"

    // ResourceTypeAwsEc2TransitGatewayRouteTable is a ResourceType enum value
    ResourceTypeAwsEc2TransitGatewayRouteTable = "AWS::EC2::TransitGatewayRouteTable"

    // ResourceTypeAwsDmsCertificate is a ResourceType enum value
    ResourceTypeAwsDmsCertificate = "AWS::DMS::Certificate"

    // ResourceTypeAwsAppConfigApplication is a ResourceType enum value
    ResourceTypeAwsAppConfigApplication = "AWS::AppConfig::Application"

    // ResourceTypeAwsAppSyncGraphQlapi is a ResourceType enum value
    ResourceTypeAwsAppSyncGraphQlapi = "AWS::AppSync::GraphQLApi"

    // ResourceTypeAwsDataSyncLocationSmb is a ResourceType enum value
    ResourceTypeAwsDataSyncLocationSmb = "AWS::DataSync::LocationSMB"

    // ResourceTypeAwsDataSyncLocationFsxLustre is a ResourceType enum value
    ResourceTypeAwsDataSyncLocationFsxLustre = "AWS::DataSync::LocationFSxLustre"

    // ResourceTypeAwsDataSyncLocationS3 is a ResourceType enum value
    ResourceTypeAwsDataSyncLocationS3 = "AWS::DataSync::LocationS3"

    // ResourceTypeAwsDataSyncLocationEfs is a ResourceType enum value
    ResourceTypeAwsDataSyncLocationEfs = "AWS::DataSync::LocationEFS"

    // ResourceTypeAwsDataSyncTask is a ResourceType enum value
    ResourceTypeAwsDataSyncTask = "AWS::DataSync::Task"

    // ResourceTypeAwsDataSyncLocationNfs is a ResourceType enum value
    ResourceTypeAwsDataSyncLocationNfs = "AWS::DataSync::LocationNFS"

    // ResourceTypeAwsEc2NetworkInsightsAccessScopeAnalysis is a ResourceType enum value
    ResourceTypeAwsEc2NetworkInsightsAccessScopeAnalysis = "AWS::EC2::NetworkInsightsAccessScopeAnalysis"

    // ResourceTypeAwsEksFargateProfile is a ResourceType enum value
    ResourceTypeAwsEksFargateProfile = "AWS::EKS::FargateProfile"

    // ResourceTypeAwsGlueJob is a ResourceType enum value
    ResourceTypeAwsGlueJob = "AWS::Glue::Job"

    // ResourceTypeAwsGuardDutyThreatIntelSet is a ResourceType enum value
    ResourceTypeAwsGuardDutyThreatIntelSet = "AWS::GuardDuty::ThreatIntelSet"

    // ResourceTypeAwsGuardDutyIpset is a ResourceType enum value
    ResourceTypeAwsGuardDutyIpset = "AWS::GuardDuty::IPSet"

    // ResourceTypeAwsSageMakerWorkteam is a ResourceType enum value
    ResourceTypeAwsSageMakerWorkteam = "AWS::SageMaker::Workteam"

    // ResourceTypeAwsSageMakerNotebookInstanceLifecycleConfig is a ResourceType enum value
    ResourceTypeAwsSageMakerNotebookInstanceLifecycleConfig = "AWS::SageMaker::NotebookInstanceLifecycleConfig"

    // ResourceTypeAwsServiceDiscoveryService is a ResourceType enum value
    ResourceTypeAwsServiceDiscoveryService = "AWS::ServiceDiscovery::Service"

    // ResourceTypeAwsServiceDiscoveryPublicDnsNamespace is a ResourceType enum value
    ResourceTypeAwsServiceDiscoveryPublicDnsNamespace = "AWS::ServiceDiscovery::PublicDnsNamespace"

    // ResourceTypeAwsSesContactList is a ResourceType enum value
    ResourceTypeAwsSesContactList = "AWS::SES::ContactList"

    // ResourceTypeAwsSesConfigurationSet is a ResourceType enum value
    ResourceTypeAwsSesConfigurationSet = "AWS::SES::ConfigurationSet"

    // ResourceTypeAwsRoute53HostedZone is a ResourceType enum value
    ResourceTypeAwsRoute53HostedZone = "AWS::Route53::HostedZone"

    // ResourceTypeAwsIoTeventsInput is a ResourceType enum value
    ResourceTypeAwsIoTeventsInput = "AWS::IoTEvents::Input"

    // ResourceTypeAwsIoTeventsDetectorModel is a ResourceType enum value
    ResourceTypeAwsIoTeventsDetectorModel = "AWS::IoTEvents::DetectorModel"

    // ResourceTypeAwsIoTeventsAlarmModel is a ResourceType enum value
    ResourceTypeAwsIoTeventsAlarmModel = "AWS::IoTEvents::AlarmModel"

    // ResourceTypeAwsServiceDiscoveryHttpNamespace is a ResourceType enum value
    ResourceTypeAwsServiceDiscoveryHttpNamespace = "AWS::ServiceDiscovery::HttpNamespace"

    // ResourceTypeAwsEventsEventBus is a ResourceType enum value
    ResourceTypeAwsEventsEventBus = "AWS::Events::EventBus"

    // ResourceTypeAwsImageBuilderContainerRecipe is a ResourceType enum value
    ResourceTypeAwsImageBuilderContainerRecipe = "AWS::ImageBuilder::ContainerRecipe"

    // ResourceTypeAwsImageBuilderDistributionConfiguration is a ResourceType enum value
    ResourceTypeAwsImageBuilderDistributionConfiguration = "AWS::ImageBuilder::DistributionConfiguration"

    // ResourceTypeAwsImageBuilderInfrastructureConfiguration is a ResourceType enum value
    ResourceTypeAwsImageBuilderInfrastructureConfiguration = "AWS::ImageBuilder::InfrastructureConfiguration"

    // ResourceTypeAwsDataSyncLocationObjectStorage is a ResourceType enum value
    ResourceTypeAwsDataSyncLocationObjectStorage = "AWS::DataSync::LocationObjectStorage"

    // ResourceTypeAwsDataSyncLocationHdfs is a ResourceType enum value
    ResourceTypeAwsDataSyncLocationHdfs = "AWS::DataSync::LocationHDFS"

    // ResourceTypeAwsGlueClassifier is a ResourceType enum value
    ResourceTypeAwsGlueClassifier = "AWS::Glue::Classifier"

    // ResourceTypeAwsRoute53recoveryReadinessCell is a ResourceType enum value
    ResourceTypeAwsRoute53recoveryReadinessCell = "AWS::Route53RecoveryReadiness::Cell"

    // ResourceTypeAwsRoute53recoveryReadinessReadinessCheck is a ResourceType enum value
    ResourceTypeAwsRoute53recoveryReadinessReadinessCheck = "AWS::Route53RecoveryReadiness::ReadinessCheck"

    // ResourceTypeAwsEcrRegistryPolicy is a ResourceType enum value
    ResourceTypeAwsEcrRegistryPolicy = "AWS::ECR::RegistryPolicy"

    // ResourceTypeAwsBackupReportPlan is a ResourceType enum value
    ResourceTypeAwsBackupReportPlan = "AWS::Backup::ReportPlan"

    // ResourceTypeAwsLightsailCertificate is a ResourceType enum value
    ResourceTypeAwsLightsailCertificate = "AWS::Lightsail::Certificate"

    // ResourceTypeAwsRumAppMonitor is a ResourceType enum value
    ResourceTypeAwsRumAppMonitor = "AWS::RUM::AppMonitor"

    // ResourceTypeAwsEventsEndpoint is a ResourceType enum value
    ResourceTypeAwsEventsEndpoint = "AWS::Events::Endpoint"

    // ResourceTypeAwsSesReceiptRuleSet is a ResourceType enum value
    ResourceTypeAwsSesReceiptRuleSet = "AWS::SES::ReceiptRuleSet"

    // ResourceTypeAwsEventsArchive is a ResourceType enum value
    ResourceTypeAwsEventsArchive = "AWS::Events::Archive"

    // ResourceTypeAwsEventsApiDestination is a ResourceType enum value
    ResourceTypeAwsEventsApiDestination = "AWS::Events::ApiDestination"

    // ResourceTypeAwsLightsailDisk is a ResourceType enum value
    ResourceTypeAwsLightsailDisk = "AWS::Lightsail::Disk"

    // ResourceTypeAwsFisExperimentTemplate is a ResourceType enum value
    ResourceTypeAwsFisExperimentTemplate = "AWS::FIS::ExperimentTemplate"

    // ResourceTypeAwsDataSyncLocationFsxWindows is a ResourceType enum value
    ResourceTypeAwsDataSyncLocationFsxWindows = "AWS::DataSync::LocationFSxWindows"

    // ResourceTypeAwsSesReceiptFilter is a ResourceType enum value
    ResourceTypeAwsSesReceiptFilter = "AWS::SES::ReceiptFilter"

    // ResourceTypeAwsGuardDutyFilter is a ResourceType enum value
    ResourceTypeAwsGuardDutyFilter = "AWS::GuardDuty::Filter"

    // ResourceTypeAwsSesTemplate is a ResourceType enum value
    ResourceTypeAwsSesTemplate = "AWS::SES::Template"

    // ResourceTypeAwsAmazonMqBroker is a ResourceType enum value
    ResourceTypeAwsAmazonMqBroker = "AWS::AmazonMQ::Broker"

    // ResourceTypeAwsAppConfigEnvironment is a ResourceType enum value
    ResourceTypeAwsAppConfigEnvironment = "AWS::AppConfig::Environment"

    // ResourceTypeAwsAppConfigConfigurationProfile is a ResourceType enum value
    ResourceTypeAwsAppConfigConfigurationProfile = "AWS::AppConfig::ConfigurationProfile"

    // ResourceTypeAwsCloud9EnvironmentEc2 is a ResourceType enum value
    ResourceTypeAwsCloud9EnvironmentEc2 = "AWS::Cloud9::EnvironmentEC2"

    // ResourceTypeAwsEventSchemasRegistry is a ResourceType enum value
    ResourceTypeAwsEventSchemasRegistry = "AWS::EventSchemas::Registry"

    // ResourceTypeAwsEventSchemasRegistryPolicy is a ResourceType enum value
    ResourceTypeAwsEventSchemasRegistryPolicy = "AWS::EventSchemas::RegistryPolicy"

    // ResourceTypeAwsEventSchemasDiscoverer is a ResourceType enum value
    ResourceTypeAwsEventSchemasDiscoverer = "AWS::EventSchemas::Discoverer"

    // ResourceTypeAwsFraudDetectorLabel is a ResourceType enum value
    ResourceTypeAwsFraudDetectorLabel = "AWS::FraudDetector::Label"

    // ResourceTypeAwsFraudDetectorEntityType is a ResourceType enum value
    ResourceTypeAwsFraudDetectorEntityType = "AWS::FraudDetector::EntityType"

    // ResourceTypeAwsFraudDetectorVariable is a ResourceType enum value
    ResourceTypeAwsFraudDetectorVariable = "AWS::FraudDetector::Variable"

    // ResourceTypeAwsFraudDetectorOutcome is a ResourceType enum value
    ResourceTypeAwsFraudDetectorOutcome = "AWS::FraudDetector::Outcome"

    // ResourceTypeAwsIoTAuthorizer is a ResourceType enum value
    ResourceTypeAwsIoTAuthorizer = "AWS::IoT::Authorizer"

    // ResourceTypeAwsIoTSecurityProfile is a ResourceType enum value
    ResourceTypeAwsIoTSecurityProfile = "AWS::IoT::SecurityProfile"

    // ResourceTypeAwsIoTRoleAlias is a ResourceType enum value
    ResourceTypeAwsIoTRoleAlias = "AWS::IoT::RoleAlias"

    // ResourceTypeAwsIoTDimension is a ResourceType enum value
    ResourceTypeAwsIoTDimension = "AWS::IoT::Dimension"

    // ResourceTypeAwsIoTanalyticsDatastore is a ResourceType enum value
    ResourceTypeAwsIoTanalyticsDatastore = "AWS::IoTAnalytics::Datastore"

    // ResourceTypeAwsLightsailBucket is a ResourceType enum value
    ResourceTypeAwsLightsailBucket = "AWS::Lightsail::Bucket"

    // ResourceTypeAwsLightsailStaticIp is a ResourceType enum value
    ResourceTypeAwsLightsailStaticIp = "AWS::Lightsail::StaticIp"

    // ResourceTypeAwsMediaPackagePackagingGroup is a ResourceType enum value
    ResourceTypeAwsMediaPackagePackagingGroup = "AWS::MediaPackage::PackagingGroup"

    // ResourceTypeAwsRoute53recoveryReadinessRecoveryGroup is a ResourceType enum value
    ResourceTypeAwsRoute53recoveryReadinessRecoveryGroup = "AWS::Route53RecoveryReadiness::RecoveryGroup"

    // ResourceTypeAwsResilienceHubResiliencyPolicy is a ResourceType enum value
    ResourceTypeAwsResilienceHubResiliencyPolicy = "AWS::ResilienceHub::ResiliencyPolicy"

    // ResourceTypeAwsTransferWorkflow is a ResourceType enum value
    ResourceTypeAwsTransferWorkflow = "AWS::Transfer::Workflow"

    // ResourceTypeAwsEksIdentityProviderConfig is a ResourceType enum value
    ResourceTypeAwsEksIdentityProviderConfig = "AWS::EKS::IdentityProviderConfig"

    // ResourceTypeAwsEksAddon is a ResourceType enum value
    ResourceTypeAwsEksAddon = "AWS::EKS::Addon"

    // ResourceTypeAwsGlueMltransform is a ResourceType enum value
    ResourceTypeAwsGlueMltransform = "AWS::Glue::MLTransform"

    // ResourceTypeAwsIoTPolicy is a ResourceType enum value
    ResourceTypeAwsIoTPolicy = "AWS::IoT::Policy"

    // ResourceTypeAwsIoTMitigationAction is a ResourceType enum value
    ResourceTypeAwsIoTMitigationAction = "AWS::IoT::MitigationAction"

    // ResourceTypeAwsIoTtwinMakerWorkspace is a ResourceType enum value
    ResourceTypeAwsIoTtwinMakerWorkspace = "AWS::IoTTwinMaker::Workspace"

    // ResourceTypeAwsIoTtwinMakerEntity is a ResourceType enum value
    ResourceTypeAwsIoTtwinMakerEntity = "AWS::IoTTwinMaker::Entity"

    // ResourceTypeAwsIoTanalyticsDataset is a ResourceType enum value
    ResourceTypeAwsIoTanalyticsDataset = "AWS::IoTAnalytics::Dataset"

    // ResourceTypeAwsIoTanalyticsPipeline is a ResourceType enum value
    ResourceTypeAwsIoTanalyticsPipeline = "AWS::IoTAnalytics::Pipeline"

    // ResourceTypeAwsIoTanalyticsChannel is a ResourceType enum value
    ResourceTypeAwsIoTanalyticsChannel = "AWS::IoTAnalytics::Channel"

    // ResourceTypeAwsIoTsiteWiseDashboard is a ResourceType enum value
    ResourceTypeAwsIoTsiteWiseDashboard = "AWS::IoTSiteWise::Dashboard"

    // ResourceTypeAwsIoTsiteWiseProject is a ResourceType enum value
    ResourceTypeAwsIoTsiteWiseProject = "AWS::IoTSiteWise::Project"

    // ResourceTypeAwsIoTsiteWisePortal is a ResourceType enum value
    ResourceTypeAwsIoTsiteWisePortal = "AWS::IoTSiteWise::Portal"

    // ResourceTypeAwsIoTsiteWiseAssetModel is a ResourceType enum value
    ResourceTypeAwsIoTsiteWiseAssetModel = "AWS::IoTSiteWise::AssetModel"

    // ResourceTypeAwsIvsChannel is a ResourceType enum value
    ResourceTypeAwsIvsChannel = "AWS::IVS::Channel"

    // ResourceTypeAwsIvsRecordingConfiguration is a ResourceType enum value
    ResourceTypeAwsIvsRecordingConfiguration = "AWS::IVS::RecordingConfiguration"

    // ResourceTypeAwsIvsPlaybackKeyPair is a ResourceType enum value
    ResourceTypeAwsIvsPlaybackKeyPair = "AWS::IVS::PlaybackKeyPair"

    // ResourceTypeAwsKinesisAnalyticsV2Application is a ResourceType enum value
    ResourceTypeAwsKinesisAnalyticsV2Application = "AWS::KinesisAnalyticsV2::Application"

    // ResourceTypeAwsRdsGlobalCluster is a ResourceType enum value
    ResourceTypeAwsRdsGlobalCluster = "AWS::RDS::GlobalCluster"

    // ResourceTypeAwsS3MultiRegionAccessPoint is a ResourceType enum value
    ResourceTypeAwsS3MultiRegionAccessPoint = "AWS::S3::MultiRegionAccessPoint"

    // ResourceTypeAwsDeviceFarmTestGridProject is a ResourceType enum value
    ResourceTypeAwsDeviceFarmTestGridProject = "AWS::DeviceFarm::TestGridProject"

    // ResourceTypeAwsBudgetsBudgetsAction is a ResourceType enum value
    ResourceTypeAwsBudgetsBudgetsAction = "AWS::Budgets::BudgetsAction"

    // ResourceTypeAwsLexBot is a ResourceType enum value
    ResourceTypeAwsLexBot = "AWS::Lex::Bot"

    // ResourceTypeAwsCodeGuruReviewerRepositoryAssociation is a ResourceType enum value
    ResourceTypeAwsCodeGuruReviewerRepositoryAssociation = "AWS::CodeGuruReviewer::RepositoryAssociation"

    // ResourceTypeAwsIoTCustomMetric is a ResourceType enum value
    ResourceTypeAwsIoTCustomMetric = "AWS::IoT::CustomMetric"

    // ResourceTypeAwsRoute53resolverFirewallDomainList is a ResourceType enum value
    ResourceTypeAwsRoute53resolverFirewallDomainList = "AWS::Route53Resolver::FirewallDomainList"

    // ResourceTypeAwsRoboMakerRobotApplicationVersion is a ResourceType enum value
    ResourceTypeAwsRoboMakerRobotApplicationVersion = "AWS::RoboMaker::RobotApplicationVersion"

    // ResourceTypeAwsEc2TrafficMirrorSession is a ResourceType enum value
    ResourceTypeAwsEc2TrafficMirrorSession = "AWS::EC2::TrafficMirrorSession"

    // ResourceTypeAwsIoTsiteWiseGateway is a ResourceType enum value
    ResourceTypeAwsIoTsiteWiseGateway = "AWS::IoTSiteWise::Gateway"

    // ResourceTypeAwsLexBotAlias is a ResourceType enum value
    ResourceTypeAwsLexBotAlias = "AWS::Lex::BotAlias"

    // ResourceTypeAwsLookoutMetricsAlert is a ResourceType enum value
    ResourceTypeAwsLookoutMetricsAlert = "AWS::LookoutMetrics::Alert"

    // ResourceTypeAwsIoTAccountAuditConfiguration is a ResourceType enum value
    ResourceTypeAwsIoTAccountAuditConfiguration = "AWS::IoT::AccountAuditConfiguration"

    // ResourceTypeAwsEc2TrafficMirrorTarget is a ResourceType enum value
    ResourceTypeAwsEc2TrafficMirrorTarget = "AWS::EC2::TrafficMirrorTarget"

    // ResourceTypeAwsS3StorageLens is a ResourceType enum value
    ResourceTypeAwsS3StorageLens = "AWS::S3::StorageLens"

    // ResourceTypeAwsIoTScheduledAudit is a ResourceType enum value
    ResourceTypeAwsIoTScheduledAudit = "AWS::IoT::ScheduledAudit"

    // ResourceTypeAwsEventsConnection is a ResourceType enum value
    ResourceTypeAwsEventsConnection = "AWS::Events::Connection"

    // ResourceTypeAwsEventSchemasSchema is a ResourceType enum value
    ResourceTypeAwsEventSchemasSchema = "AWS::EventSchemas::Schema"

    // ResourceTypeAwsMediaPackagePackagingConfiguration is a ResourceType enum value
    ResourceTypeAwsMediaPackagePackagingConfiguration = "AWS::MediaPackage::PackagingConfiguration"

    // ResourceTypeAwsKinesisVideoSignalingChannel is a ResourceType enum value
    ResourceTypeAwsKinesisVideoSignalingChannel = "AWS::KinesisVideo::SignalingChannel"

    // ResourceTypeAwsAppStreamDirectoryConfig is a ResourceType enum value
    ResourceTypeAwsAppStreamDirectoryConfig = "AWS::AppStream::DirectoryConfig"

    // ResourceTypeAwsLookoutVisionProject is a ResourceType enum value
    ResourceTypeAwsLookoutVisionProject = "AWS::LookoutVision::Project"

    // ResourceTypeAwsRoute53recoveryControlCluster is a ResourceType enum value
    ResourceTypeAwsRoute53recoveryControlCluster = "AWS::Route53RecoveryControl::Cluster"

    // ResourceTypeAwsRoute53recoveryControlSafetyRule is a ResourceType enum value
    ResourceTypeAwsRoute53recoveryControlSafetyRule = "AWS::Route53RecoveryControl::SafetyRule"

    // ResourceTypeAwsRoute53recoveryControlControlPanel is a ResourceType enum value
    ResourceTypeAwsRoute53recoveryControlControlPanel = "AWS::Route53RecoveryControl::ControlPanel"

    // ResourceTypeAwsRoute53recoveryControlRoutingControl is a ResourceType enum value
    ResourceTypeAwsRoute53recoveryControlRoutingControl = "AWS::Route53RecoveryControl::RoutingControl"

    // ResourceTypeAwsRoute53recoveryReadinessResourceSet is a ResourceType enum value
    ResourceTypeAwsRoute53recoveryReadinessResourceSet = "AWS::Route53RecoveryReadiness::ResourceSet"

    // ResourceTypeAwsRoboMakerSimulationApplication is a ResourceType enum value
    ResourceTypeAwsRoboMakerSimulationApplication = "AWS::RoboMaker::SimulationApplication"

    // ResourceTypeAwsRoboMakerRobotApplication is a ResourceType enum value
    ResourceTypeAwsRoboMakerRobotApplication = "AWS::RoboMaker::RobotApplication"

    // ResourceTypeAwsHealthLakeFhirdatastore is a ResourceType enum value
    ResourceTypeAwsHealthLakeFhirdatastore = "AWS::HealthLake::FHIRDatastore"

    // ResourceTypeAwsPinpointSegment is a ResourceType enum value
    ResourceTypeAwsPinpointSegment = "AWS::Pinpoint::Segment"

    // ResourceTypeAwsPinpointApplicationSettings is a ResourceType enum value
    ResourceTypeAwsPinpointApplicationSettings = "AWS::Pinpoint::ApplicationSettings"

    // ResourceTypeAwsEventsRule is a ResourceType enum value
    ResourceTypeAwsEventsRule = "AWS::Events::Rule"

    // ResourceTypeAwsEc2Dhcpoptions is a ResourceType enum value
    ResourceTypeAwsEc2Dhcpoptions = "AWS::EC2::DHCPOptions"

    // ResourceTypeAwsEc2NetworkInsightsPath is a ResourceType enum value
    ResourceTypeAwsEc2NetworkInsightsPath = "AWS::EC2::NetworkInsightsPath"

    // ResourceTypeAwsEc2TrafficMirrorFilter is a ResourceType enum value
    ResourceTypeAwsEc2TrafficMirrorFilter = "AWS::EC2::TrafficMirrorFilter"

    // ResourceTypeAwsEc2Ipam is a ResourceType enum value
    ResourceTypeAwsEc2Ipam = "AWS::EC2::IPAM"

    // ResourceTypeAwsIoTtwinMakerScene is a ResourceType enum value
    ResourceTypeAwsIoTtwinMakerScene = "AWS::IoTTwinMaker::Scene"

    // ResourceTypeAwsNetworkManagerTransitGatewayRegistration is a ResourceType enum value
    ResourceTypeAwsNetworkManagerTransitGatewayRegistration = "AWS::NetworkManager::TransitGatewayRegistration"

    // ResourceTypeAwsCustomerProfilesDomain is a ResourceType enum value
    ResourceTypeAwsCustomerProfilesDomain = "AWS::CustomerProfiles::Domain"

    // ResourceTypeAwsAutoScalingWarmPool is a ResourceType enum value
    ResourceTypeAwsAutoScalingWarmPool = "AWS::AutoScaling::WarmPool"

    // ResourceTypeAwsConnectPhoneNumber is a ResourceType enum value
    ResourceTypeAwsConnectPhoneNumber = "AWS::Connect::PhoneNumber"

    // ResourceTypeAwsAppConfigDeploymentStrategy is a ResourceType enum value
    ResourceTypeAwsAppConfigDeploymentStrategy = "AWS::AppConfig::DeploymentStrategy"

    // ResourceTypeAwsAppFlowFlow is a ResourceType enum value
    ResourceTypeAwsAppFlowFlow = "AWS::AppFlow::Flow"

    // ResourceTypeAwsAuditManagerAssessment is a ResourceType enum value
    ResourceTypeAwsAuditManagerAssessment = "AWS::AuditManager::Assessment"

    // ResourceTypeAwsCloudWatchMetricStream is a ResourceType enum value
    ResourceTypeAwsCloudWatchMetricStream = "AWS::CloudWatch::MetricStream"

    // ResourceTypeAwsDeviceFarmInstanceProfile is a ResourceType enum value
    ResourceTypeAwsDeviceFarmInstanceProfile = "AWS::DeviceFarm::InstanceProfile"

    // ResourceTypeAwsDeviceFarmProject is a ResourceType enum value
    ResourceTypeAwsDeviceFarmProject = "AWS::DeviceFarm::Project"

    // ResourceTypeAwsEc2Ec2fleet is a ResourceType enum value
    ResourceTypeAwsEc2Ec2fleet = "AWS::EC2::EC2Fleet"

    // ResourceTypeAwsEc2SubnetRouteTableAssociation is a ResourceType enum value
    ResourceTypeAwsEc2SubnetRouteTableAssociation = "AWS::EC2::SubnetRouteTableAssociation"

    // ResourceTypeAwsEcrPullThroughCacheRule is a ResourceType enum value
    ResourceTypeAwsEcrPullThroughCacheRule = "AWS::ECR::PullThroughCacheRule"

    // ResourceTypeAwsGroundStationConfig is a ResourceType enum value
    ResourceTypeAwsGroundStationConfig = "AWS::GroundStation::Config"

    // ResourceTypeAwsImageBuilderImagePipeline is a ResourceType enum value
    ResourceTypeAwsImageBuilderImagePipeline = "AWS::ImageBuilder::ImagePipeline"

    // ResourceTypeAwsIoTFleetMetric is a ResourceType enum value
    ResourceTypeAwsIoTFleetMetric = "AWS::IoT::FleetMetric"

    // ResourceTypeAwsIoTwirelessServiceProfile is a ResourceType enum value
    ResourceTypeAwsIoTwirelessServiceProfile = "AWS::IoTWireless::ServiceProfile"

    // ResourceTypeAwsNetworkManagerDevice is a ResourceType enum value
    ResourceTypeAwsNetworkManagerDevice = "AWS::NetworkManager::Device"

    // ResourceTypeAwsNetworkManagerGlobalNetwork is a ResourceType enum value
    ResourceTypeAwsNetworkManagerGlobalNetwork = "AWS::NetworkManager::GlobalNetwork"

    // ResourceTypeAwsNetworkManagerLink is a ResourceType enum value
    ResourceTypeAwsNetworkManagerLink = "AWS::NetworkManager::Link"

    // ResourceTypeAwsNetworkManagerSite is a ResourceType enum value
    ResourceTypeAwsNetworkManagerSite = "AWS::NetworkManager::Site"

    // ResourceTypeAwsPanoramaPackage is a ResourceType enum value
    ResourceTypeAwsPanoramaPackage = "AWS::Panorama::Package"

    // ResourceTypeAwsPinpointApp is a ResourceType enum value
    ResourceTypeAwsPinpointApp = "AWS::Pinpoint::App"

    // ResourceTypeAwsRedshiftScheduledAction is a ResourceType enum value
    ResourceTypeAwsRedshiftScheduledAction = "AWS::Redshift::ScheduledAction"

    // ResourceTypeAwsRoute53resolverFirewallRuleGroupAssociation is a ResourceType enum value
    ResourceTypeAwsRoute53resolverFirewallRuleGroupAssociation = "AWS::Route53Resolver::FirewallRuleGroupAssociation"

    // ResourceTypeAwsSageMakerAppImageConfig is a ResourceType enum value
    ResourceTypeAwsSageMakerAppImageConfig = "AWS::SageMaker::AppImageConfig"

    // ResourceTypeAwsSageMakerImage is a ResourceType enum value
    ResourceTypeAwsSageMakerImage = "AWS::SageMaker::Image"

    // ResourceTypeAwsEcsTaskSet is a ResourceType enum value
    ResourceTypeAwsEcsTaskSet = "AWS::ECS::TaskSet"

    // ResourceTypeAwsCassandraKeyspace is a ResourceType enum value
    ResourceTypeAwsCassandraKeyspace = "AWS::Cassandra::Keyspace"

    // ResourceTypeAwsSignerSigningProfile is a ResourceType enum value
    ResourceTypeAwsSignerSigningProfile = "AWS::Signer::SigningProfile"

    // ResourceTypeAwsAmplifyApp is a ResourceType enum value
    ResourceTypeAwsAmplifyApp = "AWS::Amplify::App"

    // ResourceTypeAwsAppMeshVirtualNode is a ResourceType enum value
    ResourceTypeAwsAppMeshVirtualNode = "AWS::AppMesh::VirtualNode"

    // ResourceTypeAwsAppMeshVirtualService is a ResourceType enum value
    ResourceTypeAwsAppMeshVirtualService = "AWS::AppMesh::VirtualService"

    // ResourceTypeAwsAppRunnerVpcConnector is a ResourceType enum value
    ResourceTypeAwsAppRunnerVpcConnector = "AWS::AppRunner::VpcConnector"

    // ResourceTypeAwsAppStreamApplication is a ResourceType enum value
    ResourceTypeAwsAppStreamApplication = "AWS::AppStream::Application"

    // ResourceTypeAwsCodeArtifactRepository is a ResourceType enum value
    ResourceTypeAwsCodeArtifactRepository = "AWS::CodeArtifact::Repository"

    // ResourceTypeAwsEc2PrefixList is a ResourceType enum value
    ResourceTypeAwsEc2PrefixList = "AWS::EC2::PrefixList"

    // ResourceTypeAwsEc2SpotFleet is a ResourceType enum value
    ResourceTypeAwsEc2SpotFleet = "AWS::EC2::SpotFleet"

    // ResourceTypeAwsEvidentlyProject is a ResourceType enum value
    ResourceTypeAwsEvidentlyProject = "AWS::Evidently::Project"

    // ResourceTypeAwsForecastDataset is a ResourceType enum value
    ResourceTypeAwsForecastDataset = "AWS::Forecast::Dataset"

    // ResourceTypeAwsIamSamlprovider is a ResourceType enum value
    ResourceTypeAwsIamSamlprovider = "AWS::IAM::SAMLProvider"

    // ResourceTypeAwsIamServerCertificate is a ResourceType enum value
    ResourceTypeAwsIamServerCertificate = "AWS::IAM::ServerCertificate"

    // ResourceTypeAwsPinpointCampaign is a ResourceType enum value
    ResourceTypeAwsPinpointCampaign = "AWS::Pinpoint::Campaign"

    // ResourceTypeAwsPinpointInAppTemplate is a ResourceType enum value
    ResourceTypeAwsPinpointInAppTemplate = "AWS::Pinpoint::InAppTemplate"

    // ResourceTypeAwsSageMakerDomain is a ResourceType enum value
    ResourceTypeAwsSageMakerDomain = "AWS::SageMaker::Domain"

    // ResourceTypeAwsTransferAgreement is a ResourceType enum value
    ResourceTypeAwsTransferAgreement = "AWS::Transfer::Agreement"

    // ResourceTypeAwsTransferConnector is a ResourceType enum value
    ResourceTypeAwsTransferConnector = "AWS::Transfer::Connector"

    // ResourceTypeAwsKinesisFirehoseDeliveryStream is a ResourceType enum value
    ResourceTypeAwsKinesisFirehoseDeliveryStream = "AWS::KinesisFirehose::DeliveryStream"

    // ResourceTypeAwsAmplifyBranch is a ResourceType enum value
    ResourceTypeAwsAmplifyBranch = "AWS::Amplify::Branch"

    // ResourceTypeAwsAppIntegrationsEventIntegration is a ResourceType enum value
    ResourceTypeAwsAppIntegrationsEventIntegration = "AWS::AppIntegrations::EventIntegration"

    // ResourceTypeAwsAppMeshRoute is a ResourceType enum value
    ResourceTypeAwsAppMeshRoute = "AWS::AppMesh::Route"

    // ResourceTypeAwsAthenaPreparedStatement is a ResourceType enum value
    ResourceTypeAwsAthenaPreparedStatement = "AWS::Athena::PreparedStatement"

    // ResourceTypeAwsEc2Ipamscope is a ResourceType enum value
    ResourceTypeAwsEc2Ipamscope = "AWS::EC2::IPAMScope"

    // ResourceTypeAwsEvidentlyLaunch is a ResourceType enum value
    ResourceTypeAwsEvidentlyLaunch = "AWS::Evidently::Launch"

    // ResourceTypeAwsForecastDatasetGroup is a ResourceType enum value
    ResourceTypeAwsForecastDatasetGroup = "AWS::Forecast::DatasetGroup"

    // ResourceTypeAwsGreengrassV2ComponentVersion is a ResourceType enum value
    ResourceTypeAwsGreengrassV2ComponentVersion = "AWS::GreengrassV2::ComponentVersion"

    // ResourceTypeAwsGroundStationMissionProfile is a ResourceType enum value
    ResourceTypeAwsGroundStationMissionProfile = "AWS::GroundStation::MissionProfile"

    // ResourceTypeAwsMediaConnectFlowEntitlement is a ResourceType enum value
    ResourceTypeAwsMediaConnectFlowEntitlement = "AWS::MediaConnect::FlowEntitlement"

    // ResourceTypeAwsMediaConnectFlowVpcInterface is a ResourceType enum value
    ResourceTypeAwsMediaConnectFlowVpcInterface = "AWS::MediaConnect::FlowVpcInterface"

    // ResourceTypeAwsMediaTailorPlaybackConfiguration is a ResourceType enum value
    ResourceTypeAwsMediaTailorPlaybackConfiguration = "AWS::MediaTailor::PlaybackConfiguration"

    // ResourceTypeAwsMskConfiguration is a ResourceType enum value
    ResourceTypeAwsMskConfiguration = "AWS::MSK::Configuration"

    // ResourceTypeAwsPersonalizeDataset is a ResourceType enum value
    ResourceTypeAwsPersonalizeDataset = "AWS::Personalize::Dataset"

    // ResourceTypeAwsPersonalizeSchema is a ResourceType enum value
    ResourceTypeAwsPersonalizeSchema = "AWS::Personalize::Schema"

    // ResourceTypeAwsPersonalizeSolution is a ResourceType enum value
    ResourceTypeAwsPersonalizeSolution = "AWS::Personalize::Solution"

    // ResourceTypeAwsPinpointEmailTemplate is a ResourceType enum value
    ResourceTypeAwsPinpointEmailTemplate = "AWS::Pinpoint::EmailTemplate"

    // ResourceTypeAwsPinpointEventStream is a ResourceType enum value
    ResourceTypeAwsPinpointEventStream = "AWS::Pinpoint::EventStream"

    // ResourceTypeAwsResilienceHubApp is a ResourceType enum value
    ResourceTypeAwsResilienceHubApp = "AWS::ResilienceHub::App"

    // ResourceTypeAwsAcmpcaCertificateAuthority is a ResourceType enum value
    ResourceTypeAwsAcmpcaCertificateAuthority = "AWS::ACMPCA::CertificateAuthority"

    // ResourceTypeAwsAppConfigHostedConfigurationVersion is a ResourceType enum value
    ResourceTypeAwsAppConfigHostedConfigurationVersion = "AWS::AppConfig::HostedConfigurationVersion"

    // ResourceTypeAwsAppMeshVirtualGateway is a ResourceType enum value
    ResourceTypeAwsAppMeshVirtualGateway = "AWS::AppMesh::VirtualGateway"

    // ResourceTypeAwsAppMeshVirtualRouter is a ResourceType enum value
    ResourceTypeAwsAppMeshVirtualRouter = "AWS::AppMesh::VirtualRouter"

    // ResourceTypeAwsAppRunnerService is a ResourceType enum value
    ResourceTypeAwsAppRunnerService = "AWS::AppRunner::Service"

    // ResourceTypeAwsCustomerProfilesObjectType is a ResourceType enum value
    ResourceTypeAwsCustomerProfilesObjectType = "AWS::CustomerProfiles::ObjectType"

    // ResourceTypeAwsDmsEndpoint is a ResourceType enum value
    ResourceTypeAwsDmsEndpoint = "AWS::DMS::Endpoint"

    // ResourceTypeAwsEc2CapacityReservation is a ResourceType enum value
    ResourceTypeAwsEc2CapacityReservation = "AWS::EC2::CapacityReservation"

    // ResourceTypeAwsEc2ClientVpnEndpoint is a ResourceType enum value
    ResourceTypeAwsEc2ClientVpnEndpoint = "AWS::EC2::ClientVpnEndpoint"

    // ResourceTypeAwsKendraIndex is a ResourceType enum value
    ResourceTypeAwsKendraIndex = "AWS::Kendra::Index"

    // ResourceTypeAwsKinesisVideoStream is a ResourceType enum value
    ResourceTypeAwsKinesisVideoStream = "AWS::KinesisVideo::Stream"

    // ResourceTypeAwsLogsDestination is a ResourceType enum value
    ResourceTypeAwsLogsDestination = "AWS::Logs::Destination"

    // ResourceTypeAwsPinpointEmailChannel is a ResourceType enum value
    ResourceTypeAwsPinpointEmailChannel = "AWS::Pinpoint::EmailChannel"

    // ResourceTypeAwsS3AccessPoint is a ResourceType enum value
    ResourceTypeAwsS3AccessPoint = "AWS::S3::AccessPoint"

    // ResourceTypeAwsNetworkManagerCustomerGatewayAssociation is a ResourceType enum value
    ResourceTypeAwsNetworkManagerCustomerGatewayAssociation = "AWS::NetworkManager::CustomerGatewayAssociation"

    // ResourceTypeAwsNetworkManagerLinkAssociation is a ResourceType enum value
    ResourceTypeAwsNetworkManagerLinkAssociation = "AWS::NetworkManager::LinkAssociation"

    // ResourceTypeAwsIoTwirelessMulticastGroup is a ResourceType enum value
    ResourceTypeAwsIoTwirelessMulticastGroup = "AWS::IoTWireless::MulticastGroup"

    // ResourceTypeAwsPersonalizeDatasetGroup is a ResourceType enum value
    ResourceTypeAwsPersonalizeDatasetGroup = "AWS::Personalize::DatasetGroup"

    // ResourceTypeAwsIoTtwinMakerComponentType is a ResourceType enum value
    ResourceTypeAwsIoTtwinMakerComponentType = "AWS::IoTTwinMaker::ComponentType"

    // ResourceTypeAwsCodeBuildReportGroup is a ResourceType enum value
    ResourceTypeAwsCodeBuildReportGroup = "AWS::CodeBuild::ReportGroup"

    // ResourceTypeAwsSageMakerFeatureGroup is a ResourceType enum value
    ResourceTypeAwsSageMakerFeatureGroup = "AWS::SageMaker::FeatureGroup"

    // ResourceTypeAwsMskBatchScramSecret is a ResourceType enum value
    ResourceTypeAwsMskBatchScramSecret = "AWS::MSK::BatchScramSecret"

    // ResourceTypeAwsAppStreamStack is a ResourceType enum value
    ResourceTypeAwsAppStreamStack = "AWS::AppStream::Stack"

    // ResourceTypeAwsIoTJobTemplate is a ResourceType enum value
    ResourceTypeAwsIoTJobTemplate = "AWS::IoT::JobTemplate"

    // ResourceTypeAwsIoTwirelessFuotaTask is a ResourceType enum value
    ResourceTypeAwsIoTwirelessFuotaTask = "AWS::IoTWireless::FuotaTask"

    // ResourceTypeAwsIoTProvisioningTemplate is a ResourceType enum value
    ResourceTypeAwsIoTProvisioningTemplate = "AWS::IoT::ProvisioningTemplate"

    // ResourceTypeAwsInspectorV2Filter is a ResourceType enum value
    ResourceTypeAwsInspectorV2Filter = "AWS::InspectorV2::Filter"

    // ResourceTypeAwsRoute53resolverResolverQueryLoggingConfigAssociation is a ResourceType enum value
    ResourceTypeAwsRoute53resolverResolverQueryLoggingConfigAssociation = "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation"

    // ResourceTypeAwsServiceDiscoveryInstance is a ResourceType enum value
    ResourceTypeAwsServiceDiscoveryInstance = "AWS::ServiceDiscovery::Instance"

    // ResourceTypeAwsTransferCertificate is a ResourceType enum value
    ResourceTypeAwsTransferCertificate = "AWS::Transfer::Certificate"

    // ResourceTypeAwsMediaConnectFlowSource is a ResourceType enum value
    ResourceTypeAwsMediaConnectFlowSource = "AWS::MediaConnect::FlowSource"

    // ResourceTypeAwsApsRuleGroupsNamespace is a ResourceType enum value
    ResourceTypeAwsApsRuleGroupsNamespace = "AWS::APS::RuleGroupsNamespace"

    // ResourceTypeAwsCodeGuruProfilerProfilingGroup is a ResourceType enum value
    ResourceTypeAwsCodeGuruProfilerProfilingGroup = "AWS::CodeGuruProfiler::ProfilingGroup"

    // ResourceTypeAwsRoute53resolverResolverQueryLoggingConfig is a ResourceType enum value
    ResourceTypeAwsRoute53resolverResolverQueryLoggingConfig = "AWS::Route53Resolver::ResolverQueryLoggingConfig"

    // ResourceTypeAwsBatchSchedulingPolicy is a ResourceType enum value
    ResourceTypeAwsBatchSchedulingPolicy = "AWS::Batch::SchedulingPolicy"

    // ResourceTypeAwsAcmpcaCertificateAuthorityActivation is a ResourceType enum value
    ResourceTypeAwsAcmpcaCertificateAuthorityActivation = "AWS::ACMPCA::CertificateAuthorityActivation"

    // ResourceTypeAwsAppMeshGatewayRoute is a ResourceType enum value
    ResourceTypeAwsAppMeshGatewayRoute = "AWS::AppMesh::GatewayRoute"

    // ResourceTypeAwsAppMeshMesh is a ResourceType enum value
    ResourceTypeAwsAppMeshMesh = "AWS::AppMesh::Mesh"

    // ResourceTypeAwsConnectInstance is a ResourceType enum value
    ResourceTypeAwsConnectInstance = "AWS::Connect::Instance"

    // ResourceTypeAwsConnectQuickConnect is a ResourceType enum value
    ResourceTypeAwsConnectQuickConnect = "AWS::Connect::QuickConnect"

    // ResourceTypeAwsEc2CarrierGateway is a ResourceType enum value
    ResourceTypeAwsEc2CarrierGateway = "AWS::EC2::CarrierGateway"

    // ResourceTypeAwsEc2Ipampool is a ResourceType enum value
    ResourceTypeAwsEc2Ipampool = "AWS::EC2::IPAMPool"

    // ResourceTypeAwsEc2TransitGatewayConnect is a ResourceType enum value
    ResourceTypeAwsEc2TransitGatewayConnect = "AWS::EC2::TransitGatewayConnect"

    // ResourceTypeAwsEc2TransitGatewayMulticastDomain is a ResourceType enum value
    ResourceTypeAwsEc2TransitGatewayMulticastDomain = "AWS::EC2::TransitGatewayMulticastDomain"

    // ResourceTypeAwsEcsCapacityProvider is a ResourceType enum value
    ResourceTypeAwsEcsCapacityProvider = "AWS::ECS::CapacityProvider"

    // ResourceTypeAwsIamInstanceProfile is a ResourceType enum value
    ResourceTypeAwsIamInstanceProfile = "AWS::IAM::InstanceProfile"

    // ResourceTypeAwsIoTCacertificate is a ResourceType enum value
    ResourceTypeAwsIoTCacertificate = "AWS::IoT::CACertificate"

    // ResourceTypeAwsIoTtwinMakerSyncJob is a ResourceType enum value
    ResourceTypeAwsIoTtwinMakerSyncJob = "AWS::IoTTwinMaker::SyncJob"

    // ResourceTypeAwsKafkaConnectConnector is a ResourceType enum value
    ResourceTypeAwsKafkaConnectConnector = "AWS::KafkaConnect::Connector"

    // ResourceTypeAwsLambdaCodeSigningConfig is a ResourceType enum value
    ResourceTypeAwsLambdaCodeSigningConfig = "AWS::Lambda::CodeSigningConfig"

    // ResourceTypeAwsNetworkManagerConnectPeer is a ResourceType enum value
    ResourceTypeAwsNetworkManagerConnectPeer = "AWS::NetworkManager::ConnectPeer"

    // ResourceTypeAwsResourceExplorer2Index is a ResourceType enum value
    ResourceTypeAwsResourceExplorer2Index = "AWS::ResourceExplorer2::Index"

    // ResourceTypeAwsAppStreamFleet is a ResourceType enum value
    ResourceTypeAwsAppStreamFleet = "AWS::AppStream::Fleet"

    // ResourceTypeAwsCognitoUserPool is a ResourceType enum value
    ResourceTypeAwsCognitoUserPool = "AWS::Cognito::UserPool"

    // ResourceTypeAwsCognitoUserPoolClient is a ResourceType enum value
    ResourceTypeAwsCognitoUserPoolClient = "AWS::Cognito::UserPoolClient"

    // ResourceTypeAwsCognitoUserPoolGroup is a ResourceType enum value
    ResourceTypeAwsCognitoUserPoolGroup = "AWS::Cognito::UserPoolGroup"

    // ResourceTypeAwsEc2NetworkInsightsAccessScope is a ResourceType enum value
    ResourceTypeAwsEc2NetworkInsightsAccessScope = "AWS::EC2::NetworkInsightsAccessScope"

    // ResourceTypeAwsEc2NetworkInsightsAnalysis is a ResourceType enum value
    ResourceTypeAwsEc2NetworkInsightsAnalysis = "AWS::EC2::NetworkInsightsAnalysis"

    // ResourceTypeAwsGrafanaWorkspace is a ResourceType enum value
    ResourceTypeAwsGrafanaWorkspace = "AWS::Grafana::Workspace"

    // ResourceTypeAwsGroundStationDataflowEndpointGroup is a ResourceType enum value
    ResourceTypeAwsGroundStationDataflowEndpointGroup = "AWS::GroundStation::DataflowEndpointGroup"

    // ResourceTypeAwsImageBuilderImageRecipe is a ResourceType enum value
    ResourceTypeAwsImageBuilderImageRecipe = "AWS::ImageBuilder::ImageRecipe"

    // ResourceTypeAwsKmsAlias is a ResourceType enum value
    ResourceTypeAwsKmsAlias = "AWS::KMS::Alias"

    // ResourceTypeAwsM2Environment is a ResourceType enum value
    ResourceTypeAwsM2Environment = "AWS::M2::Environment"

    // ResourceTypeAwsQuickSightDataSource is a ResourceType enum value
    ResourceTypeAwsQuickSightDataSource = "AWS::QuickSight::DataSource"

    // ResourceTypeAwsQuickSightTemplate is a ResourceType enum value
    ResourceTypeAwsQuickSightTemplate = "AWS::QuickSight::Template"

    // ResourceTypeAwsQuickSightTheme is a ResourceType enum value
    ResourceTypeAwsQuickSightTheme = "AWS::QuickSight::Theme"

    // ResourceTypeAwsRdsOptionGroup is a ResourceType enum value
    ResourceTypeAwsRdsOptionGroup = "AWS::RDS::OptionGroup"

    // ResourceTypeAwsRedshiftEndpointAccess is a ResourceType enum value
    ResourceTypeAwsRedshiftEndpointAccess = "AWS::Redshift::EndpointAccess"

    // ResourceTypeAwsRoute53resolverFirewallRuleGroup is a ResourceType enum value
    ResourceTypeAwsRoute53resolverFirewallRuleGroup = "AWS::Route53Resolver::FirewallRuleGroup"

    // ResourceTypeAwsSsmDocument is a ResourceType enum value
    ResourceTypeAwsSsmDocument = "AWS::SSM::Document"
)
const (
    // SortOrderAscending is a SortOrder enum value
    SortOrderAscending = "ASCENDING"

    // SortOrderDescending is a SortOrder enum value
    SortOrderDescending = "DESCENDING"
)
const (

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

    // ErrCodeIdempotentParameterMismatch for service response error code
    // "IdempotentParameterMismatch".
    //
    // Using the same client token with one or more different parameters. Specify
    // a new client token with the parameter changes and try again.
    ErrCodeIdempotentParameterMismatch = "IdempotentParameterMismatch"

    // ErrCodeInsufficientDeliveryPolicyException for service response error code
    // "InsufficientDeliveryPolicyException".
    //
    // Your Amazon S3 bucket policy does not permit 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 Config lacks permissions to perform the config:Put* action.
    //
    //    * For PutConfigRule, the 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 the following permissions:
    //    You do not have permission to call IAM GetRole action or create a service-linked
    //    role. You do not have permission to read Amazon S3 bucket or call SSM:GetDocument.
    ErrCodeInsufficientPermissionsException = "InsufficientPermissionsException"

    // ErrCodeInvalidConfigurationRecorderNameException for service response error code
    // "InvalidConfigurationRecorderNameException".
    //
    // You have provided a name for the configuration recorder 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 not valid. 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 not valid. Verify that your parameters
    // are valid and try again.
    ErrCodeInvalidParameterValueException = "InvalidParameterValueException"

    // ErrCodeInvalidRecordingGroupException for service response error code
    // "InvalidRecordingGroupException".
    //
    // Indicates one of the following errors:
    //
    //    * You have provided a combination of parameter values that is not valid.
    //    For example: Setting the allSupported field of RecordingGroup (https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html)
    //    to true, but providing a non-empty list for the resourceTypesfield of
    //    RecordingGroup (https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html).
    //    Setting the allSupported field of RecordingGroup (https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html)
    //    to true, but also setting the useOnly field of RecordingStrategy (https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingStrategy.html)
    //    to EXCLUSION_BY_RESOURCE_TYPES.
    //
    //    * Every parameter is either null, false, or empty.
    //
    //    * You have reached the limit of the number of resource types you can provide
    //    for the recording group.
    //
    //    * You have provided resource types or a recording strategy that are not
    //    valid.
    ErrCodeInvalidRecordingGroupException = "InvalidRecordingGroupException"

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

    // ErrCodeInvalidRoleException for service response error code
    // "InvalidRoleException".
    //
    // You have provided a null or empty Amazon Resource Name (ARN) for the IAM
    // role assumed by Config and used by the configuration recorder.
    ErrCodeInvalidRoleException = "InvalidRoleException"

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

    // ErrCodeInvalidS3KmsKeyArnException for service response error code
    // "InvalidS3KmsKeyArnException".
    //
    // The specified Amazon KMS Key ARN is not valid.
    ErrCodeInvalidS3KmsKeyArnException = "InvalidS3KmsKeyArnException"

    // 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 of active custom resource types in your account.
    // There is a limit of 100,000. Delete unused resources using DeleteResourceConfig
    // (https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteResourceConfig.html) .
    ErrCodeMaxActiveResourcesExceededException = "MaxActiveResourcesExceededException"

    // ErrCodeMaxNumberOfConfigRulesExceededException for service response error code
    // "MaxNumberOfConfigRulesExceededException".
    //
    // Failed to add the Config rule because the account already contains the maximum
    // number of 1000 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 configuration recorders you can
    // create.
    ErrCodeMaxNumberOfConfigurationRecordersExceededException = "MaxNumberOfConfigurationRecordersExceededException"

    // ErrCodeMaxNumberOfConformancePacksExceededException for service response error code
    // "MaxNumberOfConformancePacksExceededException".
    //
    // You have reached the limit of the number of conformance packs you can create
    // in an account. For more information, see Service Limits (https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html)
    // in the Config Developer Guide.
    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. For more information, see see Service Limits (https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html)
    // in the Config Developer Guide.
    ErrCodeMaxNumberOfOrganizationConfigRulesExceededException = "MaxNumberOfOrganizationConfigRulesExceededException"

    // ErrCodeMaxNumberOfOrganizationConformancePacksExceededException for service response error code
    // "MaxNumberOfOrganizationConformancePacksExceededException".
    //
    // You have reached the limit of the number of organization conformance packs
    // you can create in an account. For more information, see Service Limits (https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html)
    // in the Config Developer Guide.
    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".
    //
    // The Config rule in the request is not valid. Verify that the rule is an Config
    // Process Check rule, that the rule name is correct, and that valid Amazon
    // Resouce Names (ARNs) are used before trying again.
    ErrCodeNoSuchConfigRuleException = "NoSuchConfigRuleException"

    // ErrCodeNoSuchConfigRuleInConformancePackException for service response error code
    // "NoSuchConfigRuleInConformancePackException".
    //
    // 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".
    //
    // The Config rule in the request is not valid. Verify that the rule is an organization
    // Config Process Check rule, that the rule name is correct, and that valid
    // Amazon Resouce Names (ARNs) are used before trying again.
    ErrCodeNoSuchOrganizationConfigRuleException = "NoSuchOrganizationConfigRuleException"

    // ErrCodeNoSuchOrganizationConformancePackException for service response error code
    // "NoSuchOrganizationConformancePackException".
    //
    // 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 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 PutConfigurationAggregator API, you can see this exception for the following
    // reasons:
    //
    //    * No permission to call EnableAWSServiceAccess API
    //
    //    * The configuration aggregator cannot be updated because your Amazon Web
    //    Services Organization management account or the delegated administrator
    //    role changed. Delete this aggregator and create a new one with the current
    //    Amazon Web Services Organization.
    //
    //    * The configuration aggregator is associated with a previous Amazon Web
    //    Services Organization and Config cannot aggregate data with current Amazon
    //    Web Services Organization. Delete this aggregator and create a new one
    //    with the current Amazon Web Services Organization.
    //
    //    * You are not a registered delegated administrator for Config with permissions
    //    to call ListDelegatedAdministrators API. Ensure that the management account
    //    registers delagated administrator for Config service principle name before
    //    the delegated administrator creates an aggregator.
    //
    // For all OrganizationConfigRule and OrganizationConformancePack APIs, Config
    // throws an exception if APIs are called from member accounts. All APIs must
    // be called from organization management account.
    ErrCodeOrganizationAccessDeniedException = "OrganizationAccessDeniedException"

    // ErrCodeOrganizationAllFeaturesNotEnabledException for service response error code
    // "OrganizationAllFeaturesNotEnabledException".
    //
    // 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 Amazon
    // Web Services Systems Manager or wait and try again later.
    ErrCodeRemediationInProgressException = "RemediationInProgressException"

    // ErrCodeResourceConcurrentModificationException for service response error code
    // "ResourceConcurrentModificationException".
    //
    // Two users are trying to modify the same query at the same time. Wait for
    // a moment and try again.
    ErrCodeResourceConcurrentModificationException = "ResourceConcurrentModificationException"

    // ErrCodeResourceInUseException for service response error code
    // "ResourceInUseException".
    //
    // You see this exception in the following cases:
    //
    //    * For DeleteConfigRule, 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 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. For more information,
    // see Service Limits (https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html)
    // in the Config Developer Guide.
    ErrCodeTooManyTagsException = "TooManyTagsException"

    // ErrCodeValidationException for service response error code
    // "ValidationException".
    //
    // The requested action is not valid.
    //
    // For PutStoredQuery, you will see this exception if there are missing required
    // fields or if the input value fails the validation, or if you are trying to
    // create more than 300 queries.
    //
    // For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this
    // exception if there are missing required fields or if the input value fails
    // the validation.
    ErrCodeValidationException = "ValidationException"
)
const (
    ServiceName = "config"         // Name of service.
    EndpointsID = ServiceName      // ID to lookup a service endpoint with.
    ServiceID   = "Config Service" // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // EventSourceAwsConfig is a EventSource enum value
    EventSourceAwsConfig = "aws.config"
)
const (
    // RemediationTargetTypeSsmDocument is a RemediationTargetType enum value
    RemediationTargetTypeSsmDocument = "SSM_DOCUMENT"
)
const (
    // ResourceConfigurationSchemaTypeCfnResourceSchema is a ResourceConfigurationSchemaType enum value
    ResourceConfigurationSchemaTypeCfnResourceSchema = "CFN_RESOURCE_SCHEMA"
)
const (
    // ResourceValueTypeResourceId is a ResourceValueType enum value
    ResourceValueTypeResourceId = "RESOURCE_ID"
)
const (
    // SortByScore is a SortBy enum value
    SortByScore = "SCORE"
)

func AggregateConformancePackComplianceSummaryGroupKey_Values

func AggregateConformancePackComplianceSummaryGroupKey_Values() []string

AggregateConformancePackComplianceSummaryGroupKey_Values returns all elements of the AggregateConformancePackComplianceSummaryGroupKey enum

func AggregatedSourceStatusType_Values

func AggregatedSourceStatusType_Values() []string

AggregatedSourceStatusType_Values returns all elements of the AggregatedSourceStatusType enum

func AggregatedSourceType_Values

func AggregatedSourceType_Values() []string

AggregatedSourceType_Values returns all elements of the AggregatedSourceType enum

func ChronologicalOrder_Values

func ChronologicalOrder_Values() []string

ChronologicalOrder_Values returns all elements of the ChronologicalOrder enum

func ComplianceType_Values

func ComplianceType_Values() []string

ComplianceType_Values returns all elements of the ComplianceType enum

func ConfigRuleComplianceSummaryGroupKey_Values

func ConfigRuleComplianceSummaryGroupKey_Values() []string

ConfigRuleComplianceSummaryGroupKey_Values returns all elements of the ConfigRuleComplianceSummaryGroupKey enum

func ConfigRuleState_Values

func ConfigRuleState_Values() []string

ConfigRuleState_Values returns all elements of the ConfigRuleState enum

func ConfigurationItemStatus_Values

func ConfigurationItemStatus_Values() []string

ConfigurationItemStatus_Values returns all elements of the ConfigurationItemStatus enum

func ConformancePackComplianceType_Values

func ConformancePackComplianceType_Values() []string

ConformancePackComplianceType_Values returns all elements of the ConformancePackComplianceType enum

func ConformancePackState_Values

func ConformancePackState_Values() []string

ConformancePackState_Values returns all elements of the ConformancePackState enum

func DeliveryStatus_Values

func DeliveryStatus_Values() []string

DeliveryStatus_Values returns all elements of the DeliveryStatus enum

func EvaluationMode_Values

func EvaluationMode_Values() []string

EvaluationMode_Values returns all elements of the EvaluationMode enum

func EventSource_Values

func EventSource_Values() []string

EventSource_Values returns all elements of the EventSource enum

func MaximumExecutionFrequency_Values

func MaximumExecutionFrequency_Values() []string

MaximumExecutionFrequency_Values returns all elements of the MaximumExecutionFrequency enum

func MemberAccountRuleStatus_Values

func MemberAccountRuleStatus_Values() []string

MemberAccountRuleStatus_Values returns all elements of the MemberAccountRuleStatus enum

func MessageType_Values

func MessageType_Values() []string

MessageType_Values returns all elements of the MessageType enum

func OrganizationConfigRuleTriggerTypeNoSN_Values

func OrganizationConfigRuleTriggerTypeNoSN_Values() []string

OrganizationConfigRuleTriggerTypeNoSN_Values returns all elements of the OrganizationConfigRuleTriggerTypeNoSN enum

func OrganizationConfigRuleTriggerType_Values

func OrganizationConfigRuleTriggerType_Values() []string

OrganizationConfigRuleTriggerType_Values returns all elements of the OrganizationConfigRuleTriggerType enum

func OrganizationResourceDetailedStatus_Values

func OrganizationResourceDetailedStatus_Values() []string

OrganizationResourceDetailedStatus_Values returns all elements of the OrganizationResourceDetailedStatus enum

func OrganizationResourceStatus_Values

func OrganizationResourceStatus_Values() []string

OrganizationResourceStatus_Values returns all elements of the OrganizationResourceStatus enum

func OrganizationRuleStatus_Values

func OrganizationRuleStatus_Values() []string

OrganizationRuleStatus_Values returns all elements of the OrganizationRuleStatus enum

func Owner_Values

func Owner_Values() []string

Owner_Values returns all elements of the Owner enum

func RecorderStatus_Values

func RecorderStatus_Values() []string

RecorderStatus_Values returns all elements of the RecorderStatus enum

func RecordingFrequency_Values

func RecordingFrequency_Values() []string

RecordingFrequency_Values returns all elements of the RecordingFrequency enum

func RecordingStrategyType_Values

func RecordingStrategyType_Values() []string

RecordingStrategyType_Values returns all elements of the RecordingStrategyType enum

func RemediationExecutionState_Values

func RemediationExecutionState_Values() []string

RemediationExecutionState_Values returns all elements of the RemediationExecutionState enum

func RemediationExecutionStepState_Values

func RemediationExecutionStepState_Values() []string

RemediationExecutionStepState_Values returns all elements of the RemediationExecutionStepState enum

func RemediationTargetType_Values

func RemediationTargetType_Values() []string

RemediationTargetType_Values returns all elements of the RemediationTargetType enum

func ResourceConfigurationSchemaType_Values

func ResourceConfigurationSchemaType_Values() []string

ResourceConfigurationSchemaType_Values returns all elements of the ResourceConfigurationSchemaType enum

func ResourceCountGroupKey_Values

func ResourceCountGroupKey_Values() []string

ResourceCountGroupKey_Values returns all elements of the ResourceCountGroupKey enum

func ResourceEvaluationStatus_Values

func ResourceEvaluationStatus_Values() []string

ResourceEvaluationStatus_Values returns all elements of the ResourceEvaluationStatus enum

func ResourceType_Values

func ResourceType_Values() []string

ResourceType_Values returns all elements of the ResourceType enum

func ResourceValueType_Values

func ResourceValueType_Values() []string

ResourceValueType_Values returns all elements of the ResourceValueType enum

func SortBy_Values

func SortBy_Values() []string

SortBy_Values returns all elements of the SortBy enum

func SortOrder_Values

func SortOrder_Values() []string

SortOrder_Values returns all elements of the SortOrder enum

type AccountAggregationSource

type AccountAggregationSource struct {

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

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

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

A collection of accounts and regions.

func (AccountAggregationSource) GoString

func (s AccountAggregationSource) GoString() string

GoString returns the string representation.

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

func (*AccountAggregationSource) SetAccountIds

func (s *AccountAggregationSource) SetAccountIds(v []*string) *AccountAggregationSource

SetAccountIds sets the AccountIds field's value.

func (*AccountAggregationSource) SetAllAwsRegions

func (s *AccountAggregationSource) SetAllAwsRegions(v bool) *AccountAggregationSource

SetAllAwsRegions sets the AllAwsRegions field's value.

func (*AccountAggregationSource) SetAwsRegions

func (s *AccountAggregationSource) SetAwsRegions(v []*string) *AccountAggregationSource

SetAwsRegions sets the AwsRegions field's value.

func (AccountAggregationSource) String

func (s AccountAggregationSource) String() string

String returns the string representation.

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

func (*AccountAggregationSource) Validate

func (s *AccountAggregationSource) Validate() error

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

type AggregateComplianceByConfigRule

type AggregateComplianceByConfigRule struct {

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

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

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

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

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

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

func (AggregateComplianceByConfigRule) GoString

func (s AggregateComplianceByConfigRule) GoString() string

GoString returns the string representation.

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

func (*AggregateComplianceByConfigRule) SetAccountId

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

SetAccountId sets the AccountId field's value.

func (*AggregateComplianceByConfigRule) SetAwsRegion

func (s *AggregateComplianceByConfigRule) SetAwsRegion(v string) *AggregateComplianceByConfigRule

SetAwsRegion sets the AwsRegion field's value.

func (*AggregateComplianceByConfigRule) SetCompliance

func (s *AggregateComplianceByConfigRule) SetCompliance(v *Compliance) *AggregateComplianceByConfigRule

SetCompliance sets the Compliance field's value.

func (*AggregateComplianceByConfigRule) SetConfigRuleName

func (s *AggregateComplianceByConfigRule) SetConfigRuleName(v string) *AggregateComplianceByConfigRule

SetConfigRuleName sets the ConfigRuleName field's value.

func (AggregateComplianceByConfigRule) String

func (s AggregateComplianceByConfigRule) String() string

String returns the string representation.

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

type AggregateComplianceByConformancePack

type AggregateComplianceByConformancePack struct {

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

    // The source Amazon Web Services Region from where the data is aggregated.
    AwsRegion *string `min:"1" type:"string"`

    // The compliance status of the conformance pack.
    Compliance *AggregateConformancePackCompliance `type:"structure"`

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

Provides aggregate compliance of the conformance pack. Indicates whether a conformance pack is compliant based on the name of the conformance pack, account ID, and region.

A conformance pack is compliant if all of the rules in a conformance packs are compliant. It is noncompliant if any of the rules are not compliant. The compliance status of a conformance pack is INSUFFICIENT_DATA only if all rules within a conformance pack cannot be evaluated due to insufficient data. If some of the rules in a conformance pack are compliant but the compliance status of other rules in that same conformance pack is INSUFFICIENT_DATA, the conformance pack shows compliant.

func (AggregateComplianceByConformancePack) GoString

func (s AggregateComplianceByConformancePack) GoString() string

GoString returns the string representation.

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

func (*AggregateComplianceByConformancePack) SetAccountId

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

SetAccountId sets the AccountId field's value.

func (*AggregateComplianceByConformancePack) SetAwsRegion

func (s *AggregateComplianceByConformancePack) SetAwsRegion(v string) *AggregateComplianceByConformancePack

SetAwsRegion sets the AwsRegion field's value.

func (*AggregateComplianceByConformancePack) SetCompliance

func (s *AggregateComplianceByConformancePack) SetCompliance(v *AggregateConformancePackCompliance) *AggregateComplianceByConformancePack

SetCompliance sets the Compliance field's value.

func (*AggregateComplianceByConformancePack) SetConformancePackName

func (s *AggregateComplianceByConformancePack) SetConformancePackName(v string) *AggregateComplianceByConformancePack

SetConformancePackName sets the ConformancePackName field's value.

func (AggregateComplianceByConformancePack) String

func (s AggregateComplianceByConformancePack) String() string

String returns the string representation.

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

type AggregateComplianceCount

type AggregateComplianceCount struct {

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

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

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

func (AggregateComplianceCount) GoString

func (s AggregateComplianceCount) GoString() string

GoString returns the string representation.

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

func (*AggregateComplianceCount) SetComplianceSummary

func (s *AggregateComplianceCount) SetComplianceSummary(v *ComplianceSummary) *AggregateComplianceCount

SetComplianceSummary sets the ComplianceSummary field's value.

func (*AggregateComplianceCount) SetGroupName

func (s *AggregateComplianceCount) SetGroupName(v string) *AggregateComplianceCount

SetGroupName sets the GroupName field's value.

func (AggregateComplianceCount) String

func (s AggregateComplianceCount) String() string

String returns the string representation.

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

type AggregateConformancePackCompliance

type AggregateConformancePackCompliance struct {

    // The compliance status of the conformance pack.
    ComplianceType *string `type:"string" enum:"ConformancePackComplianceType"`

    // The number of compliant Config Rules.
    CompliantRuleCount *int64 `type:"integer"`

    // The number of noncompliant Config Rules.
    NonCompliantRuleCount *int64 `type:"integer"`

    // Total number of compliant rules, noncompliant rules, and the rules that do
    // not have any applicable resources to evaluate upon resulting in insufficient
    // data.
    TotalRuleCount *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Provides the number of compliant and noncompliant rules within a conformance pack. Also provides the compliance status of the conformance pack and the total rule count which includes compliant rules, noncompliant rules, and rules that cannot be evaluated due to insufficient data.

A conformance pack is compliant if all of the rules in a conformance packs are compliant. It is noncompliant if any of the rules are not compliant. The compliance status of a conformance pack is INSUFFICIENT_DATA only if all rules within a conformance pack cannot be evaluated due to insufficient data. If some of the rules in a conformance pack are compliant but the compliance status of other rules in that same conformance pack is INSUFFICIENT_DATA, the conformance pack shows compliant.

func (AggregateConformancePackCompliance) GoString

func (s AggregateConformancePackCompliance) GoString() string

GoString returns the string representation.

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

func (*AggregateConformancePackCompliance) SetComplianceType

func (s *AggregateConformancePackCompliance) SetComplianceType(v string) *AggregateConformancePackCompliance

SetComplianceType sets the ComplianceType field's value.

func (*AggregateConformancePackCompliance) SetCompliantRuleCount

func (s *AggregateConformancePackCompliance) SetCompliantRuleCount(v int64) *AggregateConformancePackCompliance

SetCompliantRuleCount sets the CompliantRuleCount field's value.

func (*AggregateConformancePackCompliance) SetNonCompliantRuleCount

func (s *AggregateConformancePackCompliance) SetNonCompliantRuleCount(v int64) *AggregateConformancePackCompliance

SetNonCompliantRuleCount sets the NonCompliantRuleCount field's value.

func (*AggregateConformancePackCompliance) SetTotalRuleCount

func (s *AggregateConformancePackCompliance) SetTotalRuleCount(v int64) *AggregateConformancePackCompliance

SetTotalRuleCount sets the TotalRuleCount field's value.

func (AggregateConformancePackCompliance) String

func (s AggregateConformancePackCompliance) String() string

String returns the string representation.

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

type AggregateConformancePackComplianceCount

type AggregateConformancePackComplianceCount struct {

    // Number of compliant conformance packs.
    CompliantConformancePackCount *int64 `type:"integer"`

    // Number of noncompliant conformance packs.
    NonCompliantConformancePackCount *int64 `type:"integer"`
    // contains filtered or unexported fields
}

The number of conformance packs that are compliant and noncompliant.

func (AggregateConformancePackComplianceCount) GoString

func (s AggregateConformancePackComplianceCount) GoString() string

GoString returns the string representation.

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

func (*AggregateConformancePackComplianceCount) SetCompliantConformancePackCount

func (s *AggregateConformancePackComplianceCount) SetCompliantConformancePackCount(v int64) *AggregateConformancePackComplianceCount

SetCompliantConformancePackCount sets the CompliantConformancePackCount field's value.

func (*AggregateConformancePackComplianceCount) SetNonCompliantConformancePackCount

func (s *AggregateConformancePackComplianceCount) SetNonCompliantConformancePackCount(v int64) *AggregateConformancePackComplianceCount

SetNonCompliantConformancePackCount sets the NonCompliantConformancePackCount field's value.

func (AggregateConformancePackComplianceCount) String

func (s AggregateConformancePackComplianceCount) String() string

String returns the string representation.

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

type AggregateConformancePackComplianceFilters

type AggregateConformancePackComplianceFilters struct {

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

    // The source Amazon Web Services Region from where the data is aggregated.
    AwsRegion *string `min:"1" type:"string"`

    // The compliance status of the conformance pack.
    ComplianceType *string `type:"string" enum:"ConformancePackComplianceType"`

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

Filters the conformance packs based on an account ID, region, compliance type, and the name of the conformance pack.

func (AggregateConformancePackComplianceFilters) GoString

func (s AggregateConformancePackComplianceFilters) GoString() string

GoString returns the string representation.

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

func (*AggregateConformancePackComplianceFilters) SetAccountId

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

SetAccountId sets the AccountId field's value.

func (*AggregateConformancePackComplianceFilters) SetAwsRegion

func (s *AggregateConformancePackComplianceFilters) SetAwsRegion(v string) *AggregateConformancePackComplianceFilters

SetAwsRegion sets the AwsRegion field's value.

func (*AggregateConformancePackComplianceFilters) SetComplianceType

func (s *AggregateConformancePackComplianceFilters) SetComplianceType(v string) *AggregateConformancePackComplianceFilters

SetComplianceType sets the ComplianceType field's value.

func (*AggregateConformancePackComplianceFilters) SetConformancePackName

func (s *AggregateConformancePackComplianceFilters) SetConformancePackName(v string) *AggregateConformancePackComplianceFilters

SetConformancePackName sets the ConformancePackName field's value.

func (AggregateConformancePackComplianceFilters) String

func (s AggregateConformancePackComplianceFilters) String() string

String returns the string representation.

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

func (*AggregateConformancePackComplianceFilters) Validate

func (s *AggregateConformancePackComplianceFilters) Validate() error

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

type AggregateConformancePackComplianceSummary

type AggregateConformancePackComplianceSummary struct {

    // Returns an AggregateConformancePackComplianceCount object.
    ComplianceSummary *AggregateConformancePackComplianceCount `type:"structure"`

    // Groups the result based on Amazon Web Services account ID or Amazon Web Services
    // Region.
    GroupName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Provides a summary of compliance based on either account ID or region.

func (AggregateConformancePackComplianceSummary) GoString

func (s AggregateConformancePackComplianceSummary) GoString() string

GoString returns the string representation.

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

func (*AggregateConformancePackComplianceSummary) SetComplianceSummary

func (s *AggregateConformancePackComplianceSummary) SetComplianceSummary(v *AggregateConformancePackComplianceCount) *AggregateConformancePackComplianceSummary

SetComplianceSummary sets the ComplianceSummary field's value.

func (*AggregateConformancePackComplianceSummary) SetGroupName

func (s *AggregateConformancePackComplianceSummary) SetGroupName(v string) *AggregateConformancePackComplianceSummary

SetGroupName sets the GroupName field's value.

func (AggregateConformancePackComplianceSummary) String

func (s AggregateConformancePackComplianceSummary) String() string

String returns the string representation.

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

type AggregateConformancePackComplianceSummaryFilters

type AggregateConformancePackComplianceSummaryFilters struct {

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

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

Filters the results based on account ID and region.

func (AggregateConformancePackComplianceSummaryFilters) GoString

func (s AggregateConformancePackComplianceSummaryFilters) GoString() string

GoString returns the string representation.

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

func (*AggregateConformancePackComplianceSummaryFilters) SetAccountId

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

SetAccountId sets the AccountId field's value.

func (*AggregateConformancePackComplianceSummaryFilters) SetAwsRegion

func (s *AggregateConformancePackComplianceSummaryFilters) SetAwsRegion(v string) *AggregateConformancePackComplianceSummaryFilters

SetAwsRegion sets the AwsRegion field's value.

func (AggregateConformancePackComplianceSummaryFilters) String

func (s AggregateConformancePackComplianceSummaryFilters) String() string

String returns the string representation.

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

func (*AggregateConformancePackComplianceSummaryFilters) Validate

func (s *AggregateConformancePackComplianceSummaryFilters) Validate() error

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

type AggregateEvaluationResult

type AggregateEvaluationResult struct {

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

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

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

    // The resource compliance status.
    //
    // For the AggregationEvaluationResult data type, Config supports only the COMPLIANT
    // and NON_COMPLIANT. Config does not support the NOT_APPLICABLE and INSUFFICIENT_DATA
    // value.
    ComplianceType *string `type:"string" enum:"ComplianceType"`

    // The time when the Config rule evaluated the Amazon Web Services resource.
    ConfigRuleInvokedTime *time.Time `type:"timestamp"`

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

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

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

func (AggregateEvaluationResult) GoString

func (s AggregateEvaluationResult) GoString() string

GoString returns the string representation.

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

func (*AggregateEvaluationResult) SetAccountId

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

SetAccountId sets the AccountId field's value.

func (*AggregateEvaluationResult) SetAnnotation

func (s *AggregateEvaluationResult) SetAnnotation(v string) *AggregateEvaluationResult

SetAnnotation sets the Annotation field's value.

func (*AggregateEvaluationResult) SetAwsRegion

func (s *AggregateEvaluationResult) SetAwsRegion(v string) *AggregateEvaluationResult

SetAwsRegion sets the AwsRegion field's value.

func (*AggregateEvaluationResult) SetComplianceType

func (s *AggregateEvaluationResult) SetComplianceType(v string) *AggregateEvaluationResult

SetComplianceType sets the ComplianceType field's value.

func (*AggregateEvaluationResult) SetConfigRuleInvokedTime

func (s *AggregateEvaluationResult) SetConfigRuleInvokedTime(v time.Time) *AggregateEvaluationResult

SetConfigRuleInvokedTime sets the ConfigRuleInvokedTime field's value.

func (*AggregateEvaluationResult) SetEvaluationResultIdentifier

func (s *AggregateEvaluationResult) SetEvaluationResultIdentifier(v *EvaluationResultIdentifier) *AggregateEvaluationResult

SetEvaluationResultIdentifier sets the EvaluationResultIdentifier field's value.

func (*AggregateEvaluationResult) SetResultRecordedTime

func (s *AggregateEvaluationResult) SetResultRecordedTime(v time.Time) *AggregateEvaluationResult

SetResultRecordedTime sets the ResultRecordedTime field's value.

func (AggregateEvaluationResult) String

func (s AggregateEvaluationResult) String() string

String returns the string representation.

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

type AggregateResourceIdentifier

type AggregateResourceIdentifier struct {

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

    // The name of the Amazon Web Services resource.
    ResourceName *string `type:"string"`

    // The type of the Amazon Web Services resource.
    //
    // ResourceType is a required field
    ResourceType *string `type:"string" required:"true" enum:"ResourceType"`

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

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

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

func (AggregateResourceIdentifier) GoString

func (s AggregateResourceIdentifier) GoString() string

GoString returns the string representation.

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

func (*AggregateResourceIdentifier) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (*AggregateResourceIdentifier) SetResourceName

func (s *AggregateResourceIdentifier) SetResourceName(v string) *AggregateResourceIdentifier

SetResourceName sets the ResourceName field's value.

func (*AggregateResourceIdentifier) SetResourceType

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

SetResourceType sets the ResourceType field's value.

func (*AggregateResourceIdentifier) SetSourceAccountId

func (s *AggregateResourceIdentifier) SetSourceAccountId(v string) *AggregateResourceIdentifier

SetSourceAccountId sets the SourceAccountId field's value.

func (*AggregateResourceIdentifier) SetSourceRegion

func (s *AggregateResourceIdentifier) SetSourceRegion(v string) *AggregateResourceIdentifier

SetSourceRegion sets the SourceRegion field's value.

func (AggregateResourceIdentifier) String

func (s AggregateResourceIdentifier) String() string

String returns the string representation.

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

func (*AggregateResourceIdentifier) Validate

func (s *AggregateResourceIdentifier) Validate() error

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

type AggregatedSourceStatus

type AggregatedSourceStatus struct {

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

    // The error code that Config returned when the source account aggregation last
    // failed.
    LastErrorCode *string `type:"string"`

    // The message indicating that the source account aggregation failed due to
    // an error.
    LastErrorMessage *string `type:"string"`

    // Filters the last updated status type.
    //
    //    * Valid value FAILED indicates errors while moving data.
    //
    //    * Valid value SUCCEEDED indicates the data was successfully moved.
    //
    //    * Valid value OUTDATED indicates the data is not the most recent.
    LastUpdateStatus *string `type:"string" enum:"AggregatedSourceStatusType"`

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

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

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

The current sync status between the source and the aggregator account.

func (AggregatedSourceStatus) GoString

func (s AggregatedSourceStatus) GoString() string

GoString returns the string representation.

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

func (*AggregatedSourceStatus) SetAwsRegion

func (s *AggregatedSourceStatus) SetAwsRegion(v string) *AggregatedSourceStatus

SetAwsRegion sets the AwsRegion field's value.

func (*AggregatedSourceStatus) SetLastErrorCode

func (s *AggregatedSourceStatus) SetLastErrorCode(v string) *AggregatedSourceStatus

SetLastErrorCode sets the LastErrorCode field's value.

func (*AggregatedSourceStatus) SetLastErrorMessage

func (s *AggregatedSourceStatus) SetLastErrorMessage(v string) *AggregatedSourceStatus

SetLastErrorMessage sets the LastErrorMessage field's value.

func (*AggregatedSourceStatus) SetLastUpdateStatus

func (s *AggregatedSourceStatus) SetLastUpdateStatus(v string) *AggregatedSourceStatus

SetLastUpdateStatus sets the LastUpdateStatus field's value.

func (*AggregatedSourceStatus) SetLastUpdateTime

func (s *AggregatedSourceStatus) SetLastUpdateTime(v time.Time) *AggregatedSourceStatus

SetLastUpdateTime sets the LastUpdateTime field's value.

func (*AggregatedSourceStatus) SetSourceId

func (s *AggregatedSourceStatus) SetSourceId(v string) *AggregatedSourceStatus

SetSourceId sets the SourceId field's value.

func (*AggregatedSourceStatus) SetSourceType

func (s *AggregatedSourceStatus) SetSourceType(v string) *AggregatedSourceStatus

SetSourceType sets the SourceType field's value.

func (AggregatedSourceStatus) String

func (s AggregatedSourceStatus) String() string

String returns the string representation.

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

type AggregationAuthorization

type AggregationAuthorization struct {

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

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

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

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

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

func (AggregationAuthorization) GoString

func (s AggregationAuthorization) GoString() string

GoString returns the string representation.

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

func (*AggregationAuthorization) SetAggregationAuthorizationArn

func (s *AggregationAuthorization) SetAggregationAuthorizationArn(v string) *AggregationAuthorization

SetAggregationAuthorizationArn sets the AggregationAuthorizationArn field's value.

func (*AggregationAuthorization) SetAuthorizedAccountId

func (s *AggregationAuthorization) SetAuthorizedAccountId(v string) *AggregationAuthorization

SetAuthorizedAccountId sets the AuthorizedAccountId field's value.

func (*AggregationAuthorization) SetAuthorizedAwsRegion

func (s *AggregationAuthorization) SetAuthorizedAwsRegion(v string) *AggregationAuthorization

SetAuthorizedAwsRegion sets the AuthorizedAwsRegion field's value.

func (*AggregationAuthorization) SetCreationTime

func (s *AggregationAuthorization) SetCreationTime(v time.Time) *AggregationAuthorization

SetCreationTime sets the CreationTime field's value.

func (AggregationAuthorization) String

func (s AggregationAuthorization) String() string

String returns the string representation.

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

type BaseConfigurationItem

type BaseConfigurationItem struct {

    // The 12-digit Amazon Web Services 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 recording of configuration changes was initiated for the
    // resource.
    ConfigurationItemCaptureTime *time.Time `locationName:"configurationItemCaptureTime" type:"timestamp"`

    // The time when configuration changes for the resource were delivered.
    //
    // This field is optional and is not guaranteed to be present in a configuration
    // item (CI). If you are using daily recording, this field will be populated.
    // However, if you are using continuous recording, this field will be omitted
    // since the delivery time is instantaneous as the CI is available right away.
    // For more information on daily recording and continuous recording, see Recording
    // Frequency (https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency)
    // in the Config Developer Guide.
    ConfigurationItemDeliveryTime *time.Time `locationName:"configurationItemDeliveryTime" type:"timestamp"`

    // The configuration item status. Valid values include:
    //
    //    * OK – The resource configuration has been updated.
    //
    //    * ResourceDiscovered – The resource was newly discovered.
    //
    //    * ResourceNotRecorded – The resource was discovered, but its configuration
    //    was not recorded since the recorder doesn't record resources of this type.
    //
    //    * ResourceDeleted – The resource was deleted
    //
    //    * ResourceDeletedNotRecorded – The resource was deleted, but its configuration
    //    was not recorded since the recorder doesn't record resources of this type.
    ConfigurationItemStatus *string `locationName:"configurationItemStatus" type:"string" enum:"ConfigurationItemStatus"`

    // An identifier that indicates the ordering of the configuration items of a
    // resource.
    ConfigurationStateId *string `locationName:"configurationStateId" type:"string"`

    // The recording frequency that Config uses to record configuration changes
    // for the resource.
    RecordingFrequency *string `locationName:"recordingFrequency" type:"string" enum:"RecordingFrequency"`

    // 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 Amazon Web Services resource.
    ResourceType *string `locationName:"resourceType" type:"string" enum:"ResourceType"`

    // Configuration attributes that 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 configurations of a specified resource.

func (BaseConfigurationItem) GoString

func (s BaseConfigurationItem) GoString() string

GoString returns the string representation.

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

func (*BaseConfigurationItem) SetAccountId

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

SetAccountId sets the AccountId field's value.

func (*BaseConfigurationItem) SetArn

func (s *BaseConfigurationItem) SetArn(v string) *BaseConfigurationItem

SetArn sets the Arn field's value.

func (*BaseConfigurationItem) SetAvailabilityZone

func (s *BaseConfigurationItem) SetAvailabilityZone(v string) *BaseConfigurationItem

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*BaseConfigurationItem) SetAwsRegion

func (s *BaseConfigurationItem) SetAwsRegion(v string) *BaseConfigurationItem

SetAwsRegion sets the AwsRegion field's value.

func (*BaseConfigurationItem) SetConfiguration

func (s *BaseConfigurationItem) SetConfiguration(v string) *BaseConfigurationItem

SetConfiguration sets the Configuration field's value.

func (*BaseConfigurationItem) SetConfigurationItemCaptureTime

func (s *BaseConfigurationItem) SetConfigurationItemCaptureTime(v time.Time) *BaseConfigurationItem

SetConfigurationItemCaptureTime sets the ConfigurationItemCaptureTime field's value.

func (*BaseConfigurationItem) SetConfigurationItemDeliveryTime

func (s *BaseConfigurationItem) SetConfigurationItemDeliveryTime(v time.Time) *BaseConfigurationItem

SetConfigurationItemDeliveryTime sets the ConfigurationItemDeliveryTime field's value.

func (*BaseConfigurationItem) SetConfigurationItemStatus

func (s *BaseConfigurationItem) SetConfigurationItemStatus(v string) *BaseConfigurationItem

SetConfigurationItemStatus sets the ConfigurationItemStatus field's value.

func (*BaseConfigurationItem) SetConfigurationStateId

func (s *BaseConfigurationItem) SetConfigurationStateId(v string) *BaseConfigurationItem

SetConfigurationStateId sets the ConfigurationStateId field's value.

func (*BaseConfigurationItem) SetRecordingFrequency

func (s *BaseConfigurationItem) SetRecordingFrequency(v string) *BaseConfigurationItem

SetRecordingFrequency sets the RecordingFrequency field's value.

func (*BaseConfigurationItem) SetResourceCreationTime

func (s *BaseConfigurationItem) SetResourceCreationTime(v time.Time) *BaseConfigurationItem

SetResourceCreationTime sets the ResourceCreationTime field's value.

func (*BaseConfigurationItem) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (*BaseConfigurationItem) SetResourceName

func (s *BaseConfigurationItem) SetResourceName(v string) *BaseConfigurationItem

SetResourceName sets the ResourceName field's value.

func (*BaseConfigurationItem) SetResourceType

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

SetResourceType sets the ResourceType field's value.

func (*BaseConfigurationItem) SetSupplementaryConfiguration

func (s *BaseConfigurationItem) SetSupplementaryConfiguration(v map[string]*string) *BaseConfigurationItem

SetSupplementaryConfiguration sets the SupplementaryConfiguration field's value.

func (*BaseConfigurationItem) SetVersion

func (s *BaseConfigurationItem) SetVersion(v string) *BaseConfigurationItem

SetVersion sets the Version field's value.

func (BaseConfigurationItem) String

func (s BaseConfigurationItem) String() string

String returns the string representation.

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

type BatchGetAggregateResourceConfigInput

type BatchGetAggregateResourceConfigInput struct {

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

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

func (BatchGetAggregateResourceConfigInput) GoString

func (s BatchGetAggregateResourceConfigInput) GoString() string

GoString returns the string representation.

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

func (*BatchGetAggregateResourceConfigInput) SetConfigurationAggregatorName

func (s *BatchGetAggregateResourceConfigInput) SetConfigurationAggregatorName(v string) *BatchGetAggregateResourceConfigInput

SetConfigurationAggregatorName sets the ConfigurationAggregatorName field's value.

func (*BatchGetAggregateResourceConfigInput) SetResourceIdentifiers

func (s *BatchGetAggregateResourceConfigInput) SetResourceIdentifiers(v []*AggregateResourceIdentifier) *BatchGetAggregateResourceConfigInput

SetResourceIdentifiers sets the ResourceIdentifiers field's value.

func (BatchGetAggregateResourceConfigInput) String

func (s BatchGetAggregateResourceConfigInput) String() string

String returns the string representation.

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

func (*BatchGetAggregateResourceConfigInput) Validate

func (s *BatchGetAggregateResourceConfigInput) Validate() error

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

type BatchGetAggregateResourceConfigOutput

type BatchGetAggregateResourceConfigOutput struct {

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

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

func (BatchGetAggregateResourceConfigOutput) GoString

func (s BatchGetAggregateResourceConfigOutput) GoString() string

GoString returns the string representation.

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

func (*BatchGetAggregateResourceConfigOutput) SetBaseConfigurationItems

func (s *BatchGetAggregateResourceConfigOutput) SetBaseConfigurationItems(v []*BaseConfigurationItem) *BatchGetAggregateResourceConfigOutput

SetBaseConfigurationItems sets the BaseConfigurationItems field's value.

func (*BatchGetAggregateResourceConfigOutput) SetUnprocessedResourceIdentifiers

func (s *BatchGetAggregateResourceConfigOutput) SetUnprocessedResourceIdentifiers(v []*AggregateResourceIdentifier) *BatchGetAggregateResourceConfigOutput

SetUnprocessedResourceIdentifiers sets the UnprocessedResourceIdentifiers field's value.

func (BatchGetAggregateResourceConfigOutput) String

func (s BatchGetAggregateResourceConfigOutput) String() string

String returns the string representation.

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

type BatchGetResourceConfigInput

type BatchGetResourceConfigInput struct {

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

func (BatchGetResourceConfigInput) GoString

func (s BatchGetResourceConfigInput) GoString() string

GoString returns the string representation.

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

func (*BatchGetResourceConfigInput) SetResourceKeys

func (s *BatchGetResourceConfigInput) SetResourceKeys(v []*ResourceKey) *BatchGetResourceConfigInput

SetResourceKeys sets the ResourceKeys field's value.

func (BatchGetResourceConfigInput) String

func (s BatchGetResourceConfigInput) String() string

String returns the string representation.

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

func (*BatchGetResourceConfigInput) Validate

func (s *BatchGetResourceConfigInput) Validate() error

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

type BatchGetResourceConfigOutput

type BatchGetResourceConfigOutput struct {

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

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

func (BatchGetResourceConfigOutput) GoString

func (s BatchGetResourceConfigOutput) GoString() string

GoString returns the string representation.

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

func (*BatchGetResourceConfigOutput) SetBaseConfigurationItems

func (s *BatchGetResourceConfigOutput) SetBaseConfigurationItems(v []*BaseConfigurationItem) *BatchGetResourceConfigOutput

SetBaseConfigurationItems sets the BaseConfigurationItems field's value.

func (*BatchGetResourceConfigOutput) SetUnprocessedResourceKeys

func (s *BatchGetResourceConfigOutput) SetUnprocessedResourceKeys(v []*ResourceKey) *BatchGetResourceConfigOutput

SetUnprocessedResourceKeys sets the UnprocessedResourceKeys field's value.

func (BatchGetResourceConfigOutput) String

func (s BatchGetResourceConfigOutput) String() string

String returns the string representation.

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

type Compliance

type Compliance struct {

    // The number of Amazon Web Services resources or Config rules that cause a
    // result of NON_COMPLIANT, up to a maximum number.
    ComplianceContributorCount *ComplianceContributorCount `type:"structure"`

    // Indicates whether an Amazon Web Services resource or Config rule is compliant.
    //
    // A resource is compliant if it complies with all of the 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.
    //
    // Config returns the INSUFFICIENT_DATA value when no evaluation results are
    // available for the Amazon Web Services resource or Config rule.
    //
    // For the Compliance data type, Config supports only COMPLIANT, NON_COMPLIANT,
    // and INSUFFICIENT_DATA values. Config does not support the NOT_APPLICABLE
    // value for the Compliance data type.
    ComplianceType *string `type:"string" enum:"ComplianceType"`
    // contains filtered or unexported fields
}

Indicates whether an Amazon Web Services resource or Config rule is compliant and provides the number of contributors that affect the compliance.

func (Compliance) GoString

func (s Compliance) GoString() string

GoString returns the string representation.

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

func (*Compliance) SetComplianceContributorCount

func (s *Compliance) SetComplianceContributorCount(v *ComplianceContributorCount) *Compliance

SetComplianceContributorCount sets the ComplianceContributorCount field's value.

func (*Compliance) SetComplianceType

func (s *Compliance) SetComplianceType(v string) *Compliance

SetComplianceType sets the ComplianceType field's value.

func (Compliance) String

func (s Compliance) String() string

String returns the string representation.

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

type ComplianceByConfigRule

type ComplianceByConfigRule struct {

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

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

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

func (ComplianceByConfigRule) GoString

func (s ComplianceByConfigRule) GoString() string

GoString returns the string representation.

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

func (*ComplianceByConfigRule) SetCompliance

func (s *ComplianceByConfigRule) SetCompliance(v *Compliance) *ComplianceByConfigRule

SetCompliance sets the Compliance field's value.

func (*ComplianceByConfigRule) SetConfigRuleName

func (s *ComplianceByConfigRule) SetConfigRuleName(v string) *ComplianceByConfigRule

SetConfigRuleName sets the ConfigRuleName field's value.

func (ComplianceByConfigRule) String

func (s ComplianceByConfigRule) String() string

String returns the string representation.

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

type ComplianceByResource

type ComplianceByResource struct {

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

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

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

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

func (ComplianceByResource) GoString

func (s ComplianceByResource) GoString() string

GoString returns the string representation.

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

func (*ComplianceByResource) SetCompliance

func (s *ComplianceByResource) SetCompliance(v *Compliance) *ComplianceByResource

SetCompliance sets the Compliance field's value.

func (*ComplianceByResource) SetResourceId

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

SetResourceId sets the ResourceId field's value.

func (*ComplianceByResource) SetResourceType

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

SetResourceType sets the ResourceType field's value.

func (ComplianceByResource) String

func (s ComplianceByResource) String() string

String returns the string representation.

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

type ComplianceContributorCount

type ComplianceContributorCount struct {

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

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

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

func (ComplianceContributorCount) GoString

func (s ComplianceContributorCount) GoString() string

GoString returns the string representation.

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

func (*ComplianceContributorCount) SetCapExceeded

func (s *ComplianceContributorCount) SetCapExceeded(v bool) *ComplianceContributorCount

SetCapExceeded sets the CapExceeded field's value.

func (*ComplianceContributorCount) SetCappedCount

func (s *ComplianceContributorCount) SetCappedCount(v int64) *ComplianceContributorCount

SetCappedCount sets the CappedCount field's value.

func (ComplianceContributorCount) String

func (s ComplianceContributorCount) String() string

String returns the string representation.

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

type ComplianceSummary

type ComplianceSummary struct {

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

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

    // The number of Config rules or Amazon Web Services 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 Config rules or Amazon Web Services resources that are compliant and noncompliant.

func (ComplianceSummary) GoString

func (s ComplianceSummary) GoString() string

GoString returns the string representation.

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

func (*ComplianceSummary) SetComplianceSummaryTimestamp

func (s *ComplianceSummary) SetComplianceSummaryTimestamp(v time.Time) *ComplianceSummary

SetComplianceSummaryTimestamp sets the ComplianceSummaryTimestamp field's value.

func (*ComplianceSummary) SetCompliantResourceCount

func (s *ComplianceSummary) SetCompliantResourceCount(v *ComplianceContributorCount) *ComplianceSummary

SetCompliantResourceCount sets the CompliantResourceCount field's value.

func (*ComplianceSummary) SetNonCompliantResourceCount

func (s *ComplianceSummary) SetNonCompliantResourceCount(v *ComplianceContributorCount) *ComplianceSummary

SetNonCompliantResourceCount sets the NonCompliantResourceCount field's value.

func (ComplianceSummary) String

func (s ComplianceSummary) String() string

String returns the string representation.

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

type ComplianceSummaryByResourceType

type ComplianceSummaryByResourceType struct {

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

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

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

func (ComplianceSummaryByResourceType) GoString

func (s ComplianceSummaryByResourceType) GoString() string

GoString returns the string representation.

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

func (*ComplianceSummaryByResourceType) SetComplianceSummary

func (s *ComplianceSummaryByResourceType) SetComplianceSummary(v *ComplianceSummary) *ComplianceSummaryByResourceType

SetComplianceSummary sets the ComplianceSummary field's value.

func (*ComplianceSummaryByResourceType) SetResourceType

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

SetResourceType sets the ResourceType field's value.

func (ComplianceSummaryByResourceType) String

func (s ComplianceSummaryByResourceType) String() string

String returns the string representation.

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

type ConfigExportDeliveryInfo

type ConfigExportDeliveryInfo struct {

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

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

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

    // Status of the last attempted delivery.
    LastStatus *string `locationName:"lastStatus" type:"string" enum:"DeliveryStatus"`

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

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

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

func (ConfigExportDeliveryInfo) GoString

func (s ConfigExportDeliveryInfo) GoString() string

GoString returns the string representation.

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

func (*ConfigExportDeliveryInfo) SetLastAttemptTime

func (s *ConfigExportDeliveryInfo) SetLastAttemptTime(v time.Time) *ConfigExportDeliveryInfo

SetLastAttemptTime sets the LastAttemptTime field's value.

func (*ConfigExportDeliveryInfo) SetLastErrorCode

func (s *ConfigExportDeliveryInfo) SetLastErrorCode(v string) *ConfigExportDeliveryInfo

SetLastErrorCode sets the LastErrorCode field's value.

func (*ConfigExportDeliveryInfo) SetLastErrorMessage

func (s *ConfigExportDeliveryInfo) SetLastErrorMessage(v string) *ConfigExportDeliveryInfo

SetLastErrorMessage sets the LastErrorMessage field's value.

func (*ConfigExportDeliveryInfo) SetLastStatus

func (s *ConfigExportDeliveryInfo) SetLastStatus(v string) *ConfigExportDeliveryInfo

SetLastStatus sets the LastStatus field's value.

func (*ConfigExportDeliveryInfo) SetLastSuccessfulTime

func (s *ConfigExportDeliveryInfo) SetLastSuccessfulTime(v time.Time) *ConfigExportDeliveryInfo

SetLastSuccessfulTime sets the LastSuccessfulTime field's value.

func (*ConfigExportDeliveryInfo) SetNextDeliveryTime

func (s *ConfigExportDeliveryInfo) SetNextDeliveryTime(v time.Time) *ConfigExportDeliveryInfo

SetNextDeliveryTime sets the NextDeliveryTime field's value.

func (ConfigExportDeliveryInfo) String

func (s ConfigExportDeliveryInfo) String() string

String returns the string representation.

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

type ConfigRule

type ConfigRule struct {

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

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

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

    // Indicates whether the Config rule is active or is currently being deleted
    // by Config. It can also indicate the evaluation status for the Config rule.
    //
    // Config sets the state of the rule to EVALUATING temporarily after you use
    // the StartConfigRulesEvaluation request to evaluate your resources against
    // the Config rule.
    //
    // 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 Config rule.
    //
    // Config temporarily sets the state of a rule to DELETING after you use the
    // DeleteConfigRule request to delete the rule. After Config deletes the rule,
    // the rule and all of its evaluations are erased and are no longer available.
    ConfigRuleState *string `type:"string" enum:"ConfigRuleState"`

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

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

    // The modes the Config rule can be evaluated in. The valid values are distinct
    // objects. By default, the value is Detective evaluation mode only.
    EvaluationModes []*EvaluationModeConfiguration `type:"list"`

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

    // The maximum frequency with which Config runs evaluations for a rule. You
    // can specify a value for MaximumExecutionFrequency when:
    //
    //    * This is for an Config managed rule that is triggered at a periodic frequency.
    //
    //    * Your custom rule is triggered when Config delivers the configuration
    //    snapshot. For more information, see ConfigSnapshotDeliveryProperties.
    //
    // By default, rules with a periodic trigger are evaluated every 24 hours. To
    // change the frequency, specify a valid value for the MaximumExecutionFrequency
    // parameter.
    MaximumExecutionFrequency *string `type:"string" enum:"MaximumExecutionFrequency"`

    // Defines which resources can trigger an evaluation for the rule. The scope
    // can include one or more resource types, a combination of one resource type
    // and one resource ID, or a combination of a tag key and value. Specify a scope
    // to constrain the resources that can trigger an evaluation for the rule. If
    // you do not specify a scope, evaluations are triggered when any resource in
    // the recording group changes.
    //
    // The scope can be empty.
    Scope *Scope `type:"structure"`

    // Provides the rule owner (Amazon Web Services for managed rules, CUSTOM_POLICY
    // for Custom Policy rules, and CUSTOM_LAMBDA for Custom Lambda rules), the
    // rule identifier, and the notifications that cause the function to evaluate
    // your Amazon Web Services resources.
    //
    // Source is a required field
    Source *Source `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Config rules evaluate the configuration settings of your Amazon Web Services resources. A rule can run when Config detects a configuration change to an Amazon Web Services resource or at a periodic frequency that you choose (for example, every 24 hours). There are two types of rules: Config Managed Rules and Config Custom Rules.

Config Managed Rules are predefined, customizable rules created by Config. For a list of managed rules, see List of Config Managed Rules (https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html).

Config Custom Rules are rules that you create from scratch. There are two ways to create Config custom rules: with Lambda functions ( Lambda Developer Guide (https://docs.aws.amazon.com/config/latest/developerguide/gettingstarted-concepts.html#gettingstarted-concepts-function)) and with Guard (Guard GitHub Repository (https://github.com/aws-cloudformation/cloudformation-guard)), a policy-as-code language. Config custom rules created with Lambda are called Config Custom Lambda Rules and Config custom rules created with Guard are called Config Custom Policy Rules.

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

You can use the Amazon Web Services CLI and Amazon Web Services SDKs if you want to create a rule that triggers evaluations for your resources when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.

func (ConfigRule) GoString

func (s ConfigRule) GoString() string

GoString returns the string representation.

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

func (*ConfigRule) SetConfigRuleArn

func (s *ConfigRule) SetConfigRuleArn(v string) *ConfigRule

SetConfigRuleArn sets the ConfigRuleArn field's value.

func (*ConfigRule) SetConfigRuleId

func (s *ConfigRule) SetConfigRuleId(v string) *ConfigRule

SetConfigRuleId sets the ConfigRuleId field's value.

func (*ConfigRule) SetConfigRuleName

func (s *ConfigRule) SetConfigRuleName(v string) *ConfigRule

SetConfigRuleName sets the ConfigRuleName field's value.

func (*ConfigRule) SetConfigRuleState

func (s *ConfigRule) SetConfigRuleState(v string) *ConfigRule

SetConfigRuleState sets the ConfigRuleState field's value.

func (*ConfigRule) SetCreatedBy

func (s *ConfigRule) SetCreatedBy(v string) *ConfigRule

SetCreatedBy sets the CreatedBy field's value.

func (*ConfigRule) SetDescription

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

SetDescription sets the Description field's value.

func (*ConfigRule) SetEvaluationModes

func (s *ConfigRule) SetEvaluationModes(v []*EvaluationModeConfiguration) *ConfigRule

SetEvaluationModes sets the EvaluationModes field's value.

func (*ConfigRule) SetInputParameters

func (s *ConfigRule) SetInputParameters(v string) *ConfigRule

SetInputParameters sets the InputParameters field's value.

func (*ConfigRule) SetMaximumExecutionFrequency

func (s *ConfigRule) SetMaximumExecutionFrequency(v string) *ConfigRule

SetMaximumExecutionFrequency sets the MaximumExecutionFrequency field's value.

func (*ConfigRule) SetScope

func (s *ConfigRule) SetScope(v *Scope) *ConfigRule

SetScope sets the Scope field's value.

func (*ConfigRule) SetSource

func (s *ConfigRule) SetSource(v *Source) *ConfigRule

SetSource sets the Source field's value.

func (ConfigRule) String

func (s ConfigRule) String() string

String returns the string representation.

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

func (*ConfigRule) Validate

func (s *ConfigRule) Validate() error

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

type ConfigRuleComplianceFilters

type ConfigRuleComplianceFilters struct {

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

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

    // The rule compliance status.
    //
    // For the ConfigRuleComplianceFilters data type, Config supports only COMPLIANT
    // and NON_COMPLIANT. Config does not support the NOT_APPLICABLE and the INSUFFICIENT_DATA
    // values.
    ComplianceType *string `type:"string" enum:"ComplianceType"`

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

Filters the compliance results based on account ID, region, compliance type, and rule name.

func (ConfigRuleComplianceFilters) GoString

func (s ConfigRuleComplianceFilters) GoString() string

GoString returns the string representation.

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

func (*ConfigRuleComplianceFilters) SetAccountId

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

SetAccountId sets the AccountId field's value.

func (*ConfigRuleComplianceFilters) SetAwsRegion

func (s *ConfigRuleComplianceFilters) SetAwsRegion(v string) *ConfigRuleComplianceFilters

SetAwsRegion sets the AwsRegion field's value.

func (*ConfigRuleComplianceFilters) SetComplianceType

func (s *ConfigRuleComplianceFilters) SetComplianceType(v string) *ConfigRuleComplianceFilters

SetComplianceType sets the ComplianceType field's value.

func (*ConfigRuleComplianceFilters) SetConfigRuleName

func (s *ConfigRuleComplianceFilters) SetConfigRuleName(v string) *ConfigRuleComplianceFilters

SetConfigRuleName sets the ConfigRuleName field's value.

func (ConfigRuleComplianceFilters) String

func (s ConfigRuleComplianceFilters) String() string

String returns the string representation.

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

func (*ConfigRuleComplianceFilters) Validate

func (s *ConfigRuleComplianceFilters) Validate() error

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

type ConfigRuleComplianceSummaryFilters

type ConfigRuleComplianceSummaryFilters struct {

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

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

Filters the results based on the account IDs and regions.

func (ConfigRuleComplianceSummaryFilters) GoString

func (s ConfigRuleComplianceSummaryFilters) GoString() string

GoString returns the string representation.

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

func (*ConfigRuleComplianceSummaryFilters) SetAccountId

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

SetAccountId sets the AccountId field's value.

func (*ConfigRuleComplianceSummaryFilters) SetAwsRegion

func (s *ConfigRuleComplianceSummaryFilters) SetAwsRegion(v string) *ConfigRuleComplianceSummaryFilters

SetAwsRegion sets the AwsRegion field's value.

func (ConfigRuleComplianceSummaryFilters) String

func (s ConfigRuleComplianceSummaryFilters) String() string

String returns the string representation.

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

func (*ConfigRuleComplianceSummaryFilters) Validate

func (s *ConfigRuleComplianceSummaryFilters) Validate() error

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

type ConfigRuleEvaluationStatus

type ConfigRuleEvaluationStatus struct {

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

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

    // The name of the Config rule.
    ConfigRuleName *string `min:"1" type:"string"`

    // The time that you first activated the Config rule.
    FirstActivatedTime *time.Time `type:"timestamp"`

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

    // The time that you last turned off the Config rule.
    LastDeactivatedTime *time.Time `type:"timestamp"`

    // The status of the last attempted delivery of a debug log for your Config
    // Custom Policy rules. Either Successful or Failed.
    LastDebugLogDeliveryStatus *string `type:"string"`

    // The reason Config was not able to deliver a debug log. This is for the last
    // failed attempt to retrieve a debug log for your Config Custom Policy rules.
    LastDebugLogDeliveryStatusReason *string `type:"string"`

    // The time Config last attempted to deliver a debug log for your Config Custom
    // Policy rules.
    LastDebugLogDeliveryTime *time.Time `type:"timestamp"`

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

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

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

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

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

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

Status information for your Config Managed rules and Config Custom Policy 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 Config Custom Lambda rules.

func (ConfigRuleEvaluationStatus) GoString

func (s ConfigRuleEvaluationStatus) GoString() string

GoString returns the string representation.

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

func (*ConfigRuleEvaluationStatus) SetConfigRuleArn

func (s *ConfigRuleEvaluationStatus) SetConfigRuleArn(v string) *ConfigRuleEvaluationStatus

SetConfigRuleArn sets the ConfigRuleArn field's value.

func (*ConfigRuleEvaluationStatus) SetConfigRuleId

func (s *ConfigRuleEvaluationStatus) SetConfigRuleId(v string) *ConfigRuleEvaluationStatus

SetConfigRuleId sets the ConfigRuleId field's value.

func (*ConfigRuleEvaluationStatus) SetConfigRuleName

func (s *ConfigRuleEvaluationStatus) SetConfigRuleName(v string) *ConfigRuleEvaluationStatus

SetConfigRuleName sets the ConfigRuleName field's value.

func (*ConfigRuleEvaluationStatus) SetFirstActivatedTime

func (s *ConfigRuleEvaluationStatus) SetFirstActivatedTime(v time.Time) *ConfigRuleEvaluationStatus

SetFirstActivatedTime sets the FirstActivatedTime field's value.

func (*ConfigRuleEvaluationStatus) SetFirstEvaluationStarted

func (s *ConfigRuleEvaluationStatus) SetFirstEvaluationStarted(v bool) *ConfigRuleEvaluationStatus

SetFirstEvaluationStarted sets the FirstEvaluationStarted field's value.

func (*ConfigRuleEvaluationStatus) SetLastDeactivatedTime

func (s *ConfigRuleEvaluationStatus) SetLastDeactivatedTime(v time.Time) *ConfigRuleEvaluationStatus

SetLastDeactivatedTime sets the LastDeactivatedTime field's value.

func (*ConfigRuleEvaluationStatus) SetLastDebugLogDeliveryStatus

func (s *ConfigRuleEvaluationStatus) SetLastDebugLogDeliveryStatus(v string) *ConfigRuleEvaluationStatus

SetLastDebugLogDeliveryStatus sets the LastDebugLogDeliveryStatus field's value.

func (*ConfigRuleEvaluationStatus) SetLastDebugLogDeliveryStatusReason

func (s *ConfigRuleEvaluationStatus) SetLastDebugLogDeliveryStatusReason(v string) *ConfigRuleEvaluationStatus

SetLastDebugLogDeliveryStatusReason sets the LastDebugLogDeliveryStatusReason field's value.

func (*ConfigRuleEvaluationStatus) SetLastDebugLogDeliveryTime

func (s *ConfigRuleEvaluationStatus) SetLastDebugLogDeliveryTime(v time.Time) *ConfigRuleEvaluationStatus

SetLastDebugLogDeliveryTime sets the LastDebugLogDeliveryTime field's value.

func (*ConfigRuleEvaluationStatus) SetLastErrorCode

func (s *ConfigRuleEvaluationStatus) SetLastErrorCode(v string) *ConfigRuleEvaluationStatus

SetLastErrorCode sets the LastErrorCode field's value.

func (*ConfigRuleEvaluationStatus) SetLastErrorMessage

func (s *ConfigRuleEvaluationStatus) SetLastErrorMessage(v string) *ConfigRuleEvaluationStatus

SetLastErrorMessage sets the LastErrorMessage field's value.

func (*ConfigRuleEvaluationStatus) SetLastFailedEvaluationTime

func (s *ConfigRuleEvaluationStatus) SetLastFailedEvaluationTime(v time.Time) *ConfigRuleEvaluationStatus

SetLastFailedEvaluationTime sets the LastFailedEvaluationTime field's value.

func (*ConfigRuleEvaluationStatus) SetLastFailedInvocationTime

func (s *ConfigRuleEvaluationStatus) SetLastFailedInvocationTime(v time.Time) *ConfigRuleEvaluationStatus

SetLastFailedInvocationTime sets the LastFailedInvocationTime field's value.

func (*ConfigRuleEvaluationStatus) SetLastSuccessfulEvaluationTime

func (s *ConfigRuleEvaluationStatus) SetLastSuccessfulEvaluationTime(v time.Time) *ConfigRuleEvaluationStatus

SetLastSuccessfulEvaluationTime sets the LastSuccessfulEvaluationTime field's value.

func (*ConfigRuleEvaluationStatus) SetLastSuccessfulInvocationTime

func (s *ConfigRuleEvaluationStatus) SetLastSuccessfulInvocationTime(v time.Time) *ConfigRuleEvaluationStatus

SetLastSuccessfulInvocationTime sets the LastSuccessfulInvocationTime field's value.

func (ConfigRuleEvaluationStatus) String

func (s ConfigRuleEvaluationStatus) String() string

String returns the string representation.

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

type ConfigService

type ConfigService struct {
    *client.Client
}

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

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

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *ConfigService

New creates a new instance of the ConfigService client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a ConfigService client from just a session.
svc := configservice.New(mySession)

// Create a ConfigService client with additional configuration
svc := configservice.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*ConfigService) BatchGetAggregateResourceConfig

func (c *ConfigService) BatchGetAggregateResourceConfig(input *BatchGetAggregateResourceConfigInput) (*BatchGetAggregateResourceConfigOutput, error)

BatchGetAggregateResourceConfig API operation for AWS Config.

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

  • The API does not return results for deleted resources.

  • The API does not return tags and relationships.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation BatchGetAggregateResourceConfig for usage and error information.

Returned Error Types:

  • ValidationException The requested action is not valid.

    For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

    For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

  • NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.

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

func (*ConfigService) BatchGetAggregateResourceConfigRequest

func (c *ConfigService) BatchGetAggregateResourceConfigRequest(input *BatchGetAggregateResourceConfigInput) (req *request.Request, output *BatchGetAggregateResourceConfigOutput)

BatchGetAggregateResourceConfigRequest generates a "aws/request.Request" representing the client's request for the BatchGetAggregateResourceConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See BatchGetAggregateResourceConfig for more information on using the BatchGetAggregateResourceConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the BatchGetAggregateResourceConfigRequest method.
req, resp := client.BatchGetAggregateResourceConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) BatchGetAggregateResourceConfigWithContext

func (c *ConfigService) BatchGetAggregateResourceConfigWithContext(ctx aws.Context, input *BatchGetAggregateResourceConfigInput, opts ...request.Option) (*BatchGetAggregateResourceConfigOutput, error)

BatchGetAggregateResourceConfigWithContext is the same as BatchGetAggregateResourceConfig with the addition of the ability to pass a context and additional request options.

See BatchGetAggregateResourceConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) BatchGetResourceConfig

func (c *ConfigService) BatchGetResourceConfig(input *BatchGetResourceConfigInput) (*BatchGetResourceConfigOutput, error)

BatchGetResourceConfig API operation for AWS Config.

Returns the BaseConfigurationItem for one or more requested resources. The operation also returns a list of resources that are not processed in the current request. If there are no unprocessed resources, the operation returns an empty unprocessedResourceKeys list.

  • The API does not return results for deleted resources.

  • The API does not return any tags for the requested resources. This information is filtered out of the supplementaryConfiguration section of the API response.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation BatchGetResourceConfig for usage and error information.

Returned Error Types:

  • ValidationException The requested action is not valid.

    For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

    For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

  • NoAvailableConfigurationRecorderException There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.

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

func (*ConfigService) BatchGetResourceConfigRequest

func (c *ConfigService) BatchGetResourceConfigRequest(input *BatchGetResourceConfigInput) (req *request.Request, output *BatchGetResourceConfigOutput)

BatchGetResourceConfigRequest generates a "aws/request.Request" representing the client's request for the BatchGetResourceConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See BatchGetResourceConfig for more information on using the BatchGetResourceConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the BatchGetResourceConfigRequest method.
req, resp := client.BatchGetResourceConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) BatchGetResourceConfigWithContext

func (c *ConfigService) BatchGetResourceConfigWithContext(ctx aws.Context, input *BatchGetResourceConfigInput, opts ...request.Option) (*BatchGetResourceConfigOutput, error)

BatchGetResourceConfigWithContext is the same as BatchGetResourceConfig with the addition of the ability to pass a context and additional request options.

See BatchGetResourceConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DeleteAggregationAuthorization

func (c *ConfigService) DeleteAggregationAuthorization(input *DeleteAggregationAuthorizationInput) (*DeleteAggregationAuthorizationOutput, error)

DeleteAggregationAuthorization API operation for AWS Config.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DeleteAggregationAuthorization for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

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

func (*ConfigService) DeleteAggregationAuthorizationRequest

func (c *ConfigService) DeleteAggregationAuthorizationRequest(input *DeleteAggregationAuthorizationInput) (req *request.Request, output *DeleteAggregationAuthorizationOutput)

DeleteAggregationAuthorizationRequest generates a "aws/request.Request" representing the client's request for the DeleteAggregationAuthorization operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteAggregationAuthorization for more information on using the DeleteAggregationAuthorization API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteAggregationAuthorizationRequest method.
req, resp := client.DeleteAggregationAuthorizationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DeleteAggregationAuthorizationWithContext

func (c *ConfigService) DeleteAggregationAuthorizationWithContext(ctx aws.Context, input *DeleteAggregationAuthorizationInput, opts ...request.Option) (*DeleteAggregationAuthorizationOutput, error)

DeleteAggregationAuthorizationWithContext is the same as DeleteAggregationAuthorization with the addition of the ability to pass a context and additional request options.

See DeleteAggregationAuthorization for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DeleteConfigRule

func (c *ConfigService) DeleteConfigRule(input *DeleteConfigRuleInput) (*DeleteConfigRuleOutput, error)

DeleteConfigRule API operation for AWS Config.

Deletes the specified Config rule and all of its evaluation results.

Config sets the state of a rule to DELETING until the deletion is complete. You cannot update a rule while it is in this state. If you make a PutConfigRule or DeleteConfigRule request for the rule, you will receive a ResourceInUseException.

You can check the state of a rule by using the DescribeConfigRules request.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DeleteConfigRule for usage and error information.

Returned Error Types:

  • NoSuchConfigRuleException The Config rule in the request is not valid. Verify that the rule is an Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

  • ResourceInUseException You see this exception in the following cases:

  • For DeleteConfigRule, 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 Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.

  • For PutConfigOrganizationRule, organization Config rule deletion is in progress. Try your request again later.

  • For DeleteOrganizationConfigRule, organization Config rule creation is in progress. Try your request again later.

  • For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.

  • For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.

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

func (*ConfigService) DeleteConfigRuleRequest

func (c *ConfigService) DeleteConfigRuleRequest(input *DeleteConfigRuleInput) (req *request.Request, output *DeleteConfigRuleOutput)

DeleteConfigRuleRequest generates a "aws/request.Request" representing the client's request for the DeleteConfigRule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteConfigRule for more information on using the DeleteConfigRule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteConfigRuleRequest method.
req, resp := client.DeleteConfigRuleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DeleteConfigRuleWithContext

func (c *ConfigService) DeleteConfigRuleWithContext(ctx aws.Context, input *DeleteConfigRuleInput, opts ...request.Option) (*DeleteConfigRuleOutput, error)

DeleteConfigRuleWithContext is the same as DeleteConfigRule with the addition of the ability to pass a context and additional request options.

See DeleteConfigRule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DeleteConfigurationAggregator

func (c *ConfigService) DeleteConfigurationAggregator(input *DeleteConfigurationAggregatorInput) (*DeleteConfigurationAggregatorOutput, error)

DeleteConfigurationAggregator API operation for AWS Config.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DeleteConfigurationAggregator for usage and error information.

Returned Error Types:

  • NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.

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

func (*ConfigService) DeleteConfigurationAggregatorRequest

func (c *ConfigService) DeleteConfigurationAggregatorRequest(input *DeleteConfigurationAggregatorInput) (req *request.Request, output *DeleteConfigurationAggregatorOutput)

DeleteConfigurationAggregatorRequest generates a "aws/request.Request" representing the client's request for the DeleteConfigurationAggregator operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteConfigurationAggregator for more information on using the DeleteConfigurationAggregator API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteConfigurationAggregatorRequest method.
req, resp := client.DeleteConfigurationAggregatorRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DeleteConfigurationAggregatorWithContext

func (c *ConfigService) DeleteConfigurationAggregatorWithContext(ctx aws.Context, input *DeleteConfigurationAggregatorInput, opts ...request.Option) (*DeleteConfigurationAggregatorOutput, error)

DeleteConfigurationAggregatorWithContext is the same as DeleteConfigurationAggregator with the addition of the ability to pass a context and additional request options.

See DeleteConfigurationAggregator for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DeleteConfigurationRecorder

func (c *ConfigService) DeleteConfigurationRecorder(input *DeleteConfigurationRecorderInput) (*DeleteConfigurationRecorderOutput, error)

DeleteConfigurationRecorder API operation for AWS Config.

Deletes the configuration recorder.

After the configuration recorder is deleted, 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 Config console until you create a new configuration recorder.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DeleteConfigurationRecorder for usage and error information.

Returned Error Types:

  • NoSuchConfigurationRecorderException You have specified a configuration recorder that does not exist.

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

func (*ConfigService) DeleteConfigurationRecorderRequest

func (c *ConfigService) DeleteConfigurationRecorderRequest(input *DeleteConfigurationRecorderInput) (req *request.Request, output *DeleteConfigurationRecorderOutput)

DeleteConfigurationRecorderRequest generates a "aws/request.Request" representing the client's request for the DeleteConfigurationRecorder operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteConfigurationRecorder for more information on using the DeleteConfigurationRecorder API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteConfigurationRecorderRequest method.
req, resp := client.DeleteConfigurationRecorderRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DeleteConfigurationRecorderWithContext

func (c *ConfigService) DeleteConfigurationRecorderWithContext(ctx aws.Context, input *DeleteConfigurationRecorderInput, opts ...request.Option) (*DeleteConfigurationRecorderOutput, error)

DeleteConfigurationRecorderWithContext is the same as DeleteConfigurationRecorder with the addition of the ability to pass a context and additional request options.

See DeleteConfigurationRecorder for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DeleteConformancePack

func (c *ConfigService) DeleteConformancePack(input *DeleteConformancePackInput) (*DeleteConformancePackOutput, error)

DeleteConformancePack API operation for AWS Config.

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

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DeleteConformancePack for usage and error information.

Returned Error Types:

  • NoSuchConformancePackException You specified one or more conformance packs that do not exist.

  • ResourceInUseException You see this exception in the following cases:

  • For DeleteConfigRule, 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 Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.

  • For PutConfigOrganizationRule, organization Config rule deletion is in progress. Try your request again later.

  • For DeleteOrganizationConfigRule, organization Config rule creation is in progress. Try your request again later.

  • For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.

  • For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.

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

func (*ConfigService) DeleteConformancePackRequest

func (c *ConfigService) DeleteConformancePackRequest(input *DeleteConformancePackInput) (req *request.Request, output *DeleteConformancePackOutput)

DeleteConformancePackRequest generates a "aws/request.Request" representing the client's request for the DeleteConformancePack operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteConformancePack for more information on using the DeleteConformancePack API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteConformancePackRequest method.
req, resp := client.DeleteConformancePackRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DeleteConformancePackWithContext

func (c *ConfigService) DeleteConformancePackWithContext(ctx aws.Context, input *DeleteConformancePackInput, opts ...request.Option) (*DeleteConformancePackOutput, error)

DeleteConformancePackWithContext is the same as DeleteConformancePack with the addition of the ability to pass a context and additional request options.

See DeleteConformancePack for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DeleteDeliveryChannel

func (c *ConfigService) DeleteDeliveryChannel(input *DeleteDeliveryChannelInput) (*DeleteDeliveryChannelOutput, error)

DeleteDeliveryChannel API operation for AWS Config.

Deletes the delivery channel.

Before you can delete the delivery channel, you must stop the configuration recorder by using the StopConfigurationRecorder action.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DeleteDeliveryChannel for usage and error information.

Returned Error Types:

  • NoSuchDeliveryChannelException You have specified a delivery channel that does not exist.

  • LastDeliveryChannelDeleteFailedException You cannot delete the delivery channel you specified because the configuration recorder is running.

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

func (*ConfigService) DeleteDeliveryChannelRequest

func (c *ConfigService) DeleteDeliveryChannelRequest(input *DeleteDeliveryChannelInput) (req *request.Request, output *DeleteDeliveryChannelOutput)

DeleteDeliveryChannelRequest generates a "aws/request.Request" representing the client's request for the DeleteDeliveryChannel operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteDeliveryChannel for more information on using the DeleteDeliveryChannel API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteDeliveryChannelRequest method.
req, resp := client.DeleteDeliveryChannelRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DeleteDeliveryChannelWithContext

func (c *ConfigService) DeleteDeliveryChannelWithContext(ctx aws.Context, input *DeleteDeliveryChannelInput, opts ...request.Option) (*DeleteDeliveryChannelOutput, error)

DeleteDeliveryChannelWithContext is the same as DeleteDeliveryChannel with the addition of the ability to pass a context and additional request options.

See DeleteDeliveryChannel for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DeleteEvaluationResults

func (c *ConfigService) DeleteEvaluationResults(input *DeleteEvaluationResultsInput) (*DeleteEvaluationResultsOutput, error)

DeleteEvaluationResults API operation for AWS Config.

Deletes the evaluation results for the specified Config rule. You can specify one Config rule per request. After you delete the evaluation results, you can call the StartConfigRulesEvaluation API to start evaluating your Amazon Web Services resources against the rule.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DeleteEvaluationResults for usage and error information.

Returned Error Types:

  • NoSuchConfigRuleException The Config rule in the request is not valid. Verify that the rule is an Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

  • ResourceInUseException You see this exception in the following cases:

  • For DeleteConfigRule, 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 Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.

  • For PutConfigOrganizationRule, organization Config rule deletion is in progress. Try your request again later.

  • For DeleteOrganizationConfigRule, organization Config rule creation is in progress. Try your request again later.

  • For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.

  • For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.

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

func (*ConfigService) DeleteEvaluationResultsRequest

func (c *ConfigService) DeleteEvaluationResultsRequest(input *DeleteEvaluationResultsInput) (req *request.Request, output *DeleteEvaluationResultsOutput)

DeleteEvaluationResultsRequest generates a "aws/request.Request" representing the client's request for the DeleteEvaluationResults operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteEvaluationResults for more information on using the DeleteEvaluationResults API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteEvaluationResultsRequest method.
req, resp := client.DeleteEvaluationResultsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DeleteEvaluationResultsWithContext

func (c *ConfigService) DeleteEvaluationResultsWithContext(ctx aws.Context, input *DeleteEvaluationResultsInput, opts ...request.Option) (*DeleteEvaluationResultsOutput, error)

DeleteEvaluationResultsWithContext is the same as DeleteEvaluationResults with the addition of the ability to pass a context and additional request options.

See DeleteEvaluationResults for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DeleteOrganizationConfigRule

func (c *ConfigService) DeleteOrganizationConfigRule(input *DeleteOrganizationConfigRuleInput) (*DeleteOrganizationConfigRuleOutput, error)

DeleteOrganizationConfigRule API operation for AWS Config.

Deletes the specified organization Config rule and all of its evaluation results from all member accounts in that organization.

Only a management account and a delegated administrator account can delete an organization Config rule. When calling this API with a delegated administrator, you must ensure Organizations ListDelegatedAdministrator permissions are added.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DeleteOrganizationConfigRule for usage and error information.

Returned Error Types:

  • NoSuchOrganizationConfigRuleException The Config rule in the request is not valid. Verify that the rule is an organization Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

  • ResourceInUseException You see this exception in the following cases:

  • For DeleteConfigRule, 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 Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.

  • For PutConfigOrganizationRule, organization Config rule deletion is in progress. Try your request again later.

  • For DeleteOrganizationConfigRule, organization Config rule creation is in progress. Try your request again later.

  • For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.

  • For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.

  • OrganizationAccessDeniedException For PutConfigurationAggregator API, you can see this exception for the following reasons:

  • No permission to call EnableAWSServiceAccess API

  • The configuration aggregator cannot be updated because your Amazon Web Services Organization management account or the delegated administrator role changed. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • The configuration aggregator is associated with a previous Amazon Web Services Organization and Config cannot aggregate data with current Amazon Web Services Organization. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • You are not a registered delegated administrator for Config with permissions to call ListDelegatedAdministrators API. Ensure that the management account registers delagated administrator for Config service principle name before the delegated administrator creates an aggregator.

    For all OrganizationConfigRule and OrganizationConformancePack APIs, Config throws an exception if APIs are called from member accounts. All APIs must be called from organization management account.

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

func (*ConfigService) DeleteOrganizationConfigRuleRequest

func (c *ConfigService) DeleteOrganizationConfigRuleRequest(input *DeleteOrganizationConfigRuleInput) (req *request.Request, output *DeleteOrganizationConfigRuleOutput)

DeleteOrganizationConfigRuleRequest generates a "aws/request.Request" representing the client's request for the DeleteOrganizationConfigRule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteOrganizationConfigRule for more information on using the DeleteOrganizationConfigRule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteOrganizationConfigRuleRequest method.
req, resp := client.DeleteOrganizationConfigRuleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DeleteOrganizationConfigRuleWithContext

func (c *ConfigService) DeleteOrganizationConfigRuleWithContext(ctx aws.Context, input *DeleteOrganizationConfigRuleInput, opts ...request.Option) (*DeleteOrganizationConfigRuleOutput, error)

DeleteOrganizationConfigRuleWithContext is the same as DeleteOrganizationConfigRule with the addition of the ability to pass a context and additional request options.

See DeleteOrganizationConfigRule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DeleteOrganizationConformancePack

func (c *ConfigService) DeleteOrganizationConformancePack(input *DeleteOrganizationConformancePackInput) (*DeleteOrganizationConformancePackOutput, error)

DeleteOrganizationConformancePack API operation for AWS Config.

Deletes the specified organization conformance pack and all of the Config rules and remediation actions from all member accounts in that organization.

Only a management account or a delegated administrator account can delete an organization conformance pack. When calling this API with a delegated administrator, you must ensure Organizations ListDelegatedAdministrator permissions are added.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DeleteOrganizationConformancePack for usage and error information.

Returned Error Types:

  • NoSuchOrganizationConformancePackException Config organization conformance pack that you passed in the filter does not exist.

    For DeleteOrganizationConformancePack, you tried to delete an organization conformance pack that does not exist.

  • ResourceInUseException You see this exception in the following cases:

  • For DeleteConfigRule, 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 Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.

  • For PutConfigOrganizationRule, organization Config rule deletion is in progress. Try your request again later.

  • For DeleteOrganizationConfigRule, organization Config rule creation is in progress. Try your request again later.

  • For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.

  • For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.

  • OrganizationAccessDeniedException For PutConfigurationAggregator API, you can see this exception for the following reasons:

  • No permission to call EnableAWSServiceAccess API

  • The configuration aggregator cannot be updated because your Amazon Web Services Organization management account or the delegated administrator role changed. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • The configuration aggregator is associated with a previous Amazon Web Services Organization and Config cannot aggregate data with current Amazon Web Services Organization. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • You are not a registered delegated administrator for Config with permissions to call ListDelegatedAdministrators API. Ensure that the management account registers delagated administrator for Config service principle name before the delegated administrator creates an aggregator.

    For all OrganizationConfigRule and OrganizationConformancePack APIs, Config throws an exception if APIs are called from member accounts. All APIs must be called from organization management account.

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

func (*ConfigService) DeleteOrganizationConformancePackRequest

func (c *ConfigService) DeleteOrganizationConformancePackRequest(input *DeleteOrganizationConformancePackInput) (req *request.Request, output *DeleteOrganizationConformancePackOutput)

DeleteOrganizationConformancePackRequest generates a "aws/request.Request" representing the client's request for the DeleteOrganizationConformancePack operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteOrganizationConformancePack for more information on using the DeleteOrganizationConformancePack API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteOrganizationConformancePackRequest method.
req, resp := client.DeleteOrganizationConformancePackRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DeleteOrganizationConformancePackWithContext

func (c *ConfigService) DeleteOrganizationConformancePackWithContext(ctx aws.Context, input *DeleteOrganizationConformancePackInput, opts ...request.Option) (*DeleteOrganizationConformancePackOutput, error)

DeleteOrganizationConformancePackWithContext is the same as DeleteOrganizationConformancePack with the addition of the ability to pass a context and additional request options.

See DeleteOrganizationConformancePack for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DeletePendingAggregationRequest

func (c *ConfigService) DeletePendingAggregationRequest(input *DeletePendingAggregationRequestInput) (*DeletePendingAggregationRequestOutput, error)

DeletePendingAggregationRequest API operation for AWS Config.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DeletePendingAggregationRequest for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

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

func (*ConfigService) DeletePendingAggregationRequestRequest

func (c *ConfigService) DeletePendingAggregationRequestRequest(input *DeletePendingAggregationRequestInput) (req *request.Request, output *DeletePendingAggregationRequestOutput)

DeletePendingAggregationRequestRequest generates a "aws/request.Request" representing the client's request for the DeletePendingAggregationRequest operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeletePendingAggregationRequest for more information on using the DeletePendingAggregationRequest API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeletePendingAggregationRequestRequest method.
req, resp := client.DeletePendingAggregationRequestRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DeletePendingAggregationRequestWithContext

func (c *ConfigService) DeletePendingAggregationRequestWithContext(ctx aws.Context, input *DeletePendingAggregationRequestInput, opts ...request.Option) (*DeletePendingAggregationRequestOutput, error)

DeletePendingAggregationRequestWithContext is the same as DeletePendingAggregationRequest with the addition of the ability to pass a context and additional request options.

See DeletePendingAggregationRequest for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DeleteRemediationConfiguration

func (c *ConfigService) DeleteRemediationConfiguration(input *DeleteRemediationConfigurationInput) (*DeleteRemediationConfigurationOutput, error)

DeleteRemediationConfiguration API operation for AWS Config.

Deletes the remediation configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DeleteRemediationConfiguration for usage and error information.

Returned Error Types:

  • NoSuchRemediationConfigurationException You specified an Config rule without a remediation configuration.

  • RemediationInProgressException Remediation action is in progress. You can either cancel execution in Amazon Web Services Systems Manager or wait and try again later.

  • InsufficientPermissionsException Indicates one of the following errors:

  • For PutConfigRule, the rule cannot be created because the IAM role assigned to Config lacks permissions to perform the config:Put* action.

  • For PutConfigRule, the 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 the following permissions: You do not have permission to call IAM GetRole action or create a service-linked role. You do not have permission to read Amazon S3 bucket or call SSM:GetDocument.

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

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

func (*ConfigService) DeleteRemediationConfigurationRequest

func (c *ConfigService) DeleteRemediationConfigurationRequest(input *DeleteRemediationConfigurationInput) (req *request.Request, output *DeleteRemediationConfigurationOutput)

DeleteRemediationConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteRemediationConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteRemediationConfiguration for more information on using the DeleteRemediationConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteRemediationConfigurationRequest method.
req, resp := client.DeleteRemediationConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DeleteRemediationConfigurationWithContext

func (c *ConfigService) DeleteRemediationConfigurationWithContext(ctx aws.Context, input *DeleteRemediationConfigurationInput, opts ...request.Option) (*DeleteRemediationConfigurationOutput, error)

DeleteRemediationConfigurationWithContext is the same as DeleteRemediationConfiguration with the addition of the ability to pass a context and additional request options.

See DeleteRemediationConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DeleteRemediationExceptions

func (c *ConfigService) DeleteRemediationExceptions(input *DeleteRemediationExceptionsInput) (*DeleteRemediationExceptionsOutput, error)

DeleteRemediationExceptions API operation for AWS Config.

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

Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DeleteRemediationExceptions for usage and error information.

Returned Error Types:

  • NoSuchRemediationExceptionException You tried to delete a remediation exception that does not exist.

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

func (*ConfigService) DeleteRemediationExceptionsRequest

func (c *ConfigService) DeleteRemediationExceptionsRequest(input *DeleteRemediationExceptionsInput) (req *request.Request, output *DeleteRemediationExceptionsOutput)

DeleteRemediationExceptionsRequest generates a "aws/request.Request" representing the client's request for the DeleteRemediationExceptions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteRemediationExceptions for more information on using the DeleteRemediationExceptions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteRemediationExceptionsRequest method.
req, resp := client.DeleteRemediationExceptionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DeleteRemediationExceptionsWithContext

func (c *ConfigService) DeleteRemediationExceptionsWithContext(ctx aws.Context, input *DeleteRemediationExceptionsInput, opts ...request.Option) (*DeleteRemediationExceptionsOutput, error)

DeleteRemediationExceptionsWithContext is the same as DeleteRemediationExceptions with the addition of the ability to pass a context and additional request options.

See DeleteRemediationExceptions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DeleteResourceConfig

func (c *ConfigService) DeleteResourceConfig(input *DeleteResourceConfigInput) (*DeleteResourceConfigOutput, error)

DeleteResourceConfig API operation for AWS Config.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DeleteResourceConfig for usage and error information.

Returned Error Types:

  • ValidationException The requested action is not valid.

    For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

    For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

  • NoRunningConfigurationRecorderException There is no configuration recorder running.

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

func (*ConfigService) DeleteResourceConfigRequest

func (c *ConfigService) DeleteResourceConfigRequest(input *DeleteResourceConfigInput) (req *request.Request, output *DeleteResourceConfigOutput)

DeleteResourceConfigRequest generates a "aws/request.Request" representing the client's request for the DeleteResourceConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteResourceConfig for more information on using the DeleteResourceConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteResourceConfigRequest method.
req, resp := client.DeleteResourceConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DeleteResourceConfigWithContext

func (c *ConfigService) DeleteResourceConfigWithContext(ctx aws.Context, input *DeleteResourceConfigInput, opts ...request.Option) (*DeleteResourceConfigOutput, error)

DeleteResourceConfigWithContext is the same as DeleteResourceConfig with the addition of the ability to pass a context and additional request options.

See DeleteResourceConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DeleteRetentionConfiguration

func (c *ConfigService) DeleteRetentionConfiguration(input *DeleteRetentionConfigurationInput) (*DeleteRetentionConfigurationOutput, error)

DeleteRetentionConfiguration API operation for AWS Config.

Deletes the retention configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DeleteRetentionConfiguration for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

  • NoSuchRetentionConfigurationException You have specified a retention configuration that does not exist.

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

func (*ConfigService) DeleteRetentionConfigurationRequest

func (c *ConfigService) DeleteRetentionConfigurationRequest(input *DeleteRetentionConfigurationInput) (req *request.Request, output *DeleteRetentionConfigurationOutput)

DeleteRetentionConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteRetentionConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteRetentionConfiguration for more information on using the DeleteRetentionConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteRetentionConfigurationRequest method.
req, resp := client.DeleteRetentionConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DeleteRetentionConfigurationWithContext

func (c *ConfigService) DeleteRetentionConfigurationWithContext(ctx aws.Context, input *DeleteRetentionConfigurationInput, opts ...request.Option) (*DeleteRetentionConfigurationOutput, error)

DeleteRetentionConfigurationWithContext is the same as DeleteRetentionConfiguration with the addition of the ability to pass a context and additional request options.

See DeleteRetentionConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DeleteStoredQuery

func (c *ConfigService) DeleteStoredQuery(input *DeleteStoredQueryInput) (*DeleteStoredQueryOutput, error)

DeleteStoredQuery API operation for AWS Config.

Deletes the stored query for a single Amazon Web Services account and a single Amazon Web Services Region.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DeleteStoredQuery for usage and error information.

Returned Error Types:

  • ValidationException The requested action is not valid.

    For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

    For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

  • ResourceNotFoundException You have specified a resource that does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteStoredQuery

func (*ConfigService) DeleteStoredQueryRequest

func (c *ConfigService) DeleteStoredQueryRequest(input *DeleteStoredQueryInput) (req *request.Request, output *DeleteStoredQueryOutput)

DeleteStoredQueryRequest generates a "aws/request.Request" representing the client's request for the DeleteStoredQuery operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteStoredQuery for more information on using the DeleteStoredQuery API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteStoredQueryRequest method.
req, resp := client.DeleteStoredQueryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteStoredQuery

func (*ConfigService) DeleteStoredQueryWithContext

func (c *ConfigService) DeleteStoredQueryWithContext(ctx aws.Context, input *DeleteStoredQueryInput, opts ...request.Option) (*DeleteStoredQueryOutput, error)

DeleteStoredQueryWithContext is the same as DeleteStoredQuery with the addition of the ability to pass a context and additional request options.

See DeleteStoredQuery for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DeliverConfigSnapshot

func (c *ConfigService) DeliverConfigSnapshot(input *DeliverConfigSnapshotInput) (*DeliverConfigSnapshotOutput, error)

DeliverConfigSnapshot API operation for AWS Config.

Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. After the delivery has started, Config sends the following notifications using an Amazon SNS topic that you have specified.

  • Notification of the start of the delivery.

  • Notification of the completion of the delivery, if the delivery was successfully completed.

  • Notification of delivery failure, if the delivery failed.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DeliverConfigSnapshot for usage and error information.

Returned Error Types:

  • NoSuchDeliveryChannelException You have specified a delivery channel that does not exist.

  • NoAvailableConfigurationRecorderException There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.

  • NoRunningConfigurationRecorderException There is no configuration recorder running.

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

func (*ConfigService) DeliverConfigSnapshotRequest

func (c *ConfigService) DeliverConfigSnapshotRequest(input *DeliverConfigSnapshotInput) (req *request.Request, output *DeliverConfigSnapshotOutput)

DeliverConfigSnapshotRequest generates a "aws/request.Request" representing the client's request for the DeliverConfigSnapshot operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeliverConfigSnapshot for more information on using the DeliverConfigSnapshot API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeliverConfigSnapshotRequest method.
req, resp := client.DeliverConfigSnapshotRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DeliverConfigSnapshotWithContext

func (c *ConfigService) DeliverConfigSnapshotWithContext(ctx aws.Context, input *DeliverConfigSnapshotInput, opts ...request.Option) (*DeliverConfigSnapshotOutput, error)

DeliverConfigSnapshotWithContext is the same as DeliverConfigSnapshot with the addition of the ability to pass a context and additional request options.

See DeliverConfigSnapshot for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeAggregateComplianceByConfigRules

func (c *ConfigService) DescribeAggregateComplianceByConfigRules(input *DescribeAggregateComplianceByConfigRulesInput) (*DescribeAggregateComplianceByConfigRulesOutput, error)

DescribeAggregateComplianceByConfigRules API operation for AWS Config.

Returns a list of compliant and noncompliant rules with the number of resources for compliant and noncompliant rules. Does not display rules that do not have compliance results.

The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeAggregateComplianceByConfigRules for usage and error information.

Returned Error Types:

  • ValidationException The requested action is not valid.

    For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

    For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.

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

func (*ConfigService) DescribeAggregateComplianceByConfigRulesPages

func (c *ConfigService) DescribeAggregateComplianceByConfigRulesPages(input *DescribeAggregateComplianceByConfigRulesInput, fn func(*DescribeAggregateComplianceByConfigRulesOutput, bool) bool) error

DescribeAggregateComplianceByConfigRulesPages iterates over the pages of a DescribeAggregateComplianceByConfigRules operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeAggregateComplianceByConfigRules method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribeAggregateComplianceByConfigRules operation.
pageNum := 0
err := client.DescribeAggregateComplianceByConfigRulesPages(params,
    func(page *configservice.DescribeAggregateComplianceByConfigRulesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribeAggregateComplianceByConfigRulesPagesWithContext

func (c *ConfigService) DescribeAggregateComplianceByConfigRulesPagesWithContext(ctx aws.Context, input *DescribeAggregateComplianceByConfigRulesInput, fn func(*DescribeAggregateComplianceByConfigRulesOutput, bool) bool, opts ...request.Option) error

DescribeAggregateComplianceByConfigRulesPagesWithContext same as DescribeAggregateComplianceByConfigRulesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeAggregateComplianceByConfigRulesRequest

func (c *ConfigService) DescribeAggregateComplianceByConfigRulesRequest(input *DescribeAggregateComplianceByConfigRulesInput) (req *request.Request, output *DescribeAggregateComplianceByConfigRulesOutput)

DescribeAggregateComplianceByConfigRulesRequest generates a "aws/request.Request" representing the client's request for the DescribeAggregateComplianceByConfigRules operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAggregateComplianceByConfigRules for more information on using the DescribeAggregateComplianceByConfigRules API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAggregateComplianceByConfigRulesRequest method.
req, resp := client.DescribeAggregateComplianceByConfigRulesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeAggregateComplianceByConfigRulesWithContext

func (c *ConfigService) DescribeAggregateComplianceByConfigRulesWithContext(ctx aws.Context, input *DescribeAggregateComplianceByConfigRulesInput, opts ...request.Option) (*DescribeAggregateComplianceByConfigRulesOutput, error)

DescribeAggregateComplianceByConfigRulesWithContext is the same as DescribeAggregateComplianceByConfigRules with the addition of the ability to pass a context and additional request options.

See DescribeAggregateComplianceByConfigRules for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeAggregateComplianceByConformancePacks

func (c *ConfigService) DescribeAggregateComplianceByConformancePacks(input *DescribeAggregateComplianceByConformancePacksInput) (*DescribeAggregateComplianceByConformancePacksOutput, error)

DescribeAggregateComplianceByConformancePacks API operation for AWS Config.

Returns a list of the conformance packs and their associated compliance status with the count of compliant and noncompliant Config rules within each conformance pack. Also returns the total rule count which includes compliant rules, noncompliant rules, and rules that cannot be evaluated due to insufficient data.

The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeAggregateComplianceByConformancePacks for usage and error information.

Returned Error Types:

  • ValidationException The requested action is not valid.

    For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

    For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeAggregateComplianceByConformancePacks

func (*ConfigService) DescribeAggregateComplianceByConformancePacksPages

func (c *ConfigService) DescribeAggregateComplianceByConformancePacksPages(input *DescribeAggregateComplianceByConformancePacksInput, fn func(*DescribeAggregateComplianceByConformancePacksOutput, bool) bool) error

DescribeAggregateComplianceByConformancePacksPages iterates over the pages of a DescribeAggregateComplianceByConformancePacks operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeAggregateComplianceByConformancePacks method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribeAggregateComplianceByConformancePacks operation.
pageNum := 0
err := client.DescribeAggregateComplianceByConformancePacksPages(params,
    func(page *configservice.DescribeAggregateComplianceByConformancePacksOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribeAggregateComplianceByConformancePacksPagesWithContext

func (c *ConfigService) DescribeAggregateComplianceByConformancePacksPagesWithContext(ctx aws.Context, input *DescribeAggregateComplianceByConformancePacksInput, fn func(*DescribeAggregateComplianceByConformancePacksOutput, bool) bool, opts ...request.Option) error

DescribeAggregateComplianceByConformancePacksPagesWithContext same as DescribeAggregateComplianceByConformancePacksPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeAggregateComplianceByConformancePacksRequest

func (c *ConfigService) DescribeAggregateComplianceByConformancePacksRequest(input *DescribeAggregateComplianceByConformancePacksInput) (req *request.Request, output *DescribeAggregateComplianceByConformancePacksOutput)

DescribeAggregateComplianceByConformancePacksRequest generates a "aws/request.Request" representing the client's request for the DescribeAggregateComplianceByConformancePacks operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAggregateComplianceByConformancePacks for more information on using the DescribeAggregateComplianceByConformancePacks API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAggregateComplianceByConformancePacksRequest method.
req, resp := client.DescribeAggregateComplianceByConformancePacksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeAggregateComplianceByConformancePacks

func (*ConfigService) DescribeAggregateComplianceByConformancePacksWithContext

func (c *ConfigService) DescribeAggregateComplianceByConformancePacksWithContext(ctx aws.Context, input *DescribeAggregateComplianceByConformancePacksInput, opts ...request.Option) (*DescribeAggregateComplianceByConformancePacksOutput, error)

DescribeAggregateComplianceByConformancePacksWithContext is the same as DescribeAggregateComplianceByConformancePacks with the addition of the ability to pass a context and additional request options.

See DescribeAggregateComplianceByConformancePacks for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeAggregationAuthorizations

func (c *ConfigService) DescribeAggregationAuthorizations(input *DescribeAggregationAuthorizationsInput) (*DescribeAggregationAuthorizationsOutput, error)

DescribeAggregationAuthorizations API operation for AWS Config.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeAggregationAuthorizations for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • InvalidLimitException The specified limit is outside the allowable range.

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

func (*ConfigService) DescribeAggregationAuthorizationsPages

func (c *ConfigService) DescribeAggregationAuthorizationsPages(input *DescribeAggregationAuthorizationsInput, fn func(*DescribeAggregationAuthorizationsOutput, bool) bool) error

DescribeAggregationAuthorizationsPages iterates over the pages of a DescribeAggregationAuthorizations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeAggregationAuthorizations method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribeAggregationAuthorizations operation.
pageNum := 0
err := client.DescribeAggregationAuthorizationsPages(params,
    func(page *configservice.DescribeAggregationAuthorizationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribeAggregationAuthorizationsPagesWithContext

func (c *ConfigService) DescribeAggregationAuthorizationsPagesWithContext(ctx aws.Context, input *DescribeAggregationAuthorizationsInput, fn func(*DescribeAggregationAuthorizationsOutput, bool) bool, opts ...request.Option) error

DescribeAggregationAuthorizationsPagesWithContext same as DescribeAggregationAuthorizationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeAggregationAuthorizationsRequest

func (c *ConfigService) DescribeAggregationAuthorizationsRequest(input *DescribeAggregationAuthorizationsInput) (req *request.Request, output *DescribeAggregationAuthorizationsOutput)

DescribeAggregationAuthorizationsRequest generates a "aws/request.Request" representing the client's request for the DescribeAggregationAuthorizations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAggregationAuthorizations for more information on using the DescribeAggregationAuthorizations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAggregationAuthorizationsRequest method.
req, resp := client.DescribeAggregationAuthorizationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeAggregationAuthorizationsWithContext

func (c *ConfigService) DescribeAggregationAuthorizationsWithContext(ctx aws.Context, input *DescribeAggregationAuthorizationsInput, opts ...request.Option) (*DescribeAggregationAuthorizationsOutput, error)

DescribeAggregationAuthorizationsWithContext is the same as DescribeAggregationAuthorizations with the addition of the ability to pass a context and additional request options.

See DescribeAggregationAuthorizations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeComplianceByConfigRule

func (c *ConfigService) DescribeComplianceByConfigRule(input *DescribeComplianceByConfigRuleInput) (*DescribeComplianceByConfigRuleOutput, error)

DescribeComplianceByConfigRule API operation for AWS Config.

Indicates whether the specified Config rules are compliant. If a rule is noncompliant, this action returns the number of Amazon Web Services 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 Config has no current evaluation results for the rule, it returns INSUFFICIENT_DATA. This result might indicate one of the following conditions:

  • 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 Lambda function is failing to send evaluation results to 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 Lambda execution role includes the config:PutEvaluations permission.

  • The rule's Lambda function has returned NOT_APPLICABLE for all evaluation results. This can occur if the resources were deleted or removed from the rule's scope.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeComplianceByConfigRule for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

  • NoSuchConfigRuleException The Config rule in the request is not valid. Verify that the rule is an Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

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

func (*ConfigService) DescribeComplianceByConfigRulePages

func (c *ConfigService) DescribeComplianceByConfigRulePages(input *DescribeComplianceByConfigRuleInput, fn func(*DescribeComplianceByConfigRuleOutput, bool) bool) error

DescribeComplianceByConfigRulePages iterates over the pages of a DescribeComplianceByConfigRule operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeComplianceByConfigRule method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribeComplianceByConfigRule operation.
pageNum := 0
err := client.DescribeComplianceByConfigRulePages(params,
    func(page *configservice.DescribeComplianceByConfigRuleOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribeComplianceByConfigRulePagesWithContext

func (c *ConfigService) DescribeComplianceByConfigRulePagesWithContext(ctx aws.Context, input *DescribeComplianceByConfigRuleInput, fn func(*DescribeComplianceByConfigRuleOutput, bool) bool, opts ...request.Option) error

DescribeComplianceByConfigRulePagesWithContext same as DescribeComplianceByConfigRulePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeComplianceByConfigRuleRequest

func (c *ConfigService) DescribeComplianceByConfigRuleRequest(input *DescribeComplianceByConfigRuleInput) (req *request.Request, output *DescribeComplianceByConfigRuleOutput)

DescribeComplianceByConfigRuleRequest generates a "aws/request.Request" representing the client's request for the DescribeComplianceByConfigRule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeComplianceByConfigRule for more information on using the DescribeComplianceByConfigRule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeComplianceByConfigRuleRequest method.
req, resp := client.DescribeComplianceByConfigRuleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeComplianceByConfigRuleWithContext

func (c *ConfigService) DescribeComplianceByConfigRuleWithContext(ctx aws.Context, input *DescribeComplianceByConfigRuleInput, opts ...request.Option) (*DescribeComplianceByConfigRuleOutput, error)

DescribeComplianceByConfigRuleWithContext is the same as DescribeComplianceByConfigRule with the addition of the ability to pass a context and additional request options.

See DescribeComplianceByConfigRule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeComplianceByResource

func (c *ConfigService) DescribeComplianceByResource(input *DescribeComplianceByResourceInput) (*DescribeComplianceByResourceOutput, error)

DescribeComplianceByResource API operation for AWS Config.

Indicates whether the specified Amazon Web Services resources are compliant. If a resource is noncompliant, this action returns the number of Config rules that the resource does not comply with.

A resource is compliant if it complies with all the Config rules that evaluate it. It is noncompliant if it does not comply with one or more of these rules.

If 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:

  • 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 Lambda function is failing to send evaluation results to 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 Lambda execution role includes the config:PutEvaluations permission.

  • The rule's Lambda function has returned NOT_APPLICABLE for all evaluation results. This can occur if the resources were deleted or removed from the rule's scope.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeComplianceByResource for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

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

func (*ConfigService) DescribeComplianceByResourcePages

func (c *ConfigService) DescribeComplianceByResourcePages(input *DescribeComplianceByResourceInput, fn func(*DescribeComplianceByResourceOutput, bool) bool) error

DescribeComplianceByResourcePages iterates over the pages of a DescribeComplianceByResource operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeComplianceByResource method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribeComplianceByResource operation.
pageNum := 0
err := client.DescribeComplianceByResourcePages(params,
    func(page *configservice.DescribeComplianceByResourceOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribeComplianceByResourcePagesWithContext

func (c *ConfigService) DescribeComplianceByResourcePagesWithContext(ctx aws.Context, input *DescribeComplianceByResourceInput, fn func(*DescribeComplianceByResourceOutput, bool) bool, opts ...request.Option) error

DescribeComplianceByResourcePagesWithContext same as DescribeComplianceByResourcePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeComplianceByResourceRequest

func (c *ConfigService) DescribeComplianceByResourceRequest(input *DescribeComplianceByResourceInput) (req *request.Request, output *DescribeComplianceByResourceOutput)

DescribeComplianceByResourceRequest generates a "aws/request.Request" representing the client's request for the DescribeComplianceByResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeComplianceByResource for more information on using the DescribeComplianceByResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeComplianceByResourceRequest method.
req, resp := client.DescribeComplianceByResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeComplianceByResourceWithContext

func (c *ConfigService) DescribeComplianceByResourceWithContext(ctx aws.Context, input *DescribeComplianceByResourceInput, opts ...request.Option) (*DescribeComplianceByResourceOutput, error)

DescribeComplianceByResourceWithContext is the same as DescribeComplianceByResource with the addition of the ability to pass a context and additional request options.

See DescribeComplianceByResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeConfigRuleEvaluationStatus

func (c *ConfigService) DescribeConfigRuleEvaluationStatus(input *DescribeConfigRuleEvaluationStatusInput) (*DescribeConfigRuleEvaluationStatusOutput, error)

DescribeConfigRuleEvaluationStatus API operation for AWS Config.

Returns status information for each of your Config managed rules. The status includes information such as the last time Config invoked the rule, the last time Config failed to invoke the rule, and the related error for the last failure.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeConfigRuleEvaluationStatus for usage and error information.

Returned Error Types:

  • NoSuchConfigRuleException The Config rule in the request is not valid. Verify that the rule is an Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

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

func (*ConfigService) DescribeConfigRuleEvaluationStatusPages

func (c *ConfigService) DescribeConfigRuleEvaluationStatusPages(input *DescribeConfigRuleEvaluationStatusInput, fn func(*DescribeConfigRuleEvaluationStatusOutput, bool) bool) error

DescribeConfigRuleEvaluationStatusPages iterates over the pages of a DescribeConfigRuleEvaluationStatus operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeConfigRuleEvaluationStatus method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribeConfigRuleEvaluationStatus operation.
pageNum := 0
err := client.DescribeConfigRuleEvaluationStatusPages(params,
    func(page *configservice.DescribeConfigRuleEvaluationStatusOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribeConfigRuleEvaluationStatusPagesWithContext

func (c *ConfigService) DescribeConfigRuleEvaluationStatusPagesWithContext(ctx aws.Context, input *DescribeConfigRuleEvaluationStatusInput, fn func(*DescribeConfigRuleEvaluationStatusOutput, bool) bool, opts ...request.Option) error

DescribeConfigRuleEvaluationStatusPagesWithContext same as DescribeConfigRuleEvaluationStatusPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeConfigRuleEvaluationStatusRequest

func (c *ConfigService) DescribeConfigRuleEvaluationStatusRequest(input *DescribeConfigRuleEvaluationStatusInput) (req *request.Request, output *DescribeConfigRuleEvaluationStatusOutput)

DescribeConfigRuleEvaluationStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeConfigRuleEvaluationStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeConfigRuleEvaluationStatus for more information on using the DescribeConfigRuleEvaluationStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeConfigRuleEvaluationStatusRequest method.
req, resp := client.DescribeConfigRuleEvaluationStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeConfigRuleEvaluationStatusWithContext

func (c *ConfigService) DescribeConfigRuleEvaluationStatusWithContext(ctx aws.Context, input *DescribeConfigRuleEvaluationStatusInput, opts ...request.Option) (*DescribeConfigRuleEvaluationStatusOutput, error)

DescribeConfigRuleEvaluationStatusWithContext is the same as DescribeConfigRuleEvaluationStatus with the addition of the ability to pass a context and additional request options.

See DescribeConfigRuleEvaluationStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeConfigRules

func (c *ConfigService) DescribeConfigRules(input *DescribeConfigRulesInput) (*DescribeConfigRulesOutput, error)

DescribeConfigRules API operation for AWS Config.

Returns details about your Config rules.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeConfigRules for usage and error information.

Returned Error Types:

  • NoSuchConfigRuleException The Config rule in the request is not valid. Verify that the rule is an Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

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

func (*ConfigService) DescribeConfigRulesPages

func (c *ConfigService) DescribeConfigRulesPages(input *DescribeConfigRulesInput, fn func(*DescribeConfigRulesOutput, bool) bool) error

DescribeConfigRulesPages iterates over the pages of a DescribeConfigRules operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeConfigRules method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribeConfigRules operation.
pageNum := 0
err := client.DescribeConfigRulesPages(params,
    func(page *configservice.DescribeConfigRulesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribeConfigRulesPagesWithContext

func (c *ConfigService) DescribeConfigRulesPagesWithContext(ctx aws.Context, input *DescribeConfigRulesInput, fn func(*DescribeConfigRulesOutput, bool) bool, opts ...request.Option) error

DescribeConfigRulesPagesWithContext same as DescribeConfigRulesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeConfigRulesRequest

func (c *ConfigService) DescribeConfigRulesRequest(input *DescribeConfigRulesInput) (req *request.Request, output *DescribeConfigRulesOutput)

DescribeConfigRulesRequest generates a "aws/request.Request" representing the client's request for the DescribeConfigRules operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeConfigRules for more information on using the DescribeConfigRules API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeConfigRulesRequest method.
req, resp := client.DescribeConfigRulesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeConfigRulesWithContext

func (c *ConfigService) DescribeConfigRulesWithContext(ctx aws.Context, input *DescribeConfigRulesInput, opts ...request.Option) (*DescribeConfigRulesOutput, error)

DescribeConfigRulesWithContext is the same as DescribeConfigRules with the addition of the ability to pass a context and additional request options.

See DescribeConfigRules for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeConfigurationAggregatorSourcesStatus

func (c *ConfigService) DescribeConfigurationAggregatorSourcesStatus(input *DescribeConfigurationAggregatorSourcesStatusInput) (*DescribeConfigurationAggregatorSourcesStatusOutput, error)

DescribeConfigurationAggregatorSourcesStatus API operation for AWS Config.

Returns status information for sources within an aggregator. The status includes information about the last time Config verified authorization between the source account and an aggregator account. In case of a failure, the status contains the related error code or message.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeConfigurationAggregatorSourcesStatus for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

  • NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • InvalidLimitException The specified limit is outside the allowable range.

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

func (*ConfigService) DescribeConfigurationAggregatorSourcesStatusPages

func (c *ConfigService) DescribeConfigurationAggregatorSourcesStatusPages(input *DescribeConfigurationAggregatorSourcesStatusInput, fn func(*DescribeConfigurationAggregatorSourcesStatusOutput, bool) bool) error

DescribeConfigurationAggregatorSourcesStatusPages iterates over the pages of a DescribeConfigurationAggregatorSourcesStatus operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeConfigurationAggregatorSourcesStatus method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribeConfigurationAggregatorSourcesStatus operation.
pageNum := 0
err := client.DescribeConfigurationAggregatorSourcesStatusPages(params,
    func(page *configservice.DescribeConfigurationAggregatorSourcesStatusOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribeConfigurationAggregatorSourcesStatusPagesWithContext

func (c *ConfigService) DescribeConfigurationAggregatorSourcesStatusPagesWithContext(ctx aws.Context, input *DescribeConfigurationAggregatorSourcesStatusInput, fn func(*DescribeConfigurationAggregatorSourcesStatusOutput, bool) bool, opts ...request.Option) error

DescribeConfigurationAggregatorSourcesStatusPagesWithContext same as DescribeConfigurationAggregatorSourcesStatusPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeConfigurationAggregatorSourcesStatusRequest

func (c *ConfigService) DescribeConfigurationAggregatorSourcesStatusRequest(input *DescribeConfigurationAggregatorSourcesStatusInput) (req *request.Request, output *DescribeConfigurationAggregatorSourcesStatusOutput)

DescribeConfigurationAggregatorSourcesStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeConfigurationAggregatorSourcesStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeConfigurationAggregatorSourcesStatus for more information on using the DescribeConfigurationAggregatorSourcesStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeConfigurationAggregatorSourcesStatusRequest method.
req, resp := client.DescribeConfigurationAggregatorSourcesStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeConfigurationAggregatorSourcesStatusWithContext

func (c *ConfigService) DescribeConfigurationAggregatorSourcesStatusWithContext(ctx aws.Context, input *DescribeConfigurationAggregatorSourcesStatusInput, opts ...request.Option) (*DescribeConfigurationAggregatorSourcesStatusOutput, error)

DescribeConfigurationAggregatorSourcesStatusWithContext is the same as DescribeConfigurationAggregatorSourcesStatus with the addition of the ability to pass a context and additional request options.

See DescribeConfigurationAggregatorSourcesStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeConfigurationAggregators

func (c *ConfigService) DescribeConfigurationAggregators(input *DescribeConfigurationAggregatorsInput) (*DescribeConfigurationAggregatorsOutput, error)

DescribeConfigurationAggregators API operation for AWS Config.

Returns the details of one or more configuration aggregators. If the configuration aggregator is not specified, this action returns the details for all the configuration aggregators associated with the account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeConfigurationAggregators for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

  • NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • InvalidLimitException The specified limit is outside the allowable range.

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

func (*ConfigService) DescribeConfigurationAggregatorsPages

func (c *ConfigService) DescribeConfigurationAggregatorsPages(input *DescribeConfigurationAggregatorsInput, fn func(*DescribeConfigurationAggregatorsOutput, bool) bool) error

DescribeConfigurationAggregatorsPages iterates over the pages of a DescribeConfigurationAggregators operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeConfigurationAggregators method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribeConfigurationAggregators operation.
pageNum := 0
err := client.DescribeConfigurationAggregatorsPages(params,
    func(page *configservice.DescribeConfigurationAggregatorsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribeConfigurationAggregatorsPagesWithContext

func (c *ConfigService) DescribeConfigurationAggregatorsPagesWithContext(ctx aws.Context, input *DescribeConfigurationAggregatorsInput, fn func(*DescribeConfigurationAggregatorsOutput, bool) bool, opts ...request.Option) error

DescribeConfigurationAggregatorsPagesWithContext same as DescribeConfigurationAggregatorsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeConfigurationAggregatorsRequest

func (c *ConfigService) DescribeConfigurationAggregatorsRequest(input *DescribeConfigurationAggregatorsInput) (req *request.Request, output *DescribeConfigurationAggregatorsOutput)

DescribeConfigurationAggregatorsRequest generates a "aws/request.Request" representing the client's request for the DescribeConfigurationAggregators operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeConfigurationAggregators for more information on using the DescribeConfigurationAggregators API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeConfigurationAggregatorsRequest method.
req, resp := client.DescribeConfigurationAggregatorsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeConfigurationAggregatorsWithContext

func (c *ConfigService) DescribeConfigurationAggregatorsWithContext(ctx aws.Context, input *DescribeConfigurationAggregatorsInput, opts ...request.Option) (*DescribeConfigurationAggregatorsOutput, error)

DescribeConfigurationAggregatorsWithContext is the same as DescribeConfigurationAggregators with the addition of the ability to pass a context and additional request options.

See DescribeConfigurationAggregators for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeConfigurationRecorderStatus

func (c *ConfigService) DescribeConfigurationRecorderStatus(input *DescribeConfigurationRecorderStatusInput) (*DescribeConfigurationRecorderStatusOutput, error)

DescribeConfigurationRecorderStatus API operation for AWS Config.

Returns the current status of the specified configuration recorder as well as the status of the last recording event for the recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorders associated with the account.

>You can specify only one configuration recorder for each Amazon Web Services Region for each account. For a detailed status of recording events over time, add your Config events to Amazon CloudWatch metrics and use CloudWatch metrics.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeConfigurationRecorderStatus for usage and error information.

Returned Error Types:

  • NoSuchConfigurationRecorderException You have specified a configuration recorder that does not exist.

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

func (*ConfigService) DescribeConfigurationRecorderStatusRequest

func (c *ConfigService) DescribeConfigurationRecorderStatusRequest(input *DescribeConfigurationRecorderStatusInput) (req *request.Request, output *DescribeConfigurationRecorderStatusOutput)

DescribeConfigurationRecorderStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeConfigurationRecorderStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeConfigurationRecorderStatus for more information on using the DescribeConfigurationRecorderStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeConfigurationRecorderStatusRequest method.
req, resp := client.DescribeConfigurationRecorderStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeConfigurationRecorderStatusWithContext

func (c *ConfigService) DescribeConfigurationRecorderStatusWithContext(ctx aws.Context, input *DescribeConfigurationRecorderStatusInput, opts ...request.Option) (*DescribeConfigurationRecorderStatusOutput, error)

DescribeConfigurationRecorderStatusWithContext is the same as DescribeConfigurationRecorderStatus with the addition of the ability to pass a context and additional request options.

See DescribeConfigurationRecorderStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeConfigurationRecorders

func (c *ConfigService) DescribeConfigurationRecorders(input *DescribeConfigurationRecordersInput) (*DescribeConfigurationRecordersOutput, error)

DescribeConfigurationRecorders API operation for AWS Config.

Returns the details for the specified configuration recorders. If the configuration recorder is not specified, this action returns the details for all configuration recorders associated with the account.

You can specify only one configuration recorder for each Amazon Web Services Region for each account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeConfigurationRecorders for usage and error information.

Returned Error Types:

  • NoSuchConfigurationRecorderException You have specified a configuration recorder that does not exist.

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

func (*ConfigService) DescribeConfigurationRecordersRequest

func (c *ConfigService) DescribeConfigurationRecordersRequest(input *DescribeConfigurationRecordersInput) (req *request.Request, output *DescribeConfigurationRecordersOutput)

DescribeConfigurationRecordersRequest generates a "aws/request.Request" representing the client's request for the DescribeConfigurationRecorders operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeConfigurationRecorders for more information on using the DescribeConfigurationRecorders API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeConfigurationRecordersRequest method.
req, resp := client.DescribeConfigurationRecordersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeConfigurationRecordersWithContext

func (c *ConfigService) DescribeConfigurationRecordersWithContext(ctx aws.Context, input *DescribeConfigurationRecordersInput, opts ...request.Option) (*DescribeConfigurationRecordersOutput, error)

DescribeConfigurationRecordersWithContext is the same as DescribeConfigurationRecorders with the addition of the ability to pass a context and additional request options.

See DescribeConfigurationRecorders for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeConformancePackCompliance

func (c *ConfigService) DescribeConformancePackCompliance(input *DescribeConformancePackComplianceInput) (*DescribeConformancePackComplianceOutput, error)

DescribeConformancePackCompliance API operation for AWS Config.

Returns compliance details for each rule in that conformance pack.

You must provide exact rule names.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeConformancePackCompliance for usage and error information.

Returned Error Types:

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

  • NoSuchConfigRuleInConformancePackException Config rule that you passed in the filter does not exist.

  • NoSuchConformancePackException You specified one or more conformance packs that do not exist.

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

func (*ConfigService) DescribeConformancePackCompliancePages

func (c *ConfigService) DescribeConformancePackCompliancePages(input *DescribeConformancePackComplianceInput, fn func(*DescribeConformancePackComplianceOutput, bool) bool) error

DescribeConformancePackCompliancePages iterates over the pages of a DescribeConformancePackCompliance operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeConformancePackCompliance method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribeConformancePackCompliance operation.
pageNum := 0
err := client.DescribeConformancePackCompliancePages(params,
    func(page *configservice.DescribeConformancePackComplianceOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribeConformancePackCompliancePagesWithContext

func (c *ConfigService) DescribeConformancePackCompliancePagesWithContext(ctx aws.Context, input *DescribeConformancePackComplianceInput, fn func(*DescribeConformancePackComplianceOutput, bool) bool, opts ...request.Option) error

DescribeConformancePackCompliancePagesWithContext same as DescribeConformancePackCompliancePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeConformancePackComplianceRequest

func (c *ConfigService) DescribeConformancePackComplianceRequest(input *DescribeConformancePackComplianceInput) (req *request.Request, output *DescribeConformancePackComplianceOutput)

DescribeConformancePackComplianceRequest generates a "aws/request.Request" representing the client's request for the DescribeConformancePackCompliance operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeConformancePackCompliance for more information on using the DescribeConformancePackCompliance API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeConformancePackComplianceRequest method.
req, resp := client.DescribeConformancePackComplianceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeConformancePackComplianceWithContext

func (c *ConfigService) DescribeConformancePackComplianceWithContext(ctx aws.Context, input *DescribeConformancePackComplianceInput, opts ...request.Option) (*DescribeConformancePackComplianceOutput, error)

DescribeConformancePackComplianceWithContext is the same as DescribeConformancePackCompliance with the addition of the ability to pass a context and additional request options.

See DescribeConformancePackCompliance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeConformancePackStatus

func (c *ConfigService) DescribeConformancePackStatus(input *DescribeConformancePackStatusInput) (*DescribeConformancePackStatusOutput, error)

DescribeConformancePackStatus API operation for AWS Config.

Provides one or more conformance packs deployment status.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeConformancePackStatus for usage and error information.

Returned Error Types:

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

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

func (*ConfigService) DescribeConformancePackStatusPages

func (c *ConfigService) DescribeConformancePackStatusPages(input *DescribeConformancePackStatusInput, fn func(*DescribeConformancePackStatusOutput, bool) bool) error

DescribeConformancePackStatusPages iterates over the pages of a DescribeConformancePackStatus operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeConformancePackStatus method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribeConformancePackStatus operation.
pageNum := 0
err := client.DescribeConformancePackStatusPages(params,
    func(page *configservice.DescribeConformancePackStatusOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribeConformancePackStatusPagesWithContext

func (c *ConfigService) DescribeConformancePackStatusPagesWithContext(ctx aws.Context, input *DescribeConformancePackStatusInput, fn func(*DescribeConformancePackStatusOutput, bool) bool, opts ...request.Option) error

DescribeConformancePackStatusPagesWithContext same as DescribeConformancePackStatusPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeConformancePackStatusRequest

func (c *ConfigService) DescribeConformancePackStatusRequest(input *DescribeConformancePackStatusInput) (req *request.Request, output *DescribeConformancePackStatusOutput)

DescribeConformancePackStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeConformancePackStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeConformancePackStatus for more information on using the DescribeConformancePackStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeConformancePackStatusRequest method.
req, resp := client.DescribeConformancePackStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeConformancePackStatusWithContext

func (c *ConfigService) DescribeConformancePackStatusWithContext(ctx aws.Context, input *DescribeConformancePackStatusInput, opts ...request.Option) (*DescribeConformancePackStatusOutput, error)

DescribeConformancePackStatusWithContext is the same as DescribeConformancePackStatus with the addition of the ability to pass a context and additional request options.

See DescribeConformancePackStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeConformancePacks

func (c *ConfigService) DescribeConformancePacks(input *DescribeConformancePacksInput) (*DescribeConformancePacksOutput, error)

DescribeConformancePacks API operation for AWS Config.

Returns a list of one or more conformance packs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeConformancePacks for usage and error information.

Returned Error Types:

  • NoSuchConformancePackException You specified one or more conformance packs that do not exist.

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

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

func (*ConfigService) DescribeConformancePacksPages

func (c *ConfigService) DescribeConformancePacksPages(input *DescribeConformancePacksInput, fn func(*DescribeConformancePacksOutput, bool) bool) error

DescribeConformancePacksPages iterates over the pages of a DescribeConformancePacks operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeConformancePacks method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribeConformancePacks operation.
pageNum := 0
err := client.DescribeConformancePacksPages(params,
    func(page *configservice.DescribeConformancePacksOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribeConformancePacksPagesWithContext

func (c *ConfigService) DescribeConformancePacksPagesWithContext(ctx aws.Context, input *DescribeConformancePacksInput, fn func(*DescribeConformancePacksOutput, bool) bool, opts ...request.Option) error

DescribeConformancePacksPagesWithContext same as DescribeConformancePacksPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeConformancePacksRequest

func (c *ConfigService) DescribeConformancePacksRequest(input *DescribeConformancePacksInput) (req *request.Request, output *DescribeConformancePacksOutput)

DescribeConformancePacksRequest generates a "aws/request.Request" representing the client's request for the DescribeConformancePacks operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeConformancePacks for more information on using the DescribeConformancePacks API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeConformancePacksRequest method.
req, resp := client.DescribeConformancePacksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeConformancePacksWithContext

func (c *ConfigService) DescribeConformancePacksWithContext(ctx aws.Context, input *DescribeConformancePacksInput, opts ...request.Option) (*DescribeConformancePacksOutput, error)

DescribeConformancePacksWithContext is the same as DescribeConformancePacks with the addition of the ability to pass a context and additional request options.

See DescribeConformancePacks for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeDeliveryChannelStatus

func (c *ConfigService) DescribeDeliveryChannelStatus(input *DescribeDeliveryChannelStatusInput) (*DescribeDeliveryChannelStatusOutput, error)

DescribeDeliveryChannelStatus API operation for AWS Config.

Returns the current status of the specified delivery channel. If a delivery channel is not specified, this action returns the current status of all delivery channels associated with the account.

Currently, you can specify only one delivery channel per region in your account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeDeliveryChannelStatus for usage and error information.

Returned Error Types:

  • NoSuchDeliveryChannelException You have specified a delivery channel that does not exist.

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

func (*ConfigService) DescribeDeliveryChannelStatusRequest

func (c *ConfigService) DescribeDeliveryChannelStatusRequest(input *DescribeDeliveryChannelStatusInput) (req *request.Request, output *DescribeDeliveryChannelStatusOutput)

DescribeDeliveryChannelStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeDeliveryChannelStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDeliveryChannelStatus for more information on using the DescribeDeliveryChannelStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDeliveryChannelStatusRequest method.
req, resp := client.DescribeDeliveryChannelStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeDeliveryChannelStatusWithContext

func (c *ConfigService) DescribeDeliveryChannelStatusWithContext(ctx aws.Context, input *DescribeDeliveryChannelStatusInput, opts ...request.Option) (*DescribeDeliveryChannelStatusOutput, error)

DescribeDeliveryChannelStatusWithContext is the same as DescribeDeliveryChannelStatus with the addition of the ability to pass a context and additional request options.

See DescribeDeliveryChannelStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeDeliveryChannels

func (c *ConfigService) DescribeDeliveryChannels(input *DescribeDeliveryChannelsInput) (*DescribeDeliveryChannelsOutput, error)

DescribeDeliveryChannels API operation for AWS Config.

Returns details about the specified delivery channel. If a delivery channel is not specified, this action returns the details of all delivery channels associated with the account.

Currently, you can specify only one delivery channel per region in your account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeDeliveryChannels for usage and error information.

Returned Error Types:

  • NoSuchDeliveryChannelException You have specified a delivery channel that does not exist.

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

func (*ConfigService) DescribeDeliveryChannelsRequest

func (c *ConfigService) DescribeDeliveryChannelsRequest(input *DescribeDeliveryChannelsInput) (req *request.Request, output *DescribeDeliveryChannelsOutput)

DescribeDeliveryChannelsRequest generates a "aws/request.Request" representing the client's request for the DescribeDeliveryChannels operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDeliveryChannels for more information on using the DescribeDeliveryChannels API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDeliveryChannelsRequest method.
req, resp := client.DescribeDeliveryChannelsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeDeliveryChannelsWithContext

func (c *ConfigService) DescribeDeliveryChannelsWithContext(ctx aws.Context, input *DescribeDeliveryChannelsInput, opts ...request.Option) (*DescribeDeliveryChannelsOutput, error)

DescribeDeliveryChannelsWithContext is the same as DescribeDeliveryChannels with the addition of the ability to pass a context and additional request options.

See DescribeDeliveryChannels for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeOrganizationConfigRuleStatuses

func (c *ConfigService) DescribeOrganizationConfigRuleStatuses(input *DescribeOrganizationConfigRuleStatusesInput) (*DescribeOrganizationConfigRuleStatusesOutput, error)

DescribeOrganizationConfigRuleStatuses API operation for AWS Config.

Provides organization Config rule deployment status for an organization.

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

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeOrganizationConfigRuleStatuses for usage and error information.

Returned Error Types:

  • NoSuchOrganizationConfigRuleException The Config rule in the request is not valid. Verify that the rule is an organization Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • OrganizationAccessDeniedException For PutConfigurationAggregator API, you can see this exception for the following reasons:

  • No permission to call EnableAWSServiceAccess API

  • The configuration aggregator cannot be updated because your Amazon Web Services Organization management account or the delegated administrator role changed. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • The configuration aggregator is associated with a previous Amazon Web Services Organization and Config cannot aggregate data with current Amazon Web Services Organization. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • You are not a registered delegated administrator for Config with permissions to call ListDelegatedAdministrators API. Ensure that the management account registers delagated administrator for Config service principle name before the delegated administrator creates an aggregator.

    For all OrganizationConfigRule and OrganizationConformancePack APIs, Config throws an exception if APIs are called from member accounts. All APIs must be called from organization management account.

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

func (*ConfigService) DescribeOrganizationConfigRuleStatusesPages

func (c *ConfigService) DescribeOrganizationConfigRuleStatusesPages(input *DescribeOrganizationConfigRuleStatusesInput, fn func(*DescribeOrganizationConfigRuleStatusesOutput, bool) bool) error

DescribeOrganizationConfigRuleStatusesPages iterates over the pages of a DescribeOrganizationConfigRuleStatuses operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeOrganizationConfigRuleStatuses method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribeOrganizationConfigRuleStatuses operation.
pageNum := 0
err := client.DescribeOrganizationConfigRuleStatusesPages(params,
    func(page *configservice.DescribeOrganizationConfigRuleStatusesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribeOrganizationConfigRuleStatusesPagesWithContext

func (c *ConfigService) DescribeOrganizationConfigRuleStatusesPagesWithContext(ctx aws.Context, input *DescribeOrganizationConfigRuleStatusesInput, fn func(*DescribeOrganizationConfigRuleStatusesOutput, bool) bool, opts ...request.Option) error

DescribeOrganizationConfigRuleStatusesPagesWithContext same as DescribeOrganizationConfigRuleStatusesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeOrganizationConfigRuleStatusesRequest

func (c *ConfigService) DescribeOrganizationConfigRuleStatusesRequest(input *DescribeOrganizationConfigRuleStatusesInput) (req *request.Request, output *DescribeOrganizationConfigRuleStatusesOutput)

DescribeOrganizationConfigRuleStatusesRequest generates a "aws/request.Request" representing the client's request for the DescribeOrganizationConfigRuleStatuses operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeOrganizationConfigRuleStatuses for more information on using the DescribeOrganizationConfigRuleStatuses API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeOrganizationConfigRuleStatusesRequest method.
req, resp := client.DescribeOrganizationConfigRuleStatusesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeOrganizationConfigRuleStatusesWithContext

func (c *ConfigService) DescribeOrganizationConfigRuleStatusesWithContext(ctx aws.Context, input *DescribeOrganizationConfigRuleStatusesInput, opts ...request.Option) (*DescribeOrganizationConfigRuleStatusesOutput, error)

DescribeOrganizationConfigRuleStatusesWithContext is the same as DescribeOrganizationConfigRuleStatuses with the addition of the ability to pass a context and additional request options.

See DescribeOrganizationConfigRuleStatuses for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeOrganizationConfigRules

func (c *ConfigService) DescribeOrganizationConfigRules(input *DescribeOrganizationConfigRulesInput) (*DescribeOrganizationConfigRulesOutput, error)

DescribeOrganizationConfigRules API operation for AWS Config.

Returns a list of organization Config rules.

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

Limit and next token are not applicable if you specify organization Config rule names. It is only applicable, when you request all the organization Config rules.

For accounts within an organization

If you deploy an organizational rule or conformance pack in an organization administrator account, and then establish a delegated administrator and deploy an organizational rule or conformance pack in the delegated administrator account, you won't be able to see the organizational rule or conformance pack in the organization administrator account from the delegated administrator account or see the organizational rule or conformance pack in the delegated administrator account from organization administrator account. The DescribeOrganizationConfigRules and DescribeOrganizationConformancePacks APIs can only see and interact with the organization-related resource that were deployed from within the account calling those APIs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeOrganizationConfigRules for usage and error information.

Returned Error Types:

  • NoSuchOrganizationConfigRuleException The Config rule in the request is not valid. Verify that the rule is an organization Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • InvalidLimitException The specified limit is outside the allowable range.

  • OrganizationAccessDeniedException For PutConfigurationAggregator API, you can see this exception for the following reasons:

  • No permission to call EnableAWSServiceAccess API

  • The configuration aggregator cannot be updated because your Amazon Web Services Organization management account or the delegated administrator role changed. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • The configuration aggregator is associated with a previous Amazon Web Services Organization and Config cannot aggregate data with current Amazon Web Services Organization. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • You are not a registered delegated administrator for Config with permissions to call ListDelegatedAdministrators API. Ensure that the management account registers delagated administrator for Config service principle name before the delegated administrator creates an aggregator.

    For all OrganizationConfigRule and OrganizationConformancePack APIs, Config throws an exception if APIs are called from member accounts. All APIs must be called from organization management account.

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

func (*ConfigService) DescribeOrganizationConfigRulesPages

func (c *ConfigService) DescribeOrganizationConfigRulesPages(input *DescribeOrganizationConfigRulesInput, fn func(*DescribeOrganizationConfigRulesOutput, bool) bool) error

DescribeOrganizationConfigRulesPages iterates over the pages of a DescribeOrganizationConfigRules operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeOrganizationConfigRules method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribeOrganizationConfigRules operation.
pageNum := 0
err := client.DescribeOrganizationConfigRulesPages(params,
    func(page *configservice.DescribeOrganizationConfigRulesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribeOrganizationConfigRulesPagesWithContext

func (c *ConfigService) DescribeOrganizationConfigRulesPagesWithContext(ctx aws.Context, input *DescribeOrganizationConfigRulesInput, fn func(*DescribeOrganizationConfigRulesOutput, bool) bool, opts ...request.Option) error

DescribeOrganizationConfigRulesPagesWithContext same as DescribeOrganizationConfigRulesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeOrganizationConfigRulesRequest

func (c *ConfigService) DescribeOrganizationConfigRulesRequest(input *DescribeOrganizationConfigRulesInput) (req *request.Request, output *DescribeOrganizationConfigRulesOutput)

DescribeOrganizationConfigRulesRequest generates a "aws/request.Request" representing the client's request for the DescribeOrganizationConfigRules operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeOrganizationConfigRules for more information on using the DescribeOrganizationConfigRules API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeOrganizationConfigRulesRequest method.
req, resp := client.DescribeOrganizationConfigRulesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeOrganizationConfigRulesWithContext

func (c *ConfigService) DescribeOrganizationConfigRulesWithContext(ctx aws.Context, input *DescribeOrganizationConfigRulesInput, opts ...request.Option) (*DescribeOrganizationConfigRulesOutput, error)

DescribeOrganizationConfigRulesWithContext is the same as DescribeOrganizationConfigRules with the addition of the ability to pass a context and additional request options.

See DescribeOrganizationConfigRules for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeOrganizationConformancePackStatuses

func (c *ConfigService) DescribeOrganizationConformancePackStatuses(input *DescribeOrganizationConformancePackStatusesInput) (*DescribeOrganizationConformancePackStatusesOutput, error)

DescribeOrganizationConformancePackStatuses API operation for AWS Config.

Provides organization conformance pack deployment status for an organization.

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

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeOrganizationConformancePackStatuses for usage and error information.

Returned Error Types:

  • NoSuchOrganizationConformancePackException Config organization conformance pack that you passed in the filter does not exist.

    For DeleteOrganizationConformancePack, you tried to delete an organization conformance pack that does not exist.

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • OrganizationAccessDeniedException For PutConfigurationAggregator API, you can see this exception for the following reasons:

  • No permission to call EnableAWSServiceAccess API

  • The configuration aggregator cannot be updated because your Amazon Web Services Organization management account or the delegated administrator role changed. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • The configuration aggregator is associated with a previous Amazon Web Services Organization and Config cannot aggregate data with current Amazon Web Services Organization. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • You are not a registered delegated administrator for Config with permissions to call ListDelegatedAdministrators API. Ensure that the management account registers delagated administrator for Config service principle name before the delegated administrator creates an aggregator.

    For all OrganizationConfigRule and OrganizationConformancePack APIs, Config throws an exception if APIs are called from member accounts. All APIs must be called from organization management account.

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

func (*ConfigService) DescribeOrganizationConformancePackStatusesPages

func (c *ConfigService) DescribeOrganizationConformancePackStatusesPages(input *DescribeOrganizationConformancePackStatusesInput, fn func(*DescribeOrganizationConformancePackStatusesOutput, bool) bool) error

DescribeOrganizationConformancePackStatusesPages iterates over the pages of a DescribeOrganizationConformancePackStatuses operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeOrganizationConformancePackStatuses method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribeOrganizationConformancePackStatuses operation.
pageNum := 0
err := client.DescribeOrganizationConformancePackStatusesPages(params,
    func(page *configservice.DescribeOrganizationConformancePackStatusesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribeOrganizationConformancePackStatusesPagesWithContext

func (c *ConfigService) DescribeOrganizationConformancePackStatusesPagesWithContext(ctx aws.Context, input *DescribeOrganizationConformancePackStatusesInput, fn func(*DescribeOrganizationConformancePackStatusesOutput, bool) bool, opts ...request.Option) error

DescribeOrganizationConformancePackStatusesPagesWithContext same as DescribeOrganizationConformancePackStatusesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeOrganizationConformancePackStatusesRequest

func (c *ConfigService) DescribeOrganizationConformancePackStatusesRequest(input *DescribeOrganizationConformancePackStatusesInput) (req *request.Request, output *DescribeOrganizationConformancePackStatusesOutput)

DescribeOrganizationConformancePackStatusesRequest generates a "aws/request.Request" representing the client's request for the DescribeOrganizationConformancePackStatuses operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeOrganizationConformancePackStatuses for more information on using the DescribeOrganizationConformancePackStatuses API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeOrganizationConformancePackStatusesRequest method.
req, resp := client.DescribeOrganizationConformancePackStatusesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeOrganizationConformancePackStatusesWithContext

func (c *ConfigService) DescribeOrganizationConformancePackStatusesWithContext(ctx aws.Context, input *DescribeOrganizationConformancePackStatusesInput, opts ...request.Option) (*DescribeOrganizationConformancePackStatusesOutput, error)

DescribeOrganizationConformancePackStatusesWithContext is the same as DescribeOrganizationConformancePackStatuses with the addition of the ability to pass a context and additional request options.

See DescribeOrganizationConformancePackStatuses for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeOrganizationConformancePacks

func (c *ConfigService) DescribeOrganizationConformancePacks(input *DescribeOrganizationConformancePacksInput) (*DescribeOrganizationConformancePacksOutput, error)

DescribeOrganizationConformancePacks API operation for AWS Config.

Returns a list of organization conformance packs.

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

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

For accounts within an organization

If you deploy an organizational rule or conformance pack in an organization administrator account, and then establish a delegated administrator and deploy an organizational rule or conformance pack in the delegated administrator account, you won't be able to see the organizational rule or conformance pack in the organization administrator account from the delegated administrator account or see the organizational rule or conformance pack in the delegated administrator account from organization administrator account. The DescribeOrganizationConfigRules and DescribeOrganizationConformancePacks APIs can only see and interact with the organization-related resource that were deployed from within the account calling those APIs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeOrganizationConformancePacks for usage and error information.

Returned Error Types:

  • NoSuchOrganizationConformancePackException Config organization conformance pack that you passed in the filter does not exist.

    For DeleteOrganizationConformancePack, you tried to delete an organization conformance pack that does not exist.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • InvalidLimitException The specified limit is outside the allowable range.

  • OrganizationAccessDeniedException For PutConfigurationAggregator API, you can see this exception for the following reasons:

  • No permission to call EnableAWSServiceAccess API

  • The configuration aggregator cannot be updated because your Amazon Web Services Organization management account or the delegated administrator role changed. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • The configuration aggregator is associated with a previous Amazon Web Services Organization and Config cannot aggregate data with current Amazon Web Services Organization. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • You are not a registered delegated administrator for Config with permissions to call ListDelegatedAdministrators API. Ensure that the management account registers delagated administrator for Config service principle name before the delegated administrator creates an aggregator.

    For all OrganizationConfigRule and OrganizationConformancePack APIs, Config throws an exception if APIs are called from member accounts. All APIs must be called from organization management account.

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

func (*ConfigService) DescribeOrganizationConformancePacksPages

func (c *ConfigService) DescribeOrganizationConformancePacksPages(input *DescribeOrganizationConformancePacksInput, fn func(*DescribeOrganizationConformancePacksOutput, bool) bool) error

DescribeOrganizationConformancePacksPages iterates over the pages of a DescribeOrganizationConformancePacks operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeOrganizationConformancePacks method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribeOrganizationConformancePacks operation.
pageNum := 0
err := client.DescribeOrganizationConformancePacksPages(params,
    func(page *configservice.DescribeOrganizationConformancePacksOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribeOrganizationConformancePacksPagesWithContext

func (c *ConfigService) DescribeOrganizationConformancePacksPagesWithContext(ctx aws.Context, input *DescribeOrganizationConformancePacksInput, fn func(*DescribeOrganizationConformancePacksOutput, bool) bool, opts ...request.Option) error

DescribeOrganizationConformancePacksPagesWithContext same as DescribeOrganizationConformancePacksPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeOrganizationConformancePacksRequest

func (c *ConfigService) DescribeOrganizationConformancePacksRequest(input *DescribeOrganizationConformancePacksInput) (req *request.Request, output *DescribeOrganizationConformancePacksOutput)

DescribeOrganizationConformancePacksRequest generates a "aws/request.Request" representing the client's request for the DescribeOrganizationConformancePacks operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeOrganizationConformancePacks for more information on using the DescribeOrganizationConformancePacks API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeOrganizationConformancePacksRequest method.
req, resp := client.DescribeOrganizationConformancePacksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeOrganizationConformancePacksWithContext

func (c *ConfigService) DescribeOrganizationConformancePacksWithContext(ctx aws.Context, input *DescribeOrganizationConformancePacksInput, opts ...request.Option) (*DescribeOrganizationConformancePacksOutput, error)

DescribeOrganizationConformancePacksWithContext is the same as DescribeOrganizationConformancePacks with the addition of the ability to pass a context and additional request options.

See DescribeOrganizationConformancePacks for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribePendingAggregationRequests

func (c *ConfigService) DescribePendingAggregationRequests(input *DescribePendingAggregationRequestsInput) (*DescribePendingAggregationRequestsOutput, error)

DescribePendingAggregationRequests API operation for AWS Config.

Returns a list of all pending aggregation requests.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribePendingAggregationRequests for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • InvalidLimitException The specified limit is outside the allowable range.

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

func (*ConfigService) DescribePendingAggregationRequestsPages

func (c *ConfigService) DescribePendingAggregationRequestsPages(input *DescribePendingAggregationRequestsInput, fn func(*DescribePendingAggregationRequestsOutput, bool) bool) error

DescribePendingAggregationRequestsPages iterates over the pages of a DescribePendingAggregationRequests operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribePendingAggregationRequests method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribePendingAggregationRequests operation.
pageNum := 0
err := client.DescribePendingAggregationRequestsPages(params,
    func(page *configservice.DescribePendingAggregationRequestsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribePendingAggregationRequestsPagesWithContext

func (c *ConfigService) DescribePendingAggregationRequestsPagesWithContext(ctx aws.Context, input *DescribePendingAggregationRequestsInput, fn func(*DescribePendingAggregationRequestsOutput, bool) bool, opts ...request.Option) error

DescribePendingAggregationRequestsPagesWithContext same as DescribePendingAggregationRequestsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribePendingAggregationRequestsRequest

func (c *ConfigService) DescribePendingAggregationRequestsRequest(input *DescribePendingAggregationRequestsInput) (req *request.Request, output *DescribePendingAggregationRequestsOutput)

DescribePendingAggregationRequestsRequest generates a "aws/request.Request" representing the client's request for the DescribePendingAggregationRequests operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribePendingAggregationRequests for more information on using the DescribePendingAggregationRequests API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribePendingAggregationRequestsRequest method.
req, resp := client.DescribePendingAggregationRequestsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribePendingAggregationRequestsWithContext

func (c *ConfigService) DescribePendingAggregationRequestsWithContext(ctx aws.Context, input *DescribePendingAggregationRequestsInput, opts ...request.Option) (*DescribePendingAggregationRequestsOutput, error)

DescribePendingAggregationRequestsWithContext is the same as DescribePendingAggregationRequests with the addition of the ability to pass a context and additional request options.

See DescribePendingAggregationRequests for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeRemediationConfigurations

func (c *ConfigService) DescribeRemediationConfigurations(input *DescribeRemediationConfigurationsInput) (*DescribeRemediationConfigurationsOutput, error)

DescribeRemediationConfigurations API operation for AWS Config.

Returns the details of one or more remediation configurations.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeRemediationConfigurations for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeRemediationConfigurations

func (*ConfigService) DescribeRemediationConfigurationsRequest

func (c *ConfigService) DescribeRemediationConfigurationsRequest(input *DescribeRemediationConfigurationsInput) (req *request.Request, output *DescribeRemediationConfigurationsOutput)

DescribeRemediationConfigurationsRequest generates a "aws/request.Request" representing the client's request for the DescribeRemediationConfigurations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeRemediationConfigurations for more information on using the DescribeRemediationConfigurations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeRemediationConfigurationsRequest method.
req, resp := client.DescribeRemediationConfigurationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeRemediationConfigurationsWithContext

func (c *ConfigService) DescribeRemediationConfigurationsWithContext(ctx aws.Context, input *DescribeRemediationConfigurationsInput, opts ...request.Option) (*DescribeRemediationConfigurationsOutput, error)

DescribeRemediationConfigurationsWithContext is the same as DescribeRemediationConfigurations with the addition of the ability to pass a context and additional request options.

See DescribeRemediationConfigurations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeRemediationExceptions

func (c *ConfigService) DescribeRemediationExceptions(input *DescribeRemediationExceptionsInput) (*DescribeRemediationExceptionsOutput, error)

DescribeRemediationExceptions API operation for AWS Config.

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

Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared.

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

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeRemediationExceptions for usage and error information.

Returned Error Types:

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

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

func (*ConfigService) DescribeRemediationExceptionsPages

func (c *ConfigService) DescribeRemediationExceptionsPages(input *DescribeRemediationExceptionsInput, fn func(*DescribeRemediationExceptionsOutput, bool) bool) error

DescribeRemediationExceptionsPages iterates over the pages of a DescribeRemediationExceptions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeRemediationExceptions method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribeRemediationExceptions operation.
pageNum := 0
err := client.DescribeRemediationExceptionsPages(params,
    func(page *configservice.DescribeRemediationExceptionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribeRemediationExceptionsPagesWithContext

func (c *ConfigService) DescribeRemediationExceptionsPagesWithContext(ctx aws.Context, input *DescribeRemediationExceptionsInput, fn func(*DescribeRemediationExceptionsOutput, bool) bool, opts ...request.Option) error

DescribeRemediationExceptionsPagesWithContext same as DescribeRemediationExceptionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeRemediationExceptionsRequest

func (c *ConfigService) DescribeRemediationExceptionsRequest(input *DescribeRemediationExceptionsInput) (req *request.Request, output *DescribeRemediationExceptionsOutput)

DescribeRemediationExceptionsRequest generates a "aws/request.Request" representing the client's request for the DescribeRemediationExceptions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeRemediationExceptions for more information on using the DescribeRemediationExceptions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeRemediationExceptionsRequest method.
req, resp := client.DescribeRemediationExceptionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeRemediationExceptionsWithContext

func (c *ConfigService) DescribeRemediationExceptionsWithContext(ctx aws.Context, input *DescribeRemediationExceptionsInput, opts ...request.Option) (*DescribeRemediationExceptionsOutput, error)

DescribeRemediationExceptionsWithContext is the same as DescribeRemediationExceptions with the addition of the ability to pass a context and additional request options.

See DescribeRemediationExceptions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeRemediationExecutionStatus

func (c *ConfigService) DescribeRemediationExecutionStatus(input *DescribeRemediationExecutionStatusInput) (*DescribeRemediationExecutionStatusOutput, error)

DescribeRemediationExecutionStatus API operation for AWS Config.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeRemediationExecutionStatus for usage and error information.

Returned Error Types:

  • NoSuchRemediationConfigurationException You specified an Config rule without a remediation configuration.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

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

func (*ConfigService) DescribeRemediationExecutionStatusPages

func (c *ConfigService) DescribeRemediationExecutionStatusPages(input *DescribeRemediationExecutionStatusInput, fn func(*DescribeRemediationExecutionStatusOutput, bool) bool) error

DescribeRemediationExecutionStatusPages iterates over the pages of a DescribeRemediationExecutionStatus operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeRemediationExecutionStatus method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribeRemediationExecutionStatus operation.
pageNum := 0
err := client.DescribeRemediationExecutionStatusPages(params,
    func(page *configservice.DescribeRemediationExecutionStatusOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribeRemediationExecutionStatusPagesWithContext

func (c *ConfigService) DescribeRemediationExecutionStatusPagesWithContext(ctx aws.Context, input *DescribeRemediationExecutionStatusInput, fn func(*DescribeRemediationExecutionStatusOutput, bool) bool, opts ...request.Option) error

DescribeRemediationExecutionStatusPagesWithContext same as DescribeRemediationExecutionStatusPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeRemediationExecutionStatusRequest

func (c *ConfigService) DescribeRemediationExecutionStatusRequest(input *DescribeRemediationExecutionStatusInput) (req *request.Request, output *DescribeRemediationExecutionStatusOutput)

DescribeRemediationExecutionStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeRemediationExecutionStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeRemediationExecutionStatus for more information on using the DescribeRemediationExecutionStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeRemediationExecutionStatusRequest method.
req, resp := client.DescribeRemediationExecutionStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeRemediationExecutionStatusWithContext

func (c *ConfigService) DescribeRemediationExecutionStatusWithContext(ctx aws.Context, input *DescribeRemediationExecutionStatusInput, opts ...request.Option) (*DescribeRemediationExecutionStatusOutput, error)

DescribeRemediationExecutionStatusWithContext is the same as DescribeRemediationExecutionStatus with the addition of the ability to pass a context and additional request options.

See DescribeRemediationExecutionStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeRetentionConfigurations

func (c *ConfigService) DescribeRetentionConfigurations(input *DescribeRetentionConfigurationsInput) (*DescribeRetentionConfigurationsOutput, error)

DescribeRetentionConfigurations API operation for AWS Config.

Returns the details of one or more retention configurations. If the retention configuration name is not specified, this action returns the details for all the retention configurations for that account.

Currently, Config supports only one retention configuration per region in your account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation DescribeRetentionConfigurations for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

  • NoSuchRetentionConfigurationException You have specified a retention configuration that does not exist.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

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

func (*ConfigService) DescribeRetentionConfigurationsPages

func (c *ConfigService) DescribeRetentionConfigurationsPages(input *DescribeRetentionConfigurationsInput, fn func(*DescribeRetentionConfigurationsOutput, bool) bool) error

DescribeRetentionConfigurationsPages iterates over the pages of a DescribeRetentionConfigurations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeRetentionConfigurations method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a DescribeRetentionConfigurations operation.
pageNum := 0
err := client.DescribeRetentionConfigurationsPages(params,
    func(page *configservice.DescribeRetentionConfigurationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) DescribeRetentionConfigurationsPagesWithContext

func (c *ConfigService) DescribeRetentionConfigurationsPagesWithContext(ctx aws.Context, input *DescribeRetentionConfigurationsInput, fn func(*DescribeRetentionConfigurationsOutput, bool) bool, opts ...request.Option) error

DescribeRetentionConfigurationsPagesWithContext same as DescribeRetentionConfigurationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) DescribeRetentionConfigurationsRequest

func (c *ConfigService) DescribeRetentionConfigurationsRequest(input *DescribeRetentionConfigurationsInput) (req *request.Request, output *DescribeRetentionConfigurationsOutput)

DescribeRetentionConfigurationsRequest generates a "aws/request.Request" representing the client's request for the DescribeRetentionConfigurations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeRetentionConfigurations for more information on using the DescribeRetentionConfigurations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeRetentionConfigurationsRequest method.
req, resp := client.DescribeRetentionConfigurationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) DescribeRetentionConfigurationsWithContext

func (c *ConfigService) DescribeRetentionConfigurationsWithContext(ctx aws.Context, input *DescribeRetentionConfigurationsInput, opts ...request.Option) (*DescribeRetentionConfigurationsOutput, error)

DescribeRetentionConfigurationsWithContext is the same as DescribeRetentionConfigurations with the addition of the ability to pass a context and additional request options.

See DescribeRetentionConfigurations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetAggregateComplianceDetailsByConfigRule

func (c *ConfigService) GetAggregateComplianceDetailsByConfigRule(input *GetAggregateComplianceDetailsByConfigRuleInput) (*GetAggregateComplianceDetailsByConfigRuleOutput, error)

GetAggregateComplianceDetailsByConfigRule API operation for AWS Config.

Returns the evaluation results for the specified Config rule for a specific resource in a rule. The results indicate which Amazon Web Services resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule.

The results can return an empty result page. But if you have a nextToken, the results are displayed on the next page.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation GetAggregateComplianceDetailsByConfigRule for usage and error information.

Returned Error Types:

  • ValidationException The requested action is not valid.

    For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

    For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.

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

func (*ConfigService) GetAggregateComplianceDetailsByConfigRulePages

func (c *ConfigService) GetAggregateComplianceDetailsByConfigRulePages(input *GetAggregateComplianceDetailsByConfigRuleInput, fn func(*GetAggregateComplianceDetailsByConfigRuleOutput, bool) bool) error

GetAggregateComplianceDetailsByConfigRulePages iterates over the pages of a GetAggregateComplianceDetailsByConfigRule operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetAggregateComplianceDetailsByConfigRule method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a GetAggregateComplianceDetailsByConfigRule operation.
pageNum := 0
err := client.GetAggregateComplianceDetailsByConfigRulePages(params,
    func(page *configservice.GetAggregateComplianceDetailsByConfigRuleOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) GetAggregateComplianceDetailsByConfigRulePagesWithContext

func (c *ConfigService) GetAggregateComplianceDetailsByConfigRulePagesWithContext(ctx aws.Context, input *GetAggregateComplianceDetailsByConfigRuleInput, fn func(*GetAggregateComplianceDetailsByConfigRuleOutput, bool) bool, opts ...request.Option) error

GetAggregateComplianceDetailsByConfigRulePagesWithContext same as GetAggregateComplianceDetailsByConfigRulePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetAggregateComplianceDetailsByConfigRuleRequest

func (c *ConfigService) GetAggregateComplianceDetailsByConfigRuleRequest(input *GetAggregateComplianceDetailsByConfigRuleInput) (req *request.Request, output *GetAggregateComplianceDetailsByConfigRuleOutput)

GetAggregateComplianceDetailsByConfigRuleRequest generates a "aws/request.Request" representing the client's request for the GetAggregateComplianceDetailsByConfigRule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetAggregateComplianceDetailsByConfigRule for more information on using the GetAggregateComplianceDetailsByConfigRule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetAggregateComplianceDetailsByConfigRuleRequest method.
req, resp := client.GetAggregateComplianceDetailsByConfigRuleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) GetAggregateComplianceDetailsByConfigRuleWithContext

func (c *ConfigService) GetAggregateComplianceDetailsByConfigRuleWithContext(ctx aws.Context, input *GetAggregateComplianceDetailsByConfigRuleInput, opts ...request.Option) (*GetAggregateComplianceDetailsByConfigRuleOutput, error)

GetAggregateComplianceDetailsByConfigRuleWithContext is the same as GetAggregateComplianceDetailsByConfigRule with the addition of the ability to pass a context and additional request options.

See GetAggregateComplianceDetailsByConfigRule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetAggregateConfigRuleComplianceSummary

func (c *ConfigService) GetAggregateConfigRuleComplianceSummary(input *GetAggregateConfigRuleComplianceSummaryInput) (*GetAggregateConfigRuleComplianceSummaryOutput, error)

GetAggregateConfigRuleComplianceSummary API operation for AWS Config.

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

The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation GetAggregateConfigRuleComplianceSummary for usage and error information.

Returned Error Types:

  • ValidationException The requested action is not valid.

    For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

    For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.

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

func (*ConfigService) GetAggregateConfigRuleComplianceSummaryPages

func (c *ConfigService) GetAggregateConfigRuleComplianceSummaryPages(input *GetAggregateConfigRuleComplianceSummaryInput, fn func(*GetAggregateConfigRuleComplianceSummaryOutput, bool) bool) error

GetAggregateConfigRuleComplianceSummaryPages iterates over the pages of a GetAggregateConfigRuleComplianceSummary operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetAggregateConfigRuleComplianceSummary method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a GetAggregateConfigRuleComplianceSummary operation.
pageNum := 0
err := client.GetAggregateConfigRuleComplianceSummaryPages(params,
    func(page *configservice.GetAggregateConfigRuleComplianceSummaryOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) GetAggregateConfigRuleComplianceSummaryPagesWithContext

func (c *ConfigService) GetAggregateConfigRuleComplianceSummaryPagesWithContext(ctx aws.Context, input *GetAggregateConfigRuleComplianceSummaryInput, fn func(*GetAggregateConfigRuleComplianceSummaryOutput, bool) bool, opts ...request.Option) error

GetAggregateConfigRuleComplianceSummaryPagesWithContext same as GetAggregateConfigRuleComplianceSummaryPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetAggregateConfigRuleComplianceSummaryRequest

func (c *ConfigService) GetAggregateConfigRuleComplianceSummaryRequest(input *GetAggregateConfigRuleComplianceSummaryInput) (req *request.Request, output *GetAggregateConfigRuleComplianceSummaryOutput)

GetAggregateConfigRuleComplianceSummaryRequest generates a "aws/request.Request" representing the client's request for the GetAggregateConfigRuleComplianceSummary operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetAggregateConfigRuleComplianceSummary for more information on using the GetAggregateConfigRuleComplianceSummary API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetAggregateConfigRuleComplianceSummaryRequest method.
req, resp := client.GetAggregateConfigRuleComplianceSummaryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) GetAggregateConfigRuleComplianceSummaryWithContext

func (c *ConfigService) GetAggregateConfigRuleComplianceSummaryWithContext(ctx aws.Context, input *GetAggregateConfigRuleComplianceSummaryInput, opts ...request.Option) (*GetAggregateConfigRuleComplianceSummaryOutput, error)

GetAggregateConfigRuleComplianceSummaryWithContext is the same as GetAggregateConfigRuleComplianceSummary with the addition of the ability to pass a context and additional request options.

See GetAggregateConfigRuleComplianceSummary for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetAggregateConformancePackComplianceSummary

func (c *ConfigService) GetAggregateConformancePackComplianceSummary(input *GetAggregateConformancePackComplianceSummaryInput) (*GetAggregateConformancePackComplianceSummaryOutput, error)

GetAggregateConformancePackComplianceSummary API operation for AWS Config.

Returns the count of compliant and noncompliant conformance packs across all Amazon Web Services accounts and Amazon Web Services Regions in an aggregator. You can filter based on Amazon Web Services account ID or Amazon Web Services Region.

The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation GetAggregateConformancePackComplianceSummary for usage and error information.

Returned Error Types:

  • ValidationException The requested action is not valid.

    For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

    For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateConformancePackComplianceSummary

func (*ConfigService) GetAggregateConformancePackComplianceSummaryPages

func (c *ConfigService) GetAggregateConformancePackComplianceSummaryPages(input *GetAggregateConformancePackComplianceSummaryInput, fn func(*GetAggregateConformancePackComplianceSummaryOutput, bool) bool) error

GetAggregateConformancePackComplianceSummaryPages iterates over the pages of a GetAggregateConformancePackComplianceSummary operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetAggregateConformancePackComplianceSummary method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a GetAggregateConformancePackComplianceSummary operation.
pageNum := 0
err := client.GetAggregateConformancePackComplianceSummaryPages(params,
    func(page *configservice.GetAggregateConformancePackComplianceSummaryOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) GetAggregateConformancePackComplianceSummaryPagesWithContext

func (c *ConfigService) GetAggregateConformancePackComplianceSummaryPagesWithContext(ctx aws.Context, input *GetAggregateConformancePackComplianceSummaryInput, fn func(*GetAggregateConformancePackComplianceSummaryOutput, bool) bool, opts ...request.Option) error

GetAggregateConformancePackComplianceSummaryPagesWithContext same as GetAggregateConformancePackComplianceSummaryPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetAggregateConformancePackComplianceSummaryRequest

func (c *ConfigService) GetAggregateConformancePackComplianceSummaryRequest(input *GetAggregateConformancePackComplianceSummaryInput) (req *request.Request, output *GetAggregateConformancePackComplianceSummaryOutput)

GetAggregateConformancePackComplianceSummaryRequest generates a "aws/request.Request" representing the client's request for the GetAggregateConformancePackComplianceSummary operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetAggregateConformancePackComplianceSummary for more information on using the GetAggregateConformancePackComplianceSummary API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetAggregateConformancePackComplianceSummaryRequest method.
req, resp := client.GetAggregateConformancePackComplianceSummaryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateConformancePackComplianceSummary

func (*ConfigService) GetAggregateConformancePackComplianceSummaryWithContext

func (c *ConfigService) GetAggregateConformancePackComplianceSummaryWithContext(ctx aws.Context, input *GetAggregateConformancePackComplianceSummaryInput, opts ...request.Option) (*GetAggregateConformancePackComplianceSummaryOutput, error)

GetAggregateConformancePackComplianceSummaryWithContext is the same as GetAggregateConformancePackComplianceSummary with the addition of the ability to pass a context and additional request options.

See GetAggregateConformancePackComplianceSummary for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetAggregateDiscoveredResourceCounts

func (c *ConfigService) GetAggregateDiscoveredResourceCounts(input *GetAggregateDiscoveredResourceCountsInput) (*GetAggregateDiscoveredResourceCountsOutput, error)

GetAggregateDiscoveredResourceCounts API operation for AWS Config.

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

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation GetAggregateDiscoveredResourceCounts for usage and error information.

Returned Error Types:

  • ValidationException The requested action is not valid.

    For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

    For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.

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

func (*ConfigService) GetAggregateDiscoveredResourceCountsPages

func (c *ConfigService) GetAggregateDiscoveredResourceCountsPages(input *GetAggregateDiscoveredResourceCountsInput, fn func(*GetAggregateDiscoveredResourceCountsOutput, bool) bool) error

GetAggregateDiscoveredResourceCountsPages iterates over the pages of a GetAggregateDiscoveredResourceCounts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetAggregateDiscoveredResourceCounts method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a GetAggregateDiscoveredResourceCounts operation.
pageNum := 0
err := client.GetAggregateDiscoveredResourceCountsPages(params,
    func(page *configservice.GetAggregateDiscoveredResourceCountsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) GetAggregateDiscoveredResourceCountsPagesWithContext

func (c *ConfigService) GetAggregateDiscoveredResourceCountsPagesWithContext(ctx aws.Context, input *GetAggregateDiscoveredResourceCountsInput, fn func(*GetAggregateDiscoveredResourceCountsOutput, bool) bool, opts ...request.Option) error

GetAggregateDiscoveredResourceCountsPagesWithContext same as GetAggregateDiscoveredResourceCountsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetAggregateDiscoveredResourceCountsRequest

func (c *ConfigService) GetAggregateDiscoveredResourceCountsRequest(input *GetAggregateDiscoveredResourceCountsInput) (req *request.Request, output *GetAggregateDiscoveredResourceCountsOutput)

GetAggregateDiscoveredResourceCountsRequest generates a "aws/request.Request" representing the client's request for the GetAggregateDiscoveredResourceCounts operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetAggregateDiscoveredResourceCounts for more information on using the GetAggregateDiscoveredResourceCounts API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetAggregateDiscoveredResourceCountsRequest method.
req, resp := client.GetAggregateDiscoveredResourceCountsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) GetAggregateDiscoveredResourceCountsWithContext

func (c *ConfigService) GetAggregateDiscoveredResourceCountsWithContext(ctx aws.Context, input *GetAggregateDiscoveredResourceCountsInput, opts ...request.Option) (*GetAggregateDiscoveredResourceCountsOutput, error)

GetAggregateDiscoveredResourceCountsWithContext is the same as GetAggregateDiscoveredResourceCounts with the addition of the ability to pass a context and additional request options.

See GetAggregateDiscoveredResourceCounts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetAggregateResourceConfig

func (c *ConfigService) GetAggregateResourceConfig(input *GetAggregateResourceConfigInput) (*GetAggregateResourceConfigOutput, error)

GetAggregateResourceConfig API operation for AWS Config.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation GetAggregateResourceConfig for usage and error information.

Returned Error Types:

  • ValidationException The requested action is not valid.

    For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

    For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

  • NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.

  • OversizedConfigurationItemException The configuration item size is outside the allowable range.

  • ResourceNotDiscoveredException You have specified a resource that is either unknown or has not been discovered.

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

func (*ConfigService) GetAggregateResourceConfigRequest

func (c *ConfigService) GetAggregateResourceConfigRequest(input *GetAggregateResourceConfigInput) (req *request.Request, output *GetAggregateResourceConfigOutput)

GetAggregateResourceConfigRequest generates a "aws/request.Request" representing the client's request for the GetAggregateResourceConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetAggregateResourceConfig for more information on using the GetAggregateResourceConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetAggregateResourceConfigRequest method.
req, resp := client.GetAggregateResourceConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) GetAggregateResourceConfigWithContext

func (c *ConfigService) GetAggregateResourceConfigWithContext(ctx aws.Context, input *GetAggregateResourceConfigInput, opts ...request.Option) (*GetAggregateResourceConfigOutput, error)

GetAggregateResourceConfigWithContext is the same as GetAggregateResourceConfig with the addition of the ability to pass a context and additional request options.

See GetAggregateResourceConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetComplianceDetailsByConfigRule

func (c *ConfigService) GetComplianceDetailsByConfigRule(input *GetComplianceDetailsByConfigRuleInput) (*GetComplianceDetailsByConfigRuleOutput, error)

GetComplianceDetailsByConfigRule API operation for AWS Config.

Returns the evaluation results for the specified Config rule. The results indicate which Amazon Web Services resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation GetComplianceDetailsByConfigRule for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • NoSuchConfigRuleException The Config rule in the request is not valid. Verify that the rule is an Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

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

func (*ConfigService) GetComplianceDetailsByConfigRulePages

func (c *ConfigService) GetComplianceDetailsByConfigRulePages(input *GetComplianceDetailsByConfigRuleInput, fn func(*GetComplianceDetailsByConfigRuleOutput, bool) bool) error

GetComplianceDetailsByConfigRulePages iterates over the pages of a GetComplianceDetailsByConfigRule operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetComplianceDetailsByConfigRule method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a GetComplianceDetailsByConfigRule operation.
pageNum := 0
err := client.GetComplianceDetailsByConfigRulePages(params,
    func(page *configservice.GetComplianceDetailsByConfigRuleOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) GetComplianceDetailsByConfigRulePagesWithContext

func (c *ConfigService) GetComplianceDetailsByConfigRulePagesWithContext(ctx aws.Context, input *GetComplianceDetailsByConfigRuleInput, fn func(*GetComplianceDetailsByConfigRuleOutput, bool) bool, opts ...request.Option) error

GetComplianceDetailsByConfigRulePagesWithContext same as GetComplianceDetailsByConfigRulePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetComplianceDetailsByConfigRuleRequest

func (c *ConfigService) GetComplianceDetailsByConfigRuleRequest(input *GetComplianceDetailsByConfigRuleInput) (req *request.Request, output *GetComplianceDetailsByConfigRuleOutput)

GetComplianceDetailsByConfigRuleRequest generates a "aws/request.Request" representing the client's request for the GetComplianceDetailsByConfigRule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetComplianceDetailsByConfigRule for more information on using the GetComplianceDetailsByConfigRule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetComplianceDetailsByConfigRuleRequest method.
req, resp := client.GetComplianceDetailsByConfigRuleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) GetComplianceDetailsByConfigRuleWithContext

func (c *ConfigService) GetComplianceDetailsByConfigRuleWithContext(ctx aws.Context, input *GetComplianceDetailsByConfigRuleInput, opts ...request.Option) (*GetComplianceDetailsByConfigRuleOutput, error)

GetComplianceDetailsByConfigRuleWithContext is the same as GetComplianceDetailsByConfigRule with the addition of the ability to pass a context and additional request options.

See GetComplianceDetailsByConfigRule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetComplianceDetailsByResource

func (c *ConfigService) GetComplianceDetailsByResource(input *GetComplianceDetailsByResourceInput) (*GetComplianceDetailsByResourceOutput, error)

GetComplianceDetailsByResource API operation for AWS Config.

Returns the evaluation results for the specified Amazon Web Services resource. The results indicate which Config rules were used to evaluate the resource, when each rule was last invoked, and whether the resource complies with each rule.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation GetComplianceDetailsByResource for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

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

func (*ConfigService) GetComplianceDetailsByResourcePages

func (c *ConfigService) GetComplianceDetailsByResourcePages(input *GetComplianceDetailsByResourceInput, fn func(*GetComplianceDetailsByResourceOutput, bool) bool) error

GetComplianceDetailsByResourcePages iterates over the pages of a GetComplianceDetailsByResource operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetComplianceDetailsByResource method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a GetComplianceDetailsByResource operation.
pageNum := 0
err := client.GetComplianceDetailsByResourcePages(params,
    func(page *configservice.GetComplianceDetailsByResourceOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) GetComplianceDetailsByResourcePagesWithContext

func (c *ConfigService) GetComplianceDetailsByResourcePagesWithContext(ctx aws.Context, input *GetComplianceDetailsByResourceInput, fn func(*GetComplianceDetailsByResourceOutput, bool) bool, opts ...request.Option) error

GetComplianceDetailsByResourcePagesWithContext same as GetComplianceDetailsByResourcePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetComplianceDetailsByResourceRequest

func (c *ConfigService) GetComplianceDetailsByResourceRequest(input *GetComplianceDetailsByResourceInput) (req *request.Request, output *GetComplianceDetailsByResourceOutput)

GetComplianceDetailsByResourceRequest generates a "aws/request.Request" representing the client's request for the GetComplianceDetailsByResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetComplianceDetailsByResource for more information on using the GetComplianceDetailsByResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetComplianceDetailsByResourceRequest method.
req, resp := client.GetComplianceDetailsByResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) GetComplianceDetailsByResourceWithContext

func (c *ConfigService) GetComplianceDetailsByResourceWithContext(ctx aws.Context, input *GetComplianceDetailsByResourceInput, opts ...request.Option) (*GetComplianceDetailsByResourceOutput, error)

GetComplianceDetailsByResourceWithContext is the same as GetComplianceDetailsByResource with the addition of the ability to pass a context and additional request options.

See GetComplianceDetailsByResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetComplianceSummaryByConfigRule

func (c *ConfigService) GetComplianceSummaryByConfigRule(input *GetComplianceSummaryByConfigRuleInput) (*GetComplianceSummaryByConfigRuleOutput, error)

GetComplianceSummaryByConfigRule API operation for AWS Config.

Returns the number of Config rules that are compliant and noncompliant, up to a maximum of 25 for each.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation GetComplianceSummaryByConfigRule for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceSummaryByConfigRule

func (*ConfigService) GetComplianceSummaryByConfigRuleRequest

func (c *ConfigService) GetComplianceSummaryByConfigRuleRequest(input *GetComplianceSummaryByConfigRuleInput) (req *request.Request, output *GetComplianceSummaryByConfigRuleOutput)

GetComplianceSummaryByConfigRuleRequest generates a "aws/request.Request" representing the client's request for the GetComplianceSummaryByConfigRule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetComplianceSummaryByConfigRule for more information on using the GetComplianceSummaryByConfigRule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetComplianceSummaryByConfigRuleRequest method.
req, resp := client.GetComplianceSummaryByConfigRuleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) GetComplianceSummaryByConfigRuleWithContext

func (c *ConfigService) GetComplianceSummaryByConfigRuleWithContext(ctx aws.Context, input *GetComplianceSummaryByConfigRuleInput, opts ...request.Option) (*GetComplianceSummaryByConfigRuleOutput, error)

GetComplianceSummaryByConfigRuleWithContext is the same as GetComplianceSummaryByConfigRule with the addition of the ability to pass a context and additional request options.

See GetComplianceSummaryByConfigRule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetComplianceSummaryByResourceType

func (c *ConfigService) GetComplianceSummaryByResourceType(input *GetComplianceSummaryByResourceTypeInput) (*GetComplianceSummaryByResourceTypeOutput, error)

GetComplianceSummaryByResourceType API operation for AWS Config.

Returns the number of resources that are compliant and the number that are noncompliant. You can specify one or more resource types to get these numbers for each resource type. The maximum number returned is 100.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation GetComplianceSummaryByResourceType for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

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

func (*ConfigService) GetComplianceSummaryByResourceTypeRequest

func (c *ConfigService) GetComplianceSummaryByResourceTypeRequest(input *GetComplianceSummaryByResourceTypeInput) (req *request.Request, output *GetComplianceSummaryByResourceTypeOutput)

GetComplianceSummaryByResourceTypeRequest generates a "aws/request.Request" representing the client's request for the GetComplianceSummaryByResourceType operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetComplianceSummaryByResourceType for more information on using the GetComplianceSummaryByResourceType API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetComplianceSummaryByResourceTypeRequest method.
req, resp := client.GetComplianceSummaryByResourceTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) GetComplianceSummaryByResourceTypeWithContext

func (c *ConfigService) GetComplianceSummaryByResourceTypeWithContext(ctx aws.Context, input *GetComplianceSummaryByResourceTypeInput, opts ...request.Option) (*GetComplianceSummaryByResourceTypeOutput, error)

GetComplianceSummaryByResourceTypeWithContext is the same as GetComplianceSummaryByResourceType with the addition of the ability to pass a context and additional request options.

See GetComplianceSummaryByResourceType for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetConformancePackComplianceDetails

func (c *ConfigService) GetConformancePackComplianceDetails(input *GetConformancePackComplianceDetailsInput) (*GetConformancePackComplianceDetailsOutput, error)

GetConformancePackComplianceDetails API operation for AWS Config.

Returns compliance details of a conformance pack for all Amazon Web Services resources that are monitered by conformance pack.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation GetConformancePackComplianceDetails for usage and error information.

Returned Error Types:

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • NoSuchConformancePackException You specified one or more conformance packs that do not exist.

  • NoSuchConfigRuleInConformancePackException Config rule that you passed in the filter does not exist.

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

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

func (*ConfigService) GetConformancePackComplianceDetailsPages

func (c *ConfigService) GetConformancePackComplianceDetailsPages(input *GetConformancePackComplianceDetailsInput, fn func(*GetConformancePackComplianceDetailsOutput, bool) bool) error

GetConformancePackComplianceDetailsPages iterates over the pages of a GetConformancePackComplianceDetails operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetConformancePackComplianceDetails method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a GetConformancePackComplianceDetails operation.
pageNum := 0
err := client.GetConformancePackComplianceDetailsPages(params,
    func(page *configservice.GetConformancePackComplianceDetailsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) GetConformancePackComplianceDetailsPagesWithContext

func (c *ConfigService) GetConformancePackComplianceDetailsPagesWithContext(ctx aws.Context, input *GetConformancePackComplianceDetailsInput, fn func(*GetConformancePackComplianceDetailsOutput, bool) bool, opts ...request.Option) error

GetConformancePackComplianceDetailsPagesWithContext same as GetConformancePackComplianceDetailsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetConformancePackComplianceDetailsRequest

func (c *ConfigService) GetConformancePackComplianceDetailsRequest(input *GetConformancePackComplianceDetailsInput) (req *request.Request, output *GetConformancePackComplianceDetailsOutput)

GetConformancePackComplianceDetailsRequest generates a "aws/request.Request" representing the client's request for the GetConformancePackComplianceDetails operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetConformancePackComplianceDetails for more information on using the GetConformancePackComplianceDetails API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetConformancePackComplianceDetailsRequest method.
req, resp := client.GetConformancePackComplianceDetailsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) GetConformancePackComplianceDetailsWithContext

func (c *ConfigService) GetConformancePackComplianceDetailsWithContext(ctx aws.Context, input *GetConformancePackComplianceDetailsInput, opts ...request.Option) (*GetConformancePackComplianceDetailsOutput, error)

GetConformancePackComplianceDetailsWithContext is the same as GetConformancePackComplianceDetails with the addition of the ability to pass a context and additional request options.

See GetConformancePackComplianceDetails for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetConformancePackComplianceSummary

func (c *ConfigService) GetConformancePackComplianceSummary(input *GetConformancePackComplianceSummaryInput) (*GetConformancePackComplianceSummaryOutput, error)

GetConformancePackComplianceSummary API operation for AWS Config.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation GetConformancePackComplianceSummary for usage and error information.

Returned Error Types:

  • NoSuchConformancePackException You specified one or more conformance packs that do not exist.

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

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

func (*ConfigService) GetConformancePackComplianceSummaryPages

func (c *ConfigService) GetConformancePackComplianceSummaryPages(input *GetConformancePackComplianceSummaryInput, fn func(*GetConformancePackComplianceSummaryOutput, bool) bool) error

GetConformancePackComplianceSummaryPages iterates over the pages of a GetConformancePackComplianceSummary operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetConformancePackComplianceSummary method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a GetConformancePackComplianceSummary operation.
pageNum := 0
err := client.GetConformancePackComplianceSummaryPages(params,
    func(page *configservice.GetConformancePackComplianceSummaryOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) GetConformancePackComplianceSummaryPagesWithContext

func (c *ConfigService) GetConformancePackComplianceSummaryPagesWithContext(ctx aws.Context, input *GetConformancePackComplianceSummaryInput, fn func(*GetConformancePackComplianceSummaryOutput, bool) bool, opts ...request.Option) error

GetConformancePackComplianceSummaryPagesWithContext same as GetConformancePackComplianceSummaryPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetConformancePackComplianceSummaryRequest

func (c *ConfigService) GetConformancePackComplianceSummaryRequest(input *GetConformancePackComplianceSummaryInput) (req *request.Request, output *GetConformancePackComplianceSummaryOutput)

GetConformancePackComplianceSummaryRequest generates a "aws/request.Request" representing the client's request for the GetConformancePackComplianceSummary operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetConformancePackComplianceSummary for more information on using the GetConformancePackComplianceSummary API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetConformancePackComplianceSummaryRequest method.
req, resp := client.GetConformancePackComplianceSummaryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) GetConformancePackComplianceSummaryWithContext

func (c *ConfigService) GetConformancePackComplianceSummaryWithContext(ctx aws.Context, input *GetConformancePackComplianceSummaryInput, opts ...request.Option) (*GetConformancePackComplianceSummaryOutput, error)

GetConformancePackComplianceSummaryWithContext is the same as GetConformancePackComplianceSummary with the addition of the ability to pass a context and additional request options.

See GetConformancePackComplianceSummary for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetCustomRulePolicy

func (c *ConfigService) GetCustomRulePolicy(input *GetCustomRulePolicyInput) (*GetCustomRulePolicyOutput, error)

GetCustomRulePolicy API operation for AWS Config.

Returns the policy definition containing the logic for your Config Custom Policy rule.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation GetCustomRulePolicy for usage and error information.

Returned Error Types:

  • NoSuchConfigRuleException The Config rule in the request is not valid. Verify that the rule is an Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetCustomRulePolicy

func (*ConfigService) GetCustomRulePolicyRequest

func (c *ConfigService) GetCustomRulePolicyRequest(input *GetCustomRulePolicyInput) (req *request.Request, output *GetCustomRulePolicyOutput)

GetCustomRulePolicyRequest generates a "aws/request.Request" representing the client's request for the GetCustomRulePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetCustomRulePolicy for more information on using the GetCustomRulePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetCustomRulePolicyRequest method.
req, resp := client.GetCustomRulePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetCustomRulePolicy

func (*ConfigService) GetCustomRulePolicyWithContext

func (c *ConfigService) GetCustomRulePolicyWithContext(ctx aws.Context, input *GetCustomRulePolicyInput, opts ...request.Option) (*GetCustomRulePolicyOutput, error)

GetCustomRulePolicyWithContext is the same as GetCustomRulePolicy with the addition of the ability to pass a context and additional request options.

See GetCustomRulePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetDiscoveredResourceCounts

func (c *ConfigService) GetDiscoveredResourceCounts(input *GetDiscoveredResourceCountsInput) (*GetDiscoveredResourceCountsOutput, error)

GetDiscoveredResourceCounts API operation for AWS Config.

Returns the resource types, the number of each resource type, and the total number of resources that Config is recording in this region for your Amazon Web Services account.

Example

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.

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, 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 Config customer.

  • You just enabled resource recording.

It might take a few minutes for Config to record and count your resources. Wait a few minutes and then retry the GetDiscoveredResourceCounts action.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation GetDiscoveredResourceCounts for usage and error information.

Returned Error Types:

  • ValidationException The requested action is not valid.

    For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

    For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

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

func (*ConfigService) GetDiscoveredResourceCountsPages

func (c *ConfigService) GetDiscoveredResourceCountsPages(input *GetDiscoveredResourceCountsInput, fn func(*GetDiscoveredResourceCountsOutput, bool) bool) error

GetDiscoveredResourceCountsPages iterates over the pages of a GetDiscoveredResourceCounts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetDiscoveredResourceCounts method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a GetDiscoveredResourceCounts operation.
pageNum := 0
err := client.GetDiscoveredResourceCountsPages(params,
    func(page *configservice.GetDiscoveredResourceCountsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) GetDiscoveredResourceCountsPagesWithContext

func (c *ConfigService) GetDiscoveredResourceCountsPagesWithContext(ctx aws.Context, input *GetDiscoveredResourceCountsInput, fn func(*GetDiscoveredResourceCountsOutput, bool) bool, opts ...request.Option) error

GetDiscoveredResourceCountsPagesWithContext same as GetDiscoveredResourceCountsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetDiscoveredResourceCountsRequest

func (c *ConfigService) GetDiscoveredResourceCountsRequest(input *GetDiscoveredResourceCountsInput) (req *request.Request, output *GetDiscoveredResourceCountsOutput)

GetDiscoveredResourceCountsRequest generates a "aws/request.Request" representing the client's request for the GetDiscoveredResourceCounts operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetDiscoveredResourceCounts for more information on using the GetDiscoveredResourceCounts API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetDiscoveredResourceCountsRequest method.
req, resp := client.GetDiscoveredResourceCountsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) GetDiscoveredResourceCountsWithContext

func (c *ConfigService) GetDiscoveredResourceCountsWithContext(ctx aws.Context, input *GetDiscoveredResourceCountsInput, opts ...request.Option) (*GetDiscoveredResourceCountsOutput, error)

GetDiscoveredResourceCountsWithContext is the same as GetDiscoveredResourceCounts with the addition of the ability to pass a context and additional request options.

See GetDiscoveredResourceCounts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetOrganizationConfigRuleDetailedStatus

func (c *ConfigService) GetOrganizationConfigRuleDetailedStatus(input *GetOrganizationConfigRuleDetailedStatusInput) (*GetOrganizationConfigRuleDetailedStatusOutput, error)

GetOrganizationConfigRuleDetailedStatus API operation for AWS Config.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation GetOrganizationConfigRuleDetailedStatus for usage and error information.

Returned Error Types:

  • NoSuchOrganizationConfigRuleException The Config rule in the request is not valid. Verify that the rule is an organization Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • OrganizationAccessDeniedException For PutConfigurationAggregator API, you can see this exception for the following reasons:

  • No permission to call EnableAWSServiceAccess API

  • The configuration aggregator cannot be updated because your Amazon Web Services Organization management account or the delegated administrator role changed. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • The configuration aggregator is associated with a previous Amazon Web Services Organization and Config cannot aggregate data with current Amazon Web Services Organization. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • You are not a registered delegated administrator for Config with permissions to call ListDelegatedAdministrators API. Ensure that the management account registers delagated administrator for Config service principle name before the delegated administrator creates an aggregator.

    For all OrganizationConfigRule and OrganizationConformancePack APIs, Config throws an exception if APIs are called from member accounts. All APIs must be called from organization management account.

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

func (*ConfigService) GetOrganizationConfigRuleDetailedStatusPages

func (c *ConfigService) GetOrganizationConfigRuleDetailedStatusPages(input *GetOrganizationConfigRuleDetailedStatusInput, fn func(*GetOrganizationConfigRuleDetailedStatusOutput, bool) bool) error

GetOrganizationConfigRuleDetailedStatusPages iterates over the pages of a GetOrganizationConfigRuleDetailedStatus operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetOrganizationConfigRuleDetailedStatus method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a GetOrganizationConfigRuleDetailedStatus operation.
pageNum := 0
err := client.GetOrganizationConfigRuleDetailedStatusPages(params,
    func(page *configservice.GetOrganizationConfigRuleDetailedStatusOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) GetOrganizationConfigRuleDetailedStatusPagesWithContext

func (c *ConfigService) GetOrganizationConfigRuleDetailedStatusPagesWithContext(ctx aws.Context, input *GetOrganizationConfigRuleDetailedStatusInput, fn func(*GetOrganizationConfigRuleDetailedStatusOutput, bool) bool, opts ...request.Option) error

GetOrganizationConfigRuleDetailedStatusPagesWithContext same as GetOrganizationConfigRuleDetailedStatusPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetOrganizationConfigRuleDetailedStatusRequest

func (c *ConfigService) GetOrganizationConfigRuleDetailedStatusRequest(input *GetOrganizationConfigRuleDetailedStatusInput) (req *request.Request, output *GetOrganizationConfigRuleDetailedStatusOutput)

GetOrganizationConfigRuleDetailedStatusRequest generates a "aws/request.Request" representing the client's request for the GetOrganizationConfigRuleDetailedStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetOrganizationConfigRuleDetailedStatus for more information on using the GetOrganizationConfigRuleDetailedStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetOrganizationConfigRuleDetailedStatusRequest method.
req, resp := client.GetOrganizationConfigRuleDetailedStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) GetOrganizationConfigRuleDetailedStatusWithContext

func (c *ConfigService) GetOrganizationConfigRuleDetailedStatusWithContext(ctx aws.Context, input *GetOrganizationConfigRuleDetailedStatusInput, opts ...request.Option) (*GetOrganizationConfigRuleDetailedStatusOutput, error)

GetOrganizationConfigRuleDetailedStatusWithContext is the same as GetOrganizationConfigRuleDetailedStatus with the addition of the ability to pass a context and additional request options.

See GetOrganizationConfigRuleDetailedStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetOrganizationConformancePackDetailedStatus

func (c *ConfigService) GetOrganizationConformancePackDetailedStatus(input *GetOrganizationConformancePackDetailedStatusInput) (*GetOrganizationConformancePackDetailedStatusOutput, error)

GetOrganizationConformancePackDetailedStatus API operation for AWS Config.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation GetOrganizationConformancePackDetailedStatus for usage and error information.

Returned Error Types:

  • NoSuchOrganizationConformancePackException Config organization conformance pack that you passed in the filter does not exist.

    For DeleteOrganizationConformancePack, you tried to delete an organization conformance pack that does not exist.

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • OrganizationAccessDeniedException For PutConfigurationAggregator API, you can see this exception for the following reasons:

  • No permission to call EnableAWSServiceAccess API

  • The configuration aggregator cannot be updated because your Amazon Web Services Organization management account or the delegated administrator role changed. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • The configuration aggregator is associated with a previous Amazon Web Services Organization and Config cannot aggregate data with current Amazon Web Services Organization. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • You are not a registered delegated administrator for Config with permissions to call ListDelegatedAdministrators API. Ensure that the management account registers delagated administrator for Config service principle name before the delegated administrator creates an aggregator.

    For all OrganizationConfigRule and OrganizationConformancePack APIs, Config throws an exception if APIs are called from member accounts. All APIs must be called from organization management account.

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

func (*ConfigService) GetOrganizationConformancePackDetailedStatusPages

func (c *ConfigService) GetOrganizationConformancePackDetailedStatusPages(input *GetOrganizationConformancePackDetailedStatusInput, fn func(*GetOrganizationConformancePackDetailedStatusOutput, bool) bool) error

GetOrganizationConformancePackDetailedStatusPages iterates over the pages of a GetOrganizationConformancePackDetailedStatus operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetOrganizationConformancePackDetailedStatus method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a GetOrganizationConformancePackDetailedStatus operation.
pageNum := 0
err := client.GetOrganizationConformancePackDetailedStatusPages(params,
    func(page *configservice.GetOrganizationConformancePackDetailedStatusOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) GetOrganizationConformancePackDetailedStatusPagesWithContext

func (c *ConfigService) GetOrganizationConformancePackDetailedStatusPagesWithContext(ctx aws.Context, input *GetOrganizationConformancePackDetailedStatusInput, fn func(*GetOrganizationConformancePackDetailedStatusOutput, bool) bool, opts ...request.Option) error

GetOrganizationConformancePackDetailedStatusPagesWithContext same as GetOrganizationConformancePackDetailedStatusPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetOrganizationConformancePackDetailedStatusRequest

func (c *ConfigService) GetOrganizationConformancePackDetailedStatusRequest(input *GetOrganizationConformancePackDetailedStatusInput) (req *request.Request, output *GetOrganizationConformancePackDetailedStatusOutput)

GetOrganizationConformancePackDetailedStatusRequest generates a "aws/request.Request" representing the client's request for the GetOrganizationConformancePackDetailedStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetOrganizationConformancePackDetailedStatus for more information on using the GetOrganizationConformancePackDetailedStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetOrganizationConformancePackDetailedStatusRequest method.
req, resp := client.GetOrganizationConformancePackDetailedStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) GetOrganizationConformancePackDetailedStatusWithContext

func (c *ConfigService) GetOrganizationConformancePackDetailedStatusWithContext(ctx aws.Context, input *GetOrganizationConformancePackDetailedStatusInput, opts ...request.Option) (*GetOrganizationConformancePackDetailedStatusOutput, error)

GetOrganizationConformancePackDetailedStatusWithContext is the same as GetOrganizationConformancePackDetailedStatus with the addition of the ability to pass a context and additional request options.

See GetOrganizationConformancePackDetailedStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetOrganizationCustomRulePolicy

func (c *ConfigService) GetOrganizationCustomRulePolicy(input *GetOrganizationCustomRulePolicyInput) (*GetOrganizationCustomRulePolicyOutput, error)

GetOrganizationCustomRulePolicy API operation for AWS Config.

Returns the policy definition containing the logic for your organization Config Custom Policy rule.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation GetOrganizationCustomRulePolicy for usage and error information.

Returned Error Types:

  • NoSuchOrganizationConfigRuleException The Config rule in the request is not valid. Verify that the rule is an organization Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

  • OrganizationAccessDeniedException For PutConfigurationAggregator API, you can see this exception for the following reasons:

  • No permission to call EnableAWSServiceAccess API

  • The configuration aggregator cannot be updated because your Amazon Web Services Organization management account or the delegated administrator role changed. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • The configuration aggregator is associated with a previous Amazon Web Services Organization and Config cannot aggregate data with current Amazon Web Services Organization. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • You are not a registered delegated administrator for Config with permissions to call ListDelegatedAdministrators API. Ensure that the management account registers delagated administrator for Config service principle name before the delegated administrator creates an aggregator.

    For all OrganizationConfigRule and OrganizationConformancePack APIs, Config throws an exception if APIs are called from member accounts. All APIs must be called from organization management account.

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetOrganizationCustomRulePolicy

func (*ConfigService) GetOrganizationCustomRulePolicyRequest

func (c *ConfigService) GetOrganizationCustomRulePolicyRequest(input *GetOrganizationCustomRulePolicyInput) (req *request.Request, output *GetOrganizationCustomRulePolicyOutput)

GetOrganizationCustomRulePolicyRequest generates a "aws/request.Request" representing the client's request for the GetOrganizationCustomRulePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetOrganizationCustomRulePolicy for more information on using the GetOrganizationCustomRulePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetOrganizationCustomRulePolicyRequest method.
req, resp := client.GetOrganizationCustomRulePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetOrganizationCustomRulePolicy

func (*ConfigService) GetOrganizationCustomRulePolicyWithContext

func (c *ConfigService) GetOrganizationCustomRulePolicyWithContext(ctx aws.Context, input *GetOrganizationCustomRulePolicyInput, opts ...request.Option) (*GetOrganizationCustomRulePolicyOutput, error)

GetOrganizationCustomRulePolicyWithContext is the same as GetOrganizationCustomRulePolicy with the addition of the ability to pass a context and additional request options.

See GetOrganizationCustomRulePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetResourceConfigHistory

func (c *ConfigService) GetResourceConfigHistory(input *GetResourceConfigHistoryInput) (*GetResourceConfigHistoryOutput, error)

GetResourceConfigHistory API operation for AWS Config.

For accurate reporting on the compliance status, you must record the AWS::Config::ResourceCompliance resource type. For more information, see Selecting Which Resources Config Records (https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html).

Returns a list of ConfigurationItems 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), Config returns the ConfigurationItems for the specified retention period.

The response is paginated. By default, Config returns a limit of 10 configuration items per page. You can customize this number with the limit parameter. The response includes a nextToken string. To get the next page of results, run the request again and specify the string for the nextToken parameter.

Each call to the API is limited to span a duration of seven days. It is likely that the number of records returned is smaller than the specified limit. In such cases, you can make another call, using the nextToken.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation GetResourceConfigHistory for usage and error information.

Returned Error Types:

  • ValidationException The requested action is not valid.

    For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

    For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

  • InvalidTimeRangeException The specified time range is not valid. The earlier time is not chronologically before the later time.

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • NoAvailableConfigurationRecorderException There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.

  • ResourceNotDiscoveredException You have specified a resource that is either unknown or has not been discovered.

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

func (*ConfigService) GetResourceConfigHistoryPages

func (c *ConfigService) GetResourceConfigHistoryPages(input *GetResourceConfigHistoryInput, fn func(*GetResourceConfigHistoryOutput, bool) bool) error

GetResourceConfigHistoryPages iterates over the pages of a GetResourceConfigHistory operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetResourceConfigHistory method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a GetResourceConfigHistory operation.
pageNum := 0
err := client.GetResourceConfigHistoryPages(params,
    func(page *configservice.GetResourceConfigHistoryOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) GetResourceConfigHistoryPagesWithContext

func (c *ConfigService) GetResourceConfigHistoryPagesWithContext(ctx aws.Context, input *GetResourceConfigHistoryInput, fn func(*GetResourceConfigHistoryOutput, bool) bool, opts ...request.Option) error

GetResourceConfigHistoryPagesWithContext same as GetResourceConfigHistoryPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetResourceConfigHistoryRequest

func (c *ConfigService) GetResourceConfigHistoryRequest(input *GetResourceConfigHistoryInput) (req *request.Request, output *GetResourceConfigHistoryOutput)

GetResourceConfigHistoryRequest generates a "aws/request.Request" representing the client's request for the GetResourceConfigHistory operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetResourceConfigHistory for more information on using the GetResourceConfigHistory API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetResourceConfigHistoryRequest method.
req, resp := client.GetResourceConfigHistoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) GetResourceConfigHistoryWithContext

func (c *ConfigService) GetResourceConfigHistoryWithContext(ctx aws.Context, input *GetResourceConfigHistoryInput, opts ...request.Option) (*GetResourceConfigHistoryOutput, error)

GetResourceConfigHistoryWithContext is the same as GetResourceConfigHistory with the addition of the ability to pass a context and additional request options.

See GetResourceConfigHistory for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetResourceEvaluationSummary

func (c *ConfigService) GetResourceEvaluationSummary(input *GetResourceEvaluationSummaryInput) (*GetResourceEvaluationSummaryOutput, error)

GetResourceEvaluationSummary API operation for AWS Config.

Returns a summary of resource evaluation for the specified resource evaluation ID from the proactive rules that were run. The results indicate which evaluation context was used to evaluate the rules, which resource details were evaluated, the evaluation mode that was run, and whether the resource details comply with the configuration of the proactive rules.

To see additional information about the evaluation result, such as which rule flagged a resource as NON_COMPLIANT, use the GetComplianceDetailsByResource (https://docs.aws.amazon.com/config/latest/APIReference/API_GetComplianceDetailsByResource.html) API. For more information, see the Examples (https://docs.aws.amazon.com/config/latest/APIReference/API_GetResourceEvaluationSummary.html#API_GetResourceEvaluationSummary_Examples) section.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation GetResourceEvaluationSummary for usage and error information.

Returned Error Types:

  • ResourceNotFoundException You have specified a resource that does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetResourceEvaluationSummary

func (*ConfigService) GetResourceEvaluationSummaryRequest

func (c *ConfigService) GetResourceEvaluationSummaryRequest(input *GetResourceEvaluationSummaryInput) (req *request.Request, output *GetResourceEvaluationSummaryOutput)

GetResourceEvaluationSummaryRequest generates a "aws/request.Request" representing the client's request for the GetResourceEvaluationSummary operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetResourceEvaluationSummary for more information on using the GetResourceEvaluationSummary API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetResourceEvaluationSummaryRequest method.
req, resp := client.GetResourceEvaluationSummaryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetResourceEvaluationSummary

func (*ConfigService) GetResourceEvaluationSummaryWithContext

func (c *ConfigService) GetResourceEvaluationSummaryWithContext(ctx aws.Context, input *GetResourceEvaluationSummaryInput, opts ...request.Option) (*GetResourceEvaluationSummaryOutput, error)

GetResourceEvaluationSummaryWithContext is the same as GetResourceEvaluationSummary with the addition of the ability to pass a context and additional request options.

See GetResourceEvaluationSummary for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) GetStoredQuery

func (c *ConfigService) GetStoredQuery(input *GetStoredQueryInput) (*GetStoredQueryOutput, error)

GetStoredQuery API operation for AWS Config.

Returns the details of a specific stored query.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation GetStoredQuery for usage and error information.

Returned Error Types:

  • ValidationException The requested action is not valid.

    For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

    For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

  • ResourceNotFoundException You have specified a resource that does not exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetStoredQuery

func (*ConfigService) GetStoredQueryRequest

func (c *ConfigService) GetStoredQueryRequest(input *GetStoredQueryInput) (req *request.Request, output *GetStoredQueryOutput)

GetStoredQueryRequest generates a "aws/request.Request" representing the client's request for the GetStoredQuery operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetStoredQuery for more information on using the GetStoredQuery API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetStoredQueryRequest method.
req, resp := client.GetStoredQueryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetStoredQuery

func (*ConfigService) GetStoredQueryWithContext

func (c *ConfigService) GetStoredQueryWithContext(ctx aws.Context, input *GetStoredQueryInput, opts ...request.Option) (*GetStoredQueryOutput, error)

GetStoredQueryWithContext is the same as GetStoredQuery with the addition of the ability to pass a context and additional request options.

See GetStoredQuery for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) ListAggregateDiscoveredResources

func (c *ConfigService) ListAggregateDiscoveredResources(input *ListAggregateDiscoveredResourcesInput) (*ListAggregateDiscoveredResourcesOutput, error)

ListAggregateDiscoveredResources API operation for AWS Config.

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

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation ListAggregateDiscoveredResources for usage and error information.

Returned Error Types:

  • ValidationException The requested action is not valid.

    For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

    For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • NoSuchConfigurationAggregatorException You have specified a configuration aggregator that does not exist.

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

func (*ConfigService) ListAggregateDiscoveredResourcesPages

func (c *ConfigService) ListAggregateDiscoveredResourcesPages(input *ListAggregateDiscoveredResourcesInput, fn func(*ListAggregateDiscoveredResourcesOutput, bool) bool) error

ListAggregateDiscoveredResourcesPages iterates over the pages of a ListAggregateDiscoveredResources operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAggregateDiscoveredResources method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a ListAggregateDiscoveredResources operation.
pageNum := 0
err := client.ListAggregateDiscoveredResourcesPages(params,
    func(page *configservice.ListAggregateDiscoveredResourcesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) ListAggregateDiscoveredResourcesPagesWithContext

func (c *ConfigService) ListAggregateDiscoveredResourcesPagesWithContext(ctx aws.Context, input *ListAggregateDiscoveredResourcesInput, fn func(*ListAggregateDiscoveredResourcesOutput, bool) bool, opts ...request.Option) error

ListAggregateDiscoveredResourcesPagesWithContext same as ListAggregateDiscoveredResourcesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) ListAggregateDiscoveredResourcesRequest

func (c *ConfigService) ListAggregateDiscoveredResourcesRequest(input *ListAggregateDiscoveredResourcesInput) (req *request.Request, output *ListAggregateDiscoveredResourcesOutput)

ListAggregateDiscoveredResourcesRequest generates a "aws/request.Request" representing the client's request for the ListAggregateDiscoveredResources operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAggregateDiscoveredResources for more information on using the ListAggregateDiscoveredResources API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAggregateDiscoveredResourcesRequest method.
req, resp := client.ListAggregateDiscoveredResourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) ListAggregateDiscoveredResourcesWithContext

func (c *ConfigService) ListAggregateDiscoveredResourcesWithContext(ctx aws.Context, input *ListAggregateDiscoveredResourcesInput, opts ...request.Option) (*ListAggregateDiscoveredResourcesOutput, error)

ListAggregateDiscoveredResourcesWithContext is the same as ListAggregateDiscoveredResources with the addition of the ability to pass a context and additional request options.

See ListAggregateDiscoveredResources for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) ListConformancePackComplianceScores

func (c *ConfigService) ListConformancePackComplianceScores(input *ListConformancePackComplianceScoresInput) (*ListConformancePackComplianceScoresOutput, error)

ListConformancePackComplianceScores API operation for AWS Config.

Returns a list of conformance pack compliance scores. A compliance score is the percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack. This metric provides you with a high-level view of the compliance state of your conformance packs. You can use it to identify, investigate, and understand the level of compliance in your conformance packs.

Conformance packs with no evaluation results will have a compliance score of INSUFFICIENT_DATA.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation ListConformancePackComplianceScores for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListConformancePackComplianceScores

func (*ConfigService) ListConformancePackComplianceScoresPages

func (c *ConfigService) ListConformancePackComplianceScoresPages(input *ListConformancePackComplianceScoresInput, fn func(*ListConformancePackComplianceScoresOutput, bool) bool) error

ListConformancePackComplianceScoresPages iterates over the pages of a ListConformancePackComplianceScores operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListConformancePackComplianceScores method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a ListConformancePackComplianceScores operation.
pageNum := 0
err := client.ListConformancePackComplianceScoresPages(params,
    func(page *configservice.ListConformancePackComplianceScoresOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) ListConformancePackComplianceScoresPagesWithContext

func (c *ConfigService) ListConformancePackComplianceScoresPagesWithContext(ctx aws.Context, input *ListConformancePackComplianceScoresInput, fn func(*ListConformancePackComplianceScoresOutput, bool) bool, opts ...request.Option) error

ListConformancePackComplianceScoresPagesWithContext same as ListConformancePackComplianceScoresPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) ListConformancePackComplianceScoresRequest

func (c *ConfigService) ListConformancePackComplianceScoresRequest(input *ListConformancePackComplianceScoresInput) (req *request.Request, output *ListConformancePackComplianceScoresOutput)

ListConformancePackComplianceScoresRequest generates a "aws/request.Request" representing the client's request for the ListConformancePackComplianceScores operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListConformancePackComplianceScores for more information on using the ListConformancePackComplianceScores API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListConformancePackComplianceScoresRequest method.
req, resp := client.ListConformancePackComplianceScoresRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListConformancePackComplianceScores

func (*ConfigService) ListConformancePackComplianceScoresWithContext

func (c *ConfigService) ListConformancePackComplianceScoresWithContext(ctx aws.Context, input *ListConformancePackComplianceScoresInput, opts ...request.Option) (*ListConformancePackComplianceScoresOutput, error)

ListConformancePackComplianceScoresWithContext is the same as ListConformancePackComplianceScores with the addition of the ability to pass a context and additional request options.

See ListConformancePackComplianceScores for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) ListDiscoveredResources

func (c *ConfigService) ListDiscoveredResources(input *ListDiscoveredResourcesInput) (*ListDiscoveredResourcesOutput, error)

ListDiscoveredResources API operation for AWS Config.

Accepts a resource type and returns a list of resource identifiers for the resources of that type. A resource identifier includes the resource type, ID, and (if available) the custom resource name. The results consist of resources that Config has discovered, including those that 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, Config lists 100 resource identifiers on each page. You can customize this number with the limit parameter. The response includes a nextToken string. To get the next page of results, run the request again and specify the string for the nextToken parameter.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation ListDiscoveredResources for usage and error information.

Returned Error Types:

  • ValidationException The requested action is not valid.

    For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

    For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • NoAvailableConfigurationRecorderException There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.

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

func (*ConfigService) ListDiscoveredResourcesPages

func (c *ConfigService) ListDiscoveredResourcesPages(input *ListDiscoveredResourcesInput, fn func(*ListDiscoveredResourcesOutput, bool) bool) error

ListDiscoveredResourcesPages iterates over the pages of a ListDiscoveredResources operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDiscoveredResources method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a ListDiscoveredResources operation.
pageNum := 0
err := client.ListDiscoveredResourcesPages(params,
    func(page *configservice.ListDiscoveredResourcesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) ListDiscoveredResourcesPagesWithContext

func (c *ConfigService) ListDiscoveredResourcesPagesWithContext(ctx aws.Context, input *ListDiscoveredResourcesInput, fn func(*ListDiscoveredResourcesOutput, bool) bool, opts ...request.Option) error

ListDiscoveredResourcesPagesWithContext same as ListDiscoveredResourcesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) ListDiscoveredResourcesRequest

func (c *ConfigService) ListDiscoveredResourcesRequest(input *ListDiscoveredResourcesInput) (req *request.Request, output *ListDiscoveredResourcesOutput)

ListDiscoveredResourcesRequest generates a "aws/request.Request" representing the client's request for the ListDiscoveredResources operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDiscoveredResources for more information on using the ListDiscoveredResources API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDiscoveredResourcesRequest method.
req, resp := client.ListDiscoveredResourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) ListDiscoveredResourcesWithContext

func (c *ConfigService) ListDiscoveredResourcesWithContext(ctx aws.Context, input *ListDiscoveredResourcesInput, opts ...request.Option) (*ListDiscoveredResourcesOutput, error)

ListDiscoveredResourcesWithContext is the same as ListDiscoveredResources with the addition of the ability to pass a context and additional request options.

See ListDiscoveredResources for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) ListResourceEvaluations

func (c *ConfigService) ListResourceEvaluations(input *ListResourceEvaluationsInput) (*ListResourceEvaluationsOutput, error)

ListResourceEvaluations API operation for AWS Config.

Returns a list of proactive resource evaluations.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation ListResourceEvaluations for usage and error information.

Returned Error Types:

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

  • InvalidTimeRangeException The specified time range is not valid. The earlier time is not chronologically before the later time.

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListResourceEvaluations

func (*ConfigService) ListResourceEvaluationsPages

func (c *ConfigService) ListResourceEvaluationsPages(input *ListResourceEvaluationsInput, fn func(*ListResourceEvaluationsOutput, bool) bool) error

ListResourceEvaluationsPages iterates over the pages of a ListResourceEvaluations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListResourceEvaluations method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a ListResourceEvaluations operation.
pageNum := 0
err := client.ListResourceEvaluationsPages(params,
    func(page *configservice.ListResourceEvaluationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) ListResourceEvaluationsPagesWithContext

func (c *ConfigService) ListResourceEvaluationsPagesWithContext(ctx aws.Context, input *ListResourceEvaluationsInput, fn func(*ListResourceEvaluationsOutput, bool) bool, opts ...request.Option) error

ListResourceEvaluationsPagesWithContext same as ListResourceEvaluationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) ListResourceEvaluationsRequest

func (c *ConfigService) ListResourceEvaluationsRequest(input *ListResourceEvaluationsInput) (req *request.Request, output *ListResourceEvaluationsOutput)

ListResourceEvaluationsRequest generates a "aws/request.Request" representing the client's request for the ListResourceEvaluations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListResourceEvaluations for more information on using the ListResourceEvaluations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListResourceEvaluationsRequest method.
req, resp := client.ListResourceEvaluationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListResourceEvaluations

func (*ConfigService) ListResourceEvaluationsWithContext

func (c *ConfigService) ListResourceEvaluationsWithContext(ctx aws.Context, input *ListResourceEvaluationsInput, opts ...request.Option) (*ListResourceEvaluationsOutput, error)

ListResourceEvaluationsWithContext is the same as ListResourceEvaluations with the addition of the ability to pass a context and additional request options.

See ListResourceEvaluations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) ListStoredQueries

func (c *ConfigService) ListStoredQueries(input *ListStoredQueriesInput) (*ListStoredQueriesOutput, error)

ListStoredQueries API operation for AWS Config.

Lists the stored queries for a single Amazon Web Services account and a single Amazon Web Services Region. The default is 100.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation ListStoredQueries for usage and error information.

Returned Error Types:

  • ValidationException The requested action is not valid.

    For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

    For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListStoredQueries

func (*ConfigService) ListStoredQueriesPages

func (c *ConfigService) ListStoredQueriesPages(input *ListStoredQueriesInput, fn func(*ListStoredQueriesOutput, bool) bool) error

ListStoredQueriesPages iterates over the pages of a ListStoredQueries operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListStoredQueries method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a ListStoredQueries operation.
pageNum := 0
err := client.ListStoredQueriesPages(params,
    func(page *configservice.ListStoredQueriesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) ListStoredQueriesPagesWithContext

func (c *ConfigService) ListStoredQueriesPagesWithContext(ctx aws.Context, input *ListStoredQueriesInput, fn func(*ListStoredQueriesOutput, bool) bool, opts ...request.Option) error

ListStoredQueriesPagesWithContext same as ListStoredQueriesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) ListStoredQueriesRequest

func (c *ConfigService) ListStoredQueriesRequest(input *ListStoredQueriesInput) (req *request.Request, output *ListStoredQueriesOutput)

ListStoredQueriesRequest generates a "aws/request.Request" representing the client's request for the ListStoredQueries operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListStoredQueries for more information on using the ListStoredQueries API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListStoredQueriesRequest method.
req, resp := client.ListStoredQueriesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListStoredQueries

func (*ConfigService) ListStoredQueriesWithContext

func (c *ConfigService) ListStoredQueriesWithContext(ctx aws.Context, input *ListStoredQueriesInput, opts ...request.Option) (*ListStoredQueriesOutput, error)

ListStoredQueriesWithContext is the same as ListStoredQueries with the addition of the ability to pass a context and additional request options.

See ListStoredQueries for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) ListTagsForResource

func (c *ConfigService) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for AWS Config.

List the tags for Config resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation ListTagsForResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException You have specified a resource that does not exist.

  • ValidationException The requested action is not valid.

    For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

    For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

  • InvalidLimitException The specified limit is outside the allowable range.

  • InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.

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

func (*ConfigService) ListTagsForResourcePages

func (c *ConfigService) ListTagsForResourcePages(input *ListTagsForResourceInput, fn func(*ListTagsForResourceOutput, bool) bool) error

ListTagsForResourcePages iterates over the pages of a ListTagsForResource operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListTagsForResource method for more information on how to use this operation.

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

// Example iterating over at most 3 pages of a ListTagsForResource operation.
pageNum := 0
err := client.ListTagsForResourcePages(params,
    func(page *configservice.ListTagsForResourceOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ConfigService) ListTagsForResourcePagesWithContext

func (c *ConfigService) ListTagsForResourcePagesWithContext(ctx aws.Context, input *ListTagsForResourceInput, fn func(*ListTagsForResourceOutput, bool) bool, opts ...request.Option) error

ListTagsForResourcePagesWithContext same as ListTagsForResourcePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) ListTagsForResourceRequest

func (c *ConfigService) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) ListTagsForResourceWithContext

func (c *ConfigService) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.

See ListTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) PutAggregationAuthorization

func (c *ConfigService) PutAggregationAuthorization(input *PutAggregationAuthorizationInput) (*PutAggregationAuthorizationOutput, error)

PutAggregationAuthorization API operation for AWS Config.

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

PutAggregationAuthorization is an idempotent API. Subsequent requests won’t create a duplicate resource if one was already created. If a following request has different tags values, Config will ignore these differences and treat it as an idempotent request of the previous. In this case, tags will not be updated, even if they are different.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation PutAggregationAuthorization for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

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

func (*ConfigService) PutAggregationAuthorizationRequest

func (c *ConfigService) PutAggregationAuthorizationRequest(input *PutAggregationAuthorizationInput) (req *request.Request, output *PutAggregationAuthorizationOutput)

PutAggregationAuthorizationRequest generates a "aws/request.Request" representing the client's request for the PutAggregationAuthorization operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutAggregationAuthorization for more information on using the PutAggregationAuthorization API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutAggregationAuthorizationRequest method.
req, resp := client.PutAggregationAuthorizationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) PutAggregationAuthorizationWithContext

func (c *ConfigService) PutAggregationAuthorizationWithContext(ctx aws.Context, input *PutAggregationAuthorizationInput, opts ...request.Option) (*PutAggregationAuthorizationOutput, error)

PutAggregationAuthorizationWithContext is the same as PutAggregationAuthorization with the addition of the ability to pass a context and additional request options.

See PutAggregationAuthorization for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) PutConfigRule

func (c *ConfigService) PutConfigRule(input *PutConfigRuleInput) (*PutConfigRuleOutput, error)

PutConfigRule API operation for AWS Config.

Adds or updates an Config rule to evaluate if your Amazon Web Services resources comply with your desired configurations. For information on how many Config rules you can have per account, see Service Limits (https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html) in the Config Developer Guide.

There are two types of rules: Config Managed Rules and Config Custom Rules. You can use PutConfigRule to create both Config Managed Rules and Config Custom Rules.

Config Managed Rules are predefined, customizable rules created by Config. For a list of managed rules, see List of Config Managed Rules (https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html). If you are adding an Config managed rule, you must specify the rule's identifier for the SourceIdentifier key.

Config Custom Rules are rules that you create from scratch. There are two ways to create Config custom rules: with Lambda functions ( Lambda Developer Guide (https://docs.aws.amazon.com/config/latest/developerguide/gettingstarted-concepts.html#gettingstarted-concepts-function)) and with Guard (Guard GitHub Repository (https://github.com/aws-cloudformation/cloudformation-guard)), a policy-as-code language. Config custom rules created with Lambda are called Config Custom Lambda Rules and Config custom rules created with Guard are called Config Custom Policy Rules.

If you are adding a new Config Custom Lambda rule, you first need to create an Lambda function that the rule invokes to evaluate your resources. When you use PutConfigRule to add a Custom Lambda rule to Config, you must specify the Amazon Resource Name (ARN) that Lambda assigns to the function. You specify the ARN in the SourceIdentifier key. This key is part of the Source object, which is part of the ConfigRule object.

For any new Config rule that you add, specify the ConfigRuleName in the ConfigRule object. Do not specify the ConfigRuleArn or the ConfigRuleId. These values are generated by 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.

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

PutConfigRule is an idempotent API. Subsequent requests won’t create a duplicate resource if one was already created. If a following request has different tags values, Config will ignore these differences and treat it as an idempotent request of the previous. In this case, tags will not be updated, even if they are different.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation PutConfigRule for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

  • MaxNumberOfConfigRulesExceededException Failed to add the Config rule because the account already contains the maximum number of 1000 rules. Consider deleting any deactivated rules before you add new rules.

  • ResourceInUseException You see this exception in the following cases:

  • For DeleteConfigRule, 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 Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.

  • For PutConfigOrganizationRule, organization Config rule deletion is in progress. Try your request again later.

  • For DeleteOrganizationConfigRule, organization Config rule creation is in progress. Try your request again later.

  • For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.

  • For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.

  • InsufficientPermissionsException Indicates one of the following errors:

  • For PutConfigRule, the rule cannot be created because the IAM role assigned to Config lacks permissions to perform the config:Put* action.

  • For PutConfigRule, the 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 the following permissions: You do not have permission to call IAM GetRole action or create a service-linked role. You do not have permission to read Amazon S3 bucket or call SSM:GetDocument.

  • NoAvailableConfigurationRecorderException There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.

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

func (*ConfigService) PutConfigRuleRequest

func (c *ConfigService) PutConfigRuleRequest(input *PutConfigRuleInput) (req *request.Request, output *PutConfigRuleOutput)

PutConfigRuleRequest generates a "aws/request.Request" representing the client's request for the PutConfigRule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutConfigRule for more information on using the PutConfigRule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutConfigRuleRequest method.
req, resp := client.PutConfigRuleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) PutConfigRuleWithContext

func (c *ConfigService) PutConfigRuleWithContext(ctx aws.Context, input *PutConfigRuleInput, opts ...request.Option) (*PutConfigRuleOutput, error)

PutConfigRuleWithContext is the same as PutConfigRule with the addition of the ability to pass a context and additional request options.

See PutConfigRule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) PutConfigurationAggregator

func (c *ConfigService) PutConfigurationAggregator(input *PutConfigurationAggregatorInput) (*PutConfigurationAggregatorOutput, error)

PutConfigurationAggregator API operation for AWS Config.

Creates and updates the configuration aggregator with the selected source accounts and regions. The source account can be individual account(s) or an organization.

accountIds that are passed will be replaced with existing accounts. If you want to add additional accounts into the aggregator, call DescribeConfigurationAggregators to get the previous accounts and then append new ones.

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 management account or a registered delegated administrator and all the features must be enabled in your organization. If the caller is a management account, Config calls EnableAwsServiceAccess API to enable integration between Config and Organizations. If the caller is a registered delegated administrator, Config calls ListDelegatedAdministrators API to verify whether the caller is a valid delegated administrator.

To register a delegated administrator, see Register a Delegated Administrator (https://docs.aws.amazon.com/config/latest/developerguide/set-up-aggregator-cli.html#register-a-delegated-administrator-cli) in the Config developer guide.

PutConfigurationAggregator is an idempotent API. Subsequent requests won’t create a duplicate resource if one was already created. If a following request has different tags values, Config will ignore these differences and treat it as an idempotent request of the previous. In this case, tags will not be updated, even if they are different.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation PutConfigurationAggregator for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

  • LimitExceededException For StartConfigRulesEvaluation API, this exception is thrown if an evaluation is in progress or if you call the StartConfigRulesEvaluation API more than once per minute.

    For PutConfigurationAggregator API, this exception is thrown if the number of accounts and aggregators exceeds the limit.

  • InvalidRoleException You have provided a null or empty Amazon Resource Name (ARN) for the IAM role assumed by Config and used by the configuration recorder.

  • OrganizationAccessDeniedException For PutConfigurationAggregator API, you can see this exception for the following reasons:

  • No permission to call EnableAWSServiceAccess API

  • The configuration aggregator cannot be updated because your Amazon Web Services Organization management account or the delegated administrator role changed. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • The configuration aggregator is associated with a previous Amazon Web Services Organization and Config cannot aggregate data with current Amazon Web Services Organization. Delete this aggregator and create a new one with the current Amazon Web Services Organization.

  • You are not a registered delegated administrator for Config with permissions to call ListDelegatedAdministrators API. Ensure that the management account registers delagated administrator for Config service principle name before the delegated administrator creates an aggregator.

    For all OrganizationConfigRule and OrganizationConformancePack APIs, Config throws an exception if APIs are called from member accounts. All APIs must be called from organization management account.

  • NoAvailableOrganizationException Organization is no longer available.

  • OrganizationAllFeaturesNotEnabledException Config resource cannot be created because your organization does not have all features enabled.

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

func (*ConfigService) PutConfigurationAggregatorRequest

func (c *ConfigService) PutConfigurationAggregatorRequest(input *PutConfigurationAggregatorInput) (req *request.Request, output *PutConfigurationAggregatorOutput)

PutConfigurationAggregatorRequest generates a "aws/request.Request" representing the client's request for the PutConfigurationAggregator operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutConfigurationAggregator for more information on using the PutConfigurationAggregator API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutConfigurationAggregatorRequest method.
req, resp := client.PutConfigurationAggregatorRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) PutConfigurationAggregatorWithContext

func (c *ConfigService) PutConfigurationAggregatorWithContext(ctx aws.Context, input *PutConfigurationAggregatorInput, opts ...request.Option) (*PutConfigurationAggregatorOutput, error)

PutConfigurationAggregatorWithContext is the same as PutConfigurationAggregator with the addition of the ability to pass a context and additional request options.

See PutConfigurationAggregator for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) PutConfigurationRecorder

func (c *ConfigService) PutConfigurationRecorder(input *PutConfigurationRecorderInput) (*PutConfigurationRecorderOutput, error)

PutConfigurationRecorder API operation for AWS Config.

Creates a new configuration recorder to record configuration changes for specified resource types.

You can also use this action to change the roleARN or the recordingGroup of an existing recorder. For more information, see Managing the Configuration Recorder (https://docs.aws.amazon.com/config/latest/developerguide/stop-start-recorder.html) in the Config Developer Guide.

You can specify only one configuration recorder for each Amazon Web Services Region for each account.

If the configuration recorder does not have the recordingGroup field specified, the default is to record all supported resource types.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation PutConfigurationRecorder for usage and error information.

Returned Error Types:

  • MaxNumberOfConfigurationRecordersExceededException You have reached the limit of the number of configuration recorders you can create.

  • ValidationException The requested action is not valid.

    For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

    For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

  • InvalidConfigurationRecorderNameException You have provided a name for the configuration recorder that is not valid.

  • InvalidRoleException You have provided a null or empty Amazon Resource Name (ARN) for the IAM role assumed by Config and used by the configuration recorder.

  • InvalidRecordingGroupException Indicates one of the following errors:

  • You have provided a combination of parameter values that is not valid. For example: Setting the allSupported field of RecordingGroup (https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html) to true, but providing a non-empty list for the resourceTypesfield of RecordingGroup (https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html). Setting the allSupported field of RecordingGroup (https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html) to true, but also setting the useOnly field of RecordingStrategy (https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingStrategy.html) to EXCLUSION_BY_RESOURCE_TYPES.

  • Every parameter is either null, false, or empty.

  • You have reached the limit of the number of resource types you can provide for the recording group.

  • You have provided resource types or a recording strategy that are not valid.

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

func (*ConfigService) PutConfigurationRecorderRequest

func (c *ConfigService) PutConfigurationRecorderRequest(input *PutConfigurationRecorderInput) (req *request.Request, output *PutConfigurationRecorderOutput)

PutConfigurationRecorderRequest generates a "aws/request.Request" representing the client's request for the PutConfigurationRecorder operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutConfigurationRecorder for more information on using the PutConfigurationRecorder API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutConfigurationRecorderRequest method.
req, resp := client.PutConfigurationRecorderRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) PutConfigurationRecorderWithContext

func (c *ConfigService) PutConfigurationRecorderWithContext(ctx aws.Context, input *PutConfigurationRecorderInput, opts ...request.Option) (*PutConfigurationRecorderOutput, error)

PutConfigurationRecorderWithContext is the same as PutConfigurationRecorder with the addition of the ability to pass a context and additional request options.

See PutConfigurationRecorder for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) PutConformancePack

func (c *ConfigService) PutConformancePack(input *PutConformancePackInput) (*PutConformancePackOutput, error)

PutConformancePack API operation for AWS Config.

Creates or updates a conformance pack. A conformance pack is a collection of Config rules that can be easily deployed in an account and a region and across an organization. For information on how many conformance packs you can have per account, see Service Limits (https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html) in the Config Developer Guide.

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.

You must specify only one of the follow parameters: TemplateS3Uri, TemplateBody or TemplateSSMDocumentDetails.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation PutConformancePack for usage and error information.

Returned Error Types:

  • InsufficientPermissionsException Indicates one of the following errors:

  • For PutConfigRule, the rule cannot be created because the IAM role assigned to Config lacks permissions to perform the config:Put* action.

  • For PutConfigRule, the 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 the following permissions: You do not have permission to call IAM GetRole action or create a service-linked role. You do not have permission to read Amazon S3 bucket or call SSM:GetDocument.

  • ConformancePackTemplateValidationException You have specified a template that is not valid or supported.

  • ResourceInUseException You see this exception in the following cases:

  • For DeleteConfigRule, 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 Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.

  • For PutConfigOrganizationRule, organization Config rule deletion is in progress. Try your request again later.

  • For DeleteOrganizationConfigRule, organization Config rule creation is in progress. Try your request again later.

  • For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.

  • For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

  • MaxNumberOfConformancePacksExceededException You have reached the limit of the number of conformance packs you can create in an account. For more information, see Service Limits (https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html) in the Config Developer Guide.

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

func (*ConfigService) PutConformancePackRequest

func (c *ConfigService) PutConformancePackRequest(input *PutConformancePackInput) (req *request.Request, output *PutConformancePackOutput)

PutConformancePackRequest generates a "aws/request.Request" representing the client's request for the PutConformancePack operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutConformancePack for more information on using the PutConformancePack API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutConformancePackRequest method.
req, resp := client.PutConformancePackRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) PutConformancePackWithContext

func (c *ConfigService) PutConformancePackWithContext(ctx aws.Context, input *PutConformancePackInput, opts ...request.Option) (*PutConformancePackOutput, error)

PutConformancePackWithContext is the same as PutConformancePack with the addition of the ability to pass a context and additional request options.

See PutConformancePack for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) PutDeliveryChannel

func (c *ConfigService) PutDeliveryChannel(input *PutDeliveryChannelInput) (*PutDeliveryChannelOutput, error)

PutDeliveryChannel API operation for AWS Config.

Creates a delivery channel object to deliver configuration information and other compliance information to an Amazon S3 bucket and Amazon SNS topic. For more information, see Notifications that Config Sends to an Amazon SNS topic (https://docs.aws.amazon.com/config/latest/developerguide/notifications-for-AWS-Config.html).

Before you can create a delivery channel, you must create a configuration recorder.

You can use this action to change the Amazon S3 bucket or an Amazon SNS topic of the existing delivery channel. To change the Amazon S3 bucket or an Amazon SNS topic, call this action and specify the changed values for the S3 bucket and the SNS topic. If you specify a different value for either the S3 bucket or the SNS topic, this action will keep the existing value for the parameter that is not changed.

You can have only one delivery channel per region in your account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation PutDeliveryChannel for usage and error information.

Returned Error Types:

  • MaxNumberOfDeliveryChannelsExceededException You have reached the limit of the number of delivery channels you can create.

  • NoAvailableConfigurationRecorderException There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.

  • InvalidDeliveryChannelNameException The specified delivery channel name is not valid.

  • NoSuchBucketException The specified Amazon S3 bucket does not exist.

  • InvalidS3KeyPrefixException The specified Amazon S3 key prefix is not valid.

  • InvalidS3KmsKeyArnException The specified Amazon KMS Key ARN is not valid.

  • InvalidSNSTopicARNException The specified Amazon SNS topic does not exist.

  • InsufficientDeliveryPolicyException Your Amazon S3 bucket policy does not permit Config to write to it.

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

func (*ConfigService) PutDeliveryChannelRequest

func (c *ConfigService) PutDeliveryChannelRequest(input *PutDeliveryChannelInput) (req *request.Request, output *PutDeliveryChannelOutput)

PutDeliveryChannelRequest generates a "aws/request.Request" representing the client's request for the PutDeliveryChannel operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutDeliveryChannel for more information on using the PutDeliveryChannel API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutDeliveryChannelRequest method.
req, resp := client.PutDeliveryChannelRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) PutDeliveryChannelWithContext

func (c *ConfigService) PutDeliveryChannelWithContext(ctx aws.Context, input *PutDeliveryChannelInput, opts ...request.Option) (*PutDeliveryChannelOutput, error)

PutDeliveryChannelWithContext is the same as PutDeliveryChannel with the addition of the ability to pass a context and additional request options.

See PutDeliveryChannel for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) PutEvaluations

func (c *ConfigService) PutEvaluations(input *PutEvaluationsInput) (*PutEvaluationsOutput, error)

PutEvaluations API operation for AWS Config.

Used by an Lambda function to deliver evaluation results to Config. This action is required in every Lambda function that is invoked by an Config rule.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation PutEvaluations for usage and error information.

Returned Error Types:

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

  • InvalidResultTokenException The specified ResultToken is not valid.

  • NoSuchConfigRuleException The Config rule in the request is not valid. Verify that the rule is an Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

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

func (*ConfigService) PutEvaluationsRequest

func (c *ConfigService) PutEvaluationsRequest(input *PutEvaluationsInput) (req *request.Request, output *PutEvaluationsOutput)

PutEvaluationsRequest generates a "aws/request.Request" representing the client's request for the PutEvaluations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutEvaluations for more information on using the PutEvaluations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutEvaluationsRequest method.
req, resp := client.PutEvaluationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*ConfigService) PutEvaluationsWithContext

func (c *ConfigService) PutEvaluationsWithContext(ctx aws.Context, input *PutEvaluationsInput, opts ...request.Option) (*PutEvaluationsOutput, error)

PutEvaluationsWithContext is the same as PutEvaluations with the addition of the ability to pass a context and additional request options.

See PutEvaluations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) PutExternalEvaluation

func (c *ConfigService) PutExternalEvaluation(input *PutExternalEvaluationInput) (*PutExternalEvaluationOutput, error)

PutExternalEvaluation API operation for AWS Config.

Add or updates the evaluations for process checks. This API checks if the rule is a process check when the name of the Config rule is provided.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Config's API operation PutExternalEvaluation for usage and error information.

Returned Error Types:

  • NoSuchConfigRuleException The Config rule in the request is not valid. Verify that the rule is an Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

  • InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutExternalEvaluation

func (*ConfigService) PutExternalEvaluationRequest

func (c *ConfigService) PutExternalEvaluationRequest(input *PutExternalEvaluationInput) (req *request.Request, output *PutExternalEvaluationOutput)

PutExternalEvaluationRequest generates a "aws/request.Request" representing the client's request for the PutExternalEvaluation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutExternalEvaluation for more information on using the PutExternalEvaluation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutExternalEvaluationRequest method.
req, resp := client.PutExternalEvaluationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutExternalEvaluation

func (*ConfigService) PutExternalEvaluationWithContext

func (c *ConfigService) PutExternalEvaluationWithContext(ctx aws.Context, input *PutExternalEvaluationInput, opts ...request.Option) (*PutExternalEvaluationOutput, error)

PutExternalEvaluationWithContext is the same as PutExternalEvaluation with the addition of the ability to pass a context and additional request options.

See PutExternalEvaluation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ConfigService) PutOrganizationConfigRule

func (c *ConfigService) PutOrganizationConfigRule(input *PutOrganizationConfigRuleInput) (*PutOrganizationConfigRuleOutput, error)

PutOrganizationConfigRule API operation for AWS Config.

Adds or updates an Config rule for your entire organization to evaluate if your Amazon Web Services resources comply with your desired configurations. For information on how many organization Config rules you can have per account, see Service Limits (https://docs.aws.amazon.com/conf