aws-sdk-configservice 1.59.0 → 1.63.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.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +20 -0
 - data/VERSION +1 -1
 - data/lib/aws-sdk-configservice.rb +1 -1
 - data/lib/aws-sdk-configservice/client.rb +227 -27
 - data/lib/aws-sdk-configservice/client_api.rb +294 -1
 - data/lib/aws-sdk-configservice/customizations.rb +1 -1
 - data/lib/aws-sdk-configservice/types.rb +363 -25
 - metadata +7 -8
 
| 
         @@ -20,8 +20,17 @@ module Aws::ConfigService 
     | 
|
| 
       20 
20 
     | 
    
         
             
                AccountId = Shapes::StringShape.new(name: 'AccountId')
         
     | 
| 
       21 
21 
     | 
    
         
             
                AggregateComplianceByConfigRule = Shapes::StructureShape.new(name: 'AggregateComplianceByConfigRule')
         
     | 
| 
       22 
22 
     | 
    
         
             
                AggregateComplianceByConfigRuleList = Shapes::ListShape.new(name: 'AggregateComplianceByConfigRuleList')
         
     | 
| 
      
 23 
     | 
    
         
            +
                AggregateComplianceByConformancePack = Shapes::StructureShape.new(name: 'AggregateComplianceByConformancePack')
         
     | 
| 
      
 24 
     | 
    
         
            +
                AggregateComplianceByConformancePackList = Shapes::ListShape.new(name: 'AggregateComplianceByConformancePackList')
         
     | 
| 
       23 
25 
     | 
    
         
             
                AggregateComplianceCount = Shapes::StructureShape.new(name: 'AggregateComplianceCount')
         
     | 
| 
       24 
26 
     | 
    
         
             
                AggregateComplianceCountList = Shapes::ListShape.new(name: 'AggregateComplianceCountList')
         
     | 
| 
      
 27 
     | 
    
         
            +
                AggregateConformancePackCompliance = Shapes::StructureShape.new(name: 'AggregateConformancePackCompliance')
         
     | 
| 
      
 28 
     | 
    
         
            +
                AggregateConformancePackComplianceCount = Shapes::StructureShape.new(name: 'AggregateConformancePackComplianceCount')
         
     | 
| 
      
 29 
     | 
    
         
            +
                AggregateConformancePackComplianceFilters = Shapes::StructureShape.new(name: 'AggregateConformancePackComplianceFilters')
         
     | 
| 
      
 30 
     | 
    
         
            +
                AggregateConformancePackComplianceSummary = Shapes::StructureShape.new(name: 'AggregateConformancePackComplianceSummary')
         
     | 
| 
      
 31 
     | 
    
         
            +
                AggregateConformancePackComplianceSummaryFilters = Shapes::StructureShape.new(name: 'AggregateConformancePackComplianceSummaryFilters')
         
     | 
| 
      
 32 
     | 
    
         
            +
                AggregateConformancePackComplianceSummaryGroupKey = Shapes::StringShape.new(name: 'AggregateConformancePackComplianceSummaryGroupKey')
         
     | 
| 
      
 33 
     | 
    
         
            +
                AggregateConformancePackComplianceSummaryList = Shapes::ListShape.new(name: 'AggregateConformancePackComplianceSummaryList')
         
     | 
| 
       25 
34 
     | 
    
         
             
                AggregateEvaluationResult = Shapes::StructureShape.new(name: 'AggregateEvaluationResult')
         
     | 
| 
       26 
35 
     | 
    
         
             
                AggregateEvaluationResultList = Shapes::ListShape.new(name: 'AggregateEvaluationResultList')
         
     | 
| 
       27 
36 
     | 
    
         
             
                AggregateResourceIdentifier = Shapes::StructureShape.new(name: 'AggregateResourceIdentifier')
         
     | 
| 
         @@ -117,6 +126,7 @@ module Aws::ConfigService 
     | 
|
| 
       117 
126 
     | 
    
         
             
                ConformancePackStatusDetailsList = Shapes::ListShape.new(name: 'ConformancePackStatusDetailsList')
         
     | 
| 
       118 
127 
     | 
    
         
             
                ConformancePackStatusReason = Shapes::StringShape.new(name: 'ConformancePackStatusReason')
         
     | 
| 
       119 
128 
     | 
    
         
             
                ConformancePackTemplateValidationException = Shapes::StructureShape.new(name: 'ConformancePackTemplateValidationException')
         
     | 
| 
      
 129 
     | 
    
         
            +
                ControlsList = Shapes::ListShape.new(name: 'ControlsList')
         
     | 
| 
       120 
130 
     | 
    
         
             
                CosmosPageLimit = Shapes::IntegerShape.new(name: 'CosmosPageLimit')
         
     | 
| 
       121 
131 
     | 
    
         
             
                Date = Shapes::TimestampShape.new(name: 'Date')
         
     | 
| 
       122 
132 
     | 
    
         
             
                DeleteAggregationAuthorizationRequest = Shapes::StructureShape.new(name: 'DeleteAggregationAuthorizationRequest')
         
     | 
| 
         @@ -150,6 +160,8 @@ module Aws::ConfigService 
     | 
|
| 
       150 
160 
     | 
    
         
             
                DeliveryStatus = Shapes::StringShape.new(name: 'DeliveryStatus')
         
     | 
| 
       151 
161 
     | 
    
         
             
                DescribeAggregateComplianceByConfigRulesRequest = Shapes::StructureShape.new(name: 'DescribeAggregateComplianceByConfigRulesRequest')
         
     | 
| 
       152 
162 
     | 
    
         
             
                DescribeAggregateComplianceByConfigRulesResponse = Shapes::StructureShape.new(name: 'DescribeAggregateComplianceByConfigRulesResponse')
         
     | 
