aws-sdk-configservice 1.40.0 → 1.46.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -422,6 +422,8 @@ module Aws::ConfigService
422
422
  RuleLimit = Shapes::IntegerShape.new(name: 'RuleLimit')
423
423
  SchemaVersionId = Shapes::StringShape.new(name: 'SchemaVersionId')
424
424
  Scope = Shapes::StructureShape.new(name: 'Scope')
425
+ SelectAggregateResourceConfigRequest = Shapes::StructureShape.new(name: 'SelectAggregateResourceConfigRequest')
426
+ SelectAggregateResourceConfigResponse = Shapes::StructureShape.new(name: 'SelectAggregateResourceConfigResponse')
425
427
  SelectResourceConfigRequest = Shapes::StructureShape.new(name: 'SelectResourceConfigRequest')
426
428
  SelectResourceConfigResponse = Shapes::StructureShape.new(name: 'SelectResourceConfigResponse')
427
429
  Source = Shapes::StructureShape.new(name: 'Source')
@@ -607,9 +609,9 @@ module Aws::ConfigService
607
609
  ConfigExportDeliveryInfo.add_member(:next_delivery_time, Shapes::ShapeRef.new(shape: Date, location_name: "nextDeliveryTime"))
608
610
  ConfigExportDeliveryInfo.struct_class = Types::ConfigExportDeliveryInfo
609
611
 
610
- ConfigRule.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, location_name: "ConfigRuleName"))
611
- ConfigRule.add_member(:config_rule_arn, Shapes::ShapeRef.new(shape: String, location_name: "ConfigRuleArn"))
612
- ConfigRule.add_member(:config_rule_id, Shapes::ShapeRef.new(shape: String, location_name: "ConfigRuleId"))
612
+ ConfigRule.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: ConfigRuleName, location_name: "ConfigRuleName"))
613
+ ConfigRule.add_member(:config_rule_arn, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ConfigRuleArn"))
614
+ ConfigRule.add_member(:config_rule_id, Shapes::ShapeRef.new(shape: StringWithCharLimit64, location_name: "ConfigRuleId"))
613
615
  ConfigRule.add_member(:description, Shapes::ShapeRef.new(shape: EmptiableStringWithCharLimit256, location_name: "Description"))
614
616
  ConfigRule.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
615
617
  ConfigRule.add_member(:source, Shapes::ShapeRef.new(shape: Source, required: true, location_name: "Source"))
@@ -629,7 +631,7 @@ module Aws::ConfigService
629
631
  ConfigRuleComplianceSummaryFilters.add_member(:aws_region, Shapes::ShapeRef.new(shape: AwsRegion, location_name: "AwsRegion"))
630
632
  ConfigRuleComplianceSummaryFilters.struct_class = Types::ConfigRuleComplianceSummaryFilters
631
633
 
632
- ConfigRuleEvaluationStatus.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, location_name: "ConfigRuleName"))
634
+ ConfigRuleEvaluationStatus.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: ConfigRuleName, location_name: "ConfigRuleName"))
633
635
  ConfigRuleEvaluationStatus.add_member(:config_rule_arn, Shapes::ShapeRef.new(shape: String, location_name: "ConfigRuleArn"))
634
636
  ConfigRuleEvaluationStatus.add_member(:config_rule_id, Shapes::ShapeRef.new(shape: String, location_name: "ConfigRuleId"))
635
637
  ConfigRuleEvaluationStatus.add_member(:last_successful_invocation_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastSuccessfulInvocationTime"))
@@ -637,6 +639,7 @@ module Aws::ConfigService
637
639
  ConfigRuleEvaluationStatus.add_member(:last_successful_evaluation_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastSuccessfulEvaluationTime"))
638
640
  ConfigRuleEvaluationStatus.add_member(:last_failed_evaluation_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastFailedEvaluationTime"))
639
641
  ConfigRuleEvaluationStatus.add_member(:first_activated_time, Shapes::ShapeRef.new(shape: Date, location_name: "FirstActivatedTime"))
642
+ ConfigRuleEvaluationStatus.add_member(:last_deactivated_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastDeactivatedTime"))
640
643
  ConfigRuleEvaluationStatus.add_member(:last_error_code, Shapes::ShapeRef.new(shape: String, location_name: "LastErrorCode"))
641
644
  ConfigRuleEvaluationStatus.add_member(:last_error_message, Shapes::ShapeRef.new(shape: String, location_name: "LastErrorMessage"))
642
645
  ConfigRuleEvaluationStatus.add_member(:first_evaluation_started, Shapes::ShapeRef.new(shape: Boolean, location_name: "FirstEvaluationStarted"))
@@ -781,11 +784,13 @@ module Aws::ConfigService
781
784
 
782
785
  ConformancePackStatusDetailsList.member = Shapes::ShapeRef.new(shape: ConformancePackStatusDetail)
783
786
 
787
+ ConformancePackTemplateValidationException.struct_class = Types::ConformancePackTemplateValidationException
788
+
784
789
  DeleteAggregationAuthorizationRequest.add_member(:authorized_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "AuthorizedAccountId"))
785
790
  DeleteAggregationAuthorizationRequest.add_member(:authorized_aws_region, Shapes::ShapeRef.new(shape: AwsRegion, required: true, location_name: "AuthorizedAwsRegion"))
786
791
  DeleteAggregationAuthorizationRequest.struct_class = Types::DeleteAggregationAuthorizationRequest
787
792
 
788
- DeleteConfigRuleRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, required: true, location_name: "ConfigRuleName"))
793
+ DeleteConfigRuleRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: ConfigRuleName, required: true, location_name: "ConfigRuleName"))
789
794
  DeleteConfigRuleRequest.struct_class = Types::DeleteConfigRuleRequest
790
795
 
791
796
  DeleteConfigurationAggregatorRequest.add_member(:configuration_aggregator_name, Shapes::ShapeRef.new(shape: ConfigurationAggregatorName, required: true, location_name: "ConfigurationAggregatorName"))
