aws-sdk-configservice 1.0.0.rc2 → 1.0.0.rc3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,873 +1,874 @@
1
1
  # WARNING ABOUT GENERATED CODE
2
2
  #
3
- # This file is generated. See the contributing for info on making contributions:
3
+ # This file is generated. See the contributing guide for more information:
4
4
  # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
5
  #
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
- module Aws
9
- module ConfigService
10
- # @api private
11
- module ClientApi
12
-
13
- include Seahorse::Model
14
-
15
- ARN = Shapes::StringShape.new(name: 'ARN')
16
- AccountId = Shapes::StringShape.new(name: 'AccountId')
17
- AllSupported = Shapes::BooleanShape.new(name: 'AllSupported')
18
- AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
19
- AwsRegion = Shapes::StringShape.new(name: 'AwsRegion')
20
- Boolean = Shapes::BooleanShape.new(name: 'Boolean')
21
- ChannelName = Shapes::StringShape.new(name: 'ChannelName')
22
- ChronologicalOrder = Shapes::StringShape.new(name: 'ChronologicalOrder')
23
- Compliance = Shapes::StructureShape.new(name: 'Compliance')
24
- ComplianceByConfigRule = Shapes::StructureShape.new(name: 'ComplianceByConfigRule')
25
- ComplianceByConfigRules = Shapes::ListShape.new(name: 'ComplianceByConfigRules')
26
- ComplianceByResource = Shapes::StructureShape.new(name: 'ComplianceByResource')
27
- ComplianceByResources = Shapes::ListShape.new(name: 'ComplianceByResources')
28
- ComplianceContributorCount = Shapes::StructureShape.new(name: 'ComplianceContributorCount')
29
- ComplianceResourceTypes = Shapes::ListShape.new(name: 'ComplianceResourceTypes')
30
- ComplianceSummariesByResourceType = Shapes::ListShape.new(name: 'ComplianceSummariesByResourceType')
31
- ComplianceSummary = Shapes::StructureShape.new(name: 'ComplianceSummary')
32
- ComplianceSummaryByResourceType = Shapes::StructureShape.new(name: 'ComplianceSummaryByResourceType')
33
- ComplianceType = Shapes::StringShape.new(name: 'ComplianceType')
34
- ComplianceTypes = Shapes::ListShape.new(name: 'ComplianceTypes')
35
- ConfigExportDeliveryInfo = Shapes::StructureShape.new(name: 'ConfigExportDeliveryInfo')
36
- ConfigRule = Shapes::StructureShape.new(name: 'ConfigRule')
37
- ConfigRuleEvaluationStatus = Shapes::StructureShape.new(name: 'ConfigRuleEvaluationStatus')
38
- ConfigRuleEvaluationStatusList = Shapes::ListShape.new(name: 'ConfigRuleEvaluationStatusList')
39
- ConfigRuleNames = Shapes::ListShape.new(name: 'ConfigRuleNames')
40
- ConfigRuleState = Shapes::StringShape.new(name: 'ConfigRuleState')
41
- ConfigRules = Shapes::ListShape.new(name: 'ConfigRules')
42
- ConfigSnapshotDeliveryProperties = Shapes::StructureShape.new(name: 'ConfigSnapshotDeliveryProperties')
43
- ConfigStreamDeliveryInfo = Shapes::StructureShape.new(name: 'ConfigStreamDeliveryInfo')
44
- Configuration = Shapes::StringShape.new(name: 'Configuration')
45
- ConfigurationItem = Shapes::StructureShape.new(name: 'ConfigurationItem')
46
- ConfigurationItemCaptureTime = Shapes::TimestampShape.new(name: 'ConfigurationItemCaptureTime')
47
- ConfigurationItemList = Shapes::ListShape.new(name: 'ConfigurationItemList')
48
- ConfigurationItemMD5Hash = Shapes::StringShape.new(name: 'ConfigurationItemMD5Hash')
49
- ConfigurationItemStatus = Shapes::StringShape.new(name: 'ConfigurationItemStatus')
50
- ConfigurationRecorder = Shapes::StructureShape.new(name: 'ConfigurationRecorder')
51
- ConfigurationRecorderList = Shapes::ListShape.new(name: 'ConfigurationRecorderList')
52
- ConfigurationRecorderNameList = Shapes::ListShape.new(name: 'ConfigurationRecorderNameList')
53
- ConfigurationRecorderStatus = Shapes::StructureShape.new(name: 'ConfigurationRecorderStatus')
54
- ConfigurationRecorderStatusList = Shapes::ListShape.new(name: 'ConfigurationRecorderStatusList')
55
- ConfigurationStateId = Shapes::StringShape.new(name: 'ConfigurationStateId')
56
- Date = Shapes::TimestampShape.new(name: 'Date')
57
- DeleteConfigRuleRequest = Shapes::StructureShape.new(name: 'DeleteConfigRuleRequest')
58
- DeleteConfigurationRecorderRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationRecorderRequest')
59
- DeleteDeliveryChannelRequest = Shapes::StructureShape.new(name: 'DeleteDeliveryChannelRequest')
60
- DeleteEvaluationResultsRequest = Shapes::StructureShape.new(name: 'DeleteEvaluationResultsRequest')
61
- DeleteEvaluationResultsResponse = Shapes::StructureShape.new(name: 'DeleteEvaluationResultsResponse')
62
- DeliverConfigSnapshotRequest = Shapes::StructureShape.new(name: 'DeliverConfigSnapshotRequest')
63
- DeliverConfigSnapshotResponse = Shapes::StructureShape.new(name: 'DeliverConfigSnapshotResponse')
64
- DeliveryChannel = Shapes::StructureShape.new(name: 'DeliveryChannel')
65
- DeliveryChannelList = Shapes::ListShape.new(name: 'DeliveryChannelList')
66
- DeliveryChannelNameList = Shapes::ListShape.new(name: 'DeliveryChannelNameList')
67
- DeliveryChannelStatus = Shapes::StructureShape.new(name: 'DeliveryChannelStatus')
68
- DeliveryChannelStatusList = Shapes::ListShape.new(name: 'DeliveryChannelStatusList')
69
- DeliveryStatus = Shapes::StringShape.new(name: 'DeliveryStatus')
70
- DescribeComplianceByConfigRuleRequest = Shapes::StructureShape.new(name: 'DescribeComplianceByConfigRuleRequest')
71
- DescribeComplianceByConfigRuleResponse = Shapes::StructureShape.new(name: 'DescribeComplianceByConfigRuleResponse')
72
- DescribeComplianceByResourceRequest = Shapes::StructureShape.new(name: 'DescribeComplianceByResourceRequest')
73
- DescribeComplianceByResourceResponse = Shapes::StructureShape.new(name: 'DescribeComplianceByResourceResponse')
74
- DescribeConfigRuleEvaluationStatusRequest = Shapes::StructureShape.new(name: 'DescribeConfigRuleEvaluationStatusRequest')
75
- DescribeConfigRuleEvaluationStatusResponse = Shapes::StructureShape.new(name: 'DescribeConfigRuleEvaluationStatusResponse')
76
- DescribeConfigRulesRequest = Shapes::StructureShape.new(name: 'DescribeConfigRulesRequest')
77
- DescribeConfigRulesResponse = Shapes::StructureShape.new(name: 'DescribeConfigRulesResponse')
78
- DescribeConfigurationRecorderStatusRequest = Shapes::StructureShape.new(name: 'DescribeConfigurationRecorderStatusRequest')
79
- DescribeConfigurationRecorderStatusResponse = Shapes::StructureShape.new(name: 'DescribeConfigurationRecorderStatusResponse')
80
- DescribeConfigurationRecordersRequest = Shapes::StructureShape.new(name: 'DescribeConfigurationRecordersRequest')
81
- DescribeConfigurationRecordersResponse = Shapes::StructureShape.new(name: 'DescribeConfigurationRecordersResponse')
82
- DescribeDeliveryChannelStatusRequest = Shapes::StructureShape.new(name: 'DescribeDeliveryChannelStatusRequest')
83
- DescribeDeliveryChannelStatusResponse = Shapes::StructureShape.new(name: 'DescribeDeliveryChannelStatusResponse')
84
- DescribeDeliveryChannelsRequest = Shapes::StructureShape.new(name: 'DescribeDeliveryChannelsRequest')
85
- DescribeDeliveryChannelsResponse = Shapes::StructureShape.new(name: 'DescribeDeliveryChannelsResponse')
86
- EarlierTime = Shapes::TimestampShape.new(name: 'EarlierTime')
87
- EmptiableStringWithCharLimit256 = Shapes::StringShape.new(name: 'EmptiableStringWithCharLimit256')
88
- Evaluation = Shapes::StructureShape.new(name: 'Evaluation')
89
- EvaluationResult = Shapes::StructureShape.new(name: 'EvaluationResult')
90
- EvaluationResultIdentifier = Shapes::StructureShape.new(name: 'EvaluationResultIdentifier')
91
- EvaluationResultQualifier = Shapes::StructureShape.new(name: 'EvaluationResultQualifier')
92
- EvaluationResults = Shapes::ListShape.new(name: 'EvaluationResults')
93
- Evaluations = Shapes::ListShape.new(name: 'Evaluations')
94
- EventSource = Shapes::StringShape.new(name: 'EventSource')
95
- GetComplianceDetailsByConfigRuleRequest = Shapes::StructureShape.new(name: 'GetComplianceDetailsByConfigRuleRequest')
96
- GetComplianceDetailsByConfigRuleResponse = Shapes::StructureShape.new(name: 'GetComplianceDetailsByConfigRuleResponse')
97
- GetComplianceDetailsByResourceRequest = Shapes::StructureShape.new(name: 'GetComplianceDetailsByResourceRequest')
98
- GetComplianceDetailsByResourceResponse = Shapes::StructureShape.new(name: 'GetComplianceDetailsByResourceResponse')
99
- GetComplianceSummaryByConfigRuleResponse = Shapes::StructureShape.new(name: 'GetComplianceSummaryByConfigRuleResponse')
100
- GetComplianceSummaryByResourceTypeRequest = Shapes::StructureShape.new(name: 'GetComplianceSummaryByResourceTypeRequest')
101
- GetComplianceSummaryByResourceTypeResponse = Shapes::StructureShape.new(name: 'GetComplianceSummaryByResourceTypeResponse')
102
- GetResourceConfigHistoryRequest = Shapes::StructureShape.new(name: 'GetResourceConfigHistoryRequest')
103
- GetResourceConfigHistoryResponse = Shapes::StructureShape.new(name: 'GetResourceConfigHistoryResponse')
104
- IncludeGlobalResourceTypes = Shapes::BooleanShape.new(name: 'IncludeGlobalResourceTypes')
105
- InsufficientDeliveryPolicyException = Shapes::StructureShape.new(name: 'InsufficientDeliveryPolicyException')
106
- InsufficientPermissionsException = Shapes::StructureShape.new(name: 'InsufficientPermissionsException')
107
- Integer = Shapes::IntegerShape.new(name: 'Integer')
108
- InvalidConfigurationRecorderNameException = Shapes::StructureShape.new(name: 'InvalidConfigurationRecorderNameException')
109
- InvalidDeliveryChannelNameException = Shapes::StructureShape.new(name: 'InvalidDeliveryChannelNameException')
110
- InvalidLimitException = Shapes::StructureShape.new(name: 'InvalidLimitException')
111
- InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
112
- InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
113
- InvalidRecordingGroupException = Shapes::StructureShape.new(name: 'InvalidRecordingGroupException')
114
- InvalidResultTokenException = Shapes::StructureShape.new(name: 'InvalidResultTokenException')
115
- InvalidRoleException = Shapes::StructureShape.new(name: 'InvalidRoleException')
116
- InvalidS3KeyPrefixException = Shapes::StructureShape.new(name: 'InvalidS3KeyPrefixException')
117
- InvalidSNSTopicARNException = Shapes::StructureShape.new(name: 'InvalidSNSTopicARNException')
118
- InvalidTimeRangeException = Shapes::StructureShape.new(name: 'InvalidTimeRangeException')
119
- LastDeliveryChannelDeleteFailedException = Shapes::StructureShape.new(name: 'LastDeliveryChannelDeleteFailedException')
120
- LaterTime = Shapes::TimestampShape.new(name: 'LaterTime')
121
- Limit = Shapes::IntegerShape.new(name: 'Limit')
122
- LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
123
- ListDiscoveredResourcesRequest = Shapes::StructureShape.new(name: 'ListDiscoveredResourcesRequest')
124
- ListDiscoveredResourcesResponse = Shapes::StructureShape.new(name: 'ListDiscoveredResourcesResponse')
125
- MaxNumberOfConfigRulesExceededException = Shapes::StructureShape.new(name: 'MaxNumberOfConfigRulesExceededException')
126
- MaxNumberOfConfigurationRecordersExceededException = Shapes::StructureShape.new(name: 'MaxNumberOfConfigurationRecordersExceededException')
127
- MaxNumberOfDeliveryChannelsExceededException = Shapes::StructureShape.new(name: 'MaxNumberOfDeliveryChannelsExceededException')
128
- MaximumExecutionFrequency = Shapes::StringShape.new(name: 'MaximumExecutionFrequency')
129
- MessageType = Shapes::StringShape.new(name: 'MessageType')
130
- Name = Shapes::StringShape.new(name: 'Name')
131
- NextToken = Shapes::StringShape.new(name: 'NextToken')
132
- NoAvailableConfigurationRecorderException = Shapes::StructureShape.new(name: 'NoAvailableConfigurationRecorderException')
133
- NoAvailableDeliveryChannelException = Shapes::StructureShape.new(name: 'NoAvailableDeliveryChannelException')
134
- NoRunningConfigurationRecorderException = Shapes::StructureShape.new(name: 'NoRunningConfigurationRecorderException')
135
- NoSuchBucketException = Shapes::StructureShape.new(name: 'NoSuchBucketException')
136
- NoSuchConfigRuleException = Shapes::StructureShape.new(name: 'NoSuchConfigRuleException')
137
- NoSuchConfigurationRecorderException = Shapes::StructureShape.new(name: 'NoSuchConfigurationRecorderException')
138
- NoSuchDeliveryChannelException = Shapes::StructureShape.new(name: 'NoSuchDeliveryChannelException')
139
- OrderingTimestamp = Shapes::TimestampShape.new(name: 'OrderingTimestamp')
140
- Owner = Shapes::StringShape.new(name: 'Owner')
141
- PutConfigRuleRequest = Shapes::StructureShape.new(name: 'PutConfigRuleRequest')
142
- PutConfigurationRecorderRequest = Shapes::StructureShape.new(name: 'PutConfigurationRecorderRequest')
143
- PutDeliveryChannelRequest = Shapes::StructureShape.new(name: 'PutDeliveryChannelRequest')
144
- PutEvaluationsRequest = Shapes::StructureShape.new(name: 'PutEvaluationsRequest')
145
- PutEvaluationsResponse = Shapes::StructureShape.new(name: 'PutEvaluationsResponse')
146
- RecorderName = Shapes::StringShape.new(name: 'RecorderName')
147
- RecorderStatus = Shapes::StringShape.new(name: 'RecorderStatus')
148
- RecordingGroup = Shapes::StructureShape.new(name: 'RecordingGroup')
149
- ReevaluateConfigRuleNames = Shapes::ListShape.new(name: 'ReevaluateConfigRuleNames')
150
- RelatedEvent = Shapes::StringShape.new(name: 'RelatedEvent')
151
- RelatedEventList = Shapes::ListShape.new(name: 'RelatedEventList')
152
- Relationship = Shapes::StructureShape.new(name: 'Relationship')
153
- RelationshipList = Shapes::ListShape.new(name: 'RelationshipList')
154
- RelationshipName = Shapes::StringShape.new(name: 'RelationshipName')
155
- ResourceCreationTime = Shapes::TimestampShape.new(name: 'ResourceCreationTime')
156
- ResourceDeletionTime = Shapes::TimestampShape.new(name: 'ResourceDeletionTime')
157
- ResourceId = Shapes::StringShape.new(name: 'ResourceId')
158
- ResourceIdList = Shapes::ListShape.new(name: 'ResourceIdList')
159
- ResourceIdentifier = Shapes::StructureShape.new(name: 'ResourceIdentifier')
160
- ResourceIdentifierList = Shapes::ListShape.new(name: 'ResourceIdentifierList')
161
- ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
162
- ResourceName = Shapes::StringShape.new(name: 'ResourceName')
163
- ResourceNotDiscoveredException = Shapes::StructureShape.new(name: 'ResourceNotDiscoveredException')
164
- ResourceType = Shapes::StringShape.new(name: 'ResourceType')
165
- ResourceTypeList = Shapes::ListShape.new(name: 'ResourceTypeList')
166
- ResourceTypes = Shapes::ListShape.new(name: 'ResourceTypes')
167
- RuleLimit = Shapes::IntegerShape.new(name: 'RuleLimit')
168
- Scope = Shapes::StructureShape.new(name: 'Scope')
169
- Source = Shapes::StructureShape.new(name: 'Source')
170
- SourceDetail = Shapes::StructureShape.new(name: 'SourceDetail')
171
- SourceDetails = Shapes::ListShape.new(name: 'SourceDetails')
172
- StartConfigRulesEvaluationRequest = Shapes::StructureShape.new(name: 'StartConfigRulesEvaluationRequest')
173
- StartConfigRulesEvaluationResponse = Shapes::StructureShape.new(name: 'StartConfigRulesEvaluationResponse')
174
- StartConfigurationRecorderRequest = Shapes::StructureShape.new(name: 'StartConfigurationRecorderRequest')
175
- StopConfigurationRecorderRequest = Shapes::StructureShape.new(name: 'StopConfigurationRecorderRequest')
176
- String = Shapes::StringShape.new(name: 'String')
177
- StringWithCharLimit1024 = Shapes::StringShape.new(name: 'StringWithCharLimit1024')
178
- StringWithCharLimit128 = Shapes::StringShape.new(name: 'StringWithCharLimit128')
179
- StringWithCharLimit256 = Shapes::StringShape.new(name: 'StringWithCharLimit256')
180
- StringWithCharLimit64 = Shapes::StringShape.new(name: 'StringWithCharLimit64')
181
- SupplementaryConfiguration = Shapes::MapShape.new(name: 'SupplementaryConfiguration')
182
- SupplementaryConfigurationName = Shapes::StringShape.new(name: 'SupplementaryConfigurationName')
183
- SupplementaryConfigurationValue = Shapes::StringShape.new(name: 'SupplementaryConfigurationValue')
184
- Tags = Shapes::MapShape.new(name: 'Tags')
185
- ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
186
- Value = Shapes::StringShape.new(name: 'Value')
187
- Version = Shapes::StringShape.new(name: 'Version')
188
-
189
- Compliance.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ComplianceType, location_name: "ComplianceType"))
190
- Compliance.add_member(:compliance_contributor_count, Shapes::ShapeRef.new(shape: ComplianceContributorCount, location_name: "ComplianceContributorCount"))
191
- Compliance.struct_class = Types::Compliance
192
-
193
- ComplianceByConfigRule.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, location_name: "ConfigRuleName"))
194
- ComplianceByConfigRule.add_member(:compliance, Shapes::ShapeRef.new(shape: Compliance, location_name: "Compliance"))
195
- ComplianceByConfigRule.struct_class = Types::ComplianceByConfigRule
196
-
197
- ComplianceByConfigRules.member = Shapes::ShapeRef.new(shape: ComplianceByConfigRule)
198
-
199
- ComplianceByResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceType"))
200
- ComplianceByResource.add_member(:resource_id, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceId"))
201
- ComplianceByResource.add_member(:compliance, Shapes::ShapeRef.new(shape: Compliance, location_name: "Compliance"))
202
- ComplianceByResource.struct_class = Types::ComplianceByResource
203
-
204
- ComplianceByResources.member = Shapes::ShapeRef.new(shape: ComplianceByResource)
205
-
206
- ComplianceContributorCount.add_member(:capped_count, Shapes::ShapeRef.new(shape: Integer, location_name: "CappedCount"))
207
- ComplianceContributorCount.add_member(:cap_exceeded, Shapes::ShapeRef.new(shape: Boolean, location_name: "CapExceeded"))
208
- ComplianceContributorCount.struct_class = Types::ComplianceContributorCount
209
-
210
- ComplianceResourceTypes.member = Shapes::ShapeRef.new(shape: StringWithCharLimit256)
211
-
212
- ComplianceSummariesByResourceType.member = Shapes::ShapeRef.new(shape: ComplianceSummaryByResourceType)
213
-
214
- ComplianceSummary.add_member(:compliant_resource_count, Shapes::ShapeRef.new(shape: ComplianceContributorCount, location_name: "CompliantResourceCount"))
215
- ComplianceSummary.add_member(:non_compliant_resource_count, Shapes::ShapeRef.new(shape: ComplianceContributorCount, location_name: "NonCompliantResourceCount"))
216
- ComplianceSummary.add_member(:compliance_summary_timestamp, Shapes::ShapeRef.new(shape: Date, location_name: "ComplianceSummaryTimestamp"))
217
- ComplianceSummary.struct_class = Types::ComplianceSummary
218
-
219
- ComplianceSummaryByResourceType.add_member(:resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceType"))
220
- ComplianceSummaryByResourceType.add_member(:compliance_summary, Shapes::ShapeRef.new(shape: ComplianceSummary, location_name: "ComplianceSummary"))
221
- ComplianceSummaryByResourceType.struct_class = Types::ComplianceSummaryByResourceType
222
-
223
- ComplianceTypes.member = Shapes::ShapeRef.new(shape: ComplianceType)
224
-
225
- ConfigExportDeliveryInfo.add_member(:last_status, Shapes::ShapeRef.new(shape: DeliveryStatus, location_name: "lastStatus"))
226
- ConfigExportDeliveryInfo.add_member(:last_error_code, Shapes::ShapeRef.new(shape: String, location_name: "lastErrorCode"))
227
- ConfigExportDeliveryInfo.add_member(:last_error_message, Shapes::ShapeRef.new(shape: String, location_name: "lastErrorMessage"))
228
- ConfigExportDeliveryInfo.add_member(:last_attempt_time, Shapes::ShapeRef.new(shape: Date, location_name: "lastAttemptTime"))
229
- ConfigExportDeliveryInfo.add_member(:last_successful_time, Shapes::ShapeRef.new(shape: Date, location_name: "lastSuccessfulTime"))
230
- ConfigExportDeliveryInfo.add_member(:next_delivery_time, Shapes::ShapeRef.new(shape: Date, location_name: "nextDeliveryTime"))
231
- ConfigExportDeliveryInfo.struct_class = Types::ConfigExportDeliveryInfo
232
-
233
- ConfigRule.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, location_name: "ConfigRuleName"))
234
- ConfigRule.add_member(:config_rule_arn, Shapes::ShapeRef.new(shape: String, location_name: "ConfigRuleArn"))
235
- ConfigRule.add_member(:config_rule_id, Shapes::ShapeRef.new(shape: String, location_name: "ConfigRuleId"))
236
- ConfigRule.add_member(:description, Shapes::ShapeRef.new(shape: EmptiableStringWithCharLimit256, location_name: "Description"))
237
- ConfigRule.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
238
- ConfigRule.add_member(:source, Shapes::ShapeRef.new(shape: Source, required: true, location_name: "Source"))
239
- ConfigRule.add_member(:input_parameters, Shapes::ShapeRef.new(shape: StringWithCharLimit1024, location_name: "InputParameters"))
240
- ConfigRule.add_member(:maximum_execution_frequency, Shapes::ShapeRef.new(shape: MaximumExecutionFrequency, location_name: "MaximumExecutionFrequency"))
241
- ConfigRule.add_member(:config_rule_state, Shapes::ShapeRef.new(shape: ConfigRuleState, location_name: "ConfigRuleState"))
242
- ConfigRule.struct_class = Types::ConfigRule
243
-
244
- ConfigRuleEvaluationStatus.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, location_name: "ConfigRuleName"))
245
- ConfigRuleEvaluationStatus.add_member(:config_rule_arn, Shapes::ShapeRef.new(shape: String, location_name: "ConfigRuleArn"))
246
- ConfigRuleEvaluationStatus.add_member(:config_rule_id, Shapes::ShapeRef.new(shape: String, location_name: "ConfigRuleId"))
247
- ConfigRuleEvaluationStatus.add_member(:last_successful_invocation_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastSuccessfulInvocationTime"))
248
- ConfigRuleEvaluationStatus.add_member(:last_failed_invocation_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastFailedInvocationTime"))
249
- ConfigRuleEvaluationStatus.add_member(:last_successful_evaluation_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastSuccessfulEvaluationTime"))
250
- ConfigRuleEvaluationStatus.add_member(:last_failed_evaluation_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastFailedEvaluationTime"))
251
- ConfigRuleEvaluationStatus.add_member(:first_activated_time, Shapes::ShapeRef.new(shape: Date, location_name: "FirstActivatedTime"))
252
- ConfigRuleEvaluationStatus.add_member(:last_error_code, Shapes::ShapeRef.new(shape: String, location_name: "LastErrorCode"))
253
- ConfigRuleEvaluationStatus.add_member(:last_error_message, Shapes::ShapeRef.new(shape: String, location_name: "LastErrorMessage"))
254
- ConfigRuleEvaluationStatus.add_member(:first_evaluation_started, Shapes::ShapeRef.new(shape: Boolean, location_name: "FirstEvaluationStarted"))
255
- ConfigRuleEvaluationStatus.struct_class = Types::ConfigRuleEvaluationStatus
256
-
257
- ConfigRuleEvaluationStatusList.member = Shapes::ShapeRef.new(shape: ConfigRuleEvaluationStatus)
258
-
259
- ConfigRuleNames.member = Shapes::ShapeRef.new(shape: StringWithCharLimit64)
260
-
261
- ConfigRules.member = Shapes::ShapeRef.new(shape: ConfigRule)
262
-
263
- ConfigSnapshotDeliveryProperties.add_member(:delivery_frequency, Shapes::ShapeRef.new(shape: MaximumExecutionFrequency, location_name: "deliveryFrequency"))
264
- ConfigSnapshotDeliveryProperties.struct_class = Types::ConfigSnapshotDeliveryProperties
265
-
266
- ConfigStreamDeliveryInfo.add_member(:last_status, Shapes::ShapeRef.new(shape: DeliveryStatus, location_name: "lastStatus"))
267
- ConfigStreamDeliveryInfo.add_member(:last_error_code, Shapes::ShapeRef.new(shape: String, location_name: "lastErrorCode"))
268
- ConfigStreamDeliveryInfo.add_member(:last_error_message, Shapes::ShapeRef.new(shape: String, location_name: "lastErrorMessage"))
269
- ConfigStreamDeliveryInfo.add_member(:last_status_change_time, Shapes::ShapeRef.new(shape: Date, location_name: "lastStatusChangeTime"))
270
- ConfigStreamDeliveryInfo.struct_class = Types::ConfigStreamDeliveryInfo
271
-
272
- ConfigurationItem.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
273
- ConfigurationItem.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "accountId"))
274
- ConfigurationItem.add_member(:configuration_item_capture_time, Shapes::ShapeRef.new(shape: ConfigurationItemCaptureTime, location_name: "configurationItemCaptureTime"))
275
- ConfigurationItem.add_member(:configuration_item_status, Shapes::ShapeRef.new(shape: ConfigurationItemStatus, location_name: "configurationItemStatus"))
276
- ConfigurationItem.add_member(:configuration_state_id, Shapes::ShapeRef.new(shape: ConfigurationStateId, location_name: "configurationStateId"))
277
- ConfigurationItem.add_member(:configuration_item_md5_hash, Shapes::ShapeRef.new(shape: ConfigurationItemMD5Hash, location_name: "configurationItemMD5Hash"))
278
- ConfigurationItem.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
279
- ConfigurationItem.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
280
- ConfigurationItem.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "resourceId"))
281
- ConfigurationItem.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "resourceName"))
282
- ConfigurationItem.add_member(:aws_region, Shapes::ShapeRef.new(shape: AwsRegion, location_name: "awsRegion"))
283
- ConfigurationItem.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "availabilityZone"))
284
- ConfigurationItem.add_member(:resource_creation_time, Shapes::ShapeRef.new(shape: ResourceCreationTime, location_name: "resourceCreationTime"))
285
- ConfigurationItem.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
286
- ConfigurationItem.add_member(:related_events, Shapes::ShapeRef.new(shape: RelatedEventList, location_name: "relatedEvents"))
287
- ConfigurationItem.add_member(:relationships, Shapes::ShapeRef.new(shape: RelationshipList, location_name: "relationships"))
288
- ConfigurationItem.add_member(:configuration, Shapes::ShapeRef.new(shape: Configuration, location_name: "configuration"))
289
- ConfigurationItem.add_member(:supplementary_configuration, Shapes::ShapeRef.new(shape: SupplementaryConfiguration, location_name: "supplementaryConfiguration"))
290
- ConfigurationItem.struct_class = Types::ConfigurationItem
291
-
292
- ConfigurationItemList.member = Shapes::ShapeRef.new(shape: ConfigurationItem)
293
-
294
- ConfigurationRecorder.add_member(:name, Shapes::ShapeRef.new(shape: RecorderName, location_name: "name"))
295
- ConfigurationRecorder.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, location_name: "roleARN"))
296
- ConfigurationRecorder.add_member(:recording_group, Shapes::ShapeRef.new(shape: RecordingGroup, location_name: "recordingGroup"))
297
- ConfigurationRecorder.struct_class = Types::ConfigurationRecorder
298
-
299
- ConfigurationRecorderList.member = Shapes::ShapeRef.new(shape: ConfigurationRecorder)
300
-
301
- ConfigurationRecorderNameList.member = Shapes::ShapeRef.new(shape: RecorderName)
302
-
303
- ConfigurationRecorderStatus.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
304
- ConfigurationRecorderStatus.add_member(:last_start_time, Shapes::ShapeRef.new(shape: Date, location_name: "lastStartTime"))
305
- ConfigurationRecorderStatus.add_member(:last_stop_time, Shapes::ShapeRef.new(shape: Date, location_name: "lastStopTime"))
306
- ConfigurationRecorderStatus.add_member(:recording, Shapes::ShapeRef.new(shape: Boolean, location_name: "recording"))
307
- ConfigurationRecorderStatus.add_member(:last_status, Shapes::ShapeRef.new(shape: RecorderStatus, location_name: "lastStatus"))
308
- ConfigurationRecorderStatus.add_member(:last_error_code, Shapes::ShapeRef.new(shape: String, location_name: "lastErrorCode"))
309
- ConfigurationRecorderStatus.add_member(:last_error_message, Shapes::ShapeRef.new(shape: String, location_name: "lastErrorMessage"))
310
- ConfigurationRecorderStatus.add_member(:last_status_change_time, Shapes::ShapeRef.new(shape: Date, location_name: "lastStatusChangeTime"))
311
- ConfigurationRecorderStatus.struct_class = Types::ConfigurationRecorderStatus
312
-
313
- ConfigurationRecorderStatusList.member = Shapes::ShapeRef.new(shape: ConfigurationRecorderStatus)
314
-
315
- DeleteConfigRuleRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, required: true, location_name: "ConfigRuleName"))
316
- DeleteConfigRuleRequest.struct_class = Types::DeleteConfigRuleRequest
317
-
318
- DeleteConfigurationRecorderRequest.add_member(:configuration_recorder_name, Shapes::ShapeRef.new(shape: RecorderName, required: true, location_name: "ConfigurationRecorderName"))
319
- DeleteConfigurationRecorderRequest.struct_class = Types::DeleteConfigurationRecorderRequest
320
-
321
- DeleteDeliveryChannelRequest.add_member(:delivery_channel_name, Shapes::ShapeRef.new(shape: ChannelName, required: true, location_name: "DeliveryChannelName"))
322
- DeleteDeliveryChannelRequest.struct_class = Types::DeleteDeliveryChannelRequest
323
-
324
- DeleteEvaluationResultsRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, required: true, location_name: "ConfigRuleName"))
325
- DeleteEvaluationResultsRequest.struct_class = Types::DeleteEvaluationResultsRequest
326
-
327
- DeleteEvaluationResultsResponse.struct_class = Types::DeleteEvaluationResultsResponse
328
-
329
- DeliverConfigSnapshotRequest.add_member(:delivery_channel_name, Shapes::ShapeRef.new(shape: ChannelName, required: true, location_name: "deliveryChannelName"))
330
- DeliverConfigSnapshotRequest.struct_class = Types::DeliverConfigSnapshotRequest
331
-
332
- DeliverConfigSnapshotResponse.add_member(:config_snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "configSnapshotId"))
333
- DeliverConfigSnapshotResponse.struct_class = Types::DeliverConfigSnapshotResponse
334
-
335
- DeliveryChannel.add_member(:name, Shapes::ShapeRef.new(shape: ChannelName, location_name: "name"))
336
- DeliveryChannel.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "s3BucketName"))
337
- DeliveryChannel.add_member(:s3_key_prefix, Shapes::ShapeRef.new(shape: String, location_name: "s3KeyPrefix"))
338
- DeliveryChannel.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "snsTopicARN"))
339
- DeliveryChannel.add_member(:config_snapshot_delivery_properties, Shapes::ShapeRef.new(shape: ConfigSnapshotDeliveryProperties, location_name: "configSnapshotDeliveryProperties"))
340
- DeliveryChannel.struct_class = Types::DeliveryChannel
341
-
342
- DeliveryChannelList.member = Shapes::ShapeRef.new(shape: DeliveryChannel)
343
-
344
- DeliveryChannelNameList.member = Shapes::ShapeRef.new(shape: ChannelName)
345
-
346
- DeliveryChannelStatus.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
347
- DeliveryChannelStatus.add_member(:config_snapshot_delivery_info, Shapes::ShapeRef.new(shape: ConfigExportDeliveryInfo, location_name: "configSnapshotDeliveryInfo"))
348
- DeliveryChannelStatus.add_member(:config_history_delivery_info, Shapes::ShapeRef.new(shape: ConfigExportDeliveryInfo, location_name: "configHistoryDeliveryInfo"))
349
- DeliveryChannelStatus.add_member(:config_stream_delivery_info, Shapes::ShapeRef.new(shape: ConfigStreamDeliveryInfo, location_name: "configStreamDeliveryInfo"))
350
- DeliveryChannelStatus.struct_class = Types::DeliveryChannelStatus
351
-
352
- DeliveryChannelStatusList.member = Shapes::ShapeRef.new(shape: DeliveryChannelStatus)
353
-
354
- DescribeComplianceByConfigRuleRequest.add_member(:config_rule_names, Shapes::ShapeRef.new(shape: ConfigRuleNames, location_name: "ConfigRuleNames"))
355
- DescribeComplianceByConfigRuleRequest.add_member(:compliance_types, Shapes::ShapeRef.new(shape: ComplianceTypes, location_name: "ComplianceTypes"))
356
- DescribeComplianceByConfigRuleRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
357
- DescribeComplianceByConfigRuleRequest.struct_class = Types::DescribeComplianceByConfigRuleRequest
358
-
359
- DescribeComplianceByConfigRuleResponse.add_member(:compliance_by_config_rules, Shapes::ShapeRef.new(shape: ComplianceByConfigRules, location_name: "ComplianceByConfigRules"))
360
- DescribeComplianceByConfigRuleResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
361
- DescribeComplianceByConfigRuleResponse.struct_class = Types::DescribeComplianceByConfigRuleResponse
362
-
363
- DescribeComplianceByResourceRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceType"))
364
- DescribeComplianceByResourceRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceId"))
365
- DescribeComplianceByResourceRequest.add_member(:compliance_types, Shapes::ShapeRef.new(shape: ComplianceTypes, location_name: "ComplianceTypes"))
366
- DescribeComplianceByResourceRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "Limit"))
367
- DescribeComplianceByResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
368
- DescribeComplianceByResourceRequest.struct_class = Types::DescribeComplianceByResourceRequest
369
-
370
- DescribeComplianceByResourceResponse.add_member(:compliance_by_resources, Shapes::ShapeRef.new(shape: ComplianceByResources, location_name: "ComplianceByResources"))
371
- DescribeComplianceByResourceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
372
- DescribeComplianceByResourceResponse.struct_class = Types::DescribeComplianceByResourceResponse
373
-
374
- DescribeConfigRuleEvaluationStatusRequest.add_member(:config_rule_names, Shapes::ShapeRef.new(shape: ConfigRuleNames, location_name: "ConfigRuleNames"))
375
- DescribeConfigRuleEvaluationStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
376
- DescribeConfigRuleEvaluationStatusRequest.add_member(:limit, Shapes::ShapeRef.new(shape: RuleLimit, location_name: "Limit"))
377
- DescribeConfigRuleEvaluationStatusRequest.struct_class = Types::DescribeConfigRuleEvaluationStatusRequest
378
-
379
- DescribeConfigRuleEvaluationStatusResponse.add_member(:config_rules_evaluation_status, Shapes::ShapeRef.new(shape: ConfigRuleEvaluationStatusList, location_name: "ConfigRulesEvaluationStatus"))
380
- DescribeConfigRuleEvaluationStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
381
- DescribeConfigRuleEvaluationStatusResponse.struct_class = Types::DescribeConfigRuleEvaluationStatusResponse
382
-
383
- DescribeConfigRulesRequest.add_member(:config_rule_names, Shapes::ShapeRef.new(shape: ConfigRuleNames, location_name: "ConfigRuleNames"))
384
- DescribeConfigRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
385
- DescribeConfigRulesRequest.struct_class = Types::DescribeConfigRulesRequest
8
+ module Aws::ConfigService
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ ARN = Shapes::StringShape.new(name: 'ARN')
15
+ AccountId = Shapes::StringShape.new(name: 'AccountId')
16
+ AllSupported = Shapes::BooleanShape.new(name: 'AllSupported')
17
+ AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
18
+ AwsRegion = Shapes::StringShape.new(name: 'AwsRegion')
19
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
20
+ ChannelName = Shapes::StringShape.new(name: 'ChannelName')
21
+ ChronologicalOrder = Shapes::StringShape.new(name: 'ChronologicalOrder')
22
+ Compliance = Shapes::StructureShape.new(name: 'Compliance')
23
+ ComplianceByConfigRule = Shapes::StructureShape.new(name: 'ComplianceByConfigRule')
24
+ ComplianceByConfigRules = Shapes::ListShape.new(name: 'ComplianceByConfigRules')
25
+ ComplianceByResource = Shapes::StructureShape.new(name: 'ComplianceByResource')
26
+ ComplianceByResources = Shapes::ListShape.new(name: 'ComplianceByResources')
27
+ ComplianceContributorCount = Shapes::StructureShape.new(name: 'ComplianceContributorCount')
28
+ ComplianceResourceTypes = Shapes::ListShape.new(name: 'ComplianceResourceTypes')
29
+ ComplianceSummariesByResourceType = Shapes::ListShape.new(name: 'ComplianceSummariesByResourceType')
30
+ ComplianceSummary = Shapes::StructureShape.new(name: 'ComplianceSummary')
31
+ ComplianceSummaryByResourceType = Shapes::StructureShape.new(name: 'ComplianceSummaryByResourceType')
32
+ ComplianceType = Shapes::StringShape.new(name: 'ComplianceType')
33
+ ComplianceTypes = Shapes::ListShape.new(name: 'ComplianceTypes')
34
+ ConfigExportDeliveryInfo = Shapes::StructureShape.new(name: 'ConfigExportDeliveryInfo')
35
+ ConfigRule = Shapes::StructureShape.new(name: 'ConfigRule')
36
+ ConfigRuleEvaluationStatus = Shapes::StructureShape.new(name: 'ConfigRuleEvaluationStatus')
37
+ ConfigRuleEvaluationStatusList = Shapes::ListShape.new(name: 'ConfigRuleEvaluationStatusList')
38
+ ConfigRuleNames = Shapes::ListShape.new(name: 'ConfigRuleNames')
39
+ ConfigRuleState = Shapes::StringShape.new(name: 'ConfigRuleState')
40
+ ConfigRules = Shapes::ListShape.new(name: 'ConfigRules')
41
+ ConfigSnapshotDeliveryProperties = Shapes::StructureShape.new(name: 'ConfigSnapshotDeliveryProperties')
42
+ ConfigStreamDeliveryInfo = Shapes::StructureShape.new(name: 'ConfigStreamDeliveryInfo')
43
+ Configuration = Shapes::StringShape.new(name: 'Configuration')
44
+ ConfigurationItem = Shapes::StructureShape.new(name: 'ConfigurationItem')
45
+ ConfigurationItemCaptureTime = Shapes::TimestampShape.new(name: 'ConfigurationItemCaptureTime')
46
+ ConfigurationItemList = Shapes::ListShape.new(name: 'ConfigurationItemList')
47
+ ConfigurationItemMD5Hash = Shapes::StringShape.new(name: 'ConfigurationItemMD5Hash')
48
+ ConfigurationItemStatus = Shapes::StringShape.new(name: 'ConfigurationItemStatus')
49
+ ConfigurationRecorder = Shapes::StructureShape.new(name: 'ConfigurationRecorder')
50
+ ConfigurationRecorderList = Shapes::ListShape.new(name: 'ConfigurationRecorderList')
51
+ ConfigurationRecorderNameList = Shapes::ListShape.new(name: 'ConfigurationRecorderNameList')
52
+ ConfigurationRecorderStatus = Shapes::StructureShape.new(name: 'ConfigurationRecorderStatus')
53
+ ConfigurationRecorderStatusList = Shapes::ListShape.new(name: 'ConfigurationRecorderStatusList')
54
+ ConfigurationStateId = Shapes::StringShape.new(name: 'ConfigurationStateId')
55
+ Date = Shapes::TimestampShape.new(name: 'Date')
56
+ DeleteConfigRuleRequest = Shapes::StructureShape.new(name: 'DeleteConfigRuleRequest')
57
+ DeleteConfigurationRecorderRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationRecorderRequest')
58
+ DeleteDeliveryChannelRequest = Shapes::StructureShape.new(name: 'DeleteDeliveryChannelRequest')
59
+ DeleteEvaluationResultsRequest = Shapes::StructureShape.new(name: 'DeleteEvaluationResultsRequest')
60
+ DeleteEvaluationResultsResponse = Shapes::StructureShape.new(name: 'DeleteEvaluationResultsResponse')
61
+ DeliverConfigSnapshotRequest = Shapes::StructureShape.new(name: 'DeliverConfigSnapshotRequest')
62
+ DeliverConfigSnapshotResponse = Shapes::StructureShape.new(name: 'DeliverConfigSnapshotResponse')
63
+ DeliveryChannel = Shapes::StructureShape.new(name: 'DeliveryChannel')
64
+ DeliveryChannelList = Shapes::ListShape.new(name: 'DeliveryChannelList')
65
+ DeliveryChannelNameList = Shapes::ListShape.new(name: 'DeliveryChannelNameList')
66
+ DeliveryChannelStatus = Shapes::StructureShape.new(name: 'DeliveryChannelStatus')
67
+ DeliveryChannelStatusList = Shapes::ListShape.new(name: 'DeliveryChannelStatusList')
68
+ DeliveryStatus = Shapes::StringShape.new(name: 'DeliveryStatus')
69
+ DescribeComplianceByConfigRuleRequest = Shapes::StructureShape.new(name: 'DescribeComplianceByConfigRuleRequest')
70
+ DescribeComplianceByConfigRuleResponse = Shapes::StructureShape.new(name: 'DescribeComplianceByConfigRuleResponse')
71
+ DescribeComplianceByResourceRequest = Shapes::StructureShape.new(name: 'DescribeComplianceByResourceRequest')
72
+ DescribeComplianceByResourceResponse = Shapes::StructureShape.new(name: 'DescribeComplianceByResourceResponse')
73
+ DescribeConfigRuleEvaluationStatusRequest = Shapes::StructureShape.new(name: 'DescribeConfigRuleEvaluationStatusRequest')
74
+ DescribeConfigRuleEvaluationStatusResponse = Shapes::StructureShape.new(name: 'DescribeConfigRuleEvaluationStatusResponse')
75
+ DescribeConfigRulesRequest = Shapes::StructureShape.new(name: 'DescribeConfigRulesRequest')
76
+ DescribeConfigRulesResponse = Shapes::StructureShape.new(name: 'DescribeConfigRulesResponse')
77
+ DescribeConfigurationRecorderStatusRequest = Shapes::StructureShape.new(name: 'DescribeConfigurationRecorderStatusRequest')
78
+ DescribeConfigurationRecorderStatusResponse = Shapes::StructureShape.new(name: 'DescribeConfigurationRecorderStatusResponse')
79
+ DescribeConfigurationRecordersRequest = Shapes::StructureShape.new(name: 'DescribeConfigurationRecordersRequest')
80
+ DescribeConfigurationRecordersResponse = Shapes::StructureShape.new(name: 'DescribeConfigurationRecordersResponse')
81
+ DescribeDeliveryChannelStatusRequest = Shapes::StructureShape.new(name: 'DescribeDeliveryChannelStatusRequest')
82
+ DescribeDeliveryChannelStatusResponse = Shapes::StructureShape.new(name: 'DescribeDeliveryChannelStatusResponse')
83
+ DescribeDeliveryChannelsRequest = Shapes::StructureShape.new(name: 'DescribeDeliveryChannelsRequest')
84
+ DescribeDeliveryChannelsResponse = Shapes::StructureShape.new(name: 'DescribeDeliveryChannelsResponse')
85
+ EarlierTime = Shapes::TimestampShape.new(name: 'EarlierTime')
86
+ EmptiableStringWithCharLimit256 = Shapes::StringShape.new(name: 'EmptiableStringWithCharLimit256')
87
+ Evaluation = Shapes::StructureShape.new(name: 'Evaluation')
88
+ EvaluationResult = Shapes::StructureShape.new(name: 'EvaluationResult')
89
+ EvaluationResultIdentifier = Shapes::StructureShape.new(name: 'EvaluationResultIdentifier')
90
+ EvaluationResultQualifier = Shapes::StructureShape.new(name: 'EvaluationResultQualifier')
91
+ EvaluationResults = Shapes::ListShape.new(name: 'EvaluationResults')
92
+ Evaluations = Shapes::ListShape.new(name: 'Evaluations')
93
+ EventSource = Shapes::StringShape.new(name: 'EventSource')
94
+ GetComplianceDetailsByConfigRuleRequest = Shapes::StructureShape.new(name: 'GetComplianceDetailsByConfigRuleRequest')
95
+ GetComplianceDetailsByConfigRuleResponse = Shapes::StructureShape.new(name: 'GetComplianceDetailsByConfigRuleResponse')
96
+ GetComplianceDetailsByResourceRequest = Shapes::StructureShape.new(name: 'GetComplianceDetailsByResourceRequest')
97
+ GetComplianceDetailsByResourceResponse = Shapes::StructureShape.new(name: 'GetComplianceDetailsByResourceResponse')
98
+ GetComplianceSummaryByConfigRuleResponse = Shapes::StructureShape.new(name: 'GetComplianceSummaryByConfigRuleResponse')
99
+ GetComplianceSummaryByResourceTypeRequest = Shapes::StructureShape.new(name: 'GetComplianceSummaryByResourceTypeRequest')
100
+ GetComplianceSummaryByResourceTypeResponse = Shapes::StructureShape.new(name: 'GetComplianceSummaryByResourceTypeResponse')
101
+ GetResourceConfigHistoryRequest = Shapes::StructureShape.new(name: 'GetResourceConfigHistoryRequest')
102
+ GetResourceConfigHistoryResponse = Shapes::StructureShape.new(name: 'GetResourceConfigHistoryResponse')
103
+ IncludeGlobalResourceTypes = Shapes::BooleanShape.new(name: 'IncludeGlobalResourceTypes')
104
+ InsufficientDeliveryPolicyException = Shapes::StructureShape.new(name: 'InsufficientDeliveryPolicyException')
105
+ InsufficientPermissionsException = Shapes::StructureShape.new(name: 'InsufficientPermissionsException')
106
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
107
+ InvalidConfigurationRecorderNameException = Shapes::StructureShape.new(name: 'InvalidConfigurationRecorderNameException')
108
+ InvalidDeliveryChannelNameException = Shapes::StructureShape.new(name: 'InvalidDeliveryChannelNameException')
109
+ InvalidLimitException = Shapes::StructureShape.new(name: 'InvalidLimitException')
110
+ InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
111
+ InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
112
+ InvalidRecordingGroupException = Shapes::StructureShape.new(name: 'InvalidRecordingGroupException')
113
+ InvalidResultTokenException = Shapes::StructureShape.new(name: 'InvalidResultTokenException')
114
+ InvalidRoleException = Shapes::StructureShape.new(name: 'InvalidRoleException')
115
+ InvalidS3KeyPrefixException = Shapes::StructureShape.new(name: 'InvalidS3KeyPrefixException')
116
+ InvalidSNSTopicARNException = Shapes::StructureShape.new(name: 'InvalidSNSTopicARNException')
117
+ InvalidTimeRangeException = Shapes::StructureShape.new(name: 'InvalidTimeRangeException')
118
+ LastDeliveryChannelDeleteFailedException = Shapes::StructureShape.new(name: 'LastDeliveryChannelDeleteFailedException')
119
+ LaterTime = Shapes::TimestampShape.new(name: 'LaterTime')
120
+ Limit = Shapes::IntegerShape.new(name: 'Limit')
121
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
122
+ ListDiscoveredResourcesRequest = Shapes::StructureShape.new(name: 'ListDiscoveredResourcesRequest')
123
+ ListDiscoveredResourcesResponse = Shapes::StructureShape.new(name: 'ListDiscoveredResourcesResponse')
124
+ MaxNumberOfConfigRulesExceededException = Shapes::StructureShape.new(name: 'MaxNumberOfConfigRulesExceededException')
125
+ MaxNumberOfConfigurationRecordersExceededException = Shapes::StructureShape.new(name: 'MaxNumberOfConfigurationRecordersExceededException')
126
+ MaxNumberOfDeliveryChannelsExceededException = Shapes::StructureShape.new(name: 'MaxNumberOfDeliveryChannelsExceededException')
127
+ MaximumExecutionFrequency = Shapes::StringShape.new(name: 'MaximumExecutionFrequency')
128
+ MessageType = Shapes::StringShape.new(name: 'MessageType')
129
+ Name = Shapes::StringShape.new(name: 'Name')
130
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
131
+ NoAvailableConfigurationRecorderException = Shapes::StructureShape.new(name: 'NoAvailableConfigurationRecorderException')
132
+ NoAvailableDeliveryChannelException = Shapes::StructureShape.new(name: 'NoAvailableDeliveryChannelException')
133
+ NoRunningConfigurationRecorderException = Shapes::StructureShape.new(name: 'NoRunningConfigurationRecorderException')
134
+ NoSuchBucketException = Shapes::StructureShape.new(name: 'NoSuchBucketException')
135
+ NoSuchConfigRuleException = Shapes::StructureShape.new(name: 'NoSuchConfigRuleException')
136
+ NoSuchConfigurationRecorderException = Shapes::StructureShape.new(name: 'NoSuchConfigurationRecorderException')
137
+ NoSuchDeliveryChannelException = Shapes::StructureShape.new(name: 'NoSuchDeliveryChannelException')
138
+ OrderingTimestamp = Shapes::TimestampShape.new(name: 'OrderingTimestamp')
139
+ Owner = Shapes::StringShape.new(name: 'Owner')
140
+ PutConfigRuleRequest = Shapes::StructureShape.new(name: 'PutConfigRuleRequest')
141
+ PutConfigurationRecorderRequest = Shapes::StructureShape.new(name: 'PutConfigurationRecorderRequest')
142
+ PutDeliveryChannelRequest = Shapes::StructureShape.new(name: 'PutDeliveryChannelRequest')
143
+ PutEvaluationsRequest = Shapes::StructureShape.new(name: 'PutEvaluationsRequest')
144
+ PutEvaluationsResponse = Shapes::StructureShape.new(name: 'PutEvaluationsResponse')
145
+ RecorderName = Shapes::StringShape.new(name: 'RecorderName')
146
+ RecorderStatus = Shapes::StringShape.new(name: 'RecorderStatus')
147
+ RecordingGroup = Shapes::StructureShape.new(name: 'RecordingGroup')
148
+ ReevaluateConfigRuleNames = Shapes::ListShape.new(name: 'ReevaluateConfigRuleNames')
149
+ RelatedEvent = Shapes::StringShape.new(name: 'RelatedEvent')
150
+ RelatedEventList = Shapes::ListShape.new(name: 'RelatedEventList')
151
+ Relationship = Shapes::StructureShape.new(name: 'Relationship')
152
+ RelationshipList = Shapes::ListShape.new(name: 'RelationshipList')
153
+ RelationshipName = Shapes::StringShape.new(name: 'RelationshipName')
154
+ ResourceCreationTime = Shapes::TimestampShape.new(name: 'ResourceCreationTime')
155
+ ResourceDeletionTime = Shapes::TimestampShape.new(name: 'ResourceDeletionTime')
156
+ ResourceId = Shapes::StringShape.new(name: 'ResourceId')
157
+ ResourceIdList = Shapes::ListShape.new(name: 'ResourceIdList')
158
+ ResourceIdentifier = Shapes::StructureShape.new(name: 'ResourceIdentifier')
159
+ ResourceIdentifierList = Shapes::ListShape.new(name: 'ResourceIdentifierList')
160
+ ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
161
+ ResourceName = Shapes::StringShape.new(name: 'ResourceName')
162
+ ResourceNotDiscoveredException = Shapes::StructureShape.new(name: 'ResourceNotDiscoveredException')
163
+ ResourceType = Shapes::StringShape.new(name: 'ResourceType')
164
+ ResourceTypeList = Shapes::ListShape.new(name: 'ResourceTypeList')
165
+ ResourceTypes = Shapes::ListShape.new(name: 'ResourceTypes')
166
+ RuleLimit = Shapes::IntegerShape.new(name: 'RuleLimit')
167
+ Scope = Shapes::StructureShape.new(name: 'Scope')
168
+ Source = Shapes::StructureShape.new(name: 'Source')
169
+ SourceDetail = Shapes::StructureShape.new(name: 'SourceDetail')
170
+ SourceDetails = Shapes::ListShape.new(name: 'SourceDetails')
171
+ StartConfigRulesEvaluationRequest = Shapes::StructureShape.new(name: 'StartConfigRulesEvaluationRequest')
172
+ StartConfigRulesEvaluationResponse = Shapes::StructureShape.new(name: 'StartConfigRulesEvaluationResponse')
173
+ StartConfigurationRecorderRequest = Shapes::StructureShape.new(name: 'StartConfigurationRecorderRequest')
174
+ StopConfigurationRecorderRequest = Shapes::StructureShape.new(name: 'StopConfigurationRecorderRequest')
175
+ String = Shapes::StringShape.new(name: 'String')
176
+ StringWithCharLimit1024 = Shapes::StringShape.new(name: 'StringWithCharLimit1024')
177
+ StringWithCharLimit128 = Shapes::StringShape.new(name: 'StringWithCharLimit128')
178
+ StringWithCharLimit256 = Shapes::StringShape.new(name: 'StringWithCharLimit256')
179
+ StringWithCharLimit64 = Shapes::StringShape.new(name: 'StringWithCharLimit64')
180
+ SupplementaryConfiguration = Shapes::MapShape.new(name: 'SupplementaryConfiguration')
181
+ SupplementaryConfigurationName = Shapes::StringShape.new(name: 'SupplementaryConfigurationName')
182
+ SupplementaryConfigurationValue = Shapes::StringShape.new(name: 'SupplementaryConfigurationValue')
183
+ Tags = Shapes::MapShape.new(name: 'Tags')
184
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
185
+ Value = Shapes::StringShape.new(name: 'Value')
186
+ Version = Shapes::StringShape.new(name: 'Version')
187
+
188
+ Compliance.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ComplianceType, location_name: "ComplianceType"))
189
+ Compliance.add_member(:compliance_contributor_count, Shapes::ShapeRef.new(shape: ComplianceContributorCount, location_name: "ComplianceContributorCount"))
190
+ Compliance.struct_class = Types::Compliance
191
+
192
+ ComplianceByConfigRule.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, location_name: "ConfigRuleName"))
193
+ ComplianceByConfigRule.add_member(:compliance, Shapes::ShapeRef.new(shape: Compliance, location_name: "Compliance"))
194
+ ComplianceByConfigRule.struct_class = Types::ComplianceByConfigRule
195
+
196
+ ComplianceByConfigRules.member = Shapes::ShapeRef.new(shape: ComplianceByConfigRule)
197
+
198
+ ComplianceByResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceType"))
199
+ ComplianceByResource.add_member(:resource_id, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceId"))
200
+ ComplianceByResource.add_member(:compliance, Shapes::ShapeRef.new(shape: Compliance, location_name: "Compliance"))
201
+ ComplianceByResource.struct_class = Types::ComplianceByResource
202
+
203
+ ComplianceByResources.member = Shapes::ShapeRef.new(shape: ComplianceByResource)
204
+
205
+ ComplianceContributorCount.add_member(:capped_count, Shapes::ShapeRef.new(shape: Integer, location_name: "CappedCount"))
206
+ ComplianceContributorCount.add_member(:cap_exceeded, Shapes::ShapeRef.new(shape: Boolean, location_name: "CapExceeded"))
207
+ ComplianceContributorCount.struct_class = Types::ComplianceContributorCount
208
+
209
+ ComplianceResourceTypes.member = Shapes::ShapeRef.new(shape: StringWithCharLimit256)
210
+
211
+ ComplianceSummariesByResourceType.member = Shapes::ShapeRef.new(shape: ComplianceSummaryByResourceType)
212
+
213
+ ComplianceSummary.add_member(:compliant_resource_count, Shapes::ShapeRef.new(shape: ComplianceContributorCount, location_name: "CompliantResourceCount"))
214
+ ComplianceSummary.add_member(:non_compliant_resource_count, Shapes::ShapeRef.new(shape: ComplianceContributorCount, location_name: "NonCompliantResourceCount"))
215
+ ComplianceSummary.add_member(:compliance_summary_timestamp, Shapes::ShapeRef.new(shape: Date, location_name: "ComplianceSummaryTimestamp"))
216
+ ComplianceSummary.struct_class = Types::ComplianceSummary
217
+
218
+ ComplianceSummaryByResourceType.add_member(:resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceType"))
219
+ ComplianceSummaryByResourceType.add_member(:compliance_summary, Shapes::ShapeRef.new(shape: ComplianceSummary, location_name: "ComplianceSummary"))
220
+ ComplianceSummaryByResourceType.struct_class = Types::ComplianceSummaryByResourceType
221
+
222
+ ComplianceTypes.member = Shapes::ShapeRef.new(shape: ComplianceType)
223
+
224
+ ConfigExportDeliveryInfo.add_member(:last_status, Shapes::ShapeRef.new(shape: DeliveryStatus, location_name: "lastStatus"))
225
+ ConfigExportDeliveryInfo.add_member(:last_error_code, Shapes::ShapeRef.new(shape: String, location_name: "lastErrorCode"))
226
+ ConfigExportDeliveryInfo.add_member(:last_error_message, Shapes::ShapeRef.new(shape: String, location_name: "lastErrorMessage"))
227
+ ConfigExportDeliveryInfo.add_member(:last_attempt_time, Shapes::ShapeRef.new(shape: Date, location_name: "lastAttemptTime"))
228
+ ConfigExportDeliveryInfo.add_member(:last_successful_time, Shapes::ShapeRef.new(shape: Date, location_name: "lastSuccessfulTime"))
229
+ ConfigExportDeliveryInfo.add_member(:next_delivery_time, Shapes::ShapeRef.new(shape: Date, location_name: "nextDeliveryTime"))
230
+ ConfigExportDeliveryInfo.struct_class = Types::ConfigExportDeliveryInfo
231
+
232
+ ConfigRule.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, location_name: "ConfigRuleName"))
233
+ ConfigRule.add_member(:config_rule_arn, Shapes::ShapeRef.new(shape: String, location_name: "ConfigRuleArn"))
234
+ ConfigRule.add_member(:config_rule_id, Shapes::ShapeRef.new(shape: String, location_name: "ConfigRuleId"))
235
+ ConfigRule.add_member(:description, Shapes::ShapeRef.new(shape: EmptiableStringWithCharLimit256, location_name: "Description"))
236
+ ConfigRule.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
237
+ ConfigRule.add_member(:source, Shapes::ShapeRef.new(shape: Source, required: true, location_name: "Source"))
238
+ ConfigRule.add_member(:input_parameters, Shapes::ShapeRef.new(shape: StringWithCharLimit1024, location_name: "InputParameters"))
239
+ ConfigRule.add_member(:maximum_execution_frequency, Shapes::ShapeRef.new(shape: MaximumExecutionFrequency, location_name: "MaximumExecutionFrequency"))
240
+ ConfigRule.add_member(:config_rule_state, Shapes::ShapeRef.new(shape: ConfigRuleState, location_name: "ConfigRuleState"))
241
+ ConfigRule.struct_class = Types::ConfigRule
242
+
243
+ ConfigRuleEvaluationStatus.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, location_name: "ConfigRuleName"))
244
+ ConfigRuleEvaluationStatus.add_member(:config_rule_arn, Shapes::ShapeRef.new(shape: String, location_name: "ConfigRuleArn"))
245
+ ConfigRuleEvaluationStatus.add_member(:config_rule_id, Shapes::ShapeRef.new(shape: String, location_name: "ConfigRuleId"))
246
+ ConfigRuleEvaluationStatus.add_member(:last_successful_invocation_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastSuccessfulInvocationTime"))
247
+ ConfigRuleEvaluationStatus.add_member(:last_failed_invocation_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastFailedInvocationTime"))
248
+ ConfigRuleEvaluationStatus.add_member(:last_successful_evaluation_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastSuccessfulEvaluationTime"))
249
+ ConfigRuleEvaluationStatus.add_member(:last_failed_evaluation_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastFailedEvaluationTime"))
250
+ ConfigRuleEvaluationStatus.add_member(:first_activated_time, Shapes::ShapeRef.new(shape: Date, location_name: "FirstActivatedTime"))
251
+ ConfigRuleEvaluationStatus.add_member(:last_error_code, Shapes::ShapeRef.new(shape: String, location_name: "LastErrorCode"))
252
+ ConfigRuleEvaluationStatus.add_member(:last_error_message, Shapes::ShapeRef.new(shape: String, location_name: "LastErrorMessage"))
253
+ ConfigRuleEvaluationStatus.add_member(:first_evaluation_started, Shapes::ShapeRef.new(shape: Boolean, location_name: "FirstEvaluationStarted"))
254
+ ConfigRuleEvaluationStatus.struct_class = Types::ConfigRuleEvaluationStatus
255
+
256
+ ConfigRuleEvaluationStatusList.member = Shapes::ShapeRef.new(shape: ConfigRuleEvaluationStatus)
257
+
258
+ ConfigRuleNames.member = Shapes::ShapeRef.new(shape: StringWithCharLimit64)
259
+
260
+ ConfigRules.member = Shapes::ShapeRef.new(shape: ConfigRule)
261
+
262
+ ConfigSnapshotDeliveryProperties.add_member(:delivery_frequency, Shapes::ShapeRef.new(shape: MaximumExecutionFrequency, location_name: "deliveryFrequency"))
263
+ ConfigSnapshotDeliveryProperties.struct_class = Types::ConfigSnapshotDeliveryProperties
264
+
265
+ ConfigStreamDeliveryInfo.add_member(:last_status, Shapes::ShapeRef.new(shape: DeliveryStatus, location_name: "lastStatus"))
266
+ ConfigStreamDeliveryInfo.add_member(:last_error_code, Shapes::ShapeRef.new(shape: String, location_name: "lastErrorCode"))
267
+ ConfigStreamDeliveryInfo.add_member(:last_error_message, Shapes::ShapeRef.new(shape: String, location_name: "lastErrorMessage"))
268
+ ConfigStreamDeliveryInfo.add_member(:last_status_change_time, Shapes::ShapeRef.new(shape: Date, location_name: "lastStatusChangeTime"))
269
+ ConfigStreamDeliveryInfo.struct_class = Types::ConfigStreamDeliveryInfo
270
+
271
+ ConfigurationItem.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
272
+ ConfigurationItem.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "accountId"))
273
+ ConfigurationItem.add_member(:configuration_item_capture_time, Shapes::ShapeRef.new(shape: ConfigurationItemCaptureTime, location_name: "configurationItemCaptureTime"))
274
+ ConfigurationItem.add_member(:configuration_item_status, Shapes::ShapeRef.new(shape: ConfigurationItemStatus, location_name: "configurationItemStatus"))
275
+ ConfigurationItem.add_member(:configuration_state_id, Shapes::ShapeRef.new(shape: ConfigurationStateId, location_name: "configurationStateId"))
276
+ ConfigurationItem.add_member(:configuration_item_md5_hash, Shapes::ShapeRef.new(shape: ConfigurationItemMD5Hash, location_name: "configurationItemMD5Hash"))
277
+ ConfigurationItem.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
278
+ ConfigurationItem.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
279
+ ConfigurationItem.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "resourceId"))
280
+ ConfigurationItem.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "resourceName"))
281
+ ConfigurationItem.add_member(:aws_region, Shapes::ShapeRef.new(shape: AwsRegion, location_name: "awsRegion"))
282
+ ConfigurationItem.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "availabilityZone"))
283
+ ConfigurationItem.add_member(:resource_creation_time, Shapes::ShapeRef.new(shape: ResourceCreationTime, location_name: "resourceCreationTime"))
284
+ ConfigurationItem.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
285
+ ConfigurationItem.add_member(:related_events, Shapes::ShapeRef.new(shape: RelatedEventList, location_name: "relatedEvents"))
286
+ ConfigurationItem.add_member(:relationships, Shapes::ShapeRef.new(shape: RelationshipList, location_name: "relationships"))
287
+ ConfigurationItem.add_member(:configuration, Shapes::ShapeRef.new(shape: Configuration, location_name: "configuration"))
288
+ ConfigurationItem.add_member(:supplementary_configuration, Shapes::ShapeRef.new(shape: SupplementaryConfiguration, location_name: "supplementaryConfiguration"))
289
+ ConfigurationItem.struct_class = Types::ConfigurationItem
290
+
291
+ ConfigurationItemList.member = Shapes::ShapeRef.new(shape: ConfigurationItem)
292
+
293
+ ConfigurationRecorder.add_member(:name, Shapes::ShapeRef.new(shape: RecorderName, location_name: "name"))
294
+ ConfigurationRecorder.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, location_name: "roleARN"))
295
+ ConfigurationRecorder.add_member(:recording_group, Shapes::ShapeRef.new(shape: RecordingGroup, location_name: "recordingGroup"))
296
+ ConfigurationRecorder.struct_class = Types::ConfigurationRecorder
297
+
298
+ ConfigurationRecorderList.member = Shapes::ShapeRef.new(shape: ConfigurationRecorder)
299
+
300
+ ConfigurationRecorderNameList.member = Shapes::ShapeRef.new(shape: RecorderName)
301
+
302
+ ConfigurationRecorderStatus.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
303
+ ConfigurationRecorderStatus.add_member(:last_start_time, Shapes::ShapeRef.new(shape: Date, location_name: "lastStartTime"))
304
+ ConfigurationRecorderStatus.add_member(:last_stop_time, Shapes::ShapeRef.new(shape: Date, location_name: "lastStopTime"))
305
+ ConfigurationRecorderStatus.add_member(:recording, Shapes::ShapeRef.new(shape: Boolean, location_name: "recording"))
306
+ ConfigurationRecorderStatus.add_member(:last_status, Shapes::ShapeRef.new(shape: RecorderStatus, location_name: "lastStatus"))
307
+ ConfigurationRecorderStatus.add_member(:last_error_code, Shapes::ShapeRef.new(shape: String, location_name: "lastErrorCode"))
308
+ ConfigurationRecorderStatus.add_member(:last_error_message, Shapes::ShapeRef.new(shape: String, location_name: "lastErrorMessage"))
309
+ ConfigurationRecorderStatus.add_member(:last_status_change_time, Shapes::ShapeRef.new(shape: Date, location_name: "lastStatusChangeTime"))
310
+ ConfigurationRecorderStatus.struct_class = Types::ConfigurationRecorderStatus
311
+
312
+ ConfigurationRecorderStatusList.member = Shapes::ShapeRef.new(shape: ConfigurationRecorderStatus)
313
+
314
+ DeleteConfigRuleRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, required: true, location_name: "ConfigRuleName"))
315
+ DeleteConfigRuleRequest.struct_class = Types::DeleteConfigRuleRequest
316
+
317
+ DeleteConfigurationRecorderRequest.add_member(:configuration_recorder_name, Shapes::ShapeRef.new(shape: RecorderName, required: true, location_name: "ConfigurationRecorderName"))
318
+ DeleteConfigurationRecorderRequest.struct_class = Types::DeleteConfigurationRecorderRequest
319
+
320
+ DeleteDeliveryChannelRequest.add_member(:delivery_channel_name, Shapes::ShapeRef.new(shape: ChannelName, required: true, location_name: "DeliveryChannelName"))
321
+ DeleteDeliveryChannelRequest.struct_class = Types::DeleteDeliveryChannelRequest
322
+
323
+ DeleteEvaluationResultsRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, required: true, location_name: "ConfigRuleName"))
324
+ DeleteEvaluationResultsRequest.struct_class = Types::DeleteEvaluationResultsRequest
325
+
326
+ DeleteEvaluationResultsResponse.struct_class = Types::DeleteEvaluationResultsResponse
327
+
328
+ DeliverConfigSnapshotRequest.add_member(:delivery_channel_name, Shapes::ShapeRef.new(shape: ChannelName, required: true, location_name: "deliveryChannelName"))
329
+ DeliverConfigSnapshotRequest.struct_class = Types::DeliverConfigSnapshotRequest
330
+
331
+ DeliverConfigSnapshotResponse.add_member(:config_snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "configSnapshotId"))
332
+ DeliverConfigSnapshotResponse.struct_class = Types::DeliverConfigSnapshotResponse
333
+
334
+ DeliveryChannel.add_member(:name, Shapes::ShapeRef.new(shape: ChannelName, location_name: "name"))
335
+ DeliveryChannel.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "s3BucketName"))
336
+ DeliveryChannel.add_member(:s3_key_prefix, Shapes::ShapeRef.new(shape: String, location_name: "s3KeyPrefix"))
337
+ DeliveryChannel.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "snsTopicARN"))
338
+ DeliveryChannel.add_member(:config_snapshot_delivery_properties, Shapes::ShapeRef.new(shape: ConfigSnapshotDeliveryProperties, location_name: "configSnapshotDeliveryProperties"))
339
+ DeliveryChannel.struct_class = Types::DeliveryChannel
340
+
341
+ DeliveryChannelList.member = Shapes::ShapeRef.new(shape: DeliveryChannel)
342
+
343
+ DeliveryChannelNameList.member = Shapes::ShapeRef.new(shape: ChannelName)
344
+
345
+ DeliveryChannelStatus.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
346
+ DeliveryChannelStatus.add_member(:config_snapshot_delivery_info, Shapes::ShapeRef.new(shape: ConfigExportDeliveryInfo, location_name: "configSnapshotDeliveryInfo"))
347
+ DeliveryChannelStatus.add_member(:config_history_delivery_info, Shapes::ShapeRef.new(shape: ConfigExportDeliveryInfo, location_name: "configHistoryDeliveryInfo"))
348
+ DeliveryChannelStatus.add_member(:config_stream_delivery_info, Shapes::ShapeRef.new(shape: ConfigStreamDeliveryInfo, location_name: "configStreamDeliveryInfo"))
349
+ DeliveryChannelStatus.struct_class = Types::DeliveryChannelStatus
350
+
351
+ DeliveryChannelStatusList.member = Shapes::ShapeRef.new(shape: DeliveryChannelStatus)
352
+
353
+ DescribeComplianceByConfigRuleRequest.add_member(:config_rule_names, Shapes::ShapeRef.new(shape: ConfigRuleNames, location_name: "ConfigRuleNames"))
354
+ DescribeComplianceByConfigRuleRequest.add_member(:compliance_types, Shapes::ShapeRef.new(shape: ComplianceTypes, location_name: "ComplianceTypes"))
355
+ DescribeComplianceByConfigRuleRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
356
+ DescribeComplianceByConfigRuleRequest.struct_class = Types::DescribeComplianceByConfigRuleRequest
357
+
358
+ DescribeComplianceByConfigRuleResponse.add_member(:compliance_by_config_rules, Shapes::ShapeRef.new(shape: ComplianceByConfigRules, location_name: "ComplianceByConfigRules"))
359
+ DescribeComplianceByConfigRuleResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
360
+ DescribeComplianceByConfigRuleResponse.struct_class = Types::DescribeComplianceByConfigRuleResponse
361
+
362
+ DescribeComplianceByResourceRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceType"))
363
+ DescribeComplianceByResourceRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceId"))
364
+ DescribeComplianceByResourceRequest.add_member(:compliance_types, Shapes::ShapeRef.new(shape: ComplianceTypes, location_name: "ComplianceTypes"))
365
+ DescribeComplianceByResourceRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "Limit"))
366
+ DescribeComplianceByResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
367
+ DescribeComplianceByResourceRequest.struct_class = Types::DescribeComplianceByResourceRequest
368
+
369
+ DescribeComplianceByResourceResponse.add_member(:compliance_by_resources, Shapes::ShapeRef.new(shape: ComplianceByResources, location_name: "ComplianceByResources"))
370
+ DescribeComplianceByResourceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
371
+ DescribeComplianceByResourceResponse.struct_class = Types::DescribeComplianceByResourceResponse
372
+
373
+ DescribeConfigRuleEvaluationStatusRequest.add_member(:config_rule_names, Shapes::ShapeRef.new(shape: ConfigRuleNames, location_name: "ConfigRuleNames"))
374
+ DescribeConfigRuleEvaluationStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
375
+ DescribeConfigRuleEvaluationStatusRequest.add_member(:limit, Shapes::ShapeRef.new(shape: RuleLimit, location_name: "Limit"))
376
+ DescribeConfigRuleEvaluationStatusRequest.struct_class = Types::DescribeConfigRuleEvaluationStatusRequest
377
+
378
+ DescribeConfigRuleEvaluationStatusResponse.add_member(:config_rules_evaluation_status, Shapes::ShapeRef.new(shape: ConfigRuleEvaluationStatusList, location_name: "ConfigRulesEvaluationStatus"))
379
+ DescribeConfigRuleEvaluationStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
380
+ DescribeConfigRuleEvaluationStatusResponse.struct_class = Types::DescribeConfigRuleEvaluationStatusResponse
381
+
382
+ DescribeConfigRulesRequest.add_member(:config_rule_names, Shapes::ShapeRef.new(shape: ConfigRuleNames, location_name: "ConfigRuleNames"))
383
+ DescribeConfigRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
384
+ DescribeConfigRulesRequest.struct_class = Types::DescribeConfigRulesRequest
385
+
386
+ DescribeConfigRulesResponse.add_member(:config_rules, Shapes::ShapeRef.new(shape: ConfigRules, location_name: "ConfigRules"))
387
+ DescribeConfigRulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
388
+ DescribeConfigRulesResponse.struct_class = Types::DescribeConfigRulesResponse
389
+
390
+ DescribeConfigurationRecorderStatusRequest.add_member(:configuration_recorder_names, Shapes::ShapeRef.new(shape: ConfigurationRecorderNameList, location_name: "ConfigurationRecorderNames"))
391
+ DescribeConfigurationRecorderStatusRequest.struct_class = Types::DescribeConfigurationRecorderStatusRequest
392
+
393
+ DescribeConfigurationRecorderStatusResponse.add_member(:configuration_recorders_status, Shapes::ShapeRef.new(shape: ConfigurationRecorderStatusList, location_name: "ConfigurationRecordersStatus"))
394
+ DescribeConfigurationRecorderStatusResponse.struct_class = Types::DescribeConfigurationRecorderStatusResponse
395
+
396
+ DescribeConfigurationRecordersRequest.add_member(:configuration_recorder_names, Shapes::ShapeRef.new(shape: ConfigurationRecorderNameList, location_name: "ConfigurationRecorderNames"))
397
+ DescribeConfigurationRecordersRequest.struct_class = Types::DescribeConfigurationRecordersRequest
398
+
399
+ DescribeConfigurationRecordersResponse.add_member(:configuration_recorders, Shapes::ShapeRef.new(shape: ConfigurationRecorderList, location_name: "ConfigurationRecorders"))
400
+ DescribeConfigurationRecordersResponse.struct_class = Types::DescribeConfigurationRecordersResponse
401
+
402
+ DescribeDeliveryChannelStatusRequest.add_member(:delivery_channel_names, Shapes::ShapeRef.new(shape: DeliveryChannelNameList, location_name: "DeliveryChannelNames"))
403
+ DescribeDeliveryChannelStatusRequest.struct_class = Types::DescribeDeliveryChannelStatusRequest
404
+
405
+ DescribeDeliveryChannelStatusResponse.add_member(:delivery_channels_status, Shapes::ShapeRef.new(shape: DeliveryChannelStatusList, location_name: "DeliveryChannelsStatus"))
406
+ DescribeDeliveryChannelStatusResponse.struct_class = Types::DescribeDeliveryChannelStatusResponse
407
+
408
+ DescribeDeliveryChannelsRequest.add_member(:delivery_channel_names, Shapes::ShapeRef.new(shape: DeliveryChannelNameList, location_name: "DeliveryChannelNames"))
409
+ DescribeDeliveryChannelsRequest.struct_class = Types::DescribeDeliveryChannelsRequest
410
+
411
+ DescribeDeliveryChannelsResponse.add_member(:delivery_channels, Shapes::ShapeRef.new(shape: DeliveryChannelList, location_name: "DeliveryChannels"))
412
+ DescribeDeliveryChannelsResponse.struct_class = Types::DescribeDeliveryChannelsResponse
413
+
414
+ Evaluation.add_member(:compliance_resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "ComplianceResourceType"))
415
+ Evaluation.add_member(:compliance_resource_id, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "ComplianceResourceId"))
416
+ Evaluation.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ComplianceType, required: true, location_name: "ComplianceType"))
417
+ Evaluation.add_member(:annotation, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "Annotation"))
418
+ Evaluation.add_member(:ordering_timestamp, Shapes::ShapeRef.new(shape: OrderingTimestamp, required: true, location_name: "OrderingTimestamp"))
419
+ Evaluation.struct_class = Types::Evaluation
420
+
421
+ EvaluationResult.add_member(:evaluation_result_identifier, Shapes::ShapeRef.new(shape: EvaluationResultIdentifier, location_name: "EvaluationResultIdentifier"))
422
+ EvaluationResult.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ComplianceType, location_name: "ComplianceType"))
423
+ EvaluationResult.add_member(:result_recorded_time, Shapes::ShapeRef.new(shape: Date, location_name: "ResultRecordedTime"))
424
+ EvaluationResult.add_member(:config_rule_invoked_time, Shapes::ShapeRef.new(shape: Date, location_name: "ConfigRuleInvokedTime"))
425
+ EvaluationResult.add_member(:annotation, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "Annotation"))
426
+ EvaluationResult.add_member(:result_token, Shapes::ShapeRef.new(shape: String, location_name: "ResultToken"))
427
+ EvaluationResult.struct_class = Types::EvaluationResult
428
+
429
+ EvaluationResultIdentifier.add_member(:evaluation_result_qualifier, Shapes::ShapeRef.new(shape: EvaluationResultQualifier, location_name: "EvaluationResultQualifier"))
430
+ EvaluationResultIdentifier.add_member(:ordering_timestamp, Shapes::ShapeRef.new(shape: Date, location_name: "OrderingTimestamp"))
431
+ EvaluationResultIdentifier.struct_class = Types::EvaluationResultIdentifier
386
432
 