| 
      
 163 
     | 
    
         
            +
                DescribeAggregateComplianceByConformancePacksRequest = Shapes::StructureShape.new(name: 'DescribeAggregateComplianceByConformancePacksRequest')
         
     | 
| 
      
 164 
     | 
    
         
            +
                DescribeAggregateComplianceByConformancePacksResponse = Shapes::StructureShape.new(name: 'DescribeAggregateComplianceByConformancePacksResponse')
         
     | 
| 
       153 
165 
     | 
    
         
             
                DescribeAggregationAuthorizationsRequest = Shapes::StructureShape.new(name: 'DescribeAggregationAuthorizationsRequest')
         
     | 
| 
       154 
166 
     | 
    
         
             
                DescribeAggregationAuthorizationsResponse = Shapes::StructureShape.new(name: 'DescribeAggregationAuthorizationsResponse')
         
     | 
| 
       155 
167 
     | 
    
         
             
                DescribeComplianceByConfigRuleRequest = Shapes::StructureShape.new(name: 'DescribeComplianceByConfigRuleRequest')
         
     | 
| 
         @@ -226,6 +238,8 @@ module Aws::ConfigService 
     | 
|
| 
       226 
238 
     | 
    
         
             
                GetAggregateComplianceDetailsByConfigRuleResponse = Shapes::StructureShape.new(name: 'GetAggregateComplianceDetailsByConfigRuleResponse')
         
     | 
| 
       227 
239 
     | 
    
         
             
                GetAggregateConfigRuleComplianceSummaryRequest = Shapes::StructureShape.new(name: 'GetAggregateConfigRuleComplianceSummaryRequest')
         
     | 
| 
       228 
240 
     | 
    
         
             
                GetAggregateConfigRuleComplianceSummaryResponse = Shapes::StructureShape.new(name: 'GetAggregateConfigRuleComplianceSummaryResponse')
         
     | 
| 
      
 241 
     | 
    
         
            +
                GetAggregateConformancePackComplianceSummaryRequest = Shapes::StructureShape.new(name: 'GetAggregateConformancePackComplianceSummaryRequest')
         
     | 
| 
      
 242 
     | 
    
         
            +
                GetAggregateConformancePackComplianceSummaryResponse = Shapes::StructureShape.new(name: 'GetAggregateConformancePackComplianceSummaryResponse')
         
     | 
| 
       229 
243 
     | 
    
         
             
                GetAggregateDiscoveredResourceCountsRequest = Shapes::StructureShape.new(name: 'GetAggregateDiscoveredResourceCountsRequest')
         
     | 
| 
       230 
244 
     | 
    
         
             
                GetAggregateDiscoveredResourceCountsResponse = Shapes::StructureShape.new(name: 'GetAggregateDiscoveredResourceCountsResponse')
         
     | 
| 
       231 
245 
     | 
    
         
             
                GetAggregateResourceConfigRequest = Shapes::StructureShape.new(name: 'GetAggregateResourceConfigRequest')
         
     | 
| 
         @@ -509,12 +523,46 @@ module Aws::ConfigService 
     | 
|
| 
       509 
523 
     | 
    
         | 
| 
       510 
524 
     | 
    
         
             
                AggregateComplianceByConfigRuleList.member = Shapes::ShapeRef.new(shape: AggregateComplianceByConfigRule)
         
     | 
| 
       511 
525 
     | 
    
         | 
| 
      
 526 
     | 
    
         
            +
                AggregateComplianceByConformancePack.add_member(:conformance_pack_name, Shapes::ShapeRef.new(shape: ConformancePackName, location_name: "ConformancePackName"))
         
     | 
| 
      
 527 
     | 
    
         
            +
                AggregateComplianceByConformancePack.add_member(:compliance, Shapes::ShapeRef.new(shape: AggregateConformancePackCompliance, location_name: "Compliance"))
         
     | 
| 
      
 528 
     | 
    
         
            +
                AggregateComplianceByConformancePack.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
         
     | 
| 
      
 529 
     | 
    
         
            +
                AggregateComplianceByConformancePack.add_member(:aws_region, Shapes::ShapeRef.new(shape: AwsRegion, location_name: "AwsRegion"))
         
     | 
| 
      
 530 
     | 
    
         
            +
                AggregateComplianceByConformancePack.struct_class = Types::AggregateComplianceByConformancePack
         
     | 
| 
      
 531 
     | 
    
         
            +
             
     | 
| 
      
 532 
     | 
    
         
            +
                AggregateComplianceByConformancePackList.member = Shapes::ShapeRef.new(shape: AggregateComplianceByConformancePack)
         
     | 
| 
      
 533 
     | 
    
         
            +
             
     | 
| 
       512 
534 
     | 
    
         
             
                AggregateComplianceCount.add_member(:group_name, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "GroupName"))
         
     | 
| 
       513 
535 
     | 
    
         
             
                AggregateComplianceCount.add_member(:compliance_summary, Shapes::ShapeRef.new(shape: ComplianceSummary, location_name: "ComplianceSummary"))
         
     | 
| 
       514 
536 
     | 
    
         
             
                AggregateComplianceCount.struct_class = Types::AggregateComplianceCount
         
     | 
| 
       515 
537 
     | 
    
         | 
| 
       516 
538 
     | 
    
         
             
                AggregateComplianceCountList.member = Shapes::ShapeRef.new(shape: AggregateComplianceCount)
         
     | 
| 
       517 
539 
     | 
    
         | 
| 
      
 540 
     | 
    
         
            +
                AggregateConformancePackCompliance.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ConformancePackComplianceType, location_name: "ComplianceType"))
         
     | 
| 
      
 541 
     | 
    
         
            +
                AggregateConformancePackCompliance.add_member(:compliant_rule_count, Shapes::ShapeRef.new(shape: Integer, location_name: "CompliantRuleCount"))
         
     | 
