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