{
"smithy": "2.0",
"metadata": {
"suppressions": [
{
"id": "HttpMethodSemantics",
"namespace": "*"
},
{
"id": "HttpResponseCodeSemantics",
"namespace": "*"
},
{
"id": "PaginatedTrait",
"namespace": "*"
},
{
"id": "HttpHeaderTrait",
"namespace": "*"
},
{
"id": "HttpUriConflict",
"namespace": "*"
},
{
"id": "Service",
"namespace": "*"
}
]
},
"shapes": {
"com.amazonaws.configservice#ARN": {
"type": "string"
},
"com.amazonaws.configservice#AccountAggregationSource": {
"type": "structure",
"members": {
"AccountIds": {
"target": "com.amazonaws.configservice#AccountAggregationSourceAccountList",
"traits": {
"smithy.api#documentation": "<p>The 12-digit account ID of the account being aggregated.\n\t\t</p>",
"smithy.api#required": {}
}
},
"AllAwsRegions": {
"target": "com.amazonaws.configservice#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>If true, aggregate existing Config regions and future\n\t\t\tregions.</p>"
}
},
"AwsRegions": {
"target": "com.amazonaws.configservice#AggregatorRegionList",
"traits": {
"smithy.api#documentation": "<p>The source regions being aggregated.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>A collection of accounts and regions.</p>"
}
},
"com.amazonaws.configservice#AccountAggregationSourceAccountList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#AccountId"
},
"traits": {
"smithy.api#length": {
"min": 1
}
}
},
"com.amazonaws.configservice#AccountAggregationSourceList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#AccountAggregationSource"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 1
}
}
},
"com.amazonaws.configservice#AccountId": {
"type": "string",
"traits": {
"smithy.api#pattern": "^\\d{12}$"
}
},
"com.amazonaws.configservice#AggregateComplianceByConfigRule": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#ConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name of the Config rule.</p>"
}
},
"Compliance": {
"target": "com.amazonaws.configservice#Compliance",
"traits": {
"smithy.api#documentation": "<p>Indicates whether an Amazon Web Services resource or Config rule is\n\t\t\tcompliant and provides the number of contributors that affect the\n\t\t\tcompliance.</p>"
}
},
"AccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit account ID of the source account.</p>"
}
},
"AwsRegion": {
"target": "com.amazonaws.configservice#AwsRegion",
"traits": {
"smithy.api#documentation": "<p>The source region from where the data is aggregated.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Indicates whether an Config rule is compliant based on\n\t\t\taccount ID, region, compliance, and rule name.</p>\n <p>A rule is compliant if all of the resources that the rule\n\t\t\tevaluated comply with it. It is noncompliant if any of these\n\t\t\tresources do not comply.</p>"
}
},
"com.amazonaws.configservice#AggregateComplianceByConfigRuleList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#AggregateComplianceByConfigRule"
}
},
"com.amazonaws.configservice#AggregateComplianceByConformancePack": {
"type": "structure",
"members": {
"ConformancePackName": {
"target": "com.amazonaws.configservice#ConformancePackName",
"traits": {
"smithy.api#documentation": "<p>The name of the conformance pack.</p>"
}
},
"Compliance": {
"target": "com.amazonaws.configservice#AggregateConformancePackCompliance",
"traits": {
"smithy.api#documentation": "<p>The compliance status of the conformance pack.</p>"
}
},
"AccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit Amazon Web Services account ID of the source account.</p>"
}
},
"AwsRegion": {
"target": "com.amazonaws.configservice#AwsRegion",
"traits": {
"smithy.api#documentation": "<p>The source Amazon Web Services Region from where the data is aggregated.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>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.</p>\n <p>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.\n\t\t\tThe compliance status of a conformance pack is INSUFFICIENT_DATA only if all rules within a conformance pack cannot be evaluated due to insufficient data.\n\t\t\tIf 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 \n\t\t\tcompliant.</p>"
}
},
"com.amazonaws.configservice#AggregateComplianceByConformancePackList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#AggregateComplianceByConformancePack"
}
},
"com.amazonaws.configservice#AggregateComplianceCount": {
"type": "structure",
"members": {
"GroupName": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The 12-digit account ID or region based on the GroupByKey\n\t\t\tvalue.</p>"
}
},
"ComplianceSummary": {
"target": "com.amazonaws.configservice#ComplianceSummary",
"traits": {
"smithy.api#documentation": "<p>The number of compliant and noncompliant Config\n\t\t\trules.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Returns the number of compliant and noncompliant rules for one\n\t\t\tor more accounts and regions in an aggregator.</p>"
}
},
"com.amazonaws.configservice#AggregateComplianceCountList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#AggregateComplianceCount"
}
},
"com.amazonaws.configservice#AggregateConformancePackCompliance": {
"type": "structure",
"members": {
"ComplianceType": {
"target": "com.amazonaws.configservice#ConformancePackComplianceType",
"traits": {
"smithy.api#documentation": "<p>The compliance status of the conformance pack.</p>"
}
},
"CompliantRuleCount": {
"target": "com.amazonaws.configservice#Integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The number of compliant Config Rules.</p>"
}
},
"NonCompliantRuleCount": {
"target": "com.amazonaws.configservice#Integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The number of noncompliant Config Rules.</p>"
}
},
"TotalRuleCount": {
"target": "com.amazonaws.configservice#Integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>Total number of compliant rules, noncompliant rules, and the rules that do not have any applicable resources to evaluate upon resulting in insufficient data.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Provides the number of compliant and noncompliant rules within a conformance pack.\n\t\t\tAlso 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.</p>\n <p>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.\n\t\t\tThe compliance status of a conformance pack is INSUFFICIENT_DATA only if all rules within a conformance pack cannot be evaluated due to insufficient data.\n\t\t\tIf 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.</p>"
}
},
"com.amazonaws.configservice#AggregateConformancePackComplianceCount": {
"type": "structure",
"members": {
"CompliantConformancePackCount": {
"target": "com.amazonaws.configservice#Integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>Number of compliant conformance packs.</p>"
}
},
"NonCompliantConformancePackCount": {
"target": "com.amazonaws.configservice#Integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>Number of noncompliant conformance packs.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The number of conformance packs that are compliant and noncompliant.</p>"
}
},
"com.amazonaws.configservice#AggregateConformancePackComplianceFilters": {
"type": "structure",
"members": {
"ConformancePackName": {
"target": "com.amazonaws.configservice#ConformancePackName",
"traits": {
"smithy.api#documentation": "<p>The name of the conformance pack.</p>"
}
},
"ComplianceType": {
"target": "com.amazonaws.configservice#ConformancePackComplianceType",
"traits": {
"smithy.api#documentation": "<p>The compliance status of the conformance pack.</p>"
}
},
"AccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit Amazon Web Services account ID of the source account.</p>"
}
},
"AwsRegion": {
"target": "com.amazonaws.configservice#AwsRegion",
"traits": {
"smithy.api#documentation": "<p>The source Amazon Web Services Region from where the data is aggregated.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Filters the conformance packs based on an account ID, region, compliance type, and the name of the conformance pack.</p>"
}
},
"com.amazonaws.configservice#AggregateConformancePackComplianceSummary": {
"type": "structure",
"members": {
"ComplianceSummary": {
"target": "com.amazonaws.configservice#AggregateConformancePackComplianceCount",
"traits": {
"smithy.api#documentation": "<p>Returns an <code>AggregateConformancePackComplianceCount</code> object. </p>"
}
},
"GroupName": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Provides a summary of compliance based on either account ID or region. </p>"
}
},
"com.amazonaws.configservice#AggregateConformancePackComplianceSummaryFilters": {
"type": "structure",
"members": {
"AccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit Amazon Web Services account ID of the source account.</p>"
}
},
"AwsRegion": {
"target": "com.amazonaws.configservice#AwsRegion",
"traits": {
"smithy.api#documentation": "<p>The source Amazon Web Services Region from where the data is aggregated.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Filters the results based on account ID and region. </p>"
}
},
"com.amazonaws.configservice#AggregateConformancePackComplianceSummaryGroupKey": {
"type": "enum",
"members": {
"ACCOUNT_ID": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ACCOUNT_ID"
}
},
"AWS_REGION": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS_REGION"
}
}
}
},
"com.amazonaws.configservice#AggregateConformancePackComplianceSummaryList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#AggregateConformancePackComplianceSummary"
}
},
"com.amazonaws.configservice#AggregateEvaluationResult": {
"type": "structure",
"members": {
"EvaluationResultIdentifier": {
"target": "com.amazonaws.configservice#EvaluationResultIdentifier",
"traits": {
"smithy.api#documentation": "<p>Uniquely identifies the evaluation result.</p>"
}
},
"ComplianceType": {
"target": "com.amazonaws.configservice#ComplianceType",
"traits": {
"smithy.api#documentation": "<p>The resource compliance status.</p>\n <p>For the <code>AggregationEvaluationResult</code> data type, Config supports only the <code>COMPLIANT</code> and\n\t\t\t\t<code>NON_COMPLIANT</code>. Config does not support the\n\t\t\t\t<code>NOT_APPLICABLE</code> and <code>INSUFFICIENT_DATA</code>\n\t\t\tvalue.</p>"
}
},
"ResultRecordedTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time when Config recorded the aggregate evaluation\n\t\t\tresult.</p>"
}
},
"ConfigRuleInvokedTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time when the Config rule evaluated the Amazon Web Services\n\t\t\tresource.</p>"
}
},
"Annotation": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>Supplementary information about how the agrregate evaluation\n\t\t\tdetermined the compliance.</p>"
}
},
"AccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit account ID of the source account.</p>"
}
},
"AwsRegion": {
"target": "com.amazonaws.configservice#AwsRegion",
"traits": {
"smithy.api#documentation": "<p>The source region from where the data is aggregated.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The details of an Config evaluation for an account ID and\n\t\t\tregion in an aggregator. Provides the Amazon Web Services resource that was\n\t\t\tevaluated, the compliance of the resource, related time stamps, and\n\t\t\tsupplementary information. </p>"
}
},
"com.amazonaws.configservice#AggregateEvaluationResultList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#AggregateEvaluationResult"
}
},
"com.amazonaws.configservice#AggregateResourceIdentifier": {
"type": "structure",
"members": {
"SourceAccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit account ID of the source account.</p>",
"smithy.api#required": {}
}
},
"SourceRegion": {
"target": "com.amazonaws.configservice#AwsRegion",
"traits": {
"smithy.api#documentation": "<p>The source region where data is aggregated.</p>",
"smithy.api#required": {}
}
},
"ResourceId": {
"target": "com.amazonaws.configservice#ResourceId",
"traits": {
"smithy.api#documentation": "<p>The ID of the Amazon Web Services resource.</p>",
"smithy.api#required": {}
}
},
"ResourceType": {
"target": "com.amazonaws.configservice#ResourceType",
"traits": {
"smithy.api#documentation": "<p>The type of the Amazon Web Services resource.</p>",
"smithy.api#required": {}
}
},
"ResourceName": {
"target": "com.amazonaws.configservice#ResourceName",
"traits": {
"smithy.api#documentation": "<p>The name of the Amazon Web Services resource.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>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.</p>"
}
},
"com.amazonaws.configservice#AggregatedSourceStatus": {
"type": "structure",
"members": {
"SourceId": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The source account ID or an organization.</p>"
}
},
"SourceType": {
"target": "com.amazonaws.configservice#AggregatedSourceType",
"traits": {
"smithy.api#documentation": "<p>The source account or an organization.</p>"
}
},
"AwsRegion": {
"target": "com.amazonaws.configservice#AwsRegion",
"traits": {
"smithy.api#documentation": "<p>The region authorized to collect aggregated data.</p>"
}
},
"LastUpdateStatus": {
"target": "com.amazonaws.configservice#AggregatedSourceStatusType",
"traits": {
"smithy.api#documentation": "<p>Filters the last updated status type.</p>\n <ul>\n <li>\n <p>Valid value FAILED indicates errors while moving\n\t\t\t\t\tdata.</p>\n </li>\n <li>\n <p>Valid value SUCCEEDED indicates the data was\n\t\t\t\t\tsuccessfully moved.</p>\n </li>\n <li>\n <p>Valid value OUTDATED indicates the data is not the most\n\t\t\t\t\trecent.</p>\n </li>\n </ul>"
}
},
"LastUpdateTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time of the last update.</p>"
}
},
"LastErrorCode": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The error code that Config returned when the source account\n\t\t\taggregation last failed.</p>"
}
},
"LastErrorMessage": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The message indicating that the source account aggregation\n\t\t\tfailed due to an error.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The current sync status between the source and the aggregator\n\t\t\taccount.</p>"
}
},
"com.amazonaws.configservice#AggregatedSourceStatusList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#AggregatedSourceStatus"
}
},
"com.amazonaws.configservice#AggregatedSourceStatusType": {
"type": "enum",
"members": {
"FAILED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "FAILED"
}
},
"SUCCEEDED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "SUCCEEDED"
}
},
"OUTDATED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "OUTDATED"
}
}
}
},
"com.amazonaws.configservice#AggregatedSourceStatusTypeList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#AggregatedSourceStatusType"
},
"traits": {
"smithy.api#length": {
"min": 1
}
}
},
"com.amazonaws.configservice#AggregatedSourceType": {
"type": "enum",
"members": {
"ACCOUNT": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ACCOUNT"
}
},
"ORGANIZATION": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ORGANIZATION"
}
}
}
},
"com.amazonaws.configservice#AggregationAuthorization": {
"type": "structure",
"members": {
"AggregationAuthorizationArn": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the aggregation\n\t\t\tobject.</p>"
}
},
"AuthorizedAccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit account ID of the account authorized to aggregate\n\t\t\tdata.</p>"
}
},
"AuthorizedAwsRegion": {
"target": "com.amazonaws.configservice#AwsRegion",
"traits": {
"smithy.api#documentation": "<p>The region authorized to collect aggregated data.</p>"
}
},
"CreationTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time stamp when the aggregation authorization was\n\t\t\tcreated.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>An object that represents the authorizations granted to\n\t\t\taggregator accounts and regions.</p>"
}
},
"com.amazonaws.configservice#AggregationAuthorizationList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#AggregationAuthorization"
}
},
"com.amazonaws.configservice#AggregatorFilterResourceType": {
"type": "structure",
"members": {
"Type": {
"target": "com.amazonaws.configservice#AggregatorFilterType",
"traits": {
"smithy.api#documentation": "<p>The type of resource type filter to apply. <code>INCLUDE</code> specifies that the list of resource types in the <code>Value</code> field will be aggregated and no other resource types will be filtered.</p>"
}
},
"Value": {
"target": "com.amazonaws.configservice#ResourceTypeValueList",
"traits": {
"smithy.api#documentation": "<p>Comma-separate list of resource types to filter your aggregated configuration recorders.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>An object to filter the configuration recorders based on the resource types in scope for recording.</p>"
}
},
"com.amazonaws.configservice#AggregatorFilterServicePrincipal": {
"type": "structure",
"members": {
"Type": {
"target": "com.amazonaws.configservice#AggregatorFilterType",
"traits": {
"smithy.api#documentation": "<p>The type of service principal filter to apply. <code>INCLUDE</code> specifies that the list of service principals in the <code>Value</code> field will be aggregated and no other service principals will be filtered.</p>"
}
},
"Value": {
"target": "com.amazonaws.configservice#ServicePrincipalValueList",
"traits": {
"smithy.api#documentation": "<p>Comma-separated list of service principals for the linked Amazon Web Services services to filter your aggregated service-linked configuration recorders.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>An object to filter service-linked configuration recorders in an aggregator based on the linked Amazon Web Services service.</p>"
}
},
"com.amazonaws.configservice#AggregatorFilterType": {
"type": "enum",
"members": {
"INCLUDE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "INCLUDE"
}
}
}
},
"com.amazonaws.configservice#AggregatorFilters": {
"type": "structure",
"members": {
"ResourceType": {
"target": "com.amazonaws.configservice#AggregatorFilterResourceType",
"traits": {
"smithy.api#documentation": "<p>An object to filter the configuration recorders based on the resource types in scope for recording.</p>"
}
},
"ServicePrincipal": {
"target": "com.amazonaws.configservice#AggregatorFilterServicePrincipal",
"traits": {
"smithy.api#documentation": "<p>An object to filter service-linked configuration recorders in an aggregator based on the linked Amazon Web Services service.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>An object to filter the data you specify for an aggregator.</p>"
}
},
"com.amazonaws.configservice#AggregatorRegionList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#String"
},
"traits": {
"smithy.api#length": {
"min": 1
}
}
},
"com.amazonaws.configservice#AllSupported": {
"type": "boolean",
"traits": {
"smithy.api#default": false
}
},
"com.amazonaws.configservice#AmazonResourceName": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 1000
}
}
},
"com.amazonaws.configservice#Annotation": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 256
}
}
},
"com.amazonaws.configservice#AssociateResourceTypes": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#AssociateResourceTypesRequest"
},
"output": {
"target": "com.amazonaws.configservice#AssociateResourceTypesResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#ConflictException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigurationRecorderException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Adds all resource types specified in the <code>ResourceTypes</code> list to the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html\">RecordingGroup</a> of specified configuration recorder and includes those resource types when recording.</p>\n <p>For this operation, the specified configuration recorder must use a <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingStrategy.html\">RecordingStrategy</a> that is either <code>INCLUSION_BY_RESOURCE_TYPES</code> or <code>EXCLUSION_BY_RESOURCE_TYPES</code>.</p>"
}
},
"com.amazonaws.configservice#AssociateResourceTypesRequest": {
"type": "structure",
"members": {
"ConfigurationRecorderArn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the specified configuration recorder.</p>",
"smithy.api#required": {}
}
},
"ResourceTypes": {
"target": "com.amazonaws.configservice#ResourceTypeList",
"traits": {
"smithy.api#documentation": "<p>The list of resource types you want to add to the recording group of the specified configuration recorder.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#AssociateResourceTypesResponse": {
"type": "structure",
"members": {
"ConfigurationRecorder": {
"target": "com.amazonaws.configservice#ConfigurationRecorder",
"traits": {
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#AutoRemediationAttemptSeconds": {
"type": "long",
"traits": {
"smithy.api#range": {
"min": 1,
"max": 2678000
}
}
},
"com.amazonaws.configservice#AutoRemediationAttempts": {
"type": "integer",
"traits": {
"smithy.api#range": {
"min": 1,
"max": 25
}
}
},
"com.amazonaws.configservice#AvailabilityZone": {
"type": "string"
},
"com.amazonaws.configservice#AwsRegion": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 64
}
}
},
"com.amazonaws.configservice#AzureClientIdentifier": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 128
}
}
},
"com.amazonaws.configservice#AzureConnectorConfiguration": {
"type": "structure",
"members": {
"tenantIdentifier": {
"target": "com.amazonaws.configservice#AzureTenantIdentifier",
"traits": {
"smithy.api#documentation": "<p>The Azure tenant identifier.</p>",
"smithy.api#required": {}
}
},
"clientIdentifier": {
"target": "com.amazonaws.configservice#AzureClientIdentifier",
"traits": {
"smithy.api#documentation": "<p>The Azure client identifier.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The configuration details for connecting to Microsoft Azure.</p>"
}
},
"com.amazonaws.configservice#AzureTenantIdentifier": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 128
}
}
},
"com.amazonaws.configservice#BaseConfigurationItem": {
"type": "structure",
"members": {
"version": {
"target": "com.amazonaws.configservice#Version",
"traits": {
"smithy.api#documentation": "<p>The version number of the resource configuration.</p>"
}
},
"accountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit Amazon Web Services account ID associated with the resource.</p>"
}
},
"configurationItemCaptureTime": {
"target": "com.amazonaws.configservice#ConfigurationItemCaptureTime",
"traits": {
"smithy.api#documentation": "<p>The time when the recording of configuration changes was initiated for the resource.</p>"
}
},
"configurationItemStatus": {
"target": "com.amazonaws.configservice#ConfigurationItemStatus",
"traits": {
"smithy.api#documentation": "<p>The configuration item status. Valid values include:</p>\n <ul>\n <li>\n <p>OK \u2013 The resource configuration has been updated.</p>\n </li>\n <li>\n <p>ResourceDiscovered \u2013 The resource was newly discovered.</p>\n </li>\n <li>\n <p>ResourceNotRecorded \u2013 The resource was discovered, but its configuration was not recorded since the recorder doesn't record resources of this type.</p>\n </li>\n <li>\n <p>ResourceDeleted \u2013 The resource was deleted</p>\n </li>\n <li>\n <p>ResourceDeletedNotRecorded \u2013 The resource was deleted, but its configuration was not recorded since the recorder doesn't record resources of this type.</p>\n </li>\n </ul>"
}
},
"configurationStateId": {
"target": "com.amazonaws.configservice#ConfigurationStateId",
"traits": {
"smithy.api#documentation": "<p>An identifier that indicates the ordering of the configuration\n\t\t\titems of a resource.</p>"
}
},
"arn": {
"target": "com.amazonaws.configservice#ARN",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource.</p>"
}
},
"resourceType": {
"target": "com.amazonaws.configservice#ResourceType",
"traits": {
"smithy.api#documentation": "<p>The type of Amazon Web Services resource.</p>"
}
},
"resourceId": {
"target": "com.amazonaws.configservice#ResourceId",
"traits": {
"smithy.api#documentation": "<p>The ID of the resource (for example., sg-xxxxxx).</p>"
}
},
"resourceName": {
"target": "com.amazonaws.configservice#ResourceName",
"traits": {
"smithy.api#documentation": "<p>The custom name of the resource, if available.</p>"
}
},
"awsRegion": {
"target": "com.amazonaws.configservice#AwsRegion",
"traits": {
"smithy.api#documentation": "<p>The region where the resource resides.</p>"
}
},
"availabilityZone": {
"target": "com.amazonaws.configservice#AvailabilityZone",
"traits": {
"smithy.api#documentation": "<p>The Availability Zone associated with the resource.</p>"
}
},
"resourceCreationTime": {
"target": "com.amazonaws.configservice#ResourceCreationTime",
"traits": {
"smithy.api#documentation": "<p>The time stamp when the resource was created.</p>"
}
},
"configuration": {
"target": "com.amazonaws.configservice#Configuration",
"traits": {
"smithy.api#documentation": "<p>A JSON-encoded string that contains the contents for the resource configuration. This string needs to be deserialized using <code>json.loads()</code> before you can access the contents.\n</p>"
}
},
"supplementaryConfiguration": {
"target": "com.amazonaws.configservice#SupplementaryConfiguration",
"traits": {
"smithy.api#documentation": "<p>A string to string map that contains additional contents for the resource configuration.Config returns this field for certain\n\t\t\tresource types to supplement the information returned for the\n\t\t\t<code>configuration</code> field.</p>\n <p>This string needs to be deserialized using <code>json.loads()</code> before you can access the contents.</p>"
}
},
"recordingFrequency": {
"target": "com.amazonaws.configservice#RecordingFrequency",
"traits": {
"smithy.api#documentation": "<p>The recording frequency that Config uses to record configuration changes for the resource.</p>\n <note>\n <p>This field only appears in the API response when <code>DAILY</code> recording is enabled for a resource type.\n\t\t\t\tIf this field is not present, <code>CONTINUOUS</code> recording is enabled for that resource type. For more information on daily recording and continuous recording, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency\">Recording Frequency</a> in the <i>Config\n\t\t\t\t\t\tDeveloper Guide</i>.</p>\n </note>"
}
},
"configurationItemDeliveryTime": {
"target": "com.amazonaws.configservice#ConfigurationItemDeliveryTime",
"traits": {
"smithy.api#documentation": "<p>The time when configuration changes for the resource were delivered.</p>\n <note>\n <p>This field is optional and is not guaranteed to be present in a configuration item (CI). If you are using daily recording,\n\t\t\tthis field will be populated. However, if you are using continuous recording,\n\t\t\tthis 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 <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency\">Recording Frequency</a> in the <i>Config\n\t\t\t\t\tDeveloper Guide</i>.</p>\n </note>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The detailed configurations of a specified resource.</p>"
}
},
"com.amazonaws.configservice#BaseConfigurationItems": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#BaseConfigurationItem"
}
},
"com.amazonaws.configservice#BaseResourceId": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 768
}
}
},
"com.amazonaws.configservice#BatchGetAggregateResourceConfig": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#BatchGetAggregateResourceConfigRequest"
},
"output": {
"target": "com.amazonaws.configservice#BatchGetAggregateResourceConfigResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoSuchConfigurationAggregatorException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>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. \n\t\t\tIf there are no unprocessed resources, the operation returns an empty <code>unprocessedResourceIdentifiers</code> list. </p>\n <note>\n <ul>\n <li>\n <p>The API does not return results for deleted resources.</p>\n </li>\n <li>\n <p> The API does not return tags and relationships.</p>\n </li>\n </ul>\n </note>"
}
},
"com.amazonaws.configservice#BatchGetAggregateResourceConfigRequest": {
"type": "structure",
"members": {
"ConfigurationAggregatorName": {
"target": "com.amazonaws.configservice#ConfigurationAggregatorName",
"traits": {
"smithy.api#documentation": "<p>The name of the configuration aggregator.</p>",
"smithy.api#required": {}
}
},
"ResourceIdentifiers": {
"target": "com.amazonaws.configservice#ResourceIdentifiersList",
"traits": {
"smithy.api#documentation": "<p>A list of aggregate ResourceIdentifiers objects. </p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#BatchGetAggregateResourceConfigResponse": {
"type": "structure",
"members": {
"BaseConfigurationItems": {
"target": "com.amazonaws.configservice#BaseConfigurationItems",
"traits": {
"smithy.api#documentation": "<p>A list that contains the current configuration of one or more resources.</p>"
}
},
"UnprocessedResourceIdentifiers": {
"target": "com.amazonaws.configservice#UnprocessedResourceIdentifierList",
"traits": {
"smithy.api#documentation": "<p>A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#BatchGetResourceConfig": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#BatchGetResourceConfigRequest"
},
"output": {
"target": "com.amazonaws.configservice#BatchGetResourceConfigResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoAvailableConfigurationRecorderException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns the <code>BaseConfigurationItem</code> for one or more requested resources.\n\t\t\tThe operation also returns a list of resources that are\n\t\t\tnot processed in the current request. If there are no unprocessed\n\t\t\tresources, the operation returns an empty unprocessedResourceKeys\n\t\t\tlist. </p>\n <note>\n <ul>\n <li>\n <p>The API does not return results for deleted\n\t\t\t\t\t\tresources.</p>\n </li>\n <li>\n <p> The API does not return any tags for the requested\n\t\t\t\t\t\tresources. This information is filtered out of the\n\t\t\t\t\t\tsupplementaryConfiguration section of the API\n\t\t\t\t\t\tresponse.</p>\n </li>\n </ul>\n </note>"
}
},
"com.amazonaws.configservice#BatchGetResourceConfigRequest": {
"type": "structure",
"members": {
"resourceKeys": {
"target": "com.amazonaws.configservice#ResourceKeys",
"traits": {
"smithy.api#documentation": "<p>A list of resource keys to be processed with the current\n\t\t\trequest. Each element in the list consists of the resource type and\n\t\t\tresource ID.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#BatchGetResourceConfigResponse": {
"type": "structure",
"members": {
"baseConfigurationItems": {
"target": "com.amazonaws.configservice#BaseConfigurationItems",
"traits": {
"smithy.api#documentation": "<p>A list that contains the current configuration of one or more\n\t\t\tresources.</p>"
}
},
"unprocessedResourceKeys": {
"target": "com.amazonaws.configservice#ResourceKeys",
"traits": {
"smithy.api#documentation": "<p>A list of resource keys that were not processed with the\n\t\t\tcurrent response. The unprocessesResourceKeys value is in the same\n\t\t\tform as ResourceKeys, so the value can be directly provided to a\n\t\t\tsubsequent BatchGetResourceConfig operation.\n\t\t\t\n\t\t\tIf there are no unprocessed resource keys, the response contains an\n\t\t\tempty unprocessedResourceKeys list. </p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#Boolean": {
"type": "boolean",
"traits": {
"smithy.api#default": false
}
},
"com.amazonaws.configservice#ChannelName": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 256
}
}
},
"com.amazonaws.configservice#ChronologicalOrder": {
"type": "enum",
"members": {
"Reverse": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Reverse"
}
},
"Forward": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Forward"
}
}
}
},
"com.amazonaws.configservice#ClientToken": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 64,
"max": 256
}
}
},
"com.amazonaws.configservice#Compliance": {
"type": "structure",
"members": {
"ComplianceType": {
"target": "com.amazonaws.configservice#ComplianceType",
"traits": {
"smithy.api#documentation": "<p>Indicates whether an Amazon Web Services resource or Config rule is\n\t\t\tcompliant.</p>\n <p>A resource is compliant if it complies with all of the Config rules that evaluate it. A resource is noncompliant if it does\n\t\t\tnot comply with one or more of these rules.</p>\n <p>A rule is compliant if all of the resources that the rule\n\t\t\tevaluates comply with it. A rule is noncompliant if any of these\n\t\t\tresources do not comply.</p>\n <p>Config returns the <code>INSUFFICIENT_DATA</code> value\n\t\t\twhen no evaluation results are available for the Amazon Web Services resource or Config rule.</p>\n <p>For the <code>Compliance</code> data type, Config supports\n\t\t\tonly <code>COMPLIANT</code>, <code>NON_COMPLIANT</code>, and\n\t\t\t\t<code>INSUFFICIENT_DATA</code> values. Config does not\n\t\t\tsupport the <code>NOT_APPLICABLE</code> value for the\n\t\t\t\t<code>Compliance</code> data type.</p>"
}
},
"ComplianceContributorCount": {
"target": "com.amazonaws.configservice#ComplianceContributorCount",
"traits": {
"smithy.api#documentation": "<p>The number of Amazon Web Services resources or Config rules that cause a\n\t\t\tresult of <code>NON_COMPLIANT</code>, up to a maximum\n\t\t\tnumber.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Indicates whether an Amazon Web Services resource or Config rule is\n\t\t\tcompliant and provides the number of contributors that affect the\n\t\t\tcompliance.</p>"
}
},
"com.amazonaws.configservice#ComplianceByConfigRule": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#StringWithCharLimit64",
"traits": {
"smithy.api#documentation": "<p>The name of the Config rule.</p>"
}
},
"Compliance": {
"target": "com.amazonaws.configservice#Compliance",
"traits": {
"smithy.api#documentation": "<p>Indicates whether the Config rule is compliant.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Indicates whether an Config rule is compliant. A rule is\n\t\t\tcompliant if all of the resources that the rule evaluated comply\n\t\t\twith it. A rule is noncompliant if any of these resources do not\n\t\t\tcomply.</p>"
}
},
"com.amazonaws.configservice#ComplianceByConfigRules": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ComplianceByConfigRule"
}
},
"com.amazonaws.configservice#ComplianceByResource": {
"type": "structure",
"members": {
"ResourceType": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The type of the Amazon Web Services resource that was evaluated.</p>"
}
},
"ResourceId": {
"target": "com.amazonaws.configservice#BaseResourceId",
"traits": {
"smithy.api#documentation": "<p>The ID of the Amazon Web Services resource that was evaluated.</p>"
}
},
"Compliance": {
"target": "com.amazonaws.configservice#Compliance",
"traits": {
"smithy.api#documentation": "<p>Indicates whether the Amazon Web Services resource complies with all of the Config rules that evaluated it.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Indicates whether an Amazon Web Services resource that is evaluated according\n\t\t\tto one or more Config rules is compliant. A resource is\n\t\t\tcompliant if it complies with all of the rules that evaluate it. A\n\t\t\tresource is noncompliant if it does not comply with one or more of\n\t\t\tthese rules.</p>"
}
},
"com.amazonaws.configservice#ComplianceByResources": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ComplianceByResource"
}
},
"com.amazonaws.configservice#ComplianceContributorCount": {
"type": "structure",
"members": {
"CappedCount": {
"target": "com.amazonaws.configservice#Integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The number of Amazon Web Services resources or Config rules responsible for\n\t\t\tthe current compliance of the item.</p>"
}
},
"CapExceeded": {
"target": "com.amazonaws.configservice#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>Indicates whether the maximum count is reached.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The number of Amazon Web Services resources or Config rules responsible for\n\t\t\tthe current compliance of the item, up to a maximum\n\t\t\tnumber.</p>"
}
},
"com.amazonaws.configservice#ComplianceResourceTypes": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#StringWithCharLimit256"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 100
}
}
},
"com.amazonaws.configservice#ComplianceScore": {
"type": "string"
},
"com.amazonaws.configservice#ComplianceSummariesByResourceType": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ComplianceSummaryByResourceType"
}
},
"com.amazonaws.configservice#ComplianceSummary": {
"type": "structure",
"members": {
"CompliantResourceCount": {
"target": "com.amazonaws.configservice#ComplianceContributorCount",
"traits": {
"smithy.api#documentation": "<p>The number of Config rules or Amazon Web Services resources that are\n\t\t\tcompliant, up to a maximum of 25 for rules and 100 for\n\t\t\tresources.</p>"
}
},
"NonCompliantResourceCount": {
"target": "com.amazonaws.configservice#ComplianceContributorCount",
"traits": {
"smithy.api#documentation": "<p>The number of Config rules or Amazon Web Services resources that are\n\t\t\tnoncompliant, up to a maximum of 25 for rules and 100 for\n\t\t\tresources.</p>"
}
},
"ComplianceSummaryTimestamp": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time that Config created the compliance\n\t\t\tsummary.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The number of Config rules or Amazon Web Services resources that are\n\t\t\tcompliant and noncompliant.</p>"
}
},
"com.amazonaws.configservice#ComplianceSummaryByResourceType": {
"type": "structure",
"members": {
"ResourceType": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The type of Amazon Web Services resource.</p>"
}
},
"ComplianceSummary": {
"target": "com.amazonaws.configservice#ComplianceSummary",
"traits": {
"smithy.api#documentation": "<p>The number of Amazon Web Services resources that are compliant or noncompliant,\n\t\t\tup to a maximum of 100 for each.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The number of Amazon Web Services resources of a specific type that are\n\t\t\tcompliant or noncompliant, up to a maximum of 100 for\n\t\t\teach.</p>"
}
},
"com.amazonaws.configservice#ComplianceType": {
"type": "enum",
"members": {
"Compliant": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "COMPLIANT"
}
},
"Non_Compliant": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "NON_COMPLIANT"
}
},
"Not_Applicable": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "NOT_APPLICABLE"
}
},
"Insufficient_Data": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "INSUFFICIENT_DATA"
}
}
}
},
"com.amazonaws.configservice#ComplianceTypes": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ComplianceType"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 3
}
}
},
"com.amazonaws.configservice#ConfigExportDeliveryInfo": {
"type": "structure",
"members": {
"lastStatus": {
"target": "com.amazonaws.configservice#DeliveryStatus",
"traits": {
"smithy.api#documentation": "<p>Status of the last attempted delivery.</p>"
}
},
"lastErrorCode": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The error code from the last attempted delivery.</p>"
}
},
"lastErrorMessage": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The error message from the last attempted delivery.</p>"
}
},
"lastAttemptTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time of the last attempted delivery.</p>"
}
},
"lastSuccessfulTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time of the last successful delivery.</p>"
}
},
"nextDeliveryTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time that the next delivery occurs.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Provides status of the delivery of the snapshot or the\n\t\t\tconfiguration history to the specified Amazon S3 bucket. Also\n\t\t\tprovides the status of notifications about the Amazon S3 delivery to\n\t\t\tthe specified Amazon SNS topic.</p>"
}
},
"com.amazonaws.configservice#ConfigRule": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#ConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name that you assign to the Config rule. The name is\n\t\t\trequired if you are adding a new rule.</p>"
}
},
"ConfigRuleArn": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Config\n\t\t\trule.</p>"
}
},
"ConfigRuleId": {
"target": "com.amazonaws.configservice#StringWithCharLimit64",
"traits": {
"smithy.api#documentation": "<p>The ID of the Config rule.</p>"
}
},
"Description": {
"target": "com.amazonaws.configservice#EmptiableStringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The description that you provide for the Config\n\t\t\trule.</p>"
}
},
"Scope": {
"target": "com.amazonaws.configservice#Scope",
"traits": {
"smithy.api#documentation": "<p>Defines which resources can trigger an evaluation for the rule.\n\t\t\tThe scope can include one or more resource types, a combination of\n\t\t\tone resource type and one resource ID, or a combination of a tag key\n\t\t\tand value. Specify a scope to constrain the resources that can\n\t\t\ttrigger an evaluation for the rule. If you do not specify a scope,\n\t\t\tevaluations are triggered when any resource in the recording group\n\t\t\tchanges.</p>"
}
},
"Source": {
"target": "com.amazonaws.configservice#Source",
"traits": {
"smithy.api#documentation": "<p>Provides the rule owner (<code>Amazon Web Services</code> for managed rules, <code>CUSTOM_POLICY</code> for Custom Policy rules, and <code>CUSTOM_LAMBDA</code> for Custom Lambda rules), the rule identifier,\n\t\t\tand the notifications that cause the function to evaluate your Amazon Web Services\n\t\t\tresources.</p>",
"smithy.api#required": {}
}
},
"InputParameters": {
"target": "com.amazonaws.configservice#StringWithCharLimit1024",
"traits": {
"smithy.api#documentation": "<p>A string, in JSON format, that is passed to the Config rule\n\t\t\tLambda function.</p>"
}
},
"MaximumExecutionFrequency": {
"target": "com.amazonaws.configservice#MaximumExecutionFrequency",
"traits": {
"smithy.api#documentation": "<p>The maximum frequency with which Config runs evaluations\n\t\t\tfor a rule. You can specify a value for\n\t\t\t\t<code>MaximumExecutionFrequency</code> when:</p>\n <ul>\n <li>\n <p>This is for an Config managed rule that is triggered at\n\t\t\t\t\ta periodic frequency.</p>\n </li>\n <li>\n <p>Your custom rule is triggered when Config delivers\n\t\t\t\t\tthe configuration snapshot. For more information, see <a>ConfigSnapshotDeliveryProperties</a>.</p>\n </li>\n </ul>\n <note>\n <p>By default, rules with a periodic trigger are evaluated\n\t\t\t\tevery 24 hours. To change the frequency, specify a valid value\n\t\t\t\tfor the <code>MaximumExecutionFrequency</code>\n\t\t\t\tparameter.</p>\n </note>"
}
},
"ConfigRuleState": {
"target": "com.amazonaws.configservice#ConfigRuleState",
"traits": {
"smithy.api#documentation": "<p>Indicates whether the Config rule is active or is currently\n\t\t\tbeing deleted by Config. It can also indicate the evaluation\n\t\t\tstatus for the Config rule.</p>\n <p>Config sets the state of the rule to\n\t\t\t\t<code>EVALUATING</code> temporarily after you use the\n\t\t\t\t<code>StartConfigRulesEvaluation</code> request to evaluate your\n\t\t\tresources against the Config rule.</p>\n <p>Config sets the state of the rule to\n\t\t\t\t<code>DELETING_RESULTS</code> temporarily after you use the\n\t\t\t\t<code>DeleteEvaluationResults</code> request to delete the\n\t\t\tcurrent evaluation results for the Config rule.</p>\n <p>Config temporarily sets the state of a rule to\n\t\t\t\t<code>DELETING</code> after you use the\n\t\t\t\t<code>DeleteConfigRule</code> request to delete the rule. After\n\t\t\tConfig deletes the rule, the rule and all of its evaluations are\n\t\t\terased and are no longer available.</p>"
}
},
"CreatedBy": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>Service principal name of the service that created the\n\t\t\trule.</p>\n <note>\n <p>The field is populated only if the service-linked rule is\n\t\t\t\tcreated by a service. The field is empty if you create your own\n\t\t\t\trule.</p>\n </note>"
}
},
"EvaluationModes": {
"target": "com.amazonaws.configservice#EvaluationModes",
"traits": {
"smithy.api#documentation": "<p>The modes the Config rule can be evaluated in. The valid values are distinct objects. By default, the value is Detective evaluation mode only.</p>"
}
},
"RuleEvaluationVisibility": {
"target": "com.amazonaws.configservice#RuleEvaluationVisibility",
"traits": {
"smithy.api#documentation": "<p>Indicates whether you can get <a>Evaluation</a>s for the Config rule. You can get <a>Evaluation</a>s for the Amazon Web Services Config rule if this value is <code>EXTERNAL</code>. You cannot get <a>Evaluation</a>s for the Amazon Web Services Config rule if this value is <code>INTERNAL</code>.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Config rules evaluate the configuration settings of your Amazon Web Services resources. A rule can run when Config detects a configuration change to\n\t\t\tan Amazon Web Services resource or at a periodic frequency that you choose (for\n\t\t\texample, every 24 hours). There are two types of rules: <i>Config Managed Rules</i> and <i>Config Custom Rules</i>.</p>\n <p>Config Managed Rules are predefined,\n\t\t\t\tcustomizable rules created by Config. For a list of managed rules, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html\">List of Config\n\t\t\t\t\tManaged Rules</a>.</p>\n <p>Config Custom Rules are rules that you create from scratch. There are two ways to create Config custom rules: with Lambda functions\n\t\t\t\t(<a href=\"https://docs.aws.amazon.com/config/latest/developerguide/gettingstarted-concepts.html#gettingstarted-concepts-function\"> Lambda Developer Guide</a>) and with Guard (<a href=\"https://github.com/aws-cloudformation/cloudformation-guard\">Guard GitHub\n\t\t\t\t\t\tRepository</a>), a policy-as-code language.\n\t\t\t\t\n\t\t\t\tConfig custom rules created with Lambda\n\t\t\t\tare called <i>Config Custom Lambda Rules</i> and Config custom rules created with\n\t\t\t\tGuard are called <i>Config Custom Policy Rules</i>.</p>\n <p>For more information about developing and using Config\n\t\t\trules, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html\">Evaluating Resource with Config Rules</a>\n\t\t\tin the <i>Config Developer Guide</i>.</p>\n <note>\n <p>You can use the Amazon Web Services CLI and Amazon Web Services SDKs if you want to create\n\t\t\t\ta rule that triggers evaluations for your resources when Config delivers the configuration snapshot. For more\n\t\t\t\tinformation, see <a>ConfigSnapshotDeliveryProperties</a>.</p>\n </note>"
}
},
"com.amazonaws.configservice#ConfigRuleComplianceFilters": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#ConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name of the Config rule.</p>"
}
},
"ComplianceType": {
"target": "com.amazonaws.configservice#ComplianceType",
"traits": {
"smithy.api#documentation": "<p>The rule compliance status.</p>\n <p>For the <code>ConfigRuleComplianceFilters</code> data type, Config supports only <code>COMPLIANT</code> and\n\t\t\t\t<code>NON_COMPLIANT</code>. Config does not support the\n\t\t\t\t<code>NOT_APPLICABLE</code> and the\n\t\t\t\t<code>INSUFFICIENT_DATA</code> values.</p>"
}
},
"AccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit account ID of the source account.\n\t\t\t</p>"
}
},
"AwsRegion": {
"target": "com.amazonaws.configservice#AwsRegion",
"traits": {
"smithy.api#documentation": "<p>The source region where the data is aggregated.\n\t\t\t</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Filters the compliance results based on account ID, region,\n\t\t\tcompliance type, and rule name.</p>"
}
},
"com.amazonaws.configservice#ConfigRuleComplianceSummaryFilters": {
"type": "structure",
"members": {
"AccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit account ID of the source account.</p>"
}
},
"AwsRegion": {
"target": "com.amazonaws.configservice#AwsRegion",
"traits": {
"smithy.api#documentation": "<p>The source region where the data is aggregated.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Filters the results based on the account IDs and\n\t\t\tregions.</p>"
}
},
"com.amazonaws.configservice#ConfigRuleComplianceSummaryGroupKey": {
"type": "enum",
"members": {
"ACCOUNT_ID": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ACCOUNT_ID"
}
},
"AWS_REGION": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS_REGION"
}
}
}
},
"com.amazonaws.configservice#ConfigRuleEvaluationStatus": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#ConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name of the Config rule.</p>"
}
},
"ConfigRuleArn": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Config\n\t\t\trule.</p>"
}
},
"ConfigRuleId": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The ID of the Config rule.</p>"
}
},
"LastSuccessfulInvocationTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time that Config last successfully invoked the Config rule to evaluate your Amazon Web Services resources.</p>"
}
},
"LastFailedInvocationTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time that Config last failed to invoke the Config\n\t\t\trule to evaluate your Amazon Web Services resources.</p>"
}
},
"LastSuccessfulEvaluationTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time that Config last successfully evaluated your Amazon Web Services\n\t\t\tresources against the rule.</p>"
}
},
"LastFailedEvaluationTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time that Config last failed to evaluate your Amazon Web Services\n\t\t\tresources against the rule.</p>"
}
},
"FirstActivatedTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time that you first activated the Config\n\t\t\trule.</p>"
}
},
"LastDeactivatedTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time that you last turned off the Config rule.</p>"
}
},
"LastErrorCode": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The error code that Config returned when the rule last\n\t\t\tfailed.</p>"
}
},
"LastErrorMessage": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The error message that Config returned when the rule last\n\t\t\tfailed.</p>"
}
},
"FirstEvaluationStarted": {
"target": "com.amazonaws.configservice#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>Indicates whether Config has evaluated your resources\n\t\t\tagainst the rule at least once.</p>\n <ul>\n <li>\n <p>\n <code>true</code> - Config has evaluated your Amazon Web Services\n\t\t\t\t\tresources against the rule at least once.</p>\n </li>\n <li>\n <p>\n <code>false</code> - Config has not finished evaluating your Amazon Web Services resources against the\n\t\t\t\t\trule\n\t\t\t\t\tat least once.</p>\n </li>\n </ul>"
}
},
"LastDebugLogDeliveryStatus": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The status of the last attempted delivery of a debug log for your Config Custom Policy rules. Either <code>Successful</code> or <code>Failed</code>.</p>"
}
},
"LastDebugLogDeliveryStatusReason": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The reason Config was not able to deliver a debug log. This is for the last\n\t\t\tfailed attempt to retrieve a debug log for your Config Custom Policy rules.</p>"
}
},
"LastDebugLogDeliveryTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time Config last attempted to deliver a debug log for your Config Custom Policy rules.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Status information for your Config Managed rules and Config Custom Policy rules. The\n\t\t\tstatus includes information such as the last time the rule ran, the\n\t\t\tlast time it failed, and the related error for the last\n\t\t\tfailure.</p>\n <p>This operation does not return status information about Config Custom Lambda rules.</p>"
}
},
"com.amazonaws.configservice#ConfigRuleEvaluationStatusList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConfigRuleEvaluationStatus"
}
},
"com.amazonaws.configservice#ConfigRuleName": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 128
},
"smithy.api#pattern": "\\S"
}
},
"com.amazonaws.configservice#ConfigRuleNames": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConfigRuleName"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 25
}
}
},
"com.amazonaws.configservice#ConfigRuleState": {
"type": "enum",
"members": {
"ACTIVE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ACTIVE"
}
},
"DELETING": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DELETING"
}
},
"DELETING_RESULTS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DELETING_RESULTS"
}
},
"EVALUATING": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "EVALUATING"
}
}
}
},
"com.amazonaws.configservice#ConfigRules": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConfigRule"
}
},
"com.amazonaws.configservice#ConfigSnapshotDeliveryProperties": {
"type": "structure",
"members": {
"deliveryFrequency": {
"target": "com.amazonaws.configservice#MaximumExecutionFrequency",
"traits": {
"smithy.api#documentation": "<p>The frequency with which Config delivers configuration\n\t\t\tsnapshots.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Provides options for how often Config delivers\n\t\t\tconfiguration snapshots to the Amazon S3 bucket in your delivery\n\t\t\tchannel.</p>\n <p>The frequency for a rule that triggers evaluations for your\n\t\t\tresources when Config delivers the configuration snapshot is set\n\t\t\tby one of two values, depending on which is less frequent:</p>\n <ul>\n <li>\n <p>The value for the <code>deliveryFrequency</code>\n\t\t\t\t\tparameter within the delivery channel configuration, which\n\t\t\t\t\tsets how often Config delivers configuration snapshots.\n\t\t\t\t\tThis value also sets how often Config invokes\n\t\t\t\t\tevaluations for Config rules.</p>\n </li>\n <li>\n <p>The value for the\n\t\t\t\t\t\t<code>MaximumExecutionFrequency</code> parameter, which\n\t\t\t\t\tsets the maximum frequency with which Config invokes\n\t\t\t\t\tevaluations for the rule. For more information, see <a>ConfigRule</a>.</p>\n </li>\n </ul>\n <p>If the <code>deliveryFrequency</code> value is less frequent\n\t\t\tthan the <code>MaximumExecutionFrequency</code> value for a rule,\n\t\t\tConfig invokes the rule only as often as the\n\t\t\t\t<code>deliveryFrequency</code> value.</p>\n <ol>\n <li>\n <p>For example, you want your rule to run evaluations when\n\t\t\t\t\tConfig delivers the configuration snapshot.</p>\n </li>\n <li>\n <p>You specify the <code>MaximumExecutionFrequency</code>\n\t\t\t\t\tvalue for <code>Six_Hours</code>. </p>\n </li>\n <li>\n <p>You then specify the delivery channel\n\t\t\t\t\t\t<code>deliveryFrequency</code> value for\n\t\t\t\t\t\t<code>TwentyFour_Hours</code>.</p>\n </li>\n <li>\n <p>Because the value for <code>deliveryFrequency</code> is\n\t\t\t\t\tless frequent than <code>MaximumExecutionFrequency</code>,\n\t\t\t\t\tConfig invokes evaluations for the rule every 24 hours.\n\t\t\t\t</p>\n </li>\n </ol>\n <p>You should set the <code>MaximumExecutionFrequency</code> value\n\t\t\tto be at least as frequent as the <code>deliveryFrequency</code>\n\t\t\tvalue. You can view the <code>deliveryFrequency</code> value by\n\t\t\tusing the <code>DescribeDeliveryChannnels</code> action.</p>\n <p>To update the <code>deliveryFrequency</code> with which Config delivers your configuration snapshots, use the\n\t\t\t\t<code>PutDeliveryChannel</code> action.</p>"
}
},
"com.amazonaws.configservice#ConfigStreamDeliveryInfo": {
"type": "structure",
"members": {
"lastStatus": {
"target": "com.amazonaws.configservice#DeliveryStatus",
"traits": {
"smithy.api#documentation": "<p>Status of the last attempted delivery.</p>\n <p>\n <b>Note</b> Providing an SNS topic on a\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_DeliveryChannel.html\">DeliveryChannel</a> for Config is optional. If the SNS\n\t\t\tdelivery is turned off, the last status will be <b>Not_Applicable</b>.</p>"
}
},
"lastErrorCode": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The error code from the last attempted delivery.</p>"
}
},
"lastErrorMessage": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The error message from the last attempted delivery.</p>"
}
},
"lastStatusChangeTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time from the last status change.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>A list that contains the status of the delivery of the\n\t\t\tconfiguration stream notification to the Amazon SNS topic.</p>"
}
},
"com.amazonaws.configservice#Configuration": {
"type": "string"
},
"com.amazonaws.configservice#ConfigurationAggregator": {
"type": "structure",
"members": {
"ConfigurationAggregatorName": {
"target": "com.amazonaws.configservice#ConfigurationAggregatorName",
"traits": {
"smithy.api#documentation": "<p>The name of the aggregator.</p>"
}
},
"ConfigurationAggregatorArn": {
"target": "com.amazonaws.configservice#ConfigurationAggregatorArn",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the aggregator.</p>"
}
},
"AccountAggregationSources": {
"target": "com.amazonaws.configservice#AccountAggregationSourceList",
"traits": {
"smithy.api#documentation": "<p>Provides a list of source accounts and regions to be\n\t\t\taggregated.</p>"
}
},
"OrganizationAggregationSource": {
"target": "com.amazonaws.configservice#OrganizationAggregationSource",
"traits": {
"smithy.api#documentation": "<p>Provides an organization and list of regions to be\n\t\t\taggregated.</p>"
}
},
"CreationTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time stamp when the configuration aggregator was\n\t\t\tcreated.</p>"
}
},
"LastUpdatedTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time of the last update.</p>"
}
},
"CreatedBy": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>Amazon Web Services service that created the configuration aggregator.</p>"
}
},
"AggregatorFilters": {
"target": "com.amazonaws.configservice#AggregatorFilters",
"traits": {
"smithy.api#documentation": "<p>An object to filter the data you specify for an aggregator.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The details about the configuration aggregator, including\n\t\t\tinformation about source accounts, regions, and metadata of the\n\t\t\taggregator. </p>"
}
},
"com.amazonaws.configservice#ConfigurationAggregatorArn": {
"type": "string",
"traits": {
"smithy.api#pattern": "^arn:aws[a-z\\-]*:config:[a-z\\-\\d]+:\\d+:config-aggregator/config-aggregator-[a-z\\d]+$"
}
},
"com.amazonaws.configservice#ConfigurationAggregatorList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConfigurationAggregator"
}
},
"com.amazonaws.configservice#ConfigurationAggregatorName": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 256
},
"smithy.api#pattern": "^[\\w\\-]+$"
}
},
"com.amazonaws.configservice#ConfigurationAggregatorNameList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConfigurationAggregatorName"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 10
}
}
},
"com.amazonaws.configservice#ConfigurationItem": {
"type": "structure",
"members": {
"version": {
"target": "com.amazonaws.configservice#Version",
"traits": {
"smithy.api#documentation": "<p>The version number of the resource configuration.</p>"
}
},
"accountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit Amazon Web Services account ID associated with the\n\t\t\tresource.</p>"
}
},
"configurationItemCaptureTime": {
"target": "com.amazonaws.configservice#ConfigurationItemCaptureTime",
"traits": {
"smithy.api#documentation": "<p>The time when the recording of configuration changes was\n\t\t\tinitiated for the resource.</p>"
}
},
"configurationItemStatus": {
"target": "com.amazonaws.configservice#ConfigurationItemStatus",
"traits": {
"smithy.api#documentation": "<p>The configuration item status. Valid values include:</p>\n <ul>\n <li>\n <p>OK \u2013 The resource configuration has been updated</p>\n </li>\n <li>\n <p>ResourceDiscovered \u2013 The resource was newly discovered</p>\n </li>\n <li>\n <p>ResourceNotRecorded \u2013 The resource was discovered but its configuration was not recorded since the recorder doesn't record resources of this type</p>\n </li>\n <li>\n <p>ResourceDeleted \u2013 The resource was deleted</p>\n </li>\n <li>\n <p>ResourceDeletedNotRecorded \u2013 The resource was deleted but its configuration was not recorded since the recorder doesn't record resources of this type</p>\n </li>\n </ul>"
}
},
"configurationStateId": {
"target": "com.amazonaws.configservice#ConfigurationStateId",
"traits": {
"smithy.api#documentation": "<p>An identifier that indicates the ordering of the configuration\n\t\t\titems of a resource.</p>"
}
},
"configurationItemMD5Hash": {
"target": "com.amazonaws.configservice#ConfigurationItemMD5Hash",
"traits": {
"smithy.api#documentation": "<p>Unique MD5 hash that represents the configuration item's\n\t\t\tstate.</p>\n <p>You can use MD5 hash to compare the states of two or more\n\t\t\tconfiguration items that are associated with the same\n\t\t\tresource.</p>"
}
},
"arn": {
"target": "com.amazonaws.configservice#ARN",
"traits": {
"smithy.api#documentation": "<p>Amazon Resource Name (ARN) associated with the resource.</p>"
}
},
"resourceType": {
"target": "com.amazonaws.configservice#ResourceType",
"traits": {
"smithy.api#documentation": "<p>The type of Amazon Web Services resource.</p>"
}
},
"resourceId": {
"target": "com.amazonaws.configservice#ResourceId",
"traits": {
"smithy.api#documentation": "<p>The ID of the resource (for example,\n\t\t\t<code>sg-xxxxxx</code>).</p>"
}
},
"resourceName": {
"target": "com.amazonaws.configservice#ResourceName",
"traits": {
"smithy.api#documentation": "<p>The custom name of the resource, if available.</p>"
}
},
"awsRegion": {
"target": "com.amazonaws.configservice#AwsRegion",
"traits": {
"smithy.api#documentation": "<p>The region where the resource resides.</p>"
}
},
"availabilityZone": {
"target": "com.amazonaws.configservice#AvailabilityZone",
"traits": {
"smithy.api#documentation": "<p>The Availability Zone associated with the resource.</p>"
}
},
"resourceCreationTime": {
"target": "com.amazonaws.configservice#ResourceCreationTime",
"traits": {
"smithy.api#documentation": "<p>The time stamp when the resource was created.</p>"
}
},
"tags": {
"target": "com.amazonaws.configservice#Tags",
"traits": {
"smithy.api#documentation": "<p>A mapping of key value tags associated with the\n\t\t\tresource.</p>"
}
},
"relatedEvents": {
"target": "com.amazonaws.configservice#RelatedEventList",
"traits": {
"smithy.api#documentation": "<p>A list of CloudTrail event IDs.</p>\n <p>A populated field indicates that the current configuration was\n\t\t\tinitiated by the events recorded in the CloudTrail log. For more\n\t\t\tinformation about CloudTrail, see <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html\">What Is CloudTrail</a>.</p>\n <p>An empty field indicates that the current configuration was not\n\t\t\tinitiated by any event. As of Version 1.3, the relatedEvents field is empty. \n\t\t\tYou can access the <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_LookupEvents.html\">LookupEvents API</a> in the <i>CloudTrail API Reference</i> to retrieve the events for the resource.</p>"
}
},
"relationships": {
"target": "com.amazonaws.configservice#RelationshipList",
"traits": {
"smithy.api#documentation": "<p>A list of related Amazon Web Services resources.</p>"
}
},
"configuration": {
"target": "com.amazonaws.configservice#Configuration",
"traits": {
"smithy.api#documentation": "<p>A JSON-encoded string that contains the contents for the resource configuration. This string needs to be deserialized using <code>json.loads()</code> before you can access the contents.</p>"
}
},
"supplementaryConfiguration": {
"target": "com.amazonaws.configservice#SupplementaryConfiguration",
"traits": {
"smithy.api#documentation": "<p>A string to string map that contains additional contents for the resource configuration.Config returns this field for certain\n\t\t\tresource types to supplement the information returned for the\n\t\t\t<code>configuration</code> field.</p>\n <p>This string to string map needs to be deserialized using <code>json.loads()</code> before you can accessing the contents.</p>"
}
},
"recordingFrequency": {
"target": "com.amazonaws.configservice#RecordingFrequency",
"traits": {
"smithy.api#documentation": "<p>The recording frequency that Config uses to record configuration changes for the resource.</p>\n <note>\n <p>This field only appears in the API response when <code>DAILY</code> recording is enabled for a resource type.\n\t\t\t\tIf this field is not present, <code>CONTINUOUS</code> recording is enabled for that resource type. For more information on daily recording and continuous recording, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency\">Recording Frequency</a> in the <i>Config\n\t\t\t\t\t\tDeveloper Guide</i>.</p>\n </note>"
}
},
"configurationItemDeliveryTime": {
"target": "com.amazonaws.configservice#ConfigurationItemDeliveryTime",
"traits": {
"smithy.api#documentation": "<p>The time when configuration changes for the resource were delivered.</p>\n <note>\n <p>This field is optional and is not guaranteed to be present in a configuration item (CI). If you are using daily recording,\n\t\t\tthis field will be populated. However, if you are using continuous recording,\n\t\t\tthis field will be omitted since the delivery time is instantaneous as the CI is available right away.</p>\n <p>For more information on daily recording and continuous recording, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency\">Recording Frequency</a> in the <i>Config\n\t\t\t\t\tDeveloper Guide</i>.</p>\n </note>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>A list that contains detailed configurations of a specified\n\t\t\tresource.</p>"
}
},
"com.amazonaws.configservice#ConfigurationItemCaptureTime": {
"type": "timestamp"
},
"com.amazonaws.configservice#ConfigurationItemDeliveryTime": {
"type": "timestamp"
},
"com.amazonaws.configservice#ConfigurationItemList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConfigurationItem"
}
},
"com.amazonaws.configservice#ConfigurationItemMD5Hash": {
"type": "string"
},
"com.amazonaws.configservice#ConfigurationItemStatus": {
"type": "enum",
"members": {
"OK": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "OK"
}
},
"ResourceDiscovered": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ResourceDiscovered"
}
},
"ResourceNotRecorded": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ResourceNotRecorded"
}
},
"ResourceDeleted": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ResourceDeleted"
}
},
"ResourceDeletedNotRecorded": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ResourceDeletedNotRecorded"
}
}
}
},
"com.amazonaws.configservice#ConfigurationRecorder": {
"type": "structure",
"members": {
"arn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the specified configuration recorder.</p>"
}
},
"name": {
"target": "com.amazonaws.configservice#RecorderName",
"traits": {
"smithy.api#documentation": "<p>The name of the configuration recorder.</p>\n <p>For customer managed configuration recorders, Config automatically assigns the name of \"default\" when creating a configuration recorder if you do not specify a name at creation time.</p>\n <p>For service-linked configuration recorders, Config automatically assigns a name that has the prefix \"<code>AWSConfigurationRecorderFor</code>\" to a new service-linked configuration recorder.</p>\n <note>\n <p>\n <b>Changing the name of a configuration recorder</b>\n </p>\n <p>To change the name of the customer managed configuration recorder, you must delete it and create a new customer managed configuration recorder with a new name.</p>\n <p>You cannot change the name of a service-linked configuration recorder.</p>\n </note>"
}
},
"roleARN": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM role assumed by Config and used by the specified configuration recorder.</p>\n <note>\n <p>\n <b>The server will reject a request without a defined <code>roleARN</code> for the configuration recorder</b>\n </p>\n <p>While the API model does not require this field, the server will reject a request without a defined <code>roleARN</code> for the configuration recorder.</p>\n <p>\n <b>Policies and compliance results</b>\n </p>\n <p>\n <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html\">IAM policies</a>\n\t\t\t\tand <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies.html\">other policies managed in Organizations</a>\n\t\t\t\tcan impact whether Config\n\t\t\t\thas permissions to record configuration changes for your resources. Additionally, rules directly evaluate the configuration of a resource and rules don't take into account these policies when running evaluations.\n\t\t\t\tMake sure that the policies in effect align with how you intend to use Config.</p>\n <p>\n <b>Keep Minimum Permisions When Reusing an IAM role</b>\n </p>\n <p>If you use an Amazon Web Services service that uses Config, such as Security Hub CSPM or\n\t\t\t\tControl Tower, and an IAM role has already been created, make sure that the\n\t\t\t\tIAM role that you use when setting up Config keeps the same minimum\n\t\t\t\tpermissions as the pre-existing IAM role. You must do this to ensure that the\n\t\t\t\tother Amazon Web Services service continues to run as expected. </p>\n <p>For example, if Control Tower has an IAM role that allows Config to read\n\t\t\t\tS3 objects, make sure that the same permissions are granted\n\t\t\t\tto the IAM role you use when setting up Config. Otherwise, it may\n\t\t\t\tinterfere with how Control Tower operates.</p>\n <p>\n <b>The service-linked IAM role for Config must be used for service-linked configuration recorders</b>\n </p>\n <p>For service-linked configuration recorders, you must use the service-linked IAM role for Config: <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/using-service-linked-roles.html\">AWSServiceRoleForConfig</a>.</p>\n </note>"
}
},
"recordingGroup": {
"target": "com.amazonaws.configservice#RecordingGroup",
"traits": {
"smithy.api#documentation": "<p>Specifies which resource types are in scope for the configuration recorder to record.</p>\n <note>\n <p>\n <b> High Number of Config Evaluations</b>\n </p>\n <p>You might notice increased activity in your account during your initial month recording with Config when compared to subsequent months. During the\n\t\t\t\tinitial bootstrapping process, Config runs evaluations on all the resources in your account that you have selected\n\t\t\t\tfor Config to record.</p>\n <p>If you are running ephemeral workloads, you may see increased activity from Config as it records configuration changes associated with creating and deleting these\n\t\t\t\ttemporary resources. An <i>ephemeral workload</i> is a temporary use of computing resources that are loaded\n\t\t\t\tand run when needed. Examples include Amazon Elastic Compute Cloud (Amazon EC2)\n\t\t\t\tSpot Instances, Amazon EMR jobs, and Auto Scaling.</p>\n <p>If you want to avoid the increased activity from running ephemeral workloads, you can set up the configuration recorder to exclude these resource types from being recorded, or run these types of workloads in a separate account with Config turned off to avoid\n\t\t\t\tincreased configuration recording and rule evaluations.</p>\n </note>"
}
},
"recordingMode": {
"target": "com.amazonaws.configservice#RecordingMode",
"traits": {
"smithy.api#documentation": "<p>Specifies the default recording frequency for the configuration recorder.\n\t\t\t\n\t\t\tConfig supports <i>Continuous recording</i> and <i>Daily recording</i>.</p>\n <ul>\n <li>\n <p>Continuous recording allows you to record configuration changes continuously whenever a change occurs.</p>\n </li>\n <li>\n <p>Daily recording allows you to receive a configuration item (CI) representing the most recent state of your resources over the last 24-hour period, only if it\u2019s different from the previous CI recorded.\n\t\t\t</p>\n </li>\n </ul>\n <note>\n <p>\n <b>Some resource types require continuous recording</b>\n </p>\n <p>Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager,\n\t\t\tit is recommended that you set the recording frequency to Continuous.</p>\n </note>\n <p>You can also override the recording frequency for specific resource types.</p>"
}
},
"recordingScope": {
"target": "com.amazonaws.configservice#RecordingScope",
"traits": {
"smithy.api#documentation": "<p>Specifies whether the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_ConfigurationItem.html\">ConfigurationItems</a> in scope for the specified configuration recorder are recorded for free (<code>INTERNAL</code>) or if it impacts the costs to your bill (<code>PAID</code>).</p>"
}
},
"servicePrincipal": {
"target": "com.amazonaws.configservice#ServicePrincipal",
"traits": {
"smithy.api#documentation": "<p>For service-linked configuration recorders, specifies the linked Amazon Web Services service for the configuration recorder.</p>"
}
},
"connectorArn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the connector that specifies the connection between a third-party cloud service provider and Config.</p>"
}
},
"scopeConfiguration": {
"target": "com.amazonaws.configservice#ScopeConfiguration",
"traits": {
"smithy.api#documentation": "<p>Specifies the scope of resources to record from the third-party cloud service provider connected through the connector.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Records configuration changes to the resource types in scope.</p>\n <p>For more information about the configuration recorder,\n\t\t\tsee <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/stop-start-recorder.html\">\n <b>Working with the Configuration Recorder</b>\n </a> in the <i>Config Developer Guide</i>.</p>"
}
},
"com.amazonaws.configservice#ConfigurationRecorderFilter": {
"type": "structure",
"members": {
"filterName": {
"target": "com.amazonaws.configservice#ConfigurationRecorderFilterName",
"traits": {
"smithy.api#documentation": "<p>The name of the type of filter. Currently, only <code>recordingScope</code> is supported.</p>"
}
},
"filterValue": {
"target": "com.amazonaws.configservice#ConfigurationRecorderFilterValues",
"traits": {
"smithy.api#documentation": "<p>The value of the filter. For <code>recordingScope</code>, valid values include: <code>INTERNAL</code> and <code>PAID</code>.</p>\n <p>\n <code>INTERNAL</code> indicates that the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_ConfigurationItem.html\">ConfigurationItems</a> in scope for the configuration recorder are recorded for free.</p>\n <p>\n <code>PAID</code> indicates that the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_ConfigurationItem.html\">ConfigurationItems</a> in scope for the configuration recorder impact the costs to your bill.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Filters configuration recorders by recording scope.</p>"
}
},
"com.amazonaws.configservice#ConfigurationRecorderFilterList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConfigurationRecorderFilter"
}
},
"com.amazonaws.configservice#ConfigurationRecorderFilterName": {
"type": "enum",
"members": {
"RecordingScope": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "recordingScope"
}
}
}
},
"com.amazonaws.configservice#ConfigurationRecorderFilterValue": {
"type": "string",
"traits": {
"smithy.api#pattern": "^[0-9a-zA-Z\\\\*\\\\.\\\\\\/\\\\?-]*$"
}
},
"com.amazonaws.configservice#ConfigurationRecorderFilterValues": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConfigurationRecorderFilterValue"
}
},
"com.amazonaws.configservice#ConfigurationRecorderList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConfigurationRecorder"
}
},
"com.amazonaws.configservice#ConfigurationRecorderNameList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#RecorderName"
}
},
"com.amazonaws.configservice#ConfigurationRecorderStatus": {
"type": "structure",
"members": {
"arn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the configuration recorder.</p>"
}
},
"name": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The name of the configuration recorder.</p>"
}
},
"lastStartTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time the recorder was last started.</p>"
}
},
"lastStopTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time the recorder was last stopped.</p>"
}
},
"recording": {
"target": "com.amazonaws.configservice#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>Specifies whether or not the recorder is currently\n\t\t\trecording.</p>"
}
},
"lastStatus": {
"target": "com.amazonaws.configservice#RecorderStatus",
"traits": {
"smithy.api#documentation": "<p>The status of the latest recording event processed by the recorder.</p>"
}
},
"lastErrorCode": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The latest error code from when the recorder last failed.</p>"
}
},
"lastErrorMessage": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The latest error message from when the recorder last failed.</p>"
}
},
"lastStatusChangeTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time of the latest change in status of an recording event processed by the recorder.</p>"
}
},
"servicePrincipal": {
"target": "com.amazonaws.configservice#ServicePrincipal",
"traits": {
"smithy.api#documentation": "<p>For service-linked configuration recorders, the service principal of the linked Amazon Web Services service.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The current status of the configuration recorder.</p>\n <p>For a detailed status of recording events over time, add your Config events to CloudWatch metrics and use CloudWatch metrics.</p>"
}
},
"com.amazonaws.configservice#ConfigurationRecorderStatusList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConfigurationRecorderStatus"
}
},
"com.amazonaws.configservice#ConfigurationRecorderSummaries": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConfigurationRecorderSummary"
}
},
"com.amazonaws.configservice#ConfigurationRecorderSummary": {
"type": "structure",
"members": {
"arn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the configuration recorder.</p>",
"smithy.api#required": {}
}
},
"name": {
"target": "com.amazonaws.configservice#RecorderName",
"traits": {
"smithy.api#documentation": "<p>The name of the configuration recorder.</p>",
"smithy.api#required": {}
}
},
"servicePrincipal": {
"target": "com.amazonaws.configservice#ServicePrincipal",
"traits": {
"smithy.api#documentation": "<p>For service-linked configuration recorders, indicates which Amazon Web Services service the configuration recorder is linked to.</p>"
}
},
"recordingScope": {
"target": "com.amazonaws.configservice#RecordingScope",
"traits": {
"smithy.api#documentation": "<p>Indicates whether the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_ConfigurationItem.html\">ConfigurationItems</a> in scope for the configuration recorder are recorded for free (<code>INTERNAL</code>) or if you are charged a service fee for recording (<code>PAID</code>).</p>",
"smithy.api#required": {}
}
},
"provider": {
"target": "com.amazonaws.configservice#Provider",
"traits": {
"smithy.api#documentation": "<p>For service-linked configuration recorders that record resources from a third-party cloud service provider, indicates the cloud service provider. Currently, <code>AZURE</code> is supported.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>A summary of a configuration recorder, including the <code>arn</code>, <code>name</code>, <code>servicePrincipal</code>, <code>recordingScope</code>, and <code>provider</code>.</p>"
}
},
"com.amazonaws.configservice#ConfigurationStateId": {
"type": "string"
},
"com.amazonaws.configservice#ConflictException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_PutServiceLinkedConfigurationRecorder.html\">PutServiceLinkedConfigurationRecorder</a>, you cannot create a service-linked recorder because a service-linked recorder already exists for the specified service.</p>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_PutThirdPartyServiceLinkedConfigurationRecorder.html\">PutThirdPartyServiceLinkedConfigurationRecorder</a>, you cannot create a service-linked recorder because the specified service principal does not support multiple configuration recorders and one already exists.</p>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_PutThirdPartyServiceLinkedConfigurationRecorder.html\">PutThirdPartyServiceLinkedConfigurationRecorder</a>, another in-progress operation is currently referencing the same connector or service principal. Please try again later.</p>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_PutConnector.html\">PutConnector</a>, you cannot create a connector because a connector already exists for the specified connector configuration.</p>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteServiceLinkedConfigurationRecorder.html\">DeleteServiceLinkedConfigurationRecorder</a>, you cannot delete the service-linked recorder because it is currently in use by the linked Amazon Web Services service.</p>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteServiceLinkedConfigurationRecorder.html\">DeleteServiceLinkedConfigurationRecorder</a>, another in-progress operation is currently referencing the same connector. Please try again later.</p>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteConnector.html\">DeleteConnector</a>, another in-progress operation is currently referencing the connector. Please try again later.</p>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteDeliveryChannel.html\">DeleteDeliveryChannel</a>, you cannot delete the specified delivery channel because the customer managed configuration recorder is running. Use the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_StopConfigurationRecorder.html\">StopConfigurationRecorder</a> operation to stop the customer managed configuration\n\t\t\trecorder.</p>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_AssociateResourceTypes.html\">AssociateResourceTypes</a> and <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_DisassociateResourceTypes.html\">DisassociateResourceTypes</a>, one of the following errors:</p>\n <ul>\n <li>\n <p>For service-linked configuration recorders, the configuration recorder is not in use by the service. No association or dissociation of resource types is permitted.</p>\n </li>\n <li>\n <p>For service-linked configuration recorders, your requested change to the configuration recorder has been denied by its linked Amazon Web Services service.</p>\n </li>\n </ul>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#ConformancePackArn": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 2048
}
}
},
"com.amazonaws.configservice#ConformancePackComplianceFilters": {
"type": "structure",
"members": {
"ConfigRuleNames": {
"target": "com.amazonaws.configservice#ConformancePackConfigRuleNames",
"traits": {
"smithy.api#documentation": "<p>Filters the results by Config rule names.</p>"
}
},
"ComplianceType": {
"target": "com.amazonaws.configservice#ConformancePackComplianceType",
"traits": {
"smithy.api#documentation": "<p>Filters the results by compliance.</p>\n <p>The allowed values are <code>COMPLIANT</code> and <code>NON_COMPLIANT</code>. <code>INSUFFICIENT_DATA</code> is not supported.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Filters the conformance pack by compliance types and Config rule names.</p>"
}
},
"com.amazonaws.configservice#ConformancePackComplianceResourceIds": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#StringWithCharLimit256"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 5
}
}
},
"com.amazonaws.configservice#ConformancePackComplianceScore": {
"type": "structure",
"members": {
"Score": {
"target": "com.amazonaws.configservice#ComplianceScore",
"traits": {
"smithy.api#documentation": "<p>Compliance score for the conformance pack. Conformance packs with no evaluation results will have a compliance score of <code>INSUFFICIENT_DATA</code>.</p>"
}
},
"ConformancePackName": {
"target": "com.amazonaws.configservice#ConformancePackName",
"traits": {
"smithy.api#documentation": "<p>The name of the conformance pack.</p>"
}
},
"LastUpdatedTime": {
"target": "com.amazonaws.configservice#LastUpdatedTime",
"traits": {
"smithy.api#documentation": "<p>The time that the conformance pack compliance score was last updated.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>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.\n\t\t\tThis 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\n\t\t\tthe level of compliance in your conformance packs.</p>"
}
},
"com.amazonaws.configservice#ConformancePackComplianceScores": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConformancePackComplianceScore"
}
},
"com.amazonaws.configservice#ConformancePackComplianceScoresFilters": {
"type": "structure",
"members": {
"ConformancePackNames": {
"target": "com.amazonaws.configservice#ConformancePackNameFilter",
"traits": {
"smithy.api#documentation": "<p>The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance score result set.\n\t\t\tYou can include up to 25 conformance packs in the <code>ConformancePackNames</code> array of strings, each with a character limit of 256 characters for the conformance pack name.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>A list of filters to apply to the conformance pack compliance score result set. </p>"
}
},
"com.amazonaws.configservice#ConformancePackComplianceSummary": {
"type": "structure",
"members": {
"ConformancePackName": {
"target": "com.amazonaws.configservice#ConformancePackName",
"traits": {
"smithy.api#documentation": "<p>The name of the conformance pack name.</p>",
"smithy.api#required": {}
}
},
"ConformancePackComplianceStatus": {
"target": "com.amazonaws.configservice#ConformancePackComplianceType",
"traits": {
"smithy.api#documentation": "<p>The status of the conformance pack.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>Summary includes the name and status of the conformance pack.</p>"
}
},
"com.amazonaws.configservice#ConformancePackComplianceSummaryList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConformancePackComplianceSummary"
},
"traits": {
"smithy.api#length": {
"min": 1,
"max": 5
}
}
},
"com.amazonaws.configservice#ConformancePackComplianceType": {
"type": "enum",
"members": {
"COMPLIANT": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "COMPLIANT"
}
},
"NON_COMPLIANT": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "NON_COMPLIANT"
}
},
"INSUFFICIENT_DATA": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "INSUFFICIENT_DATA"
}
}
}
},
"com.amazonaws.configservice#ConformancePackConfigRuleNames": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#StringWithCharLimit64"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 10
}
}
},
"com.amazonaws.configservice#ConformancePackDetail": {
"type": "structure",
"members": {
"ConformancePackName": {
"target": "com.amazonaws.configservice#ConformancePackName",
"traits": {
"smithy.api#documentation": "<p>Name of the conformance pack.</p>",
"smithy.api#required": {}
}
},
"ConformancePackArn": {
"target": "com.amazonaws.configservice#ConformancePackArn",
"traits": {
"smithy.api#documentation": "<p>Amazon Resource Name (ARN) of the conformance pack.</p>",
"smithy.api#required": {}
}
},
"ConformancePackId": {
"target": "com.amazonaws.configservice#ConformancePackId",
"traits": {
"smithy.api#documentation": "<p>ID of the conformance pack.</p>",
"smithy.api#required": {}
}
},
"DeliveryS3Bucket": {
"target": "com.amazonaws.configservice#DeliveryS3Bucket",
"traits": {
"smithy.api#documentation": "<p>The name of the Amazon S3 bucket where Config stores conformance pack templates. </p>\n <note>\n <p>This field is optional.</p>\n </note>"
}
},
"DeliveryS3KeyPrefix": {
"target": "com.amazonaws.configservice#DeliveryS3KeyPrefix",
"traits": {
"smithy.api#documentation": "<p>The prefix for the Amazon S3 bucket.</p>\n <note>\n <p>This field is optional.</p>\n </note>"
}
},
"ConformancePackInputParameters": {
"target": "com.amazonaws.configservice#ConformancePackInputParameters",
"traits": {
"smithy.api#documentation": "<p>A list of <code>ConformancePackInputParameter</code> objects.</p>"
}
},
"LastUpdateRequestedTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The last time a conformation pack update was requested. </p>"
}
},
"CreatedBy": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The Amazon Web Services service that created the conformance pack.</p>"
}
},
"TemplateSSMDocumentDetails": {
"target": "com.amazonaws.configservice#TemplateSSMDocumentDetails",
"traits": {
"smithy.api#documentation": "<p>An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Returns details of a conformance pack. A conformance pack is a collection of Config rules and remediation actions that can be easily deployed in an account and a region.</p>"
}
},
"com.amazonaws.configservice#ConformancePackDetailList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConformancePackDetail"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 25
}
}
},
"com.amazonaws.configservice#ConformancePackEvaluationFilters": {
"type": "structure",
"members": {
"ConfigRuleNames": {
"target": "com.amazonaws.configservice#ConformancePackConfigRuleNames",
"traits": {
"smithy.api#documentation": "<p>Filters the results by Config rule names.</p>"
}
},
"ComplianceType": {
"target": "com.amazonaws.configservice#ConformancePackComplianceType",
"traits": {
"smithy.api#documentation": "<p>Filters the results by compliance.</p>\n <p>The allowed values are <code>COMPLIANT</code> and <code>NON_COMPLIANT</code>. <code>INSUFFICIENT_DATA</code> is not supported.</p>"
}
},
"ResourceType": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>Filters the results by the resource type (for example, <code>\"AWS::EC2::Instance\"</code>). </p>"
}
},
"ResourceIds": {
"target": "com.amazonaws.configservice#ConformancePackComplianceResourceIds",
"traits": {
"smithy.api#documentation": "<p>Filters the results by resource IDs.</p>\n <note>\n <p>This is valid only when you provide resource type. If there is no resource type, you will see an error.</p>\n </note>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Filters a conformance pack by Config rule names, compliance types, Amazon Web Services resource types, and resource IDs.</p>"
}
},
"com.amazonaws.configservice#ConformancePackEvaluationResult": {
"type": "structure",
"members": {
"ComplianceType": {
"target": "com.amazonaws.configservice#ConformancePackComplianceType",
"traits": {
"smithy.api#documentation": "<p>The compliance type. The allowed values are <code>COMPLIANT</code> and <code>NON_COMPLIANT</code>. <code>INSUFFICIENT_DATA</code> is not supported.</p>",
"smithy.api#required": {}
}
},
"EvaluationResultIdentifier": {
"target": "com.amazonaws.configservice#EvaluationResultIdentifier",
"traits": {
"smithy.api#required": {}
}
},
"ConfigRuleInvokedTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time when Config rule evaluated Amazon Web Services resource.</p>",
"smithy.api#required": {}
}
},
"ResultRecordedTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time when Config recorded the evaluation result. </p>",
"smithy.api#required": {}
}
},
"Annotation": {
"target": "com.amazonaws.configservice#Annotation",
"traits": {
"smithy.api#documentation": "<p>Supplementary information about how the evaluation determined the compliance. </p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The details of a conformance pack evaluation. Provides Config rule and Amazon Web Services resource type that was evaluated, the compliance of the conformance pack, related time stamps, and supplementary information. </p>"
}
},
"com.amazonaws.configservice#ConformancePackId": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 1024
}
}
},
"com.amazonaws.configservice#ConformancePackInputParameter": {
"type": "structure",
"members": {
"ParameterName": {
"target": "com.amazonaws.configservice#ParameterName",
"traits": {
"smithy.api#documentation": "<p>One part of a key-value pair.</p>",
"smithy.api#required": {}
}
},
"ParameterValue": {
"target": "com.amazonaws.configservice#ParameterValue",
"traits": {
"smithy.api#documentation": "<p>Another part of the key-value pair. </p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>Input parameters in the form of key-value pairs for the conformance pack, both of which you define. \n\t\t\tKeys can have a maximum character length of 255 characters, and values can have a maximum length of 4096 characters.</p>"
}
},
"com.amazonaws.configservice#ConformancePackInputParameters": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConformancePackInputParameter"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 60
}
}
},
"com.amazonaws.configservice#ConformancePackName": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 256
},
"smithy.api#pattern": "^[a-zA-Z][-a-zA-Z0-9]*$"
}
},
"com.amazonaws.configservice#ConformancePackNameFilter": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConformancePackName"
},
"traits": {
"smithy.api#length": {
"min": 1,
"max": 25
}
}
},
"com.amazonaws.configservice#ConformancePackNamesList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConformancePackName"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 25
}
}
},
"com.amazonaws.configservice#ConformancePackNamesToSummarizeList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConformancePackName"
},
"traits": {
"smithy.api#length": {
"min": 1,
"max": 5
}
}
},
"com.amazonaws.configservice#ConformancePackRuleCompliance": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#ConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>Name of the Config rule.</p>"
}
},
"ComplianceType": {
"target": "com.amazonaws.configservice#ConformancePackComplianceType",
"traits": {
"smithy.api#documentation": "<p>Compliance of the Config rule.</p>"
}
},
"Controls": {
"target": "com.amazonaws.configservice#ControlsList",
"traits": {
"smithy.api#documentation": "<p>Controls for the conformance pack. A control is a process to prevent or detect problems while meeting objectives.\n\t\t\tA control can align with a specific compliance regime or map to internal controls defined by an organization.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Compliance information of one or more Config rules within a conformance pack. You can filter using Config rule names and compliance types.</p>"
}
},
"com.amazonaws.configservice#ConformancePackRuleComplianceList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConformancePackRuleCompliance"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 1000
}
}
},
"com.amazonaws.configservice#ConformancePackRuleEvaluationResultsList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConformancePackEvaluationResult"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 100
}
}
},
"com.amazonaws.configservice#ConformancePackState": {
"type": "enum",
"members": {
"CREATE_IN_PROGRESS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CREATE_IN_PROGRESS"
}
},
"CREATE_COMPLETE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CREATE_COMPLETE"
}
},
"CREATE_FAILED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CREATE_FAILED"
}
},
"DELETE_IN_PROGRESS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DELETE_IN_PROGRESS"
}
},
"DELETE_FAILED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DELETE_FAILED"
}
}
}
},
"com.amazonaws.configservice#ConformancePackStatusDetail": {
"type": "structure",
"members": {
"ConformancePackName": {
"target": "com.amazonaws.configservice#ConformancePackName",
"traits": {
"smithy.api#documentation": "<p>Name of the conformance pack.</p>",
"smithy.api#required": {}
}
},
"ConformancePackId": {
"target": "com.amazonaws.configservice#ConformancePackId",
"traits": {
"smithy.api#documentation": "<p>ID of the conformance pack.</p>",
"smithy.api#required": {}
}
},
"ConformancePackArn": {
"target": "com.amazonaws.configservice#ConformancePackArn",
"traits": {
"smithy.api#documentation": "<p>Amazon Resource Name (ARN) of comformance pack.</p>",
"smithy.api#required": {}
}
},
"ConformancePackState": {
"target": "com.amazonaws.configservice#ConformancePackState",
"traits": {
"smithy.api#documentation": "<p>Indicates deployment status of conformance pack.</p>\n <p>Config sets the state of the conformance pack to:</p>\n <ul>\n <li>\n <p>CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.</p>\n </li>\n <li>\n <p>CREATE_COMPLETE when a conformance pack has been successfully created in your account.</p>\n </li>\n <li>\n <p>CREATE_FAILED when a conformance pack creation failed in your account.</p>\n </li>\n <li>\n <p>DELETE_IN_PROGRESS when a conformance pack deletion is in progress. </p>\n </li>\n <li>\n <p>DELETE_FAILED when a conformance pack deletion failed in your account.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"StackArn": {
"target": "com.amazonaws.configservice#StackArn",
"traits": {
"smithy.api#documentation": "<p>Amazon Resource Name (ARN) of CloudFormation stack. </p>",
"smithy.api#required": {}
}
},
"ConformancePackStatusReason": {
"target": "com.amazonaws.configservice#ConformancePackStatusReason",
"traits": {
"smithy.api#documentation": "<p>The reason of conformance pack creation failure.</p>"
}
},
"LastUpdateRequestedTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>Last time when conformation pack creation and update was requested.</p>",
"smithy.api#required": {}
}
},
"LastUpdateCompletedTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>Last time when conformation pack creation and update was successful.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Status details of a conformance pack.</p>"
}
},
"com.amazonaws.configservice#ConformancePackStatusDetailsList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConformancePackStatusDetail"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 25
}
}
},
"com.amazonaws.configservice#ConformancePackStatusReason": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 2000
}
}
},
"com.amazonaws.configservice#ConformancePackTemplateValidationException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have specified a template that is not valid or supported.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#Connector": {
"type": "structure",
"members": {
"name": {
"target": "com.amazonaws.configservice#ConnectorName",
"traits": {
"smithy.api#documentation": "<p>The name of the connector.</p>",
"smithy.api#required": {}
}
},
"arn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the connector.</p>",
"smithy.api#required": {}
}
},
"connectorConfiguration": {
"target": "com.amazonaws.configservice#ConnectorConfiguration",
"traits": {
"smithy.api#documentation": "<p>The provider-specific configuration for connecting to the third-party cloud service provider.</p>",
"smithy.api#required": {}
}
},
"createdTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The date and time that the connector was created.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The details of the connector, including the connector configuration and connector ARN.</p>"
}
},
"com.amazonaws.configservice#ConnectorConfiguration": {
"type": "structure",
"members": {
"azure": {
"target": "com.amazonaws.configservice#AzureConnectorConfiguration",
"traits": {
"smithy.api#documentation": "<p>The configuration for an Azure connector.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The provider-specific configuration for connecting to the third-party cloud service provider. You must specify exactly one provider configuration.</p>"
}
},
"com.amazonaws.configservice#ConnectorFilter": {
"type": "structure",
"members": {
"filterName": {
"target": "com.amazonaws.configservice#ConnectorFilterName",
"traits": {
"smithy.api#documentation": "<p>The name of the filter. Currently, only <code>provider</code> is supported.</p>"
}
},
"filterValues": {
"target": "com.amazonaws.configservice#FilterValueList",
"traits": {
"smithy.api#documentation": "<p>The value of the filter. For <code>provider</code>, valid values include: <code>AZURE</code>.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Filters connectors based on the connector provider.</p>"
}
},
"com.amazonaws.configservice#ConnectorFilterList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConnectorFilter"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 5
}
}
},
"com.amazonaws.configservice#ConnectorFilterName": {
"type": "enum",
"members": {
"provider": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "provider"
}
}
}
},
"com.amazonaws.configservice#ConnectorName": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 256
}
}
},
"com.amazonaws.configservice#ConnectorSummaries": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConnectorSummary"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 100
}
}
},
"com.amazonaws.configservice#ConnectorSummary": {
"type": "structure",
"members": {
"arn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the connector.</p>",
"smithy.api#required": {}
}
},
"name": {
"target": "com.amazonaws.configservice#ConnectorName",
"traits": {
"smithy.api#documentation": "<p>The name of the connector.</p>",
"smithy.api#required": {}
}
},
"provider": {
"target": "com.amazonaws.configservice#Provider",
"traits": {
"smithy.api#documentation": "<p>The third-party cloud service provider. Currently, <code>AZURE</code> is supported.</p>",
"smithy.api#required": {}
}
},
"tenantIdentifier": {
"target": "com.amazonaws.configservice#AzureTenantIdentifier",
"traits": {
"smithy.api#documentation": "<p>The Azure tenant identifier for the connector.</p>",
"smithy.api#required": {}
}
},
"createdTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The date and time that the connector was created.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>A summary of a connector.</p>"
}
},
"com.amazonaws.configservice#ControlsList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#StringWithCharLimit128"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 20
}
}
},
"com.amazonaws.configservice#CosmosPageLimit": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 100
}
}
},
"com.amazonaws.configservice#CustomPolicyDetails": {
"type": "structure",
"members": {
"PolicyRuntime": {
"target": "com.amazonaws.configservice#PolicyRuntime",
"traits": {
"smithy.api#documentation": "<p>The runtime system for your Config Custom Policy rule. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the <a href=\"https://github.com/aws-cloudformation/cloudformation-guard\">Guard GitHub\n\t\t\t\t\tRepository</a>.</p>",
"smithy.api#required": {}
}
},
"PolicyText": {
"target": "com.amazonaws.configservice#PolicyText",
"traits": {
"smithy.api#documentation": "<p>The policy definition containing the logic for your Config Custom Policy rule.</p>",
"smithy.api#required": {}
}
},
"EnableDebugLogDelivery": {
"target": "com.amazonaws.configservice#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>The boolean expression for enabling debug logging for your Config Custom Policy rule. The default value is <code>false</code>.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Provides the runtime system, policy definition, and whether debug logging enabled. You can\n\t\t\tspecify the following CustomPolicyDetails parameter values \n\t\t\tonly\n\t\t\tfor Config Custom Policy rules.</p>"
}
},
"com.amazonaws.configservice#Date": {
"type": "timestamp"
},
"com.amazonaws.configservice#DebugLogDeliveryAccounts": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#AccountId"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 1000
}
}
},
"com.amazonaws.configservice#DeleteAggregationAuthorization": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DeleteAggregationAuthorizationRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes the authorization granted to the specified\n\t\t\tconfiguration aggregator account in a specified region.</p>"
}
},
"com.amazonaws.configservice#DeleteAggregationAuthorizationRequest": {
"type": "structure",
"members": {
"AuthorizedAccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit account ID of the account authorized to aggregate\n\t\t\tdata.</p>",
"smithy.api#required": {}
}
},
"AuthorizedAwsRegion": {
"target": "com.amazonaws.configservice#AwsRegion",
"traits": {
"smithy.api#documentation": "<p>The region authorized to collect aggregated data.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DeleteConfigRule": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DeleteConfigRuleRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoSuchConfigRuleException"
},
{
"target": "com.amazonaws.configservice#ResourceInUseException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes the specified Config rule and all of its evaluation\n\t\t\tresults.</p>\n <p>Config sets the state of a rule to <code>DELETING</code>\n\t\t\tuntil the deletion is complete. You cannot update a rule while it is\n\t\t\tin this state. If you make a <code>PutConfigRule</code> or\n\t\t\t\t<code>DeleteConfigRule</code> request for the rule, you will\n\t\t\treceive a <code>ResourceInUseException</code>.</p>\n <p>You can check the state of a rule by using the\n\t\t\t\t<code>DescribeConfigRules</code> request.</p>\n <note>\n <p>\n <b>Recommendation: Consider excluding the <code>AWS::Config::ResourceCompliance</code> resource type from recording before deleting rules</b>\n </p>\n <p>Deleting rules creates configuration items (CIs) for <code>AWS::Config::ResourceCompliance</code>\n\t\t\t\tthat can affect your costs for the configuration recorder. If you are deleting rules which evaluate a large number of resource types,\n\t\t\t\tthis can lead to a spike in the number of CIs recorded.</p>\n <p>To avoid the associated costs, you can opt to disable recording \n\t\t\t\tfor the <code>AWS::Config::ResourceCompliance</code> resource type before deleting rules, and re-enable recording after the rules have been deleted.</p>\n <p>However, since deleting rules is an asynchronous process, it might take an hour or more to complete. During the time\n\t\t\t\twhen recording is disabled for <code>AWS::Config::ResourceCompliance</code>, rule evaluations will not be recorded in the associated resource\u2019s history.</p>\n </note>"
}
},
"com.amazonaws.configservice#DeleteConfigRuleRequest": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#ConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name of the Config rule that you want to\n\t\t\tdelete.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DeleteConfigurationAggregator": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DeleteConfigurationAggregatorRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoSuchConfigurationAggregatorException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes the specified configuration aggregator and the\n\t\t\taggregated data associated with the aggregator.</p>"
}
},
"com.amazonaws.configservice#DeleteConfigurationAggregatorRequest": {
"type": "structure",
"members": {
"ConfigurationAggregatorName": {
"target": "com.amazonaws.configservice#ConfigurationAggregatorName",
"traits": {
"smithy.api#documentation": "<p>The name of the configuration aggregator.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DeleteConfigurationRecorder": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DeleteConfigurationRecorderRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoSuchConfigurationRecorderException"
},
{
"target": "com.amazonaws.configservice#UnmodifiableEntityException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes the customer managed configuration recorder.</p>\n <p>This operation does not delete the configuration information that\n\t\t\twas previously recorded. You will be able to access the previously\n\t\t\trecorded information by using the\n\t\t\t<a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_GetResourceConfigHistory.html\">GetResourceConfigHistory</a> operation, but you will not\n\t\t\tbe able to access this information in the Config console until\n\t\t\tyou have created a new customer managed configuration recorder.</p>"
}
},
"com.amazonaws.configservice#DeleteConfigurationRecorderRequest": {
"type": "structure",
"members": {
"ConfigurationRecorderName": {
"target": "com.amazonaws.configservice#RecorderName",
"traits": {
"smithy.api#documentation": "<p>The name of the customer managed configuration recorder that you want to delete. You can\n\t\t\tretrieve the name of your configuration recorders by using the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_DescribeConfigurationRecorders.html\">DescribeConfigurationRecorders</a> operation.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The request object for the\n\t\t\t\t<code>DeleteConfigurationRecorder</code> operation.</p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DeleteConformancePack": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DeleteConformancePackRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoSuchConformancePackException"
},
{
"target": "com.amazonaws.configservice#ResourceInUseException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes the specified conformance pack and all the Config rules, remediation actions, and all evaluation results within that \n\t\t\tconformance pack.</p>\n <p>Config sets the conformance pack to <code>DELETE_IN_PROGRESS</code> until the deletion is complete. \n\t\t\tYou cannot update a conformance pack while it is in this state.</p>\n <note>\n <p>\n <b>Recommendation: Consider excluding the <code>AWS::Config::ResourceCompliance</code> resource type from recording before deleting rules</b>\n </p>\n <p>Deleting rules creates configuration items (CIs) for <code>AWS::Config::ResourceCompliance</code>\n\t\t\t\tthat can affect your costs for the configuration recorder. If you are deleting rules which evaluate a large number of resource types,\n\t\t\t\tthis can lead to a spike in the number of CIs recorded.</p>\n <p>To avoid the associated costs, you can opt to disable recording \n\t\t\t\tfor the <code>AWS::Config::ResourceCompliance</code> resource type before deleting rules, and re-enable recording after the rules have been deleted.</p>\n <p>However, since deleting rules is an asynchronous process, it might take an hour or more to complete. During the time\n\t\t\t\twhen recording is disabled for <code>AWS::Config::ResourceCompliance</code>, rule evaluations will not be recorded in the associated resource\u2019s history.</p>\n </note>"
}
},
"com.amazonaws.configservice#DeleteConformancePackRequest": {
"type": "structure",
"members": {
"ConformancePackName": {
"target": "com.amazonaws.configservice#ConformancePackName",
"traits": {
"smithy.api#documentation": "<p>Name of the conformance pack you want to delete.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DeleteConnector": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DeleteConnectorRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#ResourceNotFoundException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes the specified connector.</p>"
}
},
"com.amazonaws.configservice#DeleteConnectorRequest": {
"type": "structure",
"members": {
"Arn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the connector that you want to delete.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DeleteDeliveryChannel": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DeleteDeliveryChannelRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#LastDeliveryChannelDeleteFailedException"
},
{
"target": "com.amazonaws.configservice#NoSuchDeliveryChannelException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes the delivery channel.</p>\n <p>Before you can delete the delivery channel, you must stop the customer managed configuration recorder. You can use the <a>StopConfigurationRecorder</a> operation to stop the customer managed configuration recorder.</p>"
}
},
"com.amazonaws.configservice#DeleteDeliveryChannelRequest": {
"type": "structure",
"members": {
"DeliveryChannelName": {
"target": "com.amazonaws.configservice#ChannelName",
"traits": {
"smithy.api#documentation": "<p>The name of the delivery channel that you want to delete.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The input for the <a>DeleteDeliveryChannel</a>\n\t\t\taction. The action accepts the following data, in JSON format.\n\t\t</p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DeleteEvaluationResults": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DeleteEvaluationResultsRequest"
},
"output": {
"target": "com.amazonaws.configservice#DeleteEvaluationResultsResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoSuchConfigRuleException"
},
{
"target": "com.amazonaws.configservice#ResourceInUseException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes the evaluation results for the specified Config\n\t\t\trule. You can specify one Config rule per request. After you\n\t\t\tdelete the evaluation results, you can call the <a>StartConfigRulesEvaluation</a> API to start evaluating\n\t\t\tyour Amazon Web Services resources against the rule.</p>"
}
},
"com.amazonaws.configservice#DeleteEvaluationResultsRequest": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#StringWithCharLimit64",
"traits": {
"smithy.api#documentation": "<p>The name of the Config rule for which you want to delete\n\t\t\tthe evaluation results.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DeleteEvaluationResultsResponse": {
"type": "structure",
"members": {},
"traits": {
"smithy.api#documentation": "<p>The output when you delete the evaluation results for the\n\t\t\tspecified Config rule.</p>",
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DeleteOrganizationConfigRule": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DeleteOrganizationConfigRuleRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoSuchOrganizationConfigRuleException"
},
{
"target": "com.amazonaws.configservice#OrganizationAccessDeniedException"
},
{
"target": "com.amazonaws.configservice#ResourceInUseException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes the specified organization Config rule and all of its evaluation results from all member accounts in that organization. </p>\n <p>Only a management account and a delegated administrator account can delete an organization Config rule.\n\t\tWhen calling this API with a delegated administrator, you must ensure Organizations \n\t\t\t<code>ListDelegatedAdministrator</code> permissions are added.</p>\n <p>Config sets the state of a rule to DELETE_IN_PROGRESS until the deletion is complete. \n\t\t\tYou cannot update a rule while it is in this state.</p>\n <note>\n <p>\n <b>Recommendation: Consider excluding the <code>AWS::Config::ResourceCompliance</code> resource type from recording before deleting rules</b>\n </p>\n <p>Deleting rules creates configuration items (CIs) for <code>AWS::Config::ResourceCompliance</code>\n\t\t\t\tthat can affect your costs for the configuration recorder. If you are deleting rules which evaluate a large number of resource types,\n\t\t\t\tthis can lead to a spike in the number of CIs recorded.</p>\n <p>To avoid the associated costs, you can opt to disable recording \n\t\t\t\tfor the <code>AWS::Config::ResourceCompliance</code> resource type before deleting rules, and re-enable recording after the rules have been deleted.</p>\n <p>However, since deleting rules is an asynchronous process, it might take an hour or more to complete. During the time\n\t\t\t\twhen recording is disabled for <code>AWS::Config::ResourceCompliance</code>, rule evaluations will not be recorded in the associated resource\u2019s history.</p>\n </note>"
}
},
"com.amazonaws.configservice#DeleteOrganizationConfigRuleRequest": {
"type": "structure",
"members": {
"OrganizationConfigRuleName": {
"target": "com.amazonaws.configservice#OrganizationConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name of organization Config rule that you want to delete.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DeleteOrganizationConformancePack": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DeleteOrganizationConformancePackRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoSuchOrganizationConformancePackException"
},
{
"target": "com.amazonaws.configservice#OrganizationAccessDeniedException"
},
{
"target": "com.amazonaws.configservice#ResourceInUseException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes the specified organization conformance pack and all of the Config rules and remediation actions from\n\t\t\tall member accounts in that organization. </p>\n <p> Only a management account or a delegated administrator account can delete an organization conformance pack.\n\tWhen calling this API with a delegated administrator, you must ensure Organizations \n\t\t<code>ListDelegatedAdministrator</code> permissions are added.</p>\n <p>Config sets the state of a conformance pack to DELETE_IN_PROGRESS until the deletion is complete. \n\t\t\t\tYou cannot update a conformance pack while it is in this state. </p>\n <note>\n <p>\n <b>Recommendation: Consider excluding the <code>AWS::Config::ResourceCompliance</code> resource type from recording before deleting rules</b>\n </p>\n <p>Deleting rules creates configuration items (CIs) for <code>AWS::Config::ResourceCompliance</code>\n\t\t\t\tthat can affect your costs for the configuration recorder. If you are deleting rules which evaluate a large number of resource types,\n\t\t\t\tthis can lead to a spike in the number of CIs recorded.</p>\n <p>To avoid the associated costs, you can opt to disable recording \n\t\t\t\tfor the <code>AWS::Config::ResourceCompliance</code> resource type before deleting rules, and re-enable recording after the rules have been deleted.</p>\n <p>However, since deleting rules is an asynchronous process, it might take an hour or more to complete. During the time\n\t\t\t\twhen recording is disabled for <code>AWS::Config::ResourceCompliance</code>, rule evaluations will not be recorded in the associated resource\u2019s history.</p>\n </note>"
}
},
"com.amazonaws.configservice#DeleteOrganizationConformancePackRequest": {
"type": "structure",
"members": {
"OrganizationConformancePackName": {
"target": "com.amazonaws.configservice#OrganizationConformancePackName",
"traits": {
"smithy.api#documentation": "<p>The name of organization conformance pack that you want to delete.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DeletePendingAggregationRequest": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DeletePendingAggregationRequestRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes pending authorization requests for a specified\n\t\t\taggregator account in a specified region.</p>"
}
},
"com.amazonaws.configservice#DeletePendingAggregationRequestRequest": {
"type": "structure",
"members": {
"RequesterAccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit account ID of the account requesting to aggregate\n\t\t\tdata.</p>",
"smithy.api#required": {}
}
},
"RequesterAwsRegion": {
"target": "com.amazonaws.configservice#AwsRegion",
"traits": {
"smithy.api#documentation": "<p>The region requesting to aggregate data.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DeleteRemediationConfiguration": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DeleteRemediationConfigurationRequest"
},
"output": {
"target": "com.amazonaws.configservice#DeleteRemediationConfigurationResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InsufficientPermissionsException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#NoSuchRemediationConfigurationException"
},
{
"target": "com.amazonaws.configservice#RemediationInProgressException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes the remediation configuration.</p>"
}
},
"com.amazonaws.configservice#DeleteRemediationConfigurationRequest": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#ConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name of the Config rule for which you want to delete remediation configuration.</p>",
"smithy.api#required": {}
}
},
"ResourceType": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The type of a resource.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DeleteRemediationConfigurationResponse": {
"type": "structure",
"members": {},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DeleteRemediationExceptions": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DeleteRemediationExceptionsRequest"
},
"output": {
"target": "com.amazonaws.configservice#DeleteRemediationExceptionsResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoSuchRemediationExceptionException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes one or more remediation exceptions mentioned in the resource keys.</p>\n <note>\n <p>Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. \n\t\t\tRemediation exceptions blocks auto-remediation until the exception is cleared.</p>\n </note>"
}
},
"com.amazonaws.configservice#DeleteRemediationExceptionsRequest": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#ConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name of the Config rule for which you want to delete remediation exception configuration.</p>",
"smithy.api#required": {}
}
},
"ResourceKeys": {
"target": "com.amazonaws.configservice#RemediationExceptionResourceKeys",
"traits": {
"smithy.api#documentation": "<p>An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys. </p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DeleteRemediationExceptionsResponse": {
"type": "structure",
"members": {
"FailedBatches": {
"target": "com.amazonaws.configservice#FailedDeleteRemediationExceptionsBatches",
"traits": {
"smithy.api#documentation": "<p>Returns a list of failed delete remediation exceptions batch objects. Each object in the batch consists of a list of failed items and failure messages.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DeleteResourceConfig": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DeleteResourceConfigRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoRunningConfigurationRecorderException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>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.\n\t\t\t </p>"
}
},
"com.amazonaws.configservice#DeleteResourceConfigRequest": {
"type": "structure",
"members": {
"ResourceType": {
"target": "com.amazonaws.configservice#ResourceTypeString",
"traits": {
"smithy.api#documentation": "<p>The type of the resource.</p>",
"smithy.api#required": {}
}
},
"ResourceId": {
"target": "com.amazonaws.configservice#ResourceId",
"traits": {
"smithy.api#documentation": "<p>Unique identifier of the resource.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DeleteRetentionConfiguration": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DeleteRetentionConfigurationRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#NoSuchRetentionConfigurationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes the retention configuration.</p>"
}
},
"com.amazonaws.configservice#DeleteRetentionConfigurationRequest": {
"type": "structure",
"members": {
"RetentionConfigurationName": {
"target": "com.amazonaws.configservice#RetentionConfigurationName",
"traits": {
"smithy.api#documentation": "<p>The name of the retention configuration to delete.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DeleteServiceLinkedConfigurationRecorder": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DeleteServiceLinkedConfigurationRecorderRequest"
},
"output": {
"target": "com.amazonaws.configservice#DeleteServiceLinkedConfigurationRecorderResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#ConflictException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigurationRecorderException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes an existing service-linked configuration recorder.</p>\n <p>This operation does not delete the configuration information that was previously recorded. You will be able to access the previously\n\t\t\trecorded information by using the\n\t\t\t<a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_GetResourceConfigHistory.html\">GetResourceConfigHistory</a> operation, but you will not\n\t\t\tbe able to access this information in the Config console until\n\t\t\tyou have created a new service-linked configuration recorder for the same service.</p>\n <note>\n <p>\n <b>The recording scope determines if you receive configuration items</b>\n </p>\n <p>The recording scope is set by the service that is linked to the configuration recorder and determines whether you receive configuration items (CIs) in the delivery channel. If the recording scope is internal, you will not receive CIs in the delivery channel.</p>\n </note>"
}
},
"com.amazonaws.configservice#DeleteServiceLinkedConfigurationRecorderRequest": {
"type": "structure",
"members": {
"ServicePrincipal": {
"target": "com.amazonaws.configservice#ServicePrincipal",
"traits": {
"smithy.api#documentation": "<p>The service principal of the Amazon Web Services service for the service-linked configuration recorder that you want to delete. This field is only supported for Amazon Web Services service principals. For third-party service-linked configuration recorders, use <code>Arn</code> instead.</p>"
}
},
"Arn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the service-linked configuration recorder that you want to delete. For third-party service-linked configuration recorders, you must use <code>Arn</code>. You must specify exactly one of <code>Arn</code> or <code>ServicePrincipal</code>.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DeleteServiceLinkedConfigurationRecorderResponse": {
"type": "structure",
"members": {
"Arn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the specified configuration recorder.</p>",
"smithy.api#required": {}
}
},
"Name": {
"target": "com.amazonaws.configservice#RecorderName",
"traits": {
"smithy.api#documentation": "<p>The name of the specified configuration recorder.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DeleteStoredQuery": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DeleteStoredQueryRequest"
},
"output": {
"target": "com.amazonaws.configservice#DeleteStoredQueryResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#ResourceNotFoundException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes the stored query for a single Amazon Web Services account and a single Amazon Web Services Region.</p>"
}
},
"com.amazonaws.configservice#DeleteStoredQueryRequest": {
"type": "structure",
"members": {
"QueryName": {
"target": "com.amazonaws.configservice#QueryName",
"traits": {
"smithy.api#documentation": "<p>The name of the query that you want to delete.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DeleteStoredQueryResponse": {
"type": "structure",
"members": {},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DeliverConfigSnapshot": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DeliverConfigSnapshotRequest"
},
"output": {
"target": "com.amazonaws.configservice#DeliverConfigSnapshotResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoAvailableConfigurationRecorderException"
},
{
"target": "com.amazonaws.configservice#NoRunningConfigurationRecorderException"
},
{
"target": "com.amazonaws.configservice#NoSuchDeliveryChannelException"
}
],
"traits": {
"smithy.api#documentation": "<p>Schedules delivery of a configuration snapshot to the Amazon S3\n\t\t\tbucket in the specified delivery channel. After the delivery has\n\t\t\tstarted, Config sends the following notifications using an\n\t\t\tAmazon SNS topic that you have specified.</p>\n <ul>\n <li>\n <p>Notification of the start of the delivery.</p>\n </li>\n <li>\n <p>Notification of the completion of the delivery, if the\n\t\t\t\t\tdelivery was successfully completed.</p>\n </li>\n <li>\n <p>Notification of delivery failure, if the delivery\n\t\t\t\t\tfailed.</p>\n </li>\n </ul>"
}
},
"com.amazonaws.configservice#DeliverConfigSnapshotRequest": {
"type": "structure",
"members": {
"deliveryChannelName": {
"target": "com.amazonaws.configservice#ChannelName",
"traits": {
"smithy.api#documentation": "<p>The name of the delivery channel through which the snapshot is\n\t\t\tdelivered.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The input for the <a>DeliverConfigSnapshot</a>\n\t\t\taction.</p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DeliverConfigSnapshotResponse": {
"type": "structure",
"members": {
"configSnapshotId": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The ID of the snapshot that is being created.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The output for the <a>DeliverConfigSnapshot</a>\n\t\t\taction, in JSON format.</p>",
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DeliveryChannel": {
"type": "structure",
"members": {
"name": {
"target": "com.amazonaws.configservice#ChannelName",
"traits": {
"smithy.api#documentation": "<p>The name of the delivery channel. By default, Config\n\t\t\tassigns the name \"default\" when creating the delivery channel. To\n\t\t\tchange the delivery channel name, you must use the\n\t\t\tDeleteDeliveryChannel action to delete your current delivery\n\t\t\tchannel, and then you must use the PutDeliveryChannel command to\n\t\t\tcreate a delivery channel that has the desired name.</p>"
}
},
"s3BucketName": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The name of the Amazon S3 bucket to which Config delivers\n\t\t\tconfiguration snapshots and configuration history files.</p>\n <p>If you specify a bucket that belongs to another Amazon Web Services account,\n\t\t\tthat bucket must have policies that grant access permissions to Config. For more information, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-policy.html\">Permissions for the Amazon S3 Bucket</a> in the <i>Config\n\t\t\tDeveloper Guide</i>.</p>"
}
},
"s3KeyPrefix": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The prefix for the specified Amazon S3 bucket.</p>"
}
},
"s3KmsKeyArn": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Key Management Service (KMS ) KMS key (KMS key) used to encrypt objects delivered by Config.\n\t\t\tMust belong to the same Region as the destination S3 bucket.</p>"
}
},
"snsTopicARN": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which\n\t\t\tConfig sends notifications about configuration\n\t\t\tchanges.</p>\n <p>If you choose a topic from another account, the topic must have\n\t\t\tpolicies that grant access permissions to Config. For more\n\t\t\tinformation, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/sns-topic-policy.html\">Permissions for the Amazon SNS Topic</a> in the <i>Config\n\t\t\tDeveloper Guide</i>.</p>"
}
},
"configSnapshotDeliveryProperties": {
"target": "com.amazonaws.configservice#ConfigSnapshotDeliveryProperties",
"traits": {
"smithy.api#documentation": "<p>The options for how often Config delivers configuration\n\t\t\tsnapshots to the Amazon S3 bucket.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The channel through which Config delivers notifications and\n\t\t\tupdated configuration states.</p>"
}
},
"com.amazonaws.configservice#DeliveryChannelList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#DeliveryChannel"
}
},
"com.amazonaws.configservice#DeliveryChannelNameList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ChannelName"
}
},
"com.amazonaws.configservice#DeliveryChannelStatus": {
"type": "structure",
"members": {
"name": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The name of the delivery channel.</p>"
}
},
"configSnapshotDeliveryInfo": {
"target": "com.amazonaws.configservice#ConfigExportDeliveryInfo",
"traits": {
"smithy.api#documentation": "<p>A list containing the status of the delivery of the snapshot to\n\t\t\tthe specified Amazon S3 bucket.</p>"
}
},
"configHistoryDeliveryInfo": {
"target": "com.amazonaws.configservice#ConfigExportDeliveryInfo",
"traits": {
"smithy.api#documentation": "<p>A list that contains the status of the delivery of the\n\t\t\tconfiguration history to the specified Amazon S3 bucket.</p>"
}
},
"configStreamDeliveryInfo": {
"target": "com.amazonaws.configservice#ConfigStreamDeliveryInfo",
"traits": {
"smithy.api#documentation": "<p>A list containing the status of the delivery of the\n\t\t\tconfiguration stream notification to the specified Amazon SNS\n\t\t\ttopic.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The status of a specified delivery channel.</p>\n <p>Valid values: <code>Success</code> | <code>Failure</code>\n </p>"
}
},
"com.amazonaws.configservice#DeliveryChannelStatusList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#DeliveryChannelStatus"
}
},
"com.amazonaws.configservice#DeliveryS3Bucket": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 63
}
}
},
"com.amazonaws.configservice#DeliveryS3KeyPrefix": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 1024
}
}
},
"com.amazonaws.configservice#DeliveryStatus": {
"type": "enum",
"members": {
"Success": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Success"
}
},
"Failure": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Failure"
}
},
"Not_Applicable": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Not_Applicable"
}
}
}
},
"com.amazonaws.configservice#DescribeAggregateComplianceByConfigRules": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeAggregateComplianceByConfigRulesRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeAggregateComplianceByConfigRulesResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigurationAggregatorException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns a list of compliant and noncompliant rules with the\n\t\t\tnumber of resources for compliant and noncompliant rules. Does not display rules that do not have compliance results. \n\t\t\t</p>\n <note>\n <p>The results can return an empty result page, but if you\n\t\t\t\thave a <code>nextToken</code>, the results are displayed on the next\n\t\t\t\tpage.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#DescribeAggregateComplianceByConfigRulesRequest": {
"type": "structure",
"members": {
"ConfigurationAggregatorName": {
"target": "com.amazonaws.configservice#ConfigurationAggregatorName",
"traits": {
"smithy.api#documentation": "<p>The name of the configuration aggregator.</p>",
"smithy.api#required": {}
}
},
"Filters": {
"target": "com.amazonaws.configservice#ConfigRuleComplianceFilters",
"traits": {
"smithy.api#documentation": "<p>Filters the results by ConfigRuleComplianceFilters object.\n\t\t</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#GroupByAPILimit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of evaluation results returned on each page.\n\t\t\tThe default is\n\t\t\tmaximum.\n\t\t\tIf you specify 0, Config uses the default.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use\n\t\t\tto get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeAggregateComplianceByConfigRulesResponse": {
"type": "structure",
"members": {
"AggregateComplianceByConfigRules": {
"target": "com.amazonaws.configservice#AggregateComplianceByConfigRuleList",
"traits": {
"smithy.api#documentation": "<p>Returns a list of AggregateComplianceByConfigRule\n\t\t\tobject.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use\n\t\t\tto get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeAggregateComplianceByConformancePacks": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeAggregateComplianceByConformancePacksRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeAggregateComplianceByConformancePacksResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigurationAggregatorException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns a list of the existing and deleted conformance packs and their associated compliance status with the count of compliant and noncompliant Config rules within each \n\t\t\tconformance pack. Also returns the total rule count which includes compliant rules, noncompliant rules, and rules that cannot be evaluated due to insufficient data.</p>\n <note>\n <p>The results can return an empty result page, but if you have a <code>nextToken</code>, the results are displayed on the next page.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "AggregateComplianceByConformancePacks",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#DescribeAggregateComplianceByConformancePacksRequest": {
"type": "structure",
"members": {
"ConfigurationAggregatorName": {
"target": "com.amazonaws.configservice#ConfigurationAggregatorName",
"traits": {
"smithy.api#documentation": "<p>The name of the configuration aggregator.</p>",
"smithy.api#required": {}
}
},
"Filters": {
"target": "com.amazonaws.configservice#AggregateConformancePackComplianceFilters",
"traits": {
"smithy.api#documentation": "<p>Filters the result by <code>AggregateConformancePackComplianceFilters</code> object.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#Limit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of conformance packs compliance details returned on each page. The default is maximum. If you specify 0, Config uses the default. </p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeAggregateComplianceByConformancePacksResponse": {
"type": "structure",
"members": {
"AggregateComplianceByConformancePacks": {
"target": "com.amazonaws.configservice#AggregateComplianceByConformancePackList",
"traits": {
"smithy.api#documentation": "<p>Returns the <code>AggregateComplianceByConformancePack</code> object.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeAggregationAuthorizations": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeAggregationAuthorizationsRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeAggregationAuthorizationsResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns a list of authorizations granted to various aggregator\n\t\t\taccounts and regions.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "AggregationAuthorizations",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#DescribeAggregationAuthorizationsRequest": {
"type": "structure",
"members": {
"Limit": {
"target": "com.amazonaws.configservice#Limit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of AggregationAuthorizations returned on\n\t\t\teach page. The default is maximum. If you specify 0, Config uses\n\t\t\tthe default.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use\n\t\t\tto get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeAggregationAuthorizationsResponse": {
"type": "structure",
"members": {
"AggregationAuthorizations": {
"target": "com.amazonaws.configservice#AggregationAuthorizationList",
"traits": {
"smithy.api#documentation": "<p>Returns a list of authorizations granted to various aggregator\n\t\t\taccounts and regions.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use\n\t\t\tto get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeComplianceByConfigRule": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeComplianceByConfigRuleRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeComplianceByConfigRuleResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigRuleException"
}
],
"traits": {
"smithy.api#documentation": "<p>Indicates whether the specified Config rules are compliant.\n\t\t\tIf a rule is noncompliant, this operation returns the number of Amazon Web Services\n\t\t\tresources that do not comply with the rule.</p>\n <p>A rule is compliant if all of the evaluated resources comply\n\t\t\twith it. It is noncompliant if any of these resources do not\n\t\t\tcomply.</p>\n <p>If Config has no current evaluation results for the rule,\n\t\t\tit returns <code>INSUFFICIENT_DATA</code>. This result might\n\t\t\tindicate one of the following conditions:</p>\n <ul>\n <li>\n <p>Config has never invoked an evaluation for the\n\t\t\t\t\trule. To check whether it has, use the\n\t\t\t\t\t\t<code>DescribeConfigRuleEvaluationStatus</code> action\n\t\t\t\t\tto get the <code>LastSuccessfulInvocationTime</code> and\n\t\t\t\t\t\t<code>LastFailedInvocationTime</code>.</p>\n </li>\n <li>\n <p>The rule's Lambda function is failing to send\n\t\t\t\t\tevaluation results to Config. Verify that the role you\n\t\t\t\t\tassigned to your configuration recorder includes the\n\t\t\t\t\t\t<code>config:PutEvaluations</code> permission. If the\n\t\t\t\t\trule is a custom rule, verify that the Lambda execution\n\t\t\t\t\trole includes the <code>config:PutEvaluations</code>\n\t\t\t\t\tpermission.</p>\n </li>\n <li>\n <p>The rule's Lambda function has returned\n\t\t\t\t\t\t<code>NOT_APPLICABLE</code> for all evaluation results.\n\t\t\t\t\tThis can occur if the resources were deleted or removed from\n\t\t\t\t\tthe rule's scope.</p>\n </li>\n </ul>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "ComplianceByConfigRules"
}
}
},
"com.amazonaws.configservice#DescribeComplianceByConfigRuleRequest": {
"type": "structure",
"members": {
"ConfigRuleNames": {
"target": "com.amazonaws.configservice#ConfigRuleNames",
"traits": {
"smithy.api#documentation": "<p>Specify one or more Config rule names to filter the results\n\t\t\tby rule.</p>"
}
},
"ComplianceTypes": {
"target": "com.amazonaws.configservice#ComplianceTypes",
"traits": {
"smithy.api#documentation": "<p>Filters the results by compliance.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page\n\t\t\tthat you use to get the next page of results in a paginated\n\t\t\tresponse.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeComplianceByConfigRuleResponse": {
"type": "structure",
"members": {
"ComplianceByConfigRules": {
"target": "com.amazonaws.configservice#ComplianceByConfigRules",
"traits": {
"smithy.api#documentation": "<p>Indicates whether each of the specified Config rules is\n\t\t\tcompliant.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The string that you use in a subsequent request to get the next\n\t\t\tpage of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeComplianceByResource": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeComplianceByResourceRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeComplianceByResourceResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
}
],
"traits": {
"smithy.api#documentation": "<p>Indicates whether the specified Amazon Web Services resources are compliant. If\n\t\t\ta resource is noncompliant, this operation returns the number of Config rules that the resource does not comply with.</p>\n <p>A resource is compliant if it complies with all the Config\n\t\t\trules that evaluate it. It is noncompliant if it does not comply\n\t\t\twith one or more of these rules.</p>\n <p>If Config has no current evaluation results for the\n\t\t\tresource, it returns <code>INSUFFICIENT_DATA</code>. This result\n\t\t\tmight indicate one of the following conditions about the rules that\n\t\t\tevaluate the resource:</p>\n <ul>\n <li>\n <p>Config has never invoked an evaluation for the\n\t\t\t\t\trule. To check whether it has, use the\n\t\t\t\t\t\t<code>DescribeConfigRuleEvaluationStatus</code> action\n\t\t\t\t\tto get the <code>LastSuccessfulInvocationTime</code> and\n\t\t\t\t\t\t<code>LastFailedInvocationTime</code>.</p>\n </li>\n <li>\n <p>The rule's Lambda function is failing to send\n\t\t\t\t\tevaluation results to Config. Verify that the role that\n\t\t\t\t\tyou assigned to your configuration recorder includes the\n\t\t\t\t\t\t<code>config:PutEvaluations</code> permission. If the\n\t\t\t\t\trule is a custom rule, verify that the Lambda execution\n\t\t\t\t\trole includes the <code>config:PutEvaluations</code>\n\t\t\t\t\tpermission.</p>\n </li>\n <li>\n <p>The rule's Lambda function has returned\n\t\t\t\t\t\t<code>NOT_APPLICABLE</code> for all evaluation results.\n\t\t\t\t\tThis can occur if the resources were deleted or removed from\n\t\t\t\t\tthe rule's scope.</p>\n </li>\n </ul>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "ComplianceByResources",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#DescribeComplianceByResourceRequest": {
"type": "structure",
"members": {
"ResourceType": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The types of Amazon Web Services resources for which you want compliance\n\t\t\tinformation (for example, <code>AWS::EC2::Instance</code>). For this operation, you can specify that the resource type is an Amazon Web Services account by\n\t\t\tspecifying <code>AWS::::Account</code>.</p>"
}
},
"ResourceId": {
"target": "com.amazonaws.configservice#BaseResourceId",
"traits": {
"smithy.api#documentation": "<p>The ID of the Amazon Web Services resource for which you want compliance\n\t\t\tinformation. You can specify only one resource ID. If you specify a\n\t\t\tresource ID, you must also specify a type for\n\t\t\t\t<code>ResourceType</code>.</p>"
}
},
"ComplianceTypes": {
"target": "com.amazonaws.configservice#ComplianceTypes",
"traits": {
"smithy.api#documentation": "<p>Filters the results by compliance.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#Limit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of evaluation results returned on each page.\n\t\t\tThe default is 10. You cannot specify a number greater than 100. If\n\t\t\tyou specify 0, Config uses the default.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page\n\t\t\tthat you use to get the next page of results in a paginated\n\t\t\tresponse.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeComplianceByResourceResponse": {
"type": "structure",
"members": {
"ComplianceByResources": {
"target": "com.amazonaws.configservice#ComplianceByResources",
"traits": {
"smithy.api#documentation": "<p>Indicates whether the specified Amazon Web Services resource complies with all\n\t\t\tof the Config rules that evaluate it.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The string that you use in a subsequent request to get the next\n\t\t\tpage of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeConfigRuleEvaluationStatus": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeConfigRuleEvaluationStatusRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeConfigRuleEvaluationStatusResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigRuleException"
}
],
"traits": {
"smithy.api#documentation": "<p>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\n\t\t\tthe rule, and the related error for the last failure.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "ConfigRulesEvaluationStatus",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#DescribeConfigRuleEvaluationStatusRequest": {
"type": "structure",
"members": {
"ConfigRuleNames": {
"target": "com.amazonaws.configservice#ConfigRuleNames",
"traits": {
"smithy.api#documentation": "<p>The name of the Config managed rules for which you want\n\t\t\tstatus information. If you do not specify any names, Config\n\t\t\treturns status information for all Config managed rules that you\n\t\t\tuse.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page\n\t\t\tthat you use to get the next page of results in a paginated\n\t\t\tresponse.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#RuleLimit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The number of rule evaluation results that you want\n\t\t\treturned.</p>\n <p>This parameter is required if the rule limit for your account\n\t\t\tis more than the default of 1000 rules.</p>\n <p>For information about requesting a rule limit increase, see\n\t\t\t\t<a href=\"http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config\">Config Limits</a> in the <i>Amazon Web Services General\n\t\t\t\tReference Guide</i>.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeConfigRuleEvaluationStatusResponse": {
"type": "structure",
"members": {
"ConfigRulesEvaluationStatus": {
"target": "com.amazonaws.configservice#ConfigRuleEvaluationStatusList",
"traits": {
"smithy.api#documentation": "<p>Status information about your Config managed rules.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The string that you use in a subsequent request to get the next\n\t\t\tpage of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeConfigRules": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeConfigRulesRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeConfigRulesResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigRuleException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns details about your Config rules.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "ConfigRules"
}
}
},
"com.amazonaws.configservice#DescribeConfigRulesFilters": {
"type": "structure",
"members": {
"EvaluationMode": {
"target": "com.amazonaws.configservice#EvaluationMode",
"traits": {
"smithy.api#documentation": "<p>The mode of an evaluation. The valid values are Detective or Proactive.</p>"
}
},
"RuleEvaluationVisibility": {
"target": "com.amazonaws.configservice#RuleEvaluationVisibility",
"traits": {
"smithy.api#documentation": "<p>Filters the results by <code>RuleEvaluationVisibility</code>.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Returns a filtered list of Detective or Proactive Config rules. By default, if the filter is not defined, this API returns an unfiltered list. For more information on Detective or Proactive Config rules,\n\t\t\tsee <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config-rules.html\">\n <b>Evaluation Mode</b>\n </a> in the <i>Config Developer Guide</i>.</p>"
}
},
"com.amazonaws.configservice#DescribeConfigRulesRequest": {
"type": "structure",
"members": {
"ConfigRuleNames": {
"target": "com.amazonaws.configservice#ConfigRuleNames",
"traits": {
"smithy.api#documentation": "<p>The names of the Config rules for which you want details.\n\t\t\tIf you do not specify any names, Config returns details for all\n\t\t\tyour rules.</p>"
}
},
"Filters": {
"target": "com.amazonaws.configservice#DescribeConfigRulesFilters",
"traits": {
"smithy.api#documentation": "<p>Returns a list of Detective or Proactive Config rules. By default, this API returns an unfiltered list. For more information on Detective or Proactive Config rules,\n\t\t\tsee <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config-rules.html\">\n <b>Evaluation Mode</b>\n </a> in the <i>Config Developer Guide</i>.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page\n\t\t\tthat you use to get the next page of results in a paginated\n\t\t\tresponse.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeConfigRulesResponse": {
"type": "structure",
"members": {
"ConfigRules": {
"target": "com.amazonaws.configservice#ConfigRules",
"traits": {
"smithy.api#documentation": "<p>The details about your Config rules.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The string that you use in a subsequent request to get the next\n\t\t\tpage of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeConfigurationAggregatorSourcesStatus": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeConfigurationAggregatorSourcesStatusRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeConfigurationAggregatorSourcesStatusResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigurationAggregatorException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns status information for sources within an aggregator.\n\t\t\tThe 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. </p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "AggregatedSourceStatusList",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#DescribeConfigurationAggregatorSourcesStatusRequest": {
"type": "structure",
"members": {
"ConfigurationAggregatorName": {
"target": "com.amazonaws.configservice#ConfigurationAggregatorName",
"traits": {
"smithy.api#documentation": "<p>The name of the configuration aggregator.</p>",
"smithy.api#required": {}
}
},
"UpdateStatus": {
"target": "com.amazonaws.configservice#AggregatedSourceStatusTypeList",
"traits": {
"smithy.api#documentation": "<p>Filters the status type.</p>\n <ul>\n <li>\n <p>Valid value FAILED indicates errors while moving\n\t\t\t\t\tdata.</p>\n </li>\n <li>\n <p>Valid value SUCCEEDED indicates the data was\n\t\t\t\t\tsuccessfully moved.</p>\n </li>\n <li>\n <p>Valid value OUTDATED indicates the data is not the most\n\t\t\t\t\trecent.</p>\n </li>\n </ul>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use\n\t\t\tto get the next page of results in a paginated response.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#Limit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of AggregatorSourceStatus returned on each\n\t\t\tpage. The default is maximum. If you specify 0, Config uses the\n\t\t\tdefault.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeConfigurationAggregatorSourcesStatusResponse": {
"type": "structure",
"members": {
"AggregatedSourceStatusList": {
"target": "com.amazonaws.configservice#AggregatedSourceStatusList",
"traits": {
"smithy.api#documentation": "<p>Returns an AggregatedSourceStatus object.\n\t\t\t</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use\n\t\t\tto get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeConfigurationAggregators": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeConfigurationAggregatorsRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeConfigurationAggregatorsResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigurationAggregatorException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns the details of one or more configuration aggregators.\n\t\t\tIf the configuration aggregator is not specified, this operation\n\t\t\treturns the details for all the configuration aggregators associated\n\t\t\twith the account. </p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "ConfigurationAggregators",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#DescribeConfigurationAggregatorsRequest": {
"type": "structure",
"members": {
"ConfigurationAggregatorNames": {
"target": "com.amazonaws.configservice#ConfigurationAggregatorNameList",
"traits": {
"smithy.api#documentation": "<p>The name of the configuration aggregators.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use\n\t\t\tto get the next page of results in a paginated response.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#Limit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of configuration aggregators returned on\n\t\t\teach page. The default is maximum. If you specify 0, Config uses\n\t\t\tthe default.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeConfigurationAggregatorsResponse": {
"type": "structure",
"members": {
"ConfigurationAggregators": {
"target": "com.amazonaws.configservice#ConfigurationAggregatorList",
"traits": {
"smithy.api#documentation": "<p>Returns a ConfigurationAggregators object.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use\n\t\t\tto get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeConfigurationRecorderStatus": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeConfigurationRecorderStatusRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeConfigurationRecorderStatusResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoSuchConfigurationRecorderException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns the current status of the configuration\n\t\t\trecorder you specify as well as the status of the last recording event for the configuration recorders.</p>\n <p>For a detailed status of recording events over time, add your Config events to Amazon CloudWatch metrics and use CloudWatch metrics.</p>\n <p>If a configuration recorder is not specified, this operation returns the status for the customer managed configuration recorder configured for the\n\t\t\taccount, if applicable.</p>\n <note>\n <p>When making a request to this operation, you can only specify one configuration recorder.</p>\n </note>"
}
},
"com.amazonaws.configservice#DescribeConfigurationRecorderStatusRequest": {
"type": "structure",
"members": {
"ConfigurationRecorderNames": {
"target": "com.amazonaws.configservice#ConfigurationRecorderNameList",
"traits": {
"smithy.api#documentation": "<p>The name of the configuration recorder. If the name is not\n\t\t\tspecified, the operation returns the status for the customer managed configuration recorder configured for the\n\t\t\taccount, if applicable.</p>\n <note>\n <p>When making a request to this operation, you can only specify one configuration recorder.</p>\n </note>"
}
},
"ServicePrincipal": {
"target": "com.amazonaws.configservice#ServicePrincipal",
"traits": {
"smithy.api#documentation": "<p>For service-linked configuration recorders, you can use the service principal of the linked Amazon Web Services service to specify the configuration recorder. This field is only supported for Amazon Web Services service principals. For third-party service-linked configuration recorders, use <code>Arn</code> instead.</p>"
}
},
"Arn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the configuration recorder that you want to specify.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The input for the <a>DescribeConfigurationRecorderStatus</a>\n\t\t\taction.</p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeConfigurationRecorderStatusResponse": {
"type": "structure",
"members": {
"ConfigurationRecordersStatus": {
"target": "com.amazonaws.configservice#ConfigurationRecorderStatusList",
"traits": {
"smithy.api#documentation": "<p>A list that contains status of the specified\n\t\t\trecorders.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The output for the <a>DescribeConfigurationRecorderStatus</a> action, in JSON\n\t\t\tformat.</p>",
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeConfigurationRecorders": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeConfigurationRecordersRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeConfigurationRecordersResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoSuchConfigurationRecorderException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns details for the configuration recorder you specify.</p>\n <p>If a configuration recorder is not specified, this operation returns details for the customer managed configuration recorder configured for the\n\t\t\taccount, if applicable.</p>\n <note>\n <p>When making a request to this operation, you can only specify one configuration recorder.</p>\n </note>",
"smithy.test#smokeTests": [
{
"id": "DescribeConfigurationRecordersSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.configservice#DescribeConfigurationRecordersRequest": {
"type": "structure",
"members": {
"ConfigurationRecorderNames": {
"target": "com.amazonaws.configservice#ConfigurationRecorderNameList",
"traits": {
"smithy.api#documentation": "<p>A list of names of the configuration recorders that you want to specify.</p>\n <note>\n <p>When making a request to this operation, you can only specify one configuration recorder.</p>\n </note>"
}
},
"ServicePrincipal": {
"target": "com.amazonaws.configservice#ServicePrincipal",
"traits": {
"smithy.api#documentation": "<p>For service-linked configuration recorders, you can use the service principal of the linked Amazon Web Services service to specify the configuration recorder. This field is only supported for Amazon Web Services service principals. For third-party service-linked configuration recorders, use <code>Arn</code> instead.</p>"
}
},
"Arn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the configuration recorder that you want to specify.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The input for the <a>DescribeConfigurationRecorders</a> action.</p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeConfigurationRecordersResponse": {
"type": "structure",
"members": {
"ConfigurationRecorders": {
"target": "com.amazonaws.configservice#ConfigurationRecorderList",
"traits": {
"smithy.api#documentation": "<p>A list that contains the descriptions of the specified\n\t\t\tconfiguration recorders.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The output for the <a>DescribeConfigurationRecorders</a> action.</p>",
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeConformancePackCompliance": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeConformancePackComplianceRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeConformancePackComplianceResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigRuleInConformancePackException"
},
{
"target": "com.amazonaws.configservice#NoSuchConformancePackException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns compliance details for each rule in that conformance pack.</p>\n <note>\n <p>You must provide exact rule names.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "ConformancePackRuleComplianceList",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#DescribeConformancePackComplianceLimit": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 1000
}
}
},
"com.amazonaws.configservice#DescribeConformancePackComplianceRequest": {
"type": "structure",
"members": {
"ConformancePackName": {
"target": "com.amazonaws.configservice#ConformancePackName",
"traits": {
"smithy.api#documentation": "<p>Name of the conformance pack.</p>",
"smithy.api#required": {}
}
},
"Filters": {
"target": "com.amazonaws.configservice#ConformancePackComplianceFilters",
"traits": {
"smithy.api#documentation": "<p>A <code>ConformancePackComplianceFilters</code> object.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#DescribeConformancePackComplianceLimit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of Config rules within a conformance pack are returned on each page.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeConformancePackComplianceResponse": {
"type": "structure",
"members": {
"ConformancePackName": {
"target": "com.amazonaws.configservice#ConformancePackName",
"traits": {
"smithy.api#documentation": "<p>Name of the conformance pack.</p>",
"smithy.api#required": {}
}
},
"ConformancePackRuleComplianceList": {
"target": "com.amazonaws.configservice#ConformancePackRuleComplianceList",
"traits": {
"smithy.api#documentation": "<p>Returns a list of <code>ConformancePackRuleCompliance</code> objects.</p>",
"smithy.api#required": {}
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeConformancePackStatus": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeConformancePackStatusRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeConformancePackStatusResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
}
],
"traits": {
"smithy.api#documentation": "<p>Provides one or more conformance packs deployment status.</p>\n <note>\n <p>If there are no conformance packs then you will see an empty result.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "ConformancePackStatusDetails",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#DescribeConformancePackStatusRequest": {
"type": "structure",
"members": {
"ConformancePackNames": {
"target": "com.amazonaws.configservice#ConformancePackNamesList",
"traits": {
"smithy.api#documentation": "<p>Comma-separated list of conformance pack names.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#PageSizeLimit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of conformance packs status returned on each page.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeConformancePackStatusResponse": {
"type": "structure",
"members": {
"ConformancePackStatusDetails": {
"target": "com.amazonaws.configservice#ConformancePackStatusDetailsList",
"traits": {
"smithy.api#documentation": "<p>A list of <code>ConformancePackStatusDetail</code> objects.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeConformancePacks": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeConformancePacksRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeConformancePacksResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#NoSuchConformancePackException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns a list of one or more conformance packs.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "ConformancePackDetails",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#DescribeConformancePacksRequest": {
"type": "structure",
"members": {
"ConformancePackNames": {
"target": "com.amazonaws.configservice#ConformancePackNamesList",
"traits": {
"smithy.api#documentation": "<p>Comma-separated list of conformance pack names for which you want details. If you do not specify any names, Config returns details for all your conformance packs. </p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#PageSizeLimit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of conformance packs returned on each page.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeConformancePacksResponse": {
"type": "structure",
"members": {
"ConformancePackDetails": {
"target": "com.amazonaws.configservice#ConformancePackDetailList",
"traits": {
"smithy.api#documentation": "<p>Returns a list of <code>ConformancePackDetail</code> objects.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeDeliveryChannelStatus": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeDeliveryChannelStatusRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeDeliveryChannelStatusResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoSuchDeliveryChannelException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns the current status of the specified delivery channel.\n\t\t\tIf a delivery channel is not specified, this operation returns the\n\t\t\tcurrent status of all delivery channels associated with the\n\t\t\taccount.</p>\n <note>\n <p>Currently, you can specify only one delivery channel per\n\t\t\t\tregion in your account.</p>\n </note>"
}
},
"com.amazonaws.configservice#DescribeDeliveryChannelStatusRequest": {
"type": "structure",
"members": {
"DeliveryChannelNames": {
"target": "com.amazonaws.configservice#DeliveryChannelNameList",
"traits": {
"smithy.api#documentation": "<p>A list of delivery channel names.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The input for the <a>DeliveryChannelStatus</a>\n\t\t\taction.</p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeDeliveryChannelStatusResponse": {
"type": "structure",
"members": {
"DeliveryChannelsStatus": {
"target": "com.amazonaws.configservice#DeliveryChannelStatusList",
"traits": {
"smithy.api#documentation": "<p>A list that contains the status of a specified delivery\n\t\t\tchannel.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The output for the <a>DescribeDeliveryChannelStatus</a> action.</p>",
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeDeliveryChannels": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeDeliveryChannelsRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeDeliveryChannelsResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoSuchDeliveryChannelException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns details about the specified delivery channel. If a\n\t\t\tdelivery channel is not specified, this operation returns the details\n\t\t\tof all delivery channels associated with the account.</p>\n <note>\n <p>Currently, you can specify only one delivery channel per\n\t\t\t\tregion in your account.</p>\n </note>"
}
},
"com.amazonaws.configservice#DescribeDeliveryChannelsRequest": {
"type": "structure",
"members": {
"DeliveryChannelNames": {
"target": "com.amazonaws.configservice#DeliveryChannelNameList",
"traits": {
"smithy.api#documentation": "<p>A list of delivery channel names.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The input for the <a>DescribeDeliveryChannels</a>\n\t\t\taction.</p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeDeliveryChannelsResponse": {
"type": "structure",
"members": {
"DeliveryChannels": {
"target": "com.amazonaws.configservice#DeliveryChannelList",
"traits": {
"smithy.api#documentation": "<p>A list that contains the descriptions of the specified delivery\n\t\t\tchannel.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The output for the <a>DescribeDeliveryChannels</a>\n\t\t\taction.</p>",
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeOrganizationConfigRuleStatuses": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeOrganizationConfigRuleStatusesRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeOrganizationConfigRuleStatusesResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#NoSuchOrganizationConfigRuleException"
},
{
"target": "com.amazonaws.configservice#OrganizationAccessDeniedException"
}
],
"traits": {
"smithy.api#documentation": "<p>Provides organization Config rule deployment status for an organization.</p>\n <note>\n <p>The status is not considered successful until organization Config rule is successfully deployed in all the member \n\t\t\taccounts with an exception of excluded accounts.</p>\n <p>When you specify the limit and the next token, you receive a paginated response.\n\t\t\tLimit and next token are not applicable if you specify organization Config rule names. \n\t\t\tIt is only applicable, when you request all the organization Config rules.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "OrganizationConfigRuleStatuses",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#DescribeOrganizationConfigRuleStatusesRequest": {
"type": "structure",
"members": {
"OrganizationConfigRuleNames": {
"target": "com.amazonaws.configservice#OrganizationConfigRuleNames",
"traits": {
"smithy.api#documentation": "<p>The names of organization Config rules for which you want status details. If you do not specify any names, Config returns details for all your organization Config rules.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#CosmosPageLimit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of <code>OrganizationConfigRuleStatuses</code> returned on each page. If you do no specify a number, Config uses the default. The default is 100.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeOrganizationConfigRuleStatusesResponse": {
"type": "structure",
"members": {
"OrganizationConfigRuleStatuses": {
"target": "com.amazonaws.configservice#OrganizationConfigRuleStatuses",
"traits": {
"smithy.api#documentation": "<p>A list of <code>OrganizationConfigRuleStatus</code> objects.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeOrganizationConfigRules": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeOrganizationConfigRulesRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeOrganizationConfigRulesResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#NoSuchOrganizationConfigRuleException"
},
{
"target": "com.amazonaws.configservice#OrganizationAccessDeniedException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns a list of organization Config rules. </p>\n <note>\n <p>When you specify the limit and the next token, you receive a paginated response.</p>\n <p>Limit and next token are not applicable if you specify organization Config rule names. \n\t\t\tIt is only applicable, when you request all the organization Config rules.</p>\n <p>\n <i>For accounts within an organization</i>\n </p>\n <p>If you deploy an organizational rule or conformance pack in an organization\n\t\t\t\tadministrator account, and then establish a delegated administrator and deploy an\n\t\t\t\torganizational rule or conformance pack in the delegated administrator account, you\n\t\t\t\twon't be able to see the organizational rule or conformance pack in the organization\n\t\t\t\tadministrator account from the delegated administrator account or see the organizational\n\t\t\t\trule or conformance pack in the delegated administrator account from organization\n\t\t\t\tadministrator account. The <code>DescribeOrganizationConfigRules</code> and \n\t\t\t\t<code>DescribeOrganizationConformancePacks</code> APIs can only see and interact with\n\t\t\t\tthe organization-related resource that were deployed from within the account calling\n\t\t\t\tthose APIs.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "OrganizationConfigRules",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#DescribeOrganizationConfigRulesRequest": {
"type": "structure",
"members": {
"OrganizationConfigRuleNames": {
"target": "com.amazonaws.configservice#OrganizationConfigRuleNames",
"traits": {
"smithy.api#documentation": "<p>The names of organization Config rules for which you want details. If you do not specify any names, Config returns details for all your organization Config rules.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#CosmosPageLimit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of organization Config rules returned on each page. If you do no specify a number, Config uses the default. The default is 100.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeOrganizationConfigRulesResponse": {
"type": "structure",
"members": {
"OrganizationConfigRules": {
"target": "com.amazonaws.configservice#OrganizationConfigRules",
"traits": {
"smithy.api#documentation": "<p>Returns a list of <code>OrganizationConfigRule</code> objects.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeOrganizationConformancePackStatuses": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeOrganizationConformancePackStatusesRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeOrganizationConformancePackStatusesResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#NoSuchOrganizationConformancePackException"
},
{
"target": "com.amazonaws.configservice#OrganizationAccessDeniedException"
}
],
"traits": {
"smithy.api#documentation": "<p>Provides organization conformance pack deployment status for an organization. </p>\n <note>\n <p>The status is not considered successful until organization conformance pack is successfully \n\t\t\t\tdeployed in all the member accounts with an exception of excluded accounts.</p>\n <p>When you specify the limit and the next token, you receive a paginated response. \n\t\t\t\tLimit and next token are not applicable if you specify organization conformance pack names. \n\t\t\t\tThey are only applicable, when you request all the organization conformance packs.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "OrganizationConformancePackStatuses",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#DescribeOrganizationConformancePackStatusesRequest": {
"type": "structure",
"members": {
"OrganizationConformancePackNames": {
"target": "com.amazonaws.configservice#OrganizationConformancePackNames",
"traits": {
"smithy.api#documentation": "<p>The names of organization conformance packs for which you want status details. \n\t\t\tIf you do not specify any names, Config returns details for all your organization conformance packs. </p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#CosmosPageLimit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of OrganizationConformancePackStatuses returned on each page. \n\t\t\tIf you do no specify a number, Config uses the default. The default is 100. </p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeOrganizationConformancePackStatusesResponse": {
"type": "structure",
"members": {
"OrganizationConformancePackStatuses": {
"target": "com.amazonaws.configservice#OrganizationConformancePackStatuses",
"traits": {
"smithy.api#documentation": "<p>A list of <code>OrganizationConformancePackStatus</code> objects. </p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeOrganizationConformancePacks": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeOrganizationConformancePacksRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeOrganizationConformancePacksResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#NoSuchOrganizationConformancePackException"
},
{
"target": "com.amazonaws.configservice#OrganizationAccessDeniedException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns a list of organization conformance packs. </p>\n <note>\n <p>When you specify the limit and the next token, you receive a paginated response. </p>\n <p>Limit and next token are not applicable if you specify organization conformance packs names. They are only applicable,\n\t\t\twhen you request all the organization conformance packs. </p>\n <p>\n <i>For accounts within an organization</i>\n </p>\n <p>If you deploy an organizational rule or conformance pack in an organization\n\t\t\t\tadministrator account, and then establish a delegated administrator and deploy an\n\t\t\t\torganizational rule or conformance pack in the delegated administrator account, you\n\t\t\t\twon't be able to see the organizational rule or conformance pack in the organization\n\t\t\t\tadministrator account from the delegated administrator account or see the organizational\n\t\t\t\trule or conformance pack in the delegated administrator account from organization\n\t\t\t\tadministrator account. The <code>DescribeOrganizationConfigRules</code> and \n\t\t\t\t<code>DescribeOrganizationConformancePacks</code> APIs can only see and interact with\n\t\t\t\tthe organization-related resource that were deployed from within the account calling\n\t\t\t\tthose APIs.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "OrganizationConformancePacks",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#DescribeOrganizationConformancePacksRequest": {
"type": "structure",
"members": {
"OrganizationConformancePackNames": {
"target": "com.amazonaws.configservice#OrganizationConformancePackNames",
"traits": {
"smithy.api#documentation": "<p>The name that you assign to an organization conformance pack.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#CosmosPageLimit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of organization config packs returned on each page. If you do no specify a\n\t\t\tnumber, Config uses the default. The default is 100.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The nextToken string returned on a previous page that you use to get the next page of results in a\n\t\t\tpaginated response.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeOrganizationConformancePacksResponse": {
"type": "structure",
"members": {
"OrganizationConformancePacks": {
"target": "com.amazonaws.configservice#OrganizationConformancePacks",
"traits": {
"smithy.api#documentation": "<p>Returns a list of OrganizationConformancePacks objects.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The nextToken string returned on a previous page that you use to get the next page of results in a\n\t\t\tpaginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribePendingAggregationRequests": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribePendingAggregationRequestsRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribePendingAggregationRequestsResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns a list of all pending aggregation requests.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "PendingAggregationRequests",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#DescribePendingAggregationRequestsLimit": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 20
}
}
},
"com.amazonaws.configservice#DescribePendingAggregationRequestsRequest": {
"type": "structure",
"members": {
"Limit": {
"target": "com.amazonaws.configservice#DescribePendingAggregationRequestsLimit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of evaluation results returned on each page.\n\t\t\tThe default is maximum. If you specify 0, Config uses the\n\t\t\tdefault.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use\n\t\t\tto get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribePendingAggregationRequestsResponse": {
"type": "structure",
"members": {
"PendingAggregationRequests": {
"target": "com.amazonaws.configservice#PendingAggregationRequestList",
"traits": {
"smithy.api#documentation": "<p>Returns a PendingAggregationRequests object.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use\n\t\t\tto get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeRemediationConfigurations": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeRemediationConfigurationsRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeRemediationConfigurationsResponse"
},
"traits": {
"smithy.api#documentation": "<p>Returns the details of one or more remediation configurations.</p>"
}
},
"com.amazonaws.configservice#DescribeRemediationConfigurationsRequest": {
"type": "structure",
"members": {
"ConfigRuleNames": {
"target": "com.amazonaws.configservice#ConfigRuleNames",
"traits": {
"smithy.api#documentation": "<p>A list of Config rule names of remediation configurations for which you want details. </p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeRemediationConfigurationsResponse": {
"type": "structure",
"members": {
"RemediationConfigurations": {
"target": "com.amazonaws.configservice#RemediationConfigurations",
"traits": {
"smithy.api#documentation": "<p>Returns a remediation configuration object.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeRemediationExceptions": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeRemediationExceptionsRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeRemediationExceptionsResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
}
],
"traits": {
"smithy.api#documentation": "<p>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. \n\t\t\tWhen you specify the limit and the next token, you receive a paginated response. </p>\n <note>\n <p>Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. \n\t\t\t\tRemediation exceptions blocks auto-remediation until the exception is cleared.</p>\n <p>When you specify the limit and the next token, you receive a paginated response. </p>\n <p>Limit and next token are not applicable if you request resources in batch. It is only applicable, when you request all resources.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#DescribeRemediationExceptionsRequest": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#ConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name of the Config rule.</p>",
"smithy.api#required": {}
}
},
"ResourceKeys": {
"target": "com.amazonaws.configservice#RemediationExceptionResourceKeys",
"traits": {
"smithy.api#documentation": "<p>An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys. </p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#Limit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you specify 0, Config uses the default.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeRemediationExceptionsResponse": {
"type": "structure",
"members": {
"RemediationExceptions": {
"target": "com.amazonaws.configservice#RemediationExceptions",
"traits": {
"smithy.api#documentation": "<p>Returns a list of remediation exception objects.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeRemediationExecutionStatus": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeRemediationExecutionStatusRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeRemediationExecutionStatusResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#NoSuchRemediationConfigurationException"
}
],
"traits": {
"smithy.api#documentation": "<p>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. \n\t\t\tWhen you specify the limit and the next token, you receive a paginated response.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "RemediationExecutionStatuses",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#DescribeRemediationExecutionStatusRequest": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#ConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name of the Config rule.</p>",
"smithy.api#required": {}
}
},
"ResourceKeys": {
"target": "com.amazonaws.configservice#ResourceKeys",
"traits": {
"smithy.api#documentation": "<p>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. </p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#Limit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of RemediationExecutionStatuses returned on each page. The default is maximum. If you specify 0, Config uses the default. </p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeRemediationExecutionStatusResponse": {
"type": "structure",
"members": {
"RemediationExecutionStatuses": {
"target": "com.amazonaws.configservice#RemediationExecutionStatuses",
"traits": {
"smithy.api#documentation": "<p>Returns a list of remediation execution statuses objects.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DescribeRetentionConfigurations": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DescribeRetentionConfigurationsRequest"
},
"output": {
"target": "com.amazonaws.configservice#DescribeRetentionConfigurationsResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#NoSuchRetentionConfigurationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns the details of one or more retention configurations. If\n\t\t\tthe retention configuration name is not specified, this operation\n\t\t\treturns the details for all the retention configurations for that\n\t\t\taccount.</p>\n <note>\n <p>Currently, Config supports only one retention\n\t\t\t\tconfiguration per region in your account.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "RetentionConfigurations"
}
}
},
"com.amazonaws.configservice#DescribeRetentionConfigurationsRequest": {
"type": "structure",
"members": {
"RetentionConfigurationNames": {
"target": "com.amazonaws.configservice#RetentionConfigurationNameList",
"traits": {
"smithy.api#documentation": "<p>A list of names of retention configurations for which you want\n\t\t\tdetails. If you do not specify a name, Config returns details\n\t\t\tfor all the retention configurations for that account.</p>\n <note>\n <p>Currently, Config supports only one retention\n\t\t\t\tconfiguration per region in your account.</p>\n </note>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page\n\t\t\tthat you use to get the next page of results in a paginated\n\t\t\tresponse. </p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DescribeRetentionConfigurationsResponse": {
"type": "structure",
"members": {
"RetentionConfigurations": {
"target": "com.amazonaws.configservice#RetentionConfigurationList",
"traits": {
"smithy.api#documentation": "<p>Returns a retention configuration object.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page\n\t\t\tthat you use to get the next page of results in a paginated\n\t\t\tresponse. </p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#Description": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 256
}
}
},
"com.amazonaws.configservice#DisassociateResourceTypes": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#DisassociateResourceTypesRequest"
},
"output": {
"target": "com.amazonaws.configservice#DisassociateResourceTypesResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#ConflictException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigurationRecorderException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Removes all resource types specified in the <code>ResourceTypes</code> list from the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html\">RecordingGroup</a> of configuration recorder and excludes these resource types when recording.</p>\n <p>For this operation, the configuration recorder must use a <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingStrategy.html\">RecordingStrategy</a> that is either <code>INCLUSION_BY_RESOURCE_TYPES</code> or <code>EXCLUSION_BY_RESOURCE_TYPES</code>.</p>"
}
},
"com.amazonaws.configservice#DisassociateResourceTypesRequest": {
"type": "structure",
"members": {
"ConfigurationRecorderArn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the specified configuration recorder.</p>",
"smithy.api#required": {}
}
},
"ResourceTypes": {
"target": "com.amazonaws.configservice#ResourceTypeList",
"traits": {
"smithy.api#documentation": "<p>The list of resource types you want to remove from the recording group of the specified configuration recorder.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#DisassociateResourceTypesResponse": {
"type": "structure",
"members": {
"ConfigurationRecorder": {
"target": "com.amazonaws.configservice#ConfigurationRecorder",
"traits": {
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#DiscoveredResourceIdentifierList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#AggregateResourceIdentifier"
}
},
"com.amazonaws.configservice#EarlierTime": {
"type": "timestamp"
},
"com.amazonaws.configservice#EmptiableStringWithCharLimit256": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 256
}
}
},
"com.amazonaws.configservice#ErrorMessage": {
"type": "string"
},
"com.amazonaws.configservice#Evaluation": {
"type": "structure",
"members": {
"ComplianceResourceType": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The type of Amazon Web Services resource that was evaluated.</p>",
"smithy.api#required": {}
}
},
"ComplianceResourceId": {
"target": "com.amazonaws.configservice#BaseResourceId",
"traits": {
"smithy.api#documentation": "<p>The ID of the Amazon Web Services resource that was evaluated.</p>",
"smithy.api#required": {}
}
},
"ComplianceType": {
"target": "com.amazonaws.configservice#ComplianceType",
"traits": {
"smithy.api#documentation": "<p>Indicates whether the Amazon Web Services resource complies with the Config\n\t\t\trule that it was evaluated against.</p>\n <p>For the <code>Evaluation</code> data type, Config supports\n\t\t\tonly the <code>COMPLIANT</code>, <code>NON_COMPLIANT</code>, and\n\t\t\t\t<code>NOT_APPLICABLE</code> values. Config does not support\n\t\t\tthe <code>INSUFFICIENT_DATA</code> value for this data\n\t\t\ttype.</p>\n <p>Similarly, Config does not accept\n\t\t\t\t<code>INSUFFICIENT_DATA</code> as the value for\n\t\t\t\t<code>ComplianceType</code> from a <code>PutEvaluations</code>\n\t\t\trequest. For example, an Lambda function for a custom Config\n\t\t\trule cannot pass an <code>INSUFFICIENT_DATA</code> value to Config.</p>",
"smithy.api#required": {}
}
},
"Annotation": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>Supplementary information about how the evaluation determined\n\t\t\tthe compliance.</p>"
}
},
"OrderingTimestamp": {
"target": "com.amazonaws.configservice#OrderingTimestamp",
"traits": {
"smithy.api#documentation": "<p>The time of the event in Config that triggered the\n\t\t\tevaluation. For event-based evaluations, the time indicates when Config created the configuration item that triggered the evaluation.\n\t\t\tFor periodic evaluations, the time indicates when Config\n\t\t\ttriggered the evaluation at the frequency that you specified (for\n\t\t\texample, every 24 hours).</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>Identifies an Amazon Web Services resource and indicates whether it complies\n\t\t\twith the Config rule that it was evaluated against.</p>"
}
},
"com.amazonaws.configservice#EvaluationContext": {
"type": "structure",
"members": {
"EvaluationContextIdentifier": {
"target": "com.amazonaws.configservice#EvaluationContextIdentifier",
"traits": {
"smithy.api#documentation": "<p>A unique EvaluationContextIdentifier ID for an EvaluationContext.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Use EvaluationContext to group independently initiated proactive resource evaluations. For example, CFN Stack. \n\t\t\tIf you want to check just a resource definition, you do not need to provide evaluation context.</p>"
}
},
"com.amazonaws.configservice#EvaluationContextIdentifier": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 128
}
}
},
"com.amazonaws.configservice#EvaluationMode": {
"type": "enum",
"members": {
"DETECTIVE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DETECTIVE"
}
},
"PROACTIVE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "PROACTIVE"
}
}
}
},
"com.amazonaws.configservice#EvaluationModeConfiguration": {
"type": "structure",
"members": {
"Mode": {
"target": "com.amazonaws.configservice#EvaluationMode",
"traits": {
"smithy.api#documentation": "<p>The mode of an evaluation. The valid values are Detective or Proactive.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The configuration object for Config rule evaluation mode. The supported valid values are Detective or Proactive.</p>"
}
},
"com.amazonaws.configservice#EvaluationModes": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#EvaluationModeConfiguration"
}
},
"com.amazonaws.configservice#EvaluationResult": {
"type": "structure",
"members": {
"EvaluationResultIdentifier": {
"target": "com.amazonaws.configservice#EvaluationResultIdentifier",
"traits": {
"smithy.api#documentation": "<p>Uniquely identifies the evaluation result.</p>"
}
},
"ComplianceType": {
"target": "com.amazonaws.configservice#ComplianceType",
"traits": {
"smithy.api#documentation": "<p>Indicates whether the Amazon Web Services resource complies with the Config\n\t\t\trule that evaluated it.</p>\n <p>For the <code>EvaluationResult</code> data type, Config\n\t\t\tsupports only the <code>COMPLIANT</code>,\n\t\t\t<code>NON_COMPLIANT</code>, and <code>NOT_APPLICABLE</code> values.\n\t\t\tConfig does not support the <code>INSUFFICIENT_DATA</code> value\n\t\t\tfor the <code>EvaluationResult</code> data type.</p>"
}
},
"ResultRecordedTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time when Config recorded the evaluation\n\t\t\tresult.</p>"
}
},
"ConfigRuleInvokedTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time when the Config rule evaluated the Amazon Web Services\n\t\t\tresource.</p>"
}
},
"Annotation": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>Supplementary information about how the evaluation determined\n\t\t\tthe compliance.</p>"
}
},
"ResultToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>An encrypted token that associates an evaluation with an Config rule. The token identifies the rule, the Amazon Web Services resource being\n\t\t\tevaluated, and the event that triggered the evaluation.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The details of an Config evaluation. Provides the Amazon Web Services\n\t\t\tresource that was evaluated, the compliance of the resource, related\n\t\t\ttime stamps, and supplementary information.</p>"
}
},
"com.amazonaws.configservice#EvaluationResultIdentifier": {
"type": "structure",
"members": {
"EvaluationResultQualifier": {
"target": "com.amazonaws.configservice#EvaluationResultQualifier",
"traits": {
"smithy.api#documentation": "<p>Identifies an Config rule used to evaluate an Amazon Web Services resource,\n\t\t\tand provides the type and ID of the evaluated resource.</p>"
}
},
"OrderingTimestamp": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time of the event that triggered the evaluation of your Amazon Web Services\n\t\t\tresources. The time can indicate when Config delivered a\n\t\t\tconfiguration item change notification, or it can indicate when Config delivered the configuration snapshot, depending on which\n\t\t\tevent triggered the evaluation.</p>"
}
},
"ResourceEvaluationId": {
"target": "com.amazonaws.configservice#ResourceEvaluationId",
"traits": {
"smithy.api#documentation": "<p>A Unique ID for an evaluation result.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Uniquely identifies an evaluation result.</p>"
}
},
"com.amazonaws.configservice#EvaluationResultQualifier": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#ConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name of the Config rule that was used in the\n\t\t\tevaluation.</p>"
}
},
"ResourceType": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The type of Amazon Web Services resource that was evaluated.</p>"
}
},
"ResourceId": {
"target": "com.amazonaws.configservice#BaseResourceId",
"traits": {
"smithy.api#documentation": "<p>The ID of the evaluated Amazon Web Services resource.</p>"
}
},
"EvaluationMode": {
"target": "com.amazonaws.configservice#EvaluationMode",
"traits": {
"smithy.api#documentation": "<p>The mode of an evaluation. The valid values are Detective or Proactive.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Identifies an Config rule that evaluated an Amazon Web Services resource,\n\t\t\tand provides the type and ID of the resource that the rule\n\t\t\tevaluated.</p>"
}
},
"com.amazonaws.configservice#EvaluationResults": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#EvaluationResult"
}
},
"com.amazonaws.configservice#EvaluationStatus": {
"type": "structure",
"members": {
"Status": {
"target": "com.amazonaws.configservice#ResourceEvaluationStatus",
"traits": {
"smithy.api#documentation": "<p>The status of an execution. The valid values are In_Progress, Succeeded or Failed. </p>",
"smithy.api#required": {}
}
},
"FailureReason": {
"target": "com.amazonaws.configservice#StringWithCharLimit1024",
"traits": {
"smithy.api#documentation": "<p>An explanation for failed execution status.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Returns status details of an evaluation.</p>"
}
},
"com.amazonaws.configservice#EvaluationTimeout": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 3600
}
}
},
"com.amazonaws.configservice#Evaluations": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#Evaluation"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 100
}
}
},
"com.amazonaws.configservice#EventSource": {
"type": "enum",
"members": {
"Aws_Config": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "aws.config"
}
}
}
},
"com.amazonaws.configservice#ExcludedAccounts": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#AccountId"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 1000
}
}
},
"com.amazonaws.configservice#ExclusionByResourceTypes": {
"type": "structure",
"members": {
"resourceTypes": {
"target": "com.amazonaws.configservice#ResourceTypeList",
"traits": {
"smithy.api#documentation": "<p>A comma-separated list of resource types to exclude from recording by the configuration\n\t\t\trecorder.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Specifies whether the configuration recorder excludes certain resource types from being recorded.\n\t\t\tUse the <code>resourceTypes</code> field to enter a comma-separated list of resource types you want to exclude from recording.</p>\n <p>By default, when Config adds support for a new resource type in the Region where you set up the configuration recorder,\n\t\t\tincluding global resource types, Config starts recording resources of that type automatically.</p>\n <note>\n <p>\n <b>How to use the exclusion recording strategy </b>\n </p>\n <p>To use this option, you must set the <code>useOnly</code>\n\t\t\t\tfield of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingStrategy.html\">RecordingStrategy</a>\n\t\t\t\tto <code>EXCLUSION_BY_RESOURCE_TYPES</code>.</p>\n <p>Config will then record configuration changes for all supported resource types, except the resource types that you specify to exclude from being recorded.</p>\n <p>\n <b>Global resource types and the exclusion recording strategy </b>\n </p>\n <p>Unless specifically listed as exclusions,\n\t\t\t\t<code>AWS::RDS::GlobalCluster</code> will be recorded automatically in all supported Config Regions were the configuration recorder is enabled.</p>\n <p>IAM users, groups, roles, and customer managed policies will be recorded in the Region where you set up the configuration recorder if that is a Region where Config was available before February 2022.\n\t\t\t\tYou cannot be record the global IAM resouce types in Regions supported by Config after February 2022. For a list of those Regions,\n\t\t\t\tsee <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-all\">Recording Amazon Web Services Resources | Global Resources</a>.</p>\n </note>"
}
},
"com.amazonaws.configservice#ExecutionControls": {
"type": "structure",
"members": {
"SsmControls": {
"target": "com.amazonaws.configservice#SsmControls",
"traits": {
"smithy.api#documentation": "<p>A SsmControls object.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The controls that Config uses for executing remediations.</p>"
}
},
"com.amazonaws.configservice#Expression": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 4096
}
}
},
"com.amazonaws.configservice#ExternalEvaluation": {
"type": "structure",
"members": {
"ComplianceResourceType": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The evaluated compliance resource type. Config accepts <code>AWS::::Account</code> resource type.</p>",
"smithy.api#required": {}
}
},
"ComplianceResourceId": {
"target": "com.amazonaws.configservice#BaseResourceId",
"traits": {
"smithy.api#documentation": "<p>The evaluated compliance resource ID. Config accepts only Amazon Web Services account ID.</p>",
"smithy.api#required": {}
}
},
"ComplianceType": {
"target": "com.amazonaws.configservice#ComplianceType",
"traits": {
"smithy.api#documentation": "<p>The compliance of the Amazon Web Services resource. The valid values are <code>COMPLIANT, NON_COMPLIANT, </code> and <code>NOT_APPLICABLE</code>.</p>",
"smithy.api#required": {}
}
},
"Annotation": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>Supplementary information about the reason of compliance. For example, this task was completed on a specific date.</p>"
}
},
"OrderingTimestamp": {
"target": "com.amazonaws.configservice#OrderingTimestamp",
"traits": {
"smithy.api#documentation": "<p>The time when the compliance was recorded. </p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>Identifies an Amazon Web Services resource and indicates whether it complies with the Config rule that it was evaluated against.</p>"
}
},
"com.amazonaws.configservice#FailedDeleteRemediationExceptionsBatch": {
"type": "structure",
"members": {
"FailureMessage": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.</p>"
}
},
"FailedItems": {
"target": "com.amazonaws.configservice#RemediationExceptionResourceKeys",
"traits": {
"smithy.api#documentation": "<p>Returns remediation exception resource key object of the failed items.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>List of each of the failed delete remediation exceptions with specific reasons.</p>"
}
},
"com.amazonaws.configservice#FailedDeleteRemediationExceptionsBatches": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#FailedDeleteRemediationExceptionsBatch"
}
},
"com.amazonaws.configservice#FailedRemediationBatch": {
"type": "structure",
"members": {
"FailureMessage": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>Returns a failure message. For example, the resource is already compliant.</p>"
}
},
"FailedItems": {
"target": "com.amazonaws.configservice#RemediationConfigurations",
"traits": {
"smithy.api#documentation": "<p>Returns remediation configurations of the failed items.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>List of each of the failed remediations with specific reasons.</p>"
}
},
"com.amazonaws.configservice#FailedRemediationBatches": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#FailedRemediationBatch"
}
},
"com.amazonaws.configservice#FailedRemediationExceptionBatch": {
"type": "structure",
"members": {
"FailureMessage": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>Returns a failure message. For example, the auto-remediation has failed.</p>"
}
},
"FailedItems": {
"target": "com.amazonaws.configservice#RemediationExceptions",
"traits": {
"smithy.api#documentation": "<p>Returns remediation exception resource key object of the failed items.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>List of each of the failed remediation exceptions with specific reasons.</p>"
}
},
"com.amazonaws.configservice#FailedRemediationExceptionBatches": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#FailedRemediationExceptionBatch"
}
},
"com.amazonaws.configservice#FieldInfo": {
"type": "structure",
"members": {
"Name": {
"target": "com.amazonaws.configservice#FieldName",
"traits": {
"smithy.api#documentation": "<p>Name of the field.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Details about the fields such as name of the field.</p>"
}
},
"com.amazonaws.configservice#FieldInfoList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#FieldInfo"
}
},
"com.amazonaws.configservice#FieldName": {
"type": "string"
},
"com.amazonaws.configservice#FilterValueList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#String"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 10
}
}
},
"com.amazonaws.configservice#GetAggregateComplianceDetailsByConfigRule": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#GetAggregateComplianceDetailsByConfigRuleRequest"
},
"output": {
"target": "com.amazonaws.configservice#GetAggregateComplianceDetailsByConfigRuleResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigurationAggregatorException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns the evaluation results for the specified Config\n\t\t\trule for a specific resource in a rule. The results indicate which\n\t\t\tAmazon Web Services resources were evaluated by the rule, when each resource was\n\t\t\tlast evaluated, and whether each resource complies with the rule. </p>\n <note>\n <p>The results can return an empty result page. But if you\n\t\t\t\thave a <code>nextToken</code>, the results are displayed on the next\n\t\t\t\tpage.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "AggregateEvaluationResults",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#GetAggregateComplianceDetailsByConfigRuleRequest": {
"type": "structure",
"members": {
"ConfigurationAggregatorName": {
"target": "com.amazonaws.configservice#ConfigurationAggregatorName",
"traits": {
"smithy.api#documentation": "<p>The name of the configuration aggregator.</p>",
"smithy.api#required": {}
}
},
"ConfigRuleName": {
"target": "com.amazonaws.configservice#ConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name of the Config rule for which you want compliance\n\t\t\tinformation.</p>",
"smithy.api#required": {}
}
},
"AccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit account ID of the source account.</p>",
"smithy.api#required": {}
}
},
"AwsRegion": {
"target": "com.amazonaws.configservice#AwsRegion",
"traits": {
"smithy.api#documentation": "<p>The source region from where the data is aggregated.</p>",
"smithy.api#required": {}
}
},
"ComplianceType": {
"target": "com.amazonaws.configservice#ComplianceType",
"traits": {
"smithy.api#documentation": "<p>The resource compliance status.</p>\n <note>\n <p>For the\n\t\t\t\t\t<code>GetAggregateComplianceDetailsByConfigRuleRequest</code>\n\t\t\t\tdata type, Config supports only the <code>COMPLIANT</code>\n\t\t\t\tand <code>NON_COMPLIANT</code>. Config does not support the\n\t\t\t\t\t<code>NOT_APPLICABLE</code> and\n\t\t\t\t\t<code>INSUFFICIENT_DATA</code> values.</p>\n </note>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#Limit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of evaluation results returned on each page.\n\t\t\tThe default is 50. You cannot specify a number greater than 100. If\n\t\t\tyou specify 0, Config uses the default.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use\n\t\t\tto get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#GetAggregateComplianceDetailsByConfigRuleResponse": {
"type": "structure",
"members": {
"AggregateEvaluationResults": {
"target": "com.amazonaws.configservice#AggregateEvaluationResultList",
"traits": {
"smithy.api#documentation": "<p>Returns an AggregateEvaluationResults object.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use\n\t\t\tto get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GetAggregateConfigRuleComplianceSummary": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#GetAggregateConfigRuleComplianceSummaryRequest"
},
"output": {
"target": "com.amazonaws.configservice#GetAggregateConfigRuleComplianceSummaryResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigurationAggregatorException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns the number of compliant and noncompliant rules for one\n\t\t\tor more accounts and regions in an aggregator.</p>\n <note>\n <p>The results can return an empty result page, but if you\n\t\t\t\thave a nextToken, the results are displayed on the next\n\t\t\t\tpage.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#GetAggregateConfigRuleComplianceSummaryRequest": {
"type": "structure",
"members": {
"ConfigurationAggregatorName": {
"target": "com.amazonaws.configservice#ConfigurationAggregatorName",
"traits": {
"smithy.api#documentation": "<p>The name of the configuration aggregator.</p>",
"smithy.api#required": {}
}
},
"Filters": {
"target": "com.amazonaws.configservice#ConfigRuleComplianceSummaryFilters",
"traits": {
"smithy.api#documentation": "<p>Filters the results based on the\n\t\t\tConfigRuleComplianceSummaryFilters object.</p>"
}
},
"GroupByKey": {
"target": "com.amazonaws.configservice#ConfigRuleComplianceSummaryGroupKey",
"traits": {
"smithy.api#documentation": "<p>Groups the result based on ACCOUNT_ID or AWS_REGION.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#GroupByAPILimit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of evaluation results returned on each page.\n\t\t\tThe default is 1000. You cannot specify a number greater than 1000.\n\t\t\tIf you specify 0, Config uses the default.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use\n\t\t\tto get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#GetAggregateConfigRuleComplianceSummaryResponse": {
"type": "structure",
"members": {
"GroupByKey": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>Groups the result based on ACCOUNT_ID or AWS_REGION.</p>"
}
},
"AggregateComplianceCounts": {
"target": "com.amazonaws.configservice#AggregateComplianceCountList",
"traits": {
"smithy.api#documentation": "<p>Returns a list of AggregateComplianceCounts object.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use\n\t\t\tto get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GetAggregateConformancePackComplianceSummary": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#GetAggregateConformancePackComplianceSummaryRequest"
},
"output": {
"target": "com.amazonaws.configservice#GetAggregateConformancePackComplianceSummaryResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigurationAggregatorException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>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.</p>\n <note>\n <p>The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#GetAggregateConformancePackComplianceSummaryRequest": {
"type": "structure",
"members": {
"ConfigurationAggregatorName": {
"target": "com.amazonaws.configservice#ConfigurationAggregatorName",
"traits": {
"smithy.api#documentation": "<p>The name of the configuration aggregator.</p>",
"smithy.api#required": {}
}
},
"Filters": {
"target": "com.amazonaws.configservice#AggregateConformancePackComplianceSummaryFilters",
"traits": {
"smithy.api#documentation": "<p>Filters the results based on the <code>AggregateConformancePackComplianceSummaryFilters</code> object.</p>"
}
},
"GroupByKey": {
"target": "com.amazonaws.configservice#AggregateConformancePackComplianceSummaryGroupKey",
"traits": {
"smithy.api#documentation": "<p>Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#Limit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of results returned on each page. The default is maximum. If you specify 0, Config uses the default.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#GetAggregateConformancePackComplianceSummaryResponse": {
"type": "structure",
"members": {
"AggregateConformancePackComplianceSummaries": {
"target": "com.amazonaws.configservice#AggregateConformancePackComplianceSummaryList",
"traits": {
"smithy.api#documentation": "<p>Returns a list of <code>AggregateConformancePackComplianceSummary</code> object.</p>"
}
},
"GroupByKey": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GetAggregateDiscoveredResourceCounts": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#GetAggregateDiscoveredResourceCountsRequest"
},
"output": {
"target": "com.amazonaws.configservice#GetAggregateDiscoveredResourceCountsResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigurationAggregatorException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>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.</p>\n <p>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.\n\t\t\tIf the input contains ACCOUNT_ID as a GroupByKey, the API returns resource counts for all source accounts that are present in your aggregator.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#GetAggregateDiscoveredResourceCountsRequest": {
"type": "structure",
"members": {
"ConfigurationAggregatorName": {
"target": "com.amazonaws.configservice#ConfigurationAggregatorName",
"traits": {
"smithy.api#documentation": "<p>The name of the configuration aggregator.</p>",
"smithy.api#required": {}
}
},
"Filters": {
"target": "com.amazonaws.configservice#ResourceCountFilters",
"traits": {
"smithy.api#documentation": "<p>Filters the results based on the <code>ResourceCountFilters</code> object.</p>"
}
},
"GroupByKey": {
"target": "com.amazonaws.configservice#ResourceCountGroupKey",
"traits": {
"smithy.api#documentation": "<p>The key to group the resource counts.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#GroupByAPILimit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of <a>GroupedResourceCount</a> objects returned on each page. The default is 1000. You cannot specify a number greater than 1000. If you specify 0, Config uses the default.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#GetAggregateDiscoveredResourceCountsResponse": {
"type": "structure",
"members": {
"TotalDiscoveredResources": {
"target": "com.amazonaws.configservice#Long",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The total number of resources that are present in an aggregator with the filters that you provide.</p>",
"smithy.api#required": {}
}
},
"GroupByKey": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The key passed into the request object. If <code>GroupByKey</code> is not provided, the result will be empty.</p>"
}
},
"GroupedResourceCounts": {
"target": "com.amazonaws.configservice#GroupedResourceCountList",
"traits": {
"smithy.api#documentation": "<p>Returns a list of GroupedResourceCount objects.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GetAggregateResourceConfig": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#GetAggregateResourceConfigRequest"
},
"output": {
"target": "com.amazonaws.configservice#GetAggregateResourceConfigResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoSuchConfigurationAggregatorException"
},
{
"target": "com.amazonaws.configservice#OversizedConfigurationItemException"
},
{
"target": "com.amazonaws.configservice#ResourceNotDiscoveredException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns configuration item that is aggregated for your specific resource in a specific source account and region.</p>\n <note>\n <p>The API does not return results for deleted resources.</p>\n </note>"
}
},
"com.amazonaws.configservice#GetAggregateResourceConfigRequest": {
"type": "structure",
"members": {
"ConfigurationAggregatorName": {
"target": "com.amazonaws.configservice#ConfigurationAggregatorName",
"traits": {
"smithy.api#documentation": "<p>The name of the configuration aggregator.</p>",
"smithy.api#required": {}
}
},
"ResourceIdentifier": {
"target": "com.amazonaws.configservice#AggregateResourceIdentifier",
"traits": {
"smithy.api#documentation": "<p>An object that identifies aggregate resource.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#GetAggregateResourceConfigResponse": {
"type": "structure",
"members": {
"ConfigurationItem": {
"target": "com.amazonaws.configservice#ConfigurationItem",
"traits": {
"smithy.api#documentation": "<p>Returns a <code>ConfigurationItem</code> object.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GetComplianceDetailsByConfigRule": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#GetComplianceDetailsByConfigRuleRequest"
},
"output": {
"target": "com.amazonaws.configservice#GetComplianceDetailsByConfigRuleResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigRuleException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns the evaluation results for the specified Config\n\t\t\trule. The results indicate which Amazon Web Services resources were evaluated by the\n\t\t\trule, when each resource was last evaluated, and whether each\n\t\t\tresource complies with the rule.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "EvaluationResults",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#GetComplianceDetailsByConfigRuleRequest": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#StringWithCharLimit64",
"traits": {
"smithy.api#documentation": "<p>The name of the Config rule for which you want compliance\n\t\t\tinformation.</p>",
"smithy.api#required": {}
}
},
"ComplianceTypes": {
"target": "com.amazonaws.configservice#ComplianceTypes",
"traits": {
"smithy.api#documentation": "<p>Filters the results by compliance.</p>\n <p>\n <code>INSUFFICIENT_DATA</code> is a valid <code>ComplianceType</code> that is returned when an Config rule cannot be evaluated. However, <code>INSUFFICIENT_DATA</code> cannot be used as a <code>ComplianceType</code> for filtering results.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#Limit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of evaluation results returned on each page.\n\t\t\tThe default is 10. You cannot specify a number greater than 100. If\n\t\t\tyou specify 0, Config uses the default.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page\n\t\t\tthat you use to get the next page of results in a paginated\n\t\t\tresponse.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#GetComplianceDetailsByConfigRuleResponse": {
"type": "structure",
"members": {
"EvaluationResults": {
"target": "com.amazonaws.configservice#EvaluationResults",
"traits": {
"smithy.api#documentation": "<p>Indicates whether the Amazon Web Services resource complies with the specified\n\t\t\tConfig rule.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The string that you use in a subsequent request to get the next\n\t\t\tpage of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GetComplianceDetailsByResource": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#GetComplianceDetailsByResourceRequest"
},
"output": {
"target": "com.amazonaws.configservice#GetComplianceDetailsByResourceResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns the evaluation results for the specified Amazon Web Services resource.\n\t\t\tThe results indicate which Config rules were used to evaluate\n\t\t\tthe resource, when each rule was last invoked, and whether the resource\n\t\t\tcomplies with each rule.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "EvaluationResults"
}
}
},
"com.amazonaws.configservice#GetComplianceDetailsByResourceRequest": {
"type": "structure",
"members": {
"ResourceType": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The type of the Amazon Web Services resource for which you want compliance\n\t\t\tinformation.</p>"
}
},
"ResourceId": {
"target": "com.amazonaws.configservice#BaseResourceId",
"traits": {
"smithy.api#documentation": "<p>The ID of the Amazon Web Services resource for which you want compliance\n\t\t\tinformation.</p>"
}
},
"ComplianceTypes": {
"target": "com.amazonaws.configservice#ComplianceTypes",
"traits": {
"smithy.api#documentation": "<p>Filters the results by compliance.</p>\n <p>\n <code>INSUFFICIENT_DATA</code> is a valid <code>ComplianceType</code> that is returned when an Config rule cannot be evaluated. However, <code>INSUFFICIENT_DATA</code> cannot be used as a <code>ComplianceType</code> for filtering results.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page\n\t\t\tthat you use to get the next page of results in a paginated\n\t\t\tresponse.</p>"
}
},
"ResourceEvaluationId": {
"target": "com.amazonaws.configservice#ResourceEvaluationId",
"traits": {
"smithy.api#documentation": "<p>The unique ID of Amazon Web Services resource execution for which you want to retrieve evaluation results. </p>\n <note>\n <p>You need to only provide either a <code>ResourceEvaluationID</code> or a <code>ResourceID </code>and <code>ResourceType</code>.</p>\n </note>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#GetComplianceDetailsByResourceResponse": {
"type": "structure",
"members": {
"EvaluationResults": {
"target": "com.amazonaws.configservice#EvaluationResults",
"traits": {
"smithy.api#documentation": "<p>Indicates whether the specified Amazon Web Services resource complies each Config rule.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The string that you use in a subsequent request to get the next\n\t\t\tpage of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GetComplianceSummaryByConfigRule": {
"type": "operation",
"input": {
"target": "smithy.api#Unit"
},
"output": {
"target": "com.amazonaws.configservice#GetComplianceSummaryByConfigRuleResponse"
},
"traits": {
"smithy.api#documentation": "<p>Returns the number of Config rules that are compliant and\n\t\t\tnoncompliant, up to a maximum of 25 for each.</p>"
}
},
"com.amazonaws.configservice#GetComplianceSummaryByConfigRuleResponse": {
"type": "structure",
"members": {
"ComplianceSummary": {
"target": "com.amazonaws.configservice#ComplianceSummary",
"traits": {
"smithy.api#documentation": "<p>The number of Config rules that are compliant and the\n\t\t\tnumber that are noncompliant, up to a maximum of 25 for\n\t\t\teach.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GetComplianceSummaryByResourceType": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#GetComplianceSummaryByResourceTypeRequest"
},
"output": {
"target": "com.amazonaws.configservice#GetComplianceSummaryByResourceTypeResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns the number of resources that are compliant and the\n\t\t\tnumber that are noncompliant. You can specify one or more resource\n\t\t\ttypes to get these numbers for each resource type. The maximum\n\t\t\tnumber returned is 100.</p>"
}
},
"com.amazonaws.configservice#GetComplianceSummaryByResourceTypeRequest": {
"type": "structure",
"members": {
"ResourceTypes": {
"target": "com.amazonaws.configservice#ResourceTypes",
"traits": {
"smithy.api#documentation": "<p>Specify one or more resource types to get the number of\n\t\t\tresources that are compliant and the number that are noncompliant\n\t\t\tfor each resource type.</p>\n <p>For this request, you can specify an Amazon Web Services resource type such as\n\t\t\t\t<code>AWS::EC2::Instance</code>. You can specify that the\n\t\t\tresource type is an Amazon Web Services account by specifying\n\t\t\t\t<code>AWS::::Account</code>.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#GetComplianceSummaryByResourceTypeResponse": {
"type": "structure",
"members": {
"ComplianceSummariesByResourceType": {
"target": "com.amazonaws.configservice#ComplianceSummariesByResourceType",
"traits": {
"smithy.api#documentation": "<p>The number of resources that are compliant and the number that\n\t\t\tare noncompliant. If one or more resource types were provided with\n\t\t\tthe request, the numbers are returned for each resource type. The\n\t\t\tmaximum number returned is 100.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GetConformancePackComplianceDetails": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#GetConformancePackComplianceDetailsRequest"
},
"output": {
"target": "com.amazonaws.configservice#GetConformancePackComplianceDetailsResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigRuleInConformancePackException"
},
{
"target": "com.amazonaws.configservice#NoSuchConformancePackException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns compliance details of a conformance pack for all Amazon Web Services resources that are monitered by conformance pack.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#GetConformancePackComplianceDetailsLimit": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 100
}
}
},
"com.amazonaws.configservice#GetConformancePackComplianceDetailsRequest": {
"type": "structure",
"members": {
"ConformancePackName": {
"target": "com.amazonaws.configservice#ConformancePackName",
"traits": {
"smithy.api#documentation": "<p>Name of the conformance pack.</p>",
"smithy.api#required": {}
}
},
"Filters": {
"target": "com.amazonaws.configservice#ConformancePackEvaluationFilters",
"traits": {
"smithy.api#documentation": "<p>A <code>ConformancePackEvaluationFilters</code> object.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#GetConformancePackComplianceDetailsLimit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of evaluation results returned on each page. If you do no specify a number, Config uses the default. The default is 100.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#GetConformancePackComplianceDetailsResponse": {
"type": "structure",
"members": {
"ConformancePackName": {
"target": "com.amazonaws.configservice#ConformancePackName",
"traits": {
"smithy.api#documentation": "<p>Name of the conformance pack.</p>",
"smithy.api#required": {}
}
},
"ConformancePackRuleEvaluationResults": {
"target": "com.amazonaws.configservice#ConformancePackRuleEvaluationResultsList",
"traits": {
"smithy.api#documentation": "<p>Returns a list of <code>ConformancePackEvaluationResult</code> objects.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GetConformancePackComplianceSummary": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#GetConformancePackComplianceSummaryRequest"
},
"output": {
"target": "com.amazonaws.configservice#GetConformancePackComplianceSummaryResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#NoSuchConformancePackException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns compliance details for the conformance pack based on the cumulative compliance results of all the rules in that conformance pack.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "ConformancePackComplianceSummaryList",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#GetConformancePackComplianceSummaryRequest": {
"type": "structure",
"members": {
"ConformancePackNames": {
"target": "com.amazonaws.configservice#ConformancePackNamesToSummarizeList",
"traits": {
"smithy.api#documentation": "<p>Names of conformance packs.</p>",
"smithy.api#required": {}
}
},
"Limit": {
"target": "com.amazonaws.configservice#PageSizeLimit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of conformance packs returned on each page.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#GetConformancePackComplianceSummaryResponse": {
"type": "structure",
"members": {
"ConformancePackComplianceSummaryList": {
"target": "com.amazonaws.configservice#ConformancePackComplianceSummaryList",
"traits": {
"smithy.api#documentation": "<p>A list of <code>ConformancePackComplianceSummary</code> objects. </p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GetConnector": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#GetConnectorRequest"
},
"output": {
"target": "com.amazonaws.configservice#GetConnectorResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#ResourceNotFoundException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns the details of the specified connector.</p>"
}
},
"com.amazonaws.configservice#GetConnectorRequest": {
"type": "structure",
"members": {
"Arn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the connector.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#GetConnectorResponse": {
"type": "structure",
"members": {
"Connector": {
"target": "com.amazonaws.configservice#Connector",
"traits": {
"smithy.api#documentation": "<p>The details of the specified connector.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GetCustomRulePolicy": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#GetCustomRulePolicyRequest"
},
"output": {
"target": "com.amazonaws.configservice#GetCustomRulePolicyResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoSuchConfigRuleException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns the policy definition containing the logic for your Config Custom Policy rule.</p>"
}
},
"com.amazonaws.configservice#GetCustomRulePolicyRequest": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#ConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name of your Config Custom Policy rule.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#GetCustomRulePolicyResponse": {
"type": "structure",
"members": {
"PolicyText": {
"target": "com.amazonaws.configservice#PolicyText",
"traits": {
"smithy.api#documentation": "<p>The policy definition containing the logic for your Config Custom Policy rule.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GetDiscoveredResourceCounts": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#GetDiscoveredResourceCountsRequest"
},
"output": {
"target": "com.amazonaws.configservice#GetDiscoveredResourceCountsResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns the resource types, the number of each resource type,\n\t\t\tand the total number of resources that Config is recording in\n\t\t\tthis region for your Amazon Web Services account. </p>\n <p class=\"title\">\n <b>Example</b>\n </p>\n <ol>\n <li>\n <p>Config is recording three resource types in the US\n\t\t\t\t\tEast (Ohio) Region for your account: 25 EC2 instances, 20\n\t\t\t\t\tIAM users, and 15 S3 buckets.</p>\n </li>\n <li>\n <p>You make a call to the\n\t\t\t\t\t\t<code>GetDiscoveredResourceCounts</code> action and\n\t\t\t\t\tspecify that you want all resource types. </p>\n </li>\n <li>\n <p>Config returns the following:</p>\n <ul>\n <li>\n <p>The resource types (EC2 instances, IAM users,\n\t\t\t\t\t\t\tand S3 buckets).</p>\n </li>\n <li>\n <p>The number of each resource type (25, 20, and\n\t\t\t\t\t\t\t15).</p>\n </li>\n <li>\n <p>The total number of all resources\n\t\t\t\t\t\t\t(60).</p>\n </li>\n </ul>\n </li>\n </ol>\n <p>The response is paginated. By default, Config lists 100\n\t\t\t\t<a>ResourceCount</a> objects on each page. You can\n\t\t\tcustomize this number with the <code>limit</code> parameter. The\n\t\t\tresponse includes a <code>nextToken</code> string. To get the next\n\t\t\tpage of results, run the request again and specify the string for\n\t\t\tthe <code>nextToken</code> parameter.</p>\n <note>\n <p>If you make a call to the <a>GetDiscoveredResourceCounts</a> action, you might\n\t\t\t\tnot immediately receive resource counts in the following\n\t\t\t\tsituations:</p>\n <ul>\n <li>\n <p>You are a new Config customer.</p>\n </li>\n <li>\n <p>You just enabled resource recording.</p>\n </li>\n </ul>\n <p>It might take a few minutes for Config to record and\n\t\t\t\tcount your resources. Wait a few minutes and then retry the\n\t\t\t\t\t<a>GetDiscoveredResourceCounts</a> action.\n\t\t\t</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "nextToken",
"outputToken": "nextToken",
"pageSize": "limit"
}
}
},
"com.amazonaws.configservice#GetDiscoveredResourceCountsRequest": {
"type": "structure",
"members": {
"resourceTypes": {
"target": "com.amazonaws.configservice#ResourceTypes",
"traits": {
"smithy.api#documentation": "<p>The comma-separated list that specifies the resource types that\n\t\t\tyou want Config to return (for example,\n\t\t\t\t<code>\"AWS::EC2::Instance\"</code>,\n\t\t\t<code>\"AWS::IAM::User\"</code>).</p>\n <p>If a value for <code>resourceTypes</code> is not specified, Config returns all resource types that Config is recording in\n\t\t\tthe region for your account.</p>\n <note>\n <p>If the configuration recorder is turned off, Config\n\t\t\t\treturns an empty list of <a>ResourceCount</a>\n\t\t\t\tobjects. If the configuration recorder is not recording a\n\t\t\t\tspecific resource type (for example, S3 buckets), that resource\n\t\t\t\ttype is not returned in the list of <a>ResourceCount</a> objects.</p>\n </note>"
}
},
"limit": {
"target": "com.amazonaws.configservice#Limit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of <a>ResourceCount</a> objects\n\t\t\treturned on each page. The default is 100. You cannot specify a\n\t\t\tnumber greater than 100. If you specify 0, Config uses the\n\t\t\tdefault.</p>"
}
},
"nextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page\n\t\t\tthat you use to get the next page of results in a paginated\n\t\t\tresponse.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#GetDiscoveredResourceCountsResponse": {
"type": "structure",
"members": {
"totalDiscoveredResources": {
"target": "com.amazonaws.configservice#Long",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The total number of resources that Config is recording in\n\t\t\tthe region for your account. If you specify resource types in the\n\t\t\trequest, Config returns only the total number of resources for\n\t\t\tthose resource types.</p>\n <p class=\"title\">\n <b>Example</b>\n </p>\n <ol>\n <li>\n <p>Config is recording three resource types in the US\n\t\t\t\t\tEast (Ohio) Region for your account: 25 EC2 instances, 20\n\t\t\t\t\tIAM users, and 15 S3 buckets, for a total of 60\n\t\t\t\t\tresources.</p>\n </li>\n <li>\n <p>You make a call to the\n\t\t\t\t\t\t<code>GetDiscoveredResourceCounts</code> action and\n\t\t\t\t\tspecify the resource type,\n\t\t\t\t\t\t<code>\"AWS::EC2::Instances\"</code>, in the\n\t\t\t\t\trequest.</p>\n </li>\n <li>\n <p>Config returns 25 for\n\t\t\t\t\t\t<code>totalDiscoveredResources</code>.</p>\n </li>\n </ol>"
}
},
"resourceCounts": {
"target": "com.amazonaws.configservice#ResourceCounts",
"traits": {
"smithy.api#documentation": "<p>The list of <code>ResourceCount</code> objects. Each object is\n\t\t\tlisted in descending order by the number of resources.</p>"
}
},
"nextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The string that you use in a subsequent request to get the next\n\t\t\tpage of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GetOrganizationConfigRuleDetailedStatus": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#GetOrganizationConfigRuleDetailedStatusRequest"
},
"output": {
"target": "com.amazonaws.configservice#GetOrganizationConfigRuleDetailedStatusResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#NoSuchOrganizationConfigRuleException"
},
{
"target": "com.amazonaws.configservice#OrganizationAccessDeniedException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns detailed status for each member account within an organization for a given organization Config rule.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "OrganizationConfigRuleDetailedStatus",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#GetOrganizationConfigRuleDetailedStatusRequest": {
"type": "structure",
"members": {
"OrganizationConfigRuleName": {
"target": "com.amazonaws.configservice#OrganizationConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name of your organization Config rule for which you want status details for member accounts.</p>",
"smithy.api#required": {}
}
},
"Filters": {
"target": "com.amazonaws.configservice#StatusDetailFilters",
"traits": {
"smithy.api#documentation": "<p>A <code>StatusDetailFilters</code> object.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#CosmosPageLimit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of <code>OrganizationConfigRuleDetailedStatus</code> returned on each page. If you do not specify a number, Config uses the default. The default is 100.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#GetOrganizationConfigRuleDetailedStatusResponse": {
"type": "structure",
"members": {
"OrganizationConfigRuleDetailedStatus": {
"target": "com.amazonaws.configservice#OrganizationConfigRuleDetailedStatus",
"traits": {
"smithy.api#documentation": "<p>A list of <code>MemberAccountStatus</code> objects.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GetOrganizationConformancePackDetailedStatus": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#GetOrganizationConformancePackDetailedStatusRequest"
},
"output": {
"target": "com.amazonaws.configservice#GetOrganizationConformancePackDetailedStatusResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#NoSuchOrganizationConformancePackException"
},
{
"target": "com.amazonaws.configservice#OrganizationAccessDeniedException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns detailed status for each member account within an organization for a given organization conformance pack.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "OrganizationConformancePackDetailedStatuses",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#GetOrganizationConformancePackDetailedStatusRequest": {
"type": "structure",
"members": {
"OrganizationConformancePackName": {
"target": "com.amazonaws.configservice#OrganizationConformancePackName",
"traits": {
"smithy.api#documentation": "<p>The name of organization conformance pack for which you want status details for member accounts.</p>",
"smithy.api#required": {}
}
},
"Filters": {
"target": "com.amazonaws.configservice#OrganizationResourceDetailedStatusFilters",
"traits": {
"smithy.api#documentation": "<p>An <code>OrganizationResourceDetailedStatusFilters</code> object.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#CosmosPageLimit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of <code>OrganizationConformancePackDetailedStatuses</code> returned on each page. \n\t\t\tIf you do not specify a number, Config uses the default. The default is 100. </p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#GetOrganizationConformancePackDetailedStatusResponse": {
"type": "structure",
"members": {
"OrganizationConformancePackDetailedStatuses": {
"target": "com.amazonaws.configservice#OrganizationConformancePackDetailedStatuses",
"traits": {
"smithy.api#documentation": "<p>A list of <code>OrganizationConformancePackDetailedStatus</code> objects. </p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GetOrganizationCustomRulePolicy": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#GetOrganizationCustomRulePolicyRequest"
},
"output": {
"target": "com.amazonaws.configservice#GetOrganizationCustomRulePolicyResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoSuchOrganizationConfigRuleException"
},
{
"target": "com.amazonaws.configservice#OrganizationAccessDeniedException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns the policy definition containing the logic for your organization Config Custom Policy rule.</p>"
}
},
"com.amazonaws.configservice#GetOrganizationCustomRulePolicyRequest": {
"type": "structure",
"members": {
"OrganizationConfigRuleName": {
"target": "com.amazonaws.configservice#OrganizationConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name of your organization Config Custom Policy rule. </p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#GetOrganizationCustomRulePolicyResponse": {
"type": "structure",
"members": {
"PolicyText": {
"target": "com.amazonaws.configservice#PolicyText",
"traits": {
"smithy.api#documentation": "<p>The policy definition containing the logic for your organization Config Custom Policy rule.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GetResourceConfigHistory": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#GetResourceConfigHistoryRequest"
},
"output": {
"target": "com.amazonaws.configservice#GetResourceConfigHistoryResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#InvalidTimeRangeException"
},
{
"target": "com.amazonaws.configservice#NoAvailableConfigurationRecorderException"
},
{
"target": "com.amazonaws.configservice#ResourceNotDiscoveredException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<important>\n <p>For accurate reporting on the compliance status, you must record the <code>AWS::Config::ResourceCompliance</code> resource type.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html\">Recording Amazon Web Services Resources</a> in the <i>Config Resources Developer Guide</i>.</p>\n </important>\n <p>Returns a list of configurations items (CIs) for the specified resource.</p>\n <p>\n <b>Contents</b>\n </p>\n <p>The list contains details about each state of the resource\n\t\t\tduring the specified time interval. If you specified a retention\n\t\t\tperiod to retain your CIs between a\n\t\t\tminimum of 30 days and a maximum of 7 years (2557 days), Config\n\t\t\treturns the CIs for the specified\n\t\t\tretention period. </p>\n <p>\n <b>Pagination</b>\n </p>\n <p>The response is paginated. By default, Config returns a\n\t\t\tlimit of 10 configuration items per page. You can customize this\n\t\t\tnumber with the <code>limit</code> parameter. The response includes\n\t\t\ta <code>nextToken</code> string. To get the next page of results,\n\t\t\trun the request again and specify the string for the\n\t\t\t\t<code>nextToken</code> parameter.</p>\n <note>\n <p>Each call to the API is limited to span a duration of seven\n\t\t\t\tdays. It is likely that the number of records returned is\n\t\t\t\tsmaller than the specified <code>limit</code>. In such cases,\n\t\t\t\tyou can make another call, using the\n\t\t\t\t<code>nextToken</code>.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "nextToken",
"outputToken": "nextToken",
"items": "configurationItems",
"pageSize": "limit"
}
}
},
"com.amazonaws.configservice#GetResourceConfigHistoryRequest": {
"type": "structure",
"members": {
"resourceType": {
"target": "com.amazonaws.configservice#ResourceType",
"traits": {
"smithy.api#documentation": "<p>The resource type.</p>",
"smithy.api#required": {}
}
},
"resourceId": {
"target": "com.amazonaws.configservice#ResourceId",
"traits": {
"smithy.api#documentation": "<p>The ID of the resource (for example.,\n\t\t\t<code>sg-xxxxxx</code>).</p>",
"smithy.api#required": {}
}
},
"laterTime": {
"target": "com.amazonaws.configservice#LaterTime",
"traits": {
"smithy.api#documentation": "<p>The chronologically latest time in the time range for which the history requested. If not specified,\n\t\t\tcurrent time is taken.</p>"
}
},
"earlierTime": {
"target": "com.amazonaws.configservice#EarlierTime",
"traits": {
"smithy.api#documentation": "<p>The chronologically earliest time in the time range for which the history requested. If not\n\t\t\tspecified, the action returns paginated results that contain\n\t\t\tconfiguration items that start when the first configuration item was\n\t\t\trecorded.</p>"
}
},
"chronologicalOrder": {
"target": "com.amazonaws.configservice#ChronologicalOrder",
"traits": {
"smithy.api#documentation": "<p>The chronological order for configuration items listed. By\n\t\t\tdefault, the results are listed in reverse chronological\n\t\t\torder.</p>"
}
},
"limit": {
"target": "com.amazonaws.configservice#Limit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of configuration items returned on each\n\t\t\tpage. The default is 10. You cannot specify a number greater than\n\t\t\t100. If you specify 0, Config uses the default.</p>"
}
},
"nextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page\n\t\t\tthat you use to get the next page of results in a paginated\n\t\t\tresponse.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The input for the <a>GetResourceConfigHistory</a>\n\t\t\taction.</p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#GetResourceConfigHistoryResponse": {
"type": "structure",
"members": {
"configurationItems": {
"target": "com.amazonaws.configservice#ConfigurationItemList",
"traits": {
"smithy.api#documentation": "<p>An array of <code>ConfigurationItems</code> Objects. Contatins the configuration history for one or more\n\t\t\tresources.</p>"
}
},
"nextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The string that you use in a subsequent request to get the next\n\t\t\tpage of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The output for the <a>GetResourceConfigHistory</a>\n\t\t\taction.</p>",
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GetResourceEvaluationSummary": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#GetResourceEvaluationSummaryRequest"
},
"output": {
"target": "com.amazonaws.configservice#GetResourceEvaluationSummaryResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#ResourceNotFoundException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns a summary of resource evaluation for the specified resource evaluation ID from the proactive rules that were run. \n\t\t\tThe results indicate which evaluation context was used to evaluate the rules, which resource details were evaluated,\n\t\t\tthe evaluation mode that was run, and whether the resource details comply with the configuration of the proactive rules. </p>\n <note>\n <p>To see additional information about the evaluation result, such as which rule flagged a resource as NON_COMPLIANT, use the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_GetComplianceDetailsByResource.html\">GetComplianceDetailsByResource</a> API.\n\t\t\tFor more information, see the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_GetResourceEvaluationSummary.html#API_GetResourceEvaluationSummary_Examples\">Examples</a> section.</p>\n </note>"
}
},
"com.amazonaws.configservice#GetResourceEvaluationSummaryRequest": {
"type": "structure",
"members": {
"ResourceEvaluationId": {
"target": "com.amazonaws.configservice#ResourceEvaluationId",
"traits": {
"smithy.api#documentation": "<p>The unique <code>ResourceEvaluationId</code> of Amazon Web Services resource execution for which you want to retrieve the evaluation summary.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#GetResourceEvaluationSummaryResponse": {
"type": "structure",
"members": {
"ResourceEvaluationId": {
"target": "com.amazonaws.configservice#ResourceEvaluationId",
"traits": {
"smithy.api#documentation": "<p>The unique <code>ResourceEvaluationId</code> of Amazon Web Services resource execution for which you want to retrieve the evaluation summary.</p>"
}
},
"EvaluationMode": {
"target": "com.amazonaws.configservice#EvaluationMode",
"traits": {
"smithy.api#documentation": "<p>Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.</p>"
}
},
"EvaluationStatus": {
"target": "com.amazonaws.configservice#EvaluationStatus",
"traits": {
"smithy.api#documentation": "<p>Returns an <code>EvaluationStatus</code> object.</p>"
}
},
"EvaluationStartTimestamp": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The start timestamp when Config rule starts evaluating compliance for the provided resource details.</p>"
}
},
"Compliance": {
"target": "com.amazonaws.configservice#ComplianceType",
"traits": {
"smithy.api#documentation": "<p>The compliance status of the resource evaluation summary.</p>"
}
},
"EvaluationContext": {
"target": "com.amazonaws.configservice#EvaluationContext",
"traits": {
"smithy.api#documentation": "<p>Returns an <code>EvaluationContext</code> object.</p>"
}
},
"ResourceDetails": {
"target": "com.amazonaws.configservice#ResourceDetails",
"traits": {
"smithy.api#documentation": "<p>Returns a <code>ResourceDetails</code> object.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GetStoredQuery": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#GetStoredQueryRequest"
},
"output": {
"target": "com.amazonaws.configservice#GetStoredQueryResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#ResourceNotFoundException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns the details of a specific stored query.</p>"
}
},
"com.amazonaws.configservice#GetStoredQueryRequest": {
"type": "structure",
"members": {
"QueryName": {
"target": "com.amazonaws.configservice#QueryName",
"traits": {
"smithy.api#documentation": "<p>The name of the query.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#GetStoredQueryResponse": {
"type": "structure",
"members": {
"StoredQuery": {
"target": "com.amazonaws.configservice#StoredQuery",
"traits": {
"smithy.api#documentation": "<p>Returns a <code>StoredQuery</code> object.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#GroupByAPILimit": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 1000
}
}
},
"com.amazonaws.configservice#GroupedResourceCount": {
"type": "structure",
"members": {
"GroupName": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The name of the group that can be region, account ID, or resource type. For example, region1, region2 if the region was chosen as <code>GroupByKey</code>.</p>",
"smithy.api#required": {}
}
},
"ResourceCount": {
"target": "com.amazonaws.configservice#Long",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The number of resources in the group.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The count of resources that are grouped by the group name.</p>"
}
},
"com.amazonaws.configservice#GroupedResourceCountList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#GroupedResourceCount"
}
},
"com.amazonaws.configservice#IdempotentParameterMismatch": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#String"
}
},
"traits": {
"smithy.api#documentation": "<p>Using the same client token with one or more different parameters. Specify a new client token with the parameter changes and try again.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.configservice#IncludeGlobalResourceTypes": {
"type": "boolean",
"traits": {
"smithy.api#default": false
}
},
"com.amazonaws.configservice#IncludedRegions": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ThirdPartyCloudRegion"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 200
}
}
},
"com.amazonaws.configservice#InsufficientDeliveryPolicyException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Your Amazon S3 bucket policy does not allow Config to\n\t\t\twrite to it.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#InsufficientPermissionsException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Indicates one of the following errors:</p>\n <ul>\n <li>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_PutConfigRule.html\">PutConfigRule</a>, the rule cannot be created because the IAM role assigned to Config lacks permissions to perform the config:Put* action.</p>\n </li>\n <li>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_PutConfigRule.html\">PutConfigRule</a>, the Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.</p>\n </li>\n <li>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_PutOrganizationConfigRule.html\">PutOrganizationConfigRule</a>, organization Config rule cannot be created because you do not have permissions to call IAM <code>GetRole</code> action or create a service-linked role.</p>\n </li>\n <li>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_PutConformancePack.html\">PutConformancePack</a> and <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_PutOrganizationConformancePack.html\">PutOrganizationConformancePack</a>, a conformance pack cannot be created because you do not have the following permissions: </p>\n <ul>\n <li>\n <p>You do not have permission to call IAM <code>GetRole</code> action or create a service-linked role.</p>\n </li>\n <li>\n <p>You do not have permission to read Amazon S3 bucket or call SSM:GetDocument.</p>\n </li>\n </ul>\n </li>\n <li>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_PutServiceLinkedConfigurationRecorder.html\">PutServiceLinkedConfigurationRecorder</a>, a service-linked configuration recorder cannot be created because you do not have the following permissions: IAM <code>CreateServiceLinkedRole</code>.</p>\n </li>\n <li>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_PutConnector.html\">PutConnector</a>, a connector cannot be created because you do not have the following permissions: IAM <code>CreateServiceLinkedRole</code>.</p>\n </li>\n </ul>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#Integer": {
"type": "integer",
"traits": {
"smithy.api#default": 0
}
},
"com.amazonaws.configservice#InvalidConfigurationRecorderNameException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The configuration recorder name is not valid. The prefix \"<code>AWSConfigurationRecorderFor</code>\" is reserved for service-linked configuration recorders.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#InvalidDeliveryChannelNameException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The specified delivery channel name is not valid.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#InvalidExpressionException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The syntax of the query is incorrect.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#InvalidLimitException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The specified limit is outside the allowable range.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#InvalidNextTokenException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The specified next token is not valid. Specify the\n\t\t\t\t<code>nextToken</code> string that was returned in the previous\n\t\t\tresponse to get the next page of results.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#InvalidParameterValueException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>One or more of the specified parameters are not valid. Verify\n\t\t\tthat your parameters are valid and try again.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#InvalidRecordingGroupException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>One of the following errors:</p>\n <ul>\n <li>\n <p>You have provided a combination of parameter values that is not valid. For example:</p>\n <ul>\n <li>\n <p>Setting the <code>allSupported</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html\">RecordingGroup</a> to <code>true</code>,\n\t\t\t\t\t\tbut providing a non-empty list for the <code>resourceTypes</code>field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html\">RecordingGroup</a>.</p>\n </li>\n <li>\n <p>Setting the <code>allSupported</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html\">RecordingGroup</a> to <code>true</code>, but also setting the <code>useOnly</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingStrategy.html\">RecordingStrategy</a> to <code>EXCLUSION_BY_RESOURCE_TYPES</code>.</p>\n </li>\n </ul>\n </li>\n <li>\n <p>Every parameter is either null, false, or empty.</p>\n </li>\n <li>\n <p>You have reached the limit of the number of resource types you can provide for the recording group.</p>\n </li>\n <li>\n <p>You have provided resource types or a recording strategy that are not valid.</p>\n </li>\n </ul>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#InvalidResultTokenException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The specified <code>ResultToken</code> is not valid.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#InvalidRoleException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have provided a null or empty Amazon Resource Name (ARN) for the IAM role assumed by Config and used by the customer managed configuration recorder.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#InvalidS3KeyPrefixException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The specified Amazon S3 key prefix is not valid.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#InvalidS3KmsKeyArnException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The specified Amazon KMS Key ARN is not valid.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#InvalidSNSTopicARNException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The specified Amazon SNS topic does not exist.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#InvalidTimeRangeException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The specified time range is not valid. The earlier time is not\n\t\t\tchronologically before the later time.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#LastDeliveryChannelDeleteFailedException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You cannot delete the delivery channel you specified because the customer managed configuration recorder is running.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#LastUpdatedTime": {
"type": "timestamp"
},
"com.amazonaws.configservice#LaterTime": {
"type": "timestamp"
},
"com.amazonaws.configservice#Limit": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 100
}
}
},
"com.amazonaws.configservice#LimitExceededException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>For <code>PutServiceLinkedConfigurationRecorder</code> API, this exception\n\t\t\tis thrown if the number of service-linked roles in the account exceeds the limit.</p>\n <p>For <code>StartConfigRulesEvaluation</code> API, this exception\n\t\t\tis thrown if an evaluation is in progress or if you call the <a>StartConfigRulesEvaluation</a> API more than once per\n\t\t\tminute.</p>\n <p>For <code>PutConfigurationAggregator</code> API, this exception\n\t\t\tis thrown if the number of accounts and aggregators exceeds the\n\t\t\tlimit.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#ListAggregateDiscoveredResources": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#ListAggregateDiscoveredResourcesRequest"
},
"output": {
"target": "com.amazonaws.configservice#ListAggregateDiscoveredResourcesResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigurationAggregatorException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Accepts a resource type and returns a list of resource identifiers that are aggregated for a specific resource type across accounts and regions. \n\t\t\tA resource identifier includes the resource type, ID, (if available) the custom resource name, source account, and source region. \n\t\t\tYou can narrow the results to include only resources that have specific resource IDs, or a resource name, or source account ID, or source region.</p>\n <p>For example, if the input consists of accountID 12345678910 and the region is us-east-1 for resource type <code>AWS::EC2::Instance</code> then the API returns all the EC2 instance identifiers of accountID 12345678910 and region us-east-1.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "ResourceIdentifiers",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#ListAggregateDiscoveredResourcesRequest": {
"type": "structure",
"members": {
"ConfigurationAggregatorName": {
"target": "com.amazonaws.configservice#ConfigurationAggregatorName",
"traits": {
"smithy.api#documentation": "<p>The name of the configuration aggregator. </p>",
"smithy.api#required": {}
}
},
"ResourceType": {
"target": "com.amazonaws.configservice#ResourceType",
"traits": {
"smithy.api#documentation": "<p>The type of resources that you want Config to list in the response.</p>",
"smithy.api#required": {}
}
},
"Filters": {
"target": "com.amazonaws.configservice#ResourceFilters",
"traits": {
"smithy.api#documentation": "<p>Filters the results based on the <code>ResourceFilters</code> object.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#Limit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of resource identifiers returned on each page. You cannot specify a number greater than 100. If you specify 0, Config uses the default.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#ListAggregateDiscoveredResourcesResponse": {
"type": "structure",
"members": {
"ResourceIdentifiers": {
"target": "com.amazonaws.configservice#DiscoveredResourceIdentifierList",
"traits": {
"smithy.api#documentation": "<p>Returns a list of <code>ResourceIdentifiers</code> objects.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#ListConfigurationRecorders": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#ListConfigurationRecordersRequest"
},
"output": {
"target": "com.amazonaws.configservice#ListConfigurationRecordersResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns a list of configuration recorders depending on the filters you specify.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "ConfigurationRecorderSummaries",
"pageSize": "MaxResults"
}
}
},
"com.amazonaws.configservice#ListConfigurationRecordersRequest": {
"type": "structure",
"members": {
"Filters": {
"target": "com.amazonaws.configservice#ConfigurationRecorderFilterList",
"traits": {
"smithy.api#documentation": "<p>Filters the results based on a list of <code>ConfigurationRecorderFilter</code> objects that you specify.</p>"
}
},
"MaxResults": {
"target": "com.amazonaws.configservice#MaxResults",
"traits": {
"smithy.api#default": null,
"smithy.api#documentation": "<p>The maximum number of results to include in the response.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>NextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#ListConfigurationRecordersResponse": {
"type": "structure",
"members": {
"ConfigurationRecorderSummaries": {
"target": "com.amazonaws.configservice#ConfigurationRecorderSummaries",
"traits": {
"smithy.api#documentation": "<p>A list of <code>ConfigurationRecorderSummary</code> objects that includes.</p>",
"smithy.api#required": {}
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>NextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#ListConformancePackComplianceScores": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#ListConformancePackComplianceScoresRequest"
},
"output": {
"target": "com.amazonaws.configservice#ListConformancePackComplianceScoresResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns a list of conformance pack compliance scores. \n\t\t\tA 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.\n\t\t\tThis 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\n\t\t\tthe level of compliance in your conformance packs.</p>\n <note>\n <p>Conformance packs with no evaluation results will have a compliance score of <code>INSUFFICIENT_DATA</code>.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#ListConformancePackComplianceScoresRequest": {
"type": "structure",
"members": {
"Filters": {
"target": "com.amazonaws.configservice#ConformancePackComplianceScoresFilters",
"traits": {
"smithy.api#documentation": "<p>Filters the results based on the <code>ConformancePackComplianceScoresFilters</code>.</p>"
}
},
"SortOrder": {
"target": "com.amazonaws.configservice#SortOrder",
"traits": {
"smithy.api#documentation": "<p>Determines the order in which conformance pack compliance scores are sorted. Either in ascending or descending order.</p>\n <p>By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack. Conformance pack compliance scores are sorted in reverse alphabetical order if you enter <code>DESCENDING</code>.</p>\n <p>You can sort conformance pack compliance scores by the numerical value of the compliance score by entering <code>SCORE</code> in the <code>SortBy</code> action. When compliance scores are sorted by <code>SCORE</code>, conformance packs with a compliance score of <code>INSUFFICIENT_DATA</code> will be last when sorting by ascending order and first when sorting by descending order.</p>"
}
},
"SortBy": {
"target": "com.amazonaws.configservice#SortBy",
"traits": {
"smithy.api#documentation": "<p>Sorts your conformance pack compliance scores in either ascending or descending order, depending on <code>SortOrder</code>.</p>\n <p>By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack.\n\t\t\tEnter <code>SCORE</code>, to sort conformance pack compliance scores by the numerical value of the compliance score.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#PageSizeLimit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of conformance pack compliance scores returned on each page.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string in a prior request that you can use to get the paginated response for the next set of conformance pack compliance scores.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#ListConformancePackComplianceScoresResponse": {
"type": "structure",
"members": {
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string that you can use to get the next page of results in a paginated response.</p>"
}
},
"ConformancePackComplianceScores": {
"target": "com.amazonaws.configservice#ConformancePackComplianceScores",
"traits": {
"smithy.api#documentation": "<p>A list of <code>ConformancePackComplianceScore</code> objects.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#ListConnectors": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#ListConnectorsRequest"
},
"output": {
"target": "com.amazonaws.configservice#ListConnectorsResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns a list of connectors depending on the filters you specify.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "ConnectorSummaries",
"pageSize": "MaxResults"
}
}
},
"com.amazonaws.configservice#ListConnectorsMaxResults": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 100
}
}
},
"com.amazonaws.configservice#ListConnectorsRequest": {
"type": "structure",
"members": {
"MaxResults": {
"target": "com.amazonaws.configservice#ListConnectorsMaxResults",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of results to include in the response.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>NextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
},
"Filters": {
"target": "com.amazonaws.configservice#ConnectorFilterList",
"traits": {
"smithy.api#documentation": "<p>Filters the results based on a list of <code>ConnectorFilter</code> objects that you specify.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#ListConnectorsResponse": {
"type": "structure",
"members": {
"ConnectorSummaries": {
"target": "com.amazonaws.configservice#ConnectorSummaries",
"traits": {
"smithy.api#documentation": "<p>A list of <code>ConnectorSummary</code> objects.</p>",
"smithy.api#required": {}
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>NextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#ListDiscoveredResources": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#ListDiscoveredResourcesRequest"
},
"output": {
"target": "com.amazonaws.configservice#ListDiscoveredResourcesResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#NoAvailableConfigurationRecorderException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns a list of resource\n\t\t\tresource identifiers for the specified resource types for the resources of that type. A <i>resource identifier</i>\n\t\t\tincludes the resource type, ID, and (if available) the custom\n\t\t\tresource name.</p>\n <p>The results consist of resources that Config has\n\t\t\t<i>discovered</i>, including those that Config is not currently\n\t\t\trecording. You can narrow the results to include only resources that\n\t\t\thave specific resource IDs or a resource name.</p>\n <note>\n <p>You can specify either resource IDs or a resource name, but\n\t\t\t\tnot both, in the same request.</p>\n </note>\n <important>\n <p>\n <i>CloudFormation stack recording behavior in Config</i>\n </p>\n <p>When a CloudFormation stack fails to create (for example, it enters the <code>ROLLBACK_FAILED</code> state), \n\t\t\t\tConfig does not record a configuration item (CI) for that stack. Configuration items are only recorded for stacks that reach \n\t\t\t\tthe following states:</p>\n <ul>\n <li>\n <p>\n <code>CREATE_COMPLETE</code>\n </p>\n </li>\n <li>\n <p>\n <code>UPDATE_COMPLETE</code>\n </p>\n </li>\n <li>\n <p>\n <code>UPDATE_ROLLBACK_COMPLETE</code>\n </p>\n </li>\n <li>\n <p>\n <code>UPDATE_ROLLBACK_FAILED</code>\n </p>\n </li>\n <li>\n <p>\n <code>DELETE_FAILED</code>\n </p>\n </li>\n <li>\n <p>\n <code>DELETE_COMPLETE</code>\n </p>\n </li>\n </ul>\n <p>Because no CI is created for a failed stack creation, you won't see configuration history \n\t\t\t\tfor that stack in Config, even after the stack is deleted. This helps make sure that Config only \n\t\t\t\ttracks resources that were successfully provisioned.</p>\n </important>",
"smithy.api#paginated": {
"inputToken": "nextToken",
"outputToken": "nextToken",
"items": "resourceIdentifiers",
"pageSize": "limit"
}
}
},
"com.amazonaws.configservice#ListDiscoveredResourcesRequest": {
"type": "structure",
"members": {
"resourceType": {
"target": "com.amazonaws.configservice#ResourceType",
"traits": {
"smithy.api#documentation": "<p>The type of resources that you want Config to list in the\n\t\t\tresponse.</p>",
"smithy.api#required": {}
}
},
"resourceIds": {
"target": "com.amazonaws.configservice#ResourceIdList",
"traits": {
"smithy.api#documentation": "<p>The IDs of only those resources that you want Config to\n\t\t\tlist in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has\n\t\t\tdiscovered. You can list a minimum of 1 resourceID and a maximum of 20 resourceIds.</p>"
}
},
"resourceName": {
"target": "com.amazonaws.configservice#ResourceName",
"traits": {
"smithy.api#documentation": "<p>The custom name of only those resources that you want Config to list in the response. If you do not specify this\n\t\t\tparameter, Config lists all resources of the specified type that\n\t\t\tit has discovered.</p>"
}
},
"limit": {
"target": "com.amazonaws.configservice#Limit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of resource identifiers returned on each\n\t\t\tpage. The default is 100. You cannot specify a number greater than\n\t\t\t100. If you specify 0, Config uses the default.</p>"
}
},
"includeDeletedResources": {
"target": "com.amazonaws.configservice#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>Specifies whether Config includes deleted resources in the\n\t\t\tresults. By default, deleted resources are not included.</p>"
}
},
"nextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page\n\t\t\tthat you use to get the next page of results in a paginated\n\t\t\tresponse.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#ListDiscoveredResourcesResponse": {
"type": "structure",
"members": {
"resourceIdentifiers": {
"target": "com.amazonaws.configservice#ResourceIdentifierList",
"traits": {
"smithy.api#documentation": "<p>The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the\n\t\t\tcustom resource name.</p>"
}
},
"nextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The string that you use in a subsequent request to get the next\n\t\t\tpage of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#ListResourceEvaluations": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#ListResourceEvaluationsRequest"
},
"output": {
"target": "com.amazonaws.configservice#ListResourceEvaluationsResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#InvalidTimeRangeException"
}
],
"traits": {
"smithy.api#documentation": "<p>Returns a list of proactive resource evaluations.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "ResourceEvaluations",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#ListResourceEvaluationsPageItemLimit": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 100
}
}
},
"com.amazonaws.configservice#ListResourceEvaluationsRequest": {
"type": "structure",
"members": {
"Filters": {
"target": "com.amazonaws.configservice#ResourceEvaluationFilters",
"traits": {
"smithy.api#documentation": "<p>Returns a <code>ResourceEvaluationFilters</code> object.</p>"
}
},
"Limit": {
"target": "com.amazonaws.configservice#ListResourceEvaluationsPageItemLimit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of evaluations returned on each page. The default is 10. \n\t\t\tYou cannot specify a number greater than 100. If you specify 0, Config uses the default.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#ListResourceEvaluationsResponse": {
"type": "structure",
"members": {
"ResourceEvaluations": {
"target": "com.amazonaws.configservice#ResourceEvaluations",
"traits": {
"smithy.api#documentation": "<p>Returns a <code>ResourceEvaluations</code> object.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#ListStoredQueries": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#ListStoredQueriesRequest"
},
"output": {
"target": "com.amazonaws.configservice#ListStoredQueriesResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Lists the stored queries for a single Amazon Web Services account and a single Amazon Web Services Region. The default is 100. </p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"pageSize": "MaxResults"
}
}
},
"com.amazonaws.configservice#ListStoredQueriesRequest": {
"type": "structure",
"members": {
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.</p>"
}
},
"MaxResults": {
"target": "com.amazonaws.configservice#Limit",
"traits": {
"smithy.api#default": null,
"smithy.api#documentation": "<p>The maximum number of results to be returned with a single call.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#ListStoredQueriesResponse": {
"type": "structure",
"members": {
"StoredQueryMetadata": {
"target": "com.amazonaws.configservice#StoredQueryMetadataList",
"traits": {
"smithy.api#documentation": "<p>A list of <code>StoredQueryMetadata</code> objects.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>If the previous paginated request didn't return all of the remaining results, the response object's <code>NextToken</code> parameter value is set to a token. \n\t\t\tTo retrieve the next set of results, call this operation again and assign that token to the request object's <code>NextToken</code> parameter. \n\t\t\tIf there are no remaining results, the previous response object's <code>NextToken</code> parameter is set to <code>null</code>. </p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#ListTagsForResource": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#ListTagsForResourceRequest"
},
"output": {
"target": "com.amazonaws.configservice#ListTagsForResourceResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#ResourceNotFoundException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>List the tags for Config resource.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "Tags",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#ListTagsForResourceRequest": {
"type": "structure",
"members": {
"ResourceArn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. The following resources are supported:</p>\n <ul>\n <li>\n <p>\n <code>ConfigurationRecorder</code>\n </p>\n </li>\n <li>\n <p>\n <code>ConfigRule</code>\n </p>\n </li>\n <li>\n <p>\n <code>OrganizationConfigRule</code>\n </p>\n </li>\n <li>\n <p>\n <code>ConformancePack</code>\n </p>\n </li>\n <li>\n <p>\n <code>OrganizationConformancePack</code>\n </p>\n </li>\n <li>\n <p>\n <code>ConfigurationAggregator</code>\n </p>\n </li>\n <li>\n <p>\n <code>AggregationAuthorization</code>\n </p>\n </li>\n <li>\n <p>\n <code>StoredQuery</code>\n </p>\n </li>\n <li>\n <p>\n <code>Connector</code>\n </p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"Limit": {
"target": "com.amazonaws.configservice#Limit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of tags returned on each page. The limit maximum is 50. You cannot specify a number greater than 50. If you specify 0, Config uses the default. </p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#ListTagsForResourceResponse": {
"type": "structure",
"members": {
"Tags": {
"target": "com.amazonaws.configservice#TagList",
"traits": {
"smithy.api#documentation": "<p>The tags for the resource.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#Long": {
"type": "long",
"traits": {
"smithy.api#default": 0
}
},
"com.amazonaws.configservice#MaxActiveResourcesExceededException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have reached the limit of active custom resource types in your account. There is a limit of 100,000.\n\t\t\tDelete unused resources using <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteResourceConfig.html\">DeleteResourceConfig</a>\n <code></code>.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#MaxNumberOfConfigRulesExceededException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Failed to add the Config rule because the account already\n\t\t\tcontains the maximum number of 1000 rules. Consider deleting any\n\t\t\tdeactivated rules before you add new rules.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#MaxNumberOfConfigurationRecordersExceededException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have reached the limit of the number of configuration recorders you can\n\t\t\tcreate.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#MaxNumberOfConformancePacksExceededException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have reached the limit of the number of conformance packs you can create in an account. For more information, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html\">\n <b>Service Limits</b>\n </a> in the <i>Config Developer Guide</i>.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#MaxNumberOfConnectorsExceededException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have reached the limit of the number of connectors in your account.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#MaxNumberOfDeliveryChannelsExceededException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have reached the limit of the number of delivery channels\n\t\t\tyou can create.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#MaxNumberOfOrganizationConfigRulesExceededException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have reached the limit of the number of organization Config rules you can create. For more information, see see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html\">\n <b>Service Limits</b>\n </a> in the <i>Config Developer Guide</i>.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#MaxNumberOfOrganizationConformancePacksExceededException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have reached the limit of the number of organization conformance packs you can create in an account. For more information, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html\">\n <b>Service Limits</b>\n </a> in the <i>Config Developer Guide</i>.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#MaxNumberOfRetentionConfigurationsExceededException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Failed to add the retention configuration because a retention configuration with that name already exists.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#MaxResults": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 20
}
}
},
"com.amazonaws.configservice#MaximumExecutionFrequency": {
"type": "enum",
"members": {
"One_Hour": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "One_Hour"
}
},
"Three_Hours": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Three_Hours"
}
},
"Six_Hours": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Six_Hours"
}
},
"Twelve_Hours": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Twelve_Hours"
}
},
"TwentyFour_Hours": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "TwentyFour_Hours"
}
}
}
},
"com.amazonaws.configservice#MemberAccountRuleStatus": {
"type": "enum",
"members": {
"CREATE_SUCCESSFUL": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CREATE_SUCCESSFUL"
}
},
"CREATE_IN_PROGRESS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CREATE_IN_PROGRESS"
}
},
"CREATE_FAILED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CREATE_FAILED"
}
},
"DELETE_SUCCESSFUL": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DELETE_SUCCESSFUL"
}
},
"DELETE_FAILED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DELETE_FAILED"
}
},
"DELETE_IN_PROGRESS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DELETE_IN_PROGRESS"
}
},
"UPDATE_SUCCESSFUL": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "UPDATE_SUCCESSFUL"
}
},
"UPDATE_IN_PROGRESS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "UPDATE_IN_PROGRESS"
}
},
"UPDATE_FAILED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "UPDATE_FAILED"
}
}
}
},
"com.amazonaws.configservice#MemberAccountStatus": {
"type": "structure",
"members": {
"AccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit account ID of a member account.</p>",
"smithy.api#required": {}
}
},
"ConfigRuleName": {
"target": "com.amazonaws.configservice#StringWithCharLimit64",
"traits": {
"smithy.api#documentation": "<p>The name of Config rule deployed in the member account.</p>",
"smithy.api#required": {}
}
},
"MemberAccountRuleStatus": {
"target": "com.amazonaws.configservice#MemberAccountRuleStatus",
"traits": {
"smithy.api#documentation": "<p>Indicates deployment status for Config rule in the member account.\n\t\t\tWhen management account calls <code>PutOrganizationConfigRule</code> action for the first time, Config rule status is created in the member account. \n\t\t\tWhen management account calls <code>PutOrganizationConfigRule</code> action for the second time, Config rule status is updated in the member account. \n\t\t\tConfig rule status is deleted when the management account deletes <code>OrganizationConfigRule</code> and disables service access for <code>config-multiaccountsetup.amazonaws.com</code>. \n\t\t</p>\n <p> Config sets the state of the rule to:</p>\n <ul>\n <li>\n <p>\n <code>CREATE_SUCCESSFUL</code> when Config rule has been created in the member account. </p>\n </li>\n <li>\n <p>\n <code>CREATE_IN_PROGRESS</code> when Config rule is being created in the member account.</p>\n </li>\n <li>\n <p>\n <code>CREATE_FAILED</code> when Config rule creation has failed in the member account.</p>\n </li>\n <li>\n <p>\n <code>DELETE_FAILED</code> when Config rule deletion has failed in the member account.</p>\n </li>\n <li>\n <p>\n <code>DELETE_IN_PROGRESS</code> when Config rule is being deleted in the member account.</p>\n </li>\n <li>\n <p>\n <code>DELETE_SUCCESSFUL</code> when Config rule has been deleted in the member account. </p>\n </li>\n <li>\n <p>\n <code>UPDATE_SUCCESSFUL</code> when Config rule has been updated in the member account.</p>\n </li>\n <li>\n <p>\n <code>UPDATE_IN_PROGRESS</code> when Config rule is being updated in the member account.</p>\n </li>\n <li>\n <p>\n <code>UPDATE_FAILED</code> when Config rule deletion has failed in the member account.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"ErrorCode": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>An error code that is returned when Config rule creation or deletion failed in the member account.</p>"
}
},
"ErrorMessage": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>An error message indicating that Config rule account creation or deletion has failed due to an error in the member account.</p>"
}
},
"LastUpdateTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The timestamp of the last status update.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Organization Config rule creation or deletion status in each member account. This includes the name of the rule, the status, error code and error message when the rule creation or deletion failed.</p>"
}
},
"com.amazonaws.configservice#MessageType": {
"type": "enum",
"members": {
"ConfigurationItemChangeNotification": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ConfigurationItemChangeNotification"
}
},
"ConfigurationSnapshotDeliveryCompleted": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ConfigurationSnapshotDeliveryCompleted"
}
},
"ScheduledNotification": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ScheduledNotification"
}
},
"OversizedConfigurationItemChangeNotification": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "OversizedConfigurationItemChangeNotification"
}
}
}
},
"com.amazonaws.configservice#Name": {
"type": "string"
},
"com.amazonaws.configservice#NextToken": {
"type": "string"
},
"com.amazonaws.configservice#NoAvailableConfigurationRecorderException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>There are no customer managed configuration recorders available to record your resources. Use the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_PutConfigurationRecorder.html\">PutConfigurationRecorder</a> operation to create the customer managed configuration\n\t\t\trecorder.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#NoAvailableDeliveryChannelException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>There is no delivery channel available to record\n\t\t\tconfigurations.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#NoAvailableOrganizationException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Organization is no longer available.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#NoRunningConfigurationRecorderException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>There is no configuration recorder running.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#NoSuchBucketException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The specified Amazon S3 bucket does not exist.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#NoSuchConfigRuleException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>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.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#NoSuchConfigRuleInConformancePackException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Config rule that you passed in the filter does not exist.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#NoSuchConfigurationAggregatorException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have specified a configuration aggregator that does not exist.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#NoSuchConfigurationRecorderException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have specified a configuration recorder that does not\n\t\t\texist.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#NoSuchConformancePackException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You specified one or more conformance packs that do not exist.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#NoSuchDeliveryChannelException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have specified a delivery channel that does not\n\t\t\texist.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#NoSuchOrganizationConfigRuleException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>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.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#NoSuchOrganizationConformancePackException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Config organization conformance pack that you passed in the filter does not exist.</p>\n <p>For DeleteOrganizationConformancePack, you tried to delete an organization conformance pack that does not exist.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#NoSuchRemediationConfigurationException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You specified an Config rule without a remediation configuration.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#NoSuchRemediationExceptionException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You tried to delete a remediation exception that does not exist.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#NoSuchRetentionConfigurationException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have specified a retention configuration that does not exist.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#OrderingTimestamp": {
"type": "timestamp"
},
"com.amazonaws.configservice#OrganizationAccessDeniedException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>For <code>PutConfigurationAggregator</code> API, you can see this exception for the following reasons:</p>\n <ul>\n <li>\n <p>No permission to call <code>EnableAWSServiceAccess</code> API</p>\n </li>\n <li>\n <p>The configuration aggregator cannot be updated because your Amazon Web Services Organization management account or the delegated administrator role changed. \n\t\t\t\tDelete this aggregator and create a new one with the current Amazon Web Services Organization.</p>\n </li>\n <li>\n <p>The configuration aggregator is associated with a previous Amazon Web Services Organization and Config cannot aggregate data with current Amazon Web Services Organization. \n\t\t\t\tDelete this aggregator and create a new one with the current Amazon Web Services Organization.</p>\n </li>\n <li>\n <p>You are not a registered delegated administrator for Config with permissions to call <code>ListDelegatedAdministrators</code> API. \n\t\t\tEnsure that the management account registers delagated administrator for Config service principal name before the delegated administrator creates an aggregator.</p>\n </li>\n </ul>\n <p>For all <code>OrganizationConfigRule</code> and <code>OrganizationConformancePack</code> APIs, Config throws an exception if APIs are called from member accounts. All APIs must be called from organization management account.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#OrganizationAggregationSource": {
"type": "structure",
"members": {
"RoleArn": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>ARN of the IAM role used to retrieve Amazon Web Services Organization details\n\t\t\tassociated with the aggregator account.</p>",
"smithy.api#required": {}
}
},
"AwsRegions": {
"target": "com.amazonaws.configservice#AggregatorRegionList",
"traits": {
"smithy.api#documentation": "<p>The source regions being aggregated.</p>"
}
},
"AllAwsRegions": {
"target": "com.amazonaws.configservice#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>If true, aggregate existing Config regions and future\n\t\t\tregions.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>This object contains regions to set up the aggregator and an IAM\n\t\t\trole to retrieve organization details.</p>"
}
},
"com.amazonaws.configservice#OrganizationAllFeaturesNotEnabledException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Config resource cannot be created because your organization does not have all features enabled.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#OrganizationConfigRule": {
"type": "structure",
"members": {
"OrganizationConfigRuleName": {
"target": "com.amazonaws.configservice#OrganizationConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name that you assign to organization Config rule.</p>",
"smithy.api#required": {}
}
},
"OrganizationConfigRuleArn": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>Amazon Resource Name (ARN) of organization Config rule.</p>",
"smithy.api#required": {}
}
},
"OrganizationManagedRuleMetadata": {
"target": "com.amazonaws.configservice#OrganizationManagedRuleMetadata",
"traits": {
"smithy.api#documentation": "<p>An <code>OrganizationManagedRuleMetadata</code> object.</p>"
}
},
"OrganizationCustomRuleMetadata": {
"target": "com.amazonaws.configservice#OrganizationCustomRuleMetadata",
"traits": {
"smithy.api#documentation": "<p>An <code>OrganizationCustomRuleMetadata</code> object.</p>"
}
},
"ExcludedAccounts": {
"target": "com.amazonaws.configservice#ExcludedAccounts",
"traits": {
"smithy.api#documentation": "<p>A comma-separated list of accounts excluded from organization Config rule.</p>"
}
},
"LastUpdateTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The timestamp of the last update.</p>"
}
},
"OrganizationCustomPolicyRuleMetadata": {
"target": "com.amazonaws.configservice#OrganizationCustomPolicyRuleMetadataNoPolicy",
"traits": {
"smithy.api#documentation": "<p>An\n\t\t\tobject that specifies metadata for your organization's Config Custom Policy rule. The metadata includes the runtime system in use, which accounts have\n\t\t\tdebug logging enabled, and other custom rule metadata, such as resource type, resource\n\t\t\tID of Amazon Web Services resource, and organization trigger types that initiate Config to evaluate Amazon Web Services resources against a rule.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>An organization Config rule that has information about Config rules that Config creates in member accounts.</p>"
}
},
"com.amazonaws.configservice#OrganizationConfigRuleDetailedStatus": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#MemberAccountStatus"
}
},
"com.amazonaws.configservice#OrganizationConfigRuleName": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 64
},
"smithy.api#pattern": "^[A-Za-z0-9-_]+$"
}
},
"com.amazonaws.configservice#OrganizationConfigRuleNames": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#StringWithCharLimit64"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 25
}
}
},
"com.amazonaws.configservice#OrganizationConfigRuleStatus": {
"type": "structure",
"members": {
"OrganizationConfigRuleName": {
"target": "com.amazonaws.configservice#OrganizationConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name that you assign to organization Config rule.</p>",
"smithy.api#required": {}
}
},
"OrganizationRuleStatus": {
"target": "com.amazonaws.configservice#OrganizationRuleStatus",
"traits": {
"smithy.api#documentation": "<p>Indicates deployment status of an organization Config rule. \n\t\t\tWhen management account calls PutOrganizationConfigRule action for the first time, Config rule status is created in all the member accounts. \n\t\t\tWhen management account calls PutOrganizationConfigRule action for the second time, Config rule status is updated in all the member accounts. Additionally, Config rule status is updated when one or more member accounts join or leave an organization. \n\t\t\tConfig rule status is deleted when the management account deletes OrganizationConfigRule in all the member accounts and disables service access for <code>config-multiaccountsetup.amazonaws.com</code>.</p>\n <p>Config sets the state of the rule to:</p>\n <ul>\n <li>\n <p>\n <code>CREATE_SUCCESSFUL</code> when an organization Config rule has been successfully created in all the member accounts. </p>\n </li>\n <li>\n <p>\n <code>CREATE_IN_PROGRESS</code> when an organization Config rule creation is in progress.</p>\n </li>\n <li>\n <p>\n <code>CREATE_FAILED</code> when an organization Config rule creation failed in one or more member accounts within that organization.</p>\n </li>\n <li>\n <p>\n <code>DELETE_FAILED</code> when an organization Config rule deletion failed in one or more member accounts within that organization.</p>\n </li>\n <li>\n <p>\n <code>DELETE_IN_PROGRESS</code> when an organization Config rule deletion is in progress.</p>\n </li>\n <li>\n <p>\n <code>DELETE_SUCCESSFUL</code> when an organization Config rule has been successfully deleted from all the member accounts.</p>\n </li>\n <li>\n <p>\n <code>UPDATE_SUCCESSFUL</code> when an organization Config rule has been successfully updated in all the member accounts.</p>\n </li>\n <li>\n <p>\n <code>UPDATE_IN_PROGRESS</code> when an organization Config rule update is in progress.</p>\n </li>\n <li>\n <p>\n <code>UPDATE_FAILED</code> when an organization Config rule update failed in one or more member accounts within that organization.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"ErrorCode": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>An error code that is returned when organization Config rule creation or deletion has failed.</p>"
}
},
"ErrorMessage": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>An error message indicating that organization Config rule creation or deletion failed due to an error.</p>"
}
},
"LastUpdateTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The timestamp of the last update.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Returns the status for an organization Config rule in an organization.</p>"
}
},
"com.amazonaws.configservice#OrganizationConfigRuleStatuses": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#OrganizationConfigRuleStatus"
}
},
"com.amazonaws.configservice#OrganizationConfigRuleTriggerType": {
"type": "enum",
"members": {
"CONFIGURATION_ITEM_CHANGE_NOTIFICATION": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ConfigurationItemChangeNotification"
}
},
"OVERSIZED_CONFIGURATION_ITEM_CHANGE_NOTIFCATION": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "OversizedConfigurationItemChangeNotification"
}
},
"SCHEDULED_NOTIFICATION": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ScheduledNotification"
}
}
}
},
"com.amazonaws.configservice#OrganizationConfigRuleTriggerTypeNoSN": {
"type": "enum",
"members": {
"CONFIGURATION_ITEM_CHANGE_NOTIFICATION": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ConfigurationItemChangeNotification"
}
},
"OVERSIZED_CONFIGURATION_ITEM_CHANGE_NOTIFCATION": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "OversizedConfigurationItemChangeNotification"
}
}
}
},
"com.amazonaws.configservice#OrganizationConfigRuleTriggerTypeNoSNs": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#OrganizationConfigRuleTriggerTypeNoSN"
}
},
"com.amazonaws.configservice#OrganizationConfigRuleTriggerTypes": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#OrganizationConfigRuleTriggerType"
}
},
"com.amazonaws.configservice#OrganizationConfigRules": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#OrganizationConfigRule"
}
},
"com.amazonaws.configservice#OrganizationConformancePack": {
"type": "structure",
"members": {
"OrganizationConformancePackName": {
"target": "com.amazonaws.configservice#OrganizationConformancePackName",
"traits": {
"smithy.api#documentation": "<p>The name you assign to an organization conformance pack.</p>",
"smithy.api#required": {}
}
},
"OrganizationConformancePackArn": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>Amazon Resource Name (ARN) of organization conformance pack.</p>",
"smithy.api#required": {}
}
},
"DeliveryS3Bucket": {
"target": "com.amazonaws.configservice#DeliveryS3Bucket",
"traits": {
"smithy.api#documentation": "<p>The name of the Amazon S3 bucket where Config stores conformance pack templates. </p>\n <note>\n <p>This field is optional.</p>\n </note>"
}
},
"DeliveryS3KeyPrefix": {
"target": "com.amazonaws.configservice#DeliveryS3KeyPrefix",
"traits": {
"smithy.api#documentation": "<p>Any folder structure you want to add to an Amazon S3 bucket.</p>\n <note>\n <p>This field is optional.</p>\n </note>"
}
},
"ConformancePackInputParameters": {
"target": "com.amazonaws.configservice#ConformancePackInputParameters",
"traits": {
"smithy.api#documentation": "<p>A list of <code>ConformancePackInputParameter</code> objects.</p>"
}
},
"ExcludedAccounts": {
"target": "com.amazonaws.configservice#ExcludedAccounts",
"traits": {
"smithy.api#documentation": "<p>A comma-separated list of accounts excluded from organization conformance pack.</p>"
}
},
"LastUpdateTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>Last time when organization conformation pack was updated.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>An organization conformance pack that has information about conformance packs that Config creates in member accounts. </p>"
}
},
"com.amazonaws.configservice#OrganizationConformancePackDetailedStatus": {
"type": "structure",
"members": {
"AccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit account ID of a member account.</p>",
"smithy.api#required": {}
}
},
"ConformancePackName": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The name of conformance pack deployed in the member account.</p>",
"smithy.api#required": {}
}
},
"Status": {
"target": "com.amazonaws.configservice#OrganizationResourceDetailedStatus",
"traits": {
"smithy.api#documentation": "<p>Indicates deployment status for conformance pack in a member account.\n\t\t\tWhen management account calls <code>PutOrganizationConformancePack</code> action for the first time, conformance pack status is created in the member account. \n\t\t\tWhen management account calls <code>PutOrganizationConformancePack</code> action for the second time, conformance pack status is updated in the member account. \n\t\t\tConformance pack status is deleted when the management account deletes <code>OrganizationConformancePack</code> and disables service access for <code>config-multiaccountsetup.amazonaws.com</code>. \n\t\t</p>\n <p> Config sets the state of the conformance pack to:</p>\n <ul>\n <li>\n <p>\n <code>CREATE_SUCCESSFUL</code> when conformance pack has been created in the member account. </p>\n </li>\n <li>\n <p>\n <code>CREATE_IN_PROGRESS</code> when conformance pack is being created in the member account.</p>\n </li>\n <li>\n <p>\n <code>CREATE_FAILED</code> when conformance pack creation has failed in the member account.</p>\n </li>\n <li>\n <p>\n <code>DELETE_FAILED</code> when conformance pack deletion has failed in the member account.</p>\n </li>\n <li>\n <p>\n <code>DELETE_IN_PROGRESS</code> when conformance pack is being deleted in the member account.</p>\n </li>\n <li>\n <p>\n <code>DELETE_SUCCESSFUL</code> when conformance pack has been deleted in the member account. </p>\n </li>\n <li>\n <p>\n <code>UPDATE_SUCCESSFUL</code> when conformance pack has been updated in the member account.</p>\n </li>\n <li>\n <p>\n <code>UPDATE_IN_PROGRESS</code> when conformance pack is being updated in the member account.</p>\n </li>\n <li>\n <p>\n <code>UPDATE_FAILED</code> when conformance pack deletion has failed in the member account.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"ErrorCode": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>An error code that is returned when conformance pack creation or \n\t\t\tdeletion failed in the member account. </p>"
}
},
"ErrorMessage": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>An error message indicating that conformance pack account creation or deletion \n\t\t\thas failed due to an error in the member account. </p>"
}
},
"LastUpdateTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The timestamp of the last status update.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Organization conformance pack creation or deletion status in each member account. \n\t\t\tThis includes the name of the conformance pack, the status, error code and error message \n\t\t\twhen the conformance pack creation or deletion failed. </p>"
}
},
"com.amazonaws.configservice#OrganizationConformancePackDetailedStatuses": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#OrganizationConformancePackDetailedStatus"
}
},
"com.amazonaws.configservice#OrganizationConformancePackName": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 128
},
"smithy.api#pattern": "^[a-zA-Z][-a-zA-Z0-9]*$"
}
},
"com.amazonaws.configservice#OrganizationConformancePackNames": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#OrganizationConformancePackName"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 25
}
}
},
"com.amazonaws.configservice#OrganizationConformancePackStatus": {
"type": "structure",
"members": {
"OrganizationConformancePackName": {
"target": "com.amazonaws.configservice#OrganizationConformancePackName",
"traits": {
"smithy.api#documentation": "<p>The name that you assign to organization conformance pack.</p>",
"smithy.api#required": {}
}
},
"Status": {
"target": "com.amazonaws.configservice#OrganizationResourceStatus",
"traits": {
"smithy.api#documentation": "<p>Indicates deployment status of an organization conformance pack. \n\t\t\tWhen management account calls PutOrganizationConformancePack for the first time, \n\t\t\tconformance pack status is created in all the member accounts. \n\t\t\tWhen management account calls PutOrganizationConformancePack for the second time, \n\t\t\tconformance pack status is updated in all the member accounts. \n\t\t\tAdditionally, conformance pack status is updated when one or more member accounts join or leave an \n\t\t\torganization. \n\t\t\tConformance pack status is deleted when the management account deletes \n\t\t\tOrganizationConformancePack in all the member accounts and disables service \n\t\t\taccess for <code>config-multiaccountsetup.amazonaws.com</code>.</p>\n <p>Config sets the state of the conformance pack to:</p>\n <ul>\n <li>\n <p>\n <code>CREATE_SUCCESSFUL</code> when an organization conformance pack has been successfully created in all the member accounts. </p>\n </li>\n <li>\n <p>\n <code>CREATE_IN_PROGRESS</code> when an organization conformance pack creation is in progress.</p>\n </li>\n <li>\n <p>\n <code>CREATE_FAILED</code> when an organization conformance pack creation failed in one or more member accounts within that organization.</p>\n </li>\n <li>\n <p>\n <code>DELETE_FAILED</code> when an organization conformance pack deletion failed in one or more member accounts within that organization.</p>\n </li>\n <li>\n <p>\n <code>DELETE_IN_PROGRESS</code> when an organization conformance pack deletion is in progress.</p>\n </li>\n <li>\n <p>\n <code>DELETE_SUCCESSFUL</code> when an organization conformance pack has been successfully deleted from all the member accounts.</p>\n </li>\n <li>\n <p>\n <code>UPDATE_SUCCESSFUL</code> when an organization conformance pack has been successfully updated in all the member accounts.</p>\n </li>\n <li>\n <p>\n <code>UPDATE_IN_PROGRESS</code> when an organization conformance pack update is in progress.</p>\n </li>\n <li>\n <p>\n <code>UPDATE_FAILED</code> when an organization conformance pack update failed in one or more member accounts within that organization.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"ErrorCode": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>An error code that is returned when organization conformance pack creation or deletion has failed in a member account. </p>"
}
},
"ErrorMessage": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>An error message indicating that organization conformance pack creation or deletion failed due to an error. </p>"
}
},
"LastUpdateTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The timestamp of the last update.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Returns the status for an organization conformance pack in an organization.</p>"
}
},
"com.amazonaws.configservice#OrganizationConformancePackStatuses": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#OrganizationConformancePackStatus"
}
},
"com.amazonaws.configservice#OrganizationConformancePackTemplateValidationException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have specified a template that is not valid or supported.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#OrganizationConformancePacks": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#OrganizationConformancePack"
}
},
"com.amazonaws.configservice#OrganizationCustomPolicyRuleMetadata": {
"type": "structure",
"members": {
"Description": {
"target": "com.amazonaws.configservice#StringWithCharLimit256Min0",
"traits": {
"smithy.api#documentation": "<p>The description that you provide for your organization Config Custom Policy rule.</p>"
}
},
"OrganizationConfigRuleTriggerTypes": {
"target": "com.amazonaws.configservice#OrganizationConfigRuleTriggerTypeNoSNs",
"traits": {
"smithy.api#documentation": "<p>The type of notification that initiates Config to run an evaluation for a rule.\n\t\t\tFor Config Custom Policy rules, Config supports change-initiated notification types:</p>\n <ul>\n <li>\n <p>\n <code>ConfigurationItemChangeNotification</code> - Initiates an evaluation when Config delivers a configuration item as a result of a resource\n\t\t\t\t\tchange.</p>\n </li>\n <li>\n <p>\n <code>OversizedConfigurationItemChangeNotification</code> - Initiates an evaluation when\n\t\t\t\t\t\tConfig delivers an oversized configuration item. Config may generate this notification type when a resource changes and the\n\t\t\t\t\tnotification exceeds the maximum size allowed by Amazon SNS.</p>\n </li>\n </ul>"
}
},
"InputParameters": {
"target": "com.amazonaws.configservice#StringWithCharLimit1024",
"traits": {
"smithy.api#documentation": "<p>A string, in JSON format, that is passed to your organization Config Custom Policy rule.</p>"
}
},
"MaximumExecutionFrequency": {
"target": "com.amazonaws.configservice#MaximumExecutionFrequency",
"traits": {
"smithy.api#documentation": "<p>The maximum frequency with which Config runs evaluations for a rule. Your\n\t\t\tConfig Custom Policy rule is triggered when Config delivers\n\t\t\tthe configuration snapshot. For more information, see <a>ConfigSnapshotDeliveryProperties</a>.</p>"
}
},
"ResourceTypesScope": {
"target": "com.amazonaws.configservice#ResourceTypesScope",
"traits": {
"smithy.api#documentation": "<p>The type of the Amazon Web Services resource that was evaluated.</p>"
}
},
"ResourceIdScope": {
"target": "com.amazonaws.configservice#StringWithCharLimit768",
"traits": {
"smithy.api#documentation": "<p>The ID of the Amazon Web Services resource that was evaluated.</p>"
}
},
"TagKeyScope": {
"target": "com.amazonaws.configservice#StringWithCharLimit128",
"traits": {
"smithy.api#documentation": "<p>One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.</p>"
}
},
"TagValueScope": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).</p>"
}
},
"PolicyRuntime": {
"target": "com.amazonaws.configservice#PolicyRuntime",
"traits": {
"smithy.api#documentation": "<p>The runtime system for your organization Config Custom Policy rules. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the <a href=\"https://github.com/aws-cloudformation/cloudformation-guard\">Guard GitHub\n\t\t\tRepository</a>.</p>",
"smithy.api#required": {}
}
},
"PolicyText": {
"target": "com.amazonaws.configservice#PolicyText",
"traits": {
"smithy.api#documentation": "<p>The policy definition containing the logic for your organization Config Custom Policy rule.</p>",
"smithy.api#required": {}
}
},
"DebugLogDeliveryAccounts": {
"target": "com.amazonaws.configservice#DebugLogDeliveryAccounts",
"traits": {
"smithy.api#documentation": "<p>A list of accounts that you can enable debug logging for your organization Config Custom Policy rule. List is null when debug logging is enabled for all accounts.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>An\n\t\t\tobject that specifies metadata for your organization's Config Custom Policy rule. The metadata includes the runtime system in use, which accounts have\n\t\t\tdebug logging enabled, and other custom rule metadata, such as resource type, resource\n\t\t\tID of Amazon Web Services resource, and organization trigger types that initiate Config to evaluate Amazon Web Services resources against a rule.</p>"
}
},
"com.amazonaws.configservice#OrganizationCustomPolicyRuleMetadataNoPolicy": {
"type": "structure",
"members": {
"Description": {
"target": "com.amazonaws.configservice#StringWithCharLimit256Min0",
"traits": {
"smithy.api#documentation": "<p>The description that you provide for your organization Config Custom Policy rule.</p>"
}
},
"OrganizationConfigRuleTriggerTypes": {
"target": "com.amazonaws.configservice#OrganizationConfigRuleTriggerTypeNoSNs",
"traits": {
"smithy.api#documentation": "<p>The type of notification that triggers Config to run an evaluation for a rule.\n\t\t\tFor Config Custom Policy rules, Config supports change\n\t\t\ttriggered notification types:</p>\n <ul>\n <li>\n <p>\n <code>ConfigurationItemChangeNotification</code> - Triggers an evaluation when Config delivers a configuration item as a result of a resource change.</p>\n </li>\n <li>\n <p>\n <code>OversizedConfigurationItemChangeNotification</code> - Triggers an evaluation when Config delivers an oversized configuration item. \n\t\t\t\tConfig may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.</p>\n </li>\n </ul>"
}
},
"InputParameters": {
"target": "com.amazonaws.configservice#StringWithCharLimit1024",
"traits": {
"smithy.api#documentation": "<p>A string, in JSON format, that is passed to your organization Config Custom Policy rule.</p>"
}
},
"MaximumExecutionFrequency": {
"target": "com.amazonaws.configservice#MaximumExecutionFrequency",
"traits": {
"smithy.api#documentation": "<p>The maximum frequency with which Config runs evaluations for a rule. Your\n\t\t\tConfig Custom Policy rule is triggered when Config delivers\n\t\t\tthe configuration snapshot. For more information, see <a>ConfigSnapshotDeliveryProperties</a>.</p>"
}
},
"ResourceTypesScope": {
"target": "com.amazonaws.configservice#ResourceTypesScope",
"traits": {
"smithy.api#documentation": "<p>The type of the Amazon Web Services resource that was evaluated.</p>"
}
},
"ResourceIdScope": {
"target": "com.amazonaws.configservice#StringWithCharLimit768",
"traits": {
"smithy.api#documentation": "<p>The ID of the Amazon Web Services resource that was evaluated.</p>"
}
},
"TagKeyScope": {
"target": "com.amazonaws.configservice#StringWithCharLimit128",
"traits": {
"smithy.api#documentation": "<p>One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.</p>"
}
},
"TagValueScope": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).</p>"
}
},
"PolicyRuntime": {
"target": "com.amazonaws.configservice#PolicyRuntime",
"traits": {
"smithy.api#documentation": "<p>The runtime system for your organization Config Custom Policy rules. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the <a href=\"https://github.com/aws-cloudformation/cloudformation-guard\">Guard GitHub\n\t\t\tRepository</a>.</p>"
}
},
"DebugLogDeliveryAccounts": {
"target": "com.amazonaws.configservice#DebugLogDeliveryAccounts",
"traits": {
"smithy.api#documentation": "<p>A list of accounts that you can enable debug logging for your organization Config Custom Policy rule. List is null when debug logging is enabled for all accounts.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p> metadata for your organization Config Custom Policy rule including the runtime system in use, which accounts have debug logging enabled, and\n\t\t\tother custom rule metadata such as resource type, resource ID of Amazon Web Services\n\t\t\tresource, and organization trigger types that trigger Config to evaluate\n\t\t\t\tAmazon Web Services resources against a rule.</p>"
}
},
"com.amazonaws.configservice#OrganizationCustomRuleMetadata": {
"type": "structure",
"members": {
"Description": {
"target": "com.amazonaws.configservice#StringWithCharLimit256Min0",
"traits": {
"smithy.api#documentation": "<p>The description that you provide for your organization Config rule.</p>"
}
},
"LambdaFunctionArn": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The lambda function ARN.</p>",
"smithy.api#required": {}
}
},
"OrganizationConfigRuleTriggerTypes": {
"target": "com.amazonaws.configservice#OrganizationConfigRuleTriggerTypes",
"traits": {
"smithy.api#documentation": "<p>The type of notification that triggers Config to run an evaluation for a rule. You can specify the following notification types:</p>\n <ul>\n <li>\n <p>\n <code>ConfigurationItemChangeNotification</code> - Triggers an evaluation when Config delivers a configuration item as a result of a resource change.</p>\n </li>\n <li>\n <p>\n <code>OversizedConfigurationItemChangeNotification</code> - Triggers an evaluation when Config delivers an oversized configuration item. \n\t\t\t \tConfig may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.</p>\n </li>\n <li>\n <p>\n <code>ScheduledNotification</code> - Triggers a periodic evaluation at the frequency specified for <code>MaximumExecutionFrequency</code>.</p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"InputParameters": {
"target": "com.amazonaws.configservice#StringWithCharLimit1024",
"traits": {
"smithy.api#documentation": "<p>A string, in JSON format, that is passed to your organization Config rule Lambda function.</p>"
}
},
"MaximumExecutionFrequency": {
"target": "com.amazonaws.configservice#MaximumExecutionFrequency",
"traits": {
"smithy.api#documentation": "<p>The maximum frequency with which Config runs evaluations for a rule. \n\t\t\tYour custom rule is triggered when Config delivers the configuration snapshot. For more information, see <a>ConfigSnapshotDeliveryProperties</a>.</p>\n <note>\n <p>By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid \n\t\t\tvalue for the <code>MaximumExecutionFrequency</code> parameter.</p>\n </note>"
}
},
"ResourceTypesScope": {
"target": "com.amazonaws.configservice#ResourceTypesScope",
"traits": {
"smithy.api#documentation": "<p>The type of the Amazon Web Services resource that was evaluated.</p>"
}
},
"ResourceIdScope": {
"target": "com.amazonaws.configservice#StringWithCharLimit768",
"traits": {
"smithy.api#documentation": "<p>The ID of the Amazon Web Services resource that was evaluated.</p>"
}
},
"TagKeyScope": {
"target": "com.amazonaws.configservice#StringWithCharLimit128",
"traits": {
"smithy.api#documentation": "<p>One part of a key-value pair that make up a tag. \n\t\t\tA key is a general label that acts like a category for more specific tag values. </p>"
}
},
"TagValueScope": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The optional part of a key-value pair that make up a tag. \n\t\t\tA value acts as a descriptor within a tag category (key). </p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>An object that specifies organization custom rule metadata such as resource type, resource ID of Amazon Web Services resource, Lambda function ARN, \n\t\t\tand organization trigger types that trigger Config to evaluate your Amazon Web Services resources against a rule. \n\t\t\tIt also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.</p>"
}
},
"com.amazonaws.configservice#OrganizationManagedRuleMetadata": {
"type": "structure",
"members": {
"Description": {
"target": "com.amazonaws.configservice#StringWithCharLimit256Min0",
"traits": {
"smithy.api#documentation": "<p>The description that you provide for your organization Config rule.</p>"
}
},
"RuleIdentifier": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>For organization config managed rules, a predefined identifier from a\n\t\t\tlist. For example, <code>IAM_PASSWORD_POLICY</code> is a managed\n\t\t\trule. To reference a managed rule, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html\">Using Config managed rules</a>.</p>",
"smithy.api#required": {}
}
},
"InputParameters": {
"target": "com.amazonaws.configservice#StringWithCharLimit1024",
"traits": {
"smithy.api#documentation": "<p>A string, in JSON format, that is passed to your organization Config rule Lambda function.</p>"
}
},
"MaximumExecutionFrequency": {
"target": "com.amazonaws.configservice#MaximumExecutionFrequency",
"traits": {
"smithy.api#documentation": "<p>The maximum frequency with which Config runs evaluations for a rule. This is for an Config managed rule that is triggered at a periodic frequency.</p>\n <note>\n <p>By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid \n\t\t\tvalue for the <code>MaximumExecutionFrequency</code> parameter.</p>\n </note>"
}
},
"ResourceTypesScope": {
"target": "com.amazonaws.configservice#ResourceTypesScope",
"traits": {
"smithy.api#documentation": "<p>The type of the Amazon Web Services resource that was evaluated.</p>"
}
},
"ResourceIdScope": {
"target": "com.amazonaws.configservice#StringWithCharLimit768",
"traits": {
"smithy.api#documentation": "<p>The ID of the Amazon Web Services resource that was evaluated.</p>"
}
},
"TagKeyScope": {
"target": "com.amazonaws.configservice#StringWithCharLimit128",
"traits": {
"smithy.api#documentation": "<p>One part of a key-value pair that make up a tag. \n\t\t\tA key is a general label that acts like a category for more specific tag values. </p>"
}
},
"TagValueScope": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The optional part of a key-value pair that make up a tag. \n\t\t\tA value acts as a descriptor within a tag category (key).</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>An object that specifies organization managed rule metadata such as resource type and ID of Amazon Web Services resource along with the rule identifier. \n\t\t\tIt also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.</p>"
}
},
"com.amazonaws.configservice#OrganizationResourceDetailedStatus": {
"type": "enum",
"members": {
"CREATE_SUCCESSFUL": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CREATE_SUCCESSFUL"
}
},
"CREATE_IN_PROGRESS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CREATE_IN_PROGRESS"
}
},
"CREATE_FAILED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CREATE_FAILED"
}
},
"DELETE_SUCCESSFUL": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DELETE_SUCCESSFUL"
}
},
"DELETE_FAILED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DELETE_FAILED"
}
},
"DELETE_IN_PROGRESS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DELETE_IN_PROGRESS"
}
},
"UPDATE_SUCCESSFUL": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "UPDATE_SUCCESSFUL"
}
},
"UPDATE_IN_PROGRESS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "UPDATE_IN_PROGRESS"
}
},
"UPDATE_FAILED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "UPDATE_FAILED"
}
}
}
},
"com.amazonaws.configservice#OrganizationResourceDetailedStatusFilters": {
"type": "structure",
"members": {
"AccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit account ID of the member account within an organization.</p>"
}
},
"Status": {
"target": "com.amazonaws.configservice#OrganizationResourceDetailedStatus",
"traits": {
"smithy.api#documentation": "<p>Indicates deployment status for conformance pack in a member account.\n\t\t\tWhen management account calls <code>PutOrganizationConformancePack</code> action for the first time, conformance pack status is created in the member account. \n\t\t\tWhen management account calls <code>PutOrganizationConformancePack</code> action for the second time, conformance pack status is updated in the member account. \n\t\t\tConformance pack status is deleted when the management account deletes <code>OrganizationConformancePack</code> and disables service access for <code>config-multiaccountsetup.amazonaws.com</code>. \n\t\t</p>\n <p> Config sets the state of the conformance pack to:</p>\n <ul>\n <li>\n <p>\n <code>CREATE_SUCCESSFUL</code> when conformance pack has been created in the member account. </p>\n </li>\n <li>\n <p>\n <code>CREATE_IN_PROGRESS</code> when conformance pack is being created in the member account.</p>\n </li>\n <li>\n <p>\n <code>CREATE_FAILED</code> when conformance pack creation has failed in the member account.</p>\n </li>\n <li>\n <p>\n <code>DELETE_FAILED</code> when conformance pack deletion has failed in the member account.</p>\n </li>\n <li>\n <p>\n <code>DELETE_IN_PROGRESS</code> when conformance pack is being deleted in the member account.</p>\n </li>\n <li>\n <p>\n <code>DELETE_SUCCESSFUL</code> when conformance pack has been deleted in the member account. </p>\n </li>\n <li>\n <p>\n <code>UPDATE_SUCCESSFUL</code> when conformance pack has been updated in the member account.</p>\n </li>\n <li>\n <p>\n <code>UPDATE_IN_PROGRESS</code> when conformance pack is being updated in the member account.</p>\n </li>\n <li>\n <p>\n <code>UPDATE_FAILED</code> when conformance pack deletion has failed in the member account.</p>\n </li>\n </ul>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Status filter object to filter results based on specific member account ID or status type for an organization conformance pack.</p>"
}
},
"com.amazonaws.configservice#OrganizationResourceStatus": {
"type": "enum",
"members": {
"CREATE_SUCCESSFUL": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CREATE_SUCCESSFUL"
}
},
"CREATE_IN_PROGRESS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CREATE_IN_PROGRESS"
}
},
"CREATE_FAILED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CREATE_FAILED"
}
},
"DELETE_SUCCESSFUL": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DELETE_SUCCESSFUL"
}
},
"DELETE_FAILED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DELETE_FAILED"
}
},
"DELETE_IN_PROGRESS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DELETE_IN_PROGRESS"
}
},
"UPDATE_SUCCESSFUL": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "UPDATE_SUCCESSFUL"
}
},
"UPDATE_IN_PROGRESS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "UPDATE_IN_PROGRESS"
}
},
"UPDATE_FAILED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "UPDATE_FAILED"
}
}
}
},
"com.amazonaws.configservice#OrganizationRuleStatus": {
"type": "enum",
"members": {
"CREATE_SUCCESSFUL": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CREATE_SUCCESSFUL"
}
},
"CREATE_IN_PROGRESS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CREATE_IN_PROGRESS"
}
},
"CREATE_FAILED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CREATE_FAILED"
}
},
"DELETE_SUCCESSFUL": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DELETE_SUCCESSFUL"
}
},
"DELETE_FAILED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DELETE_FAILED"
}
},
"DELETE_IN_PROGRESS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DELETE_IN_PROGRESS"
}
},
"UPDATE_SUCCESSFUL": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "UPDATE_SUCCESSFUL"
}
},
"UPDATE_IN_PROGRESS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "UPDATE_IN_PROGRESS"
}
},
"UPDATE_FAILED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "UPDATE_FAILED"
}
}
}
},
"com.amazonaws.configservice#OversizedConfigurationItemException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The configuration item size is outside the allowable range.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#Owner": {
"type": "enum",
"members": {
"Custom_Lambda": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CUSTOM_LAMBDA"
}
},
"Aws": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS"
}
},
"Custom_Policy": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CUSTOM_POLICY"
}
}
}
},
"com.amazonaws.configservice#PageSizeLimit": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 20
}
}
},
"com.amazonaws.configservice#ParameterName": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 255
}
}
},
"com.amazonaws.configservice#ParameterValue": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 4096
}
}
},
"com.amazonaws.configservice#PendingAggregationRequest": {
"type": "structure",
"members": {
"RequesterAccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit account ID of the account requesting to aggregate\n\t\t\tdata.</p>"
}
},
"RequesterAwsRegion": {
"target": "com.amazonaws.configservice#AwsRegion",
"traits": {
"smithy.api#documentation": "<p>The region requesting to aggregate data. </p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>An object that represents the account ID and region of an\n\t\t\taggregator account that is requesting authorization but is not yet\n\t\t\tauthorized.</p>"
}
},
"com.amazonaws.configservice#PendingAggregationRequestList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#PendingAggregationRequest"
}
},
"com.amazonaws.configservice#Percentage": {
"type": "integer",
"traits": {
"smithy.api#range": {
"min": 1,
"max": 100
}
}
},
"com.amazonaws.configservice#PolicyRuntime": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 64
},
"smithy.api#pattern": "^guard\\-2\\.x\\.x$"
}
},
"com.amazonaws.configservice#PolicyText": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 10000
}
}
},
"com.amazonaws.configservice#Provider": {
"type": "enum",
"members": {
"AZURE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AZURE"
}
}
}
},
"com.amazonaws.configservice#PutAggregationAuthorization": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#PutAggregationAuthorizationRequest"
},
"output": {
"target": "com.amazonaws.configservice#PutAggregationAuthorizationResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
}
],
"traits": {
"smithy.api#documentation": "<p>Authorizes the aggregator account and region to collect data\n\t\t\tfrom the source account and region. </p>\n <note>\n <p>\n <b>Tags are added at creation and cannot be updated with this operation</b>\n </p>\n <p>\n <code>PutAggregationAuthorization</code> is an idempotent API. Subsequent requests won\u2019t create a duplicate resource if one was already created. If a following request has different <code>tags</code> values,\n\t\t\tConfig will ignore these differences and treat it as an idempotent request of the previous. In this case, <code>tags</code> will not be updated, even if they are different.</p>\n <p>Use <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_TagResource.html\">TagResource</a> and <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_UntagResource.html\">UntagResource</a> to update tags after creation.</p>\n </note>"
}
},
"com.amazonaws.configservice#PutAggregationAuthorizationRequest": {
"type": "structure",
"members": {
"AuthorizedAccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit account ID of the account authorized to aggregate data.</p>",
"smithy.api#required": {}
}
},
"AuthorizedAwsRegion": {
"target": "com.amazonaws.configservice#AwsRegion",
"traits": {
"smithy.api#documentation": "<p>The region authorized to collect aggregated data.</p>",
"smithy.api#required": {}
}
},
"Tags": {
"target": "com.amazonaws.configservice#TagsList",
"traits": {
"smithy.api#documentation": "<p>An array of tag object.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#PutAggregationAuthorizationResponse": {
"type": "structure",
"members": {
"AggregationAuthorization": {
"target": "com.amazonaws.configservice#AggregationAuthorization",
"traits": {
"smithy.api#documentation": "<p>Returns an AggregationAuthorization object.\n\t\t\t\n\t\t</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#PutConfigRule": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#PutConfigRuleRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#InsufficientPermissionsException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#MaxNumberOfConfigRulesExceededException"
},
{
"target": "com.amazonaws.configservice#NoAvailableConfigurationRecorderException"
},
{
"target": "com.amazonaws.configservice#ResourceInUseException"
}
],
"traits": {
"smithy.api#documentation": "<p>Adds or updates an Config rule to evaluate if your\n\t\t\tAmazon Web Services resources comply with your desired configurations. For information on how many Config rules you can have per account, \n\t\t\tsee <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html\">\n <b>Service Limits</b>\n </a> in the <i>Config Developer Guide</i>.</p>\n <p>There are two types of rules: <i>Config Managed Rules</i> and <i>Config Custom Rules</i>.\n\t\t\tYou can use <code>PutConfigRule</code> to create both Config Managed Rules and Config Custom Rules.</p>\n <p>Config Managed Rules are predefined,\n\t\t\tcustomizable rules created by Config. For a list of managed rules, see\n\t\t\t<a href=\"https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html\">List of Config\n\t\t\t\tManaged Rules</a>. If you are adding an Config managed rule, you must specify the\n\t\t\trule's identifier for the <code>SourceIdentifier</code> key.</p>\n <p>Config Custom Rules are rules that you create from scratch. There are two ways to create Config custom rules: with Lambda functions\n\t\t\t(<a href=\"https://docs.aws.amazon.com/config/latest/developerguide/gettingstarted-concepts.html#gettingstarted-concepts-function\"> Lambda Developer Guide</a>) and with Guard (<a href=\"https://github.com/aws-cloudformation/cloudformation-guard\">Guard GitHub\n\t\t\t\t\tRepository</a>), a policy-as-code language.\n\t\t\t\n\t\t\tConfig custom rules created with Lambda\n\t\t\tare called <i>Config Custom Lambda Rules</i> and Config custom rules created with\n\t\t\tGuard are called <i>Config Custom Policy Rules</i>.</p>\n <p>If you are adding a new Config Custom Lambda rule,\n\t\t\tyou first need to create an Lambda function that the rule invokes to evaluate\n\t\t\tyour resources. When you use <code>PutConfigRule</code> to add a Custom Lambda rule to Config, you must specify the Amazon Resource\n\t\t\tName (ARN) that Lambda assigns to the function. You specify the ARN\n\t\t\tin the <code>SourceIdentifier</code> key. This key is part of the\n\t\t\t<code>Source</code> object, which is part of the\n\t\t\t<code>ConfigRule</code> object. </p>\n <p>For any new Config rule that you add, specify the\n\t\t\t\t<code>ConfigRuleName</code> in the <code>ConfigRule</code>\n\t\t\tobject. Do not specify the <code>ConfigRuleArn</code> or the\n\t\t\t<code>ConfigRuleId</code>. These values are generated by Config for new rules.</p>\n <p>If you are updating a rule that you added previously, you can\n\t\t\tspecify the rule by <code>ConfigRuleName</code>,\n\t\t\t\t<code>ConfigRuleId</code>, or <code>ConfigRuleArn</code> in the\n\t\t\t\t<code>ConfigRule</code> data type that you use in this\n\t\t\trequest.</p>\n <p>For more information about developing and using Config\n\t\t\trules, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html\">Evaluating Resources with Config Rules</a>\n\t\t\tin the <i>Config Developer Guide</i>.</p>\n <note>\n <p>\n <b>Tags are added at creation and cannot be updated with this operation</b>\n </p>\n <p>\n <code>PutConfigRule</code> is an idempotent API. Subsequent requests won\u2019t create a duplicate resource if one was already created. If a following request has different <code>tags</code> values,\n\t\t\tConfig will ignore these differences and treat it as an idempotent request of the previous. In this case, <code>tags</code> will not be updated, even if they are different.</p>\n <p>Use <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_TagResource.html\">TagResource</a> and <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_UntagResource.html\">UntagResource</a> to update tags after creation.</p>\n </note>"
}
},
"com.amazonaws.configservice#PutConfigRuleRequest": {
"type": "structure",
"members": {
"ConfigRule": {
"target": "com.amazonaws.configservice#ConfigRule",
"traits": {
"smithy.api#documentation": "<p>The rule that you want to add to your account.</p>",
"smithy.api#required": {}
}
},
"Tags": {
"target": "com.amazonaws.configservice#TagsList",
"traits": {
"smithy.api#documentation": "<p>An array of tag object.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#PutConfigurationAggregator": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#PutConfigurationAggregatorRequest"
},
"output": {
"target": "com.amazonaws.configservice#PutConfigurationAggregatorResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#InvalidRoleException"
},
{
"target": "com.amazonaws.configservice#LimitExceededException"
},
{
"target": "com.amazonaws.configservice#NoAvailableOrganizationException"
},
{
"target": "com.amazonaws.configservice#OrganizationAccessDeniedException"
},
{
"target": "com.amazonaws.configservice#OrganizationAllFeaturesNotEnabledException"
}
],
"traits": {
"smithy.api#documentation": "<p>Creates and updates the configuration aggregator with the\n\t\t\tselected source accounts and regions. The source account can be\n\t\t\tindividual account(s) or an organization.</p>\n <p>\n <code>accountIds</code> that are passed will be replaced with existing accounts.\n\t\t\tIf you want to add additional accounts into the aggregator, call <code>DescribeConfigurationAggregators</code> to get the previous accounts and then append new ones.</p>\n <note>\n <p>Config should be enabled in source accounts and regions\n\t\t\t\tyou want to aggregate.</p>\n <p>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. \n\t\t\t\tIf the caller is a management account, Config calls <code>EnableAwsServiceAccess</code> API to enable integration between Config and Organizations.\n\t\t\t\tIf the caller is a registered delegated administrator, Config calls <code>ListDelegatedAdministrators</code> API to verify whether the caller is a valid delegated administrator.</p>\n <p>To register a delegated administrator, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/set-up-aggregator-cli.html#register-a-delegated-administrator-cli\">Register a Delegated Administrator</a> in the <i>Config developer guide</i>. </p>\n </note>\n <note>\n <p>\n <b>Tags are added at creation and cannot be updated with this operation</b>\n </p>\n <p>\n <code>PutConfigurationAggregator</code> is an idempotent API. Subsequent requests won\u2019t create a duplicate resource if one was already created. If a following request has different <code>tags</code> values,\n\t\t\tConfig will ignore these differences and treat it as an idempotent request of the previous. In this case, <code>tags</code> will not be updated, even if they are different.</p>\n <p>Use <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_TagResource.html\">TagResource</a> and <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_UntagResource.html\">UntagResource</a> to update tags after creation.</p>\n </note>"
}
},
"com.amazonaws.configservice#PutConfigurationAggregatorRequest": {
"type": "structure",
"members": {
"ConfigurationAggregatorName": {
"target": "com.amazonaws.configservice#ConfigurationAggregatorName",
"traits": {
"smithy.api#documentation": "<p>The name of the configuration aggregator.</p>",
"smithy.api#required": {}
}
},
"AccountAggregationSources": {
"target": "com.amazonaws.configservice#AccountAggregationSourceList",
"traits": {
"smithy.api#documentation": "<p>A list of AccountAggregationSource object.\n\t\t\t\n\t\t</p>"
}
},
"OrganizationAggregationSource": {
"target": "com.amazonaws.configservice#OrganizationAggregationSource",
"traits": {
"smithy.api#documentation": "<p>An OrganizationAggregationSource object.</p>"
}
},
"Tags": {
"target": "com.amazonaws.configservice#TagsList",
"traits": {
"smithy.api#documentation": "<p>An array of tag object.</p>"
}
},
"AggregatorFilters": {
"target": "com.amazonaws.configservice#AggregatorFilters",
"traits": {
"smithy.api#documentation": "<p>An object to filter configuration recorders in an aggregator. Either <code>ResourceType</code> or <code>ServicePrincipal</code> is required.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#PutConfigurationAggregatorResponse": {
"type": "structure",
"members": {
"ConfigurationAggregator": {
"target": "com.amazonaws.configservice#ConfigurationAggregator",
"traits": {
"smithy.api#documentation": "<p>Returns a ConfigurationAggregator object.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#PutConfigurationRecorder": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#PutConfigurationRecorderRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidConfigurationRecorderNameException"
},
{
"target": "com.amazonaws.configservice#InvalidRecordingGroupException"
},
{
"target": "com.amazonaws.configservice#InvalidRoleException"
},
{
"target": "com.amazonaws.configservice#MaxNumberOfConfigurationRecordersExceededException"
},
{
"target": "com.amazonaws.configservice#UnmodifiableEntityException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Creates or updates the customer managed configuration recorder.</p>\n <p>You can use this operation to create a new customer managed configuration recorder or to update the <code>roleARN</code> and the <code>recordingGroup</code> for an existing customer managed configuration recorder.</p>\n <p>To start the customer managed configuration recorder and begin recording configuration changes for the resource types you specify,\n\t\t\tuse the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_StartConfigurationRecorder.html\">StartConfigurationRecorder</a> operation.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/stop-start-recorder.html\">\n <b>Working with the Configuration Recorder</b>\n </a> in the <i>Config Developer Guide</i>.</p>\n <note>\n <p>\n <b>One customer managed configuration recorder per account per Region</b>\n </p>\n <p>You can create only one customer managed configuration recorder for each account for each Amazon Web Services Region.</p>\n <p>\n <b>Default is to record all supported resource types, excluding the global IAM resource types</b>\n </p>\n <p>If you have not specified values for the <code>recordingGroup</code> field, the default for the customer managed configuration recorder is to record all supported resource\n\t\t\t\ttypes, excluding the global IAM resource types: <code>AWS::IAM::Group</code>, <code>AWS::IAM::Policy</code>, <code>AWS::IAM::Role</code>, and <code>AWS::IAM::User</code>.</p>\n <p>\n <b>Tags are added at creation and cannot be updated</b>\n </p>\n <p>\n <code>PutConfigurationRecorder</code> is an idempotent API. Subsequent requests won\u2019t create a duplicate resource if one was already created. If a following request has different tags values,\n\t\t\t\tConfig 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.</p>\n <p>Use <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_TagResource.html\">TagResource</a> and <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_UntagResource.html\">UntagResource</a> to update tags after creation.</p>\n </note>"
}
},
"com.amazonaws.configservice#PutConfigurationRecorderRequest": {
"type": "structure",
"members": {
"ConfigurationRecorder": {
"target": "com.amazonaws.configservice#ConfigurationRecorder",
"traits": {
"smithy.api#documentation": "<p>An object for the configuration recorder. A configuration recorder records configuration changes for the resource types in scope.</p>",
"smithy.api#required": {}
}
},
"Tags": {
"target": "com.amazonaws.configservice#TagsList",
"traits": {
"smithy.api#documentation": "<p>The tags for the customer managed configuration recorder. Each tag consists of a key and an optional value, both of which you define.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The input for the <a>PutConfigurationRecorder</a>\n\t\t\taction.</p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#PutConformancePack": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#PutConformancePackRequest"
},
"output": {
"target": "com.amazonaws.configservice#PutConformancePackResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#ConformancePackTemplateValidationException"
},
{
"target": "com.amazonaws.configservice#InsufficientPermissionsException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#MaxNumberOfConformancePacksExceededException"
},
{
"target": "com.amazonaws.configservice#ResourceInUseException"
}
],
"traits": {
"smithy.api#documentation": "<p>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.\n\t\t\tFor information on how many conformance packs you can have per account, \n\t\t\tsee <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html\">\n <b>Service Limits</b>\n </a> in the <i>Config Developer Guide</i>.</p>\n <important>\n <p>When you use <code>PutConformancePack</code> to deploy conformance packs in your account,\n\t\t\t\tthe operation can create Config rules and remediation actions without\n\t\t\t\trequiring <code>config:PutConfigRule</code> or\n\t\t\t\t\t<code>config:PutRemediationConfigurations</code> permissions in your account IAM\n\t\t\t\tpolicies.</p>\n <p>This API uses the <code>AWSServiceRoleForConfigConforms</code> service-linked role in your\n\t\t\t\taccount to create conformance pack resources. This service-linked role includes the\n\t\t\t\tpermissions to create Config rules and remediation configurations, even\n\t\t\t\tif your account IAM policies explicitly deny these actions.</p>\n </important>\n <p>This API creates a service-linked role <code>AWSServiceRoleForConfigConforms</code> in your account. \n\t\tThe service-linked role is created only when the role does not exist in your account. </p>\n <note>\n <p>You must specify only one of the follow parameters: <code>TemplateS3Uri</code>, <code>TemplateBody</code> or <code>TemplateSSMDocumentDetails</code>.</p>\n </note>\n <note>\n <p>\n <b>Tags are added at creation and cannot be updated with this operation</b>\n </p>\n <p>\n <code>PutConformancePack</code> is an idempotent API. Subsequent requests won't create a duplicate resource if one was already created. If a following request has different <code>tags</code> values,\n\t\t\tConfig will ignore these differences and treat it as an idempotent request of the previous. In this case, <code>tags</code> will not be updated, even if they are different.</p>\n <p>Use <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_TagResource.html\">TagResource</a> and <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_UntagResource.html\">UntagResource</a> to update tags after creation.</p>\n </note>"
}
},
"com.amazonaws.configservice#PutConformancePackRequest": {
"type": "structure",
"members": {
"ConformancePackName": {
"target": "com.amazonaws.configservice#ConformancePackName",
"traits": {
"smithy.api#documentation": "<p>The unique name of the conformance pack you want to deploy.</p>",
"smithy.api#required": {}
}
},
"TemplateS3Uri": {
"target": "com.amazonaws.configservice#TemplateS3Uri",
"traits": {
"smithy.api#documentation": "<p>The location of the file containing the template body (<code>s3://bucketname/prefix</code>). The uri must point to a conformance pack template (max size: 300 KB) that is located in an Amazon S3 bucket in the same Region as the conformance pack. </p>\n <note>\n <p>You must have access to read Amazon S3 bucket.\n\t\t\tIn addition, in order to ensure a successful deployment, the template object must not be in an <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html\">archived storage class</a> if this parameter is passed.</p>\n </note>"
}
},
"TemplateBody": {
"target": "com.amazonaws.configservice#TemplateBody",
"traits": {
"smithy.api#documentation": "<p>A string that contains the full conformance pack template body. The structure containing the template body has a minimum length of 1 byte and a maximum length of 51,200 bytes.</p>\n <note>\n <p>You can use a YAML template with two resource types: Config rule (<code>AWS::Config::ConfigRule</code>) and remediation action (<code>AWS::Config::RemediationConfiguration</code>).</p>\n </note>"
}
},
"DeliveryS3Bucket": {
"target": "com.amazonaws.configservice#DeliveryS3Bucket",
"traits": {
"smithy.api#documentation": "<p>The name of the Amazon S3 bucket where Config stores conformance pack templates.</p>\n <note>\n <p>This field is optional.</p>\n </note>"
}
},
"DeliveryS3KeyPrefix": {
"target": "com.amazonaws.configservice#DeliveryS3KeyPrefix",
"traits": {
"smithy.api#documentation": "<p>The prefix for the Amazon S3 bucket. </p>\n <note>\n <p>This field is optional.</p>\n </note>"
}
},
"ConformancePackInputParameters": {
"target": "com.amazonaws.configservice#ConformancePackInputParameters",
"traits": {
"smithy.api#documentation": "<p>A list of <code>ConformancePackInputParameter</code> objects.</p>"
}
},
"TemplateSSMDocumentDetails": {
"target": "com.amazonaws.configservice#TemplateSSMDocumentDetails",
"traits": {
"smithy.api#documentation": "<p>An object of type <code>TemplateSSMDocumentDetails</code>, which contains the name or the Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.</p>"
}
},
"Tags": {
"target": "com.amazonaws.configservice#TagsList",
"traits": {
"smithy.api#documentation": "<p>The tags for the conformance pack. Each tag consists of a key and an optional value, both of which you define.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#PutConformancePackResponse": {
"type": "structure",
"members": {
"ConformancePackArn": {
"target": "com.amazonaws.configservice#ConformancePackArn",
"traits": {
"smithy.api#documentation": "<p>ARN of the conformance pack.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#PutConnector": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#PutConnectorRequest"
},
"output": {
"target": "com.amazonaws.configservice#PutConnectorResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#ConflictException"
},
{
"target": "com.amazonaws.configservice#InsufficientPermissionsException"
},
{
"target": "com.amazonaws.configservice#MaxNumberOfConnectorsExceededException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Creates a connector that specifies the connection between a third-party cloud service provider and Config.</p>\n <p>A connector is required to create a service-linked configuration recorder for a third-party cloud service provider using the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_PutThirdPartyServiceLinkedConfigurationRecorder.html\">PutThirdPartyServiceLinkedConfigurationRecorder</a> operation.</p>\n <p>This API creates a service-linked role <code>AWSServiceRoleForConfigThirdParty</code> in your account. The service-linked role is created only when the role does not exist in your account.</p>\n <note>\n <p>\n <b>Connectors cannot be updated</b>\n </p>\n <p>To update the connector configuration, you must delete all associated configuration recorders, delete the connector, and recreate it with the updated configuration.</p>\n </note>\n <note>\n <p>\n <b>Tags are added at creation and cannot be updated with this operation</b>\n </p>\n <p>Use <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_TagResource.html\">TagResource</a> and <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_UntagResource.html\">UntagResource</a> to update tags after creation.</p>\n </note>"
}
},
"com.amazonaws.configservice#PutConnectorRequest": {
"type": "structure",
"members": {
"ConnectorConfiguration": {
"target": "com.amazonaws.configservice#ConnectorConfiguration",
"traits": {
"smithy.api#documentation": "<p>The provider-specific configuration for connecting to the third-party cloud service provider.</p>",
"smithy.api#required": {}
}
},
"Tags": {
"target": "com.amazonaws.configservice#TagsList",
"traits": {
"smithy.api#documentation": "<p>The tags for the connector. Each tag consists of a key and an optional value, both of which you define.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#PutConnectorResponse": {
"type": "structure",
"members": {
"Arn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the connector.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#PutDeliveryChannel": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#PutDeliveryChannelRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#InsufficientDeliveryPolicyException"
},
{
"target": "com.amazonaws.configservice#InvalidDeliveryChannelNameException"
},
{
"target": "com.amazonaws.configservice#InvalidS3KeyPrefixException"
},
{
"target": "com.amazonaws.configservice#InvalidS3KmsKeyArnException"
},
{
"target": "com.amazonaws.configservice#InvalidSNSTopicARNException"
},
{
"target": "com.amazonaws.configservice#MaxNumberOfDeliveryChannelsExceededException"
},
{
"target": "com.amazonaws.configservice#NoAvailableConfigurationRecorderException"
},
{
"target": "com.amazonaws.configservice#NoSuchBucketException"
}
],
"traits": {
"smithy.api#documentation": "<p>Creates or updates a delivery channel to deliver configuration\n\t\t\tinformation and other compliance information.</p>\n <p>You can use this operation to create a new delivery channel or to update the Amazon S3 bucket and the\n\t\t\tAmazon SNS topic of an existing delivery channel.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/manage-delivery-channel.html\">\n <b>Working with the Delivery Channel</b>\n </a> in the <i>Config Developer Guide.</i>\n </p>\n <note>\n <p>\n <b>One delivery channel per account per Region</b>\n </p>\n <p>You can have only one delivery channel for each account for each Amazon Web Services Region.</p>\n </note>"
}
},
"com.amazonaws.configservice#PutDeliveryChannelRequest": {
"type": "structure",
"members": {
"DeliveryChannel": {
"target": "com.amazonaws.configservice#DeliveryChannel",
"traits": {
"smithy.api#documentation": "<p>An object for the delivery channel. A delivery channel sends notifications and updated configuration states.\n\t\t</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The input for the <a>PutDeliveryChannel</a>\n\t\t\taction.</p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#PutEvaluations": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#PutEvaluationsRequest"
},
"output": {
"target": "com.amazonaws.configservice#PutEvaluationsResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#InvalidResultTokenException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigRuleException"
}
],
"traits": {
"smithy.api#documentation": "<p>Used by an Lambda function to deliver evaluation results to\n\t\t\tConfig. This operation is required in every Lambda function\n\t\t\tthat is invoked by an Config rule.</p>"
}
},
"com.amazonaws.configservice#PutEvaluationsRequest": {
"type": "structure",
"members": {
"Evaluations": {
"target": "com.amazonaws.configservice#Evaluations",
"traits": {
"smithy.api#documentation": "<p>The assessments that the Lambda function performs. Each\n\t\t\tevaluation identifies an Amazon Web Services resource and indicates whether it\n\t\t\tcomplies with the Config rule that invokes the Lambda\n\t\t\tfunction.</p>"
}
},
"ResultToken": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>An encrypted token that associates an evaluation with an Config rule. Identifies the rule and the event that triggered the\n\t\t\tevaluation.</p>",
"smithy.api#required": {}
}
},
"TestMode": {
"target": "com.amazonaws.configservice#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>Use this parameter to specify a test run for\n\t\t\t<code>PutEvaluations</code>. You can verify whether your Lambda function will deliver evaluation results to Config. No\n\t\t\tupdates occur to your existing evaluations, and evaluation results\n\t\t\tare not sent to Config.</p>\n <note>\n <p>When <code>TestMode</code> is <code>true</code>,\n\t\t\t\t\t<code>PutEvaluations</code> doesn't require a valid value\n\t\t\t\tfor the <code>ResultToken</code> parameter, but the value cannot\n\t\t\t\tbe null.</p>\n </note>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#PutEvaluationsResponse": {
"type": "structure",
"members": {
"FailedEvaluations": {
"target": "com.amazonaws.configservice#Evaluations",
"traits": {
"smithy.api#documentation": "<p>Requests that failed because of a client or server\n\t\t\terror.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#PutExternalEvaluation": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#PutExternalEvaluationRequest"
},
"output": {
"target": "com.amazonaws.configservice#PutExternalEvaluationResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigRuleException"
}
],
"traits": {
"smithy.api#documentation": "<p>Add or updates the evaluations for process checks.\t\t\n\t\t\tThis API checks if the rule is a process check when the name of the Config rule is provided.</p>"
}
},
"com.amazonaws.configservice#PutExternalEvaluationRequest": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#ConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name of the Config rule.</p>",
"smithy.api#required": {}
}
},
"ExternalEvaluation": {
"target": "com.amazonaws.configservice#ExternalEvaluation",
"traits": {
"smithy.api#documentation": "<p>An <code>ExternalEvaluation</code> object that provides details about compliance.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#PutExternalEvaluationResponse": {
"type": "structure",
"members": {},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#PutOrganizationConfigRule": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#PutOrganizationConfigRuleRequest"
},
"output": {
"target": "com.amazonaws.configservice#PutOrganizationConfigRuleResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InsufficientPermissionsException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#MaxNumberOfOrganizationConfigRulesExceededException"
},
{
"target": "com.amazonaws.configservice#NoAvailableOrganizationException"
},
{
"target": "com.amazonaws.configservice#OrganizationAccessDeniedException"
},
{
"target": "com.amazonaws.configservice#OrganizationAllFeaturesNotEnabledException"
},
{
"target": "com.amazonaws.configservice#ResourceInUseException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Adds or updates an Config rule for your entire organization to evaluate if your Amazon Web Services resources comply with your \n\t\t\tdesired configurations. For information on how many organization Config rules you can have per account, \n\t\t\tsee <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html\">\n <b>Service Limits</b>\n </a> in the <i>Config Developer Guide</i>.</p>\n <p> Only a management account and a delegated administrator can create or update an organization Config rule.\n\t\tWhen calling this API with a delegated administrator, you must ensure Organizations \n\t\t<code>ListDelegatedAdministrator</code> permissions are added. An organization can have up to 3 delegated administrators.</p>\n <p>This API enables organization service access through the <code>EnableAWSServiceAccess</code> action and creates a service-linked \n\t\t\trole <code>AWSServiceRoleForConfigMultiAccountSetup</code> in the management or delegated administrator account of your organization. \n\t\t\tThe service-linked role is created only when the role does not exist in the caller account. \n\t\t\tConfig verifies the existence of role with <code>GetRole</code> action.</p>\n <p>To use this API with delegated administrator, register a delegated administrator by calling Amazon Web Services Organization\n\t\t\t<code>register-delegated-administrator</code> for <code>config-multiaccountsetup.amazonaws.com</code>. </p>\n <p>There are two types of rules: <i>Config Managed Rules</i> and <i>Config Custom Rules</i>. \n\t\t\tYou can use <code>PutOrganizationConfigRule</code> to create both Config Managed Rules and Config Custom Rules.</p>\n <p>Config Managed Rules are predefined,\n\t\t\tcustomizable rules created by Config. For a list of managed rules, see\n\t\t\t<a href=\"https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html\">List of Config\n\t\t\t\tManaged Rules</a>. If you are adding an Config managed rule, you must specify the rule's identifier for the <code>RuleIdentifier</code> key.</p>\n <p>Config Custom Rules are rules that you create from scratch. There are two ways to create Config custom rules: with Lambda functions\n\t\t\t(<a href=\"https://docs.aws.amazon.com/config/latest/developerguide/gettingstarted-concepts.html#gettingstarted-concepts-function\"> Lambda Developer Guide</a>) and with Guard (<a href=\"https://github.com/aws-cloudformation/cloudformation-guard\">Guard GitHub\n\t\t\t\t\tRepository</a>), a policy-as-code language.\n\t\t\t\n\t\t\tConfig custom rules created with Lambda\n\t\t\tare called <i>Config Custom Lambda Rules</i> and Config custom rules created with\n\t\t\tGuard are called <i>Config Custom Policy Rules</i>.</p>\n <p>If you are adding a new Config Custom Lambda rule, you first need to create an Lambda function in the management account or a delegated \n\t\tadministrator that the rule invokes to evaluate your resources. You also need to create an IAM role in the managed account that can be assumed by the Lambda function.\n\t\tWhen you use <code>PutOrganizationConfigRule</code> to add a Custom Lambda rule to Config, you must \n\t\t\tspecify the Amazon Resource Name (ARN) that Lambda assigns to the function.</p>\n <note>\n <p>Prerequisite: Ensure you call <code>EnableAllFeatures</code> API to enable all features in an organization.</p>\n <p>Make sure to specify one of either <code>OrganizationCustomPolicyRuleMetadata</code> for Custom Policy rules, <code>OrganizationCustomRuleMetadata</code> for Custom Lambda rules, or <code>OrganizationManagedRuleMetadata</code> for managed rules.</p>\n </note>"
}
},
"com.amazonaws.configservice#PutOrganizationConfigRuleRequest": {
"type": "structure",
"members": {
"OrganizationConfigRuleName": {
"target": "com.amazonaws.configservice#OrganizationConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name that you assign to an organization Config rule.</p>",
"smithy.api#required": {}
}
},
"OrganizationManagedRuleMetadata": {
"target": "com.amazonaws.configservice#OrganizationManagedRuleMetadata",
"traits": {
"smithy.api#documentation": "<p>An <code>OrganizationManagedRuleMetadata</code> object. This object specifies organization\n\t\t\tmanaged rule metadata such as resource type and ID of Amazon Web Services resource along with the rule identifier.\n\t\t\tIt also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.</p>"
}
},
"OrganizationCustomRuleMetadata": {
"target": "com.amazonaws.configservice#OrganizationCustomRuleMetadata",
"traits": {
"smithy.api#documentation": "<p>An <code>OrganizationCustomRuleMetadata</code> object. This object specifies organization custom rule metadata such as resource type,\n\t\t\tresource ID of Amazon Web Services resource, Lambda function ARN, and organization trigger types that trigger Config to evaluate your Amazon Web Services resources against a rule.\n\t\t\tIt also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.</p>"
}
},
"ExcludedAccounts": {
"target": "com.amazonaws.configservice#ExcludedAccounts",
"traits": {
"smithy.api#documentation": "<p>A comma-separated list of accounts that you want to exclude from an organization Config rule.</p>"
}
},
"OrganizationCustomPolicyRuleMetadata": {
"target": "com.amazonaws.configservice#OrganizationCustomPolicyRuleMetadata",
"traits": {
"smithy.api#documentation": "<p>An <code>OrganizationCustomPolicyRuleMetadata</code> object. This object specifies metadata for your organization's Config Custom Policy rule. The metadata includes the runtime system in use, which accounts have debug\n\t\t\tlogging enabled, and other custom rule metadata, such as resource type, resource ID of\n\t\t\tAmazon Web Services resource, and organization trigger types that initiate Config to evaluate Amazon Web Services resources against a rule.</p>"
}
},
"Tags": {
"target": "com.amazonaws.configservice#TagsList",
"traits": {
"smithy.api#documentation": "<p>The tags for the organization Config rule. Each tag consists of a key and an optional value, both of which you define.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#PutOrganizationConfigRuleResponse": {
"type": "structure",
"members": {
"OrganizationConfigRuleArn": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of an organization Config rule.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#PutOrganizationConformancePack": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#PutOrganizationConformancePackRequest"
},
"output": {
"target": "com.amazonaws.configservice#PutOrganizationConformancePackResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InsufficientPermissionsException"
},
{
"target": "com.amazonaws.configservice#MaxNumberOfOrganizationConformancePacksExceededException"
},
{
"target": "com.amazonaws.configservice#NoAvailableOrganizationException"
},
{
"target": "com.amazonaws.configservice#OrganizationAccessDeniedException"
},
{
"target": "com.amazonaws.configservice#OrganizationAllFeaturesNotEnabledException"
},
{
"target": "com.amazonaws.configservice#OrganizationConformancePackTemplateValidationException"
},
{
"target": "com.amazonaws.configservice#ResourceInUseException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deploys conformance packs across member accounts in an Amazon Web Services Organization. For information on how many organization conformance packs and how many Config rules you can have per account, \n\t\t\tsee <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html\">\n <b>Service Limits</b>\n </a> in the <i>Config Developer Guide</i>.</p>\n <p>Only a management account and a delegated administrator can call this API. \n\t\t\tWhen calling this API with a delegated administrator, you must ensure Organizations \n\t\t\t<code>ListDelegatedAdministrator</code> permissions are added. An organization can have up to 3 delegated administrators.</p>\n <important>\n <p>When you use <code>PutOrganizationConformancePack</code> to deploy conformance packs across\n\t\t\t\tmember accounts, the operation can create Config rules and remediation\n\t\t\t\tactions without requiring <code>config:PutConfigRule</code> or\n\t\t\t\t\t<code>config:PutRemediationConfigurations</code> permissions in member account\n\t\t\t\tIAM policies.</p>\n <p>This API uses the <code>AWSServiceRoleForConfigConforms</code> service-linked role in each\n\t\t\t\tmember account to create conformance pack resources. This service-linked role\n\t\t\t\tincludes the permissions to create Config rules and remediation\n\t\t\t\tconfigurations, even if member account IAM policies explicitly deny these\n\t\t\t\tactions.</p>\n </important>\n <p>This API enables organization service access for <code>config-multiaccountsetup.amazonaws.com</code>\n\t\t\tthrough the <code>EnableAWSServiceAccess</code> action and creates a \n\t\t\tservice-linked role <code>AWSServiceRoleForConfigMultiAccountSetup</code> in the management or delegated administrator account of your organization. \n\t\t\tThe service-linked role is created only when the role does not exist in the caller account. \n\t\t\tTo use this API with delegated administrator, register a delegated administrator by calling Amazon Web Services Organization \n\t\t\t<code>register-delegate-admin</code> for <code>config-multiaccountsetup.amazonaws.com</code>.</p>\n <note>\n <p>Prerequisite: Ensure you call <code>EnableAllFeatures</code> API to enable all features in an organization.</p>\n <p>You must specify either the <code>TemplateS3Uri</code> or the <code>TemplateBody</code> parameter, but not both. \n\t\t\tIf you provide both Config uses the <code>TemplateS3Uri</code> parameter and ignores the <code>TemplateBody</code> parameter.</p>\n <p>Config sets the state of a conformance pack to CREATE_IN_PROGRESS and UPDATE_IN_PROGRESS until the conformance pack is created or updated. \n\t\t\t\tYou cannot update a conformance pack while it is in this state.</p>\n </note>"
}
},
"com.amazonaws.configservice#PutOrganizationConformancePackRequest": {
"type": "structure",
"members": {
"OrganizationConformancePackName": {
"target": "com.amazonaws.configservice#OrganizationConformancePackName",
"traits": {
"smithy.api#documentation": "<p>Name of the organization conformance pack you want to create.</p>",
"smithy.api#required": {}
}
},
"TemplateS3Uri": {
"target": "com.amazonaws.configservice#TemplateS3Uri",
"traits": {
"smithy.api#documentation": "<p>Location of file containing the template body. The uri must point to the conformance pack template\n\t\t\t(max size: 300 KB).</p>\n <note>\n <p>You must have access to read Amazon S3 bucket.\n\t\t\tIn addition, in order to ensure a successful deployment, the template object must not be in an <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html\">archived storage class</a> if this parameter is passed.</p>\n </note>"
}
},
"TemplateBody": {
"target": "com.amazonaws.configservice#TemplateBody",
"traits": {
"smithy.api#documentation": "<p>A string that contains the full conformance pack template body. Structure containing the template body\n\t\t\twith a minimum length of 1 byte and a maximum length of 51,200 bytes.</p>"
}
},
"DeliveryS3Bucket": {
"target": "com.amazonaws.configservice#DeliveryS3Bucket",
"traits": {
"smithy.api#documentation": "<p>The name of the Amazon S3 bucket where Config stores conformance pack templates.</p>\n <note>\n <p>This field is optional. If used, it must be prefixed with <code>awsconfigconforms</code>.</p>\n </note>"
}
},
"DeliveryS3KeyPrefix": {
"target": "com.amazonaws.configservice#DeliveryS3KeyPrefix",
"traits": {
"smithy.api#documentation": "<p>The prefix for the Amazon S3 bucket.</p>\n <note>\n <p>This field is optional.</p>\n </note>"
}
},
"ConformancePackInputParameters": {
"target": "com.amazonaws.configservice#ConformancePackInputParameters",
"traits": {
"smithy.api#documentation": "<p>A list of <code>ConformancePackInputParameter</code> objects.</p>"
}
},
"ExcludedAccounts": {
"target": "com.amazonaws.configservice#ExcludedAccounts",
"traits": {
"smithy.api#documentation": "<p>A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a conformance pack.</p>"
}
},
"Tags": {
"target": "com.amazonaws.configservice#TagsList",
"traits": {
"smithy.api#documentation": "<p>The tags for the organization conformance pack. Each tag consists of a key and an optional value, both of which you define.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#PutOrganizationConformancePackResponse": {
"type": "structure",
"members": {
"OrganizationConformancePackArn": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>ARN of the organization conformance pack.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#PutRemediationConfigurations": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#PutRemediationConfigurationsRequest"
},
"output": {
"target": "com.amazonaws.configservice#PutRemediationConfigurationsResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InsufficientPermissionsException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
}
],
"traits": {
"smithy.api#documentation": "<p>Adds or updates the remediation configuration with a specific Config rule with the \n\t\t\tselected target or action. \n\t\t\tThe API creates the <code>RemediationConfiguration</code> object for the Config rule. \n\t\tThe Config rule must already exist for you to add a remediation configuration. \n\t\tThe target (SSM document) must exist and have permissions to use the target. </p>\n <note>\n <p>\n <b>Be aware of backward incompatible changes</b>\n </p>\n <p>If you make backward incompatible changes to the SSM document, \n\t\t\tyou must call this again to ensure the remediations can run.</p>\n <p>This API does not support adding remediation configurations for service-linked Config Rules such as Organization Config rules, \n\t\t\t\tthe rules deployed by conformance packs, and rules deployed by Amazon Web Services Security Hub.</p>\n </note>\n <note>\n <p>\n <b>Required fields</b>\n </p>\n <p>For manual remediation configuration, you need to provide a value for <code>automationAssumeRole</code> or use a value in the <code>assumeRole</code>field to remediate your resources. The SSM automation document can use either as long as it maps to a valid parameter.</p>\n <p>However, for automatic remediation configuration, the only valid <code>assumeRole</code> field value is <code>AutomationAssumeRole</code> and you need to provide a value for <code>AutomationAssumeRole</code> to remediate your resources.</p>\n </note>\n <note>\n <p>\n <b>Auto remediation can be initiated even for compliant resources</b>\n </p>\n <p>If you enable auto remediation for a specific Config rule using the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/emAPI_PutRemediationConfigurations.html\">PutRemediationConfigurations</a> API or the Config console,\n\t\t\t\tit initiates the remediation process for all non-compliant resources for that specific rule.\n\t\t\t\tThe auto remediation process relies on the compliance data snapshot which is captured on a periodic basis.\n\t\t\t\tAny non-compliant resource that is updated between the snapshot schedule will continue to be remediated based on the last known compliance data snapshot.</p>\n <p>This means that in some cases auto remediation can be initiated even for compliant resources, since the bootstrap processor uses a database that can have stale evaluation results based on the last known compliance data snapshot.</p>\n </note>"
}
},
"com.amazonaws.configservice#PutRemediationConfigurationsRequest": {
"type": "structure",
"members": {
"RemediationConfigurations": {
"target": "com.amazonaws.configservice#RemediationConfigurations",
"traits": {
"smithy.api#documentation": "<p>A list of remediation configuration objects.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#PutRemediationConfigurationsResponse": {
"type": "structure",
"members": {
"FailedBatches": {
"target": "com.amazonaws.configservice#FailedRemediationBatches",
"traits": {
"smithy.api#documentation": "<p>Returns a list of failed remediation batch objects.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#PutRemediationExceptions": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#PutRemediationExceptionsRequest"
},
"output": {
"target": "com.amazonaws.configservice#PutRemediationExceptionsResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InsufficientPermissionsException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
}
],
"traits": {
"smithy.api#documentation": "<p>A remediation exception is when a specified resource is no longer considered for auto-remediation. \n\t\t\tThis API adds a new exception or updates an existing exception for a specified resource with a specified Config rule. </p>\n <note>\n <p>\n <b>Exceptions block auto remediation</b>\n </p>\n <p>Config generates a remediation exception when a problem occurs running a remediation action for a specified resource. \n\t\t\tRemediation exceptions blocks auto-remediation until the exception is cleared.</p>\n </note>\n <note>\n <p>\n <b>Manual remediation is recommended when placing an exception</b>\n </p>\n <p>When placing an exception on an Amazon Web Services resource, it is recommended that remediation is set as manual remediation until\n\t\t\tthe given Config rule for the specified resource evaluates the resource as <code>NON_COMPLIANT</code>.\n\t\t\tOnce the resource has been evaluated as <code>NON_COMPLIANT</code>, you can add remediation exceptions and change the remediation type back from Manual to Auto if you want to use auto-remediation.\n\t\t\tOtherwise, using auto-remediation before a <code>NON_COMPLIANT</code> evaluation result can delete resources before the exception is applied.</p>\n </note>\n <note>\n <p>\n <b>Exceptions can only be performed on non-compliant resources</b>\n </p>\n <p>Placing an exception can only be performed on resources that are <code>NON_COMPLIANT</code>.\n\t\t\tIf you use this API for <code>COMPLIANT</code> resources or resources that are <code>NOT_APPLICABLE</code>, a remediation exception will not be generated.\n\t\t\tFor more information on the conditions that initiate the possible Config evaluation results,\n\t\t\tsee <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/config-concepts.html#aws-config-rules\">Concepts | Config Rules</a> in the <i>Config Developer Guide</i>.</p>\n </note>\n <note>\n <p>\n <b>Exceptions cannot be placed on service-linked remediation actions</b>\n </p>\n <p>You cannot place an exception on service-linked remediation actions, such as remediation actions put by an organizational conformance pack.</p>\n </note>\n <note>\n <p>\n <b>Auto remediation can be initiated even for compliant resources</b>\n </p>\n <p>If you enable auto remediation for a specific Config rule using the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/emAPI_PutRemediationConfigurations.html\">PutRemediationConfigurations</a> API or the Config console,\n\t\t\t\tit initiates the remediation process for all non-compliant resources for that specific rule.\n\t\t\t\tThe auto remediation process relies on the compliance data snapshot which is captured on a periodic basis.\n\t\t\t\tAny non-compliant resource that is updated between the snapshot schedule will continue to be remediated based on the last known compliance data snapshot.</p>\n <p>This means that in some cases auto remediation can be initiated even for compliant resources, since the bootstrap processor uses a database that can have stale evaluation results based on the last known compliance data snapshot.</p>\n </note>"
}
},
"com.amazonaws.configservice#PutRemediationExceptionsRequest": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#ConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name of the Config rule for which you want to create remediation exception.</p>",
"smithy.api#required": {}
}
},
"ResourceKeys": {
"target": "com.amazonaws.configservice#RemediationExceptionResourceKeys",
"traits": {
"smithy.api#documentation": "<p>An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys. </p>",
"smithy.api#required": {}
}
},
"Message": {
"target": "com.amazonaws.configservice#StringWithCharLimit1024",
"traits": {
"smithy.api#documentation": "<p>The message contains an explanation of the exception.</p>"
}
},
"ExpirationTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The exception is automatically deleted after the expiration date.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#PutRemediationExceptionsResponse": {
"type": "structure",
"members": {
"FailedBatches": {
"target": "com.amazonaws.configservice#FailedRemediationExceptionBatches",
"traits": {
"smithy.api#documentation": "<p>Returns a list of failed remediation exceptions batch objects. Each object in the batch consists of a list of failed items and failure messages.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#PutResourceConfig": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#PutResourceConfigRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#InsufficientPermissionsException"
},
{
"target": "com.amazonaws.configservice#MaxActiveResourcesExceededException"
},
{
"target": "com.amazonaws.configservice#NoRunningConfigurationRecorderException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Records the configuration state for the resource provided in the request.\n\t\t\t \n\t\t\tThe configuration state of a resource is represented in Config as Configuration Items. \n\t\t\tOnce this API records the configuration item, you can retrieve the list of configuration items for the custom resource type using existing Config APIs. </p>\n <note>\n <p>The custom resource type must be registered with CloudFormation. This API accepts the configuration item registered with CloudFormation.</p>\n <p>When you call this API, Config only stores configuration state of the resource provided in the request. This API does not change or remediate the configuration of the resource.\n\t\t\t\t</p>\n <p>Write-only schema properites are not recorded as part of the published configuration item.</p>\n </note>"
}
},
"com.amazonaws.configservice#PutResourceConfigRequest": {
"type": "structure",
"members": {
"ResourceType": {
"target": "com.amazonaws.configservice#ResourceTypeString",
"traits": {
"smithy.api#documentation": "<p>The type of the resource. The custom resource type must be registered with CloudFormation. </p>\n <note>\n <p>You cannot use the organization names \u201camzn\u201d, \u201camazon\u201d, \u201calexa\u201d, \u201ccustom\u201d with custom resource types. It is the first part of the ResourceType up to the first ::.</p>\n </note>",
"smithy.api#required": {}
}
},
"SchemaVersionId": {
"target": "com.amazonaws.configservice#SchemaVersionId",
"traits": {
"smithy.api#documentation": "<p>Version of the schema registered for the ResourceType in CloudFormation.</p>",
"smithy.api#required": {}
}
},
"ResourceId": {
"target": "com.amazonaws.configservice#ResourceId",
"traits": {
"smithy.api#documentation": "<p>Unique identifier of the resource.</p>",
"smithy.api#required": {}
}
},
"ResourceName": {
"target": "com.amazonaws.configservice#ResourceName",
"traits": {
"smithy.api#documentation": "<p>Name of the resource.</p>"
}
},
"Configuration": {
"target": "com.amazonaws.configservice#Configuration",
"traits": {
"smithy.api#documentation": "<p>The configuration object of the resource in valid JSON format. It must match the schema registered with CloudFormation.</p>\n <note>\n <p>The configuration JSON must not exceed 64 KB.</p>\n </note>",
"smithy.api#required": {}
}
},
"Tags": {
"target": "com.amazonaws.configservice#Tags",
"traits": {
"smithy.api#documentation": "<p>Tags associated with the resource.</p>\n <note>\n <p>This field is not to be confused with the Amazon Web Services-wide tag feature for Amazon Web Services resources.\n\t\t\tTags for <code>PutResourceConfig</code> are tags that you supply for the configuration items of your custom resources.</p>\n </note>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#PutRetentionConfiguration": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#PutRetentionConfigurationRequest"
},
"output": {
"target": "com.amazonaws.configservice#PutRetentionConfigurationResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#MaxNumberOfRetentionConfigurationsExceededException"
}
],
"traits": {
"smithy.api#documentation": "<p>Creates and updates the retention configuration with details\n\t\t\tabout retention period (number of days) that Config stores your\n\t\t\thistorical information. The API creates the\n\t\t\t\t<code>RetentionConfiguration</code> object and names the object\n\t\t\tas <b>default</b>. When you have a\n\t\t\t\t<code>RetentionConfiguration</code> object named <b>default</b>, calling the API modifies the\n\t\t\tdefault object. </p>\n <note>\n <p>Currently, Config supports only one retention\n\t\t\t\tconfiguration per region in your account.</p>\n </note>"
}
},
"com.amazonaws.configservice#PutRetentionConfigurationRequest": {
"type": "structure",
"members": {
"RetentionPeriodInDays": {
"target": "com.amazonaws.configservice#RetentionPeriodInDays",
"traits": {
"smithy.api#documentation": "<p>Number of days Config stores your historical\n\t\t\tinformation.</p>\n <note>\n <p>Currently, only applicable to the configuration item\n\t\t\t\thistory.</p>\n </note>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#PutRetentionConfigurationResponse": {
"type": "structure",
"members": {
"RetentionConfiguration": {
"target": "com.amazonaws.configservice#RetentionConfiguration",
"traits": {
"smithy.api#documentation": "<p>Returns a retention configuration object.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#PutServiceLinkedConfigurationRecorder": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#PutServiceLinkedConfigurationRecorderRequest"
},
"output": {
"target": "com.amazonaws.configservice#PutServiceLinkedConfigurationRecorderResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#ConflictException"
},
{
"target": "com.amazonaws.configservice#InsufficientPermissionsException"
},
{
"target": "com.amazonaws.configservice#LimitExceededException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Creates a service-linked configuration recorder that is linked to a specific Amazon Web Services service based on the <code>ServicePrincipal</code> you specify.</p>\n <p>The configuration recorder's <code>name</code>, <code>recordingGroup</code>, <code>recordingMode</code>, and <code>recordingScope</code> is set by the service that is linked to the configuration recorder.</p>\n <p>For more information and a list of supported services/service principals, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/stop-start-recorder.html\">\n <b>Working with the Configuration Recorder</b>\n </a> in the <i>Config Developer Guide</i>.</p>\n <p>This API creates a service-linked role <code>AWSServiceRoleForConfig</code> in your account. The service-linked role is created only when the role does not exist in your account.</p>\n <note>\n <p>\n <b>The recording scope determines if you receive configuration items</b>\n </p>\n <p>The recording scope is set by the service that is linked to the configuration recorder and determines whether you receive configuration items (CIs) in the delivery channel. If the recording scope is internal, you will not receive CIs in the delivery channel.</p>\n <p>\n <b>Tags are added at creation and cannot be updated with this operation</b>\n </p>\n <p>Use <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_TagResource.html\">TagResource</a> and <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_UntagResource.html\">UntagResource</a> to update tags after creation.</p>\n </note>"
}
},
"com.amazonaws.configservice#PutServiceLinkedConfigurationRecorderRequest": {
"type": "structure",
"members": {
"ServicePrincipal": {
"target": "com.amazonaws.configservice#ServicePrincipal",
"traits": {
"smithy.api#documentation": "<p>The service principal of the Amazon Web Services service for the service-linked configuration recorder that you want to create.</p>",
"smithy.api#required": {}
}
},
"Tags": {
"target": "com.amazonaws.configservice#TagsList",
"traits": {
"smithy.api#documentation": "<p>The tags for a service-linked configuration recorder. Each tag consists of a key and an optional value, both of which you define.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#PutServiceLinkedConfigurationRecorderResponse": {
"type": "structure",
"members": {
"Arn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the specified configuration recorder.</p>"
}
},
"Name": {
"target": "com.amazonaws.configservice#RecorderName",
"traits": {
"smithy.api#documentation": "<p>The name of the specified configuration recorder.</p>\n <p>For service-linked configuration recorders, Config automatically assigns a name that has the prefix \"<code>AWSConfigurationRecorderFor</code>\" to the new service-linked configuration recorder.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#PutStoredQuery": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#PutStoredQueryRequest"
},
"output": {
"target": "com.amazonaws.configservice#PutStoredQueryResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#ResourceConcurrentModificationException"
},
{
"target": "com.amazonaws.configservice#TooManyTagsException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Saves a new query or updates an existing saved query. The <code>QueryName</code> must be unique for a single Amazon Web Services account and a single Amazon Web Services Region.\n\t\t\tYou can create upto 300 queries in a single Amazon Web Services account and a single Amazon Web Services Region.</p>\n <note>\n <p>\n <b>Tags are added at creation and cannot be updated</b>\n </p>\n <p>\n <code>PutStoredQuery</code> is an idempotent API. Subsequent requests won\u2019t create a duplicate resource if one was already created. If a following request has different <code>tags</code> values,\n\t\t\tConfig will ignore these differences and treat it as an idempotent request of the previous. In this case, <code>tags</code> will not be updated, even if they are different.</p>\n </note>"
}
},
"com.amazonaws.configservice#PutStoredQueryRequest": {
"type": "structure",
"members": {
"StoredQuery": {
"target": "com.amazonaws.configservice#StoredQuery",
"traits": {
"smithy.api#documentation": "<p>A list of <code>StoredQuery</code> objects. \n\t\t\tThe mandatory fields are <code>QueryName</code> and <code>Expression</code>.</p>\n <note>\n <p>When you are creating a query, you must provide a query name and an expression. \n\t\t\tWhen you are updating a query, you must provide a query name but updating the description is optional.</p>\n </note>",
"smithy.api#required": {}
}
},
"Tags": {
"target": "com.amazonaws.configservice#TagsList",
"traits": {
"smithy.api#documentation": "<p>A list of <code>Tags</code> object.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#PutStoredQueryResponse": {
"type": "structure",
"members": {
"QueryArn": {
"target": "com.amazonaws.configservice#QueryArn",
"traits": {
"smithy.api#documentation": "<p>Amazon Resource Name (ARN) of the query. \n\t\t\tFor example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#PutThirdPartyServiceLinkedConfigurationRecorder": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#PutThirdPartyServiceLinkedConfigurationRecorderRequest"
},
"output": {
"target": "com.amazonaws.configservice#PutThirdPartyServiceLinkedConfigurationRecorderResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#ConflictException"
},
{
"target": "com.amazonaws.configservice#InsufficientPermissionsException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Creates or updates a service-linked configuration recorder that is linked to a third-party cloud service provider based on the <code>ConnectorArn</code> you specify.</p>\n <p>The configuration recorder's <code>name</code>, <code>recordingGroup</code>, <code>recordingMode</code>, and <code>recordingScope</code> is set by the service that is linked to the configuration recorder.</p>\n <p>If a service-linked configuration recorder already exists for the specified service principal and connector, calling this operation again updates the <code>ScopeConfiguration</code>.</p>\n <note>\n <p>\n <b>This operation can only be called by the Amazon Web Services service linked to the configuration recorder</b>\n </p>\n <p>Customers cannot call this operation directly. Only the linked Amazon Web Services service can create or update the service-linked configuration recorder.</p>\n </note>\n <note>\n <p>\n <b>Tags are added at creation and cannot be updated with this operation</b>\n </p>\n <p>Use <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_TagResource.html\">TagResource</a> and <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_UntagResource.html\">UntagResource</a> to update tags after creation.</p>\n </note>"
}
},
"com.amazonaws.configservice#PutThirdPartyServiceLinkedConfigurationRecorderRequest": {
"type": "structure",
"members": {
"ServicePrincipal": {
"target": "com.amazonaws.configservice#ServicePrincipal",
"traits": {
"smithy.api#documentation": "<p>The service principal of the Amazon Web Services service for the service-linked configuration recorder that you want to create.</p>",
"smithy.api#required": {}
}
},
"ConnectorArn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the connector that specifies the connection between the third-party cloud service provider and Config. The specified connector must exist.</p>",
"smithy.api#required": {}
}
},
"ScopeConfiguration": {
"target": "com.amazonaws.configservice#ScopeConfiguration",
"traits": {
"smithy.api#documentation": "<p>Specifies the scope of resources to record from the third-party cloud service provider.</p>",
"smithy.api#required": {}
}
},
"Tags": {
"target": "com.amazonaws.configservice#TagsList",
"traits": {
"smithy.api#documentation": "<p>The tags for a service-linked configuration recorder. Each tag consists of a key and an optional value, both of which you define.</p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#PutThirdPartyServiceLinkedConfigurationRecorderResponse": {
"type": "structure",
"members": {
"Arn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the specified configuration recorder.</p>",
"smithy.api#required": {}
}
},
"Name": {
"target": "com.amazonaws.configservice#RecorderName",
"traits": {
"smithy.api#documentation": "<p>The name of the specified configuration recorder.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#QueryArn": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 500
},
"smithy.api#pattern": "^arn:aws[a-z\\-]*:config:[a-z\\-\\d]+:\\d+:stored-query/[a-zA-Z0-9-_]+/query-[a-zA-Z\\d-_/]+$"
}
},
"com.amazonaws.configservice#QueryDescription": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 256
},
"smithy.api#pattern": "^[\\s\\S]*$"
}
},
"com.amazonaws.configservice#QueryExpression": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 4096
},
"smithy.api#pattern": "^[\\s\\S]*$"
}
},
"com.amazonaws.configservice#QueryId": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 36
},
"smithy.api#pattern": "^\\S+$"
}
},
"com.amazonaws.configservice#QueryInfo": {
"type": "structure",
"members": {
"SelectFields": {
"target": "com.amazonaws.configservice#FieldInfoList",
"traits": {
"smithy.api#documentation": "<p>Returns a <code>FieldInfo</code> object.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Details about the query.</p>"
}
},
"com.amazonaws.configservice#QueryName": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 64
},
"smithy.api#pattern": "^[a-zA-Z0-9-_]+$"
}
},
"com.amazonaws.configservice#RecorderName": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 256
}
}
},
"com.amazonaws.configservice#RecorderStatus": {
"type": "enum",
"members": {
"Pending": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Pending"
}
},
"Success": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Success"
}
},
"Failure": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Failure"
}
},
"NotApplicable": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "NotApplicable"
}
}
}
},
"com.amazonaws.configservice#RecordingFrequency": {
"type": "enum",
"members": {
"CONTINUOUS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CONTINUOUS"
}
},
"DAILY": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DAILY"
}
}
}
},
"com.amazonaws.configservice#RecordingGroup": {
"type": "structure",
"members": {
"allSupported": {
"target": "com.amazonaws.configservice#AllSupported",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>Specifies whether Config records configuration changes for all supported resource types, excluding the global IAM resource types.</p>\n <p>If you set this field to <code>true</code>, when Config\n\t\t\tadds support for a new resource type, Config starts recording resources of that type automatically.</p>\n <p>If you set this field to <code>true</code>,\n\t\t\tyou cannot enumerate specific resource types to record in the <code>resourceTypes</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html\">RecordingGroup</a>, or to exclude in the <code>resourceTypes</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_ExclusionByResourceTypes.html\">ExclusionByResourceTypes</a>.</p>\n <note>\n <p>\n <b>Region availability</b>\n </p>\n <p>Check <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/what-is-resource-config-coverage.html\">Resource Coverage by Region Availability</a>\n\t\t\t\tto see if a resource type is supported in the Amazon Web Services Region where you set up Config.</p>\n </note>"
}
},
"includeGlobalResourceTypes": {
"target": "com.amazonaws.configservice#IncludeGlobalResourceTypes",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>This option is a bundle which only applies to the global IAM resource types:\n\t\t\tIAM users, groups, roles, and customer managed policies. These global IAM resource types can only be recorded\n\t\t\tby Config in Regions where Config was available before February 2022.\n\t\t\tYou cannot be record the global IAM resouce types in Regions supported by Config after February 2022. For a list of those Regions,\n\t\t\tsee <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-all\">Recording Amazon Web Services Resources | Global Resources</a>.</p>\n <important>\n <p>\n <b>Aurora global clusters are recorded in all enabled Regions</b>\n </p>\n <p>The <code>AWS::RDS::GlobalCluster</code> resource type will be recorded in all supported Config Regions where the configuration recorder is enabled, even if <code>includeGlobalResourceTypes</code> is set<code>false</code>.\n\t\t\t\tThe <code>includeGlobalResourceTypes</code> option is a bundle which only applies to IAM users, groups, roles, and customer managed policies.\n\t\t\t</p>\n <p>If you do not want to record <code>AWS::RDS::GlobalCluster</code> in all enabled Regions, use one of the following recording strategies:</p>\n <ol>\n <li>\n <p>\n <b>Record all current and future resource types with exclusions</b> (<code>EXCLUSION_BY_RESOURCE_TYPES</code>), or</p>\n </li>\n <li>\n <p>\n <b>Record specific resource types</b> (<code>INCLUSION_BY_RESOURCE_TYPES</code>).</p>\n </li>\n </ol>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-all\">Selecting Which Resources are Recorded</a> in the <i>Config developer guide</i>.</p>\n </important>\n <important>\n <p>\n <b>includeGlobalResourceTypes and the exclusion recording strategy</b>\n </p>\n <p>The <code>includeGlobalResourceTypes</code> field has no impact on the <code>EXCLUSION_BY_RESOURCE_TYPES</code> recording strategy.\n\t\t\t\tThis means that the global IAM resource types (IAM users, groups, roles, and customer managed policies) will\n\t\t\t\tnot be automatically added as exclusions for <code>exclusionByResourceTypes</code> when <code>includeGlobalResourceTypes</code> is set to <code>false</code>.</p>\n <p>The <code>includeGlobalResourceTypes</code> field should only be used to modify the <code>AllSupported</code> field, as the default for\n\t\t\t\tthe <code>AllSupported</code> field is to record configuration changes for all supported resource types excluding the global\n\t\t\t\tIAM resource types. To include the global IAM resource types when <code>AllSupported</code> is set to <code>true</code>, make sure to set <code>includeGlobalResourceTypes</code> to <code>true</code>.</p>\n <p>To exclude the global IAM resource types for the <code>EXCLUSION_BY_RESOURCE_TYPES</code> recording strategy, you need to manually add them to the <code>resourceTypes</code> field of <code>exclusionByResourceTypes</code>.</p>\n </important>\n <note>\n <p>\n <b>Required and optional fields</b>\n </p>\n <p>Before you set this field to <code>true</code>,\n\t\t\tset the <code>allSupported</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html\">RecordingGroup</a> to\n\t\t\t<code>true</code>. Optionally, you can set the <code>useOnly</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingStrategy.html\">RecordingStrategy</a> to <code>ALL_SUPPORTED_RESOURCE_TYPES</code>.</p>\n </note>\n <note>\n <p>\n <b>Overriding fields</b>\n </p>\n <p>If you set this field to <code>false</code> but list global IAM resource types in the <code>resourceTypes</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html\">RecordingGroup</a>,\n\t\t\tConfig will still record configuration changes for those specified resource types <i>regardless</i> of if you set the <code>includeGlobalResourceTypes</code> field to false.</p>\n <p>If you do not want to record configuration changes to the global IAM resource types (IAM users, groups, roles, and customer managed policies), make sure to not list them in the <code>resourceTypes</code> field\n\t\t\tin addition to setting the <code>includeGlobalResourceTypes</code> field to false.</p>\n </note>"
}
},
"resourceTypes": {
"target": "com.amazonaws.configservice#ResourceTypeList",
"traits": {
"smithy.api#documentation": "<p>A comma-separated list that specifies which resource types Config\n\t\t\trecords.</p>\n <p>For a list of valid <code>resourceTypes</code> values, see the\n\t\t\t\t<b>Resource Type Value</b> column in\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources\">Supported Amazon Web Services resource Types</a> in the <i>Config developer guide</i>.</p>\n <note>\n <p>\n <b>Required and optional fields</b>\n </p>\n <p>Optionally, you can set the <code>useOnly</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingStrategy.html\">RecordingStrategy</a> to <code>INCLUSION_BY_RESOURCE_TYPES</code>.</p>\n <p>To record all configuration changes,\n\t\t\t\tset the <code>allSupported</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html\">RecordingGroup</a> to\n\t\t\t\t<code>true</code>, and either omit this field or don't specify any resource types in this field. If you set the <code>allSupported</code> field to <code>false</code> and specify values for <code>resourceTypes</code>,\n\t\t\t\twhen Config adds support for a new type of resource,\n\t\t\t\tit will not record resources of that type unless you manually add that type to your recording group.</p>\n </note>\n <note>\n <p>\n <b>Region availability</b>\n </p>\n <p>Before specifying a resource type for Config to track,\n\t\t\t\tcheck <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/what-is-resource-config-coverage.html\">Resource Coverage by Region Availability</a>\n\t\t\t\tto see if the resource type is supported in the Amazon Web Services Region where you set up Config.\n\t\t\t\tIf a resource type is supported by Config in at least one Region,\n\t\t\t\tyou can enable the recording of that resource type in all Regions supported by Config,\n\t\t\t\teven if the specified resource type is not supported in the Amazon Web Services Region where you set up Config.</p>\n </note>"
}
},
"exclusionByResourceTypes": {
"target": "com.amazonaws.configservice#ExclusionByResourceTypes",
"traits": {
"smithy.api#documentation": "<p>An object that specifies how Config excludes resource types from being recorded by the configuration recorder.</p>\n <note>\n <p>\n <b>Required fields</b>\n </p>\n <p>To use this option, you must set the <code>useOnly</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingStrategy.html\">RecordingStrategy</a> to <code>EXCLUSION_BY_RESOURCE_TYPES</code>.</p>\n </note>"
}
},
"recordingStrategy": {
"target": "com.amazonaws.configservice#RecordingStrategy",
"traits": {
"smithy.api#documentation": "<p>An object that specifies the recording strategy for the configuration recorder.</p>\n <ul>\n <li>\n <p>If you set the <code>useOnly</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingStrategy.html\">RecordingStrategy</a> to <code>ALL_SUPPORTED_RESOURCE_TYPES</code>, Config records configuration changes for all supported resource types, excluding the global IAM resource types. You also must set the <code>allSupported</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html\">RecordingGroup</a> to <code>true</code>. When Config adds support for a new resource type, Config automatically starts recording resources of that type.</p>\n </li>\n <li>\n <p>If you set the <code>useOnly</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingStrategy.html\">RecordingStrategy</a> to <code>INCLUSION_BY_RESOURCE_TYPES</code>, Config records configuration changes for only the resource types you specify in the <code>resourceTypes</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html\">RecordingGroup</a>.</p>\n </li>\n <li>\n <p>If you set the <code>useOnly</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingStrategy.html\">RecordingStrategy</a> to <code>EXCLUSION_BY_RESOURCE_TYPES</code>, Config records configuration changes for all supported resource types\n\t\t\t\texcept the resource types that you specify to exclude from being recorded in the <code>resourceTypes</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_ExclusionByResourceTypes.html\">ExclusionByResourceTypes</a>.</p>\n </li>\n </ul>\n <note>\n <p>\n <b>Required and optional fields</b>\n </p>\n <p>The <code>recordingStrategy</code> field is optional when you set the\n\t\t\t<code>allSupported</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html\">RecordingGroup</a> to <code>true</code>.</p>\n <p>The <code>recordingStrategy</code> field is optional when you list resource types in the\n\t\t\t\t<code>resourceTypes</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html\">RecordingGroup</a>.</p>\n <p>The <code>recordingStrategy</code> field is required if you list resource types to exclude from recording in the <code>resourceTypes</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_ExclusionByResourceTypes.html\">ExclusionByResourceTypes</a>.</p>\n </note>\n <note>\n <p>\n <b>Overriding fields</b>\n </p>\n <p>If you choose <code>EXCLUSION_BY_RESOURCE_TYPES</code> for the recording strategy, the <code>exclusionByResourceTypes</code> field will override other properties in the request.</p>\n <p>For example, even if you set <code>includeGlobalResourceTypes</code> to false, global IAM resource types will still be automatically\n\t\t\trecorded in this option unless those resource types are specifically listed as exclusions in the <code>resourceTypes</code> field of <code>exclusionByResourceTypes</code>.</p>\n </note>\n <note>\n <p>\n <b>Global resources types and the resource exclusion recording strategy</b>\n </p>\n <p>By default, if you choose the <code>EXCLUSION_BY_RESOURCE_TYPES</code> recording strategy,\n\t\t\twhen Config adds support for a new resource type in the Region where you set up the configuration recorder, including global resource types,\n\t\t\tConfig starts recording resources of that type automatically.</p>\n <p>Unless specifically listed as exclusions,\n\t\t\t\t<code>AWS::RDS::GlobalCluster</code> will be recorded automatically in all supported Config Regions were the configuration recorder is enabled.</p>\n <p>IAM users, groups, roles, and customer managed policies will be recorded in the Region where you set up the configuration recorder if that is a Region where Config was available before February 2022.\n\t\t\t\tYou cannot be record the global IAM resouce types in Regions supported by Config after February 2022. For a list of those Regions,\n\t\t\t\tsee <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-all\">Recording Amazon Web Services Resources | Global Resources</a>.</p>\n </note>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Specifies which resource types Config\n\t\t\trecords for configuration changes. By default, Config records configuration changes for all current and future supported resource types in the Amazon Web Services Region where you have enabled Config,\n\t\t\texcluding the global IAM resource types: IAM users, groups, roles, and customer managed policies.</p>\n <p>In the recording group, you specify whether you want to record all supported current and future supported resource types or to include or exclude specific resources types.\n\t\t\tFor a list of supported resource types, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources\">Supported Resource Types</a> in the <i>Config developer guide</i>.</p>\n <p>If you don't want Config to record all current and future supported resource types (excluding the global IAM resource types), use one of the following recording strategies:</p>\n <ol>\n <li>\n <p>\n <b>Record all current and future resource types with exclusions</b> (<code>EXCLUSION_BY_RESOURCE_TYPES</code>), or</p>\n </li>\n <li>\n <p>\n <b>Record specific resource types</b> (<code>INCLUSION_BY_RESOURCE_TYPES</code>).</p>\n </li>\n </ol>\n <p>If you use the recording strategy to <b>Record all current and future resource types</b> (<code>ALL_SUPPORTED_RESOURCE_TYPES</code>),\n\t\t\tyou can use the flag <code>includeGlobalResourceTypes</code> to include the global IAM resource types in your recording.</p>\n <important>\n <p>\n <b>Aurora global clusters are recorded in all enabled Regions</b>\n </p>\n <p>The <code>AWS::RDS::GlobalCluster</code> resource type\n\t\t\t\twill be recorded in all supported Config Regions where the configuration recorder is enabled.</p>\n <p>If you do not want to record <code>AWS::RDS::GlobalCluster</code> in all enabled Regions, use the <code>EXCLUSION_BY_RESOURCE_TYPES</code> or <code>INCLUSION_BY_RESOURCE_TYPES</code> recording strategy.</p>\n </important>"
}
},
"com.amazonaws.configservice#RecordingMode": {
"type": "structure",
"members": {
"recordingFrequency": {
"target": "com.amazonaws.configservice#RecordingFrequency",
"traits": {
"smithy.api#documentation": "<p>The default recording frequency that Config uses to record configuration changes.</p>\n <important>\n <p>Daily recording cannot be specified for the following resource types:</p>\n <ul>\n <li>\n <p>\n <code>AWS::Config::ResourceCompliance</code>\n </p>\n </li>\n <li>\n <p>\n <code>AWS::Config::ConformancePackCompliance</code>\n </p>\n </li>\n <li>\n <p>\n <code>AWS::Config::ConfigurationRecorder</code>\n </p>\n </li>\n </ul>\n <p>For the <b>allSupported</b> (<code>ALL_SUPPORTED_RESOURCE_TYPES</code>) recording strategy, these resource types will be set to Continuous recording.</p>\n </important>",
"smithy.api#required": {}
}
},
"recordingModeOverrides": {
"target": "com.amazonaws.configservice#RecordingModeOverrides",
"traits": {
"smithy.api#documentation": "<p>An array of <code>recordingModeOverride</code> objects for you to specify your overrides for the recording mode.\n\t\t\tThe <code>recordingModeOverride</code> object in the <code>recordingModeOverrides</code> array consists of three fields: a <code>description</code>, the new <code>recordingFrequency</code>, and an array of <code>resourceTypes</code> to override.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Specifies the default recording frequency that Config uses to record configuration changes.\n\t\t\t\n\t\t\tConfig supports <i>Continuous recording</i> and <i>Daily recording</i>.</p>\n <ul>\n <li>\n <p>Continuous recording allows you to record configuration changes continuously whenever a change occurs.</p>\n </li>\n <li>\n <p>Daily recording allows you to receive a configuration item (CI) representing the most recent state of your resources over the last 24-hour period, only if it\u2019s different from the previous CI recorded.\n\t\t\t</p>\n </li>\n </ul>\n <note>\n <p>Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager,\n\t\t\tit is recommended that you set the recording frequency to Continuous.</p>\n </note>\n <p>You can also override the recording frequency for specific resource types.</p>"
}
},
"com.amazonaws.configservice#RecordingModeOverride": {
"type": "structure",
"members": {
"description": {
"target": "com.amazonaws.configservice#Description",
"traits": {
"smithy.api#documentation": "<p>A description that you provide for the override.</p>"
}
},
"resourceTypes": {
"target": "com.amazonaws.configservice#RecordingModeResourceTypesList",
"traits": {
"smithy.api#documentation": "<p>A comma-separated list that specifies which resource types Config\n\t\t\tincludes in the override.</p>\n <important>\n <p>Daily recording cannot be specified for the following resource types:</p>\n <ul>\n <li>\n <p>\n <code>AWS::Config::ResourceCompliance</code>\n </p>\n </li>\n <li>\n <p>\n <code>AWS::Config::ConformancePackCompliance</code>\n </p>\n </li>\n <li>\n <p>\n <code>AWS::Config::ConfigurationRecorder</code>\n </p>\n </li>\n </ul>\n </important>",
"smithy.api#required": {}
}
},
"recordingFrequency": {
"target": "com.amazonaws.configservice#RecordingFrequency",
"traits": {
"smithy.api#documentation": "<p>The recording frequency that will be applied to all the resource types specified in the override.</p>\n <ul>\n <li>\n <p>Continuous recording allows you to record configuration changes continuously whenever a change occurs.</p>\n </li>\n <li>\n <p>Daily recording allows you to receive a configuration item (CI) representing the most recent state of your resources over the last 24-hour period, only if it\u2019s different from the previous CI recorded.\n\t\t\t</p>\n </li>\n </ul>\n <note>\n <p>Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager,\n\t\t\tit is recommended that you set the recording frequency to Continuous.</p>\n </note>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>An object for you to specify your overrides for the recording mode.</p>"
}
},
"com.amazonaws.configservice#RecordingModeOverrides": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#RecordingModeOverride"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 1
}
}
},
"com.amazonaws.configservice#RecordingModeResourceTypesList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ResourceType"
}
},
"com.amazonaws.configservice#RecordingScope": {
"type": "enum",
"members": {
"INTERNAL": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "INTERNAL"
}
},
"PAID": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "PAID"
}
}
}
},
"com.amazonaws.configservice#RecordingStrategy": {
"type": "structure",
"members": {
"useOnly": {
"target": "com.amazonaws.configservice#RecordingStrategyType",
"traits": {
"smithy.api#documentation": "<p>The recording strategy for the configuration recorder.</p>\n <ul>\n <li>\n <p>If you set this option to <code>ALL_SUPPORTED_RESOURCE_TYPES</code>, Config records configuration changes for all supported resource types, excluding the global IAM resource types.\n\t\t\t\tYou also must set the <code>allSupported</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html\">RecordingGroup</a> to <code>true</code>.\n\t\t\t\tWhen Config adds support for a new resource type, Config automatically starts recording resources of that type. For a list of supported resource types,\n\t\t\t\tsee <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources\">Supported Resource Types</a> in the <i>Config developer guide</i>.</p>\n </li>\n <li>\n <p>If you set this option to <code>INCLUSION_BY_RESOURCE_TYPES</code>, Config records\n\t\t\t\t\tconfiguration changes for only the resource types that you specify in the\n\t\t\t\t\t\t<code>resourceTypes</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html\">RecordingGroup</a>.</p>\n </li>\n <li>\n <p>If you set this option to <code>EXCLUSION_BY_RESOURCE_TYPES</code>, Config records\n\t\t\t\t\tconfiguration changes for all supported resource types, except the resource\n\t\t\t\t\ttypes that you specify to exclude from being recorded in the\n\t\t\t\t\t\t<code>resourceTypes</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_ExclusionByResourceTypes.html\">ExclusionByResourceTypes</a>.</p>\n </li>\n </ul>\n <note>\n <p>\n <b>Required and optional fields</b>\n </p>\n <p>The <code>recordingStrategy</code> field is optional when you set the\n\t\t\t<code>allSupported</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html\">RecordingGroup</a> to <code>true</code>.</p>\n <p>The <code>recordingStrategy</code> field is optional when you list resource types in the\n\t\t\t\t<code>resourceTypes</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html\">RecordingGroup</a>.</p>\n <p>The <code>recordingStrategy</code> field is required if you list resource types to exclude from recording in the <code>resourceTypes</code> field of <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_ExclusionByResourceTypes.html\">ExclusionByResourceTypes</a>.</p>\n </note>\n <note>\n <p>\n <b>Overriding fields</b>\n </p>\n <p>If you choose <code>EXCLUSION_BY_RESOURCE_TYPES</code> for the recording strategy, the <code>exclusionByResourceTypes</code> field will override other properties in the request.</p>\n <p>For example, even if you set <code>includeGlobalResourceTypes</code> to false, global IAM resource types will still be automatically\n\t\t\trecorded in this option unless those resource types are specifically listed as exclusions in the <code>resourceTypes</code> field of <code>exclusionByResourceTypes</code>.</p>\n </note>\n <note>\n <p>\n <b>Global resource types and the exclusion recording strategy</b>\n </p>\n <p>By default, if you choose the <code>EXCLUSION_BY_RESOURCE_TYPES</code> recording strategy,\n\t\t\t\twhen Config adds support for a new resource type in the Region where you set up the configuration recorder, including global resource types,\n\t\t\t\tConfig starts recording resources of that type automatically.</p>\n <p>Unless specifically listed as exclusions,\n\t\t\t\t<code>AWS::RDS::GlobalCluster</code> will be recorded automatically in all supported Config Regions were the configuration recorder is enabled.</p>\n <p>IAM users, groups, roles, and customer managed policies will be recorded in the Region where you set up the configuration recorder if that is a Region where Config was available before February 2022.\n\t\t\t\tYou cannot be record the global IAM resouce types in Regions supported by Config after February 2022. This list where you cannot record the global IAM resource types includes the following Regions:</p>\n <ul>\n <li>\n <p>Asia Pacific (Hyderabad)</p>\n </li>\n <li>\n <p>Asia Pacific (Melbourne)</p>\n </li>\n <li>\n <p>Canada West (Calgary)</p>\n </li>\n <li>\n <p>Europe (Spain)</p>\n </li>\n <li>\n <p>Europe (Zurich)</p>\n </li>\n <li>\n <p>Israel (Tel Aviv)</p>\n </li>\n <li>\n <p>Middle East (UAE)</p>\n </li>\n </ul>\n </note>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Specifies the recording strategy of the configuration recorder.</p>"
}
},
"com.amazonaws.configservice#RecordingStrategyType": {
"type": "enum",
"members": {
"ALL_SUPPORTED_RESOURCE_TYPES": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ALL_SUPPORTED_RESOURCE_TYPES"
}
},
"INCLUSION_BY_RESOURCE_TYPES": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "INCLUSION_BY_RESOURCE_TYPES"
}
},
"EXCLUSION_BY_RESOURCE_TYPES": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "EXCLUSION_BY_RESOURCE_TYPES"
}
}
}
},
"com.amazonaws.configservice#ReevaluateConfigRuleNames": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ConfigRuleName"
},
"traits": {
"smithy.api#length": {
"min": 1,
"max": 25
}
}
},
"com.amazonaws.configservice#RelatedEvent": {
"type": "string"
},
"com.amazonaws.configservice#RelatedEventList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#RelatedEvent"
}
},
"com.amazonaws.configservice#Relationship": {
"type": "structure",
"members": {
"resourceType": {
"target": "com.amazonaws.configservice#ResourceType",
"traits": {
"smithy.api#documentation": "<p>The resource type of the related resource.</p>"
}
},
"resourceId": {
"target": "com.amazonaws.configservice#ResourceId",
"traits": {
"smithy.api#documentation": "<p>The ID of the related resource (for example,\n\t\t\t\t<code>sg-xxxxxx</code>).</p>"
}
},
"resourceName": {
"target": "com.amazonaws.configservice#ResourceName",
"traits": {
"smithy.api#documentation": "<p>The custom name of the related resource, if\n\t\t\tavailable.</p>"
}
},
"relationshipName": {
"target": "com.amazonaws.configservice#RelationshipName",
"traits": {
"smithy.api#documentation": "<p>The type of relationship with the related resource.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The relationship of the related resource to the main\n\t\t\tresource.</p>"
}
},
"com.amazonaws.configservice#RelationshipList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#Relationship"
}
},
"com.amazonaws.configservice#RelationshipName": {
"type": "string"
},
"com.amazonaws.configservice#RemediationConfiguration": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#ConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name of the Config rule.</p>",
"smithy.api#required": {}
}
},
"TargetType": {
"target": "com.amazonaws.configservice#RemediationTargetType",
"traits": {
"smithy.api#documentation": "<p>The type of the target. Target executes remediation. For example, SSM document.</p>",
"smithy.api#required": {}
}
},
"TargetId": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>Target ID is the name of the SSM document.</p>",
"smithy.api#required": {}
}
},
"TargetVersion": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>Version of the target. For example, version of the SSM document.</p>\n <note>\n <p>If you make backward incompatible changes to the SSM document, \n\t\t\tyou must call PutRemediationConfiguration API again to ensure the remediations can run.</p>\n </note>"
}
},
"Parameters": {
"target": "com.amazonaws.configservice#RemediationParameters",
"traits": {
"smithy.api#documentation": "<p>An object of the RemediationParameterValue.</p>"
}
},
"ResourceType": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The type of a resource. </p>"
}
},
"Automatic": {
"target": "com.amazonaws.configservice#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>The remediation is triggered automatically.</p>"
}
},
"ExecutionControls": {
"target": "com.amazonaws.configservice#ExecutionControls",
"traits": {
"smithy.api#documentation": "<p>An ExecutionControls object.</p>"
}
},
"MaximumAutomaticAttempts": {
"target": "com.amazonaws.configservice#AutoRemediationAttempts",
"traits": {
"smithy.api#documentation": "<p>The maximum number of failed attempts for auto-remediation. If you do not select a number, the default is 5.</p>\n <p>For example, if you specify MaximumAutomaticAttempts as 5 with RetryAttemptSeconds as 50 seconds, \n\t\t\t\n\t\t\tConfig will put a RemediationException on your behalf for the failing resource after the 5th failed attempt within 50 seconds.</p>"
}
},
"RetryAttemptSeconds": {
"target": "com.amazonaws.configservice#AutoRemediationAttemptSeconds",
"traits": {
"smithy.api#documentation": "<p>Time window to determine whether or not to add a remediation exception to prevent infinite remediation attempts.\n\t\t\tIf <code>MaximumAutomaticAttempts</code> remediation attempts have been made under <code>RetryAttemptSeconds</code>, a remediation exception will be added to the resource.\n\t\t\tIf you do not select a number, the default is 60 seconds.\n\t\t</p>\n <p>For example, if you specify <code>RetryAttemptSeconds</code> as 50 seconds and <code>MaximumAutomaticAttempts</code> as 5, \n\t\t\tConfig will run auto-remediations 5 times within 50 seconds before adding a remediation exception to the resource.</p>"
}
},
"Arn": {
"target": "com.amazonaws.configservice#StringWithCharLimit1024",
"traits": {
"smithy.api#documentation": "<p>Amazon Resource Name (ARN) of remediation configuration.</p>"
}
},
"CreatedByService": {
"target": "com.amazonaws.configservice#StringWithCharLimit1024",
"traits": {
"smithy.api#documentation": "<p>Name of the service that owns the service-linked rule, if applicable.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>An object that represents the details about the remediation configuration that includes the remediation action, parameters, and data to execute the action.</p>"
}
},
"com.amazonaws.configservice#RemediationConfigurations": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#RemediationConfiguration"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 25
}
}
},
"com.amazonaws.configservice#RemediationException": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#ConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The name of the Config rule.</p>",
"smithy.api#required": {}
}
},
"ResourceType": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The type of a resource.</p>",
"smithy.api#required": {}
}
},
"ResourceId": {
"target": "com.amazonaws.configservice#StringWithCharLimit1024",
"traits": {
"smithy.api#documentation": "<p>The ID of the resource (for example., sg-xxxxxx).</p>",
"smithy.api#required": {}
}
},
"Message": {
"target": "com.amazonaws.configservice#StringWithCharLimit1024",
"traits": {
"smithy.api#documentation": "<p>An explanation of an remediation exception.</p>"
}
},
"ExpirationTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time when the remediation exception will be deleted.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>An object that represents the details about the remediation exception. The details include the rule name, an explanation of an exception, the time when the exception will be deleted, the resource ID, and resource type. </p>"
}
},
"com.amazonaws.configservice#RemediationExceptionResourceKey": {
"type": "structure",
"members": {
"ResourceType": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The type of a resource.</p>"
}
},
"ResourceId": {
"target": "com.amazonaws.configservice#StringWithCharLimit1024",
"traits": {
"smithy.api#documentation": "<p>The ID of the resource (for example., sg-xxxxxx).</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The details that identify a resource within Config, including the resource type and resource ID. </p>"
}
},
"com.amazonaws.configservice#RemediationExceptionResourceKeys": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#RemediationExceptionResourceKey"
},
"traits": {
"smithy.api#length": {
"min": 1,
"max": 100
}
}
},
"com.amazonaws.configservice#RemediationExceptions": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#RemediationException"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 25
}
}
},
"com.amazonaws.configservice#RemediationExecutionState": {
"type": "enum",
"members": {
"QUEUED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "QUEUED"
}
},
"IN_PROGRESS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "IN_PROGRESS"
}
},
"SUCCEEDED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "SUCCEEDED"
}
},
"FAILED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "FAILED"
}
},
"UNKNOWN": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "UNKNOWN"
}
}
}
},
"com.amazonaws.configservice#RemediationExecutionStatus": {
"type": "structure",
"members": {
"ResourceKey": {
"target": "com.amazonaws.configservice#ResourceKey"
},
"State": {
"target": "com.amazonaws.configservice#RemediationExecutionState",
"traits": {
"smithy.api#documentation": "<p>ENUM of the values.</p>"
}
},
"StepDetails": {
"target": "com.amazonaws.configservice#RemediationExecutionSteps",
"traits": {
"smithy.api#documentation": "<p>Details of every step.</p>"
}
},
"InvocationTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>Start time when the remediation was executed.</p>"
}
},
"LastUpdatedTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time when the remediation execution was last updated.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Provides details of the current status of the invoked remediation action for that resource.</p>"
}
},
"com.amazonaws.configservice#RemediationExecutionStatuses": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#RemediationExecutionStatus"
}
},
"com.amazonaws.configservice#RemediationExecutionStep": {
"type": "structure",
"members": {
"Name": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>The details of the step.</p>"
}
},
"State": {
"target": "com.amazonaws.configservice#RemediationExecutionStepState",
"traits": {
"smithy.api#documentation": "<p>The valid status of the step.</p>"
}
},
"ErrorMessage": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>An error message if the step was interrupted during execution.</p>"
}
},
"StartTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time when the step started.</p>"
}
},
"StopTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The time when the step stopped.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Name of the step from the SSM document.</p>"
}
},
"com.amazonaws.configservice#RemediationExecutionStepState": {
"type": "enum",
"members": {
"SUCCEEDED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "SUCCEEDED"
}
},
"PENDING": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "PENDING"
}
},
"FAILED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "FAILED"
}
},
"IN_PROGRESS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "IN_PROGRESS"
}
},
"EXITED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "EXITED"
}
},
"UNKNOWN": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "UNKNOWN"
}
}
}
},
"com.amazonaws.configservice#RemediationExecutionSteps": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#RemediationExecutionStep"
}
},
"com.amazonaws.configservice#RemediationInProgressException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Remediation action is in progress. You can either cancel execution in Amazon Web Services Systems Manager or wait and try again later. </p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#RemediationParameterValue": {
"type": "structure",
"members": {
"ResourceValue": {
"target": "com.amazonaws.configservice#ResourceValue",
"traits": {
"smithy.api#documentation": "<p>The value is dynamic and changes at run-time.</p>"
}
},
"StaticValue": {
"target": "com.amazonaws.configservice#StaticValue",
"traits": {
"smithy.api#documentation": "<p>The value is static and does not change at run-time.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The value is either a dynamic (resource) value or a static value. You must select either a dynamic value or a static value.</p>"
}
},
"com.amazonaws.configservice#RemediationParameters": {
"type": "map",
"key": {
"target": "com.amazonaws.configservice#StringWithCharLimit256"
},
"value": {
"target": "com.amazonaws.configservice#RemediationParameterValue"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 25
}
}
},
"com.amazonaws.configservice#RemediationTargetType": {
"type": "enum",
"members": {
"SSM_DOCUMENT": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "SSM_DOCUMENT"
}
}
}
},
"com.amazonaws.configservice#ResourceConcurrentModificationException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage"
}
},
"traits": {
"smithy.api#documentation": "<p>Two users are trying to modify the same query at the same time. Wait for a moment and try again.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#ResourceConfiguration": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 51200
}
}
},
"com.amazonaws.configservice#ResourceConfigurationSchemaType": {
"type": "enum",
"members": {
"CFN_RESOURCE_SCHEMA": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CFN_RESOURCE_SCHEMA"
}
}
}
},
"com.amazonaws.configservice#ResourceCount": {
"type": "structure",
"members": {
"resourceType": {
"target": "com.amazonaws.configservice#ResourceType",
"traits": {
"smithy.api#documentation": "<p>The resource type (for example,\n\t\t\t\t<code>\"AWS::EC2::Instance\"</code>).</p>"
}
},
"count": {
"target": "com.amazonaws.configservice#Long",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The number of resources.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>An object that contains the resource type and the number of\n\t\t\tresources.</p>"
}
},
"com.amazonaws.configservice#ResourceCountFilters": {
"type": "structure",
"members": {
"ResourceType": {
"target": "com.amazonaws.configservice#ResourceType",
"traits": {
"smithy.api#documentation": "<p>The type of the Amazon Web Services resource.</p>"
}
},
"AccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit ID of the account.</p>"
}
},
"Region": {
"target": "com.amazonaws.configservice#AwsRegion",
"traits": {
"smithy.api#documentation": "<p>The region where the account is located.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Filters the resource count based on account ID, region, and resource type.</p>"
}
},
"com.amazonaws.configservice#ResourceCountGroupKey": {
"type": "enum",
"members": {
"RESOURCE_TYPE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "RESOURCE_TYPE"
}
},
"ACCOUNT_ID": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ACCOUNT_ID"
}
},
"AWS_REGION": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS_REGION"
}
}
}
},
"com.amazonaws.configservice#ResourceCounts": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ResourceCount"
}
},
"com.amazonaws.configservice#ResourceCreationTime": {
"type": "timestamp"
},
"com.amazonaws.configservice#ResourceDeletionTime": {
"type": "timestamp"
},
"com.amazonaws.configservice#ResourceDetails": {
"type": "structure",
"members": {
"ResourceId": {
"target": "com.amazonaws.configservice#BaseResourceId",
"traits": {
"smithy.api#documentation": "<p>A unique resource ID for an evaluation.</p>",
"smithy.api#required": {}
}
},
"ResourceType": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The type of resource being evaluated.</p>",
"smithy.api#required": {}
}
},
"ResourceConfiguration": {
"target": "com.amazonaws.configservice#ResourceConfiguration",
"traits": {
"smithy.api#documentation": "<p>The resource definition to be evaluated as per the resource configuration schema type.</p>",
"smithy.api#required": {}
}
},
"ResourceConfigurationSchemaType": {
"target": "com.amazonaws.configservice#ResourceConfigurationSchemaType",
"traits": {
"smithy.api#documentation": "<p>The schema type of the resource configuration.</p>\n <note>\n <p>You can find the\n\t\t\t<a href=\"https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html\">Resource type schema</a>, or <code>CFN_RESOURCE_SCHEMA</code>, in \"<i>Amazon Web Services public extensions</i>\" within the CloudFormation registry or with the following CLI commmand:\n\t\t\t<code>aws cloudformation describe-type --type-name \"AWS::S3::Bucket\" --type RESOURCE</code>.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html#registry-view\">Managing extensions through the CloudFormation registry</a>\n\t\t\t\tand <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html\">Amazon Web Services resource and property types reference</a> in the CloudFormation User Guide.</p>\n </note>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Returns information about the resource being evaluated.</p>"
}
},
"com.amazonaws.configservice#ResourceEvaluation": {
"type": "structure",
"members": {
"ResourceEvaluationId": {
"target": "com.amazonaws.configservice#ResourceEvaluationId",
"traits": {
"smithy.api#documentation": "<p>The ResourceEvaluationId of a evaluation.</p>"
}
},
"EvaluationMode": {
"target": "com.amazonaws.configservice#EvaluationMode",
"traits": {
"smithy.api#documentation": "<p>The mode of an evaluation. The valid values are Detective or Proactive.</p>"
}
},
"EvaluationStartTimestamp": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The starting time of an execution.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Returns details of a resource evaluation.</p>"
}
},
"com.amazonaws.configservice#ResourceEvaluationFilters": {
"type": "structure",
"members": {
"EvaluationMode": {
"target": "com.amazonaws.configservice#EvaluationMode",
"traits": {
"smithy.api#documentation": "<p>Filters all resource evaluations results based on an evaluation mode.</p>\n <important>\n <p>Currently, <code>DECTECTIVE</code> is not supported as a valid value. Ignore other documentation stating otherwise.</p>\n </important>"
}
},
"TimeWindow": {
"target": "com.amazonaws.configservice#TimeWindow",
"traits": {
"smithy.api#documentation": "<p>Returns a <code>TimeWindow</code> object.</p>"
}
},
"EvaluationContextIdentifier": {
"target": "com.amazonaws.configservice#EvaluationContextIdentifier",
"traits": {
"smithy.api#documentation": "<p>Filters evaluations for a given infrastructure deployment. For example: CFN Stack.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Returns details of a resource evaluation based on the selected filter.</p>"
}
},
"com.amazonaws.configservice#ResourceEvaluationId": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 128
}
}
},
"com.amazonaws.configservice#ResourceEvaluationStatus": {
"type": "enum",
"members": {
"IN_PROGRESS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "IN_PROGRESS"
}
},
"FAILED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "FAILED"
}
},
"SUCCEEDED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "SUCCEEDED"
}
}
}
},
"com.amazonaws.configservice#ResourceEvaluations": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ResourceEvaluation"
}
},
"com.amazonaws.configservice#ResourceFilters": {
"type": "structure",
"members": {
"AccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit source account ID.</p>"
}
},
"ResourceId": {
"target": "com.amazonaws.configservice#ResourceId",
"traits": {
"smithy.api#documentation": "<p>The ID of the resource.</p>"
}
},
"ResourceName": {
"target": "com.amazonaws.configservice#ResourceName",
"traits": {
"smithy.api#documentation": "<p>The name of the resource.</p>"
}
},
"Region": {
"target": "com.amazonaws.configservice#AwsRegion",
"traits": {
"smithy.api#documentation": "<p>The source region.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Filters the results by resource account ID, region, resource ID, and resource name.</p>"
}
},
"com.amazonaws.configservice#ResourceId": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 768
}
}
},
"com.amazonaws.configservice#ResourceIdList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ResourceId"
}
},
"com.amazonaws.configservice#ResourceIdentifier": {
"type": "structure",
"members": {
"resourceType": {
"target": "com.amazonaws.configservice#ResourceType",
"traits": {
"smithy.api#documentation": "<p>The type of resource.</p>"
}
},
"resourceId": {
"target": "com.amazonaws.configservice#ResourceId",
"traits": {
"smithy.api#documentation": "<p>The ID of the resource (for example,\n\t\t\t<code>sg-xxxxxx</code>).</p>"
}
},
"resourceName": {
"target": "com.amazonaws.configservice#ResourceName",
"traits": {
"smithy.api#documentation": "<p>The custom name of the resource (if available).</p>"
}
},
"resourceDeletionTime": {
"target": "com.amazonaws.configservice#ResourceDeletionTime",
"traits": {
"smithy.api#documentation": "<p>The time that the resource was deleted.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the\n\t\t\tcustom resource name.</p>"
}
},
"com.amazonaws.configservice#ResourceIdentifierList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ResourceIdentifier"
}
},
"com.amazonaws.configservice#ResourceIdentifiersList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#AggregateResourceIdentifier"
},
"traits": {
"smithy.api#length": {
"min": 1,
"max": 100
}
}
},
"com.amazonaws.configservice#ResourceInUseException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You see this exception in the following cases: </p>\n <ul>\n <li>\n <p>For DeleteConfigRule, Config is deleting this rule. Try your request again later.</p>\n </li>\n <li>\n <p>For DeleteConfigRule, the rule is deleting your evaluation results. Try your request again later.</p>\n </li>\n <li>\n <p>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.</p>\n </li>\n <li>\n <p>For PutConfigOrganizationRule, organization Config rule deletion is in progress. Try your request again later.</p>\n </li>\n <li>\n <p>For DeleteOrganizationConfigRule, organization Config rule creation is in progress. Try your request again later.</p>\n </li>\n <li>\n <p>For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.</p>\n </li>\n <li>\n <p>For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.</p>\n </li>\n </ul>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#ResourceKey": {
"type": "structure",
"members": {
"resourceType": {
"target": "com.amazonaws.configservice#ResourceType",
"traits": {
"smithy.api#documentation": "<p>The resource type.</p>",
"smithy.api#required": {}
}
},
"resourceId": {
"target": "com.amazonaws.configservice#ResourceId",
"traits": {
"smithy.api#documentation": "<p>The ID of the resource (for example., sg-xxxxxx). </p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The details that identify a resource within Config, including\n\t\t\tthe resource type and resource ID.</p>"
}
},
"com.amazonaws.configservice#ResourceKeys": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ResourceKey"
},
"traits": {
"smithy.api#length": {
"min": 1,
"max": 100
}
}
},
"com.amazonaws.configservice#ResourceName": {
"type": "string"
},
"com.amazonaws.configservice#ResourceNotDiscoveredException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have specified a resource that is either unknown or has not\n\t\t\tbeen discovered.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#ResourceNotFoundException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have specified a resource that does not exist.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#ResourceType": {
"type": "enum",
"members": {
"CustomerGateway": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::CustomerGateway"
}
},
"EIP": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::EIP"
}
},
"Host": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::Host"
}
},
"Instance": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::Instance"
}
},
"InternetGateway": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::InternetGateway"
}
},
"NetworkAcl": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::NetworkAcl"
}
},
"NetworkInterface": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::NetworkInterface"
}
},
"RouteTable": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::RouteTable"
}
},
"SecurityGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::SecurityGroup"
}
},
"Subnet": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::Subnet"
}
},
"Trail": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CloudTrail::Trail"
}
},
"Volume": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::Volume"
}
},
"VPC": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::VPC"
}
},
"VPNConnection": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::VPNConnection"
}
},
"VPNGateway": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::VPNGateway"
}
},
"RegisteredHAInstance": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::RegisteredHAInstance"
}
},
"NatGateway": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::NatGateway"
}
},
"EgressOnlyInternetGateway": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::EgressOnlyInternetGateway"
}
},
"VPCEndpoint": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::VPCEndpoint"
}
},
"VPCEndpointService": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::VPCEndpointService"
}
},
"FlowLog": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::FlowLog"
}
},
"VPCPeeringConnection": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::VPCPeeringConnection"
}
},
"Domain": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Elasticsearch::Domain"
}
},
"Group": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IAM::Group"
}
},
"Policy": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IAM::Policy"
}
},
"Role": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IAM::Role"
}
},
"User": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IAM::User"
}
},
"LoadBalancerV2": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ElasticLoadBalancingV2::LoadBalancer"
}
},
"Certificate": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ACM::Certificate"
}
},
"DBInstance": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::RDS::DBInstance"
}
},
"DBSubnetGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::RDS::DBSubnetGroup"
}
},
"DBSecurityGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::RDS::DBSecurityGroup"
}
},
"DBSnapshot": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::RDS::DBSnapshot"
}
},
"DBCluster": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::RDS::DBCluster"
}
},
"DBClusterSnapshot": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::RDS::DBClusterSnapshot"
}
},
"EventSubscription": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::RDS::EventSubscription"
}
},
"Bucket": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::S3::Bucket"
}
},
"AccountPublicAccessBlock": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::S3::AccountPublicAccessBlock"
}
},
"Cluster": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Redshift::Cluster"
}
},
"ClusterSnapshot": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Redshift::ClusterSnapshot"
}
},
"ClusterParameterGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Redshift::ClusterParameterGroup"
}
},
"ClusterSecurityGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Redshift::ClusterSecurityGroup"
}
},
"ClusterSubnetGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Redshift::ClusterSubnetGroup"
}
},
"RedshiftEventSubscription": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Redshift::EventSubscription"
}
},
"ManagedInstanceInventory": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SSM::ManagedInstanceInventory"
}
},
"Alarm": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CloudWatch::Alarm"
}
},
"Stack": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CloudFormation::Stack"
}
},
"LoadBalancer": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ElasticLoadBalancing::LoadBalancer"
}
},
"AutoScalingGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AutoScaling::AutoScalingGroup"
}
},
"LaunchConfiguration": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AutoScaling::LaunchConfiguration"
}
},
"ScalingPolicy": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AutoScaling::ScalingPolicy"
}
},
"ScheduledAction": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AutoScaling::ScheduledAction"
}
},
"Table": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::DynamoDB::Table"
}
},
"Project": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CodeBuild::Project"
}
},
"RateBasedRule": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::WAF::RateBasedRule"
}
},
"Rule": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::WAF::Rule"
}
},
"RuleGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::WAF::RuleGroup"
}
},
"WebACL": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::WAF::WebACL"
}
},
"RegionalRateBasedRule": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::WAFRegional::RateBasedRule"
}
},
"RegionalRule": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::WAFRegional::Rule"
}
},
"RegionalRuleGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::WAFRegional::RuleGroup"
}
},
"RegionalWebACL": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::WAFRegional::WebACL"
}
},
"Distribution": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CloudFront::Distribution"
}
},
"StreamingDistribution": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CloudFront::StreamingDistribution"
}
},
"Function": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Lambda::Function"
}
},
"NetworkFirewallFirewall": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::NetworkFirewall::Firewall"
}
},
"NetworkFirewallFirewallPolicy": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::NetworkFirewall::FirewallPolicy"
}
},
"NetworkFirewallRuleGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::NetworkFirewall::RuleGroup"
}
},
"Application": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ElasticBeanstalk::Application"
}
},
"ApplicationVersion": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ElasticBeanstalk::ApplicationVersion"
}
},
"Environment": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ElasticBeanstalk::Environment"
}
},
"WebACLV2": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::WAFv2::WebACL"
}
},
"RuleGroupV2": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::WAFv2::RuleGroup"
}
},
"IPSetV2": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::WAFv2::IPSet"
}
},
"RegexPatternSetV2": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::WAFv2::RegexPatternSet"
}
},
"ManagedRuleSetV2": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::WAFv2::ManagedRuleSet"
}
},
"EncryptionConfig": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::XRay::EncryptionConfig"
}
},
"AssociationCompliance": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SSM::AssociationCompliance"
}
},
"PatchCompliance": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SSM::PatchCompliance"
}
},
"Protection": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Shield::Protection"
}
},
"RegionalProtection": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ShieldRegional::Protection"
}
},
"ConformancePackCompliance": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Config::ConformancePackCompliance"
}
},
"ResourceCompliance": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Config::ResourceCompliance"
}
},
"Stage": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ApiGateway::Stage"
}
},
"RestApi": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ApiGateway::RestApi"
}
},
"StageV2": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ApiGatewayV2::Stage"
}
},
"Api": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ApiGatewayV2::Api"
}
},
"Pipeline": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CodePipeline::Pipeline"
}
},
"CloudFormationProvisionedProduct": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ServiceCatalog::CloudFormationProvisionedProduct"
}
},
"CloudFormationProduct": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ServiceCatalog::CloudFormationProduct"
}
},
"Portfolio": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ServiceCatalog::Portfolio"
}
},
"Queue": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SQS::Queue"
}
},
"Key": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::KMS::Key"
}
},
"QLDBLedger": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::QLDB::Ledger"
}
},
"Secret": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SecretsManager::Secret"
}
},
"Topic": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SNS::Topic"
}
},
"FileData": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SSM::FileData"
}
},
"BackupPlan": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Backup::BackupPlan"
}
},
"BackupSelection": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Backup::BackupSelection"
}
},
"BackupVault": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Backup::BackupVault"
}
},
"BackupRecoveryPoint": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Backup::RecoveryPoint"
}
},
"ECRRepository": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ECR::Repository"
}
},
"ECSCluster": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ECS::Cluster"
}
},
"ECSService": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ECS::Service"
}
},
"ECSTaskDefinition": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ECS::TaskDefinition"
}
},
"EFSAccessPoint": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EFS::AccessPoint"
}
},
"EFSFileSystem": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EFS::FileSystem"
}
},
"EKSCluster": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EKS::Cluster"
}
},
"OpenSearchDomain": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::OpenSearch::Domain"
}
},
"TransitGateway": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::TransitGateway"
}
},
"KinesisStream": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Kinesis::Stream"
}
},
"KinesisStreamConsumer": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Kinesis::StreamConsumer"
}
},
"CodeDeployApplication": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CodeDeploy::Application"
}
},
"CodeDeployDeploymentConfig": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CodeDeploy::DeploymentConfig"
}
},
"CodeDeployDeploymentGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CodeDeploy::DeploymentGroup"
}
},
"LaunchTemplate": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::LaunchTemplate"
}
},
"ECRPublicRepository": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ECR::PublicRepository"
}
},
"GuardDutyDetector": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::GuardDuty::Detector"
}
},
"EMRSecurityConfiguration": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EMR::SecurityConfiguration"
}
},
"SageMakerCodeRepository": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SageMaker::CodeRepository"
}
},
"Route53ResolverResolverEndpoint": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53Resolver::ResolverEndpoint"
}
},
"Route53ResolverResolverRule": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53Resolver::ResolverRule"
}
},
"Route53ResolverResolverRuleAssociation": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53Resolver::ResolverRuleAssociation"
}
},
"DMSReplicationSubnetGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::DMS::ReplicationSubnetGroup"
}
},
"DMSEventSubscription": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::DMS::EventSubscription"
}
},
"MSKCluster": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::MSK::Cluster"
}
},
"StepFunctionsActivity": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::StepFunctions::Activity"
}
},
"WorkSpacesWorkspace": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::WorkSpaces::Workspace"
}
},
"WorkSpacesConnectionAlias": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::WorkSpaces::ConnectionAlias"
}
},
"SageMakerModel": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SageMaker::Model"
}
},
"ListenerV2": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ElasticLoadBalancingV2::Listener"
}
},
"StepFunctionsStateMachine": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::StepFunctions::StateMachine"
}
},
"BatchJobQueue": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Batch::JobQueue"
}
},
"BatchComputeEnvironment": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Batch::ComputeEnvironment"
}
},
"AccessAnalyzerAnalyzer": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AccessAnalyzer::Analyzer"
}
},
"AthenaWorkGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Athena::WorkGroup"
}
},
"AthenaDataCatalog": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Athena::DataCatalog"
}
},
"DetectiveGraph": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Detective::Graph"
}
},
"GlobalAcceleratorAccelerator": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::GlobalAccelerator::Accelerator"
}
},
"GlobalAcceleratorEndpointGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::GlobalAccelerator::EndpointGroup"
}
},
"GlobalAcceleratorListener": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::GlobalAccelerator::Listener"
}
},
"TransitGatewayAttachment": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::TransitGatewayAttachment"
}
},
"TransitGatewayRouteTable": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::TransitGatewayRouteTable"
}
},
"DMSCertificate": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::DMS::Certificate"
}
},
"AppConfigApplication": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppConfig::Application"
}
},
"AppSyncGraphQLApi": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppSync::GraphQLApi"
}
},
"DataSyncLocationSMB": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::DataSync::LocationSMB"
}
},
"DataSyncLocationFSxLustre": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::DataSync::LocationFSxLustre"
}
},
"DataSyncLocationS3": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::DataSync::LocationS3"
}
},
"DataSyncLocationEFS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::DataSync::LocationEFS"
}
},
"DataSyncTask": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::DataSync::Task"
}
},
"DataSyncLocationNFS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::DataSync::LocationNFS"
}
},
"NetworkInsightsAccessScopeAnalysis": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::NetworkInsightsAccessScopeAnalysis"
}
},
"EKSFargateProfile": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EKS::FargateProfile"
}
},
"GlueJob": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Glue::Job"
}
},
"GuardDutyThreatIntelSet": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::GuardDuty::ThreatIntelSet"
}
},
"GuardDutyIPSet": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::GuardDuty::IPSet"
}
},
"SageMakerWorkteam": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SageMaker::Workteam"
}
},
"SageMakerNotebookInstanceLifecycleConfig": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SageMaker::NotebookInstanceLifecycleConfig"
}
},
"ServiceDiscoveryService": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ServiceDiscovery::Service"
}
},
"ServiceDiscoveryPublicDnsNamespace": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ServiceDiscovery::PublicDnsNamespace"
}
},
"SESContactList": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SES::ContactList"
}
},
"SESConfigurationSet": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SES::ConfigurationSet"
}
},
"Route53HostedZone": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53::HostedZone"
}
},
"IoTEventsInput": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTEvents::Input"
}
},
"IoTEventsDetectorModel": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTEvents::DetectorModel"
}
},
"IoTEventsAlarmModel": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTEvents::AlarmModel"
}
},
"ServiceDiscoveryHttpNamespace": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ServiceDiscovery::HttpNamespace"
}
},
"EventsEventBus": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Events::EventBus"
}
},
"ImageBuilderContainerRecipe": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ImageBuilder::ContainerRecipe"
}
},
"ImageBuilderDistributionConfiguration": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ImageBuilder::DistributionConfiguration"
}
},
"ImageBuilderInfrastructureConfiguration": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ImageBuilder::InfrastructureConfiguration"
}
},
"DataSyncLocationObjectStorage": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::DataSync::LocationObjectStorage"
}
},
"DataSyncLocationHDFS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::DataSync::LocationHDFS"
}
},
"GlueClassifier": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Glue::Classifier"
}
},
"Route53RecoveryReadinessCell": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53RecoveryReadiness::Cell"
}
},
"Route53RecoveryReadinessReadinessCheck": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53RecoveryReadiness::ReadinessCheck"
}
},
"ECRRegistryPolicy": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ECR::RegistryPolicy"
}
},
"BackupReportPlan": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Backup::ReportPlan"
}
},
"LightsailCertificate": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Lightsail::Certificate"
}
},
"RUMAppMonitor": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::RUM::AppMonitor"
}
},
"EventsEndpoint": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Events::Endpoint"
}
},
"SESReceiptRuleSet": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SES::ReceiptRuleSet"
}
},
"EventsArchive": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Events::Archive"
}
},
"EventsApiDestination": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Events::ApiDestination"
}
},
"LightsailDisk": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Lightsail::Disk"
}
},
"FISExperimentTemplate": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::FIS::ExperimentTemplate"
}
},
"DataSyncLocationFSxWindows": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::DataSync::LocationFSxWindows"
}
},
"SESReceiptFilter": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SES::ReceiptFilter"
}
},
"GuardDutyFilter": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::GuardDuty::Filter"
}
},
"SESTemplate": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SES::Template"
}
},
"AmazonMQBroker": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AmazonMQ::Broker"
}
},
"AppConfigEnvironment": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppConfig::Environment"
}
},
"AppConfigConfigurationProfile": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppConfig::ConfigurationProfile"
}
},
"Cloud9EnvironmentEC2": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Cloud9::EnvironmentEC2"
}
},
"EventSchemasRegistry": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EventSchemas::Registry"
}
},
"EventSchemasRegistryPolicy": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EventSchemas::RegistryPolicy"
}
},
"EventSchemasDiscoverer": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EventSchemas::Discoverer"
}
},
"FraudDetectorLabel": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::FraudDetector::Label"
}
},
"FraudDetectorEntityType": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::FraudDetector::EntityType"
}
},
"FraudDetectorVariable": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::FraudDetector::Variable"
}
},
"FraudDetectorOutcome": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::FraudDetector::Outcome"
}
},
"IoTAuthorizer": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoT::Authorizer"
}
},
"IoTSecurityProfile": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoT::SecurityProfile"
}
},
"IoTRoleAlias": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoT::RoleAlias"
}
},
"IoTDimension": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoT::Dimension"
}
},
"IoTAnalyticsDatastore": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTAnalytics::Datastore"
}
},
"LightsailBucket": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Lightsail::Bucket"
}
},
"LightsailStaticIp": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Lightsail::StaticIp"
}
},
"MediaPackagePackagingGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::MediaPackage::PackagingGroup"
}
},
"Route53RecoveryReadinessRecoveryGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53RecoveryReadiness::RecoveryGroup"
}
},
"ResilienceHubResiliencyPolicy": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ResilienceHub::ResiliencyPolicy"
}
},
"TransferWorkflow": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Transfer::Workflow"
}
},
"EKSIdentityProviderConfig": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EKS::IdentityProviderConfig"
}
},
"EKSAddon": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EKS::Addon"
}
},
"GlueMLTransform": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Glue::MLTransform"
}
},
"IoTPolicy": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoT::Policy"
}
},
"IoTMitigationAction": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoT::MitigationAction"
}
},
"IoTTwinMakerWorkspace": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTTwinMaker::Workspace"
}
},
"IoTTwinMakerEntity": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTTwinMaker::Entity"
}
},
"IoTAnalyticsDataset": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTAnalytics::Dataset"
}
},
"IoTAnalyticsPipeline": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTAnalytics::Pipeline"
}
},
"IoTAnalyticsChannel": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTAnalytics::Channel"
}
},
"IoTSiteWiseDashboard": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTSiteWise::Dashboard"
}
},
"IoTSiteWiseProject": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTSiteWise::Project"
}
},
"IoTSiteWisePortal": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTSiteWise::Portal"
}
},
"IoTSiteWiseAssetModel": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTSiteWise::AssetModel"
}
},
"IVSChannel": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IVS::Channel"
}
},
"IVSRecordingConfiguration": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IVS::RecordingConfiguration"
}
},
"IVSPlaybackKeyPair": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IVS::PlaybackKeyPair"
}
},
"KinesisAnalyticsV2Application": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::KinesisAnalyticsV2::Application"
}
},
"RDSGlobalCluster": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::RDS::GlobalCluster"
}
},
"S3MultiRegionAccessPoint": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::S3::MultiRegionAccessPoint"
}
},
"DeviceFarmTestGridProject": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::DeviceFarm::TestGridProject"
}
},
"BudgetsBudgetsAction": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Budgets::BudgetsAction"
}
},
"LexBot": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Lex::Bot"
}
},
"CodeGuruReviewerRepositoryAssociation": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CodeGuruReviewer::RepositoryAssociation"
}
},
"IoTCustomMetric": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoT::CustomMetric"
}
},
"Route53ResolverFirewallDomainList": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53Resolver::FirewallDomainList"
}
},
"RoboMakerRobotApplicationVersion": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::RoboMaker::RobotApplicationVersion"
}
},
"EC2TrafficMirrorSession": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::TrafficMirrorSession"
}
},
"IoTSiteWiseGateway": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTSiteWise::Gateway"
}
},
"LexBotAlias": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Lex::BotAlias"
}
},
"LookoutMetricsAlert": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::LookoutMetrics::Alert"
}
},
"IoTAccountAuditConfiguration": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoT::AccountAuditConfiguration"
}
},
"EC2TrafficMirrorTarget": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::TrafficMirrorTarget"
}
},
"S3StorageLens": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::S3::StorageLens"
}
},
"IoTScheduledAudit": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoT::ScheduledAudit"
}
},
"EventsConnection": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Events::Connection"
}
},
"EventSchemasSchema": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EventSchemas::Schema"
}
},
"MediaPackagePackagingConfiguration": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::MediaPackage::PackagingConfiguration"
}
},
"KinesisVideoSignalingChannel": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::KinesisVideo::SignalingChannel"
}
},
"AppStreamDirectoryConfig": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppStream::DirectoryConfig"
}
},
"LookoutVisionProject": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::LookoutVision::Project"
}
},
"Route53RecoveryControlCluster": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53RecoveryControl::Cluster"
}
},
"Route53RecoveryControlSafetyRule": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53RecoveryControl::SafetyRule"
}
},
"Route53RecoveryControlControlPanel": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53RecoveryControl::ControlPanel"
}
},
"Route53RecoveryControlRoutingControl": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53RecoveryControl::RoutingControl"
}
},
"Route53RecoveryReadinessResourceSet": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53RecoveryReadiness::ResourceSet"
}
},
"RoboMakerSimulationApplication": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::RoboMaker::SimulationApplication"
}
},
"RoboMakerRobotApplication": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::RoboMaker::RobotApplication"
}
},
"HealthLakeFHIRDatastore": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::HealthLake::FHIRDatastore"
}
},
"PinpointSegment": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Pinpoint::Segment"
}
},
"PinpointApplicationSettings": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Pinpoint::ApplicationSettings"
}
},
"EventsRule": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Events::Rule"
}
},
"EC2DHCPOptions": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::DHCPOptions"
}
},
"EC2NetworkInsightsPath": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::NetworkInsightsPath"
}
},
"EC2TrafficMirrorFilter": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::TrafficMirrorFilter"
}
},
"EC2IPAM": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::IPAM"
}
},
"IoTTwinMakerScene": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTTwinMaker::Scene"
}
},
"NetworkManagerTransitGatewayRegistration": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::NetworkManager::TransitGatewayRegistration"
}
},
"CustomerProfilesDomain": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CustomerProfiles::Domain"
}
},
"AutoScalingWarmPool": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AutoScaling::WarmPool"
}
},
"ConnectPhoneNumber": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Connect::PhoneNumber"
}
},
"AppConfigDeploymentStrategy": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppConfig::DeploymentStrategy"
}
},
"AppFlowFlow": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppFlow::Flow"
}
},
"AuditManagerAssessment": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AuditManager::Assessment"
}
},
"CloudWatchMetricStream": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CloudWatch::MetricStream"
}
},
"DeviceFarmInstanceProfile": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::DeviceFarm::InstanceProfile"
}
},
"DeviceFarmProject": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::DeviceFarm::Project"
}
},
"EC2EC2Fleet": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::EC2Fleet"
}
},
"EC2SubnetRouteTableAssociation": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::SubnetRouteTableAssociation"
}
},
"ECRPullThroughCacheRule": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ECR::PullThroughCacheRule"
}
},
"GroundStationConfig": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::GroundStation::Config"
}
},
"ImageBuilderImagePipeline": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ImageBuilder::ImagePipeline"
}
},
"IoTFleetMetric": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoT::FleetMetric"
}
},
"IoTWirelessServiceProfile": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTWireless::ServiceProfile"
}
},
"NetworkManagerDevice": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::NetworkManager::Device"
}
},
"NetworkManagerGlobalNetwork": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::NetworkManager::GlobalNetwork"
}
},
"NetworkManagerLink": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::NetworkManager::Link"
}
},
"NetworkManagerSite": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::NetworkManager::Site"
}
},
"PanoramaPackage": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Panorama::Package"
}
},
"PinpointApp": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Pinpoint::App"
}
},
"RedshiftScheduledAction": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Redshift::ScheduledAction"
}
},
"Route53ResolverFirewallRuleGroupAssociation": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53Resolver::FirewallRuleGroupAssociation"
}
},
"SageMakerAppImageConfig": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SageMaker::AppImageConfig"
}
},
"SageMakerImage": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SageMaker::Image"
}
},
"ECSTaskSet": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ECS::TaskSet"
}
},
"CassandraKeyspace": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Cassandra::Keyspace"
}
},
"SignerSigningProfile": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Signer::SigningProfile"
}
},
"AmplifyApp": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Amplify::App"
}
},
"AppMeshVirtualNode": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppMesh::VirtualNode"
}
},
"AppMeshVirtualService": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppMesh::VirtualService"
}
},
"AppRunnerVpcConnector": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppRunner::VpcConnector"
}
},
"AppStreamApplication": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppStream::Application"
}
},
"CodeArtifactRepository": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CodeArtifact::Repository"
}
},
"EC2PrefixList": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::PrefixList"
}
},
"EC2SpotFleet": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::SpotFleet"
}
},
"EvidentlyProject": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Evidently::Project"
}
},
"ForecastDataset": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Forecast::Dataset"
}
},
"IAMSAMLProvider": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IAM::SAMLProvider"
}
},
"IAMServerCertificate": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IAM::ServerCertificate"
}
},
"PinpointCampaign": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Pinpoint::Campaign"
}
},
"PinpointInAppTemplate": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Pinpoint::InAppTemplate"
}
},
"SageMakerDomain": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SageMaker::Domain"
}
},
"TransferAgreement": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Transfer::Agreement"
}
},
"TransferConnector": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Transfer::Connector"
}
},
"KinesisFirehoseDeliveryStream": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::KinesisFirehose::DeliveryStream"
}
},
"AmplifyBranch": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Amplify::Branch"
}
},
"AppIntegrationsEventIntegration": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppIntegrations::EventIntegration"
}
},
"AppMeshRoute": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppMesh::Route"
}
},
"AthenaPreparedStatement": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Athena::PreparedStatement"
}
},
"EC2IPAMScope": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::IPAMScope"
}
},
"EvidentlyLaunch": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Evidently::Launch"
}
},
"ForecastDatasetGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Forecast::DatasetGroup"
}
},
"GreengrassV2ComponentVersion": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::GreengrassV2::ComponentVersion"
}
},
"GroundStationMissionProfile": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::GroundStation::MissionProfile"
}
},
"MediaConnectFlowEntitlement": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::MediaConnect::FlowEntitlement"
}
},
"MediaConnectFlowVpcInterface": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::MediaConnect::FlowVpcInterface"
}
},
"MediaTailorPlaybackConfiguration": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::MediaTailor::PlaybackConfiguration"
}
},
"MSKConfiguration": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::MSK::Configuration"
}
},
"PersonalizeDataset": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Personalize::Dataset"
}
},
"PersonalizeSchema": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Personalize::Schema"
}
},
"PersonalizeSolution": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Personalize::Solution"
}
},
"PinpointEmailTemplate": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Pinpoint::EmailTemplate"
}
},
"PinpointEventStream": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Pinpoint::EventStream"
}
},
"ResilienceHubApp": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ResilienceHub::App"
}
},
"ACMPCACertificateAuthority": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ACMPCA::CertificateAuthority"
}
},
"AppConfigHostedConfigurationVersion": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppConfig::HostedConfigurationVersion"
}
},
"AppMeshVirtualGateway": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppMesh::VirtualGateway"
}
},
"AppMeshVirtualRouter": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppMesh::VirtualRouter"
}
},
"AppRunnerService": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppRunner::Service"
}
},
"CustomerProfilesObjectType": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CustomerProfiles::ObjectType"
}
},
"DMSEndpoint": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::DMS::Endpoint"
}
},
"EC2CapacityReservation": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::CapacityReservation"
}
},
"EC2ClientVpnEndpoint": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::ClientVpnEndpoint"
}
},
"KendraIndex": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Kendra::Index"
}
},
"KinesisVideoStream": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::KinesisVideo::Stream"
}
},
"LogsDestination": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Logs::Destination"
}
},
"PinpointEmailChannel": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Pinpoint::EmailChannel"
}
},
"S3AccessPoint": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::S3::AccessPoint"
}
},
"NetworkManagerCustomerGatewayAssociation": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::NetworkManager::CustomerGatewayAssociation"
}
},
"NetworkManagerLinkAssociation": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::NetworkManager::LinkAssociation"
}
},
"IoTWirelessMulticastGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTWireless::MulticastGroup"
}
},
"PersonalizeDatasetGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Personalize::DatasetGroup"
}
},
"IoTTwinMakerComponentType": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTTwinMaker::ComponentType"
}
},
"CodeBuildReportGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CodeBuild::ReportGroup"
}
},
"SageMakerFeatureGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SageMaker::FeatureGroup"
}
},
"MSKBatchScramSecret": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::MSK::BatchScramSecret"
}
},
"AppStreamStack": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppStream::Stack"
}
},
"IoTJobTemplate": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoT::JobTemplate"
}
},
"IoTWirelessFuotaTask": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTWireless::FuotaTask"
}
},
"IoTProvisioningTemplate": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoT::ProvisioningTemplate"
}
},
"InspectorV2Filter": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::InspectorV2::Filter"
}
},
"Route53ResolverResolverQueryLoggingConfigAssociation": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation"
}
},
"ServiceDiscoveryInstance": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ServiceDiscovery::Instance"
}
},
"TransferCertificate": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Transfer::Certificate"
}
},
"MediaConnectFlowSource": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::MediaConnect::FlowSource"
}
},
"APSRuleGroupsNamespace": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::APS::RuleGroupsNamespace"
}
},
"CodeGuruProfilerProfilingGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CodeGuruProfiler::ProfilingGroup"
}
},
"Route53ResolverResolverQueryLoggingConfig": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53Resolver::ResolverQueryLoggingConfig"
}
},
"BatchSchedulingPolicy": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Batch::SchedulingPolicy"
}
},
"ACMPCACertificateAuthorityActivation": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ACMPCA::CertificateAuthorityActivation"
}
},
"AppMeshGatewayRoute": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppMesh::GatewayRoute"
}
},
"AppMeshMesh": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppMesh::Mesh"
}
},
"ConnectInstance": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Connect::Instance"
}
},
"ConnectQuickConnect": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Connect::QuickConnect"
}
},
"EC2CarrierGateway": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::CarrierGateway"
}
},
"EC2IPAMPool": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::IPAMPool"
}
},
"EC2TransitGatewayConnect": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::TransitGatewayConnect"
}
},
"EC2TransitGatewayMulticastDomain": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::TransitGatewayMulticastDomain"
}
},
"ECSCapacityProvider": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ECS::CapacityProvider"
}
},
"IAMInstanceProfile": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IAM::InstanceProfile"
}
},
"IoTCACertificate": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoT::CACertificate"
}
},
"IoTTwinMakerSyncJob": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTTwinMaker::SyncJob"
}
},
"KafkaConnectConnector": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::KafkaConnect::Connector"
}
},
"LambdaCodeSigningConfig": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Lambda::CodeSigningConfig"
}
},
"NetworkManagerConnectPeer": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::NetworkManager::ConnectPeer"
}
},
"ResourceExplorer2Index": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ResourceExplorer2::Index"
}
},
"AppStreamFleet": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppStream::Fleet"
}
},
"CognitoUserPool": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Cognito::UserPool"
}
},
"CognitoUserPoolClient": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Cognito::UserPoolClient"
}
},
"CognitoUserPoolGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Cognito::UserPoolGroup"
}
},
"EC2NetworkInsightsAccessScope": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::NetworkInsightsAccessScope"
}
},
"EC2NetworkInsightsAnalysis": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::NetworkInsightsAnalysis"
}
},
"GrafanaWorkspace": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Grafana::Workspace"
}
},
"GroundStationDataflowEndpointGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::GroundStation::DataflowEndpointGroup"
}
},
"ImageBuilderImageRecipe": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ImageBuilder::ImageRecipe"
}
},
"KMSAlias": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::KMS::Alias"
}
},
"M2Environment": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::M2::Environment"
}
},
"QuickSightDataSource": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::QuickSight::DataSource"
}
},
"QuickSightTemplate": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::QuickSight::Template"
}
},
"QuickSightTheme": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::QuickSight::Theme"
}
},
"RDSOptionGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::RDS::OptionGroup"
}
},
"RedshiftEndpointAccess": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Redshift::EndpointAccess"
}
},
"Route53ResolverFirewallRuleGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53Resolver::FirewallRuleGroup"
}
},
"SSMDocument": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SSM::Document"
}
},
"AppConfigExtensionAssociation": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppConfig::ExtensionAssociation"
}
},
"AppIntegrationsApplication": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppIntegrations::Application"
}
},
"AppSyncApiCache": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppSync::ApiCache"
}
},
"BedrockGuardrail": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Bedrock::Guardrail"
}
},
"BedrockKnowledgeBase": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Bedrock::KnowledgeBase"
}
},
"CognitoIdentityPool": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Cognito::IdentityPool"
}
},
"ConnectRule": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Connect::Rule"
}
},
"ConnectUser": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Connect::User"
}
},
"EC2ClientVpnTargetNetworkAssociation": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::ClientVpnTargetNetworkAssociation"
}
},
"EC2EIPAssociation": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::EIPAssociation"
}
},
"EC2IPAMResourceDiscovery": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::IPAMResourceDiscovery"
}
},
"EC2IPAMResourceDiscoveryAssociation": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::IPAMResourceDiscoveryAssociation"
}
},
"EC2InstanceConnectEndpoint": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::InstanceConnectEndpoint"
}
},
"EC2SnapshotBlockPublicAccess": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::SnapshotBlockPublicAccess"
}
},
"EC2VPCBlockPublicAccessExclusion": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::VPCBlockPublicAccessExclusion"
}
},
"EC2VPCBlockPublicAccessOptions": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::VPCBlockPublicAccessOptions"
}
},
"EC2VPCEndpointConnectionNotification": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::VPCEndpointConnectionNotification"
}
},
"EC2VPNConnectionRoute": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::VPNConnectionRoute"
}
},
"EvidentlySegment": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Evidently::Segment"
}
},
"IAMOIDCProvider": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IAM::OIDCProvider"
}
},
"InspectorV2Activation": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::InspectorV2::Activation"
}
},
"MSKClusterPolicy": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::MSK::ClusterPolicy"
}
},
"MSKVpcConnection": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::MSK::VpcConnection"
}
},
"MediaConnectGateway": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::MediaConnect::Gateway"
}
},
"MemoryDBSubnetGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::MemoryDB::SubnetGroup"
}
},
"OpenSearchServerlessCollection": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::OpenSearchServerless::Collection"
}
},
"OpenSearchServerlessVpcEndpoint": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::OpenSearchServerless::VpcEndpoint"
}
},
"RedshiftEndpointAuthorization": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Redshift::EndpointAuthorization"
}
},
"Route53ProfilesProfile": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53Profiles::Profile"
}
},
"S3StorageLensGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::S3::StorageLensGroup"
}
},
"S3ExpressBucketPolicy": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::S3Express::BucketPolicy"
}
},
"S3ExpressDirectoryBucket": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::S3Express::DirectoryBucket"
}
},
"SageMakerInferenceExperiment": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SageMaker::InferenceExperiment"
}
},
"SecurityHubStandard": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SecurityHub::Standard"
}
},
"TransferProfile": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Transfer::Profile"
}
},
"CloudFormationStackSet": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CloudFormation::StackSet"
}
},
"MediaPackageV2Channel": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::MediaPackageV2::Channel"
}
},
"S3AccessGrantsLocation": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::S3::AccessGrantsLocation"
}
},
"S3AccessGrant": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::S3::AccessGrant"
}
},
"S3AccessGrantsInstance": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::S3::AccessGrantsInstance"
}
},
"EMRServerlessApplication": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EMRServerless::Application"
}
},
"ConfigAggregationAuthorization": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Config::AggregationAuthorization"
}
},
"BedrockApplicationInferenceProfile": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Bedrock::ApplicationInferenceProfile"
}
},
"ApiGatewayV2Integration": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ApiGatewayV2::Integration"
}
},
"SageMakerMlflowTrackingServer": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SageMaker::MlflowTrackingServer"
}
},
"SageMakerModelBiasJobDefinition": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SageMaker::ModelBiasJobDefinition"
}
},
"SecretsManagerRotationSchedule": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SecretsManager::RotationSchedule"
}
},
"DeadlineQueueFleetAssociation": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Deadline::QueueFleetAssociation"
}
},
"ECRRepositoryCreationTemplate": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ECR::RepositoryCreationTemplate"
}
},
"CloudFormationLambdaHook": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CloudFormation::LambdaHook"
}
},
"EC2SubnetNetworkAclAssociation": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::SubnetNetworkAclAssociation"
}
},
"ApiGatewayUsagePlan": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ApiGateway::UsagePlan"
}
},
"AppConfigExtension": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppConfig::Extension"
}
},
"DeadlineFleet": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Deadline::Fleet"
}
},
"EMRStudio": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EMR::Studio"
}
},
"S3TablesTableBucket": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::S3Tables::TableBucket"
}
},
"CloudFrontRealtimeLogConfig": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CloudFront::RealtimeLogConfig"
}
},
"BackupGatewayHypervisor": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::BackupGateway::Hypervisor"
}
},
"BCMDataExportsExport": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::BCMDataExports::Export"
}
},
"CloudFormationGuardHook": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CloudFormation::GuardHook"
}
},
"CloudFrontPublicKey": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CloudFront::PublicKey"
}
},
"CloudTrailEventDataStore": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CloudTrail::EventDataStore"
}
},
"EntityResolutionIdMappingWorkflow": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EntityResolution::IdMappingWorkflow"
}
},
"EntityResolutionSchemaMapping": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EntityResolution::SchemaMapping"
}
},
"IoTDomainConfiguration": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoT::DomainConfiguration"
}
},
"PCAConnectorADDirectoryRegistration": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::PCAConnectorAD::DirectoryRegistration"
}
},
"RDSIntegration": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::RDS::Integration"
}
},
"ConfigConformancePack": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Config::ConformancePack"
}
},
"RolesAnywhereProfile": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::RolesAnywhere::Profile"
}
},
"CodeArtifactDomain": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CodeArtifact::Domain"
}
},
"BackupRestoreTestingPlan": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Backup::RestoreTestingPlan"
}
},
"ConfigStoredQuery": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Config::StoredQuery"
}
},
"SageMakerDataQualityJobDefinition": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SageMaker::DataQualityJobDefinition"
}
},
"SageMakerModelExplainabilityJobDefinition": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SageMaker::ModelExplainabilityJobDefinition"
}
},
"SageMakerModelQualityJobDefinition": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SageMaker::ModelQualityJobDefinition"
}
},
"SageMakerStudioLifecycleConfig": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SageMaker::StudioLifecycleConfig"
}
},
"SESDedicatedIpPool": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SES::DedicatedIpPool"
}
},
"SESMailManagerTrafficPolicy": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SES::MailManagerTrafficPolicy"
}
},
"SSMResourceDataSync": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SSM::ResourceDataSync"
}
},
"BedrockAgentCoreRuntime": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::BedrockAgentCore::Runtime"
}
},
"BedrockAgentCoreBrowserCustom": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::BedrockAgentCore::BrowserCustom"
}
},
"ElasticLoadBalancingV2TargetGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ElasticLoadBalancingV2::TargetGroup"
}
},
"EMRContainersVirtualCluster": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EMRContainers::VirtualCluster"
}
},
"EntityResolutionMatchingWorkflow": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EntityResolution::MatchingWorkflow"
}
},
"IoTCoreDeviceAdvisorSuiteDefinition": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTCoreDeviceAdvisor::SuiteDefinition"
}
},
"EC2SecurityGroupVpcAssociation": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::SecurityGroupVpcAssociation"
}
},
"EC2VerifiedAccessInstance": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::VerifiedAccessInstance"
}
},
"KafkaConnectCustomPlugin": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::KafkaConnect::CustomPlugin"
}
},
"NetworkManagerTransitGatewayPeering": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::NetworkManager::TransitGatewayPeering"
}
},
"OpenSearchServerlessSecurityConfig": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::OpenSearchServerless::SecurityConfig"
}
},
"RedshiftIntegration": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Redshift::Integration"
}
},
"RolesAnywhereTrustAnchor": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::RolesAnywhere::TrustAnchor"
}
},
"Route53ProfilesProfileAssociation": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53Profiles::ProfileAssociation"
}
},
"SSMIncidentsResponsePlan": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SSMIncidents::ResponsePlan"
}
},
"TransferServer": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Transfer::Server"
}
},
"GlueDatabase": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Glue::Database"
}
},
"OrganizationsOrganizationalUnit": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Organizations::OrganizationalUnit"
}
},
"EC2IPAMPoolCidr": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::IPAMPoolCidr"
}
},
"EC2VPCGatewayAttachment": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::VPCGatewayAttachment"
}
},
"BedrockPrompt": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Bedrock::Prompt"
}
},
"ComprehendFlywheel": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Comprehend::Flywheel"
}
},
"DataSyncAgent": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::DataSync::Agent"
}
},
"MediaTailorLiveSource": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::MediaTailor::LiveSource"
}
},
"MSKServerlessCluster": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::MSK::ServerlessCluster"
}
},
"IoTSiteWiseAsset": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoTSiteWise::Asset"
}
},
"B2BICapability": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::B2BI::Capability"
}
},
"CloudFrontKeyValueStore": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CloudFront::KeyValueStore"
}
},
"DeadlineMonitor": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Deadline::Monitor"
}
},
"GuardDutyMalwareProtectionPlan": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::GuardDuty::MalwareProtectionPlan"
}
},
"LocationAPIKey": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Location::APIKey"
}
},
"MediaPackageV2OriginEndpoint": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::MediaPackageV2::OriginEndpoint"
}
},
"PCAConnectorADConnector": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::PCAConnectorAD::Connector"
}
},
"S3TablesTableBucketPolicy": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::S3Tables::TableBucketPolicy"
}
},
"SecretsManagerResourcePolicy": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SecretsManager::ResourcePolicy"
}
},
"SSMContactsContact": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SSMContacts::Contact"
}
},
"IoTThingGroup": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::IoT::ThingGroup"
}
},
"ImageBuilderLifecyclePolicy": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ImageBuilder::LifecyclePolicy"
}
},
"GameLiftBuild": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::GameLift::Build"
}
},
"ECRReplicationConfiguration": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ECR::ReplicationConfiguration"
}
},
"EC2SubnetCidrBlock": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::EC2::SubnetCidrBlock"
}
},
"ConnectSecurityProfile": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Connect::SecurityProfile"
}
},
"CleanRoomsMLTrainingDataset": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::CleanRoomsML::TrainingDataset"
}
},
"AppStreamAppBlockBuilder": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::AppStream::AppBlockBuilder"
}
},
"Route53DNSSEC": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::Route53::DNSSEC"
}
},
"SageMakerUserProfile": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::SageMaker::UserProfile"
}
},
"ApiGatewayMethod": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AWS::ApiGateway::Method"
}
}
}
},
"com.amazonaws.configservice#ResourceTypeList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ResourceType"
}
},
"com.amazonaws.configservice#ResourceTypeString": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 196
}
}
},
"com.amazonaws.configservice#ResourceTypeValue": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 256
},
"smithy.api#pattern": "^[a-zA-Z0-9]{2,64}::[a-zA-Z0-9]{2,64}::[a-zA-Z0-9]{2,64}$"
}
},
"com.amazonaws.configservice#ResourceTypeValueList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ResourceTypeValue"
}
},
"com.amazonaws.configservice#ResourceTypes": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#StringWithCharLimit256"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 20
}
}
},
"com.amazonaws.configservice#ResourceTypesScope": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#StringWithCharLimit256"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 100
}
}
},
"com.amazonaws.configservice#ResourceValue": {
"type": "structure",
"members": {
"Value": {
"target": "com.amazonaws.configservice#ResourceValueType",
"traits": {
"smithy.api#documentation": "<p>The value is a resource ID.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The dynamic value of the resource.</p>"
}
},
"com.amazonaws.configservice#ResourceValueType": {
"type": "enum",
"members": {
"RESOURCE_ID": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "RESOURCE_ID"
}
}
}
},
"com.amazonaws.configservice#Results": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#String"
}
},
"com.amazonaws.configservice#RetentionConfiguration": {
"type": "structure",
"members": {
"Name": {
"target": "com.amazonaws.configservice#RetentionConfigurationName",
"traits": {
"smithy.api#documentation": "<p>The name of the retention configuration object.</p>",
"smithy.api#required": {}
}
},
"RetentionPeriodInDays": {
"target": "com.amazonaws.configservice#RetentionPeriodInDays",
"traits": {
"smithy.api#documentation": "<p>Number of days Config stores your historical information.</p>\n <note>\n <p>Currently, only applicable to the configuration item history.</p>\n </note>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>An object with the name of the retention configuration and the retention period in days. The object stores the configuration for data retention in Config.</p>"
}
},
"com.amazonaws.configservice#RetentionConfigurationList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#RetentionConfiguration"
}
},
"com.amazonaws.configservice#RetentionConfigurationName": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 256
},
"smithy.api#pattern": "^[\\w\\-]+$"
}
},
"com.amazonaws.configservice#RetentionConfigurationNameList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#RetentionConfigurationName"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 1
}
}
},
"com.amazonaws.configservice#RetentionPeriodInDays": {
"type": "integer",
"traits": {
"smithy.api#range": {
"min": 30,
"max": 2557
}
}
},
"com.amazonaws.configservice#RuleEvaluationVisibility": {
"type": "enum",
"members": {
"EXTERNAL": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "EXTERNAL"
}
},
"INTERNAL": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "INTERNAL"
}
}
}
},
"com.amazonaws.configservice#RuleLimit": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 50
}
}
},
"com.amazonaws.configservice#SSMDocumentName": {
"type": "string",
"traits": {
"smithy.api#pattern": "^[a-zA-Z0-9_\\-.:/]{3,200}$"
}
},
"com.amazonaws.configservice#SSMDocumentVersion": {
"type": "string",
"traits": {
"smithy.api#pattern": "^([$]LATEST|[$]DEFAULT|^[1-9][0-9]*$)$"
}
},
"com.amazonaws.configservice#SchemaVersionId": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 128
},
"smithy.api#pattern": "^[A-Za-z0-9-]+$"
}
},
"com.amazonaws.configservice#Scope": {
"type": "structure",
"members": {
"ComplianceResourceTypes": {
"target": "com.amazonaws.configservice#ComplianceResourceTypes",
"traits": {
"smithy.api#documentation": "<p>The resource types of only those Amazon Web Services resources that you want to\n\t\t\ttrigger an evaluation for the rule. You can only specify one type if\n\t\t\tyou also specify a resource ID for\n\t\t\t<code>ComplianceResourceId</code>.</p>"
}
},
"TagKey": {
"target": "com.amazonaws.configservice#StringWithCharLimit128",
"traits": {
"smithy.api#documentation": "<p>The tag key that is applied to only those Amazon Web Services resources that\n\t\t\tyou want to trigger an evaluation for the rule.</p>"
}
},
"TagValue": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>The tag value applied to only those Amazon Web Services resources that you want\n\t\t\tto trigger an evaluation for the rule. If you specify a value for\n\t\t\t\t<code>TagValue</code>, you must also specify a value for\n\t\t\t\t<code>TagKey</code>.</p>"
}
},
"ComplianceResourceId": {
"target": "com.amazonaws.configservice#BaseResourceId",
"traits": {
"smithy.api#documentation": "<p>The ID of the only Amazon Web Services resource that you want to trigger an\n\t\t\tevaluation for the rule. If you specify a resource ID, you must\n\t\t\tspecify one resource type for\n\t\t\t<code>ComplianceResourceTypes</code>.</p>"
}
},
"ServicePrincipals": {
"target": "com.amazonaws.configservice#ServicePrincipals",
"traits": {
"smithy.api#documentation": "<p>The service principals of the Amazon Web Services services for the rule.</p>\n <note>\n <p>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.</p>\n </note>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Defines which resources trigger an evaluation for an Config\n\t\t\trule. The scope can include one or more resource types, a\n\t\t\tcombination of a tag key and value, or a combination of one resource\n\t\t\ttype and one resource ID. Specify a scope to constrain which\n\t\t\tresources trigger an evaluation for a rule. Otherwise, evaluations\n\t\t\tfor the rule are triggered when any resource in your recording group\n\t\t\tchanges in configuration.</p>"
}
},
"com.amazonaws.configservice#ScopeConfiguration": {
"type": "structure",
"members": {
"scopeType": {
"target": "com.amazonaws.configservice#ScopeType",
"traits": {
"smithy.api#documentation": "<p>The type of scope for the third-party cloud resources. Valid values include <code>tenant</code> and <code>subscription</code>.</p>",
"smithy.api#required": {}
}
},
"scopeValues": {
"target": "com.amazonaws.configservice#ScopeValues",
"traits": {
"smithy.api#documentation": "<p>The list of specific scope values for the third-party cloud resources. For example, a list of Azure subscriptions or management groups.</p>"
}
},
"allRegions": {
"target": "com.amazonaws.configservice#Boolean",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>Specifies whether to record resources from all supported regions for the third-party cloud service provider.</p>",
"smithy.api#required": {}
}
},
"includedRegions": {
"target": "com.amazonaws.configservice#IncludedRegions",
"traits": {
"smithy.api#documentation": "<p>The list of regions from the third-party cloud service provider to include when recording resources. Used when <code>allRegions</code> is set to <code>false</code>.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Specifies the scope of resources to record from a third-party cloud service provider.</p>"
}
},
"com.amazonaws.configservice#ScopeType": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 256
}
}
},
"com.amazonaws.configservice#ScopeValue": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 256
}
}
},
"com.amazonaws.configservice#ScopeValues": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ScopeValue"
}
},
"com.amazonaws.configservice#SelectAggregateResourceConfig": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#SelectAggregateResourceConfigRequest"
},
"output": {
"target": "com.amazonaws.configservice#SelectAggregateResourceConfigResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidExpressionException"
},
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigurationAggregatorException"
}
],
"traits": {
"smithy.api#documentation": "<p>Accepts a structured query language (SQL) SELECT command and an aggregator to query configuration state of Amazon Web Services resources across multiple accounts and regions, \n\t\t\tperforms the corresponding search, and returns resource configurations matching the properties.</p>\n <p>For more information about query components, see the \n\t\t\t<a href=\"https://docs.aws.amazon.com/config/latest/developerguide/query-components.html\">\n <b>Query Components</b>\n </a> section in the <i>Config Developer Guide</i>.</p>\n <note>\n <p>If you run an aggregation query (i.e., using <code>GROUP BY</code> or using aggregate functions such as <code>COUNT</code>; e.g., <code>SELECT resourceId, COUNT(*) WHERE resourceType = 'AWS::IAM::Role' GROUP BY resourceId</code>)\n\t\t\t\tand do not specify the <code>MaxResults</code> or the <code>Limit</code> query parameters, the default page size is set to 500.</p>\n <p>If you run a non-aggregation query (i.e., not using <code>GROUP BY</code> or aggregate function; e.g., <code>SELECT * WHERE resourceType = 'AWS::IAM::Role'</code>)\n\t\t\t\tand do not specify the <code>MaxResults</code> or the <code>Limit</code> query parameters, the default page size is set to 25.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "Results",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#SelectAggregateResourceConfigRequest": {
"type": "structure",
"members": {
"Expression": {
"target": "com.amazonaws.configservice#Expression",
"traits": {
"smithy.api#documentation": "<p>The SQL query SELECT command. </p>",
"smithy.api#required": {}
}
},
"ConfigurationAggregatorName": {
"target": "com.amazonaws.configservice#ConfigurationAggregatorName",
"traits": {
"smithy.api#documentation": "<p>The name of the configuration aggregator.</p>",
"smithy.api#required": {}
}
},
"Limit": {
"target": "com.amazonaws.configservice#Limit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of query results returned on each page. </p>"
}
},
"MaxResults": {
"target": "com.amazonaws.configservice#Limit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of query results returned on each page. Config also allows the Limit request parameter.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The nextToken string returned in a previous request that you use to request the next page of results in a paginated response. </p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#SelectAggregateResourceConfigResponse": {
"type": "structure",
"members": {
"Results": {
"target": "com.amazonaws.configservice#Results",
"traits": {
"smithy.api#documentation": "<p>Returns the results for the SQL query.</p>"
}
},
"QueryInfo": {
"target": "com.amazonaws.configservice#QueryInfo"
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The nextToken string returned in a previous request that you use to request the next page of results in a paginated response. </p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#SelectResourceConfig": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#SelectResourceConfigRequest"
},
"output": {
"target": "com.amazonaws.configservice#SelectResourceConfigResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidExpressionException"
},
{
"target": "com.amazonaws.configservice#InvalidLimitException"
},
{
"target": "com.amazonaws.configservice#InvalidNextTokenException"
}
],
"traits": {
"smithy.api#documentation": "<p>Accepts a structured query language (SQL) <code>SELECT</code> command, performs the corresponding search, and returns resource configurations matching the properties.</p>\n <p>For more information about query components, see the \n\t\t\t<a href=\"https://docs.aws.amazon.com/config/latest/developerguide/query-components.html\">\n <b>Query Components</b>\n </a> section in the <i>Config Developer Guide</i>.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"items": "Results",
"pageSize": "Limit"
}
}
},
"com.amazonaws.configservice#SelectResourceConfigRequest": {
"type": "structure",
"members": {
"Expression": {
"target": "com.amazonaws.configservice#Expression",
"traits": {
"smithy.api#documentation": "<p>The SQL query <code>SELECT</code> command.</p>",
"smithy.api#required": {}
}
},
"Limit": {
"target": "com.amazonaws.configservice#Limit",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of query results returned on each page. </p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response. </p>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#SelectResourceConfigResponse": {
"type": "structure",
"members": {
"Results": {
"target": "com.amazonaws.configservice#Results",
"traits": {
"smithy.api#documentation": "<p>Returns the results for the SQL query.</p>"
}
},
"QueryInfo": {
"target": "com.amazonaws.configservice#QueryInfo",
"traits": {
"smithy.api#documentation": "<p>Returns the <code>QueryInfo</code> object.</p>"
}
},
"NextToken": {
"target": "com.amazonaws.configservice#NextToken",
"traits": {
"smithy.api#documentation": "<p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response. </p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#ServicePrincipal": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 128
},
"smithy.api#pattern": "^[\\w+=,.@-]+$"
}
},
"com.amazonaws.configservice#ServicePrincipalValue": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 128
},
"smithy.api#pattern": "^[\\w+=,.@-]+$"
}
},
"com.amazonaws.configservice#ServicePrincipalValueList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#ServicePrincipalValue"
}
},
"com.amazonaws.configservice#ServicePrincipals": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#StringWithCharLimit128"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 100
}
}
},
"com.amazonaws.configservice#SortBy": {
"type": "enum",
"members": {
"SCORE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "SCORE"
}
}
}
},
"com.amazonaws.configservice#SortOrder": {
"type": "enum",
"members": {
"ASCENDING": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ASCENDING"
}
},
"DESCENDING": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DESCENDING"
}
}
}
},
"com.amazonaws.configservice#Source": {
"type": "structure",
"members": {
"Owner": {
"target": "com.amazonaws.configservice#Owner",
"traits": {
"smithy.api#documentation": "<p>Indicates whether Amazon Web Services or the customer owns and manages the Config rule.</p>\n <p>Config Managed Rules are predefined rules owned by Amazon Web Services. For more information, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html\">Config Managed Rules</a> in the <i>Config developer guide</i>.</p>\n <p>Config Custom Rules are rules that you can develop either with Guard (<code>CUSTOM_POLICY</code>) or Lambda (<code>CUSTOM_LAMBDA</code>). For more information, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_develop-rules.html\">Config Custom Rules </a> in the <i>Config developer guide</i>.</p>",
"smithy.api#required": {}
}
},
"SourceIdentifier": {
"target": "com.amazonaws.configservice#StringWithCharLimit256",
"traits": {
"smithy.api#documentation": "<p>For Config Managed rules, a predefined identifier from a\n\t\t\tlist. For example, <code>IAM_PASSWORD_POLICY</code> is a managed\n\t\t\trule. To reference a managed rule, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html\">List of Config Managed Rules</a>.</p>\n <p>For Config Custom Lambda rules, the identifier is the Amazon Resource Name\n\t\t\t(ARN) of the rule's Lambda function, such as\n\t\t\t<code>arn:aws:lambda:us-east-2:123456789012:function:custom_rule_name</code>.</p>\n <p>For Config Custom Policy rules, this field will be ignored.</p>"
}
},
"SourceDetails": {
"target": "com.amazonaws.configservice#SourceDetails",
"traits": {
"smithy.api#documentation": "<p>Provides the source and the message types that cause Config to evaluate your Amazon Web Services resources against a rule. It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.</p>\n <p>If the owner is set to <code>CUSTOM_POLICY</code>, the only acceptable values for the Config rule trigger message type are <code>ConfigurationItemChangeNotification</code> and <code>OversizedConfigurationItemChangeNotification</code>.</p>"
}
},
"CustomPolicyDetails": {
"target": "com.amazonaws.configservice#CustomPolicyDetails",
"traits": {
"smithy.api#documentation": "<p>Provides the runtime system, policy definition, and whether debug logging is enabled. Required when owner is set to <code>CUSTOM_POLICY</code>.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Provides the CustomPolicyDetails, the rule owner (<code>Amazon Web Services</code> for managed rules, <code>CUSTOM_POLICY</code> for Custom Policy rules, and <code>CUSTOM_LAMBDA</code> for Custom Lambda rules), the rule\n\t\t\tidentifier, and the events that cause the evaluation of your Amazon Web Services\n\t\t\tresources.</p>"
}
},
"com.amazonaws.configservice#SourceDetail": {
"type": "structure",
"members": {
"EventSource": {
"target": "com.amazonaws.configservice#EventSource",
"traits": {
"smithy.api#documentation": "<p>The source of the event, such as an Amazon Web Services service, that triggers\n\t\t\tConfig to evaluate your Amazon Web Services resources.</p>"
}
},
"MessageType": {
"target": "com.amazonaws.configservice#MessageType",
"traits": {
"smithy.api#documentation": "<p>The type of notification that triggers Config to run an\n\t\t\tevaluation for a rule. You can specify the following notification\n\t\t\ttypes:</p>\n <ul>\n <li>\n <p>\n <code>ConfigurationItemChangeNotification</code> - Triggers\n\t\t\t\t\tan evaluation when Config delivers a configuration item\n\t\t\t\t\tas a result of a resource change.</p>\n </li>\n <li>\n <p>\n <code>OversizedConfigurationItemChangeNotification</code>\n\t\t\t\t\t- Triggers an evaluation when Config delivers an\n\t\t\t\t\toversized configuration item. Config may generate this\n\t\t\t\t\tnotification type when a resource changes and the\n\t\t\t\t\tnotification exceeds the maximum size allowed by Amazon\n\t\t\t\t\tSNS.</p>\n </li>\n <li>\n <p>\n <code>ScheduledNotification</code> - Triggers a\n\t\t\t\t\tperiodic evaluation at the frequency specified for\n\t\t\t\t\t\t<code>MaximumExecutionFrequency</code>.</p>\n </li>\n <li>\n <p>\n <code>ConfigurationSnapshotDeliveryCompleted</code> -\n\t\t\t\t\tTriggers a periodic evaluation when Config delivers a\n\t\t\t\t\tconfiguration snapshot.</p>\n </li>\n </ul>\n <p>If you want your custom rule to be triggered by configuration\n\t\t\tchanges, specify two SourceDetail objects, one for\n\t\t\t\t<code>ConfigurationItemChangeNotification</code> and one for\n\t\t\t\t<code>OversizedConfigurationItemChangeNotification</code>.</p>"
}
},
"MaximumExecutionFrequency": {
"target": "com.amazonaws.configservice#MaximumExecutionFrequency",
"traits": {
"smithy.api#documentation": "<p>The frequency at which you want Config to run evaluations\n\t\t\tfor a custom rule with a periodic trigger. If you specify a value\n\t\t\tfor <code>MaximumExecutionFrequency</code>, then\n\t\t\t\t<code>MessageType</code> must use the\n\t\t\t\t<code>ScheduledNotification</code> value.</p>\n <note>\n <p>By default, rules with a periodic trigger are evaluated\n\t\t\t\tevery 24 hours. To change the frequency, specify a valid value\n\t\t\t\tfor the <code>MaximumExecutionFrequency</code>\n\t\t\t\tparameter.</p>\n <p>Based on the valid value you choose, Config runs\n\t\t\t\tevaluations once for each valid value. For example, if you\n\t\t\t\tchoose <code>Three_Hours</code>, Config runs evaluations\n\t\t\t\tonce every three hours. In this case, <code>Three_Hours</code>\n\t\t\t\tis the frequency of this rule. </p>\n </note>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Provides the source and the message types that trigger Config to evaluate your Amazon Web Services resources against a rule. It also\n\t\t\tprovides the frequency with which you want Config to run\n\t\t\tevaluations for the rule if the trigger type is periodic. You can\n\t\t\tspecify the parameter values for <code>SourceDetail</code> only for\n\t\t\tcustom rules. </p>"
}
},
"com.amazonaws.configservice#SourceDetails": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#SourceDetail"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 25
}
}
},
"com.amazonaws.configservice#SsmControls": {
"type": "structure",
"members": {
"ConcurrentExecutionRatePercentage": {
"target": "com.amazonaws.configservice#Percentage",
"traits": {
"smithy.api#documentation": "<p>The maximum percentage of remediation actions allowed to run in parallel on the non-compliant resources for that specific rule. You can specify a percentage, such as 10%. The default value is 10. </p>"
}
},
"ErrorPercentage": {
"target": "com.amazonaws.configservice#Percentage",
"traits": {
"smithy.api#documentation": "<p>The percentage of errors that are allowed before SSM stops running automations on non-compliant resources for that specific rule.\n\t\t\tYou can specify a percentage of errors, for example 10%. If you do not specifiy a percentage, the default is 50%. \n\t\t\tFor example, if you set the ErrorPercentage to 40% for 10 non-compliant resources, then SSM stops running the automations when the fifth error is received. </p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Amazon Web Services Systems Manager (SSM) specific remediation controls.</p>"
}
},
"com.amazonaws.configservice#StackArn": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 2048
}
}
},
"com.amazonaws.configservice#StarlingDoveService": {
"type": "service",
"version": "2014-11-12",
"operations": [
{
"target": "com.amazonaws.configservice#AssociateResourceTypes"
},
{
"target": "com.amazonaws.configservice#BatchGetAggregateResourceConfig"
},
{
"target": "com.amazonaws.configservice#BatchGetResourceConfig"
},
{
"target": "com.amazonaws.configservice#DeleteAggregationAuthorization"
},
{
"target": "com.amazonaws.configservice#DeleteConfigRule"
},
{
"target": "com.amazonaws.configservice#DeleteConfigurationAggregator"
},
{
"target": "com.amazonaws.configservice#DeleteConfigurationRecorder"
},
{
"target": "com.amazonaws.configservice#DeleteConformancePack"
},
{
"target": "com.amazonaws.configservice#DeleteConnector"
},
{
"target": "com.amazonaws.configservice#DeleteDeliveryChannel"
},
{
"target": "com.amazonaws.configservice#DeleteEvaluationResults"
},
{
"target": "com.amazonaws.configservice#DeleteOrganizationConfigRule"
},
{
"target": "com.amazonaws.configservice#DeleteOrganizationConformancePack"
},
{
"target": "com.amazonaws.configservice#DeletePendingAggregationRequest"
},
{
"target": "com.amazonaws.configservice#DeleteRemediationConfiguration"
},
{
"target": "com.amazonaws.configservice#DeleteRemediationExceptions"
},
{
"target": "com.amazonaws.configservice#DeleteResourceConfig"
},
{
"target": "com.amazonaws.configservice#DeleteRetentionConfiguration"
},
{
"target": "com.amazonaws.configservice#DeleteServiceLinkedConfigurationRecorder"
},
{
"target": "com.amazonaws.configservice#DeleteStoredQuery"
},
{
"target": "com.amazonaws.configservice#DeliverConfigSnapshot"
},
{
"target": "com.amazonaws.configservice#DescribeAggregateComplianceByConfigRules"
},
{
"target": "com.amazonaws.configservice#DescribeAggregateComplianceByConformancePacks"
},
{
"target": "com.amazonaws.configservice#DescribeAggregationAuthorizations"
},
{
"target": "com.amazonaws.configservice#DescribeComplianceByConfigRule"
},
{
"target": "com.amazonaws.configservice#DescribeComplianceByResource"
},
{
"target": "com.amazonaws.configservice#DescribeConfigRuleEvaluationStatus"
},
{
"target": "com.amazonaws.configservice#DescribeConfigRules"
},
{
"target": "com.amazonaws.configservice#DescribeConfigurationAggregators"
},
{
"target": "com.amazonaws.configservice#DescribeConfigurationAggregatorSourcesStatus"
},
{
"target": "com.amazonaws.configservice#DescribeConfigurationRecorders"
},
{
"target": "com.amazonaws.configservice#DescribeConfigurationRecorderStatus"
},
{
"target": "com.amazonaws.configservice#DescribeConformancePackCompliance"
},
{
"target": "com.amazonaws.configservice#DescribeConformancePacks"
},
{
"target": "com.amazonaws.configservice#DescribeConformancePackStatus"
},
{
"target": "com.amazonaws.configservice#DescribeDeliveryChannels"
},
{
"target": "com.amazonaws.configservice#DescribeDeliveryChannelStatus"
},
{
"target": "com.amazonaws.configservice#DescribeOrganizationConfigRules"
},
{
"target": "com.amazonaws.configservice#DescribeOrganizationConfigRuleStatuses"
},
{
"target": "com.amazonaws.configservice#DescribeOrganizationConformancePacks"
},
{
"target": "com.amazonaws.configservice#DescribeOrganizationConformancePackStatuses"
},
{
"target": "com.amazonaws.configservice#DescribePendingAggregationRequests"
},
{
"target": "com.amazonaws.configservice#DescribeRemediationConfigurations"
},
{
"target": "com.amazonaws.configservice#DescribeRemediationExceptions"
},
{
"target": "com.amazonaws.configservice#DescribeRemediationExecutionStatus"
},
{
"target": "com.amazonaws.configservice#DescribeRetentionConfigurations"
},
{
"target": "com.amazonaws.configservice#DisassociateResourceTypes"
},
{
"target": "com.amazonaws.configservice#GetAggregateComplianceDetailsByConfigRule"
},
{
"target": "com.amazonaws.configservice#GetAggregateConfigRuleComplianceSummary"
},
{
"target": "com.amazonaws.configservice#GetAggregateConformancePackComplianceSummary"
},
{
"target": "com.amazonaws.configservice#GetAggregateDiscoveredResourceCounts"
},
{
"target": "com.amazonaws.configservice#GetAggregateResourceConfig"
},
{
"target": "com.amazonaws.configservice#GetComplianceDetailsByConfigRule"
},
{
"target": "com.amazonaws.configservice#GetComplianceDetailsByResource"
},
{
"target": "com.amazonaws.configservice#GetComplianceSummaryByConfigRule"
},
{
"target": "com.amazonaws.configservice#GetComplianceSummaryByResourceType"
},
{
"target": "com.amazonaws.configservice#GetConformancePackComplianceDetails"
},
{
"target": "com.amazonaws.configservice#GetConformancePackComplianceSummary"
},
{
"target": "com.amazonaws.configservice#GetConnector"
},
{
"target": "com.amazonaws.configservice#GetCustomRulePolicy"
},
{
"target": "com.amazonaws.configservice#GetDiscoveredResourceCounts"
},
{
"target": "com.amazonaws.configservice#GetOrganizationConfigRuleDetailedStatus"
},
{
"target": "com.amazonaws.configservice#GetOrganizationConformancePackDetailedStatus"
},
{
"target": "com.amazonaws.configservice#GetOrganizationCustomRulePolicy"
},
{
"target": "com.amazonaws.configservice#GetResourceConfigHistory"
},
{
"target": "com.amazonaws.configservice#GetResourceEvaluationSummary"
},
{
"target": "com.amazonaws.configservice#GetStoredQuery"
},
{
"target": "com.amazonaws.configservice#ListAggregateDiscoveredResources"
},
{
"target": "com.amazonaws.configservice#ListConfigurationRecorders"
},
{
"target": "com.amazonaws.configservice#ListConformancePackComplianceScores"
},
{
"target": "com.amazonaws.configservice#ListConnectors"
},
{
"target": "com.amazonaws.configservice#ListDiscoveredResources"
},
{
"target": "com.amazonaws.configservice#ListResourceEvaluations"
},
{
"target": "com.amazonaws.configservice#ListStoredQueries"
},
{
"target": "com.amazonaws.configservice#ListTagsForResource"
},
{
"target": "com.amazonaws.configservice#PutAggregationAuthorization"
},
{
"target": "com.amazonaws.configservice#PutConfigRule"
},
{
"target": "com.amazonaws.configservice#PutConfigurationAggregator"
},
{
"target": "com.amazonaws.configservice#PutConfigurationRecorder"
},
{
"target": "com.amazonaws.configservice#PutConformancePack"
},
{
"target": "com.amazonaws.configservice#PutConnector"
},
{
"target": "com.amazonaws.configservice#PutDeliveryChannel"
},
{
"target": "com.amazonaws.configservice#PutEvaluations"
},
{
"target": "com.amazonaws.configservice#PutExternalEvaluation"
},
{
"target": "com.amazonaws.configservice#PutOrganizationConfigRule"
},
{
"target": "com.amazonaws.configservice#PutOrganizationConformancePack"
},
{
"target": "com.amazonaws.configservice#PutRemediationConfigurations"
},
{
"target": "com.amazonaws.configservice#PutRemediationExceptions"
},
{
"target": "com.amazonaws.configservice#PutResourceConfig"
},
{
"target": "com.amazonaws.configservice#PutRetentionConfiguration"
},
{
"target": "com.amazonaws.configservice#PutServiceLinkedConfigurationRecorder"
},
{
"target": "com.amazonaws.configservice#PutStoredQuery"
},
{
"target": "com.amazonaws.configservice#PutThirdPartyServiceLinkedConfigurationRecorder"
},
{
"target": "com.amazonaws.configservice#SelectAggregateResourceConfig"
},
{
"target": "com.amazonaws.configservice#SelectResourceConfig"
},
{
"target": "com.amazonaws.configservice#StartConfigRulesEvaluation"
},
{
"target": "com.amazonaws.configservice#StartConfigurationRecorder"
},
{
"target": "com.amazonaws.configservice#StartRemediationExecution"
},
{
"target": "com.amazonaws.configservice#StartResourceEvaluation"
},
{
"target": "com.amazonaws.configservice#StopConfigurationRecorder"
},
{
"target": "com.amazonaws.configservice#TagResource"
},
{
"target": "com.amazonaws.configservice#UntagResource"
}
],
"traits": {
"aws.api#service": {
"sdkId": "Config Service",
"arnNamespace": "config",
"cloudFormationName": "Config",
"cloudTrailEventSource": "configservice.amazonaws.com",
"docId": "config-2014-11-12",
"endpointPrefix": "config"
},
"aws.auth#sigv4": {
"name": "config"
},
"aws.protocols#awsJson1_1": {},
"smithy.api#documentation": "<fullname>Config</fullname>\n <p>Config provides a way to keep track of the configurations\n\t\t\tof all the Amazon Web Services resources associated with your Amazon Web Services account. You can\n\t\t\tuse Config to get the current and historical configurations of\n\t\t\teach Amazon Web Services resource and also to get information about the relationship\n\t\t\tbetween the resources. An Amazon Web Services resource can be an Amazon Compute\n\t\t\tCloud (Amazon EC2) instance, an Elastic Block Store (EBS) volume, an\n\t\t\telastic network Interface (ENI), or a security group. For a complete\n\t\t\tlist of resources currently supported by Config, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources\">Supported Amazon Web Services resources</a>.</p>\n <p>You can access and manage Config through the Amazon Web Services Management\n\t\t\tConsole, the Amazon Web Services Command Line Interface (Amazon Web Services CLI), the Config\n\t\t\tAPI, or the Amazon Web Services SDKs for Config. This reference guide contains\n\t\t\tdocumentation for the Config API and the Amazon Web Services CLI commands that\n\t\t\tyou can use to manage Config. The Config API uses the\n\t\t\tSignature Version 4 protocol for signing requests. For more\n\t\t\tinformation about how to sign a request with this protocol, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature\n\t\t\t\tVersion 4 Signing Process</a>. For detailed information\n\t\t\tabout Config features and their associated actions or commands,\n\t\t\tas well as how to work with Amazon Web Services Management Console, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/WhatIsConfig.html\">What Is Config</a> in the <i>Config Developer\n\t\t\t\tGuide</i>.</p>",
"smithy.api#title": "AWS Config",
"smithy.api#xmlNamespace": {
"uri": "http://config.amazonaws.com/doc/2014-11-12/"
},
"smithy.rules#endpointBdd": {
"version": "1.1",
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"documentation": "The AWS region used to dispatch the request.",
"type": "string"
},
"UseDualStack": {
"builtIn": "AWS::UseDualStack",
"required": true,
"default": false,
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
"type": "boolean"
},
"UseFIPS": {
"builtIn": "AWS::UseFIPS",
"required": true,
"default": false,
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
"type": "boolean"
},
"Endpoint": {
"builtIn": "SDK::Endpoint",
"required": false,
"documentation": "Override the endpoint used to send this request",
"type": "string"
}
},
"conditions": [
{
"fn": "isSet",
"argv": [
{
"ref": "Endpoint"
}
]
},
{
"fn": "isSet",
"argv": [
{
"ref": "Region"
}
]
},
{
"fn": "aws.partition",
"argv": [
{
"ref": "Region"
}
],
"assign": "PartitionResult"
},
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseFIPS"
},
true
]
},
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseDualStack"
},
true
]
},
{
"fn": "booleanEquals",
"argv": [
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"supportsDualStack"
]
},
true
]
},
{
"fn": "booleanEquals",
"argv": [
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"supportsFIPS"
]
},
true
]
},
{
"fn": "stringEquals",
"argv": [
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"name"
]
},
"aws-us-gov"
]
}
],
"results": [
{
"conditions": [],
"error": "Invalid Configuration: FIPS and custom endpoint are not supported",
"type": "error"
},
{
"conditions": [],
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported",
"type": "error"
},
{
"conditions": [],
"endpoint": {
"url": {
"ref": "Endpoint"
},
"properties": {},
"headers": {}
},
"type": "endpoint"
},
{
"conditions": [],
"endpoint": {
"url": "https://config-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
},
{
"conditions": [],
"endpoint": {
"url": "https://config.{Region}.amazonaws.com",
"properties": {},
"headers": {}
},
"type": "endpoint"
},
{
"conditions": [],
"endpoint": {
"url": "https://config-fips.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
},
{
"conditions": [],
"endpoint": {
"url": "https://config.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
},
{
"conditions": [],
"endpoint": {
"url": "https://config.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
},
{
"conditions": [],
"error": "Invalid Configuration: Missing Region",
"type": "error"
}
],
"root": 2,
"nodeCount": 14,
"nodes": "/////wAAAAH/////AAAAAAAAAA0AAAADAAAAAQAAAAQF9eEMAAAAAgAAAAUF9eEMAAAAAwAAAAgAAAAGAAAABAAAAAcF9eELAAAABQX14QkF9eEKAAAABAAAAAsAAAAJAAAABgAAAAoF9eEIAAAABwX14QYF9eEHAAAABQAAAAwF9eEFAAAABgX14QQF9eEFAAAAAwX14QEAAAAOAAAABAX14QIF9eED"
},
"smithy.rules#endpointRuleSet": {
"version": "1.0",
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"documentation": "The AWS region used to dispatch the request.",
"type": "string"
},
"UseDualStack": {
"builtIn": "AWS::UseDualStack",
"required": true,
"default": false,
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
"type": "boolean"
},
"UseFIPS": {
"builtIn": "AWS::UseFIPS",
"required": true,
"default": false,
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
"type": "boolean"
},
"Endpoint": {
"builtIn": "SDK::Endpoint",
"required": false,
"documentation": "Override the endpoint used to send this request",
"type": "string"
}
},
"rules": [
{
"conditions": [
{
"fn": "isSet",
"argv": [
{
"ref": "Endpoint"
}
]
}
],
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseFIPS"
},
true
]
}
],
"error": "Invalid Configuration: FIPS and custom endpoint are not supported",
"type": "error"
},
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseDualStack"
},
true
]
}
],
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported",
"type": "error"
},
{
"conditions": [],
"endpoint": {
"url": {
"ref": "Endpoint"
},
"properties": {},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
},
{
"conditions": [
{
"fn": "isSet",
"argv": [
{
"ref": "Region"
}
]
}
],
"rules": [
{
"conditions": [
{
"fn": "aws.partition",
"argv": [
{
"ref": "Region"
}
],
"assign": "PartitionResult"
}
],
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseFIPS"
},
true
]
},
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseDualStack"
},
true
]
}
],
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"supportsFIPS"
]
}
]
},
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"supportsDualStack"
]
}
]
}
],
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://config-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
],
"type": "tree"
},
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseFIPS"
},
true
]
}
],
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"supportsFIPS"
]
},
true
]
}
],
"rules": [
{
"conditions": [
{
"fn": "stringEquals",
"argv": [
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"name"
]
},
"aws-us-gov"
]
}
],
"endpoint": {
"url": "https://config.{Region}.amazonaws.com",
"properties": {},
"headers": {}
},
"type": "endpoint"
},
{
"conditions": [],
"endpoint": {
"url": "https://config-fips.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
],
"type": "tree"
},
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseDualStack"
},
true
]
}
],
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
{
"ref": "PartitionResult"
},
"supportsDualStack"
]
}
]
}
],
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://config.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
],
"type": "tree"
},
{
"conditions": [],
"endpoint": {
"url": "https://config.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
}
],
"type": "tree"
},
{
"conditions": [],
"error": "Invalid Configuration: Missing Region",
"type": "error"
}
]
},
"smithy.rules#endpointTests": {
"testCases": [
{
"documentation": "For region af-south-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.af-south-1.amazonaws.com"
}
},
"params": {
"Region": "af-south-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region ap-east-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.ap-east-1.amazonaws.com"
}
},
"params": {
"Region": "ap-east-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.ap-northeast-1.amazonaws.com"
}
},
"params": {
"Region": "ap-northeast-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region ap-northeast-2 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.ap-northeast-2.amazonaws.com"
}
},
"params": {
"Region": "ap-northeast-2",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region ap-northeast-3 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.ap-northeast-3.amazonaws.com"
}
},
"params": {
"Region": "ap-northeast-3",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region ap-south-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.ap-south-1.amazonaws.com"
}
},
"params": {
"Region": "ap-south-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region ap-southeast-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.ap-southeast-1.amazonaws.com"
}
},
"params": {
"Region": "ap-southeast-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region ap-southeast-2 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.ap-southeast-2.amazonaws.com"
}
},
"params": {
"Region": "ap-southeast-2",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region ap-southeast-3 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.ap-southeast-3.amazonaws.com"
}
},
"params": {
"Region": "ap-southeast-3",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region ca-central-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.ca-central-1.amazonaws.com"
}
},
"params": {
"Region": "ca-central-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region eu-central-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.eu-central-1.amazonaws.com"
}
},
"params": {
"Region": "eu-central-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region eu-north-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.eu-north-1.amazonaws.com"
}
},
"params": {
"Region": "eu-north-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region eu-south-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.eu-south-1.amazonaws.com"
}
},
"params": {
"Region": "eu-south-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region eu-west-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.eu-west-1.amazonaws.com"
}
},
"params": {
"Region": "eu-west-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region eu-west-2 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.eu-west-2.amazonaws.com"
}
},
"params": {
"Region": "eu-west-2",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region eu-west-3 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.eu-west-3.amazonaws.com"
}
},
"params": {
"Region": "eu-west-3",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region me-south-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.me-south-1.amazonaws.com"
}
},
"params": {
"Region": "me-south-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region sa-east-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.sa-east-1.amazonaws.com"
}
},
"params": {
"Region": "sa-east-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region us-east-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.us-east-1.amazonaws.com"
}
},
"params": {
"Region": "us-east-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region us-east-1 with FIPS enabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config-fips.us-east-1.amazonaws.com"
}
},
"params": {
"Region": "us-east-1",
"UseFIPS": true,
"UseDualStack": false
}
},
{
"documentation": "For region us-east-2 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.us-east-2.amazonaws.com"
}
},
"params": {
"Region": "us-east-2",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region us-east-2 with FIPS enabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config-fips.us-east-2.amazonaws.com"
}
},
"params": {
"Region": "us-east-2",
"UseFIPS": true,
"UseDualStack": false
}
},
{
"documentation": "For region us-west-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.us-west-1.amazonaws.com"
}
},
"params": {
"Region": "us-west-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region us-west-1 with FIPS enabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config-fips.us-west-1.amazonaws.com"
}
},
"params": {
"Region": "us-west-1",
"UseFIPS": true,
"UseDualStack": false
}
},
{
"documentation": "For region us-west-2 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.us-west-2.amazonaws.com"
}
},
"params": {
"Region": "us-west-2",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region us-west-2 with FIPS enabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config-fips.us-west-2.amazonaws.com"
}
},
"params": {
"Region": "us-west-2",
"UseFIPS": true,
"UseDualStack": false
}
},
{
"documentation": "For region us-east-1 with FIPS enabled and DualStack enabled",
"expect": {
"endpoint": {
"url": "https://config-fips.us-east-1.api.aws"
}
},
"params": {
"Region": "us-east-1",
"UseFIPS": true,
"UseDualStack": true
}
},
{
"documentation": "For region us-east-1 with FIPS disabled and DualStack enabled",
"expect": {
"endpoint": {
"url": "https://config.us-east-1.api.aws"
}
},
"params": {
"Region": "us-east-1",
"UseFIPS": false,
"UseDualStack": true
}
},
{
"documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.cn-north-1.amazonaws.com.cn"
}
},
"params": {
"Region": "cn-north-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region cn-northwest-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.cn-northwest-1.amazonaws.com.cn"
}
},
"params": {
"Region": "cn-northwest-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled",
"expect": {
"endpoint": {
"url": "https://config-fips.cn-north-1.api.amazonwebservices.com.cn"
}
},
"params": {
"Region": "cn-north-1",
"UseFIPS": true,
"UseDualStack": true
}
},
{
"documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config-fips.cn-north-1.amazonaws.com.cn"
}
},
"params": {
"Region": "cn-north-1",
"UseFIPS": true,
"UseDualStack": false
}
},
{
"documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled",
"expect": {
"endpoint": {
"url": "https://config.cn-north-1.api.amazonwebservices.com.cn"
}
},
"params": {
"Region": "cn-north-1",
"UseFIPS": false,
"UseDualStack": true
}
},
{
"documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.us-gov-east-1.amazonaws.com"
}
},
"params": {
"Region": "us-gov-east-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.us-gov-east-1.amazonaws.com"
}
},
"params": {
"Region": "us-gov-east-1",
"UseFIPS": true,
"UseDualStack": false
}
},
{
"documentation": "For region us-gov-west-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.us-gov-west-1.amazonaws.com"
}
},
"params": {
"Region": "us-gov-west-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region us-gov-west-1 with FIPS enabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.us-gov-west-1.amazonaws.com"
}
},
"params": {
"Region": "us-gov-west-1",
"UseFIPS": true,
"UseDualStack": false
}
},
{
"documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled",
"expect": {
"endpoint": {
"url": "https://config-fips.us-gov-east-1.api.aws"
}
},
"params": {
"Region": "us-gov-east-1",
"UseFIPS": true,
"UseDualStack": true
}
},
{
"documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled",
"expect": {
"endpoint": {
"url": "https://config.us-gov-east-1.api.aws"
}
},
"params": {
"Region": "us-gov-east-1",
"UseFIPS": false,
"UseDualStack": true
}
},
{
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.us-iso-east-1.c2s.ic.gov"
}
},
"params": {
"Region": "us-iso-east-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region us-iso-west-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.us-iso-west-1.c2s.ic.gov"
}
},
"params": {
"Region": "us-iso-west-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config-fips.us-iso-east-1.c2s.ic.gov"
}
},
"params": {
"Region": "us-iso-east-1",
"UseFIPS": true,
"UseDualStack": false
}
},
{
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config.us-isob-east-1.sc2s.sgov.gov"
}
},
"params": {
"Region": "us-isob-east-1",
"UseFIPS": false,
"UseDualStack": false
}
},
{
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
"expect": {
"endpoint": {
"url": "https://config-fips.us-isob-east-1.sc2s.sgov.gov"
}
},
"params": {
"Region": "us-isob-east-1",
"UseFIPS": true,
"UseDualStack": false
}
},
{
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
"expect": {
"endpoint": {
"url": "https://example.com"
}
},
"params": {
"Region": "us-east-1",
"UseFIPS": false,
"UseDualStack": false,
"Endpoint": "https://example.com"
}
},
{
"documentation": "For custom endpoint with region not set and fips disabled and dualstack disabled",
"expect": {
"endpoint": {
"url": "https://example.com"
}
},
"params": {
"UseFIPS": false,
"UseDualStack": false,
"Endpoint": "https://example.com"
}
},
{
"documentation": "For custom endpoint with fips enabled and dualstack disabled",
"expect": {
"error": "Invalid Configuration: FIPS and custom endpoint are not supported"
},
"params": {
"Region": "us-east-1",
"UseFIPS": true,
"UseDualStack": false,
"Endpoint": "https://example.com"
}
},
{
"documentation": "For custom endpoint with fips disabled and dualstack enabled",
"expect": {
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported"
},
"params": {
"Region": "us-east-1",
"UseFIPS": false,
"UseDualStack": true,
"Endpoint": "https://example.com"
}
},
{
"documentation": "Missing region",
"expect": {
"error": "Invalid Configuration: Missing Region"
}
}
],
"version": "1.0"
}
}
},
"com.amazonaws.configservice#StartConfigRulesEvaluation": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#StartConfigRulesEvaluationRequest"
},
"output": {
"target": "com.amazonaws.configservice#StartConfigRulesEvaluationResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#LimitExceededException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigRuleException"
},
{
"target": "com.amazonaws.configservice#ResourceInUseException"
}
],
"traits": {
"smithy.api#documentation": "<p>Runs an on-demand evaluation for the specified Config rules\n\t\t\tagainst the last known configuration state of the resources. Use\n\t\t\t\t<code>StartConfigRulesEvaluation</code> when you want to test\n\t\t\tthat a rule you updated is working as expected.\n\t\t\t\t<code>StartConfigRulesEvaluation</code> does not re-record the\n\t\t\tlatest configuration state for your resources. It re-runs an\n\t\t\tevaluation against the last known state of your resources. </p>\n <p>You can specify up to 25 Config rules per request. </p>\n <p>An existing <code>StartConfigRulesEvaluation</code> call for\n\t\t\tthe specified rules must complete before you can call the API again.\n\t\t\tIf you chose to have Config stream to an Amazon SNS topic, you\n\t\t\twill receive a <code>ConfigRuleEvaluationStarted</code> notification\n\t\t\twhen the evaluation starts.</p>\n <note>\n <p>You don't need to call the\n\t\t\t\t\t<code>StartConfigRulesEvaluation</code> API to run an\n\t\t\t\tevaluation for a new rule. When you create a rule, Config\n\t\t\t\tevaluates your resources against the rule automatically.\n\t\t\t</p>\n </note>\n <p>The <code>StartConfigRulesEvaluation</code> API is useful if\n\t\t\tyou want to run on-demand evaluations, such as the following\n\t\t\texample:</p>\n <ol>\n <li>\n <p>You have a custom rule that evaluates your IAM\n\t\t\t\t\tresources every 24 hours.</p>\n </li>\n <li>\n <p>You update your Lambda function to add additional\n\t\t\t\t\tconditions to your rule.</p>\n </li>\n <li>\n <p>Instead of waiting for the next periodic evaluation,\n\t\t\t\t\tyou call the <code>StartConfigRulesEvaluation</code>\n\t\t\t\t\tAPI.</p>\n </li>\n <li>\n <p>Config invokes your Lambda function and evaluates\n\t\t\t\t\tyour IAM resources.</p>\n </li>\n <li>\n <p>Your custom rule will still run periodic evaluations\n\t\t\t\t\tevery 24 hours.</p>\n </li>\n </ol>"
}
},
"com.amazonaws.configservice#StartConfigRulesEvaluationRequest": {
"type": "structure",
"members": {
"ConfigRuleNames": {
"target": "com.amazonaws.configservice#ReevaluateConfigRuleNames",
"traits": {
"smithy.api#documentation": "<p>The list of names of Config rules that you want to run\n\t\t\tevaluations for.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p></p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#StartConfigRulesEvaluationResponse": {
"type": "structure",
"members": {},
"traits": {
"smithy.api#documentation": "<p>The output when you start the evaluation for the specified Config rule.</p>",
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#StartConfigurationRecorder": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#StartConfigurationRecorderRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoAvailableDeliveryChannelException"
},
{
"target": "com.amazonaws.configservice#NoSuchConfigurationRecorderException"
},
{
"target": "com.amazonaws.configservice#UnmodifiableEntityException"
}
],
"traits": {
"smithy.api#documentation": "<p>Starts the customer managed configuration recorder. The customer managed configuration recorder will begin recording configuration changes for the resource types you specify.</p>\n <p>You must have created a delivery channel to\n\t\t\tsuccessfully start the customer managed configuration recorder. You can use the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_PutDeliveryChannel.html\">PutDeliveryChannel</a> operation to create a delivery channel.</p>"
}
},
"com.amazonaws.configservice#StartConfigurationRecorderRequest": {
"type": "structure",
"members": {
"ConfigurationRecorderName": {
"target": "com.amazonaws.configservice#RecorderName",
"traits": {
"smithy.api#documentation": "<p>The name of the customer managed configuration recorder that you want to start.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The input for the <a>StartConfigurationRecorder</a>\n\t\t\toperation.</p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#StartRemediationExecution": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#StartRemediationExecutionRequest"
},
"output": {
"target": "com.amazonaws.configservice#StartRemediationExecutionResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#InsufficientPermissionsException"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
},
{
"target": "com.amazonaws.configservice#NoSuchRemediationConfigurationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Runs an on-demand remediation for the specified Config rules against the last known remediation configuration. It runs an execution against the current state of your resources. Remediation execution is asynchronous.</p>\n <p>You can specify up to 100 resource keys per request. An existing StartRemediationExecution call for the specified resource keys must complete before you can call the API again.</p>"
}
},
"com.amazonaws.configservice#StartRemediationExecutionRequest": {
"type": "structure",
"members": {
"ConfigRuleName": {
"target": "com.amazonaws.configservice#ConfigRuleName",
"traits": {
"smithy.api#documentation": "<p>The list of names of Config rules that you want to run remediation execution for.</p>",
"smithy.api#required": {}
}
},
"ResourceKeys": {
"target": "com.amazonaws.configservice#ResourceKeys",
"traits": {
"smithy.api#documentation": "<p>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. </p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#StartRemediationExecutionResponse": {
"type": "structure",
"members": {
"FailureMessage": {
"target": "com.amazonaws.configservice#String",
"traits": {
"smithy.api#documentation": "<p>Returns a failure message. For example, the resource is already compliant.</p>"
}
},
"FailedItems": {
"target": "com.amazonaws.configservice#ResourceKeys",
"traits": {
"smithy.api#documentation": "<p>For resources that have failed to start execution, the API returns a resource key object.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#StartResourceEvaluation": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#StartResourceEvaluationRequest"
},
"output": {
"target": "com.amazonaws.configservice#StartResourceEvaluationResponse"
},
"errors": [
{
"target": "com.amazonaws.configservice#IdempotentParameterMismatch"
},
{
"target": "com.amazonaws.configservice#InvalidParameterValueException"
}
],
"traits": {
"smithy.api#documentation": "<p>Runs an on-demand evaluation for the specified resource to determine whether the resource details will comply with configured Config rules.\n\t\t\tYou can also use it for evaluation purposes. Config recommends using an evaluation context. It runs an execution against the resource details with all\n\t\t\tof the Config rules in your account that match with the specified proactive mode and resource type.</p>\n <note>\n <p>Ensure you have the <code>cloudformation:DescribeType</code> role setup to validate the resource type schema.</p>\n <p>You can find the\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html\">Resource type schema</a> in \"<i>Amazon Web Services public extensions</i>\" within the CloudFormation registry or with the following CLI commmand:\n\t\t\t<code>aws cloudformation describe-type --type-name \"AWS::S3::Bucket\" --type RESOURCE</code>.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html#registry-view\">Managing extensions through the CloudFormation registry</a>\n\t\t\tand <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html\">Amazon Web Services resource and property types reference</a> in the CloudFormation User Guide.</p>\n </note>"
}
},
"com.amazonaws.configservice#StartResourceEvaluationRequest": {
"type": "structure",
"members": {
"ResourceDetails": {
"target": "com.amazonaws.configservice#ResourceDetails",
"traits": {
"smithy.api#documentation": "<p>Returns a <code>ResourceDetails</code> object.</p>",
"smithy.api#required": {}
}
},
"EvaluationContext": {
"target": "com.amazonaws.configservice#EvaluationContext",
"traits": {
"smithy.api#documentation": "<p>Returns an <code>EvaluationContext</code> object.</p>"
}
},
"EvaluationMode": {
"target": "com.amazonaws.configservice#EvaluationMode",
"traits": {
"smithy.api#documentation": "<p>The mode of an evaluation.</p>\n <note>\n <p>The only valid value for this API is <code>PROACTIVE</code>.</p>\n </note>",
"smithy.api#required": {}
}
},
"EvaluationTimeout": {
"target": "com.amazonaws.configservice#EvaluationTimeout",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The timeout for an evaluation. The default is 900 seconds. You cannot specify a number greater than 3600. If you specify 0, Config uses the default.</p>"
}
},
"ClientToken": {
"target": "com.amazonaws.configservice#ClientToken",
"traits": {
"smithy.api#documentation": "<p>A client token is a unique, case-sensitive string of up to 64 ASCII characters. \n\t\t\tTo make an idempotent API request using one of these actions, specify a client token in the request.</p>\n <note>\n <p>Avoid reusing the same client token for other API requests. If you retry\n\t\t\t\ta request that completed successfully using the same client token and the same\n\t\t\t\tparameters, the retry succeeds without performing any further actions. If you retry\n\t\t\t\ta successful request using the same client token, but one or more of the parameters\n\t\t\t\tare different, other than the Region or Availability Zone, the retry fails with an\n\t\t\t\tIdempotentParameterMismatch error.</p>\n </note>"
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#StartResourceEvaluationResponse": {
"type": "structure",
"members": {
"ResourceEvaluationId": {
"target": "com.amazonaws.configservice#ResourceEvaluationId",
"traits": {
"smithy.api#documentation": "<p>A\n\t\t\tunique ResourceEvaluationId that is associated with a single execution.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.configservice#StaticParameterValues": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#StringWithCharLimit256"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 25
}
}
},
"com.amazonaws.configservice#StaticValue": {
"type": "structure",
"members": {
"Values": {
"target": "com.amazonaws.configservice#StaticParameterValues",
"traits": {
"smithy.api#documentation": "<p>A list of values. For example, the ARN of the assumed role. </p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The static value of the resource.</p>"
}
},
"com.amazonaws.configservice#StatusDetailFilters": {
"type": "structure",
"members": {
"AccountId": {
"target": "com.amazonaws.configservice#AccountId",
"traits": {
"smithy.api#documentation": "<p>The 12-digit account ID of the member account within an organization.</p>"
}
},
"MemberAccountRuleStatus": {
"target": "com.amazonaws.configservice#MemberAccountRuleStatus",
"traits": {
"smithy.api#documentation": "<p>Indicates deployment status for Config rule in the member account.\n\t\t\tWhen management account calls <code>PutOrganizationConfigRule</code> action for the first time, Config rule status is created in the member account. \n\t\t\tWhen management account calls <code>PutOrganizationConfigRule</code> action for the second time, Config rule status is updated in the member account. \n\t\t\tConfig rule status is deleted when the management account deletes <code>OrganizationConfigRule</code> and disables service access for <code>config-multiaccountsetup.amazonaws.com</code>. \n\t\t\t</p>\n <p>Config sets the state of the rule to:</p>\n <ul>\n <li>\n <p>\n <code>CREATE_SUCCESSFUL</code> when Config rule has been created in the member account.</p>\n </li>\n <li>\n <p>\n <code>CREATE_IN_PROGRESS</code> when Config rule is being created in the member account.</p>\n </li>\n <li>\n <p>\n <code>CREATE_FAILED</code> when Config rule creation has failed in the member account.</p>\n </li>\n <li>\n <p>\n <code>DELETE_FAILED</code> when Config rule deletion has failed in the member account.</p>\n </li>\n <li>\n <p>\n <code>DELETE_IN_PROGRESS</code> when Config rule is being deleted in the member account.</p>\n </li>\n <li>\n <p>\n <code>DELETE_SUCCESSFUL</code> when Config rule has been deleted in the member account.</p>\n </li>\n <li>\n <p>\n <code>UPDATE_SUCCESSFUL</code> when Config rule has been updated in the member account.</p>\n </li>\n <li>\n <p>\n <code>UPDATE_IN_PROGRESS</code> when Config rule is being updated in the member account.</p>\n </li>\n <li>\n <p>\n <code>UPDATE_FAILED</code> when Config rule deletion has failed in the member account.</p>\n </li>\n </ul>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Status filter object to filter results based on specific member account ID or status type for an organization Config rule. </p>"
}
},
"com.amazonaws.configservice#StopConfigurationRecorder": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#StopConfigurationRecorderRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#NoSuchConfigurationRecorderException"
},
{
"target": "com.amazonaws.configservice#UnmodifiableEntityException"
}
],
"traits": {
"smithy.api#documentation": "<p>Stops the customer managed configuration recorder. The customer managed configuration recorder will stop recording configuration changes for the resource types you have specified.</p>"
}
},
"com.amazonaws.configservice#StopConfigurationRecorderRequest": {
"type": "structure",
"members": {
"ConfigurationRecorderName": {
"target": "com.amazonaws.configservice#RecorderName",
"traits": {
"smithy.api#documentation": "<p>The name of the customer managed configuration recorder that you want to stop.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The input for the <a>StopConfigurationRecorder</a> operation.</p>",
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#StoredQuery": {
"type": "structure",
"members": {
"QueryId": {
"target": "com.amazonaws.configservice#QueryId",
"traits": {
"smithy.api#documentation": "<p>The ID of the query.</p>"
}
},
"QueryArn": {
"target": "com.amazonaws.configservice#QueryArn",
"traits": {
"smithy.api#documentation": "<p>Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.</p>"
}
},
"QueryName": {
"target": "com.amazonaws.configservice#QueryName",
"traits": {
"smithy.api#documentation": "<p>The name of the query.</p>",
"smithy.api#required": {}
}
},
"Description": {
"target": "com.amazonaws.configservice#QueryDescription",
"traits": {
"smithy.api#documentation": "<p>A unique description for the query.</p>"
}
},
"Expression": {
"target": "com.amazonaws.configservice#QueryExpression",
"traits": {
"smithy.api#documentation": "<p>The expression of the query. For example, <code>SELECT\n\t\t\tresourceId,\n\t\t\tresourceType,\n\t\t\tsupplementaryConfiguration.BucketVersioningConfiguration.status\n\t\t\tWHERE\n\t\t\tresourceType = 'AWS::S3::Bucket'\n\t\t\tAND supplementaryConfiguration.BucketVersioningConfiguration.status = 'Off'.</code>\n </p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Provides the details of a stored query.</p>"
}
},
"com.amazonaws.configservice#StoredQueryMetadata": {
"type": "structure",
"members": {
"QueryId": {
"target": "com.amazonaws.configservice#QueryId",
"traits": {
"smithy.api#documentation": "<p>The ID of the query. </p>",
"smithy.api#required": {}
}
},
"QueryArn": {
"target": "com.amazonaws.configservice#QueryArn",
"traits": {
"smithy.api#documentation": "<p>Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.</p>",
"smithy.api#required": {}
}
},
"QueryName": {
"target": "com.amazonaws.configservice#QueryName",
"traits": {
"smithy.api#documentation": "<p>The name of the query.</p>",
"smithy.api#required": {}
}
},
"Description": {
"target": "com.amazonaws.configservice#QueryDescription",
"traits": {
"smithy.api#documentation": "<p>A unique description for the query.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Returns details of a specific query. </p>"
}
},
"com.amazonaws.configservice#StoredQueryMetadataList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#StoredQueryMetadata"
}
},
"com.amazonaws.configservice#String": {
"type": "string"
},
"com.amazonaws.configservice#StringWithCharLimit1024": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 1024
}
}
},
"com.amazonaws.configservice#StringWithCharLimit128": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 128
}
}
},
"com.amazonaws.configservice#StringWithCharLimit256": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 256
}
}
},
"com.amazonaws.configservice#StringWithCharLimit256Min0": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 256
}
}
},
"com.amazonaws.configservice#StringWithCharLimit64": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 64
}
}
},
"com.amazonaws.configservice#StringWithCharLimit768": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 768
}
}
},
"com.amazonaws.configservice#SupplementaryConfiguration": {
"type": "map",
"key": {
"target": "com.amazonaws.configservice#SupplementaryConfigurationName"
},
"value": {
"target": "com.amazonaws.configservice#SupplementaryConfigurationValue"
}
},
"com.amazonaws.configservice#SupplementaryConfigurationName": {
"type": "string"
},
"com.amazonaws.configservice#SupplementaryConfigurationValue": {
"type": "string"
},
"com.amazonaws.configservice#Tag": {
"type": "structure",
"members": {
"Key": {
"target": "com.amazonaws.configservice#TagKey",
"traits": {
"smithy.api#documentation": "<p>One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.</p>"
}
},
"Value": {
"target": "com.amazonaws.configservice#TagValue",
"traits": {
"smithy.api#documentation": "<p>The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The tags for the resource. The metadata that you apply to a resource to help you categorize and organize them. \n\t\t\tEach tag consists of a key and an optional value, both of which you define. \n\t\t\tTag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.</p>"
}
},
"com.amazonaws.configservice#TagKey": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 128
}
}
},
"com.amazonaws.configservice#TagKeyList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#TagKey"
},
"traits": {
"smithy.api#length": {
"min": 1,
"max": 50
}
}
},
"com.amazonaws.configservice#TagList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#Tag"
},
"traits": {
"smithy.api#length": {
"min": 1,
"max": 50
}
}
},
"com.amazonaws.configservice#TagResource": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#TagResourceRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#ResourceNotFoundException"
},
{
"target": "com.amazonaws.configservice#TooManyTagsException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Associates the specified tags to a resource with the specified <code>ResourceArn</code>. If existing tags on a resource are not specified in the request parameters, they are not changed.\n\t\t\tIf existing tags are specified, however, then their values will be updated. When a resource is deleted, the tags associated with that resource are deleted as well.</p>"
}
},
"com.amazonaws.configservice#TagResourceRequest": {
"type": "structure",
"members": {
"ResourceArn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. The following resources are supported:</p>\n <ul>\n <li>\n <p>\n <code>ConfigurationRecorder</code>\n </p>\n </li>\n <li>\n <p>\n <code>ConfigRule</code>\n </p>\n </li>\n <li>\n <p>\n <code>OrganizationConfigRule</code>\n </p>\n </li>\n <li>\n <p>\n <code>ConformancePack</code>\n </p>\n </li>\n <li>\n <p>\n <code>OrganizationConformancePack</code>\n </p>\n </li>\n <li>\n <p>\n <code>ConfigurationAggregator</code>\n </p>\n </li>\n <li>\n <p>\n <code>AggregationAuthorization</code>\n </p>\n </li>\n <li>\n <p>\n <code>StoredQuery</code>\n </p>\n </li>\n <li>\n <p>\n <code>Connector</code>\n </p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"Tags": {
"target": "com.amazonaws.configservice#TagList",
"traits": {
"smithy.api#documentation": "<p>An array of tag object.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#TagValue": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 256
}
}
},
"com.amazonaws.configservice#Tags": {
"type": "map",
"key": {
"target": "com.amazonaws.configservice#Name"
},
"value": {
"target": "com.amazonaws.configservice#Value"
}
},
"com.amazonaws.configservice#TagsList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#Tag"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 50
}
}
},
"com.amazonaws.configservice#TemplateBody": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 51200
}
}
},
"com.amazonaws.configservice#TemplateS3Uri": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 1024
},
"smithy.api#pattern": "^s3://"
}
},
"com.amazonaws.configservice#TemplateSSMDocumentDetails": {
"type": "structure",
"members": {
"DocumentName": {
"target": "com.amazonaws.configservice#SSMDocumentName",
"traits": {
"smithy.api#documentation": "<p>The name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack.\n\t\t\tIf you use the document name, Config checks only your account and Amazon Web Services Region for the SSM document.</p>",
"smithy.api#required": {}
}
},
"DocumentVersion": {
"target": "com.amazonaws.configservice#SSMDocumentVersion",
"traits": {
"smithy.api#documentation": "<p>The version of the SSM document to use to create a conformance pack. By default, Config uses the latest version.</p>\n <note>\n <p>This field is optional.</p>\n </note>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>This API allows you to create a conformance pack template with an Amazon Web Services Systems Manager document (SSM document). \n\t\t\tTo deploy a conformance pack using an SSM document, first create an SSM document with conformance pack content, and then provide the <code>DocumentName</code> in the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_PutConformancePack.html\">PutConformancePack API</a>. You can also provide the <code>DocumentVersion</code>.</p>\n <p>The <code>TemplateSSMDocumentDetails</code> object contains the name of the SSM document and the version of the SSM document.</p>"
}
},
"com.amazonaws.configservice#ThirdPartyCloudRegion": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 128
}
}
},
"com.amazonaws.configservice#TimeWindow": {
"type": "structure",
"members": {
"StartTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The start time of an execution.</p>"
}
},
"EndTime": {
"target": "com.amazonaws.configservice#Date",
"traits": {
"smithy.api#documentation": "<p>The end time of an execution. The end time must be after the start date.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Filters evaluation results based on start and end times.</p>"
}
},
"com.amazonaws.configservice#TooManyTagsException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>You have reached the limit of the number of tags you can use. \n\t\t\tFor more information, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html\">\n <b>Service Limits</b>\n </a> in the <i>Config Developer Guide</i>.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#UnmodifiableEntityException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The requested operation is not valid.</p>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_PutConfigurationRecorder.html\">PutConfigurationRecorder</a>,\n\t\t\tyou will see this exception because you cannot use this operation to create a service-linked configuration recorder. Use the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_PutServiceLinkedConfigurationRecorder.html\">PutServiceLinkedConfigurationRecorder</a> operation to create a service-linked configuration\n\t\t\trecorder.</p>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteConfigurationRecorder.html\">DeleteConfigurationRecorder</a>, you will see this exception because you cannot use this operation to delete a service-linked configuration recorder. Use the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteServiceLinkedConfigurationRecorder.html\">DeleteServiceLinkedConfigurationRecorder</a> operation to delete a service-linked configuration\n\t\t\trecorder.</p>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_StartConfigurationRecorder.html\">StartConfigurationRecorder</a> and <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_StopConfigurationRecorder.html\">StopConfigurationRecorder</a>, you will see this exception because these operations do not affect service-linked configuration recorders.\n\t\t\tService-linked configuration recorders are always recording. To stop recording, you must delete the service-linked configuration recorder. Use the <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteServiceLinkedConfigurationRecorder.html\">DeleteServiceLinkedConfigurationRecorder</a> operation to delete a service-linked configuration\n\t\t\trecorder.</p>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#UnprocessedResourceIdentifierList": {
"type": "list",
"member": {
"target": "com.amazonaws.configservice#AggregateResourceIdentifier"
}
},
"com.amazonaws.configservice#UntagResource": {
"type": "operation",
"input": {
"target": "com.amazonaws.configservice#UntagResourceRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.configservice#ResourceNotFoundException"
},
{
"target": "com.amazonaws.configservice#ValidationException"
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes specified tags from a resource.</p>"
}
},
"com.amazonaws.configservice#UntagResourceRequest": {
"type": "structure",
"members": {
"ResourceArn": {
"target": "com.amazonaws.configservice#AmazonResourceName",
"traits": {
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. The following resources are supported:</p>\n <ul>\n <li>\n <p>\n <code>ConfigurationRecorder</code>\n </p>\n </li>\n <li>\n <p>\n <code>ConfigRule</code>\n </p>\n </li>\n <li>\n <p>\n <code>OrganizationConfigRule</code>\n </p>\n </li>\n <li>\n <p>\n <code>ConformancePack</code>\n </p>\n </li>\n <li>\n <p>\n <code>OrganizationConformancePack</code>\n </p>\n </li>\n <li>\n <p>\n <code>ConfigurationAggregator</code>\n </p>\n </li>\n <li>\n <p>\n <code>AggregationAuthorization</code>\n </p>\n </li>\n <li>\n <p>\n <code>StoredQuery</code>\n </p>\n </li>\n <li>\n <p>\n <code>Connector</code>\n </p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
"TagKeys": {
"target": "com.amazonaws.configservice#TagKeyList",
"traits": {
"smithy.api#documentation": "<p>The keys of the tags to be removed.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.configservice#ValidationException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.configservice#ErrorMessage",
"traits": {
"smithy.api#documentation": "<p>Error executing the command</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The requested operation is not valid. You will see this exception if there are missing required fields or if the input value fails the validation.</p>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_PutStoredQuery.html\">PutStoredQuery</a>, one of the following errors:</p>\n <ul>\n <li>\n <p>There are missing required fields.</p>\n </li>\n <li>\n <p>The input value fails the validation.</p>\n </li>\n <li>\n <p>You are trying to create more than 300 queries.</p>\n </li>\n </ul>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_DescribeConfigurationRecorders.html\">DescribeConfigurationRecorders</a> and <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_DescribeConfigurationRecorderStatus.html\">DescribeConfigurationRecorderStatus</a>, one of the following errors:</p>\n <ul>\n <li>\n <p>You have specified more than one configuration recorder.</p>\n </li>\n <li>\n <p>You have provided a service principal for service-linked configuration recorder that is not valid.</p>\n </li>\n </ul>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_AssociateResourceTypes.html\">AssociateResourceTypes</a> and <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_DisassociateResourceTypes.html\">DisassociateResourceTypes</a>, one of the following errors:</p>\n <ul>\n <li>\n <p>Your configuraiton recorder has a recording strategy that does not allow the association or disassociation of resource types.</p>\n </li>\n <li>\n <p>One or more of the specified resource types are already associated or disassociated with the configuration recorder.</p>\n </li>\n <li>\n <p>For service-linked configuration recorders, the configuration recorder does not record one or more of the specified resource types.</p>\n </li>\n </ul>\n <p>For <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteServiceLinkedConfigurationRecorder.html\">DeleteServiceLinkedConfigurationRecorder</a>, one of the following errors:</p>\n <ul>\n <li>\n <p>You have provided both <code>Arn</code> and <code>ServicePrincipal</code>. Only one of <code>Arn</code> or <code>ServicePrincipal</code> can be specified.</p>\n </li>\n <li>\n <p>You have provided a service principal for service-linked configuration recorder that is not valid.</p>\n </li>\n </ul>",
"smithy.api#error": "client"
}
},
"com.amazonaws.configservice#Value": {
"type": "string"
},
"com.amazonaws.configservice#Version": {
"type": "string"
}
}
}