aws-sdk-configservice 1.122.0 → 1.124.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.
@@ -42,10 +42,16 @@ module Aws::ConfigService
42
42
  AggregatedSourceType = Shapes::StringShape.new(name: 'AggregatedSourceType')
43
43
  AggregationAuthorization = Shapes::StructureShape.new(name: 'AggregationAuthorization')
44
44
  AggregationAuthorizationList = Shapes::ListShape.new(name: 'AggregationAuthorizationList')
45
+ AggregatorFilterResourceType = Shapes::StructureShape.new(name: 'AggregatorFilterResourceType')
46
+ AggregatorFilterServicePrincipal = Shapes::StructureShape.new(name: 'AggregatorFilterServicePrincipal')
47
+ AggregatorFilterType = Shapes::StringShape.new(name: 'AggregatorFilterType')
48
+ AggregatorFilters = Shapes::StructureShape.new(name: 'AggregatorFilters')
45
49
  AggregatorRegionList = Shapes::ListShape.new(name: 'AggregatorRegionList')
46
50
  AllSupported = Shapes::BooleanShape.new(name: 'AllSupported')
47
51
  AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
48
52
  Annotation = Shapes::StringShape.new(name: 'Annotation')
53
+ AssociateResourceTypesRequest = Shapes::StructureShape.new(name: 'AssociateResourceTypesRequest')
54
+ AssociateResourceTypesResponse = Shapes::StructureShape.new(name: 'AssociateResourceTypesResponse')
49
55
  AutoRemediationAttemptSeconds = Shapes::IntegerShape.new(name: 'AutoRemediationAttemptSeconds')
50
56
  AutoRemediationAttempts = Shapes::IntegerShape.new(name: 'AutoRemediationAttempts')
51
57
  AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
@@ -100,11 +106,19 @@ module Aws::ConfigService
100
106
  ConfigurationItemMD5Hash = Shapes::StringShape.new(name: 'ConfigurationItemMD5Hash')
101
107
  ConfigurationItemStatus = Shapes::StringShape.new(name: 'ConfigurationItemStatus')
102
108
  ConfigurationRecorder = Shapes::StructureShape.new(name: 'ConfigurationRecorder')
109
+ ConfigurationRecorderFilter = Shapes::StructureShape.new(name: 'ConfigurationRecorderFilter')
110
+ ConfigurationRecorderFilterList = Shapes::ListShape.new(name: 'ConfigurationRecorderFilterList')
111
+ ConfigurationRecorderFilterName = Shapes::StringShape.new(name: 'ConfigurationRecorderFilterName')
112
+ ConfigurationRecorderFilterValue = Shapes::StringShape.new(name: 'ConfigurationRecorderFilterValue')
113
+ ConfigurationRecorderFilterValues = Shapes::ListShape.new(name: 'ConfigurationRecorderFilterValues')
103
114
  ConfigurationRecorderList = Shapes::ListShape.new(name: 'ConfigurationRecorderList')
104
115
  ConfigurationRecorderNameList = Shapes::ListShape.new(name: 'ConfigurationRecorderNameList')
105
116
  ConfigurationRecorderStatus = Shapes::StructureShape.new(name: 'ConfigurationRecorderStatus')
106
117
  ConfigurationRecorderStatusList = Shapes::ListShape.new(name: 'ConfigurationRecorderStatusList')
118
+ ConfigurationRecorderSummaries = Shapes::ListShape.new(name: 'ConfigurationRecorderSummaries')
119
+ ConfigurationRecorderSummary = Shapes::StructureShape.new(name: 'ConfigurationRecorderSummary')
107
120
  ConfigurationStateId = Shapes::StringShape.new(name: 'ConfigurationStateId')
121
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
108
122
  ConformancePackArn = Shapes::StringShape.new(name: 'ConformancePackArn')
109
123
  ConformancePackComplianceFilters = Shapes::StructureShape.new(name: 'ConformancePackComplianceFilters')
110
124
  ConformancePackComplianceResourceIds = Shapes::ListShape.new(name: 'ConformancePackComplianceResourceIds')
@@ -156,6 +170,8 @@ module Aws::ConfigService
156
170
  DeleteRemediationExceptionsResponse = Shapes::StructureShape.new(name: 'DeleteRemediationExceptionsResponse')
157
171
  DeleteResourceConfigRequest = Shapes::StructureShape.new(name: 'DeleteResourceConfigRequest')
158
172
  DeleteRetentionConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteRetentionConfigurationRequest')
173
+ DeleteServiceLinkedConfigurationRecorderRequest = Shapes::StructureShape.new(name: 'DeleteServiceLinkedConfigurationRecorderRequest')
174
+ DeleteServiceLinkedConfigurationRecorderResponse = Shapes::StructureShape.new(name: 'DeleteServiceLinkedConfigurationRecorderResponse')
159
175
  DeleteStoredQueryRequest = Shapes::StructureShape.new(name: 'DeleteStoredQueryRequest')
160
176
  DeleteStoredQueryResponse = Shapes::StructureShape.new(name: 'DeleteStoredQueryResponse')
161
177
  DeliverConfigSnapshotRequest = Shapes::StructureShape.new(name: 'DeliverConfigSnapshotRequest')
@@ -222,6 +238,8 @@ module Aws::ConfigService
222
238
  DescribeRetentionConfigurationsRequest = Shapes::StructureShape.new(name: 'DescribeRetentionConfigurationsRequest')