| 
      
 542 
     | 
    
         
            +
                AggregateConformancePackCompliance.add_member(:non_compliant_rule_count, Shapes::ShapeRef.new(shape: Integer, location_name: "NonCompliantRuleCount"))
         
     | 
| 
      
 543 
     | 
    
         
            +
                AggregateConformancePackCompliance.add_member(:total_rule_count, Shapes::ShapeRef.new(shape: Integer, location_name: "TotalRuleCount"))
         
     | 
| 
      
 544 
     | 
    
         
            +
                AggregateConformancePackCompliance.struct_class = Types::AggregateConformancePackCompliance
         
     | 
| 
      
 545 
     | 
    
         
            +
             
     | 
| 
      
 546 
     | 
    
         
            +
                AggregateConformancePackComplianceCount.add_member(:compliant_conformance_pack_count, Shapes::ShapeRef.new(shape: Integer, location_name: "CompliantConformancePackCount"))
         
     | 
| 
      
 547 
     | 
    
         
            +
                AggregateConformancePackComplianceCount.add_member(:non_compliant_conformance_pack_count, Shapes::ShapeRef.new(shape: Integer, location_name: "NonCompliantConformancePackCount"))
         
     | 
| 
      
 548 
     | 
    
         
            +
                AggregateConformancePackComplianceCount.struct_class = Types::AggregateConformancePackComplianceCount
         
     | 
| 
      
 549 
     | 
    
         
            +
             
     | 
| 
      
 550 
     | 
    
         
            +
                AggregateConformancePackComplianceFilters.add_member(:conformance_pack_name, Shapes::ShapeRef.new(shape: ConformancePackName, location_name: "ConformancePackName"))
         
     | 
| 
      
 551 
     | 
    
         
            +
                AggregateConformancePackComplianceFilters.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ConformancePackComplianceType, location_name: "ComplianceType"))
         
     | 
| 
      
 552 
     | 
    
         
            +
                AggregateConformancePackComplianceFilters.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
         
     | 
| 
      
 553 
     | 
    
         
            +
                AggregateConformancePackComplianceFilters.add_member(:aws_region, Shapes::ShapeRef.new(shape: AwsRegion, location_name: "AwsRegion"))
         
     | 
| 
      
 554 
     | 
    
         
            +
                AggregateConformancePackComplianceFilters.struct_class = Types::AggregateConformancePackComplianceFilters
         
     | 
| 
      
 555 
     | 
    
         
            +
             
     | 
| 
      
 556 
     | 
    
         
            +
                AggregateConformancePackComplianceSummary.add_member(:compliance_summary, Shapes::ShapeRef.new(shape: AggregateConformancePackComplianceCount, location_name: "ComplianceSummary"))
         
     | 
| 
      
 557 
     | 
    
         
            +
                AggregateConformancePackComplianceSummary.add_member(:group_name, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "GroupName"))
         
     | 
| 
      
 558 
     | 
    
         
            +
                AggregateConformancePackComplianceSummary.struct_class = Types::AggregateConformancePackComplianceSummary
         
     | 
| 
      
 559 
     | 
    
         
            +
             
     | 
| 
      
 560 
     | 
    
         
            +
                AggregateConformancePackComplianceSummaryFilters.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
         
     | 
| 
      
 561 
     | 
    
         
            +
                AggregateConformancePackComplianceSummaryFilters.add_member(:aws_region, Shapes::ShapeRef.new(shape: AwsRegion, location_name: "AwsRegion"))
         
     | 
| 
      
 562 
     | 
    
         
            +
                AggregateConformancePackComplianceSummaryFilters.struct_class = Types::AggregateConformancePackComplianceSummaryFilters
         
     | 
| 
      
 563 
     | 
    
         
            +
             
     | 
| 
      
 564 
     | 
    
         
            +
                AggregateConformancePackComplianceSummaryList.member = Shapes::ShapeRef.new(shape: AggregateConformancePackComplianceSummary)
         
     | 
| 
      
 565 
     | 
    
         
            +
             
     | 
| 
       518 
566 
     | 
    
         
             
                AggregateEvaluationResult.add_member(:evaluation_result_identifier, Shapes::ShapeRef.new(shape: EvaluationResultIdentifier, location_name: "EvaluationResultIdentifier"))
         
     | 
| 
       519 
567 
     | 
    
         
             
                AggregateEvaluationResult.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ComplianceType, location_name: "ComplianceType"))
         
     | 
| 
       520 
568 
     | 
    
         
             
                AggregateEvaluationResult.add_member(:result_recorded_time, Shapes::ShapeRef.new(shape: Date, location_name: "ResultRecordedTime"))
         
     | 
| 
         @@ -791,6 +839,7 @@ module Aws::ConfigService 
     | 
|
| 
       791 
839 
     | 
    
         | 
| 
       792 
840 
     | 
    
         
             
                ConformancePackRuleCompliance.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: ConfigRuleName, location_name: "ConfigRuleName"))
         
     | 
| 
       793 
841 
     | 
    
         
             
                ConformancePackRuleCompliance.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ConformancePackComplianceType, location_name: "ComplianceType"))
         
     | 
| 
      
 842 
     | 
    
         
            +
                ConformancePackRuleCompliance.add_member(:controls, Shapes::ShapeRef.new(shape: ControlsList, location_name: "Controls"))
         
     | 
| 
       794 
843 
     | 
    
         
             
                ConformancePackRuleCompliance.struct_class = Types::ConformancePackRuleCompliance
         
     | 
| 
       795 
844 
     | 
    
         | 
| 
       796 
845 
     | 
    
         
             
                ConformancePackRuleComplianceList.member = Shapes::ShapeRef.new(shape: ConformancePackRuleCompliance)
         
     | 
| 
         @@ -811,6 +860,8 @@ module Aws::ConfigService 
     | 
