UNPKG

237 kBTypeScriptView Raw
1import {Request} from '../lib/request';
2import {Response} from '../lib/response';
3import {AWSError} from '../lib/error';
4import {Service} from '../lib/service';
5import {ServiceConfigurationOptions} from '../lib/service';
6import {ConfigBase as Config} from '../lib/config';
7interface Blob {}
8declare class ConfigService extends Service {
9 /**
10 * Constructs a service object. This object has one method for each API operation.
11 */
12 constructor(options?: ConfigService.Types.ClientConfiguration)
13 config: Config & ConfigService.Types.ClientConfiguration;
14 /**
15 * Returns the current configuration items for resources that are present in your AWS Config aggregator. The operation also returns a list of resources that are not processed in the current request. If there are no unprocessed resources, the operation returns an empty unprocessedResourceIdentifiers list. The API does not return results for deleted resources. The API does not return tags and relationships.
16 */
17 batchGetAggregateResourceConfig(params: ConfigService.Types.BatchGetAggregateResourceConfigRequest, callback?: (err: AWSError, data: ConfigService.Types.BatchGetAggregateResourceConfigResponse) => void): Request<ConfigService.Types.BatchGetAggregateResourceConfigResponse, AWSError>;
18 /**
19 * Returns the current configuration items for resources that are present in your AWS Config aggregator. The operation also returns a list of resources that are not processed in the current request. If there are no unprocessed resources, the operation returns an empty unprocessedResourceIdentifiers list. The API does not return results for deleted resources. The API does not return tags and relationships.
20 */
21 batchGetAggregateResourceConfig(callback?: (err: AWSError, data: ConfigService.Types.BatchGetAggregateResourceConfigResponse) => void): Request<ConfigService.Types.BatchGetAggregateResourceConfigResponse, AWSError>;
22 /**
23 * Returns the current configuration for one or more requested resources. The operation also returns a list of resources that are not processed in the current request. If there are no unprocessed resources, the operation returns an empty unprocessedResourceKeys list. The API does not return results for deleted resources. The API does not return any tags for the requested resources. This information is filtered out of the supplementaryConfiguration section of the API response.
24 */
25 batchGetResourceConfig(params: ConfigService.Types.BatchGetResourceConfigRequest, callback?: (err: AWSError, data: ConfigService.Types.BatchGetResourceConfigResponse) => void): Request<ConfigService.Types.BatchGetResourceConfigResponse, AWSError>;
26 /**
27 * Returns the current configuration for one or more requested resources. The operation also returns a list of resources that are not processed in the current request. If there are no unprocessed resources, the operation returns an empty unprocessedResourceKeys list. The API does not return results for deleted resources. The API does not return any tags for the requested resources. This information is filtered out of the supplementaryConfiguration section of the API response.
28 */
29 batchGetResourceConfig(callback?: (err: AWSError, data: ConfigService.Types.BatchGetResourceConfigResponse) => void): Request<ConfigService.Types.BatchGetResourceConfigResponse, AWSError>;
30 /**
31 * Deletes the authorization granted to the specified configuration aggregator account in a specified region.
32 */
33 deleteAggregationAuthorization(params: ConfigService.Types.DeleteAggregationAuthorizationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
34 /**
35 * Deletes the authorization granted to the specified configuration aggregator account in a specified region.
36 */
37 deleteAggregationAuthorization(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
38 /**
39 * Deletes the specified AWS Config rule and all of its evaluation results. AWS Config sets the state of a rule to DELETING until the deletion is complete. You cannot update a rule while it is in this state. If you make a PutConfigRule or DeleteConfigRule request for the rule, you will receive a ResourceInUseException. You can check the state of a rule by using the DescribeConfigRules request.
40 */
41 deleteConfigRule(params: ConfigService.Types.DeleteConfigRuleRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
42 /**
43 * Deletes the specified AWS Config rule and all of its evaluation results. AWS Config sets the state of a rule to DELETING until the deletion is complete. You cannot update a rule while it is in this state. If you make a PutConfigRule or DeleteConfigRule request for the rule, you will receive a ResourceInUseException. You can check the state of a rule by using the DescribeConfigRules request.
44 */
45 deleteConfigRule(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
46 /**
47 * Deletes the specified configuration aggregator and the aggregated data associated with the aggregator.
48 */
49 deleteConfigurationAggregator(params: ConfigService.Types.DeleteConfigurationAggregatorRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
50 /**
51 * Deletes the specified configuration aggregator and the aggregated data associated with the aggregator.
52 */
53 deleteConfigurationAggregator(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
54 /**
55 * Deletes the configuration recorder. After the configuration recorder is deleted, AWS Config will not record resource configuration changes until you create a new configuration recorder. This action does not delete the configuration information that was previously recorded. You will be able to access the previously recorded information by using the GetResourceConfigHistory action, but you will not be able to access this information in the AWS Config console until you create a new configuration recorder.
56 */
57 deleteConfigurationRecorder(params: ConfigService.Types.DeleteConfigurationRecorderRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
58 /**
59 * Deletes the configuration recorder. After the configuration recorder is deleted, AWS Config will not record resource configuration changes until you create a new configuration recorder. This action does not delete the configuration information that was previously recorded. You will be able to access the previously recorded information by using the GetResourceConfigHistory action, but you will not be able to access this information in the AWS Config console until you create a new configuration recorder.
60 */
61 deleteConfigurationRecorder(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
62 /**
63 * Deletes the specified conformance pack and all the AWS Config rules, remediation actions, and all evaluation results within that conformance pack. AWS Config sets the conformance pack to DELETE_IN_PROGRESS until the deletion is complete. You cannot update a conformance pack while it is in this state.
64 */
65 deleteConformancePack(params: ConfigService.Types.DeleteConformancePackRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
66 /**
67 * Deletes the specified conformance pack and all the AWS Config rules, remediation actions, and all evaluation results within that conformance pack. AWS Config sets the conformance pack to DELETE_IN_PROGRESS until the deletion is complete. You cannot update a conformance pack while it is in this state.
68 */
69 deleteConformancePack(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
70 /**
71 * Deletes the delivery channel. Before you can delete the delivery channel, you must stop the configuration recorder by using the StopConfigurationRecorder action.
72 */
73 deleteDeliveryChannel(params: ConfigService.Types.DeleteDeliveryChannelRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
74 /**
75 * Deletes the delivery channel. Before you can delete the delivery channel, you must stop the configuration recorder by using the StopConfigurationRecorder action.
76 */
77 deleteDeliveryChannel(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
78 /**
79 * Deletes the evaluation results for the specified AWS Config rule. You can specify one AWS Config rule per request. After you delete the evaluation results, you can call the StartConfigRulesEvaluation API to start evaluating your AWS resources against the rule.
80 */
81 deleteEvaluationResults(params: ConfigService.Types.DeleteEvaluationResultsRequest, callback?: (err: AWSError, data: ConfigService.Types.DeleteEvaluationResultsResponse) => void): Request<ConfigService.Types.DeleteEvaluationResultsResponse, AWSError>;
82 /**
83 * Deletes the evaluation results for the specified AWS Config rule. You can specify one AWS Config rule per request. After you delete the evaluation results, you can call the StartConfigRulesEvaluation API to start evaluating your AWS resources against the rule.
84 */
85 deleteEvaluationResults(callback?: (err: AWSError, data: ConfigService.Types.DeleteEvaluationResultsResponse) => void): Request<ConfigService.Types.DeleteEvaluationResultsResponse, AWSError>;
86 /**
87 * Deletes the specified organization config rule and all of its evaluation results from all member accounts in that organization. Only a master account can delete an organization config rule. AWS Config sets the state of a rule to DELETE_IN_PROGRESS until the deletion is complete. You cannot update a rule while it is in this state.
88 */
89 deleteOrganizationConfigRule(params: ConfigService.Types.DeleteOrganizationConfigRuleRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
90 /**
91 * Deletes the specified organization config rule and all of its evaluation results from all member accounts in that organization. Only a master account can delete an organization config rule. AWS Config sets the state of a rule to DELETE_IN_PROGRESS until the deletion is complete. You cannot update a rule while it is in this state.
92 */
93 deleteOrganizationConfigRule(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
94 /**
95 * Deletes the specified organization conformance pack and all of the config rules and remediation actions from all member accounts in that organization. Only a master account can delete an organization conformance pack. AWS Config sets the state of a conformance pack to DELETE_IN_PROGRESS until the deletion is complete. You cannot update a conformance pack while it is in this state.
96 */
97 deleteOrganizationConformancePack(params: ConfigService.Types.DeleteOrganizationConformancePackRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
98 /**
99 * Deletes the specified organization conformance pack and all of the config rules and remediation actions from all member accounts in that organization. Only a master account can delete an organization conformance pack. AWS Config sets the state of a conformance pack to DELETE_IN_PROGRESS until the deletion is complete. You cannot update a conformance pack while it is in this state.
100 */
101 deleteOrganizationConformancePack(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
102 /**
103 * Deletes pending authorization requests for a specified aggregator account in a specified region.
104 */
105 deletePendingAggregationRequest(params: ConfigService.Types.DeletePendingAggregationRequestRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
106 /**
107 * Deletes pending authorization requests for a specified aggregator account in a specified region.
108 */
109 deletePendingAggregationRequest(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
110 /**
111 * Deletes the remediation configuration.
112 */
113 deleteRemediationConfiguration(params: ConfigService.Types.DeleteRemediationConfigurationRequest, callback?: (err: AWSError, data: ConfigService.Types.DeleteRemediationConfigurationResponse) => void): Request<ConfigService.Types.DeleteRemediationConfigurationResponse, AWSError>;
114 /**
115 * Deletes the remediation configuration.
116 */
117 deleteRemediationConfiguration(callback?: (err: AWSError, data: ConfigService.Types.DeleteRemediationConfigurationResponse) => void): Request<ConfigService.Types.DeleteRemediationConfigurationResponse, AWSError>;
118 /**
119 * Deletes one or more remediation exceptions mentioned in the resource keys.
120 */
121 deleteRemediationExceptions(params: ConfigService.Types.DeleteRemediationExceptionsRequest, callback?: (err: AWSError, data: ConfigService.Types.DeleteRemediationExceptionsResponse) => void): Request<ConfigService.Types.DeleteRemediationExceptionsResponse, AWSError>;
122 /**
123 * Deletes one or more remediation exceptions mentioned in the resource keys.
124 */
125 deleteRemediationExceptions(callback?: (err: AWSError, data: ConfigService.Types.DeleteRemediationExceptionsResponse) => void): Request<ConfigService.Types.DeleteRemediationExceptionsResponse, AWSError>;
126 /**
127 * Records the configuration state for a custom resource that has been deleted. This API records a new ConfigurationItem with a ResourceDeleted status. You can retrieve the ConfigurationItems recorded for this resource in your AWS Config History.
128 */
129 deleteResourceConfig(params: ConfigService.Types.DeleteResourceConfigRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
130 /**
131 * Records the configuration state for a custom resource that has been deleted. This API records a new ConfigurationItem with a ResourceDeleted status. You can retrieve the ConfigurationItems recorded for this resource in your AWS Config History.
132 */
133 deleteResourceConfig(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
134 /**
135 * Deletes the retention configuration.
136 */
137 deleteRetentionConfiguration(params: ConfigService.Types.DeleteRetentionConfigurationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
138 /**
139 * Deletes the retention configuration.
140 */
141 deleteRetentionConfiguration(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
142 /**
143 * Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. After the delivery has started, AWS Config sends the following notifications using an Amazon SNS topic that you have specified. Notification of the start of the delivery. Notification of the completion of the delivery, if the delivery was successfully completed. Notification of delivery failure, if the delivery failed.
144 */
145 deliverConfigSnapshot(params: ConfigService.Types.DeliverConfigSnapshotRequest, callback?: (err: AWSError, data: ConfigService.Types.DeliverConfigSnapshotResponse) => void): Request<ConfigService.Types.DeliverConfigSnapshotResponse, AWSError>;
146 /**
147 * Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. After the delivery has started, AWS Config sends the following notifications using an Amazon SNS topic that you have specified. Notification of the start of the delivery. Notification of the completion of the delivery, if the delivery was successfully completed. Notification of delivery failure, if the delivery failed.
148 */
149 deliverConfigSnapshot(callback?: (err: AWSError, data: ConfigService.Types.DeliverConfigSnapshotResponse) => void): Request<ConfigService.Types.DeliverConfigSnapshotResponse, AWSError>;
150 /**
151 * Returns a list of compliant and noncompliant rules with the number of resources for compliant and noncompliant rules. The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.
152 */
153 describeAggregateComplianceByConfigRules(params: ConfigService.Types.DescribeAggregateComplianceByConfigRulesRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeAggregateComplianceByConfigRulesResponse) => void): Request<ConfigService.Types.DescribeAggregateComplianceByConfigRulesResponse, AWSError>;
154 /**
155 * Returns a list of compliant and noncompliant rules with the number of resources for compliant and noncompliant rules. The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.
156 */
157 describeAggregateComplianceByConfigRules(callback?: (err: AWSError, data: ConfigService.Types.DescribeAggregateComplianceByConfigRulesResponse) => void): Request<ConfigService.Types.DescribeAggregateComplianceByConfigRulesResponse, AWSError>;
158 /**
159 * Returns a list of authorizations granted to various aggregator accounts and regions.
160 */
161 describeAggregationAuthorizations(params: ConfigService.Types.DescribeAggregationAuthorizationsRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeAggregationAuthorizationsResponse) => void): Request<ConfigService.Types.DescribeAggregationAuthorizationsResponse, AWSError>;
162 /**
163 * Returns a list of authorizations granted to various aggregator accounts and regions.
164 */
165 describeAggregationAuthorizations(callback?: (err: AWSError, data: ConfigService.Types.DescribeAggregationAuthorizationsResponse) => void): Request<ConfigService.Types.DescribeAggregationAuthorizationsResponse, AWSError>;
166 /**
167 * Indicates whether the specified AWS Config rules are compliant. If a rule is noncompliant, this action returns the number of AWS resources that do not comply with the rule. A rule is compliant if all of the evaluated resources comply with it. It is noncompliant if any of these resources do not comply. If AWS Config has no current evaluation results for the rule, it returns INSUFFICIENT_DATA. This result might indicate one of the following conditions: AWS Config has never invoked an evaluation for the rule. To check whether it has, use the DescribeConfigRuleEvaluationStatus action to get the LastSuccessfulInvocationTime and LastFailedInvocationTime. The rule's AWS Lambda function is failing to send evaluation results to AWS Config. Verify that the role you assigned to your configuration recorder includes the config:PutEvaluations permission. If the rule is a custom rule, verify that the AWS Lambda execution role includes the config:PutEvaluations permission. The rule's AWS Lambda function has returned NOT_APPLICABLE for all evaluation results. This can occur if the resources were deleted or removed from the rule's scope.
168 */
169 describeComplianceByConfigRule(params: ConfigService.Types.DescribeComplianceByConfigRuleRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeComplianceByConfigRuleResponse) => void): Request<ConfigService.Types.DescribeComplianceByConfigRuleResponse, AWSError>;
170 /**
171 * Indicates whether the specified AWS Config rules are compliant. If a rule is noncompliant, this action returns the number of AWS resources that do not comply with the rule. A rule is compliant if all of the evaluated resources comply with it. It is noncompliant if any of these resources do not comply. If AWS Config has no current evaluation results for the rule, it returns INSUFFICIENT_DATA. This result might indicate one of the following conditions: AWS Config has never invoked an evaluation for the rule. To check whether it has, use the DescribeConfigRuleEvaluationStatus action to get the LastSuccessfulInvocationTime and LastFailedInvocationTime. The rule's AWS Lambda function is failing to send evaluation results to AWS Config. Verify that the role you assigned to your configuration recorder includes the config:PutEvaluations permission. If the rule is a custom rule, verify that the AWS Lambda execution role includes the config:PutEvaluations permission. The rule's AWS Lambda function has returned NOT_APPLICABLE for all evaluation results. This can occur if the resources were deleted or removed from the rule's scope.
172 */
173 describeComplianceByConfigRule(callback?: (err: AWSError, data: ConfigService.Types.DescribeComplianceByConfigRuleResponse) => void): Request<ConfigService.Types.DescribeComplianceByConfigRuleResponse, AWSError>;
174 /**
175 * Indicates whether the specified AWS resources are compliant. If a resource is noncompliant, this action returns the number of AWS Config rules that the resource does not comply with. A resource is compliant if it complies with all the AWS Config rules that evaluate it. It is noncompliant if it does not comply with one or more of these rules. If AWS Config has no current evaluation results for the resource, it returns INSUFFICIENT_DATA. This result might indicate one of the following conditions about the rules that evaluate the resource: AWS Config has never invoked an evaluation for the rule. To check whether it has, use the DescribeConfigRuleEvaluationStatus action to get the LastSuccessfulInvocationTime and LastFailedInvocationTime. The rule's AWS Lambda function is failing to send evaluation results to AWS Config. Verify that the role that you assigned to your configuration recorder includes the config:PutEvaluations permission. If the rule is a custom rule, verify that the AWS Lambda execution role includes the config:PutEvaluations permission. The rule's AWS Lambda function has returned NOT_APPLICABLE for all evaluation results. This can occur if the resources were deleted or removed from the rule's scope.
176 */
177 describeComplianceByResource(params: ConfigService.Types.DescribeComplianceByResourceRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeComplianceByResourceResponse) => void): Request<ConfigService.Types.DescribeComplianceByResourceResponse, AWSError>;
178 /**
179 * Indicates whether the specified AWS resources are compliant. If a resource is noncompliant, this action returns the number of AWS Config rules that the resource does not comply with. A resource is compliant if it complies with all the AWS Config rules that evaluate it. It is noncompliant if it does not comply with one or more of these rules. If AWS Config has no current evaluation results for the resource, it returns INSUFFICIENT_DATA. This result might indicate one of the following conditions about the rules that evaluate the resource: AWS Config has never invoked an evaluation for the rule. To check whether it has, use the DescribeConfigRuleEvaluationStatus action to get the LastSuccessfulInvocationTime and LastFailedInvocationTime. The rule's AWS Lambda function is failing to send evaluation results to AWS Config. Verify that the role that you assigned to your configuration recorder includes the config:PutEvaluations permission. If the rule is a custom rule, verify that the AWS Lambda execution role includes the config:PutEvaluations permission. The rule's AWS Lambda function has returned NOT_APPLICABLE for all evaluation results. This can occur if the resources were deleted or removed from the rule's scope.
180 */
181 describeComplianceByResource(callback?: (err: AWSError, data: ConfigService.Types.DescribeComplianceByResourceResponse) => void): Request<ConfigService.Types.DescribeComplianceByResourceResponse, AWSError>;
182 /**
183 * Returns status information for each of your AWS managed Config rules. The status includes information such as the last time AWS Config invoked the rule, the last time AWS Config failed to invoke the rule, and the related error for the last failure.
184 */
185 describeConfigRuleEvaluationStatus(params: ConfigService.Types.DescribeConfigRuleEvaluationStatusRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeConfigRuleEvaluationStatusResponse) => void): Request<ConfigService.Types.DescribeConfigRuleEvaluationStatusResponse, AWSError>;
186 /**
187 * Returns status information for each of your AWS managed Config rules. The status includes information such as the last time AWS Config invoked the rule, the last time AWS Config failed to invoke the rule, and the related error for the last failure.
188 */
189 describeConfigRuleEvaluationStatus(callback?: (err: AWSError, data: ConfigService.Types.DescribeConfigRuleEvaluationStatusResponse) => void): Request<ConfigService.Types.DescribeConfigRuleEvaluationStatusResponse, AWSError>;
190 /**
191 * Returns details about your AWS Config rules.
192 */
193 describeConfigRules(params: ConfigService.Types.DescribeConfigRulesRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeConfigRulesResponse) => void): Request<ConfigService.Types.DescribeConfigRulesResponse, AWSError>;
194 /**
195 * Returns details about your AWS Config rules.
196 */
197 describeConfigRules(callback?: (err: AWSError, data: ConfigService.Types.DescribeConfigRulesResponse) => void): Request<ConfigService.Types.DescribeConfigRulesResponse, AWSError>;
198 /**
199 * Returns status information for sources within an aggregator. The status includes information about the last time AWS Config verified authorization between the source account and an aggregator account. In case of a failure, the status contains the related error code or message.
200 */
201 describeConfigurationAggregatorSourcesStatus(params: ConfigService.Types.DescribeConfigurationAggregatorSourcesStatusRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeConfigurationAggregatorSourcesStatusResponse) => void): Request<ConfigService.Types.DescribeConfigurationAggregatorSourcesStatusResponse, AWSError>;
202 /**
203 * Returns status information for sources within an aggregator. The status includes information about the last time AWS Config verified authorization between the source account and an aggregator account. In case of a failure, the status contains the related error code or message.
204 */
205 describeConfigurationAggregatorSourcesStatus(callback?: (err: AWSError, data: ConfigService.Types.DescribeConfigurationAggregatorSourcesStatusResponse) => void): Request<ConfigService.Types.DescribeConfigurationAggregatorSourcesStatusResponse, AWSError>;
206 /**
207 * Returns the details of one or more configuration aggregators. If the configuration aggregator is not specified, this action returns the details for all the configuration aggregators associated with the account.
208 */
209 describeConfigurationAggregators(params: ConfigService.Types.DescribeConfigurationAggregatorsRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeConfigurationAggregatorsResponse) => void): Request<ConfigService.Types.DescribeConfigurationAggregatorsResponse, AWSError>;
210 /**
211 * Returns the details of one or more configuration aggregators. If the configuration aggregator is not specified, this action returns the details for all the configuration aggregators associated with the account.
212 */
213 describeConfigurationAggregators(callback?: (err: AWSError, data: ConfigService.Types.DescribeConfigurationAggregatorsResponse) => void): Request<ConfigService.Types.DescribeConfigurationAggregatorsResponse, AWSError>;
214 /**
215 * Returns the current status of the specified configuration recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorders associated with the account. Currently, you can specify only one configuration recorder per region in your account.
216 */
217 describeConfigurationRecorderStatus(params: ConfigService.Types.DescribeConfigurationRecorderStatusRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeConfigurationRecorderStatusResponse) => void): Request<ConfigService.Types.DescribeConfigurationRecorderStatusResponse, AWSError>;
218 /**
219 * Returns the current status of the specified configuration recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorders associated with the account. Currently, you can specify only one configuration recorder per region in your account.
220 */
221 describeConfigurationRecorderStatus(callback?: (err: AWSError, data: ConfigService.Types.DescribeConfigurationRecorderStatusResponse) => void): Request<ConfigService.Types.DescribeConfigurationRecorderStatusResponse, AWSError>;
222 /**
223 * Returns the details for the specified configuration recorders. If the configuration recorder is not specified, this action returns the details for all configuration recorders associated with the account. Currently, you can specify only one configuration recorder per region in your account.
224 */
225 describeConfigurationRecorders(params: ConfigService.Types.DescribeConfigurationRecordersRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeConfigurationRecordersResponse) => void): Request<ConfigService.Types.DescribeConfigurationRecordersResponse, AWSError>;
226 /**
227 * Returns the details for the specified configuration recorders. If the configuration recorder is not specified, this action returns the details for all configuration recorders associated with the account. Currently, you can specify only one configuration recorder per region in your account.
228 */
229 describeConfigurationRecorders(callback?: (err: AWSError, data: ConfigService.Types.DescribeConfigurationRecordersResponse) => void): Request<ConfigService.Types.DescribeConfigurationRecordersResponse, AWSError>;
230 /**
231 * Returns compliance details for each rule in that conformance pack. You must provide exact rule names.
232 */
233 describeConformancePackCompliance(params: ConfigService.Types.DescribeConformancePackComplianceRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeConformancePackComplianceResponse) => void): Request<ConfigService.Types.DescribeConformancePackComplianceResponse, AWSError>;
234 /**
235 * Returns compliance details for each rule in that conformance pack. You must provide exact rule names.
236 */
237 describeConformancePackCompliance(callback?: (err: AWSError, data: ConfigService.Types.DescribeConformancePackComplianceResponse) => void): Request<ConfigService.Types.DescribeConformancePackComplianceResponse, AWSError>;
238 /**
239 * Provides one or more conformance packs deployment status. If there are no conformance packs then you will see an empty result.
240 */
241 describeConformancePackStatus(params: ConfigService.Types.DescribeConformancePackStatusRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeConformancePackStatusResponse) => void): Request<ConfigService.Types.DescribeConformancePackStatusResponse, AWSError>;
242 /**
243 * Provides one or more conformance packs deployment status. If there are no conformance packs then you will see an empty result.
244 */
245 describeConformancePackStatus(callback?: (err: AWSError, data: ConfigService.Types.DescribeConformancePackStatusResponse) => void): Request<ConfigService.Types.DescribeConformancePackStatusResponse, AWSError>;
246 /**
247 * Returns a list of one or more conformance packs.
248 */
249 describeConformancePacks(params: ConfigService.Types.DescribeConformancePacksRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeConformancePacksResponse) => void): Request<ConfigService.Types.DescribeConformancePacksResponse, AWSError>;
250 /**
251 * Returns a list of one or more conformance packs.
252 */
253 describeConformancePacks(callback?: (err: AWSError, data: ConfigService.Types.DescribeConformancePacksResponse) => void): Request<ConfigService.Types.DescribeConformancePacksResponse, AWSError>;
254 /**
255 * Returns the current status of the specified delivery channel. If a delivery channel is not specified, this action returns the current status of all delivery channels associated with the account. Currently, you can specify only one delivery channel per region in your account.
256 */
257 describeDeliveryChannelStatus(params: ConfigService.Types.DescribeDeliveryChannelStatusRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeDeliveryChannelStatusResponse) => void): Request<ConfigService.Types.DescribeDeliveryChannelStatusResponse, AWSError>;
258 /**
259 * Returns the current status of the specified delivery channel. If a delivery channel is not specified, this action returns the current status of all delivery channels associated with the account. Currently, you can specify only one delivery channel per region in your account.
260 */
261 describeDeliveryChannelStatus(callback?: (err: AWSError, data: ConfigService.Types.DescribeDeliveryChannelStatusResponse) => void): Request<ConfigService.Types.DescribeDeliveryChannelStatusResponse, AWSError>;
262 /**
263 * Returns details about the specified delivery channel. If a delivery channel is not specified, this action returns the details of all delivery channels associated with the account. Currently, you can specify only one delivery channel per region in your account.
264 */
265 describeDeliveryChannels(params: ConfigService.Types.DescribeDeliveryChannelsRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeDeliveryChannelsResponse) => void): Request<ConfigService.Types.DescribeDeliveryChannelsResponse, AWSError>;
266 /**
267 * Returns details about the specified delivery channel. If a delivery channel is not specified, this action returns the details of all delivery channels associated with the account. Currently, you can specify only one delivery channel per region in your account.
268 */
269 describeDeliveryChannels(callback?: (err: AWSError, data: ConfigService.Types.DescribeDeliveryChannelsResponse) => void): Request<ConfigService.Types.DescribeDeliveryChannelsResponse, AWSError>;
270 /**
271 * Provides organization config rule deployment status for an organization. The status is not considered successful until organization config rule is successfully deployed in all the member accounts with an exception of excluded accounts. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization config rule names. It is only applicable, when you request all the organization config rules. Only a master account can call this API.
272 */
273 describeOrganizationConfigRuleStatuses(params: ConfigService.Types.DescribeOrganizationConfigRuleStatusesRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConfigRuleStatusesResponse) => void): Request<ConfigService.Types.DescribeOrganizationConfigRuleStatusesResponse, AWSError>;
274 /**
275 * Provides organization config rule deployment status for an organization. The status is not considered successful until organization config rule is successfully deployed in all the member accounts with an exception of excluded accounts. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization config rule names. It is only applicable, when you request all the organization config rules. Only a master account can call this API.
276 */
277 describeOrganizationConfigRuleStatuses(callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConfigRuleStatusesResponse) => void): Request<ConfigService.Types.DescribeOrganizationConfigRuleStatusesResponse, AWSError>;
278 /**
279 * Returns a list of organization config rules. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization config rule names. It is only applicable, when you request all the organization config rules. Only a master account can call this API.
280 */
281 describeOrganizationConfigRules(params: ConfigService.Types.DescribeOrganizationConfigRulesRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConfigRulesResponse) => void): Request<ConfigService.Types.DescribeOrganizationConfigRulesResponse, AWSError>;
282 /**
283 * Returns a list of organization config rules. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization config rule names. It is only applicable, when you request all the organization config rules. Only a master account can call this API.
284 */
285 describeOrganizationConfigRules(callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConfigRulesResponse) => void): Request<ConfigService.Types.DescribeOrganizationConfigRulesResponse, AWSError>;
286 /**
287 * Provides organization conformance pack deployment status for an organization. The status is not considered successful until organization conformance pack is successfully deployed in all the member accounts with an exception of excluded accounts. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance pack names. They are only applicable, when you request all the organization conformance packs. Only a master account can call this API.
288 */
289 describeOrganizationConformancePackStatuses(params: ConfigService.Types.DescribeOrganizationConformancePackStatusesRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConformancePackStatusesResponse) => void): Request<ConfigService.Types.DescribeOrganizationConformancePackStatusesResponse, AWSError>;
290 /**
291 * Provides organization conformance pack deployment status for an organization. The status is not considered successful until organization conformance pack is successfully deployed in all the member accounts with an exception of excluded accounts. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance pack names. They are only applicable, when you request all the organization conformance packs. Only a master account can call this API.
292 */
293 describeOrganizationConformancePackStatuses(callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConformancePackStatusesResponse) => void): Request<ConfigService.Types.DescribeOrganizationConformancePackStatusesResponse, AWSError>;
294 /**
295 * Returns a list of organization conformance packs. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance packs names. They are only applicable, when you request all the organization conformance packs. Only a master account can call this API.
296 */
297 describeOrganizationConformancePacks(params: ConfigService.Types.DescribeOrganizationConformancePacksRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConformancePacksResponse) => void): Request<ConfigService.Types.DescribeOrganizationConformancePacksResponse, AWSError>;
298 /**
299 * Returns a list of organization conformance packs. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance packs names. They are only applicable, when you request all the organization conformance packs. Only a master account can call this API.
300 */
301 describeOrganizationConformancePacks(callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConformancePacksResponse) => void): Request<ConfigService.Types.DescribeOrganizationConformancePacksResponse, AWSError>;
302 /**
303 * Returns a list of all pending aggregation requests.
304 */
305 describePendingAggregationRequests(params: ConfigService.Types.DescribePendingAggregationRequestsRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribePendingAggregationRequestsResponse) => void): Request<ConfigService.Types.DescribePendingAggregationRequestsResponse, AWSError>;
306 /**
307 * Returns a list of all pending aggregation requests.
308 */
309 describePendingAggregationRequests(callback?: (err: AWSError, data: ConfigService.Types.DescribePendingAggregationRequestsResponse) => void): Request<ConfigService.Types.DescribePendingAggregationRequestsResponse, AWSError>;
310 /**
311 * Returns the details of one or more remediation configurations.
312 */
313 describeRemediationConfigurations(params: ConfigService.Types.DescribeRemediationConfigurationsRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeRemediationConfigurationsResponse) => void): Request<ConfigService.Types.DescribeRemediationConfigurationsResponse, AWSError>;
314 /**
315 * Returns the details of one or more remediation configurations.
316 */
317 describeRemediationConfigurations(callback?: (err: AWSError, data: ConfigService.Types.DescribeRemediationConfigurationsResponse) => void): Request<ConfigService.Types.DescribeRemediationConfigurationsResponse, AWSError>;
318 /**
319 * Returns the details of one or more remediation exceptions. A detailed view of a remediation exception for a set of resources that includes an explanation of an exception and the time when the exception will be deleted. When you specify the limit and the next token, you receive a paginated response. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you request resources in batch. It is only applicable, when you request all resources.
320 */
321 describeRemediationExceptions(params: ConfigService.Types.DescribeRemediationExceptionsRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeRemediationExceptionsResponse) => void): Request<ConfigService.Types.DescribeRemediationExceptionsResponse, AWSError>;
322 /**
323 * Returns the details of one or more remediation exceptions. A detailed view of a remediation exception for a set of resources that includes an explanation of an exception and the time when the exception will be deleted. When you specify the limit and the next token, you receive a paginated response. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you request resources in batch. It is only applicable, when you request all resources.
324 */
325 describeRemediationExceptions(callback?: (err: AWSError, data: ConfigService.Types.DescribeRemediationExceptionsResponse) => void): Request<ConfigService.Types.DescribeRemediationExceptionsResponse, AWSError>;
326 /**
327 * Provides a detailed view of a Remediation Execution for a set of resources including state, timestamps for when steps for the remediation execution occur, and any error messages for steps that have failed. When you specify the limit and the next token, you receive a paginated response.
328 */
329 describeRemediationExecutionStatus(params: ConfigService.Types.DescribeRemediationExecutionStatusRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeRemediationExecutionStatusResponse) => void): Request<ConfigService.Types.DescribeRemediationExecutionStatusResponse, AWSError>;
330 /**
331 * Provides a detailed view of a Remediation Execution for a set of resources including state, timestamps for when steps for the remediation execution occur, and any error messages for steps that have failed. When you specify the limit and the next token, you receive a paginated response.
332 */
333 describeRemediationExecutionStatus(callback?: (err: AWSError, data: ConfigService.Types.DescribeRemediationExecutionStatusResponse) => void): Request<ConfigService.Types.DescribeRemediationExecutionStatusResponse, AWSError>;
334 /**
335 * Returns the details of one or more retention configurations. If the retention configuration name is not specified, this action returns the details for all the retention configurations for that account. Currently, AWS Config supports only one retention configuration per region in your account.
336 */
337 describeRetentionConfigurations(params: ConfigService.Types.DescribeRetentionConfigurationsRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeRetentionConfigurationsResponse) => void): Request<ConfigService.Types.DescribeRetentionConfigurationsResponse, AWSError>;
338 /**
339 * Returns the details of one or more retention configurations. If the retention configuration name is not specified, this action returns the details for all the retention configurations for that account. Currently, AWS Config supports only one retention configuration per region in your account.
340 */
341 describeRetentionConfigurations(callback?: (err: AWSError, data: ConfigService.Types.DescribeRetentionConfigurationsResponse) => void): Request<ConfigService.Types.DescribeRetentionConfigurationsResponse, AWSError>;
342 /**
343 * Returns the evaluation results for the specified AWS Config rule for a specific resource in a rule. The results indicate which AWS resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule. The results can return an empty result page. But if you have a nextToken, the results are displayed on the next page.
344 */
345 getAggregateComplianceDetailsByConfigRule(params: ConfigService.Types.GetAggregateComplianceDetailsByConfigRuleRequest, callback?: (err: AWSError, data: ConfigService.Types.GetAggregateComplianceDetailsByConfigRuleResponse) => void): Request<ConfigService.Types.GetAggregateComplianceDetailsByConfigRuleResponse, AWSError>;
346 /**
347 * Returns the evaluation results for the specified AWS Config rule for a specific resource in a rule. The results indicate which AWS resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule. The results can return an empty result page. But if you have a nextToken, the results are displayed on the next page.
348 */
349 getAggregateComplianceDetailsByConfigRule(callback?: (err: AWSError, data: ConfigService.Types.GetAggregateComplianceDetailsByConfigRuleResponse) => void): Request<ConfigService.Types.GetAggregateComplianceDetailsByConfigRuleResponse, AWSError>;
350 /**
351 * Returns the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator. The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.
352 */
353 getAggregateConfigRuleComplianceSummary(params: ConfigService.Types.GetAggregateConfigRuleComplianceSummaryRequest, callback?: (err: AWSError, data: ConfigService.Types.GetAggregateConfigRuleComplianceSummaryResponse) => void): Request<ConfigService.Types.GetAggregateConfigRuleComplianceSummaryResponse, AWSError>;
354 /**
355 * Returns the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator. The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.
356 */
357 getAggregateConfigRuleComplianceSummary(callback?: (err: AWSError, data: ConfigService.Types.GetAggregateConfigRuleComplianceSummaryResponse) => void): Request<ConfigService.Types.GetAggregateConfigRuleComplianceSummaryResponse, AWSError>;
358 /**
359 * Returns the resource counts across accounts and regions that are present in your AWS Config aggregator. You can request the resource counts by providing filters and GroupByKey. For example, if the input contains accountID 12345678910 and region us-east-1 in filters, the API returns the count of resources in account ID 12345678910 and region us-east-1. If the input contains ACCOUNT_ID as a GroupByKey, the API returns resource counts for all source accounts that are present in your aggregator.
360 */
361 getAggregateDiscoveredResourceCounts(params: ConfigService.Types.GetAggregateDiscoveredResourceCountsRequest, callback?: (err: AWSError, data: ConfigService.Types.GetAggregateDiscoveredResourceCountsResponse) => void): Request<ConfigService.Types.GetAggregateDiscoveredResourceCountsResponse, AWSError>;
362 /**
363 * Returns the resource counts across accounts and regions that are present in your AWS Config aggregator. You can request the resource counts by providing filters and GroupByKey. For example, if the input contains accountID 12345678910 and region us-east-1 in filters, the API returns the count of resources in account ID 12345678910 and region us-east-1. If the input contains ACCOUNT_ID as a GroupByKey, the API returns resource counts for all source accounts that are present in your aggregator.
364 */
365 getAggregateDiscoveredResourceCounts(callback?: (err: AWSError, data: ConfigService.Types.GetAggregateDiscoveredResourceCountsResponse) => void): Request<ConfigService.Types.GetAggregateDiscoveredResourceCountsResponse, AWSError>;
366 /**
367 * Returns configuration item that is aggregated for your specific resource in a specific source account and region.
368 */
369 getAggregateResourceConfig(params: ConfigService.Types.GetAggregateResourceConfigRequest, callback?: (err: AWSError, data: ConfigService.Types.GetAggregateResourceConfigResponse) => void): Request<ConfigService.Types.GetAggregateResourceConfigResponse, AWSError>;
370 /**
371 * Returns configuration item that is aggregated for your specific resource in a specific source account and region.
372 */
373 getAggregateResourceConfig(callback?: (err: AWSError, data: ConfigService.Types.GetAggregateResourceConfigResponse) => void): Request<ConfigService.Types.GetAggregateResourceConfigResponse, AWSError>;
374 /**
375 * Returns the evaluation results for the specified AWS Config rule. The results indicate which AWS resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule.
376 */
377 getComplianceDetailsByConfigRule(params: ConfigService.Types.GetComplianceDetailsByConfigRuleRequest, callback?: (err: AWSError, data: ConfigService.Types.GetComplianceDetailsByConfigRuleResponse) => void): Request<ConfigService.Types.GetComplianceDetailsByConfigRuleResponse, AWSError>;
378 /**
379 * Returns the evaluation results for the specified AWS Config rule. The results indicate which AWS resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule.
380 */
381 getComplianceDetailsByConfigRule(callback?: (err: AWSError, data: ConfigService.Types.GetComplianceDetailsByConfigRuleResponse) => void): Request<ConfigService.Types.GetComplianceDetailsByConfigRuleResponse, AWSError>;
382 /**
383 * Returns the evaluation results for the specified AWS resource. The results indicate which AWS Config rules were used to evaluate the resource, when each rule was last used, and whether the resource complies with each rule.
384 */
385 getComplianceDetailsByResource(params: ConfigService.Types.GetComplianceDetailsByResourceRequest, callback?: (err: AWSError, data: ConfigService.Types.GetComplianceDetailsByResourceResponse) => void): Request<ConfigService.Types.GetComplianceDetailsByResourceResponse, AWSError>;
386 /**
387 * Returns the evaluation results for the specified AWS resource. The results indicate which AWS Config rules were used to evaluate the resource, when each rule was last used, and whether the resource complies with each rule.
388 */
389 getComplianceDetailsByResource(callback?: (err: AWSError, data: ConfigService.Types.GetComplianceDetailsByResourceResponse) => void): Request<ConfigService.Types.GetComplianceDetailsByResourceResponse, AWSError>;
390 /**
391 * Returns the number of AWS Config rules that are compliant and noncompliant, up to a maximum of 25 for each.
392 */
393 getComplianceSummaryByConfigRule(callback?: (err: AWSError, data: ConfigService.Types.GetComplianceSummaryByConfigRuleResponse) => void): Request<ConfigService.Types.GetComplianceSummaryByConfigRuleResponse, AWSError>;
394 /**
395 * Returns the number of resources that are compliant and the number that are noncompliant. You can specify one or more resource types to get these numbers for each resource type. The maximum number returned is 100.
396 */
397 getComplianceSummaryByResourceType(params: ConfigService.Types.GetComplianceSummaryByResourceTypeRequest, callback?: (err: AWSError, data: ConfigService.Types.GetComplianceSummaryByResourceTypeResponse) => void): Request<ConfigService.Types.GetComplianceSummaryByResourceTypeResponse, AWSError>;
398 /**
399 * Returns the number of resources that are compliant and the number that are noncompliant. You can specify one or more resource types to get these numbers for each resource type. The maximum number returned is 100.
400 */
401 getComplianceSummaryByResourceType(callback?: (err: AWSError, data: ConfigService.Types.GetComplianceSummaryByResourceTypeResponse) => void): Request<ConfigService.Types.GetComplianceSummaryByResourceTypeResponse, AWSError>;
402 /**
403 * Returns compliance details of a conformance pack for all AWS resources that are monitered by conformance pack.
404 */
405 getConformancePackComplianceDetails(params: ConfigService.Types.GetConformancePackComplianceDetailsRequest, callback?: (err: AWSError, data: ConfigService.Types.GetConformancePackComplianceDetailsResponse) => void): Request<ConfigService.Types.GetConformancePackComplianceDetailsResponse, AWSError>;
406 /**
407 * Returns compliance details of a conformance pack for all AWS resources that are monitered by conformance pack.
408 */
409 getConformancePackComplianceDetails(callback?: (err: AWSError, data: ConfigService.Types.GetConformancePackComplianceDetailsResponse) => void): Request<ConfigService.Types.GetConformancePackComplianceDetailsResponse, AWSError>;
410 /**
411 * Returns compliance details for the conformance pack based on the cumulative compliance results of all the rules in that conformance pack.
412 */
413 getConformancePackComplianceSummary(params: ConfigService.Types.GetConformancePackComplianceSummaryRequest, callback?: (err: AWSError, data: ConfigService.Types.GetConformancePackComplianceSummaryResponse) => void): Request<ConfigService.Types.GetConformancePackComplianceSummaryResponse, AWSError>;
414 /**
415 * Returns compliance details for the conformance pack based on the cumulative compliance results of all the rules in that conformance pack.
416 */
417 getConformancePackComplianceSummary(callback?: (err: AWSError, data: ConfigService.Types.GetConformancePackComplianceSummaryResponse) => void): Request<ConfigService.Types.GetConformancePackComplianceSummaryResponse, AWSError>;
418 /**
419 * Returns the resource types, the number of each resource type, and the total number of resources that AWS Config is recording in this region for your AWS account. Example AWS Config is recording three resource types in the US East (Ohio) Region for your account: 25 EC2 instances, 20 IAM users, and 15 S3 buckets. You make a call to the GetDiscoveredResourceCounts action and specify that you want all resource types. AWS Config returns the following: The resource types (EC2 instances, IAM users, and S3 buckets). The number of each resource type (25, 20, and 15). The total number of all resources (60). The response is paginated. By default, AWS Config lists 100 ResourceCount objects on each page. You can customize this number with the limit parameter. The response includes a nextToken string. To get the next page of results, run the request again and specify the string for the nextToken parameter. If you make a call to the GetDiscoveredResourceCounts action, you might not immediately receive resource counts in the following situations: You are a new AWS Config customer. You just enabled resource recording. It might take a few minutes for AWS Config to record and count your resources. Wait a few minutes and then retry the GetDiscoveredResourceCounts action.
420 */
421 getDiscoveredResourceCounts(params: ConfigService.Types.GetDiscoveredResourceCountsRequest, callback?: (err: AWSError, data: ConfigService.Types.GetDiscoveredResourceCountsResponse) => void): Request<ConfigService.Types.GetDiscoveredResourceCountsResponse, AWSError>;
422 /**
423 * Returns the resource types, the number of each resource type, and the total number of resources that AWS Config is recording in this region for your AWS account. Example AWS Config is recording three resource types in the US East (Ohio) Region for your account: 25 EC2 instances, 20 IAM users, and 15 S3 buckets. You make a call to the GetDiscoveredResourceCounts action and specify that you want all resource types. AWS Config returns the following: The resource types (EC2 instances, IAM users, and S3 buckets). The number of each resource type (25, 20, and 15). The total number of all resources (60). The response is paginated. By default, AWS Config lists 100 ResourceCount objects on each page. You can customize this number with the limit parameter. The response includes a nextToken string. To get the next page of results, run the request again and specify the string for the nextToken parameter. If you make a call to the GetDiscoveredResourceCounts action, you might not immediately receive resource counts in the following situations: You are a new AWS Config customer. You just enabled resource recording. It might take a few minutes for AWS Config to record and count your resources. Wait a few minutes and then retry the GetDiscoveredResourceCounts action.
424 */
425 getDiscoveredResourceCounts(callback?: (err: AWSError, data: ConfigService.Types.GetDiscoveredResourceCountsResponse) => void): Request<ConfigService.Types.GetDiscoveredResourceCountsResponse, AWSError>;
426 /**
427 * Returns detailed status for each member account within an organization for a given organization config rule. Only a master account can call this API.
428 */
429 getOrganizationConfigRuleDetailedStatus(params: ConfigService.Types.GetOrganizationConfigRuleDetailedStatusRequest, callback?: (err: AWSError, data: ConfigService.Types.GetOrganizationConfigRuleDetailedStatusResponse) => void): Request<ConfigService.Types.GetOrganizationConfigRuleDetailedStatusResponse, AWSError>;
430 /**
431 * Returns detailed status for each member account within an organization for a given organization config rule. Only a master account can call this API.
432 */
433 getOrganizationConfigRuleDetailedStatus(callback?: (err: AWSError, data: ConfigService.Types.GetOrganizationConfigRuleDetailedStatusResponse) => void): Request<ConfigService.Types.GetOrganizationConfigRuleDetailedStatusResponse, AWSError>;
434 /**
435 * Returns detailed status for each member account within an organization for a given organization conformance pack. Only a master account can call this API.
436 */
437 getOrganizationConformancePackDetailedStatus(params: ConfigService.Types.GetOrganizationConformancePackDetailedStatusRequest, callback?: (err: AWSError, data: ConfigService.Types.GetOrganizationConformancePackDetailedStatusResponse) => void): Request<ConfigService.Types.GetOrganizationConformancePackDetailedStatusResponse, AWSError>;
438 /**
439 * Returns detailed status for each member account within an organization for a given organization conformance pack. Only a master account can call this API.
440 */
441 getOrganizationConformancePackDetailedStatus(callback?: (err: AWSError, data: ConfigService.Types.GetOrganizationConformancePackDetailedStatusResponse) => void): Request<ConfigService.Types.GetOrganizationConformancePackDetailedStatusResponse, AWSError>;
442 /**
443 * Returns a list of configuration items for the specified resource. The list contains details about each state of the resource during the specified time interval. If you specified a retention period to retain your ConfigurationItems between a minimum of 30 days and a maximum of 7 years (2557 days), AWS Config returns the ConfigurationItems for the specified retention period. The response is paginated. By default, AWS Config returns a limit of 10 configuration items per page. You can customize this number with the limit parameter. The response includes a nextToken string. To get the next page of results, run the request again and specify the string for the nextToken parameter. Each call to the API is limited to span a duration of seven days. It is likely that the number of records returned is smaller than the specified limit. In such cases, you can make another call, using the nextToken.
444 */
445 getResourceConfigHistory(params: ConfigService.Types.GetResourceConfigHistoryRequest, callback?: (err: AWSError, data: ConfigService.Types.GetResourceConfigHistoryResponse) => void): Request<ConfigService.Types.GetResourceConfigHistoryResponse, AWSError>;
446 /**
447 * Returns a list of configuration items for the specified resource. The list contains details about each state of the resource during the specified time interval. If you specified a retention period to retain your ConfigurationItems between a minimum of 30 days and a maximum of 7 years (2557 days), AWS Config returns the ConfigurationItems for the specified retention period. The response is paginated. By default, AWS Config returns a limit of 10 configuration items per page. You can customize this number with the limit parameter. The response includes a nextToken string. To get the next page of results, run the request again and specify the string for the nextToken parameter. Each call to the API is limited to span a duration of seven days. It is likely that the number of records returned is smaller than the specified limit. In such cases, you can make another call, using the nextToken.
448 */
449 getResourceConfigHistory(callback?: (err: AWSError, data: ConfigService.Types.GetResourceConfigHistoryResponse) => void): Request<ConfigService.Types.GetResourceConfigHistoryResponse, AWSError>;
450 /**
451 * Accepts a resource type and returns a list of resource identifiers that are aggregated for a specific resource type across accounts and regions. A resource identifier includes the resource type, ID, (if available) the custom resource name, source account, and source region. You can narrow the results to include only resources that have specific resource IDs, or a resource name, or source account ID, or source region. For example, if the input consists of accountID 12345678910 and the region is us-east-1 for resource type AWS::EC2::Instance then the API returns all the EC2 instance identifiers of accountID 12345678910 and region us-east-1.
452 */
453 listAggregateDiscoveredResources(params: ConfigService.Types.ListAggregateDiscoveredResourcesRequest, callback?: (err: AWSError, data: ConfigService.Types.ListAggregateDiscoveredResourcesResponse) => void): Request<ConfigService.Types.ListAggregateDiscoveredResourcesResponse, AWSError>;
454 /**
455 * Accepts a resource type and returns a list of resource identifiers that are aggregated for a specific resource type across accounts and regions. A resource identifier includes the resource type, ID, (if available) the custom resource name, source account, and source region. You can narrow the results to include only resources that have specific resource IDs, or a resource name, or source account ID, or source region. For example, if the input consists of accountID 12345678910 and the region is us-east-1 for resource type AWS::EC2::Instance then the API returns all the EC2 instance identifiers of accountID 12345678910 and region us-east-1.
456 */
457 listAggregateDiscoveredResources(callback?: (err: AWSError, data: ConfigService.Types.ListAggregateDiscoveredResourcesResponse) => void): Request<ConfigService.Types.ListAggregateDiscoveredResourcesResponse, AWSError>;
458 /**
459 * Accepts a resource type and returns a list of resource identifiers for the resources of that type. A resource identifier includes the resource type, ID, and (if available) the custom resource name. The results consist of resources that AWS Config has discovered, including those that AWS Config is not currently recording. You can narrow the results to include only resources that have specific resource IDs or a resource name. You can specify either resource IDs or a resource name, but not both, in the same request. The response is paginated. By default, AWS Config lists 100 resource identifiers on each page. You can customize this number with the limit parameter. The response includes a nextToken string. To get the next page of results, run the request again and specify the string for the nextToken parameter.
460 */
461 listDiscoveredResources(params: ConfigService.Types.ListDiscoveredResourcesRequest, callback?: (err: AWSError, data: ConfigService.Types.ListDiscoveredResourcesResponse) => void): Request<ConfigService.Types.ListDiscoveredResourcesResponse, AWSError>;
462 /**
463 * Accepts a resource type and returns a list of resource identifiers for the resources of that type. A resource identifier includes the resource type, ID, and (if available) the custom resource name. The results consist of resources that AWS Config has discovered, including those that AWS Config is not currently recording. You can narrow the results to include only resources that have specific resource IDs or a resource name. You can specify either resource IDs or a resource name, but not both, in the same request. The response is paginated. By default, AWS Config lists 100 resource identifiers on each page. You can customize this number with the limit parameter. The response includes a nextToken string. To get the next page of results, run the request again and specify the string for the nextToken parameter.
464 */
465 listDiscoveredResources(callback?: (err: AWSError, data: ConfigService.Types.ListDiscoveredResourcesResponse) => void): Request<ConfigService.Types.ListDiscoveredResourcesResponse, AWSError>;
466 /**
467 * List the tags for AWS Config resource.
468 */
469 listTagsForResource(params: ConfigService.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: ConfigService.Types.ListTagsForResourceResponse) => void): Request<ConfigService.Types.ListTagsForResourceResponse, AWSError>;
470 /**
471 * List the tags for AWS Config resource.
472 */
473 listTagsForResource(callback?: (err: AWSError, data: ConfigService.Types.ListTagsForResourceResponse) => void): Request<ConfigService.Types.ListTagsForResourceResponse, AWSError>;
474 /**
475 * Authorizes the aggregator account and region to collect data from the source account and region.
476 */
477 putAggregationAuthorization(params: ConfigService.Types.PutAggregationAuthorizationRequest, callback?: (err: AWSError, data: ConfigService.Types.PutAggregationAuthorizationResponse) => void): Request<ConfigService.Types.PutAggregationAuthorizationResponse, AWSError>;
478 /**
479 * Authorizes the aggregator account and region to collect data from the source account and region.
480 */
481 putAggregationAuthorization(callback?: (err: AWSError, data: ConfigService.Types.PutAggregationAuthorizationResponse) => void): Request<ConfigService.Types.PutAggregationAuthorizationResponse, AWSError>;
482 /**
483 * Adds or updates an AWS Config rule for evaluating whether your AWS resources comply with your desired configurations. You can use this action for custom AWS Config rules and AWS managed Config rules. A custom AWS Config rule is a rule that you develop and maintain. An AWS managed Config rule is a customizable, predefined rule that AWS Config provides. If you are adding a new custom AWS Config rule, you must first create the AWS Lambda function that the rule invokes to evaluate your resources. When you use the PutConfigRule action to add the rule to AWS Config, you must specify the Amazon Resource Name (ARN) that AWS Lambda assigns to the function. Specify the ARN for the SourceIdentifier key. This key is part of the Source object, which is part of the ConfigRule object. If you are adding an AWS managed Config rule, specify the rule's identifier for the SourceIdentifier key. To reference AWS managed Config rule identifiers, see About AWS Managed Config Rules. For any new rule that you add, specify the ConfigRuleName in the ConfigRule object. Do not specify the ConfigRuleArn or the ConfigRuleId. These values are generated by AWS Config for new rules. If you are updating a rule that you added previously, you can specify the rule by ConfigRuleName, ConfigRuleId, or ConfigRuleArn in the ConfigRule data type that you use in this request. The maximum number of rules that AWS Config supports is 150. For information about requesting a rule limit increase, see AWS Config Limits in the AWS General Reference Guide. For more information about developing and using AWS Config rules, see Evaluating AWS Resource Configurations with AWS Config in the AWS Config Developer Guide.
484 */
485 putConfigRule(params: ConfigService.Types.PutConfigRuleRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
486 /**
487 * Adds or updates an AWS Config rule for evaluating whether your AWS resources comply with your desired configurations. You can use this action for custom AWS Config rules and AWS managed Config rules. A custom AWS Config rule is a rule that you develop and maintain. An AWS managed Config rule is a customizable, predefined rule that AWS Config provides. If you are adding a new custom AWS Config rule, you must first create the AWS Lambda function that the rule invokes to evaluate your resources. When you use the PutConfigRule action to add the rule to AWS Config, you must specify the Amazon Resource Name (ARN) that AWS Lambda assigns to the function. Specify the ARN for the SourceIdentifier key. This key is part of the Source object, which is part of the ConfigRule object. If you are adding an AWS managed Config rule, specify the rule's identifier for the SourceIdentifier key. To reference AWS managed Config rule identifiers, see About AWS Managed Config Rules. For any new rule that you add, specify the ConfigRuleName in the ConfigRule object. Do not specify the ConfigRuleArn or the ConfigRuleId. These values are generated by AWS Config for new rules. If you are updating a rule that you added previously, you can specify the rule by ConfigRuleName, ConfigRuleId, or ConfigRuleArn in the ConfigRule data type that you use in this request. The maximum number of rules that AWS Config supports is 150. For information about requesting a rule limit increase, see AWS Config Limits in the AWS General Reference Guide. For more information about developing and using AWS Config rules, see Evaluating AWS Resource Configurations with AWS Config in the AWS Config Developer Guide.
488 */
489 putConfigRule(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
490 /**
491 * Creates and updates the configuration aggregator with the selected source accounts and regions. The source account can be individual account(s) or an organization. AWS Config should be enabled in source accounts and regions you want to aggregate. If your source type is an organization, you must be signed in to the master account and all features must be enabled in your organization. AWS Config calls EnableAwsServiceAccess API to enable integration between AWS Config and AWS Organizations.
492 */
493 putConfigurationAggregator(params: ConfigService.Types.PutConfigurationAggregatorRequest, callback?: (err: AWSError, data: ConfigService.Types.PutConfigurationAggregatorResponse) => void): Request<ConfigService.Types.PutConfigurationAggregatorResponse, AWSError>;
494 /**
495 * Creates and updates the configuration aggregator with the selected source accounts and regions. The source account can be individual account(s) or an organization. AWS Config should be enabled in source accounts and regions you want to aggregate. If your source type is an organization, you must be signed in to the master account and all features must be enabled in your organization. AWS Config calls EnableAwsServiceAccess API to enable integration between AWS Config and AWS Organizations.
496 */
497 putConfigurationAggregator(callback?: (err: AWSError, data: ConfigService.Types.PutConfigurationAggregatorResponse) => void): Request<ConfigService.Types.PutConfigurationAggregatorResponse, AWSError>;
498 /**
499 * Creates a new configuration recorder to record the selected resource configurations. You can use this action to change the role roleARN or the recordingGroup of an existing recorder. To change the role, call the action on the existing configuration recorder and specify a role. Currently, you can specify only one configuration recorder per region in your account. If ConfigurationRecorder does not have the recordingGroup parameter specified, the default is to record all supported resource types.
500 */
501 putConfigurationRecorder(params: ConfigService.Types.PutConfigurationRecorderRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
502 /**
503 * Creates a new configuration recorder to record the selected resource configurations. You can use this action to change the role roleARN or the recordingGroup of an existing recorder. To change the role, call the action on the existing configuration recorder and specify a role. Currently, you can specify only one configuration recorder per region in your account. If ConfigurationRecorder does not have the recordingGroup parameter specified, the default is to record all supported resource types.
504 */
505 putConfigurationRecorder(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
506 /**
507 * Creates or updates a conformance pack. A conformance pack is a collection of AWS Config rules that can be easily deployed in an account and a region and across AWS Organization. This API creates a service linked role AWSServiceRoleForConfigConforms in your account. The service linked role is created only when the role does not exist in your account. AWS Config verifies the existence of role with GetRole action. You must specify either the TemplateS3Uri or the TemplateBody parameter, but not both. If you provide both AWS Config uses the TemplateS3Uri parameter and ignores the TemplateBody parameter.
508 */
509 putConformancePack(params: ConfigService.Types.PutConformancePackRequest, callback?: (err: AWSError, data: ConfigService.Types.PutConformancePackResponse) => void): Request<ConfigService.Types.PutConformancePackResponse, AWSError>;
510 /**
511 * Creates or updates a conformance pack. A conformance pack is a collection of AWS Config rules that can be easily deployed in an account and a region and across AWS Organization. This API creates a service linked role AWSServiceRoleForConfigConforms in your account. The service linked role is created only when the role does not exist in your account. AWS Config verifies the existence of role with GetRole action. You must specify either the TemplateS3Uri or the TemplateBody parameter, but not both. If you provide both AWS Config uses the TemplateS3Uri parameter and ignores the TemplateBody parameter.
512 */
513 putConformancePack(callback?: (err: AWSError, data: ConfigService.Types.PutConformancePackResponse) => void): Request<ConfigService.Types.PutConformancePackResponse, AWSError>;
514 /**
515 * Creates a delivery channel object to deliver configuration information to an Amazon S3 bucket and Amazon SNS topic. Before you can create a delivery channel, you must create a configuration recorder. You can use this action to change the Amazon S3 bucket or an Amazon SNS topic of the existing delivery channel. To change the Amazon S3 bucket or an Amazon SNS topic, call this action and specify the changed values for the S3 bucket and the SNS topic. If you specify a different value for either the S3 bucket or the SNS topic, this action will keep the existing value for the parameter that is not changed. You can have only one delivery channel per region in your account.
516 */
517 putDeliveryChannel(params: ConfigService.Types.PutDeliveryChannelRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
518 /**
519 * Creates a delivery channel object to deliver configuration information to an Amazon S3 bucket and Amazon SNS topic. Before you can create a delivery channel, you must create a configuration recorder. You can use this action to change the Amazon S3 bucket or an Amazon SNS topic of the existing delivery channel. To change the Amazon S3 bucket or an Amazon SNS topic, call this action and specify the changed values for the S3 bucket and the SNS topic. If you specify a different value for either the S3 bucket or the SNS topic, this action will keep the existing value for the parameter that is not changed. You can have only one delivery channel per region in your account.
520 */
521 putDeliveryChannel(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
522 /**
523 * Used by an AWS Lambda function to deliver evaluation results to AWS Config. This action is required in every AWS Lambda function that is invoked by an AWS Config rule.
524 */
525 putEvaluations(params: ConfigService.Types.PutEvaluationsRequest, callback?: (err: AWSError, data: ConfigService.Types.PutEvaluationsResponse) => void): Request<ConfigService.Types.PutEvaluationsResponse, AWSError>;
526 /**
527 * Used by an AWS Lambda function to deliver evaluation results to AWS Config. This action is required in every AWS Lambda function that is invoked by an AWS Config rule.
528 */
529 putEvaluations(callback?: (err: AWSError, data: ConfigService.Types.PutEvaluationsResponse) => void): Request<ConfigService.Types.PutEvaluationsResponse, AWSError>;
530 /**
531 * Adds or updates organization config rule for your entire organization evaluating whether your AWS resources comply with your desired configurations. Only a master account can create or update an organization config rule. This API enables organization service access through the EnableAWSServiceAccess action and creates a service linked role AWSServiceRoleForConfigMultiAccountSetup in the master account of your organization. The service linked role is created only when the role does not exist in the master account. AWS Config verifies the existence of role with GetRole action. You can use this action to create both custom AWS Config rules and AWS managed Config rules. If you are adding a new custom AWS Config rule, you must first create AWS Lambda function in the master account that the rule invokes to evaluate your resources. When you use the PutOrganizationConfigRule action to add the rule to AWS Config, you must specify the Amazon Resource Name (ARN) that AWS Lambda assigns to the function. If you are adding an AWS managed Config rule, specify the rule's identifier for the RuleIdentifier key. The maximum number of organization config rules that AWS Config supports is 150. Specify either OrganizationCustomRuleMetadata or OrganizationManagedRuleMetadata.
532 */
533 putOrganizationConfigRule(params: ConfigService.Types.PutOrganizationConfigRuleRequest, callback?: (err: AWSError, data: ConfigService.Types.PutOrganizationConfigRuleResponse) => void): Request<ConfigService.Types.PutOrganizationConfigRuleResponse, AWSError>;
534 /**
535 * Adds or updates organization config rule for your entire organization evaluating whether your AWS resources comply with your desired configurations. Only a master account can create or update an organization config rule. This API enables organization service access through the EnableAWSServiceAccess action and creates a service linked role AWSServiceRoleForConfigMultiAccountSetup in the master account of your organization. The service linked role is created only when the role does not exist in the master account. AWS Config verifies the existence of role with GetRole action. You can use this action to create both custom AWS Config rules and AWS managed Config rules. If you are adding a new custom AWS Config rule, you must first create AWS Lambda function in the master account that the rule invokes to evaluate your resources. When you use the PutOrganizationConfigRule action to add the rule to AWS Config, you must specify the Amazon Resource Name (ARN) that AWS Lambda assigns to the function. If you are adding an AWS managed Config rule, specify the rule's identifier for the RuleIdentifier key. The maximum number of organization config rules that AWS Config supports is 150. Specify either OrganizationCustomRuleMetadata or OrganizationManagedRuleMetadata.
536 */
537 putOrganizationConfigRule(callback?: (err: AWSError, data: ConfigService.Types.PutOrganizationConfigRuleResponse) => void): Request<ConfigService.Types.PutOrganizationConfigRuleResponse, AWSError>;
538 /**
539 * Deploys conformance packs across member accounts in an AWS Organization. This API enables organization service access for config-multiaccountsetup.amazonaws.com through the EnableAWSServiceAccess action and creates a service linked role AWSServiceRoleForConfigMultiAccountSetup in the master account of your organization. The service linked role is created only when the role does not exist in the master account. AWS Config verifies the existence of role with GetRole action. You must specify either the TemplateS3Uri or the TemplateBody parameter, but not both. If you provide both AWS Config uses the TemplateS3Uri parameter and ignores the TemplateBody parameter. AWS Config sets the state of a conformance pack to CREATE_IN_PROGRESS and UPDATE_IN_PROGRESS until the confomance pack is created or updated. You cannot update a conformance pack while it is in this state. You can create 6 conformance packs with 25 AWS Config rules in each pack.
540 */
541 putOrganizationConformancePack(params: ConfigService.Types.PutOrganizationConformancePackRequest, callback?: (err: AWSError, data: ConfigService.Types.PutOrganizationConformancePackResponse) => void): Request<ConfigService.Types.PutOrganizationConformancePackResponse, AWSError>;
542 /**
543 * Deploys conformance packs across member accounts in an AWS Organization. This API enables organization service access for config-multiaccountsetup.amazonaws.com through the EnableAWSServiceAccess action and creates a service linked role AWSServiceRoleForConfigMultiAccountSetup in the master account of your organization. The service linked role is created only when the role does not exist in the master account. AWS Config verifies the existence of role with GetRole action. You must specify either the TemplateS3Uri or the TemplateBody parameter, but not both. If you provide both AWS Config uses the TemplateS3Uri parameter and ignores the TemplateBody parameter. AWS Config sets the state of a conformance pack to CREATE_IN_PROGRESS and UPDATE_IN_PROGRESS until the confomance pack is created or updated. You cannot update a conformance pack while it is in this state. You can create 6 conformance packs with 25 AWS Config rules in each pack.
544 */
545 putOrganizationConformancePack(callback?: (err: AWSError, data: ConfigService.Types.PutOrganizationConformancePackResponse) => void): Request<ConfigService.Types.PutOrganizationConformancePackResponse, AWSError>;
546 /**
547 * Adds or updates the remediation configuration with a specific AWS Config rule with the selected target or action. The API creates the RemediationConfiguration object for the AWS Config rule. The AWS Config rule must already exist for you to add a remediation configuration. The target (SSM document) must exist and have permissions to use the target.
548 */
549 putRemediationConfigurations(params: ConfigService.Types.PutRemediationConfigurationsRequest, callback?: (err: AWSError, data: ConfigService.Types.PutRemediationConfigurationsResponse) => void): Request<ConfigService.Types.PutRemediationConfigurationsResponse, AWSError>;
550 /**
551 * Adds or updates the remediation configuration with a specific AWS Config rule with the selected target or action. The API creates the RemediationConfiguration object for the AWS Config rule. The AWS Config rule must already exist for you to add a remediation configuration. The target (SSM document) must exist and have permissions to use the target.
552 */
553 putRemediationConfigurations(callback?: (err: AWSError, data: ConfigService.Types.PutRemediationConfigurationsResponse) => void): Request<ConfigService.Types.PutRemediationConfigurationsResponse, AWSError>;
554 /**
555 * A remediation exception is when a specific resource is no longer considered for auto-remediation. This API adds a new exception or updates an exisiting exception for a specific resource with a specific AWS Config rule.
556 */
557 putRemediationExceptions(params: ConfigService.Types.PutRemediationExceptionsRequest, callback?: (err: AWSError, data: ConfigService.Types.PutRemediationExceptionsResponse) => void): Request<ConfigService.Types.PutRemediationExceptionsResponse, AWSError>;
558 /**
559 * A remediation exception is when a specific resource is no longer considered for auto-remediation. This API adds a new exception or updates an exisiting exception for a specific resource with a specific AWS Config rule.
560 */
561 putRemediationExceptions(callback?: (err: AWSError, data: ConfigService.Types.PutRemediationExceptionsResponse) => void): Request<ConfigService.Types.PutRemediationExceptionsResponse, AWSError>;
562 /**
563 * Records the configuration state for the resource provided in the request. The configuration state of a resource is represented in AWS Config as Configuration Items. Once this API records the configuration item, you can retrieve the list of configuration items for the custom resource type using existing AWS Config APIs. The custom resource type must be registered with AWS CloudFormation. This API accepts the configuration item registered with AWS CloudFormation. When you call this API, AWS Config only stores configuration state of the resource provided in the request. This API does not change or remediate the configuration of the resource.
564 */
565 putResourceConfig(params: ConfigService.Types.PutResourceConfigRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
566 /**
567 * Records the configuration state for the resource provided in the request. The configuration state of a resource is represented in AWS Config as Configuration Items. Once this API records the configuration item, you can retrieve the list of configuration items for the custom resource type using existing AWS Config APIs. The custom resource type must be registered with AWS CloudFormation. This API accepts the configuration item registered with AWS CloudFormation. When you call this API, AWS Config only stores configuration state of the resource provided in the request. This API does not change or remediate the configuration of the resource.
568 */
569 putResourceConfig(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
570 /**
571 * Creates and updates the retention configuration with details about retention period (number of days) that AWS Config stores your historical information. The API creates the RetentionConfiguration object and names the object as default. When you have a RetentionConfiguration object named default, calling the API modifies the default object. Currently, AWS Config supports only one retention configuration per region in your account.
572 */
573 putRetentionConfiguration(params: ConfigService.Types.PutRetentionConfigurationRequest, callback?: (err: AWSError, data: ConfigService.Types.PutRetentionConfigurationResponse) => void): Request<ConfigService.Types.PutRetentionConfigurationResponse, AWSError>;
574 /**
575 * Creates and updates the retention configuration with details about retention period (number of days) that AWS Config stores your historical information. The API creates the RetentionConfiguration object and names the object as default. When you have a RetentionConfiguration object named default, calling the API modifies the default object. Currently, AWS Config supports only one retention configuration per region in your account.
576 */
577 putRetentionConfiguration(callback?: (err: AWSError, data: ConfigService.Types.PutRetentionConfigurationResponse) => void): Request<ConfigService.Types.PutRetentionConfigurationResponse, AWSError>;
578 /**
579 * Accepts a structured query language (SQL) SELECT command and an aggregator to query configuration state of AWS resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties. For more information about query components, see the Query Components section in the AWS Config Developer Guide.
580 */
581 selectAggregateResourceConfig(params: ConfigService.Types.SelectAggregateResourceConfigRequest, callback?: (err: AWSError, data: ConfigService.Types.SelectAggregateResourceConfigResponse) => void): Request<ConfigService.Types.SelectAggregateResourceConfigResponse, AWSError>;
582 /**
583 * Accepts a structured query language (SQL) SELECT command and an aggregator to query configuration state of AWS resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties. For more information about query components, see the Query Components section in the AWS Config Developer Guide.
584 */
585 selectAggregateResourceConfig(callback?: (err: AWSError, data: ConfigService.Types.SelectAggregateResourceConfigResponse) => void): Request<ConfigService.Types.SelectAggregateResourceConfigResponse, AWSError>;
586 /**
587 * Accepts a structured query language (SQL) SELECT command, performs the corresponding search, and returns resource configurations matching the properties. For more information about query components, see the Query Components section in the AWS Config Developer Guide.
588 */
589 selectResourceConfig(params: ConfigService.Types.SelectResourceConfigRequest, callback?: (err: AWSError, data: ConfigService.Types.SelectResourceConfigResponse) => void): Request<ConfigService.Types.SelectResourceConfigResponse, AWSError>;
590 /**
591 * Accepts a structured query language (SQL) SELECT command, performs the corresponding search, and returns resource configurations matching the properties. For more information about query components, see the Query Components section in the AWS Config Developer Guide.
592 */
593 selectResourceConfig(callback?: (err: AWSError, data: ConfigService.Types.SelectResourceConfigResponse) => void): Request<ConfigService.Types.SelectResourceConfigResponse, AWSError>;
594 /**
595 * Runs an on-demand evaluation for the specified AWS Config rules against the last known configuration state of the resources. Use StartConfigRulesEvaluation when you want to test that a rule you updated is working as expected. StartConfigRulesEvaluation does not re-record the latest configuration state for your resources. It re-runs an evaluation against the last known state of your resources. You can specify up to 25 AWS Config rules per request. An existing StartConfigRulesEvaluation call for the specified rules must complete before you can call the API again. If you chose to have AWS Config stream to an Amazon SNS topic, you will receive a ConfigRuleEvaluationStarted notification when the evaluation starts. You don't need to call the StartConfigRulesEvaluation API to run an evaluation for a new rule. When you create a rule, AWS Config evaluates your resources against the rule automatically. The StartConfigRulesEvaluation API is useful if you want to run on-demand evaluations, such as the following example: You have a custom rule that evaluates your IAM resources every 24 hours. You update your Lambda function to add additional conditions to your rule. Instead of waiting for the next periodic evaluation, you call the StartConfigRulesEvaluation API. AWS Config invokes your Lambda function and evaluates your IAM resources. Your custom rule will still run periodic evaluations every 24 hours.
596 */
597 startConfigRulesEvaluation(params: ConfigService.Types.StartConfigRulesEvaluationRequest, callback?: (err: AWSError, data: ConfigService.Types.StartConfigRulesEvaluationResponse) => void): Request<ConfigService.Types.StartConfigRulesEvaluationResponse, AWSError>;
598 /**
599 * Runs an on-demand evaluation for the specified AWS Config rules against the last known configuration state of the resources. Use StartConfigRulesEvaluation when you want to test that a rule you updated is working as expected. StartConfigRulesEvaluation does not re-record the latest configuration state for your resources. It re-runs an evaluation against the last known state of your resources. You can specify up to 25 AWS Config rules per request. An existing StartConfigRulesEvaluation call for the specified rules must complete before you can call the API again. If you chose to have AWS Config stream to an Amazon SNS topic, you will receive a ConfigRuleEvaluationStarted notification when the evaluation starts. You don't need to call the StartConfigRulesEvaluation API to run an evaluation for a new rule. When you create a rule, AWS Config evaluates your resources against the rule automatically. The StartConfigRulesEvaluation API is useful if you want to run on-demand evaluations, such as the following example: You have a custom rule that evaluates your IAM resources every 24 hours. You update your Lambda function to add additional conditions to your rule. Instead of waiting for the next periodic evaluation, you call the StartConfigRulesEvaluation API. AWS Config invokes your Lambda function and evaluates your IAM resources. Your custom rule will still run periodic evaluations every 24 hours.
600 */
601 startConfigRulesEvaluation(callback?: (err: AWSError, data: ConfigService.Types.StartConfigRulesEvaluationResponse) => void): Request<ConfigService.Types.StartConfigRulesEvaluationResponse, AWSError>;
602 /**
603 * Starts recording configurations of the AWS resources you have selected to record in your AWS account. You must have created at least one delivery channel to successfully start the configuration recorder.
604 */
605 startConfigurationRecorder(params: ConfigService.Types.StartConfigurationRecorderRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
606 /**
607 * Starts recording configurations of the AWS resources you have selected to record in your AWS account. You must have created at least one delivery channel to successfully start the configuration recorder.
608 */
609 startConfigurationRecorder(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
610 /**
611 * Runs an on-demand remediation for the specified AWS Config rules against the last known remediation configuration. It runs an execution against the current state of your resources. Remediation execution is asynchronous. You can specify up to 100 resource keys per request. An existing StartRemediationExecution call for the specified resource keys must complete before you can call the API again.
612 */
613 startRemediationExecution(params: ConfigService.Types.StartRemediationExecutionRequest, callback?: (err: AWSError, data: ConfigService.Types.StartRemediationExecutionResponse) => void): Request<ConfigService.Types.StartRemediationExecutionResponse, AWSError>;
614 /**
615 * Runs an on-demand remediation for the specified AWS Config rules against the last known remediation configuration. It runs an execution against the current state of your resources. Remediation execution is asynchronous. You can specify up to 100 resource keys per request. An existing StartRemediationExecution call for the specified resource keys must complete before you can call the API again.
616 */
617 startRemediationExecution(callback?: (err: AWSError, data: ConfigService.Types.StartRemediationExecutionResponse) => void): Request<ConfigService.Types.StartRemediationExecutionResponse, AWSError>;
618 /**
619 * Stops recording configurations of the AWS resources you have selected to record in your AWS account.
620 */
621 stopConfigurationRecorder(params: ConfigService.Types.StopConfigurationRecorderRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
622 /**
623 * Stops recording configurations of the AWS resources you have selected to record in your AWS account.
624 */
625 stopConfigurationRecorder(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
626 /**
627 * Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are deleted as well.
628 */
629 tagResource(params: ConfigService.Types.TagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
630 /**
631 * Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are deleted as well.
632 */
633 tagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
634 /**
635 * Deletes specified tags from a resource.
636 */
637 untagResource(params: ConfigService.Types.UntagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
638 /**
639 * Deletes specified tags from a resource.
640 */
641 untagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
642}
643declare namespace ConfigService {
644 export type ARN = string;
645 export interface AccountAggregationSource {
646 /**
647 * The 12-digit account ID of the account being aggregated.
648 */
649 AccountIds: AccountAggregationSourceAccountList;
650 /**
651 * If true, aggregate existing AWS Config regions and future regions.
652 */
653 AllAwsRegions?: Boolean;
654 /**
655 * The source regions being aggregated.
656 */
657 AwsRegions?: AggregatorRegionList;
658 }
659 export type AccountAggregationSourceAccountList = AccountId[];
660 export type AccountAggregationSourceList = AccountAggregationSource[];
661 export type AccountId = string;
662 export interface AggregateComplianceByConfigRule {
663 /**
664 * The name of the AWS Config rule.
665 */
666 ConfigRuleName?: ConfigRuleName;
667 /**
668 * Indicates whether an AWS resource or AWS Config rule is compliant and provides the number of contributors that affect the compliance.
669 */
670 Compliance?: Compliance;
671 /**
672 * The 12-digit account ID of the source account.
673 */
674 AccountId?: AccountId;
675 /**
676 * The source region from where the data is aggregated.
677 */
678 AwsRegion?: AwsRegion;
679 }
680 export type AggregateComplianceByConfigRuleList = AggregateComplianceByConfigRule[];
681 export interface AggregateComplianceCount {
682 /**
683 * The 12-digit account ID or region based on the GroupByKey value.
684 */
685 GroupName?: StringWithCharLimit256;
686 /**
687 * The number of compliant and noncompliant AWS Config rules.
688 */
689 ComplianceSummary?: ComplianceSummary;
690 }
691 export type AggregateComplianceCountList = AggregateComplianceCount[];
692 export interface AggregateEvaluationResult {
693 /**
694 * Uniquely identifies the evaluation result.
695 */
696 EvaluationResultIdentifier?: EvaluationResultIdentifier;
697 /**
698 * The resource compliance status. For the AggregationEvaluationResult data type, AWS Config supports only the COMPLIANT and NON_COMPLIANT. AWS Config does not support the NOT_APPLICABLE and INSUFFICIENT_DATA value.
699 */
700 ComplianceType?: ComplianceType;
701 /**
702 * The time when AWS Config recorded the aggregate evaluation result.
703 */
704 ResultRecordedTime?: _Date;
705 /**
706 * The time when the AWS Config rule evaluated the AWS resource.
707 */
708 ConfigRuleInvokedTime?: _Date;
709 /**
710 * Supplementary information about how the agrregate evaluation determined the compliance.
711 */
712 Annotation?: StringWithCharLimit256;
713 /**
714 * The 12-digit account ID of the source account.
715 */
716 AccountId?: AccountId;
717 /**
718 * The source region from where the data is aggregated.
719 */
720 AwsRegion?: AwsRegion;
721 }
722 export type AggregateEvaluationResultList = AggregateEvaluationResult[];
723 export interface AggregateResourceIdentifier {
724 /**
725 * The 12-digit account ID of the source account.
726 */
727 SourceAccountId: AccountId;
728 /**
729 * The source region where data is aggregated.
730 */
731 SourceRegion: AwsRegion;
732 /**
733 * The ID of the AWS resource.
734 */
735 ResourceId: ResourceId;
736 /**
737 * The type of the AWS resource.
738 */
739 ResourceType: ResourceType;
740 /**
741 * The name of the AWS resource.
742 */
743 ResourceName?: ResourceName;
744 }
745 export interface AggregatedSourceStatus {
746 /**
747 * The source account ID or an organization.
748 */
749 SourceId?: String;
750 /**
751 * The source account or an organization.
752 */
753 SourceType?: AggregatedSourceType;
754 /**
755 * The region authorized to collect aggregated data.
756 */
757 AwsRegion?: AwsRegion;
758 /**
759 * Filters the last updated status type. Valid value FAILED indicates errors while moving data. Valid value SUCCEEDED indicates the data was successfully moved. Valid value OUTDATED indicates the data is not the most recent.
760 */
761 LastUpdateStatus?: AggregatedSourceStatusType;
762 /**
763 * The time of the last update.
764 */
765 LastUpdateTime?: _Date;
766 /**
767 * The error code that AWS Config returned when the source account aggregation last failed.
768 */
769 LastErrorCode?: String;
770 /**
771 * The message indicating that the source account aggregation failed due to an error.
772 */
773 LastErrorMessage?: String;
774 }
775 export type AggregatedSourceStatusList = AggregatedSourceStatus[];
776 export type AggregatedSourceStatusType = "FAILED"|"SUCCEEDED"|"OUTDATED"|string;
777 export type AggregatedSourceStatusTypeList = AggregatedSourceStatusType[];
778 export type AggregatedSourceType = "ACCOUNT"|"ORGANIZATION"|string;
779 export interface AggregationAuthorization {
780 /**
781 * The Amazon Resource Name (ARN) of the aggregation object.
782 */
783 AggregationAuthorizationArn?: String;
784 /**
785 * The 12-digit account ID of the account authorized to aggregate data.
786 */
787 AuthorizedAccountId?: AccountId;
788 /**
789 * The region authorized to collect aggregated data.
790 */
791 AuthorizedAwsRegion?: AwsRegion;
792 /**
793 * The time stamp when the aggregation authorization was created.
794 */
795 CreationTime?: _Date;
796 }
797 export type AggregationAuthorizationList = AggregationAuthorization[];
798 export type AggregatorRegionList = String[];
799 export type AllSupported = boolean;
800 export type AmazonResourceName = string;
801 export type Annotation = string;
802 export type AutoRemediationAttemptSeconds = number;
803 export type AutoRemediationAttempts = number;
804 export type AvailabilityZone = string;
805 export type AwsRegion = string;
806 export interface BaseConfigurationItem {
807 /**
808 * The version number of the resource configuration.
809 */
810 version?: Version;
811 /**
812 * The 12-digit AWS account ID associated with the resource.
813 */
814 accountId?: AccountId;
815 /**
816 * The time when the configuration recording was initiated.
817 */
818 configurationItemCaptureTime?: ConfigurationItemCaptureTime;
819 /**
820 * The configuration item status.
821 */
822 configurationItemStatus?: ConfigurationItemStatus;
823 /**
824 * An identifier that indicates the ordering of the configuration items of a resource.
825 */
826 configurationStateId?: ConfigurationStateId;
827 /**
828 * The Amazon Resource Name (ARN) of the resource.
829 */
830 arn?: ARN;
831 /**
832 * The type of AWS resource.
833 */
834 resourceType?: ResourceType;
835 /**
836 * The ID of the resource (for example., sg-xxxxxx).
837 */
838 resourceId?: ResourceId;
839 /**
840 * The custom name of the resource, if available.
841 */
842 resourceName?: ResourceName;
843 /**
844 * The region where the resource resides.
845 */
846 awsRegion?: AwsRegion;
847 /**
848 * The Availability Zone associated with the resource.
849 */
850 availabilityZone?: AvailabilityZone;
851 /**
852 * The time stamp when the resource was created.
853 */
854 resourceCreationTime?: ResourceCreationTime;
855 /**
856 * The description of the resource configuration.
857 */
858 configuration?: Configuration;
859 /**
860 * Configuration attributes that AWS Config returns for certain resource types to supplement the information returned for the configuration parameter.
861 */
862 supplementaryConfiguration?: SupplementaryConfiguration;
863 }
864 export type BaseConfigurationItems = BaseConfigurationItem[];
865 export type BaseResourceId = string;
866 export interface BatchGetAggregateResourceConfigRequest {
867 /**
868 * The name of the configuration aggregator.
869 */
870 ConfigurationAggregatorName: ConfigurationAggregatorName;
871 /**
872 * A list of aggregate ResourceIdentifiers objects.
873 */
874 ResourceIdentifiers: ResourceIdentifiersList;
875 }
876 export interface BatchGetAggregateResourceConfigResponse {
877 /**
878 * A list that contains the current configuration of one or more resources.
879 */
880 BaseConfigurationItems?: BaseConfigurationItems;
881 /**
882 * A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.
883 */
884 UnprocessedResourceIdentifiers?: UnprocessedResourceIdentifierList;
885 }
886 export interface BatchGetResourceConfigRequest {
887 /**
888 * 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.
889 */
890 resourceKeys: ResourceKeys;
891 }
892 export interface BatchGetResourceConfigResponse {
893 /**
894 * A list that contains the current configuration of one or more resources.
895 */
896 baseConfigurationItems?: BaseConfigurationItems;
897 /**
898 * A list of resource keys that were not processed with the current response. The unprocessesResourceKeys value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an empty unprocessedResourceKeys list.
899 */
900 unprocessedResourceKeys?: ResourceKeys;
901 }
902 export type Boolean = boolean;
903 export type ChannelName = string;
904 export type ChronologicalOrder = "Reverse"|"Forward"|string;
905 export interface Compliance {
906 /**
907 * Indicates whether an AWS resource or AWS Config rule is compliant. A resource is compliant if it complies with all of the AWS Config rules that evaluate it. A resource is noncompliant if it does not comply with one or more of these rules. A rule is compliant if all of the resources that the rule evaluates comply with it. A rule is noncompliant if any of these resources do not comply. AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or AWS Config rule. For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.
908 */
909 ComplianceType?: ComplianceType;
910 /**
911 * The number of AWS resources or AWS Config rules that cause a result of NON_COMPLIANT, up to a maximum number.
912 */
913 ComplianceContributorCount?: ComplianceContributorCount;
914 }
915 export interface ComplianceByConfigRule {
916 /**
917 * The name of the AWS Config rule.
918 */
919 ConfigRuleName?: StringWithCharLimit64;
920 /**
921 * Indicates whether the AWS Config rule is compliant.
922 */
923 Compliance?: Compliance;
924 }
925 export type ComplianceByConfigRules = ComplianceByConfigRule[];
926 export interface ComplianceByResource {
927 /**
928 * The type of the AWS resource that was evaluated.
929 */
930 ResourceType?: StringWithCharLimit256;
931 /**
932 * The ID of the AWS resource that was evaluated.
933 */
934 ResourceId?: BaseResourceId;
935 /**
936 * Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.
937 */
938 Compliance?: Compliance;
939 }
940 export type ComplianceByResources = ComplianceByResource[];
941 export interface ComplianceContributorCount {
942 /**
943 * The number of AWS resources or AWS Config rules responsible for the current compliance of the item.
944 */
945 CappedCount?: Integer;
946 /**
947 * Indicates whether the maximum count is reached.
948 */
949 CapExceeded?: Boolean;
950 }
951 export type ComplianceResourceTypes = StringWithCharLimit256[];
952 export type ComplianceSummariesByResourceType = ComplianceSummaryByResourceType[];
953 export interface ComplianceSummary {
954 /**
955 * The number of AWS Config rules or AWS resources that are compliant, up to a maximum of 25 for rules and 100 for resources.
956 */
957 CompliantResourceCount?: ComplianceContributorCount;
958 /**
959 * The number of AWS Config rules or AWS resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.
960 */
961 NonCompliantResourceCount?: ComplianceContributorCount;
962 /**
963 * The time that AWS Config created the compliance summary.
964 */
965 ComplianceSummaryTimestamp?: _Date;
966 }
967 export interface ComplianceSummaryByResourceType {
968 /**
969 * The type of AWS resource.
970 */
971 ResourceType?: StringWithCharLimit256;
972 /**
973 * The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each.
974 */
975 ComplianceSummary?: ComplianceSummary;
976 }
977 export type ComplianceType = "COMPLIANT"|"NON_COMPLIANT"|"NOT_APPLICABLE"|"INSUFFICIENT_DATA"|string;
978 export type ComplianceTypes = ComplianceType[];
979 export interface ConfigExportDeliveryInfo {
980 /**
981 * Status of the last attempted delivery.
982 */
983 lastStatus?: DeliveryStatus;
984 /**
985 * The error code from the last attempted delivery.
986 */
987 lastErrorCode?: String;
988 /**
989 * The error message from the last attempted delivery.
990 */
991 lastErrorMessage?: String;
992 /**
993 * The time of the last attempted delivery.
994 */
995 lastAttemptTime?: _Date;
996 /**
997 * The time of the last successful delivery.
998 */
999 lastSuccessfulTime?: _Date;
1000 /**
1001 * The time that the next delivery occurs.
1002 */
1003 nextDeliveryTime?: _Date;
1004 }
1005 export interface ConfigRule {
1006 /**
1007 * The name that you assign to the AWS Config rule. The name is required if you are adding a new rule.
1008 */
1009 ConfigRuleName?: ConfigRuleName;
1010 /**
1011 * The Amazon Resource Name (ARN) of the AWS Config rule.
1012 */
1013 ConfigRuleArn?: StringWithCharLimit256;
1014 /**
1015 * The ID of the AWS Config rule.
1016 */
1017 ConfigRuleId?: StringWithCharLimit64;
1018 /**
1019 * The description that you provide for the AWS Config rule.
1020 */
1021 Description?: EmptiableStringWithCharLimit256;
1022 /**
1023 * Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.
1024 */
1025 Scope?: Scope;
1026 /**
1027 * Provides the rule owner (AWS or customer), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.
1028 */
1029 Source: Source;
1030 /**
1031 * A string, in JSON format, that is passed to the AWS Config rule Lambda function.
1032 */
1033 InputParameters?: StringWithCharLimit1024;
1034 /**
1035 * The maximum frequency with which AWS Config runs evaluations for a rule. You can specify a value for MaximumExecutionFrequency when: You are using an AWS managed rule that is triggered at a periodic frequency. Your custom rule is triggered when AWS Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties. By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.
1036 */
1037 MaximumExecutionFrequency?: MaximumExecutionFrequency;
1038 /**
1039 * Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config. It can also indicate the evaluation status for the AWS Config rule. AWS Config sets the state of the rule to EVALUATING temporarily after you use the StartConfigRulesEvaluation request to evaluate your resources against the AWS Config rule. AWS Config sets the state of the rule to DELETING_RESULTS temporarily after you use the DeleteEvaluationResults request to delete the current evaluation results for the AWS Config rule. AWS Config temporarily sets the state of a rule to DELETING after you use the DeleteConfigRule request to delete the rule. After AWS Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.
1040 */
1041 ConfigRuleState?: ConfigRuleState;
1042 /**
1043 * Service principal name of the service that created the rule. The field is populated only if the service linked rule is created by a service. The field is empty if you create your own rule.
1044 */
1045 CreatedBy?: StringWithCharLimit256;
1046 }
1047 export interface ConfigRuleComplianceFilters {
1048 /**
1049 * The name of the AWS Config rule.
1050 */
1051 ConfigRuleName?: ConfigRuleName;
1052 /**
1053 * The rule compliance status. For the ConfigRuleComplianceFilters data type, AWS Config supports only COMPLIANT and NON_COMPLIANT. AWS Config does not support the NOT_APPLICABLE and the INSUFFICIENT_DATA values.
1054 */
1055 ComplianceType?: ComplianceType;
1056 /**
1057 * The 12-digit account ID of the source account.
1058 */
1059 AccountId?: AccountId;
1060 /**
1061 * The source region where the data is aggregated.
1062 */
1063 AwsRegion?: AwsRegion;
1064 }
1065 export interface ConfigRuleComplianceSummaryFilters {
1066 /**
1067 * The 12-digit account ID of the source account.
1068 */
1069 AccountId?: AccountId;
1070 /**
1071 * The source region where the data is aggregated.
1072 */
1073 AwsRegion?: AwsRegion;
1074 }
1075 export type ConfigRuleComplianceSummaryGroupKey = "ACCOUNT_ID"|"AWS_REGION"|string;
1076 export interface ConfigRuleEvaluationStatus {
1077 /**
1078 * The name of the AWS Config rule.
1079 */
1080 ConfigRuleName?: ConfigRuleName;
1081 /**
1082 * The Amazon Resource Name (ARN) of the AWS Config rule.
1083 */
1084 ConfigRuleArn?: String;
1085 /**
1086 * The ID of the AWS Config rule.
1087 */
1088 ConfigRuleId?: String;
1089 /**
1090 * The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
1091 */
1092 LastSuccessfulInvocationTime?: _Date;
1093 /**
1094 * The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
1095 */
1096 LastFailedInvocationTime?: _Date;
1097 /**
1098 * The time that AWS Config last successfully evaluated your AWS resources against the rule.
1099 */
1100 LastSuccessfulEvaluationTime?: _Date;
1101 /**
1102 * The time that AWS Config last failed to evaluate your AWS resources against the rule.
1103 */
1104 LastFailedEvaluationTime?: _Date;
1105 /**
1106 * The time that you first activated the AWS Config rule.
1107 */
1108 FirstActivatedTime?: _Date;
1109 LastDeactivatedTime?: _Date;
1110 /**
1111 * The error code that AWS Config returned when the rule last failed.
1112 */
1113 LastErrorCode?: String;
1114 /**
1115 * The error message that AWS Config returned when the rule last failed.
1116 */
1117 LastErrorMessage?: String;
1118 /**
1119 * Indicates whether AWS Config has evaluated your resources against the rule at least once. true - AWS Config has evaluated your AWS resources against the rule at least once. false - AWS Config has not once finished evaluating your AWS resources against the rule.
1120 */
1121 FirstEvaluationStarted?: Boolean;
1122 }
1123 export type ConfigRuleEvaluationStatusList = ConfigRuleEvaluationStatus[];
1124 export type ConfigRuleName = string;
1125 export type ConfigRuleNames = ConfigRuleName[];
1126 export type ConfigRuleState = "ACTIVE"|"DELETING"|"DELETING_RESULTS"|"EVALUATING"|string;
1127 export type ConfigRules = ConfigRule[];
1128 export interface ConfigSnapshotDeliveryProperties {
1129 /**
1130 * The frequency with which AWS Config delivers configuration snapshots.
1131 */
1132 deliveryFrequency?: MaximumExecutionFrequency;
1133 }
1134 export interface ConfigStreamDeliveryInfo {
1135 /**
1136 * Status of the last attempted delivery. Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
1137 */
1138 lastStatus?: DeliveryStatus;
1139 /**
1140 * The error code from the last attempted delivery.
1141 */
1142 lastErrorCode?: String;
1143 /**
1144 * The error message from the last attempted delivery.
1145 */
1146 lastErrorMessage?: String;
1147 /**
1148 * The time from the last status change.
1149 */
1150 lastStatusChangeTime?: _Date;
1151 }
1152 export type Configuration = string;
1153 export interface ConfigurationAggregator {
1154 /**
1155 * The name of the aggregator.
1156 */
1157 ConfigurationAggregatorName?: ConfigurationAggregatorName;
1158 /**
1159 * The Amazon Resource Name (ARN) of the aggregator.
1160 */
1161 ConfigurationAggregatorArn?: ConfigurationAggregatorArn;
1162 /**
1163 * Provides a list of source accounts and regions to be aggregated.
1164 */
1165 AccountAggregationSources?: AccountAggregationSourceList;
1166 /**
1167 * Provides an organization and list of regions to be aggregated.
1168 */
1169 OrganizationAggregationSource?: OrganizationAggregationSource;
1170 /**
1171 * The time stamp when the configuration aggregator was created.
1172 */
1173 CreationTime?: _Date;
1174 /**
1175 * The time of the last update.
1176 */
1177 LastUpdatedTime?: _Date;
1178 }
1179 export type ConfigurationAggregatorArn = string;
1180 export type ConfigurationAggregatorList = ConfigurationAggregator[];
1181 export type ConfigurationAggregatorName = string;
1182 export type ConfigurationAggregatorNameList = ConfigurationAggregatorName[];
1183 export interface ConfigurationItem {
1184 /**
1185 * The version number of the resource configuration.
1186 */
1187 version?: Version;
1188 /**
1189 * The 12-digit AWS account ID associated with the resource.
1190 */
1191 accountId?: AccountId;
1192 /**
1193 * The time when the configuration recording was initiated.
1194 */
1195 configurationItemCaptureTime?: ConfigurationItemCaptureTime;
1196 /**
1197 * The configuration item status.
1198 */
1199 configurationItemStatus?: ConfigurationItemStatus;
1200 /**
1201 * An identifier that indicates the ordering of the configuration items of a resource.
1202 */
1203 configurationStateId?: ConfigurationStateId;
1204 /**
1205 * Unique MD5 hash that represents the configuration item's state. You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.
1206 */
1207 configurationItemMD5Hash?: ConfigurationItemMD5Hash;
1208 /**
1209 * accoun
1210 */
1211 arn?: ARN;
1212 /**
1213 * The type of AWS resource.
1214 */
1215 resourceType?: ResourceType;
1216 /**
1217 * The ID of the resource (for example, sg-xxxxxx).
1218 */
1219 resourceId?: ResourceId;
1220 /**
1221 * The custom name of the resource, if available.
1222 */
1223 resourceName?: ResourceName;
1224 /**
1225 * The region where the resource resides.
1226 */
1227 awsRegion?: AwsRegion;
1228 /**
1229 * The Availability Zone associated with the resource.
1230 */
1231 availabilityZone?: AvailabilityZone;
1232 /**
1233 * The time stamp when the resource was created.
1234 */
1235 resourceCreationTime?: ResourceCreationTime;
1236 /**
1237 * A mapping of key value tags associated with the resource.
1238 */
1239 tags?: Tags;
1240 /**
1241 * A list of CloudTrail event IDs. A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What Is AWS CloudTrail. An empty field indicates that the current configuration was not initiated by any event. As of Version 1.3, the relatedEvents field is empty. You can access the LookupEvents API in the AWS CloudTrail API Reference to retrieve the events for the resource.
1242 */
1243 relatedEvents?: RelatedEventList;
1244 /**
1245 * A list of related AWS resources.
1246 */
1247 relationships?: RelationshipList;
1248 /**
1249 * The description of the resource configuration.
1250 */
1251 configuration?: Configuration;
1252 /**
1253 * Configuration attributes that AWS Config returns for certain resource types to supplement the information returned for the configuration parameter.
1254 */
1255 supplementaryConfiguration?: SupplementaryConfiguration;
1256 }
1257 export type ConfigurationItemCaptureTime = Date;
1258 export type ConfigurationItemList = ConfigurationItem[];
1259 export type ConfigurationItemMD5Hash = string;
1260 export type ConfigurationItemStatus = "OK"|"ResourceDiscovered"|"ResourceNotRecorded"|"ResourceDeleted"|"ResourceDeletedNotRecorded"|string;
1261 export interface ConfigurationRecorder {
1262 /**
1263 * The name of the recorder. By default, AWS Config automatically assigns the name "default" when creating the configuration recorder. You cannot change the assigned name.
1264 */
1265 name?: RecorderName;
1266 /**
1267 * Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.
1268 */
1269 roleARN?: String;
1270 /**
1271 * Specifies the types of AWS resources for which AWS Config records configuration changes.
1272 */
1273 recordingGroup?: RecordingGroup;
1274 }
1275 export type ConfigurationRecorderList = ConfigurationRecorder[];
1276 export type ConfigurationRecorderNameList = RecorderName[];
1277 export interface ConfigurationRecorderStatus {
1278 /**
1279 * The name of the configuration recorder.
1280 */
1281 name?: String;
1282 /**
1283 * The time the recorder was last started.
1284 */
1285 lastStartTime?: _Date;
1286 /**
1287 * The time the recorder was last stopped.
1288 */
1289 lastStopTime?: _Date;
1290 /**
1291 * Specifies whether or not the recorder is currently recording.
1292 */
1293 recording?: Boolean;
1294 /**
1295 * The last (previous) status of the recorder.
1296 */
1297 lastStatus?: RecorderStatus;
1298 /**
1299 * The error code indicating that the recording failed.
1300 */
1301 lastErrorCode?: String;
1302 /**
1303 * The message indicating that the recording failed due to an error.
1304 */
1305 lastErrorMessage?: String;
1306 /**
1307 * The time when the status was last changed.
1308 */
1309 lastStatusChangeTime?: _Date;
1310 }
1311 export type ConfigurationRecorderStatusList = ConfigurationRecorderStatus[];
1312 export type ConfigurationStateId = string;
1313 export type ConformancePackArn = string;
1314 export interface ConformancePackComplianceFilters {
1315 /**
1316 * Filters the results by AWS Config rule names.
1317 */
1318 ConfigRuleNames?: ConformancePackConfigRuleNames;
1319 /**
1320 * Filters the results by compliance. The allowed values are COMPLIANT and NON_COMPLIANT.
1321 */
1322 ComplianceType?: ConformancePackComplianceType;
1323 }
1324 export type ConformancePackComplianceResourceIds = StringWithCharLimit256[];
1325 export interface ConformancePackComplianceSummary {
1326 /**
1327 * The name of the conformance pack name.
1328 */
1329 ConformancePackName: ConformancePackName;
1330 /**
1331 * The status of the conformance pack. The allowed values are COMPLIANT and NON_COMPLIANT.
1332 */
1333 ConformancePackComplianceStatus: ConformancePackComplianceType;
1334 }
1335 export type ConformancePackComplianceSummaryList = ConformancePackComplianceSummary[];
1336 export type ConformancePackComplianceType = "COMPLIANT"|"NON_COMPLIANT"|string;
1337 export type ConformancePackConfigRuleNames = StringWithCharLimit64[];
1338 export interface ConformancePackDetail {
1339 /**
1340 * Name of the conformance pack.
1341 */
1342 ConformancePackName: ConformancePackName;
1343 /**
1344 * Amazon Resource Name (ARN) of the conformance pack.
1345 */
1346 ConformancePackArn: ConformancePackArn;
1347 /**
1348 * ID of the conformance pack.
1349 */
1350 ConformancePackId: ConformancePackId;
1351 /**
1352 * Conformance pack template that is used to create a pack. The delivery bucket name should start with awsconfigconforms. For example: "Resource": "arn:aws:s3:::your_bucket_name/*".
1353 */
1354 DeliveryS3Bucket: DeliveryS3Bucket;
1355 /**
1356 * The prefix for the Amazon S3 bucket.
1357 */
1358 DeliveryS3KeyPrefix?: DeliveryS3KeyPrefix;
1359 /**
1360 * A list of ConformancePackInputParameter objects.
1361 */
1362 ConformancePackInputParameters?: ConformancePackInputParameters;
1363 /**
1364 * Last time when conformation pack update was requested.
1365 */
1366 LastUpdateRequestedTime?: _Date;
1367 /**
1368 * AWS service that created the conformance pack.
1369 */
1370 CreatedBy?: StringWithCharLimit256;
1371 }
1372 export type ConformancePackDetailList = ConformancePackDetail[];
1373 export interface ConformancePackEvaluationFilters {
1374 /**
1375 * Filters the results by AWS Config rule names.
1376 */
1377 ConfigRuleNames?: ConformancePackConfigRuleNames;
1378 /**
1379 * Filters the results by compliance. The allowed values are COMPLIANT and NON_COMPLIANT.
1380 */
1381 ComplianceType?: ConformancePackComplianceType;
1382 /**
1383 * Filters the results by the resource type (for example, "AWS::EC2::Instance").
1384 */
1385 ResourceType?: StringWithCharLimit256;
1386 /**
1387 * Filters the results by resource IDs. This is valid only when you provide resource type. If there is no resource type, you will see an error.
1388 */
1389 ResourceIds?: ConformancePackComplianceResourceIds;
1390 }
1391 export interface ConformancePackEvaluationResult {
1392 /**
1393 * The compliance type. The allowed values are COMPLIANT and NON_COMPLIANT.
1394 */
1395 ComplianceType: ConformancePackComplianceType;
1396 EvaluationResultIdentifier: EvaluationResultIdentifier;
1397 /**
1398 * The time when AWS Config rule evaluated AWS resource.
1399 */
1400 ConfigRuleInvokedTime: _Date;
1401 /**
1402 * The time when AWS Config recorded the evaluation result.
1403 */
1404 ResultRecordedTime: _Date;
1405 /**
1406 * Supplementary information about how the evaluation determined the compliance.
1407 */
1408 Annotation?: Annotation;
1409 }
1410 export type ConformancePackId = string;
1411 export interface ConformancePackInputParameter {
1412 /**
1413 * One part of a key-value pair.
1414 */
1415 ParameterName: ParameterName;
1416 /**
1417 * Another part of the key-value pair.
1418 */
1419 ParameterValue: ParameterValue;
1420 }
1421 export type ConformancePackInputParameters = ConformancePackInputParameter[];
1422 export type ConformancePackName = string;
1423 export type ConformancePackNamesList = ConformancePackName[];
1424 export type ConformancePackNamesToSummarizeList = ConformancePackName[];
1425 export interface ConformancePackRuleCompliance {
1426 /**
1427 * Name of the config rule.
1428 */
1429 ConfigRuleName?: ConfigRuleName;
1430 /**
1431 * Compliance of the AWS Config rule The allowed values are COMPLIANT and NON_COMPLIANT.
1432 */
1433 ComplianceType?: ConformancePackComplianceType;
1434 }
1435 export type ConformancePackRuleComplianceList = ConformancePackRuleCompliance[];
1436 export type ConformancePackRuleEvaluationResultsList = ConformancePackEvaluationResult[];
1437 export type ConformancePackState = "CREATE_IN_PROGRESS"|"CREATE_COMPLETE"|"CREATE_FAILED"|"DELETE_IN_PROGRESS"|"DELETE_FAILED"|string;
1438 export interface ConformancePackStatusDetail {
1439 /**
1440 * Name of the conformance pack.
1441 */
1442 ConformancePackName: ConformancePackName;
1443 /**
1444 * ID of the conformance pack.
1445 */
1446 ConformancePackId: ConformancePackId;
1447 /**
1448 * Amazon Resource Name (ARN) of comformance pack.
1449 */
1450 ConformancePackArn: ConformancePackArn;
1451 /**
1452 * Indicates deployment status of conformance pack. AWS Config sets the state of the conformance pack to: CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account. CREATE_COMPLETE when a conformance pack has been successfully created in your account. CREATE_FAILED when a conformance pack creation failed in your account. DELETE_IN_PROGRESS when a conformance pack deletion is in progress. DELETE_FAILED when a conformance pack deletion failed in your account.
1453 */
1454 ConformancePackState: ConformancePackState;
1455 /**
1456 * Amazon Resource Name (ARN) of AWS CloudFormation stack.
1457 */
1458 StackArn: StackArn;
1459 /**
1460 * The reason of conformance pack creation failure.
1461 */
1462 ConformancePackStatusReason?: ConformancePackStatusReason;
1463 /**
1464 * Last time when conformation pack creation and update was requested.
1465 */
1466 LastUpdateRequestedTime: _Date;
1467 /**
1468 * Last time when conformation pack creation and update was successful.
1469 */
1470 LastUpdateCompletedTime?: _Date;
1471 }
1472 export type ConformancePackStatusDetailsList = ConformancePackStatusDetail[];
1473 export type ConformancePackStatusReason = string;
1474 export type CosmosPageLimit = number;
1475 export type _Date = Date;
1476 export interface DeleteAggregationAuthorizationRequest {
1477 /**
1478 * The 12-digit account ID of the account authorized to aggregate data.
1479 */
1480 AuthorizedAccountId: AccountId;
1481 /**
1482 * The region authorized to collect aggregated data.
1483 */
1484 AuthorizedAwsRegion: AwsRegion;
1485 }
1486 export interface DeleteConfigRuleRequest {
1487 /**
1488 * The name of the AWS Config rule that you want to delete.
1489 */
1490 ConfigRuleName: ConfigRuleName;
1491 }
1492 export interface DeleteConfigurationAggregatorRequest {
1493 /**
1494 * The name of the configuration aggregator.
1495 */
1496 ConfigurationAggregatorName: ConfigurationAggregatorName;
1497 }
1498 export interface DeleteConfigurationRecorderRequest {
1499 /**
1500 * The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.
1501 */
1502 ConfigurationRecorderName: RecorderName;
1503 }
1504 export interface DeleteConformancePackRequest {
1505 /**
1506 * Name of the conformance pack you want to delete.
1507 */
1508 ConformancePackName: ConformancePackName;
1509 }
1510 export interface DeleteDeliveryChannelRequest {
1511 /**
1512 * The name of the delivery channel to delete.
1513 */
1514 DeliveryChannelName: ChannelName;
1515 }
1516 export interface DeleteEvaluationResultsRequest {
1517 /**
1518 * The name of the AWS Config rule for which you want to delete the evaluation results.
1519 */
1520 ConfigRuleName: StringWithCharLimit64;
1521 }
1522 export interface DeleteEvaluationResultsResponse {
1523 }
1524 export interface DeleteOrganizationConfigRuleRequest {
1525 /**
1526 * The name of organization config rule that you want to delete.
1527 */
1528 OrganizationConfigRuleName: OrganizationConfigRuleName;
1529 }
1530 export interface DeleteOrganizationConformancePackRequest {
1531 /**
1532 * The name of organization conformance pack that you want to delete.
1533 */
1534 OrganizationConformancePackName: OrganizationConformancePackName;
1535 }
1536 export interface DeletePendingAggregationRequestRequest {
1537 /**
1538 * The 12-digit account ID of the account requesting to aggregate data.
1539 */
1540 RequesterAccountId: AccountId;
1541 /**
1542 * The region requesting to aggregate data.
1543 */
1544 RequesterAwsRegion: AwsRegion;
1545 }
1546 export interface DeleteRemediationConfigurationRequest {
1547 /**
1548 * The name of the AWS Config rule for which you want to delete remediation configuration.
1549 */
1550 ConfigRuleName: ConfigRuleName;
1551 /**
1552 * The type of a resource.
1553 */
1554 ResourceType?: String;
1555 }
1556 export interface DeleteRemediationConfigurationResponse {
1557 }
1558 export interface DeleteRemediationExceptionsRequest {
1559 /**
1560 * The name of the AWS Config rule for which you want to delete remediation exception configuration.
1561 */
1562 ConfigRuleName: ConfigRuleName;
1563 /**
1564 * An exception list of resource exception keys to be processed with the current request. AWS Config adds exception for each resource key. For example, AWS Config adds 3 exceptions for 3 resource keys.
1565 */
1566 ResourceKeys: RemediationExceptionResourceKeys;
1567 }
1568 export interface DeleteRemediationExceptionsResponse {
1569 /**
1570 * 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.
1571 */
1572 FailedBatches?: FailedDeleteRemediationExceptionsBatches;
1573 }
1574 export interface DeleteResourceConfigRequest {
1575 /**
1576 * The type of the resource.
1577 */
1578 ResourceType: ResourceTypeString;
1579 /**
1580 * Unique identifier of the resource.
1581 */
1582 ResourceId: ResourceId;
1583 }
1584 export interface DeleteRetentionConfigurationRequest {
1585 /**
1586 * The name of the retention configuration to delete.
1587 */
1588 RetentionConfigurationName: RetentionConfigurationName;
1589 }
1590 export interface DeliverConfigSnapshotRequest {
1591 /**
1592 * The name of the delivery channel through which the snapshot is delivered.
1593 */
1594 deliveryChannelName: ChannelName;
1595 }
1596 export interface DeliverConfigSnapshotResponse {
1597 /**
1598 * The ID of the snapshot that is being created.
1599 */
1600 configSnapshotId?: String;
1601 }
1602 export interface DeliveryChannel {
1603 /**
1604 * The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.
1605 */
1606 name?: ChannelName;
1607 /**
1608 * The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files. If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide.
1609 */
1610 s3BucketName?: String;
1611 /**
1612 * The prefix for the specified Amazon S3 bucket.
1613 */
1614 s3KeyPrefix?: String;
1615 /**
1616 * The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes. If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide.
1617 */
1618 snsTopicARN?: String;
1619 /**
1620 * The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
1621 */
1622 configSnapshotDeliveryProperties?: ConfigSnapshotDeliveryProperties;
1623 }
1624 export type DeliveryChannelList = DeliveryChannel[];
1625 export type DeliveryChannelNameList = ChannelName[];
1626 export interface DeliveryChannelStatus {
1627 /**
1628 * The name of the delivery channel.
1629 */
1630 name?: String;
1631 /**
1632 * A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
1633 */
1634 configSnapshotDeliveryInfo?: ConfigExportDeliveryInfo;
1635 /**
1636 * A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
1637 */
1638 configHistoryDeliveryInfo?: ConfigExportDeliveryInfo;
1639 /**
1640 * A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
1641 */
1642 configStreamDeliveryInfo?: ConfigStreamDeliveryInfo;
1643 }
1644 export type DeliveryChannelStatusList = DeliveryChannelStatus[];
1645 export type DeliveryS3Bucket = string;
1646 export type DeliveryS3KeyPrefix = string;
1647 export type DeliveryStatus = "Success"|"Failure"|"Not_Applicable"|string;
1648 export interface DescribeAggregateComplianceByConfigRulesRequest {
1649 /**
1650 * The name of the configuration aggregator.
1651 */
1652 ConfigurationAggregatorName: ConfigurationAggregatorName;
1653 /**
1654 * Filters the results by ConfigRuleComplianceFilters object.
1655 */
1656 Filters?: ConfigRuleComplianceFilters;
1657 /**
1658 * The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
1659 */
1660 Limit?: GroupByAPILimit;
1661 /**
1662 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
1663 */
1664 NextToken?: NextToken;
1665 }
1666 export interface DescribeAggregateComplianceByConfigRulesResponse {
1667 /**
1668 * Returns a list of AggregateComplianceByConfigRule object.
1669 */
1670 AggregateComplianceByConfigRules?: AggregateComplianceByConfigRuleList;
1671 /**
1672 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
1673 */
1674 NextToken?: NextToken;
1675 }
1676 export interface DescribeAggregationAuthorizationsRequest {
1677 /**
1678 * The maximum number of AggregationAuthorizations returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
1679 */
1680 Limit?: Limit;
1681 /**
1682 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
1683 */
1684 NextToken?: String;
1685 }
1686 export interface DescribeAggregationAuthorizationsResponse {
1687 /**
1688 * Returns a list of authorizations granted to various aggregator accounts and regions.
1689 */
1690 AggregationAuthorizations?: AggregationAuthorizationList;
1691 /**
1692 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
1693 */
1694 NextToken?: String;
1695 }
1696 export interface DescribeComplianceByConfigRuleRequest {
1697 /**
1698 * Specify one or more AWS Config rule names to filter the results by rule.
1699 */
1700 ConfigRuleNames?: ConfigRuleNames;
1701 /**
1702 * Filters the results by compliance. The allowed values are COMPLIANT and NON_COMPLIANT.
1703 */
1704 ComplianceTypes?: ComplianceTypes;
1705 /**
1706 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
1707 */
1708 NextToken?: String;
1709 }
1710 export interface DescribeComplianceByConfigRuleResponse {
1711 /**
1712 * Indicates whether each of the specified AWS Config rules is compliant.
1713 */
1714 ComplianceByConfigRules?: ComplianceByConfigRules;
1715 /**
1716 * The string that you use in a subsequent request to get the next page of results in a paginated response.
1717 */
1718 NextToken?: String;
1719 }
1720 export interface DescribeComplianceByResourceRequest {
1721 /**
1722 * The types of AWS resources for which you want compliance information (for example, AWS::EC2::Instance). For this action, you can specify that the resource type is an AWS account by specifying AWS::::Account.
1723 */
1724 ResourceType?: StringWithCharLimit256;
1725 /**
1726 * The ID of the AWS resource for which you want compliance information. You can specify only one resource ID. If you specify a resource ID, you must also specify a type for ResourceType.
1727 */
1728 ResourceId?: BaseResourceId;
1729 /**
1730 * Filters the results by compliance. The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.
1731 */
1732 ComplianceTypes?: ComplianceTypes;
1733 /**
1734 * The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, AWS Config uses the default.
1735 */
1736 Limit?: Limit;
1737 /**
1738 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
1739 */
1740 NextToken?: NextToken;
1741 }
1742 export interface DescribeComplianceByResourceResponse {
1743 /**
1744 * Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
1745 */
1746 ComplianceByResources?: ComplianceByResources;
1747 /**
1748 * The string that you use in a subsequent request to get the next page of results in a paginated response.
1749 */
1750 NextToken?: NextToken;
1751 }
1752 export interface DescribeConfigRuleEvaluationStatusRequest {
1753 /**
1754 * The name of the AWS managed Config rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS managed Config rules that you use.
1755 */
1756 ConfigRuleNames?: ConfigRuleNames;
1757 /**
1758 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
1759 */
1760 NextToken?: String;
1761 /**
1762 * The number of rule evaluation results that you want returned. This parameter is required if the rule limit for your account is more than the default of 150 rules. For information about requesting a rule limit increase, see AWS Config Limits in the AWS General Reference Guide.
1763 */
1764 Limit?: RuleLimit;
1765 }
1766 export interface DescribeConfigRuleEvaluationStatusResponse {
1767 /**
1768 * Status information about your AWS managed Config rules.
1769 */
1770 ConfigRulesEvaluationStatus?: ConfigRuleEvaluationStatusList;
1771 /**
1772 * The string that you use in a subsequent request to get the next page of results in a paginated response.
1773 */
1774 NextToken?: String;
1775 }
1776 export interface DescribeConfigRulesRequest {
1777 /**
1778 * The names of the AWS Config rules for which you want details. If you do not specify any names, AWS Config returns details for all your rules.
1779 */
1780 ConfigRuleNames?: ConfigRuleNames;
1781 /**
1782 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
1783 */
1784 NextToken?: String;
1785 }
1786 export interface DescribeConfigRulesResponse {
1787 /**
1788 * The details about your AWS Config rules.
1789 */
1790 ConfigRules?: ConfigRules;
1791 /**
1792 * The string that you use in a subsequent request to get the next page of results in a paginated response.
1793 */
1794 NextToken?: String;
1795 }
1796 export interface DescribeConfigurationAggregatorSourcesStatusRequest {
1797 /**
1798 * The name of the configuration aggregator.
1799 */
1800 ConfigurationAggregatorName: ConfigurationAggregatorName;
1801 /**
1802 * Filters the status type. Valid value FAILED indicates errors while moving data. Valid value SUCCEEDED indicates the data was successfully moved. Valid value OUTDATED indicates the data is not the most recent.
1803 */
1804 UpdateStatus?: AggregatedSourceStatusTypeList;
1805 /**
1806 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
1807 */
1808 NextToken?: String;
1809 /**
1810 * The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
1811 */
1812 Limit?: Limit;
1813 }
1814 export interface DescribeConfigurationAggregatorSourcesStatusResponse {
1815 /**
1816 * Returns an AggregatedSourceStatus object.
1817 */
1818 AggregatedSourceStatusList?: AggregatedSourceStatusList;
1819 /**
1820 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
1821 */
1822 NextToken?: String;
1823 }
1824 export interface DescribeConfigurationAggregatorsRequest {
1825 /**
1826 * The name of the configuration aggregators.
1827 */
1828 ConfigurationAggregatorNames?: ConfigurationAggregatorNameList;
1829 /**
1830 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
1831 */
1832 NextToken?: String;
1833 /**
1834 * The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
1835 */
1836 Limit?: Limit;
1837 }
1838 export interface DescribeConfigurationAggregatorsResponse {
1839 /**
1840 * Returns a ConfigurationAggregators object.
1841 */
1842 ConfigurationAggregators?: ConfigurationAggregatorList;
1843 /**
1844 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
1845 */
1846 NextToken?: String;
1847 }
1848 export interface DescribeConfigurationRecorderStatusRequest {
1849 /**
1850 * The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.
1851 */
1852 ConfigurationRecorderNames?: ConfigurationRecorderNameList;
1853 }
1854 export interface DescribeConfigurationRecorderStatusResponse {
1855 /**
1856 * A list that contains status of the specified recorders.
1857 */
1858 ConfigurationRecordersStatus?: ConfigurationRecorderStatusList;
1859 }
1860 export interface DescribeConfigurationRecordersRequest {
1861 /**
1862 * A list of configuration recorder names.
1863 */
1864 ConfigurationRecorderNames?: ConfigurationRecorderNameList;
1865 }
1866 export interface DescribeConfigurationRecordersResponse {
1867 /**
1868 * A list that contains the descriptions of the specified configuration recorders.
1869 */
1870 ConfigurationRecorders?: ConfigurationRecorderList;
1871 }
1872 export type DescribeConformancePackComplianceLimit = number;
1873 export interface DescribeConformancePackComplianceRequest {
1874 /**
1875 * Name of the conformance pack.
1876 */
1877 ConformancePackName: ConformancePackName;
1878 /**
1879 * A ConformancePackComplianceFilters object.
1880 */
1881 Filters?: ConformancePackComplianceFilters;
1882 /**
1883 * The maximum number of AWS Config rules within a conformance pack are returned on each page.
1884 */
1885 Limit?: DescribeConformancePackComplianceLimit;
1886 /**
1887 * The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
1888 */
1889 NextToken?: NextToken;
1890 }
1891 export interface DescribeConformancePackComplianceResponse {
1892 /**
1893 * Name of the conformance pack.
1894 */
1895 ConformancePackName: ConformancePackName;
1896 /**
1897 * Returns a list of ConformancePackRuleCompliance objects.
1898 */
1899 ConformancePackRuleComplianceList: ConformancePackRuleComplianceList;
1900 /**
1901 * The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
1902 */
1903 NextToken?: NextToken;
1904 }
1905 export interface DescribeConformancePackStatusRequest {
1906 /**
1907 * Comma-separated list of conformance pack names.
1908 */
1909 ConformancePackNames?: ConformancePackNamesList;
1910 /**
1911 * The maximum number of conformance packs status returned on each page.
1912 */
1913 Limit?: PageSizeLimit;
1914 /**
1915 * The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
1916 */
1917 NextToken?: NextToken;
1918 }
1919 export interface DescribeConformancePackStatusResponse {
1920 /**
1921 * A list of ConformancePackStatusDetail objects.
1922 */
1923 ConformancePackStatusDetails?: ConformancePackStatusDetailsList;
1924 /**
1925 * The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
1926 */
1927 NextToken?: NextToken;
1928 }
1929 export interface DescribeConformancePacksRequest {
1930 /**
1931 * Comma-separated list of conformance pack names for which you want details. If you do not specify any names, AWS Config returns details for all your conformance packs.
1932 */
1933 ConformancePackNames?: ConformancePackNamesList;
1934 /**
1935 * The maximum number of conformance packs returned on each page.
1936 */
1937 Limit?: PageSizeLimit;
1938 /**
1939 * The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
1940 */
1941 NextToken?: NextToken;
1942 }
1943 export interface DescribeConformancePacksResponse {
1944 /**
1945 * Returns a list of ConformancePackDetail objects.
1946 */
1947 ConformancePackDetails?: ConformancePackDetailList;
1948 /**
1949 * The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
1950 */
1951 NextToken?: NextToken;
1952 }
1953 export interface DescribeDeliveryChannelStatusRequest {
1954 /**
1955 * A list of delivery channel names.
1956 */
1957 DeliveryChannelNames?: DeliveryChannelNameList;
1958 }
1959 export interface DescribeDeliveryChannelStatusResponse {
1960 /**
1961 * A list that contains the status of a specified delivery channel.
1962 */
1963 DeliveryChannelsStatus?: DeliveryChannelStatusList;
1964 }
1965 export interface DescribeDeliveryChannelsRequest {
1966 /**
1967 * A list of delivery channel names.
1968 */
1969 DeliveryChannelNames?: DeliveryChannelNameList;
1970 }
1971 export interface DescribeDeliveryChannelsResponse {
1972 /**
1973 * A list that contains the descriptions of the specified delivery channel.
1974 */
1975 DeliveryChannels?: DeliveryChannelList;
1976 }
1977 export interface DescribeOrganizationConfigRuleStatusesRequest {
1978 /**
1979 * The names of organization config rules for which you want status details. If you do not specify any names, AWS Config returns details for all your organization AWS Confg rules.
1980 */
1981 OrganizationConfigRuleNames?: OrganizationConfigRuleNames;
1982 /**
1983 * The maximum number of OrganizationConfigRuleStatuses returned on each page. If you do no specify a number, AWS Config uses the default. The default is 100.
1984 */
1985 Limit?: CosmosPageLimit;
1986 /**
1987 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
1988 */
1989 NextToken?: String;
1990 }
1991 export interface DescribeOrganizationConfigRuleStatusesResponse {
1992 /**
1993 * A list of OrganizationConfigRuleStatus objects.
1994 */
1995 OrganizationConfigRuleStatuses?: OrganizationConfigRuleStatuses;
1996 /**
1997 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
1998 */
1999 NextToken?: String;
2000 }
2001 export interface DescribeOrganizationConfigRulesRequest {
2002 /**
2003 * The names of organization config rules for which you want details. If you do not specify any names, AWS Config returns details for all your organization config rules.
2004 */
2005 OrganizationConfigRuleNames?: OrganizationConfigRuleNames;
2006 /**
2007 * The maximum number of organization config rules returned on each page. If you do no specify a number, AWS Config uses the default. The default is 100.
2008 */
2009 Limit?: CosmosPageLimit;
2010 /**
2011 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2012 */
2013 NextToken?: String;
2014 }
2015 export interface DescribeOrganizationConfigRulesResponse {
2016 /**
2017 * Returns a list of OrganizationConfigRule objects.
2018 */
2019 OrganizationConfigRules?: OrganizationConfigRules;
2020 /**
2021 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2022 */
2023 NextToken?: String;
2024 }
2025 export interface DescribeOrganizationConformancePackStatusesRequest {
2026 /**
2027 * The names of organization conformance packs for which you want status details. If you do not specify any names, AWS Config returns details for all your organization conformance packs.
2028 */
2029 OrganizationConformancePackNames?: OrganizationConformancePackNames;
2030 /**
2031 * The maximum number of OrganizationConformancePackStatuses returned on each page. If you do no specify a number, AWS Config uses the default. The default is 100.
2032 */
2033 Limit?: CosmosPageLimit;
2034 /**
2035 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2036 */
2037 NextToken?: String;
2038 }
2039 export interface DescribeOrganizationConformancePackStatusesResponse {
2040 /**
2041 * A list of OrganizationConformancePackStatus objects.
2042 */
2043 OrganizationConformancePackStatuses?: OrganizationConformancePackStatuses;
2044 /**
2045 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2046 */
2047 NextToken?: String;
2048 }
2049 export interface DescribeOrganizationConformancePacksRequest {
2050 /**
2051 * The name that you assign to an organization conformance pack.
2052 */
2053 OrganizationConformancePackNames?: OrganizationConformancePackNames;
2054 /**
2055 * The maximum number of organization config packs returned on each page. If you do no specify a number, AWS Config uses the default. The default is 100.
2056 */
2057 Limit?: CosmosPageLimit;
2058 /**
2059 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2060 */
2061 NextToken?: String;
2062 }
2063 export interface DescribeOrganizationConformancePacksResponse {
2064 /**
2065 * Returns a list of OrganizationConformancePacks objects.
2066 */
2067 OrganizationConformancePacks?: OrganizationConformancePacks;
2068 /**
2069 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2070 */
2071 NextToken?: String;
2072 }
2073 export type DescribePendingAggregationRequestsLimit = number;
2074 export interface DescribePendingAggregationRequestsRequest {
2075 /**
2076 * The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
2077 */
2078 Limit?: DescribePendingAggregationRequestsLimit;
2079 /**
2080 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2081 */
2082 NextToken?: String;
2083 }
2084 export interface DescribePendingAggregationRequestsResponse {
2085 /**
2086 * Returns a PendingAggregationRequests object.
2087 */
2088 PendingAggregationRequests?: PendingAggregationRequestList;
2089 /**
2090 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2091 */
2092 NextToken?: String;
2093 }
2094 export interface DescribeRemediationConfigurationsRequest {
2095 /**
2096 * A list of AWS Config rule names of remediation configurations for which you want details.
2097 */
2098 ConfigRuleNames: ConfigRuleNames;
2099 }
2100 export interface DescribeRemediationConfigurationsResponse {
2101 /**
2102 * Returns a remediation configuration object.
2103 */
2104 RemediationConfigurations?: RemediationConfigurations;
2105 }
2106 export interface DescribeRemediationExceptionsRequest {
2107 /**
2108 * The name of the AWS Config rule.
2109 */
2110 ConfigRuleName: ConfigRuleName;
2111 /**
2112 * An exception list of resource exception keys to be processed with the current request. AWS Config adds exception for each resource key. For example, AWS Config adds 3 exceptions for 3 resource keys.
2113 */
2114 ResourceKeys?: RemediationExceptionResourceKeys;
2115 /**
2116 * The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you specify 0, AWS Config uses the default.
2117 */
2118 Limit?: Limit;
2119 /**
2120 * The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
2121 */
2122 NextToken?: String;
2123 }
2124 export interface DescribeRemediationExceptionsResponse {
2125 /**
2126 * Returns a list of remediation exception objects.
2127 */
2128 RemediationExceptions?: RemediationExceptions;
2129 /**
2130 * The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
2131 */
2132 NextToken?: String;
2133 }
2134 export interface DescribeRemediationExecutionStatusRequest {
2135 /**
2136 * A list of AWS Config rule names.
2137 */
2138 ConfigRuleName: ConfigRuleName;
2139 /**
2140 * 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.
2141 */
2142 ResourceKeys?: ResourceKeys;
2143 /**
2144 * The maximum number of RemediationExecutionStatuses returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
2145 */
2146 Limit?: Limit;
2147 /**
2148 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2149 */
2150 NextToken?: String;
2151 }
2152 export interface DescribeRemediationExecutionStatusResponse {
2153 /**
2154 * Returns a list of remediation execution statuses objects.
2155 */
2156 RemediationExecutionStatuses?: RemediationExecutionStatuses;
2157 /**
2158 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2159 */
2160 NextToken?: String;
2161 }
2162 export interface DescribeRetentionConfigurationsRequest {
2163 /**
2164 * A list of names of retention configurations for which you want details. If you do not specify a name, AWS Config returns details for all the retention configurations for that account. Currently, AWS Config supports only one retention configuration per region in your account.
2165 */
2166 RetentionConfigurationNames?: RetentionConfigurationNameList;
2167 /**
2168 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2169 */
2170 NextToken?: NextToken;
2171 }
2172 export interface DescribeRetentionConfigurationsResponse {
2173 /**
2174 * Returns a retention configuration object.
2175 */
2176 RetentionConfigurations?: RetentionConfigurationList;
2177 /**
2178 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2179 */
2180 NextToken?: NextToken;
2181 }
2182 export type DiscoveredResourceIdentifierList = AggregateResourceIdentifier[];
2183 export type EarlierTime = Date;
2184 export type EmptiableStringWithCharLimit256 = string;
2185 export interface Evaluation {
2186 /**
2187 * The type of AWS resource that was evaluated.
2188 */
2189 ComplianceResourceType: StringWithCharLimit256;
2190 /**
2191 * The ID of the AWS resource that was evaluated.
2192 */
2193 ComplianceResourceId: BaseResourceId;
2194 /**
2195 * Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against. For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type. Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom AWS Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.
2196 */
2197 ComplianceType: ComplianceType;
2198 /**
2199 * Supplementary information about how the evaluation determined the compliance.
2200 */
2201 Annotation?: StringWithCharLimit256;
2202 /**
2203 * The time of the event in AWS Config that triggered the evaluation. For event-based evaluations, the time indicates when AWS Config created the configuration item that triggered the evaluation. For periodic evaluations, the time indicates when AWS Config triggered the evaluation at the frequency that you specified (for example, every 24 hours).
2204 */
2205 OrderingTimestamp: OrderingTimestamp;
2206 }
2207 export interface EvaluationResult {
2208 /**
2209 * Uniquely identifies the evaluation result.
2210 */
2211 EvaluationResultIdentifier?: EvaluationResultIdentifier;
2212 /**
2213 * Indicates whether the AWS resource complies with the AWS Config rule that evaluated it. For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.
2214 */
2215 ComplianceType?: ComplianceType;
2216 /**
2217 * The time when AWS Config recorded the evaluation result.
2218 */
2219 ResultRecordedTime?: _Date;
2220 /**
2221 * The time when the AWS Config rule evaluated the AWS resource.
2222 */
2223 ConfigRuleInvokedTime?: _Date;
2224 /**
2225 * Supplementary information about how the evaluation determined the compliance.
2226 */
2227 Annotation?: StringWithCharLimit256;
2228 /**
2229 * An encrypted token that associates an evaluation with an AWS Config rule. The token identifies the rule, the AWS resource being evaluated, and the event that triggered the evaluation.
2230 */
2231 ResultToken?: String;
2232 }
2233 export interface EvaluationResultIdentifier {
2234 /**
2235 * Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.
2236 */
2237 EvaluationResultQualifier?: EvaluationResultQualifier;
2238 /**
2239 * The time of the event that triggered the evaluation of your AWS resources. The time can indicate when AWS Config delivered a configuration item change notification, or it can indicate when AWS Config delivered the configuration snapshot, depending on which event triggered the evaluation.
2240 */
2241 OrderingTimestamp?: _Date;
2242 }
2243 export interface EvaluationResultQualifier {
2244 /**
2245 * The name of the AWS Config rule that was used in the evaluation.
2246 */
2247 ConfigRuleName?: ConfigRuleName;
2248 /**
2249 * The type of AWS resource that was evaluated.
2250 */
2251 ResourceType?: StringWithCharLimit256;
2252 /**
2253 * The ID of the evaluated AWS resource.
2254 */
2255 ResourceId?: BaseResourceId;
2256 }
2257 export type EvaluationResults = EvaluationResult[];
2258 export type Evaluations = Evaluation[];
2259 export type EventSource = "aws.config"|string;
2260 export type ExcludedAccounts = AccountId[];
2261 export interface ExecutionControls {
2262 /**
2263 * A SsmControls object.
2264 */
2265 SsmControls?: SsmControls;
2266 }
2267 export type Expression = string;
2268 export interface FailedDeleteRemediationExceptionsBatch {
2269 /**
2270 * Returns a failure message for delete remediation exception. For example, AWS Config creates an exception due to an internal error.
2271 */
2272 FailureMessage?: String;
2273 /**
2274 * Returns remediation exception resource key object of the failed items.
2275 */
2276 FailedItems?: RemediationExceptionResourceKeys;
2277 }
2278 export type FailedDeleteRemediationExceptionsBatches = FailedDeleteRemediationExceptionsBatch[];
2279 export interface FailedRemediationBatch {
2280 /**
2281 * Returns a failure message. For example, the resource is already compliant.
2282 */
2283 FailureMessage?: String;
2284 /**
2285 * Returns remediation configurations of the failed items.
2286 */
2287 FailedItems?: RemediationConfigurations;
2288 }
2289 export type FailedRemediationBatches = FailedRemediationBatch[];
2290 export interface FailedRemediationExceptionBatch {
2291 /**
2292 * Returns a failure message. For example, the auto-remediation has failed.
2293 */
2294 FailureMessage?: String;
2295 /**
2296 * Returns remediation exception resource key object of the failed items.
2297 */
2298 FailedItems?: RemediationExceptions;
2299 }
2300 export type FailedRemediationExceptionBatches = FailedRemediationExceptionBatch[];
2301 export interface FieldInfo {
2302 /**
2303 * Name of the field.
2304 */
2305 Name?: FieldName;
2306 }
2307 export type FieldInfoList = FieldInfo[];
2308 export type FieldName = string;
2309 export interface GetAggregateComplianceDetailsByConfigRuleRequest {
2310 /**
2311 * The name of the configuration aggregator.
2312 */
2313 ConfigurationAggregatorName: ConfigurationAggregatorName;
2314 /**
2315 * The name of the AWS Config rule for which you want compliance information.
2316 */
2317 ConfigRuleName: ConfigRuleName;
2318 /**
2319 * The 12-digit account ID of the source account.
2320 */
2321 AccountId: AccountId;
2322 /**
2323 * The source region from where the data is aggregated.
2324 */
2325 AwsRegion: AwsRegion;
2326 /**
2327 * The resource compliance status. For the GetAggregateComplianceDetailsByConfigRuleRequest data type, AWS Config supports only the COMPLIANT and NON_COMPLIANT. AWS Config does not support the NOT_APPLICABLE and INSUFFICIENT_DATA values.
2328 */
2329 ComplianceType?: ComplianceType;
2330 /**
2331 * The maximum number of evaluation results returned on each page. The default is 50. You cannot specify a number greater than 100. If you specify 0, AWS Config uses the default.
2332 */
2333 Limit?: Limit;
2334 /**
2335 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2336 */
2337 NextToken?: NextToken;
2338 }
2339 export interface GetAggregateComplianceDetailsByConfigRuleResponse {
2340 /**
2341 * Returns an AggregateEvaluationResults object.
2342 */
2343 AggregateEvaluationResults?: AggregateEvaluationResultList;
2344 /**
2345 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2346 */
2347 NextToken?: NextToken;
2348 }
2349 export interface GetAggregateConfigRuleComplianceSummaryRequest {
2350 /**
2351 * The name of the configuration aggregator.
2352 */
2353 ConfigurationAggregatorName: ConfigurationAggregatorName;
2354 /**
2355 * Filters the results based on the ConfigRuleComplianceSummaryFilters object.
2356 */
2357 Filters?: ConfigRuleComplianceSummaryFilters;
2358 /**
2359 * Groups the result based on ACCOUNT_ID or AWS_REGION.
2360 */
2361 GroupByKey?: ConfigRuleComplianceSummaryGroupKey;
2362 /**
2363 * The maximum number of evaluation results returned on each page. The default is 1000. You cannot specify a number greater than 1000. If you specify 0, AWS Config uses the default.
2364 */
2365 Limit?: GroupByAPILimit;
2366 /**
2367 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2368 */
2369 NextToken?: NextToken;
2370 }
2371 export interface GetAggregateConfigRuleComplianceSummaryResponse {
2372 /**
2373 * Groups the result based on ACCOUNT_ID or AWS_REGION.
2374 */
2375 GroupByKey?: StringWithCharLimit256;
2376 /**
2377 * Returns a list of AggregateComplianceCounts object.
2378 */
2379 AggregateComplianceCounts?: AggregateComplianceCountList;
2380 /**
2381 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2382 */
2383 NextToken?: NextToken;
2384 }
2385 export interface GetAggregateDiscoveredResourceCountsRequest {
2386 /**
2387 * The name of the configuration aggregator.
2388 */
2389 ConfigurationAggregatorName: ConfigurationAggregatorName;
2390 /**
2391 * Filters the results based on the ResourceCountFilters object.
2392 */
2393 Filters?: ResourceCountFilters;
2394 /**
2395 * The key to group the resource counts.
2396 */
2397 GroupByKey?: ResourceCountGroupKey;
2398 /**
2399 * The maximum number of GroupedResourceCount objects returned on each page. The default is 1000. You cannot specify a number greater than 1000. If you specify 0, AWS Config uses the default.
2400 */
2401 Limit?: GroupByAPILimit;
2402 /**
2403 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2404 */
2405 NextToken?: NextToken;
2406 }
2407 export interface GetAggregateDiscoveredResourceCountsResponse {
2408 /**
2409 * The total number of resources that are present in an aggregator with the filters that you provide.
2410 */
2411 TotalDiscoveredResources: Long;
2412 /**
2413 * The key passed into the request object. If GroupByKey is not provided, the result will be empty.
2414 */
2415 GroupByKey?: StringWithCharLimit256;
2416 /**
2417 * Returns a list of GroupedResourceCount objects.
2418 */
2419 GroupedResourceCounts?: GroupedResourceCountList;
2420 /**
2421 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2422 */
2423 NextToken?: NextToken;
2424 }
2425 export interface GetAggregateResourceConfigRequest {
2426 /**
2427 * The name of the configuration aggregator.
2428 */
2429 ConfigurationAggregatorName: ConfigurationAggregatorName;
2430 /**
2431 * An object that identifies aggregate resource.
2432 */
2433 ResourceIdentifier: AggregateResourceIdentifier;
2434 }
2435 export interface GetAggregateResourceConfigResponse {
2436 /**
2437 * Returns a ConfigurationItem object.
2438 */
2439 ConfigurationItem?: ConfigurationItem;
2440 }
2441 export interface GetComplianceDetailsByConfigRuleRequest {
2442 /**
2443 * The name of the AWS Config rule for which you want compliance information.
2444 */
2445 ConfigRuleName: StringWithCharLimit64;
2446 /**
2447 * Filters the results by compliance. The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
2448 */
2449 ComplianceTypes?: ComplianceTypes;
2450 /**
2451 * The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, AWS Config uses the default.
2452 */
2453 Limit?: Limit;
2454 /**
2455 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2456 */
2457 NextToken?: NextToken;
2458 }
2459 export interface GetComplianceDetailsByConfigRuleResponse {
2460 /**
2461 * Indicates whether the AWS resource complies with the specified AWS Config rule.
2462 */
2463 EvaluationResults?: EvaluationResults;
2464 /**
2465 * The string that you use in a subsequent request to get the next page of results in a paginated response.
2466 */
2467 NextToken?: NextToken;
2468 }
2469 export interface GetComplianceDetailsByResourceRequest {
2470 /**
2471 * The type of the AWS resource for which you want compliance information.
2472 */
2473 ResourceType: StringWithCharLimit256;
2474 /**
2475 * The ID of the AWS resource for which you want compliance information.
2476 */
2477 ResourceId: BaseResourceId;
2478 /**
2479 * Filters the results by compliance. The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
2480 */
2481 ComplianceTypes?: ComplianceTypes;
2482 /**
2483 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2484 */
2485 NextToken?: String;
2486 }
2487 export interface GetComplianceDetailsByResourceResponse {
2488 /**
2489 * Indicates whether the specified AWS resource complies each AWS Config rule.
2490 */
2491 EvaluationResults?: EvaluationResults;
2492 /**
2493 * The string that you use in a subsequent request to get the next page of results in a paginated response.
2494 */
2495 NextToken?: String;
2496 }
2497 export interface GetComplianceSummaryByConfigRuleResponse {
2498 /**
2499 * The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.
2500 */
2501 ComplianceSummary?: ComplianceSummary;
2502 }
2503 export interface GetComplianceSummaryByResourceTypeRequest {
2504 /**
2505 * Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type. For this request, you can specify an AWS resource type such as AWS::EC2::Instance. You can specify that the resource type is an AWS account by specifying AWS::::Account.
2506 */
2507 ResourceTypes?: ResourceTypes;
2508 }
2509 export interface GetComplianceSummaryByResourceTypeResponse {
2510 /**
2511 * The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.
2512 */
2513 ComplianceSummariesByResourceType?: ComplianceSummariesByResourceType;
2514 }
2515 export type GetConformancePackComplianceDetailsLimit = number;
2516 export interface GetConformancePackComplianceDetailsRequest {
2517 /**
2518 * Name of the conformance pack.
2519 */
2520 ConformancePackName: ConformancePackName;
2521 /**
2522 * A ConformancePackEvaluationFilters object.
2523 */
2524 Filters?: ConformancePackEvaluationFilters;
2525 /**
2526 * The maximum number of evaluation results returned on each page. If you do no specify a number, AWS Config uses the default. The default is 100.
2527 */
2528 Limit?: GetConformancePackComplianceDetailsLimit;
2529 /**
2530 * The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
2531 */
2532 NextToken?: NextToken;
2533 }
2534 export interface GetConformancePackComplianceDetailsResponse {
2535 /**
2536 * Name of the conformance pack.
2537 */
2538 ConformancePackName: ConformancePackName;
2539 /**
2540 * Returns a list of ConformancePackEvaluationResult objects.
2541 */
2542 ConformancePackRuleEvaluationResults?: ConformancePackRuleEvaluationResultsList;
2543 /**
2544 * The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
2545 */
2546 NextToken?: NextToken;
2547 }
2548 export interface GetConformancePackComplianceSummaryRequest {
2549 /**
2550 * Names of conformance packs.
2551 */
2552 ConformancePackNames: ConformancePackNamesToSummarizeList;
2553 /**
2554 * The maximum number of conformance packs returned on each page.
2555 */
2556 Limit?: PageSizeLimit;
2557 /**
2558 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2559 */
2560 NextToken?: NextToken;
2561 }
2562 export interface GetConformancePackComplianceSummaryResponse {
2563 /**
2564 * A list of ConformancePackComplianceSummary objects.
2565 */
2566 ConformancePackComplianceSummaryList?: ConformancePackComplianceSummaryList;
2567 /**
2568 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2569 */
2570 NextToken?: NextToken;
2571 }
2572 export interface GetDiscoveredResourceCountsRequest {
2573 /**
2574 * The comma-separated list that specifies the resource types that you want AWS Config to return (for example, "AWS::EC2::Instance", "AWS::IAM::User"). If a value for resourceTypes is not specified, AWS Config returns all resource types that AWS Config is recording in the region for your account. If the configuration recorder is turned off, AWS Config returns an empty list of ResourceCount objects. If the configuration recorder is not recording a specific resource type (for example, S3 buckets), that resource type is not returned in the list of ResourceCount objects.
2575 */
2576 resourceTypes?: ResourceTypes;
2577 /**
2578 * The maximum number of ResourceCount objects returned on each page. The default is 100. You cannot specify a number greater than 100. If you specify 0, AWS Config uses the default.
2579 */
2580 limit?: Limit;
2581 /**
2582 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2583 */
2584 nextToken?: NextToken;
2585 }
2586 export interface GetDiscoveredResourceCountsResponse {
2587 /**
2588 * The total number of resources that AWS Config is recording in the region for your account. If you specify resource types in the request, AWS Config returns only the total number of resources for those resource types. Example AWS Config is recording three resource types in the US East (Ohio) Region for your account: 25 EC2 instances, 20 IAM users, and 15 S3 buckets, for a total of 60 resources. You make a call to the GetDiscoveredResourceCounts action and specify the resource type, "AWS::EC2::Instances", in the request. AWS Config returns 25 for totalDiscoveredResources.
2589 */
2590 totalDiscoveredResources?: Long;
2591 /**
2592 * The list of ResourceCount objects. Each object is listed in descending order by the number of resources.
2593 */
2594 resourceCounts?: ResourceCounts;
2595 /**
2596 * The string that you use in a subsequent request to get the next page of results in a paginated response.
2597 */
2598 nextToken?: NextToken;
2599 }
2600 export interface GetOrganizationConfigRuleDetailedStatusRequest {
2601 /**
2602 * The name of organization config rule for which you want status details for member accounts.
2603 */
2604 OrganizationConfigRuleName: OrganizationConfigRuleName;
2605 /**
2606 * A StatusDetailFilters object.
2607 */
2608 Filters?: StatusDetailFilters;
2609 /**
2610 * The maximum number of OrganizationConfigRuleDetailedStatus returned on each page. If you do not specify a number, AWS Config uses the default. The default is 100.
2611 */
2612 Limit?: CosmosPageLimit;
2613 /**
2614 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2615 */
2616 NextToken?: String;
2617 }
2618 export interface GetOrganizationConfigRuleDetailedStatusResponse {
2619 /**
2620 * A list of MemberAccountStatus objects.
2621 */
2622 OrganizationConfigRuleDetailedStatus?: OrganizationConfigRuleDetailedStatus;
2623 /**
2624 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2625 */
2626 NextToken?: String;
2627 }
2628 export interface GetOrganizationConformancePackDetailedStatusRequest {
2629 /**
2630 * The name of organization conformance pack for which you want status details for member accounts.
2631 */
2632 OrganizationConformancePackName: OrganizationConformancePackName;
2633 /**
2634 * An OrganizationResourceDetailedStatusFilters object.
2635 */
2636 Filters?: OrganizationResourceDetailedStatusFilters;
2637 /**
2638 * The maximum number of OrganizationConformancePackDetailedStatuses returned on each page. If you do not specify a number, AWS Config uses the default. The default is 100.
2639 */
2640 Limit?: CosmosPageLimit;
2641 /**
2642 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2643 */
2644 NextToken?: String;
2645 }
2646 export interface GetOrganizationConformancePackDetailedStatusResponse {
2647 /**
2648 * A list of OrganizationConformancePackDetailedStatus objects.
2649 */
2650 OrganizationConformancePackDetailedStatuses?: OrganizationConformancePackDetailedStatuses;
2651 /**
2652 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2653 */
2654 NextToken?: String;
2655 }
2656 export interface GetResourceConfigHistoryRequest {
2657 /**
2658 * The resource type.
2659 */
2660 resourceType: ResourceType;
2661 /**
2662 * The ID of the resource (for example., sg-xxxxxx).
2663 */
2664 resourceId: ResourceId;
2665 /**
2666 * The time stamp that indicates a later time. If not specified, current time is taken.
2667 */
2668 laterTime?: LaterTime;
2669 /**
2670 * The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start when the first configuration item was recorded.
2671 */
2672 earlierTime?: EarlierTime;
2673 /**
2674 * The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.
2675 */
2676 chronologicalOrder?: ChronologicalOrder;
2677 /**
2678 * The maximum number of configuration items returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, AWS Config uses the default.
2679 */
2680 limit?: Limit;
2681 /**
2682 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2683 */
2684 nextToken?: NextToken;
2685 }
2686 export interface GetResourceConfigHistoryResponse {
2687 /**
2688 * A list that contains the configuration history of one or more resources.
2689 */
2690 configurationItems?: ConfigurationItemList;
2691 /**
2692 * The string that you use in a subsequent request to get the next page of results in a paginated response.
2693 */
2694 nextToken?: NextToken;
2695 }
2696 export type GroupByAPILimit = number;
2697 export interface GroupedResourceCount {
2698 /**
2699 * The name of the group that can be region, account ID, or resource type. For example, region1, region2 if the region was chosen as GroupByKey.
2700 */
2701 GroupName: StringWithCharLimit256;
2702 /**
2703 * The number of resources in the group.
2704 */
2705 ResourceCount: Long;
2706 }
2707 export type GroupedResourceCountList = GroupedResourceCount[];
2708 export type IncludeGlobalResourceTypes = boolean;
2709 export type Integer = number;
2710 export type LaterTime = Date;
2711 export type Limit = number;
2712 export interface ListAggregateDiscoveredResourcesRequest {
2713 /**
2714 * The name of the configuration aggregator.
2715 */
2716 ConfigurationAggregatorName: ConfigurationAggregatorName;
2717 /**
2718 * The type of resources that you want AWS Config to list in the response.
2719 */
2720 ResourceType: ResourceType;
2721 /**
2722 * Filters the results based on the ResourceFilters object.
2723 */
2724 Filters?: ResourceFilters;
2725 /**
2726 * The maximum number of resource identifiers returned on each page. The default is 100. You cannot specify a number greater than 100. If you specify 0, AWS Config uses the default.
2727 */
2728 Limit?: Limit;
2729 /**
2730 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2731 */
2732 NextToken?: NextToken;
2733 }
2734 export interface ListAggregateDiscoveredResourcesResponse {
2735 /**
2736 * Returns a list of ResourceIdentifiers objects.
2737 */
2738 ResourceIdentifiers?: DiscoveredResourceIdentifierList;
2739 /**
2740 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2741 */
2742 NextToken?: NextToken;
2743 }
2744 export interface ListDiscoveredResourcesRequest {
2745 /**
2746 * The type of resources that you want AWS Config to list in the response.
2747 */
2748 resourceType: ResourceType;
2749 /**
2750 * The IDs of only those resources that you want AWS Config to list in the response. If you do not specify this parameter, AWS Config lists all resources of the specified type that it has discovered.
2751 */
2752 resourceIds?: ResourceIdList;
2753 /**
2754 * The custom name of only those resources that you want AWS Config to list in the response. If you do not specify this parameter, AWS Config lists all resources of the specified type that it has discovered.
2755 */
2756 resourceName?: ResourceName;
2757 /**
2758 * The maximum number of resource identifiers returned on each page. The default is 100. You cannot specify a number greater than 100. If you specify 0, AWS Config uses the default.
2759 */
2760 limit?: Limit;
2761 /**
2762 * Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.
2763 */
2764 includeDeletedResources?: Boolean;
2765 /**
2766 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2767 */
2768 nextToken?: NextToken;
2769 }
2770 export interface ListDiscoveredResourcesResponse {
2771 /**
2772 * The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.
2773 */
2774 resourceIdentifiers?: ResourceIdentifierList;
2775 /**
2776 * The string that you use in a subsequent request to get the next page of results in a paginated response.
2777 */
2778 nextToken?: NextToken;
2779 }
2780 export interface ListTagsForResourceRequest {
2781 /**
2782 * The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resources are ConfigRule, ConfigurationAggregator and AggregatorAuthorization.
2783 */
2784 ResourceArn: AmazonResourceName;
2785 /**
2786 * The maximum number of tags returned on each page. The limit maximum is 50. You cannot specify a number greater than 50. If you specify 0, AWS Config uses the default.
2787 */
2788 Limit?: Limit;
2789 /**
2790 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2791 */
2792 NextToken?: NextToken;
2793 }
2794 export interface ListTagsForResourceResponse {
2795 /**
2796 * The tags for the resource.
2797 */
2798 Tags?: TagList;
2799 /**
2800 * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2801 */
2802 NextToken?: NextToken;
2803 }
2804 export type Long = number;
2805 export type MaximumExecutionFrequency = "One_Hour"|"Three_Hours"|"Six_Hours"|"Twelve_Hours"|"TwentyFour_Hours"|string;
2806 export type MemberAccountRuleStatus = "CREATE_SUCCESSFUL"|"CREATE_IN_PROGRESS"|"CREATE_FAILED"|"DELETE_SUCCESSFUL"|"DELETE_FAILED"|"DELETE_IN_PROGRESS"|"UPDATE_SUCCESSFUL"|"UPDATE_IN_PROGRESS"|"UPDATE_FAILED"|string;
2807 export interface MemberAccountStatus {
2808 /**
2809 * The 12-digit account ID of a member account.
2810 */
2811 AccountId: AccountId;
2812 /**
2813 * The name of config rule deployed in the member account.
2814 */
2815 ConfigRuleName: StringWithCharLimit64;
2816 /**
2817 * Indicates deployment status for config rule in the member account. When master account calls PutOrganizationConfigRule action for the first time, config rule status is created in the member account. When master account calls PutOrganizationConfigRule action for the second time, config rule status is updated in the member account. Config rule status is deleted when the master account deletes OrganizationConfigRule and disables service access for config-multiaccountsetup.amazonaws.com. AWS Config sets the state of the rule to: CREATE_SUCCESSFUL when config rule has been created in the member account. CREATE_IN_PROGRESS when config rule is being created in the member account. CREATE_FAILED when config rule creation has failed in the member account. DELETE_FAILED when config rule deletion has failed in the member account. DELETE_IN_PROGRESS when config rule is being deleted in the member account. DELETE_SUCCESSFUL when config rule has been deleted in the member account. UPDATE_SUCCESSFUL when config rule has been updated in the member account. UPDATE_IN_PROGRESS when config rule is being updated in the member account. UPDATE_FAILED when config rule deletion has failed in the member account.
2818 */
2819 MemberAccountRuleStatus: MemberAccountRuleStatus;
2820 /**
2821 * An error code that is returned when config rule creation or deletion failed in the member account.
2822 */
2823 ErrorCode?: String;
2824 /**
2825 * An error message indicating that config rule account creation or deletion has failed due to an error in the member account.
2826 */
2827 ErrorMessage?: String;
2828 /**
2829 * The timestamp of the last status update.
2830 */
2831 LastUpdateTime?: _Date;
2832 }
2833 export type MessageType = "ConfigurationItemChangeNotification"|"ConfigurationSnapshotDeliveryCompleted"|"ScheduledNotification"|"OversizedConfigurationItemChangeNotification"|string;
2834 export type Name = string;
2835 export type NextToken = string;
2836 export type OrderingTimestamp = Date;
2837 export interface OrganizationAggregationSource {
2838 /**
2839 * ARN of the IAM role used to retrieve AWS Organization details associated with the aggregator account.
2840 */
2841 RoleArn: String;
2842 /**
2843 * The source regions being aggregated.
2844 */
2845 AwsRegions?: AggregatorRegionList;
2846 /**
2847 * If true, aggregate existing AWS Config regions and future regions.
2848 */
2849 AllAwsRegions?: Boolean;
2850 }
2851 export interface OrganizationConfigRule {
2852 /**
2853 * The name that you assign to organization config rule.
2854 */
2855 OrganizationConfigRuleName: OrganizationConfigRuleName;
2856 /**
2857 * Amazon Resource Name (ARN) of organization config rule.
2858 */
2859 OrganizationConfigRuleArn: StringWithCharLimit256;
2860 /**
2861 * An OrganizationManagedRuleMetadata object.
2862 */
2863 OrganizationManagedRuleMetadata?: OrganizationManagedRuleMetadata;
2864 /**
2865 * An OrganizationCustomRuleMetadata object.
2866 */
2867 OrganizationCustomRuleMetadata?: OrganizationCustomRuleMetadata;
2868 /**
2869 * A comma-separated list of accounts excluded from organization config rule.
2870 */
2871 ExcludedAccounts?: ExcludedAccounts;
2872 /**
2873 * The timestamp of the last update.
2874 */
2875 LastUpdateTime?: _Date;
2876 }
2877 export type OrganizationConfigRuleDetailedStatus = MemberAccountStatus[];
2878 export type OrganizationConfigRuleName = string;
2879 export type OrganizationConfigRuleNames = StringWithCharLimit64[];
2880 export interface OrganizationConfigRuleStatus {
2881 /**
2882 * The name that you assign to organization config rule.
2883 */
2884 OrganizationConfigRuleName: OrganizationConfigRuleName;
2885 /**
2886 * Indicates deployment status of an organization config rule. When master account calls PutOrganizationConfigRule action for the first time, config rule status is created in all the member accounts. When master account calls PutOrganizationConfigRule action for the second time, config rule status is updated in all the member accounts. Additionally, config rule status is updated when one or more member accounts join or leave an organization. Config rule status is deleted when the master account deletes OrganizationConfigRule in all the member accounts and disables service access for config-multiaccountsetup.amazonaws.com. AWS Config sets the state of the rule to: CREATE_SUCCESSFUL when an organization config rule has been successfully created in all the member accounts. CREATE_IN_PROGRESS when an organization config rule creation is in progress. CREATE_FAILED when an organization config rule creation failed in one or more member accounts within that organization. DELETE_FAILED when an organization config rule deletion failed in one or more member accounts within that organization. DELETE_IN_PROGRESS when an organization config rule deletion is in progress. DELETE_SUCCESSFUL when an organization config rule has been successfully deleted from all the member accounts. UPDATE_SUCCESSFUL when an organization config rule has been successfully updated in all the member accounts. UPDATE_IN_PROGRESS when an organization config rule update is in progress. UPDATE_FAILED when an organization config rule update failed in one or more member accounts within that organization.
2887 */
2888 OrganizationRuleStatus: OrganizationRuleStatus;
2889 /**
2890 * An error code that is returned when organization config rule creation or deletion has failed.
2891 */
2892 ErrorCode?: String;
2893 /**
2894 * An error message indicating that organization config rule creation or deletion failed due to an error.
2895 */
2896 ErrorMessage?: String;
2897 /**
2898 * The timestamp of the last update.
2899 */
2900 LastUpdateTime?: _Date;
2901 }
2902 export type OrganizationConfigRuleStatuses = OrganizationConfigRuleStatus[];
2903 export type OrganizationConfigRuleTriggerType = "ConfigurationItemChangeNotification"|"OversizedConfigurationItemChangeNotification"|"ScheduledNotification"|string;
2904 export type OrganizationConfigRuleTriggerTypes = OrganizationConfigRuleTriggerType[];
2905 export type OrganizationConfigRules = OrganizationConfigRule[];
2906 export interface OrganizationConformancePack {
2907 /**
2908 * The name you assign to an organization conformance pack.
2909 */
2910 OrganizationConformancePackName: OrganizationConformancePackName;
2911 /**
2912 * Amazon Resource Name (ARN) of organization conformance pack.
2913 */
2914 OrganizationConformancePackArn: StringWithCharLimit256;
2915 /**
2916 * Location of an Amazon S3 bucket where AWS Config can deliver evaluation results and conformance pack template that is used to create a pack.
2917 */
2918 DeliveryS3Bucket: DeliveryS3Bucket;
2919 /**
2920 * Any folder structure you want to add to an Amazon S3 bucket.
2921 */
2922 DeliveryS3KeyPrefix?: DeliveryS3KeyPrefix;
2923 /**
2924 * A list of ConformancePackInputParameter objects.
2925 */
2926 ConformancePackInputParameters?: ConformancePackInputParameters;
2927 /**
2928 * A comma-separated list of accounts excluded from organization conformance pack.
2929 */
2930 ExcludedAccounts?: ExcludedAccounts;
2931 /**
2932 * Last time when organization conformation pack was updated.
2933 */
2934 LastUpdateTime: _Date;
2935 }
2936 export interface OrganizationConformancePackDetailedStatus {
2937 /**
2938 * The 12-digit account ID of a member account.
2939 */
2940 AccountId: AccountId;
2941 /**
2942 * The name of conformance pack deployed in the member account.
2943 */
2944 ConformancePackName: StringWithCharLimit256;
2945 /**
2946 * Indicates deployment status for conformance pack in a member account. When master account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When master account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the master account deletes OrganizationConformancePack and disables service access for config-multiaccountsetup.amazonaws.com. AWS Config sets the state of the conformance pack to: CREATE_SUCCESSFUL when conformance pack has been created in the member account. CREATE_IN_PROGRESS when conformance pack is being created in the member account. CREATE_FAILED when conformance pack creation has failed in the member account. DELETE_FAILED when conformance pack deletion has failed in the member account. DELETE_IN_PROGRESS when conformance pack is being deleted in the member account. DELETE_SUCCESSFUL when conformance pack has been deleted in the member account. UPDATE_SUCCESSFUL when conformance pack has been updated in the member account. UPDATE_IN_PROGRESS when conformance pack is being updated in the member account. UPDATE_FAILED when conformance pack deletion has failed in the member account.
2947 */
2948 Status: OrganizationResourceDetailedStatus;
2949 /**
2950 * An error code that is returned when conformance pack creation or deletion failed in the member account.
2951 */
2952 ErrorCode?: String;
2953 /**
2954 * An error message indicating that conformance pack account creation or deletion has failed due to an error in the member account.
2955 */
2956 ErrorMessage?: String;
2957 /**
2958 * The timestamp of the last status update.
2959 */
2960 LastUpdateTime?: _Date;
2961 }
2962 export type OrganizationConformancePackDetailedStatuses = OrganizationConformancePackDetailedStatus[];
2963 export type OrganizationConformancePackName = string;
2964 export type OrganizationConformancePackNames = OrganizationConformancePackName[];
2965 export interface OrganizationConformancePackStatus {
2966 /**
2967 * The name that you assign to organization conformance pack.
2968 */
2969 OrganizationConformancePackName: OrganizationConformancePackName;
2970 /**
2971 * Indicates deployment status of an organization conformance pack. When master account calls PutOrganizationConformancePack for the first time, conformance pack status is created in all the member accounts. When master account calls PutOrganizationConformancePack for the second time, conformance pack status is updated in all the member accounts. Additionally, conformance pack status is updated when one or more member accounts join or leave an organization. Conformance pack status is deleted when the master account deletes OrganizationConformancePack in all the member accounts and disables service access for config-multiaccountsetup.amazonaws.com. AWS Config sets the state of the conformance pack to: CREATE_SUCCESSFUL when an organization conformance pack has been successfully created in all the member accounts. CREATE_IN_PROGRESS when an organization conformance pack creation is in progress. CREATE_FAILED when an organization conformance pack creation failed in one or more member accounts within that organization. DELETE_FAILED when an organization conformance pack deletion failed in one or more member accounts within that organization. DELETE_IN_PROGRESS when an organization conformance pack deletion is in progress. DELETE_SUCCESSFUL when an organization conformance pack has been successfully deleted from all the member accounts. UPDATE_SUCCESSFUL when an organization conformance pack has been successfully updated in all the member accounts. UPDATE_IN_PROGRESS when an organization conformance pack update is in progress. UPDATE_FAILED when an organization conformance pack update failed in one or more member accounts within that organization.
2972 */
2973 Status: OrganizationResourceStatus;
2974 /**
2975 * An error code that is returned when organization conformance pack creation or deletion has failed in a member account.
2976 */
2977 ErrorCode?: String;
2978 /**
2979 * An error message indicating that organization conformance pack creation or deletion failed due to an error.
2980 */
2981 ErrorMessage?: String;
2982 /**
2983 * The timestamp of the last update.
2984 */
2985 LastUpdateTime?: _Date;
2986 }
2987 export type OrganizationConformancePackStatuses = OrganizationConformancePackStatus[];
2988 export type OrganizationConformancePacks = OrganizationConformancePack[];
2989 export interface OrganizationCustomRuleMetadata {
2990 /**
2991 * The description that you provide for organization config rule.
2992 */
2993 Description?: StringWithCharLimit256Min0;
2994 /**
2995 * The lambda function ARN.
2996 */
2997 LambdaFunctionArn: StringWithCharLimit256;
2998 /**
2999 * The type of notification that triggers AWS Config to run an evaluation for a rule. You can specify the following notification types: ConfigurationItemChangeNotification - Triggers an evaluation when AWS Config delivers a configuration item as a result of a resource change. OversizedConfigurationItemChangeNotification - Triggers an evaluation when AWS Config delivers an oversized configuration item. AWS Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS. ScheduledNotification - Triggers a periodic evaluation at the frequency specified for MaximumExecutionFrequency.
3000 */
3001 OrganizationConfigRuleTriggerTypes: OrganizationConfigRuleTriggerTypes;
3002 /**
3003 * A string, in JSON format, that is passed to organization config rule Lambda function.
3004 */
3005 InputParameters?: StringWithCharLimit2048;
3006 /**
3007 * The maximum frequency with which AWS Config runs evaluations for a rule. Your custom rule is triggered when AWS Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties. By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.
3008 */
3009 MaximumExecutionFrequency?: MaximumExecutionFrequency;
3010 /**
3011 * The type of the AWS resource that was evaluated.
3012 */
3013 ResourceTypesScope?: ResourceTypesScope;
3014 /**
3015 * The ID of the AWS resource that was evaluated.
3016 */
3017 ResourceIdScope?: StringWithCharLimit768;
3018 /**
3019 * 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.
3020 */
3021 TagKeyScope?: StringWithCharLimit128;
3022 /**
3023 * The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).
3024 */
3025 TagValueScope?: StringWithCharLimit256;
3026 }
3027 export interface OrganizationManagedRuleMetadata {
3028 /**
3029 * The description that you provide for organization config rule.
3030 */
3031 Description?: StringWithCharLimit256Min0;
3032 /**
3033 * For organization config managed rules, a predefined identifier from a list. For example, IAM_PASSWORD_POLICY is a managed rule. To reference a managed rule, see Using AWS Managed Config Rules.
3034 */
3035 RuleIdentifier: StringWithCharLimit256;
3036 /**
3037 * A string, in JSON format, that is passed to organization config rule Lambda function.
3038 */
3039 InputParameters?: StringWithCharLimit2048;
3040 /**
3041 * The maximum frequency with which AWS Config runs evaluations for a rule. You are using an AWS managed rule that is triggered at a periodic frequency. By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.
3042 */
3043 MaximumExecutionFrequency?: MaximumExecutionFrequency;
3044 /**
3045 * The type of the AWS resource that was evaluated.
3046 */
3047 ResourceTypesScope?: ResourceTypesScope;
3048 /**
3049 * The ID of the AWS resource that was evaluated.
3050 */
3051 ResourceIdScope?: StringWithCharLimit768;
3052 /**
3053 * 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.
3054 */
3055 TagKeyScope?: StringWithCharLimit128;
3056 /**
3057 * The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).
3058 */
3059 TagValueScope?: StringWithCharLimit256;
3060 }
3061 export type OrganizationResourceDetailedStatus = "CREATE_SUCCESSFUL"|"CREATE_IN_PROGRESS"|"CREATE_FAILED"|"DELETE_SUCCESSFUL"|"DELETE_FAILED"|"DELETE_IN_PROGRESS"|"UPDATE_SUCCESSFUL"|"UPDATE_IN_PROGRESS"|"UPDATE_FAILED"|string;
3062 export interface OrganizationResourceDetailedStatusFilters {
3063 /**
3064 * The 12-digit account ID of the member account within an organization.
3065 */
3066 AccountId?: AccountId;
3067 /**
3068 * Indicates deployment status for conformance pack in a member account. When master account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When master account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the master account deletes OrganizationConformancePack and disables service access for config-multiaccountsetup.amazonaws.com. AWS Config sets the state of the conformance pack to: CREATE_SUCCESSFUL when conformance pack has been created in the member account. CREATE_IN_PROGRESS when conformance pack is being created in the member account. CREATE_FAILED when conformance pack creation has failed in the member account. DELETE_FAILED when conformance pack deletion has failed in the member account. DELETE_IN_PROGRESS when conformance pack is being deleted in the member account. DELETE_SUCCESSFUL when conformance pack has been deleted in the member account. UPDATE_SUCCESSFUL when conformance pack has been updated in the member account. UPDATE_IN_PROGRESS when conformance pack is being updated in the member account. UPDATE_FAILED when conformance pack deletion has failed in the member account.
3069 */
3070 Status?: OrganizationResourceDetailedStatus;
3071 }
3072 export type OrganizationResourceStatus = "CREATE_SUCCESSFUL"|"CREATE_IN_PROGRESS"|"CREATE_FAILED"|"DELETE_SUCCESSFUL"|"DELETE_FAILED"|"DELETE_IN_PROGRESS"|"UPDATE_SUCCESSFUL"|"UPDATE_IN_PROGRESS"|"UPDATE_FAILED"|string;
3073 export type OrganizationRuleStatus = "CREATE_SUCCESSFUL"|"CREATE_IN_PROGRESS"|"CREATE_FAILED"|"DELETE_SUCCESSFUL"|"DELETE_FAILED"|"DELETE_IN_PROGRESS"|"UPDATE_SUCCESSFUL"|"UPDATE_IN_PROGRESS"|"UPDATE_FAILED"|string;
3074 export type Owner = "CUSTOM_LAMBDA"|"AWS"|string;
3075 export type PageSizeLimit = number;
3076 export type ParameterName = string;
3077 export type ParameterValue = string;
3078 export interface PendingAggregationRequest {
3079 /**
3080 * The 12-digit account ID of the account requesting to aggregate data.
3081 */
3082 RequesterAccountId?: AccountId;
3083 /**
3084 * The region requesting to aggregate data.
3085 */
3086 RequesterAwsRegion?: AwsRegion;
3087 }
3088 export type PendingAggregationRequestList = PendingAggregationRequest[];
3089 export type Percentage = number;
3090 export interface PutAggregationAuthorizationRequest {
3091 /**
3092 * The 12-digit account ID of the account authorized to aggregate data.
3093 */
3094 AuthorizedAccountId: AccountId;
3095 /**
3096 * The region authorized to collect aggregated data.
3097 */
3098 AuthorizedAwsRegion: AwsRegion;
3099 /**
3100 * An array of tag object.
3101 */
3102 Tags?: TagsList;
3103 }
3104 export interface PutAggregationAuthorizationResponse {
3105 /**
3106 * Returns an AggregationAuthorization object.
3107 */
3108 AggregationAuthorization?: AggregationAuthorization;
3109 }
3110 export interface PutConfigRuleRequest {
3111 /**
3112 * The rule that you want to add to your account.
3113 */
3114 ConfigRule: ConfigRule;
3115 /**
3116 * An array of tag object.
3117 */
3118 Tags?: TagsList;
3119 }
3120 export interface PutConfigurationAggregatorRequest {
3121 /**
3122 * The name of the configuration aggregator.
3123 */
3124 ConfigurationAggregatorName: ConfigurationAggregatorName;
3125 /**
3126 * A list of AccountAggregationSource object.
3127 */
3128 AccountAggregationSources?: AccountAggregationSourceList;
3129 /**
3130 * An OrganizationAggregationSource object.
3131 */
3132 OrganizationAggregationSource?: OrganizationAggregationSource;
3133 /**
3134 * An array of tag object.
3135 */
3136 Tags?: TagsList;
3137 }
3138 export interface PutConfigurationAggregatorResponse {
3139 /**
3140 * Returns a ConfigurationAggregator object.
3141 */
3142 ConfigurationAggregator?: ConfigurationAggregator;
3143 }
3144 export interface PutConfigurationRecorderRequest {
3145 /**
3146 * The configuration recorder object that records each configuration change made to the resources.
3147 */
3148 ConfigurationRecorder: ConfigurationRecorder;
3149 }
3150 export interface PutConformancePackRequest {
3151 /**
3152 * Name of the conformance pack you want to create.
3153 */
3154 ConformancePackName: ConformancePackName;
3155 /**
3156 * Location of file containing the template body (s3://bucketname/prefix). The uri must point to the conformance pack template (max size: 300 KB) that is located in an Amazon S3 bucket in the same region as the conformance pack. You must have access to read Amazon S3 bucket.
3157 */
3158 TemplateS3Uri?: TemplateS3Uri;
3159 /**
3160 * A string containing full conformance pack template body. Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. You can only use a YAML template with one resource type, that is, config rule and a remediation action.
3161 */
3162 TemplateBody?: TemplateBody;
3163 /**
3164 * AWS Config stores intermediate files while processing conformance pack template.
3165 */
3166 DeliveryS3Bucket: DeliveryS3Bucket;
3167 /**
3168 * The prefix for the Amazon S3 bucket.
3169 */
3170 DeliveryS3KeyPrefix?: DeliveryS3KeyPrefix;
3171 /**
3172 * A list of ConformancePackInputParameter objects.
3173 */
3174 ConformancePackInputParameters?: ConformancePackInputParameters;
3175 }
3176 export interface PutConformancePackResponse {
3177 /**
3178 * ARN of the conformance pack.
3179 */
3180 ConformancePackArn?: ConformancePackArn;
3181 }
3182 export interface PutDeliveryChannelRequest {
3183 /**
3184 * The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.
3185 */
3186 DeliveryChannel: DeliveryChannel;
3187 }
3188 export interface PutEvaluationsRequest {
3189 /**
3190 * The assessments that the AWS Lambda function performs. Each evaluation identifies an AWS resource and indicates whether it complies with the AWS Config rule that invokes the AWS Lambda function.
3191 */
3192 Evaluations?: Evaluations;
3193 /**
3194 * An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation.
3195 */
3196 ResultToken: String;
3197 /**
3198 * Use this parameter to specify a test run for PutEvaluations. You can verify whether your AWS Lambda function will deliver evaluation results to AWS Config. No updates occur to your existing evaluations, and evaluation results are not sent to AWS Config. When TestMode is true, PutEvaluations doesn't require a valid value for the ResultToken parameter, but the value cannot be null.
3199 */
3200 TestMode?: Boolean;
3201 }
3202 export interface PutEvaluationsResponse {
3203 /**
3204 * Requests that failed because of a client or server error.
3205 */
3206 FailedEvaluations?: Evaluations;
3207 }
3208 export interface PutOrganizationConfigRuleRequest {
3209 /**
3210 * The name that you assign to an organization config rule.
3211 */
3212 OrganizationConfigRuleName: OrganizationConfigRuleName;
3213 /**
3214 * An OrganizationManagedRuleMetadata object.
3215 */
3216 OrganizationManagedRuleMetadata?: OrganizationManagedRuleMetadata;
3217 /**
3218 * An OrganizationCustomRuleMetadata object.
3219 */
3220 OrganizationCustomRuleMetadata?: OrganizationCustomRuleMetadata;
3221 /**
3222 * A comma-separated list of accounts that you want to exclude from an organization config rule.
3223 */
3224 ExcludedAccounts?: ExcludedAccounts;
3225 }
3226 export interface PutOrganizationConfigRuleResponse {
3227 /**
3228 * The Amazon Resource Name (ARN) of an organization config rule.
3229 */
3230 OrganizationConfigRuleArn?: StringWithCharLimit256;
3231 }
3232 export interface PutOrganizationConformancePackRequest {
3233 /**
3234 * Name of the organization conformance pack you want to create.
3235 */
3236 OrganizationConformancePackName: OrganizationConformancePackName;
3237 /**
3238 * Location of file containing the template body. The uri must point to the conformance pack template (max size: 300 KB). You must have access to read Amazon S3 bucket.
3239 */
3240 TemplateS3Uri?: TemplateS3Uri;
3241 /**
3242 * A string containing full conformance pack template body. Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
3243 */
3244 TemplateBody?: TemplateBody;
3245 /**
3246 * Location of an Amazon S3 bucket where AWS Config can deliver evaluation results. AWS Config stores intermediate files while processing conformance pack template. The delivery bucket name should start with awsconfigconforms. For example: "Resource": "arn:aws:s3:::your_bucket_name/*". For more information, see Permissions for cross account bucket access.
3247 */
3248 DeliveryS3Bucket: DeliveryS3Bucket;
3249 /**
3250 * The prefix for the Amazon S3 bucket.
3251 */
3252 DeliveryS3KeyPrefix?: DeliveryS3KeyPrefix;
3253 /**
3254 * A list of ConformancePackInputParameter objects.
3255 */
3256 ConformancePackInputParameters?: ConformancePackInputParameters;
3257 /**
3258 * A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
3259 */
3260 ExcludedAccounts?: ExcludedAccounts;
3261 }
3262 export interface PutOrganizationConformancePackResponse {
3263 /**
3264 * ARN of the organization conformance pack.
3265 */
3266 OrganizationConformancePackArn?: StringWithCharLimit256;
3267 }
3268 export interface PutRemediationConfigurationsRequest {
3269 /**
3270 * A list of remediation configuration objects.
3271 */
3272 RemediationConfigurations: RemediationConfigurations;
3273 }
3274 export interface PutRemediationConfigurationsResponse {
3275 /**
3276 * Returns a list of failed remediation batch objects.
3277 */
3278 FailedBatches?: FailedRemediationBatches;
3279 }
3280 export interface PutRemediationExceptionsRequest {
3281 /**
3282 * The name of the AWS Config rule for which you want to create remediation exception.
3283 */
3284 ConfigRuleName: ConfigRuleName;
3285 /**
3286 * An exception list of resource exception keys to be processed with the current request. AWS Config adds exception for each resource key. For example, AWS Config adds 3 exceptions for 3 resource keys.
3287 */
3288 ResourceKeys: RemediationExceptionResourceKeys;
3289 /**
3290 * The message contains an explanation of the exception.
3291 */
3292 Message?: StringWithCharLimit1024;
3293 /**
3294 * The exception is automatically deleted after the expiration date.
3295 */
3296 ExpirationTime?: _Date;
3297 }
3298 export interface PutRemediationExceptionsResponse {
3299 /**
3300 * Returns a list of failed remediation exceptions batch objects. Each object in the batch consists of a list of failed items and failure messages.
3301 */
3302 FailedBatches?: FailedRemediationExceptionBatches;
3303 }
3304 export interface PutResourceConfigRequest {
3305 /**
3306 * The type of the resource. The custom resource type must be registered with AWS CloudFormation. You cannot use the organization names “aws”, “amzn”, “amazon”, “alexa”, “custom” with custom resource types. It is the first part of the ResourceType up to the first ::.
3307 */
3308 ResourceType: ResourceTypeString;
3309 /**
3310 * Version of the schema registered for the ResourceType in AWS CloudFormation.
3311 */
3312 SchemaVersionId: SchemaVersionId;
3313 /**
3314 * Unique identifier of the resource.
3315 */
3316 ResourceId: ResourceId;
3317 /**
3318 * Name of the resource.
3319 */
3320 ResourceName?: ResourceName;
3321 /**
3322 * The configuration object of the resource in valid JSON format. It must match the schema registered with AWS CloudFormation. The configuration JSON must not exceed 64 KB.
3323 */
3324 Configuration: Configuration;
3325 /**
3326 * Tags associated with the resource.
3327 */
3328 Tags?: Tags;
3329 }
3330 export interface PutRetentionConfigurationRequest {
3331 /**
3332 * Number of days AWS Config stores your historical information. Currently, only applicable to the configuration item history.
3333 */
3334 RetentionPeriodInDays: RetentionPeriodInDays;
3335 }
3336 export interface PutRetentionConfigurationResponse {
3337 /**
3338 * Returns a retention configuration object.
3339 */
3340 RetentionConfiguration?: RetentionConfiguration;
3341 }
3342 export interface QueryInfo {
3343 /**
3344 * Returns a FieldInfo object.
3345 */
3346 SelectFields?: FieldInfoList;
3347 }
3348 export type RecorderName = string;
3349 export type RecorderStatus = "Pending"|"Success"|"Failure"|string;
3350 export interface RecordingGroup {
3351 /**
3352 * Specifies whether AWS Config records configuration changes for every supported type of regional resource. If you set this option to true, when AWS Config adds support for a new type of regional resource, it starts recording resources of that type automatically. If you set this option to true, you cannot enumerate a list of resourceTypes.
3353 */
3354 allSupported?: AllSupported;
3355 /**
3356 * Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records. Before you can set this option to true, you must set the allSupported option to true. If you set this option to true, when AWS Config adds support for a new type of global resource, it starts recording resources of that type automatically. The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.
3357 */
3358 includeGlobalResourceTypes?: IncludeGlobalResourceTypes;
3359 /**
3360 * A comma-separated list that specifies the types of AWS resources for which AWS Config records configuration changes (for example, AWS::EC2::Instance or AWS::CloudTrail::Trail). Before you can set this option to true, you must set the allSupported option to false. If you set this option to true, when AWS Config adds support for a new type of resource, it will not record resources of that type unless you manually add that type to your recording group. For a list of valid resourceTypes values, see the resourceType Value column in Supported AWS Resource Types.
3361 */
3362 resourceTypes?: ResourceTypeList;
3363 }
3364 export type ReevaluateConfigRuleNames = ConfigRuleName[];
3365 export type RelatedEvent = string;
3366 export type RelatedEventList = RelatedEvent[];
3367 export interface Relationship {
3368 /**
3369 * The resource type of the related resource.
3370 */
3371 resourceType?: ResourceType;
3372 /**
3373 * The ID of the related resource (for example, sg-xxxxxx).
3374 */
3375 resourceId?: ResourceId;
3376 /**
3377 * The custom name of the related resource, if available.
3378 */
3379 resourceName?: ResourceName;
3380 /**
3381 * The type of relationship with the related resource.
3382 */
3383 relationshipName?: RelationshipName;
3384 }
3385 export type RelationshipList = Relationship[];
3386 export type RelationshipName = string;
3387 export interface RemediationConfiguration {
3388 /**
3389 * The name of the AWS Config rule.
3390 */
3391 ConfigRuleName: ConfigRuleName;
3392 /**
3393 * The type of the target. Target executes remediation. For example, SSM document.
3394 */
3395 TargetType: RemediationTargetType;
3396 /**
3397 * Target ID is the name of the public document.
3398 */
3399 TargetId: StringWithCharLimit256;
3400 /**
3401 * Version of the target. For example, version of the SSM document.
3402 */
3403 TargetVersion?: String;
3404 /**
3405 * An object of the RemediationParameterValue.
3406 */
3407 Parameters?: RemediationParameters;
3408 /**
3409 * The type of a resource.
3410 */
3411 ResourceType?: String;
3412 /**
3413 * The remediation is triggered automatically.
3414 */
3415 Automatic?: Boolean;
3416 /**
3417 * An ExecutionControls object.
3418 */
3419 ExecutionControls?: ExecutionControls;
3420 /**
3421 * The maximum number of failed attempts for auto-remediation. If you do not select a number, the default is 5. For example, if you specify MaximumAutomaticAttempts as 5 with RetryAttemptsSeconds as 50 seconds, AWS Config throws an exception after the 5th failed attempt within 50 seconds.
3422 */
3423 MaximumAutomaticAttempts?: AutoRemediationAttempts;
3424 /**
3425 * Maximum time in seconds that AWS Config runs auto-remediation. If you do not select a number, the default is 60 seconds. For example, if you specify RetryAttemptsSeconds as 50 seconds and MaximumAutomaticAttempts as 5, AWS Config will run auto-remediations 5 times within 50 seconds before throwing an exception.
3426 */
3427 RetryAttemptSeconds?: AutoRemediationAttemptSeconds;
3428 /**
3429 * Amazon Resource Name (ARN) of remediation configuration.
3430 */
3431 Arn?: StringWithCharLimit1024;
3432 /**
3433 * Name of the service that owns the service linked rule, if applicable.
3434 */
3435 CreatedByService?: StringWithCharLimit1024;
3436 }
3437 export type RemediationConfigurations = RemediationConfiguration[];
3438 export interface RemediationException {
3439 /**
3440 * The name of the AWS Config rule.
3441 */
3442 ConfigRuleName: ConfigRuleName;
3443 /**
3444 * The type of a resource.
3445 */
3446 ResourceType: StringWithCharLimit256;
3447 /**
3448 * The ID of the resource (for example., sg-xxxxxx).
3449 */
3450 ResourceId: StringWithCharLimit1024;
3451 /**
3452 * An explanation of an remediation exception.
3453 */
3454 Message?: StringWithCharLimit1024;
3455 /**
3456 * The time when the remediation exception will be deleted.
3457 */
3458 ExpirationTime?: _Date;
3459 }
3460 export interface RemediationExceptionResourceKey {
3461 /**
3462 * The type of a resource.
3463 */
3464 ResourceType?: StringWithCharLimit256;
3465 /**
3466 * The ID of the resource (for example., sg-xxxxxx).
3467 */
3468 ResourceId?: StringWithCharLimit1024;
3469 }
3470 export type RemediationExceptionResourceKeys = RemediationExceptionResourceKey[];
3471 export type RemediationExceptions = RemediationException[];
3472 export type RemediationExecutionState = "QUEUED"|"IN_PROGRESS"|"SUCCEEDED"|"FAILED"|string;
3473 export interface RemediationExecutionStatus {
3474 ResourceKey?: ResourceKey;
3475 /**
3476 * ENUM of the values.
3477 */
3478 State?: RemediationExecutionState;
3479 /**
3480 * Details of every step.
3481 */
3482 StepDetails?: RemediationExecutionSteps;
3483 /**
3484 * Start time when the remediation was executed.
3485 */
3486 InvocationTime?: _Date;
3487 /**
3488 * The time when the remediation execution was last updated.
3489 */
3490 LastUpdatedTime?: _Date;
3491 }
3492 export type RemediationExecutionStatuses = RemediationExecutionStatus[];
3493 export interface RemediationExecutionStep {
3494 /**
3495 * The details of the step.
3496 */
3497 Name?: String;
3498 /**
3499 * The valid status of the step.
3500 */
3501 State?: RemediationExecutionStepState;
3502 /**
3503 * An error message if the step was interrupted during execution.
3504 */
3505 ErrorMessage?: String;
3506 /**
3507 * The time when the step started.
3508 */
3509 StartTime?: _Date;
3510 /**
3511 * The time when the step stopped.
3512 */
3513 StopTime?: _Date;
3514 }
3515 export type RemediationExecutionStepState = "SUCCEEDED"|"PENDING"|"FAILED"|string;
3516 export type RemediationExecutionSteps = RemediationExecutionStep[];
3517 export interface RemediationParameterValue {
3518 /**
3519 * The value is dynamic and changes at run-time.
3520 */
3521 ResourceValue?: ResourceValue;
3522 /**
3523 * The value is static and does not change at run-time.
3524 */
3525 StaticValue?: StaticValue;
3526 }
3527 export type RemediationParameters = {[key: string]: RemediationParameterValue};
3528 export type RemediationTargetType = "SSM_DOCUMENT"|string;
3529 export interface ResourceCount {
3530 /**
3531 * The resource type (for example, "AWS::EC2::Instance").
3532 */
3533 resourceType?: ResourceType;
3534 /**
3535 * The number of resources.
3536 */
3537 count?: Long;
3538 }
3539 export interface ResourceCountFilters {
3540 /**
3541 * The type of the AWS resource.
3542 */
3543 ResourceType?: ResourceType;
3544 /**
3545 * The 12-digit ID of the account.
3546 */
3547 AccountId?: AccountId;
3548 /**
3549 * The region where the account is located.
3550 */
3551 Region?: AwsRegion;
3552 }
3553 export type ResourceCountGroupKey = "RESOURCE_TYPE"|"ACCOUNT_ID"|"AWS_REGION"|string;
3554 export type ResourceCounts = ResourceCount[];
3555 export type ResourceCreationTime = Date;
3556 export type ResourceDeletionTime = Date;
3557 export interface ResourceFilters {
3558 /**
3559 * The 12-digit source account ID.
3560 */
3561 AccountId?: AccountId;
3562 /**
3563 * The ID of the resource.
3564 */
3565 ResourceId?: ResourceId;
3566 /**
3567 * The name of the resource.
3568 */
3569 ResourceName?: ResourceName;
3570 /**
3571 * The source region.
3572 */
3573 Region?: AwsRegion;
3574 }
3575 export type ResourceId = string;
3576 export type ResourceIdList = ResourceId[];
3577 export interface ResourceIdentifier {
3578 /**
3579 * The type of resource.
3580 */
3581 resourceType?: ResourceType;
3582 /**
3583 * The ID of the resource (for example, sg-xxxxxx).
3584 */
3585 resourceId?: ResourceId;
3586 /**
3587 * The custom name of the resource (if available).
3588 */
3589 resourceName?: ResourceName;
3590 /**
3591 * The time that the resource was deleted.
3592 */
3593 resourceDeletionTime?: ResourceDeletionTime;
3594 }
3595 export type ResourceIdentifierList = ResourceIdentifier[];
3596 export type ResourceIdentifiersList = AggregateResourceIdentifier[];
3597 export interface ResourceKey {
3598 /**
3599 * The resource type.
3600 */
3601 resourceType: ResourceType;
3602 /**
3603 * The ID of the resource (for example., sg-xxxxxx).
3604 */
3605 resourceId: ResourceId;
3606 }
3607 export type ResourceKeys = ResourceKey[];
3608 export type ResourceName = string;
3609 export type ResourceType = "AWS::EC2::CustomerGateway"|"AWS::EC2::EIP"|"AWS::EC2::Host"|"AWS::EC2::Instance"|"AWS::EC2::InternetGateway"|"AWS::EC2::NetworkAcl"|"AWS::EC2::NetworkInterface"|"AWS::EC2::RouteTable"|"AWS::EC2::SecurityGroup"|"AWS::EC2::Subnet"|"AWS::CloudTrail::Trail"|"AWS::EC2::Volume"|"AWS::EC2::VPC"|"AWS::EC2::VPNConnection"|"AWS::EC2::VPNGateway"|"AWS::EC2::RegisteredHAInstance"|"AWS::EC2::NatGateway"|"AWS::EC2::EgressOnlyInternetGateway"|"AWS::EC2::VPCEndpoint"|"AWS::EC2::VPCEndpointService"|"AWS::EC2::FlowLog"|"AWS::EC2::VPCPeeringConnection"|"AWS::Elasticsearch::Domain"|"AWS::IAM::Group"|"AWS::IAM::Policy"|"AWS::IAM::Role"|"AWS::IAM::User"|"AWS::ElasticLoadBalancingV2::LoadBalancer"|"AWS::ACM::Certificate"|"AWS::RDS::DBInstance"|"AWS::RDS::DBSubnetGroup"|"AWS::RDS::DBSecurityGroup"|"AWS::RDS::DBSnapshot"|"AWS::RDS::DBCluster"|"AWS::RDS::DBClusterSnapshot"|"AWS::RDS::EventSubscription"|"AWS::S3::Bucket"|"AWS::S3::AccountPublicAccessBlock"|"AWS::Redshift::Cluster"|"AWS::Redshift::ClusterSnapshot"|"AWS::Redshift::ClusterParameterGroup"|"AWS::Redshift::ClusterSecurityGroup"|"AWS::Redshift::ClusterSubnetGroup"|"AWS::Redshift::EventSubscription"|"AWS::SSM::ManagedInstanceInventory"|"AWS::CloudWatch::Alarm"|"AWS::CloudFormation::Stack"|"AWS::ElasticLoadBalancing::LoadBalancer"|"AWS::AutoScaling::AutoScalingGroup"|"AWS::AutoScaling::LaunchConfiguration"|"AWS::AutoScaling::ScalingPolicy"|"AWS::AutoScaling::ScheduledAction"|"AWS::DynamoDB::Table"|"AWS::CodeBuild::Project"|"AWS::WAF::RateBasedRule"|"AWS::WAF::Rule"|"AWS::WAF::RuleGroup"|"AWS::WAF::WebACL"|"AWS::WAFRegional::RateBasedRule"|"AWS::WAFRegional::Rule"|"AWS::WAFRegional::RuleGroup"|"AWS::WAFRegional::WebACL"|"AWS::CloudFront::Distribution"|"AWS::CloudFront::StreamingDistribution"|"AWS::Lambda::Function"|"AWS::ElasticBeanstalk::Application"|"AWS::ElasticBeanstalk::ApplicationVersion"|"AWS::ElasticBeanstalk::Environment"|"AWS::WAFv2::WebACL"|"AWS::WAFv2::RuleGroup"|"AWS::WAFv2::IPSet"|"AWS::WAFv2::RegexPatternSet"|"AWS::WAFv2::ManagedRuleSet"|"AWS::XRay::EncryptionConfig"|"AWS::SSM::AssociationCompliance"|"AWS::SSM::PatchCompliance"|"AWS::Shield::Protection"|"AWS::ShieldRegional::Protection"|"AWS::Config::ResourceCompliance"|"AWS::ApiGateway::Stage"|"AWS::ApiGateway::RestApi"|"AWS::ApiGatewayV2::Stage"|"AWS::ApiGatewayV2::Api"|"AWS::CodePipeline::Pipeline"|"AWS::ServiceCatalog::CloudFormationProvisionedProduct"|"AWS::ServiceCatalog::CloudFormationProduct"|"AWS::ServiceCatalog::Portfolio"|"AWS::SQS::Queue"|"AWS::KMS::Key"|"AWS::QLDB::Ledger"|string;
3610 export type ResourceTypeList = ResourceType[];
3611 export type ResourceTypeString = string;
3612 export type ResourceTypes = StringWithCharLimit256[];
3613 export type ResourceTypesScope = StringWithCharLimit256[];
3614 export interface ResourceValue {
3615 /**
3616 * The value is a resource ID.
3617 */
3618 Value: ResourceValueType;
3619 }
3620 export type ResourceValueType = "RESOURCE_ID"|string;
3621 export type Results = String[];
3622 export interface RetentionConfiguration {
3623 /**
3624 * The name of the retention configuration object.
3625 */
3626 Name: RetentionConfigurationName;
3627 /**
3628 * Number of days AWS Config stores your historical information. Currently, only applicable to the configuration item history.
3629 */
3630 RetentionPeriodInDays: RetentionPeriodInDays;
3631 }
3632 export type RetentionConfigurationList = RetentionConfiguration[];
3633 export type RetentionConfigurationName = string;
3634 export type RetentionConfigurationNameList = RetentionConfigurationName[];
3635 export type RetentionPeriodInDays = number;
3636 export type RuleLimit = number;
3637 export type SchemaVersionId = string;
3638 export interface Scope {
3639 /**
3640 * The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.
3641 */
3642 ComplianceResourceTypes?: ComplianceResourceTypes;
3643 /**
3644 * The tag key that is applied to only those AWS resources that you want to trigger an evaluation for the rule.
3645 */
3646 TagKey?: StringWithCharLimit128;
3647 /**
3648 * The tag value applied to only those AWS resources that you want to trigger an evaluation for the rule. If you specify a value for TagValue, you must also specify a value for TagKey.
3649 */
3650 TagValue?: StringWithCharLimit256;
3651 /**
3652 * The ID of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.
3653 */
3654 ComplianceResourceId?: BaseResourceId;
3655 }
3656 export interface SelectAggregateResourceConfigRequest {
3657 /**
3658 * The SQL query SELECT command.
3659 */
3660 Expression: Expression;
3661 /**
3662 * The name of the configuration aggregator.
3663 */
3664 ConfigurationAggregatorName: ConfigurationAggregatorName;
3665 /**
3666 * The maximum number of query results returned on each page.
3667 */
3668 Limit?: Limit;
3669 MaxResults?: Limit;
3670 /**
3671 * The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
3672 */
3673 NextToken?: NextToken;
3674 }
3675 export interface SelectAggregateResourceConfigResponse {
3676 /**
3677 * Returns the results for the SQL query.
3678 */
3679 Results?: Results;
3680 QueryInfo?: QueryInfo;
3681 /**
3682 * The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
3683 */
3684 NextToken?: NextToken;
3685 }
3686 export interface SelectResourceConfigRequest {
3687 /**
3688 * The SQL query SELECT command.
3689 */
3690 Expression: Expression;
3691 /**
3692 * The maximum number of query results returned on each page.
3693 */
3694 Limit?: Limit;
3695 /**
3696 * The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
3697 */
3698 NextToken?: NextToken;
3699 }
3700 export interface SelectResourceConfigResponse {
3701 /**
3702 * Returns the results for the SQL query.
3703 */
3704 Results?: Results;
3705 /**
3706 * Returns the QueryInfo object.
3707 */
3708 QueryInfo?: QueryInfo;
3709 /**
3710 * The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
3711 */
3712 NextToken?: NextToken;
3713 }
3714 export interface Source {
3715 /**
3716 * Indicates whether AWS or the customer owns and manages the AWS Config rule.
3717 */
3718 Owner: Owner;
3719 /**
3720 * For AWS Config managed rules, a predefined identifier from a list. For example, IAM_PASSWORD_POLICY is a managed rule. To reference a managed rule, see Using AWS Managed Config Rules. For custom rules, the identifier is the Amazon Resource Name (ARN) of the rule's AWS Lambda function, such as arn:aws:lambda:us-east-2:123456789012:function:custom_rule_name.
3721 */
3722 SourceIdentifier: StringWithCharLimit256;
3723 /**
3724 * Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.
3725 */
3726 SourceDetails?: SourceDetails;
3727 }
3728 export interface SourceDetail {
3729 /**
3730 * The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.
3731 */
3732 EventSource?: EventSource;
3733 /**
3734 * The type of notification that triggers AWS Config to run an evaluation for a rule. You can specify the following notification types: ConfigurationItemChangeNotification - Triggers an evaluation when AWS Config delivers a configuration item as a result of a resource change. OversizedConfigurationItemChangeNotification - Triggers an evaluation when AWS Config delivers an oversized configuration item. AWS Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS. ScheduledNotification - Triggers a periodic evaluation at the frequency specified for MaximumExecutionFrequency. ConfigurationSnapshotDeliveryCompleted - Triggers a periodic evaluation when AWS Config delivers a configuration snapshot. If you want your custom rule to be triggered by configuration changes, specify two SourceDetail objects, one for ConfigurationItemChangeNotification and one for OversizedConfigurationItemChangeNotification.
3735 */
3736 MessageType?: MessageType;
3737 /**
3738 * The frequency at which you want AWS Config to run evaluations for a custom rule with a periodic trigger. If you specify a value for MaximumExecutionFrequency, then MessageType must use the ScheduledNotification value. By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter. Based on the valid value you choose, AWS Config runs evaluations once for each valid value. For example, if you choose Three_Hours, AWS Config runs evaluations once every three hours. In this case, Three_Hours is the frequency of this rule.
3739 */
3740 MaximumExecutionFrequency?: MaximumExecutionFrequency;
3741 }
3742 export type SourceDetails = SourceDetail[];
3743 export interface SsmControls {
3744 /**
3745 * 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.
3746 */
3747 ConcurrentExecutionRatePercentage?: Percentage;
3748 /**
3749 * The percentage of errors that are allowed before SSM stops running automations on non-compliant resources for that specific rule. You can specify a percentage of errors, for example 10%. If you do not specifiy a percentage, the default is 50%. For example, if you set the ErrorPercentage to 40% for 10 non-compliant resources, then SSM stops running the automations when the fifth error is received.
3750 */
3751 ErrorPercentage?: Percentage;
3752 }
3753 export type StackArn = string;
3754 export interface StartConfigRulesEvaluationRequest {
3755 /**
3756 * The list of names of AWS Config rules that you want to run evaluations for.
3757 */
3758 ConfigRuleNames?: ReevaluateConfigRuleNames;
3759 }
3760 export interface StartConfigRulesEvaluationResponse {
3761 }
3762 export interface StartConfigurationRecorderRequest {
3763 /**
3764 * The name of the recorder object that records each configuration change made to the resources.
3765 */
3766 ConfigurationRecorderName: RecorderName;
3767 }
3768 export interface StartRemediationExecutionRequest {
3769 /**
3770 * The list of names of AWS Config rules that you want to run remediation execution for.
3771 */
3772 ConfigRuleName: ConfigRuleName;
3773 /**
3774 * 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.
3775 */
3776 ResourceKeys: ResourceKeys;
3777 }
3778 export interface StartRemediationExecutionResponse {
3779 /**
3780 * Returns a failure message. For example, the resource is already compliant.
3781 */
3782 FailureMessage?: String;
3783 /**
3784 * For resources that have failed to start execution, the API returns a resource key object.
3785 */
3786 FailedItems?: ResourceKeys;
3787 }
3788 export type StaticParameterValues = StringWithCharLimit256[];
3789 export interface StaticValue {
3790 /**
3791 * A list of values. For example, the ARN of the assumed role.
3792 */
3793 Values: StaticParameterValues;
3794 }
3795 export interface StatusDetailFilters {
3796 /**
3797 * The 12-digit account ID of the member account within an organization.
3798 */
3799 AccountId?: AccountId;
3800 /**
3801 * Indicates deployment status for config rule in the member account. When master account calls PutOrganizationConfigRule action for the first time, config rule status is created in the member account. When master account calls PutOrganizationConfigRule action for the second time, config rule status is updated in the member account. Config rule status is deleted when the master account deletes OrganizationConfigRule and disables service access for config-multiaccountsetup.amazonaws.com. AWS Config sets the state of the rule to: CREATE_SUCCESSFUL when config rule has been created in the member account. CREATE_IN_PROGRESS when config rule is being created in the member account. CREATE_FAILED when config rule creation has failed in the member account. DELETE_FAILED when config rule deletion has failed in the member account. DELETE_IN_PROGRESS when config rule is being deleted in the member account. DELETE_SUCCESSFUL when config rule has been deleted in the member account. UPDATE_SUCCESSFUL when config rule has been updated in the member account. UPDATE_IN_PROGRESS when config rule is being updated in the member account. UPDATE_FAILED when config rule deletion has failed in the member account.
3802 */
3803 MemberAccountRuleStatus?: MemberAccountRuleStatus;
3804 }
3805 export interface StopConfigurationRecorderRequest {
3806 /**
3807 * The name of the recorder object that records each configuration change made to the resources.
3808 */
3809 ConfigurationRecorderName: RecorderName;
3810 }
3811 export type String = string;
3812 export type StringWithCharLimit1024 = string;
3813 export type StringWithCharLimit128 = string;
3814 export type StringWithCharLimit2048 = string;
3815 export type StringWithCharLimit256 = string;
3816 export type StringWithCharLimit256Min0 = string;
3817 export type StringWithCharLimit64 = string;
3818 export type StringWithCharLimit768 = string;
3819 export type SupplementaryConfiguration = {[key: string]: SupplementaryConfigurationValue};
3820 export type SupplementaryConfigurationName = string;
3821 export type SupplementaryConfigurationValue = string;
3822 export interface Tag {
3823 /**
3824 * 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.
3825 */
3826 Key?: TagKey;
3827 /**
3828 * The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).
3829 */
3830 Value?: TagValue;
3831 }
3832 export type TagKey = string;
3833 export type TagKeyList = TagKey[];
3834 export type TagList = Tag[];
3835 export interface TagResourceRequest {
3836 /**
3837 * The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resources are ConfigRule, ConfigurationAggregator and AggregatorAuthorization.
3838 */
3839 ResourceArn: AmazonResourceName;
3840 /**
3841 * An array of tag object.
3842 */
3843 Tags: TagList;
3844 }
3845 export type TagValue = string;
3846 export type Tags = {[key: string]: Value};
3847 export type TagsList = Tag[];
3848 export type TemplateBody = string;
3849 export type TemplateS3Uri = string;
3850 export type UnprocessedResourceIdentifierList = AggregateResourceIdentifier[];
3851 export interface UntagResourceRequest {
3852 /**
3853 * The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resources are ConfigRule, ConfigurationAggregator and AggregatorAuthorization.
3854 */
3855 ResourceArn: AmazonResourceName;
3856 /**
3857 * The keys of the tags to be removed.
3858 */
3859 TagKeys: TagKeyList;
3860 }
3861 export type Value = string;
3862 export type Version = string;
3863 /**
3864 * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
3865 */
3866 export type apiVersion = "2014-11-12"|"latest"|string;
3867 export interface ClientApiVersions {
3868 /**
3869 * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
3870 */
3871 apiVersion?: apiVersion;
3872 }
3873 export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
3874 /**
3875 * Contains interfaces for use with the ConfigService client.
3876 */
3877 export import Types = ConfigService;
3878}
3879export = ConfigService;