aws-sdk-configservice 1.38.0 → 1.39.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,6 +33,7 @@ module Aws::ConfigService
33
33
  AggregatorRegionList = Shapes::ListShape.new(name: 'AggregatorRegionList')
34
34
  AllSupported = Shapes::BooleanShape.new(name: 'AllSupported')
35
35
  AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
36
+ Annotation = Shapes::StringShape.new(name: 'Annotation')
36
37
  AutoRemediationAttemptSeconds = Shapes::IntegerShape.new(name: 'AutoRemediationAttemptSeconds')
37
38
  AutoRemediationAttempts = Shapes::IntegerShape.new(name: 'AutoRemediationAttempts')
38
39
  AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
@@ -89,16 +90,43 @@ module Aws::ConfigService
89
90
  ConfigurationRecorderStatus = Shapes::StructureShape.new(name: 'ConfigurationRecorderStatus')
90
91
  ConfigurationRecorderStatusList = Shapes::ListShape.new(name: 'ConfigurationRecorderStatusList')
91
92
  ConfigurationStateId = Shapes::StringShape.new(name: 'ConfigurationStateId')
93
+ ConformancePackArn = Shapes::StringShape.new(name: 'ConformancePackArn')
94
+ ConformancePackComplianceFilters = Shapes::StructureShape.new(name: 'ConformancePackComplianceFilters')
95
+ ConformancePackComplianceResourceIds = Shapes::ListShape.new(name: 'ConformancePackComplianceResourceIds')
96
+ ConformancePackComplianceSummary = Shapes::StructureShape.new(name: 'ConformancePackComplianceSummary')
97
+ ConformancePackComplianceSummaryList = Shapes::ListShape.new(name: 'ConformancePackComplianceSummaryList')
98
+ ConformancePackComplianceType = Shapes::StringShape.new(name: 'ConformancePackComplianceType')
99
+ ConformancePackConfigRuleNames = Shapes::ListShape.new(name: 'ConformancePackConfigRuleNames')
100
+ ConformancePackDetail = Shapes::StructureShape.new(name: 'ConformancePackDetail')
101
+ ConformancePackDetailList = Shapes::ListShape.new(name: 'ConformancePackDetailList')
102
+ ConformancePackEvaluationFilters = Shapes::StructureShape.new(name: 'ConformancePackEvaluationFilters')
103
+ ConformancePackEvaluationResult = Shapes::StructureShape.new(name: 'ConformancePackEvaluationResult')
104
+ ConformancePackId = Shapes::StringShape.new(name: 'ConformancePackId')
105
+ ConformancePackInputParameter = Shapes::StructureShape.new(name: 'ConformancePackInputParameter')
106
+ ConformancePackInputParameters = Shapes::ListShape.new(name: 'ConformancePackInputParameters')
107
+ ConformancePackName = Shapes::StringShape.new(name: 'ConformancePackName')
108
+ ConformancePackNamesList = Shapes::ListShape.new(name: 'ConformancePackNamesList')
109
+ ConformancePackNamesToSummarizeList = Shapes::ListShape.new(name: 'ConformancePackNamesToSummarizeList')
110
+ ConformancePackRuleCompliance = Shapes::StructureShape.new(name: 'ConformancePackRuleCompliance')
111
+ ConformancePackRuleComplianceList = Shapes::ListShape.new(name: 'ConformancePackRuleComplianceList')
112
+ ConformancePackRuleEvaluationResultsList = Shapes::ListShape.new(name: 'ConformancePackRuleEvaluationResultsList')
113
+ ConformancePackState = Shapes::StringShape.new(name: 'ConformancePackState')
114
+ ConformancePackStatusDetail = Shapes::StructureShape.new(name: 'ConformancePackStatusDetail')
115
+ ConformancePackStatusDetailsList = Shapes::ListShape.new(name: 'ConformancePackStatusDetailsList')
116
+ ConformancePackStatusReason = Shapes::StringShape.new(name: 'ConformancePackStatusReason')
117
+ ConformancePackTemplateValidationException = Shapes::StructureShape.new(name: 'ConformancePackTemplateValidationException')
92
118
  CosmosPageLimit = Shapes::IntegerShape.new(name: 'CosmosPageLimit')
93
119
  Date = Shapes::TimestampShape.new(name: 'Date')
94
120
  DeleteAggregationAuthorizationRequest = Shapes::StructureShape.new(name: 'DeleteAggregationAuthorizationRequest')
95
121
  DeleteConfigRuleRequest = Shapes::StructureShape.new(name: 'DeleteConfigRuleRequest')
96
122
  DeleteConfigurationAggregatorRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationAggregatorRequest')
97
123
  DeleteConfigurationRecorderRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationRecorderRequest')
124
+ DeleteConformancePackRequest = Shapes::StructureShape.new(name: 'DeleteConformancePackRequest')
98
125
  DeleteDeliveryChannelRequest = Shapes::StructureShape.new(name: 'DeleteDeliveryChannelRequest')
99
126
  DeleteEvaluationResultsRequest = Shapes::StructureShape.new(name: 'DeleteEvaluationResultsRequest')
100
127
  DeleteEvaluationResultsResponse = Shapes::StructureShape.new(name: 'DeleteEvaluationResultsResponse')
101
128
  DeleteOrganizationConfigRuleRequest = Shapes::StructureShape.new(name: 'DeleteOrganizationConfigRuleRequest')
129
+ DeleteOrganizationConformancePackRequest = Shapes::StructureShape.new(name: 'DeleteOrganizationConformancePackRequest')
102
130
  DeletePendingAggregationRequestRequest = Shapes::StructureShape.new(name: 'DeletePendingAggregationRequestRequest')
103
131
  DeleteRemediationConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteRemediationConfigurationRequest')
104
132
  DeleteRemediationConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteRemediationConfigurationResponse')
@@ -112,6 +140,8 @@ module Aws::ConfigService
112
140
  DeliveryChannelNameList = Shapes::ListShape.new(name: 'DeliveryChannelNameList')
113
141
  DeliveryChannelStatus = Shapes::StructureShape.new(name: 'DeliveryChannelStatus')
114
142
  DeliveryChannelStatusList = Shapes::ListShape.new(name: 'DeliveryChannelStatusList')
143
+ DeliveryS3Bucket = Shapes::StringShape.new(name: 'DeliveryS3Bucket')
144
+ DeliveryS3KeyPrefix = Shapes::StringShape.new(name: 'DeliveryS3KeyPrefix')
115
145
  DeliveryStatus = Shapes::StringShape.new(name: 'DeliveryStatus')
116
146
  DescribeAggregateComplianceByConfigRulesRequest = Shapes::StructureShape.new(name: 'DescribeAggregateComplianceByConfigRulesRequest')
117
147
  DescribeAggregateComplianceByConfigRulesResponse = Shapes::StructureShape.new(name: 'DescribeAggregateComplianceByConfigRulesResponse')
@@ -133,6 +163,13 @@ module Aws::ConfigService
133
163
  DescribeConfigurationRecorderStatusResponse = Shapes::StructureShape.new(name: 'DescribeConfigurationRecorderStatusResponse')
134
164
  DescribeConfigurationRecordersRequest = Shapes::StructureShape.new(name: 'DescribeConfigurationRecordersRequest')
135
165
  DescribeConfigurationRecordersResponse = Shapes::StructureShape.new(name: 'DescribeConfigurationRecordersResponse')
166
+ DescribeConformancePackComplianceLimit = Shapes::IntegerShape.new(name: 'DescribeConformancePackComplianceLimit')
167
+ DescribeConformancePackComplianceRequest = Shapes::StructureShape.new(name: 'DescribeConformancePackComplianceRequest')
168
+ DescribeConformancePackComplianceResponse = Shapes::StructureShape.new(name: 'DescribeConformancePackComplianceResponse')
169
+ DescribeConformancePackStatusRequest = Shapes::StructureShape.new(name: 'DescribeConformancePackStatusRequest')
170
+ DescribeConformancePackStatusResponse = Shapes::StructureShape.new(name: 'DescribeConformancePackStatusResponse')
171
+ DescribeConformancePacksRequest = Shapes::StructureShape.new(name: 'DescribeConformancePacksRequest')
172
+ DescribeConformancePacksResponse = Shapes::StructureShape.new(name: 'DescribeConformancePacksResponse')
136
173
  DescribeDeliveryChannelStatusRequest = Shapes::StructureShape.new(name: 'DescribeDeliveryChannelStatusRequest')