|
| 
       811 
860 
     | 
    
         | 
| 
       812 
861 
     | 
    
         
             
                ConformancePackTemplateValidationException.struct_class = Types::ConformancePackTemplateValidationException
         
     | 
| 
       813 
862 
     | 
    
         | 
| 
      
 863 
     | 
    
         
            +
                ControlsList.member = Shapes::ShapeRef.new(shape: StringWithCharLimit128)
         
     | 
| 
      
 864 
     | 
    
         
            +
             
     | 
| 
       814 
865 
     | 
    
         
             
                DeleteAggregationAuthorizationRequest.add_member(:authorized_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "AuthorizedAccountId"))
         
     | 
| 
       815 
866 
     | 
    
         
             
                DeleteAggregationAuthorizationRequest.add_member(:authorized_aws_region, Shapes::ShapeRef.new(shape: AwsRegion, required: true, location_name: "AuthorizedAwsRegion"))
         
     | 
| 
       816 
867 
     | 
    
         
             
                DeleteAggregationAuthorizationRequest.struct_class = Types::DeleteAggregationAuthorizationRequest
         
     | 
| 
         @@ -906,6 +957,16 @@ module Aws::ConfigService 
     | 
|
| 
       906 
957 
     | 
    
         
             
                DescribeAggregateComplianceByConfigRulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
         
     | 
| 
       907 
958 
     | 
    
         
             
                DescribeAggregateComplianceByConfigRulesResponse.struct_class = Types::DescribeAggregateComplianceByConfigRulesResponse
         
     | 
| 
       908 
959 
     | 
    
         | 
| 
      
 960 
     | 
    
         
            +
                DescribeAggregateComplianceByConformancePacksRequest.add_member(:configuration_aggregator_name, Shapes::ShapeRef.new(shape: ConfigurationAggregatorName, required: true, location_name: "ConfigurationAggregatorName"))
         
     | 
| 
      
 961 
     | 
    
         
            +
                DescribeAggregateComplianceByConformancePacksRequest.add_member(:filters, Shapes::ShapeRef.new(shape: AggregateConformancePackComplianceFilters, location_name: "Filters"))
         
     | 
| 
      
 962 
     | 
    
         
            +
                DescribeAggregateComplianceByConformancePacksRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "Limit"))
         
     | 
| 
      
 963 
     | 
    
         
            +
                DescribeAggregateComplianceByConformancePacksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
         
     | 
| 
      
 964 
     | 
    
         
            +
                DescribeAggregateComplianceByConformancePacksRequest.struct_class = Types::DescribeAggregateComplianceByConformancePacksRequest
         
     | 
| 
      
 965 
     | 
    
         
            +
             
     | 
| 
      
 966 
     | 
    
         
            +
                DescribeAggregateComplianceByConformancePacksResponse.add_member(:aggregate_compliance_by_conformance_packs, Shapes::ShapeRef.new(shape: AggregateComplianceByConformancePackList, location_name: "AggregateComplianceByConformancePacks"))
         
     | 
| 
      
 967 
     | 
    
         
            +
                DescribeAggregateComplianceByConformancePacksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
         
     | 
| 
      
 968 
     | 
    
         
            +
                DescribeAggregateComplianceByConformancePacksResponse.struct_class = Types::DescribeAggregateComplianceByConformancePacksResponse
         
     | 
| 
      
 969 
     | 
    
         
            +
             
     | 
| 
       909 
970 
     | 
    
         
             
                DescribeAggregationAuthorizationsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "Limit"))
         
     | 
| 
       910 
971 
     | 
    
         
             
                DescribeAggregationAuthorizationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
         
     | 
| 
       911 
972 
     | 
    
         
             
                DescribeAggregationAuthorizationsRequest.struct_class = Types::DescribeAggregationAuthorizationsRequest
         
     | 
| 
         @@ -1191,6 +1252,18 @@ module Aws::ConfigService 
     | 
|
| 
       1191 
1252 
     | 
    
         
             
                GetAggregateConfigRuleComplianceSummaryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
         
     | 
| 
       1192 
1253 
     | 
    
         
             
                GetAggregateConfigRuleComplianceSummaryResponse.struct_class = Types::GetAggregateConfigRuleComplianceSummaryResponse
         
     | 
| 
       1193 
1254 
     | 
    
         | 
| 
      
 1255 
     | 
    
         
            +
                GetAggregateConformancePackComplianceSummaryRequest.add_member(:configuration_aggregator_name, Shapes::ShapeRef.new(shape: ConfigurationAggregatorName, required: true, location_name: "ConfigurationAggregatorName"))
         
     | 
| 
      
 1256 
     | 
    
         
            +
                GetAggregateConformancePackComplianceSummaryRequest.add_member(:filters, Shapes::ShapeRef.new(shape: AggregateConformancePackComplianceSummaryFilters, location_name: "Filters"))
         
     | 
| 
      
 1257 
     | 
    
         
            +
                GetAggregateConformancePackComplianceSummaryRequest.add_member(:group_by_key, Shapes::ShapeRef.new(shape: AggregateConformancePackComplianceSummaryGroupKey, location_name: "GroupByKey"))
         
     | 
| 
      
 1258 
     | 
    
         
            +
                GetAggregateConformancePackComplianceSummaryRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "Limit"))
         
     | 
| 
      
 1259 
     | 
    
         
            +
                GetAggregateConformancePackComplianceSummaryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
         
     | 
| 
      
 1260 
     | 
    
         
            +
                GetAggregateConformancePackComplianceSummaryRequest.struct_class = Types::GetAggregateConformancePackComplianceSummaryRequest
         
     | 
| 
      
 1261 
     | 
    
         
            +
             
     | 