387
- DescribeConfigRulesResponse.add_member(:config_rules, Shapes::ShapeRef.new(shape: ConfigRules, location_name: "ConfigRules"))
388
- DescribeConfigRulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
389
- DescribeConfigRulesResponse.struct_class = Types::DescribeConfigRulesResponse
433
+ EvaluationResultQualifier.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, location_name: "ConfigRuleName"))
434
+ EvaluationResultQualifier.add_member(:resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceType"))
435
+ EvaluationResultQualifier.add_member(:resource_id, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceId"))
436
+ EvaluationResultQualifier.struct_class = Types::EvaluationResultQualifier
390
437
 
391
- DescribeConfigurationRecorderStatusRequest.add_member(:configuration_recorder_names, Shapes::ShapeRef.new(shape: ConfigurationRecorderNameList, location_name: "ConfigurationRecorderNames"))
392
- DescribeConfigurationRecorderStatusRequest.struct_class = Types::DescribeConfigurationRecorderStatusRequest
438
+ EvaluationResults.member = Shapes::ShapeRef.new(shape: EvaluationResult)
393
439
 
394
- DescribeConfigurationRecorderStatusResponse.add_member(:configuration_recorders_status, Shapes::ShapeRef.new(shape: ConfigurationRecorderStatusList, location_name: "ConfigurationRecordersStatus"))
395
- DescribeConfigurationRecorderStatusResponse.struct_class = Types::DescribeConfigurationRecorderStatusResponse
440
+ Evaluations.member = Shapes::ShapeRef.new(shape: Evaluation)
396
441
 
397
- DescribeConfigurationRecordersRequest.add_member(:configuration_recorder_names, Shapes::ShapeRef.new(shape: ConfigurationRecorderNameList, location_name: "ConfigurationRecorderNames"))
398
- DescribeConfigurationRecordersRequest.struct_class = Types::DescribeConfigurationRecordersRequest
442
+ GetComplianceDetailsByConfigRuleRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, required: true, location_name: "ConfigRuleName"))
443
+ GetComplianceDetailsByConfigRuleRequest.add_member(:compliance_types, Shapes::ShapeRef.new(shape: ComplianceTypes, location_name: "ComplianceTypes"))
444
+ GetComplianceDetailsByConfigRuleRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "Limit"))
445
+ GetComplianceDetailsByConfigRuleRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
446
+ GetComplianceDetailsByConfigRuleRequest.struct_class = Types::GetComplianceDetailsByConfigRuleRequest
399
447
 