137
174
  DescribeDeliveryChannelStatusResponse = Shapes::StructureShape.new(name: 'DescribeDeliveryChannelStatusResponse')
138
175
  DescribeDeliveryChannelsRequest = Shapes::StructureShape.new(name: 'DescribeDeliveryChannelsRequest')
@@ -141,6 +178,10 @@ module Aws::ConfigService
141
178
  DescribeOrganizationConfigRuleStatusesResponse = Shapes::StructureShape.new(name: 'DescribeOrganizationConfigRuleStatusesResponse')
142
179
  DescribeOrganizationConfigRulesRequest = Shapes::StructureShape.new(name: 'DescribeOrganizationConfigRulesRequest')
143
180
  DescribeOrganizationConfigRulesResponse = Shapes::StructureShape.new(name: 'DescribeOrganizationConfigRulesResponse')
181
+ DescribeOrganizationConformancePackStatusesRequest = Shapes::StructureShape.new(name: 'DescribeOrganizationConformancePackStatusesRequest')
182
+ DescribeOrganizationConformancePackStatusesResponse = Shapes::StructureShape.new(name: 'DescribeOrganizationConformancePackStatusesResponse')
183
+ DescribeOrganizationConformancePacksRequest = Shapes::StructureShape.new(name: 'DescribeOrganizationConformancePacksRequest')
184
+ DescribeOrganizationConformancePacksResponse = Shapes::StructureShape.new(name: 'DescribeOrganizationConformancePacksResponse')
144
185
  DescribePendingAggregationRequestsLimit = Shapes::IntegerShape.new(name: 'DescribePendingAggregationRequestsLimit')
145
186
  DescribePendingAggregationRequestsRequest = Shapes::StructureShape.new(name: 'DescribePendingAggregationRequestsRequest')
146
187
  DescribePendingAggregationRequestsResponse = Shapes::StructureShape.new(name: 'DescribePendingAggregationRequestsResponse')
@@ -189,10 +230,17 @@ module Aws::ConfigService
189
230
  GetComplianceSummaryByConfigRuleResponse = Shapes::StructureShape.new(name: 'GetComplianceSummaryByConfigRuleResponse')
190
231
  GetComplianceSummaryByResourceTypeRequest = Shapes::StructureShape.new(name: 'GetComplianceSummaryByResourceTypeRequest')
191
232
  GetComplianceSummaryByResourceTypeResponse = Shapes::StructureShape.new(name: 'GetComplianceSummaryByResourceTypeResponse')
233
+ GetConformancePackComplianceDetailsLimit = Shapes::IntegerShape.new(name: 'GetConformancePackComplianceDetailsLimit')
234
+ GetConformancePackComplianceDetailsRequest = Shapes::StructureShape.new(name: 'GetConformancePackComplianceDetailsRequest')
235
+ GetConformancePackComplianceDetailsResponse = Shapes::StructureShape.new(name: 'GetConformancePackComplianceDetailsResponse')
236
+ GetConformancePackComplianceSummaryRequest = Shapes::StructureShape.new(name: 'GetConformancePackComplianceSummaryRequest')
237
+ GetConformancePackComplianceSummaryResponse = Shapes::StructureShape.new(name: 'GetConformancePackComplianceSummaryResponse')
192
238
  GetDiscoveredResourceCountsRequest = Shapes::StructureShape.new(name: 'GetDiscoveredResourceCountsRequest')
193
239
  GetDiscoveredResourceCountsResponse = Shapes::StructureShape.new(name: 'GetDiscoveredResourceCountsResponse')
194
240
  GetOrganizationConfigRuleDetailedStatusRequest = Shapes::StructureShape.new(name: 'GetOrganizationConfigRuleDetailedStatusRequest')
195
241
  GetOrganizationConfigRuleDetailedStatusResponse = Shapes::StructureShape.new(name: 'GetOrganizationConfigRuleDetailedStatusResponse')
242
+ GetOrganizationConformancePackDetailedStatusRequest = Shapes::StructureShape.new(name: 'GetOrganizationConformancePackDetailedStatusRequest')
243
+ GetOrganizationConformancePackDetailedStatusResponse = Shapes::StructureShape.new(name: 'GetOrganizationConformancePackDetailedStatusResponse')
196
244
  GetResourceConfigHistoryRequest = Shapes::StructureShape.new(name: 'GetResourceConfigHistoryRequest')
197
245
  GetResourceConfigHistoryResponse = Shapes::StructureShape.new(name: 'GetResourceConfigHistoryResponse')
198
246
  GroupByAPILimit = Shapes::IntegerShape.new(name: 'GroupByAPILimit')
@@ -227,8 +275,10 @@ module Aws::ConfigService
227
275
  Long = Shapes::IntegerShape.new(name: 'Long')
228
276
  MaxNumberOfConfigRulesExceededException = Shapes::StructureShape.new(name: 'MaxNumberOfConfigRulesExceededException')
229
277
  MaxNumberOfConfigurationRecordersExceededException = Shapes::StructureShape.new(name: 'MaxNumberOfConfigurationRecordersExceededException')
278
+ MaxNumberOfConformancePacksExceededException = Shapes::StructureShape.new(name: 'MaxNumberOfConformancePacksExceededException')
230
279
  MaxNumberOfDeliveryChannelsExceededException = Shapes::StructureShape.new(name: 'MaxNumberOfDeliveryChannelsExceededException')
231
280
  MaxNumberOfOrganizationConfigRulesExceededException = Shapes::StructureShape.new(name: 'MaxNumberOfOrganizationConfigRulesExceededException')
281
+ MaxNumberOfOrganizationConformancePacksExceededException = Shapes::StructureShape.new(name: 'MaxNumberOfOrganizationConformancePacksExceededException')
232
282
  MaxNumberOfRetentionConfigurationsExceededException = Shapes::StructureShape.new(name: 'MaxNumberOfRetentionConfigurationsExceededException')
233
283
  MaximumExecutionFrequency = Shapes::StringShape.new(name: 'MaximumExecutionFrequency')
234
284
  MemberAccountRuleStatus = Shapes::StringShape.new(name: 'MemberAccountRuleStatus')
@@ -242,10 +292,13 @@ module Aws::ConfigService
242
292
  NoRunningConfigurationRecorderException = Shapes::StructureShape.new(name: 'NoRunningConfigurationRecorderException')
243
293
  NoSuchBucketException = Shapes::StructureShape.new(name: 'NoSuchBucketException')
244
294
  NoSuchConfigRuleException = Shapes::StructureShape.new(name: 'NoSuchConfigRuleException')
295
+ NoSuchConfigRuleInConformancePackException = Shapes::StructureShape.new(name: 'NoSuchConfigRuleInConformancePackException')
245
296
  NoSuchConfigurationAggregatorException = Shapes::StructureShape.new(name: 'NoSuchConfigurationAggregatorException')
246
297
  NoSuchConfigurationRecorderException = Shapes::StructureShape.new(name: 'NoSuchConfigurationRecorderException')
298
+ NoSuchConformancePackException = Shapes::StructureShape.new(name: 'NoSuchConformancePackException')
247
299
  NoSuchDeliveryChannelException = Shapes::StructureShape.new(name: 'NoSuchDeliveryChannelException')
248
300
  NoSuchOrganizationConfigRuleException = Shapes::StructureShape.new(name: 'NoSuchOrganizationConfigRuleException')
301
+ NoSuchOrganizationConformancePackException = Shapes::StructureShape.new(name: 'NoSuchOrganizationConformancePackException')
249
302
  NoSuchRemediationConfigurationException = Shapes::StructureShape.new(name: 'NoSuchRemediationConfigurationException')
250
303
  NoSuchRemediationExceptionException = Shapes::StructureShape.new(name: 'NoSuchRemediationExceptionException')
251
304
  NoSuchRetentionConfigurationException = Shapes::StructureShape.new(name: 'NoSuchRetentionConfigurationException')