| 
      
 1262 
     | 
    
         
            +
                GetAggregateConformancePackComplianceSummaryResponse.add_member(:aggregate_conformance_pack_compliance_summaries, Shapes::ShapeRef.new(shape: AggregateConformancePackComplianceSummaryList, location_name: "AggregateConformancePackComplianceSummaries"))
         
     | 
| 
      
 1263 
     | 
    
         
            +
                GetAggregateConformancePackComplianceSummaryResponse.add_member(:group_by_key, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "GroupByKey"))
         
     | 
| 
      
 1264 
     | 
    
         
            +
                GetAggregateConformancePackComplianceSummaryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
         
     | 
| 
      
 1265 
     | 
    
         
            +
                GetAggregateConformancePackComplianceSummaryResponse.struct_class = Types::GetAggregateConformancePackComplianceSummaryResponse
         
     | 
| 
      
 1266 
     | 
    
         
            +
             
     | 
| 
       1194 
1267 
     | 
    
         
             
                GetAggregateDiscoveredResourceCountsRequest.add_member(:configuration_aggregator_name, Shapes::ShapeRef.new(shape: ConfigurationAggregatorName, required: true, location_name: "ConfigurationAggregatorName"))
         
     | 
| 
       1195 
1268 
     | 
    
         
             
                GetAggregateDiscoveredResourceCountsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ResourceCountFilters, location_name: "Filters"))
         
     | 
| 
       1196 
1269 
     | 
    
         
             
                GetAggregateDiscoveredResourceCountsRequest.add_member(:group_by_key, Shapes::ShapeRef.new(shape: ResourceCountGroupKey, location_name: "GroupByKey"))
         
     | 
| 
         @@ -2059,6 +2132,7 @@ module Aws::ConfigService 
     | 
|
| 
       2059 
2132 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchRemediationConfigurationException)
         
     | 
| 
       2060 
2133 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: RemediationInProgressException)
         
     | 
| 
       2061 
2134 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InsufficientPermissionsException)
         
     | 
| 
      
 2135 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         
     | 
| 
       2062 
2136 
     | 
    
         
             
                  end)
         
     | 
| 
       2063 
2137 
     | 
    
         | 
| 
       2064 
2138 
     | 
    
         
             
                  api.add_operation(:delete_remediation_exceptions, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2121,6 +2195,30 @@ module Aws::ConfigService 
     | 
|
| 
       2121 
2195 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
       2122 
2196 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2123 
2197 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationAggregatorException)
         
     | 
| 
      
 2198 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2199 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2200 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2201 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2202 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2203 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2204 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2205 
     | 
    
         
            +
             
     | 
| 
      
 2206 
     | 
    
         
            +
                  api.add_operation(:describe_aggregate_compliance_by_conformance_packs, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2207 
     | 
    
         
            +
                    o.name = "DescribeAggregateComplianceByConformancePacks"
         
     | 
| 
      
 2208 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2209 
     | 
    
         
            +
                    o.http_request_uri = "/"
         
     | 
| 
      
 2210 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: DescribeAggregateComplianceByConformancePacksRequest)
         
     | 
| 
      
 2211 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: DescribeAggregateComplianceByConformancePacksResponse)
         
     | 
| 
      
 2212 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2213 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
      
 2214 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
      
 2215 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationAggregatorException)
         
     | 
| 
      
 2216 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2217 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2218 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2219 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2220 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2221 
     | 
    
         
            +
                    )
         
     | 
| 
       2124 
2222 
     | 
    
         
             
                  end)
         
     | 
| 
       2125 
2223 
     | 
    
         | 
| 
       2126 
2224 
     | 
    
         
             
                  api.add_operation(:describe_aggregation_authorizations, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2132,6 +2230,12 @@ module Aws::ConfigService 
     | 
|
| 
       2132 
2230 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         
     | 
| 
       2133 
2231 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2134 
2232 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
      
 2233 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2234 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2235 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2236 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2237 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2238 
     | 
    
         
            +
                    )
         
     | 
| 
       2135 
2239 
     | 
    
         
             
                  end)
         
     | 
| 
       2136 
2240 
     | 
    
         | 
| 
       2137 
2241 
     | 
    
         
             
                  api.add_operation(:describe_compliance_by_config_rule, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2143,6 +2247,11 @@ module Aws::ConfigService 
     | 
|
| 
       2143 
2247 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         
     | 
| 
       2144 
2248 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
         
     | 
| 
       2145 
2249 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
      
 2250 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2251 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2252 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2253 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2254 
     | 
    
         
            +
                    )
         
     | 
| 
       2146 
2255 
     | 
    
         
             
                  end)
         
     | 
| 
       2147 
2256 
     | 
    
         | 
| 
       2148 
2257 
     | 
    
         
             
                  api.add_operation(:describe_compliance_by_resource, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2153,6 +2262,12 @@ module Aws::ConfigService 
     | 
|
| 
       2153 
2262 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: DescribeComplianceByResourceResponse)
         
     | 
| 
       2154 
2263 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         
     | 
| 
       2155 
2264 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
      
 2265 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2266 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2267 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2268 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2269 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2270 
     | 
    
         
            +
                    )
         
     | 
| 
       2156 
2271 
     | 
    
         
             
                  end)
         
     | 
| 
       2157 
2272 
     | 
    
         | 
| 
       2158 
2273 
     | 
    
         
             
                  api.add_operation(:describe_config_rule_evaluation_status, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2164,6 +2279,12 @@ module Aws::ConfigService 
     | 
|
| 
       2164 
2279 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
         
     | 
| 
       2165 
2280 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         
     | 
| 
       2166 
2281 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
      
 2282 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2283 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2284 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2285 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2286 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2287 
     | 
    
         
            +
                    )
         
     | 
| 
       2167 
2288 
     | 
    
         
             
                  end)
         
     | 
| 
       2168 
2289 
     | 
    
         | 
| 
       2169 