400
- DescribeConfigurationRecordersResponse.add_member(:configuration_recorders, Shapes::ShapeRef.new(shape: ConfigurationRecorderList, location_name: "ConfigurationRecorders"))
401
- DescribeConfigurationRecordersResponse.struct_class = Types::DescribeConfigurationRecordersResponse
448
+ GetComplianceDetailsByConfigRuleResponse.add_member(:evaluation_results, Shapes::ShapeRef.new(shape: EvaluationResults, location_name: "EvaluationResults"))
449
+ GetComplianceDetailsByConfigRuleResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
450
+ GetComplianceDetailsByConfigRuleResponse.struct_class = Types::GetComplianceDetailsByConfigRuleResponse
402
451
 
403
- DescribeDeliveryChannelStatusRequest.add_member(:delivery_channel_names, Shapes::ShapeRef.new(shape: DeliveryChannelNameList, location_name: "DeliveryChannelNames"))
404
- DescribeDeliveryChannelStatusRequest.struct_class = Types::DescribeDeliveryChannelStatusRequest
452
+ GetComplianceDetailsByResourceRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "ResourceType"))
453
+ GetComplianceDetailsByResourceRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "ResourceId"))
454
+ GetComplianceDetailsByResourceRequest.add_member(:compliance_types, Shapes::ShapeRef.new(shape: ComplianceTypes, location_name: "ComplianceTypes"))
455
+ GetComplianceDetailsByResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
456
+ GetComplianceDetailsByResourceRequest.struct_class = Types::GetComplianceDetailsByResourceRequest
405
457
 