223
239
  DescribeRetentionConfigurationsResponse = Shapes::StructureShape.new(name: 'DescribeRetentionConfigurationsResponse')
224
240
  Description = Shapes::StringShape.new(name: 'Description')
241
+ DisassociateResourceTypesRequest = Shapes::StructureShape.new(name: 'DisassociateResourceTypesRequest')
242
+ DisassociateResourceTypesResponse = Shapes::StructureShape.new(name: 'DisassociateResourceTypesResponse')
225
243
  DiscoveredResourceIdentifierList = Shapes::ListShape.new(name: 'DiscoveredResourceIdentifierList')
226
244
  EarlierTime = Shapes::TimestampShape.new(name: 'EarlierTime')
227
245
  EmptiableStringWithCharLimit256 = Shapes::StringShape.new(name: 'EmptiableStringWithCharLimit256')
@@ -320,6 +338,8 @@ module Aws::ConfigService
320
338
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
321
339
  ListAggregateDiscoveredResourcesRequest = Shapes::StructureShape.new(name: 'ListAggregateDiscoveredResourcesRequest')
322
340
  ListAggregateDiscoveredResourcesResponse = Shapes::StructureShape.new(name: 'ListAggregateDiscoveredResourcesResponse')
341
+ ListConfigurationRecordersRequest = Shapes::StructureShape.new(name: 'ListConfigurationRecordersRequest')
342
+ ListConfigurationRecordersResponse = Shapes::StructureShape.new(name: 'ListConfigurationRecordersResponse')
323
343
  ListConformancePackComplianceScoresRequest = Shapes::StructureShape.new(name: 'ListConformancePackComplianceScoresRequest')
324
344
  ListConformancePackComplianceScoresResponse = Shapes::StructureShape.new(name: 'ListConformancePackComplianceScoresResponse')
325
345
  ListDiscoveredResourcesRequest = Shapes::StructureShape.new(name: 'ListDiscoveredResourcesRequest')
@@ -340,6 +360,7 @@ module Aws::ConfigService
340
360
  MaxNumberOfOrganizationConfigRulesExceededException = Shapes::StructureShape.new(name: 'MaxNumberOfOrganizationConfigRulesExceededException')
341
361
  MaxNumberOfOrganizationConformancePacksExceededException = Shapes::StructureShape.new(name: 'MaxNumberOfOrganizationConformancePacksExceededException')
342
362
  MaxNumberOfRetentionConfigurationsExceededException = Shapes::StructureShape.new(name: 'MaxNumberOfRetentionConfigurationsExceededException')
363
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
343
364
  MaximumExecutionFrequency = Shapes::StringShape.new(name: 'MaximumExecutionFrequency')
344
365
  MemberAccountRuleStatus = Shapes::StringShape.new(name: 'MemberAccountRuleStatus')
345
366
  MemberAccountStatus = Shapes::StructureShape.new(name: 'MemberAccountStatus')
@@ -428,6 +449,8 @@ module Aws::ConfigService
428
449
  PutResourceConfigRequest = Shapes::StructureShape.new(name: 'PutResourceConfigRequest')
429
450
  PutRetentionConfigurationRequest = Shapes::StructureShape.new(name: 'PutRetentionConfigurationRequest')
430
451
  PutRetentionConfigurationResponse = Shapes::StructureShape.new(name: 'PutRetentionConfigurationResponse')
452
+ PutServiceLinkedConfigurationRecorderRequest = Shapes::StructureShape.new(name: 'PutServiceLinkedConfigurationRecorderRequest')
453
+ PutServiceLinkedConfigurationRecorderResponse = Shapes::StructureShape.new(name: 'PutServiceLinkedConfigurationRecorderResponse')
431
454
  PutStoredQueryRequest = Shapes::StructureShape.new(name: 'PutStoredQueryRequest')
432
455
  PutStoredQueryResponse = Shapes::StructureShape.new(name: 'PutStoredQueryResponse')
433
456
  QueryArn = Shapes::StringShape.new(name: 'QueryArn')
@@ -444,6 +467,7 @@ module Aws::ConfigService
444
467
  RecordingModeOverride = Shapes::StructureShape.new(name: 'RecordingModeOverride')
445
468
  RecordingModeOverrides = Shapes::ListShape.new(name: 'RecordingModeOverrides')
446
469
  RecordingModeResourceTypesList = Shapes::ListShape.new(name: 'RecordingModeResourceTypesList')
470
+ RecordingScope = Shapes::StringShape.new(name: 'RecordingScope')
447
471
  RecordingStrategy = Shapes::StructureShape.new(name: 'RecordingStrategy')
448
472
  RecordingStrategyType = Shapes::StringShape.new(name: 'RecordingStrategyType')
449
473
  ReevaluateConfigRuleNames = Shapes::ListShape.new(name: 'ReevaluateConfigRuleNames')
@@ -498,6 +522,8 @@ module Aws::ConfigService
498
522
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
499
523
  ResourceTypeList = Shapes::ListShape.new(name: 'ResourceTypeList')
500
524
  ResourceTypeString = Shapes::StringShape.new(name: 'ResourceTypeString')