@@ -262,11 +315,26 @@ module Aws::ConfigService
262
315
  OrganizationConfigRuleTriggerType = Shapes::StringShape.new(name: 'OrganizationConfigRuleTriggerType')
263
316
  OrganizationConfigRuleTriggerTypes = Shapes::ListShape.new(name: 'OrganizationConfigRuleTriggerTypes')
264
317
  OrganizationConfigRules = Shapes::ListShape.new(name: 'OrganizationConfigRules')
318
+ OrganizationConformancePack = Shapes::StructureShape.new(name: 'OrganizationConformancePack')
319
+ OrganizationConformancePackDetailedStatus = Shapes::StructureShape.new(name: 'OrganizationConformancePackDetailedStatus')
320
+ OrganizationConformancePackDetailedStatuses = Shapes::ListShape.new(name: 'OrganizationConformancePackDetailedStatuses')
321
+ OrganizationConformancePackName = Shapes::StringShape.new(name: 'OrganizationConformancePackName')
322
+ OrganizationConformancePackNames = Shapes::ListShape.new(name: 'OrganizationConformancePackNames')
323
+ OrganizationConformancePackStatus = Shapes::StructureShape.new(name: 'OrganizationConformancePackStatus')
324
+ OrganizationConformancePackStatuses = Shapes::ListShape.new(name: 'OrganizationConformancePackStatuses')
325
+ OrganizationConformancePackTemplateValidationException = Shapes::StructureShape.new(name: 'OrganizationConformancePackTemplateValidationException')
326
+ OrganizationConformancePacks = Shapes::ListShape.new(name: 'OrganizationConformancePacks')
265
327
  OrganizationCustomRuleMetadata = Shapes::StructureShape.new(name: 'OrganizationCustomRuleMetadata')
266
328
  OrganizationManagedRuleMetadata = Shapes::StructureShape.new(name: 'OrganizationManagedRuleMetadata')
329
+ OrganizationResourceDetailedStatus = Shapes::StringShape.new(name: 'OrganizationResourceDetailedStatus')
330
+ OrganizationResourceDetailedStatusFilters = Shapes::StructureShape.new(name: 'OrganizationResourceDetailedStatusFilters')
331
+ OrganizationResourceStatus = Shapes::StringShape.new(name: 'OrganizationResourceStatus')
267
332
  OrganizationRuleStatus = Shapes::StringShape.new(name: 'OrganizationRuleStatus')
268
333
  OversizedConfigurationItemException = Shapes::StructureShape.new(name: 'OversizedConfigurationItemException')
269
334
  Owner = Shapes::StringShape.new(name: 'Owner')
335
+ PageSizeLimit = Shapes::IntegerShape.new(name: 'PageSizeLimit')
336
+ ParameterName = Shapes::StringShape.new(name: 'ParameterName')
337
+ ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
270
338
  PendingAggregationRequest = Shapes::StructureShape.new(name: 'PendingAggregationRequest')
271
339
  PendingAggregationRequestList = Shapes::ListShape.new(name: 'PendingAggregationRequestList')
272
340
  Percentage = Shapes::IntegerShape.new(name: 'Percentage')
@@ -276,11 +344,15 @@ module Aws::ConfigService
276
344
  PutConfigurationAggregatorRequest = Shapes::StructureShape.new(name: 'PutConfigurationAggregatorRequest')
277
345
  PutConfigurationAggregatorResponse = Shapes::StructureShape.new(name: 'PutConfigurationAggregatorResponse')
278
346
  PutConfigurationRecorderRequest = Shapes::StructureShape.new(name: 'PutConfigurationRecorderRequest')
347
+ PutConformancePackRequest = Shapes::StructureShape.new(name: 'PutConformancePackRequest')
348
+ PutConformancePackResponse = Shapes::StructureShape.new(name: 'PutConformancePackResponse')
279
349
  PutDeliveryChannelRequest = Shapes::StructureShape.new(name: 'PutDeliveryChannelRequest')
280
350
  PutEvaluationsRequest = Shapes::StructureShape.new(name: 'PutEvaluationsRequest')
281
351
  PutEvaluationsResponse = Shapes::StructureShape.new(name: 'PutEvaluationsResponse')
282
352
  PutOrganizationConfigRuleRequest = Shapes::StructureShape.new(name: 'PutOrganizationConfigRuleRequest')
283
353
  PutOrganizationConfigRuleResponse = Shapes::StructureShape.new(name: 'PutOrganizationConfigRuleResponse')
354
+ PutOrganizationConformancePackRequest = Shapes::StructureShape.new(name: 'PutOrganizationConformancePackRequest')
355
+ PutOrganizationConformancePackResponse = Shapes::StructureShape.new(name: 'PutOrganizationConformancePackResponse')
284
356
  PutRemediationConfigurationsRequest = Shapes::StructureShape.new(name: 'PutRemediationConfigurationsRequest')
285
357
  PutRemediationConfigurationsResponse = Shapes::StructureShape.new(name: 'PutRemediationConfigurationsResponse')
286
358
  PutRemediationExceptionsRequest = Shapes::StructureShape.new(name: 'PutRemediationExceptionsRequest')
@@ -351,6 +423,7 @@ module Aws::ConfigService
351
423
  SourceDetail = Shapes::StructureShape.new(name: 'SourceDetail')
352
424
  SourceDetails = Shapes::ListShape.new(name: 'SourceDetails')
353
425
  SsmControls = Shapes::StructureShape.new(name: 'SsmControls')
426
+ StackArn = Shapes::StringShape.new(name: 'StackArn')
354
427
  StartConfigRulesEvaluationRequest = Shapes::StructureShape.new(name: 'StartConfigRulesEvaluationRequest')
355
428
  StartConfigRulesEvaluationResponse = Shapes::StructureShape.new(name: 'StartConfigRulesEvaluationResponse')
356
429
  StartConfigurationRecorderRequest = Shapes::StructureShape.new(name: 'StartConfigurationRecorderRequest')
@@ -379,6 +452,8 @@ module Aws::ConfigService
379
452
  TagValue = Shapes::StringShape.new(name: 'TagValue')
380
453
  Tags = Shapes::MapShape.new(name: 'Tags')
381
454
  TagsList = Shapes::ListShape.new(name: 'TagsList')
455
+ TemplateBody = Shapes::StringShape.new(name: 'TemplateBody')
456
+ TemplateS3Uri = Shapes::StringShape.new(name: 'TemplateS3Uri')
382
457
  TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
383
458
  UnprocessedResourceIdentifierList = Shapes::ListShape.new(name: 'UnprocessedResourceIdentifierList')
384
459
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
@@ -632,6 +707,75 @@ module Aws::ConfigService
632
707
 
633
708
  ConfigurationRecorderStatusList.member = Shapes::ShapeRef.new(shape: ConfigurationRecorderStatus)
634
709
 