@@ -1086,7 +1091,7 @@ module Aws::ConfigService
1086
1091
  EvaluationResultIdentifier.add_member(:ordering_timestamp, Shapes::ShapeRef.new(shape: Date, location_name: "OrderingTimestamp"))
1087
1092
  EvaluationResultIdentifier.struct_class = Types::EvaluationResultIdentifier
1088
1093
 
1089
- EvaluationResultQualifier.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, location_name: "ConfigRuleName"))
1094
+ EvaluationResultQualifier.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: ConfigRuleName, location_name: "ConfigRuleName"))
1090
1095
  EvaluationResultQualifier.add_member(:resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceType"))
1091
1096
  EvaluationResultQualifier.add_member(:resource_id, Shapes::ShapeRef.new(shape: BaseResourceId, location_name: "ResourceId"))
1092
1097
  EvaluationResultQualifier.struct_class = Types::EvaluationResultQualifier
@@ -1266,6 +1271,38 @@ module Aws::ConfigService
1266
1271
 
1267
1272
  GroupedResourceCountList.member = Shapes::ShapeRef.new(shape: GroupedResourceCount)
1268
1273
 
1274
+ InsufficientDeliveryPolicyException.struct_class = Types::InsufficientDeliveryPolicyException
1275
+
1276
+ InsufficientPermissionsException.struct_class = Types::InsufficientPermissionsException
1277
+
1278
+ InvalidConfigurationRecorderNameException.struct_class = Types::InvalidConfigurationRecorderNameException
1279
+
1280
+ InvalidDeliveryChannelNameException.struct_class = Types::InvalidDeliveryChannelNameException
1281
+
1282
+ InvalidExpressionException.struct_class = Types::InvalidExpressionException
1283
+
1284
+ InvalidLimitException.struct_class = Types::InvalidLimitException
1285
+
1286
+ InvalidNextTokenException.struct_class = Types::InvalidNextTokenException
1287
+
1288
+ InvalidParameterValueException.struct_class = Types::InvalidParameterValueException
1289
+
1290
+ InvalidRecordingGroupException.struct_class = Types::InvalidRecordingGroupException
1291
+
1292
+ InvalidResultTokenException.struct_class = Types::InvalidResultTokenException
1293
+
1294
+ InvalidRoleException.struct_class = Types::InvalidRoleException
1295
+
1296
+ InvalidS3KeyPrefixException.struct_class = Types::InvalidS3KeyPrefixException
1297
+
1298
+ InvalidSNSTopicARNException.struct_class = Types::InvalidSNSTopicARNException
1299
+
1300
+ InvalidTimeRangeException.struct_class = Types::InvalidTimeRangeException
1301
+
1302
+ LastDeliveryChannelDeleteFailedException.struct_class = Types::LastDeliveryChannelDeleteFailedException
1303
+
1304
+ LimitExceededException.struct_class = Types::LimitExceededException
1305
+
1269
1306
  ListAggregateDiscoveredResourcesRequest.add_member(:configuration_aggregator_name, Shapes::ShapeRef.new(shape: ConfigurationAggregatorName, required: true, location_name: "ConfigurationAggregatorName"))
1270
1307
  ListAggregateDiscoveredResourcesRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
1271
1308
  ListAggregateDiscoveredResourcesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ResourceFilters, location_name: "Filters"))
@@ -1298,6 +1335,22 @@ module Aws::ConfigService
1298
1335
  ListTagsForResourceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1299
1336
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
1300
1337
 
1338
+ MaxActiveResourcesExceededException.struct_class = Types::MaxActiveResourcesExceededException
1339
+
1340
+ MaxNumberOfConfigRulesExceededException.struct_class = Types::MaxNumberOfConfigRulesExceededException
1341
+
1342
+ MaxNumberOfConfigurationRecordersExceededException.struct_class = Types::MaxNumberOfConfigurationRecordersExceededException
1343
+
1344
+ MaxNumberOfConformancePacksExceededException.struct_class = Types::MaxNumberOfConformancePacksExceededException
1345
+
1346
+ MaxNumberOfDeliveryChannelsExceededException.struct_class = Types::MaxNumberOfDeliveryChannelsExceededException
1347
+
1348
+ MaxNumberOfOrganizationConfigRulesExceededException.struct_class = Types::MaxNumberOfOrganizationConfigRulesExceededException
1349
+
1350
+ MaxNumberOfOrganizationConformancePacksExceededException.struct_class = Types::MaxNumberOfOrganizationConformancePacksExceededException
1351
+
1352
+ MaxNumberOfRetentionConfigurationsExceededException.struct_class = Types::MaxNumberOfRetentionConfigurationsExceededException
1353
+
1301
1354
  MemberAccountStatus.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "AccountId"))
1302
1355
  MemberAccountStatus.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, required: true, location_name: "ConfigRuleName"))
1303
1356
  MemberAccountStatus.add_member(:member_account_rule_status, Shapes::ShapeRef.new(shape: MemberAccountRuleStatus, required: true, location_name: "MemberAccountRuleStatus"))