406
- DescribeDeliveryChannelStatusResponse.add_member(:delivery_channels_status, Shapes::ShapeRef.new(shape: DeliveryChannelStatusList, location_name: "DeliveryChannelsStatus"))
407
- DescribeDeliveryChannelStatusResponse.struct_class = Types::DescribeDeliveryChannelStatusResponse
458
+ GetComplianceDetailsByResourceResponse.add_member(:evaluation_results, Shapes::ShapeRef.new(shape: EvaluationResults, location_name: "EvaluationResults"))
459
+ GetComplianceDetailsByResourceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
460
+ GetComplianceDetailsByResourceResponse.struct_class = Types::GetComplianceDetailsByResourceResponse
408
461
 
409
- DescribeDeliveryChannelsRequest.add_member(:delivery_channel_names, Shapes::ShapeRef.new(shape: DeliveryChannelNameList, location_name: "DeliveryChannelNames"))
410
- DescribeDeliveryChannelsRequest.struct_class = Types::DescribeDeliveryChannelsRequest
462
+ GetComplianceSummaryByConfigRuleResponse.add_member(:compliance_summary, Shapes::ShapeRef.new(shape: ComplianceSummary, location_name: "ComplianceSummary"))
463
+ GetComplianceSummaryByConfigRuleResponse.struct_class = Types::GetComplianceSummaryByConfigRuleResponse
411
464
 