525
+ ResourceTypeValue = Shapes::StringShape.new(name: 'ResourceTypeValue')
526
+ ResourceTypeValueList = Shapes::ListShape.new(name: 'ResourceTypeValueList')
501
527
  ResourceTypes = Shapes::ListShape.new(name: 'ResourceTypes')
502
528
  ResourceTypesScope = Shapes::ListShape.new(name: 'ResourceTypesScope')
503
529
  ResourceValue = Shapes::StructureShape.new(name: 'ResourceValue')
@@ -517,6 +543,9 @@ module Aws::ConfigService
517
543
  SelectAggregateResourceConfigResponse = Shapes::StructureShape.new(name: 'SelectAggregateResourceConfigResponse')
518
544
  SelectResourceConfigRequest = Shapes::StructureShape.new(name: 'SelectResourceConfigRequest')
519
545
  SelectResourceConfigResponse = Shapes::StructureShape.new(name: 'SelectResourceConfigResponse')
546
+ ServicePrincipal = Shapes::StringShape.new(name: 'ServicePrincipal')
547
+ ServicePrincipalValue = Shapes::StringShape.new(name: 'ServicePrincipalValue')
548
+ ServicePrincipalValueList = Shapes::ListShape.new(name: 'ServicePrincipalValueList')
520
549
  SortBy = Shapes::StringShape.new(name: 'SortBy')
521
550
  SortOrder = Shapes::StringShape.new(name: 'SortOrder')
522
551
  Source = Shapes::StructureShape.new(name: 'Source')
@@ -562,6 +591,7 @@ module Aws::ConfigService
562
591
  TemplateSSMDocumentDetails = Shapes::StructureShape.new(name: 'TemplateSSMDocumentDetails')
563
592
  TimeWindow = Shapes::StructureShape.new(name: 'TimeWindow')
564
593
  TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
594
+ UnmodifiableEntityException = Shapes::StructureShape.new(name: 'UnmodifiableEntityException')
565
595
  UnprocessedResourceIdentifierList = Shapes::ListShape.new(name: 'UnprocessedResourceIdentifierList')
566
596
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
567
597
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
@@ -664,8 +694,27 @@ module Aws::ConfigService
664
694
 
665
695
  AggregationAuthorizationList.member = Shapes::ShapeRef.new(shape: AggregationAuthorization)
666
696
 
697
+ AggregatorFilterResourceType.add_member(:type, Shapes::ShapeRef.new(shape: AggregatorFilterType, location_name: "Type"))
698
+ AggregatorFilterResourceType.add_member(:value, Shapes::ShapeRef.new(shape: ResourceTypeValueList, location_name: "Value"))
699
+ AggregatorFilterResourceType.struct_class = Types::AggregatorFilterResourceType
700
+
701
+ AggregatorFilterServicePrincipal.add_member(:type, Shapes::ShapeRef.new(shape: AggregatorFilterType, location_name: "Type"))
702
+ AggregatorFilterServicePrincipal.add_member(:value, Shapes::ShapeRef.new(shape: ServicePrincipalValueList, location_name: "Value"))
703
+ AggregatorFilterServicePrincipal.struct_class = Types::AggregatorFilterServicePrincipal
704
+
705
+ AggregatorFilters.add_member(:resource_type, Shapes::ShapeRef.new(shape: AggregatorFilterResourceType, location_name: "ResourceType"))
706
+ AggregatorFilters.add_member(:service_principal, Shapes::ShapeRef.new(shape: AggregatorFilterServicePrincipal, location_name: "ServicePrincipal"))
707
+ AggregatorFilters.struct_class = Types::AggregatorFilters
708
+
667
709
  AggregatorRegionList.member = Shapes::ShapeRef.new(shape: String)
668
710
 
711
+ AssociateResourceTypesRequest.add_member(:configuration_recorder_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ConfigurationRecorderArn"))
712
+ AssociateResourceTypesRequest.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypeList, required: true, location_name: "ResourceTypes"))
713
+ AssociateResourceTypesRequest.struct_class = Types::AssociateResourceTypesRequest
714
+
715
+ AssociateResourceTypesResponse.add_member(:configuration_recorder, Shapes::ShapeRef.new(shape: ConfigurationRecorder, required: true, location_name: "ConfigurationRecorder"))
716
+ AssociateResourceTypesResponse.struct_class = Types::AssociateResourceTypesResponse
717
+
669
718
  BaseConfigurationItem.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
670
719
  BaseConfigurationItem.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "accountId"))
671
720
  BaseConfigurationItem.add_member(:configuration_item_capture_time, Shapes::ShapeRef.new(shape: ConfigurationItemCaptureTime, location_name: "configurationItemCaptureTime"))
@@ -807,6 +856,7 @@ module Aws::ConfigService
807
856
  ConfigurationAggregator.add_member(:creation_time, Shapes::ShapeRef.new(shape: Date, location_name: "CreationTime"))
808
857
  ConfigurationAggregator.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastUpdatedTime"))
809
858
  ConfigurationAggregator.add_member(:created_by, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "CreatedBy"))
859
+ ConfigurationAggregator.add_member(:aggregator_filters, Shapes::ShapeRef.new(shape: AggregatorFilters, location_name: "AggregatorFilters"))
810
860
  ConfigurationAggregator.struct_class = Types::ConfigurationAggregator
811
861
 
812
862
  ConfigurationAggregatorList.member = Shapes::ShapeRef.new(shape: ConfigurationAggregator)