@@ -1306,11 +1359,47 @@ module Aws::ConfigService
1306
1359
  MemberAccountStatus.add_member(:last_update_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastUpdateTime"))
1307
1360
  MemberAccountStatus.struct_class = Types::MemberAccountStatus
1308
1361
 
1362
+ NoAvailableConfigurationRecorderException.struct_class = Types::NoAvailableConfigurationRecorderException
1363
+
1364
+ NoAvailableDeliveryChannelException.struct_class = Types::NoAvailableDeliveryChannelException
1365
+
1366
+ NoAvailableOrganizationException.struct_class = Types::NoAvailableOrganizationException
1367
+
1368
+ NoRunningConfigurationRecorderException.struct_class = Types::NoRunningConfigurationRecorderException
1369
+
1370
+ NoSuchBucketException.struct_class = Types::NoSuchBucketException
1371
+
1372
+ NoSuchConfigRuleException.struct_class = Types::NoSuchConfigRuleException
1373
+
1374
+ NoSuchConfigRuleInConformancePackException.struct_class = Types::NoSuchConfigRuleInConformancePackException
1375
+
1376
+ NoSuchConfigurationAggregatorException.struct_class = Types::NoSuchConfigurationAggregatorException
1377
+
1378
+ NoSuchConfigurationRecorderException.struct_class = Types::NoSuchConfigurationRecorderException
1379
+
1380
+ NoSuchConformancePackException.struct_class = Types::NoSuchConformancePackException
1381
+
1382
+ NoSuchDeliveryChannelException.struct_class = Types::NoSuchDeliveryChannelException
1383
+
1384
+ NoSuchOrganizationConfigRuleException.struct_class = Types::NoSuchOrganizationConfigRuleException
1385
+
1386
+ NoSuchOrganizationConformancePackException.struct_class = Types::NoSuchOrganizationConformancePackException
1387
+
1388
+ NoSuchRemediationConfigurationException.struct_class = Types::NoSuchRemediationConfigurationException
1389
+
1390
+ NoSuchRemediationExceptionException.struct_class = Types::NoSuchRemediationExceptionException
1391
+
1392
+ NoSuchRetentionConfigurationException.struct_class = Types::NoSuchRetentionConfigurationException
1393
+
1394
+ OrganizationAccessDeniedException.struct_class = Types::OrganizationAccessDeniedException
1395
+
1309
1396
  OrganizationAggregationSource.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RoleArn"))
1310
1397
  OrganizationAggregationSource.add_member(:aws_regions, Shapes::ShapeRef.new(shape: AggregatorRegionList, location_name: "AwsRegions"))
1311
1398
  OrganizationAggregationSource.add_member(:all_aws_regions, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllAwsRegions"))
1312
1399
  OrganizationAggregationSource.struct_class = Types::OrganizationAggregationSource
1313
1400
 
1401
+ OrganizationAllFeaturesNotEnabledException.struct_class = Types::OrganizationAllFeaturesNotEnabledException
1402
+
1314
1403
  OrganizationConfigRule.add_member(:organization_config_rule_name, Shapes::ShapeRef.new(shape: OrganizationConfigRuleName, required: true, location_name: "OrganizationConfigRuleName"))
1315
1404
  OrganizationConfigRule.add_member(:organization_config_rule_arn, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "OrganizationConfigRuleArn"))
1316
1405
  OrganizationConfigRule.add_member(:organization_managed_rule_metadata, Shapes::ShapeRef.new(shape: OrganizationManagedRuleMetadata, location_name: "OrganizationManagedRuleMetadata"))
@@ -1366,6 +1455,8 @@ module Aws::ConfigService
1366
1455
 
1367
1456
  OrganizationConformancePackStatuses.member = Shapes::ShapeRef.new(shape: OrganizationConformancePackStatus)
1368
1457
 
1458
+ OrganizationConformancePackTemplateValidationException.struct_class = Types::OrganizationConformancePackTemplateValidationException
1459
+
1369
1460
  OrganizationConformancePacks.member = Shapes::ShapeRef.new(shape: OrganizationConformancePack)
1370
1461
 
1371
1462
  OrganizationCustomRuleMetadata.add_member(:description, Shapes::ShapeRef.new(shape: StringWithCharLimit256Min0, location_name: "Description"))
@@ -1393,6 +1484,8 @@ module Aws::ConfigService
1393
1484
  OrganizationResourceDetailedStatusFilters.add_member(:status, Shapes::ShapeRef.new(shape: OrganizationResourceDetailedStatus, location_name: "Status"))
1394
1485
  OrganizationResourceDetailedStatusFilters.struct_class = Types::OrganizationResourceDetailedStatusFilters
1395
1486
 
1487
+ OversizedConfigurationItemException.struct_class = Types::OversizedConfigurationItemException
1488
+
1396
1489
  PendingAggregationRequest.add_member(:requester_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "RequesterAccountId"))
1397
1490
  PendingAggregationRequest.add_member(:requester_aws_region, Shapes::ShapeRef.new(shape: AwsRegion, location_name: "RequesterAwsRegion"))
1398
1491
  PendingAggregationRequest.struct_class = Types::PendingAggregationRequest
@@ -1503,7 +1596,7 @@ module Aws::ConfigService
1503
1596
  RecordingGroup.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypeList, location_name: "resourceTypes"))
1504
1597
  RecordingGroup.struct_class = Types::RecordingGroup
1505
1598
 
1506
- ReevaluateConfigRuleNames.member = Shapes::ShapeRef.new(shape: StringWithCharLimit64)
1599
+ ReevaluateConfigRuleNames.member = Shapes::ShapeRef.new(shape: ConfigRuleName)
1507
1600
 
1508
1601
  RelatedEventList.member = Shapes::ShapeRef.new(shape: RelatedEvent)
1509
1602
 
@@ -1564,6 +1657,8 @@ module Aws::ConfigService
1564
1657
 
1565
1658
  RemediationExecutionSteps.member = Shapes::ShapeRef.new(shape: RemediationExecutionStep)
1566
1659
 
1660
+ RemediationInProgressException.struct_class = Types::RemediationInProgressException
1661
+
1567
1662
  RemediationParameterValue.add_member(:resource_value, Shapes::ShapeRef.new(shape: ResourceValue, location_name: "ResourceValue"))
1568
1663
  RemediationParameterValue.add_member(:static_value, Shapes::ShapeRef.new(shape: StaticValue, location_name: "StaticValue"))
1569
1664
  RemediationParameterValue.struct_class = Types::RemediationParameterValue
@@ -1600,12 +1695,18 @@ module Aws::ConfigService
1600
1695
 
1601
1696
  ResourceIdentifiersList.member = Shapes::ShapeRef.new(shape: AggregateResourceIdentifier)
1602
1697
 
1698
+ ResourceInUseException.struct_class = Types::ResourceInUseException
1699
+
1603
1700
  ResourceKey.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "resourceType"))
