aws-sdk-configservice 1.35.0 → 1.36.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,6 +33,8 @@ module Aws::ConfigService
33
33
  AggregatorRegionList = Shapes::ListShape.new(name: 'AggregatorRegionList')
34
34
  AllSupported = Shapes::BooleanShape.new(name: 'AllSupported')
35
35
  AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
36
+ AutoRemediationAttemptSeconds = Shapes::IntegerShape.new(name: 'AutoRemediationAttemptSeconds')
37
+ AutoRemediationAttempts = Shapes::IntegerShape.new(name: 'AutoRemediationAttempts')
36
38
  AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
37
39
  AwsRegion = Shapes::StringShape.new(name: 'AwsRegion')
38
40
  BaseConfigurationItem = Shapes::StructureShape.new(name: 'BaseConfigurationItem')
@@ -100,6 +102,8 @@ module Aws::ConfigService
100
102
  DeletePendingAggregationRequestRequest = Shapes::StructureShape.new(name: 'DeletePendingAggregationRequestRequest')
101
103
  DeleteRemediationConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteRemediationConfigurationRequest')
102
104
  DeleteRemediationConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteRemediationConfigurationResponse')
105
+ DeleteRemediationExceptionsRequest = Shapes::StructureShape.new(name: 'DeleteRemediationExceptionsRequest')
106
+ DeleteRemediationExceptionsResponse = Shapes::StructureShape.new(name: 'DeleteRemediationExceptionsResponse')
103
107
  DeleteRetentionConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteRetentionConfigurationRequest')
104
108
  DeliverConfigSnapshotRequest = Shapes::StructureShape.new(name: 'DeliverConfigSnapshotRequest')
105
109
  DeliverConfigSnapshotResponse = Shapes::StructureShape.new(name: 'DeliverConfigSnapshotResponse')
@@ -142,6 +146,8 @@ module Aws::ConfigService
142
146
  DescribePendingAggregationRequestsResponse = Shapes::StructureShape.new(name: 'DescribePendingAggregationRequestsResponse')
143
147
  DescribeRemediationConfigurationsRequest = Shapes::StructureShape.new(name: 'DescribeRemediationConfigurationsRequest')
144
148
  DescribeRemediationConfigurationsResponse = Shapes::StructureShape.new(name: 'DescribeRemediationConfigurationsResponse')
149
+ DescribeRemediationExceptionsRequest = Shapes::StructureShape.new(name: 'DescribeRemediationExceptionsRequest')
150
+ DescribeRemediationExceptionsResponse = Shapes::StructureShape.new(name: 'DescribeRemediationExceptionsResponse')
145
151
  DescribeRemediationExecutionStatusRequest = Shapes::StructureShape.new(name: 'DescribeRemediationExecutionStatusRequest')
146
152
  DescribeRemediationExecutionStatusResponse = Shapes::StructureShape.new(name: 'DescribeRemediationExecutionStatusResponse')
147
153
  DescribeRetentionConfigurationsRequest = Shapes::StructureShape.new(name: 'DescribeRetentionConfigurationsRequest')
@@ -157,9 +163,14 @@ module Aws::ConfigService
157
163
  Evaluations = Shapes::ListShape.new(name: 'Evaluations')
158
164
  EventSource = Shapes::StringShape.new(name: 'EventSource')
159
165
  ExcludedAccounts = Shapes::ListShape.new(name: 'ExcludedAccounts')
166
+ ExecutionControls = Shapes::StructureShape.new(name: 'ExecutionControls')
160
167
  Expression = Shapes::StringShape.new(name: 'Expression')
168
+ FailedDeleteRemediationExceptionsBatch = Shapes::StructureShape.new(name: 'FailedDeleteRemediationExceptionsBatch')
169
+ FailedDeleteRemediationExceptionsBatches = Shapes::ListShape.new(name: 'FailedDeleteRemediationExceptionsBatches')
161
170
  FailedRemediationBatch = Shapes::StructureShape.new(name: 'FailedRemediationBatch')
162
171
  FailedRemediationBatches = Shapes::ListShape.new(name: 'FailedRemediationBatches')
172
+ FailedRemediationExceptionBatch = Shapes::StructureShape.new(name: 'FailedRemediationExceptionBatch')
173
+ FailedRemediationExceptionBatches = Shapes::ListShape.new(name: 'FailedRemediationExceptionBatches')
163
174
  FieldInfo = Shapes::StructureShape.new(name: 'FieldInfo')
164
175
  FieldInfoList = Shapes::ListShape.new(name: 'FieldInfoList')
165
176
  FieldName = Shapes::StringShape.new(name: 'FieldName')
@@ -236,6 +247,7 @@ module Aws::ConfigService
236
247
  NoSuchDeliveryChannelException = Shapes::StructureShape.new(name: 'NoSuchDeliveryChannelException')
237
248
  NoSuchOrganizationConfigRuleException = Shapes::StructureShape.new(name: 'NoSuchOrganizationConfigRuleException')
238
249
  NoSuchRemediationConfigurationException = Shapes::StructureShape.new(name: 'NoSuchRemediationConfigurationException')
250
+ NoSuchRemediationExceptionException = Shapes::StructureShape.new(name: 'NoSuchRemediationExceptionException')
239
251
  NoSuchRetentionConfigurationException = Shapes::StructureShape.new(name: 'NoSuchRetentionConfigurationException')
240
252
  OrderingTimestamp = Shapes::TimestampShape.new(name: 'OrderingTimestamp')
241
253
  OrganizationAccessDeniedException = Shapes::StructureShape.new(name: 'OrganizationAccessDeniedException')
@@ -256,6 +268,7 @@ module Aws::ConfigService
256
268
  Owner = Shapes::StringShape.new(name: 'Owner')
257
269
  PendingAggregationRequest = Shapes::StructureShape.new(name: 'PendingAggregationRequest')
258
270
  PendingAggregationRequestList = Shapes::ListShape.new(name: 'PendingAggregationRequestList')
271
+ Percentage = Shapes::IntegerShape.new(name: 'Percentage')
259
272
  PutAggregationAuthorizationRequest = Shapes::StructureShape.new(name: 'PutAggregationAuthorizationRequest')
260
273
  PutAggregationAuthorizationResponse = Shapes::StructureShape.new(name: 'PutAggregationAuthorizationResponse')
261
274
  PutConfigRuleRequest = Shapes::StructureShape.new(name: 'PutConfigRuleRequest')
@@ -269,6 +282,8 @@ module Aws::ConfigService
269
282
  PutOrganizationConfigRuleResponse = Shapes::StructureShape.new(name: 'PutOrganizationConfigRuleResponse')
270
283
  PutRemediationConfigurationsRequest = Shapes::StructureShape.new(name: 'PutRemediationConfigurationsRequest')
271
284
  PutRemediationConfigurationsResponse = Shapes::StructureShape.new(name: 'PutRemediationConfigurationsResponse')
285
+ PutRemediationExceptionsRequest = Shapes::StructureShape.new(name: 'PutRemediationExceptionsRequest')
286
+ PutRemediationExceptionsResponse = Shapes::StructureShape.new(name: 'PutRemediationExceptionsResponse')
272
287
  PutRetentionConfigurationRequest = Shapes::StructureShape.new(name: 'PutRetentionConfigurationRequest')
273
288
  PutRetentionConfigurationResponse = Shapes::StructureShape.new(name: 'PutRetentionConfigurationResponse')
274
289
  QueryInfo = Shapes::StructureShape.new(name: 'QueryInfo')
@@ -283,6 +298,10 @@ module Aws::ConfigService
283
298
  RelationshipName = Shapes::StringShape.new(name: 'RelationshipName')
284
299
  RemediationConfiguration = Shapes::StructureShape.new(name: 'RemediationConfiguration')
285
300
  RemediationConfigurations = Shapes::ListShape.new(name: 'RemediationConfigurations')
301
+ RemediationException = Shapes::StructureShape.new(name: 'RemediationException')
302
+ RemediationExceptionResourceKey = Shapes::StructureShape.new(name: 'RemediationExceptionResourceKey')
303
+ RemediationExceptionResourceKeys = Shapes::ListShape.new(name: 'RemediationExceptionResourceKeys')
304
+ RemediationExceptions = Shapes::ListShape.new(name: 'RemediationExceptions')
286
305
  RemediationExecutionState = Shapes::StringShape.new(name: 'RemediationExecutionState')
287
306
  RemediationExecutionStatus = Shapes::StructureShape.new(name: 'RemediationExecutionStatus')
288
307
  RemediationExecutionStatuses = Shapes::ListShape.new(name: 'RemediationExecutionStatuses')
@@ -330,6 +349,7 @@ module Aws::ConfigService
330
349
  Source = Shapes::StructureShape.new(name: 'Source')
331
350
  SourceDetail = Shapes::StructureShape.new(name: 'SourceDetail')
332
351
  SourceDetails = Shapes::ListShape.new(name: 'SourceDetails')
352
+ SsmControls = Shapes::StructureShape.new(name: 'SsmControls')
333
353
  StartConfigRulesEvaluationRequest = Shapes::StructureShape.new(name: 'StartConfigRulesEvaluationRequest')
334
354
  StartConfigRulesEvaluationResponse = Shapes::StructureShape.new(name: 'StartConfigRulesEvaluationResponse')
335
355
  StartConfigurationRecorderRequest = Shapes::StructureShape.new(name: 'StartConfigurationRecorderRequest')
@@ -543,7 +563,7 @@ module Aws::ConfigService
543
563
 
544
564
  ConfigRuleEvaluationStatusList.member = Shapes::ShapeRef.new(shape: ConfigRuleEvaluationStatus)
545
565
 
546
- ConfigRuleNames.member = Shapes::ShapeRef.new(shape: StringWithCharLimit64)
566
+ ConfigRuleNames.member = Shapes::ShapeRef.new(shape: ConfigRuleName)
547
567
 
548
568
  ConfigRules.member = Shapes::ShapeRef.new(shape: ConfigRule)
549
569
 
@@ -639,12 +659,19 @@ module Aws::ConfigService
639
659
  DeletePendingAggregationRequestRequest.add_member(:requester_aws_region, Shapes::ShapeRef.new(shape: AwsRegion, required: true, location_name: "RequesterAwsRegion"))
640
660
  DeletePendingAggregationRequestRequest.struct_class = Types::DeletePendingAggregationRequestRequest
641
661
 
642
- DeleteRemediationConfigurationRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, required: true, location_name: "ConfigRuleName"))
662
+ DeleteRemediationConfigurationRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: ConfigRuleName, required: true, location_name: "ConfigRuleName"))
643
663
  DeleteRemediationConfigurationRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "ResourceType"))
644
664
  DeleteRemediationConfigurationRequest.struct_class = Types::DeleteRemediationConfigurationRequest
645
665
 
646
666
  DeleteRemediationConfigurationResponse.struct_class = Types::DeleteRemediationConfigurationResponse
647
667
 
668
+ DeleteRemediationExceptionsRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: ConfigRuleName, required: true, location_name: "ConfigRuleName"))
669
+ DeleteRemediationExceptionsRequest.add_member(:resource_keys, Shapes::ShapeRef.new(shape: RemediationExceptionResourceKeys, required: true, location_name: "ResourceKeys"))
670
+ DeleteRemediationExceptionsRequest.struct_class = Types::DeleteRemediationExceptionsRequest
671
+
672
+ DeleteRemediationExceptionsResponse.add_member(:failed_batches, Shapes::ShapeRef.new(shape: FailedDeleteRemediationExceptionsBatches, location_name: "FailedBatches"))
673
+ DeleteRemediationExceptionsResponse.struct_class = Types::DeleteRemediationExceptionsResponse
674
+
648
675
  DeleteRetentionConfigurationRequest.add_member(:retention_configuration_name, Shapes::ShapeRef.new(shape: RetentionConfigurationName, required: true, location_name: "RetentionConfigurationName"))
649
676
  DeleteRetentionConfigurationRequest.struct_class = Types::DeleteRetentionConfigurationRequest
650
677
 
@@ -803,14 +830,24 @@ module Aws::ConfigService
803
830
  DescribeRemediationConfigurationsResponse.add_member(:remediation_configurations, Shapes::ShapeRef.new(shape: RemediationConfigurations, location_name: "RemediationConfigurations"))
804
831
  DescribeRemediationConfigurationsResponse.struct_class = Types::DescribeRemediationConfigurationsResponse
805
832
 