412
- DescribeDeliveryChannelsResponse.add_member(:delivery_channels, Shapes::ShapeRef.new(shape: DeliveryChannelList, location_name: "DeliveryChannels"))
413
- DescribeDeliveryChannelsResponse.struct_class = Types::DescribeDeliveryChannelsResponse
465
+ GetComplianceSummaryByResourceTypeRequest.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "ResourceTypes"))
466
+ GetComplianceSummaryByResourceTypeRequest.struct_class = Types::GetComplianceSummaryByResourceTypeRequest
414
467
 
415
- Evaluation.add_member(:compliance_resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "ComplianceResourceType"))
416
- Evaluation.add_member(:compliance_resource_id, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "ComplianceResourceId"))
417
- Evaluation.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ComplianceType, required: true, location_name: "ComplianceType"))
418
- Evaluation.add_member(:annotation, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "Annotation"))
419
- Evaluation.add_member(:ordering_timestamp, Shapes::ShapeRef.new(shape: OrderingTimestamp, required: true, location_name: "OrderingTimestamp"))
420
- Evaluation.struct_class = Types::Evaluation
468
+ GetComplianceSummaryByResourceTypeResponse.add_member(:compliance_summaries_by_resource_type, Shapes::ShapeRef.new(shape: ComplianceSummariesByResourceType, location_name: "ComplianceSummariesByResourceType"))
469
+ GetComplianceSummaryByResourceTypeResponse.struct_class = Types::GetComplianceSummaryByResourceTypeResponse
421
470
 