@@ -837,16 +887,28 @@ module Aws::ConfigService
837
887
 
838
888
  ConfigurationItemList.member = Shapes::ShapeRef.new(shape: ConfigurationItem)
839
889
 
890
+ ConfigurationRecorder.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
840
891
  ConfigurationRecorder.add_member(:name, Shapes::ShapeRef.new(shape: RecorderName, location_name: "name"))
841
892
  ConfigurationRecorder.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, location_name: "roleARN"))
842
893
  ConfigurationRecorder.add_member(:recording_group, Shapes::ShapeRef.new(shape: RecordingGroup, location_name: "recordingGroup"))
843
894
  ConfigurationRecorder.add_member(:recording_mode, Shapes::ShapeRef.new(shape: RecordingMode, location_name: "recordingMode"))
895
+ ConfigurationRecorder.add_member(:recording_scope, Shapes::ShapeRef.new(shape: RecordingScope, location_name: "recordingScope"))
896
+ ConfigurationRecorder.add_member(:service_principal, Shapes::ShapeRef.new(shape: ServicePrincipal, location_name: "servicePrincipal"))
844
897
  ConfigurationRecorder.struct_class = Types::ConfigurationRecorder
845
898
 
899
+ ConfigurationRecorderFilter.add_member(:filter_name, Shapes::ShapeRef.new(shape: ConfigurationRecorderFilterName, location_name: "filterName"))
900
+ ConfigurationRecorderFilter.add_member(:filter_value, Shapes::ShapeRef.new(shape: ConfigurationRecorderFilterValues, location_name: "filterValue"))
901
+ ConfigurationRecorderFilter.struct_class = Types::ConfigurationRecorderFilter
902
+
903
+ ConfigurationRecorderFilterList.member = Shapes::ShapeRef.new(shape: ConfigurationRecorderFilter)
904
+
905
+ ConfigurationRecorderFilterValues.member = Shapes::ShapeRef.new(shape: ConfigurationRecorderFilterValue)
906
+
846
907
  ConfigurationRecorderList.member = Shapes::ShapeRef.new(shape: ConfigurationRecorder)
847
908
 
848
909
  ConfigurationRecorderNameList.member = Shapes::ShapeRef.new(shape: RecorderName)
849
910
 
911
+ ConfigurationRecorderStatus.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
850
912
  ConfigurationRecorderStatus.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
851
913
  ConfigurationRecorderStatus.add_member(:last_start_time, Shapes::ShapeRef.new(shape: Date, location_name: "lastStartTime"))
852
914
  ConfigurationRecorderStatus.add_member(:last_stop_time, Shapes::ShapeRef.new(shape: Date, location_name: "lastStopTime"))
@@ -855,10 +917,21 @@ module Aws::ConfigService
855
917
  ConfigurationRecorderStatus.add_member(:last_error_code, Shapes::ShapeRef.new(shape: String, location_name: "lastErrorCode"))
856
918
  ConfigurationRecorderStatus.add_member(:last_error_message, Shapes::ShapeRef.new(shape: String, location_name: "lastErrorMessage"))
857
919
  ConfigurationRecorderStatus.add_member(:last_status_change_time, Shapes::ShapeRef.new(shape: Date, location_name: "lastStatusChangeTime"))
920
+ ConfigurationRecorderStatus.add_member(:service_principal, Shapes::ShapeRef.new(shape: ServicePrincipal, location_name: "servicePrincipal"))
858
921
  ConfigurationRecorderStatus.struct_class = Types::ConfigurationRecorderStatus
859
922
 
860
923
  ConfigurationRecorderStatusList.member = Shapes::ShapeRef.new(shape: ConfigurationRecorderStatus)
861
924
 
925
+ ConfigurationRecorderSummaries.member = Shapes::ShapeRef.new(shape: ConfigurationRecorderSummary)
926
+
927
+ ConfigurationRecorderSummary.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
928
+ ConfigurationRecorderSummary.add_member(:name, Shapes::ShapeRef.new(shape: RecorderName, required: true, location_name: "name"))
929
+ ConfigurationRecorderSummary.add_member(:service_principal, Shapes::ShapeRef.new(shape: ServicePrincipal, location_name: "servicePrincipal"))
930
+ ConfigurationRecorderSummary.add_member(:recording_scope, Shapes::ShapeRef.new(shape: RecordingScope, required: true, location_name: "recordingScope"))
931
+ ConfigurationRecorderSummary.struct_class = Types::ConfigurationRecorderSummary
932
+
933
+ ConflictException.struct_class = Types::ConflictException
934
+
862
935
  ConformancePackComplianceFilters.add_member(:config_rule_names, Shapes::ShapeRef.new(shape: ConformancePackConfigRuleNames, location_name: "ConfigRuleNames"))
863
936
  ConformancePackComplianceFilters.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ConformancePackComplianceType, location_name: "ComplianceType"))
864
937
  ConformancePackComplianceFilters.struct_class = Types::ConformancePackComplianceFilters
@@ -1007,6 +1080,13 @@ module Aws::ConfigService
1007
1080
  DeleteRetentionConfigurationRequest.add_member(:retention_configuration_name, Shapes::ShapeRef.new(shape: RetentionConfigurationName, required: true, location_name: "RetentionConfigurationName"))