806
- DescribeRemediationExecutionStatusRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, required: true, location_name: "ConfigRuleName"))
833
+ DescribeRemediationExceptionsRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: ConfigRuleName, required: true, location_name: "ConfigRuleName"))
834
+ DescribeRemediationExceptionsRequest.add_member(:resource_keys, Shapes::ShapeRef.new(shape: RemediationExceptionResourceKeys, location_name: "ResourceKeys"))
835
+ DescribeRemediationExceptionsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "Limit"))
836
+ DescribeRemediationExceptionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
837
+ DescribeRemediationExceptionsRequest.struct_class = Types::DescribeRemediationExceptionsRequest
838
+
839
+ DescribeRemediationExceptionsResponse.add_member(:remediation_exceptions, Shapes::ShapeRef.new(shape: RemediationExceptions, location_name: "RemediationExceptions"))
840
+ DescribeRemediationExceptionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
841
+ DescribeRemediationExceptionsResponse.struct_class = Types::DescribeRemediationExceptionsResponse
842
+
843
+ DescribeRemediationExecutionStatusRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: ConfigRuleName, required: true, location_name: "ConfigRuleName"))
807
844
  DescribeRemediationExecutionStatusRequest.add_member(:resource_keys, Shapes::ShapeRef.new(shape: ResourceKeys, location_name: "ResourceKeys"))
808
845
  DescribeRemediationExecutionStatusRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "Limit"))
809
- DescribeRemediationExecutionStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "NextToken"))
846
+ DescribeRemediationExecutionStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
810
847
  DescribeRemediationExecutionStatusRequest.struct_class = Types::DescribeRemediationExecutionStatusRequest
811
848
 
812
849
  DescribeRemediationExecutionStatusResponse.add_member(:remediation_execution_statuses, Shapes::ShapeRef.new(shape: RemediationExecutionStatuses, location_name: "RemediationExecutionStatuses"))
813
- DescribeRemediationExecutionStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "NextToken"))
850
+ DescribeRemediationExecutionStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
814
851
  DescribeRemediationExecutionStatusResponse.struct_class = Types::DescribeRemediationExecutionStatusResponse
815
852
 
816
853
  DescribeRetentionConfigurationsRequest.add_member(:retention_configuration_names, Shapes::ShapeRef.new(shape: RetentionConfigurationNameList, location_name: "RetentionConfigurationNames"))
@@ -853,12 +890,27 @@ module Aws::ConfigService
853
890
 
854
891
  ExcludedAccounts.member = Shapes::ShapeRef.new(shape: AccountId)
855
892
 
893
+ ExecutionControls.add_member(:ssm_controls, Shapes::ShapeRef.new(shape: SsmControls, location_name: "SsmControls"))
894
+ ExecutionControls.struct_class = Types::ExecutionControls
895
+
896
+ FailedDeleteRemediationExceptionsBatch.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
897
+ FailedDeleteRemediationExceptionsBatch.add_member(:failed_items, Shapes::ShapeRef.new(shape: RemediationExceptionResourceKeys, location_name: "FailedItems"))
898
+ FailedDeleteRemediationExceptionsBatch.struct_class = Types::FailedDeleteRemediationExceptionsBatch
899
+
900
+ FailedDeleteRemediationExceptionsBatches.member = Shapes::ShapeRef.new(shape: FailedDeleteRemediationExceptionsBatch)
901
+
856
902
  FailedRemediationBatch.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
857
903
  FailedRemediationBatch.add_member(:failed_items, Shapes::ShapeRef.new(shape: RemediationConfigurations, location_name: "FailedItems"))
858
904
  FailedRemediationBatch.struct_class = Types::FailedRemediationBatch
859
905
 
860
906
  FailedRemediationBatches.member = Shapes::ShapeRef.new(shape: FailedRemediationBatch)
861
907
 
908
+ FailedRemediationExceptionBatch.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
909
+ FailedRemediationExceptionBatch.add_member(:failed_items, Shapes::ShapeRef.new(shape: RemediationExceptions, location_name: "FailedItems"))
910
+ FailedRemediationExceptionBatch.struct_class = Types::FailedRemediationExceptionBatch
911
+
912
+ FailedRemediationExceptionBatches.member = Shapes::ShapeRef.new(shape: FailedRemediationExceptionBatch)
913
+
862
914
  FieldInfo.add_member(:name, Shapes::ShapeRef.new(shape: FieldName, location_name: "Name"))
863
915
  FieldInfo.struct_class = Types::FieldInfo
864
916
 
@@ -1124,6 +1176,15 @@ module Aws::ConfigService
1124
1176
  PutRemediationConfigurationsResponse.add_member(:failed_batches, Shapes::ShapeRef.new(shape: FailedRemediationBatches, location_name: "FailedBatches"))
1125
1177
  PutRemediationConfigurationsResponse.struct_class = Types::PutRemediationConfigurationsResponse
1126
1178
 
1179
+ PutRemediationExceptionsRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: ConfigRuleName, required: true, location_name: "ConfigRuleName"))
1180
+ PutRemediationExceptionsRequest.add_member(:resource_keys, Shapes::ShapeRef.new(shape: RemediationExceptionResourceKeys, required: true, location_name: "ResourceKeys"))
1181
+ PutRemediationExceptionsRequest.add_member(:message, Shapes::ShapeRef.new(shape: StringWithCharLimit1024, location_name: "Message"))
1182
+ PutRemediationExceptionsRequest.add_member(:expiration_time, Shapes::ShapeRef.new(shape: Date, location_name: "ExpirationTime"))
1183
+ PutRemediationExceptionsRequest.struct_class = Types::PutRemediationExceptionsRequest
1184
+
1185
+ PutRemediationExceptionsResponse.add_member(:failed_batches, Shapes::ShapeRef.new(shape: FailedRemediationExceptionBatches, location_name: "FailedBatches"))
1186
+ PutRemediationExceptionsResponse.struct_class = Types::PutRemediationExceptionsResponse
1187
+
1127
1188
  PutRetentionConfigurationRequest.add_member(:retention_period_in_days, Shapes::ShapeRef.new(shape: RetentionPeriodInDays, required: true, location_name: "RetentionPeriodInDays"))
1128
1189
  PutRetentionConfigurationRequest.struct_class = Types::PutRetentionConfigurationRequest
1129
1190
 
@@ -1150,16 +1211,37 @@ module Aws::ConfigService
1150
1211
 
1151
1212
  RelationshipList.member = Shapes::ShapeRef.new(shape: Relationship)
1152
1213
 
1153
- RemediationConfiguration.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, required: true, location_name: "ConfigRuleName"))
1214
+ RemediationConfiguration.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: ConfigRuleName, required: true, location_name: "ConfigRuleName"))
1154
1215
  RemediationConfiguration.add_member(:target_type, Shapes::ShapeRef.new(shape: RemediationTargetType, required: true, location_name: "TargetType"))
1155
1216
  RemediationConfiguration.add_member(:target_id, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "TargetId"))
1156
1217
  RemediationConfiguration.add_member(:target_version, Shapes::ShapeRef.new(shape: String, location_name: "TargetVersion"))
1157
1218
  RemediationConfiguration.add_member(:parameters, Shapes::ShapeRef.new(shape: RemediationParameters, location_name: "Parameters"))
1158
1219
  RemediationConfiguration.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "ResourceType"))
1220
+ RemediationConfiguration.add_member(:automatic, Shapes::ShapeRef.new(shape: Boolean, location_name: "Automatic"))
1221
+ RemediationConfiguration.add_member(:execution_controls, Shapes::ShapeRef.new(shape: ExecutionControls, location_name: "ExecutionControls"))
1222
+ RemediationConfiguration.add_member(:maximum_automatic_attempts, Shapes::ShapeRef.new(shape: AutoRemediationAttempts, location_name: "MaximumAutomaticAttempts"))
1223
+ RemediationConfiguration.add_member(:retry_attempt_seconds, Shapes::ShapeRef.new(shape: AutoRemediationAttemptSeconds, location_name: "RetryAttemptSeconds"))
1224
+ RemediationConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: StringWithCharLimit1024, location_name: "Arn"))
1225
+ RemediationConfiguration.add_member(:created_by_service, Shapes::ShapeRef.new(shape: StringWithCharLimit1024, location_name: "CreatedByService"))
1159
1226
  RemediationConfiguration.struct_class = Types::RemediationConfiguration
1160
1227
 
1161
1228
  RemediationConfigurations.member = Shapes::ShapeRef.new(shape: RemediationConfiguration)
1162
1229
 
1230
+ RemediationException.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: ConfigRuleName, required: true, location_name: "ConfigRuleName"))
1231
+ RemediationException.add_member(:resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "ResourceType"))
1232
+ RemediationException.add_member(:resource_id, Shapes::ShapeRef.new(shape: StringWithCharLimit1024, required: true, location_name: "ResourceId"))
1233
+ RemediationException.add_member(:message, Shapes::ShapeRef.new(shape: StringWithCharLimit1024, location_name: "Message"))
1234
+ RemediationException.add_member(:expiration_time, Shapes::ShapeRef.new(shape: Date, location_name: "ExpirationTime"))
1235
+ RemediationException.struct_class = Types::RemediationException
1236
+
1237
+ RemediationExceptionResourceKey.add_member(:resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceType"))
1238
+ RemediationExceptionResourceKey.add_member(:resource_id, Shapes::ShapeRef.new(shape: StringWithCharLimit1024, location_name: "ResourceId"))
1239
+ RemediationExceptionResourceKey.struct_class = Types::RemediationExceptionResourceKey
1240
+
1241
+ RemediationExceptionResourceKeys.member = Shapes::ShapeRef.new(shape: RemediationExceptionResourceKey)
1242
+
1243
+ RemediationExceptions.member = Shapes::ShapeRef.new(shape: RemediationException)
1244
+
1163
1245
  RemediationExecutionStatus.add_member(:resource_key, Shapes::ShapeRef.new(shape: ResourceKey, location_name: "ResourceKey"))
1164
1246
  RemediationExecutionStatus.add_member(:state, Shapes::ShapeRef.new(shape: RemediationExecutionState, location_name: "State"))
1165
1247
  RemediationExecutionStatus.add_member(:step_details, Shapes::ShapeRef.new(shape: RemediationExecutionSteps, location_name: "StepDetails"))
@@ -1226,7 +1308,7 @@ module Aws::ConfigService
1226
1308
 
1227
1309
  ResourceTypesScope.member = Shapes::ShapeRef.new(shape: StringWithCharLimit256)
1228
1310
 
1229
- ResourceValue.add_member(:value, Shapes::ShapeRef.new(shape: ResourceValueType, location_name: "Value"))
1311
+ ResourceValue.add_member(:value, Shapes::ShapeRef.new(shape: ResourceValueType, required: true, location_name: "Value"))
1230
1312
  ResourceValue.struct_class = Types::ResourceValue
1231
1313
 
1232
1314
  Results.member = Shapes::ShapeRef.new(shape: String)
@@ -1267,6 +1349,10 @@ module Aws::ConfigService
1267
1349
 
1268
1350
  SourceDetails.member = Shapes::ShapeRef.new(shape: SourceDetail)
1269
1351
 
1352
+ SsmControls.add_member(:concurrent_execution_rate_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "ConcurrentExecutionRatePercentage"))
1353
+ SsmControls.add_member(:error_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "ErrorPercentage"))
1354
+ SsmControls.struct_class = Types::SsmControls
1355
+
1270
1356
  StartConfigRulesEvaluationRequest.add_member(:config_rule_names, Shapes::ShapeRef.new(shape: ReevaluateConfigRuleNames, location_name: "ConfigRuleNames"))
1271
1357
  StartConfigRulesEvaluationRequest.struct_class = Types::StartConfigRulesEvaluationRequest
1272
1358
 
@@ -1275,7 +1361,7 @@ module Aws::ConfigService
1275
1361
  StartConfigurationRecorderRequest.add_member(:configuration_recorder_name, Shapes::ShapeRef.new(shape: RecorderName, required: true, location_name: "ConfigurationRecorderName"))
1276
1362
  StartConfigurationRecorderRequest.struct_class = Types::StartConfigurationRecorderRequest
1277
1363
 
1278
- StartRemediationExecutionRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, required: true, location_name: "ConfigRuleName"))
1364
+ StartRemediationExecutionRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: ConfigRuleName, required: true, location_name: "ConfigRuleName"))
1279
1365
  StartRemediationExecutionRequest.add_member(:resource_keys, Shapes::ShapeRef.new(shape: ResourceKeys, required: true, location_name: "ResourceKeys"))
1280
1366
  StartRemediationExecutionRequest.struct_class = Types::StartRemediationExecutionRequest
1281
1367
 
@@ -1285,7 +1371,7 @@ module Aws::ConfigService
1285
1371
 
