aws-sdk-route53recoveryreadiness 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,996 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::Route53RecoveryReadiness
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ CellOutput = Shapes::StructureShape.new(name: 'CellOutput')
18
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
19
+ CreateCellRequest = Shapes::StructureShape.new(name: 'CreateCellRequest')
20
+ CreateCellResponse = Shapes::StructureShape.new(name: 'CreateCellResponse')
21
+ CreateCrossAccountAuthorizationRequest = Shapes::StructureShape.new(name: 'CreateCrossAccountAuthorizationRequest')
22
+ CreateCrossAccountAuthorizationResponse = Shapes::StructureShape.new(name: 'CreateCrossAccountAuthorizationResponse')
23
+ CreateReadinessCheckRequest = Shapes::StructureShape.new(name: 'CreateReadinessCheckRequest')
24
+ CreateReadinessCheckResponse = Shapes::StructureShape.new(name: 'CreateReadinessCheckResponse')
25
+ CreateRecoveryGroupRequest = Shapes::StructureShape.new(name: 'CreateRecoveryGroupRequest')
26
+ CreateRecoveryGroupResponse = Shapes::StructureShape.new(name: 'CreateRecoveryGroupResponse')
27
+ CreateResourceSetRequest = Shapes::StructureShape.new(name: 'CreateResourceSetRequest')
28
+ CreateResourceSetResponse = Shapes::StructureShape.new(name: 'CreateResourceSetResponse')
29
+ CrossAccountAuthorization = Shapes::StringShape.new(name: 'CrossAccountAuthorization')
30
+ DNSTargetResource = Shapes::StructureShape.new(name: 'DNSTargetResource')
31
+ DeleteCellRequest = Shapes::StructureShape.new(name: 'DeleteCellRequest')
32
+ DeleteCrossAccountAuthorizationRequest = Shapes::StructureShape.new(name: 'DeleteCrossAccountAuthorizationRequest')
33
+ DeleteCrossAccountAuthorizationResponse = Shapes::StructureShape.new(name: 'DeleteCrossAccountAuthorizationResponse')
34
+ DeleteReadinessCheckRequest = Shapes::StructureShape.new(name: 'DeleteReadinessCheckRequest')
35
+ DeleteRecoveryGroupRequest = Shapes::StructureShape.new(name: 'DeleteRecoveryGroupRequest')
36
+ DeleteResourceSetRequest = Shapes::StructureShape.new(name: 'DeleteResourceSetRequest')
37
+ GetArchitectureRecommendationsRequest = Shapes::StructureShape.new(name: 'GetArchitectureRecommendationsRequest')
38
+ GetArchitectureRecommendationsResponse = Shapes::StructureShape.new(name: 'GetArchitectureRecommendationsResponse')
39
+ GetCellReadinessSummaryRequest = Shapes::StructureShape.new(name: 'GetCellReadinessSummaryRequest')
40
+ GetCellReadinessSummaryResponse = Shapes::StructureShape.new(name: 'GetCellReadinessSummaryResponse')
41
+ GetCellRequest = Shapes::StructureShape.new(name: 'GetCellRequest')
42
+ GetCellResponse = Shapes::StructureShape.new(name: 'GetCellResponse')
43
+ GetReadinessCheckRequest = Shapes::StructureShape.new(name: 'GetReadinessCheckRequest')
44
+ GetReadinessCheckResourceStatusRequest = Shapes::StructureShape.new(name: 'GetReadinessCheckResourceStatusRequest')
45
+ GetReadinessCheckResourceStatusResponse = Shapes::StructureShape.new(name: 'GetReadinessCheckResourceStatusResponse')
46
+ GetReadinessCheckResponse = Shapes::StructureShape.new(name: 'GetReadinessCheckResponse')
47
+ GetReadinessCheckStatusRequest = Shapes::StructureShape.new(name: 'GetReadinessCheckStatusRequest')
48
+ GetReadinessCheckStatusResponse = Shapes::StructureShape.new(name: 'GetReadinessCheckStatusResponse')
49
+ GetRecoveryGroupReadinessSummaryRequest = Shapes::StructureShape.new(name: 'GetRecoveryGroupReadinessSummaryRequest')
50
+ GetRecoveryGroupReadinessSummaryResponse = Shapes::StructureShape.new(name: 'GetRecoveryGroupReadinessSummaryResponse')
51
+ GetRecoveryGroupRequest = Shapes::StructureShape.new(name: 'GetRecoveryGroupRequest')
52
+ GetRecoveryGroupResponse = Shapes::StructureShape.new(name: 'GetRecoveryGroupResponse')
53
+ GetResourceSetRequest = Shapes::StructureShape.new(name: 'GetResourceSetRequest')
54
+ GetResourceSetResponse = Shapes::StructureShape.new(name: 'GetResourceSetResponse')
55
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
56
+ LastAuditTimestamp = Shapes::TimestampShape.new(name: 'LastAuditTimestamp', timestampFormat: "iso8601")
57
+ ListCellsRequest = Shapes::StructureShape.new(name: 'ListCellsRequest')
58
+ ListCellsResponse = Shapes::StructureShape.new(name: 'ListCellsResponse')
59
+ ListCrossAccountAuthorizationsRequest = Shapes::StructureShape.new(name: 'ListCrossAccountAuthorizationsRequest')
60
+ ListCrossAccountAuthorizationsResponse = Shapes::StructureShape.new(name: 'ListCrossAccountAuthorizationsResponse')
61
+ ListReadinessChecksRequest = Shapes::StructureShape.new(name: 'ListReadinessChecksRequest')
62
+ ListReadinessChecksResponse = Shapes::StructureShape.new(name: 'ListReadinessChecksResponse')
63
+ ListRecoveryGroupsRequest = Shapes::StructureShape.new(name: 'ListRecoveryGroupsRequest')
64
+ ListRecoveryGroupsResponse = Shapes::StructureShape.new(name: 'ListRecoveryGroupsResponse')
65
+ ListResourceSetsRequest = Shapes::StructureShape.new(name: 'ListResourceSetsRequest')
66
+ ListResourceSetsResponse = Shapes::StructureShape.new(name: 'ListResourceSetsResponse')
67
+ ListRulesOutput = Shapes::StructureShape.new(name: 'ListRulesOutput')
68
+ ListRulesRequest = Shapes::StructureShape.new(name: 'ListRulesRequest')
69
+ ListRulesResponse = Shapes::StructureShape.new(name: 'ListRulesResponse')
70
+ ListTagsForResourcesRequest = Shapes::StructureShape.new(name: 'ListTagsForResourcesRequest')
71
+ ListTagsForResourcesResponse = Shapes::StructureShape.new(name: 'ListTagsForResourcesResponse')
72
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
73
+ Message = Shapes::StructureShape.new(name: 'Message')
74
+ NLBResource = Shapes::StructureShape.new(name: 'NLBResource')
75
+ R53ResourceRecord = Shapes::StructureShape.new(name: 'R53ResourceRecord')
76
+ Readiness = Shapes::StringShape.new(name: 'Readiness')
77
+ ReadinessCheckOutput = Shapes::StructureShape.new(name: 'ReadinessCheckOutput')
78
+ ReadinessCheckSummary = Shapes::StructureShape.new(name: 'ReadinessCheckSummary')
79
+ ReadinessCheckTimestamp = Shapes::TimestampShape.new(name: 'ReadinessCheckTimestamp', timestampFormat: "iso8601")
80
+ Recommendation = Shapes::StructureShape.new(name: 'Recommendation')
81
+ RecoveryGroupOutput = Shapes::StructureShape.new(name: 'RecoveryGroupOutput')
82
+ Resource = Shapes::StructureShape.new(name: 'Resource')
83
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
84
+ ResourceResult = Shapes::StructureShape.new(name: 'ResourceResult')
85
+ ResourceSetOutput = Shapes::StructureShape.new(name: 'ResourceSetOutput')
86
+ RuleResult = Shapes::StructureShape.new(name: 'RuleResult')
87
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
88
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
89
+ Tags = Shapes::MapShape.new(name: 'Tags')
90
+ TargetResource = Shapes::StructureShape.new(name: 'TargetResource')
91
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
92
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
93
+ UpdateCellRequest = Shapes::StructureShape.new(name: 'UpdateCellRequest')
94
+ UpdateCellResponse = Shapes::StructureShape.new(name: 'UpdateCellResponse')
95
+ UpdateReadinessCheckRequest = Shapes::StructureShape.new(name: 'UpdateReadinessCheckRequest')
96
+ UpdateReadinessCheckResponse = Shapes::StructureShape.new(name: 'UpdateReadinessCheckResponse')
97
+ UpdateRecoveryGroupRequest = Shapes::StructureShape.new(name: 'UpdateRecoveryGroupRequest')
98
+ UpdateRecoveryGroupResponse = Shapes::StructureShape.new(name: 'UpdateRecoveryGroupResponse')
99
+ UpdateResourceSetRequest = Shapes::StructureShape.new(name: 'UpdateResourceSetRequest')
100
+ UpdateResourceSetResponse = Shapes::StructureShape.new(name: 'UpdateResourceSetResponse')
101
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
102
+ __listOfCellOutput = Shapes::ListShape.new(name: '__listOfCellOutput')
103
+ __listOfCrossAccountAuthorization = Shapes::ListShape.new(name: '__listOfCrossAccountAuthorization')
104
+ __listOfListRulesOutput = Shapes::ListShape.new(name: '__listOfListRulesOutput')
105
+ __listOfMessage = Shapes::ListShape.new(name: '__listOfMessage')
106
+ __listOfReadinessCheckOutput = Shapes::ListShape.new(name: '__listOfReadinessCheckOutput')
107
+ __listOfReadinessCheckSummary = Shapes::ListShape.new(name: '__listOfReadinessCheckSummary')
108
+ __listOfRecommendation = Shapes::ListShape.new(name: '__listOfRecommendation')
109
+ __listOfRecoveryGroupOutput = Shapes::ListShape.new(name: '__listOfRecoveryGroupOutput')
110
+ __listOfResource = Shapes::ListShape.new(name: '__listOfResource')
111
+ __listOfResourceResult = Shapes::ListShape.new(name: '__listOfResourceResult')
112
+ __listOfResourceSetOutput = Shapes::ListShape.new(name: '__listOfResourceSetOutput')
113
+ __listOfRuleResult = Shapes::ListShape.new(name: '__listOfRuleResult')
114
+ __listOf__string = Shapes::ListShape.new(name: '__listOf__string')
115
+ __string = Shapes::StringShape.new(name: '__string')
116
+ __stringMax256 = Shapes::StringShape.new(name: '__stringMax256')
117
+ __stringMax64 = Shapes::StringShape.new(name: '__stringMax64')
118
+ __stringMax64PatternAAZAZ09Z = Shapes::StringShape.new(name: '__stringMax64PatternAAZAZ09Z')
119
+ __stringPatternAWSAZaZ09AZaZ09 = Shapes::StringShape.new(name: '__stringPatternAWSAZaZ09AZaZ09')
120
+
121
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
122
+ AccessDeniedException.struct_class = Types::AccessDeniedException
123
+
124
+ CellOutput.add_member(:cell_arn, Shapes::ShapeRef.new(shape: __stringMax256, required: true, location_name: "cellArn"))
125
+ CellOutput.add_member(:cell_name, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, required: true, location_name: "cellName"))
126
+ CellOutput.add_member(:cells, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "cells"))
127
+ CellOutput.add_member(:parent_readiness_scopes, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "parentReadinessScopes"))
128
+ CellOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
129
+ CellOutput.struct_class = Types::CellOutput
130
+
131
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
132
+ ConflictException.struct_class = Types::ConflictException
133
+
134
+ CreateCellRequest.add_member(:cell_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "cellName"))
135
+ CreateCellRequest.add_member(:cells, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "cells"))
136
+ CreateCellRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
137
+ CreateCellRequest.struct_class = Types::CreateCellRequest
138
+
139
+ CreateCellResponse.add_member(:cell_arn, Shapes::ShapeRef.new(shape: __stringMax256, location_name: "cellArn"))
140
+ CreateCellResponse.add_member(:cell_name, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, location_name: "cellName"))
141
+ CreateCellResponse.add_member(:cells, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "cells"))
142
+ CreateCellResponse.add_member(:parent_readiness_scopes, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "parentReadinessScopes"))
143
+ CreateCellResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
144
+ CreateCellResponse.struct_class = Types::CreateCellResponse
145
+
146
+ CreateCrossAccountAuthorizationRequest.add_member(:cross_account_authorization, Shapes::ShapeRef.new(shape: CrossAccountAuthorization, required: true, location_name: "crossAccountAuthorization"))
147
+ CreateCrossAccountAuthorizationRequest.struct_class = Types::CreateCrossAccountAuthorizationRequest
148
+
149
+ CreateCrossAccountAuthorizationResponse.add_member(:cross_account_authorization, Shapes::ShapeRef.new(shape: CrossAccountAuthorization, location_name: "crossAccountAuthorization"))
150
+ CreateCrossAccountAuthorizationResponse.struct_class = Types::CreateCrossAccountAuthorizationResponse
151
+
152
+ CreateReadinessCheckRequest.add_member(:readiness_check_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "readinessCheckName"))
153
+ CreateReadinessCheckRequest.add_member(:resource_set_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "resourceSetName"))
154
+ CreateReadinessCheckRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
155
+ CreateReadinessCheckRequest.struct_class = Types::CreateReadinessCheckRequest
156
+
157
+ CreateReadinessCheckResponse.add_member(:readiness_check_arn, Shapes::ShapeRef.new(shape: __stringMax256, location_name: "readinessCheckArn"))
158
+ CreateReadinessCheckResponse.add_member(:readiness_check_name, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, location_name: "readinessCheckName"))
159
+ CreateReadinessCheckResponse.add_member(:resource_set, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, location_name: "resourceSet"))
160
+ CreateReadinessCheckResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
161
+ CreateReadinessCheckResponse.struct_class = Types::CreateReadinessCheckResponse
162
+
163
+ CreateRecoveryGroupRequest.add_member(:cells, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "cells"))
164
+ CreateRecoveryGroupRequest.add_member(:recovery_group_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "recoveryGroupName"))
165
+ CreateRecoveryGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
166
+ CreateRecoveryGroupRequest.struct_class = Types::CreateRecoveryGroupRequest
167
+
168
+ CreateRecoveryGroupResponse.add_member(:cells, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "cells"))
169
+ CreateRecoveryGroupResponse.add_member(:recovery_group_arn, Shapes::ShapeRef.new(shape: __stringMax256, location_name: "recoveryGroupArn"))
170
+ CreateRecoveryGroupResponse.add_member(:recovery_group_name, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, location_name: "recoveryGroupName"))
171
+ CreateRecoveryGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
172
+ CreateRecoveryGroupResponse.struct_class = Types::CreateRecoveryGroupResponse
173
+
174
+ CreateResourceSetRequest.add_member(:resource_set_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "resourceSetName"))
175
+ CreateResourceSetRequest.add_member(:resource_set_type, Shapes::ShapeRef.new(shape: __stringPatternAWSAZaZ09AZaZ09, required: true, location_name: "resourceSetType"))
176
+ CreateResourceSetRequest.add_member(:resources, Shapes::ShapeRef.new(shape: __listOfResource, required: true, location_name: "resources"))
177
+ CreateResourceSetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
178
+ CreateResourceSetRequest.struct_class = Types::CreateResourceSetRequest
179
+
180
+ CreateResourceSetResponse.add_member(:resource_set_arn, Shapes::ShapeRef.new(shape: __stringMax256, location_name: "resourceSetArn"))
181
+ CreateResourceSetResponse.add_member(:resource_set_name, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, location_name: "resourceSetName"))
182
+ CreateResourceSetResponse.add_member(:resource_set_type, Shapes::ShapeRef.new(shape: __stringPatternAWSAZaZ09AZaZ09, location_name: "resourceSetType"))
183
+ CreateResourceSetResponse.add_member(:resources, Shapes::ShapeRef.new(shape: __listOfResource, location_name: "resources"))
184
+ CreateResourceSetResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
185
+ CreateResourceSetResponse.struct_class = Types::CreateResourceSetResponse
186
+
187
+ DNSTargetResource.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
188
+ DNSTargetResource.add_member(:hosted_zone_arn, Shapes::ShapeRef.new(shape: __string, location_name: "hostedZoneArn"))
189
+ DNSTargetResource.add_member(:record_set_id, Shapes::ShapeRef.new(shape: __string, location_name: "recordSetId"))
190
+ DNSTargetResource.add_member(:record_type, Shapes::ShapeRef.new(shape: __string, location_name: "recordType"))
191
+ DNSTargetResource.add_member(:target_resource, Shapes::ShapeRef.new(shape: TargetResource, location_name: "targetResource"))
192
+ DNSTargetResource.struct_class = Types::DNSTargetResource
193
+
194
+ DeleteCellRequest.add_member(:cell_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "cellName"))
195
+ DeleteCellRequest.struct_class = Types::DeleteCellRequest
196
+
197
+ DeleteCrossAccountAuthorizationRequest.add_member(:cross_account_authorization, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "crossAccountAuthorization"))
198
+ DeleteCrossAccountAuthorizationRequest.struct_class = Types::DeleteCrossAccountAuthorizationRequest
199
+
200
+ DeleteCrossAccountAuthorizationResponse.struct_class = Types::DeleteCrossAccountAuthorizationResponse
201
+
202
+ DeleteReadinessCheckRequest.add_member(:readiness_check_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "readinessCheckName"))
203
+ DeleteReadinessCheckRequest.struct_class = Types::DeleteReadinessCheckRequest
204
+
205
+ DeleteRecoveryGroupRequest.add_member(:recovery_group_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "recoveryGroupName"))
206
+ DeleteRecoveryGroupRequest.struct_class = Types::DeleteRecoveryGroupRequest
207
+
208
+ DeleteResourceSetRequest.add_member(:resource_set_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resourceSetName"))
209
+ DeleteResourceSetRequest.struct_class = Types::DeleteResourceSetRequest
210
+
211
+ GetArchitectureRecommendationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
212
+ GetArchitectureRecommendationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
213
+ GetArchitectureRecommendationsRequest.add_member(:recovery_group_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "recoveryGroupName"))
214
+ GetArchitectureRecommendationsRequest.struct_class = Types::GetArchitectureRecommendationsRequest
215
+
216
+ GetArchitectureRecommendationsResponse.add_member(:last_audit_timestamp, Shapes::ShapeRef.new(shape: LastAuditTimestamp, location_name: "lastAuditTimestamp"))
217
+ GetArchitectureRecommendationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
218
+ GetArchitectureRecommendationsResponse.add_member(:recommendations, Shapes::ShapeRef.new(shape: __listOfRecommendation, location_name: "recommendations"))
219
+ GetArchitectureRecommendationsResponse.struct_class = Types::GetArchitectureRecommendationsResponse
220
+
221
+ GetCellReadinessSummaryRequest.add_member(:cell_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "cellName"))
222
+ GetCellReadinessSummaryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
223
+ GetCellReadinessSummaryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
224
+ GetCellReadinessSummaryRequest.struct_class = Types::GetCellReadinessSummaryRequest
225
+
226
+ GetCellReadinessSummaryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
227
+ GetCellReadinessSummaryResponse.add_member(:readiness, Shapes::ShapeRef.new(shape: Readiness, location_name: "readiness"))
228
+ GetCellReadinessSummaryResponse.add_member(:readiness_checks, Shapes::ShapeRef.new(shape: __listOfReadinessCheckSummary, location_name: "readinessChecks"))
229
+ GetCellReadinessSummaryResponse.struct_class = Types::GetCellReadinessSummaryResponse
230
+
231
+ GetCellRequest.add_member(:cell_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "cellName"))
232
+ GetCellRequest.struct_class = Types::GetCellRequest
233
+
234
+ GetCellResponse.add_member(:cell_arn, Shapes::ShapeRef.new(shape: __stringMax256, location_name: "cellArn"))
235
+ GetCellResponse.add_member(:cell_name, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, location_name: "cellName"))
236
+ GetCellResponse.add_member(:cells, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "cells"))
237
+ GetCellResponse.add_member(:parent_readiness_scopes, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "parentReadinessScopes"))
238
+ GetCellResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
239
+ GetCellResponse.struct_class = Types::GetCellResponse
240
+
241
+ GetReadinessCheckRequest.add_member(:readiness_check_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "readinessCheckName"))
242
+ GetReadinessCheckRequest.struct_class = Types::GetReadinessCheckRequest
243
+
244
+ GetReadinessCheckResourceStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
245
+ GetReadinessCheckResourceStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
246
+ GetReadinessCheckResourceStatusRequest.add_member(:readiness_check_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "readinessCheckName"))
247
+ GetReadinessCheckResourceStatusRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resourceIdentifier"))
248
+ GetReadinessCheckResourceStatusRequest.struct_class = Types::GetReadinessCheckResourceStatusRequest
249
+
250
+ GetReadinessCheckResourceStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
251
+ GetReadinessCheckResourceStatusResponse.add_member(:readiness, Shapes::ShapeRef.new(shape: Readiness, location_name: "readiness"))
252
+ GetReadinessCheckResourceStatusResponse.add_member(:rules, Shapes::ShapeRef.new(shape: __listOfRuleResult, location_name: "rules"))
253
+ GetReadinessCheckResourceStatusResponse.struct_class = Types::GetReadinessCheckResourceStatusResponse
254
+
255
+ GetReadinessCheckResponse.add_member(:readiness_check_arn, Shapes::ShapeRef.new(shape: __stringMax256, location_name: "readinessCheckArn"))
256
+ GetReadinessCheckResponse.add_member(:readiness_check_name, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, location_name: "readinessCheckName"))
257
+ GetReadinessCheckResponse.add_member(:resource_set, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, location_name: "resourceSet"))
258
+ GetReadinessCheckResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
259
+ GetReadinessCheckResponse.struct_class = Types::GetReadinessCheckResponse
260
+
261
+ GetReadinessCheckStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
262
+ GetReadinessCheckStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
263
+ GetReadinessCheckStatusRequest.add_member(:readiness_check_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "readinessCheckName"))
264
+ GetReadinessCheckStatusRequest.struct_class = Types::GetReadinessCheckStatusRequest
265
+
266
+ GetReadinessCheckStatusResponse.add_member(:messages, Shapes::ShapeRef.new(shape: __listOfMessage, location_name: "messages"))
267
+ GetReadinessCheckStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
268
+ GetReadinessCheckStatusResponse.add_member(:readiness, Shapes::ShapeRef.new(shape: Readiness, location_name: "readiness"))
269
+ GetReadinessCheckStatusResponse.add_member(:resources, Shapes::ShapeRef.new(shape: __listOfResourceResult, location_name: "resources"))
270
+ GetReadinessCheckStatusResponse.struct_class = Types::GetReadinessCheckStatusResponse
271
+
272
+ GetRecoveryGroupReadinessSummaryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
273
+ GetRecoveryGroupReadinessSummaryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
274
+ GetRecoveryGroupReadinessSummaryRequest.add_member(:recovery_group_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "recoveryGroupName"))
275
+ GetRecoveryGroupReadinessSummaryRequest.struct_class = Types::GetRecoveryGroupReadinessSummaryRequest
276
+
277
+ GetRecoveryGroupReadinessSummaryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
278
+ GetRecoveryGroupReadinessSummaryResponse.add_member(:readiness, Shapes::ShapeRef.new(shape: Readiness, location_name: "readiness"))
279
+ GetRecoveryGroupReadinessSummaryResponse.add_member(:readiness_checks, Shapes::ShapeRef.new(shape: __listOfReadinessCheckSummary, location_name: "readinessChecks"))
280
+ GetRecoveryGroupReadinessSummaryResponse.struct_class = Types::GetRecoveryGroupReadinessSummaryResponse
281
+
282
+ GetRecoveryGroupRequest.add_member(:recovery_group_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "recoveryGroupName"))
283
+ GetRecoveryGroupRequest.struct_class = Types::GetRecoveryGroupRequest
284
+
285
+ GetRecoveryGroupResponse.add_member(:cells, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "cells"))
286
+ GetRecoveryGroupResponse.add_member(:recovery_group_arn, Shapes::ShapeRef.new(shape: __stringMax256, location_name: "recoveryGroupArn"))
287
+ GetRecoveryGroupResponse.add_member(:recovery_group_name, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, location_name: "recoveryGroupName"))
288
+ GetRecoveryGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
289
+ GetRecoveryGroupResponse.struct_class = Types::GetRecoveryGroupResponse
290
+
291
+ GetResourceSetRequest.add_member(:resource_set_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resourceSetName"))
292
+ GetResourceSetRequest.struct_class = Types::GetResourceSetRequest
293
+
294
+ GetResourceSetResponse.add_member(:resource_set_arn, Shapes::ShapeRef.new(shape: __stringMax256, location_name: "resourceSetArn"))
295
+ GetResourceSetResponse.add_member(:resource_set_name, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, location_name: "resourceSetName"))
296
+ GetResourceSetResponse.add_member(:resource_set_type, Shapes::ShapeRef.new(shape: __stringPatternAWSAZaZ09AZaZ09, location_name: "resourceSetType"))
297
+ GetResourceSetResponse.add_member(:resources, Shapes::ShapeRef.new(shape: __listOfResource, location_name: "resources"))
298
+ GetResourceSetResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
299
+ GetResourceSetResponse.struct_class = Types::GetResourceSetResponse
300
+
301
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
302
+ InternalServerException.struct_class = Types::InternalServerException
303
+
304
+ ListCellsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
305
+ ListCellsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
306
+ ListCellsRequest.struct_class = Types::ListCellsRequest
307
+
308
+ ListCellsResponse.add_member(:cells, Shapes::ShapeRef.new(shape: __listOfCellOutput, location_name: "cells"))
309
+ ListCellsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
310
+ ListCellsResponse.struct_class = Types::ListCellsResponse
311
+
312
+ ListCrossAccountAuthorizationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
313
+ ListCrossAccountAuthorizationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
314
+ ListCrossAccountAuthorizationsRequest.struct_class = Types::ListCrossAccountAuthorizationsRequest
315
+
316
+ ListCrossAccountAuthorizationsResponse.add_member(:cross_account_authorizations, Shapes::ShapeRef.new(shape: __listOfCrossAccountAuthorization, location_name: "crossAccountAuthorizations"))
317
+ ListCrossAccountAuthorizationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
318
+ ListCrossAccountAuthorizationsResponse.struct_class = Types::ListCrossAccountAuthorizationsResponse
319
+
320
+ ListReadinessChecksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
321
+ ListReadinessChecksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
322
+ ListReadinessChecksRequest.struct_class = Types::ListReadinessChecksRequest
323
+
324
+ ListReadinessChecksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
325
+ ListReadinessChecksResponse.add_member(:readiness_checks, Shapes::ShapeRef.new(shape: __listOfReadinessCheckOutput, location_name: "readinessChecks"))
326
+ ListReadinessChecksResponse.struct_class = Types::ListReadinessChecksResponse
327
+
328
+ ListRecoveryGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
329
+ ListRecoveryGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
330
+ ListRecoveryGroupsRequest.struct_class = Types::ListRecoveryGroupsRequest
331
+
332
+ ListRecoveryGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
333
+ ListRecoveryGroupsResponse.add_member(:recovery_groups, Shapes::ShapeRef.new(shape: __listOfRecoveryGroupOutput, location_name: "recoveryGroups"))
334
+ ListRecoveryGroupsResponse.struct_class = Types::ListRecoveryGroupsResponse
335
+
336
+ ListResourceSetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
337
+ ListResourceSetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
338
+ ListResourceSetsRequest.struct_class = Types::ListResourceSetsRequest
339
+
340
+ ListResourceSetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
341
+ ListResourceSetsResponse.add_member(:resource_sets, Shapes::ShapeRef.new(shape: __listOfResourceSetOutput, location_name: "resourceSets"))
342
+ ListResourceSetsResponse.struct_class = Types::ListResourceSetsResponse
343
+
344
+ ListRulesOutput.add_member(:resource_type, Shapes::ShapeRef.new(shape: __stringMax64, required: true, location_name: "resourceType"))
345
+ ListRulesOutput.add_member(:rule_description, Shapes::ShapeRef.new(shape: __stringMax256, required: true, location_name: "ruleDescription"))
346
+ ListRulesOutput.add_member(:rule_id, Shapes::ShapeRef.new(shape: __stringMax64, required: true, location_name: "ruleId"))
347
+ ListRulesOutput.struct_class = Types::ListRulesOutput
348
+
349
+ ListRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
350
+ ListRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
351
+ ListRulesRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "resourceType"))
352
+ ListRulesRequest.struct_class = Types::ListRulesRequest
353
+
354
+ ListRulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
355
+ ListRulesResponse.add_member(:rules, Shapes::ShapeRef.new(shape: __listOfListRulesOutput, location_name: "rules"))
356
+ ListRulesResponse.struct_class = Types::ListRulesResponse
357
+
358
+ ListTagsForResourcesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resource-arn"))
359
+ ListTagsForResourcesRequest.struct_class = Types::ListTagsForResourcesRequest
360
+
361
+ ListTagsForResourcesResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
362
+ ListTagsForResourcesResponse.struct_class = Types::ListTagsForResourcesResponse
363
+
364
+ Message.add_member(:message_text, Shapes::ShapeRef.new(shape: __string, location_name: "messageText"))
365
+ Message.struct_class = Types::Message
366
+
367
+ NLBResource.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
368
+ NLBResource.struct_class = Types::NLBResource
369
+
370
+ R53ResourceRecord.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
371
+ R53ResourceRecord.add_member(:record_set_id, Shapes::ShapeRef.new(shape: __string, location_name: "recordSetId"))
372
+ R53ResourceRecord.struct_class = Types::R53ResourceRecord
373
+
374
+ ReadinessCheckOutput.add_member(:readiness_check_arn, Shapes::ShapeRef.new(shape: __stringMax256, required: true, location_name: "readinessCheckArn"))
375
+ ReadinessCheckOutput.add_member(:readiness_check_name, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, location_name: "readinessCheckName"))
376
+ ReadinessCheckOutput.add_member(:resource_set, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, required: true, location_name: "resourceSet"))
377
+ ReadinessCheckOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
378
+ ReadinessCheckOutput.struct_class = Types::ReadinessCheckOutput
379
+
380
+ ReadinessCheckSummary.add_member(:readiness, Shapes::ShapeRef.new(shape: Readiness, location_name: "readiness"))
381
+ ReadinessCheckSummary.add_member(:readiness_check_name, Shapes::ShapeRef.new(shape: __string, location_name: "readinessCheckName"))
382
+ ReadinessCheckSummary.struct_class = Types::ReadinessCheckSummary
383
+
384
+ Recommendation.add_member(:recommendation_text, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "recommendationText"))
385
+ Recommendation.struct_class = Types::Recommendation
386
+
387
+ RecoveryGroupOutput.add_member(:cells, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "cells"))
388
+ RecoveryGroupOutput.add_member(:recovery_group_arn, Shapes::ShapeRef.new(shape: __stringMax256, required: true, location_name: "recoveryGroupArn"))
389
+ RecoveryGroupOutput.add_member(:recovery_group_name, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, required: true, location_name: "recoveryGroupName"))
390
+ RecoveryGroupOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
391
+ RecoveryGroupOutput.struct_class = Types::RecoveryGroupOutput
392
+
393
+ Resource.add_member(:component_id, Shapes::ShapeRef.new(shape: __string, location_name: "componentId"))
394
+ Resource.add_member(:dns_target_resource, Shapes::ShapeRef.new(shape: DNSTargetResource, location_name: "dnsTargetResource"))
395
+ Resource.add_member(:readiness_scopes, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "readinessScopes"))
396
+ Resource.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, location_name: "resourceArn"))
397
+ Resource.struct_class = Types::Resource
398
+
399
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
400
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
401
+
402
+ ResourceResult.add_member(:component_id, Shapes::ShapeRef.new(shape: __string, location_name: "componentId"))
403
+ ResourceResult.add_member(:last_checked_timestamp, Shapes::ShapeRef.new(shape: ReadinessCheckTimestamp, required: true, location_name: "lastCheckedTimestamp"))
404
+ ResourceResult.add_member(:readiness, Shapes::ShapeRef.new(shape: Readiness, required: true, location_name: "readiness"))
405
+ ResourceResult.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, location_name: "resourceArn"))
406
+ ResourceResult.struct_class = Types::ResourceResult
407
+
408
+ ResourceSetOutput.add_member(:resource_set_arn, Shapes::ShapeRef.new(shape: __stringMax256, required: true, location_name: "resourceSetArn"))
409
+ ResourceSetOutput.add_member(:resource_set_name, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, required: true, location_name: "resourceSetName"))
410
+ ResourceSetOutput.add_member(:resource_set_type, Shapes::ShapeRef.new(shape: __stringPatternAWSAZaZ09AZaZ09, required: true, location_name: "resourceSetType"))
411
+ ResourceSetOutput.add_member(:resources, Shapes::ShapeRef.new(shape: __listOfResource, required: true, location_name: "resources"))
412
+ ResourceSetOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
413
+ ResourceSetOutput.struct_class = Types::ResourceSetOutput
414
+
415
+ RuleResult.add_member(:last_checked_timestamp, Shapes::ShapeRef.new(shape: ReadinessCheckTimestamp, required: true, location_name: "lastCheckedTimestamp"))
416
+ RuleResult.add_member(:messages, Shapes::ShapeRef.new(shape: __listOfMessage, required: true, location_name: "messages"))
417
+ RuleResult.add_member(:readiness, Shapes::ShapeRef.new(shape: Readiness, required: true, location_name: "readiness"))
418
+ RuleResult.add_member(:rule_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "ruleId"))
419
+ RuleResult.struct_class = Types::RuleResult
420
+
421
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resource-arn"))
422
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "tags"))
423
+ TagResourceRequest.struct_class = Types::TagResourceRequest
424
+
425
+ TagResourceResponse.struct_class = Types::TagResourceResponse
426
+
427
+ Tags.key = Shapes::ShapeRef.new(shape: __string)
428
+ Tags.value = Shapes::ShapeRef.new(shape: __string)
429
+
430
+ TargetResource.add_member(:nlb_resource, Shapes::ShapeRef.new(shape: NLBResource, location_name: "nLBResource"))
431
+ TargetResource.add_member(:r53_resource, Shapes::ShapeRef.new(shape: R53ResourceRecord, location_name: "r53Resource"))
432
+ TargetResource.struct_class = Types::TargetResource
433
+
434
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
435
+ ThrottlingException.struct_class = Types::ThrottlingException
436
+
437
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resource-arn"))
438
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location: "querystring", location_name: "tagKeys"))
439
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
440
+
441
+ UpdateCellRequest.add_member(:cell_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "cellName"))
442
+ UpdateCellRequest.add_member(:cells, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "cells"))
443
+ UpdateCellRequest.struct_class = Types::UpdateCellRequest
444
+
445
+ UpdateCellResponse.add_member(:cell_arn, Shapes::ShapeRef.new(shape: __stringMax256, location_name: "cellArn"))
446
+ UpdateCellResponse.add_member(:cell_name, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, location_name: "cellName"))
447
+ UpdateCellResponse.add_member(:cells, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "cells"))
448
+ UpdateCellResponse.add_member(:parent_readiness_scopes, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "parentReadinessScopes"))
449
+ UpdateCellResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
450
+ UpdateCellResponse.struct_class = Types::UpdateCellResponse
451
+
452
+ UpdateReadinessCheckRequest.add_member(:readiness_check_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "readinessCheckName"))
453
+ UpdateReadinessCheckRequest.add_member(:resource_set_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "resourceSetName"))
454
+ UpdateReadinessCheckRequest.struct_class = Types::UpdateReadinessCheckRequest
455
+
456
+ UpdateReadinessCheckResponse.add_member(:readiness_check_arn, Shapes::ShapeRef.new(shape: __stringMax256, location_name: "readinessCheckArn"))
457
+ UpdateReadinessCheckResponse.add_member(:readiness_check_name, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, location_name: "readinessCheckName"))
458
+ UpdateReadinessCheckResponse.add_member(:resource_set, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, location_name: "resourceSet"))
459
+ UpdateReadinessCheckResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
460
+ UpdateReadinessCheckResponse.struct_class = Types::UpdateReadinessCheckResponse
461
+
462
+ UpdateRecoveryGroupRequest.add_member(:cells, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "cells"))
463
+ UpdateRecoveryGroupRequest.add_member(:recovery_group_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "recoveryGroupName"))
464
+ UpdateRecoveryGroupRequest.struct_class = Types::UpdateRecoveryGroupRequest
465
+
466
+ UpdateRecoveryGroupResponse.add_member(:cells, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "cells"))
467
+ UpdateRecoveryGroupResponse.add_member(:recovery_group_arn, Shapes::ShapeRef.new(shape: __stringMax256, location_name: "recoveryGroupArn"))
468
+ UpdateRecoveryGroupResponse.add_member(:recovery_group_name, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, location_name: "recoveryGroupName"))
469
+ UpdateRecoveryGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
470
+ UpdateRecoveryGroupResponse.struct_class = Types::UpdateRecoveryGroupResponse
471
+
472
+ UpdateResourceSetRequest.add_member(:resource_set_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resourceSetName"))
473
+ UpdateResourceSetRequest.add_member(:resource_set_type, Shapes::ShapeRef.new(shape: __stringPatternAWSAZaZ09AZaZ09, required: true, location_name: "resourceSetType"))
474
+ UpdateResourceSetRequest.add_member(:resources, Shapes::ShapeRef.new(shape: __listOfResource, required: true, location_name: "resources"))
475
+ UpdateResourceSetRequest.struct_class = Types::UpdateResourceSetRequest
476
+
477
+ UpdateResourceSetResponse.add_member(:resource_set_arn, Shapes::ShapeRef.new(shape: __stringMax256, location_name: "resourceSetArn"))
478
+ UpdateResourceSetResponse.add_member(:resource_set_name, Shapes::ShapeRef.new(shape: __stringMax64PatternAAZAZ09Z, location_name: "resourceSetName"))
479
+ UpdateResourceSetResponse.add_member(:resource_set_type, Shapes::ShapeRef.new(shape: __stringPatternAWSAZaZ09AZaZ09, location_name: "resourceSetType"))
480
+ UpdateResourceSetResponse.add_member(:resources, Shapes::ShapeRef.new(shape: __listOfResource, location_name: "resources"))
481
+ UpdateResourceSetResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
482
+ UpdateResourceSetResponse.struct_class = Types::UpdateResourceSetResponse
483
+
484
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
485
+ ValidationException.struct_class = Types::ValidationException
486
+
487
+ __listOfCellOutput.member = Shapes::ShapeRef.new(shape: CellOutput)
488
+
489
+ __listOfCrossAccountAuthorization.member = Shapes::ShapeRef.new(shape: CrossAccountAuthorization)
490
+
491
+ __listOfListRulesOutput.member = Shapes::ShapeRef.new(shape: ListRulesOutput)
492
+
493
+ __listOfMessage.member = Shapes::ShapeRef.new(shape: Message)
494
+
495
+ __listOfReadinessCheckOutput.member = Shapes::ShapeRef.new(shape: ReadinessCheckOutput)
496
+
497
+ __listOfReadinessCheckSummary.member = Shapes::ShapeRef.new(shape: ReadinessCheckSummary)
498
+
499
+ __listOfRecommendation.member = Shapes::ShapeRef.new(shape: Recommendation)
500
+
501
+ __listOfRecoveryGroupOutput.member = Shapes::ShapeRef.new(shape: RecoveryGroupOutput)
502
+
503
+ __listOfResource.member = Shapes::ShapeRef.new(shape: Resource)
504
+
505
+ __listOfResourceResult.member = Shapes::ShapeRef.new(shape: ResourceResult)
506
+
507
+ __listOfResourceSetOutput.member = Shapes::ShapeRef.new(shape: ResourceSetOutput)
508
+
509
+ __listOfRuleResult.member = Shapes::ShapeRef.new(shape: RuleResult)
510
+
511
+ __listOf__string.member = Shapes::ShapeRef.new(shape: __string)
512
+
513
+
514
+ # @api private
515
+ API = Seahorse::Model::Api.new.tap do |api|
516
+
517
+ api.version = "2019-12-02"
518
+
519
+ api.metadata = {
520
+ "apiVersion" => "2019-12-02",
521
+ "endpointPrefix" => "route53-recovery-readiness",
522
+ "jsonVersion" => "1.1",
523
+ "protocol" => "rest-json",
524
+ "serviceFullName" => "AWS Route53 Recovery Readiness",
525
+ "serviceId" => "Route53 Recovery Readiness",
526
+ "signatureVersion" => "v4",
527
+ "signingName" => "route53-recovery-readiness",
528
+ "uid" => "route53-recovery-readiness-2019-12-02",
529
+ }
530
+
531
+ api.add_operation(:create_cell, Seahorse::Model::Operation.new.tap do |o|
532
+ o.name = "CreateCell"
533
+ o.http_method = "POST"
534
+ o.http_request_uri = "/cells"
535
+ o.input = Shapes::ShapeRef.new(shape: CreateCellRequest)
536
+ o.output = Shapes::ShapeRef.new(shape: CreateCellResponse)
537
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
538
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
539
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
540
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
541
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
542
+ end)
543
+
544
+ api.add_operation(:create_cross_account_authorization, Seahorse::Model::Operation.new.tap do |o|
545
+ o.name = "CreateCrossAccountAuthorization"
546
+ o.http_method = "POST"
547
+ o.http_request_uri = "/crossaccountauthorizations"
548
+ o.input = Shapes::ShapeRef.new(shape: CreateCrossAccountAuthorizationRequest)
549
+ o.output = Shapes::ShapeRef.new(shape: CreateCrossAccountAuthorizationResponse)
550
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
551
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
552
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
553
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
554
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
555
+ end)
556
+
557
+ api.add_operation(:create_readiness_check, Seahorse::Model::Operation.new.tap do |o|
558
+ o.name = "CreateReadinessCheck"
559
+ o.http_method = "POST"
560
+ o.http_request_uri = "/readinesschecks"
561
+ o.input = Shapes::ShapeRef.new(shape: CreateReadinessCheckRequest)
562
+ o.output = Shapes::ShapeRef.new(shape: CreateReadinessCheckResponse)
563
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
564
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
565
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
566
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
567
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
568
+ end)
569
+
570
+ api.add_operation(:create_recovery_group, Seahorse::Model::Operation.new.tap do |o|
571
+ o.name = "CreateRecoveryGroup"
572
+ o.http_method = "POST"
573
+ o.http_request_uri = "/recoverygroups"
574
+ o.input = Shapes::ShapeRef.new(shape: CreateRecoveryGroupRequest)
575
+ o.output = Shapes::ShapeRef.new(shape: CreateRecoveryGroupResponse)
576
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
577
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
578
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
579
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
580
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
581
+ end)
582
+
583
+ api.add_operation(:create_resource_set, Seahorse::Model::Operation.new.tap do |o|
584
+ o.name = "CreateResourceSet"
585
+ o.http_method = "POST"
586
+ o.http_request_uri = "/resourcesets"
587
+ o.input = Shapes::ShapeRef.new(shape: CreateResourceSetRequest)
588
+ o.output = Shapes::ShapeRef.new(shape: CreateResourceSetResponse)
589
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
590
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
591
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
592
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
593
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
594
+ end)
595
+
596
+ api.add_operation(:delete_cell, Seahorse::Model::Operation.new.tap do |o|
597
+ o.name = "DeleteCell"
598
+ o.http_method = "DELETE"
599
+ o.http_request_uri = "/cells/{cellName}"
600
+ o.input = Shapes::ShapeRef.new(shape: DeleteCellRequest)
601
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
602
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
603
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
604
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
605
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
606
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
607
+ end)
608
+
609
+ api.add_operation(:delete_cross_account_authorization, Seahorse::Model::Operation.new.tap do |o|
610
+ o.name = "DeleteCrossAccountAuthorization"
611
+ o.http_method = "DELETE"
612
+ o.http_request_uri = "/crossaccountauthorizations/{crossAccountAuthorization}"
613
+ o.input = Shapes::ShapeRef.new(shape: DeleteCrossAccountAuthorizationRequest)
614
+ o.output = Shapes::ShapeRef.new(shape: DeleteCrossAccountAuthorizationResponse)
615
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
616
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
617
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
618
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
619
+ end)
620
+
621
+ api.add_operation(:delete_readiness_check, Seahorse::Model::Operation.new.tap do |o|
622
+ o.name = "DeleteReadinessCheck"
623
+ o.http_method = "DELETE"
624
+ o.http_request_uri = "/readinesschecks/{readinessCheckName}"
625
+ o.input = Shapes::ShapeRef.new(shape: DeleteReadinessCheckRequest)
626
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
627
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
628
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
629
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
630
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
631
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
632
+ end)
633
+
634
+ api.add_operation(:delete_recovery_group, Seahorse::Model::Operation.new.tap do |o|
635
+ o.name = "DeleteRecoveryGroup"
636
+ o.http_method = "DELETE"
637
+ o.http_request_uri = "/recoverygroups/{recoveryGroupName}"
638
+ o.input = Shapes::ShapeRef.new(shape: DeleteRecoveryGroupRequest)
639
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
640
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
641
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
642
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
643
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
644
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
645
+ end)
646
+
647
+ api.add_operation(:delete_resource_set, Seahorse::Model::Operation.new.tap do |o|
648
+ o.name = "DeleteResourceSet"
649
+ o.http_method = "DELETE"
650
+ o.http_request_uri = "/resourcesets/{resourceSetName}"
651
+ o.input = Shapes::ShapeRef.new(shape: DeleteResourceSetRequest)
652
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
653
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
654
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
655
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
656
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
657
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
658
+ end)
659
+
660
+ api.add_operation(:get_architecture_recommendations, Seahorse::Model::Operation.new.tap do |o|
661
+ o.name = "GetArchitectureRecommendations"
662
+ o.http_method = "GET"
663
+ o.http_request_uri = "/recoverygroups/{recoveryGroupName}/architectureRecommendations"
664
+ o.input = Shapes::ShapeRef.new(shape: GetArchitectureRecommendationsRequest)
665
+ o.output = Shapes::ShapeRef.new(shape: GetArchitectureRecommendationsResponse)
666
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
667
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
668
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
669
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
670
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
671
+ end)
672
+
673
+ api.add_operation(:get_cell, Seahorse::Model::Operation.new.tap do |o|
674
+ o.name = "GetCell"
675
+ o.http_method = "GET"
676
+ o.http_request_uri = "/cells/{cellName}"
677
+ o.input = Shapes::ShapeRef.new(shape: GetCellRequest)
678
+ o.output = Shapes::ShapeRef.new(shape: GetCellResponse)
679
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
680
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
681
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
682
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
683
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
684
+ end)
685
+
686
+ api.add_operation(:get_cell_readiness_summary, Seahorse::Model::Operation.new.tap do |o|
687
+ o.name = "GetCellReadinessSummary"
688
+ o.http_method = "GET"
689
+ o.http_request_uri = "/cellreadiness/{cellName}"
690
+ o.input = Shapes::ShapeRef.new(shape: GetCellReadinessSummaryRequest)
691
+ o.output = Shapes::ShapeRef.new(shape: GetCellReadinessSummaryResponse)
692
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
693
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
694
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
695
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
696
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
697
+ o[:pager] = Aws::Pager.new(
698
+ limit_key: "max_results",
699
+ tokens: {
700
+ "next_token" => "next_token"
701
+ }
702
+ )
703
+ end)
704
+
705
+ api.add_operation(:get_readiness_check, Seahorse::Model::Operation.new.tap do |o|
706
+ o.name = "GetReadinessCheck"
707
+ o.http_method = "GET"
708
+ o.http_request_uri = "/readinesschecks/{readinessCheckName}"
709
+ o.input = Shapes::ShapeRef.new(shape: GetReadinessCheckRequest)
710
+ o.output = Shapes::ShapeRef.new(shape: GetReadinessCheckResponse)
711
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
712
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
713
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
714
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
715
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
716
+ end)
717
+
718
+ api.add_operation(:get_readiness_check_resource_status, Seahorse::Model::Operation.new.tap do |o|
719
+ o.name = "GetReadinessCheckResourceStatus"
720
+ o.http_method = "GET"
721
+ o.http_request_uri = "/readinesschecks/{readinessCheckName}/resource/{resourceIdentifier}/status"
722
+ o.input = Shapes::ShapeRef.new(shape: GetReadinessCheckResourceStatusRequest)
723
+ o.output = Shapes::ShapeRef.new(shape: GetReadinessCheckResourceStatusResponse)
724
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
725
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
726
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
727
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
728
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
729
+ o[:pager] = Aws::Pager.new(
730
+ limit_key: "max_results",
731
+ tokens: {
732
+ "next_token" => "next_token"
733
+ }
734
+ )
735
+ end)
736
+
737
+ api.add_operation(:get_readiness_check_status, Seahorse::Model::Operation.new.tap do |o|
738
+ o.name = "GetReadinessCheckStatus"
739
+ o.http_method = "GET"
740
+ o.http_request_uri = "/readinesschecks/{readinessCheckName}/status"
741
+ o.input = Shapes::ShapeRef.new(shape: GetReadinessCheckStatusRequest)
742
+ o.output = Shapes::ShapeRef.new(shape: GetReadinessCheckStatusResponse)
743
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
744
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
745
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
746
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
747
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
748
+ o[:pager] = Aws::Pager.new(
749
+ limit_key: "max_results",
750
+ tokens: {
751
+ "next_token" => "next_token"
752
+ }
753
+ )
754
+ end)
755
+
756
+ api.add_operation(:get_recovery_group, Seahorse::Model::Operation.new.tap do |o|
757
+ o.name = "GetRecoveryGroup"
758
+ o.http_method = "GET"
759
+ o.http_request_uri = "/recoverygroups/{recoveryGroupName}"
760
+ o.input = Shapes::ShapeRef.new(shape: GetRecoveryGroupRequest)
761
+ o.output = Shapes::ShapeRef.new(shape: GetRecoveryGroupResponse)
762
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
763
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
764
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
765
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
766
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
767
+ end)
768
+
769
+ api.add_operation(:get_recovery_group_readiness_summary, Seahorse::Model::Operation.new.tap do |o|
770
+ o.name = "GetRecoveryGroupReadinessSummary"
771
+ o.http_method = "GET"
772
+ o.http_request_uri = "/recoverygroupreadiness/{recoveryGroupName}"
773
+ o.input = Shapes::ShapeRef.new(shape: GetRecoveryGroupReadinessSummaryRequest)
774
+ o.output = Shapes::ShapeRef.new(shape: GetRecoveryGroupReadinessSummaryResponse)
775
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
776
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
777
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
778
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
779
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
780
+ o[:pager] = Aws::Pager.new(
781
+ limit_key: "max_results",
782
+ tokens: {
783
+ "next_token" => "next_token"
784
+ }
785
+ )
786
+ end)
787
+
788
+ api.add_operation(:get_resource_set, Seahorse::Model::Operation.new.tap do |o|
789
+ o.name = "GetResourceSet"
790
+ o.http_method = "GET"
791
+ o.http_request_uri = "/resourcesets/{resourceSetName}"
792
+ o.input = Shapes::ShapeRef.new(shape: GetResourceSetRequest)
793
+ o.output = Shapes::ShapeRef.new(shape: GetResourceSetResponse)
794
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
795
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
796
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
797
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
798
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
799
+ end)
800
+
801
+ api.add_operation(:list_cells, Seahorse::Model::Operation.new.tap do |o|
802
+ o.name = "ListCells"
803
+ o.http_method = "GET"
804
+ o.http_request_uri = "/cells"
805
+ o.input = Shapes::ShapeRef.new(shape: ListCellsRequest)
806
+ o.output = Shapes::ShapeRef.new(shape: ListCellsResponse)
807
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
808
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
809
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
810
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
811
+ o[:pager] = Aws::Pager.new(
812
+ limit_key: "max_results",
813
+ tokens: {
814
+ "next_token" => "next_token"
815
+ }
816
+ )
817
+ end)
818
+
819
+ api.add_operation(:list_cross_account_authorizations, Seahorse::Model::Operation.new.tap do |o|
820
+ o.name = "ListCrossAccountAuthorizations"
821
+ o.http_method = "GET"
822
+ o.http_request_uri = "/crossaccountauthorizations"
823
+ o.input = Shapes::ShapeRef.new(shape: ListCrossAccountAuthorizationsRequest)
824
+ o.output = Shapes::ShapeRef.new(shape: ListCrossAccountAuthorizationsResponse)
825
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
826
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
827
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
828
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
829
+ o[:pager] = Aws::Pager.new(
830
+ limit_key: "max_results",
831
+ tokens: {
832
+ "next_token" => "next_token"
833
+ }
834
+ )
835
+ end)
836
+
837
+ api.add_operation(:list_readiness_checks, Seahorse::Model::Operation.new.tap do |o|
838
+ o.name = "ListReadinessChecks"
839
+ o.http_method = "GET"
840
+ o.http_request_uri = "/readinesschecks"
841
+ o.input = Shapes::ShapeRef.new(shape: ListReadinessChecksRequest)
842
+ o.output = Shapes::ShapeRef.new(shape: ListReadinessChecksResponse)
843
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
844
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
845
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
846
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
847
+ o[:pager] = Aws::Pager.new(
848
+ limit_key: "max_results",
849
+ tokens: {
850
+ "next_token" => "next_token"
851
+ }
852
+ )
853
+ end)
854
+
855
+ api.add_operation(:list_recovery_groups, Seahorse::Model::Operation.new.tap do |o|
856
+ o.name = "ListRecoveryGroups"
857
+ o.http_method = "GET"
858
+ o.http_request_uri = "/recoverygroups"
859
+ o.input = Shapes::ShapeRef.new(shape: ListRecoveryGroupsRequest)
860
+ o.output = Shapes::ShapeRef.new(shape: ListRecoveryGroupsResponse)
861
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
862
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
863
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
864
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
865
+ o[:pager] = Aws::Pager.new(
866
+ limit_key: "max_results",
867
+ tokens: {
868
+ "next_token" => "next_token"
869
+ }
870
+ )
871
+ end)
872
+
873
+ api.add_operation(:list_resource_sets, Seahorse::Model::Operation.new.tap do |o|
874
+ o.name = "ListResourceSets"
875
+ o.http_method = "GET"
876
+ o.http_request_uri = "/resourcesets"
877
+ o.input = Shapes::ShapeRef.new(shape: ListResourceSetsRequest)
878
+ o.output = Shapes::ShapeRef.new(shape: ListResourceSetsResponse)
879
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
880
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
881
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
882
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
883
+ o[:pager] = Aws::Pager.new(
884
+ limit_key: "max_results",
885
+ tokens: {
886
+ "next_token" => "next_token"
887
+ }
888
+ )
889
+ end)
890
+
891
+ api.add_operation(:list_rules, Seahorse::Model::Operation.new.tap do |o|
892
+ o.name = "ListRules"
893
+ o.http_method = "GET"
894
+ o.http_request_uri = "/rules"
895
+ o.input = Shapes::ShapeRef.new(shape: ListRulesRequest)
896
+ o.output = Shapes::ShapeRef.new(shape: ListRulesResponse)
897
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
898
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
899
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
900
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
901
+ o[:pager] = Aws::Pager.new(
902
+ limit_key: "max_results",
903
+ tokens: {
904
+ "next_token" => "next_token"
905
+ }
906
+ )
907
+ end)
908
+
909
+ api.add_operation(:list_tags_for_resources, Seahorse::Model::Operation.new.tap do |o|
910
+ o.name = "ListTagsForResources"
911
+ o.http_method = "GET"
912
+ o.http_request_uri = "/tags/{resource-arn}"
913
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourcesRequest)
914
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourcesResponse)
915
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
916
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
917
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
918
+ end)
919
+
920
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
921
+ o.name = "TagResource"
922
+ o.http_method = "POST"
923
+ o.http_request_uri = "/tags/{resource-arn}"
924
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
925
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
926
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
927
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
928
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
929
+ end)
930
+
931
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
932
+ o.name = "UntagResource"
933
+ o.http_method = "DELETE"
934
+ o.http_request_uri = "/tags/{resource-arn}"
935
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
936
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
937
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
938
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
939
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
940
+ end)
941
+
942
+ api.add_operation(:update_cell, Seahorse::Model::Operation.new.tap do |o|
943
+ o.name = "UpdateCell"
944
+ o.http_method = "PUT"
945
+ o.http_request_uri = "/cells/{cellName}"
946
+ o.input = Shapes::ShapeRef.new(shape: UpdateCellRequest)
947
+ o.output = Shapes::ShapeRef.new(shape: UpdateCellResponse)
948
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
949
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
950
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
951
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
952
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
953
+ end)
954
+
955
+ api.add_operation(:update_readiness_check, Seahorse::Model::Operation.new.tap do |o|
956
+ o.name = "UpdateReadinessCheck"
957
+ o.http_method = "PUT"
958
+ o.http_request_uri = "/readinesschecks/{readinessCheckName}"
959
+ o.input = Shapes::ShapeRef.new(shape: UpdateReadinessCheckRequest)
960
+ o.output = Shapes::ShapeRef.new(shape: UpdateReadinessCheckResponse)
961
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
962
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
963
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
964
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
965
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
966
+ end)
967
+
968
+ api.add_operation(:update_recovery_group, Seahorse::Model::Operation.new.tap do |o|
969
+ o.name = "UpdateRecoveryGroup"
970
+ o.http_method = "PUT"
971
+ o.http_request_uri = "/recoverygroups/{recoveryGroupName}"
972
+ o.input = Shapes::ShapeRef.new(shape: UpdateRecoveryGroupRequest)
973
+ o.output = Shapes::ShapeRef.new(shape: UpdateRecoveryGroupResponse)
974
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
975
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
976
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
977
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
978
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
979
+ end)
980
+
981
+ api.add_operation(:update_resource_set, Seahorse::Model::Operation.new.tap do |o|
982
+ o.name = "UpdateResourceSet"
983
+ o.http_method = "PUT"
984
+ o.http_request_uri = "/resourcesets/{resourceSetName}"
985
+ o.input = Shapes::ShapeRef.new(shape: UpdateResourceSetRequest)
986
+ o.output = Shapes::ShapeRef.new(shape: UpdateResourceSetResponse)
987
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
988
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
989
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
990
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
991
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
992
+ end)
993
+ end
994
+
995
+ end
996
+ end