aws-sdk-configservice 1.39.0 → 1.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -132,6 +132,7 @@ module Aws::ConfigService
132
132
  DeleteRemediationConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteRemediationConfigurationResponse')
133
133
  DeleteRemediationExceptionsRequest = Shapes::StructureShape.new(name: 'DeleteRemediationExceptionsRequest')
134
134
  DeleteRemediationExceptionsResponse = Shapes::StructureShape.new(name: 'DeleteRemediationExceptionsResponse')
135
+ DeleteResourceConfigRequest = Shapes::StructureShape.new(name: 'DeleteResourceConfigRequest')
135
136
  DeleteRetentionConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteRetentionConfigurationRequest')
136
137
  DeliverConfigSnapshotRequest = Shapes::StructureShape.new(name: 'DeliverConfigSnapshotRequest')
137
138
  DeliverConfigSnapshotResponse = Shapes::StructureShape.new(name: 'DeliverConfigSnapshotResponse')
@@ -273,6 +274,7 @@ module Aws::ConfigService
273
274
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
274
275
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
275
276
  Long = Shapes::IntegerShape.new(name: 'Long')
277
+ MaxActiveResourcesExceededException = Shapes::StructureShape.new(name: 'MaxActiveResourcesExceededException')
276
278
  MaxNumberOfConfigRulesExceededException = Shapes::StructureShape.new(name: 'MaxNumberOfConfigRulesExceededException')
277
279
  MaxNumberOfConfigurationRecordersExceededException = Shapes::StructureShape.new(name: 'MaxNumberOfConfigurationRecordersExceededException')
278
280
  MaxNumberOfConformancePacksExceededException = Shapes::StructureShape.new(name: 'MaxNumberOfConformancePacksExceededException')
@@ -357,6 +359,7 @@ module Aws::ConfigService
357
359
  PutRemediationConfigurationsResponse = Shapes::StructureShape.new(name: 'PutRemediationConfigurationsResponse')
358
360
  PutRemediationExceptionsRequest = Shapes::StructureShape.new(name: 'PutRemediationExceptionsRequest')
359
361
  PutRemediationExceptionsResponse = Shapes::StructureShape.new(name: 'PutRemediationExceptionsResponse')
362
+ PutResourceConfigRequest = Shapes::StructureShape.new(name: 'PutResourceConfigRequest')
360
363
  PutRetentionConfigurationRequest = Shapes::StructureShape.new(name: 'PutRetentionConfigurationRequest')
361
364
  PutRetentionConfigurationResponse = Shapes::StructureShape.new(name: 'PutRetentionConfigurationResponse')
362
365
  QueryInfo = Shapes::StructureShape.new(name: 'QueryInfo')
@@ -405,6 +408,7 @@ module Aws::ConfigService
405
408
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
406
409
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
407
410
  ResourceTypeList = Shapes::ListShape.new(name: 'ResourceTypeList')
411
+ ResourceTypeString = Shapes::StringShape.new(name: 'ResourceTypeString')
408
412
  ResourceTypes = Shapes::ListShape.new(name: 'ResourceTypes')
409
413
  ResourceTypesScope = Shapes::ListShape.new(name: 'ResourceTypesScope')
410
414
  ResourceValue = Shapes::StructureShape.new(name: 'ResourceValue')
@@ -416,7 +420,10 @@ module Aws::ConfigService
416
420
  RetentionConfigurationNameList = Shapes::ListShape.new(name: 'RetentionConfigurationNameList')
417
421
  RetentionPeriodInDays = Shapes::IntegerShape.new(name: 'RetentionPeriodInDays')
418
422
  RuleLimit = Shapes::IntegerShape.new(name: 'RuleLimit')
423
+ SchemaVersionId = Shapes::StringShape.new(name: 'SchemaVersionId')
419
424
  Scope = Shapes::StructureShape.new(name: 'Scope')
425
+ SelectAggregateResourceConfigRequest = Shapes::StructureShape.new(name: 'SelectAggregateResourceConfigRequest')
426
+ SelectAggregateResourceConfigResponse = Shapes::StructureShape.new(name: 'SelectAggregateResourceConfigResponse')
420
427
  SelectResourceConfigRequest = Shapes::StructureShape.new(name: 'SelectResourceConfigRequest')
421
428
  SelectResourceConfigResponse = Shapes::StructureShape.new(name: 'SelectResourceConfigResponse')
422
429
  Source = Shapes::StructureShape.new(name: 'Source')