1008
1081
  DeleteRetentionConfigurationRequest.struct_class = Types::DeleteRetentionConfigurationRequest
1009
1082
 
1083
+ DeleteServiceLinkedConfigurationRecorderRequest.add_member(:service_principal, Shapes::ShapeRef.new(shape: ServicePrincipal, required: true, location_name: "ServicePrincipal"))
1084
+ DeleteServiceLinkedConfigurationRecorderRequest.struct_class = Types::DeleteServiceLinkedConfigurationRecorderRequest
1085
+
1086
+ DeleteServiceLinkedConfigurationRecorderResponse.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "Arn"))
1087
+ DeleteServiceLinkedConfigurationRecorderResponse.add_member(:name, Shapes::ShapeRef.new(shape: RecorderName, required: true, location_name: "Name"))
1088
+ DeleteServiceLinkedConfigurationRecorderResponse.struct_class = Types::DeleteServiceLinkedConfigurationRecorderResponse
1089
+
1010
1090
  DeleteStoredQueryRequest.add_member(:query_name, Shapes::ShapeRef.new(shape: QueryName, required: true, location_name: "QueryName"))
1011
1091
  DeleteStoredQueryRequest.struct_class = Types::DeleteStoredQueryRequest
1012
1092
 
@@ -1127,12 +1207,16 @@ module Aws::ConfigService
1127
1207
  DescribeConfigurationAggregatorsResponse.struct_class = Types::DescribeConfigurationAggregatorsResponse
1128
1208
 
1129
1209
  DescribeConfigurationRecorderStatusRequest.add_member(:configuration_recorder_names, Shapes::ShapeRef.new(shape: ConfigurationRecorderNameList, location_name: "ConfigurationRecorderNames"))
1210
+ DescribeConfigurationRecorderStatusRequest.add_member(:service_principal, Shapes::ShapeRef.new(shape: ServicePrincipal, location_name: "ServicePrincipal"))
1211
+ DescribeConfigurationRecorderStatusRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "Arn"))
1130
1212
  DescribeConfigurationRecorderStatusRequest.struct_class = Types::DescribeConfigurationRecorderStatusRequest
1131
1213
 
1132
1214
  DescribeConfigurationRecorderStatusResponse.add_member(:configuration_recorders_status, Shapes::ShapeRef.new(shape: ConfigurationRecorderStatusList, location_name: "ConfigurationRecordersStatus"))
1133
1215
  DescribeConfigurationRecorderStatusResponse.struct_class = Types::DescribeConfigurationRecorderStatusResponse
1134
1216
 
1135
1217
  DescribeConfigurationRecordersRequest.add_member(:configuration_recorder_names, Shapes::ShapeRef.new(shape: ConfigurationRecorderNameList, location_name: "ConfigurationRecorderNames"))
1218
+ DescribeConfigurationRecordersRequest.add_member(:service_principal, Shapes::ShapeRef.new(shape: ServicePrincipal, location_name: "ServicePrincipal"))
1219
+ DescribeConfigurationRecordersRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "Arn"))
1136
1220
  DescribeConfigurationRecordersRequest.struct_class = Types::DescribeConfigurationRecordersRequest
1137
1221
 
1138
1222
  DescribeConfigurationRecordersResponse.add_member(:configuration_recorders, Shapes::ShapeRef.new(shape: ConfigurationRecorderList, location_name: "ConfigurationRecorders"))
@@ -1257,6 +1341,13 @@ module Aws::ConfigService
1257
1341
  DescribeRetentionConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1258
1342
  DescribeRetentionConfigurationsResponse.struct_class = Types::DescribeRetentionConfigurationsResponse
1259
1343
 
1344
+ DisassociateResourceTypesRequest.add_member(:configuration_recorder_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ConfigurationRecorderArn"))
1345
+ DisassociateResourceTypesRequest.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypeList, required: true, location_name: "ResourceTypes"))
1346
+ DisassociateResourceTypesRequest.struct_class = Types::DisassociateResourceTypesRequest
1347
+
1348
+ DisassociateResourceTypesResponse.add_member(:configuration_recorder, Shapes::ShapeRef.new(shape: ConfigurationRecorder, required: true, location_name: "ConfigurationRecorder"))
1349
+ DisassociateResourceTypesResponse.struct_class = Types::DisassociateResourceTypesResponse
1350
+
1260
1351
  DiscoveredResourceIdentifierList.member = Shapes::ShapeRef.new(shape: AggregateResourceIdentifier)
1261
1352
 
1262
1353
  Evaluation.add_member(:compliance_resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "ComplianceResourceType"))
@@ -1573,6 +1664,15 @@ module Aws::ConfigService
1573
1664
  ListAggregateDiscoveredResourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1574
1665
  ListAggregateDiscoveredResourcesResponse.struct_class = Types::ListAggregateDiscoveredResourcesResponse
1575
1666
 
1667
+ ListConfigurationRecordersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ConfigurationRecorderFilterList, location_name: "Filters"))
1668
+ ListConfigurationRecordersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
1669
+ ListConfigurationRecordersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1670
+ ListConfigurationRecordersRequest.struct_class = Types::ListConfigurationRecordersRequest
1671
+
1672
+ ListConfigurationRecordersResponse.add_member(:configuration_recorder_summaries, Shapes::ShapeRef.new(shape: ConfigurationRecorderSummaries, required: true, location_name: "ConfigurationRecorderSummaries"))
1673
+ ListConfigurationRecordersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1674
+ ListConfigurationRecordersResponse.struct_class = Types::ListConfigurationRecordersResponse
1675
+
1576
1676
  ListConformancePackComplianceScoresRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ConformancePackComplianceScoresFilters, location_name: "Filters"))