1286
1372
  StaticParameterValues.member = Shapes::ShapeRef.new(shape: StringWithCharLimit256)
1287
1373
 
1288
- StaticValue.add_member(:values, Shapes::ShapeRef.new(shape: StaticParameterValues, location_name: "Values"))
1374
+ StaticValue.add_member(:values, Shapes::ShapeRef.new(shape: StaticParameterValues, required: true, location_name: "Values"))
1289
1375
  StaticValue.struct_class = Types::StaticValue
1290
1376
 
1291
1377
  StatusDetailFilters.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
@@ -1447,6 +1533,15 @@ module Aws::ConfigService
1447
1533
  o.errors << Shapes::ShapeRef.new(shape: RemediationInProgressException)
1448
1534
  end)
1449
1535
 
1536
+ api.add_operation(:delete_remediation_exceptions, Seahorse::Model::Operation.new.tap do |o|
1537
+ o.name = "DeleteRemediationExceptions"
1538
+ o.http_method = "POST"
1539
+ o.http_request_uri = "/"
1540
+ o.input = Shapes::ShapeRef.new(shape: DeleteRemediationExceptionsRequest)
1541
+ o.output = Shapes::ShapeRef.new(shape: DeleteRemediationExceptionsResponse)
1542
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchRemediationExceptionException)
1543
+ end)
1544
+
1450
1545
  api.add_operation(:delete_retention_configuration, Seahorse::Model::Operation.new.tap do |o|
1451
1546
  o.name = "DeleteRetentionConfiguration"
1452
1547
  o.http_method = "POST"
@@ -1636,6 +1731,22 @@ module Aws::ConfigService
1636
1731
  o.output = Shapes::ShapeRef.new(shape: DescribeRemediationConfigurationsResponse)
1637
1732
  end)
1638
1733
 