@@ -602,9 +609,9 @@ module Aws::ConfigService
602
609
  ConfigExportDeliveryInfo.add_member(:next_delivery_time, Shapes::ShapeRef.new(shape: Date, location_name: "nextDeliveryTime"))
603
610
  ConfigExportDeliveryInfo.struct_class = Types::ConfigExportDeliveryInfo
604
611
 
605
- ConfigRule.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, location_name: "ConfigRuleName"))
606
- ConfigRule.add_member(:config_rule_arn, Shapes::ShapeRef.new(shape: String, location_name: "ConfigRuleArn"))
607
- 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"))
608
615
  ConfigRule.add_member(:description, Shapes::ShapeRef.new(shape: EmptiableStringWithCharLimit256, location_name: "Description"))
609
616
  ConfigRule.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
610
617
  ConfigRule.add_member(:source, Shapes::ShapeRef.new(shape: Source, required: true, location_name: "Source"))
@@ -624,7 +631,7 @@ module Aws::ConfigService
624
631
  ConfigRuleComplianceSummaryFilters.add_member(:aws_region, Shapes::ShapeRef.new(shape: AwsRegion, location_name: "AwsRegion"))
625
632
  ConfigRuleComplianceSummaryFilters.struct_class = Types::ConfigRuleComplianceSummaryFilters
626
633
 
627
- 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"))
628
635
  ConfigRuleEvaluationStatus.add_member(:config_rule_arn, Shapes::ShapeRef.new(shape: String, location_name: "ConfigRuleArn"))
629
636
  ConfigRuleEvaluationStatus.add_member(:config_rule_id, Shapes::ShapeRef.new(shape: String, location_name: "ConfigRuleId"))
630
637
  ConfigRuleEvaluationStatus.add_member(:last_successful_invocation_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastSuccessfulInvocationTime"))
@@ -632,6 +639,7 @@ module Aws::ConfigService
632
639
  ConfigRuleEvaluationStatus.add_member(:last_successful_evaluation_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastSuccessfulEvaluationTime"))
633
640
  ConfigRuleEvaluationStatus.add_member(:last_failed_evaluation_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastFailedEvaluationTime"))
634
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"))
635
643
  ConfigRuleEvaluationStatus.add_member(:last_error_code, Shapes::ShapeRef.new(shape: String, location_name: "LastErrorCode"))
636
644
  ConfigRuleEvaluationStatus.add_member(:last_error_message, Shapes::ShapeRef.new(shape: String, location_name: "LastErrorMessage"))
637
645
  ConfigRuleEvaluationStatus.add_member(:first_evaluation_started, Shapes::ShapeRef.new(shape: Boolean, location_name: "FirstEvaluationStarted"))
@@ -776,11 +784,13 @@ module Aws::ConfigService
776
784
 
777
785
  ConformancePackStatusDetailsList.member = Shapes::ShapeRef.new(shape: ConformancePackStatusDetail)
778
786
 
787
+ ConformancePackTemplateValidationException.struct_class = Types::ConformancePackTemplateValidationException
788
+
779
789
  DeleteAggregationAuthorizationRequest.add_member(:authorized_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "AuthorizedAccountId"))
780
790
  DeleteAggregationAuthorizationRequest.add_member(:authorized_aws_region, Shapes::ShapeRef.new(shape: AwsRegion, required: true, location_name: "AuthorizedAwsRegion"))
781
791
  DeleteAggregationAuthorizationRequest.struct_class = Types::DeleteAggregationAuthorizationRequest
782
792
 
783
- 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"))
784
794
  DeleteConfigRuleRequest.struct_class = Types::DeleteConfigRuleRequest
785
795
 
786
796
  DeleteConfigurationAggregatorRequest.add_member(:configuration_aggregator_name, Shapes::ShapeRef.new(shape: ConfigurationAggregatorName, required: true, location_name: "ConfigurationAggregatorName"))
@@ -823,6 +833,10 @@ module Aws::ConfigService
823
833
  DeleteRemediationExceptionsResponse.add_member(:failed_batches, Shapes::ShapeRef.new(shape: FailedDeleteRemediationExceptionsBatches, location_name: "FailedBatches"))
824
834
  DeleteRemediationExceptionsResponse.struct_class = Types::DeleteRemediationExceptionsResponse
825
835
 
836
+ DeleteResourceConfigRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceTypeString, required: true, location_name: "ResourceType"))
837
+ DeleteResourceConfigRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
838
+ DeleteResourceConfigRequest.struct_class = Types::DeleteResourceConfigRequest
839
+
826
840
  DeleteRetentionConfigurationRequest.add_member(:retention_configuration_name, Shapes::ShapeRef.new(shape: RetentionConfigurationName, required: true, location_name: "RetentionConfigurationName"))