2290 
     | 
    
         
             
                  api.add_operation(:describe_config_rules, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2174,6 +2295,11 @@ module Aws::ConfigService 
     | 
|
| 
       2174 
2295 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: DescribeConfigRulesResponse)
         
     | 
| 
       2175 
2296 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
         
     | 
| 
       2176 
2297 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
      
 2298 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2299 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2300 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2301 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2302 
     | 
    
         
            +
                    )
         
     | 
| 
       2177 
2303 
     | 
    
         
             
                  end)
         
     | 
| 
       2178 
2304 
     | 
    
         | 
| 
       2179 
2305 
     | 
    
         
             
                  api.add_operation(:describe_configuration_aggregator_sources_status, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2186,6 +2312,12 @@ module Aws::ConfigService 
     | 
|
| 
       2186 
2312 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationAggregatorException)
         
     | 
| 
       2187 
2313 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2188 
2314 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
      
 2315 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2316 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2317 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2318 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2319 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2320 
     | 
    
         
            +
                    )
         
     | 
| 
       2189 
2321 
     | 
    
         
             
                  end)
         
     | 
| 
       2190 
2322 
     | 
    
         | 
| 
       2191 
2323 
     | 
    
         
             
                  api.add_operation(:describe_configuration_aggregators, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2198,6 +2330,12 @@ module Aws::ConfigService 
     | 
|
| 
       2198 
2330 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationAggregatorException)
         
     | 
| 
       2199 
2331 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2200 
2332 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
      
 2333 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2334 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2335 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2336 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2337 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2338 
     | 
    
         
            +
                    )
         
     | 
| 
       2201 
2339 
     | 
    
         
             
                  end)
         
     | 
| 
       2202 
2340 
     | 
    
         | 
| 
       2203 
2341 
     | 
    
         
             
                  api.add_operation(:describe_configuration_recorder_status, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2229,6 +2367,12 @@ module Aws::ConfigService 
     | 
|
| 
       2229 
2367 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         
     | 
| 
       2230 
2368 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleInConformancePackException)
         
     | 
| 
       2231 
2369 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchConformancePackException)
         
     | 
| 
      
 2370 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2371 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2372 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2373 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2374 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2375 
     | 
    
         
            +
                    )
         
     | 
| 
       2232 
2376 
     | 
    
         
             
                  end)
         
     | 
| 
       2233 
2377 
     | 
    
         | 
| 
       2234 
2378 
     | 
    
         
             
                  api.add_operation(:describe_conformance_pack_status, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2240,6 +2384,12 @@ module Aws::ConfigService 
     | 
|
| 
       2240 
2384 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
       2241 
2385 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2242 
2386 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         
     | 
| 
      
 2387 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2388 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2389 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2390 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2391 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2392 
     | 
    
         
            +
                    )
         
     | 
| 
       2243 
2393 
     | 
    
         
             
                  end)
         
     | 
| 
       2244 
2394 
     | 
    
         | 
| 
       2245 
2395 
     | 
    
         
             
                  api.add_operation(:describe_conformance_packs, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2252,6 +2402,12 @@ module Aws::ConfigService 
     | 
|
| 
       2252 
2402 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
       2253 
2403 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2254 
2404 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         
     | 
| 
      
 2405 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2406 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2407 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2408 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2409 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2410 
     | 
    
         
            +
                    )
         
     | 
| 
       2255 
2411 
     | 
    
         
             
                  end)
         
     | 
| 
       2256 
2412 
     | 
    
         | 
| 
       2257 
2413 
     | 
    
         
             
                  api.add_operation(:describe_delivery_channel_status, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2282,6 +2438,12 @@ module Aws::ConfigService 
     | 
|
| 
       2282 
2438 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
       2283 
2439 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2284 
2440 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
         
     | 
| 
      
 2441 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2442 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2443 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2444 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2445 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2446 
     | 
    
         
            +
                    )
         
     | 
| 
       2285 
2447 
     | 
    
         
             
                  end)
         
     | 
| 
       2286 
2448 
     | 
    
         | 
| 
       2287 
2449 
     | 
    
         
             
                  api.add_operation(:describe_organization_config_rules, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2294,6 +2456,12 @@ module Aws::ConfigService 
     | 
|
| 
       2294 
2456 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2295 
2457 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
       2296 
2458 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
         
     | 
| 
      
 2459 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2460 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2461 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2462 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2463 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2464 
     | 
    
         
            +
                    )
         
     | 
| 
       2297 
2465 
     | 
    
         
             
                  end)
         
     | 
| 
       2298 
2466 
     | 
    
         | 
| 
       2299 
2467 
     | 
    
         
             
                  api.add_operation(:describe_organization_conformance_pack_statuses, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2306,6 +2474,12 @@ module Aws::ConfigService 
     | 
|
| 
       2306 
2474 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
       2307 
2475 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2308 
2476 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
         
     | 
| 
      
 2477 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2478 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2479 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2480 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2481 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2482 
     | 
    
         
            +
                    )
         
     | 
| 
       2309 
2483 
     | 
    
         
             
                  end)
         
     | 
| 
       2310 
2484 
     | 
    
         | 
| 
       2311 
2485 
     | 
    
         
             
                  api.add_operation(:describe_organization_conformance_packs, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2318,6 +2492,12 @@ module Aws::ConfigService 
     | 
|
| 
       2318 
2492 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2319 
2493 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
       2320 
2494 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
         
     | 
| 
      
 2495 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2496 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2497 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2498 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2499 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2500 
     | 
    
         
            +
                    )
         
     | 
| 
       2321 
2501 
     | 
    
         
             
                  end)
         
     | 
| 
       2322 
2502 
     | 
    
         | 
| 
       2323 