1604
1701
  ResourceKey.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "resourceId"))
1605
1702
  ResourceKey.struct_class = Types::ResourceKey
1606
1703
 
1607
1704
  ResourceKeys.member = Shapes::ShapeRef.new(shape: ResourceKey)
1608
1705
 
1706
+ ResourceNotDiscoveredException.struct_class = Types::ResourceNotDiscoveredException
1707
+
1708
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
1709
+
1609
1710
  ResourceTypeList.member = Shapes::ShapeRef.new(shape: ResourceType)
1610
1711
 
1611
1712
  ResourceTypes.member = Shapes::ShapeRef.new(shape: StringWithCharLimit256)
@@ -1631,6 +1732,18 @@ module Aws::ConfigService
1631
1732
  Scope.add_member(:compliance_resource_id, Shapes::ShapeRef.new(shape: BaseResourceId, location_name: "ComplianceResourceId"))
1632
1733
  Scope.struct_class = Types::Scope
1633
1734
 
1735
+ SelectAggregateResourceConfigRequest.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "Expression"))
1736
+ SelectAggregateResourceConfigRequest.add_member(:configuration_aggregator_name, Shapes::ShapeRef.new(shape: ConfigurationAggregatorName, required: true, location_name: "ConfigurationAggregatorName"))
1737
+ SelectAggregateResourceConfigRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "Limit"))
1738
+ SelectAggregateResourceConfigRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Limit, location_name: "MaxResults"))
1739
+ SelectAggregateResourceConfigRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1740
+ SelectAggregateResourceConfigRequest.struct_class = Types::SelectAggregateResourceConfigRequest
1741
+
1742
+ SelectAggregateResourceConfigResponse.add_member(:results, Shapes::ShapeRef.new(shape: Results, location_name: "Results"))
1743
+ SelectAggregateResourceConfigResponse.add_member(:query_info, Shapes::ShapeRef.new(shape: QueryInfo, location_name: "QueryInfo"))
1744
+ SelectAggregateResourceConfigResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1745
+ SelectAggregateResourceConfigResponse.struct_class = Types::SelectAggregateResourceConfigResponse
1746
+
1634
1747
  SelectResourceConfigRequest.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "Expression"))
1635
1748
  SelectResourceConfigRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "Limit"))
1636
1749
  SelectResourceConfigRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -1705,12 +1818,16 @@ module Aws::ConfigService
1705
1818
 
1706
1819
  TagsList.member = Shapes::ShapeRef.new(shape: Tag)
1707
1820
 
1821
+ TooManyTagsException.struct_class = Types::TooManyTagsException
1822
+
1708
1823
  UnprocessedResourceIdentifierList.member = Shapes::ShapeRef.new(shape: AggregateResourceIdentifier)
1709
1824
 
1710
1825
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceArn"))
1711
1826
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
1712
1827
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
1713
1828
 
1829
+ ValidationException.struct_class = Types::ValidationException
1830
+
1714
1831
 
1715
1832
  # @api private
1716
1833
  API = Seahorse::Model::Api.new.tap do |api|
@@ -1856,6 +1973,7 @@ module Aws::ConfigService
1856
1973
  o.output = Shapes::ShapeRef.new(shape: DeleteRemediationConfigurationResponse)
1857
1974
  o.errors << Shapes::ShapeRef.new(shape: NoSuchRemediationConfigurationException)
1858
1975
  o.errors << Shapes::ShapeRef.new(shape: RemediationInProgressException)
1976
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientPermissionsException)
1859
1977
  end)
1860
1978
 
1861
1979
  api.add_operation(:delete_remediation_exceptions, Seahorse::Model::Operation.new.tap do |o|
@@ -2527,6 +2645,24 @@ module Aws::ConfigService
2527
2645
  o.errors << Shapes::ShapeRef.new(shape: MaxNumberOfRetentionConfigurationsExceededException)
2528
2646
  end)
2529
2647
 