710
+ ConformancePackComplianceFilters.add_member(:config_rule_names, Shapes::ShapeRef.new(shape: ConformancePackConfigRuleNames, location_name: "ConfigRuleNames"))
711
+ ConformancePackComplianceFilters.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ConformancePackComplianceType, location_name: "ComplianceType"))
712
+ ConformancePackComplianceFilters.struct_class = Types::ConformancePackComplianceFilters
713
+
714
+ ConformancePackComplianceResourceIds.member = Shapes::ShapeRef.new(shape: StringWithCharLimit256)
715
+
716
+ ConformancePackComplianceSummary.add_member(:conformance_pack_name, Shapes::ShapeRef.new(shape: ConformancePackName, required: true, location_name: "ConformancePackName"))
717
+ ConformancePackComplianceSummary.add_member(:conformance_pack_compliance_status, Shapes::ShapeRef.new(shape: ConformancePackComplianceType, required: true, location_name: "ConformancePackComplianceStatus"))
718
+ ConformancePackComplianceSummary.struct_class = Types::ConformancePackComplianceSummary
719
+
720
+ ConformancePackComplianceSummaryList.member = Shapes::ShapeRef.new(shape: ConformancePackComplianceSummary)
721
+
722
+ ConformancePackConfigRuleNames.member = Shapes::ShapeRef.new(shape: StringWithCharLimit64)
723
+
724
+ ConformancePackDetail.add_member(:conformance_pack_name, Shapes::ShapeRef.new(shape: ConformancePackName, required: true, location_name: "ConformancePackName"))
725
+ ConformancePackDetail.add_member(:conformance_pack_arn, Shapes::ShapeRef.new(shape: ConformancePackArn, required: true, location_name: "ConformancePackArn"))
726
+ ConformancePackDetail.add_member(:conformance_pack_id, Shapes::ShapeRef.new(shape: ConformancePackId, required: true, location_name: "ConformancePackId"))
727
+ ConformancePackDetail.add_member(:delivery_s3_bucket, Shapes::ShapeRef.new(shape: DeliveryS3Bucket, required: true, location_name: "DeliveryS3Bucket"))
728
+ ConformancePackDetail.add_member(:delivery_s3_key_prefix, Shapes::ShapeRef.new(shape: DeliveryS3KeyPrefix, location_name: "DeliveryS3KeyPrefix"))
729
+ ConformancePackDetail.add_member(:conformance_pack_input_parameters, Shapes::ShapeRef.new(shape: ConformancePackInputParameters, location_name: "ConformancePackInputParameters"))
730
+ ConformancePackDetail.add_member(:last_update_requested_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastUpdateRequestedTime"))
731
+ ConformancePackDetail.add_member(:created_by, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "CreatedBy"))
732
+ ConformancePackDetail.struct_class = Types::ConformancePackDetail
733
+
734
+ ConformancePackDetailList.member = Shapes::ShapeRef.new(shape: ConformancePackDetail)
735
+
736
+ ConformancePackEvaluationFilters.add_member(:config_rule_names, Shapes::ShapeRef.new(shape: ConformancePackConfigRuleNames, location_name: "ConfigRuleNames"))
737
+ ConformancePackEvaluationFilters.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ConformancePackComplianceType, location_name: "ComplianceType"))
738
+ ConformancePackEvaluationFilters.add_member(:resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceType"))
739
+ ConformancePackEvaluationFilters.add_member(:resource_ids, Shapes::ShapeRef.new(shape: ConformancePackComplianceResourceIds, location_name: "ResourceIds"))
740
+ ConformancePackEvaluationFilters.struct_class = Types::ConformancePackEvaluationFilters
741
+
742
+ ConformancePackEvaluationResult.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ConformancePackComplianceType, required: true, location_name: "ComplianceType"))
743
+ ConformancePackEvaluationResult.add_member(:evaluation_result_identifier, Shapes::ShapeRef.new(shape: EvaluationResultIdentifier, required: true, location_name: "EvaluationResultIdentifier"))
744
+ ConformancePackEvaluationResult.add_member(:config_rule_invoked_time, Shapes::ShapeRef.new(shape: Date, required: true, location_name: "ConfigRuleInvokedTime"))
745
+ ConformancePackEvaluationResult.add_member(:result_recorded_time, Shapes::ShapeRef.new(shape: Date, required: true, location_name: "ResultRecordedTime"))
746
+ ConformancePackEvaluationResult.add_member(:annotation, Shapes::ShapeRef.new(shape: Annotation, location_name: "Annotation"))
747
+ ConformancePackEvaluationResult.struct_class = Types::ConformancePackEvaluationResult
748
+
749
+ ConformancePackInputParameter.add_member(:parameter_name, Shapes::ShapeRef.new(shape: ParameterName, required: true, location_name: "ParameterName"))
750
+ ConformancePackInputParameter.add_member(:parameter_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "ParameterValue"))
751
+ ConformancePackInputParameter.struct_class = Types::ConformancePackInputParameter
752
+
753
+ ConformancePackInputParameters.member = Shapes::ShapeRef.new(shape: ConformancePackInputParameter)
754
+
755
+ ConformancePackNamesList.member = Shapes::ShapeRef.new(shape: ConformancePackName)
756
+
757
+ ConformancePackNamesToSummarizeList.member = Shapes::ShapeRef.new(shape: ConformancePackName)
758
+
759
+ ConformancePackRuleCompliance.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: ConfigRuleName, location_name: "ConfigRuleName"))
760
+ ConformancePackRuleCompliance.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ConformancePackComplianceType, location_name: "ComplianceType"))
761
+ ConformancePackRuleCompliance.struct_class = Types::ConformancePackRuleCompliance
762
+
763
+ ConformancePackRuleComplianceList.member = Shapes::ShapeRef.new(shape: ConformancePackRuleCompliance)
764
+
765
+ ConformancePackRuleEvaluationResultsList.member = Shapes::ShapeRef.new(shape: ConformancePackEvaluationResult)
766
+
767
+ ConformancePackStatusDetail.add_member(:conformance_pack_name, Shapes::ShapeRef.new(shape: ConformancePackName, required: true, location_name: "ConformancePackName"))
768
+ ConformancePackStatusDetail.add_member(:conformance_pack_id, Shapes::ShapeRef.new(shape: ConformancePackId, required: true, location_name: "ConformancePackId"))
769
+ ConformancePackStatusDetail.add_member(:conformance_pack_arn, Shapes::ShapeRef.new(shape: ConformancePackArn, required: true, location_name: "ConformancePackArn"))
770
+ ConformancePackStatusDetail.add_member(:conformance_pack_state, Shapes::ShapeRef.new(shape: ConformancePackState, required: true, location_name: "ConformancePackState"))
771
+ ConformancePackStatusDetail.add_member(:stack_arn, Shapes::ShapeRef.new(shape: StackArn, required: true, location_name: "StackArn"))
772
+ ConformancePackStatusDetail.add_member(:conformance_pack_status_reason, Shapes::ShapeRef.new(shape: ConformancePackStatusReason, location_name: "ConformancePackStatusReason"))
773
+ ConformancePackStatusDetail.add_member(:last_update_requested_time, Shapes::ShapeRef.new(shape: Date, required: true, location_name: "LastUpdateRequestedTime"))
774
+ ConformancePackStatusDetail.add_member(:last_update_completed_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastUpdateCompletedTime"))
775
+ ConformancePackStatusDetail.struct_class = Types::ConformancePackStatusDetail
776
+
777
+ ConformancePackStatusDetailsList.member = Shapes::ShapeRef.new(shape: ConformancePackStatusDetail)
778
+
635
779
  DeleteAggregationAuthorizationRequest.add_member(:authorized_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "AuthorizedAccountId"))
636
780
  DeleteAggregationAuthorizationRequest.add_member(:authorized_aws_region, Shapes::ShapeRef.new(shape: AwsRegion, required: true, location_name: "AuthorizedAwsRegion"))
637
781
  DeleteAggregationAuthorizationRequest.struct_class = Types::DeleteAggregationAuthorizationRequest
@@ -645,6 +789,9 @@ module Aws::ConfigService
645
789
  DeleteConfigurationRecorderRequest.add_member(:configuration_recorder_name, Shapes::ShapeRef.new(shape: RecorderName, required: true, location_name: "ConfigurationRecorderName"))
646
790
  DeleteConfigurationRecorderRequest.struct_class = Types::DeleteConfigurationRecorderRequest
647
791
 
792
+ DeleteConformancePackRequest.add_member(:conformance_pack_name, Shapes::ShapeRef.new(shape: ConformancePackName, required: true, location_name: "ConformancePackName"))
793
+ DeleteConformancePackRequest.struct_class = Types::DeleteConformancePackRequest
794
+
648
795
  DeleteDeliveryChannelRequest.add_member(:delivery_channel_name, Shapes::ShapeRef.new(shape: ChannelName, required: true, location_name: "DeliveryChannelName"))
649
796
  DeleteDeliveryChannelRequest.struct_class = Types::DeleteDeliveryChannelRequest
650
797
 
@@ -656,6 +803,9 @@ module Aws::ConfigService
656
803
  DeleteOrganizationConfigRuleRequest.add_member(:organization_config_rule_name, Shapes::ShapeRef.new(shape: OrganizationConfigRuleName, required: true, location_name: "OrganizationConfigRuleName"))
657
804
  DeleteOrganizationConfigRuleRequest.struct_class = Types::DeleteOrganizationConfigRuleRequest