827
841
  DeleteRetentionConfigurationRequest.struct_class = Types::DeleteRetentionConfigurationRequest
828
842
 
@@ -1077,7 +1091,7 @@ module Aws::ConfigService
1077
1091
  EvaluationResultIdentifier.add_member(:ordering_timestamp, Shapes::ShapeRef.new(shape: Date, location_name: "OrderingTimestamp"))
1078
1092
  EvaluationResultIdentifier.struct_class = Types::EvaluationResultIdentifier
1079
1093
 
1080
- 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"))
1081
1095
  EvaluationResultQualifier.add_member(:resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceType"))
1082
1096
  EvaluationResultQualifier.add_member(:resource_id, Shapes::ShapeRef.new(shape: BaseResourceId, location_name: "ResourceId"))
1083
1097
  EvaluationResultQualifier.struct_class = Types::EvaluationResultQualifier
@@ -1257,6 +1271,38 @@ module Aws::ConfigService
1257
1271
 
1258
1272
  GroupedResourceCountList.member = Shapes::ShapeRef.new(shape: GroupedResourceCount)
1259
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
+
1260
1306
  ListAggregateDiscoveredResourcesRequest.add_member(:configuration_aggregator_name, Shapes::ShapeRef.new(shape: ConfigurationAggregatorName, required: true, location_name: "ConfigurationAggregatorName"))
1261
1307
  ListAggregateDiscoveredResourcesRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
1262
1308
  ListAggregateDiscoveredResourcesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ResourceFilters, location_name: "Filters"))
@@ -1289,6 +1335,22 @@ module Aws::ConfigService
1289
1335
  ListTagsForResourceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1290
1336
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
1291
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
+
1292
1354
  MemberAccountStatus.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "AccountId"))
1293
1355
  MemberAccountStatus.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, required: true, location_name: "ConfigRuleName"))
1294
1356
  MemberAccountStatus.add_member(:member_account_rule_status, Shapes::ShapeRef.new(shape: MemberAccountRuleStatus, required: true, location_name: "MemberAccountRuleStatus"))
@@ -1297,11 +1359,47 @@ module Aws::ConfigService
1297
1359
  MemberAccountStatus.add_member(:last_update_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastUpdateTime"))
1298
1360
  MemberAccountStatus.struct_class = Types::MemberAccountStatus
1299
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
+
1300
1396
  OrganizationAggregationSource.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RoleArn"))
1301
1397
  OrganizationAggregationSource.add_member(:aws_regions, Shapes::ShapeRef.new(shape: AggregatorRegionList, location_name: "AwsRegions"))
1302
1398
  OrganizationAggregationSource.add_member(:all_aws_regions, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllAwsRegions"))
1303
1399
  OrganizationAggregationSource.struct_class = Types::OrganizationAggregationSource
1304
1400
 
1401
+ OrganizationAllFeaturesNotEnabledException.struct_class = Types::OrganizationAllFeaturesNotEnabledException
1402
+
1305
1403
  OrganizationConfigRule.add_member(:organization_config_rule_name, Shapes::ShapeRef.new(shape: OrganizationConfigRuleName, required: true, location_name: "OrganizationConfigRuleName"))
1306
1404
  OrganizationConfigRule.add_member(:organization_config_rule_arn, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "OrganizationConfigRuleArn"))
1307
1405
  OrganizationConfigRule.add_member(:organization_managed_rule_metadata, Shapes::ShapeRef.new(shape: OrganizationManagedRuleMetadata, location_name: "OrganizationManagedRuleMetadata"))
@@ -1357,6 +1455,8 @@ module Aws::ConfigService
1357
1455
 
1358
1456
  OrganizationConformancePackStatuses.member = Shapes::ShapeRef.new(shape: OrganizationConformancePackStatus)
1359
1457
 
1458
+ OrganizationConformancePackTemplateValidationException.struct_class = Types::OrganizationConformancePackTemplateValidationException
1459
+
1360
1460
  OrganizationConformancePacks.member = Shapes::ShapeRef.new(shape: OrganizationConformancePack)
1361
1461
 
1362
1462
  OrganizationCustomRuleMetadata.add_member(:description, Shapes::ShapeRef.new(shape: StringWithCharLimit256Min0, location_name: "Description"))
@@ -1384,6 +1484,8 @@ module Aws::ConfigService
1384
1484
  OrganizationResourceDetailedStatusFilters.add_member(:status, Shapes::ShapeRef.new(shape: OrganizationResourceDetailedStatus, location_name: "Status"))
1385
1485
  OrganizationResourceDetailedStatusFilters.struct_class = Types::OrganizationResourceDetailedStatusFilters
1386
1486
 
1487
+ OversizedConfigurationItemException.struct_class = Types::OversizedConfigurationItemException
1488
+
1387
1489
  PendingAggregationRequest.add_member(:requester_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "RequesterAccountId"))