2503 
     | 
    
         
             
                  api.add_operation(:describe_pending_aggregation_requests, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2329,6 +2509,12 @@ module Aws::ConfigService 
     | 
|
| 
       2329 
2509 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         
     | 
| 
       2330 
2510 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2331 
2511 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
      
 2512 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2513 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2514 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2515 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2516 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2517 
     | 
    
         
            +
                    )
         
     | 
| 
       2332 
2518 
     | 
    
         
             
                  end)
         
     | 
| 
       2333 
2519 
     | 
    
         | 
| 
       2334 
2520 
     | 
    
         
             
                  api.add_operation(:describe_remediation_configurations, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2363,6 +2549,7 @@ module Aws::ConfigService 
     | 
|
| 
       2363 
2549 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: DescribeRemediationExecutionStatusResponse)
         
     | 
| 
       2364 
2550 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchRemediationConfigurationException)
         
     | 
| 
       2365 
2551 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
      
 2552 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         
     | 
| 
       2366 
2553 
     | 
    
         
             
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
       2367 
2554 
     | 
    
         
             
                      limit_key: "limit",
         
     | 
| 
       2368 
2555 
     | 
    
         
             
                      tokens: {
         
     | 
| 
         @@ -2380,6 +2567,11 @@ module Aws::ConfigService 
     | 
|
| 
       2380 
2567 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         
     | 
| 
       2381 
2568 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchRetentionConfigurationException)
         
     | 
| 
       2382 
2569 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
      
 2570 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2571 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2572 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2573 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2574 
     | 
    
         
            +
                    )
         
     | 
| 
       2383 
2575 
     | 
    
         
             
                  end)
         
     | 
| 
       2384 
2576 
     | 
    
         | 
| 
       2385 
2577 
     | 
    
         
             
                  api.add_operation(:get_aggregate_compliance_details_by_config_rule, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2392,6 +2584,12 @@ module Aws::ConfigService 
     | 
|
| 
       2392 
2584 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
       2393 
2585 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2394 
2586 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationAggregatorException)
         
     | 
| 
      
 2587 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2588 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2589 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2590 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2591 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2592 
     | 
    
         
            +
                    )
         
     | 
| 
       2395 
2593 
     | 
    
         
             
                  end)
         
     | 
| 
       2396 
2594 
     | 
    
         | 
| 
       2397 
2595 
     | 
    
         
             
                  api.add_operation(:get_aggregate_config_rule_compliance_summary, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2404,6 +2602,30 @@ module Aws::ConfigService 
     | 
|
| 
       2404 
2602 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
       2405 
2603 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2406 
2604 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationAggregatorException)
         
     | 
| 
      
 2605 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2606 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2607 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2608 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2609 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2610 
     | 
    
         
            +
                    )
         
     | 
| 
      
 2611 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 2612 
     | 
    
         
            +
             
     | 
| 
      
 2613 
     | 
    
         
            +
                  api.add_operation(:get_aggregate_conformance_pack_compliance_summary, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 2614 
     | 
    
         
            +
                    o.name = "GetAggregateConformancePackComplianceSummary"
         
     | 
| 
      
 2615 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 2616 
     | 
    
         
            +
                    o.http_request_uri = "/"
         
     | 
| 
      
 2617 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetAggregateConformancePackComplianceSummaryRequest)
         
     | 
| 
      
 2618 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetAggregateConformancePackComplianceSummaryResponse)
         
     | 
| 
      
 2619 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 2620 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
      
 2621 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
      
 2622 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationAggregatorException)
         
     | 
| 
      
 2623 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2624 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2625 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2626 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2627 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2628 
     | 
    
         
            +
                    )
         
     | 
| 
       2407 
2629 
     | 
    
         
             
                  end)
         
     | 
| 
       2408 
2630 
     | 
    
         | 
| 
       2409 
2631 
     | 
    
         
             
                  api.add_operation(:get_aggregate_discovered_resource_counts, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2416,6 +2638,12 @@ module Aws::ConfigService 
     | 
|
| 
       2416 
2638 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
       2417 
2639 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2418 
2640 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationAggregatorException)
         
     | 
| 
      
 2641 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2642 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2643 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2644 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2645 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2646 
     | 
    
         
            +
                    )
         
     | 
| 
       2419 
2647 
     | 
    
         
             
                  end)
         
     | 
| 
       2420 
2648 
     | 
    
         | 
| 
       2421 
2649 
     | 
    
         
             
                  api.add_operation(:get_aggregate_resource_config, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2439,6 +2667,12 @@ module Aws::ConfigService 
     | 
|
| 
       2439 
2667 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         
     | 
| 
       2440 
2668 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2441 
2669 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
         
     | 
| 
      
 2670 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2671 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2672 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2673 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2674 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2675 
     | 
    
         
            +
                    )
         
     | 
| 
       2442 
2676 
     | 
    
         
             
                  end)
         
     | 
| 
       2443 
2677 
     | 
    
         | 
| 
       2444 
2678 
     | 
    
         
             
                  api.add_operation(:get_compliance_details_by_resource, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2448,6 +2682,11 @@ module Aws::ConfigService 
     | 
|
| 
       2448 
2682 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetComplianceDetailsByResourceRequest)
         
     | 
| 
       2449 
2683 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetComplianceDetailsByResourceResponse)
         
     | 
| 
       2450 
2684 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         
     | 
| 
      
 2685 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2686 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2687 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2688 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2689 
     | 
    
         
            +
                    )
         
     | 
| 
       2451 
2690 
     | 
    
         
             
                  end)
         
     | 
| 
       2452 
2691 
     | 
    
         | 
| 
       2453 
2692 
     | 
    
         
             
                  api.add_operation(:get_compliance_summary_by_config_rule, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2478,6 +2717,12 @@ module Aws::ConfigService 
     | 
|
| 
       2478 
2717 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchConformancePackException)
         
     | 
| 
       2479 