658
805
 
806
+ DeleteOrganizationConformancePackRequest.add_member(:organization_conformance_pack_name, Shapes::ShapeRef.new(shape: OrganizationConformancePackName, required: true, location_name: "OrganizationConformancePackName"))
807
+ DeleteOrganizationConformancePackRequest.struct_class = Types::DeleteOrganizationConformancePackRequest
808
+
659
809
  DeletePendingAggregationRequestRequest.add_member(:requester_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "RequesterAccountId"))
660
810
  DeletePendingAggregationRequestRequest.add_member(:requester_aws_region, Shapes::ShapeRef.new(shape: AwsRegion, required: true, location_name: "RequesterAwsRegion"))
661
811
  DeletePendingAggregationRequestRequest.struct_class = Types::DeletePendingAggregationRequestRequest
@@ -787,6 +937,35 @@ module Aws::ConfigService
787
937
  DescribeConfigurationRecordersResponse.add_member(:configuration_recorders, Shapes::ShapeRef.new(shape: ConfigurationRecorderList, location_name: "ConfigurationRecorders"))
788
938
  DescribeConfigurationRecordersResponse.struct_class = Types::DescribeConfigurationRecordersResponse
789
939
 
940
+ DescribeConformancePackComplianceRequest.add_member(:conformance_pack_name, Shapes::ShapeRef.new(shape: ConformancePackName, required: true, location_name: "ConformancePackName"))
941
+ DescribeConformancePackComplianceRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ConformancePackComplianceFilters, location_name: "Filters"))
942
+ DescribeConformancePackComplianceRequest.add_member(:limit, Shapes::ShapeRef.new(shape: DescribeConformancePackComplianceLimit, location_name: "Limit"))
943
+ DescribeConformancePackComplianceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
944
+ DescribeConformancePackComplianceRequest.struct_class = Types::DescribeConformancePackComplianceRequest
945
+
946
+ DescribeConformancePackComplianceResponse.add_member(:conformance_pack_name, Shapes::ShapeRef.new(shape: ConformancePackName, required: true, location_name: "ConformancePackName"))
947
+ DescribeConformancePackComplianceResponse.add_member(:conformance_pack_rule_compliance_list, Shapes::ShapeRef.new(shape: ConformancePackRuleComplianceList, required: true, location_name: "ConformancePackRuleComplianceList"))
948
+ DescribeConformancePackComplianceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
949
+ DescribeConformancePackComplianceResponse.struct_class = Types::DescribeConformancePackComplianceResponse
950
+
951
+ DescribeConformancePackStatusRequest.add_member(:conformance_pack_names, Shapes::ShapeRef.new(shape: ConformancePackNamesList, location_name: "ConformancePackNames"))
952
+ DescribeConformancePackStatusRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PageSizeLimit, location_name: "Limit"))
953
+ DescribeConformancePackStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
954
+ DescribeConformancePackStatusRequest.struct_class = Types::DescribeConformancePackStatusRequest
955
+
956
+ DescribeConformancePackStatusResponse.add_member(:conformance_pack_status_details, Shapes::ShapeRef.new(shape: ConformancePackStatusDetailsList, location_name: "ConformancePackStatusDetails"))
957
+ DescribeConformancePackStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
958
+ DescribeConformancePackStatusResponse.struct_class = Types::DescribeConformancePackStatusResponse
959
+
960
+ DescribeConformancePacksRequest.add_member(:conformance_pack_names, Shapes::ShapeRef.new(shape: ConformancePackNamesList, location_name: "ConformancePackNames"))
961
+ DescribeConformancePacksRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PageSizeLimit, location_name: "Limit"))
962
+ DescribeConformancePacksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
963
+ DescribeConformancePacksRequest.struct_class = Types::DescribeConformancePacksRequest
964
+
965
+ DescribeConformancePacksResponse.add_member(:conformance_pack_details, Shapes::ShapeRef.new(shape: ConformancePackDetailList, location_name: "ConformancePackDetails"))
966
+ DescribeConformancePacksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
967
+ DescribeConformancePacksResponse.struct_class = Types::DescribeConformancePacksResponse
968
+
790
969
  DescribeDeliveryChannelStatusRequest.add_member(:delivery_channel_names, Shapes::ShapeRef.new(shape: DeliveryChannelNameList, location_name: "DeliveryChannelNames"))
791
970
  DescribeDeliveryChannelStatusRequest.struct_class = Types::DescribeDeliveryChannelStatusRequest
792
971
 
@@ -817,6 +996,24 @@ module Aws::ConfigService
817
996
  DescribeOrganizationConfigRulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
818
997
  DescribeOrganizationConfigRulesResponse.struct_class = Types::DescribeOrganizationConfigRulesResponse
819
998
 
999
+ DescribeOrganizationConformancePackStatusesRequest.add_member(:organization_conformance_pack_names, Shapes::ShapeRef.new(shape: OrganizationConformancePackNames, location_name: "OrganizationConformancePackNames"))
1000
+ DescribeOrganizationConformancePackStatusesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: CosmosPageLimit, location_name: "Limit"))
1001
+ DescribeOrganizationConformancePackStatusesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
1002
+ DescribeOrganizationConformancePackStatusesRequest.struct_class = Types::DescribeOrganizationConformancePackStatusesRequest
1003
+
1004
+ DescribeOrganizationConformancePackStatusesResponse.add_member(:organization_conformance_pack_statuses, Shapes::ShapeRef.new(shape: OrganizationConformancePackStatuses, location_name: "OrganizationConformancePackStatuses"))
1005
+ DescribeOrganizationConformancePackStatusesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
1006
+ DescribeOrganizationConformancePackStatusesResponse.struct_class = Types::DescribeOrganizationConformancePackStatusesResponse
1007
+
1008
+ DescribeOrganizationConformancePacksRequest.add_member(:organization_conformance_pack_names, Shapes::ShapeRef.new(shape: OrganizationConformancePackNames, location_name: "OrganizationConformancePackNames"))
1009
+ DescribeOrganizationConformancePacksRequest.add_member(:limit, Shapes::ShapeRef.new(shape: CosmosPageLimit, location_name: "Limit"))
1010
+ DescribeOrganizationConformancePacksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
1011
+ DescribeOrganizationConformancePacksRequest.struct_class = Types::DescribeOrganizationConformancePacksRequest
1012
+
1013
+ DescribeOrganizationConformancePacksResponse.add_member(:organization_conformance_packs, Shapes::ShapeRef.new(shape: OrganizationConformancePacks, location_name: "OrganizationConformancePacks"))
1014
+ DescribeOrganizationConformancePacksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
1015
+ DescribeOrganizationConformancePacksResponse.struct_class = Types::DescribeOrganizationConformancePacksResponse
1016
+
820
1017
  DescribePendingAggregationRequestsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: DescribePendingAggregationRequestsLimit, location_name: "Limit"))
821
1018
  DescribePendingAggregationRequestsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
822
1019
  DescribePendingAggregationRequestsRequest.struct_class = Types::DescribePendingAggregationRequestsRequest
@@ -991,6 +1188,26 @@ module Aws::ConfigService
991
1188
  GetComplianceSummaryByResourceTypeResponse.add_member(:compliance_summaries_by_resource_type, Shapes::ShapeRef.new(shape: ComplianceSummariesByResourceType, location_name: "ComplianceSummariesByResourceType"))
992
1189
  GetComplianceSummaryByResourceTypeResponse.struct_class = Types::GetComplianceSummaryByResourceTypeResponse
993
1190
 