1388
1490
  PendingAggregationRequest.add_member(:requester_aws_region, Shapes::ShapeRef.new(shape: AwsRegion, location_name: "RequesterAwsRegion"))
1389
1491
  PendingAggregationRequest.struct_class = Types::PendingAggregationRequest
@@ -1472,6 +1574,14 @@ module Aws::ConfigService
1472
1574
  PutRemediationExceptionsResponse.add_member(:failed_batches, Shapes::ShapeRef.new(shape: FailedRemediationExceptionBatches, location_name: "FailedBatches"))
1473
1575
  PutRemediationExceptionsResponse.struct_class = Types::PutRemediationExceptionsResponse
1474
1576
 
1577
+ PutResourceConfigRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceTypeString, required: true, location_name: "ResourceType"))
1578
+ PutResourceConfigRequest.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionId, required: true, location_name: "SchemaVersionId"))
1579
+ PutResourceConfigRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
1580
+ PutResourceConfigRequest.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ResourceName"))
1581
+ PutResourceConfigRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: Configuration, required: true, location_name: "Configuration"))
1582
+ PutResourceConfigRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
1583
+ PutResourceConfigRequest.struct_class = Types::PutResourceConfigRequest
1584
+
1475
1585
  PutRetentionConfigurationRequest.add_member(:retention_period_in_days, Shapes::ShapeRef.new(shape: RetentionPeriodInDays, required: true, location_name: "RetentionPeriodInDays"))
1476
1586
  PutRetentionConfigurationRequest.struct_class = Types::PutRetentionConfigurationRequest
1477
1587
 
@@ -1486,7 +1596,7 @@ module Aws::ConfigService
1486
1596
  RecordingGroup.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypeList, location_name: "resourceTypes"))
1487
1597
  RecordingGroup.struct_class = Types::RecordingGroup
1488
1598
 
1489
- ReevaluateConfigRuleNames.member = Shapes::ShapeRef.new(shape: StringWithCharLimit64)
1599
+ ReevaluateConfigRuleNames.member = Shapes::ShapeRef.new(shape: ConfigRuleName)
1490
1600
 
1491
1601
  RelatedEventList.member = Shapes::ShapeRef.new(shape: RelatedEvent)
1492
1602
 
@@ -1547,6 +1657,8 @@ module Aws::ConfigService
1547
1657
 
1548
1658
  RemediationExecutionSteps.member = Shapes::ShapeRef.new(shape: RemediationExecutionStep)
1549
1659
 
1660
+ RemediationInProgressException.struct_class = Types::RemediationInProgressException
1661
+
1550
1662
  RemediationParameterValue.add_member(:resource_value, Shapes::ShapeRef.new(shape: ResourceValue, location_name: "ResourceValue"))
1551
1663
  RemediationParameterValue.add_member(:static_value, Shapes::ShapeRef.new(shape: StaticValue, location_name: "StaticValue"))
1552
1664
  RemediationParameterValue.struct_class = Types::RemediationParameterValue
@@ -1583,12 +1695,18 @@ module Aws::ConfigService
1583
1695
 
1584
1696
  ResourceIdentifiersList.member = Shapes::ShapeRef.new(shape: AggregateResourceIdentifier)
1585
1697
 
1698
+ ResourceInUseException.struct_class = Types::ResourceInUseException
1699
+
1586
1700
  ResourceKey.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "resourceType"))
1587
1701
  ResourceKey.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "resourceId"))
1588
1702
  ResourceKey.struct_class = Types::ResourceKey
1589
1703
 
1590
1704
  ResourceKeys.member = Shapes::ShapeRef.new(shape: ResourceKey)
1591
1705
 
1706
+ ResourceNotDiscoveredException.struct_class = Types::ResourceNotDiscoveredException
1707
+
1708
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
1709
+
1592
1710
  ResourceTypeList.member = Shapes::ShapeRef.new(shape: ResourceType)