1577
1677
  ListConformancePackComplianceScoresRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
1578
1678
  ListConformancePackComplianceScoresRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortBy, location_name: "SortBy"))
@@ -1823,12 +1923,14 @@ module Aws::ConfigService
1823
1923
  PutConfigurationAggregatorRequest.add_member(:account_aggregation_sources, Shapes::ShapeRef.new(shape: AccountAggregationSourceList, location_name: "AccountAggregationSources"))
1824
1924
  PutConfigurationAggregatorRequest.add_member(:organization_aggregation_source, Shapes::ShapeRef.new(shape: OrganizationAggregationSource, location_name: "OrganizationAggregationSource"))
1825
1925
  PutConfigurationAggregatorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsList, location_name: "Tags"))
1926
+ PutConfigurationAggregatorRequest.add_member(:aggregator_filters, Shapes::ShapeRef.new(shape: AggregatorFilters, location_name: "AggregatorFilters"))
1826
1927
  PutConfigurationAggregatorRequest.struct_class = Types::PutConfigurationAggregatorRequest
1827
1928
 
1828
1929
  PutConfigurationAggregatorResponse.add_member(:configuration_aggregator, Shapes::ShapeRef.new(shape: ConfigurationAggregator, location_name: "ConfigurationAggregator"))
1829
1930
  PutConfigurationAggregatorResponse.struct_class = Types::PutConfigurationAggregatorResponse
1830
1931
 
1831
1932
  PutConfigurationRecorderRequest.add_member(:configuration_recorder, Shapes::ShapeRef.new(shape: ConfigurationRecorder, required: true, location_name: "ConfigurationRecorder"))
1933
+ PutConfigurationRecorderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsList, location_name: "Tags"))
1832
1934
  PutConfigurationRecorderRequest.struct_class = Types::PutConfigurationRecorderRequest
1833
1935
 
1834
1936
  PutConformancePackRequest.add_member(:conformance_pack_name, Shapes::ShapeRef.new(shape: ConformancePackName, required: true, location_name: "ConformancePackName"))
@@ -1911,6 +2013,14 @@ module Aws::ConfigService
1911
2013
  PutRetentionConfigurationResponse.add_member(:retention_configuration, Shapes::ShapeRef.new(shape: RetentionConfiguration, location_name: "RetentionConfiguration"))
1912
2014
  PutRetentionConfigurationResponse.struct_class = Types::PutRetentionConfigurationResponse
1913
2015
 
2016
+ PutServiceLinkedConfigurationRecorderRequest.add_member(:service_principal, Shapes::ShapeRef.new(shape: ServicePrincipal, required: true, location_name: "ServicePrincipal"))
2017
+ PutServiceLinkedConfigurationRecorderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsList, location_name: "Tags"))
2018
+ PutServiceLinkedConfigurationRecorderRequest.struct_class = Types::PutServiceLinkedConfigurationRecorderRequest
2019
+
2020
+ PutServiceLinkedConfigurationRecorderResponse.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "Arn"))
2021
+ PutServiceLinkedConfigurationRecorderResponse.add_member(:name, Shapes::ShapeRef.new(shape: RecorderName, location_name: "Name"))
2022
+ PutServiceLinkedConfigurationRecorderResponse.struct_class = Types::PutServiceLinkedConfigurationRecorderResponse
2023
+
1914
2024
  PutStoredQueryRequest.add_member(:stored_query, Shapes::ShapeRef.new(shape: StoredQuery, required: true, location_name: "StoredQuery"))
1915
2025
  PutStoredQueryRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsList, location_name: "Tags"))
1916
2026
  PutStoredQueryRequest.struct_class = Types::PutStoredQueryRequest
@@ -2078,6 +2188,8 @@ module Aws::ConfigService
2078
2188
 
2079
2189
  ResourceTypeList.member = Shapes::ShapeRef.new(shape: ResourceType)
2080
2190
 
2191
+ ResourceTypeValueList.member = Shapes::ShapeRef.new(shape: ResourceTypeValue)
2192
+
2081
2193
  ResourceTypes.member = Shapes::ShapeRef.new(shape: StringWithCharLimit256)
2082
2194
 
2083
2195
  ResourceTypesScope.member = Shapes::ShapeRef.new(shape: StringWithCharLimit256)
@@ -2123,6 +2235,8 @@ module Aws::ConfigService
2123
2235
  SelectResourceConfigResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2124
2236
  SelectResourceConfigResponse.struct_class = Types::SelectResourceConfigResponse
2125
2237
 
2238
+ ServicePrincipalValueList.member = Shapes::ShapeRef.new(shape: ServicePrincipalValue)
2239
+
2126
2240
  Source.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, required: true, location_name: "Owner"))
2127
2241
  Source.add_member(:source_identifier, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "SourceIdentifier"))
2128
2242
  Source.add_member(:source_details, Shapes::ShapeRef.new(shape: SourceDetails, location_name: "SourceDetails"))
@@ -2223,6 +2337,8 @@ module Aws::ConfigService
2223
2337
 