422
- EvaluationResult.add_member(:evaluation_result_identifier, Shapes::ShapeRef.new(shape: EvaluationResultIdentifier, location_name: "EvaluationResultIdentifier"))
423
- EvaluationResult.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ComplianceType, location_name: "ComplianceType"))
424
- EvaluationResult.add_member(:result_recorded_time, Shapes::ShapeRef.new(shape: Date, location_name: "ResultRecordedTime"))
425
- EvaluationResult.add_member(:config_rule_invoked_time, Shapes::ShapeRef.new(shape: Date, location_name: "ConfigRuleInvokedTime"))
426
- EvaluationResult.add_member(:annotation, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "Annotation"))
427
- EvaluationResult.add_member(:result_token, Shapes::ShapeRef.new(shape: String, location_name: "ResultToken"))
428
- EvaluationResult.struct_class = Types::EvaluationResult
471
+ GetResourceConfigHistoryRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "resourceType"))
472
+ GetResourceConfigHistoryRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "resourceId"))
473
+ GetResourceConfigHistoryRequest.add_member(:later_time, Shapes::ShapeRef.new(shape: LaterTime, location_name: "laterTime"))
474
+ GetResourceConfigHistoryRequest.add_member(:earlier_time, Shapes::ShapeRef.new(shape: EarlierTime, location_name: "earlierTime"))
475
+ GetResourceConfigHistoryRequest.add_member(:chronological_order, Shapes::ShapeRef.new(shape: ChronologicalOrder, location_name: "chronologicalOrder"))
476
+ GetResourceConfigHistoryRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "limit"))
477
+ GetResourceConfigHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
478
+ GetResourceConfigHistoryRequest.struct_class = Types::GetResourceConfigHistoryRequest
429
479
 
430
- EvaluationResultIdentifier.add_member(:evaluation_result_qualifier, Shapes::ShapeRef.new(shape: EvaluationResultQualifier, location_name: "EvaluationResultQualifier"))
431
- EvaluationResultIdentifier.add_member(:ordering_timestamp, Shapes::ShapeRef.new(shape: Date, location_name: "OrderingTimestamp"))
432
- EvaluationResultIdentifier.struct_class = Types::EvaluationResultIdentifier
480
+ GetResourceConfigHistoryResponse.add_member(:configuration_items, Shapes::ShapeRef.new(shape: ConfigurationItemList, location_name: "configurationItems"))
481
+ GetResourceConfigHistoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
482
+ GetResourceConfigHistoryResponse.struct_class = Types::GetResourceConfigHistoryResponse
433
483
 
434
- EvaluationResultQualifier.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, location_name: "ConfigRuleName"))
435
- EvaluationResultQualifier.add_member(:resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceType"))
436
- EvaluationResultQualifier.add_member(:resource_id, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceId"))
437
- EvaluationResultQualifier.struct_class = Types::EvaluationResultQualifier
484
+ ListDiscoveredResourcesRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "resourceType"))
485
+ ListDiscoveredResourcesRequest.add_member(:resource_ids, Shapes::ShapeRef.new(shape: ResourceIdList, location_name: "resourceIds"))
486
+ ListDiscoveredResourcesRequest.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "resourceName"))
487
+ ListDiscoveredResourcesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "limit"))
488
+ ListDiscoveredResourcesRequest.add_member(:include_deleted_resources, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeDeletedResources"))
489
+ ListDiscoveredResourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
490
+ ListDiscoveredResourcesRequest.struct_class = Types::ListDiscoveredResourcesRequest
438
491
 
439
- EvaluationResults.member = Shapes::ShapeRef.new(shape: EvaluationResult)
492
+ ListDiscoveredResourcesResponse.add_member(:resource_identifiers, Shapes::ShapeRef.new(shape: ResourceIdentifierList, location_name: "resourceIdentifiers"))
493
+ ListDiscoveredResourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
494
+ ListDiscoveredResourcesResponse.struct_class = Types::ListDiscoveredResourcesResponse
440
495
 
441
- Evaluations.member = Shapes::ShapeRef.new(shape: Evaluation)
496
+ PutConfigRuleRequest.add_member(:config_rule, Shapes::ShapeRef.new(shape: ConfigRule, required: true, location_name: "ConfigRule"))
497
+ PutConfigRuleRequest.struct_class = Types::PutConfigRuleRequest
442
498
 
443
- GetComplianceDetailsByConfigRuleRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, required: true, location_name: "ConfigRuleName"))
444
- GetComplianceDetailsByConfigRuleRequest.add_member(:compliance_types, Shapes::ShapeRef.new(shape: ComplianceTypes, location_name: "ComplianceTypes"))
445
- GetComplianceDetailsByConfigRuleRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "Limit"))
446
- GetComplianceDetailsByConfigRuleRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
447
- GetComplianceDetailsByConfigRuleRequest.struct_class = Types::GetComplianceDetailsByConfigRuleRequest
499
+ PutConfigurationRecorderRequest.add_member(:configuration_recorder, Shapes::ShapeRef.new(shape: ConfigurationRecorder, required: true, location_name: "ConfigurationRecorder"))
500
+ PutConfigurationRecorderRequest.struct_class = Types::PutConfigurationRecorderRequest
448
501
 
449
- GetComplianceDetailsByConfigRuleResponse.add_member(:evaluation_results, Shapes::ShapeRef.new(shape: EvaluationResults, location_name: "EvaluationResults"))
450
- GetComplianceDetailsByConfigRuleResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
451
- GetComplianceDetailsByConfigRuleResponse.struct_class = Types::GetComplianceDetailsByConfigRuleResponse
502
+ PutDeliveryChannelRequest.add_member(:delivery_channel, Shapes::ShapeRef.new(shape: DeliveryChannel, required: true, location_name: "DeliveryChannel"))
503
+ PutDeliveryChannelRequest.struct_class = Types::PutDeliveryChannelRequest
452
504
 
453
- GetComplianceDetailsByResourceRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "ResourceType"))
454
- GetComplianceDetailsByResourceRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "ResourceId"))
455
- GetComplianceDetailsByResourceRequest.add_member(:compliance_types, Shapes::ShapeRef.new(shape: ComplianceTypes, location_name: "ComplianceTypes"))
456
- GetComplianceDetailsByResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
457
- GetComplianceDetailsByResourceRequest.struct_class = Types::GetComplianceDetailsByResourceRequest
505
+ PutEvaluationsRequest.add_member(:evaluations, Shapes::ShapeRef.new(shape: Evaluations, location_name: "Evaluations"))
506
+ PutEvaluationsRequest.add_member(:result_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResultToken"))
507
+ PutEvaluationsRequest.struct_class = Types::PutEvaluationsRequest
458
508
 
459
- GetComplianceDetailsByResourceResponse.add_member(:evaluation_results, Shapes::ShapeRef.new(shape: EvaluationResults, location_name: "EvaluationResults"))
460
- GetComplianceDetailsByResourceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
461
- GetComplianceDetailsByResourceResponse.struct_class = Types::GetComplianceDetailsByResourceResponse
509
+ PutEvaluationsResponse.add_member(:failed_evaluations, Shapes::ShapeRef.new(shape: Evaluations, location_name: "FailedEvaluations"))
510
+ PutEvaluationsResponse.struct_class = Types::PutEvaluationsResponse
462
511
 
463
- GetComplianceSummaryByConfigRuleResponse.add_member(:compliance_summary, Shapes::ShapeRef.new(shape: ComplianceSummary, location_name: "ComplianceSummary"))
464
- GetComplianceSummaryByConfigRuleResponse.struct_class = Types::GetComplianceSummaryByConfigRuleResponse
512
+ RecordingGroup.add_member(:all_supported, Shapes::ShapeRef.new(shape: AllSupported, location_name: "allSupported"))
513
+ RecordingGroup.add_member(:include_global_resource_types, Shapes::ShapeRef.new(shape: IncludeGlobalResourceTypes, location_name: "includeGlobalResourceTypes"))
514
+ RecordingGroup.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypeList, location_name: "resourceTypes"))
515
+ RecordingGroup.struct_class = Types::RecordingGroup
465
516
 
466
- GetComplianceSummaryByResourceTypeRequest.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "ResourceTypes"))
467
- GetComplianceSummaryByResourceTypeRequest.struct_class = Types::GetComplianceSummaryByResourceTypeRequest
517
+ ReevaluateConfigRuleNames.member = Shapes::ShapeRef.new(shape: StringWithCharLimit64)
468
518
 
469
- GetComplianceSummaryByResourceTypeResponse.add_member(:compliance_summaries_by_resource_type, Shapes::ShapeRef.new(shape: ComplianceSummariesByResourceType, location_name: "ComplianceSummariesByResourceType"))
470
- GetComplianceSummaryByResourceTypeResponse.struct_class = Types::GetComplianceSummaryByResourceTypeResponse
519
+ RelatedEventList.member = Shapes::ShapeRef.new(shape: RelatedEvent)
471
520
 
472
- GetResourceConfigHistoryRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "resourceType"))
473
- GetResourceConfigHistoryRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "resourceId"))
474
- GetResourceConfigHistoryRequest.add_member(:later_time, Shapes::ShapeRef.new(shape: LaterTime, location_name: "laterTime"))
475
- GetResourceConfigHistoryRequest.add_member(:earlier_time, Shapes::ShapeRef.new(shape: EarlierTime, location_name: "earlierTime"))
476
- GetResourceConfigHistoryRequest.add_member(:chronological_order, Shapes::ShapeRef.new(shape: ChronologicalOrder, location_name: "chronologicalOrder"))
477
- GetResourceConfigHistoryRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "limit"))
478
- GetResourceConfigHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
479
- GetResourceConfigHistoryRequest.struct_class = Types::GetResourceConfigHistoryRequest
521
+ Relationship.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
522
+ Relationship.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "resourceId"))
523
+ Relationship.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "resourceName"))
524
+ Relationship.add_member(:relationship_name, Shapes::ShapeRef.new(shape: RelationshipName, location_name: "relationshipName"))
525
+ Relationship.struct_class = Types::Relationship
480
526
 
481
- GetResourceConfigHistoryResponse.add_member(:configuration_items, Shapes::ShapeRef.new(shape: ConfigurationItemList, location_name: "configurationItems"))
482
- GetResourceConfigHistoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
483
- GetResourceConfigHistoryResponse.struct_class = Types::GetResourceConfigHistoryResponse
527
+ RelationshipList.member = Shapes::ShapeRef.new(shape: Relationship)
484
528
 
485
- ListDiscoveredResourcesRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "resourceType"))
486
- ListDiscoveredResourcesRequest.add_member(:resource_ids, Shapes::ShapeRef.new(shape: ResourceIdList, location_name: "resourceIds"))
487
- ListDiscoveredResourcesRequest.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "resourceName"))
488
- ListDiscoveredResourcesRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "limit"))
489
- ListDiscoveredResourcesRequest.add_member(:include_deleted_resources, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeDeletedResources"))
490
- ListDiscoveredResourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
491
- ListDiscoveredResourcesRequest.struct_class = Types::ListDiscoveredResourcesRequest
529
+ ResourceIdList.member = Shapes::ShapeRef.new(shape: ResourceId)
492
530
 
493
- ListDiscoveredResourcesResponse.add_member(:resource_identifiers, Shapes::ShapeRef.new(shape: ResourceIdentifierList, location_name: "resourceIdentifiers"))
494
- ListDiscoveredResourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
495
- ListDiscoveredResourcesResponse.struct_class = Types::ListDiscoveredResourcesResponse
531
+ ResourceIdentifier.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
532
+ ResourceIdentifier.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "resourceId"))
533
+ ResourceIdentifier.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "resourceName"))
534
+ ResourceIdentifier.add_member(:resource_deletion_time, Shapes::ShapeRef.new(shape: ResourceDeletionTime, location_name: "resourceDeletionTime"))
535
+ ResourceIdentifier.struct_class = Types::ResourceIdentifier
496
536
 
497
- PutConfigRuleRequest.add_member(:config_rule, Shapes::ShapeRef.new(shape: ConfigRule, required: true, location_name: "ConfigRule"))
498
- PutConfigRuleRequest.struct_class = Types::PutConfigRuleRequest
537
+ ResourceIdentifierList.member = Shapes::ShapeRef.new(shape: ResourceIdentifier)
499
538
 
500
- PutConfigurationRecorderRequest.add_member(:configuration_recorder, Shapes::ShapeRef.new(shape: ConfigurationRecorder, required: true, location_name: "ConfigurationRecorder"))
501
- PutConfigurationRecorderRequest.struct_class = Types::PutConfigurationRecorderRequest
539
+ ResourceTypeList.member = Shapes::ShapeRef.new(shape: ResourceType)
502
540
 
503
- PutDeliveryChannelRequest.add_member(:delivery_channel, Shapes::ShapeRef.new(shape: DeliveryChannel, required: true, location_name: "DeliveryChannel"))
504
- PutDeliveryChannelRequest.struct_class = Types::PutDeliveryChannelRequest
541
+ ResourceTypes.member = Shapes::ShapeRef.new(shape: StringWithCharLimit256)
505
542
 