2718 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleInConformancePackException)
         
     | 
| 
       2480 
2719 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         
     | 
| 
      
 2720 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2721 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2722 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2723 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2724 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2725 
     | 
    
         
            +
                    )
         
     | 
| 
       2481 
2726 
     | 
    
         
             
                  end)
         
     | 
| 
       2482 
2727 
     | 
    
         | 
| 
       2483 
2728 
     | 
    
         
             
                  api.add_operation(:get_conformance_pack_compliance_summary, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2489,6 +2734,12 @@ module Aws::ConfigService 
     | 
|
| 
       2489 
2734 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchConformancePackException)
         
     | 
| 
       2490 
2735 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
       2491 
2736 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
      
 2737 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2738 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2739 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2740 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2741 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2742 
     | 
    
         
            +
                    )
         
     | 
| 
       2492 
2743 
     | 
    
         
             
                  end)
         
     | 
| 
       2493 
2744 
     | 
    
         | 
| 
       2494 
2745 
     | 
    
         
             
                  api.add_operation(:get_discovered_resource_counts, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2500,6 +2751,12 @@ module Aws::ConfigService 
     | 
|
| 
       2500 
2751 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
       2501 
2752 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
       2502 
2753 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
      
 2754 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2755 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2756 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2757 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2758 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2759 
     | 
    
         
            +
                    )
         
     | 
| 
       2503 
2760 
     | 
    
         
             
                  end)
         
     | 
| 
       2504 
2761 
     | 
    
         | 
| 
       2505 
2762 
     | 
    
         
             
                  api.add_operation(:get_organization_config_rule_detailed_status, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2512,6 +2769,12 @@ module Aws::ConfigService 
     | 
|
| 
       2512 
2769 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
       2513 
2770 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2514 
2771 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
         
     | 
| 
      
 2772 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2773 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2774 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2775 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2776 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2777 
     | 
    
         
            +
                    )
         
     | 
| 
       2515 
2778 
     | 
    
         
             
                  end)
         
     | 
| 
       2516 
2779 
     | 
    
         | 
| 
       2517 
2780 
     | 
    
         
             
                  api.add_operation(:get_organization_conformance_pack_detailed_status, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2524,6 +2787,12 @@ module Aws::ConfigService 
     | 
|
| 
       2524 
2787 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
       2525 
2788 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2526 
2789 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
         
     | 
| 
      
 2790 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2791 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2792 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2793 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2794 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2795 
     | 
    
         
            +
                    )
         
     | 
| 
       2527 
2796 
     | 
    
         
             
                  end)
         
     | 
| 
       2528 
2797 
     | 
    
         | 
| 
       2529 
2798 
     | 
    
         
             
                  api.add_operation(:get_resource_config_history, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2566,6 +2835,12 @@ module Aws::ConfigService 
     | 
|
| 
       2566 
2835 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
       2567 
2836 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2568 
2837 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationAggregatorException)
         
     | 
| 
      
 2838 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2839 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2840 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2841 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2842 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2843 
     | 
    
         
            +
                    )
         
     | 
| 
       2569 
2844 
     | 
    
         
             
                  end)
         
     | 
| 
       2570 
2845 
     | 
    
         | 
| 
       2571 
2846 
     | 
    
         
             
                  api.add_operation(:list_discovered_resources, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2578,6 +2853,12 @@ module Aws::ConfigService 
     | 
|
| 
       2578 
2853 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
       2579 
2854 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2580 
2855 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoAvailableConfigurationRecorderException)
         
     | 
| 
      
 2856 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2857 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2858 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2859 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2860 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2861 
     | 
    
         
            +
                    )
         
     | 
| 
       2581 
2862 
     | 
    
         
             
                  end)
         
     | 
| 
       2582 
2863 
     | 
    
         | 
| 
       2583 
2864 
     | 
    
         
             
                  api.add_operation(:list_stored_queries, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2606,6 +2887,12 @@ module Aws::ConfigService 
     | 
|
| 
       2606 
2887 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
       2607 
2888 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
       2608 
2889 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
      
 2890 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 2891 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 2892 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 2893 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 2894 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2895 
     | 
    
         
            +
                    )
         
     | 
| 
       2609 
2896 
     | 
    
         
             
                  end)
         
     | 
| 
       2610 
2897 
     | 
    
         | 
| 
       2611 
2898 
     | 
    
         
             
                  api.add_operation(:put_aggregation_authorization, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -2802,7 +3089,7 @@ module Aws::ConfigService 
     | 
|
| 
       2802 
3089 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
       2803 
3090 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
       2804 
3091 
     | 
    
         
             
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
       2805 
     | 
    
         
            -
                      limit_key: " 
     | 
| 
      
 3092 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
       2806 
3093 
     | 
    
         
             
                      tokens: {
         
     | 
| 
       2807 
3094 
     | 
    
         
             
                        "next_token" => "next_token"
         
     | 
| 
       2808 
3095 
     | 
    
         
             
                      }
         
     | 
| 
         @@ -2818,6 +3105,12 @@ module Aws::ConfigService 
     | 
|
| 
       2818 
3105 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidExpressionException)
         
     | 
| 
       2819 
3106 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
         
     | 
| 
       2820 
3107 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         
     | 
| 
      
 3108 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 3109 
     | 
    
         
            +
                      limit_key: "limit",
         
     | 
| 
      
 3110 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 3111 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 3112 
     | 
    
         
            +
                      }
         
     | 
| 
      
 3113 
     | 
    
         
            +
                    )
         
     | 
| 
       2821 
3114 
     | 
    
         
             
                  end)
         
     | 
| 
       2822 
3115 
     | 
    
         | 
| 
       2823 
3116 
     | 
    
         
             
                  api.add_operation(:start_config_rules_evaluation, Seahorse::Model::Operation.new.tap do |o|
         
     |