2224
2338
  TooManyTagsException.struct_class = Types::TooManyTagsException
2225
2339
 
2340
+ UnmodifiableEntityException.struct_class = Types::UnmodifiableEntityException
2341
+
2226
2342
  UnprocessedResourceIdentifierList.member = Shapes::ShapeRef.new(shape: AggregateResourceIdentifier)
2227
2343
 
2228
2344
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceArn"))
@@ -2252,6 +2368,17 @@ module Aws::ConfigService
2252
2368
  "uid" => "config-2014-11-12",
2253
2369
  }
2254
2370
 
2371
+ api.add_operation(:associate_resource_types, Seahorse::Model::Operation.new.tap do |o|
2372
+ o.name = "AssociateResourceTypes"
2373
+ o.http_method = "POST"
2374
+ o.http_request_uri = "/"
2375
+ o.input = Shapes::ShapeRef.new(shape: AssociateResourceTypesRequest)
2376
+ o.output = Shapes::ShapeRef.new(shape: AssociateResourceTypesResponse)
2377
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2378
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2379
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
2380
+ end)
2381
+
2255
2382
  api.add_operation(:batch_get_aggregate_resource_config, Seahorse::Model::Operation.new.tap do |o|
2256
2383
  o.name = "BatchGetAggregateResourceConfig"
2257
2384
  o.http_method = "POST"
@@ -2307,6 +2434,7 @@ module Aws::ConfigService
2307
2434
  o.input = Shapes::ShapeRef.new(shape: DeleteConfigurationRecorderRequest)
2308
2435
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2309
2436
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
2437
+ o.errors << Shapes::ShapeRef.new(shape: UnmodifiableEntityException)
2310
2438
  end)
2311
2439
 
2312
2440
  api.add_operation(:delete_conformance_pack, Seahorse::Model::Operation.new.tap do |o|
@@ -2411,6 +2539,17 @@ module Aws::ConfigService
2411
2539
  o.errors << Shapes::ShapeRef.new(shape: NoSuchRetentionConfigurationException)
2412
2540
  end)
2413
2541
 
2542
+ api.add_operation(:delete_service_linked_configuration_recorder, Seahorse::Model::Operation.new.tap do |o|
2543
+ o.name = "DeleteServiceLinkedConfigurationRecorder"
2544
+ o.http_method = "POST"
2545
+ o.http_request_uri = "/"
2546
+ o.input = Shapes::ShapeRef.new(shape: DeleteServiceLinkedConfigurationRecorderRequest)
2547
+ o.output = Shapes::ShapeRef.new(shape: DeleteServiceLinkedConfigurationRecorderResponse)
2548
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
2549
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2550
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2551
+ end)
2552
+
2414
2553
  api.add_operation(:delete_stored_query, Seahorse::Model::Operation.new.tap do |o|
2415
2554
  o.name = "DeleteStoredQuery"
2416
2555
  o.http_method = "POST"
@@ -2593,6 +2732,7 @@ module Aws::ConfigService
2593
2732
  o.input = Shapes::ShapeRef.new(shape: DescribeConfigurationRecorderStatusRequest)
2594
2733
  o.output = Shapes::ShapeRef.new(shape: DescribeConfigurationRecorderStatusResponse)
2595
2734
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
2735
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2596
2736
  end)
2597
2737
 
2598
2738
  api.add_operation(:describe_configuration_recorders, Seahorse::Model::Operation.new.tap do |o|
@@ -2602,6 +2742,7 @@ module Aws::ConfigService
2602
2742
  o.input = Shapes::ShapeRef.new(shape: DescribeConfigurationRecordersRequest)
2603
2743
  o.output = Shapes::ShapeRef.new(shape: DescribeConfigurationRecordersResponse)
2604
2744
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
2745
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2605
2746
  end)
2606
2747
 
2607
2748
  api.add_operation(:describe_conformance_pack_compliance, Seahorse::Model::Operation.new.tap do |o|
@@ -2822,6 +2963,17 @@ module Aws::ConfigService
2822
2963
  )
2823
2964
  end)
2824
2965
 
2966
+ api.add_operation(:disassociate_resource_types, Seahorse::Model::Operation.new.tap do |o|
2967
+ o.name = "DisassociateResourceTypes"
2968
+ o.http_method = "POST"
2969
+ o.http_request_uri = "/"
2970
+ o.input = Shapes::ShapeRef.new(shape: DisassociateResourceTypesRequest)
2971
+ o.output = Shapes::ShapeRef.new(shape: DisassociateResourceTypesResponse)
2972
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2973
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2974
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
2975
+ end)
2976
+
2825
2977
  api.add_operation(:get_aggregate_compliance_details_by_config_rule, Seahorse::Model::Operation.new.tap do |o|
2826
2978
  o.name = "GetAggregateComplianceDetailsByConfigRule"
2827
2979
  o.http_method = "POST"
@@ -3119,6 +3271,21 @@ module Aws::ConfigService
3119
3271
  )
3120
3272
  end)
3121
3273
 