1191
+ GetConformancePackComplianceDetailsRequest.add_member(:conformance_pack_name, Shapes::ShapeRef.new(shape: ConformancePackName, required: true, location_name: "ConformancePackName"))
1192
+ GetConformancePackComplianceDetailsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ConformancePackEvaluationFilters, location_name: "Filters"))
1193
+ GetConformancePackComplianceDetailsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: GetConformancePackComplianceDetailsLimit, location_name: "Limit"))
1194
+ GetConformancePackComplianceDetailsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1195
+ GetConformancePackComplianceDetailsRequest.struct_class = Types::GetConformancePackComplianceDetailsRequest
1196
+
1197
+ GetConformancePackComplianceDetailsResponse.add_member(:conformance_pack_name, Shapes::ShapeRef.new(shape: ConformancePackName, required: true, location_name: "ConformancePackName"))
1198
+ GetConformancePackComplianceDetailsResponse.add_member(:conformance_pack_rule_evaluation_results, Shapes::ShapeRef.new(shape: ConformancePackRuleEvaluationResultsList, location_name: "ConformancePackRuleEvaluationResults"))
1199
+ GetConformancePackComplianceDetailsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1200
+ GetConformancePackComplianceDetailsResponse.struct_class = Types::GetConformancePackComplianceDetailsResponse
1201
+
1202
+ GetConformancePackComplianceSummaryRequest.add_member(:conformance_pack_names, Shapes::ShapeRef.new(shape: ConformancePackNamesToSummarizeList, required: true, location_name: "ConformancePackNames"))
1203
+ GetConformancePackComplianceSummaryRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PageSizeLimit, location_name: "Limit"))
1204
+ GetConformancePackComplianceSummaryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1205
+ GetConformancePackComplianceSummaryRequest.struct_class = Types::GetConformancePackComplianceSummaryRequest
1206
+
1207
+ GetConformancePackComplianceSummaryResponse.add_member(:conformance_pack_compliance_summary_list, Shapes::ShapeRef.new(shape: ConformancePackComplianceSummaryList, location_name: "ConformancePackComplianceSummaryList"))
1208
+ GetConformancePackComplianceSummaryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1209
+ GetConformancePackComplianceSummaryResponse.struct_class = Types::GetConformancePackComplianceSummaryResponse
1210
+
994
1211
  GetDiscoveredResourceCountsRequest.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "resourceTypes"))
995
1212
  GetDiscoveredResourceCountsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "limit"))
996
1213
  GetDiscoveredResourceCountsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
@@ -1011,6 +1228,16 @@ module Aws::ConfigService
1011
1228
  GetOrganizationConfigRuleDetailedStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
1012
1229
  GetOrganizationConfigRuleDetailedStatusResponse.struct_class = Types::GetOrganizationConfigRuleDetailedStatusResponse
1013
1230
 
1231
+ GetOrganizationConformancePackDetailedStatusRequest.add_member(:organization_conformance_pack_name, Shapes::ShapeRef.new(shape: OrganizationConformancePackName, required: true, location_name: "OrganizationConformancePackName"))
1232
+ GetOrganizationConformancePackDetailedStatusRequest.add_member(:filters, Shapes::ShapeRef.new(shape: OrganizationResourceDetailedStatusFilters, location_name: "Filters"))
1233
+ GetOrganizationConformancePackDetailedStatusRequest.add_member(:limit, Shapes::ShapeRef.new(shape: CosmosPageLimit, location_name: "Limit"))
1234
+ GetOrganizationConformancePackDetailedStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
1235
+ GetOrganizationConformancePackDetailedStatusRequest.struct_class = Types::GetOrganizationConformancePackDetailedStatusRequest
1236
+
1237
+ GetOrganizationConformancePackDetailedStatusResponse.add_member(:organization_conformance_pack_detailed_statuses, Shapes::ShapeRef.new(shape: OrganizationConformancePackDetailedStatuses, location_name: "OrganizationConformancePackDetailedStatuses"))
1238
+ GetOrganizationConformancePackDetailedStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
1239
+ GetOrganizationConformancePackDetailedStatusResponse.struct_class = Types::GetOrganizationConformancePackDetailedStatusResponse
1240
+
1014
1241
  GetResourceConfigHistoryRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "resourceType"))
1015
1242
  GetResourceConfigHistoryRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "resourceId"))
1016
1243
  GetResourceConfigHistoryRequest.add_member(:later_time, Shapes::ShapeRef.new(shape: LaterTime, location_name: "laterTime"))
@@ -1100,6 +1327,38 @@ module Aws::ConfigService
1100
1327
 
1101
1328
  OrganizationConfigRules.member = Shapes::ShapeRef.new(shape: OrganizationConfigRule)
1102
1329
 
1330
+ OrganizationConformancePack.add_member(:organization_conformance_pack_name, Shapes::ShapeRef.new(shape: OrganizationConformancePackName, required: true, location_name: "OrganizationConformancePackName"))
1331
+ OrganizationConformancePack.add_member(:organization_conformance_pack_arn, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "OrganizationConformancePackArn"))
1332
+ OrganizationConformancePack.add_member(:delivery_s3_bucket, Shapes::ShapeRef.new(shape: DeliveryS3Bucket, required: true, location_name: "DeliveryS3Bucket"))
1333
+ OrganizationConformancePack.add_member(:delivery_s3_key_prefix, Shapes::ShapeRef.new(shape: DeliveryS3KeyPrefix, location_name: "DeliveryS3KeyPrefix"))
1334
+ OrganizationConformancePack.add_member(:conformance_pack_input_parameters, Shapes::ShapeRef.new(shape: ConformancePackInputParameters, location_name: "ConformancePackInputParameters"))
1335
+ OrganizationConformancePack.add_member(:excluded_accounts, Shapes::ShapeRef.new(shape: ExcludedAccounts, location_name: "ExcludedAccounts"))
1336
+ OrganizationConformancePack.add_member(:last_update_time, Shapes::ShapeRef.new(shape: Date, required: true, location_name: "LastUpdateTime"))
1337
+ OrganizationConformancePack.struct_class = Types::OrganizationConformancePack
1338
+
1339
+ OrganizationConformancePackDetailedStatus.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "AccountId"))
1340
+ OrganizationConformancePackDetailedStatus.add_member(:conformance_pack_name, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "ConformancePackName"))
1341
+ OrganizationConformancePackDetailedStatus.add_member(:status, Shapes::ShapeRef.new(shape: OrganizationResourceDetailedStatus, required: true, location_name: "Status"))
1342
+ OrganizationConformancePackDetailedStatus.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "ErrorCode"))
1343
+ OrganizationConformancePackDetailedStatus.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
1344
+ OrganizationConformancePackDetailedStatus.add_member(:last_update_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastUpdateTime"))
1345
+ OrganizationConformancePackDetailedStatus.struct_class = Types::OrganizationConformancePackDetailedStatus
1346
+
1347
+ OrganizationConformancePackDetailedStatuses.member = Shapes::ShapeRef.new(shape: OrganizationConformancePackDetailedStatus)
1348
+
1349
+ OrganizationConformancePackNames.member = Shapes::ShapeRef.new(shape: OrganizationConformancePackName)
1350
+
1351
+ OrganizationConformancePackStatus.add_member(:organization_conformance_pack_name, Shapes::ShapeRef.new(shape: OrganizationConformancePackName, required: true, location_name: "OrganizationConformancePackName"))
1352
+ OrganizationConformancePackStatus.add_member(:status, Shapes::ShapeRef.new(shape: OrganizationResourceStatus, required: true, location_name: "Status"))
1353
+ OrganizationConformancePackStatus.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "ErrorCode"))
1354
+ OrganizationConformancePackStatus.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
1355
+ OrganizationConformancePackStatus.add_member(:last_update_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastUpdateTime"))
1356
+ OrganizationConformancePackStatus.struct_class = Types::OrganizationConformancePackStatus
1357
+
1358
+ OrganizationConformancePackStatuses.member = Shapes::ShapeRef.new(shape: OrganizationConformancePackStatus)
1359
+
1360
+ OrganizationConformancePacks.member = Shapes::ShapeRef.new(shape: OrganizationConformancePack)
1361
+
1103
1362
  OrganizationCustomRuleMetadata.add_member(:description, Shapes::ShapeRef.new(shape: StringWithCharLimit256Min0, location_name: "Description"))
1104
1363
  OrganizationCustomRuleMetadata.add_member(:lambda_function_arn, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "LambdaFunctionArn"))
1105
1364
  OrganizationCustomRuleMetadata.add_member(:organization_config_rule_trigger_types, Shapes::ShapeRef.new(shape: OrganizationConfigRuleTriggerTypes, required: true, location_name: "OrganizationConfigRuleTriggerTypes"))
