aws-sdk-resiliencehub 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-resiliencehub/client.rb +2725 -0
- data/lib/aws-sdk-resiliencehub/client_api.rb +1503 -0
- data/lib/aws-sdk-resiliencehub/customizations.rb +0 -0
- data/lib/aws-sdk-resiliencehub/errors.rb +175 -0
- data/lib/aws-sdk-resiliencehub/resource.rb +26 -0
- data/lib/aws-sdk-resiliencehub/types.rb +3907 -0
- data/lib/aws-sdk-resiliencehub.rb +53 -0
- metadata +90 -0
@@ -0,0 +1,1503 @@
|
|
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::ResilienceHub
|
11
|
+
# @api private
|
12
|
+
module ClientApi
|
13
|
+
|
14
|
+
include Seahorse::Model
|
15
|
+
|
16
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
17
|
+
AddDraftAppVersionResourceMappingsRequest = Shapes::StructureShape.new(name: 'AddDraftAppVersionResourceMappingsRequest')
|
18
|
+
AddDraftAppVersionResourceMappingsResponse = Shapes::StructureShape.new(name: 'AddDraftAppVersionResourceMappingsResponse')
|
19
|
+
AlarmRecommendation = Shapes::StructureShape.new(name: 'AlarmRecommendation')
|
20
|
+
AlarmRecommendationList = Shapes::ListShape.new(name: 'AlarmRecommendationList')
|
21
|
+
AlarmType = Shapes::StringShape.new(name: 'AlarmType')
|
22
|
+
App = Shapes::StructureShape.new(name: 'App')
|
23
|
+
AppAssessment = Shapes::StructureShape.new(name: 'AppAssessment')
|
24
|
+
AppAssessmentSummary = Shapes::StructureShape.new(name: 'AppAssessmentSummary')
|
25
|
+
AppAssessmentSummaryList = Shapes::ListShape.new(name: 'AppAssessmentSummaryList')
|
26
|
+
AppComplianceStatusType = Shapes::StringShape.new(name: 'AppComplianceStatusType')
|
27
|
+
AppComponent = Shapes::StructureShape.new(name: 'AppComponent')
|
28
|
+
AppComponentCompliance = Shapes::StructureShape.new(name: 'AppComponentCompliance')
|
29
|
+
AppComponentList = Shapes::ListShape.new(name: 'AppComponentList')
|
30
|
+
AppStatusType = Shapes::StringShape.new(name: 'AppStatusType')
|
31
|
+
AppSummary = Shapes::StructureShape.new(name: 'AppSummary')
|
32
|
+
AppSummaryList = Shapes::ListShape.new(name: 'AppSummaryList')
|
33
|
+
AppTemplateBody = Shapes::StringShape.new(name: 'AppTemplateBody')
|
34
|
+
AppVersionList = Shapes::ListShape.new(name: 'AppVersionList')
|
35
|
+
AppVersionSummary = Shapes::StructureShape.new(name: 'AppVersionSummary')
|
36
|
+
Arn = Shapes::StringShape.new(name: 'Arn')
|
37
|
+
ArnList = Shapes::ListShape.new(name: 'ArnList')
|
38
|
+
AssessmentCompliance = Shapes::MapShape.new(name: 'AssessmentCompliance')
|
39
|
+
AssessmentInvoker = Shapes::StringShape.new(name: 'AssessmentInvoker')
|
40
|
+
AssessmentStatus = Shapes::StringShape.new(name: 'AssessmentStatus')
|
41
|
+
AssessmentStatusList = Shapes::ListShape.new(name: 'AssessmentStatusList')
|
42
|
+
AwsRegion = Shapes::StringShape.new(name: 'AwsRegion')
|
43
|
+
BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
|
44
|
+
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
45
|
+
ComplianceStatus = Shapes::StringShape.new(name: 'ComplianceStatus')
|
46
|
+
ComponentCompliancesList = Shapes::ListShape.new(name: 'ComponentCompliancesList')
|
47
|
+
ComponentRecommendation = Shapes::StructureShape.new(name: 'ComponentRecommendation')
|
48
|
+
ComponentRecommendationList = Shapes::ListShape.new(name: 'ComponentRecommendationList')
|
49
|
+
ConfigRecommendation = Shapes::StructureShape.new(name: 'ConfigRecommendation')
|
50
|
+
ConfigRecommendationList = Shapes::ListShape.new(name: 'ConfigRecommendationList')
|
51
|
+
ConfigRecommendationOptimizationType = Shapes::StringShape.new(name: 'ConfigRecommendationOptimizationType')
|
52
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
53
|
+
Cost = Shapes::StructureShape.new(name: 'Cost')
|
54
|
+
CostFrequency = Shapes::StringShape.new(name: 'CostFrequency')
|
55
|
+
CreateAppRequest = Shapes::StructureShape.new(name: 'CreateAppRequest')
|
56
|
+
CreateAppResponse = Shapes::StructureShape.new(name: 'CreateAppResponse')
|
57
|
+
CreateRecommendationTemplateRequest = Shapes::StructureShape.new(name: 'CreateRecommendationTemplateRequest')
|
58
|
+
CreateRecommendationTemplateResponse = Shapes::StructureShape.new(name: 'CreateRecommendationTemplateResponse')
|
59
|
+
CreateResiliencyPolicyRequest = Shapes::StructureShape.new(name: 'CreateResiliencyPolicyRequest')
|
60
|
+
CreateResiliencyPolicyResponse = Shapes::StructureShape.new(name: 'CreateResiliencyPolicyResponse')
|
61
|
+
CurrencyCode = Shapes::StringShape.new(name: 'CurrencyCode')
|
62
|
+
CustomerId = Shapes::StringShape.new(name: 'CustomerId')
|
63
|
+
DataLocationConstraint = Shapes::StringShape.new(name: 'DataLocationConstraint')
|
64
|
+
DeleteAppAssessmentRequest = Shapes::StructureShape.new(name: 'DeleteAppAssessmentRequest')
|
65
|
+
DeleteAppAssessmentResponse = Shapes::StructureShape.new(name: 'DeleteAppAssessmentResponse')
|
66
|
+
DeleteAppRequest = Shapes::StructureShape.new(name: 'DeleteAppRequest')
|
67
|
+
DeleteAppResponse = Shapes::StructureShape.new(name: 'DeleteAppResponse')
|
68
|
+
DeleteRecommendationTemplateRequest = Shapes::StructureShape.new(name: 'DeleteRecommendationTemplateRequest')
|
69
|
+
DeleteRecommendationTemplateResponse = Shapes::StructureShape.new(name: 'DeleteRecommendationTemplateResponse')
|
70
|
+
DeleteResiliencyPolicyRequest = Shapes::StructureShape.new(name: 'DeleteResiliencyPolicyRequest')
|
71
|
+
DeleteResiliencyPolicyResponse = Shapes::StructureShape.new(name: 'DeleteResiliencyPolicyResponse')
|
72
|
+
DescribeAppAssessmentRequest = Shapes::StructureShape.new(name: 'DescribeAppAssessmentRequest')
|
73
|
+
DescribeAppAssessmentResponse = Shapes::StructureShape.new(name: 'DescribeAppAssessmentResponse')
|
74
|
+
DescribeAppRequest = Shapes::StructureShape.new(name: 'DescribeAppRequest')
|
75
|
+
DescribeAppResponse = Shapes::StructureShape.new(name: 'DescribeAppResponse')
|
76
|
+
DescribeAppVersionResourcesResolutionStatusRequest = Shapes::StructureShape.new(name: 'DescribeAppVersionResourcesResolutionStatusRequest')
|
77
|
+
DescribeAppVersionResourcesResolutionStatusResponse = Shapes::StructureShape.new(name: 'DescribeAppVersionResourcesResolutionStatusResponse')
|
78
|
+
DescribeAppVersionTemplateRequest = Shapes::StructureShape.new(name: 'DescribeAppVersionTemplateRequest')
|
79
|
+
DescribeAppVersionTemplateResponse = Shapes::StructureShape.new(name: 'DescribeAppVersionTemplateResponse')
|
80
|
+
DescribeDraftAppVersionResourcesImportStatusRequest = Shapes::StructureShape.new(name: 'DescribeDraftAppVersionResourcesImportStatusRequest')
|
81
|
+
DescribeDraftAppVersionResourcesImportStatusResponse = Shapes::StructureShape.new(name: 'DescribeDraftAppVersionResourcesImportStatusResponse')
|
82
|
+
DescribeResiliencyPolicyRequest = Shapes::StructureShape.new(name: 'DescribeResiliencyPolicyRequest')
|
83
|
+
DescribeResiliencyPolicyResponse = Shapes::StructureShape.new(name: 'DescribeResiliencyPolicyResponse')
|
84
|
+
DisruptionCompliance = Shapes::StructureShape.new(name: 'DisruptionCompliance')
|
85
|
+
DisruptionPolicy = Shapes::MapShape.new(name: 'DisruptionPolicy')
|
86
|
+
DisruptionResiliencyScore = Shapes::MapShape.new(name: 'DisruptionResiliencyScore')
|
87
|
+
DisruptionType = Shapes::StringShape.new(name: 'DisruptionType')
|
88
|
+
DocumentName = Shapes::StringShape.new(name: 'DocumentName')
|
89
|
+
Double = Shapes::FloatShape.new(name: 'Double')
|
90
|
+
EntityDescription = Shapes::StringShape.new(name: 'EntityDescription')
|
91
|
+
EntityId = Shapes::StringShape.new(name: 'EntityId')
|
92
|
+
EntityName = Shapes::StringShape.new(name: 'EntityName')
|
93
|
+
EntityNameList = Shapes::ListShape.new(name: 'EntityNameList')
|
94
|
+
EntityVersion = Shapes::StringShape.new(name: 'EntityVersion')
|
95
|
+
EstimatedCostTier = Shapes::StringShape.new(name: 'EstimatedCostTier')
|
96
|
+
FailurePolicy = Shapes::StructureShape.new(name: 'FailurePolicy')
|
97
|
+
HaArchitecture = Shapes::StringShape.new(name: 'HaArchitecture')
|
98
|
+
ImportResourcesToDraftAppVersionRequest = Shapes::StructureShape.new(name: 'ImportResourcesToDraftAppVersionRequest')
|
99
|
+
ImportResourcesToDraftAppVersionResponse = Shapes::StructureShape.new(name: 'ImportResourcesToDraftAppVersionResponse')
|
100
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
101
|
+
ListAlarmRecommendationsRequest = Shapes::StructureShape.new(name: 'ListAlarmRecommendationsRequest')
|
102
|
+
ListAlarmRecommendationsResponse = Shapes::StructureShape.new(name: 'ListAlarmRecommendationsResponse')
|
103
|
+
ListAppAssessmentsRequest = Shapes::StructureShape.new(name: 'ListAppAssessmentsRequest')
|
104
|
+
ListAppAssessmentsResponse = Shapes::StructureShape.new(name: 'ListAppAssessmentsResponse')
|
105
|
+
ListAppComponentCompliancesRequest = Shapes::StructureShape.new(name: 'ListAppComponentCompliancesRequest')
|
106
|
+
ListAppComponentCompliancesResponse = Shapes::StructureShape.new(name: 'ListAppComponentCompliancesResponse')
|
107
|
+
ListAppComponentRecommendationsRequest = Shapes::StructureShape.new(name: 'ListAppComponentRecommendationsRequest')
|
108
|
+
ListAppComponentRecommendationsResponse = Shapes::StructureShape.new(name: 'ListAppComponentRecommendationsResponse')
|
109
|
+
ListAppVersionResourceMappingsRequest = Shapes::StructureShape.new(name: 'ListAppVersionResourceMappingsRequest')
|
110
|
+
ListAppVersionResourceMappingsResponse = Shapes::StructureShape.new(name: 'ListAppVersionResourceMappingsResponse')
|
111
|
+
ListAppVersionResourcesRequest = Shapes::StructureShape.new(name: 'ListAppVersionResourcesRequest')
|
112
|
+
ListAppVersionResourcesResponse = Shapes::StructureShape.new(name: 'ListAppVersionResourcesResponse')
|
113
|
+
ListAppVersionsRequest = Shapes::StructureShape.new(name: 'ListAppVersionsRequest')
|
114
|
+
ListAppVersionsResponse = Shapes::StructureShape.new(name: 'ListAppVersionsResponse')
|
115
|
+
ListAppsRequest = Shapes::StructureShape.new(name: 'ListAppsRequest')
|
116
|
+
ListAppsResponse = Shapes::StructureShape.new(name: 'ListAppsResponse')
|
117
|
+
ListRecommendationTemplatesRequest = Shapes::StructureShape.new(name: 'ListRecommendationTemplatesRequest')
|
118
|
+
ListRecommendationTemplatesResponse = Shapes::StructureShape.new(name: 'ListRecommendationTemplatesResponse')
|
119
|
+
ListResiliencyPoliciesRequest = Shapes::StructureShape.new(name: 'ListResiliencyPoliciesRequest')
|
120
|
+
ListResiliencyPoliciesResponse = Shapes::StructureShape.new(name: 'ListResiliencyPoliciesResponse')
|
121
|
+
ListSopRecommendationsRequest = Shapes::StructureShape.new(name: 'ListSopRecommendationsRequest')
|
122
|
+
ListSopRecommendationsResponse = Shapes::StructureShape.new(name: 'ListSopRecommendationsResponse')
|
123
|
+
ListSuggestedResiliencyPoliciesRequest = Shapes::StructureShape.new(name: 'ListSuggestedResiliencyPoliciesRequest')
|
124
|
+
ListSuggestedResiliencyPoliciesResponse = Shapes::StructureShape.new(name: 'ListSuggestedResiliencyPoliciesResponse')
|
125
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
126
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
127
|
+
ListTestRecommendationsRequest = Shapes::StructureShape.new(name: 'ListTestRecommendationsRequest')
|
128
|
+
ListTestRecommendationsResponse = Shapes::StructureShape.new(name: 'ListTestRecommendationsResponse')
|
129
|
+
ListUnsupportedAppVersionResourcesRequest = Shapes::StructureShape.new(name: 'ListUnsupportedAppVersionResourcesRequest')
|
130
|
+
ListUnsupportedAppVersionResourcesResponse = Shapes::StructureShape.new(name: 'ListUnsupportedAppVersionResourcesResponse')
|
131
|
+
LogicalResourceId = Shapes::StructureShape.new(name: 'LogicalResourceId')
|
132
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
133
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
134
|
+
PhysicalIdentifierType = Shapes::StringShape.new(name: 'PhysicalIdentifierType')
|
135
|
+
PhysicalResource = Shapes::StructureShape.new(name: 'PhysicalResource')
|
136
|
+
PhysicalResourceId = Shapes::StructureShape.new(name: 'PhysicalResourceId')
|
137
|
+
PhysicalResourceList = Shapes::ListShape.new(name: 'PhysicalResourceList')
|
138
|
+
PublishAppVersionRequest = Shapes::StructureShape.new(name: 'PublishAppVersionRequest')
|
139
|
+
PublishAppVersionResponse = Shapes::StructureShape.new(name: 'PublishAppVersionResponse')
|
140
|
+
PutDraftAppVersionTemplateRequest = Shapes::StructureShape.new(name: 'PutDraftAppVersionTemplateRequest')
|
141
|
+
PutDraftAppVersionTemplateResponse = Shapes::StructureShape.new(name: 'PutDraftAppVersionTemplateResponse')
|
142
|
+
RecommendationCompliance = Shapes::MapShape.new(name: 'RecommendationCompliance')
|
143
|
+
RecommendationComplianceStatus = Shapes::StringShape.new(name: 'RecommendationComplianceStatus')
|
144
|
+
RecommendationDisruptionCompliance = Shapes::StructureShape.new(name: 'RecommendationDisruptionCompliance')
|
145
|
+
RecommendationIdList = Shapes::ListShape.new(name: 'RecommendationIdList')
|
146
|
+
RecommendationItem = Shapes::StructureShape.new(name: 'RecommendationItem')
|
147
|
+
RecommendationItemList = Shapes::ListShape.new(name: 'RecommendationItemList')
|
148
|
+
RecommendationTemplate = Shapes::StructureShape.new(name: 'RecommendationTemplate')
|
149
|
+
RecommendationTemplateList = Shapes::ListShape.new(name: 'RecommendationTemplateList')
|
150
|
+
RecommendationTemplateStatus = Shapes::StringShape.new(name: 'RecommendationTemplateStatus')
|
151
|
+
RecommendationTemplateStatusList = Shapes::ListShape.new(name: 'RecommendationTemplateStatusList')
|
152
|
+
RemoveDraftAppVersionResourceMappingsRequest = Shapes::StructureShape.new(name: 'RemoveDraftAppVersionResourceMappingsRequest')
|
153
|
+
RemoveDraftAppVersionResourceMappingsResponse = Shapes::StructureShape.new(name: 'RemoveDraftAppVersionResourceMappingsResponse')
|
154
|
+
RenderRecommendationType = Shapes::StringShape.new(name: 'RenderRecommendationType')
|
155
|
+
RenderRecommendationTypeList = Shapes::ListShape.new(name: 'RenderRecommendationTypeList')
|
156
|
+
ResiliencyPolicies = Shapes::ListShape.new(name: 'ResiliencyPolicies')
|
157
|
+
ResiliencyPolicy = Shapes::StructureShape.new(name: 'ResiliencyPolicy')
|
158
|
+
ResiliencyPolicyTier = Shapes::StringShape.new(name: 'ResiliencyPolicyTier')
|
159
|
+
ResiliencyScore = Shapes::StructureShape.new(name: 'ResiliencyScore')
|
160
|
+
ResolveAppVersionResourcesRequest = Shapes::StructureShape.new(name: 'ResolveAppVersionResourcesRequest')
|
161
|
+
ResolveAppVersionResourcesResponse = Shapes::StructureShape.new(name: 'ResolveAppVersionResourcesResponse')
|
162
|
+
ResourceId = Shapes::StringShape.new(name: 'ResourceId')
|
163
|
+
ResourceImportStatusType = Shapes::StringShape.new(name: 'ResourceImportStatusType')
|
164
|
+
ResourceMapping = Shapes::StructureShape.new(name: 'ResourceMapping')
|
165
|
+
ResourceMappingList = Shapes::ListShape.new(name: 'ResourceMappingList')
|
166
|
+
ResourceMappingType = Shapes::StringShape.new(name: 'ResourceMappingType')
|
167
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
168
|
+
ResourceResolutionStatusType = Shapes::StringShape.new(name: 'ResourceResolutionStatusType')
|
169
|
+
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
170
|
+
RetryAfterSeconds = Shapes::IntegerShape.new(name: 'RetryAfterSeconds')
|
171
|
+
S3Location = Shapes::StructureShape.new(name: 'S3Location')
|
172
|
+
Seconds = Shapes::IntegerShape.new(name: 'Seconds')
|
173
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
174
|
+
SopRecommendation = Shapes::StructureShape.new(name: 'SopRecommendation')
|
175
|
+
SopRecommendationList = Shapes::ListShape.new(name: 'SopRecommendationList')
|
176
|
+
SopServiceType = Shapes::StringShape.new(name: 'SopServiceType')
|
177
|
+
SpecReferenceId = Shapes::StringShape.new(name: 'SpecReferenceId')
|
178
|
+
StartAppAssessmentRequest = Shapes::StructureShape.new(name: 'StartAppAssessmentRequest')
|
179
|
+
StartAppAssessmentResponse = Shapes::StructureShape.new(name: 'StartAppAssessmentResponse')
|
180
|
+
String255 = Shapes::StringShape.new(name: 'String255')
|
181
|
+
String255List = Shapes::ListShape.new(name: 'String255List')
|
182
|
+
String500 = Shapes::StringShape.new(name: 'String500')
|
183
|
+
SuggestedChangesList = Shapes::ListShape.new(name: 'SuggestedChangesList')
|
184
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
185
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
186
|
+
TagMap = Shapes::MapShape.new(name: 'TagMap')
|
187
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
188
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
189
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
190
|
+
TemplateFormat = Shapes::StringShape.new(name: 'TemplateFormat')
|
191
|
+
TestRecommendation = Shapes::StructureShape.new(name: 'TestRecommendation')
|
192
|
+
TestRecommendationList = Shapes::ListShape.new(name: 'TestRecommendationList')
|
193
|
+
TestRisk = Shapes::StringShape.new(name: 'TestRisk')
|
194
|
+
TestType = Shapes::StringShape.new(name: 'TestType')
|
195
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
196
|
+
TimeStamp = Shapes::TimestampShape.new(name: 'TimeStamp')
|
197
|
+
UnsupportedResource = Shapes::StructureShape.new(name: 'UnsupportedResource')
|
198
|
+
UnsupportedResourceList = Shapes::ListShape.new(name: 'UnsupportedResourceList')
|
199
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
200
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
201
|
+
UpdateAppRequest = Shapes::StructureShape.new(name: 'UpdateAppRequest')
|
202
|
+
UpdateAppResponse = Shapes::StructureShape.new(name: 'UpdateAppResponse')
|
203
|
+
UpdateResiliencyPolicyRequest = Shapes::StructureShape.new(name: 'UpdateResiliencyPolicyRequest')
|
204
|
+
UpdateResiliencyPolicyResponse = Shapes::StructureShape.new(name: 'UpdateResiliencyPolicyResponse')
|
205
|
+
Uuid = Shapes::StringShape.new(name: 'Uuid')
|
206
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
207
|
+
|
208
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String500, location_name: "message"))
|
209
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
210
|
+
|
211
|
+
AddDraftAppVersionResourceMappingsRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
212
|
+
AddDraftAppVersionResourceMappingsRequest.add_member(:resource_mappings, Shapes::ShapeRef.new(shape: ResourceMappingList, required: true, location_name: "resourceMappings"))
|
213
|
+
AddDraftAppVersionResourceMappingsRequest.struct_class = Types::AddDraftAppVersionResourceMappingsRequest
|
214
|
+
|
215
|
+
AddDraftAppVersionResourceMappingsResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
216
|
+
AddDraftAppVersionResourceMappingsResponse.add_member(:app_version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "appVersion"))
|
217
|
+
AddDraftAppVersionResourceMappingsResponse.add_member(:resource_mappings, Shapes::ShapeRef.new(shape: ResourceMappingList, required: true, location_name: "resourceMappings"))
|
218
|
+
AddDraftAppVersionResourceMappingsResponse.struct_class = Types::AddDraftAppVersionResourceMappingsResponse
|
219
|
+
|
220
|
+
AlarmRecommendation.add_member(:app_component_name, Shapes::ShapeRef.new(shape: EntityId, location_name: "appComponentName"))
|
221
|
+
AlarmRecommendation.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "description"))
|
222
|
+
AlarmRecommendation.add_member(:items, Shapes::ShapeRef.new(shape: RecommendationItemList, location_name: "items"))
|
223
|
+
AlarmRecommendation.add_member(:name, Shapes::ShapeRef.new(shape: String500, required: true, location_name: "name"))
|
224
|
+
AlarmRecommendation.add_member(:prerequisite, Shapes::ShapeRef.new(shape: String500, location_name: "prerequisite"))
|
225
|
+
AlarmRecommendation.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "recommendationId"))
|
226
|
+
AlarmRecommendation.add_member(:reference_id, Shapes::ShapeRef.new(shape: SpecReferenceId, required: true, location_name: "referenceId"))
|
227
|
+
AlarmRecommendation.add_member(:type, Shapes::ShapeRef.new(shape: AlarmType, required: true, location_name: "type"))
|
228
|
+
AlarmRecommendation.struct_class = Types::AlarmRecommendation
|
229
|
+
|
230
|
+
AlarmRecommendationList.member = Shapes::ShapeRef.new(shape: AlarmRecommendation)
|
231
|
+
|
232
|
+
App.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
233
|
+
App.add_member(:compliance_status, Shapes::ShapeRef.new(shape: AppComplianceStatusType, location_name: "complianceStatus"))
|
234
|
+
App.add_member(:creation_time, Shapes::ShapeRef.new(shape: TimeStamp, required: true, location_name: "creationTime"))
|
235
|
+
App.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "description"))
|
236
|
+
App.add_member(:last_app_compliance_evaluation_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "lastAppComplianceEvaluationTime"))
|
237
|
+
App.add_member(:last_resiliency_score_evaluation_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "lastResiliencyScoreEvaluationTime"))
|
238
|
+
App.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "name"))
|
239
|
+
App.add_member(:policy_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "policyArn"))
|
240
|
+
App.add_member(:resiliency_score, Shapes::ShapeRef.new(shape: Double, location_name: "resiliencyScore"))
|
241
|
+
App.add_member(:status, Shapes::ShapeRef.new(shape: AppStatusType, location_name: "status"))
|
242
|
+
App.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
243
|
+
App.struct_class = Types::App
|
244
|
+
|
245
|
+
AppAssessment.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "appArn"))
|
246
|
+
AppAssessment.add_member(:app_version, Shapes::ShapeRef.new(shape: EntityVersion, location_name: "appVersion"))
|
247
|
+
AppAssessment.add_member(:assessment_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "assessmentArn"))
|
248
|
+
AppAssessment.add_member(:assessment_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "assessmentName"))
|
249
|
+
AppAssessment.add_member(:assessment_status, Shapes::ShapeRef.new(shape: AssessmentStatus, required: true, location_name: "assessmentStatus"))
|
250
|
+
AppAssessment.add_member(:compliance, Shapes::ShapeRef.new(shape: AssessmentCompliance, location_name: "compliance"))
|
251
|
+
AppAssessment.add_member(:compliance_status, Shapes::ShapeRef.new(shape: ComplianceStatus, location_name: "complianceStatus"))
|
252
|
+
AppAssessment.add_member(:cost, Shapes::ShapeRef.new(shape: Cost, location_name: "cost"))
|
253
|
+
AppAssessment.add_member(:end_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "endTime"))
|
254
|
+
AppAssessment.add_member(:invoker, Shapes::ShapeRef.new(shape: AssessmentInvoker, required: true, location_name: "invoker"))
|
255
|
+
AppAssessment.add_member(:message, Shapes::ShapeRef.new(shape: String500, location_name: "message"))
|
256
|
+
AppAssessment.add_member(:policy, Shapes::ShapeRef.new(shape: ResiliencyPolicy, location_name: "policy"))
|
257
|
+
AppAssessment.add_member(:resiliency_score, Shapes::ShapeRef.new(shape: ResiliencyScore, location_name: "resiliencyScore"))
|
258
|
+
AppAssessment.add_member(:start_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "startTime"))
|
259
|
+
AppAssessment.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
260
|
+
AppAssessment.struct_class = Types::AppAssessment
|
261
|
+
|
262
|
+
AppAssessmentSummary.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "appArn"))
|
263
|
+
AppAssessmentSummary.add_member(:app_version, Shapes::ShapeRef.new(shape: EntityVersion, location_name: "appVersion"))
|
264
|
+
AppAssessmentSummary.add_member(:assessment_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "assessmentArn"))
|
265
|
+
AppAssessmentSummary.add_member(:assessment_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "assessmentName"))
|
266
|
+
AppAssessmentSummary.add_member(:assessment_status, Shapes::ShapeRef.new(shape: AssessmentStatus, required: true, location_name: "assessmentStatus"))
|
267
|
+
AppAssessmentSummary.add_member(:compliance_status, Shapes::ShapeRef.new(shape: ComplianceStatus, location_name: "complianceStatus"))
|
268
|
+
AppAssessmentSummary.add_member(:cost, Shapes::ShapeRef.new(shape: Cost, location_name: "cost"))
|
269
|
+
AppAssessmentSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "endTime"))
|
270
|
+
AppAssessmentSummary.add_member(:invoker, Shapes::ShapeRef.new(shape: AssessmentInvoker, location_name: "invoker"))
|
271
|
+
AppAssessmentSummary.add_member(:message, Shapes::ShapeRef.new(shape: String500, location_name: "message"))
|
272
|
+
AppAssessmentSummary.add_member(:resiliency_score, Shapes::ShapeRef.new(shape: Double, location_name: "resiliencyScore"))
|
273
|
+
AppAssessmentSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "startTime"))
|
274
|
+
AppAssessmentSummary.struct_class = Types::AppAssessmentSummary
|
275
|
+
|
276
|
+
AppAssessmentSummaryList.member = Shapes::ShapeRef.new(shape: AppAssessmentSummary)
|
277
|
+
|
278
|
+
AppComponent.add_member(:name, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "name"))
|
279
|
+
AppComponent.add_member(:type, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "type"))
|
280
|
+
AppComponent.struct_class = Types::AppComponent
|
281
|
+
|
282
|
+
AppComponentCompliance.add_member(:app_component_name, Shapes::ShapeRef.new(shape: EntityId, location_name: "appComponentName"))
|
283
|
+
AppComponentCompliance.add_member(:compliance, Shapes::ShapeRef.new(shape: AssessmentCompliance, location_name: "compliance"))
|
284
|
+
AppComponentCompliance.add_member(:cost, Shapes::ShapeRef.new(shape: Cost, location_name: "cost"))
|
285
|
+
AppComponentCompliance.add_member(:message, Shapes::ShapeRef.new(shape: String500, location_name: "message"))
|
286
|
+
AppComponentCompliance.add_member(:resiliency_score, Shapes::ShapeRef.new(shape: ResiliencyScore, location_name: "resiliencyScore"))
|
287
|
+
AppComponentCompliance.add_member(:status, Shapes::ShapeRef.new(shape: ComplianceStatus, location_name: "status"))
|
288
|
+
AppComponentCompliance.struct_class = Types::AppComponentCompliance
|
289
|
+
|
290
|
+
AppComponentList.member = Shapes::ShapeRef.new(shape: AppComponent)
|
291
|
+
|
292
|
+
AppSummary.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
293
|
+
AppSummary.add_member(:compliance_status, Shapes::ShapeRef.new(shape: AppComplianceStatusType, location_name: "complianceStatus"))
|
294
|
+
AppSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: TimeStamp, required: true, location_name: "creationTime"))
|
295
|
+
AppSummary.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "description"))
|
296
|
+
AppSummary.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "name"))
|
297
|
+
AppSummary.add_member(:resiliency_score, Shapes::ShapeRef.new(shape: Double, location_name: "resiliencyScore"))
|
298
|
+
AppSummary.struct_class = Types::AppSummary
|
299
|
+
|
300
|
+
AppSummaryList.member = Shapes::ShapeRef.new(shape: AppSummary)
|
301
|
+
|
302
|
+
AppVersionList.member = Shapes::ShapeRef.new(shape: AppVersionSummary)
|
303
|
+
|
304
|
+
AppVersionSummary.add_member(:app_version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "appVersion"))
|
305
|
+
AppVersionSummary.struct_class = Types::AppVersionSummary
|
306
|
+
|
307
|
+
ArnList.member = Shapes::ShapeRef.new(shape: Arn)
|
308
|
+
|
309
|
+
AssessmentCompliance.key = Shapes::ShapeRef.new(shape: DisruptionType)
|
310
|
+
AssessmentCompliance.value = Shapes::ShapeRef.new(shape: DisruptionCompliance)
|
311
|
+
|
312
|
+
AssessmentStatusList.member = Shapes::ShapeRef.new(shape: AssessmentStatus)
|
313
|
+
|
314
|
+
ComponentCompliancesList.member = Shapes::ShapeRef.new(shape: AppComponentCompliance)
|
315
|
+
|
316
|
+
ComponentRecommendation.add_member(:app_component_name, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "appComponentName"))
|
317
|
+
ComponentRecommendation.add_member(:config_recommendations, Shapes::ShapeRef.new(shape: ConfigRecommendationList, required: true, location_name: "configRecommendations"))
|
318
|
+
ComponentRecommendation.add_member(:recommendation_status, Shapes::ShapeRef.new(shape: RecommendationComplianceStatus, required: true, location_name: "recommendationStatus"))
|
319
|
+
ComponentRecommendation.struct_class = Types::ComponentRecommendation
|
320
|
+
|
321
|
+
ComponentRecommendationList.member = Shapes::ShapeRef.new(shape: ComponentRecommendation)
|
322
|
+
|
323
|
+
ConfigRecommendation.add_member(:app_component_name, Shapes::ShapeRef.new(shape: EntityId, location_name: "appComponentName"))
|
324
|
+
ConfigRecommendation.add_member(:compliance, Shapes::ShapeRef.new(shape: AssessmentCompliance, location_name: "compliance"))
|
325
|
+
ConfigRecommendation.add_member(:cost, Shapes::ShapeRef.new(shape: Cost, location_name: "cost"))
|
326
|
+
ConfigRecommendation.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "description"))
|
327
|
+
ConfigRecommendation.add_member(:ha_architecture, Shapes::ShapeRef.new(shape: HaArchitecture, location_name: "haArchitecture"))
|
328
|
+
ConfigRecommendation.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "name"))
|
329
|
+
ConfigRecommendation.add_member(:optimization_type, Shapes::ShapeRef.new(shape: ConfigRecommendationOptimizationType, required: true, location_name: "optimizationType"))
|
330
|
+
ConfigRecommendation.add_member(:recommendation_compliance, Shapes::ShapeRef.new(shape: RecommendationCompliance, location_name: "recommendationCompliance"))
|
331
|
+
ConfigRecommendation.add_member(:reference_id, Shapes::ShapeRef.new(shape: SpecReferenceId, required: true, location_name: "referenceId"))
|
332
|
+
ConfigRecommendation.add_member(:suggested_changes, Shapes::ShapeRef.new(shape: SuggestedChangesList, location_name: "suggestedChanges"))
|
333
|
+
ConfigRecommendation.struct_class = Types::ConfigRecommendation
|
334
|
+
|
335
|
+
ConfigRecommendationList.member = Shapes::ShapeRef.new(shape: ConfigRecommendation)
|
336
|
+
|
337
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String500, location_name: "message"))
|
338
|
+
ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "resourceId"))
|
339
|
+
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
340
|
+
ConflictException.struct_class = Types::ConflictException
|
341
|
+
|
342
|
+
Cost.add_member(:amount, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "amount"))
|
343
|
+
Cost.add_member(:currency, Shapes::ShapeRef.new(shape: CurrencyCode, required: true, location_name: "currency"))
|
344
|
+
Cost.add_member(:frequency, Shapes::ShapeRef.new(shape: CostFrequency, required: true, location_name: "frequency"))
|
345
|
+
Cost.struct_class = Types::Cost
|
346
|
+
|
347
|
+
CreateAppRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
348
|
+
CreateAppRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "description"))
|
349
|
+
CreateAppRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "name"))
|
350
|
+
CreateAppRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "policyArn"))
|
351
|
+
CreateAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
352
|
+
CreateAppRequest.struct_class = Types::CreateAppRequest
|
353
|
+
|
354
|
+
CreateAppResponse.add_member(:app, Shapes::ShapeRef.new(shape: App, required: true, location_name: "app"))
|
355
|
+
CreateAppResponse.struct_class = Types::CreateAppResponse
|
356
|
+
|
357
|
+
CreateRecommendationTemplateRequest.add_member(:assessment_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "assessmentArn"))
|
358
|
+
CreateRecommendationTemplateRequest.add_member(:bucket_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "bucketName"))
|
359
|
+
CreateRecommendationTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
360
|
+
CreateRecommendationTemplateRequest.add_member(:format, Shapes::ShapeRef.new(shape: TemplateFormat, location_name: "format"))
|
361
|
+
CreateRecommendationTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "name"))
|
362
|
+
CreateRecommendationTemplateRequest.add_member(:recommendation_ids, Shapes::ShapeRef.new(shape: RecommendationIdList, location_name: "recommendationIds"))
|
363
|
+
CreateRecommendationTemplateRequest.add_member(:recommendation_types, Shapes::ShapeRef.new(shape: RenderRecommendationTypeList, location_name: "recommendationTypes"))
|
364
|
+
CreateRecommendationTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
365
|
+
CreateRecommendationTemplateRequest.struct_class = Types::CreateRecommendationTemplateRequest
|
366
|
+
|
367
|
+
CreateRecommendationTemplateResponse.add_member(:recommendation_template, Shapes::ShapeRef.new(shape: RecommendationTemplate, location_name: "recommendationTemplate"))
|
368
|
+
CreateRecommendationTemplateResponse.struct_class = Types::CreateRecommendationTemplateResponse
|
369
|
+
|
370
|
+
CreateResiliencyPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
371
|
+
CreateResiliencyPolicyRequest.add_member(:data_location_constraint, Shapes::ShapeRef.new(shape: DataLocationConstraint, location_name: "dataLocationConstraint"))
|
372
|
+
CreateResiliencyPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: DisruptionPolicy, required: true, location_name: "policy"))
|
373
|
+
CreateResiliencyPolicyRequest.add_member(:policy_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "policyDescription"))
|
374
|
+
CreateResiliencyPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "policyName"))
|
375
|
+
CreateResiliencyPolicyRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
376
|
+
CreateResiliencyPolicyRequest.add_member(:tier, Shapes::ShapeRef.new(shape: ResiliencyPolicyTier, required: true, location_name: "tier"))
|
377
|
+
CreateResiliencyPolicyRequest.struct_class = Types::CreateResiliencyPolicyRequest
|
378
|
+
|
379
|
+
CreateResiliencyPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: ResiliencyPolicy, required: true, location_name: "policy"))
|
380
|
+
CreateResiliencyPolicyResponse.struct_class = Types::CreateResiliencyPolicyResponse
|
381
|
+
|
382
|
+
DeleteAppAssessmentRequest.add_member(:assessment_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "assessmentArn"))
|
383
|
+
DeleteAppAssessmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
384
|
+
DeleteAppAssessmentRequest.struct_class = Types::DeleteAppAssessmentRequest
|
385
|
+
|
386
|
+
DeleteAppAssessmentResponse.add_member(:assessment_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "assessmentArn"))
|
387
|
+
DeleteAppAssessmentResponse.add_member(:assessment_status, Shapes::ShapeRef.new(shape: AssessmentStatus, required: true, location_name: "assessmentStatus"))
|
388
|
+
DeleteAppAssessmentResponse.struct_class = Types::DeleteAppAssessmentResponse
|
389
|
+
|
390
|
+
DeleteAppRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
391
|
+
DeleteAppRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
392
|
+
DeleteAppRequest.add_member(:force_delete, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "forceDelete"))
|
393
|
+
DeleteAppRequest.struct_class = Types::DeleteAppRequest
|
394
|
+
|
395
|
+
DeleteAppResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
396
|
+
DeleteAppResponse.struct_class = Types::DeleteAppResponse
|
397
|
+
|
398
|
+
DeleteRecommendationTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
399
|
+
DeleteRecommendationTemplateRequest.add_member(:recommendation_template_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "recommendationTemplateArn"))
|
400
|
+
DeleteRecommendationTemplateRequest.struct_class = Types::DeleteRecommendationTemplateRequest
|
401
|
+
|
402
|
+
DeleteRecommendationTemplateResponse.add_member(:recommendation_template_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "recommendationTemplateArn"))
|
403
|
+
DeleteRecommendationTemplateResponse.add_member(:status, Shapes::ShapeRef.new(shape: RecommendationTemplateStatus, required: true, location_name: "status"))
|
404
|
+
DeleteRecommendationTemplateResponse.struct_class = Types::DeleteRecommendationTemplateResponse
|
405
|
+
|
406
|
+
DeleteResiliencyPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
407
|
+
DeleteResiliencyPolicyRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "policyArn"))
|
408
|
+
DeleteResiliencyPolicyRequest.struct_class = Types::DeleteResiliencyPolicyRequest
|
409
|
+
|
410
|
+
DeleteResiliencyPolicyResponse.add_member(:policy_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "policyArn"))
|
411
|
+
DeleteResiliencyPolicyResponse.struct_class = Types::DeleteResiliencyPolicyResponse
|
412
|
+
|
413
|
+
DescribeAppAssessmentRequest.add_member(:assessment_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "assessmentArn"))
|
414
|
+
DescribeAppAssessmentRequest.struct_class = Types::DescribeAppAssessmentRequest
|
415
|
+
|
416
|
+
DescribeAppAssessmentResponse.add_member(:assessment, Shapes::ShapeRef.new(shape: AppAssessment, required: true, location_name: "assessment"))
|
417
|
+
DescribeAppAssessmentResponse.struct_class = Types::DescribeAppAssessmentResponse
|
418
|
+
|
419
|
+
DescribeAppRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
420
|
+
DescribeAppRequest.struct_class = Types::DescribeAppRequest
|
421
|
+
|
422
|
+
DescribeAppResponse.add_member(:app, Shapes::ShapeRef.new(shape: App, required: true, location_name: "app"))
|
423
|
+
DescribeAppResponse.struct_class = Types::DescribeAppResponse
|
424
|
+
|
425
|
+
DescribeAppVersionResourcesResolutionStatusRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
426
|
+
DescribeAppVersionResourcesResolutionStatusRequest.add_member(:app_version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "appVersion"))
|
427
|
+
DescribeAppVersionResourcesResolutionStatusRequest.add_member(:resolution_id, Shapes::ShapeRef.new(shape: String255, location_name: "resolutionId"))
|
428
|
+
DescribeAppVersionResourcesResolutionStatusRequest.struct_class = Types::DescribeAppVersionResourcesResolutionStatusRequest
|
429
|
+
|
430
|
+
DescribeAppVersionResourcesResolutionStatusResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
431
|
+
DescribeAppVersionResourcesResolutionStatusResponse.add_member(:app_version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "appVersion"))
|
432
|
+
DescribeAppVersionResourcesResolutionStatusResponse.add_member(:error_message, Shapes::ShapeRef.new(shape: String500, location_name: "errorMessage"))
|
433
|
+
DescribeAppVersionResourcesResolutionStatusResponse.add_member(:resolution_id, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "resolutionId"))
|
434
|
+
DescribeAppVersionResourcesResolutionStatusResponse.add_member(:status, Shapes::ShapeRef.new(shape: ResourceResolutionStatusType, required: true, location_name: "status"))
|
435
|
+
DescribeAppVersionResourcesResolutionStatusResponse.struct_class = Types::DescribeAppVersionResourcesResolutionStatusResponse
|
436
|
+
|
437
|
+
DescribeAppVersionTemplateRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
438
|
+
DescribeAppVersionTemplateRequest.add_member(:app_version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "appVersion"))
|
439
|
+
DescribeAppVersionTemplateRequest.struct_class = Types::DescribeAppVersionTemplateRequest
|
440
|
+
|
441
|
+
DescribeAppVersionTemplateResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
442
|
+
DescribeAppVersionTemplateResponse.add_member(:app_template_body, Shapes::ShapeRef.new(shape: AppTemplateBody, required: true, location_name: "appTemplateBody"))
|
443
|
+
DescribeAppVersionTemplateResponse.add_member(:app_version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "appVersion"))
|
444
|
+
DescribeAppVersionTemplateResponse.struct_class = Types::DescribeAppVersionTemplateResponse
|
445
|
+
|
446
|
+
DescribeDraftAppVersionResourcesImportStatusRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
447
|
+
DescribeDraftAppVersionResourcesImportStatusRequest.struct_class = Types::DescribeDraftAppVersionResourcesImportStatusRequest
|
448
|
+
|
449
|
+
DescribeDraftAppVersionResourcesImportStatusResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
450
|
+
DescribeDraftAppVersionResourcesImportStatusResponse.add_member(:app_version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "appVersion"))
|
451
|
+
DescribeDraftAppVersionResourcesImportStatusResponse.add_member(:error_message, Shapes::ShapeRef.new(shape: String500, location_name: "errorMessage"))
|
452
|
+
DescribeDraftAppVersionResourcesImportStatusResponse.add_member(:status, Shapes::ShapeRef.new(shape: ResourceImportStatusType, required: true, location_name: "status"))
|
453
|
+
DescribeDraftAppVersionResourcesImportStatusResponse.add_member(:status_change_time, Shapes::ShapeRef.new(shape: TimeStamp, required: true, location_name: "statusChangeTime"))
|
454
|
+
DescribeDraftAppVersionResourcesImportStatusResponse.struct_class = Types::DescribeDraftAppVersionResourcesImportStatusResponse
|
455
|
+
|
456
|
+
DescribeResiliencyPolicyRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "policyArn"))
|
457
|
+
DescribeResiliencyPolicyRequest.struct_class = Types::DescribeResiliencyPolicyRequest
|
458
|
+
|
459
|
+
DescribeResiliencyPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: ResiliencyPolicy, required: true, location_name: "policy"))
|
460
|
+
DescribeResiliencyPolicyResponse.struct_class = Types::DescribeResiliencyPolicyResponse
|
461
|
+
|
462
|
+
DisruptionCompliance.add_member(:achievable_rpo_in_secs, Shapes::ShapeRef.new(shape: Seconds, location_name: "achievableRpoInSecs"))
|
463
|
+
DisruptionCompliance.add_member(:achievable_rto_in_secs, Shapes::ShapeRef.new(shape: Seconds, location_name: "achievableRtoInSecs"))
|
464
|
+
DisruptionCompliance.add_member(:compliance_status, Shapes::ShapeRef.new(shape: ComplianceStatus, required: true, location_name: "complianceStatus"))
|
465
|
+
DisruptionCompliance.add_member(:current_rpo_in_secs, Shapes::ShapeRef.new(shape: Seconds, location_name: "currentRpoInSecs"))
|
466
|
+
DisruptionCompliance.add_member(:current_rto_in_secs, Shapes::ShapeRef.new(shape: Seconds, location_name: "currentRtoInSecs"))
|
467
|
+
DisruptionCompliance.add_member(:message, Shapes::ShapeRef.new(shape: String500, location_name: "message"))
|
468
|
+
DisruptionCompliance.add_member(:rpo_description, Shapes::ShapeRef.new(shape: String500, location_name: "rpoDescription"))
|
469
|
+
DisruptionCompliance.add_member(:rpo_reference_id, Shapes::ShapeRef.new(shape: String500, location_name: "rpoReferenceId"))
|
470
|
+
DisruptionCompliance.add_member(:rto_description, Shapes::ShapeRef.new(shape: String500, location_name: "rtoDescription"))
|
471
|
+
DisruptionCompliance.add_member(:rto_reference_id, Shapes::ShapeRef.new(shape: String500, location_name: "rtoReferenceId"))
|
472
|
+
DisruptionCompliance.struct_class = Types::DisruptionCompliance
|
473
|
+
|
474
|
+
DisruptionPolicy.key = Shapes::ShapeRef.new(shape: DisruptionType)
|
475
|
+
DisruptionPolicy.value = Shapes::ShapeRef.new(shape: FailurePolicy)
|
476
|
+
|
477
|
+
DisruptionResiliencyScore.key = Shapes::ShapeRef.new(shape: DisruptionType)
|
478
|
+
DisruptionResiliencyScore.value = Shapes::ShapeRef.new(shape: Double)
|
479
|
+
|
480
|
+
EntityNameList.member = Shapes::ShapeRef.new(shape: EntityName)
|
481
|
+
|
482
|
+
FailurePolicy.add_member(:rpo_in_secs, Shapes::ShapeRef.new(shape: Seconds, required: true, location_name: "rpoInSecs"))
|
483
|
+
FailurePolicy.add_member(:rto_in_secs, Shapes::ShapeRef.new(shape: Seconds, required: true, location_name: "rtoInSecs"))
|
484
|
+
FailurePolicy.struct_class = Types::FailurePolicy
|
485
|
+
|
486
|
+
ImportResourcesToDraftAppVersionRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
487
|
+
ImportResourcesToDraftAppVersionRequest.add_member(:source_arns, Shapes::ShapeRef.new(shape: ArnList, required: true, location_name: "sourceArns"))
|
488
|
+
ImportResourcesToDraftAppVersionRequest.struct_class = Types::ImportResourcesToDraftAppVersionRequest
|
489
|
+
|
490
|
+
ImportResourcesToDraftAppVersionResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
491
|
+
ImportResourcesToDraftAppVersionResponse.add_member(:app_version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "appVersion"))
|
492
|
+
ImportResourcesToDraftAppVersionResponse.add_member(:source_arns, Shapes::ShapeRef.new(shape: ArnList, required: true, location_name: "sourceArns"))
|
493
|
+
ImportResourcesToDraftAppVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: ResourceImportStatusType, required: true, location_name: "status"))
|
494
|
+
ImportResourcesToDraftAppVersionResponse.struct_class = Types::ImportResourcesToDraftAppVersionResponse
|
495
|
+
|
496
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String500, location_name: "message"))
|
497
|
+
InternalServerException.struct_class = Types::InternalServerException
|
498
|
+
|
499
|
+
ListAlarmRecommendationsRequest.add_member(:assessment_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "assessmentArn"))
|
500
|
+
ListAlarmRecommendationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
501
|
+
ListAlarmRecommendationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
502
|
+
ListAlarmRecommendationsRequest.struct_class = Types::ListAlarmRecommendationsRequest
|
503
|
+
|
504
|
+
ListAlarmRecommendationsResponse.add_member(:alarm_recommendations, Shapes::ShapeRef.new(shape: AlarmRecommendationList, required: true, location_name: "alarmRecommendations"))
|
505
|
+
ListAlarmRecommendationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
506
|
+
ListAlarmRecommendationsResponse.struct_class = Types::ListAlarmRecommendationsResponse
|
507
|
+
|
508
|
+
ListAppAssessmentsRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, location: "querystring", location_name: "appArn"))
|
509
|
+
ListAppAssessmentsRequest.add_member(:assessment_name, Shapes::ShapeRef.new(shape: EntityName, location: "querystring", location_name: "assessmentName"))
|
510
|
+
ListAppAssessmentsRequest.add_member(:assessment_status, Shapes::ShapeRef.new(shape: AssessmentStatusList, location: "querystring", location_name: "assessmentStatus"))
|
511
|
+
ListAppAssessmentsRequest.add_member(:compliance_status, Shapes::ShapeRef.new(shape: ComplianceStatus, location: "querystring", location_name: "complianceStatus"))
|
512
|
+
ListAppAssessmentsRequest.add_member(:invoker, Shapes::ShapeRef.new(shape: AssessmentInvoker, location: "querystring", location_name: "invoker"))
|
513
|
+
ListAppAssessmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
514
|
+
ListAppAssessmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
515
|
+
ListAppAssessmentsRequest.add_member(:reverse_order, Shapes::ShapeRef.new(shape: BooleanOptional, location: "querystring", location_name: "reverseOrder"))
|
516
|
+
ListAppAssessmentsRequest.struct_class = Types::ListAppAssessmentsRequest
|
517
|
+
|
518
|
+
ListAppAssessmentsResponse.add_member(:assessment_summaries, Shapes::ShapeRef.new(shape: AppAssessmentSummaryList, required: true, location_name: "assessmentSummaries"))
|
519
|
+
ListAppAssessmentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
520
|
+
ListAppAssessmentsResponse.struct_class = Types::ListAppAssessmentsResponse
|
521
|
+
|
522
|
+
ListAppComponentCompliancesRequest.add_member(:assessment_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "assessmentArn"))
|
523
|
+
ListAppComponentCompliancesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
524
|
+
ListAppComponentCompliancesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
525
|
+
ListAppComponentCompliancesRequest.struct_class = Types::ListAppComponentCompliancesRequest
|
526
|
+
|
527
|
+
ListAppComponentCompliancesResponse.add_member(:component_compliances, Shapes::ShapeRef.new(shape: ComponentCompliancesList, required: true, location_name: "componentCompliances"))
|
528
|
+
ListAppComponentCompliancesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
529
|
+
ListAppComponentCompliancesResponse.struct_class = Types::ListAppComponentCompliancesResponse
|
530
|
+
|
531
|
+
ListAppComponentRecommendationsRequest.add_member(:assessment_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "assessmentArn"))
|
532
|
+
ListAppComponentRecommendationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
533
|
+
ListAppComponentRecommendationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
534
|
+
ListAppComponentRecommendationsRequest.struct_class = Types::ListAppComponentRecommendationsRequest
|
535
|
+
|
536
|
+
ListAppComponentRecommendationsResponse.add_member(:component_recommendations, Shapes::ShapeRef.new(shape: ComponentRecommendationList, required: true, location_name: "componentRecommendations"))
|
537
|
+
ListAppComponentRecommendationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
538
|
+
ListAppComponentRecommendationsResponse.struct_class = Types::ListAppComponentRecommendationsResponse
|
539
|
+
|
540
|
+
ListAppVersionResourceMappingsRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
541
|
+
ListAppVersionResourceMappingsRequest.add_member(:app_version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "appVersion"))
|
542
|
+
ListAppVersionResourceMappingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
543
|
+
ListAppVersionResourceMappingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
544
|
+
ListAppVersionResourceMappingsRequest.struct_class = Types::ListAppVersionResourceMappingsRequest
|
545
|
+
|
546
|
+
ListAppVersionResourceMappingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
547
|
+
ListAppVersionResourceMappingsResponse.add_member(:resource_mappings, Shapes::ShapeRef.new(shape: ResourceMappingList, required: true, location_name: "resourceMappings"))
|
548
|
+
ListAppVersionResourceMappingsResponse.struct_class = Types::ListAppVersionResourceMappingsResponse
|
549
|
+
|
550
|
+
ListAppVersionResourcesRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
551
|
+
ListAppVersionResourcesRequest.add_member(:app_version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "appVersion"))
|
552
|
+
ListAppVersionResourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
553
|
+
ListAppVersionResourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
554
|
+
ListAppVersionResourcesRequest.add_member(:resolution_id, Shapes::ShapeRef.new(shape: String255, location_name: "resolutionId"))
|
555
|
+
ListAppVersionResourcesRequest.struct_class = Types::ListAppVersionResourcesRequest
|
556
|
+
|
557
|
+
ListAppVersionResourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
558
|
+
ListAppVersionResourcesResponse.add_member(:physical_resources, Shapes::ShapeRef.new(shape: PhysicalResourceList, required: true, location_name: "physicalResources"))
|
559
|
+
ListAppVersionResourcesResponse.add_member(:resolution_id, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "resolutionId"))
|
560
|
+
ListAppVersionResourcesResponse.struct_class = Types::ListAppVersionResourcesResponse
|
561
|
+
|
562
|
+
ListAppVersionsRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
563
|
+
ListAppVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
564
|
+
ListAppVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
565
|
+
ListAppVersionsRequest.struct_class = Types::ListAppVersionsRequest
|
566
|
+
|
567
|
+
ListAppVersionsResponse.add_member(:app_versions, Shapes::ShapeRef.new(shape: AppVersionList, required: true, location_name: "appVersions"))
|
568
|
+
ListAppVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
569
|
+
ListAppVersionsResponse.struct_class = Types::ListAppVersionsResponse
|
570
|
+
|
571
|
+
ListAppsRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, location: "querystring", location_name: "appArn"))
|
572
|
+
ListAppsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
573
|
+
ListAppsRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, location: "querystring", location_name: "name"))
|
574
|
+
ListAppsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
575
|
+
ListAppsRequest.struct_class = Types::ListAppsRequest
|
576
|
+
|
577
|
+
ListAppsResponse.add_member(:app_summaries, Shapes::ShapeRef.new(shape: AppSummaryList, required: true, location_name: "appSummaries"))
|
578
|
+
ListAppsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
579
|
+
ListAppsResponse.struct_class = Types::ListAppsResponse
|
580
|
+
|
581
|
+
ListRecommendationTemplatesRequest.add_member(:assessment_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "querystring", location_name: "assessmentArn"))
|
582
|
+
ListRecommendationTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
583
|
+
ListRecommendationTemplatesRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, location: "querystring", location_name: "name"))
|
584
|
+
ListRecommendationTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
585
|
+
ListRecommendationTemplatesRequest.add_member(:recommendation_template_arn, Shapes::ShapeRef.new(shape: Arn, location: "querystring", location_name: "recommendationTemplateArn"))
|
586
|
+
ListRecommendationTemplatesRequest.add_member(:reverse_order, Shapes::ShapeRef.new(shape: BooleanOptional, location: "querystring", location_name: "reverseOrder"))
|
587
|
+
ListRecommendationTemplatesRequest.add_member(:status, Shapes::ShapeRef.new(shape: RecommendationTemplateStatusList, location: "querystring", location_name: "status"))
|
588
|
+
ListRecommendationTemplatesRequest.struct_class = Types::ListRecommendationTemplatesRequest
|
589
|
+
|
590
|
+
ListRecommendationTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
591
|
+
ListRecommendationTemplatesResponse.add_member(:recommendation_templates, Shapes::ShapeRef.new(shape: RecommendationTemplateList, location_name: "recommendationTemplates"))
|
592
|
+
ListRecommendationTemplatesResponse.struct_class = Types::ListRecommendationTemplatesResponse
|
593
|
+
|
594
|
+
ListResiliencyPoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
595
|
+
ListResiliencyPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
596
|
+
ListResiliencyPoliciesRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: EntityName, location: "querystring", location_name: "policyName"))
|
597
|
+
ListResiliencyPoliciesRequest.struct_class = Types::ListResiliencyPoliciesRequest
|
598
|
+
|
599
|
+
ListResiliencyPoliciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
600
|
+
ListResiliencyPoliciesResponse.add_member(:resiliency_policies, Shapes::ShapeRef.new(shape: ResiliencyPolicies, required: true, location_name: "resiliencyPolicies"))
|
601
|
+
ListResiliencyPoliciesResponse.struct_class = Types::ListResiliencyPoliciesResponse
|
602
|
+
|
603
|
+
ListSopRecommendationsRequest.add_member(:assessment_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "assessmentArn"))
|
604
|
+
ListSopRecommendationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
605
|
+
ListSopRecommendationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
606
|
+
ListSopRecommendationsRequest.struct_class = Types::ListSopRecommendationsRequest
|
607
|
+
|
608
|
+
ListSopRecommendationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
609
|
+
ListSopRecommendationsResponse.add_member(:sop_recommendations, Shapes::ShapeRef.new(shape: SopRecommendationList, required: true, location_name: "sopRecommendations"))
|
610
|
+
ListSopRecommendationsResponse.struct_class = Types::ListSopRecommendationsResponse
|
611
|
+
|
612
|
+
ListSuggestedResiliencyPoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
613
|
+
ListSuggestedResiliencyPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
614
|
+
ListSuggestedResiliencyPoliciesRequest.struct_class = Types::ListSuggestedResiliencyPoliciesRequest
|
615
|
+
|
616
|
+
ListSuggestedResiliencyPoliciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
617
|
+
ListSuggestedResiliencyPoliciesResponse.add_member(:resiliency_policies, Shapes::ShapeRef.new(shape: ResiliencyPolicies, required: true, location_name: "resiliencyPolicies"))
|
618
|
+
ListSuggestedResiliencyPoliciesResponse.struct_class = Types::ListSuggestedResiliencyPoliciesResponse
|
619
|
+
|
620
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
|
621
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
622
|
+
|
623
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
624
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
625
|
+
|
626
|
+
ListTestRecommendationsRequest.add_member(:assessment_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "assessmentArn"))
|
627
|
+
ListTestRecommendationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
628
|
+
ListTestRecommendationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
629
|
+
ListTestRecommendationsRequest.struct_class = Types::ListTestRecommendationsRequest
|
630
|
+
|
631
|
+
ListTestRecommendationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
632
|
+
ListTestRecommendationsResponse.add_member(:test_recommendations, Shapes::ShapeRef.new(shape: TestRecommendationList, required: true, location_name: "testRecommendations"))
|
633
|
+
ListTestRecommendationsResponse.struct_class = Types::ListTestRecommendationsResponse
|
634
|
+
|
635
|
+
ListUnsupportedAppVersionResourcesRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
636
|
+
ListUnsupportedAppVersionResourcesRequest.add_member(:app_version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "appVersion"))
|
637
|
+
ListUnsupportedAppVersionResourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
638
|
+
ListUnsupportedAppVersionResourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
639
|
+
ListUnsupportedAppVersionResourcesRequest.add_member(:resolution_id, Shapes::ShapeRef.new(shape: String255, location_name: "resolutionId"))
|
640
|
+
ListUnsupportedAppVersionResourcesRequest.struct_class = Types::ListUnsupportedAppVersionResourcesRequest
|
641
|
+
|
642
|
+
ListUnsupportedAppVersionResourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
643
|
+
ListUnsupportedAppVersionResourcesResponse.add_member(:resolution_id, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "resolutionId"))
|
644
|
+
ListUnsupportedAppVersionResourcesResponse.add_member(:unsupported_resources, Shapes::ShapeRef.new(shape: UnsupportedResourceList, required: true, location_name: "unsupportedResources"))
|
645
|
+
ListUnsupportedAppVersionResourcesResponse.struct_class = Types::ListUnsupportedAppVersionResourcesResponse
|
646
|
+
|
647
|
+
LogicalResourceId.add_member(:identifier, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "identifier"))
|
648
|
+
LogicalResourceId.add_member(:logical_stack_name, Shapes::ShapeRef.new(shape: String255, location_name: "logicalStackName"))
|
649
|
+
LogicalResourceId.add_member(:resource_group_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "resourceGroupName"))
|
650
|
+
LogicalResourceId.struct_class = Types::LogicalResourceId
|
651
|
+
|
652
|
+
PhysicalResource.add_member(:app_components, Shapes::ShapeRef.new(shape: AppComponentList, location_name: "appComponents"))
|
653
|
+
PhysicalResource.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "logicalResourceId"))
|
654
|
+
PhysicalResource.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, required: true, location_name: "physicalResourceId"))
|
655
|
+
PhysicalResource.add_member(:resource_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "resourceName"))
|
656
|
+
PhysicalResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "resourceType"))
|
657
|
+
PhysicalResource.struct_class = Types::PhysicalResource
|
658
|
+
|
659
|
+
PhysicalResourceId.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: CustomerId, location_name: "awsAccountId"))
|
660
|
+
PhysicalResourceId.add_member(:aws_region, Shapes::ShapeRef.new(shape: AwsRegion, location_name: "awsRegion"))
|
661
|
+
PhysicalResourceId.add_member(:identifier, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "identifier"))
|
662
|
+
PhysicalResourceId.add_member(:type, Shapes::ShapeRef.new(shape: PhysicalIdentifierType, required: true, location_name: "type"))
|
663
|
+
PhysicalResourceId.struct_class = Types::PhysicalResourceId
|
664
|
+
|
665
|
+
PhysicalResourceList.member = Shapes::ShapeRef.new(shape: PhysicalResource)
|
666
|
+
|
667
|
+
PublishAppVersionRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
668
|
+
PublishAppVersionRequest.struct_class = Types::PublishAppVersionRequest
|
669
|
+
|
670
|
+
PublishAppVersionResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
671
|
+
PublishAppVersionResponse.add_member(:app_version, Shapes::ShapeRef.new(shape: EntityVersion, location_name: "appVersion"))
|
672
|
+
PublishAppVersionResponse.struct_class = Types::PublishAppVersionResponse
|
673
|
+
|
674
|
+
PutDraftAppVersionTemplateRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
675
|
+
PutDraftAppVersionTemplateRequest.add_member(:app_template_body, Shapes::ShapeRef.new(shape: AppTemplateBody, required: true, location_name: "appTemplateBody"))
|
676
|
+
PutDraftAppVersionTemplateRequest.struct_class = Types::PutDraftAppVersionTemplateRequest
|
677
|
+
|
678
|
+
PutDraftAppVersionTemplateResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "appArn"))
|
679
|
+
PutDraftAppVersionTemplateResponse.add_member(:app_version, Shapes::ShapeRef.new(shape: EntityVersion, location_name: "appVersion"))
|
680
|
+
PutDraftAppVersionTemplateResponse.struct_class = Types::PutDraftAppVersionTemplateResponse
|
681
|
+
|
682
|
+
RecommendationCompliance.key = Shapes::ShapeRef.new(shape: DisruptionType)
|
683
|
+
RecommendationCompliance.value = Shapes::ShapeRef.new(shape: RecommendationDisruptionCompliance)
|
684
|
+
|
685
|
+
RecommendationDisruptionCompliance.add_member(:expected_compliance_status, Shapes::ShapeRef.new(shape: ComplianceStatus, required: true, location_name: "expectedComplianceStatus"))
|
686
|
+
RecommendationDisruptionCompliance.add_member(:expected_rpo_description, Shapes::ShapeRef.new(shape: String500, location_name: "expectedRpoDescription"))
|
687
|
+
RecommendationDisruptionCompliance.add_member(:expected_rpo_in_secs, Shapes::ShapeRef.new(shape: Seconds, location_name: "expectedRpoInSecs"))
|
688
|
+
RecommendationDisruptionCompliance.add_member(:expected_rto_description, Shapes::ShapeRef.new(shape: String500, location_name: "expectedRtoDescription"))
|
689
|
+
RecommendationDisruptionCompliance.add_member(:expected_rto_in_secs, Shapes::ShapeRef.new(shape: Seconds, location_name: "expectedRtoInSecs"))
|
690
|
+
RecommendationDisruptionCompliance.struct_class = Types::RecommendationDisruptionCompliance
|
691
|
+
|
692
|
+
RecommendationIdList.member = Shapes::ShapeRef.new(shape: Uuid)
|
693
|
+
|
694
|
+
RecommendationItem.add_member(:already_implemented, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "alreadyImplemented"))
|
695
|
+
RecommendationItem.add_member(:resource_id, Shapes::ShapeRef.new(shape: String500, location_name: "resourceId"))
|
696
|
+
RecommendationItem.add_member(:target_account_id, Shapes::ShapeRef.new(shape: CustomerId, location_name: "targetAccountId"))
|
697
|
+
RecommendationItem.add_member(:target_region, Shapes::ShapeRef.new(shape: AwsRegion, location_name: "targetRegion"))
|
698
|
+
RecommendationItem.struct_class = Types::RecommendationItem
|
699
|
+
|
700
|
+
RecommendationItemList.member = Shapes::ShapeRef.new(shape: RecommendationItem)
|
701
|
+
|
702
|
+
RecommendationTemplate.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "appArn"))
|
703
|
+
RecommendationTemplate.add_member(:assessment_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "assessmentArn"))
|
704
|
+
RecommendationTemplate.add_member(:end_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "endTime"))
|
705
|
+
RecommendationTemplate.add_member(:format, Shapes::ShapeRef.new(shape: TemplateFormat, required: true, location_name: "format"))
|
706
|
+
RecommendationTemplate.add_member(:message, Shapes::ShapeRef.new(shape: String500, location_name: "message"))
|
707
|
+
RecommendationTemplate.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "name"))
|
708
|
+
RecommendationTemplate.add_member(:needs_replacements, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "needsReplacements"))
|
709
|
+
RecommendationTemplate.add_member(:recommendation_ids, Shapes::ShapeRef.new(shape: RecommendationIdList, location_name: "recommendationIds"))
|
710
|
+
RecommendationTemplate.add_member(:recommendation_template_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "recommendationTemplateArn"))
|
711
|
+
RecommendationTemplate.add_member(:recommendation_types, Shapes::ShapeRef.new(shape: RenderRecommendationTypeList, required: true, location_name: "recommendationTypes"))
|
712
|
+
RecommendationTemplate.add_member(:start_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "startTime"))
|
713
|
+
RecommendationTemplate.add_member(:status, Shapes::ShapeRef.new(shape: RecommendationTemplateStatus, required: true, location_name: "status"))
|
714
|
+
RecommendationTemplate.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
715
|
+
RecommendationTemplate.add_member(:templates_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "templatesLocation"))
|
716
|
+
RecommendationTemplate.struct_class = Types::RecommendationTemplate
|
717
|
+
|
718
|
+
RecommendationTemplateList.member = Shapes::ShapeRef.new(shape: RecommendationTemplate)
|
719
|
+
|
720
|
+
RecommendationTemplateStatusList.member = Shapes::ShapeRef.new(shape: RecommendationTemplateStatus)
|
721
|
+
|
722
|
+
RemoveDraftAppVersionResourceMappingsRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
723
|
+
RemoveDraftAppVersionResourceMappingsRequest.add_member(:app_registry_app_names, Shapes::ShapeRef.new(shape: EntityNameList, location_name: "appRegistryAppNames"))
|
724
|
+
RemoveDraftAppVersionResourceMappingsRequest.add_member(:logical_stack_names, Shapes::ShapeRef.new(shape: String255List, location_name: "logicalStackNames"))
|
725
|
+
RemoveDraftAppVersionResourceMappingsRequest.add_member(:resource_group_names, Shapes::ShapeRef.new(shape: EntityNameList, location_name: "resourceGroupNames"))
|
726
|
+
RemoveDraftAppVersionResourceMappingsRequest.add_member(:resource_names, Shapes::ShapeRef.new(shape: EntityNameList, location_name: "resourceNames"))
|
727
|
+
RemoveDraftAppVersionResourceMappingsRequest.struct_class = Types::RemoveDraftAppVersionResourceMappingsRequest
|
728
|
+
|
729
|
+
RemoveDraftAppVersionResourceMappingsResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "appArn"))
|
730
|
+
RemoveDraftAppVersionResourceMappingsResponse.add_member(:app_version, Shapes::ShapeRef.new(shape: EntityVersion, location_name: "appVersion"))
|
731
|
+
RemoveDraftAppVersionResourceMappingsResponse.struct_class = Types::RemoveDraftAppVersionResourceMappingsResponse
|
732
|
+
|
733
|
+
RenderRecommendationTypeList.member = Shapes::ShapeRef.new(shape: RenderRecommendationType)
|
734
|
+
|
735
|
+
ResiliencyPolicies.member = Shapes::ShapeRef.new(shape: ResiliencyPolicy)
|
736
|
+
|
737
|
+
ResiliencyPolicy.add_member(:creation_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "creationTime"))
|
738
|
+
ResiliencyPolicy.add_member(:data_location_constraint, Shapes::ShapeRef.new(shape: DataLocationConstraint, location_name: "dataLocationConstraint"))
|
739
|
+
ResiliencyPolicy.add_member(:estimated_cost_tier, Shapes::ShapeRef.new(shape: EstimatedCostTier, location_name: "estimatedCostTier"))
|
740
|
+
ResiliencyPolicy.add_member(:policy, Shapes::ShapeRef.new(shape: DisruptionPolicy, location_name: "policy"))
|
741
|
+
ResiliencyPolicy.add_member(:policy_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "policyArn"))
|
742
|
+
ResiliencyPolicy.add_member(:policy_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "policyDescription"))
|
743
|
+
ResiliencyPolicy.add_member(:policy_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "policyName"))
|
744
|
+
ResiliencyPolicy.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
745
|
+
ResiliencyPolicy.add_member(:tier, Shapes::ShapeRef.new(shape: ResiliencyPolicyTier, location_name: "tier"))
|
746
|
+
ResiliencyPolicy.struct_class = Types::ResiliencyPolicy
|
747
|
+
|
748
|
+
ResiliencyScore.add_member(:disruption_score, Shapes::ShapeRef.new(shape: DisruptionResiliencyScore, required: true, location_name: "disruptionScore"))
|
749
|
+
ResiliencyScore.add_member(:score, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "score"))
|
750
|
+
ResiliencyScore.struct_class = Types::ResiliencyScore
|
751
|
+
|
752
|
+
ResolveAppVersionResourcesRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
753
|
+
ResolveAppVersionResourcesRequest.add_member(:app_version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "appVersion"))
|
754
|
+
ResolveAppVersionResourcesRequest.struct_class = Types::ResolveAppVersionResourcesRequest
|
755
|
+
|
756
|
+
ResolveAppVersionResourcesResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
757
|
+
ResolveAppVersionResourcesResponse.add_member(:app_version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "appVersion"))
|
758
|
+
ResolveAppVersionResourcesResponse.add_member(:resolution_id, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "resolutionId"))
|
759
|
+
ResolveAppVersionResourcesResponse.add_member(:status, Shapes::ShapeRef.new(shape: ResourceResolutionStatusType, required: true, location_name: "status"))
|
760
|
+
ResolveAppVersionResourcesResponse.struct_class = Types::ResolveAppVersionResourcesResponse
|
761
|
+
|
762
|
+
ResourceMapping.add_member(:app_registry_app_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "appRegistryAppName"))
|
763
|
+
ResourceMapping.add_member(:logical_stack_name, Shapes::ShapeRef.new(shape: String255, location_name: "logicalStackName"))
|
764
|
+
ResourceMapping.add_member(:mapping_type, Shapes::ShapeRef.new(shape: ResourceMappingType, required: true, location_name: "mappingType"))
|
765
|
+
ResourceMapping.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, required: true, location_name: "physicalResourceId"))
|
766
|
+
ResourceMapping.add_member(:resource_group_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "resourceGroupName"))
|
767
|
+
ResourceMapping.add_member(:resource_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "resourceName"))
|
768
|
+
ResourceMapping.struct_class = Types::ResourceMapping
|
769
|
+
|
770
|
+
ResourceMappingList.member = Shapes::ShapeRef.new(shape: ResourceMapping)
|
771
|
+
|
772
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String500, location_name: "message"))
|
773
|
+
ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "resourceId"))
|
774
|
+
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
775
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
776
|
+
|
777
|
+
S3Location.add_member(:bucket, Shapes::ShapeRef.new(shape: String500, location_name: "bucket"))
|
778
|
+
S3Location.add_member(:prefix, Shapes::ShapeRef.new(shape: String500, location_name: "prefix"))
|
779
|
+
S3Location.struct_class = Types::S3Location
|
780
|
+
|
781
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String500, location_name: "message"))
|
782
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
783
|
+
|
784
|
+
SopRecommendation.add_member(:app_component_name, Shapes::ShapeRef.new(shape: EntityId, location_name: "appComponentName"))
|
785
|
+
SopRecommendation.add_member(:description, Shapes::ShapeRef.new(shape: String500, location_name: "description"))
|
786
|
+
SopRecommendation.add_member(:items, Shapes::ShapeRef.new(shape: RecommendationItemList, location_name: "items"))
|
787
|
+
SopRecommendation.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "name"))
|
788
|
+
SopRecommendation.add_member(:prerequisite, Shapes::ShapeRef.new(shape: String500, location_name: "prerequisite"))
|
789
|
+
SopRecommendation.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "recommendationId"))
|
790
|
+
SopRecommendation.add_member(:reference_id, Shapes::ShapeRef.new(shape: SpecReferenceId, required: true, location_name: "referenceId"))
|
791
|
+
SopRecommendation.add_member(:service_type, Shapes::ShapeRef.new(shape: SopServiceType, required: true, location_name: "serviceType"))
|
792
|
+
SopRecommendation.struct_class = Types::SopRecommendation
|
793
|
+
|
794
|
+
SopRecommendationList.member = Shapes::ShapeRef.new(shape: SopRecommendation)
|
795
|
+
|
796
|
+
StartAppAssessmentRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
797
|
+
StartAppAssessmentRequest.add_member(:app_version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "appVersion"))
|
798
|
+
StartAppAssessmentRequest.add_member(:assessment_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "assessmentName"))
|
799
|
+
StartAppAssessmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
800
|
+
StartAppAssessmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
801
|
+
StartAppAssessmentRequest.struct_class = Types::StartAppAssessmentRequest
|
802
|
+
|
803
|
+
StartAppAssessmentResponse.add_member(:assessment, Shapes::ShapeRef.new(shape: AppAssessment, required: true, location_name: "assessment"))
|
804
|
+
StartAppAssessmentResponse.struct_class = Types::StartAppAssessmentResponse
|
805
|
+
|
806
|
+
String255List.member = Shapes::ShapeRef.new(shape: String255)
|
807
|
+
|
808
|
+
SuggestedChangesList.member = Shapes::ShapeRef.new(shape: EntityDescription)
|
809
|
+
|
810
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
811
|
+
|
812
|
+
TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
813
|
+
TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
814
|
+
|
815
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
|
816
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
|
817
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
818
|
+
|
819
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
820
|
+
|
821
|
+
TestRecommendation.add_member(:app_component_name, Shapes::ShapeRef.new(shape: EntityId, location_name: "appComponentName"))
|
822
|
+
TestRecommendation.add_member(:description, Shapes::ShapeRef.new(shape: String500, location_name: "description"))
|
823
|
+
TestRecommendation.add_member(:intent, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "intent"))
|
824
|
+
TestRecommendation.add_member(:items, Shapes::ShapeRef.new(shape: RecommendationItemList, location_name: "items"))
|
825
|
+
TestRecommendation.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "name"))
|
826
|
+
TestRecommendation.add_member(:prerequisite, Shapes::ShapeRef.new(shape: String500, location_name: "prerequisite"))
|
827
|
+
TestRecommendation.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "recommendationId"))
|
828
|
+
TestRecommendation.add_member(:reference_id, Shapes::ShapeRef.new(shape: SpecReferenceId, required: true, location_name: "referenceId"))
|
829
|
+
TestRecommendation.add_member(:risk, Shapes::ShapeRef.new(shape: TestRisk, location_name: "risk"))
|
830
|
+
TestRecommendation.add_member(:type, Shapes::ShapeRef.new(shape: TestType, location_name: "type"))
|
831
|
+
TestRecommendation.struct_class = Types::TestRecommendation
|
832
|
+
|
833
|
+
TestRecommendationList.member = Shapes::ShapeRef.new(shape: TestRecommendation)
|
834
|
+
|
835
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String500, location_name: "message"))
|
836
|
+
ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: RetryAfterSeconds, location_name: "retryAfterSeconds"))
|
837
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
838
|
+
|
839
|
+
UnsupportedResource.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "logicalResourceId"))
|
840
|
+
UnsupportedResource.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, required: true, location_name: "physicalResourceId"))
|
841
|
+
UnsupportedResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "resourceType"))
|
842
|
+
UnsupportedResource.struct_class = Types::UnsupportedResource
|
843
|
+
|
844
|
+
UnsupportedResourceList.member = Shapes::ShapeRef.new(shape: UnsupportedResource)
|
845
|
+
|
846
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
|
847
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
848
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
849
|
+
|
850
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
851
|
+
|
852
|
+
UpdateAppRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appArn"))
|
853
|
+
UpdateAppRequest.add_member(:clear_resiliency_policy_arn, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "clearResiliencyPolicyArn"))
|
854
|
+
UpdateAppRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "description"))
|
855
|
+
UpdateAppRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "policyArn"))
|
856
|
+
UpdateAppRequest.struct_class = Types::UpdateAppRequest
|
857
|
+
|
858
|
+
UpdateAppResponse.add_member(:app, Shapes::ShapeRef.new(shape: App, required: true, location_name: "app"))
|
859
|
+
UpdateAppResponse.struct_class = Types::UpdateAppResponse
|
860
|
+
|
861
|
+
UpdateResiliencyPolicyRequest.add_member(:data_location_constraint, Shapes::ShapeRef.new(shape: DataLocationConstraint, location_name: "dataLocationConstraint"))
|
862
|
+
UpdateResiliencyPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: DisruptionPolicy, location_name: "policy"))
|
863
|
+
UpdateResiliencyPolicyRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "policyArn"))
|
864
|
+
UpdateResiliencyPolicyRequest.add_member(:policy_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "policyDescription"))
|
865
|
+
UpdateResiliencyPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "policyName"))
|
866
|
+
UpdateResiliencyPolicyRequest.add_member(:tier, Shapes::ShapeRef.new(shape: ResiliencyPolicyTier, location_name: "tier"))
|
867
|
+
UpdateResiliencyPolicyRequest.struct_class = Types::UpdateResiliencyPolicyRequest
|
868
|
+
|
869
|
+
UpdateResiliencyPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: ResiliencyPolicy, required: true, location_name: "policy"))
|
870
|
+
UpdateResiliencyPolicyResponse.struct_class = Types::UpdateResiliencyPolicyResponse
|
871
|
+
|
872
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String500, location_name: "message"))
|
873
|
+
ValidationException.struct_class = Types::ValidationException
|
874
|
+
|
875
|
+
|
876
|
+
# @api private
|
877
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
878
|
+
|
879
|
+
api.version = "2020-04-30"
|
880
|
+
|
881
|
+
api.metadata = {
|
882
|
+
"apiVersion" => "2020-04-30",
|
883
|
+
"endpointPrefix" => "resiliencehub",
|
884
|
+
"jsonVersion" => "1.1",
|
885
|
+
"protocol" => "rest-json",
|
886
|
+
"serviceFullName" => "AWS Resilience Hub",
|
887
|
+
"serviceId" => "resiliencehub",
|
888
|
+
"signatureVersion" => "v4",
|
889
|
+
"signingName" => "resiliencehub",
|
890
|
+
"uid" => "resiliencehub-2020-04-30",
|
891
|
+
}
|
892
|
+
|
893
|
+
api.add_operation(:add_draft_app_version_resource_mappings, Seahorse::Model::Operation.new.tap do |o|
|
894
|
+
o.name = "AddDraftAppVersionResourceMappings"
|
895
|
+
o.http_method = "POST"
|
896
|
+
o.http_request_uri = "/add-draft-app-version-resource-mappings"
|
897
|
+
o.input = Shapes::ShapeRef.new(shape: AddDraftAppVersionResourceMappingsRequest)
|
898
|
+
o.output = Shapes::ShapeRef.new(shape: AddDraftAppVersionResourceMappingsResponse)
|
899
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
900
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
901
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
902
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
903
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
904
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
905
|
+
end)
|
906
|
+
|
907
|
+
api.add_operation(:create_app, Seahorse::Model::Operation.new.tap do |o|
|
908
|
+
o.name = "CreateApp"
|
909
|
+
o.http_method = "POST"
|
910
|
+
o.http_request_uri = "/create-app"
|
911
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAppRequest)
|
912
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAppResponse)
|
913
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
914
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
915
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
916
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
917
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
918
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
919
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
920
|
+
end)
|
921
|
+
|
922
|
+
api.add_operation(:create_recommendation_template, Seahorse::Model::Operation.new.tap do |o|
|
923
|
+
o.name = "CreateRecommendationTemplate"
|
924
|
+
o.http_method = "POST"
|
925
|
+
o.http_request_uri = "/create-recommendation-template"
|
926
|
+
o.input = Shapes::ShapeRef.new(shape: CreateRecommendationTemplateRequest)
|
927
|
+
o.output = Shapes::ShapeRef.new(shape: CreateRecommendationTemplateResponse)
|
928
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
929
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
930
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
931
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
932
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
933
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
934
|
+
end)
|
935
|
+
|
936
|
+
api.add_operation(:create_resiliency_policy, Seahorse::Model::Operation.new.tap do |o|
|
937
|
+
o.name = "CreateResiliencyPolicy"
|
938
|
+
o.http_method = "POST"
|
939
|
+
o.http_request_uri = "/create-resiliency-policy"
|
940
|
+
o.input = Shapes::ShapeRef.new(shape: CreateResiliencyPolicyRequest)
|
941
|
+
o.output = Shapes::ShapeRef.new(shape: CreateResiliencyPolicyResponse)
|
942
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
943
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
944
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
945
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
946
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
947
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
948
|
+
end)
|
949
|
+
|
950
|
+
api.add_operation(:delete_app, Seahorse::Model::Operation.new.tap do |o|
|
951
|
+
o.name = "DeleteApp"
|
952
|
+
o.http_method = "POST"
|
953
|
+
o.http_request_uri = "/delete-app"
|
954
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAppRequest)
|
955
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAppResponse)
|
956
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
957
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
958
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
959
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
960
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
961
|
+
end)
|
962
|
+
|
963
|
+
api.add_operation(:delete_app_assessment, Seahorse::Model::Operation.new.tap do |o|
|
964
|
+
o.name = "DeleteAppAssessment"
|
965
|
+
o.http_method = "POST"
|
966
|
+
o.http_request_uri = "/delete-app-assessment"
|
967
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAppAssessmentRequest)
|
968
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAppAssessmentResponse)
|
969
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
970
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
971
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
972
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
973
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
974
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
975
|
+
end)
|
976
|
+
|
977
|
+
api.add_operation(:delete_recommendation_template, Seahorse::Model::Operation.new.tap do |o|
|
978
|
+
o.name = "DeleteRecommendationTemplate"
|
979
|
+
o.http_method = "POST"
|
980
|
+
o.http_request_uri = "/delete-recommendation-template"
|
981
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteRecommendationTemplateRequest)
|
982
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteRecommendationTemplateResponse)
|
983
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
984
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
985
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
986
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
987
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
988
|
+
end)
|
989
|
+
|
990
|
+
api.add_operation(:delete_resiliency_policy, Seahorse::Model::Operation.new.tap do |o|
|
991
|
+
o.name = "DeleteResiliencyPolicy"
|
992
|
+
o.http_method = "POST"
|
993
|
+
o.http_request_uri = "/delete-resiliency-policy"
|
994
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteResiliencyPolicyRequest)
|
995
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteResiliencyPolicyResponse)
|
996
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
997
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
998
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
999
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1000
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1001
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1002
|
+
end)
|
1003
|
+
|
1004
|
+
api.add_operation(:describe_app, Seahorse::Model::Operation.new.tap do |o|
|
1005
|
+
o.name = "DescribeApp"
|
1006
|
+
o.http_method = "POST"
|
1007
|
+
o.http_request_uri = "/describe-app"
|
1008
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAppRequest)
|
1009
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAppResponse)
|
1010
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1011
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1012
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1013
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1014
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1015
|
+
end)
|
1016
|
+
|
1017
|
+
api.add_operation(:describe_app_assessment, Seahorse::Model::Operation.new.tap do |o|
|
1018
|
+
o.name = "DescribeAppAssessment"
|
1019
|
+
o.http_method = "POST"
|
1020
|
+
o.http_request_uri = "/describe-app-assessment"
|
1021
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAppAssessmentRequest)
|
1022
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAppAssessmentResponse)
|
1023
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1024
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1025
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1026
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1027
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1028
|
+
end)
|
1029
|
+
|
1030
|
+
api.add_operation(:describe_app_version_resources_resolution_status, Seahorse::Model::Operation.new.tap do |o|
|
1031
|
+
o.name = "DescribeAppVersionResourcesResolutionStatus"
|
1032
|
+
o.http_method = "POST"
|
1033
|
+
o.http_request_uri = "/describe-app-version-resources-resolution-status"
|
1034
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAppVersionResourcesResolutionStatusRequest)
|
1035
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAppVersionResourcesResolutionStatusResponse)
|
1036
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1037
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1038
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1039
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1040
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1041
|
+
end)
|
1042
|
+
|
1043
|
+
api.add_operation(:describe_app_version_template, Seahorse::Model::Operation.new.tap do |o|
|
1044
|
+
o.name = "DescribeAppVersionTemplate"
|
1045
|
+
o.http_method = "POST"
|
1046
|
+
o.http_request_uri = "/describe-app-version-template"
|
1047
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAppVersionTemplateRequest)
|
1048
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAppVersionTemplateResponse)
|
1049
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1050
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1051
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1052
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1053
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1054
|
+
end)
|
1055
|
+
|
1056
|
+
api.add_operation(:describe_draft_app_version_resources_import_status, Seahorse::Model::Operation.new.tap do |o|
|
1057
|
+
o.name = "DescribeDraftAppVersionResourcesImportStatus"
|
1058
|
+
o.http_method = "POST"
|
1059
|
+
o.http_request_uri = "/describe-draft-app-version-resources-import-status"
|
1060
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDraftAppVersionResourcesImportStatusRequest)
|
1061
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDraftAppVersionResourcesImportStatusResponse)
|
1062
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1063
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1064
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1065
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1066
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1067
|
+
end)
|
1068
|
+
|
1069
|
+
api.add_operation(:describe_resiliency_policy, Seahorse::Model::Operation.new.tap do |o|
|
1070
|
+
o.name = "DescribeResiliencyPolicy"
|
1071
|
+
o.http_method = "POST"
|
1072
|
+
o.http_request_uri = "/describe-resiliency-policy"
|
1073
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeResiliencyPolicyRequest)
|
1074
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeResiliencyPolicyResponse)
|
1075
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1076
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1077
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1078
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1079
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1080
|
+
end)
|
1081
|
+
|
1082
|
+
api.add_operation(:import_resources_to_draft_app_version, Seahorse::Model::Operation.new.tap do |o|
|
1083
|
+
o.name = "ImportResourcesToDraftAppVersion"
|
1084
|
+
o.http_method = "POST"
|
1085
|
+
o.http_request_uri = "/import-resources-to-draft-app-version"
|
1086
|
+
o.input = Shapes::ShapeRef.new(shape: ImportResourcesToDraftAppVersionRequest)
|
1087
|
+
o.output = Shapes::ShapeRef.new(shape: ImportResourcesToDraftAppVersionResponse)
|
1088
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1089
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1090
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1091
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1092
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1093
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1094
|
+
end)
|
1095
|
+
|
1096
|
+
api.add_operation(:list_alarm_recommendations, Seahorse::Model::Operation.new.tap do |o|
|
1097
|
+
o.name = "ListAlarmRecommendations"
|
1098
|
+
o.http_method = "POST"
|
1099
|
+
o.http_request_uri = "/list-alarm-recommendations"
|
1100
|
+
o.input = Shapes::ShapeRef.new(shape: ListAlarmRecommendationsRequest)
|
1101
|
+
o.output = Shapes::ShapeRef.new(shape: ListAlarmRecommendationsResponse)
|
1102
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1103
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1104
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1105
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1106
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1107
|
+
o[:pager] = Aws::Pager.new(
|
1108
|
+
limit_key: "max_results",
|
1109
|
+
tokens: {
|
1110
|
+
"next_token" => "next_token"
|
1111
|
+
}
|
1112
|
+
)
|
1113
|
+
end)
|
1114
|
+
|
1115
|
+
api.add_operation(:list_app_assessments, Seahorse::Model::Operation.new.tap do |o|
|
1116
|
+
o.name = "ListAppAssessments"
|
1117
|
+
o.http_method = "GET"
|
1118
|
+
o.http_request_uri = "/list-app-assessments"
|
1119
|
+
o.input = Shapes::ShapeRef.new(shape: ListAppAssessmentsRequest)
|
1120
|
+
o.output = Shapes::ShapeRef.new(shape: ListAppAssessmentsResponse)
|
1121
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1122
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1123
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1124
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1125
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1126
|
+
o[:pager] = Aws::Pager.new(
|
1127
|
+
limit_key: "max_results",
|
1128
|
+
tokens: {
|
1129
|
+
"next_token" => "next_token"
|
1130
|
+
}
|
1131
|
+
)
|
1132
|
+
end)
|
1133
|
+
|
1134
|
+
api.add_operation(:list_app_component_compliances, Seahorse::Model::Operation.new.tap do |o|
|
1135
|
+
o.name = "ListAppComponentCompliances"
|
1136
|
+
o.http_method = "POST"
|
1137
|
+
o.http_request_uri = "/list-app-component-compliances"
|
1138
|
+
o.input = Shapes::ShapeRef.new(shape: ListAppComponentCompliancesRequest)
|
1139
|
+
o.output = Shapes::ShapeRef.new(shape: ListAppComponentCompliancesResponse)
|
1140
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1141
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1142
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1143
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1144
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1145
|
+
o[:pager] = Aws::Pager.new(
|
1146
|
+
limit_key: "max_results",
|
1147
|
+
tokens: {
|
1148
|
+
"next_token" => "next_token"
|
1149
|
+
}
|
1150
|
+
)
|
1151
|
+
end)
|
1152
|
+
|
1153
|
+
api.add_operation(:list_app_component_recommendations, Seahorse::Model::Operation.new.tap do |o|
|
1154
|
+
o.name = "ListAppComponentRecommendations"
|
1155
|
+
o.http_method = "POST"
|
1156
|
+
o.http_request_uri = "/list-app-component-recommendations"
|
1157
|
+
o.input = Shapes::ShapeRef.new(shape: ListAppComponentRecommendationsRequest)
|
1158
|
+
o.output = Shapes::ShapeRef.new(shape: ListAppComponentRecommendationsResponse)
|
1159
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1160
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1161
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1162
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1163
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1164
|
+
o[:pager] = Aws::Pager.new(
|
1165
|
+
limit_key: "max_results",
|
1166
|
+
tokens: {
|
1167
|
+
"next_token" => "next_token"
|
1168
|
+
}
|
1169
|
+
)
|
1170
|
+
end)
|
1171
|
+
|
1172
|
+
api.add_operation(:list_app_version_resource_mappings, Seahorse::Model::Operation.new.tap do |o|
|
1173
|
+
o.name = "ListAppVersionResourceMappings"
|
1174
|
+
o.http_method = "POST"
|
1175
|
+
o.http_request_uri = "/list-app-version-resource-mappings"
|
1176
|
+
o.input = Shapes::ShapeRef.new(shape: ListAppVersionResourceMappingsRequest)
|
1177
|
+
o.output = Shapes::ShapeRef.new(shape: ListAppVersionResourceMappingsResponse)
|
1178
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1179
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1180
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1181
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1182
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1183
|
+
o[:pager] = Aws::Pager.new(
|
1184
|
+
limit_key: "max_results",
|
1185
|
+
tokens: {
|
1186
|
+
"next_token" => "next_token"
|
1187
|
+
}
|
1188
|
+
)
|
1189
|
+
end)
|
1190
|
+
|
1191
|
+
api.add_operation(:list_app_version_resources, Seahorse::Model::Operation.new.tap do |o|
|
1192
|
+
o.name = "ListAppVersionResources"
|
1193
|
+
o.http_method = "POST"
|
1194
|
+
o.http_request_uri = "/list-app-version-resources"
|
1195
|
+
o.input = Shapes::ShapeRef.new(shape: ListAppVersionResourcesRequest)
|
1196
|
+
o.output = Shapes::ShapeRef.new(shape: ListAppVersionResourcesResponse)
|
1197
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1198
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1199
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1200
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1201
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1202
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1203
|
+
o[:pager] = Aws::Pager.new(
|
1204
|
+
limit_key: "max_results",
|
1205
|
+
tokens: {
|
1206
|
+
"next_token" => "next_token"
|
1207
|
+
}
|
1208
|
+
)
|
1209
|
+
end)
|
1210
|
+
|
1211
|
+
api.add_operation(:list_app_versions, Seahorse::Model::Operation.new.tap do |o|
|
1212
|
+
o.name = "ListAppVersions"
|
1213
|
+
o.http_method = "POST"
|
1214
|
+
o.http_request_uri = "/list-app-versions"
|
1215
|
+
o.input = Shapes::ShapeRef.new(shape: ListAppVersionsRequest)
|
1216
|
+
o.output = Shapes::ShapeRef.new(shape: ListAppVersionsResponse)
|
1217
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1218
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1219
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1220
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1221
|
+
o[:pager] = Aws::Pager.new(
|
1222
|
+
limit_key: "max_results",
|
1223
|
+
tokens: {
|
1224
|
+
"next_token" => "next_token"
|
1225
|
+
}
|
1226
|
+
)
|
1227
|
+
end)
|
1228
|
+
|
1229
|
+
api.add_operation(:list_apps, Seahorse::Model::Operation.new.tap do |o|
|
1230
|
+
o.name = "ListApps"
|
1231
|
+
o.http_method = "GET"
|
1232
|
+
o.http_request_uri = "/list-apps"
|
1233
|
+
o.input = Shapes::ShapeRef.new(shape: ListAppsRequest)
|
1234
|
+
o.output = Shapes::ShapeRef.new(shape: ListAppsResponse)
|
1235
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1236
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1237
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1238
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1239
|
+
o[:pager] = Aws::Pager.new(
|
1240
|
+
limit_key: "max_results",
|
1241
|
+
tokens: {
|
1242
|
+
"next_token" => "next_token"
|
1243
|
+
}
|
1244
|
+
)
|
1245
|
+
end)
|
1246
|
+
|
1247
|
+
api.add_operation(:list_recommendation_templates, Seahorse::Model::Operation.new.tap do |o|
|
1248
|
+
o.name = "ListRecommendationTemplates"
|
1249
|
+
o.http_method = "GET"
|
1250
|
+
o.http_request_uri = "/list-recommendation-templates"
|
1251
|
+
o.input = Shapes::ShapeRef.new(shape: ListRecommendationTemplatesRequest)
|
1252
|
+
o.output = Shapes::ShapeRef.new(shape: ListRecommendationTemplatesResponse)
|
1253
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1254
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1255
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1256
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1257
|
+
o[:pager] = Aws::Pager.new(
|
1258
|
+
limit_key: "max_results",
|
1259
|
+
tokens: {
|
1260
|
+
"next_token" => "next_token"
|
1261
|
+
}
|
1262
|
+
)
|
1263
|
+
end)
|
1264
|
+
|
1265
|
+
api.add_operation(:list_resiliency_policies, Seahorse::Model::Operation.new.tap do |o|
|
1266
|
+
o.name = "ListResiliencyPolicies"
|
1267
|
+
o.http_method = "GET"
|
1268
|
+
o.http_request_uri = "/list-resiliency-policies"
|
1269
|
+
o.input = Shapes::ShapeRef.new(shape: ListResiliencyPoliciesRequest)
|
1270
|
+
o.output = Shapes::ShapeRef.new(shape: ListResiliencyPoliciesResponse)
|
1271
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1272
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1273
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1274
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1275
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1276
|
+
o[:pager] = Aws::Pager.new(
|
1277
|
+
limit_key: "max_results",
|
1278
|
+
tokens: {
|
1279
|
+
"next_token" => "next_token"
|
1280
|
+
}
|
1281
|
+
)
|
1282
|
+
end)
|
1283
|
+
|
1284
|
+
api.add_operation(:list_sop_recommendations, Seahorse::Model::Operation.new.tap do |o|
|
1285
|
+
o.name = "ListSopRecommendations"
|
1286
|
+
o.http_method = "POST"
|
1287
|
+
o.http_request_uri = "/list-sop-recommendations"
|
1288
|
+
o.input = Shapes::ShapeRef.new(shape: ListSopRecommendationsRequest)
|
1289
|
+
o.output = Shapes::ShapeRef.new(shape: ListSopRecommendationsResponse)
|
1290
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1291
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1292
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1293
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1294
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1295
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1296
|
+
o[:pager] = Aws::Pager.new(
|
1297
|
+
limit_key: "max_results",
|
1298
|
+
tokens: {
|
1299
|
+
"next_token" => "next_token"
|
1300
|
+
}
|
1301
|
+
)
|
1302
|
+
end)
|
1303
|
+
|
1304
|
+
api.add_operation(:list_suggested_resiliency_policies, Seahorse::Model::Operation.new.tap do |o|
|
1305
|
+
o.name = "ListSuggestedResiliencyPolicies"
|
1306
|
+
o.http_method = "GET"
|
1307
|
+
o.http_request_uri = "/list-suggested-resiliency-policies"
|
1308
|
+
o.input = Shapes::ShapeRef.new(shape: ListSuggestedResiliencyPoliciesRequest)
|
1309
|
+
o.output = Shapes::ShapeRef.new(shape: ListSuggestedResiliencyPoliciesResponse)
|
1310
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1311
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1312
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1313
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1314
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1315
|
+
o[:pager] = Aws::Pager.new(
|
1316
|
+
limit_key: "max_results",
|
1317
|
+
tokens: {
|
1318
|
+
"next_token" => "next_token"
|
1319
|
+
}
|
1320
|
+
)
|
1321
|
+
end)
|
1322
|
+
|
1323
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
1324
|
+
o.name = "ListTagsForResource"
|
1325
|
+
o.http_method = "GET"
|
1326
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
1327
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
1328
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
1329
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1330
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1331
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1332
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1333
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1334
|
+
end)
|
1335
|
+
|
1336
|
+
api.add_operation(:list_test_recommendations, Seahorse::Model::Operation.new.tap do |o|
|
1337
|
+
o.name = "ListTestRecommendations"
|
1338
|
+
o.http_method = "POST"
|
1339
|
+
o.http_request_uri = "/list-test-recommendations"
|
1340
|
+
o.input = Shapes::ShapeRef.new(shape: ListTestRecommendationsRequest)
|
1341
|
+
o.output = Shapes::ShapeRef.new(shape: ListTestRecommendationsResponse)
|
1342
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1343
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1344
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1345
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1346
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1347
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1348
|
+
o[:pager] = Aws::Pager.new(
|
1349
|
+
limit_key: "max_results",
|
1350
|
+
tokens: {
|
1351
|
+
"next_token" => "next_token"
|
1352
|
+
}
|
1353
|
+
)
|
1354
|
+
end)
|
1355
|
+
|
1356
|
+
api.add_operation(:list_unsupported_app_version_resources, Seahorse::Model::Operation.new.tap do |o|
|
1357
|
+
o.name = "ListUnsupportedAppVersionResources"
|
1358
|
+
o.http_method = "POST"
|
1359
|
+
o.http_request_uri = "/list-unsupported-app-version-resources"
|
1360
|
+
o.input = Shapes::ShapeRef.new(shape: ListUnsupportedAppVersionResourcesRequest)
|
1361
|
+
o.output = Shapes::ShapeRef.new(shape: ListUnsupportedAppVersionResourcesResponse)
|
1362
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1363
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1364
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1365
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1366
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1367
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1368
|
+
o[:pager] = Aws::Pager.new(
|
1369
|
+
limit_key: "max_results",
|
1370
|
+
tokens: {
|
1371
|
+
"next_token" => "next_token"
|
1372
|
+
}
|
1373
|
+
)
|
1374
|
+
end)
|
1375
|
+
|
1376
|
+
api.add_operation(:publish_app_version, Seahorse::Model::Operation.new.tap do |o|
|
1377
|
+
o.name = "PublishAppVersion"
|
1378
|
+
o.http_method = "POST"
|
1379
|
+
o.http_request_uri = "/publish-app-version"
|
1380
|
+
o.input = Shapes::ShapeRef.new(shape: PublishAppVersionRequest)
|
1381
|
+
o.output = Shapes::ShapeRef.new(shape: PublishAppVersionResponse)
|
1382
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1383
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1384
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1385
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1386
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1387
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1388
|
+
end)
|
1389
|
+
|
1390
|
+
api.add_operation(:put_draft_app_version_template, Seahorse::Model::Operation.new.tap do |o|
|
1391
|
+
o.name = "PutDraftAppVersionTemplate"
|
1392
|
+
o.http_method = "POST"
|
1393
|
+
o.http_request_uri = "/put-draft-app-version-template"
|
1394
|
+
o.input = Shapes::ShapeRef.new(shape: PutDraftAppVersionTemplateRequest)
|
1395
|
+
o.output = Shapes::ShapeRef.new(shape: PutDraftAppVersionTemplateResponse)
|
1396
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1397
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1398
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1399
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1400
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1401
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1402
|
+
end)
|
1403
|
+
|
1404
|
+
api.add_operation(:remove_draft_app_version_resource_mappings, Seahorse::Model::Operation.new.tap do |o|
|
1405
|
+
o.name = "RemoveDraftAppVersionResourceMappings"
|
1406
|
+
o.http_method = "POST"
|
1407
|
+
o.http_request_uri = "/remove-draft-app-version-resource-mappings"
|
1408
|
+
o.input = Shapes::ShapeRef.new(shape: RemoveDraftAppVersionResourceMappingsRequest)
|
1409
|
+
o.output = Shapes::ShapeRef.new(shape: RemoveDraftAppVersionResourceMappingsResponse)
|
1410
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1411
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1412
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1413
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1414
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1415
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1416
|
+
end)
|
1417
|
+
|
1418
|
+
api.add_operation(:resolve_app_version_resources, Seahorse::Model::Operation.new.tap do |o|
|
1419
|
+
o.name = "ResolveAppVersionResources"
|
1420
|
+
o.http_method = "POST"
|
1421
|
+
o.http_request_uri = "/resolve-app-version-resources"
|
1422
|
+
o.input = Shapes::ShapeRef.new(shape: ResolveAppVersionResourcesRequest)
|
1423
|
+
o.output = Shapes::ShapeRef.new(shape: ResolveAppVersionResourcesResponse)
|
1424
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1425
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1426
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1427
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1428
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1429
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1430
|
+
end)
|
1431
|
+
|
1432
|
+
api.add_operation(:start_app_assessment, Seahorse::Model::Operation.new.tap do |o|
|
1433
|
+
o.name = "StartAppAssessment"
|
1434
|
+
o.http_method = "POST"
|
1435
|
+
o.http_request_uri = "/start-app-assessment"
|
1436
|
+
o.input = Shapes::ShapeRef.new(shape: StartAppAssessmentRequest)
|
1437
|
+
o.output = Shapes::ShapeRef.new(shape: StartAppAssessmentResponse)
|
1438
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1439
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1440
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1441
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1442
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1443
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1444
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1445
|
+
end)
|
1446
|
+
|
1447
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1448
|
+
o.name = "TagResource"
|
1449
|
+
o.http_method = "POST"
|
1450
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
1451
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
1452
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
1453
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1454
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1455
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1456
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1457
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1458
|
+
end)
|
1459
|
+
|
1460
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1461
|
+
o.name = "UntagResource"
|
1462
|
+
o.http_method = "DELETE"
|
1463
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
1464
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
1465
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
1466
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1467
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1468
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1469
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1470
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1471
|
+
end)
|
1472
|
+
|
1473
|
+
api.add_operation(:update_app, Seahorse::Model::Operation.new.tap do |o|
|
1474
|
+
o.name = "UpdateApp"
|
1475
|
+
o.http_method = "POST"
|
1476
|
+
o.http_request_uri = "/update-app"
|
1477
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAppRequest)
|
1478
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAppResponse)
|
1479
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1480
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1481
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1482
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1483
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1484
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1485
|
+
end)
|
1486
|
+
|
1487
|
+
api.add_operation(:update_resiliency_policy, Seahorse::Model::Operation.new.tap do |o|
|
1488
|
+
o.name = "UpdateResiliencyPolicy"
|
1489
|
+
o.http_method = "POST"
|
1490
|
+
o.http_request_uri = "/update-resiliency-policy"
|
1491
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateResiliencyPolicyRequest)
|
1492
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateResiliencyPolicyResponse)
|
1493
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1494
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1495
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1496
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1497
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1498
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1499
|
+
end)
|
1500
|
+
end
|
1501
|
+
|
1502
|
+
end
|
1503
|
+
end
|