1734
+ api.add_operation(:describe_remediation_exceptions, Seahorse::Model::Operation.new.tap do |o|
1735
+ o.name = "DescribeRemediationExceptions"
1736
+ o.http_method = "POST"
1737
+ o.http_request_uri = "/"
1738
+ o.input = Shapes::ShapeRef.new(shape: DescribeRemediationExceptionsRequest)
1739
+ o.output = Shapes::ShapeRef.new(shape: DescribeRemediationExceptionsResponse)
1740
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1741
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1742
+ o[:pager] = Aws::Pager.new(
1743
+ limit_key: "limit",
1744
+ tokens: {
1745
+ "next_token" => "next_token"
1746
+ }
1747
+ )
1748
+ end)
1749
+
1639
1750
  api.add_operation(:describe_remediation_execution_status, Seahorse::Model::Operation.new.tap do |o|
1640
1751
  o.name = "DescribeRemediationExecutionStatus"
1641
1752
  o.http_method = "POST"
@@ -1643,6 +1754,7 @@ module Aws::ConfigService
1643
1754
  o.input = Shapes::ShapeRef.new(shape: DescribeRemediationExecutionStatusRequest)
1644
1755
  o.output = Shapes::ShapeRef.new(shape: DescribeRemediationExecutionStatusResponse)
1645
1756
  o.errors << Shapes::ShapeRef.new(shape: NoSuchRemediationConfigurationException)
1757
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1646
1758
  o[:pager] = Aws::Pager.new(
1647
1759
  limit_key: "limit",
1648
1760
  tokens: {
@@ -1926,6 +2038,15 @@ module Aws::ConfigService
1926
2038
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1927
2039
  end)
1928
2040
 
2041
+ api.add_operation(:put_remediation_exceptions, Seahorse::Model::Operation.new.tap do |o|
2042
+ o.name = "PutRemediationExceptions"
2043
+ o.http_method = "POST"
2044
+ o.http_request_uri = "/"
2045
+ o.input = Shapes::ShapeRef.new(shape: PutRemediationExceptionsRequest)
2046
+ o.output = Shapes::ShapeRef.new(shape: PutRemediationExceptionsResponse)
2047
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2048
+ end)
2049
+
1929
2050
  api.add_operation(:put_retention_configuration, Seahorse::Model::Operation.new.tap do |o|
1930
2051
  o.name = "PutRetentionConfiguration"
1931
2052
  o.http_method = "POST"
@@ -1975,6 +2096,7 @@ module Aws::ConfigService
1975
2096
  o.http_request_uri = "/"
1976
2097
  o.input = Shapes::ShapeRef.new(shape: StartRemediationExecutionRequest)
1977
2098
  o.output = Shapes::ShapeRef.new(shape: StartRemediationExecutionResponse)
2099
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1978
2100
  o.errors << Shapes::ShapeRef.new(shape: InsufficientPermissionsException)
1979
2101
  o.errors << Shapes::ShapeRef.new(shape: NoSuchRemediationConfigurationException)
1980
2102
  end)
@@ -155,7 +155,7 @@ module Aws::ConfigService
155
155
  # source_account_id: "AccountId", # required
156
156
  # source_region: "AwsRegion", # required
157
157
  # resource_id: "ResourceId", # required
158
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::DynamoDB::Table, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::WAF::RuleGroup, AWS::WAFRegional::RuleGroup, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::ElasticLoadBalancing::LoadBalancer, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::CodePipeline::Pipeline
158
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBParameterGroup, AWS::RDS::DBOptionGroup, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterParameterGroup, 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::Alias, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::MobileHub::Project, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::LicenseManager::LicenseConfiguration, AWS::ApiGateway::DomainName, AWS::ApiGateway::Method, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::DomainName, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio
159
159
  # resource_name: "ResourceName",
160
160
  # }
161
161
  #
@@ -361,7 +361,7 @@ module Aws::ConfigService
361
361
  # source_account_id: "AccountId", # required
362
362
  # source_region: "AwsRegion", # required
363
363
  # resource_id: "ResourceId", # required
364
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::DynamoDB::Table, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::WAF::RuleGroup, AWS::WAFRegional::RuleGroup, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::ElasticLoadBalancing::LoadBalancer, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::CodePipeline::Pipeline
364
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBParameterGroup, AWS::RDS::DBOptionGroup, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterParameterGroup, 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::Alias, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::MobileHub::Project, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::LicenseManager::LicenseConfiguration, AWS::ApiGateway::DomainName, AWS::ApiGateway::Method, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::DomainName, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio
365
365
  # resource_name: "ResourceName",
366
366
  # },
367
367
  # ],
@@ -407,7 +407,7 @@ module Aws::ConfigService
407
407
  # {
408
408
  # resource_keys: [ # required
409
409
  # {
410
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::DynamoDB::Table, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::WAF::RuleGroup, AWS::WAFRegional::RuleGroup, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::ElasticLoadBalancing::LoadBalancer, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::CodePipeline::Pipeline
410
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBParameterGroup, AWS::RDS::DBOptionGroup, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterParameterGroup, 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::Alias, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::MobileHub::Project, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::LicenseManager::LicenseConfiguration, AWS::ApiGateway::DomainName, AWS::ApiGateway::Method, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::DomainName, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio
411
411
  # resource_id: "ResourceId", # required
412
412
  # },
413
413
  # ],
@@ -1203,7 +1203,7 @@ module Aws::ConfigService
1203
1203
  # recording_group: {
1204
1204
  # all_supported: false,
1205
1205
  # include_global_resource_types: false,
1206
- # resource_types: ["AWS::EC2::CustomerGateway"], # accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::DynamoDB::Table, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::WAF::RuleGroup, AWS::WAFRegional::RuleGroup, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::ElasticLoadBalancing::LoadBalancer, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::CodePipeline::Pipeline
1206
+ # resource_types: ["AWS::EC2::CustomerGateway"], # accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBParameterGroup, AWS::RDS::DBOptionGroup, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterParameterGroup, 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::Alias, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::MobileHub::Project, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::LicenseManager::LicenseConfiguration, AWS::ApiGateway::DomainName, AWS::ApiGateway::Method, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::DomainName, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio
1207
1207
  # },
1208
1208
  # }
1209
1209
  #
@@ -1417,6 +1417,7 @@ module Aws::ConfigService
1417
1417
  # }
1418
1418
  #
1419
1419
  # @!attribute [rw] organization_config_rule_name
1420
+ # The name of organization config rule that you want to delete.
1420
1421
  # @return [String]
1421
1422
  #
1422
1423
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteOrganizationConfigRuleRequest AWS API Documentation
@@ -1454,7 +1455,7 @@ module Aws::ConfigService
1454
1455
  # data as a hash:
1455
1456
  #
1456
1457
  # {
1457
- # config_rule_name: "StringWithCharLimit64", # required
1458
+ # config_rule_name: "ConfigRuleName", # required
1458
1459
  # resource_type: "String",
1459
1460
  # }
1460
1461
  #
@@ -1479,6 +1480,51 @@ module Aws::ConfigService
1479
1480
  #
1480
1481
  class DeleteRemediationConfigurationResponse < Aws::EmptyStructure; end
1481
1482
 
1483
+ # @note When making an API call, you may pass DeleteRemediationExceptionsRequest
1484
+ # data as a hash:
1485
+ #
1486
+ # {
1487
+ # config_rule_name: "ConfigRuleName", # required
1488
+ # resource_keys: [ # required
1489
+ # {
1490
+ # resource_type: "StringWithCharLimit256",
1491
+ # resource_id: "StringWithCharLimit1024",
1492
+ # },
1493
+ # ],
1494
+ # }
1495
+ #
1496
+ # @!attribute [rw] config_rule_name
1497
+ # The name of the AWS Config rule for which you want to delete
1498
+ # remediation exception configuration.
1499
+ # @return [String]
1500
+ #
1501
+ # @!attribute [rw] resource_keys
1502
+ # An exception list of resource exception keys to be processed with
1503
+ # the current request. AWS Config adds exception for each resource
1504
+ # key. For example, AWS Config adds 3 exceptions for 3 resource keys.
1505
+ # @return [Array<Types::RemediationExceptionResourceKey>]
1506
+ #
1507
+ # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteRemediationExceptionsRequest AWS API Documentation
1508
+ #
1509
+ class DeleteRemediationExceptionsRequest < Struct.new(
1510
+ :config_rule_name,
1511
+ :resource_keys)
1512
+ include Aws::Structure
1513
+ end
1514
+
1515
+ # @!attribute [rw] failed_batches
1516
+ # Returns a list of failed delete remediation exceptions batch
1517
+ # objects. Each object in the batch consists of a list of failed items
1518
+ # and failure messages.
1519
+ # @return [Array<Types::FailedDeleteRemediationExceptionsBatch>]
1520
+ #
1521
+ # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteRemediationExceptionsResponse AWS API Documentation
1522
+ #
1523
+ class DeleteRemediationExceptionsResponse < Struct.new(
1524
+ :failed_batches)
1525
+ include Aws::Structure
1526
+ end
1527
+
1482
1528
  # @note When making an API call, you may pass DeleteRetentionConfigurationRequest
1483
1529
  # data as a hash:
1484
1530
  #
@@ -1666,8 +1712,8 @@ module Aws::ConfigService
1666
1712
  # @return [Integer]
1667
1713
  #
1668
1714
  # @!attribute [rw] next_token
1669
- # The nextToken string returned on a previous page that you use to get
1670
- # the next page of results in a paginated response.
1715
+ # The `nextToken` string returned on a previous page that you use to
1716
+ # get the next page of results in a paginated response.
1671
1717
  # @return [String]
1672
1718
  #
1673
1719
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeAggregateComplianceByConfigRulesRequest AWS API Documentation
@@ -1685,8 +1731,8 @@ module Aws::ConfigService
1685
1731
  # @return [Array<Types::AggregateComplianceByConfigRule>]
1686
1732
  #
1687
1733
  # @!attribute [rw] next_token
1688
- # The nextToken string returned on a previous page that you use to get
1689
- # the next page of results in a paginated response.
1734
+ # The `nextToken` string returned on a previous page that you use to
1735
+ # get the next page of results in a paginated response.
1690
1736
  # @return [String]
1691
1737
  #
1692
1738
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeAggregateComplianceByConfigRulesResponse AWS API Documentation
@@ -1712,8 +1758,8 @@ module Aws::ConfigService
1712
1758
  # @return [Integer]
1713
1759
  #
1714
1760
  # @!attribute [rw] next_token
1715
- # The nextToken string returned on a previous page that you use to get
1716
- # the next page of results in a paginated response.
1761
+ # The `nextToken` string returned on a previous page that you use to
1762
+ # get the next page of results in a paginated response.
1717
1763
  # @return [String]
1718
1764
  #
1719
1765
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeAggregationAuthorizationsRequest AWS API Documentation
@@ -1730,8 +1776,8 @@ module Aws::ConfigService
1730
1776
  # @return [Array<Types::AggregationAuthorization>]
1731
1777
  #
1732
1778
  # @!attribute [rw] next_token
1733
- # The nextToken string returned on a previous page that you use to get
1734
- # the next page of results in a paginated response.
1779
+ # The `nextToken` string returned on a previous page that you use to
1780
+ # get the next page of results in a paginated response.
1735
1781
  # @return [String]
1736
1782
  #
1737
1783
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeAggregationAuthorizationsResponse AWS API Documentation
@@ -1746,7 +1792,7 @@ module Aws::ConfigService
1746
1792
  # data as a hash:
1747
1793
  #
1748
1794
  # {
1749
- # config_rule_names: ["StringWithCharLimit64"],
1795
+ # config_rule_names: ["ConfigRuleName"],
1750
1796
  # compliance_types: ["COMPLIANT"], # accepts COMPLIANT, NON_COMPLIANT, NOT_APPLICABLE, INSUFFICIENT_DATA
1751
1797
  # next_token: "String",
1752
1798
  # }
@@ -1869,7 +1915,7 @@ module Aws::ConfigService
1869
1915
  # data as a hash:
1870
1916
  #
1871
1917
  # {
1872
- # config_rule_names: ["StringWithCharLimit64"],
1918
+ # config_rule_names: ["ConfigRuleName"],
1873
1919
  # next_token: "String",
1874
1920
  # limit: 1,
1875
1921
  # }
@@ -1929,7 +1975,7 @@ module Aws::ConfigService
1929
1975
  # data as a hash:
1930
1976
  #
1931
1977
  # {
1932
- # config_rule_names: ["StringWithCharLimit64"],
1978
+ # config_rule_names: ["ConfigRuleName"],
1933
1979
  # next_token: "String",
1934
1980
  # }
1935
1981
  #
@@ -1994,8 +2040,8 @@ module Aws::ConfigService
1994
2040
  # @return [Array<String>]
1995
2041
  #
1996
2042
  # @!attribute [rw] next_token
1997
- # The nextToken string returned on a previous page that you use to get
1998
- # the next page of results in a paginated response.
2043
+ # The `nextToken` string returned on a previous page that you use to
2044
+ # get the next page of results in a paginated response.
1999
2045
  # @return [String]
2000
2046
  #
2001
2047
  # @!attribute [rw] limit
@@ -2019,8 +2065,8 @@ module Aws::ConfigService
2019
2065
  # @return [Array<Types::AggregatedSourceStatus>]
2020
2066
  #
2021
2067
  # @!attribute [rw] next_token
2022
- # The nextToken string returned on a previous page that you use to get
2023
- # the next page of results in a paginated response.
2068
+ # The `nextToken` string returned on a previous page that you use to
2069
+ # get the next page of results in a paginated response.
2024
2070
  # @return [String]
2025
2071
  #
2026
2072
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationAggregatorSourcesStatusResponse AWS API Documentation
@@ -2045,8 +2091,8 @@ module Aws::ConfigService
2045
2091
  # @return [Array<String>]
2046
2092
  #
2047
2093
  # @!attribute [rw] next_token
2048
- # The nextToken string returned on a previous page that you use to get
2049
- # the next page of results in a paginated response.
2094
+ # The `nextToken` string returned on a previous page that you use to
2095
+ # get the next page of results in a paginated response.
2050
2096
  # @return [String]
2051
2097
  #
2052
2098
  # @!attribute [rw] limit
@@ -2069,8 +2115,8 @@ module Aws::ConfigService
2069
2115
  # @return [Array<Types::ConfigurationAggregator>]
2070
2116
  #
2071
2117
  # @!attribute [rw] next_token
2072
- # The nextToken string returned on a previous page that you use to get
2073
- # the next page of results in a paginated response.
2118
+ # The `nextToken` string returned on a previous page that you use to
2119
+ # get the next page of results in a paginated response.
2074
2120
  # @return [String]
2075
2121
  #
2076
2122
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationAggregatorsResponse AWS API Documentation
@@ -2228,12 +2274,20 @@ module Aws::ConfigService
2228
2274
  # }
2229
2275
  #
2230
2276
  # @!attribute [rw] organization_config_rule_names
2277
+ # The names of organization config rules for which you want status
2278
+ # details. If you do not specify any names, AWS Config returns details
2279
+ # for all your organization AWS Confg rules.
2231
2280
  # @return [Array<String>]
2232
2281
  #
2233
2282
  # @!attribute [rw] limit
2283
+ # The maximum number of `OrganizationConfigRuleStatuses` returned on
2284
+ # each page. If you do no specify a number, AWS Config uses the
2285
+ # default. The default is 100.
2234
2286
  # @return [Integer]
2235
2287
  #
2236
2288
  # @!attribute [rw] next_token
2289
+ # The `nextToken` string returned on a previous page that you use to
2290
+ # get the next page of results in a paginated response.
2237
2291
  # @return [String]
2238
2292
  #
2239
2293
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeOrganizationConfigRuleStatusesRequest AWS API Documentation
@@ -2246,9 +2300,12 @@ module Aws::ConfigService
2246
2300
  end
2247
2301
 
2248
2302
  # @!attribute [rw] organization_config_rule_statuses
2303
+ # A list of `OrganizationConfigRuleStatus` objects.
2249
2304
  # @return [Array<Types::OrganizationConfigRuleStatus>]
2250
2305
  #
2251
2306
  # @!attribute [rw] next_token
2307
+ # The `nextToken` string returned on a previous page that you use to
2308
+ # get the next page of results in a paginated response.
2252
2309
  # @return [String]
2253
2310
  #
2254
2311
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeOrganizationConfigRuleStatusesResponse AWS API Documentation
@@ -2269,12 +2326,20 @@ module Aws::ConfigService
2269
2326
  # }
2270
2327
  #
2271
2328
  # @!attribute [rw] organization_config_rule_names
2329
+ # The names of organization config rules for which you want details.
2330
+ # If you do not specify any names, AWS Config returns details for all
2331
+ # your organization config rules.
2272
2332
  # @return [Array<String>]
2273
2333
  #
2274
2334
  # @!attribute [rw] limit
2335
+ # The maximum number of organization config rules returned on each
2336
+ # page. If you do no specify a number, AWS Config uses the default.
2337
+ # The default is 100.
2275
2338
  # @return [Integer]
2276
2339
  #
2277
2340
  # @!attribute [rw] next_token
2341
+ # The `nextToken` string returned on a previous page that you use to
2342
+ # get the next page of results in a paginated response.
2278
2343
  # @return [String]
2279
2344
  #
2280
2345
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeOrganizationConfigRulesRequest AWS API Documentation
@@ -2287,9 +2352,12 @@ module Aws::ConfigService
2287
2352
  end
2288
2353
 
2289
2354
  # @!attribute [rw] organization_config_rules
2355
+ # Retuns a list `OrganizationConfigRule` objects.
2290
2356
  # @return [Array<Types::OrganizationConfigRule>]
2291
2357
  #
2292
2358
  # @!attribute [rw] next_token
2359
+ # The `nextToken` string returned on a previous page that you use to
2360
+ # get the next page of results in a paginated response.
2293
2361
  # @return [String]
2294
2362
  #
2295
2363
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeOrganizationConfigRulesResponse AWS API Documentation
@@ -2314,8 +2382,8 @@ module Aws::ConfigService
2314
2382
  # @return [Integer]
2315
2383
  #
2316
2384
  # @!attribute [rw] next_token
2317
- # The nextToken string returned on a previous page that you use to get
2318
- # the next page of results in a paginated response.
2385
+ # The `nextToken` string returned on a previous page that you use to
2386
+ # get the next page of results in a paginated response.
2319
2387
  # @return [String]
2320
2388
  #
2321
2389
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribePendingAggregationRequestsRequest AWS API Documentation
@@ -2331,8 +2399,8 @@ module Aws::ConfigService
2331
2399
  # @return [Array<Types::PendingAggregationRequest>]
2332
2400
  #
2333
2401
  # @!attribute [rw] next_token
2334
- # The nextToken string returned on a previous page that you use to get
2335
- # the next page of results in a paginated response.
2402
+ # The `nextToken` string returned on a previous page that you use to
2403
+ # get the next page of results in a paginated response.
2336
2404
  # @return [String]
2337
2405
  #
2338
2406
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribePendingAggregationRequestsResponse AWS API Documentation
@@ -2347,7 +2415,7 @@ module Aws::ConfigService
2347
2415
  # data as a hash:
2348
2416
  #
2349
2417
  # {
2350
- # config_rule_names: ["StringWithCharLimit64"], # required
2418
+ # config_rule_names: ["ConfigRuleName"], # required
2351
2419
  # }
2352
2420
  #
2353
2421
  # @!attribute [rw] config_rule_names
@@ -2373,19 +2441,82 @@ module Aws::ConfigService
2373
2441
  include Aws::Structure
2374
2442
  end
2375
2443
 
2444
+ # @note When making an API call, you may pass DescribeRemediationExceptionsRequest
2445
+ # data as a hash:
2446
+ #
2447
+ # {
2448
+ # config_rule_name: "ConfigRuleName", # required
2449
+ # resource_keys: [
2450
+ # {
2451
+ # resource_type: "StringWithCharLimit256",
2452
+ # resource_id: "StringWithCharLimit1024",
2453
+ # },
2454
+ # ],
2455
+ # limit: 1,
2456
+ # next_token: "String",
2457
+ # }
2458
+ #
2459
+ # @!attribute [rw] config_rule_name
2460
+ # The name of the AWS Config rule.
2461
+ # @return [String]
2462
+ #
2463
+ # @!attribute [rw] resource_keys
2464
+ # An exception list of resource exception keys to be processed with
2465
+ # the current request. AWS Config adds exception for each resource
2466
+ # key. For example, AWS Config adds 3 exceptions for 3 resource keys.
2467
+ # @return [Array<Types::RemediationExceptionResourceKey>]
2468
+ #
2469
+ # @!attribute [rw] limit
2470
+ # The maximum number of RemediationExceptionResourceKey returned on
2471
+ # each page. The default is 25. If you specify 0, AWS Config uses the
2472
+ # default.
2473
+ # @return [Integer]
2474
+ #
2475
+ # @!attribute [rw] next_token
2476
+ # The `nextToken` string returned in a previous request that you use
2477
+ # to request the next page of results in a paginated response.
2478
+ # @return [String]
2479
+ #
2480
+ # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeRemediationExceptionsRequest AWS API Documentation
2481
+ #
2482
+ class DescribeRemediationExceptionsRequest < Struct.new(
2483
+ :config_rule_name,
2484
+ :resource_keys,
2485
+ :limit,
2486
+ :next_token)
2487
+ include Aws::Structure
2488
+ end
2489
+
2490
+ # @!attribute [rw] remediation_exceptions
2491
+ # Returns a list of remediation exception objects.
2492
+ # @return [Array<Types::RemediationException>]
2493
+ #
2494
+ # @!attribute [rw] next_token
2495
+ # The `nextToken` string returned in a previous request that you use
2496
+ # to request the next page of results in a paginated response.
2497
+ # @return [String]
2498
+ #
2499
+ # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeRemediationExceptionsResponse AWS API Documentation
2500
+ #
2501
+ class DescribeRemediationExceptionsResponse < Struct.new(
2502
+ :remediation_exceptions,
2503
+ :next_token)
2504
+ include Aws::Structure
2505
+ end
2506
+
2376
2507
  # @note When making an API call, you may pass DescribeRemediationExecutionStatusRequest
2377
2508
  # data as a hash:
2378
2509
  #
2379
2510
  # {
2380
- # config_rule_name: "StringWithCharLimit64", # required
2511
+ # config_rule_name: "ConfigRuleName", # required
2381
2512
  # resource_keys: [
2382
2513
  # {
2383
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::DynamoDB::Table, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::WAF::RuleGroup, AWS::WAFRegional::RuleGroup, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::ElasticLoadBalancing::LoadBalancer, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::CodePipeline::Pipeline
2514
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBParameterGroup, AWS::RDS::DBOptionGroup, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterParameterGroup, 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::Alias, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::MobileHub::Project, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::LicenseManager::LicenseConfiguration, AWS::ApiGateway::DomainName, AWS::ApiGateway::Method, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::DomainName, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio
2384
2515
  # resource_id: "ResourceId", # required
2385
2516
  # },
2386
2517
  # ],
2387
2518
  # limit: 1,
2388
- # next_token: "StringWithCharLimit256",
2519
+ # next_token: "String",
2389
2520
  # }
2390
2521
  #
2391
2522
  # @!attribute [rw] config_rule_name
@@ -2643,6 +2774,50 @@ module Aws::ConfigService
2643
2774
  include Aws::Structure
2644
2775
  end
2645
2776
 
2777
+ # The controls that AWS Config uses for executing remediations.
2778
+ #
2779
+ # @note When making an API call, you may pass ExecutionControls
2780
+ # data as a hash:
2781
+ #
2782
+ # {
2783
+ # ssm_controls: {
2784
+ # concurrent_execution_rate_percentage: 1,
2785
+ # error_percentage: 1,
2786
+ # },
2787
+ # }
2788
+ #
2789
+ # @!attribute [rw] ssm_controls
2790
+ # A SsmControls object.
2791
+ # @return [Types::SsmControls]
2792
+ #
2793
+ # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ExecutionControls AWS API Documentation
2794
+ #
2795
+ class ExecutionControls < Struct.new(
2796
+ :ssm_controls)
2797
+ include Aws::Structure
2798
+ end
2799
+
2800
+ # List of each of the failed delete remediation exceptions with specific
2801
+ # reasons.
2802
+ #
2803
+ # @!attribute [rw] failure_message
2804
+ # Returns a failure message for delete remediation exception. For
2805
+ # example, AWS Config creates an exception due to an internal error.
2806
+ # @return [String]
2807
+ #
2808
+ # @!attribute [rw] failed_items
2809
+ # Returns remediation exception resource key object of the failed
2810
+ # items.
2811
+ # @return [Array<Types::RemediationExceptionResourceKey>]
2812
+ #
2813
+ # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/FailedDeleteRemediationExceptionsBatch AWS API Documentation
2814
+ #
2815
+ class FailedDeleteRemediationExceptionsBatch < Struct.new(
2816
+ :failure_message,
2817
+ :failed_items)
2818
+ include Aws::Structure
2819
+ end
2820
+
2646
2821
  # List of each of the failed remediations with specific reasons.
2647
2822
  #
2648
2823
  # @!attribute [rw] failure_message
@@ -2662,6 +2837,27 @@ module Aws::ConfigService
2662
2837
  include Aws::Structure
2663
2838
  end
2664
2839
 
2840
+ # List of each of the failed remediation exceptions with specific
2841
+ # reasons.
2842
+ #
2843
+ # @!attribute [rw] failure_message
2844
+ # Returns a failure message. For example, the auto-remediation has
2845
+ # failed.
2846
+ # @return [String]
2847
+ #
2848
+ # @!attribute [rw] failed_items
2849
+ # Returns remediation exception resource key object of the failed
2850
+ # items.
2851
+ # @return [Array<Types::RemediationException>]
2852
+ #
2853
+ # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/FailedRemediationExceptionBatch AWS API Documentation
2854
+ #
2855
+ class FailedRemediationExceptionBatch < Struct.new(
2856
+ :failure_message,
2857
+ :failed_items)
2858
+ include Aws::Structure
2859
+ end
2860
+
2665
2861
  # Details about the fields such as name of the field.
2666
2862
  #
2667
2863
  # @!attribute [rw] name
@@ -2723,8 +2919,8 @@ module Aws::ConfigService
2723
2919
  # @return [Integer]
2724
2920
  #
2725
2921
  # @!attribute [rw] next_token
2726
- # The nextToken string returned on a previous page that you use to get
2727
- # the next page of results in a paginated response.
2922
+ # The `nextToken` string returned on a previous page that you use to
2923
+ # get the next page of results in a paginated response.
2728
2924
  # @return [String]
2729
2925
  #
2730
2926
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateComplianceDetailsByConfigRuleRequest AWS API Documentation
@@ -2745,8 +2941,8 @@ module Aws::ConfigService
2745
2941
  # @return [Array<Types::AggregateEvaluationResult>]
2746
2942
  #
2747
2943
  # @!attribute [rw] next_token
2748
- # The nextToken string returned on a previous page that you use to get
2749
- # the next page of results in a paginated response.
2944
+ # The `nextToken` string returned on a previous page that you use to
2945
+ # get the next page of results in a paginated response.
2750
2946
  # @return [String]
2751
2947
  #
2752
2948
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateComplianceDetailsByConfigRuleResponse AWS API Documentation
@@ -2791,8 +2987,8 @@ module Aws::ConfigService
2791
2987
  # @return [Integer]
2792
2988
  #
2793
2989
  # @!attribute [rw] next_token
2794
- # The nextToken string returned on a previous page that you use to get
2795
- # the next page of results in a paginated response.
2990
+ # The `nextToken` string returned on a previous page that you use to
2991
+ # get the next page of results in a paginated response.
2796
2992
  # @return [String]
2797
2993
  #
2798
2994
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateConfigRuleComplianceSummaryRequest AWS API Documentation
@@ -2815,8 +3011,8 @@ module Aws::ConfigService
2815
3011
  # @return [Array<Types::AggregateComplianceCount>]
2816
3012
  #
2817
3013
  # @!attribute [rw] next_token
2818
- # The nextToken string returned on a previous page that you use to get
2819
- # the next page of results in a paginated response.
3014
+ # The `nextToken` string returned on a previous page that you use to
3015
+ # get the next page of results in a paginated response.
2820
3016
  # @return [String]
2821
3017
  #
2822
3018
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateConfigRuleComplianceSummaryResponse AWS API Documentation
@@ -2834,7 +3030,7 @@ module Aws::ConfigService
2834
3030
  # {
2835
3031
  # configuration_aggregator_name: "ConfigurationAggregatorName", # required
2836
3032
  # filters: {
2837
- # resource_type: "AWS::EC2::CustomerGateway", # accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::DynamoDB::Table, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::WAF::RuleGroup, AWS::WAFRegional::RuleGroup, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::ElasticLoadBalancing::LoadBalancer, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::CodePipeline::Pipeline
3033
+ # resource_type: "AWS::EC2::CustomerGateway", # accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBParameterGroup, AWS::RDS::DBOptionGroup, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterParameterGroup, 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::Alias, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::MobileHub::Project, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::LicenseManager::LicenseConfiguration, AWS::ApiGateway::DomainName, AWS::ApiGateway::Method, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::DomainName, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio
2838
3034
  # account_id: "AccountId",
2839
3035
  # region: "AwsRegion",
2840
3036
  # },
@@ -2915,7 +3111,7 @@ module Aws::ConfigService
2915
3111
  # source_account_id: "AccountId", # required
2916
3112
  # source_region: "AwsRegion", # required
2917
3113
  # resource_id: "ResourceId", # required
2918
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::DynamoDB::Table, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::WAF::RuleGroup, AWS::WAFRegional::RuleGroup, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::ElasticLoadBalancing::LoadBalancer, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::CodePipeline::Pipeline
3114
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBParameterGroup, AWS::RDS::DBOptionGroup, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterParameterGroup, 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::Alias, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::MobileHub::Project, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::LicenseManager::LicenseConfiguration, AWS::ApiGateway::DomainName, AWS::ApiGateway::Method, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::DomainName, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio
2919
3115
  # resource_name: "ResourceName",
2920
3116
  # },
2921
3117
  # }
@@ -3217,15 +3413,23 @@ module Aws::ConfigService
3217
3413
  # }
3218
3414
  #
3219
3415
  # @!attribute [rw] organization_config_rule_name
3416
+ # The name of organization config rule for which you want status
3417
+ # details for member accounts.
3220
3418
  # @return [String]
3221
3419
  #
3222
3420
  # @!attribute [rw] filters
3421
+ # A `StatusDetailFilters` object.
3223
3422
  # @return [Types::StatusDetailFilters]
3224
3423
  #
3225
3424
  # @!attribute [rw] limit
3425
+ # The maximum number of `OrganizationConfigRuleDetailedStatus`
3426
+ # returned on each page. If you do not specify a number, AWS Config
3427
+ # uses the default. The default is 100.
3226
3428
  # @return [Integer]
3227
3429
  #
3228
3430
  # @!attribute [rw] next_token
3431
+ # The `nextToken` string returned on a previous page that you use to
3432
+ # get the next page of results in a paginated response.
3229
3433
  # @return [String]
3230
3434
  #
3231
3435
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetOrganizationConfigRuleDetailedStatusRequest AWS API Documentation
@@ -3239,9 +3443,12 @@ module Aws::ConfigService
3239
3443
  end
3240
3444
 
3241
3445
  # @!attribute [rw] organization_config_rule_detailed_status
3446
+ # A list of `MemberAccountStatus` objects.
3242
3447
  # @return [Array<Types::MemberAccountStatus>]
3243
3448
  #
3244
3449
  # @!attribute [rw] next_token
3450
+ # The `nextToken` string returned on a previous page that you use to
3451
+ # get the next page of results in a paginated response.
3245
3452
  # @return [String]
3246
3453
  #
3247
3454
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetOrganizationConfigRuleDetailedStatusResponse AWS API Documentation
@@ -3258,7 +3465,7 @@ module Aws::ConfigService
3258
3465
  # data as a hash:
3259
3466
  #
3260
3467
  # {
3261
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::DynamoDB::Table, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::WAF::RuleGroup, AWS::WAFRegional::RuleGroup, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::ElasticLoadBalancing::LoadBalancer, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::CodePipeline::Pipeline
3468
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBParameterGroup, AWS::RDS::DBOptionGroup, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterParameterGroup, 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::Alias, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::MobileHub::Project, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::LicenseManager::LicenseConfiguration, AWS::ApiGateway::DomainName, AWS::ApiGateway::Method, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::DomainName, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio
3262
3469
  # resource_id: "ResourceId", # required
3263
3470
  # later_time: Time.now,
3264
3471
  # earlier_time: Time.now,
@@ -3360,7 +3567,7 @@ module Aws::ConfigService
3360
3567
  #
3361
3568
  # {
3362
3569
  # configuration_aggregator_name: "ConfigurationAggregatorName", # required
3363
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::DynamoDB::Table, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::WAF::RuleGroup, AWS::WAFRegional::RuleGroup, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::ElasticLoadBalancing::LoadBalancer, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::CodePipeline::Pipeline
3570
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBParameterGroup, AWS::RDS::DBOptionGroup, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterParameterGroup, 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::Alias, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::MobileHub::Project, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::LicenseManager::LicenseConfiguration, AWS::ApiGateway::DomainName, AWS::ApiGateway::Method, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::DomainName, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio
3364
3571
  # filters: {
3365
3572
  # account_id: "AccountId",
3366
3573
  # resource_id: "ResourceId",
@@ -3427,7 +3634,7 @@ module Aws::ConfigService
3427
3634
  # data as a hash:
3428
3635
  #
3429
3636
  # {
3430
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::DynamoDB::Table, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::WAF::RuleGroup, AWS::WAFRegional::RuleGroup, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::ElasticLoadBalancing::LoadBalancer, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::CodePipeline::Pipeline
3637
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBParameterGroup, AWS::RDS::DBOptionGroup, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterParameterGroup, 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::Alias, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::MobileHub::Project, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::LicenseManager::LicenseConfiguration, AWS::ApiGateway::DomainName, AWS::ApiGateway::Method, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::DomainName, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio
3431
3638
  # resource_ids: ["ResourceId"],
3432
3639
  # resource_name: "ResourceName",
3433
3640
  # limit: 1,
@@ -3523,8 +3730,8 @@ module Aws::ConfigService
3523
3730
  # @return [Integer]
3524
3731
  #
3525
3732
  # @!attribute [rw] next_token
3526
- # The nextToken string returned on a previous page that you use to get
3527
- # the next page of results in a paginated response.
3733
+ # The `nextToken` string returned on a previous page that you use to
3734
+ # get the next page of results in a paginated response.
3528
3735
  # @return [String]
3529
3736
  #
3530
3737
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListTagsForResourceRequest AWS API Documentation
@@ -3541,8 +3748,8 @@ module Aws::ConfigService
3541
3748
  # @return [Array<Types::Tag>]
3542
3749
  #
3543
3750
  # @!attribute [rw] next_token
3544
- # The nextToken string returned on a previous page that you use to get
3545
- # the next page of results in a paginated response.
3751
+ # The `nextToken` string returned on a previous page that you use to
3752
+ # get the next page of results in a paginated response.
3546
3753
  # @return [String]
3547
3754
  #
3548
3755
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListTagsForResourceResponse AWS API Documentation
@@ -3553,22 +3760,70 @@ module Aws::ConfigService
3553
3760
  include Aws::Structure
3554
3761
  end
3555
3762
 
3763
+ # Organization config rule creation or deletion status in each member
3764
+ # account. This includes the name of the rule, the status, error code
3765
+ # and error message when the rule creation or deletion failed.
3766
+ #
3556
3767
  # @!attribute [rw] account_id
3768
+ # The 12-digit account ID of a member account.
3557
3769
  # @return [String]
3558
3770
  #
3559
3771
  # @!attribute [rw] config_rule_name
3772
+ # The name of config rule deployed in the member account.
3560
3773
  # @return [String]
3561
3774
  #
3562
3775
  # @!attribute [rw] member_account_rule_status
3776
+ # Indicates deployment status for config rule in the member account.
3777
+ # When master account calls `PutOrganizationConfigRule` action for the
3778
+ # first time, config rule status is created in the member account.
3779
+ # When master account calls `PutOrganizationConfigRule` action for the
3780
+ # second time, config rule status is updated in the member account.
3781
+ # Config rule status is deleted when the master account deletes
3782
+ # `OrganizationConfigRule` and disables service access for
3783
+ # `config-multiaccountsetup.amazonaws.com`.
3784
+ #
3785
+ # AWS Config sets the state of the rule to:
3786
+ #
3787
+ # * `CREATE_SUCCESSFUL` when config rule has been created in the
3788
+ # member account.
3789
+ #
3790
+ # * `CREATE_IN_PROGRESS` when config rule is being created in the
3791
+ # member account.
3792
+ #
3793
+ # * `CREATE_FAILED` when config rule creation has failed in the member
3794
+ # account.
3795
+ #
3796
+ # * `DELETE_FAILED` when config rule deletion has failed in the member
3797
+ # account.
3798
+ #
3799
+ # * `DELETE_IN_PROGRESS` when config rule is being deleted in the
3800
+ # member account.
3801
+ #
3802
+ # * `DELETE_SUCCESSFUL` when config rule has been deleted in the
3803
+ # member account.
3804
+ #
3805
+ # * `UPDATE_SUCCESSFUL` when config rule has been updated in the
3806
+ # member account.
3807
+ #
3808
+ # * `UPDATE_IN_PROGRESS` when config rule is being updated in the
3809
+ # member account.
3810
+ #
3811
+ # * `UPDATE_FAILED` when config rule deletion has failed in the member
3812
+ # account.
3563
3813
  # @return [String]
3564
3814
  #
3565
3815
  # @!attribute [rw] error_code
3816
+ # An error code that is returned when config rule creation or deletion
3817
+ # failed in the member account.
3566
3818
  # @return [String]
3567
3819
  #
3568
3820
  # @!attribute [rw] error_message
3821
+ # An error message indicating that config rule account creation or
3822
+ # deletion has failed due to an error in the member account.
3569
3823
  # @return [String]
3570
3824
  #
3571
3825
  # @!attribute [rw] last_update_time
3826
+ # The timestamp of the last status update.
3572
3827
  # @return [Time]
3573
3828
  #
3574
3829
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/MemberAccountStatus AWS API Documentation
@@ -3617,22 +3872,32 @@ module Aws::ConfigService
3617
3872
  include Aws::Structure
3618
3873
  end
3619
3874
 
3875
+ # An organization config rule that has information about config rules
3876
+ # that AWS Config creates in member accounts.
3877
+ #
3620
3878
  # @!attribute [rw] organization_config_rule_name
3879
+ # The name that you assign to organization config rule.
3621
3880
  # @return [String]
3622
3881
  #
3623
3882
  # @!attribute [rw] organization_config_rule_arn
3883
+ # The Amazon Resource Name (ARN) of organization config rule.
3624
3884
  # @return [String]
3625
3885
  #
3626
3886
  # @!attribute [rw] organization_managed_rule_metadata
3887
+ # An `OrganizationManagedRuleMetadata` object.
3627
3888
  # @return [Types::OrganizationManagedRuleMetadata]
3628
3889
  #
3629
3890
  # @!attribute [rw] organization_custom_rule_metadata
3891
+ # An `OrganizationCustomRuleMetadata` object.
3630
3892
  # @return [Types::OrganizationCustomRuleMetadata]
3631
3893
  #
3632
3894
  # @!attribute [rw] excluded_accounts
3895
+ # A comma-separated list of accounts excluded from organization config
3896
+ # rule.
3633
3897
  # @return [Array<String>]
3634
3898
  #
3635
3899
  # @!attribute [rw] last_update_time
3900
+ # The timestamp of the last update.
3636
3901
  # @return [Time]
3637
3902
  #
3638
3903
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/OrganizationConfigRule AWS API Documentation
@@ -3647,19 +3912,66 @@ module Aws::ConfigService
3647
3912
  include Aws::Structure
3648
3913
  end
3649
3914
 
3915
+ # Returns the status for an organization config rule in an organization.
3916
+ #
3650
3917
  # @!attribute [rw] organization_config_rule_name
3918
+ # The name that you assign to organization config rule.
3651
3919
  # @return [String]
3652
3920
  #
3653
3921
  # @!attribute [rw] organization_rule_status
3922
+ # Indicates deployment status of an organization config rule. When
3923
+ # master account calls PutOrganizationConfigRule action for the first
3924
+ # time, config rule status is created in all the member accounts. When
3925
+ # master account calls PutOrganizationConfigRule action for the second
3926
+ # time, config rule status is updated in all the member accounts.
3927
+ # Additionally, config rule status is updated when one or more member
3928
+ # accounts join or leave an organization. Config rule status is
3929
+ # deleted when the master account deletes OrganizationConfigRule in
3930
+ # all the member accounts and disables service access for
3931
+ # `config-multiaccountsetup.amazonaws.com`.
3932
+ #
3933
+ # AWS Config sets the state of the rule to:
3934
+ #
3935
+ # * `CREATE_SUCCESSFUL` when an organization config rule has been
3936
+ # successfully created in all the member accounts.
3937
+ #
3938
+ # * `CREATE_IN_PROGRESS` when an organization config rule creation is
3939
+ # in progress.
3940
+ #
3941
+ # * `CREATE_FAILED` when an organization config rule creation failed
3942
+ # in one or more member accounts within that organization.
3943
+ #
3944
+ # * `DELETE_FAILED` when an organization config rule deletion failed
3945
+ # in one or more member accounts within that organization.
3946
+ #
3947
+ # * `DELETE_IN_PROGRESS` when an organization config rule deletion is
3948
+ # in progress.
3949
+ #
3950
+ # * `DELETE_SUCCESSFUL` when an organization config rule has been
3951
+ # successfully deleted from all the member accounts.
3952
+ #
3953
+ # * `UPDATE_SUCCESSFUL` when an organization config rule has been
3954
+ # successfully updated in all the member accounts.
3955
+ #
3956
+ # * `UPDATE_IN_PROGRESS` when an organization config rule update is in
3957
+ # progress.
3958
+ #
3959
+ # * `UPDATE_FAILED` when an organization config rule update failed in
3960
+ # one or more member accounts within that organization.
3654
3961
  # @return [String]
3655
3962
  #
3656
3963
  # @!attribute [rw] error_code
3964
+ # An error code that is returned when organization config rule
3965
+ # creation or deletion has failed.
3657
3966
  # @return [String]
3658
3967
  #
3659
3968
  # @!attribute [rw] error_message
3969
+ # An error message indicating that organization config rule creation
3970
+ # or deletion failed due to an error.
3660
3971
  # @return [String]
3661
3972
  #
3662
3973
  # @!attribute [rw] last_update_time
3974
+ # The timestamp of the last update.
3663
3975
  # @return [Time]
3664
3976
  #
3665
3977
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/OrganizationConfigRuleStatus AWS API Documentation
@@ -3673,6 +3985,13 @@ module Aws::ConfigService
3673
3985
  include Aws::Structure
3674
3986
  end
3675
3987
 
3988
+ # An object that specifies organization custom rule metadata such as
3989
+ # resource type, resource ID of AWS resource, Lamdba function ARN, and
3990
+ # organization trigger types that trigger AWS Config to evaluate your
3991
+ # AWS resources against a rule. It also provides the frequency with
3992
+ # which you want AWS Config to run evaluations for the rule if the
3993
+ # trigger type is periodic.
3994
+ #
3676
3995
  # @note When making an API call, you may pass OrganizationCustomRuleMetadata
3677
3996
  # data as a hash:
3678
3997
  #
@@ -3689,30 +4008,66 @@ module Aws::ConfigService
3689
4008
  # }
3690
4009
  #
3691
4010
  # @!attribute [rw] description
4011
+ # The description that you provide for organization config rule.
3692
4012
  # @return [String]
3693
4013
  #
3694
4014
  # @!attribute [rw] lambda_function_arn
4015
+ # The lambda function ARN.
3695
4016
  # @return [String]
3696
4017
  #
3697
4018
  # @!attribute [rw] organization_config_rule_trigger_types
4019
+ # The type of notification that triggers AWS Config to run an
4020
+ # evaluation for a rule. You can specify the following notification
4021
+ # types:
4022
+ #
4023
+ # * `ConfigurationItemChangeNotification` - Triggers an evaluation
4024
+ # when AWS Config delivers a configuration item as a result of a
4025
+ # resource change.
4026
+ #
4027
+ # * `OversizedConfigurationItemChangeNotification` - Triggers an
4028
+ # evaluation when AWS Config delivers an oversized configuration
4029
+ # item. AWS Config may generate this notification type when a
4030
+ # resource changes and the notification exceeds the maximum size
4031
+ # allowed by Amazon SNS.
4032
+ #
4033
+ # * `ScheduledNotification` - Triggers a periodic evaluation at the
4034
+ # frequency specified for `MaximumExecutionFrequency`.
3698
4035
  # @return [Array<String>]
3699
4036
  #
3700
4037
  # @!attribute [rw] input_parameters
4038
+ # A string, in JSON format, that is passed to organization config rule
4039
+ # Lambda function.
3701
4040
  # @return [String]
3702
4041
  #
3703
4042
  # @!attribute [rw] maximum_execution_frequency
4043
+ # The maximum frequency with which AWS Config runs evaluations for a
4044
+ # rule. Your custom rule is triggered when AWS Config delivers the
4045
+ # configuration snapshot. For more information, see
4046
+ # ConfigSnapshotDeliveryProperties.
4047
+ #
4048
+ # <note markdown="1"> By default, rules with a periodic trigger are evaluated every 24
4049
+ # hours. To change the frequency, specify a valid value for the
4050
+ # `MaximumExecutionFrequency` parameter.
4051
+ #
4052
+ # </note>
3704
4053
  # @return [String]
3705
4054
  #
3706
4055
  # @!attribute [rw] resource_types_scope
4056
+ # The type of the AWS resource that was evaluated.
3707
4057
  # @return [Array<String>]
3708
4058
  #
3709
4059
  # @!attribute [rw] resource_id_scope
4060
+ # The ID of the AWS resource that was evaluated.
3710
4061
  # @return [String]
3711
4062
  #
3712
4063
  # @!attribute [rw] tag_key_scope
4064
+ # One part of a key-value pair that make up a tag. A key is a general
4065
+ # label that acts like a category for more specific tag values.
3713
4066
  # @return [String]
3714
4067
  #
3715
4068
  # @!attribute [rw] tag_value_scope
4069
+ # The optional part of a key-value pair that make up a tag. A value
4070
+ # acts as a descriptor within a tag category (key).
3716
4071
  # @return [String]
3717
4072
  #
3718
4073
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/OrganizationCustomRuleMetadata AWS API Documentation
@@ -3730,6 +4085,11 @@ module Aws::ConfigService
3730
4085
  include Aws::Structure
3731
4086
  end
3732
4087
 
4088
+ # An object that specifies organization managed rule metadata such as
4089
+ # resource type and ID of AWS resource along with the rule identifier.
4090
+ # It also provides the frequency with which you want AWS Config to run
4091
+ # evaluations for the rule if the trigger type is periodic.
4092
+ #
3733
4093
  # @note When making an API call, you may pass OrganizationManagedRuleMetadata
3734
4094
  # data as a hash:
3735
4095
  #
@@ -3745,27 +4105,52 @@ module Aws::ConfigService
3745
4105
  # }
3746
4106
  #
3747
4107
  # @!attribute [rw] description
4108
+ # The description that you provide for organization config rule.
3748
4109
  # @return [String]
3749
4110
  #
3750
4111
  # @!attribute [rw] rule_identifier
4112
+ # For organization config managed rules, a predefined identifier from
4113
+ # a list. For example, `IAM_PASSWORD_POLICY` is a managed rule. To
4114
+ # reference a managed rule, see [Using AWS Managed Config Rules][1].
4115
+ #
4116
+ #
4117
+ #
4118
+ # [1]: https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html
3751
4119
  # @return [String]
3752
4120
  #
3753
4121
  # @!attribute [rw] input_parameters
4122
+ # A string, in JSON format, that is passed to organization config rule
4123
+ # Lambda function.
3754
4124
  # @return [String]
3755
4125
  #
3756
4126
  # @!attribute [rw] maximum_execution_frequency
4127
+ # The maximum frequency with which AWS Config runs evaluations for a
4128
+ # rule. You are using an AWS managed rule that is triggered at a
4129
+ # periodic frequency.
4130
+ #
4131
+ # <note markdown="1"> By default, rules with a periodic trigger are evaluated every 24
4132
+ # hours. To change the frequency, specify a valid value for the
4133
+ # `MaximumExecutionFrequency` parameter.
4134
+ #
4135
+ # </note>
3757
4136
  # @return [String]
3758
4137
  #
3759
4138
  # @!attribute [rw] resource_types_scope
4139
+ # The type of the AWS resource that was evaluated.
3760
4140
  # @return [Array<String>]
3761
4141
  #
3762
4142
  # @!attribute [rw] resource_id_scope
4143
+ # The ID of the AWS resource that was evaluated.
3763
4144
  # @return [String]
3764
4145
  #
3765
4146
  # @!attribute [rw] tag_key_scope
4147
+ # One part of a key-value pair that make up a tag. A key is a general
4148
+ # label that acts like a category for more specific tag values.
3766
4149
  # @return [String]
3767
4150
  #
3768
4151
  # @!attribute [rw] tag_value_scope
4152
+ # The optional part of a key-value pair that make up a tag. A value
4153
+ # acts as a descriptor within a tag category (key).
3769
4154
  # @return [String]
3770
4155
  #
3771
4156
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/OrganizationManagedRuleMetadata AWS API Documentation
@@ -3824,6 +4209,7 @@ module Aws::ConfigService
3824
4209
  # @return [String]
3825
4210
  #
3826
4211
  # @!attribute [rw] tags
4212
+ # An array of tag object.
3827
4213
  # @return [Array<Types::Tag>]
3828
4214
  #
3829
4215
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutAggregationAuthorizationRequest AWS API Documentation
@@ -3890,6 +4276,7 @@ module Aws::ConfigService
3890
4276
  # @return [Types::ConfigRule]
3891
4277
  #
3892
4278
  # @!attribute [rw] tags
4279
+ # An array of tag object.
3893
4280
  # @return [Array<Types::Tag>]
3894
4281
  #
3895
4282
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigRuleRequest AWS API Documentation
@@ -3938,6 +4325,7 @@ module Aws::ConfigService
3938
4325
  # @return [Types::OrganizationAggregationSource]
3939
4326
  #
3940
4327
  # @!attribute [rw] tags
4328
+ # An array of tag object.
3941
4329
  # @return [Array<Types::Tag>]
3942
4330
  #
3943
4331
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigurationAggregatorRequest AWS API Documentation
@@ -3973,7 +4361,7 @@ module Aws::ConfigService
3973
4361
  # recording_group: {
3974
4362
  # all_supported: false,
3975
4363
  # include_global_resource_types: false,
3976
- # resource_types: ["AWS::EC2::CustomerGateway"], # accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::DynamoDB::Table, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::WAF::RuleGroup, AWS::WAFRegional::RuleGroup, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::ElasticLoadBalancing::LoadBalancer, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::CodePipeline::Pipeline
4364
+ # resource_types: ["AWS::EC2::CustomerGateway"], # accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBParameterGroup, AWS::RDS::DBOptionGroup, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterParameterGroup, 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::Alias, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::MobileHub::Project, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::LicenseManager::LicenseConfiguration, AWS::ApiGateway::DomainName, AWS::ApiGateway::Method, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::DomainName, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio
3977
4365
  # },
3978
4366
  # },
3979
4367
  # }
@@ -4112,15 +4500,20 @@ module Aws::ConfigService
4112
4500
  # }
4113
4501
  #
4114
4502
  # @!attribute [rw] organization_config_rule_name
4503
+ # The name that you assign to an organization config rule.
4115
4504
  # @return [String]
4116
4505
  #
4117
4506
  # @!attribute [rw] organization_managed_rule_metadata
4507
+ # An `OrganizationManagedRuleMetadata` object.
4118
4508
  # @return [Types::OrganizationManagedRuleMetadata]
4119
4509
  #
4120
4510
  # @!attribute [rw] organization_custom_rule_metadata
4511
+ # An `OrganizationCustomRuleMetadata` object.
4121
4512
  # @return [Types::OrganizationCustomRuleMetadata]
4122
4513
  #
4123
4514
  # @!attribute [rw] excluded_accounts
4515
+ # A comma-separated list of accounts that you want to exclude from an
4516
+ # organization config rule.
4124
4517
  # @return [Array<String>]
4125
4518
  #
4126
4519
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutOrganizationConfigRuleRequest AWS API Documentation
@@ -4134,6 +4527,7 @@ module Aws::ConfigService
4134
4527
  end
4135
4528
 
4136
4529
  # @!attribute [rw] organization_config_rule_arn
4530
+ # The Amazon Resource Name (ARN) of an organization config rule.
4137
4531
  # @return [String]
4138
4532
  #
4139
4533
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutOrganizationConfigRuleResponse AWS API Documentation
@@ -4149,21 +4543,32 @@ module Aws::ConfigService
4149
4543
  # {
4150
4544
  # remediation_configurations: [ # required
4151
4545
  # {
4152
- # config_rule_name: "StringWithCharLimit64", # required
4546
+ # config_rule_name: "ConfigRuleName", # required
4153
4547
  # target_type: "SSM_DOCUMENT", # required, accepts SSM_DOCUMENT
4154
4548
  # target_id: "StringWithCharLimit256", # required
4155
4549
  # target_version: "String",
4156
4550
  # parameters: {
4157
4551
  # "StringWithCharLimit256" => {
4158
4552
  # resource_value: {
4159
- # value: "RESOURCE_ID", # accepts RESOURCE_ID
4553
+ # value: "RESOURCE_ID", # required, accepts RESOURCE_ID
4160
4554
  # },
4161
4555
  # static_value: {
4162
- # values: ["StringWithCharLimit256"],
4556
+ # values: ["StringWithCharLimit256"], # required
4163
4557
  # },
4164
4558
  # },
4165
4559
  # },
4166
4560
  # resource_type: "String",
4561
+ # automatic: false,
4562
+ # execution_controls: {
4563
+ # ssm_controls: {
4564
+ # concurrent_execution_rate_percentage: 1,
4565
+ # error_percentage: 1,
4566
+ # },
4567
+ # },
4568
+ # maximum_automatic_attempts: 1,
4569
+ # retry_attempt_seconds: 1,
4570
+ # arn: "StringWithCharLimit1024",
4571
+ # created_by_service: "StringWithCharLimit1024",
4167
4572
  # },
4168
4573
  # ],
4169
4574
  # }
@@ -4190,6 +4595,63 @@ module Aws::ConfigService
4190
4595
  include Aws::Structure
4191
4596
  end
4192
4597
 
4598
+ # @note When making an API call, you may pass PutRemediationExceptionsRequest
4599
+ # data as a hash:
4600
+ #
4601
+ # {
4602
+ # config_rule_name: "ConfigRuleName", # required
4603
+ # resource_keys: [ # required
4604
+ # {
4605
+ # resource_type: "StringWithCharLimit256",
4606
+ # resource_id: "StringWithCharLimit1024",
4607
+ # },
4608
+ # ],
4609
+ # message: "StringWithCharLimit1024",
4610
+ # expiration_time: Time.now,
4611
+ # }
4612
+ #
4613
+ # @!attribute [rw] config_rule_name
4614
+ # The name of the AWS Config rule for which you want to create
4615
+ # remediation exception.
4616
+ # @return [String]
4617
+ #
4618
+ # @!attribute [rw] resource_keys
4619
+ # An exception list of resource exception keys to be processed with
4620
+ # the current request. AWS Config adds exception for each resource
4621
+ # key. For example, AWS Config adds 3 exceptions for 3 resource keys.
4622
+ # @return [Array<Types::RemediationExceptionResourceKey>]
4623
+ #
4624
+ # @!attribute [rw] message
4625
+ # The message contains an explanation of the exception.
4626
+ # @return [String]
4627
+ #
4628
+ # @!attribute [rw] expiration_time
4629
+ # The exception is automatically deleted after the expiration date.
4630
+ # @return [Time]
4631
+ #
4632
+ # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutRemediationExceptionsRequest AWS API Documentation
4633
+ #
4634
+ class PutRemediationExceptionsRequest < Struct.new(
4635
+ :config_rule_name,
4636
+ :resource_keys,
4637
+ :message,
4638
+ :expiration_time)
4639
+ include Aws::Structure
4640
+ end
4641
+
4642
+ # @!attribute [rw] failed_batches
4643
+ # Returns a list of failed remediation exceptions batch objects. Each
4644
+ # object in the batch consists of a list of failed items and failure
4645
+ # messages.
4646
+ # @return [Array<Types::FailedRemediationExceptionBatch>]
4647
+ #
4648
+ # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutRemediationExceptionsResponse AWS API Documentation
4649
+ #
4650
+ class PutRemediationExceptionsResponse < Struct.new(
4651
+ :failed_batches)
4652
+ include Aws::Structure
4653
+ end
4654
+
4193
4655
  # @note When making an API call, you may pass PutRetentionConfigurationRequest
4194
4656
  # data as a hash:
4195
4657
  #
@@ -4283,7 +4745,7 @@ module Aws::ConfigService
4283
4745
  # {
4284
4746
  # all_supported: false,
4285
4747
  # include_global_resource_types: false,
4286
- # resource_types: ["AWS::EC2::CustomerGateway"], # accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::DynamoDB::Table, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::WAF::RuleGroup, AWS::WAFRegional::RuleGroup, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::ElasticLoadBalancing::LoadBalancer, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::CodePipeline::Pipeline
4748
+ # resource_types: ["AWS::EC2::CustomerGateway"], # accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBParameterGroup, AWS::RDS::DBOptionGroup, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterParameterGroup, 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::Alias, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::MobileHub::Project, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::LicenseManager::LicenseConfiguration, AWS::ApiGateway::DomainName, AWS::ApiGateway::Method, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::DomainName, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio
4287
4749
  # }
4288
4750
  #
4289
4751
  # @!attribute [rw] all_supported
@@ -4381,21 +4843,32 @@ module Aws::ConfigService
4381
4843
  # data as a hash:
4382
4844
  #
4383
4845
  # {
4384
- # config_rule_name: "StringWithCharLimit64", # required
4846
+ # config_rule_name: "ConfigRuleName", # required
4385
4847
  # target_type: "SSM_DOCUMENT", # required, accepts SSM_DOCUMENT
4386
4848
  # target_id: "StringWithCharLimit256", # required
4387
4849
  # target_version: "String",
4388
4850
  # parameters: {
4389
4851
  # "StringWithCharLimit256" => {
4390
4852
  # resource_value: {
4391
- # value: "RESOURCE_ID", # accepts RESOURCE_ID
4853
+ # value: "RESOURCE_ID", # required, accepts RESOURCE_ID
4392
4854
  # },
4393
4855
  # static_value: {
4394
- # values: ["StringWithCharLimit256"],
4856
+ # values: ["StringWithCharLimit256"], # required
4395
4857
  # },
4396
4858
  # },
4397
4859
  # },
4398
4860
  # resource_type: "String",
4861
+ # automatic: false,
4862
+ # execution_controls: {
4863
+ # ssm_controls: {
4864
+ # concurrent_execution_rate_percentage: 1,
4865
+ # error_percentage: 1,
4866
+ # },
4867
+ # },
4868
+ # maximum_automatic_attempts: 1,
4869
+ # retry_attempt_seconds: 1,
4870
+ # arn: "StringWithCharLimit1024",
4871
+ # created_by_service: "StringWithCharLimit1024",
4399
4872
  # }
4400
4873
  #
4401
4874
  # @!attribute [rw] config_rule_name
@@ -4423,6 +4896,41 @@ module Aws::ConfigService
4423
4896
  # The type of a resource.
4424
4897
  # @return [String]
4425
4898
  #
4899
+ # @!attribute [rw] automatic
4900
+ # The remediation is triggered automatically.
4901
+ # @return [Boolean]
4902
+ #
4903
+ # @!attribute [rw] execution_controls
4904
+ # An ExecutionControls object.
4905
+ # @return [Types::ExecutionControls]
4906
+ #
4907
+ # @!attribute [rw] maximum_automatic_attempts
4908
+ # The maximum number of failed attempts for auto-remediation. If you
4909
+ # do not select a number, the default is 5.
4910
+ #
4911
+ # For example, if you specify MaximumAutomaticAttempts as 5 with
4912
+ # RetryAttemptsSeconds as 50 seconds, AWS Config throws an exception
4913
+ # after the 5th failed attempt within 50 seconds.
4914
+ # @return [Integer]
4915
+ #
4916
+ # @!attribute [rw] retry_attempt_seconds
4917
+ # Maximum time in seconds that AWS Config runs auto-remediation. If
4918
+ # you do not select a number, the default is 60 seconds.
4919
+ #
4920
+ # For example, if you specify RetryAttemptsSeconds as 50 seconds and
4921
+ # MaximumAutomaticAttempts as 5, AWS Config will run auto-remediations
4922
+ # 5 times within 50 seconds before throwing an exception.
4923
+ # @return [Integer]
4924
+ #
4925
+ # @!attribute [rw] arn
4926
+ # Amazon Resource Name (ARN) of remediation configuration.
4927
+ # @return [String]
4928
+ #
4929
+ # @!attribute [rw] created_by_service
4930
+ # Name of the service that owns the service linked rule, if
4931
+ # applicable.
4932
+ # @return [String]
4933
+ #
4426
4934
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/RemediationConfiguration AWS API Documentation
4427
4935
  #
4428
4936
  class RemediationConfiguration < Struct.new(
@@ -4431,7 +4939,76 @@ module Aws::ConfigService
4431
4939
  :target_id,
4432
4940
  :target_version,
4433
4941
  :parameters,
4434
- :resource_type)
4942
+ :resource_type,
4943
+ :automatic,
4944
+ :execution_controls,
4945
+ :maximum_automatic_attempts,
4946
+ :retry_attempt_seconds,
4947
+ :arn,
4948
+ :created_by_service)
4949
+ include Aws::Structure
4950
+ end
4951
+
4952
+ # An object that represents the details about the remediation exception.
4953
+ # The details include the rule name, an explanation of an exception, the
4954
+ # time when the exception will be deleted, the resource ID, and resource
4955
+ # type.
4956
+ #
4957
+ # @!attribute [rw] config_rule_name
4958
+ # The name of the AWS Config rule.
4959
+ # @return [String]
4960
+ #
4961
+ # @!attribute [rw] resource_type
4962
+ # The type of a resource.
4963
+ # @return [String]
4964
+ #
4965
+ # @!attribute [rw] resource_id
4966
+ # The ID of the resource (for example., sg-xxxxxx).
4967
+ # @return [String]
4968
+ #
4969
+ # @!attribute [rw] message
4970
+ # An explanation of an remediation exception.
4971
+ # @return [String]
4972
+ #
4973
+ # @!attribute [rw] expiration_time
4974
+ # The time when the remediation exception will be deleted.
4975
+ # @return [Time]
4976
+ #
4977
+ # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/RemediationException AWS API Documentation
4978
+ #
4979
+ class RemediationException < Struct.new(
4980
+ :config_rule_name,
4981
+ :resource_type,
4982
+ :resource_id,
4983
+ :message,
4984
+ :expiration_time)
4985
+ include Aws::Structure
4986
+ end
4987
+
4988
+ # The details that identify a resource within AWS Config, including the
4989
+ # resource type and resource ID.
4990
+ #
4991
+ # @note When making an API call, you may pass RemediationExceptionResourceKey
4992
+ # data as a hash:
4993
+ #
4994
+ # {
4995
+ # resource_type: "StringWithCharLimit256",
4996
+ # resource_id: "StringWithCharLimit1024",
4997
+ # }
4998
+ #
4999
+ # @!attribute [rw] resource_type
5000
+ # The type of a resource.
5001
+ # @return [String]
5002
+ #
5003
+ # @!attribute [rw] resource_id
5004
+ # The ID of the resource (for example., sg-xxxxxx).
5005
+ # @return [String]
5006
+ #
5007
+ # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/RemediationExceptionResourceKey AWS API Documentation
5008
+ #
5009
+ class RemediationExceptionResourceKey < Struct.new(
5010
+ :resource_type,
5011
+ :resource_id)
4435
5012
  include Aws::Structure
4436
5013
  end
4437
5014
 
@@ -4511,10 +5088,10 @@ module Aws::ConfigService
4511
5088
  #
4512
5089
  # {
4513
5090
  # resource_value: {
4514
- # value: "RESOURCE_ID", # accepts RESOURCE_ID
5091
+ # value: "RESOURCE_ID", # required, accepts RESOURCE_ID
4515
5092
  # },
4516
5093
  # static_value: {
4517
- # values: ["StringWithCharLimit256"],
5094
+ # values: ["StringWithCharLimit256"], # required
4518
5095
  # },
4519
5096
  # }
4520
5097
  #
@@ -4559,7 +5136,7 @@ module Aws::ConfigService
4559
5136
  # data as a hash:
4560
5137
  #
4561
5138
  # {
4562
- # resource_type: "AWS::EC2::CustomerGateway", # accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::DynamoDB::Table, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::WAF::RuleGroup, AWS::WAFRegional::RuleGroup, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::ElasticLoadBalancing::LoadBalancer, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::CodePipeline::Pipeline
5139
+ # resource_type: "AWS::EC2::CustomerGateway", # accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBParameterGroup, AWS::RDS::DBOptionGroup, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterParameterGroup, 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::Alias, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::MobileHub::Project, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::LicenseManager::LicenseConfiguration, AWS::ApiGateway::DomainName, AWS::ApiGateway::Method, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::DomainName, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio
4563
5140
  # account_id: "AccountId",
4564
5141
  # region: "AwsRegion",
4565
5142
  # }
@@ -4661,7 +5238,7 @@ module Aws::ConfigService
4661
5238
  # data as a hash:
4662
5239
  #
4663
5240
  # {
4664
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::DynamoDB::Table, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::WAF::RuleGroup, AWS::WAFRegional::RuleGroup, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::ElasticLoadBalancing::LoadBalancer, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::CodePipeline::Pipeline
5241
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBParameterGroup, AWS::RDS::DBOptionGroup, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterParameterGroup, 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::Alias, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::MobileHub::Project, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::LicenseManager::LicenseConfiguration, AWS::ApiGateway::DomainName, AWS::ApiGateway::Method, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::DomainName, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio
4665
5242
  # resource_id: "ResourceId", # required
4666
5243
  # }
4667
5244
  #
@@ -4687,7 +5264,7 @@ module Aws::ConfigService
4687
5264
  # data as a hash:
4688
5265
  #
4689
5266
  # {
4690
- # value: "RESOURCE_ID", # accepts RESOURCE_ID
5267
+ # value: "RESOURCE_ID", # required, accepts RESOURCE_ID
4691
5268
  # }
4692
5269
  #
4693
5270
  # @!attribute [rw] value
@@ -4955,6 +5532,39 @@ module Aws::ConfigService
4955
5532
  include Aws::Structure
4956
5533
  end
4957
5534
 
5535
+ # AWS Systems Manager (SSM) specific remediation controls.
5536
+ #
5537
+ # @note When making an API call, you may pass SsmControls
5538
+ # data as a hash:
5539
+ #
5540
+ # {
5541
+ # concurrent_execution_rate_percentage: 1,
5542
+ # error_percentage: 1,
5543
+ # }
5544
+ #
5545
+ # @!attribute [rw] concurrent_execution_rate_percentage
5546
+ # The maximum percentage of remediation actions allowed to run in
5547
+ # parallel on the non-compliant resources for that specific rule. You
5548
+ # can specify a percentage, such as 10%. The default value is 10.
5549
+ # @return [Integer]
5550
+ #
5551
+ # @!attribute [rw] error_percentage
5552
+ # The percentage of errors that are allowed before SSM stops running
5553
+ # automations on non-compliant resources for that specific rule. You
5554
+ # can specify a percentage of errors, for example 10%. If you do not
5555
+ # specifiy a percentage, the default is 50%. For example, if you set
5556
+ # the ErrorPercentage to 40% for 10 non-compliant resources, then SSM
5557
+ # stops running the automations when the fifth error is received.
5558
+ # @return [Integer]
5559
+ #
5560
+ # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/SsmControls AWS API Documentation
5561
+ #
5562
+ class SsmControls < Struct.new(
5563
+ :concurrent_execution_rate_percentage,
5564
+ :error_percentage)
5565
+ include Aws::Structure
5566
+ end
5567
+
4958
5568
  # @note When making an API call, you may pass StartConfigRulesEvaluationRequest
4959
5569
  # data as a hash:
4960
5570
  #
@@ -5006,10 +5616,10 @@ module Aws::ConfigService
5006
5616
  # data as a hash:
5007
5617
  #
5008
5618
  # {
5009
- # config_rule_name: "StringWithCharLimit64", # required
5619
+ # config_rule_name: "ConfigRuleName", # required
5010
5620
  # resource_keys: [ # required
5011
5621
  # {
5012
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::DynamoDB::Table, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::WAF::RuleGroup, AWS::WAFRegional::RuleGroup, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::ElasticLoadBalancing::LoadBalancer, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::CodePipeline::Pipeline
5622
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts 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::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBParameterGroup, AWS::RDS::DBOptionGroup, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterParameterGroup, 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::Alias, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::MobileHub::Project, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::LicenseManager::LicenseConfiguration, AWS::ApiGateway::DomainName, AWS::ApiGateway::Method, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::DomainName, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio
5013
5623
  # resource_id: "ResourceId", # required
5014
5624
  # },
5015
5625
  # ],
@@ -5058,7 +5668,7 @@ module Aws::ConfigService
5058
5668
  # data as a hash:
5059
5669
  #
5060
5670
  # {
5061
- # values: ["StringWithCharLimit256"],
5671
+ # values: ["StringWithCharLimit256"], # required
5062
5672
  # }
5063
5673
  #
5064
5674
  # @!attribute [rw] values
@@ -5072,6 +5682,9 @@ module Aws::ConfigService
5072
5682
  include Aws::Structure
5073
5683
  end
5074
5684
 
5685
+ # Status filter object to filter results based on specific member
5686
+ # account ID or status type for an organization config rule.
5687
+ #
5075
5688
  # @note When making an API call, you may pass StatusDetailFilters
5076
5689
  # data as a hash:
5077
5690
  #
@@ -5081,9 +5694,48 @@ module Aws::ConfigService
5081
5694
  # }
5082
5695
  #
5083
5696
  # @!attribute [rw] account_id
5697
+ # The 12-digit account ID of the member account within an
5698
+ # organization.
5084
5699
  # @return [String]
5085
5700
  #
5086
5701
  # @!attribute [rw] member_account_rule_status
5702
+ # Indicates deployment status for config rule in the member account.
5703
+ # When master account calls `PutOrganizationConfigRule` action for the
5704
+ # first time, config rule status is created in the member account.
5705
+ # When master account calls `PutOrganizationConfigRule` action for the
5706
+ # second time, config rule status is updated in the member account.
5707
+ # Config rule status is deleted when the master account deletes
5708
+ # `OrganizationConfigRule` and disables service access for
5709
+ # `config-multiaccountsetup.amazonaws.com`.
5710
+ #
5711
+ # AWS Config sets the state of the rule to:
5712
+ #
5713
+ # * `CREATE_SUCCESSFUL` when config rule has been created in the
5714
+ # member account.
5715
+ #
5716
+ # * `CREATE_IN_PROGRESS` when config rule is being created in the
5717
+ # member account.
5718
+ #
5719
+ # * `CREATE_FAILED` when config rule creation has failed in the member
5720
+ # account.
5721
+ #
5722
+ # * `DELETE_FAILED` when config rule deletion has failed in the member
5723
+ # account.
5724
+ #
5725
+ # * `DELETE_IN_PROGRESS` when config rule is being deleted in the
5726
+ # member account.
5727
+ #
5728
+ # * `DELETE_SUCCESSFUL` when config rule has been deleted in the
5729
+ # member account.
5730
+ #
5731
+ # * `UPDATE_SUCCESSFUL` when config rule has been updated in the
5732
+ # member account.
5733
+ #
5734
+ # * `UPDATE_IN_PROGRESS` when config rule is being updated in the
5735
+ # member account.
5736
+ #
5737
+ # * `UPDATE_FAILED` when config rule deletion has failed in the member
5738
+ # account.
5087
5739
  # @return [String]
5088
5740
  #
5089
5741
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StatusDetailFilters AWS API Documentation