GetResourceConfigHistory
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), AWS Config returns the ConfigurationItems for the specified retention period.
The response is paginated. By default, AWS Config returns a limit of 10 configuration items per page.
You can customize this number with the limit parameter. The response includes a nextToken string. To get the next page of results, run the request again and specify the string for the nextToken parameter.
NoteEach 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.
Request Syntax
{
"chronologicalOrder": "string", "earlierTime": number,
"laterTime": number, "limit": number, "nextToken": "string", "resourceId": "string", "resourceType": "string"
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters (p. 386).
The request accepts the following data in JSON format.
chronologicalOrder (p. 157)
The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.
Type: String
Valid Values: Reverse | Forward Required: No
earlierTime (p. 157)
The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start when the first configuration item was recorded.
Type: Timestamp Required: No laterTime (p. 157)
The time stamp that indicates a later time. If not specified, current time is taken.
Request Parameters
Type: Timestamp Required: No limit (p. 157)
The maximum number of configuration items returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, AWS Config uses the default.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 100.
Required: No nextToken (p. 157)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Type: String Required: No resourceId (p. 157)
The ID of the resource (for example., sg-xxxxxx).
Type: String
Length Constraints: Minimum length of 1. Maximum length of 768.
Required: Yes resourceType (p. 157)
The resource type.
Type: String
Valid Values: AWS::EC2::CustomerGateway | AWS::EC2::EIP |
AWS::EC2::Host | AWS::EC2::Instance | AWS::EC2::InternetGateway |
AWS::EC2::NetworkAcl | AWS::EC2::NetworkInterface | AWS::EC2::RouteTable
| AWS::EC2::SecurityGroup | AWS::EC2::Subnet | AWS::CloudTrail::Trail
| AWS::EC2::Volume | AWS::EC2::VPC | AWS::EC2::VPNConnection
| AWS::EC2::VPNGateway | AWS::EC2::RegisteredHAInstance | AWS::EC2::NatGateway | AWS::EC2::EgressOnlyInternetGateway |
AWS::EC2::VPCEndpoint | AWS::EC2::VPCEndpointService | AWS::EC2::FlowLog
| AWS::EC2::VPCPeeringConnection | AWS::Elasticsearch::Domain
| AWS::IAM::Group | AWS::IAM::Policy | AWS::IAM::Role | AWS::IAM::User | AWS::ElasticLoadBalancingV2::LoadBalancer |
AWS::ACM::Certificate | AWS::RDS::DBInstance | AWS::RDS::DBSubnetGroup | AWS::RDS::DBSecurityGroup | AWS::RDS::DBSnapshot | AWS::RDS::DBCluster | AWS::RDS::DBClusterSnapshot | AWS::RDS::EventSubscription | AWS::S3::Bucket
| AWS::S3::AccountPublicAccessBlock | AWS::Redshift::Cluster |
Response Syntax
AWS::CodeBuild::Project | AWS::WAF::RateBasedRule | AWS::WAF::Rule | AWS::WAF::RuleGroup | AWS::WAF::WebACL | AWS::WAFRegional::RateBasedRule
| AWS::WAFRegional::Rule | AWS::WAFRegional::RuleGroup | AWS::WAFRegional::WebACL | AWS::CloudFront::Distribution | AWS::CloudFront::StreamingDistribution | AWS::Lambda::Function | AWS::NetworkFirewall::Firewall | AWS::NetworkFirewall::FirewallPolicy
| AWS::NetworkFirewall::RuleGroup | AWS::ElasticBeanstalk::Application
| AWS::ElasticBeanstalk::ApplicationVersion |
AWS::ElasticBeanstalk::Environment | AWS::WAFv2::WebACL |
AWS::WAFv2::RuleGroup | AWS::WAFv2::IPSet | AWS::WAFv2::RegexPatternSet
| AWS::WAFv2::ManagedRuleSet | AWS::XRay::EncryptionConfig | AWS::SSM::AssociationCompliance | AWS::SSM::PatchCompliance
| AWS::Shield::Protection | AWS::ShieldRegional::Protection |
AWS::Config::ConformancePackCompliance | AWS::Config::ResourceCompliance | AWS::ApiGateway::Stage | AWS::ApiGateway::RestApi | AWS::ApiGatewayV2::Stage
| AWS::ApiGatewayV2::Api | AWS::CodePipeline::Pipeline | AWS::ServiceCatalog::CloudFormationProvisionedProduct |
AWS::ServiceCatalog::CloudFormationProduct | AWS::ServiceCatalog::Portfolio
| AWS::SQS::Queue | AWS::KMS::Key | AWS::QLDB::Ledger |
AWS::SecretsManager::Secret | AWS::SNS::Topic | AWS::SSM::FileData
| AWS::Backup::BackupPlan | AWS::Backup::BackupSelection |
AWS::Backup::BackupVault | AWS::Backup::RecoveryPoint | AWS::ECR::Repository
| AWS::ECS::Cluster | AWS::ECS::Service | AWS::ECS::TaskDefinition
| AWS::EFS::AccessPoint | AWS::EFS::FileSystem | AWS::EKS::Cluster | AWS::OpenSearch::Domain | AWS::EC2::TransitGateway | AWS::Kinesis::Stream
| AWS::Kinesis::StreamConsumer | AWS::CodeDeploy::Application | AWS::CodeDeploy::DeploymentConfig | AWS::CodeDeploy::DeploymentGroup Required: Yes
Response Syntax
{ "configurationItems": [ {
"configurationItemCaptureTime": number, "configurationItemMD5Hash": "string", "configurationItemStatus": "string", "configurationStateId": "string", "relatedEvents": [ "string" ],
Response Elements
},
"tags": {
"string" : "string"
},
"version": "string"
} ],
"nextToken": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
configurationItems (p. 159)
A list that contains the configuration history of one or more resources.
Type: Array of ConfigurationItem (p. 289) objects nextToken (p. 159)
The string that you use in a subsequent request to get the next page of results in a paginated response.
Type: String
Errors
For information about the errors that are common to all actions, see Common Errors (p. 388).
InvalidLimitException
The specified limit is outside the allowable range.
HTTP Status Code: 400 InvalidNextTokenException
The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
HTTP Status Code: 400 InvalidTimeRangeException
The specified time range is not valid. The earlier time is not chronologically before the later time.
HTTP Status Code: 400
NoAvailableConfigurationRecorderException
See Also
HTTP Status Code: 400 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.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
• AWS Command Line Interface
• AWS SDK for .NET
• AWS SDK for C++
• AWS SDK for Go
• AWS SDK for Java V2
• AWS SDK for JavaScript
• AWS SDK for PHP V3
• AWS SDK for Python
• AWS SDK for Ruby V3
GetStoredQuery
GetStoredQuery
Returns the details of a specific stored query.
Request Syntax
{ "QueryName": "string"
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters (p. 386).
The request accepts the following data in JSON format.
QueryName (p. 162)
The name of the query.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern: ^[a-zA-Z0-9-_]+$
Required: Yes
Response Syntax
{
"StoredQuery": {
"Description": "string", "Expression": "string", "QueryArn": "string", "QueryId": "string", "QueryName": "string"
}}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
Errors
Errors
For information about the errors that are common to all actions, see Common Errors (p. 388).
ResourceNotFoundException
You have specified a resource that does not exist.
HTTP Status Code: 400 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.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
• AWS Command Line Interface
• AWS SDK for .NET
• AWS SDK for C++
• AWS SDK for Go
• AWS SDK for Java V2
• AWS SDK for JavaScript
• AWS SDK for PHP V3
• AWS SDK for Python
• AWS SDK for Ruby V3
ListAggregateDiscoveredResources
ListAggregateDiscoveredResources
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.
Request Syntax
{ "ConfigurationAggregatorName": "string", "Filters": {
"AccountId": "string", "Region": "string", "ResourceId": "string", "ResourceName": "string"
},
"Limit": number, "NextToken": "string", "ResourceType": "string"
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters (p. 386).
The request accepts the following data in JSON format.
ConfigurationAggregatorName (p. 164) The name of the configuration aggregator.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern: [\w\-]+
Required: Yes Filters (p. 164)
Filters the results based on the ResourceFilters object.
Type: ResourceFilters (p. 365) object
Request Parameters
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 100.
Required: No NextToken (p. 164)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Type: String Required: No ResourceType (p. 164)
The type of resources that you want AWS Config to list in the response.
Type: String
Valid Values: AWS::EC2::CustomerGateway | AWS::EC2::EIP |
AWS::EC2::Host | AWS::EC2::Instance | AWS::EC2::InternetGateway |
AWS::EC2::NetworkAcl | AWS::EC2::NetworkInterface | AWS::EC2::RouteTable
| AWS::EC2::SecurityGroup | AWS::EC2::Subnet | AWS::CloudTrail::Trail
| AWS::EC2::Volume | AWS::EC2::VPC | AWS::EC2::VPNConnection
| AWS::EC2::VPNGateway | AWS::EC2::RegisteredHAInstance | AWS::EC2::NatGateway | AWS::EC2::EgressOnlyInternetGateway |
AWS::EC2::VPCEndpoint | AWS::EC2::VPCEndpointService | AWS::EC2::FlowLog
| AWS::EC2::VPCPeeringConnection | AWS::Elasticsearch::Domain
| AWS::IAM::Group | AWS::IAM::Policy | AWS::IAM::Role | AWS::IAM::User | AWS::ElasticLoadBalancingV2::LoadBalancer |
AWS::ACM::Certificate | AWS::RDS::DBInstance | AWS::RDS::DBSubnetGroup | AWS::RDS::DBSecurityGroup | AWS::RDS::DBSnapshot | AWS::RDS::DBCluster | AWS::RDS::DBClusterSnapshot | AWS::RDS::EventSubscription | AWS::S3::Bucket
| AWS::S3::AccountPublicAccessBlock | AWS::Redshift::Cluster |
AWS::Redshift::ClusterSnapshot | AWS::Redshift::ClusterParameterGroup | AWS::Redshift::ClusterSecurityGroup | AWS::Redshift::ClusterSubnetGroup
| AWS::Redshift::EventSubscription | AWS::SSM::ManagedInstanceInventory
| AWS::CloudWatch::Alarm | AWS::CloudFormation::Stack |
AWS::ElasticLoadBalancing::LoadBalancer | AWS::AutoScaling::AutoScalingGroup
| AWS::AutoScaling::LaunchConfiguration | AWS::AutoScaling::ScalingPolicy
| AWS::AutoScaling::ScheduledAction | AWS::DynamoDB::Table |
AWS::CodeBuild::Project | AWS::WAF::RateBasedRule | AWS::WAF::Rule | AWS::WAF::RuleGroup | AWS::WAF::WebACL | AWS::WAFRegional::RateBasedRule
| AWS::WAFRegional::Rule | AWS::WAFRegional::RuleGroup | AWS::WAFRegional::WebACL | AWS::CloudFront::Distribution | AWS::CloudFront::StreamingDistribution | AWS::Lambda::Function | AWS::NetworkFirewall::Firewall | AWS::NetworkFirewall::FirewallPolicy
| AWS::NetworkFirewall::RuleGroup | AWS::ElasticBeanstalk::Application
| AWS::ElasticBeanstalk::ApplicationVersion |
AWS::ElasticBeanstalk::Environment | AWS::WAFv2::WebACL |
AWS::WAFv2::RuleGroup | AWS::WAFv2::IPSet | AWS::WAFv2::RegexPatternSet
| AWS::WAFv2::ManagedRuleSet | AWS::XRay::EncryptionConfig | AWS::SSM::AssociationCompliance | AWS::SSM::PatchCompliance
| AWS::Shield::Protection | AWS::ShieldRegional::Protection |
AWS::Config::ConformancePackCompliance | AWS::Config::ResourceCompliance | AWS::ApiGateway::Stage | AWS::ApiGateway::RestApi | AWS::ApiGatewayV2::Stage
| AWS::ApiGatewayV2::Api | AWS::CodePipeline::Pipeline | AWS::ServiceCatalog::CloudFormationProvisionedProduct |
Response Syntax
AWS::ServiceCatalog::CloudFormationProduct | AWS::ServiceCatalog::Portfolio
| AWS::SQS::Queue | AWS::KMS::Key | AWS::QLDB::Ledger |
AWS::SecretsManager::Secret | AWS::SNS::Topic | AWS::SSM::FileData
| AWS::Backup::BackupPlan | AWS::Backup::BackupSelection |
AWS::Backup::BackupVault | AWS::Backup::RecoveryPoint | AWS::ECR::Repository
| AWS::ECS::Cluster | AWS::ECS::Service | AWS::ECS::TaskDefinition
| AWS::EFS::AccessPoint | AWS::EFS::FileSystem | AWS::EKS::Cluster | AWS::OpenSearch::Domain | AWS::EC2::TransitGateway | AWS::Kinesis::Stream
| AWS::Kinesis::StreamConsumer | AWS::CodeDeploy::Application | AWS::CodeDeploy::DeploymentConfig | AWS::CodeDeploy::DeploymentGroup Required: Yes
Response Syntax
{ "NextToken": "string", "ResourceIdentifiers": [ {
"ResourceId": "string", "ResourceName": "string", "ResourceType": "string", "SourceAccountId": "string", "SourceRegion": "string"
} ]}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
NextToken (p. 166)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Type: String
ResourceIdentifiers (p. 166)
Returns a list of ResourceIdentifiers objects.
Type: Array of AggregateResourceIdentifier (p. 261) objects
Errors
See Also
InvalidNextTokenException
The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
HTTP Status Code: 400
NoSuchConfigurationAggregatorException
You have specified a configuration aggregator that does not exist.
HTTP Status Code: 400 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.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
• AWS Command Line Interface
• AWS SDK for .NET
• AWS SDK for C++
• AWS SDK for Go
• AWS SDK for Java V2
• AWS SDK for JavaScript
• AWS SDK for PHP V3
• AWS SDK for Python
• AWS SDK for Ruby V3
ListDiscoveredResources
ListDiscoveredResources
Accepts a resource type and returns a list of resource identifiers for the resources of that type. A resource identifier includes the resource type, ID, and (if available) the custom resource name. The results consist of resources that AWS Config has discovered, including those that AWS Config is not currently recording.
You can narrow the results to include only resources that have specific resource IDs or a resource name.
Note
You can specify either resource IDs or a resource name, but not both, in the same request.
The response is paginated. By default, AWS Config lists 100 resource identifiers on each page. You can customize this number with the limit parameter. The response includes a nextToken string. To get the next page of results, run the request again and specify the string for the nextToken parameter.
Request Syntax
{
"includeDeletedResources": boolean, "limit": number,
"nextToken": "string", "resourceIds": [ "string" ], "resourceName": "string", "resourceType": "string"
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters (p. 386).
The request accepts the following data in JSON format.
includeDeletedResources (p. 168)
Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.
Type: Boolean Required: No limit (p. 168)
The maximum number of resource identifiers returned on each page. The default is 100. You cannot specify a number greater than 100. If you specify 0, AWS Config uses the default.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 100.
Required: No
Request Parameters
Required: No resourceIds (p. 168)
The IDs of only those resources that you want AWS Config to list in the response. If you do not specify this parameter, AWS Config lists all resources of the specified type that it has discovered.
Type: Array of strings
Length Constraints: Minimum length of 1. Maximum length of 768.
Required: No resourceName (p. 168)
The custom name of only those resources that you want AWS Config to list in the response. If you do not specify this parameter, AWS Config lists all resources of the specified type that it has discovered.
Type: String Required: No resourceType (p. 168)
The type of resources that you want AWS Config to list in the response.
Type: String
Valid Values: AWS::EC2::CustomerGateway | AWS::EC2::EIP |
AWS::EC2::Host | AWS::EC2::Instance | AWS::EC2::InternetGateway |
AWS::EC2::NetworkAcl | AWS::EC2::NetworkInterface | AWS::EC2::RouteTable
| AWS::EC2::SecurityGroup | AWS::EC2::Subnet | AWS::CloudTrail::Trail
| AWS::EC2::Volume | AWS::EC2::VPC | AWS::EC2::VPNConnection
| AWS::EC2::VPNGateway | AWS::EC2::RegisteredHAInstance | AWS::EC2::NatGateway | AWS::EC2::EgressOnlyInternetGateway |
AWS::EC2::VPCEndpoint | AWS::EC2::VPCEndpointService | AWS::EC2::FlowLog
| AWS::EC2::VPCPeeringConnection | AWS::Elasticsearch::Domain
| AWS::IAM::Group | AWS::IAM::Policy | AWS::IAM::Role | AWS::IAM::User | AWS::ElasticLoadBalancingV2::LoadBalancer |
AWS::ACM::Certificate | AWS::RDS::DBInstance | AWS::RDS::DBSubnetGroup | AWS::RDS::DBSecurityGroup | AWS::RDS::DBSnapshot | AWS::RDS::DBCluster | AWS::RDS::DBClusterSnapshot | AWS::RDS::EventSubscription | AWS::S3::Bucket
| AWS::S3::AccountPublicAccessBlock | AWS::Redshift::Cluster |
AWS::Redshift::ClusterSnapshot | AWS::Redshift::ClusterParameterGroup | AWS::Redshift::ClusterSecurityGroup | AWS::Redshift::ClusterSubnetGroup
| AWS::Redshift::EventSubscription | AWS::SSM::ManagedInstanceInventory
| AWS::CloudWatch::Alarm | AWS::CloudFormation::Stack |
AWS::ElasticLoadBalancing::LoadBalancer | AWS::AutoScaling::AutoScalingGroup
| AWS::AutoScaling::LaunchConfiguration | AWS::AutoScaling::ScalingPolicy
| AWS::AutoScaling::ScheduledAction | AWS::DynamoDB::Table |
AWS::CodeBuild::Project | AWS::WAF::RateBasedRule | AWS::WAF::Rule | AWS::WAF::RuleGroup | AWS::WAF::WebACL | AWS::WAFRegional::RateBasedRule
| AWS::WAFRegional::Rule | AWS::WAFRegional::RuleGroup | AWS::WAFRegional::WebACL | AWS::CloudFront::Distribution | AWS::CloudFront::StreamingDistribution | AWS::Lambda::Function | AWS::NetworkFirewall::Firewall | AWS::NetworkFirewall::FirewallPolicy
| AWS::NetworkFirewall::RuleGroup | AWS::ElasticBeanstalk::Application
| AWS::ElasticBeanstalk::ApplicationVersion |
AWS::ElasticBeanstalk::Environment | AWS::WAFv2::WebACL |
AWS::WAFv2::RuleGroup | AWS::WAFv2::IPSet | AWS::WAFv2::RegexPatternSet
| AWS::WAFv2::ManagedRuleSet | AWS::XRay::EncryptionConfig |
Response Syntax
AWS::SSM::AssociationCompliance | AWS::SSM::PatchCompliance
| AWS::Shield::Protection | AWS::ShieldRegional::Protection |
AWS::Config::ConformancePackCompliance | AWS::Config::ResourceCompliance | AWS::ApiGateway::Stage | AWS::ApiGateway::RestApi | AWS::ApiGatewayV2::Stage
| AWS::ApiGatewayV2::Api | AWS::CodePipeline::Pipeline | AWS::ServiceCatalog::CloudFormationProvisionedProduct |
AWS::ServiceCatalog::CloudFormationProduct | AWS::ServiceCatalog::Portfolio
| AWS::SQS::Queue | AWS::KMS::Key | AWS::QLDB::Ledger |
AWS::SecretsManager::Secret | AWS::SNS::Topic | AWS::SSM::FileData
| AWS::Backup::BackupPlan | AWS::Backup::BackupSelection |
AWS::Backup::BackupVault | AWS::Backup::RecoveryPoint | AWS::ECR::Repository
| AWS::ECS::Cluster | AWS::ECS::Service | AWS::ECS::TaskDefinition
| AWS::EFS::AccessPoint | AWS::EFS::FileSystem | AWS::EKS::Cluster | AWS::OpenSearch::Domain | AWS::EC2::TransitGateway | AWS::Kinesis::Stream
| AWS::Kinesis::StreamConsumer | AWS::CodeDeploy::Application | AWS::CodeDeploy::DeploymentConfig | AWS::CodeDeploy::DeploymentGroup Required: Yes
Response Syntax
{ "nextToken": "string", "resourceIdentifiers": [ {
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
nextToken (p. 170)
The string that you use in a subsequent request to get the next page of results in a paginated response.
Type: String
resourceIdentifiers (p. 170)
The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.
See Also
InvalidLimitException
The specified limit is outside the allowable range.
HTTP Status Code: 400 InvalidNextTokenException
The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.
HTTP Status Code: 400
NoAvailableConfigurationRecorderException
There are no configuration recorders available to provide the role needed to describe your resources.
Create a configuration recorder.
HTTP Status Code: 400 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.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
• AWS Command Line Interface
• AWS SDK for .NET
• AWS SDK for C++
• AWS SDK for Go
• AWS SDK for Java V2
• AWS SDK for JavaScript
• AWS SDK for PHP V3
• AWS SDK for Python
• AWS SDK for Ruby V3
ListStoredQueries
ListStoredQueries
Lists the stored queries for a single AWS account and a single AWS Region. The default is 100.
Request Syntax
{ "MaxResults": number, "NextToken": "string"
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters (p. 386).
The request accepts the following data in JSON format.
MaxResults (p. 172)
The maximum number of results to be returned with a single call.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 100.
Valid Range: Minimum value of 0. Maximum value of 100.