aws-sdk-migrationhuborchestrator 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-migrationhuborchestrator/client.rb +1929 -0
- data/lib/aws-sdk-migrationhuborchestrator/client_api.rb +1117 -0
- data/lib/aws-sdk-migrationhuborchestrator/customizations.rb +0 -0
- data/lib/aws-sdk-migrationhuborchestrator/errors.rb +126 -0
- data/lib/aws-sdk-migrationhuborchestrator/resource.rb +26 -0
- data/lib/aws-sdk-migrationhuborchestrator/types.rb +2757 -0
- data/lib/aws-sdk-migrationhuborchestrator/waiters.rb +15 -0
- data/lib/aws-sdk-migrationhuborchestrator.rb +54 -0
- metadata +91 -0
@@ -0,0 +1,1117 @@
|
|
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::MigrationHubOrchestrator
|
11
|
+
# @api private
|
12
|
+
module ClientApi
|
13
|
+
|
14
|
+
include Seahorse::Model
|
15
|
+
|
16
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
17
|
+
ApplicationConfigurationName = Shapes::StringShape.new(name: 'ApplicationConfigurationName')
|
18
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
19
|
+
CreateMigrationWorkflowRequest = Shapes::StructureShape.new(name: 'CreateMigrationWorkflowRequest')
|
20
|
+
CreateMigrationWorkflowRequestApplicationConfigurationIdString = Shapes::StringShape.new(name: 'CreateMigrationWorkflowRequestApplicationConfigurationIdString')
|
21
|
+
CreateMigrationWorkflowRequestDescriptionString = Shapes::StringShape.new(name: 'CreateMigrationWorkflowRequestDescriptionString')
|
22
|
+
CreateMigrationWorkflowRequestNameString = Shapes::StringShape.new(name: 'CreateMigrationWorkflowRequestNameString')
|
23
|
+
CreateMigrationWorkflowRequestTemplateIdString = Shapes::StringShape.new(name: 'CreateMigrationWorkflowRequestTemplateIdString')
|
24
|
+
CreateMigrationWorkflowResponse = Shapes::StructureShape.new(name: 'CreateMigrationWorkflowResponse')
|
25
|
+
CreateWorkflowStepGroupRequest = Shapes::StructureShape.new(name: 'CreateWorkflowStepGroupRequest')
|
26
|
+
CreateWorkflowStepGroupResponse = Shapes::StructureShape.new(name: 'CreateWorkflowStepGroupResponse')
|
27
|
+
CreateWorkflowStepRequest = Shapes::StructureShape.new(name: 'CreateWorkflowStepRequest')
|
28
|
+
CreateWorkflowStepResponse = Shapes::StructureShape.new(name: 'CreateWorkflowStepResponse')
|
29
|
+
DataType = Shapes::StringShape.new(name: 'DataType')
|
30
|
+
DeleteMigrationWorkflowRequest = Shapes::StructureShape.new(name: 'DeleteMigrationWorkflowRequest')
|
31
|
+
DeleteMigrationWorkflowResponse = Shapes::StructureShape.new(name: 'DeleteMigrationWorkflowResponse')
|
32
|
+
DeleteWorkflowStepGroupRequest = Shapes::StructureShape.new(name: 'DeleteWorkflowStepGroupRequest')
|
33
|
+
DeleteWorkflowStepGroupResponse = Shapes::StructureShape.new(name: 'DeleteWorkflowStepGroupResponse')
|
34
|
+
DeleteWorkflowStepRequest = Shapes::StructureShape.new(name: 'DeleteWorkflowStepRequest')
|
35
|
+
DeleteWorkflowStepResponse = Shapes::StructureShape.new(name: 'DeleteWorkflowStepResponse')
|
36
|
+
GetMigrationWorkflowRequest = Shapes::StructureShape.new(name: 'GetMigrationWorkflowRequest')
|
37
|
+
GetMigrationWorkflowResponse = Shapes::StructureShape.new(name: 'GetMigrationWorkflowResponse')
|
38
|
+
GetMigrationWorkflowTemplateRequest = Shapes::StructureShape.new(name: 'GetMigrationWorkflowTemplateRequest')
|
39
|
+
GetMigrationWorkflowTemplateResponse = Shapes::StructureShape.new(name: 'GetMigrationWorkflowTemplateResponse')
|
40
|
+
GetTemplateStepGroupRequest = Shapes::StructureShape.new(name: 'GetTemplateStepGroupRequest')
|
41
|
+
GetTemplateStepGroupResponse = Shapes::StructureShape.new(name: 'GetTemplateStepGroupResponse')
|
42
|
+
GetTemplateStepRequest = Shapes::StructureShape.new(name: 'GetTemplateStepRequest')
|
43
|
+
GetTemplateStepResponse = Shapes::StructureShape.new(name: 'GetTemplateStepResponse')
|
44
|
+
GetWorkflowStepGroupRequest = Shapes::StructureShape.new(name: 'GetWorkflowStepGroupRequest')
|
45
|
+
GetWorkflowStepGroupResponse = Shapes::StructureShape.new(name: 'GetWorkflowStepGroupResponse')
|
46
|
+
GetWorkflowStepRequest = Shapes::StructureShape.new(name: 'GetWorkflowStepRequest')
|
47
|
+
GetWorkflowStepResponse = Shapes::StructureShape.new(name: 'GetWorkflowStepResponse')
|
48
|
+
GetWorkflowStepResponseOutputsList = Shapes::ListShape.new(name: 'GetWorkflowStepResponseOutputsList')
|
49
|
+
IPAddress = Shapes::StringShape.new(name: 'IPAddress')
|
50
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
51
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
52
|
+
ListMigrationWorkflowTemplatesRequest = Shapes::StructureShape.new(name: 'ListMigrationWorkflowTemplatesRequest')
|
53
|
+
ListMigrationWorkflowTemplatesResponse = Shapes::StructureShape.new(name: 'ListMigrationWorkflowTemplatesResponse')
|
54
|
+
ListMigrationWorkflowsRequest = Shapes::StructureShape.new(name: 'ListMigrationWorkflowsRequest')
|
55
|
+
ListMigrationWorkflowsResponse = Shapes::StructureShape.new(name: 'ListMigrationWorkflowsResponse')
|
56
|
+
ListPluginsRequest = Shapes::StructureShape.new(name: 'ListPluginsRequest')
|
57
|
+
ListPluginsResponse = Shapes::StructureShape.new(name: 'ListPluginsResponse')
|
58
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
59
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
60
|
+
ListTemplateStepGroupsRequest = Shapes::StructureShape.new(name: 'ListTemplateStepGroupsRequest')
|
61
|
+
ListTemplateStepGroupsResponse = Shapes::StructureShape.new(name: 'ListTemplateStepGroupsResponse')
|
62
|
+
ListTemplateStepsRequest = Shapes::StructureShape.new(name: 'ListTemplateStepsRequest')
|
63
|
+
ListTemplateStepsResponse = Shapes::StructureShape.new(name: 'ListTemplateStepsResponse')
|
64
|
+
ListWorkflowStepGroupsRequest = Shapes::StructureShape.new(name: 'ListWorkflowStepGroupsRequest')
|
65
|
+
ListWorkflowStepGroupsResponse = Shapes::StructureShape.new(name: 'ListWorkflowStepGroupsResponse')
|
66
|
+
ListWorkflowStepsRequest = Shapes::StructureShape.new(name: 'ListWorkflowStepsRequest')
|
67
|
+
ListWorkflowStepsResponse = Shapes::StructureShape.new(name: 'ListWorkflowStepsResponse')
|
68
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
69
|
+
MigrationWorkflowDescription = Shapes::StringShape.new(name: 'MigrationWorkflowDescription')
|
70
|
+
MigrationWorkflowId = Shapes::StringShape.new(name: 'MigrationWorkflowId')
|
71
|
+
MigrationWorkflowName = Shapes::StringShape.new(name: 'MigrationWorkflowName')
|
72
|
+
MigrationWorkflowStatusEnum = Shapes::StringShape.new(name: 'MigrationWorkflowStatusEnum')
|
73
|
+
MigrationWorkflowSummary = Shapes::StructureShape.new(name: 'MigrationWorkflowSummary')
|
74
|
+
MigrationWorkflowSummaryList = Shapes::ListShape.new(name: 'MigrationWorkflowSummaryList')
|
75
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
76
|
+
Owner = Shapes::StringShape.new(name: 'Owner')
|
77
|
+
PlatformCommand = Shapes::StructureShape.new(name: 'PlatformCommand')
|
78
|
+
PlatformScriptKey = Shapes::StructureShape.new(name: 'PlatformScriptKey')
|
79
|
+
PluginHealth = Shapes::StringShape.new(name: 'PluginHealth')
|
80
|
+
PluginId = Shapes::StringShape.new(name: 'PluginId')
|
81
|
+
PluginSummaries = Shapes::ListShape.new(name: 'PluginSummaries')
|
82
|
+
PluginSummary = Shapes::StructureShape.new(name: 'PluginSummary')
|
83
|
+
PluginVersion = Shapes::StringShape.new(name: 'PluginVersion')
|
84
|
+
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
85
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
86
|
+
RetryWorkflowStepRequest = Shapes::StructureShape.new(name: 'RetryWorkflowStepRequest')
|
87
|
+
RetryWorkflowStepResponse = Shapes::StructureShape.new(name: 'RetryWorkflowStepResponse')
|
88
|
+
RunEnvironment = Shapes::StringShape.new(name: 'RunEnvironment')
|
89
|
+
S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
|
90
|
+
S3Key = Shapes::StringShape.new(name: 'S3Key')
|
91
|
+
StartMigrationWorkflowRequest = Shapes::StructureShape.new(name: 'StartMigrationWorkflowRequest')
|
92
|
+
StartMigrationWorkflowResponse = Shapes::StructureShape.new(name: 'StartMigrationWorkflowResponse')
|
93
|
+
StepActionType = Shapes::StringShape.new(name: 'StepActionType')
|
94
|
+
StepAutomationConfiguration = Shapes::StructureShape.new(name: 'StepAutomationConfiguration')
|
95
|
+
StepDescription = Shapes::StringShape.new(name: 'StepDescription')
|
96
|
+
StepGroupDescription = Shapes::StringShape.new(name: 'StepGroupDescription')
|
97
|
+
StepGroupId = Shapes::StringShape.new(name: 'StepGroupId')
|
98
|
+
StepGroupName = Shapes::StringShape.new(name: 'StepGroupName')
|
99
|
+
StepGroupStatus = Shapes::StringShape.new(name: 'StepGroupStatus')
|
100
|
+
StepId = Shapes::StringShape.new(name: 'StepId')
|
101
|
+
StepInput = Shapes::UnionShape.new(name: 'StepInput')
|
102
|
+
StepInputParameters = Shapes::MapShape.new(name: 'StepInputParameters')
|
103
|
+
StepInputParametersKey = Shapes::StringShape.new(name: 'StepInputParametersKey')
|
104
|
+
StepName = Shapes::StringShape.new(name: 'StepName')
|
105
|
+
StepOutput = Shapes::StructureShape.new(name: 'StepOutput')
|
106
|
+
StepOutputList = Shapes::ListShape.new(name: 'StepOutputList')
|
107
|
+
StepStatus = Shapes::StringShape.new(name: 'StepStatus')
|
108
|
+
StopMigrationWorkflowRequest = Shapes::StructureShape.new(name: 'StopMigrationWorkflowRequest')
|
109
|
+
StopMigrationWorkflowResponse = Shapes::StructureShape.new(name: 'StopMigrationWorkflowResponse')
|
110
|
+
String = Shapes::StringShape.new(name: 'String')
|
111
|
+
StringList = Shapes::ListShape.new(name: 'StringList')
|
112
|
+
StringListMember = Shapes::StringShape.new(name: 'StringListMember')
|
113
|
+
StringMap = Shapes::MapShape.new(name: 'StringMap')
|
114
|
+
StringMapKey = Shapes::StringShape.new(name: 'StringMapKey')
|
115
|
+
StringMapValue = Shapes::StringShape.new(name: 'StringMapValue')
|
116
|
+
StringValue = Shapes::StringShape.new(name: 'StringValue')
|
117
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
118
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
119
|
+
TagMap = Shapes::MapShape.new(name: 'TagMap')
|
120
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
121
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
122
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
123
|
+
TargetType = Shapes::StringShape.new(name: 'TargetType')
|
124
|
+
TemplateId = Shapes::StringShape.new(name: 'TemplateId')
|
125
|
+
TemplateInput = Shapes::StructureShape.new(name: 'TemplateInput')
|
126
|
+
TemplateInputList = Shapes::ListShape.new(name: 'TemplateInputList')
|
127
|
+
TemplateInputName = Shapes::StringShape.new(name: 'TemplateInputName')
|
128
|
+
TemplateName = Shapes::StringShape.new(name: 'TemplateName')
|
129
|
+
TemplateStatus = Shapes::StringShape.new(name: 'TemplateStatus')
|
130
|
+
TemplateStepGroupSummary = Shapes::StructureShape.new(name: 'TemplateStepGroupSummary')
|
131
|
+
TemplateStepGroupSummaryList = Shapes::ListShape.new(name: 'TemplateStepGroupSummaryList')
|
132
|
+
TemplateStepSummary = Shapes::StructureShape.new(name: 'TemplateStepSummary')
|
133
|
+
TemplateStepSummaryList = Shapes::ListShape.new(name: 'TemplateStepSummaryList')
|
134
|
+
TemplateSummary = Shapes::StructureShape.new(name: 'TemplateSummary')
|
135
|
+
TemplateSummaryList = Shapes::ListShape.new(name: 'TemplateSummaryList')
|
136
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
137
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
138
|
+
Tool = Shapes::StructureShape.new(name: 'Tool')
|
139
|
+
ToolsList = Shapes::ListShape.new(name: 'ToolsList')
|
140
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
141
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
142
|
+
UpdateMigrationWorkflowRequest = Shapes::StructureShape.new(name: 'UpdateMigrationWorkflowRequest')
|
143
|
+
UpdateMigrationWorkflowRequestDescriptionString = Shapes::StringShape.new(name: 'UpdateMigrationWorkflowRequestDescriptionString')
|
144
|
+
UpdateMigrationWorkflowRequestNameString = Shapes::StringShape.new(name: 'UpdateMigrationWorkflowRequestNameString')
|
145
|
+
UpdateMigrationWorkflowResponse = Shapes::StructureShape.new(name: 'UpdateMigrationWorkflowResponse')
|
146
|
+
UpdateWorkflowStepGroupRequest = Shapes::StructureShape.new(name: 'UpdateWorkflowStepGroupRequest')
|
147
|
+
UpdateWorkflowStepGroupResponse = Shapes::StructureShape.new(name: 'UpdateWorkflowStepGroupResponse')
|
148
|
+
UpdateWorkflowStepRequest = Shapes::StructureShape.new(name: 'UpdateWorkflowStepRequest')
|
149
|
+
UpdateWorkflowStepResponse = Shapes::StructureShape.new(name: 'UpdateWorkflowStepResponse')
|
150
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
151
|
+
WorkflowStepAutomationConfiguration = Shapes::StructureShape.new(name: 'WorkflowStepAutomationConfiguration')
|
152
|
+
WorkflowStepGroupSummary = Shapes::StructureShape.new(name: 'WorkflowStepGroupSummary')
|
153
|
+
WorkflowStepGroupsSummaryList = Shapes::ListShape.new(name: 'WorkflowStepGroupsSummaryList')
|
154
|
+
WorkflowStepOutput = Shapes::StructureShape.new(name: 'WorkflowStepOutput')
|
155
|
+
WorkflowStepOutputList = Shapes::ListShape.new(name: 'WorkflowStepOutputList')
|
156
|
+
WorkflowStepOutputName = Shapes::StringShape.new(name: 'WorkflowStepOutputName')
|
157
|
+
WorkflowStepOutputUnion = Shapes::UnionShape.new(name: 'WorkflowStepOutputUnion')
|
158
|
+
WorkflowStepSummary = Shapes::StructureShape.new(name: 'WorkflowStepSummary')
|
159
|
+
WorkflowStepsSummaryList = Shapes::ListShape.new(name: 'WorkflowStepsSummaryList')
|
160
|
+
|
161
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
162
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
163
|
+
|
164
|
+
CreateMigrationWorkflowRequest.add_member(:name, Shapes::ShapeRef.new(shape: CreateMigrationWorkflowRequestNameString, required: true, location_name: "name"))
|
165
|
+
CreateMigrationWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape: CreateMigrationWorkflowRequestDescriptionString, location_name: "description"))
|
166
|
+
CreateMigrationWorkflowRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: CreateMigrationWorkflowRequestTemplateIdString, required: true, location_name: "templateId"))
|
167
|
+
CreateMigrationWorkflowRequest.add_member(:application_configuration_id, Shapes::ShapeRef.new(shape: CreateMigrationWorkflowRequestApplicationConfigurationIdString, required: true, location_name: "applicationConfigurationId"))
|
168
|
+
CreateMigrationWorkflowRequest.add_member(:input_parameters, Shapes::ShapeRef.new(shape: StepInputParameters, required: true, location_name: "inputParameters"))
|
169
|
+
CreateMigrationWorkflowRequest.add_member(:step_targets, Shapes::ShapeRef.new(shape: StringList, location_name: "stepTargets"))
|
170
|
+
CreateMigrationWorkflowRequest.add_member(:tags, Shapes::ShapeRef.new(shape: StringMap, location_name: "tags"))
|
171
|
+
CreateMigrationWorkflowRequest.struct_class = Types::CreateMigrationWorkflowRequest
|
172
|
+
|
173
|
+
CreateMigrationWorkflowResponse.add_member(:id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, location_name: "id"))
|
174
|
+
CreateMigrationWorkflowResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
175
|
+
CreateMigrationWorkflowResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
176
|
+
CreateMigrationWorkflowResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
177
|
+
CreateMigrationWorkflowResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: String, location_name: "templateId"))
|
178
|
+
CreateMigrationWorkflowResponse.add_member(:ads_application_configuration_id, Shapes::ShapeRef.new(shape: String, location_name: "adsApplicationConfigurationId"))
|
179
|
+
CreateMigrationWorkflowResponse.add_member(:workflow_inputs, Shapes::ShapeRef.new(shape: StepInputParameters, location_name: "workflowInputs"))
|
180
|
+
CreateMigrationWorkflowResponse.add_member(:step_targets, Shapes::ShapeRef.new(shape: StringList, location_name: "stepTargets"))
|
181
|
+
CreateMigrationWorkflowResponse.add_member(:status, Shapes::ShapeRef.new(shape: MigrationWorkflowStatusEnum, location_name: "status"))
|
182
|
+
CreateMigrationWorkflowResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
|
183
|
+
CreateMigrationWorkflowResponse.add_member(:tags, Shapes::ShapeRef.new(shape: StringMap, location_name: "tags"))
|
184
|
+
CreateMigrationWorkflowResponse.struct_class = Types::CreateMigrationWorkflowResponse
|
185
|
+
|
186
|
+
CreateWorkflowStepGroupRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, required: true, location_name: "workflowId"))
|
187
|
+
CreateWorkflowStepGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: StepGroupName, required: true, location_name: "name"))
|
188
|
+
CreateWorkflowStepGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: StepGroupDescription, location_name: "description"))
|
189
|
+
CreateWorkflowStepGroupRequest.add_member(:next, Shapes::ShapeRef.new(shape: StringList, location_name: "next"))
|
190
|
+
CreateWorkflowStepGroupRequest.add_member(:previous, Shapes::ShapeRef.new(shape: StringList, location_name: "previous"))
|
191
|
+
CreateWorkflowStepGroupRequest.struct_class = Types::CreateWorkflowStepGroupRequest
|
192
|
+
|
193
|
+
CreateWorkflowStepGroupResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: String, location_name: "workflowId"))
|
194
|
+
CreateWorkflowStepGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
195
|
+
CreateWorkflowStepGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
196
|
+
CreateWorkflowStepGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
197
|
+
CreateWorkflowStepGroupResponse.add_member(:tools, Shapes::ShapeRef.new(shape: ToolsList, location_name: "tools"))
|
198
|
+
CreateWorkflowStepGroupResponse.add_member(:next, Shapes::ShapeRef.new(shape: StringList, location_name: "next"))
|
199
|
+
CreateWorkflowStepGroupResponse.add_member(:previous, Shapes::ShapeRef.new(shape: StringList, location_name: "previous"))
|
200
|
+
CreateWorkflowStepGroupResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
|
201
|
+
CreateWorkflowStepGroupResponse.struct_class = Types::CreateWorkflowStepGroupResponse
|
202
|
+
|
203
|
+
CreateWorkflowStepRequest.add_member(:name, Shapes::ShapeRef.new(shape: MigrationWorkflowName, required: true, location_name: "name"))
|
204
|
+
CreateWorkflowStepRequest.add_member(:step_group_id, Shapes::ShapeRef.new(shape: StepGroupId, required: true, location_name: "stepGroupId"))
|
205
|
+
CreateWorkflowStepRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, required: true, location_name: "workflowId"))
|
206
|
+
CreateWorkflowStepRequest.add_member(:step_action_type, Shapes::ShapeRef.new(shape: StepActionType, required: true, location_name: "stepActionType"))
|
207
|
+
CreateWorkflowStepRequest.add_member(:description, Shapes::ShapeRef.new(shape: MigrationWorkflowDescription, location_name: "description"))
|
208
|
+
CreateWorkflowStepRequest.add_member(:workflow_step_automation_configuration, Shapes::ShapeRef.new(shape: WorkflowStepAutomationConfiguration, location_name: "workflowStepAutomationConfiguration"))
|
209
|
+
CreateWorkflowStepRequest.add_member(:step_target, Shapes::ShapeRef.new(shape: StringList, location_name: "stepTarget"))
|
210
|
+
CreateWorkflowStepRequest.add_member(:outputs, Shapes::ShapeRef.new(shape: WorkflowStepOutputList, location_name: "outputs"))
|
211
|
+
CreateWorkflowStepRequest.add_member(:previous, Shapes::ShapeRef.new(shape: StringList, location_name: "previous"))
|
212
|
+
CreateWorkflowStepRequest.add_member(:next, Shapes::ShapeRef.new(shape: StringList, location_name: "next"))
|
213
|
+
CreateWorkflowStepRequest.struct_class = Types::CreateWorkflowStepRequest
|
214
|
+
|
215
|
+
CreateWorkflowStepResponse.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
216
|
+
CreateWorkflowStepResponse.add_member(:step_group_id, Shapes::ShapeRef.new(shape: String, location_name: "stepGroupId"))
|
217
|
+
CreateWorkflowStepResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: String, location_name: "workflowId"))
|
218
|
+
CreateWorkflowStepResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
219
|
+
CreateWorkflowStepResponse.struct_class = Types::CreateWorkflowStepResponse
|
220
|
+
|
221
|
+
DeleteMigrationWorkflowRequest.add_member(:id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, required: true, location: "uri", location_name: "id"))
|
222
|
+
DeleteMigrationWorkflowRequest.struct_class = Types::DeleteMigrationWorkflowRequest
|
223
|
+
|
224
|
+
DeleteMigrationWorkflowResponse.add_member(:id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, location_name: "id"))
|
225
|
+
DeleteMigrationWorkflowResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
226
|
+
DeleteMigrationWorkflowResponse.add_member(:status, Shapes::ShapeRef.new(shape: MigrationWorkflowStatusEnum, location_name: "status"))
|
227
|
+
DeleteMigrationWorkflowResponse.struct_class = Types::DeleteMigrationWorkflowResponse
|
228
|
+
|
229
|
+
DeleteWorkflowStepGroupRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, required: true, location: "querystring", location_name: "workflowId"))
|
230
|
+
DeleteWorkflowStepGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: StepGroupId, required: true, location: "uri", location_name: "id"))
|
231
|
+
DeleteWorkflowStepGroupRequest.struct_class = Types::DeleteWorkflowStepGroupRequest
|
232
|
+
|
233
|
+
DeleteWorkflowStepGroupResponse.struct_class = Types::DeleteWorkflowStepGroupResponse
|
234
|
+
|
235
|
+
DeleteWorkflowStepRequest.add_member(:id, Shapes::ShapeRef.new(shape: StepId, required: true, location: "uri", location_name: "id"))
|
236
|
+
DeleteWorkflowStepRequest.add_member(:step_group_id, Shapes::ShapeRef.new(shape: StepGroupId, required: true, location: "querystring", location_name: "stepGroupId"))
|
237
|
+
DeleteWorkflowStepRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, required: true, location: "querystring", location_name: "workflowId"))
|
238
|
+
DeleteWorkflowStepRequest.struct_class = Types::DeleteWorkflowStepRequest
|
239
|
+
|
240
|
+
DeleteWorkflowStepResponse.struct_class = Types::DeleteWorkflowStepResponse
|
241
|
+
|
242
|
+
GetMigrationWorkflowRequest.add_member(:id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, required: true, location: "uri", location_name: "id"))
|
243
|
+
GetMigrationWorkflowRequest.struct_class = Types::GetMigrationWorkflowRequest
|
244
|
+
|
245
|
+
GetMigrationWorkflowResponse.add_member(:id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, location_name: "id"))
|
246
|
+
GetMigrationWorkflowResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
247
|
+
GetMigrationWorkflowResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
248
|
+
GetMigrationWorkflowResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
249
|
+
GetMigrationWorkflowResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: String, location_name: "templateId"))
|
250
|
+
GetMigrationWorkflowResponse.add_member(:ads_application_configuration_id, Shapes::ShapeRef.new(shape: String, location_name: "adsApplicationConfigurationId"))
|
251
|
+
GetMigrationWorkflowResponse.add_member(:ads_application_name, Shapes::ShapeRef.new(shape: String, location_name: "adsApplicationName"))
|
252
|
+
GetMigrationWorkflowResponse.add_member(:status, Shapes::ShapeRef.new(shape: MigrationWorkflowStatusEnum, location_name: "status"))
|
253
|
+
GetMigrationWorkflowResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
254
|
+
GetMigrationWorkflowResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
|
255
|
+
GetMigrationWorkflowResponse.add_member(:last_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastStartTime"))
|
256
|
+
GetMigrationWorkflowResponse.add_member(:last_stop_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastStopTime"))
|
257
|
+
GetMigrationWorkflowResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedTime"))
|
258
|
+
GetMigrationWorkflowResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
259
|
+
GetMigrationWorkflowResponse.add_member(:tools, Shapes::ShapeRef.new(shape: ToolsList, location_name: "tools"))
|
260
|
+
GetMigrationWorkflowResponse.add_member(:total_steps, Shapes::ShapeRef.new(shape: Integer, location_name: "totalSteps"))
|
261
|
+
GetMigrationWorkflowResponse.add_member(:completed_steps, Shapes::ShapeRef.new(shape: Integer, location_name: "completedSteps"))
|
262
|
+
GetMigrationWorkflowResponse.add_member(:workflow_inputs, Shapes::ShapeRef.new(shape: StepInputParameters, location_name: "workflowInputs"))
|
263
|
+
GetMigrationWorkflowResponse.add_member(:tags, Shapes::ShapeRef.new(shape: StringMap, location_name: "tags"))
|
264
|
+
GetMigrationWorkflowResponse.add_member(:workflow_bucket, Shapes::ShapeRef.new(shape: String, location_name: "workflowBucket"))
|
265
|
+
GetMigrationWorkflowResponse.struct_class = Types::GetMigrationWorkflowResponse
|
266
|
+
|
267
|
+
GetMigrationWorkflowTemplateRequest.add_member(:id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location: "uri", location_name: "id"))
|
268
|
+
GetMigrationWorkflowTemplateRequest.struct_class = Types::GetMigrationWorkflowTemplateRequest
|
269
|
+
|
270
|
+
GetMigrationWorkflowTemplateResponse.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
271
|
+
GetMigrationWorkflowTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
272
|
+
GetMigrationWorkflowTemplateResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
273
|
+
GetMigrationWorkflowTemplateResponse.add_member(:inputs, Shapes::ShapeRef.new(shape: TemplateInputList, location_name: "inputs"))
|
274
|
+
GetMigrationWorkflowTemplateResponse.add_member(:tools, Shapes::ShapeRef.new(shape: ToolsList, location_name: "tools"))
|
275
|
+
GetMigrationWorkflowTemplateResponse.add_member(:status, Shapes::ShapeRef.new(shape: TemplateStatus, location_name: "status"))
|
276
|
+
GetMigrationWorkflowTemplateResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
|
277
|
+
GetMigrationWorkflowTemplateResponse.struct_class = Types::GetMigrationWorkflowTemplateResponse
|
278
|
+
|
279
|
+
GetTemplateStepGroupRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location: "uri", location_name: "templateId"))
|
280
|
+
GetTemplateStepGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: StepGroupId, required: true, location: "uri", location_name: "id"))
|
281
|
+
GetTemplateStepGroupRequest.struct_class = Types::GetTemplateStepGroupRequest
|
282
|
+
|
283
|
+
GetTemplateStepGroupResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: String, location_name: "templateId"))
|
284
|
+
GetTemplateStepGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
285
|
+
GetTemplateStepGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
286
|
+
GetTemplateStepGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
287
|
+
GetTemplateStepGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: StepGroupStatus, location_name: "status"))
|
288
|
+
GetTemplateStepGroupResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
|
289
|
+
GetTemplateStepGroupResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedTime"))
|
290
|
+
GetTemplateStepGroupResponse.add_member(:tools, Shapes::ShapeRef.new(shape: ToolsList, location_name: "tools"))
|
291
|
+
GetTemplateStepGroupResponse.add_member(:previous, Shapes::ShapeRef.new(shape: StringList, location_name: "previous"))
|
292
|
+
GetTemplateStepGroupResponse.add_member(:next, Shapes::ShapeRef.new(shape: StringList, location_name: "next"))
|
293
|
+
GetTemplateStepGroupResponse.struct_class = Types::GetTemplateStepGroupResponse
|
294
|
+
|
295
|
+
GetTemplateStepRequest.add_member(:id, Shapes::ShapeRef.new(shape: StepId, required: true, location: "uri", location_name: "id"))
|
296
|
+
GetTemplateStepRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location: "querystring", location_name: "templateId"))
|
297
|
+
GetTemplateStepRequest.add_member(:step_group_id, Shapes::ShapeRef.new(shape: StepGroupId, required: true, location: "querystring", location_name: "stepGroupId"))
|
298
|
+
GetTemplateStepRequest.struct_class = Types::GetTemplateStepRequest
|
299
|
+
|
300
|
+
GetTemplateStepResponse.add_member(:id, Shapes::ShapeRef.new(shape: StepId, location_name: "id"))
|
301
|
+
GetTemplateStepResponse.add_member(:step_group_id, Shapes::ShapeRef.new(shape: StepGroupId, location_name: "stepGroupId"))
|
302
|
+
GetTemplateStepResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, location_name: "templateId"))
|
303
|
+
GetTemplateStepResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
304
|
+
GetTemplateStepResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
305
|
+
GetTemplateStepResponse.add_member(:step_action_type, Shapes::ShapeRef.new(shape: StepActionType, location_name: "stepActionType"))
|
306
|
+
GetTemplateStepResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: String, location_name: "creationTime"))
|
307
|
+
GetTemplateStepResponse.add_member(:previous, Shapes::ShapeRef.new(shape: StringList, location_name: "previous"))
|
308
|
+
GetTemplateStepResponse.add_member(:next, Shapes::ShapeRef.new(shape: StringList, location_name: "next"))
|
309
|
+
GetTemplateStepResponse.add_member(:outputs, Shapes::ShapeRef.new(shape: StepOutputList, location_name: "outputs"))
|
310
|
+
GetTemplateStepResponse.add_member(:step_automation_configuration, Shapes::ShapeRef.new(shape: StepAutomationConfiguration, location_name: "stepAutomationConfiguration"))
|
311
|
+
GetTemplateStepResponse.struct_class = Types::GetTemplateStepResponse
|
312
|
+
|
313
|
+
GetWorkflowStepGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: StepGroupId, required: true, location: "uri", location_name: "id"))
|
314
|
+
GetWorkflowStepGroupRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, required: true, location: "querystring", location_name: "workflowId"))
|
315
|
+
GetWorkflowStepGroupRequest.struct_class = Types::GetWorkflowStepGroupRequest
|
316
|
+
|
317
|
+
GetWorkflowStepGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: StepGroupId, location_name: "id"))
|
318
|
+
GetWorkflowStepGroupResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: String, location_name: "workflowId"))
|
319
|
+
GetWorkflowStepGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
320
|
+
GetWorkflowStepGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
321
|
+
GetWorkflowStepGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: StepGroupStatus, location_name: "status"))
|
322
|
+
GetWorkflowStepGroupResponse.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "owner"))
|
323
|
+
GetWorkflowStepGroupResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
|
324
|
+
GetWorkflowStepGroupResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedTime"))
|
325
|
+
GetWorkflowStepGroupResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
326
|
+
GetWorkflowStepGroupResponse.add_member(:tools, Shapes::ShapeRef.new(shape: ToolsList, location_name: "tools"))
|
327
|
+
GetWorkflowStepGroupResponse.add_member(:previous, Shapes::ShapeRef.new(shape: StringList, location_name: "previous"))
|
328
|
+
GetWorkflowStepGroupResponse.add_member(:next, Shapes::ShapeRef.new(shape: StringList, location_name: "next"))
|
329
|
+
GetWorkflowStepGroupResponse.struct_class = Types::GetWorkflowStepGroupResponse
|
330
|
+
|
331
|
+
GetWorkflowStepRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, required: true, location: "querystring", location_name: "workflowId"))
|
332
|
+
GetWorkflowStepRequest.add_member(:step_group_id, Shapes::ShapeRef.new(shape: StepGroupId, required: true, location: "querystring", location_name: "stepGroupId"))
|
333
|
+
GetWorkflowStepRequest.add_member(:id, Shapes::ShapeRef.new(shape: StepId, required: true, location: "uri", location_name: "id"))
|
334
|
+
GetWorkflowStepRequest.struct_class = Types::GetWorkflowStepRequest
|
335
|
+
|
336
|
+
GetWorkflowStepResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
337
|
+
GetWorkflowStepResponse.add_member(:step_group_id, Shapes::ShapeRef.new(shape: String, location_name: "stepGroupId"))
|
338
|
+
GetWorkflowStepResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: String, location_name: "workflowId"))
|
339
|
+
GetWorkflowStepResponse.add_member(:step_id, Shapes::ShapeRef.new(shape: String, location_name: "stepId"))
|
340
|
+
GetWorkflowStepResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
341
|
+
GetWorkflowStepResponse.add_member(:step_action_type, Shapes::ShapeRef.new(shape: StepActionType, location_name: "stepActionType"))
|
342
|
+
GetWorkflowStepResponse.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "owner"))
|
343
|
+
GetWorkflowStepResponse.add_member(:workflow_step_automation_configuration, Shapes::ShapeRef.new(shape: WorkflowStepAutomationConfiguration, location_name: "workflowStepAutomationConfiguration"))
|
344
|
+
GetWorkflowStepResponse.add_member(:step_target, Shapes::ShapeRef.new(shape: StringList, location_name: "stepTarget"))
|
345
|
+
GetWorkflowStepResponse.add_member(:outputs, Shapes::ShapeRef.new(shape: GetWorkflowStepResponseOutputsList, location_name: "outputs"))
|
346
|
+
GetWorkflowStepResponse.add_member(:previous, Shapes::ShapeRef.new(shape: StringList, location_name: "previous"))
|
347
|
+
GetWorkflowStepResponse.add_member(:next, Shapes::ShapeRef.new(shape: StringList, location_name: "next"))
|
348
|
+
GetWorkflowStepResponse.add_member(:status, Shapes::ShapeRef.new(shape: StepStatus, location_name: "status"))
|
349
|
+
GetWorkflowStepResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
350
|
+
GetWorkflowStepResponse.add_member(:script_output_location, Shapes::ShapeRef.new(shape: String, location_name: "scriptOutputLocation"))
|
351
|
+
GetWorkflowStepResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
|
352
|
+
GetWorkflowStepResponse.add_member(:last_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastStartTime"))
|
353
|
+
GetWorkflowStepResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
354
|
+
GetWorkflowStepResponse.add_member(:no_of_srv_completed, Shapes::ShapeRef.new(shape: Integer, location_name: "noOfSrvCompleted"))
|
355
|
+
GetWorkflowStepResponse.add_member(:no_of_srv_failed, Shapes::ShapeRef.new(shape: Integer, location_name: "noOfSrvFailed"))
|
356
|
+
GetWorkflowStepResponse.add_member(:total_no_of_srv, Shapes::ShapeRef.new(shape: Integer, location_name: "totalNoOfSrv"))
|
357
|
+
GetWorkflowStepResponse.struct_class = Types::GetWorkflowStepResponse
|
358
|
+
|
359
|
+
GetWorkflowStepResponseOutputsList.member = Shapes::ShapeRef.new(shape: WorkflowStepOutput)
|
360
|
+
|
361
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
362
|
+
InternalServerException.struct_class = Types::InternalServerException
|
363
|
+
|
364
|
+
ListMigrationWorkflowTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
365
|
+
ListMigrationWorkflowTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
366
|
+
ListMigrationWorkflowTemplatesRequest.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location: "querystring", location_name: "name"))
|
367
|
+
ListMigrationWorkflowTemplatesRequest.struct_class = Types::ListMigrationWorkflowTemplatesRequest
|
368
|
+
|
369
|
+
ListMigrationWorkflowTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
370
|
+
ListMigrationWorkflowTemplatesResponse.add_member(:template_summary, Shapes::ShapeRef.new(shape: TemplateSummaryList, required: true, location_name: "templateSummary"))
|
371
|
+
ListMigrationWorkflowTemplatesResponse.struct_class = Types::ListMigrationWorkflowTemplatesResponse
|
372
|
+
|
373
|
+
ListMigrationWorkflowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
374
|
+
ListMigrationWorkflowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
375
|
+
ListMigrationWorkflowsRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, location: "querystring", location_name: "templateId"))
|
376
|
+
ListMigrationWorkflowsRequest.add_member(:ads_application_configuration_name, Shapes::ShapeRef.new(shape: ApplicationConfigurationName, location: "querystring", location_name: "adsApplicationConfigurationName"))
|
377
|
+
ListMigrationWorkflowsRequest.add_member(:status, Shapes::ShapeRef.new(shape: MigrationWorkflowStatusEnum, location: "querystring", location_name: "status"))
|
378
|
+
ListMigrationWorkflowsRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "name"))
|
379
|
+
ListMigrationWorkflowsRequest.struct_class = Types::ListMigrationWorkflowsRequest
|
380
|
+
|
381
|
+
ListMigrationWorkflowsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
382
|
+
ListMigrationWorkflowsResponse.add_member(:migration_workflow_summary, Shapes::ShapeRef.new(shape: MigrationWorkflowSummaryList, required: true, location_name: "migrationWorkflowSummary"))
|
383
|
+
ListMigrationWorkflowsResponse.struct_class = Types::ListMigrationWorkflowsResponse
|
384
|
+
|
385
|
+
ListPluginsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
386
|
+
ListPluginsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
387
|
+
ListPluginsRequest.struct_class = Types::ListPluginsRequest
|
388
|
+
|
389
|
+
ListPluginsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
390
|
+
ListPluginsResponse.add_member(:plugins, Shapes::ShapeRef.new(shape: PluginSummaries, location_name: "plugins"))
|
391
|
+
ListPluginsResponse.struct_class = Types::ListPluginsResponse
|
392
|
+
|
393
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
394
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
395
|
+
|
396
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
397
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
398
|
+
|
399
|
+
ListTemplateStepGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
400
|
+
ListTemplateStepGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
401
|
+
ListTemplateStepGroupsRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location: "uri", location_name: "templateId"))
|
402
|
+
ListTemplateStepGroupsRequest.struct_class = Types::ListTemplateStepGroupsRequest
|
403
|
+
|
404
|
+
ListTemplateStepGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
405
|
+
ListTemplateStepGroupsResponse.add_member(:template_step_group_summary, Shapes::ShapeRef.new(shape: TemplateStepGroupSummaryList, required: true, location_name: "templateStepGroupSummary"))
|
406
|
+
ListTemplateStepGroupsResponse.struct_class = Types::ListTemplateStepGroupsResponse
|
407
|
+
|
408
|
+
ListTemplateStepsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
409
|
+
ListTemplateStepsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
410
|
+
ListTemplateStepsRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location: "querystring", location_name: "templateId"))
|
411
|
+
ListTemplateStepsRequest.add_member(:step_group_id, Shapes::ShapeRef.new(shape: StepGroupId, required: true, location: "querystring", location_name: "stepGroupId"))
|
412
|
+
ListTemplateStepsRequest.struct_class = Types::ListTemplateStepsRequest
|
413
|
+
|
414
|
+
ListTemplateStepsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
415
|
+
ListTemplateStepsResponse.add_member(:template_step_summary_list, Shapes::ShapeRef.new(shape: TemplateStepSummaryList, location_name: "templateStepSummaryList"))
|
416
|
+
ListTemplateStepsResponse.struct_class = Types::ListTemplateStepsResponse
|
417
|
+
|
418
|
+
ListWorkflowStepGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
419
|
+
ListWorkflowStepGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
420
|
+
ListWorkflowStepGroupsRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, required: true, location: "querystring", location_name: "workflowId"))
|
421
|
+
ListWorkflowStepGroupsRequest.struct_class = Types::ListWorkflowStepGroupsRequest
|
422
|
+
|
423
|
+
ListWorkflowStepGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
424
|
+
ListWorkflowStepGroupsResponse.add_member(:workflow_step_groups_summary, Shapes::ShapeRef.new(shape: WorkflowStepGroupsSummaryList, required: true, location_name: "workflowStepGroupsSummary"))
|
425
|
+
ListWorkflowStepGroupsResponse.struct_class = Types::ListWorkflowStepGroupsResponse
|
426
|
+
|
427
|
+
ListWorkflowStepsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
428
|
+
ListWorkflowStepsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
429
|
+
ListWorkflowStepsRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, required: true, location: "uri", location_name: "workflowId"))
|
430
|
+
ListWorkflowStepsRequest.add_member(:step_group_id, Shapes::ShapeRef.new(shape: StepGroupId, required: true, location: "uri", location_name: "stepGroupId"))
|
431
|
+
ListWorkflowStepsRequest.struct_class = Types::ListWorkflowStepsRequest
|
432
|
+
|
433
|
+
ListWorkflowStepsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
434
|
+
ListWorkflowStepsResponse.add_member(:workflow_steps_summary, Shapes::ShapeRef.new(shape: WorkflowStepsSummaryList, required: true, location_name: "workflowStepsSummary"))
|
435
|
+
ListWorkflowStepsResponse.struct_class = Types::ListWorkflowStepsResponse
|
436
|
+
|
437
|
+
MigrationWorkflowSummary.add_member(:id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, location_name: "id"))
|
438
|
+
MigrationWorkflowSummary.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
439
|
+
MigrationWorkflowSummary.add_member(:template_id, Shapes::ShapeRef.new(shape: String, location_name: "templateId"))
|
440
|
+
MigrationWorkflowSummary.add_member(:ads_application_configuration_name, Shapes::ShapeRef.new(shape: String, location_name: "adsApplicationConfigurationName"))
|
441
|
+
MigrationWorkflowSummary.add_member(:status, Shapes::ShapeRef.new(shape: MigrationWorkflowStatusEnum, location_name: "status"))
|
442
|
+
MigrationWorkflowSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
|
443
|
+
MigrationWorkflowSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
444
|
+
MigrationWorkflowSummary.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
445
|
+
MigrationWorkflowSummary.add_member(:completed_steps, Shapes::ShapeRef.new(shape: Integer, location_name: "completedSteps"))
|
446
|
+
MigrationWorkflowSummary.add_member(:total_steps, Shapes::ShapeRef.new(shape: Integer, location_name: "totalSteps"))
|
447
|
+
MigrationWorkflowSummary.struct_class = Types::MigrationWorkflowSummary
|
448
|
+
|
449
|
+
MigrationWorkflowSummaryList.member = Shapes::ShapeRef.new(shape: MigrationWorkflowSummary)
|
450
|
+
|
451
|
+
PlatformCommand.add_member(:linux, Shapes::ShapeRef.new(shape: String, location_name: "linux"))
|
452
|
+
PlatformCommand.add_member(:windows, Shapes::ShapeRef.new(shape: String, location_name: "windows"))
|
453
|
+
PlatformCommand.struct_class = Types::PlatformCommand
|
454
|
+
|
455
|
+
PlatformScriptKey.add_member(:linux, Shapes::ShapeRef.new(shape: S3Key, location_name: "linux"))
|
456
|
+
PlatformScriptKey.add_member(:windows, Shapes::ShapeRef.new(shape: S3Key, location_name: "windows"))
|
457
|
+
PlatformScriptKey.struct_class = Types::PlatformScriptKey
|
458
|
+
|
459
|
+
PluginSummaries.member = Shapes::ShapeRef.new(shape: PluginSummary)
|
460
|
+
|
461
|
+
PluginSummary.add_member(:plugin_id, Shapes::ShapeRef.new(shape: PluginId, location_name: "pluginId"))
|
462
|
+
PluginSummary.add_member(:hostname, Shapes::ShapeRef.new(shape: String, location_name: "hostname"))
|
463
|
+
PluginSummary.add_member(:status, Shapes::ShapeRef.new(shape: PluginHealth, location_name: "status"))
|
464
|
+
PluginSummary.add_member(:ip_address, Shapes::ShapeRef.new(shape: IPAddress, location_name: "ipAddress"))
|
465
|
+
PluginSummary.add_member(:version, Shapes::ShapeRef.new(shape: PluginVersion, location_name: "version"))
|
466
|
+
PluginSummary.add_member(:registered_time, Shapes::ShapeRef.new(shape: String, location_name: "registeredTime"))
|
467
|
+
PluginSummary.struct_class = Types::PluginSummary
|
468
|
+
|
469
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
470
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
471
|
+
|
472
|
+
RetryWorkflowStepRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, required: true, location: "querystring", location_name: "workflowId"))
|
473
|
+
RetryWorkflowStepRequest.add_member(:step_group_id, Shapes::ShapeRef.new(shape: StepGroupId, required: true, location: "querystring", location_name: "stepGroupId"))
|
474
|
+
RetryWorkflowStepRequest.add_member(:id, Shapes::ShapeRef.new(shape: StepId, required: true, location: "uri", location_name: "id"))
|
475
|
+
RetryWorkflowStepRequest.struct_class = Types::RetryWorkflowStepRequest
|
476
|
+
|
477
|
+
RetryWorkflowStepResponse.add_member(:step_group_id, Shapes::ShapeRef.new(shape: String, location_name: "stepGroupId"))
|
478
|
+
RetryWorkflowStepResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: String, location_name: "workflowId"))
|
479
|
+
RetryWorkflowStepResponse.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
480
|
+
RetryWorkflowStepResponse.add_member(:status, Shapes::ShapeRef.new(shape: StepStatus, location_name: "status"))
|
481
|
+
RetryWorkflowStepResponse.struct_class = Types::RetryWorkflowStepResponse
|
482
|
+
|
483
|
+
StartMigrationWorkflowRequest.add_member(:id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, required: true, location: "uri", location_name: "id"))
|
484
|
+
StartMigrationWorkflowRequest.struct_class = Types::StartMigrationWorkflowRequest
|
485
|
+
|
486
|
+
StartMigrationWorkflowResponse.add_member(:id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, location_name: "id"))
|
487
|
+
StartMigrationWorkflowResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
488
|
+
StartMigrationWorkflowResponse.add_member(:status, Shapes::ShapeRef.new(shape: MigrationWorkflowStatusEnum, location_name: "status"))
|
489
|
+
StartMigrationWorkflowResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
490
|
+
StartMigrationWorkflowResponse.add_member(:last_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastStartTime"))
|
491
|
+
StartMigrationWorkflowResponse.struct_class = Types::StartMigrationWorkflowResponse
|
492
|
+
|
493
|
+
StepAutomationConfiguration.add_member(:script_location_s3_bucket, Shapes::ShapeRef.new(shape: String, location_name: "scriptLocationS3Bucket"))
|
494
|
+
StepAutomationConfiguration.add_member(:script_location_s3_key, Shapes::ShapeRef.new(shape: PlatformScriptKey, location_name: "scriptLocationS3Key"))
|
495
|
+
StepAutomationConfiguration.add_member(:command, Shapes::ShapeRef.new(shape: PlatformCommand, location_name: "command"))
|
496
|
+
StepAutomationConfiguration.add_member(:run_environment, Shapes::ShapeRef.new(shape: RunEnvironment, location_name: "runEnvironment"))
|
497
|
+
StepAutomationConfiguration.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, location_name: "targetType"))
|
498
|
+
StepAutomationConfiguration.struct_class = Types::StepAutomationConfiguration
|
499
|
+
|
500
|
+
StepInput.add_member(:integer_value, Shapes::ShapeRef.new(shape: Integer, location_name: "integerValue", metadata: {"box"=>true}))
|
501
|
+
StepInput.add_member(:string_value, Shapes::ShapeRef.new(shape: StringValue, location_name: "stringValue"))
|
502
|
+
StepInput.add_member(:list_of_strings_value, Shapes::ShapeRef.new(shape: StringList, location_name: "listOfStringsValue"))
|
503
|
+
StepInput.add_member(:map_of_string_value, Shapes::ShapeRef.new(shape: StringMap, location_name: "mapOfStringValue"))
|
504
|
+
StepInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
505
|
+
StepInput.add_member_subclass(:integer_value, Types::StepInput::IntegerValue)
|
506
|
+
StepInput.add_member_subclass(:string_value, Types::StepInput::StringValue)
|
507
|
+
StepInput.add_member_subclass(:list_of_strings_value, Types::StepInput::ListOfStringsValue)
|
508
|
+
StepInput.add_member_subclass(:map_of_string_value, Types::StepInput::MapOfStringValue)
|
509
|
+
StepInput.add_member_subclass(:unknown, Types::StepInput::Unknown)
|
510
|
+
StepInput.struct_class = Types::StepInput
|
511
|
+
|
512
|
+
StepInputParameters.key = Shapes::ShapeRef.new(shape: StepInputParametersKey)
|
513
|
+
StepInputParameters.value = Shapes::ShapeRef.new(shape: StepInput)
|
514
|
+
|
515
|
+
StepOutput.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
516
|
+
StepOutput.add_member(:data_type, Shapes::ShapeRef.new(shape: DataType, location_name: "dataType"))
|
517
|
+
StepOutput.add_member(:required, Shapes::ShapeRef.new(shape: Boolean, location_name: "required"))
|
518
|
+
StepOutput.struct_class = Types::StepOutput
|
519
|
+
|
520
|
+
StepOutputList.member = Shapes::ShapeRef.new(shape: StepOutput)
|
521
|
+
|
522
|
+
StopMigrationWorkflowRequest.add_member(:id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, required: true, location: "uri", location_name: "id"))
|
523
|
+
StopMigrationWorkflowRequest.struct_class = Types::StopMigrationWorkflowRequest
|
524
|
+
|
525
|
+
StopMigrationWorkflowResponse.add_member(:id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, location_name: "id"))
|
526
|
+
StopMigrationWorkflowResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
527
|
+
StopMigrationWorkflowResponse.add_member(:status, Shapes::ShapeRef.new(shape: MigrationWorkflowStatusEnum, location_name: "status"))
|
528
|
+
StopMigrationWorkflowResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
529
|
+
StopMigrationWorkflowResponse.add_member(:last_stop_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastStopTime"))
|
530
|
+
StopMigrationWorkflowResponse.struct_class = Types::StopMigrationWorkflowResponse
|
531
|
+
|
532
|
+
StringList.member = Shapes::ShapeRef.new(shape: StringListMember)
|
533
|
+
|
534
|
+
StringMap.key = Shapes::ShapeRef.new(shape: StringMapKey)
|
535
|
+
StringMap.value = Shapes::ShapeRef.new(shape: StringMapValue)
|
536
|
+
|
537
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
538
|
+
|
539
|
+
TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
540
|
+
TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
541
|
+
|
542
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
543
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
|
544
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
545
|
+
|
546
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
547
|
+
|
548
|
+
TemplateInput.add_member(:input_name, Shapes::ShapeRef.new(shape: TemplateInputName, location_name: "inputName"))
|
549
|
+
TemplateInput.add_member(:data_type, Shapes::ShapeRef.new(shape: DataType, location_name: "dataType"))
|
550
|
+
TemplateInput.add_member(:required, Shapes::ShapeRef.new(shape: Boolean, location_name: "required"))
|
551
|
+
TemplateInput.struct_class = Types::TemplateInput
|
552
|
+
|
553
|
+
TemplateInputList.member = Shapes::ShapeRef.new(shape: TemplateInput)
|
554
|
+
|
555
|
+
TemplateStepGroupSummary.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
556
|
+
TemplateStepGroupSummary.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
557
|
+
TemplateStepGroupSummary.add_member(:previous, Shapes::ShapeRef.new(shape: StringList, location_name: "previous"))
|
558
|
+
TemplateStepGroupSummary.add_member(:next, Shapes::ShapeRef.new(shape: StringList, location_name: "next"))
|
559
|
+
TemplateStepGroupSummary.struct_class = Types::TemplateStepGroupSummary
|
560
|
+
|
561
|
+
TemplateStepGroupSummaryList.member = Shapes::ShapeRef.new(shape: TemplateStepGroupSummary)
|
562
|
+
|
563
|
+
TemplateStepSummary.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
564
|
+
TemplateStepSummary.add_member(:step_group_id, Shapes::ShapeRef.new(shape: String, location_name: "stepGroupId"))
|
565
|
+
TemplateStepSummary.add_member(:template_id, Shapes::ShapeRef.new(shape: String, location_name: "templateId"))
|
566
|
+
TemplateStepSummary.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
567
|
+
TemplateStepSummary.add_member(:step_action_type, Shapes::ShapeRef.new(shape: StepActionType, location_name: "stepActionType"))
|
568
|
+
TemplateStepSummary.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, location_name: "targetType"))
|
569
|
+
TemplateStepSummary.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "owner"))
|
570
|
+
TemplateStepSummary.add_member(:previous, Shapes::ShapeRef.new(shape: StringList, location_name: "previous"))
|
571
|
+
TemplateStepSummary.add_member(:next, Shapes::ShapeRef.new(shape: StringList, location_name: "next"))
|
572
|
+
TemplateStepSummary.struct_class = Types::TemplateStepSummary
|
573
|
+
|
574
|
+
TemplateStepSummaryList.member = Shapes::ShapeRef.new(shape: TemplateStepSummary)
|
575
|
+
|
576
|
+
TemplateSummary.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
577
|
+
TemplateSummary.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
578
|
+
TemplateSummary.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
579
|
+
TemplateSummary.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
580
|
+
TemplateSummary.struct_class = Types::TemplateSummary
|
581
|
+
|
582
|
+
TemplateSummaryList.member = Shapes::ShapeRef.new(shape: TemplateSummary)
|
583
|
+
|
584
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
585
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
586
|
+
|
587
|
+
Tool.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
588
|
+
Tool.add_member(:url, Shapes::ShapeRef.new(shape: String, location_name: "url"))
|
589
|
+
Tool.struct_class = Types::Tool
|
590
|
+
|
591
|
+
ToolsList.member = Shapes::ShapeRef.new(shape: Tool)
|
592
|
+
|
593
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
594
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
595
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
596
|
+
|
597
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
598
|
+
|
599
|
+
UpdateMigrationWorkflowRequest.add_member(:id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, required: true, location: "uri", location_name: "id"))
|
600
|
+
UpdateMigrationWorkflowRequest.add_member(:name, Shapes::ShapeRef.new(shape: UpdateMigrationWorkflowRequestNameString, location_name: "name"))
|
601
|
+
UpdateMigrationWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape: UpdateMigrationWorkflowRequestDescriptionString, location_name: "description"))
|
602
|
+
UpdateMigrationWorkflowRequest.add_member(:input_parameters, Shapes::ShapeRef.new(shape: StepInputParameters, location_name: "inputParameters"))
|
603
|
+
UpdateMigrationWorkflowRequest.add_member(:step_targets, Shapes::ShapeRef.new(shape: StringList, location_name: "stepTargets"))
|
604
|
+
UpdateMigrationWorkflowRequest.struct_class = Types::UpdateMigrationWorkflowRequest
|
605
|
+
|
606
|
+
UpdateMigrationWorkflowResponse.add_member(:id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, location_name: "id"))
|
607
|
+
UpdateMigrationWorkflowResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
608
|
+
UpdateMigrationWorkflowResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
609
|
+
UpdateMigrationWorkflowResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
610
|
+
UpdateMigrationWorkflowResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: String, location_name: "templateId"))
|
611
|
+
UpdateMigrationWorkflowResponse.add_member(:ads_application_configuration_id, Shapes::ShapeRef.new(shape: String, location_name: "adsApplicationConfigurationId"))
|
612
|
+
UpdateMigrationWorkflowResponse.add_member(:workflow_inputs, Shapes::ShapeRef.new(shape: StepInputParameters, location_name: "workflowInputs"))
|
613
|
+
UpdateMigrationWorkflowResponse.add_member(:step_targets, Shapes::ShapeRef.new(shape: StringList, location_name: "stepTargets"))
|
614
|
+
UpdateMigrationWorkflowResponse.add_member(:status, Shapes::ShapeRef.new(shape: MigrationWorkflowStatusEnum, location_name: "status"))
|
615
|
+
UpdateMigrationWorkflowResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
|
616
|
+
UpdateMigrationWorkflowResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedTime"))
|
617
|
+
UpdateMigrationWorkflowResponse.add_member(:tags, Shapes::ShapeRef.new(shape: StringMap, location_name: "tags"))
|
618
|
+
UpdateMigrationWorkflowResponse.struct_class = Types::UpdateMigrationWorkflowResponse
|
619
|
+
|
620
|
+
UpdateWorkflowStepGroupRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, required: true, location: "querystring", location_name: "workflowId"))
|
621
|
+
UpdateWorkflowStepGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: StepGroupId, required: true, location: "uri", location_name: "id"))
|
622
|
+
UpdateWorkflowStepGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: StepGroupName, location_name: "name"))
|
623
|
+
UpdateWorkflowStepGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: StepGroupDescription, location_name: "description"))
|
624
|
+
UpdateWorkflowStepGroupRequest.add_member(:next, Shapes::ShapeRef.new(shape: StringList, location_name: "next"))
|
625
|
+
UpdateWorkflowStepGroupRequest.add_member(:previous, Shapes::ShapeRef.new(shape: StringList, location_name: "previous"))
|
626
|
+
UpdateWorkflowStepGroupRequest.struct_class = Types::UpdateWorkflowStepGroupRequest
|
627
|
+
|
628
|
+
UpdateWorkflowStepGroupResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: String, location_name: "workflowId"))
|
629
|
+
UpdateWorkflowStepGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
630
|
+
UpdateWorkflowStepGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
631
|
+
UpdateWorkflowStepGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
632
|
+
UpdateWorkflowStepGroupResponse.add_member(:tools, Shapes::ShapeRef.new(shape: ToolsList, location_name: "tools"))
|
633
|
+
UpdateWorkflowStepGroupResponse.add_member(:next, Shapes::ShapeRef.new(shape: StringList, location_name: "next"))
|
634
|
+
UpdateWorkflowStepGroupResponse.add_member(:previous, Shapes::ShapeRef.new(shape: StringList, location_name: "previous"))
|
635
|
+
UpdateWorkflowStepGroupResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedTime"))
|
636
|
+
UpdateWorkflowStepGroupResponse.struct_class = Types::UpdateWorkflowStepGroupResponse
|
637
|
+
|
638
|
+
UpdateWorkflowStepRequest.add_member(:id, Shapes::ShapeRef.new(shape: StepId, required: true, location: "uri", location_name: "id"))
|
639
|
+
UpdateWorkflowStepRequest.add_member(:step_group_id, Shapes::ShapeRef.new(shape: StepGroupId, required: true, location_name: "stepGroupId"))
|
640
|
+
UpdateWorkflowStepRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: MigrationWorkflowId, required: true, location_name: "workflowId"))
|
641
|
+
UpdateWorkflowStepRequest.add_member(:name, Shapes::ShapeRef.new(shape: StepName, location_name: "name"))
|
642
|
+
UpdateWorkflowStepRequest.add_member(:description, Shapes::ShapeRef.new(shape: StepDescription, location_name: "description"))
|
643
|
+
UpdateWorkflowStepRequest.add_member(:step_action_type, Shapes::ShapeRef.new(shape: StepActionType, location_name: "stepActionType"))
|
644
|
+
UpdateWorkflowStepRequest.add_member(:workflow_step_automation_configuration, Shapes::ShapeRef.new(shape: WorkflowStepAutomationConfiguration, location_name: "workflowStepAutomationConfiguration"))
|
645
|
+
UpdateWorkflowStepRequest.add_member(:step_target, Shapes::ShapeRef.new(shape: StringList, location_name: "stepTarget"))
|
646
|
+
UpdateWorkflowStepRequest.add_member(:outputs, Shapes::ShapeRef.new(shape: WorkflowStepOutputList, location_name: "outputs"))
|
647
|
+
UpdateWorkflowStepRequest.add_member(:previous, Shapes::ShapeRef.new(shape: StringList, location_name: "previous"))
|
648
|
+
UpdateWorkflowStepRequest.add_member(:next, Shapes::ShapeRef.new(shape: StringList, location_name: "next"))
|
649
|
+
UpdateWorkflowStepRequest.add_member(:status, Shapes::ShapeRef.new(shape: StepStatus, location_name: "status"))
|
650
|
+
UpdateWorkflowStepRequest.struct_class = Types::UpdateWorkflowStepRequest
|
651
|
+
|
652
|
+
UpdateWorkflowStepResponse.add_member(:id, Shapes::ShapeRef.new(shape: StepId, location_name: "id"))
|
653
|
+
UpdateWorkflowStepResponse.add_member(:step_group_id, Shapes::ShapeRef.new(shape: String, location_name: "stepGroupId"))
|
654
|
+
UpdateWorkflowStepResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: String, location_name: "workflowId"))
|
655
|
+
UpdateWorkflowStepResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
656
|
+
UpdateWorkflowStepResponse.struct_class = Types::UpdateWorkflowStepResponse
|
657
|
+
|
658
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
659
|
+
ValidationException.struct_class = Types::ValidationException
|
660
|
+
|
661
|
+
WorkflowStepAutomationConfiguration.add_member(:script_location_s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "scriptLocationS3Bucket"))
|
662
|
+
WorkflowStepAutomationConfiguration.add_member(:script_location_s3_key, Shapes::ShapeRef.new(shape: PlatformScriptKey, location_name: "scriptLocationS3Key"))
|
663
|
+
WorkflowStepAutomationConfiguration.add_member(:command, Shapes::ShapeRef.new(shape: PlatformCommand, location_name: "command"))
|
664
|
+
WorkflowStepAutomationConfiguration.add_member(:run_environment, Shapes::ShapeRef.new(shape: RunEnvironment, location_name: "runEnvironment"))
|
665
|
+
WorkflowStepAutomationConfiguration.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, location_name: "targetType"))
|
666
|
+
WorkflowStepAutomationConfiguration.struct_class = Types::WorkflowStepAutomationConfiguration
|
667
|
+
|
668
|
+
WorkflowStepGroupSummary.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
669
|
+
WorkflowStepGroupSummary.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
670
|
+
WorkflowStepGroupSummary.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "owner"))
|
671
|
+
WorkflowStepGroupSummary.add_member(:status, Shapes::ShapeRef.new(shape: StepGroupStatus, location_name: "status"))
|
672
|
+
WorkflowStepGroupSummary.add_member(:previous, Shapes::ShapeRef.new(shape: StringList, location_name: "previous"))
|
673
|
+
WorkflowStepGroupSummary.add_member(:next, Shapes::ShapeRef.new(shape: StringList, location_name: "next"))
|
674
|
+
WorkflowStepGroupSummary.struct_class = Types::WorkflowStepGroupSummary
|
675
|
+
|
676
|
+
WorkflowStepGroupsSummaryList.member = Shapes::ShapeRef.new(shape: WorkflowStepGroupSummary)
|
677
|
+
|
678
|
+
WorkflowStepOutput.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowStepOutputName, location_name: "name"))
|
679
|
+
WorkflowStepOutput.add_member(:data_type, Shapes::ShapeRef.new(shape: DataType, location_name: "dataType"))
|
680
|
+
WorkflowStepOutput.add_member(:required, Shapes::ShapeRef.new(shape: Boolean, location_name: "required"))
|
681
|
+
WorkflowStepOutput.add_member(:value, Shapes::ShapeRef.new(shape: WorkflowStepOutputUnion, location_name: "value"))
|
682
|
+
WorkflowStepOutput.struct_class = Types::WorkflowStepOutput
|
683
|
+
|
684
|
+
WorkflowStepOutputList.member = Shapes::ShapeRef.new(shape: WorkflowStepOutput)
|
685
|
+
|
686
|
+
WorkflowStepOutputUnion.add_member(:integer_value, Shapes::ShapeRef.new(shape: Integer, location_name: "integerValue", metadata: {"box"=>true}))
|
687
|
+
WorkflowStepOutputUnion.add_member(:string_value, Shapes::ShapeRef.new(shape: StringValue, location_name: "stringValue"))
|
688
|
+
WorkflowStepOutputUnion.add_member(:list_of_string_value, Shapes::ShapeRef.new(shape: StringList, location_name: "listOfStringValue"))
|
689
|
+
WorkflowStepOutputUnion.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
690
|
+
WorkflowStepOutputUnion.add_member_subclass(:integer_value, Types::WorkflowStepOutputUnion::IntegerValue)
|
691
|
+
WorkflowStepOutputUnion.add_member_subclass(:string_value, Types::WorkflowStepOutputUnion::StringValue)
|
692
|
+
WorkflowStepOutputUnion.add_member_subclass(:list_of_string_value, Types::WorkflowStepOutputUnion::ListOfStringValue)
|
693
|
+
WorkflowStepOutputUnion.add_member_subclass(:unknown, Types::WorkflowStepOutputUnion::Unknown)
|
694
|
+
WorkflowStepOutputUnion.struct_class = Types::WorkflowStepOutputUnion
|
695
|
+
|
696
|
+
WorkflowStepSummary.add_member(:step_id, Shapes::ShapeRef.new(shape: String, location_name: "stepId"))
|
697
|
+
WorkflowStepSummary.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
698
|
+
WorkflowStepSummary.add_member(:step_action_type, Shapes::ShapeRef.new(shape: StepActionType, location_name: "stepActionType"))
|
699
|
+
WorkflowStepSummary.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "owner"))
|
700
|
+
WorkflowStepSummary.add_member(:previous, Shapes::ShapeRef.new(shape: StringList, location_name: "previous"))
|
701
|
+
WorkflowStepSummary.add_member(:next, Shapes::ShapeRef.new(shape: StringList, location_name: "next"))
|
702
|
+
WorkflowStepSummary.add_member(:status, Shapes::ShapeRef.new(shape: StepStatus, location_name: "status"))
|
703
|
+
WorkflowStepSummary.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
704
|
+
WorkflowStepSummary.add_member(:no_of_srv_completed, Shapes::ShapeRef.new(shape: Integer, location_name: "noOfSrvCompleted"))
|
705
|
+
WorkflowStepSummary.add_member(:no_of_srv_failed, Shapes::ShapeRef.new(shape: Integer, location_name: "noOfSrvFailed"))
|
706
|
+
WorkflowStepSummary.add_member(:total_no_of_srv, Shapes::ShapeRef.new(shape: Integer, location_name: "totalNoOfSrv"))
|
707
|
+
WorkflowStepSummary.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
708
|
+
WorkflowStepSummary.add_member(:script_location, Shapes::ShapeRef.new(shape: String, location_name: "scriptLocation"))
|
709
|
+
WorkflowStepSummary.struct_class = Types::WorkflowStepSummary
|
710
|
+
|
711
|
+
WorkflowStepsSummaryList.member = Shapes::ShapeRef.new(shape: WorkflowStepSummary)
|
712
|
+
|
713
|
+
|
714
|
+
# @api private
|
715
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
716
|
+
|
717
|
+
api.version = "2021-08-28"
|
718
|
+
|
719
|
+
api.metadata = {
|
720
|
+
"apiVersion" => "2021-08-28",
|
721
|
+
"endpointPrefix" => "migrationhub-orchestrator",
|
722
|
+
"jsonVersion" => "1.1",
|
723
|
+
"protocol" => "rest-json",
|
724
|
+
"serviceFullName" => "AWS Migration Hub Orchestrator",
|
725
|
+
"serviceId" => "MigrationHubOrchestrator",
|
726
|
+
"signatureVersion" => "v4",
|
727
|
+
"signingName" => "migrationhub-orchestrator",
|
728
|
+
"uid" => "migrationhuborchestrator-2021-08-28",
|
729
|
+
}
|
730
|
+
|
731
|
+
api.add_operation(:create_workflow, Seahorse::Model::Operation.new.tap do |o|
|
732
|
+
o.name = "CreateWorkflow"
|
733
|
+
o.http_method = "POST"
|
734
|
+
o.http_request_uri = "/migrationworkflow/"
|
735
|
+
o.input = Shapes::ShapeRef.new(shape: CreateMigrationWorkflowRequest)
|
736
|
+
o.output = Shapes::ShapeRef.new(shape: CreateMigrationWorkflowResponse)
|
737
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
738
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
739
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
740
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
741
|
+
end)
|
742
|
+
|
743
|
+
api.add_operation(:create_workflow_step, Seahorse::Model::Operation.new.tap do |o|
|
744
|
+
o.name = "CreateWorkflowStep"
|
745
|
+
o.http_method = "POST"
|
746
|
+
o.http_request_uri = "/workflowstep"
|
747
|
+
o.input = Shapes::ShapeRef.new(shape: CreateWorkflowStepRequest)
|
748
|
+
o.output = Shapes::ShapeRef.new(shape: CreateWorkflowStepResponse)
|
749
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
750
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
751
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
752
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
753
|
+
end)
|
754
|
+
|
755
|
+
api.add_operation(:create_workflow_step_group, Seahorse::Model::Operation.new.tap do |o|
|
756
|
+
o.name = "CreateWorkflowStepGroup"
|
757
|
+
o.http_method = "POST"
|
758
|
+
o.http_request_uri = "/workflowstepgroups"
|
759
|
+
o.input = Shapes::ShapeRef.new(shape: CreateWorkflowStepGroupRequest)
|
760
|
+
o.output = Shapes::ShapeRef.new(shape: CreateWorkflowStepGroupResponse)
|
761
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
762
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
763
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
764
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
765
|
+
end)
|
766
|
+
|
767
|
+
api.add_operation(:delete_workflow, Seahorse::Model::Operation.new.tap do |o|
|
768
|
+
o.name = "DeleteWorkflow"
|
769
|
+
o.http_method = "DELETE"
|
770
|
+
o.http_request_uri = "/migrationworkflow/{id}"
|
771
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteMigrationWorkflowRequest)
|
772
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteMigrationWorkflowResponse)
|
773
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
774
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
775
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
776
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
777
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
778
|
+
end)
|
779
|
+
|
780
|
+
api.add_operation(:delete_workflow_step, Seahorse::Model::Operation.new.tap do |o|
|
781
|
+
o.name = "DeleteWorkflowStep"
|
782
|
+
o.http_method = "DELETE"
|
783
|
+
o.http_request_uri = "/workflowstep/{id}"
|
784
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteWorkflowStepRequest)
|
785
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteWorkflowStepResponse)
|
786
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
787
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
788
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
789
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
790
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
791
|
+
end)
|
792
|
+
|
793
|
+
api.add_operation(:delete_workflow_step_group, Seahorse::Model::Operation.new.tap do |o|
|
794
|
+
o.name = "DeleteWorkflowStepGroup"
|
795
|
+
o.http_method = "DELETE"
|
796
|
+
o.http_request_uri = "/workflowstepgroup/{id}"
|
797
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteWorkflowStepGroupRequest)
|
798
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteWorkflowStepGroupResponse)
|
799
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
800
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
801
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
802
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
803
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
804
|
+
end)
|
805
|
+
|
806
|
+
api.add_operation(:get_template, Seahorse::Model::Operation.new.tap do |o|
|
807
|
+
o.name = "GetTemplate"
|
808
|
+
o.http_method = "GET"
|
809
|
+
o.http_request_uri = "/migrationworkflowtemplate/{id}"
|
810
|
+
o.input = Shapes::ShapeRef.new(shape: GetMigrationWorkflowTemplateRequest)
|
811
|
+
o.output = Shapes::ShapeRef.new(shape: GetMigrationWorkflowTemplateResponse)
|
812
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
813
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
814
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
815
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
816
|
+
end)
|
817
|
+
|
818
|
+
api.add_operation(:get_template_step, Seahorse::Model::Operation.new.tap do |o|
|
819
|
+
o.name = "GetTemplateStep"
|
820
|
+
o.http_method = "GET"
|
821
|
+
o.http_request_uri = "/templatestep/{id}"
|
822
|
+
o.input = Shapes::ShapeRef.new(shape: GetTemplateStepRequest)
|
823
|
+
o.output = Shapes::ShapeRef.new(shape: GetTemplateStepResponse)
|
824
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
825
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
826
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
827
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
828
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
829
|
+
end)
|
830
|
+
|
831
|
+
api.add_operation(:get_template_step_group, Seahorse::Model::Operation.new.tap do |o|
|
832
|
+
o.name = "GetTemplateStepGroup"
|
833
|
+
o.http_method = "GET"
|
834
|
+
o.http_request_uri = "/templates/{templateId}/stepgroups/{id}"
|
835
|
+
o.input = Shapes::ShapeRef.new(shape: GetTemplateStepGroupRequest)
|
836
|
+
o.output = Shapes::ShapeRef.new(shape: GetTemplateStepGroupResponse)
|
837
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
838
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
839
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
840
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
841
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
842
|
+
end)
|
843
|
+
|
844
|
+
api.add_operation(:get_workflow, Seahorse::Model::Operation.new.tap do |o|
|
845
|
+
o.name = "GetWorkflow"
|
846
|
+
o.http_method = "GET"
|
847
|
+
o.http_request_uri = "/migrationworkflow/{id}"
|
848
|
+
o.input = Shapes::ShapeRef.new(shape: GetMigrationWorkflowRequest)
|
849
|
+
o.output = Shapes::ShapeRef.new(shape: GetMigrationWorkflowResponse)
|
850
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
851
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
852
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
853
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
854
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
855
|
+
end)
|
856
|
+
|
857
|
+
api.add_operation(:get_workflow_step, Seahorse::Model::Operation.new.tap do |o|
|
858
|
+
o.name = "GetWorkflowStep"
|
859
|
+
o.http_method = "GET"
|
860
|
+
o.http_request_uri = "/workflowstep/{id}"
|
861
|
+
o.input = Shapes::ShapeRef.new(shape: GetWorkflowStepRequest)
|
862
|
+
o.output = Shapes::ShapeRef.new(shape: GetWorkflowStepResponse)
|
863
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
864
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
865
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
866
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
867
|
+
end)
|
868
|
+
|
869
|
+
api.add_operation(:get_workflow_step_group, Seahorse::Model::Operation.new.tap do |o|
|
870
|
+
o.name = "GetWorkflowStepGroup"
|
871
|
+
o.http_method = "GET"
|
872
|
+
o.http_request_uri = "/workflowstepgroup/{id}"
|
873
|
+
o.input = Shapes::ShapeRef.new(shape: GetWorkflowStepGroupRequest)
|
874
|
+
o.output = Shapes::ShapeRef.new(shape: GetWorkflowStepGroupResponse)
|
875
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
876
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
877
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
878
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
879
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
880
|
+
end)
|
881
|
+
|
882
|
+
api.add_operation(:list_plugins, Seahorse::Model::Operation.new.tap do |o|
|
883
|
+
o.name = "ListPlugins"
|
884
|
+
o.http_method = "GET"
|
885
|
+
o.http_request_uri = "/plugins"
|
886
|
+
o.input = Shapes::ShapeRef.new(shape: ListPluginsRequest)
|
887
|
+
o.output = Shapes::ShapeRef.new(shape: ListPluginsResponse)
|
888
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
889
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
890
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
891
|
+
o[:pager] = Aws::Pager.new(
|
892
|
+
limit_key: "max_results",
|
893
|
+
tokens: {
|
894
|
+
"next_token" => "next_token"
|
895
|
+
}
|
896
|
+
)
|
897
|
+
end)
|
898
|
+
|
899
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
900
|
+
o.name = "ListTagsForResource"
|
901
|
+
o.http_method = "GET"
|
902
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
903
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
904
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
905
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
906
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
907
|
+
end)
|
908
|
+
|
909
|
+
api.add_operation(:list_template_step_groups, Seahorse::Model::Operation.new.tap do |o|
|
910
|
+
o.name = "ListTemplateStepGroups"
|
911
|
+
o.http_method = "GET"
|
912
|
+
o.http_request_uri = "/templatestepgroups/{templateId}"
|
913
|
+
o.input = Shapes::ShapeRef.new(shape: ListTemplateStepGroupsRequest)
|
914
|
+
o.output = Shapes::ShapeRef.new(shape: ListTemplateStepGroupsResponse)
|
915
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
916
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
917
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
918
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
919
|
+
o[:pager] = Aws::Pager.new(
|
920
|
+
limit_key: "max_results",
|
921
|
+
tokens: {
|
922
|
+
"next_token" => "next_token"
|
923
|
+
}
|
924
|
+
)
|
925
|
+
end)
|
926
|
+
|
927
|
+
api.add_operation(:list_template_steps, Seahorse::Model::Operation.new.tap do |o|
|
928
|
+
o.name = "ListTemplateSteps"
|
929
|
+
o.http_method = "GET"
|
930
|
+
o.http_request_uri = "/templatesteps"
|
931
|
+
o.input = Shapes::ShapeRef.new(shape: ListTemplateStepsRequest)
|
932
|
+
o.output = Shapes::ShapeRef.new(shape: ListTemplateStepsResponse)
|
933
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
934
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
935
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
936
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
937
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
938
|
+
o[:pager] = Aws::Pager.new(
|
939
|
+
limit_key: "max_results",
|
940
|
+
tokens: {
|
941
|
+
"next_token" => "next_token"
|
942
|
+
}
|
943
|
+
)
|
944
|
+
end)
|
945
|
+
|
946
|
+
api.add_operation(:list_templates, Seahorse::Model::Operation.new.tap do |o|
|
947
|
+
o.name = "ListTemplates"
|
948
|
+
o.http_method = "GET"
|
949
|
+
o.http_request_uri = "/migrationworkflowtemplates"
|
950
|
+
o.input = Shapes::ShapeRef.new(shape: ListMigrationWorkflowTemplatesRequest)
|
951
|
+
o.output = Shapes::ShapeRef.new(shape: ListMigrationWorkflowTemplatesResponse)
|
952
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
953
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
954
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
955
|
+
o[:pager] = Aws::Pager.new(
|
956
|
+
limit_key: "max_results",
|
957
|
+
tokens: {
|
958
|
+
"next_token" => "next_token"
|
959
|
+
}
|
960
|
+
)
|
961
|
+
end)
|
962
|
+
|
963
|
+
api.add_operation(:list_workflow_step_groups, Seahorse::Model::Operation.new.tap do |o|
|
964
|
+
o.name = "ListWorkflowStepGroups"
|
965
|
+
o.http_method = "GET"
|
966
|
+
o.http_request_uri = "/workflowstepgroups"
|
967
|
+
o.input = Shapes::ShapeRef.new(shape: ListWorkflowStepGroupsRequest)
|
968
|
+
o.output = Shapes::ShapeRef.new(shape: ListWorkflowStepGroupsResponse)
|
969
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
970
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
971
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
972
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
973
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
974
|
+
o[:pager] = Aws::Pager.new(
|
975
|
+
limit_key: "max_results",
|
976
|
+
tokens: {
|
977
|
+
"next_token" => "next_token"
|
978
|
+
}
|
979
|
+
)
|
980
|
+
end)
|
981
|
+
|
982
|
+
api.add_operation(:list_workflow_steps, Seahorse::Model::Operation.new.tap do |o|
|
983
|
+
o.name = "ListWorkflowSteps"
|
984
|
+
o.http_method = "GET"
|
985
|
+
o.http_request_uri = "/workflow/{workflowId}/workflowstepgroups/{stepGroupId}/workflowsteps"
|
986
|
+
o.input = Shapes::ShapeRef.new(shape: ListWorkflowStepsRequest)
|
987
|
+
o.output = Shapes::ShapeRef.new(shape: ListWorkflowStepsResponse)
|
988
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
989
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
990
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
991
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
992
|
+
o[:pager] = Aws::Pager.new(
|
993
|
+
limit_key: "max_results",
|
994
|
+
tokens: {
|
995
|
+
"next_token" => "next_token"
|
996
|
+
}
|
997
|
+
)
|
998
|
+
end)
|
999
|
+
|
1000
|
+
api.add_operation(:list_workflows, Seahorse::Model::Operation.new.tap do |o|
|
1001
|
+
o.name = "ListWorkflows"
|
1002
|
+
o.http_method = "GET"
|
1003
|
+
o.http_request_uri = "/migrationworkflows"
|
1004
|
+
o.input = Shapes::ShapeRef.new(shape: ListMigrationWorkflowsRequest)
|
1005
|
+
o.output = Shapes::ShapeRef.new(shape: ListMigrationWorkflowsResponse)
|
1006
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1007
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1008
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1009
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1010
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1011
|
+
o[:pager] = Aws::Pager.new(
|
1012
|
+
limit_key: "max_results",
|
1013
|
+
tokens: {
|
1014
|
+
"next_token" => "next_token"
|
1015
|
+
}
|
1016
|
+
)
|
1017
|
+
end)
|
1018
|
+
|
1019
|
+
api.add_operation(:retry_workflow_step, Seahorse::Model::Operation.new.tap do |o|
|
1020
|
+
o.name = "RetryWorkflowStep"
|
1021
|
+
o.http_method = "POST"
|
1022
|
+
o.http_request_uri = "/retryworkflowstep/{id}"
|
1023
|
+
o.input = Shapes::ShapeRef.new(shape: RetryWorkflowStepRequest)
|
1024
|
+
o.output = Shapes::ShapeRef.new(shape: RetryWorkflowStepResponse)
|
1025
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1026
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1027
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1028
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1029
|
+
end)
|
1030
|
+
|
1031
|
+
api.add_operation(:start_workflow, Seahorse::Model::Operation.new.tap do |o|
|
1032
|
+
o.name = "StartWorkflow"
|
1033
|
+
o.http_method = "POST"
|
1034
|
+
o.http_request_uri = "/migrationworkflow/{id}/start"
|
1035
|
+
o.input = Shapes::ShapeRef.new(shape: StartMigrationWorkflowRequest)
|
1036
|
+
o.output = Shapes::ShapeRef.new(shape: StartMigrationWorkflowResponse)
|
1037
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1038
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1039
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1040
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1041
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1042
|
+
end)
|
1043
|
+
|
1044
|
+
api.add_operation(:stop_workflow, Seahorse::Model::Operation.new.tap do |o|
|
1045
|
+
o.name = "StopWorkflow"
|
1046
|
+
o.http_method = "POST"
|
1047
|
+
o.http_request_uri = "/migrationworkflow/{id}/stop"
|
1048
|
+
o.input = Shapes::ShapeRef.new(shape: StopMigrationWorkflowRequest)
|
1049
|
+
o.output = Shapes::ShapeRef.new(shape: StopMigrationWorkflowResponse)
|
1050
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1051
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1052
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1053
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1054
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1055
|
+
end)
|
1056
|
+
|
1057
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1058
|
+
o.name = "TagResource"
|
1059
|
+
o.http_method = "POST"
|
1060
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
1061
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
1062
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
1063
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1064
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1065
|
+
end)
|
1066
|
+
|
1067
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1068
|
+
o.name = "UntagResource"
|
1069
|
+
o.http_method = "DELETE"
|
1070
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
1071
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
1072
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
1073
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1074
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1075
|
+
end)
|
1076
|
+
|
1077
|
+
api.add_operation(:update_workflow, Seahorse::Model::Operation.new.tap do |o|
|
1078
|
+
o.name = "UpdateWorkflow"
|
1079
|
+
o.http_method = "POST"
|
1080
|
+
o.http_request_uri = "/migrationworkflow/{id}"
|
1081
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateMigrationWorkflowRequest)
|
1082
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateMigrationWorkflowResponse)
|
1083
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1084
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1085
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1086
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1087
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1088
|
+
end)
|
1089
|
+
|
1090
|
+
api.add_operation(:update_workflow_step, Seahorse::Model::Operation.new.tap do |o|
|
1091
|
+
o.name = "UpdateWorkflowStep"
|
1092
|
+
o.http_method = "POST"
|
1093
|
+
o.http_request_uri = "/workflowstep/{id}"
|
1094
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateWorkflowStepRequest)
|
1095
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateWorkflowStepResponse)
|
1096
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1097
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1098
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1099
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1100
|
+
end)
|
1101
|
+
|
1102
|
+
api.add_operation(:update_workflow_step_group, Seahorse::Model::Operation.new.tap do |o|
|
1103
|
+
o.name = "UpdateWorkflowStepGroup"
|
1104
|
+
o.http_method = "POST"
|
1105
|
+
o.http_request_uri = "/workflowstepgroup/{id}"
|
1106
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateWorkflowStepGroupRequest)
|
1107
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateWorkflowStepGroupResponse)
|
1108
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1109
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1110
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1111
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1112
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1113
|
+
end)
|
1114
|
+
end
|
1115
|
+
|
1116
|
+
end
|
1117
|
+
end
|