3274
+ api.add_operation(:list_configuration_recorders, Seahorse::Model::Operation.new.tap do |o|
3275
+ o.name = "ListConfigurationRecorders"
3276
+ o.http_method = "POST"
3277
+ o.http_request_uri = "/"
3278
+ o.input = Shapes::ShapeRef.new(shape: ListConfigurationRecordersRequest)
3279
+ o.output = Shapes::ShapeRef.new(shape: ListConfigurationRecordersResponse)
3280
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3281
+ o[:pager] = Aws::Pager.new(
3282
+ limit_key: "max_results",
3283
+ tokens: {
3284
+ "next_token" => "next_token"
3285
+ }
3286
+ )
3287
+ end)
3288
+
3122
3289
  api.add_operation(:list_conformance_pack_compliance_scores, Seahorse::Model::Operation.new.tap do |o|
3123
3290
  o.name = "ListConformancePackComplianceScores"
3124
3291
  o.http_method = "POST"
@@ -3252,6 +3419,7 @@ module Aws::ConfigService
3252
3419
  o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRecorderNameException)
3253
3420
  o.errors << Shapes::ShapeRef.new(shape: InvalidRoleException)
3254
3421
  o.errors << Shapes::ShapeRef.new(shape: InvalidRecordingGroupException)
3422
+ o.errors << Shapes::ShapeRef.new(shape: UnmodifiableEntityException)
3255
3423
  end)
3256
3424
 
3257
3425
  api.add_operation(:put_conformance_pack, Seahorse::Model::Operation.new.tap do |o|
@@ -3378,6 +3546,18 @@ module Aws::ConfigService
3378
3546
  o.errors << Shapes::ShapeRef.new(shape: MaxNumberOfRetentionConfigurationsExceededException)
3379
3547
  end)
3380
3548
 
3549
+ api.add_operation(:put_service_linked_configuration_recorder, Seahorse::Model::Operation.new.tap do |o|
3550
+ o.name = "PutServiceLinkedConfigurationRecorder"
3551
+ o.http_method = "POST"
3552
+ o.http_request_uri = "/"
3553
+ o.input = Shapes::ShapeRef.new(shape: PutServiceLinkedConfigurationRecorderRequest)
3554
+ o.output = Shapes::ShapeRef.new(shape: PutServiceLinkedConfigurationRecorderResponse)
3555
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3556
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientPermissionsException)
3557
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
3558
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3559
+ end)
3560
+
3381
3561
  api.add_operation(:put_stored_query, Seahorse::Model::Operation.new.tap do |o|
3382
3562
  o.name = "PutStoredQuery"
3383
3563
  o.http_method = "POST"
@@ -3444,6 +3624,7 @@ module Aws::ConfigService
3444
3624
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3445
3625
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
3446
3626
  o.errors << Shapes::ShapeRef.new(shape: NoAvailableDeliveryChannelException)
3627
+ o.errors << Shapes::ShapeRef.new(shape: UnmodifiableEntityException)
3447
3628
  end)
3448
3629
 
3449
3630
  api.add_operation(:start_remediation_execution, Seahorse::Model::Operation.new.tap do |o|
@@ -3474,6 +3655,7 @@ module Aws::ConfigService
3474
3655
  o.input = Shapes::ShapeRef.new(shape: StopConfigurationRecorderRequest)
3475
3656
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3476
3657
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
3658
+ o.errors << Shapes::ShapeRef.new(shape: UnmodifiableEntityException)
3477
3659
  end)
3478
3660
 
3479
3661
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -27,6 +27,7 @@ module Aws::ConfigService
27
27
  # See {Seahorse::Client::RequestContext} for more information.
28
28
  #
29
29
  # ## Error Classes
30
+ # * {ConflictException}
30
31
  # * {ConformancePackTemplateValidationException}
31
32
  # * {IdempotentParameterMismatch}
32
33
  # * {InsufficientDeliveryPolicyException}
@@ -80,6 +81,7 @@ module Aws::ConfigService
80
81
  # * {ResourceNotDiscoveredException}
81
82
  # * {ResourceNotFoundException}
82
83
  # * {TooManyTagsException}
84
+ # * {UnmodifiableEntityException}
83
85
  # * {ValidationException}
84
86
  #
85
87
  # Additionally, error classes are dynamically generated for service errors based on the error code
@@ -88,6 +90,16 @@ module Aws::ConfigService
88
90
 
89
91
  extend Aws::Errors::DynamicErrors
90
92
 
93
+ class ConflictException < ServiceError
94
+
95
+ # @param [Seahorse::Client::RequestContext] context
96
+ # @param [String] message
97
+ # @param [Aws::ConfigService::Types::ConflictException] data
98
+ def initialize(context, message, data = Aws::EmptyStructure.new)
99
+ super(context, message, data)
100
+ end
101
+ end
102
+
91
103
  class ConformancePackTemplateValidationException < ServiceError
92
104
 
93
105
  # @param [Seahorse::Client::RequestContext] context
@@ -628,6 +640,16 @@ module Aws::ConfigService
628
640
  end
629
641
  end
630
642
 
643
+ class UnmodifiableEntityException < ServiceError
644
+
645
+ # @param [Seahorse::Client::RequestContext] context
646
+ # @param [String] message
647
+ # @param [Aws::ConfigService::Types::UnmodifiableEntityException] data
648
+ def initialize(context, message, data = Aws::EmptyStructure.new)
649
+ super(context, message, data)
650
+ end
651
+ end
652
+
631
653
  class ValidationException < ServiceError
632
654
 
633
655
  # @param [Seahorse::Client::RequestContext] context