506
- PutEvaluationsRequest.add_member(:evaluations, Shapes::ShapeRef.new(shape: Evaluations, location_name: "Evaluations"))
507
- PutEvaluationsRequest.add_member(:result_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResultToken"))
508
- PutEvaluationsRequest.struct_class = Types::PutEvaluationsRequest
509
-
510
- PutEvaluationsResponse.add_member(:failed_evaluations, Shapes::ShapeRef.new(shape: Evaluations, location_name: "FailedEvaluations"))
511
- PutEvaluationsResponse.struct_class = Types::PutEvaluationsResponse
512
-
513
- RecordingGroup.add_member(:all_supported, Shapes::ShapeRef.new(shape: AllSupported, location_name: "allSupported"))
514
- RecordingGroup.add_member(:include_global_resource_types, Shapes::ShapeRef.new(shape: IncludeGlobalResourceTypes, location_name: "includeGlobalResourceTypes"))
515
- RecordingGroup.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypeList, location_name: "resourceTypes"))
516
- RecordingGroup.struct_class = Types::RecordingGroup
517
-
518
- ReevaluateConfigRuleNames.member = Shapes::ShapeRef.new(shape: StringWithCharLimit64)
519
-
520
- RelatedEventList.member = Shapes::ShapeRef.new(shape: RelatedEvent)
521
-
522
- Relationship.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
523
- Relationship.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "resourceId"))
524
- Relationship.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "resourceName"))
525
- Relationship.add_member(:relationship_name, Shapes::ShapeRef.new(shape: RelationshipName, location_name: "relationshipName"))
526
- Relationship.struct_class = Types::Relationship
527
-
528
- RelationshipList.member = Shapes::ShapeRef.new(shape: Relationship)
529
-
530
- ResourceIdList.member = Shapes::ShapeRef.new(shape: ResourceId)
531
-
532
- ResourceIdentifier.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
533
- ResourceIdentifier.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "resourceId"))
534
- ResourceIdentifier.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "resourceName"))
535
- ResourceIdentifier.add_member(:resource_deletion_time, Shapes::ShapeRef.new(shape: ResourceDeletionTime, location_name: "resourceDeletionTime"))
536
- ResourceIdentifier.struct_class = Types::ResourceIdentifier
537
-
538
- ResourceIdentifierList.member = Shapes::ShapeRef.new(shape: ResourceIdentifier)
539
-
540
- ResourceTypeList.member = Shapes::ShapeRef.new(shape: ResourceType)
541
-
542
- ResourceTypes.member = Shapes::ShapeRef.new(shape: StringWithCharLimit256)
543
-
544
- Scope.add_member(:compliance_resource_types, Shapes::ShapeRef.new(shape: ComplianceResourceTypes, location_name: "ComplianceResourceTypes"))
545
- Scope.add_member(:tag_key, Shapes::ShapeRef.new(shape: StringWithCharLimit128, location_name: "TagKey"))
546
- Scope.add_member(:tag_value, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "TagValue"))
547
- Scope.add_member(:compliance_resource_id, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ComplianceResourceId"))
548
- Scope.struct_class = Types::Scope
549
-
550
- Source.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, required: true, location_name: "Owner"))
551
- Source.add_member(:source_identifier, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "SourceIdentifier"))
552
- Source.add_member(:source_details, Shapes::ShapeRef.new(shape: SourceDetails, location_name: "SourceDetails"))
553
- Source.struct_class = Types::Source
554
-
555
- SourceDetail.add_member(:event_source, Shapes::ShapeRef.new(shape: EventSource, location_name: "EventSource"))
556
- SourceDetail.add_member(:message_type, Shapes::ShapeRef.new(shape: MessageType, location_name: "MessageType"))
557
- SourceDetail.add_member(:maximum_execution_frequency, Shapes::ShapeRef.new(shape: MaximumExecutionFrequency, location_name: "MaximumExecutionFrequency"))
558
- SourceDetail.struct_class = Types::SourceDetail
559
-
560
- SourceDetails.member = Shapes::ShapeRef.new(shape: SourceDetail)
561
-
562
- StartConfigRulesEvaluationRequest.add_member(:config_rule_names, Shapes::ShapeRef.new(shape: ReevaluateConfigRuleNames, location_name: "ConfigRuleNames"))
563
- StartConfigRulesEvaluationRequest.struct_class = Types::StartConfigRulesEvaluationRequest
564
-
565
- StartConfigRulesEvaluationResponse.struct_class = Types::StartConfigRulesEvaluationResponse
566
-
567
- StartConfigurationRecorderRequest.add_member(:configuration_recorder_name, Shapes::ShapeRef.new(shape: RecorderName, required: true, location_name: "ConfigurationRecorderName"))
568
- StartConfigurationRecorderRequest.struct_class = Types::StartConfigurationRecorderRequest
569
-
570
- StopConfigurationRecorderRequest.add_member(:configuration_recorder_name, Shapes::ShapeRef.new(shape: RecorderName, required: true, location_name: "ConfigurationRecorderName"))
571
- StopConfigurationRecorderRequest.struct_class = Types::StopConfigurationRecorderRequest
572
-
573
- SupplementaryConfiguration.key = Shapes::ShapeRef.new(shape: SupplementaryConfigurationName)
574
- SupplementaryConfiguration.value = Shapes::ShapeRef.new(shape: SupplementaryConfigurationValue)
575
-
576
- Tags.key = Shapes::ShapeRef.new(shape: Name)
577
- Tags.value = Shapes::ShapeRef.new(shape: Value)
578
-
579
-
580
- # @api private
581
- API = Seahorse::Model::Api.new.tap do |api|
582
-
583
- api.version = "2014-11-12"
584
-
585
- api.metadata = {
586
- "endpointPrefix" => "config",
587
- "jsonVersion" => "1.1",
588
- "protocol" => "json",
589
- "serviceFullName" => "AWS Config",
590
- "signatureVersion" => "v4",
591
- "targetPrefix" => "StarlingDoveService",
592
- }
593
-
594
- api.add_operation(:delete_config_rule, Seahorse::Model::Operation.new.tap do |o|
595
- o.name = "DeleteConfigRule"
596
- o.http_method = "POST"
597
- o.http_request_uri = "/"
598
- o.input = Shapes::ShapeRef.new(shape: DeleteConfigRuleRequest)
599
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
600
- o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
601
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
602
- end)
603
-
604
- api.add_operation(:delete_configuration_recorder, Seahorse::Model::Operation.new.tap do |o|
605
- o.name = "DeleteConfigurationRecorder"
606
- o.http_method = "POST"
607
- o.http_request_uri = "/"
608
- o.input = Shapes::ShapeRef.new(shape: DeleteConfigurationRecorderRequest)
609
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
610
- o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
611
- end)
612
-
613
- api.add_operation(:delete_delivery_channel, Seahorse::Model::Operation.new.tap do |o|
614
- o.name = "DeleteDeliveryChannel"
615
- o.http_method = "POST"
616
- o.http_request_uri = "/"
617
- o.input = Shapes::ShapeRef.new(shape: DeleteDeliveryChannelRequest)
618
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
619
- o.errors << Shapes::ShapeRef.new(shape: NoSuchDeliveryChannelException)
620
- o.errors << Shapes::ShapeRef.new(shape: LastDeliveryChannelDeleteFailedException)
621
- end)
622
-
623
- api.add_operation(:delete_evaluation_results, Seahorse::Model::Operation.new.tap do |o|
624
- o.name = "DeleteEvaluationResults"
625
- o.http_method = "POST"
626
- o.http_request_uri = "/"
627
- o.input = Shapes::ShapeRef.new(shape: DeleteEvaluationResultsRequest)
628
- o.output = Shapes::ShapeRef.new(shape: DeleteEvaluationResultsResponse)
629
- o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
630
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
631
- end)
632
-
633
- api.add_operation(:deliver_config_snapshot, Seahorse::Model::Operation.new.tap do |o|
634
- o.name = "DeliverConfigSnapshot"
635
- o.http_method = "POST"
636
- o.http_request_uri = "/"
637
- o.input = Shapes::ShapeRef.new(shape: DeliverConfigSnapshotRequest)
638
- o.output = Shapes::ShapeRef.new(shape: DeliverConfigSnapshotResponse)
639
- o.errors << Shapes::ShapeRef.new(shape: NoSuchDeliveryChannelException)
640
- o.errors << Shapes::ShapeRef.new(shape: NoAvailableConfigurationRecorderException)
641
- o.errors << Shapes::ShapeRef.new(shape: NoRunningConfigurationRecorderException)
642
- end)
643
-
644
- api.add_operation(:describe_compliance_by_config_rule, Seahorse::Model::Operation.new.tap do |o|
645
- o.name = "DescribeComplianceByConfigRule"
646
- o.http_method = "POST"
647
- o.http_request_uri = "/"
648
- o.input = Shapes::ShapeRef.new(shape: DescribeComplianceByConfigRuleRequest)
649
- o.output = Shapes::ShapeRef.new(shape: DescribeComplianceByConfigRuleResponse)
650
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
651
- o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
652
- end)
653
-
654
- api.add_operation(:describe_compliance_by_resource, Seahorse::Model::Operation.new.tap do |o|
655
- o.name = "DescribeComplianceByResource"
656
- o.http_method = "POST"
657
- o.http_request_uri = "/"
658
- o.input = Shapes::ShapeRef.new(shape: DescribeComplianceByResourceRequest)
659
- o.output = Shapes::ShapeRef.new(shape: DescribeComplianceByResourceResponse)
660
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
661
- o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
662
- end)
663
-
664
- api.add_operation(:describe_config_rule_evaluation_status, Seahorse::Model::Operation.new.tap do |o|
665
- o.name = "DescribeConfigRuleEvaluationStatus"
666
- o.http_method = "POST"
667
- o.http_request_uri = "/"
668
- o.input = Shapes::ShapeRef.new(shape: DescribeConfigRuleEvaluationStatusRequest)
669
- o.output = Shapes::ShapeRef.new(shape: DescribeConfigRuleEvaluationStatusResponse)
670
- o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
671
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
672
- end)
673
-
674
- api.add_operation(:describe_config_rules, Seahorse::Model::Operation.new.tap do |o|
675
- o.name = "DescribeConfigRules"
676
- o.http_method = "POST"
677
- o.http_request_uri = "/"
678
- o.input = Shapes::ShapeRef.new(shape: DescribeConfigRulesRequest)
679
- o.output = Shapes::ShapeRef.new(shape: DescribeConfigRulesResponse)
680
- o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
681
- end)
682
-
683
- api.add_operation(:describe_configuration_recorder_status, Seahorse::Model::Operation.new.tap do |o|
684
- o.name = "DescribeConfigurationRecorderStatus"
685
- o.http_method = "POST"
686
- o.http_request_uri = "/"
687
- o.input = Shapes::ShapeRef.new(shape: DescribeConfigurationRecorderStatusRequest)
688
- o.output = Shapes::ShapeRef.new(shape: DescribeConfigurationRecorderStatusResponse)
689
- o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
690
- end)
691
-
692
- api.add_operation(:describe_configuration_recorders, Seahorse::Model::Operation.new.tap do |o|
693
- o.name = "DescribeConfigurationRecorders"
694
- o.http_method = "POST"
695
- o.http_request_uri = "/"
696
- o.input = Shapes::ShapeRef.new(shape: DescribeConfigurationRecordersRequest)
697
- o.output = Shapes::ShapeRef.new(shape: DescribeConfigurationRecordersResponse)
698
- o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
699
- end)
700
-
701
- api.add_operation(:describe_delivery_channel_status, Seahorse::Model::Operation.new.tap do |o|
702
- o.name = "DescribeDeliveryChannelStatus"
703
- o.http_method = "POST"
704
- o.http_request_uri = "/"
705
- o.input = Shapes::ShapeRef.new(shape: DescribeDeliveryChannelStatusRequest)
706
- o.output = Shapes::ShapeRef.new(shape: DescribeDeliveryChannelStatusResponse)
707
- o.errors << Shapes::ShapeRef.new(shape: NoSuchDeliveryChannelException)
708
- end)
709
-
710
- api.add_operation(:describe_delivery_channels, Seahorse::Model::Operation.new.tap do |o|
711
- o.name = "DescribeDeliveryChannels"
712
- o.http_method = "POST"
713
- o.http_request_uri = "/"
714
- o.input = Shapes::ShapeRef.new(shape: DescribeDeliveryChannelsRequest)
715
- o.output = Shapes::ShapeRef.new(shape: DescribeDeliveryChannelsResponse)
716
- o.errors << Shapes::ShapeRef.new(shape: NoSuchDeliveryChannelException)
717
- end)
718
-
719
- api.add_operation(:get_compliance_details_by_config_rule, Seahorse::Model::Operation.new.tap do |o|
720
- o.name = "GetComplianceDetailsByConfigRule"
721
- o.http_method = "POST"
722
- o.http_request_uri = "/"
723
- o.input = Shapes::ShapeRef.new(shape: GetComplianceDetailsByConfigRuleRequest)
724
- o.output = Shapes::ShapeRef.new(shape: GetComplianceDetailsByConfigRuleResponse)
725
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
726
- o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
727
- o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
728
- end)
729
-
730
- api.add_operation(:get_compliance_details_by_resource, Seahorse::Model::Operation.new.tap do |o|
731
- o.name = "GetComplianceDetailsByResource"
732
- o.http_method = "POST"
733
- o.http_request_uri = "/"
734
- o.input = Shapes::ShapeRef.new(shape: GetComplianceDetailsByResourceRequest)
735
- o.output = Shapes::ShapeRef.new(shape: GetComplianceDetailsByResourceResponse)
736
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
737
- end)
738
-
739
- api.add_operation(:get_compliance_summary_by_config_rule, Seahorse::Model::Operation.new.tap do |o|
740
- o.name = "GetComplianceSummaryByConfigRule"
741
- o.http_method = "POST"
742
- o.http_request_uri = "/"
743
- o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
744
- o.output = Shapes::ShapeRef.new(shape: GetComplianceSummaryByConfigRuleResponse)
745
- end)
746
-
747
- api.add_operation(:get_compliance_summary_by_resource_type, Seahorse::Model::Operation.new.tap do |o|
748
- o.name = "GetComplianceSummaryByResourceType"
749
- o.http_method = "POST"
750
- o.http_request_uri = "/"
751
- o.input = Shapes::ShapeRef.new(shape: GetComplianceSummaryByResourceTypeRequest)
752
- o.output = Shapes::ShapeRef.new(shape: GetComplianceSummaryByResourceTypeResponse)
753
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
754
- end)
755
-
756
- api.add_operation(:get_resource_config_history, Seahorse::Model::Operation.new.tap do |o|
757
- o.name = "GetResourceConfigHistory"
758
- o.http_method = "POST"
759
- o.http_request_uri = "/"
760
- o.input = Shapes::ShapeRef.new(shape: GetResourceConfigHistoryRequest)
761
- o.output = Shapes::ShapeRef.new(shape: GetResourceConfigHistoryResponse)
762
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
763
- o.errors << Shapes::ShapeRef.new(shape: InvalidTimeRangeException)
764
- o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
765
- o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
766
- o.errors << Shapes::ShapeRef.new(shape: NoAvailableConfigurationRecorderException)
767
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotDiscoveredException)
768
- o[:pager] = Aws::Pager.new(
769
- limit_key: "limit",
770
- tokens: {
771
- "next_token" => "next_token"
772
- }
773
- )
774
- end)
775
-
776
- api.add_operation(:list_discovered_resources, Seahorse::Model::Operation.new.tap do |o|
777
- o.name = "ListDiscoveredResources"
778
- o.http_method = "POST"
779
- o.http_request_uri = "/"
780
- o.input = Shapes::ShapeRef.new(shape: ListDiscoveredResourcesRequest)
781
- o.output = Shapes::ShapeRef.new(shape: ListDiscoveredResourcesResponse)
782
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
783
- o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
784
- o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
785
- o.errors << Shapes::ShapeRef.new(shape: NoAvailableConfigurationRecorderException)
786
- end)
787
-
788
- api.add_operation(:put_config_rule, Seahorse::Model::Operation.new.tap do |o|
789
- o.name = "PutConfigRule"
790
- o.http_method = "POST"
791
- o.http_request_uri = "/"
792
- o.input = Shapes::ShapeRef.new(shape: PutConfigRuleRequest)
793
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
794
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
795
- o.errors << Shapes::ShapeRef.new(shape: MaxNumberOfConfigRulesExceededException)
796
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
797
- o.errors << Shapes::ShapeRef.new(shape: InsufficientPermissionsException)
798
- o.errors << Shapes::ShapeRef.new(shape: NoAvailableConfigurationRecorderException)
799
- end)
800
-
801
- api.add_operation(:put_configuration_recorder, Seahorse::Model::Operation.new.tap do |o|
802
- o.name = "PutConfigurationRecorder"
803
- o.http_method = "POST"
804
- o.http_request_uri = "/"
805
- o.input = Shapes::ShapeRef.new(shape: PutConfigurationRecorderRequest)
806
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
807
- o.errors << Shapes::ShapeRef.new(shape: MaxNumberOfConfigurationRecordersExceededException)
808
- o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRecorderNameException)
809
- o.errors << Shapes::ShapeRef.new(shape: InvalidRoleException)
810
- o.errors << Shapes::ShapeRef.new(shape: InvalidRecordingGroupException)
811
- end)
812
-
813
- api.add_operation(:put_delivery_channel, Seahorse::Model::Operation.new.tap do |o|
814
- o.name = "PutDeliveryChannel"
815
- o.http_method = "POST"
816
- o.http_request_uri = "/"
817
- o.input = Shapes::ShapeRef.new(shape: PutDeliveryChannelRequest)
818
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
819
- o.errors << Shapes::ShapeRef.new(shape: MaxNumberOfDeliveryChannelsExceededException)
820
- o.errors << Shapes::ShapeRef.new(shape: NoAvailableConfigurationRecorderException)
821
- o.errors << Shapes::ShapeRef.new(shape: InvalidDeliveryChannelNameException)
822
- o.errors << Shapes::ShapeRef.new(shape: NoSuchBucketException)
823
- o.errors << Shapes::ShapeRef.new(shape: InvalidS3KeyPrefixException)
824
- o.errors << Shapes::ShapeRef.new(shape: InvalidSNSTopicARNException)
825
- o.errors << Shapes::ShapeRef.new(shape: InsufficientDeliveryPolicyException)
826
- end)
827
-
828
- api.add_operation(:put_evaluations, Seahorse::Model::Operation.new.tap do |o|
829
- o.name = "PutEvaluations"
830
- o.http_method = "POST"
831
- o.http_request_uri = "/"
832
- o.input = Shapes::ShapeRef.new(shape: PutEvaluationsRequest)
833
- o.output = Shapes::ShapeRef.new(shape: PutEvaluationsResponse)
834
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
835
- o.errors << Shapes::ShapeRef.new(shape: InvalidResultTokenException)
836
- o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
837
- end)
838
-
839
- api.add_operation(:start_config_rules_evaluation, Seahorse::Model::Operation.new.tap do |o|
840
- o.name = "StartConfigRulesEvaluation"
841
- o.http_method = "POST"
842
- o.http_request_uri = "/"
843
- o.input = Shapes::ShapeRef.new(shape: StartConfigRulesEvaluationRequest)
844
- o.output = Shapes::ShapeRef.new(shape: StartConfigRulesEvaluationResponse)
845
- o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
846
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
847
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
848
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
849
- end)
850
-
851
- api.add_operation(:start_configuration_recorder, Seahorse::Model::Operation.new.tap do |o|
852
- o.name = "StartConfigurationRecorder"
853
- o.http_method = "POST"
854
- o.http_request_uri = "/"
855
- o.input = Shapes::ShapeRef.new(shape: StartConfigurationRecorderRequest)
856
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
857
- o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
858
- o.errors << Shapes::ShapeRef.new(shape: NoAvailableDeliveryChannelException)
859
- end)
860
-
861
- api.add_operation(:stop_configuration_recorder, Seahorse::Model::Operation.new.tap do |o|
862
- o.name = "StopConfigurationRecorder"
863
- o.http_method = "POST"
864
- o.http_request_uri = "/"
865
- o.input = Shapes::ShapeRef.new(shape: StopConfigurationRecorderRequest)
866
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
867
- o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
868
- end)
869
- end
543
+ Scope.add_member(:compliance_resource_types, Shapes::ShapeRef.new(shape: ComplianceResourceTypes, location_name: "ComplianceResourceTypes"))
544
+ Scope.add_member(:tag_key, Shapes::ShapeRef.new(shape: StringWithCharLimit128, location_name: "TagKey"))
545
+ Scope.add_member(:tag_value, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "TagValue"))
546
+ Scope.add_member(:compliance_resource_id, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ComplianceResourceId"))
547
+ Scope.struct_class = Types::Scope
870
548
 
549
+ Source.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, required: true, location_name: "Owner"))
550
+ Source.add_member(:source_identifier, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "SourceIdentifier"))
551
+ Source.add_member(:source_details, Shapes::ShapeRef.new(shape: SourceDetails, location_name: "SourceDetails"))
552
+ Source.struct_class = Types::Source
553
+
554
+ SourceDetail.add_member(:event_source, Shapes::ShapeRef.new(shape: EventSource, location_name: "EventSource"))
555
+ SourceDetail.add_member(:message_type, Shapes::ShapeRef.new(shape: MessageType, location_name: "MessageType"))
556
+ SourceDetail.add_member(:maximum_execution_frequency, Shapes::ShapeRef.new(shape: MaximumExecutionFrequency, location_name: "MaximumExecutionFrequency"))
557
+ SourceDetail.struct_class = Types::SourceDetail
558
+
559
+ SourceDetails.member = Shapes::ShapeRef.new(shape: SourceDetail)
560
+
561
+ StartConfigRulesEvaluationRequest.add_member(:config_rule_names, Shapes::ShapeRef.new(shape: ReevaluateConfigRuleNames, location_name: "ConfigRuleNames"))
562
+ StartConfigRulesEvaluationRequest.struct_class = Types::StartConfigRulesEvaluationRequest
563
+
564
+ StartConfigRulesEvaluationResponse.struct_class = Types::StartConfigRulesEvaluationResponse
565
+
566
+ StartConfigurationRecorderRequest.add_member(:configuration_recorder_name, Shapes::ShapeRef.new(shape: RecorderName, required: true, location_name: "ConfigurationRecorderName"))
567
+ StartConfigurationRecorderRequest.struct_class = Types::StartConfigurationRecorderRequest
568
+
569
+ StopConfigurationRecorderRequest.add_member(:configuration_recorder_name, Shapes::ShapeRef.new(shape: RecorderName, required: true, location_name: "ConfigurationRecorderName"))
570
+ StopConfigurationRecorderRequest.struct_class = Types::StopConfigurationRecorderRequest
571
+
572
+ SupplementaryConfiguration.key = Shapes::ShapeRef.new(shape: SupplementaryConfigurationName)
573
+ SupplementaryConfiguration.value = Shapes::ShapeRef.new(shape: SupplementaryConfigurationValue)
574
+
575
+ Tags.key = Shapes::ShapeRef.new(shape: Name)
576
+ Tags.value = Shapes::ShapeRef.new(shape: Value)
577
+
578
+
579
+ # @api private
580
+ API = Seahorse::Model::Api.new.tap do |api|
581
+
582
+ api.version = "2014-11-12"
583
+
584
+ api.metadata = {
585
+ "endpointPrefix" => "config",
586
+ "jsonVersion" => "1.1",
587
+ "protocol" => "json",
588
+ "serviceFullName" => "AWS Config",
589
+ "signatureVersion" => "v4",
590
+ "targetPrefix" => "StarlingDoveService",
591
+ }
592
+
593
+ api.add_operation(:delete_config_rule, Seahorse::Model::Operation.new.tap do |o|
594
+ o.name = "DeleteConfigRule"
595
+ o.http_method = "POST"
596
+ o.http_request_uri = "/"
597
+ o.input = Shapes::ShapeRef.new(shape: DeleteConfigRuleRequest)
598
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
599
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
600
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
601
+ end)
602
+
603
+ api.add_operation(:delete_configuration_recorder, Seahorse::Model::Operation.new.tap do |o|
604
+ o.name = "DeleteConfigurationRecorder"
605
+ o.http_method = "POST"
606
+ o.http_request_uri = "/"
607
+ o.input = Shapes::ShapeRef.new(shape: DeleteConfigurationRecorderRequest)
608
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
609
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
610
+ end)
611
+
612
+ api.add_operation(:delete_delivery_channel, Seahorse::Model::Operation.new.tap do |o|
613
+ o.name = "DeleteDeliveryChannel"
614
+ o.http_method = "POST"
615
+ o.http_request_uri = "/"
616
+ o.input = Shapes::ShapeRef.new(shape: DeleteDeliveryChannelRequest)
617
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
618
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchDeliveryChannelException)
619
+ o.errors << Shapes::ShapeRef.new(shape: LastDeliveryChannelDeleteFailedException)
620
+ end)
621
+
622
+ api.add_operation(:delete_evaluation_results, Seahorse::Model::Operation.new.tap do |o|
623
+ o.name = "DeleteEvaluationResults"
624
+ o.http_method = "POST"
625
+ o.http_request_uri = "/"
626
+ o.input = Shapes::ShapeRef.new(shape: DeleteEvaluationResultsRequest)
627
+ o.output = Shapes::ShapeRef.new(shape: DeleteEvaluationResultsResponse)
628
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
629
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
630
+ end)
631
+
632
+ api.add_operation(:deliver_config_snapshot, Seahorse::Model::Operation.new.tap do |o|
633
+ o.name = "DeliverConfigSnapshot"
634
+ o.http_method = "POST"
635
+ o.http_request_uri = "/"
636
+ o.input = Shapes::ShapeRef.new(shape: DeliverConfigSnapshotRequest)
637
+ o.output = Shapes::ShapeRef.new(shape: DeliverConfigSnapshotResponse)
638
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchDeliveryChannelException)
639
+ o.errors << Shapes::ShapeRef.new(shape: NoAvailableConfigurationRecorderException)
640
+ o.errors << Shapes::ShapeRef.new(shape: NoRunningConfigurationRecorderException)
641
+ end)
642
+
643
+ api.add_operation(:describe_compliance_by_config_rule, Seahorse::Model::Operation.new.tap do |o|
644
+ o.name = "DescribeComplianceByConfigRule"
645
+ o.http_method = "POST"
646
+ o.http_request_uri = "/"
647
+ o.input = Shapes::ShapeRef.new(shape: DescribeComplianceByConfigRuleRequest)
648
+ o.output = Shapes::ShapeRef.new(shape: DescribeComplianceByConfigRuleResponse)
649
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
650
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
651
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
652
+ end)
653
+
654
+ api.add_operation(:describe_compliance_by_resource, Seahorse::Model::Operation.new.tap do |o|
655
+ o.name = "DescribeComplianceByResource"
656
+ o.http_method = "POST"
657
+ o.http_request_uri = "/"
658
+ o.input = Shapes::ShapeRef.new(shape: DescribeComplianceByResourceRequest)
659
+ o.output = Shapes::ShapeRef.new(shape: DescribeComplianceByResourceResponse)
660
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
661
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
662
+ end)
663
+
664
+ api.add_operation(:describe_config_rule_evaluation_status, Seahorse::Model::Operation.new.tap do |o|
665
+ o.name = "DescribeConfigRuleEvaluationStatus"
666
+ o.http_method = "POST"
667
+ o.http_request_uri = "/"
668
+ o.input = Shapes::ShapeRef.new(shape: DescribeConfigRuleEvaluationStatusRequest)
669
+ o.output = Shapes::ShapeRef.new(shape: DescribeConfigRuleEvaluationStatusResponse)
670
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
671
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
672
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
673
+ end)
674
+
675
+ api.add_operation(:describe_config_rules, Seahorse::Model::Operation.new.tap do |o|
676
+ o.name = "DescribeConfigRules"
677
+ o.http_method = "POST"
678
+ o.http_request_uri = "/"
679
+ o.input = Shapes::ShapeRef.new(shape: DescribeConfigRulesRequest)
680
+ o.output = Shapes::ShapeRef.new(shape: DescribeConfigRulesResponse)
681
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
682
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
683
+ end)
684
+
685
+ api.add_operation(:describe_configuration_recorder_status, Seahorse::Model::Operation.new.tap do |o|
686
+ o.name = "DescribeConfigurationRecorderStatus"
687
+ o.http_method = "POST"
688
+ o.http_request_uri = "/"
689
+ o.input = Shapes::ShapeRef.new(shape: DescribeConfigurationRecorderStatusRequest)
690
+ o.output = Shapes::ShapeRef.new(shape: DescribeConfigurationRecorderStatusResponse)
691
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
692
+ end)
693
+
694
+ api.add_operation(:describe_configuration_recorders, Seahorse::Model::Operation.new.tap do |o|
695
+ o.name = "DescribeConfigurationRecorders"
696
+ o.http_method = "POST"
697
+ o.http_request_uri = "/"
698
+ o.input = Shapes::ShapeRef.new(shape: DescribeConfigurationRecordersRequest)
699
+ o.output = Shapes::ShapeRef.new(shape: DescribeConfigurationRecordersResponse)
700
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
701
+ end)
702
+
703
+ api.add_operation(:describe_delivery_channel_status, Seahorse::Model::Operation.new.tap do |o|
704
+ o.name = "DescribeDeliveryChannelStatus"
705
+ o.http_method = "POST"
706
+ o.http_request_uri = "/"
707
+ o.input = Shapes::ShapeRef.new(shape: DescribeDeliveryChannelStatusRequest)
708
+ o.output = Shapes::ShapeRef.new(shape: DescribeDeliveryChannelStatusResponse)
709
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchDeliveryChannelException)
710
+ end)
711
+
712
+ api.add_operation(:describe_delivery_channels, Seahorse::Model::Operation.new.tap do |o|
713
+ o.name = "DescribeDeliveryChannels"
714
+ o.http_method = "POST"
715
+ o.http_request_uri = "/"
716
+ o.input = Shapes::ShapeRef.new(shape: DescribeDeliveryChannelsRequest)
717
+ o.output = Shapes::ShapeRef.new(shape: DescribeDeliveryChannelsResponse)
718
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchDeliveryChannelException)
719
+ end)
720
+
721
+ api.add_operation(:get_compliance_details_by_config_rule, Seahorse::Model::Operation.new.tap do |o|
722
+ o.name = "GetComplianceDetailsByConfigRule"
723
+ o.http_method = "POST"
724
+ o.http_request_uri = "/"
725
+ o.input = Shapes::ShapeRef.new(shape: GetComplianceDetailsByConfigRuleRequest)
726
+ o.output = Shapes::ShapeRef.new(shape: GetComplianceDetailsByConfigRuleResponse)
727
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
728
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
729
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
730
+ end)
731
+
732
+ api.add_operation(:get_compliance_details_by_resource, Seahorse::Model::Operation.new.tap do |o|
733
+ o.name = "GetComplianceDetailsByResource"
734
+ o.http_method = "POST"
735
+ o.http_request_uri = "/"
736
+ o.input = Shapes::ShapeRef.new(shape: GetComplianceDetailsByResourceRequest)
737
+ o.output = Shapes::ShapeRef.new(shape: GetComplianceDetailsByResourceResponse)
738
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
739
+ end)
740
+
741
+ api.add_operation(:get_compliance_summary_by_config_rule, Seahorse::Model::Operation.new.tap do |o|
742
+ o.name = "GetComplianceSummaryByConfigRule"
743
+ o.http_method = "POST"
744
+ o.http_request_uri = "/"
745
+ o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
746
+ o.output = Shapes::ShapeRef.new(shape: GetComplianceSummaryByConfigRuleResponse)
747
+ end)
748
+
749
+ api.add_operation(:get_compliance_summary_by_resource_type, Seahorse::Model::Operation.new.tap do |o|
750
+ o.name = "GetComplianceSummaryByResourceType"
751
+ o.http_method = "POST"
752
+ o.http_request_uri = "/"
753
+ o.input = Shapes::ShapeRef.new(shape: GetComplianceSummaryByResourceTypeRequest)
754
+ o.output = Shapes::ShapeRef.new(shape: GetComplianceSummaryByResourceTypeResponse)
755
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
756
+ end)
757
+
758
+ api.add_operation(:get_resource_config_history, Seahorse::Model::Operation.new.tap do |o|
759
+ o.name = "GetResourceConfigHistory"
760
+ o.http_method = "POST"
761
+ o.http_request_uri = "/"
762
+ o.input = Shapes::ShapeRef.new(shape: GetResourceConfigHistoryRequest)
763
+ o.output = Shapes::ShapeRef.new(shape: GetResourceConfigHistoryResponse)
764
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
765
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTimeRangeException)
766
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
767
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
768
+ o.errors << Shapes::ShapeRef.new(shape: NoAvailableConfigurationRecorderException)
769
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotDiscoveredException)
770
+ o[:pager] = Aws::Pager.new(
771
+ limit_key: "limit",
772
+ tokens: {
773
+ "next_token" => "next_token"
774
+ }
775
+ )
776
+ end)
777
+
778
+ api.add_operation(:list_discovered_resources, Seahorse::Model::Operation.new.tap do |o|
779
+ o.name = "ListDiscoveredResources"
780
+ o.http_method = "POST"
781
+ o.http_request_uri = "/"
782
+ o.input = Shapes::ShapeRef.new(shape: ListDiscoveredResourcesRequest)
783
+ o.output = Shapes::ShapeRef.new(shape: ListDiscoveredResourcesResponse)
784
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
785
+ o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
786
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
787
+ o.errors << Shapes::ShapeRef.new(shape: NoAvailableConfigurationRecorderException)
788
+ end)
789
+
790
+ api.add_operation(:put_config_rule, Seahorse::Model::Operation.new.tap do |o|
791
+ o.name = "PutConfigRule"
792
+ o.http_method = "POST"
793
+ o.http_request_uri = "/"
794
+ o.input = Shapes::ShapeRef.new(shape: PutConfigRuleRequest)
795
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
796
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
797
+ o.errors << Shapes::ShapeRef.new(shape: MaxNumberOfConfigRulesExceededException)
798
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
799
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientPermissionsException)
800
+ o.errors << Shapes::ShapeRef.new(shape: NoAvailableConfigurationRecorderException)
801
+ end)
802
+
803
+ api.add_operation(:put_configuration_recorder, Seahorse::Model::Operation.new.tap do |o|
804
+ o.name = "PutConfigurationRecorder"
805
+ o.http_method = "POST"
806
+ o.http_request_uri = "/"
807
+ o.input = Shapes::ShapeRef.new(shape: PutConfigurationRecorderRequest)
808
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
809
+ o.errors << Shapes::ShapeRef.new(shape: MaxNumberOfConfigurationRecordersExceededException)
810
+ o.errors << Shapes::ShapeRef.new(shape: InvalidConfigurationRecorderNameException)
811
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRoleException)
812
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRecordingGroupException)
813
+ end)
814
+
815
+ api.add_operation(:put_delivery_channel, Seahorse::Model::Operation.new.tap do |o|
816
+ o.name = "PutDeliveryChannel"
817
+ o.http_method = "POST"
818
+ o.http_request_uri = "/"
819
+ o.input = Shapes::ShapeRef.new(shape: PutDeliveryChannelRequest)
820
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
821
+ o.errors << Shapes::ShapeRef.new(shape: MaxNumberOfDeliveryChannelsExceededException)
822
+ o.errors << Shapes::ShapeRef.new(shape: NoAvailableConfigurationRecorderException)
823
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDeliveryChannelNameException)
824
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchBucketException)
825
+ o.errors << Shapes::ShapeRef.new(shape: InvalidS3KeyPrefixException)
826
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSNSTopicARNException)
827
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientDeliveryPolicyException)
828
+ end)
829
+
830
+ api.add_operation(:put_evaluations, Seahorse::Model::Operation.new.tap do |o|
831
+ o.name = "PutEvaluations"
832
+ o.http_method = "POST"
833
+ o.http_request_uri = "/"
834
+ o.input = Shapes::ShapeRef.new(shape: PutEvaluationsRequest)
835
+ o.output = Shapes::ShapeRef.new(shape: PutEvaluationsResponse)
836
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
837
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResultTokenException)
838
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
839
+ end)
840
+
841
+ api.add_operation(:start_config_rules_evaluation, Seahorse::Model::Operation.new.tap do |o|
842
+ o.name = "StartConfigRulesEvaluation"
843
+ o.http_method = "POST"
844
+ o.http_request_uri = "/"
845
+ o.input = Shapes::ShapeRef.new(shape: StartConfigRulesEvaluationRequest)
846
+ o.output = Shapes::ShapeRef.new(shape: StartConfigRulesEvaluationResponse)
847
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
848
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
849
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
850
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
851
+ end)
852
+
853
+ api.add_operation(:start_configuration_recorder, Seahorse::Model::Operation.new.tap do |o|
854
+ o.name = "StartConfigurationRecorder"
855
+ o.http_method = "POST"
856
+ o.http_request_uri = "/"
857
+ o.input = Shapes::ShapeRef.new(shape: StartConfigurationRecorderRequest)
858
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
859
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
860
+ o.errors << Shapes::ShapeRef.new(shape: NoAvailableDeliveryChannelException)
861
+ end)
862
+
863
+ api.add_operation(:stop_configuration_recorder, Seahorse::Model::Operation.new.tap do |o|
864
+ o.name = "StopConfigurationRecorder"
865
+ o.http_method = "POST"
866
+ o.http_request_uri = "/"
867
+ o.input = Shapes::ShapeRef.new(shape: StopConfigurationRecorderRequest)
868
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
869
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigurationRecorderException)
870
+ end)
871
871
  end
872
+
872
873
  end
873
874
  end