2648
+ api.add_operation(:select_aggregate_resource_config, Seahorse::Model::Operation.new.tap do |o|
2649
+ o.name = "SelectAggregateResourceConfig"
2650
+ o.http_method = "POST"
2651
+ o.http_request_uri = "/"
2652
+ o.input = Shapes::ShapeRef.new(shape: SelectAggregateResourceConfigRequest)
2653
+ o.output = Shapes::ShapeRef.new(shape: SelectAggregateResourceConfigResponse)
2654
+ o.errors << Shapes::ShapeRef.new(shape: InvalidExpressionException)
2655
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationAggregatorException)
2656
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2657
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2658
+ o[:pager] = Aws::Pager.new(
2659
+ limit_key: "max_results",
2660
+ tokens: {
2661
+ "next_token" => "next_token"
2662
+ }
2663
+ )
2664
+ end)
2665
+
2530
2666
  api.add_operation(:select_resource_config, Seahorse::Model::Operation.new.tap do |o|
2531
2667
  o.name = "SelectResourceConfig"
2532
2668
  o.http_method = "POST"
@@ -6,9 +6,592 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::ConfigService
9
+
10
+ # When ConfigService returns an error response, the Ruby SDK constructs and raises an error.
11
+ # These errors all extend Aws::ConfigService::Errors::ServiceError < {Aws::Errors::ServiceError}
12
+ #
13
+ # You can rescue all ConfigService errors using ServiceError:
14
+ #
15
+ # begin
16
+ # # do stuff
17
+ # rescue Aws::ConfigService::Errors::ServiceError
18
+ # # rescues all ConfigService API errors
19
+ # end
20
+ #
21
+ #
22
+ # ## Request Context
23
+ # ServiceError objects have a {Aws::Errors::ServiceError#context #context} method that returns
24
+ # information about the request that generated the error.
25
+ # See {Seahorse::Client::RequestContext} for more information.
26
+ #
27
+ # ## Error Classes
28
+ # * {ConformancePackTemplateValidationException}
29
+ # * {InsufficientDeliveryPolicyException}
30
+ # * {InsufficientPermissionsException}
31
+ # * {InvalidConfigurationRecorderNameException}
32
+ # * {InvalidDeliveryChannelNameException}
33
+ # * {InvalidExpressionException}
34
+ # * {InvalidLimitException}
35
+ # * {InvalidNextTokenException}
36
+ # * {InvalidParameterValueException}
37
+ # * {InvalidRecordingGroupException}
38
+ # * {InvalidResultTokenException}
39
+ # * {InvalidRoleException}
40
+ # * {InvalidS3KeyPrefixException}
41
+ # * {InvalidSNSTopicARNException}
42
+ # * {InvalidTimeRangeException}
43
+ # * {LastDeliveryChannelDeleteFailedException}
44
+ # * {LimitExceededException}
45
+ # * {MaxActiveResourcesExceededException}
46
+ # * {MaxNumberOfConfigRulesExceededException}
47
+ # * {MaxNumberOfConfigurationRecordersExceededException}
48
+ # * {MaxNumberOfConformancePacksExceededException}
49
+ # * {MaxNumberOfDeliveryChannelsExceededException}
50
+ # * {MaxNumberOfOrganizationConfigRulesExceededException}
51
+ # * {MaxNumberOfOrganizationConformancePacksExceededException}
52
+ # * {MaxNumberOfRetentionConfigurationsExceededException}
53
+ # * {NoAvailableConfigurationRecorderException}
54
+ # * {NoAvailableDeliveryChannelException}
55
+ # * {NoAvailableOrganizationException}
56
+ # * {NoRunningConfigurationRecorderException}
57
+ # * {NoSuchBucketException}
58
+ # * {NoSuchConfigRuleException}
59
+ # * {NoSuchConfigRuleInConformancePackException}
60
+ # * {NoSuchConfigurationAggregatorException}
61
+ # * {NoSuchConfigurationRecorderException}
62
+ # * {NoSuchConformancePackException}
63
+ # * {NoSuchDeliveryChannelException}
64
+ # * {NoSuchOrganizationConfigRuleException}
65
+ # * {NoSuchOrganizationConformancePackException}
66
+ # * {NoSuchRemediationConfigurationException}
67
+ # * {NoSuchRemediationExceptionException}
68
+ # * {NoSuchRetentionConfigurationException}
69
+ # * {OrganizationAccessDeniedException}
70
+ # * {OrganizationAllFeaturesNotEnabledException}
71
+ # * {OrganizationConformancePackTemplateValidationException}
72
+ # * {OversizedConfigurationItemException}
73
+ # * {RemediationInProgressException}
74
+ # * {ResourceInUseException}
75
+ # * {ResourceNotDiscoveredException}
76
+ # * {ResourceNotFoundException}
77
+ # * {TooManyTagsException}
78
+ # * {ValidationException}
79
+ #
80
+ # Additionally, error classes are dynamically generated for service errors based on the error code
81
+ # if they are not defined above.
9
82
  module Errors
10
83
 
11
84
  extend Aws::Errors::DynamicErrors
12
85
 
86
+ class ConformancePackTemplateValidationException < ServiceError
87
+
88
+ # @param [Seahorse::Client::RequestContext] context
89
+ # @param [String] message
90
+ # @param [Aws::ConfigService::Types::ConformancePackTemplateValidationException] data
91
+ def initialize(context, message, data = Aws::EmptyStructure.new)
92
+ super(context, message, data)
93
+ end
94
+ end
95
+
96
+ class InsufficientDeliveryPolicyException < ServiceError
97
+
98
+ # @param [Seahorse::Client::RequestContext] context
99
+ # @param [String] message
100
+ # @param [Aws::ConfigService::Types::InsufficientDeliveryPolicyException] data
101
+ def initialize(context, message, data = Aws::EmptyStructure.new)
102
+ super(context, message, data)
103
+ end
104
+ end
105
+
106
+ class InsufficientPermissionsException < ServiceError
107
+
108
+ # @param [Seahorse::Client::RequestContext] context
109
+ # @param [String] message
110
+ # @param [Aws::ConfigService::Types::InsufficientPermissionsException] data
111
+ def initialize(context, message, data = Aws::EmptyStructure.new)
112
+ super(context, message, data)
113
+ end
114
+ end
115
+
116
+ class InvalidConfigurationRecorderNameException < ServiceError
117
+
118
+ # @param [Seahorse::Client::RequestContext] context
119
+ # @param [String] message
120
+ # @param [Aws::ConfigService::Types::InvalidConfigurationRecorderNameException] data
121
+ def initialize(context, message, data = Aws::EmptyStructure.new)
122
+ super(context, message, data)
123
+ end
124
+ end
125
+
126
+ class InvalidDeliveryChannelNameException < ServiceError
127
+
128
+ # @param [Seahorse::Client::RequestContext] context
129
+ # @param [String] message
130
+ # @param [Aws::ConfigService::Types::InvalidDeliveryChannelNameException] data
131
+ def initialize(context, message, data = Aws::EmptyStructure.new)
132
+ super(context, message, data)
133
+ end
134
+ end
135
+
136
+ class InvalidExpressionException < ServiceError
137
+
138
+ # @param [Seahorse::Client::RequestContext] context
139
+ # @param [String] message
140
+ # @param [Aws::ConfigService::Types::InvalidExpressionException] data
141
+ def initialize(context, message, data = Aws::EmptyStructure.new)
142
+ super(context, message, data)
143
+ end
144
+ end
145
+
146
+ class InvalidLimitException < ServiceError
147
+
148
+ # @param [Seahorse::Client::RequestContext] context
149
+ # @param [String] message
150
+ # @param [Aws::ConfigService::Types::InvalidLimitException] data
151
+ def initialize(context, message, data = Aws::EmptyStructure.new)
152
+ super(context, message, data)
153
+ end
154
+ end
155
+
156
+ class InvalidNextTokenException < ServiceError
157
+
158
+ # @param [Seahorse::Client::RequestContext] context
159
+ # @param [String] message
160
+ # @param [Aws::ConfigService::Types::InvalidNextTokenException] data
161
+ def initialize(context, message, data = Aws::EmptyStructure.new)
162
+ super(context, message, data)
163
+ end
164
+ end
165
+
166
+ class InvalidParameterValueException < ServiceError
167
+
168
+ # @param [Seahorse::Client::RequestContext] context
169
+ # @param [String] message
170
+ # @param [Aws::ConfigService::Types::InvalidParameterValueException] data
171
+ def initialize(context, message, data = Aws::EmptyStructure.new)
172
+ super(context, message, data)
173
+ end
174
+ end
175
+
176
+ class InvalidRecordingGroupException < ServiceError
177
+
178
+ # @param [Seahorse::Client::RequestContext] context
179
+ # @param [String] message
180
+ # @param [Aws::ConfigService::Types::InvalidRecordingGroupException] data
181
+ def initialize(context, message, data = Aws::EmptyStructure.new)
182
+ super(context, message, data)
183
+ end
184
+ end
185
+
186
+ class InvalidResultTokenException < ServiceError
187
+
188
+ # @param [Seahorse::Client::RequestContext] context
189
+ # @param [String] message
190
+ # @param [Aws::ConfigService::Types::InvalidResultTokenException] data
191
+ def initialize(context, message, data = Aws::EmptyStructure.new)
192
+ super(context, message, data)
193
+ end
194
+ end
195
+
196
+ class InvalidRoleException < ServiceError
197
+
198
+ # @param [Seahorse::Client::RequestContext] context
199
+ # @param [String] message
200
+ # @param [Aws::ConfigService::Types::InvalidRoleException] data
201
+ def initialize(context, message, data = Aws::EmptyStructure.new)
202
+ super(context, message, data)
203
+ end
204
+ end
205
+
206
+ class InvalidS3KeyPrefixException < ServiceError
207
+
208
+ # @param [Seahorse::Client::RequestContext] context
209
+ # @param [String] message
210
+ # @param [Aws::ConfigService::Types::InvalidS3KeyPrefixException] data
211
+ def initialize(context, message, data = Aws::EmptyStructure.new)
212
+ super(context, message, data)
213
+ end
214
+ end
215
+
216
+ class InvalidSNSTopicARNException < ServiceError
217
+
218
+ # @param [Seahorse::Client::RequestContext] context
219
+ # @param [String] message
220
+ # @param [Aws::ConfigService::Types::InvalidSNSTopicARNException] data
221
+ def initialize(context, message, data = Aws::EmptyStructure.new)
222
+ super(context, message, data)
223
+ end
224
+ end
225
+
226
+ class InvalidTimeRangeException < ServiceError
227
+
228
+ # @param [Seahorse::Client::RequestContext] context
229
+ # @param [String] message
230
+ # @param [Aws::ConfigService::Types::InvalidTimeRangeException] data
231
+ def initialize(context, message, data = Aws::EmptyStructure.new)
232
+ super(context, message, data)
233
+ end
234
+ end
235
+
236
+ class LastDeliveryChannelDeleteFailedException < ServiceError
237
+
238
+ # @param [Seahorse::Client::RequestContext] context
239
+ # @param [String] message
240
+ # @param [Aws::ConfigService::Types::LastDeliveryChannelDeleteFailedException] data
241
+ def initialize(context, message, data = Aws::EmptyStructure.new)
242
+ super(context, message, data)
243
+ end
244
+ end
245
+
246
+ class LimitExceededException < ServiceError
247
+
248
+ # @param [Seahorse::Client::RequestContext] context
249
+ # @param [String] message
250
+ # @param [Aws::ConfigService::Types::LimitExceededException] data
251
+ def initialize(context, message, data = Aws::EmptyStructure.new)
252
+ super(context, message, data)
253
+ end
254
+ end
255
+
256
+ class MaxActiveResourcesExceededException < ServiceError
257
+
258
+ # @param [Seahorse::Client::RequestContext] context
259
+ # @param [String] message
260
+ # @param [Aws::ConfigService::Types::MaxActiveResourcesExceededException] data
261
+ def initialize(context, message, data = Aws::EmptyStructure.new)
262
+ super(context, message, data)
263
+ end
264
+ end
265
+
266
+ class MaxNumberOfConfigRulesExceededException < ServiceError
267
+
268
+ # @param [Seahorse::Client::RequestContext] context
269
+ # @param [String] message
270
+ # @param [Aws::ConfigService::Types::MaxNumberOfConfigRulesExceededException] data
271
+ def initialize(context, message, data = Aws::EmptyStructure.new)
272
+ super(context, message, data)
273
+ end
274
+ end
275
+
276
+ class MaxNumberOfConfigurationRecordersExceededException < ServiceError
277
+
278
+ # @param [Seahorse::Client::RequestContext] context
279
+ # @param [String] message
280
+ # @param [Aws::ConfigService::Types::MaxNumberOfConfigurationRecordersExceededException] data
281
+ def initialize(context, message, data = Aws::EmptyStructure.new)
282
+ super(context, message, data)
283
+ end
284
+ end
285
+
286
+ class MaxNumberOfConformancePacksExceededException < ServiceError
287
+
288
+ # @param [Seahorse::Client::RequestContext] context
289
+ # @param [String] message
290
+ # @param [Aws::ConfigService::Types::MaxNumberOfConformancePacksExceededException] data
291
+ def initialize(context, message, data = Aws::EmptyStructure.new)
292
+ super(context, message, data)
293
+ end
294
+ end
295
+
296
+ class MaxNumberOfDeliveryChannelsExceededException < ServiceError
297
+
298
+ # @param [Seahorse::Client::RequestContext] context
299
+ # @param [String] message
300
+ # @param [Aws::ConfigService::Types::MaxNumberOfDeliveryChannelsExceededException] data
301
+ def initialize(context, message, data = Aws::EmptyStructure.new)
302
+ super(context, message, data)
303
+ end
304
+ end
305
+
306
+ class MaxNumberOfOrganizationConfigRulesExceededException < ServiceError
307
+
308
+ # @param [Seahorse::Client::RequestContext] context
309
+ # @param [String] message
310
+ # @param [Aws::ConfigService::Types::MaxNumberOfOrganizationConfigRulesExceededException] data
311
+ def initialize(context, message, data = Aws::EmptyStructure.new)
312
+ super(context, message, data)
313
+ end
314
+ end
315
+
316
+ class MaxNumberOfOrganizationConformancePacksExceededException < ServiceError
317
+
318
+ # @param [Seahorse::Client::RequestContext] context
319
+ # @param [String] message
320
+ # @param [Aws::ConfigService::Types::MaxNumberOfOrganizationConformancePacksExceededException] data
321
+ def initialize(context, message, data = Aws::EmptyStructure.new)
322
+ super(context, message, data)
323
+ end
324
+ end
325
+
326
+ class MaxNumberOfRetentionConfigurationsExceededException < ServiceError
327
+
328
+ # @param [Seahorse::Client::RequestContext] context
329
+ # @param [String] message
330
+ # @param [Aws::ConfigService::Types::MaxNumberOfRetentionConfigurationsExceededException] data
331
+ def initialize(context, message, data = Aws::EmptyStructure.new)
332
+ super(context, message, data)
333
+ end
334
+ end
335
+
336
+ class NoAvailableConfigurationRecorderException < ServiceError
337
+
338
+ # @param [Seahorse::Client::RequestContext] context
339
+ # @param [String] message
340
+ # @param [Aws::ConfigService::Types::NoAvailableConfigurationRecorderException] data
341
+ def initialize(context, message, data = Aws::EmptyStructure.new)
342
+ super(context, message, data)
343
+ end
344
+ end
345
+
346
+ class NoAvailableDeliveryChannelException < ServiceError
347
+
348
+ # @param [Seahorse::Client::RequestContext] context
349
+ # @param [String] message
350
+ # @param [Aws::ConfigService::Types::NoAvailableDeliveryChannelException] data
351
+ def initialize(context, message, data = Aws::EmptyStructure.new)
352
+ super(context, message, data)
353
+ end
354
+ end
355
+
356
+ class NoAvailableOrganizationException < ServiceError
357
+
358
+ # @param [Seahorse::Client::RequestContext] context
359
+ # @param [String] message
360
+ # @param [Aws::ConfigService::Types::NoAvailableOrganizationException] data
361
+ def initialize(context, message, data = Aws::EmptyStructure.new)
362
+ super(context, message, data)
363
+ end
364
+ end
365
+
366
+ class NoRunningConfigurationRecorderException < ServiceError
367
+
368
+ # @param [Seahorse::Client::RequestContext] context
369
+ # @param [String] message
370
+ # @param [Aws::ConfigService::Types::NoRunningConfigurationRecorderException] data
371
+ def initialize(context, message, data = Aws::EmptyStructure.new)
372
+ super(context, message, data)
373
+ end
374
+ end
375
+
376
+ class NoSuchBucketException < ServiceError
377
+
378
+ # @param [Seahorse::Client::RequestContext] context
379
+ # @param [String] message
380
+ # @param [Aws::ConfigService::Types::NoSuchBucketException] data
381
+ def initialize(context, message, data = Aws::EmptyStructure.new)
382
+ super(context, message, data)
383
+ end
384
+ end
385
+
386
+ class NoSuchConfigRuleException < ServiceError
387
+
388
+ # @param [Seahorse::Client::RequestContext] context
389
+ # @param [String] message
390
+ # @param [Aws::ConfigService::Types::NoSuchConfigRuleException] data
391
+ def initialize(context, message, data = Aws::EmptyStructure.new)
392
+ super(context, message, data)
393
+ end
394
+ end
395
+
396
+ class NoSuchConfigRuleInConformancePackException < ServiceError
397
+
398
+ # @param [Seahorse::Client::RequestContext] context
399
+ # @param [String] message
400
+ # @param [Aws::ConfigService::Types::NoSuchConfigRuleInConformancePackException] data
401
+ def initialize(context, message, data = Aws::EmptyStructure.new)
402
+ super(context, message, data)
403
+ end
404
+ end
405
+
406
+ class NoSuchConfigurationAggregatorException < ServiceError
407
+
408
+ # @param [Seahorse::Client::RequestContext] context
409
+ # @param [String] message
410
+ # @param [Aws::ConfigService::Types::NoSuchConfigurationAggregatorException] data
411
+ def initialize(context, message, data = Aws::EmptyStructure.new)
412
+ super(context, message, data)
413
+ end
414
+ end
415
+
416
+ class NoSuchConfigurationRecorderException < ServiceError
417
+
418
+ # @param [Seahorse::Client::RequestContext] context
419
+ # @param [String] message
420
+ # @param [Aws::ConfigService::Types::NoSuchConfigurationRecorderException] data
421
+ def initialize(context, message, data = Aws::EmptyStructure.new)
422
+ super(context, message, data)
423
+ end
424
+ end
425
+
426
+ class NoSuchConformancePackException < ServiceError
427
+
428
+ # @param [Seahorse::Client::RequestContext] context
429
+ # @param [String] message
430
+ # @param [Aws::ConfigService::Types::NoSuchConformancePackException] data
431
+ def initialize(context, message, data = Aws::EmptyStructure.new)
432
+ super(context, message, data)
433
+ end
434
+ end
435
+
436
+ class NoSuchDeliveryChannelException < ServiceError
437
+
438
+ # @param [Seahorse::Client::RequestContext] context
439
+ # @param [String] message
440
+ # @param [Aws::ConfigService::Types::NoSuchDeliveryChannelException] data
441
+ def initialize(context, message, data = Aws::EmptyStructure.new)
442
+ super(context, message, data)
443
+ end
444
+ end
445
+
446
+ class NoSuchOrganizationConfigRuleException < ServiceError
447
+
448
+ # @param [Seahorse::Client::RequestContext] context
449
+ # @param [String] message
450
+ # @param [Aws::ConfigService::Types::NoSuchOrganizationConfigRuleException] data
451
+ def initialize(context, message, data = Aws::EmptyStructure.new)
452
+ super(context, message, data)
453
+ end
454
+ end
455
+
456
+ class NoSuchOrganizationConformancePackException < ServiceError
457
+
458
+ # @param [Seahorse::Client::RequestContext] context
459
+ # @param [String] message
460
+ # @param [Aws::ConfigService::Types::NoSuchOrganizationConformancePackException] data
461
+ def initialize(context, message, data = Aws::EmptyStructure.new)
462
+ super(context, message, data)
463
+ end
464
+ end
465
+
466
+ class NoSuchRemediationConfigurationException < ServiceError
467
+
468
+ # @param [Seahorse::Client::RequestContext] context
469
+ # @param [String] message
470
+ # @param [Aws::ConfigService::Types::NoSuchRemediationConfigurationException] data
471
+ def initialize(context, message, data = Aws::EmptyStructure.new)
472
+ super(context, message, data)
473
+ end
474
+ end
475
+
476
+ class NoSuchRemediationExceptionException < ServiceError
477
+
478
+ # @param [Seahorse::Client::RequestContext] context
479
+ # @param [String] message
480
+ # @param [Aws::ConfigService::Types::NoSuchRemediationExceptionException] data
481
+ def initialize(context, message, data = Aws::EmptyStructure.new)
482
+ super(context, message, data)
483
+ end
484
+ end
485
+
486
+ class NoSuchRetentionConfigurationException < ServiceError
487
+
488
+ # @param [Seahorse::Client::RequestContext] context
489
+ # @param [String] message
490
+ # @param [Aws::ConfigService::Types::NoSuchRetentionConfigurationException] data
491
+ def initialize(context, message, data = Aws::EmptyStructure.new)
492
+ super(context, message, data)
493
+ end
494
+ end
495
+
496
+ class OrganizationAccessDeniedException < ServiceError
497
+
498
+ # @param [Seahorse::Client::RequestContext] context
499
+ # @param [String] message
500
+ # @param [Aws::ConfigService::Types::OrganizationAccessDeniedException] data
501
+ def initialize(context, message, data = Aws::EmptyStructure.new)
502
+ super(context, message, data)
503
+ end
504
+ end
505
+
506
+ class OrganizationAllFeaturesNotEnabledException < ServiceError
507
+
508
+ # @param [Seahorse::Client::RequestContext] context
509
+ # @param [String] message
510
+ # @param [Aws::ConfigService::Types::OrganizationAllFeaturesNotEnabledException] data
511
+ def initialize(context, message, data = Aws::EmptyStructure.new)
512
+ super(context, message, data)
513
+ end
514
+ end
515
+
516
+ class OrganizationConformancePackTemplateValidationException < ServiceError
517
+
518
+ # @param [Seahorse::Client::RequestContext] context
519
+ # @param [String] message
520
+ # @param [Aws::ConfigService::Types::OrganizationConformancePackTemplateValidationException] data
521
+ def initialize(context, message, data = Aws::EmptyStructure.new)
522
+ super(context, message, data)
523
+ end
524
+ end
525
+
526
+ class OversizedConfigurationItemException < ServiceError
527
+
528
+ # @param [Seahorse::Client::RequestContext] context
529
+ # @param [String] message
530
+ # @param [Aws::ConfigService::Types::OversizedConfigurationItemException] data
531
+ def initialize(context, message, data = Aws::EmptyStructure.new)
532
+ super(context, message, data)
533
+ end
534
+ end
535
+
536
+ class RemediationInProgressException < ServiceError
537
+
538
+ # @param [Seahorse::Client::RequestContext] context
539
+ # @param [String] message
540
+ # @param [Aws::ConfigService::Types::RemediationInProgressException] data
541
+ def initialize(context, message, data = Aws::EmptyStructure.new)
542
+ super(context, message, data)
543
+ end
544
+ end
545
+
546
+ class ResourceInUseException < ServiceError
547
+
548
+ # @param [Seahorse::Client::RequestContext] context
549
+ # @param [String] message
550
+ # @param [Aws::ConfigService::Types::ResourceInUseException] data
551
+ def initialize(context, message, data = Aws::EmptyStructure.new)
552
+ super(context, message, data)
553
+ end
554
+ end
555
+
556
+ class ResourceNotDiscoveredException < ServiceError
557
+
558
+ # @param [Seahorse::Client::RequestContext] context
559
+ # @param [String] message
560
+ # @param [Aws::ConfigService::Types::ResourceNotDiscoveredException] data
561
+ def initialize(context, message, data = Aws::EmptyStructure.new)
562
+ super(context, message, data)
563
+ end
564
+ end
565
+
566
+ class ResourceNotFoundException < ServiceError
567
+
568
+ # @param [Seahorse::Client::RequestContext] context
569
+ # @param [String] message
570
+ # @param [Aws::ConfigService::Types::ResourceNotFoundException] data
571
+ def initialize(context, message, data = Aws::EmptyStructure.new)
572
+ super(context, message, data)
573
+ end
574
+ end
575
+
576
+ class TooManyTagsException < ServiceError
577
+
578
+ # @param [Seahorse::Client::RequestContext] context
579
+ # @param [String] message
580
+ # @param [Aws::ConfigService::Types::TooManyTagsException] data
581
+ def initialize(context, message, data = Aws::EmptyStructure.new)
582
+ super(context, message, data)
583
+ end
584
+ end
585
+
586
+ class ValidationException < ServiceError
587
+
588
+ # @param [Seahorse::Client::RequestContext] context
589
+ # @param [String] message
590
+ # @param [Aws::ConfigService::Types::ValidationException] data
591
+ def initialize(context, message, data = Aws::EmptyStructure.new)
592
+ super(context, message, data)
593
+ end
594
+ end
595
+
13
596
  end
14
597
  end