@@ -1121,6 +1380,10 @@ module Aws::ConfigService
1121
1380
  OrganizationManagedRuleMetadata.add_member(:tag_value_scope, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "TagValueScope"))
1122
1381
  OrganizationManagedRuleMetadata.struct_class = Types::OrganizationManagedRuleMetadata
1123
1382
 
1383
+ OrganizationResourceDetailedStatusFilters.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
1384
+ OrganizationResourceDetailedStatusFilters.add_member(:status, Shapes::ShapeRef.new(shape: OrganizationResourceDetailedStatus, location_name: "Status"))
1385
+ OrganizationResourceDetailedStatusFilters.struct_class = Types::OrganizationResourceDetailedStatusFilters
1386
+
1124
1387
  PendingAggregationRequest.add_member(:requester_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "RequesterAccountId"))
1125
1388
  PendingAggregationRequest.add_member(:requester_aws_region, Shapes::ShapeRef.new(shape: AwsRegion, location_name: "RequesterAwsRegion"))
1126
1389
  PendingAggregationRequest.struct_class = Types::PendingAggregationRequest
@@ -1151,6 +1414,17 @@ module Aws::ConfigService
1151
1414
  PutConfigurationRecorderRequest.add_member(:configuration_recorder, Shapes::ShapeRef.new(shape: ConfigurationRecorder, required: true, location_name: "ConfigurationRecorder"))
1152
1415
  PutConfigurationRecorderRequest.struct_class = Types::PutConfigurationRecorderRequest
1153
1416
 
1417
+ PutConformancePackRequest.add_member(:conformance_pack_name, Shapes::ShapeRef.new(shape: ConformancePackName, required: true, location_name: "ConformancePackName"))
1418
+ PutConformancePackRequest.add_member(:template_s3_uri, Shapes::ShapeRef.new(shape: TemplateS3Uri, location_name: "TemplateS3Uri"))
1419
+ PutConformancePackRequest.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
1420
+ PutConformancePackRequest.add_member(:delivery_s3_bucket, Shapes::ShapeRef.new(shape: DeliveryS3Bucket, required: true, location_name: "DeliveryS3Bucket"))
1421
+ PutConformancePackRequest.add_member(:delivery_s3_key_prefix, Shapes::ShapeRef.new(shape: DeliveryS3KeyPrefix, location_name: "DeliveryS3KeyPrefix"))
1422
+ PutConformancePackRequest.add_member(:conformance_pack_input_parameters, Shapes::ShapeRef.new(shape: ConformancePackInputParameters, location_name: "ConformancePackInputParameters"))
1423
+ PutConformancePackRequest.struct_class = Types::PutConformancePackRequest
1424
+
1425
+ PutConformancePackResponse.add_member(:conformance_pack_arn, Shapes::ShapeRef.new(shape: ConformancePackArn, location_name: "ConformancePackArn"))
1426
+ PutConformancePackResponse.struct_class = Types::PutConformancePackResponse
1427
+
1154
1428
  PutDeliveryChannelRequest.add_member(:delivery_channel, Shapes::ShapeRef.new(shape: DeliveryChannel, required: true, location_name: "DeliveryChannel"))
1155
1429
  PutDeliveryChannelRequest.struct_class = Types::PutDeliveryChannelRequest
1156
1430
 
@@ -1171,6 +1445,18 @@ module Aws::ConfigService
1171
1445
  PutOrganizationConfigRuleResponse.add_member(:organization_config_rule_arn, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "OrganizationConfigRuleArn"))
1172
1446
  PutOrganizationConfigRuleResponse.struct_class = Types::PutOrganizationConfigRuleResponse
1173
1447
 
1448
+ PutOrganizationConformancePackRequest.add_member(:organization_conformance_pack_name, Shapes::ShapeRef.new(shape: OrganizationConformancePackName, required: true, location_name: "OrganizationConformancePackName"))
1449
+ PutOrganizationConformancePackRequest.add_member(:template_s3_uri, Shapes::ShapeRef.new(shape: TemplateS3Uri, location_name: "TemplateS3Uri"))
1450
+ PutOrganizationConformancePackRequest.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
1451
+ PutOrganizationConformancePackRequest.add_member(:delivery_s3_bucket, Shapes::ShapeRef.new(shape: DeliveryS3Bucket, required: true, location_name: "DeliveryS3Bucket"))
1452
+ PutOrganizationConformancePackRequest.add_member(:delivery_s3_key_prefix, Shapes::ShapeRef.new(shape: DeliveryS3KeyPrefix, location_name: "DeliveryS3KeyPrefix"))
1453
+ PutOrganizationConformancePackRequest.add_member(:conformance_pack_input_parameters, Shapes::ShapeRef.new(shape: ConformancePackInputParameters, location_name: "ConformancePackInputParameters"))
1454
+ PutOrganizationConformancePackRequest.add_member(:excluded_accounts, Shapes::ShapeRef.new(shape: ExcludedAccounts, location_name: "ExcludedAccounts"))
1455
+ PutOrganizationConformancePackRequest.struct_class = Types::PutOrganizationConformancePackRequest
1456
+
1457
+ PutOrganizationConformancePackResponse.add_member(:organization_conformance_pack_arn, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "OrganizationConformancePackArn"))
1458
+ PutOrganizationConformancePackResponse.struct_class = Types::PutOrganizationConformancePackResponse
1459
+
1174
1460
  PutRemediationConfigurationsRequest.add_member(:remediation_configurations, Shapes::ShapeRef.new(shape: RemediationConfigurations, required: true, location_name: "RemediationConfigurations"))
1175
1461
  PutRemediationConfigurationsRequest.struct_class = Types::PutRemediationConfigurationsRequest
1176
1462
 
@@ -1484,6 +1770,16 @@ module Aws::ConfigService
1484
1770
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
1485
1771
  end)
1486
1772
 
1773
+ api.add_operation(:delete_conformance_pack, Seahorse::Model::Operation.new.tap do |o|
1774
+ o.name = "DeleteConformancePack"
1775
+ o.http_method = "POST"
1776
+ o.http_request_uri = "/"
1777
+ o.input = Shapes::ShapeRef.new(shape: DeleteConformancePackRequest)
1778
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1779
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConformancePackException)
1780
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1781
+ end)
1782
+
1487
1783
  api.add_operation(:delete_delivery_channel, Seahorse::Model::Operation.new.tap do |o|
1488
1784
  o.name = "DeleteDeliveryChannel"
1489
1785
  o.http_method = "POST"
@@ -1515,6 +1811,17 @@ module Aws::ConfigService
1515
1811
  o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
1516
1812
  end)
1517
1813
 
1814
+ api.add_operation(:delete_organization_conformance_pack, Seahorse::Model::Operation.new.tap do |o|
1815
+ o.name = "DeleteOrganizationConformancePack"
1816
+ o.http_method = "POST"
1817
+ o.http_request_uri = "/"
1818
+ o.input = Shapes::ShapeRef.new(shape: DeleteOrganizationConformancePackRequest)
1819
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1820
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOrganizationConformancePackException)
1821
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1822
+ o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
1823
+ end)
1824
+
1518
1825
  api.add_operation(:delete_pending_aggregation_request, Seahorse::Model::Operation.new.tap do |o|
1519
1826
  o.name = "DeletePendingAggregationRequest"
1520
1827
  o.http_method = "POST"
@@ -1671,6 +1978,40 @@ module Aws::ConfigService
1671
1978
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
1672
1979
  end)
1673
1980
 