1593
1711
 
1594
1712
  ResourceTypes.member = Shapes::ShapeRef.new(shape: StringWithCharLimit256)
@@ -1614,6 +1732,18 @@ module Aws::ConfigService
1614
1732
  Scope.add_member(:compliance_resource_id, Shapes::ShapeRef.new(shape: BaseResourceId, location_name: "ComplianceResourceId"))
1615
1733
  Scope.struct_class = Types::Scope
1616
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
+
1617
1747
  SelectResourceConfigRequest.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "Expression"))
1618
1748
  SelectResourceConfigRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "Limit"))
1619
1749
  SelectResourceConfigRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -1688,12 +1818,16 @@ module Aws::ConfigService
1688
1818
 
1689
1819
  TagsList.member = Shapes::ShapeRef.new(shape: Tag)
1690
1820
 
1821
+ TooManyTagsException.struct_class = Types::TooManyTagsException
1822
+
1691
1823
  UnprocessedResourceIdentifierList.member = Shapes::ShapeRef.new(shape: AggregateResourceIdentifier)
1692
1824
 
1693
1825
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceArn"))
1694
1826
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
1695
1827
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
1696
1828
 
1829
+ ValidationException.struct_class = Types::ValidationException
1830
+
1697
1831
 
1698
1832
  # @api private
1699
1833
  API = Seahorse::Model::Api.new.tap do |api|
@@ -1839,6 +1973,7 @@ module Aws::ConfigService
1839
1973
  o.output = Shapes::ShapeRef.new(shape: DeleteRemediationConfigurationResponse)
1840
1974
  o.errors << Shapes::ShapeRef.new(shape: NoSuchRemediationConfigurationException)
1841
1975
  o.errors << Shapes::ShapeRef.new(shape: RemediationInProgressException)
1976
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientPermissionsException)
1842
1977
  end)
1843
1978
 
1844
1979
  api.add_operation(:delete_remediation_exceptions, Seahorse::Model::Operation.new.tap do |o|
@@ -1850,6 +1985,16 @@ module Aws::ConfigService
1850
1985
  o.errors << Shapes::ShapeRef.new(shape: NoSuchRemediationExceptionException)
1851
1986
  end)
1852
1987
 
1988
+ api.add_operation(:delete_resource_config, Seahorse::Model::Operation.new.tap do |o|
1989
+ o.name = "DeleteResourceConfig"
1990
+ o.http_method = "POST"
1991
+ o.http_request_uri = "/"
1992
+ o.input = Shapes::ShapeRef.new(shape: DeleteResourceConfigRequest)
1993
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1994
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1995
+ o.errors << Shapes::ShapeRef.new(shape: NoRunningConfigurationRecorderException)
1996
+ end)
1997
+
1853
1998
  api.add_operation(:delete_retention_configuration, Seahorse::Model::Operation.new.tap do |o|
1854
1999
  o.name = "DeleteRetentionConfiguration"
1855
2000
  o.http_method = "POST"
@@ -2478,6 +2623,18 @@ module Aws::ConfigService
2478
2623
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2479
2624
  end)
2480
2625
 
2626
+ api.add_operation(:put_resource_config, Seahorse::Model::Operation.new.tap do |o|
2627
+ o.name = "PutResourceConfig"
2628
+ o.http_method = "POST"
2629
+ o.http_request_uri = "/"
2630
+ o.input = Shapes::ShapeRef.new(shape: PutResourceConfigRequest)
2631
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2632
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2633
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientPermissionsException)
2634
+ o.errors << Shapes::ShapeRef.new(shape: NoRunningConfigurationRecorderException)
2635
+ o.errors << Shapes::ShapeRef.new(shape: MaxActiveResourcesExceededException)
2636
+ end)
2637
+
2481
2638
  api.add_operation(:put_retention_configuration, Seahorse::Model::Operation.new.tap do |o|
2482
2639
  o.name = "PutRetentionConfiguration"
2483
2640
  o.http_method = "POST"
@@ -2488,6 +2645,24 @@ module Aws::ConfigService
2488
2645
  o.errors << Shapes::ShapeRef.new(shape: MaxNumberOfRetentionConfigurationsExceededException)
2489
2646
  end)
2490
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
+
2491
2666
  api.add_operation(:select_resource_config, Seahorse::Model::Operation.new.tap do |o|
2492
2667
  o.name = "SelectResourceConfig"
2493
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