1981
+ api.add_operation(:describe_conformance_pack_compliance, Seahorse::Model::Operation.new.tap do |o|
1982
+ o.name = "DescribeConformancePackCompliance"
1983
+ o.http_method = "POST"
1984
+ o.http_request_uri = "/"
1985
+ o.input = Shapes::ShapeRef.new(shape: DescribeConformancePackComplianceRequest)
1986
+ o.output = Shapes::ShapeRef.new(shape: DescribeConformancePackComplianceResponse)
1987
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
1988
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1989
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1990
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleInConformancePackException)
1991
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConformancePackException)
1992
+ end)
1993
+
1994
+ api.add_operation(:describe_conformance_pack_status, Seahorse::Model::Operation.new.tap do |o|
1995
+ o.name = "DescribeConformancePackStatus"
1996
+ o.http_method = "POST"
1997
+ o.http_request_uri = "/"
1998
+ o.input = Shapes::ShapeRef.new(shape: DescribeConformancePackStatusRequest)
1999
+ o.output = Shapes::ShapeRef.new(shape: DescribeConformancePackStatusResponse)
2000
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2001
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2002
+ end)
2003
+
2004
+ api.add_operation(:describe_conformance_packs, Seahorse::Model::Operation.new.tap do |o|
2005
+ o.name = "DescribeConformancePacks"
2006
+ o.http_method = "POST"
2007
+ o.http_request_uri = "/"
2008
+ o.input = Shapes::ShapeRef.new(shape: DescribeConformancePacksRequest)
2009
+ o.output = Shapes::ShapeRef.new(shape: DescribeConformancePacksResponse)
2010
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConformancePackException)
2011
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2012
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2013
+ end)
2014
+
1674
2015
  api.add_operation(:describe_delivery_channel_status, Seahorse::Model::Operation.new.tap do |o|
1675
2016
  o.name = "DescribeDeliveryChannelStatus"
1676
2017
  o.http_method = "POST"
@@ -1713,6 +2054,30 @@ module Aws::ConfigService
1713
2054
  o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
1714
2055
  end)
1715
2056
 
2057
+ api.add_operation(:describe_organization_conformance_pack_statuses, Seahorse::Model::Operation.new.tap do |o|
2058
+ o.name = "DescribeOrganizationConformancePackStatuses"
2059
+ o.http_method = "POST"
2060
+ o.http_request_uri = "/"
2061
+ o.input = Shapes::ShapeRef.new(shape: DescribeOrganizationConformancePackStatusesRequest)
2062
+ o.output = Shapes::ShapeRef.new(shape: DescribeOrganizationConformancePackStatusesResponse)
2063
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOrganizationConformancePackException)
2064
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2065
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2066
+ o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
2067
+ end)
2068
+
2069
+ api.add_operation(:describe_organization_conformance_packs, Seahorse::Model::Operation.new.tap do |o|
2070
+ o.name = "DescribeOrganizationConformancePacks"
2071
+ o.http_method = "POST"
2072
+ o.http_request_uri = "/"
2073
+ o.input = Shapes::ShapeRef.new(shape: DescribeOrganizationConformancePacksRequest)
2074
+ o.output = Shapes::ShapeRef.new(shape: DescribeOrganizationConformancePacksResponse)
2075
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOrganizationConformancePackException)
2076
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2077
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2078
+ o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
2079
+ end)
2080
+
1716
2081
  api.add_operation(:describe_pending_aggregation_requests, Seahorse::Model::Operation.new.tap do |o|
1717
2082
  o.name = "DescribePendingAggregationRequests"
1718
2083
  o.http_method = "POST"
@@ -1860,6 +2225,30 @@ module Aws::ConfigService
1860
2225
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1861
2226
  end)
1862
2227
 
2228
+ api.add_operation(:get_conformance_pack_compliance_details, Seahorse::Model::Operation.new.tap do |o|
2229
+ o.name = "GetConformancePackComplianceDetails"
2230
+ o.http_method = "POST"
2231
+ o.http_request_uri = "/"
2232
+ o.input = Shapes::ShapeRef.new(shape: GetConformancePackComplianceDetailsRequest)
2233
+ o.output = Shapes::ShapeRef.new(shape: GetConformancePackComplianceDetailsResponse)
2234
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2235
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2236
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConformancePackException)
2237
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleInConformancePackException)
2238
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2239
+ end)
2240
+
2241
+ api.add_operation(:get_conformance_pack_compliance_summary, Seahorse::Model::Operation.new.tap do |o|
2242
+ o.name = "GetConformancePackComplianceSummary"
2243
+ o.http_method = "POST"
2244
+ o.http_request_uri = "/"
2245
+ o.input = Shapes::ShapeRef.new(shape: GetConformancePackComplianceSummaryRequest)
2246
+ o.output = Shapes::ShapeRef.new(shape: GetConformancePackComplianceSummaryResponse)
2247
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConformancePackException)
2248
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2249
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2250
+ end)
2251
+
1863
2252
  api.add_operation(:get_discovered_resource_counts, Seahorse::Model::Operation.new.tap do |o|
1864
2253
  o.name = "GetDiscoveredResourceCounts"
1865
2254
  o.http_method = "POST"
@@ -1883,6 +2272,18 @@ module Aws::ConfigService
1883
2272
  o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
1884
2273
  end)
1885
2274
 
2275
+ api.add_operation(:get_organization_conformance_pack_detailed_status, Seahorse::Model::Operation.new.tap do |o|
2276
+ o.name = "GetOrganizationConformancePackDetailedStatus"
2277
+ o.http_method = "POST"
2278
+ o.http_request_uri = "/"
2279
+ o.input = Shapes::ShapeRef.new(shape: GetOrganizationConformancePackDetailedStatusRequest)
2280
+ o.output = Shapes::ShapeRef.new(shape: GetOrganizationConformancePackDetailedStatusResponse)
2281
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchOrganizationConformancePackException)
2282
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2283
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2284
+ o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
2285
+ end)
2286
+
1886
2287
  api.add_operation(:get_resource_config_history, Seahorse::Model::Operation.new.tap do |o|
1887
2288
  o.name = "GetResourceConfigHistory"
1888
2289
  o.http_method = "POST"
@@ -1987,6 +2388,19 @@ module Aws::ConfigService
1987
2388
  o.errors << Shapes::ShapeRef.new(shape: InvalidRecordingGroupException)
1988
2389
  end)
1989
2390
 
2391
+ api.add_operation(:put_conformance_pack, Seahorse::Model::Operation.new.tap do |o|
2392
+ o.name = "PutConformancePack"
2393
+ o.http_method = "POST"
2394
+ o.http_request_uri = "/"
2395
+ o.input = Shapes::ShapeRef.new(shape: PutConformancePackRequest)
2396
+ o.output = Shapes::ShapeRef.new(shape: PutConformancePackResponse)
2397
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientPermissionsException)
2398
+ o.errors << Shapes::ShapeRef.new(shape: ConformancePackTemplateValidationException)
2399
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
2400
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2401
+ o.errors << Shapes::ShapeRef.new(shape: MaxNumberOfConformancePacksExceededException)
2402
+ end)
2403
+
1990
2404
  api.add_operation(:put_delivery_channel, Seahorse::Model::Operation.new.tap do |o|
1991
2405
  o.name = "PutDeliveryChannel"
1992
2406
  o.http_method = "POST"
@@ -2029,6 +2443,22 @@ module Aws::ConfigService
2029
2443
  o.errors << Shapes::ShapeRef.new(shape: InsufficientPermissionsException)
2030
2444
  end)
2031
2445
 
2446
+ api.add_operation(:put_organization_conformance_pack, Seahorse::Model::Operation.new.tap do |o|
2447
+ o.name = "PutOrganizationConformancePack"
2448
+ o.http_method = "POST"
2449
+ o.http_request_uri = "/"
2450
+ o.input = Shapes::ShapeRef.new(shape: PutOrganizationConformancePackRequest)
2451
+ o.output = Shapes::ShapeRef.new(shape: PutOrganizationConformancePackResponse)
2452
+ o.errors << Shapes::ShapeRef.new(shape: MaxNumberOfOrganizationConformancePacksExceededException)
2453
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
2454
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2455
+ o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
2456
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientPermissionsException)
2457
+ o.errors << Shapes::ShapeRef.new(shape: OrganizationConformancePackTemplateValidationException)
2458
+ o.errors << Shapes::ShapeRef.new(shape: OrganizationAllFeaturesNotEnabledException)
2459
+ o.errors << Shapes::ShapeRef.new(shape: NoAvailableOrganizationException)
2460
+ end)
2461
+
2032
2462
  api.add_operation(:put_remediation_configurations, Seahorse::Model::Operation.new.tap do |o|
2033
2463
  o.name = "PutRemediationConfigurations"
2034
2464
  o.http_method = "POST"