aws-sdk-neptunedata 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1958 @@
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::Neptunedata
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ Action = Shapes::StringShape.new(name: 'Action')
18
+ BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
19
+ Blob = Shapes::BlobShape.new(name: 'Blob')
20
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
21
+ BulkLoadIdNotFoundException = Shapes::StructureShape.new(name: 'BulkLoadIdNotFoundException')
22
+ CancelGremlinQueryInput = Shapes::StructureShape.new(name: 'CancelGremlinQueryInput')
23
+ CancelGremlinQueryOutput = Shapes::StructureShape.new(name: 'CancelGremlinQueryOutput')
24
+ CancelLoaderJobInput = Shapes::StructureShape.new(name: 'CancelLoaderJobInput')
25
+ CancelLoaderJobOutput = Shapes::StructureShape.new(name: 'CancelLoaderJobOutput')
26
+ CancelMLDataProcessingJobInput = Shapes::StructureShape.new(name: 'CancelMLDataProcessingJobInput')
27
+ CancelMLDataProcessingJobOutput = Shapes::StructureShape.new(name: 'CancelMLDataProcessingJobOutput')
28
+ CancelMLModelTrainingJobInput = Shapes::StructureShape.new(name: 'CancelMLModelTrainingJobInput')
29
+ CancelMLModelTrainingJobOutput = Shapes::StructureShape.new(name: 'CancelMLModelTrainingJobOutput')
30
+ CancelMLModelTransformJobInput = Shapes::StructureShape.new(name: 'CancelMLModelTransformJobInput')
31
+ CancelMLModelTransformJobOutput = Shapes::StructureShape.new(name: 'CancelMLModelTransformJobOutput')
32
+ CancelOpenCypherQueryInput = Shapes::StructureShape.new(name: 'CancelOpenCypherQueryInput')
33
+ CancelOpenCypherQueryOutput = Shapes::StructureShape.new(name: 'CancelOpenCypherQueryOutput')
34
+ CancelledByUserException = Shapes::StructureShape.new(name: 'CancelledByUserException')
35
+ Classes = Shapes::ListShape.new(name: 'Classes')
36
+ ClientTimeoutException = Shapes::StructureShape.new(name: 'ClientTimeoutException')
37
+ ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
38
+ ConstraintViolationException = Shapes::StructureShape.new(name: 'ConstraintViolationException')
39
+ CreateMLEndpointInput = Shapes::StructureShape.new(name: 'CreateMLEndpointInput')
40
+ CreateMLEndpointOutput = Shapes::StructureShape.new(name: 'CreateMLEndpointOutput')
41
+ CustomModelTrainingParameters = Shapes::StructureShape.new(name: 'CustomModelTrainingParameters')
42
+ CustomModelTransformParameters = Shapes::StructureShape.new(name: 'CustomModelTransformParameters')
43
+ DeleteMLEndpointInput = Shapes::StructureShape.new(name: 'DeleteMLEndpointInput')
44
+ DeleteMLEndpointOutput = Shapes::StructureShape.new(name: 'DeleteMLEndpointOutput')
45
+ DeletePropertygraphStatisticsOutput = Shapes::StructureShape.new(name: 'DeletePropertygraphStatisticsOutput')
46
+ DeleteSparqlStatisticsOutput = Shapes::StructureShape.new(name: 'DeleteSparqlStatisticsOutput')
47
+ DeleteStatisticsValueMap = Shapes::StructureShape.new(name: 'DeleteStatisticsValueMap')
48
+ Document = Shapes::DocumentShape.new(name: 'Document', document: true)
49
+ DocumentValuedMap = Shapes::MapShape.new(name: 'DocumentValuedMap')
50
+ EdgeLabels = Shapes::ListShape.new(name: 'EdgeLabels')
51
+ EdgeProperties = Shapes::ListShape.new(name: 'EdgeProperties')
52
+ EdgeStructure = Shapes::StructureShape.new(name: 'EdgeStructure')
53
+ EdgeStructures = Shapes::ListShape.new(name: 'EdgeStructures')
54
+ Encoding = Shapes::StringShape.new(name: 'Encoding')
55
+ ExecuteFastResetInput = Shapes::StructureShape.new(name: 'ExecuteFastResetInput')
56
+ ExecuteFastResetOutput = Shapes::StructureShape.new(name: 'ExecuteFastResetOutput')
57
+ ExecuteGremlinExplainQueryInput = Shapes::StructureShape.new(name: 'ExecuteGremlinExplainQueryInput')
58
+ ExecuteGremlinExplainQueryOutput = Shapes::StructureShape.new(name: 'ExecuteGremlinExplainQueryOutput')
59
+ ExecuteGremlinProfileQueryInput = Shapes::StructureShape.new(name: 'ExecuteGremlinProfileQueryInput')
60
+ ExecuteGremlinProfileQueryOutput = Shapes::StructureShape.new(name: 'ExecuteGremlinProfileQueryOutput')
61
+ ExecuteGremlinQueryInput = Shapes::StructureShape.new(name: 'ExecuteGremlinQueryInput')
62
+ ExecuteGremlinQueryOutput = Shapes::StructureShape.new(name: 'ExecuteGremlinQueryOutput')
63
+ ExecuteOpenCypherExplainQueryInput = Shapes::StructureShape.new(name: 'ExecuteOpenCypherExplainQueryInput')
64
+ ExecuteOpenCypherExplainQueryOutput = Shapes::StructureShape.new(name: 'ExecuteOpenCypherExplainQueryOutput')
65
+ ExecuteOpenCypherQueryInput = Shapes::StructureShape.new(name: 'ExecuteOpenCypherQueryInput')
66
+ ExecuteOpenCypherQueryOutput = Shapes::StructureShape.new(name: 'ExecuteOpenCypherQueryOutput')
67
+ ExpiredStreamException = Shapes::StructureShape.new(name: 'ExpiredStreamException')
68
+ FailureByQueryException = Shapes::StructureShape.new(name: 'FailureByQueryException')
69
+ FastResetToken = Shapes::StructureShape.new(name: 'FastResetToken')
70
+ Format = Shapes::StringShape.new(name: 'Format')
71
+ GetEngineStatusOutput = Shapes::StructureShape.new(name: 'GetEngineStatusOutput')
72
+ GetGremlinQueryStatusInput = Shapes::StructureShape.new(name: 'GetGremlinQueryStatusInput')
73
+ GetGremlinQueryStatusOutput = Shapes::StructureShape.new(name: 'GetGremlinQueryStatusOutput')
74
+ GetLoaderJobStatusInput = Shapes::StructureShape.new(name: 'GetLoaderJobStatusInput')
75
+ GetLoaderJobStatusOutput = Shapes::StructureShape.new(name: 'GetLoaderJobStatusOutput')
76
+ GetMLDataProcessingJobInput = Shapes::StructureShape.new(name: 'GetMLDataProcessingJobInput')
77
+ GetMLDataProcessingJobOutput = Shapes::StructureShape.new(name: 'GetMLDataProcessingJobOutput')
78
+ GetMLEndpointInput = Shapes::StructureShape.new(name: 'GetMLEndpointInput')
79
+ GetMLEndpointOutput = Shapes::StructureShape.new(name: 'GetMLEndpointOutput')
80
+ GetMLModelTrainingJobInput = Shapes::StructureShape.new(name: 'GetMLModelTrainingJobInput')
81
+ GetMLModelTrainingJobOutput = Shapes::StructureShape.new(name: 'GetMLModelTrainingJobOutput')
82
+ GetMLModelTransformJobInput = Shapes::StructureShape.new(name: 'GetMLModelTransformJobInput')
83
+ GetMLModelTransformJobOutput = Shapes::StructureShape.new(name: 'GetMLModelTransformJobOutput')
84
+ GetOpenCypherQueryStatusInput = Shapes::StructureShape.new(name: 'GetOpenCypherQueryStatusInput')
85
+ GetOpenCypherQueryStatusOutput = Shapes::StructureShape.new(name: 'GetOpenCypherQueryStatusOutput')
86
+ GetPropertygraphStatisticsOutput = Shapes::StructureShape.new(name: 'GetPropertygraphStatisticsOutput')
87
+ GetPropertygraphStreamInput = Shapes::StructureShape.new(name: 'GetPropertygraphStreamInput')
88
+ GetPropertygraphStreamInputLimitLong = Shapes::IntegerShape.new(name: 'GetPropertygraphStreamInputLimitLong')
89
+ GetPropertygraphStreamOutput = Shapes::StructureShape.new(name: 'GetPropertygraphStreamOutput')
90
+ GetPropertygraphSummaryInput = Shapes::StructureShape.new(name: 'GetPropertygraphSummaryInput')
91
+ GetPropertygraphSummaryOutput = Shapes::StructureShape.new(name: 'GetPropertygraphSummaryOutput')
92
+ GetRDFGraphSummaryInput = Shapes::StructureShape.new(name: 'GetRDFGraphSummaryInput')
93
+ GetRDFGraphSummaryOutput = Shapes::StructureShape.new(name: 'GetRDFGraphSummaryOutput')
94
+ GetSparqlStatisticsOutput = Shapes::StructureShape.new(name: 'GetSparqlStatisticsOutput')
95
+ GetSparqlStreamInput = Shapes::StructureShape.new(name: 'GetSparqlStreamInput')
96
+ GetSparqlStreamInputLimitLong = Shapes::IntegerShape.new(name: 'GetSparqlStreamInputLimitLong')
97
+ GetSparqlStreamOutput = Shapes::StructureShape.new(name: 'GetSparqlStreamOutput')
98
+ GraphSummaryType = Shapes::StringShape.new(name: 'GraphSummaryType')
99
+ GremlinQueries = Shapes::ListShape.new(name: 'GremlinQueries')
100
+ GremlinQueryStatus = Shapes::StructureShape.new(name: 'GremlinQueryStatus')
101
+ GremlinQueryStatusAttributes = Shapes::StructureShape.new(name: 'GremlinQueryStatusAttributes')
102
+ IllegalArgumentException = Shapes::StructureShape.new(name: 'IllegalArgumentException')
103
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
104
+ InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
105
+ InvalidArgumentException = Shapes::StructureShape.new(name: 'InvalidArgumentException')
106
+ InvalidNumericDataException = Shapes::StructureShape.new(name: 'InvalidNumericDataException')
107
+ InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
108
+ IteratorType = Shapes::StringShape.new(name: 'IteratorType')
109
+ ListGremlinQueriesInput = Shapes::StructureShape.new(name: 'ListGremlinQueriesInput')
110
+ ListGremlinQueriesOutput = Shapes::StructureShape.new(name: 'ListGremlinQueriesOutput')
111
+ ListLoaderJobsInput = Shapes::StructureShape.new(name: 'ListLoaderJobsInput')
112
+ ListLoaderJobsInputLimitInteger = Shapes::IntegerShape.new(name: 'ListLoaderJobsInputLimitInteger')
113
+ ListLoaderJobsOutput = Shapes::StructureShape.new(name: 'ListLoaderJobsOutput')
114
+ ListMLDataProcessingJobsInput = Shapes::StructureShape.new(name: 'ListMLDataProcessingJobsInput')
115
+ ListMLDataProcessingJobsInputMaxItemsInteger = Shapes::IntegerShape.new(name: 'ListMLDataProcessingJobsInputMaxItemsInteger')
116
+ ListMLDataProcessingJobsOutput = Shapes::StructureShape.new(name: 'ListMLDataProcessingJobsOutput')
117
+ ListMLEndpointsInput = Shapes::StructureShape.new(name: 'ListMLEndpointsInput')
118
+ ListMLEndpointsInputMaxItemsInteger = Shapes::IntegerShape.new(name: 'ListMLEndpointsInputMaxItemsInteger')
119
+ ListMLEndpointsOutput = Shapes::StructureShape.new(name: 'ListMLEndpointsOutput')
120
+ ListMLModelTrainingJobsInput = Shapes::StructureShape.new(name: 'ListMLModelTrainingJobsInput')
121
+ ListMLModelTrainingJobsInputMaxItemsInteger = Shapes::IntegerShape.new(name: 'ListMLModelTrainingJobsInputMaxItemsInteger')
122
+ ListMLModelTrainingJobsOutput = Shapes::StructureShape.new(name: 'ListMLModelTrainingJobsOutput')
123
+ ListMLModelTransformJobsInput = Shapes::StructureShape.new(name: 'ListMLModelTransformJobsInput')
124
+ ListMLModelTransformJobsInputMaxItemsInteger = Shapes::IntegerShape.new(name: 'ListMLModelTransformJobsInputMaxItemsInteger')
125
+ ListMLModelTransformJobsOutput = Shapes::StructureShape.new(name: 'ListMLModelTransformJobsOutput')
126
+ ListOpenCypherQueriesInput = Shapes::StructureShape.new(name: 'ListOpenCypherQueriesInput')
127
+ ListOpenCypherQueriesOutput = Shapes::StructureShape.new(name: 'ListOpenCypherQueriesOutput')
128
+ LoadUrlAccessDeniedException = Shapes::StructureShape.new(name: 'LoadUrlAccessDeniedException')
129
+ LoaderIdResult = Shapes::StructureShape.new(name: 'LoaderIdResult')
130
+ Long = Shapes::IntegerShape.new(name: 'Long')
131
+ LongValuedMap = Shapes::MapShape.new(name: 'LongValuedMap')
132
+ LongValuedMapList = Shapes::ListShape.new(name: 'LongValuedMapList')
133
+ MLResourceNotFoundException = Shapes::StructureShape.new(name: 'MLResourceNotFoundException')
134
+ MalformedQueryException = Shapes::StructureShape.new(name: 'MalformedQueryException')
135
+ ManagePropertygraphStatisticsInput = Shapes::StructureShape.new(name: 'ManagePropertygraphStatisticsInput')
136
+ ManagePropertygraphStatisticsOutput = Shapes::StructureShape.new(name: 'ManagePropertygraphStatisticsOutput')
137
+ ManageSparqlStatisticsInput = Shapes::StructureShape.new(name: 'ManageSparqlStatisticsInput')
138
+ ManageSparqlStatisticsOutput = Shapes::StructureShape.new(name: 'ManageSparqlStatisticsOutput')
139
+ MemoryLimitExceededException = Shapes::StructureShape.new(name: 'MemoryLimitExceededException')
140
+ MethodNotAllowedException = Shapes::StructureShape.new(name: 'MethodNotAllowedException')
141
+ MissingParameterException = Shapes::StructureShape.new(name: 'MissingParameterException')
142
+ MlConfigDefinition = Shapes::StructureShape.new(name: 'MlConfigDefinition')
143
+ MlModels = Shapes::ListShape.new(name: 'MlModels')
144
+ MlResourceDefinition = Shapes::StructureShape.new(name: 'MlResourceDefinition')
145
+ Mode = Shapes::StringShape.new(name: 'Mode')
146
+ Models = Shapes::ListShape.new(name: 'Models')
147
+ NodeLabels = Shapes::ListShape.new(name: 'NodeLabels')
148
+ NodeProperties = Shapes::ListShape.new(name: 'NodeProperties')
149
+ NodeStructure = Shapes::StructureShape.new(name: 'NodeStructure')
150
+ NodeStructures = Shapes::ListShape.new(name: 'NodeStructures')
151
+ OpenCypherExplainMode = Shapes::StringShape.new(name: 'OpenCypherExplainMode')
152
+ OpenCypherQueries = Shapes::ListShape.new(name: 'OpenCypherQueries')
153
+ OutgoingEdgeLabels = Shapes::ListShape.new(name: 'OutgoingEdgeLabels')
154
+ Parallelism = Shapes::StringShape.new(name: 'Parallelism')
155
+ ParsingException = Shapes::StructureShape.new(name: 'ParsingException')
156
+ PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
157
+ PreconditionsFailedException = Shapes::StructureShape.new(name: 'PreconditionsFailedException')
158
+ Predicates = Shapes::ListShape.new(name: 'Predicates')
159
+ PropertygraphData = Shapes::StructureShape.new(name: 'PropertygraphData')
160
+ PropertygraphRecord = Shapes::StructureShape.new(name: 'PropertygraphRecord')
161
+ PropertygraphRecordsList = Shapes::ListShape.new(name: 'PropertygraphRecordsList')
162
+ PropertygraphSummary = Shapes::StructureShape.new(name: 'PropertygraphSummary')
163
+ PropertygraphSummaryValueMap = Shapes::StructureShape.new(name: 'PropertygraphSummaryValueMap')
164
+ QueryEvalStats = Shapes::StructureShape.new(name: 'QueryEvalStats')
165
+ QueryLanguageVersion = Shapes::StructureShape.new(name: 'QueryLanguageVersion')
166
+ QueryLimitExceededException = Shapes::StructureShape.new(name: 'QueryLimitExceededException')
167
+ QueryLimitException = Shapes::StructureShape.new(name: 'QueryLimitException')
168
+ QueryTooLargeException = Shapes::StructureShape.new(name: 'QueryTooLargeException')
169
+ RDFGraphSummary = Shapes::StructureShape.new(name: 'RDFGraphSummary')
170
+ RDFGraphSummaryValueMap = Shapes::StructureShape.new(name: 'RDFGraphSummaryValueMap')
171
+ ReadOnlyViolationException = Shapes::StructureShape.new(name: 'ReadOnlyViolationException')
172
+ RefreshStatisticsIdMap = Shapes::StructureShape.new(name: 'RefreshStatisticsIdMap')
173
+ ReportAsText = Shapes::BlobShape.new(name: 'ReportAsText')
174
+ S3BucketRegion = Shapes::StringShape.new(name: 'S3BucketRegion')
175
+ S3Exception = Shapes::StructureShape.new(name: 'S3Exception')
176
+ ServerShutdownException = Shapes::StructureShape.new(name: 'ServerShutdownException')
177
+ SparqlData = Shapes::StructureShape.new(name: 'SparqlData')
178
+ SparqlRecord = Shapes::StructureShape.new(name: 'SparqlRecord')
179
+ SparqlRecordsList = Shapes::ListShape.new(name: 'SparqlRecordsList')
180
+ StartLoaderJobInput = Shapes::StructureShape.new(name: 'StartLoaderJobInput')
181
+ StartLoaderJobOutput = Shapes::StructureShape.new(name: 'StartLoaderJobOutput')
182
+ StartMLDataProcessingJobInput = Shapes::StructureShape.new(name: 'StartMLDataProcessingJobInput')
183
+ StartMLDataProcessingJobOutput = Shapes::StructureShape.new(name: 'StartMLDataProcessingJobOutput')
184
+ StartMLModelTrainingJobInput = Shapes::StructureShape.new(name: 'StartMLModelTrainingJobInput')
185
+ StartMLModelTrainingJobOutput = Shapes::StructureShape.new(name: 'StartMLModelTrainingJobOutput')
186
+ StartMLModelTransformJobInput = Shapes::StructureShape.new(name: 'StartMLModelTransformJobInput')
187
+ StartMLModelTransformJobOutput = Shapes::StructureShape.new(name: 'StartMLModelTransformJobOutput')
188
+ Statistics = Shapes::StructureShape.new(name: 'Statistics')
189
+ StatisticsAutoGenerationMode = Shapes::StringShape.new(name: 'StatisticsAutoGenerationMode')
190
+ StatisticsNotAvailableException = Shapes::StructureShape.new(name: 'StatisticsNotAvailableException')
191
+ StatisticsSummary = Shapes::StructureShape.new(name: 'StatisticsSummary')
192
+ StreamRecordsNotFoundException = Shapes::StructureShape.new(name: 'StreamRecordsNotFoundException')
193
+ String = Shapes::StringShape.new(name: 'String')
194
+ StringList = Shapes::ListShape.new(name: 'StringList')
195
+ StringValuedMap = Shapes::MapShape.new(name: 'StringValuedMap')
196
+ SubjectStructure = Shapes::StructureShape.new(name: 'SubjectStructure')
197
+ SubjectStructures = Shapes::ListShape.new(name: 'SubjectStructures')
198
+ SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
199
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
200
+ TimeLimitExceededException = Shapes::StructureShape.new(name: 'TimeLimitExceededException')
201
+ TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
202
+ UnsupportedOperationException = Shapes::StructureShape.new(name: 'UnsupportedOperationException')
203
+
204
+ AccessDeniedException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
205
+ AccessDeniedException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
206
+ AccessDeniedException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
207
+ AccessDeniedException.struct_class = Types::AccessDeniedException
208
+
209
+ BadRequestException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
210
+ BadRequestException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
211
+ BadRequestException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
212
+ BadRequestException.struct_class = Types::BadRequestException
213
+
214
+ BulkLoadIdNotFoundException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
215
+ BulkLoadIdNotFoundException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
216
+ BulkLoadIdNotFoundException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
217
+ BulkLoadIdNotFoundException.struct_class = Types::BulkLoadIdNotFoundException
218
+
219
+ CancelGremlinQueryInput.add_member(:query_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "queryId"))
220
+ CancelGremlinQueryInput.struct_class = Types::CancelGremlinQueryInput
221
+
222
+ CancelGremlinQueryOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
223
+ CancelGremlinQueryOutput.struct_class = Types::CancelGremlinQueryOutput
224
+
225
+ CancelLoaderJobInput.add_member(:load_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "loadId"))
226
+ CancelLoaderJobInput.struct_class = Types::CancelLoaderJobInput
227
+
228
+ CancelLoaderJobOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
229
+ CancelLoaderJobOutput.struct_class = Types::CancelLoaderJobOutput
230
+
231
+ CancelMLDataProcessingJobInput.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "id"))
232
+ CancelMLDataProcessingJobInput.add_member(:neptune_iam_role_arn, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "neptuneIamRoleArn"))
233
+ CancelMLDataProcessingJobInput.add_member(:clean, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "clean"))
234
+ CancelMLDataProcessingJobInput.struct_class = Types::CancelMLDataProcessingJobInput
235
+
236
+ CancelMLDataProcessingJobOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
237
+ CancelMLDataProcessingJobOutput.struct_class = Types::CancelMLDataProcessingJobOutput
238
+
239
+ CancelMLModelTrainingJobInput.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "id"))
240
+ CancelMLModelTrainingJobInput.add_member(:neptune_iam_role_arn, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "neptuneIamRoleArn"))
241
+ CancelMLModelTrainingJobInput.add_member(:clean, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "clean"))
242
+ CancelMLModelTrainingJobInput.struct_class = Types::CancelMLModelTrainingJobInput
243
+
244
+ CancelMLModelTrainingJobOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
245
+ CancelMLModelTrainingJobOutput.struct_class = Types::CancelMLModelTrainingJobOutput
246
+
247
+ CancelMLModelTransformJobInput.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "id"))
248
+ CancelMLModelTransformJobInput.add_member(:neptune_iam_role_arn, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "neptuneIamRoleArn"))
249
+ CancelMLModelTransformJobInput.add_member(:clean, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "clean"))
250
+ CancelMLModelTransformJobInput.struct_class = Types::CancelMLModelTransformJobInput
251
+
252
+ CancelMLModelTransformJobOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
253
+ CancelMLModelTransformJobOutput.struct_class = Types::CancelMLModelTransformJobOutput
254
+
255
+ CancelOpenCypherQueryInput.add_member(:query_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "queryId"))
256
+ CancelOpenCypherQueryInput.add_member(:silent, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "silent"))
257
+ CancelOpenCypherQueryInput.struct_class = Types::CancelOpenCypherQueryInput
258
+
259
+ CancelOpenCypherQueryOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
260
+ CancelOpenCypherQueryOutput.add_member(:payload, Shapes::ShapeRef.new(shape: Boolean, location_name: "payload"))
261
+ CancelOpenCypherQueryOutput.struct_class = Types::CancelOpenCypherQueryOutput
262
+
263
+ CancelledByUserException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
264
+ CancelledByUserException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
265
+ CancelledByUserException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
266
+ CancelledByUserException.struct_class = Types::CancelledByUserException
267
+
268
+ Classes.member = Shapes::ShapeRef.new(shape: String)
269
+
270
+ ClientTimeoutException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
271
+ ClientTimeoutException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
272
+ ClientTimeoutException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
273
+ ClientTimeoutException.struct_class = Types::ClientTimeoutException
274
+
275
+ ConcurrentModificationException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
276
+ ConcurrentModificationException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
277
+ ConcurrentModificationException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
278
+ ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
279
+
280
+ ConstraintViolationException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
281
+ ConstraintViolationException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
282
+ ConstraintViolationException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
283
+ ConstraintViolationException.struct_class = Types::ConstraintViolationException
284
+
285
+ CreateMLEndpointInput.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
286
+ CreateMLEndpointInput.add_member(:ml_model_training_job_id, Shapes::ShapeRef.new(shape: String, location_name: "mlModelTrainingJobId"))
287
+ CreateMLEndpointInput.add_member(:ml_model_transform_job_id, Shapes::ShapeRef.new(shape: String, location_name: "mlModelTransformJobId"))
288
+ CreateMLEndpointInput.add_member(:update, Shapes::ShapeRef.new(shape: Boolean, location_name: "update"))
289
+ CreateMLEndpointInput.add_member(:neptune_iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "neptuneIamRoleArn"))
290
+ CreateMLEndpointInput.add_member(:model_name, Shapes::ShapeRef.new(shape: String, location_name: "modelName"))
291
+ CreateMLEndpointInput.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
292
+ CreateMLEndpointInput.add_member(:instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "instanceCount"))
293
+ CreateMLEndpointInput.add_member(:volume_encryption_kms_key, Shapes::ShapeRef.new(shape: String, location_name: "volumeEncryptionKMSKey"))
294
+ CreateMLEndpointInput.struct_class = Types::CreateMLEndpointInput
295
+
296
+ CreateMLEndpointOutput.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
297
+ CreateMLEndpointOutput.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
298
+ CreateMLEndpointOutput.add_member(:creation_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "creationTimeInMillis"))
299
+ CreateMLEndpointOutput.struct_class = Types::CreateMLEndpointOutput
300
+
301
+ CustomModelTrainingParameters.add_member(:source_s3_directory_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sourceS3DirectoryPath"))
302
+ CustomModelTrainingParameters.add_member(:training_entry_point_script, Shapes::ShapeRef.new(shape: String, location_name: "trainingEntryPointScript"))
303
+ CustomModelTrainingParameters.add_member(:transform_entry_point_script, Shapes::ShapeRef.new(shape: String, location_name: "transformEntryPointScript"))
304
+ CustomModelTrainingParameters.struct_class = Types::CustomModelTrainingParameters
305
+
306
+ CustomModelTransformParameters.add_member(:source_s3_directory_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sourceS3DirectoryPath"))
307
+ CustomModelTransformParameters.add_member(:transform_entry_point_script, Shapes::ShapeRef.new(shape: String, location_name: "transformEntryPointScript"))
308
+ CustomModelTransformParameters.struct_class = Types::CustomModelTransformParameters
309
+
310
+ DeleteMLEndpointInput.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "id"))
311
+ DeleteMLEndpointInput.add_member(:neptune_iam_role_arn, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "neptuneIamRoleArn"))
312
+ DeleteMLEndpointInput.add_member(:clean, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "clean"))
313
+ DeleteMLEndpointInput.struct_class = Types::DeleteMLEndpointInput
314
+
315
+ DeleteMLEndpointOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
316
+ DeleteMLEndpointOutput.struct_class = Types::DeleteMLEndpointOutput
317
+
318
+ DeletePropertygraphStatisticsOutput.add_member(:status_code, Shapes::ShapeRef.new(shape: Integer, location: "statusCode", location_name: "statusCode"))
319
+ DeletePropertygraphStatisticsOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
320
+ DeletePropertygraphStatisticsOutput.add_member(:payload, Shapes::ShapeRef.new(shape: DeleteStatisticsValueMap, location_name: "payload"))
321
+ DeletePropertygraphStatisticsOutput.struct_class = Types::DeletePropertygraphStatisticsOutput
322
+
323
+ DeleteSparqlStatisticsOutput.add_member(:status_code, Shapes::ShapeRef.new(shape: Integer, location: "statusCode", location_name: "statusCode"))
324
+ DeleteSparqlStatisticsOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
325
+ DeleteSparqlStatisticsOutput.add_member(:payload, Shapes::ShapeRef.new(shape: DeleteStatisticsValueMap, location_name: "payload"))
326
+ DeleteSparqlStatisticsOutput.struct_class = Types::DeleteSparqlStatisticsOutput
327
+
328
+ DeleteStatisticsValueMap.add_member(:active, Shapes::ShapeRef.new(shape: Boolean, location_name: "active"))
329
+ DeleteStatisticsValueMap.add_member(:statistics_id, Shapes::ShapeRef.new(shape: String, location_name: "statisticsId"))
330
+ DeleteStatisticsValueMap.struct_class = Types::DeleteStatisticsValueMap
331
+
332
+ DocumentValuedMap.key = Shapes::ShapeRef.new(shape: String)
333
+ DocumentValuedMap.value = Shapes::ShapeRef.new(shape: Document)
334
+
335
+ EdgeLabels.member = Shapes::ShapeRef.new(shape: String)
336
+
337
+ EdgeProperties.member = Shapes::ShapeRef.new(shape: String)
338
+
339
+ EdgeStructure.add_member(:count, Shapes::ShapeRef.new(shape: Long, location_name: "count"))
340
+ EdgeStructure.add_member(:edge_properties, Shapes::ShapeRef.new(shape: EdgeProperties, location_name: "edgeProperties"))
341
+ EdgeStructure.struct_class = Types::EdgeStructure
342
+
343
+ EdgeStructures.member = Shapes::ShapeRef.new(shape: EdgeStructure)
344
+
345
+ ExecuteFastResetInput.add_member(:action, Shapes::ShapeRef.new(shape: Action, required: true, location_name: "action"))
346
+ ExecuteFastResetInput.add_member(:token, Shapes::ShapeRef.new(shape: String, location_name: "token"))
347
+ ExecuteFastResetInput.struct_class = Types::ExecuteFastResetInput
348
+
349
+ ExecuteFastResetOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "status"))
350
+ ExecuteFastResetOutput.add_member(:payload, Shapes::ShapeRef.new(shape: FastResetToken, location_name: "payload"))
351
+ ExecuteFastResetOutput.struct_class = Types::ExecuteFastResetOutput
352
+
353
+ ExecuteGremlinExplainQueryInput.add_member(:gremlin_query, Shapes::ShapeRef.new(shape: String, required: true, location_name: "gremlin"))
354
+ ExecuteGremlinExplainQueryInput.struct_class = Types::ExecuteGremlinExplainQueryInput
355
+
356
+ ExecuteGremlinExplainQueryOutput.add_member(:output, Shapes::ShapeRef.new(shape: ReportAsText, location_name: "output"))
357
+ ExecuteGremlinExplainQueryOutput.struct_class = Types::ExecuteGremlinExplainQueryOutput
358
+ ExecuteGremlinExplainQueryOutput[:payload] = :output
359
+ ExecuteGremlinExplainQueryOutput[:payload_member] = ExecuteGremlinExplainQueryOutput.member(:output)
360
+
361
+ ExecuteGremlinProfileQueryInput.add_member(:gremlin_query, Shapes::ShapeRef.new(shape: String, required: true, location_name: "gremlin"))
362
+ ExecuteGremlinProfileQueryInput.add_member(:results, Shapes::ShapeRef.new(shape: Boolean, location_name: "profile.results"))
363
+ ExecuteGremlinProfileQueryInput.add_member(:chop, Shapes::ShapeRef.new(shape: Integer, location_name: "profile.chop"))
364
+ ExecuteGremlinProfileQueryInput.add_member(:serializer, Shapes::ShapeRef.new(shape: String, location_name: "profile.serializer"))
365
+ ExecuteGremlinProfileQueryInput.add_member(:index_ops, Shapes::ShapeRef.new(shape: Boolean, location_name: "profile.indexOps"))
366
+ ExecuteGremlinProfileQueryInput.struct_class = Types::ExecuteGremlinProfileQueryInput
367
+
368
+ ExecuteGremlinProfileQueryOutput.add_member(:output, Shapes::ShapeRef.new(shape: ReportAsText, location_name: "output"))
369
+ ExecuteGremlinProfileQueryOutput.struct_class = Types::ExecuteGremlinProfileQueryOutput
370
+ ExecuteGremlinProfileQueryOutput[:payload] = :output
371
+ ExecuteGremlinProfileQueryOutput[:payload_member] = ExecuteGremlinProfileQueryOutput.member(:output)
372
+
373
+ ExecuteGremlinQueryInput.add_member(:gremlin_query, Shapes::ShapeRef.new(shape: String, required: true, location_name: "gremlin"))
374
+ ExecuteGremlinQueryInput.add_member(:serializer, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "accept"))
375
+ ExecuteGremlinQueryInput.struct_class = Types::ExecuteGremlinQueryInput
376
+
377
+ ExecuteGremlinQueryOutput.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "requestId"))
378
+ ExecuteGremlinQueryOutput.add_member(:status, Shapes::ShapeRef.new(shape: GremlinQueryStatusAttributes, location_name: "status"))
379
+ ExecuteGremlinQueryOutput.add_member(:result, Shapes::ShapeRef.new(shape: Document, location_name: "result"))
380
+ ExecuteGremlinQueryOutput.add_member(:meta, Shapes::ShapeRef.new(shape: Document, location_name: "meta"))
381
+ ExecuteGremlinQueryOutput.struct_class = Types::ExecuteGremlinQueryOutput
382
+
383
+ ExecuteOpenCypherExplainQueryInput.add_member(:open_cypher_query, Shapes::ShapeRef.new(shape: String, required: true, location_name: "query"))
384
+ ExecuteOpenCypherExplainQueryInput.add_member(:parameters, Shapes::ShapeRef.new(shape: String, location_name: "parameters"))
385
+ ExecuteOpenCypherExplainQueryInput.add_member(:explain_mode, Shapes::ShapeRef.new(shape: OpenCypherExplainMode, required: true, location_name: "explain"))
386
+ ExecuteOpenCypherExplainQueryInput.struct_class = Types::ExecuteOpenCypherExplainQueryInput
387
+
388
+ ExecuteOpenCypherExplainQueryOutput.add_member(:results, Shapes::ShapeRef.new(shape: Blob, required: true, location_name: "results"))
389
+ ExecuteOpenCypherExplainQueryOutput.struct_class = Types::ExecuteOpenCypherExplainQueryOutput
390
+ ExecuteOpenCypherExplainQueryOutput[:payload] = :results
391
+ ExecuteOpenCypherExplainQueryOutput[:payload_member] = ExecuteOpenCypherExplainQueryOutput.member(:results)
392
+
393
+ ExecuteOpenCypherQueryInput.add_member(:open_cypher_query, Shapes::ShapeRef.new(shape: String, required: true, location_name: "query"))
394
+ ExecuteOpenCypherQueryInput.add_member(:parameters, Shapes::ShapeRef.new(shape: String, location_name: "parameters"))
395
+ ExecuteOpenCypherQueryInput.struct_class = Types::ExecuteOpenCypherQueryInput
396
+
397
+ ExecuteOpenCypherQueryOutput.add_member(:results, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "results"))
398
+ ExecuteOpenCypherQueryOutput.struct_class = Types::ExecuteOpenCypherQueryOutput
399
+
400
+ ExpiredStreamException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
401
+ ExpiredStreamException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
402
+ ExpiredStreamException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
403
+ ExpiredStreamException.struct_class = Types::ExpiredStreamException
404
+
405
+ FailureByQueryException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
406
+ FailureByQueryException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
407
+ FailureByQueryException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
408
+ FailureByQueryException.struct_class = Types::FailureByQueryException
409
+
410
+ FastResetToken.add_member(:token, Shapes::ShapeRef.new(shape: String, location_name: "token"))
411
+ FastResetToken.struct_class = Types::FastResetToken
412
+
413
+ GetEngineStatusOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
414
+ GetEngineStatusOutput.add_member(:start_time, Shapes::ShapeRef.new(shape: String, location_name: "startTime"))
415
+ GetEngineStatusOutput.add_member(:db_engine_version, Shapes::ShapeRef.new(shape: String, location_name: "dbEngineVersion"))
416
+ GetEngineStatusOutput.add_member(:role, Shapes::ShapeRef.new(shape: String, location_name: "role"))
417
+ GetEngineStatusOutput.add_member(:dfe_query_engine, Shapes::ShapeRef.new(shape: String, location_name: "dfeQueryEngine"))
418
+ GetEngineStatusOutput.add_member(:gremlin, Shapes::ShapeRef.new(shape: QueryLanguageVersion, location_name: "gremlin"))
419
+ GetEngineStatusOutput.add_member(:sparql, Shapes::ShapeRef.new(shape: QueryLanguageVersion, location_name: "sparql"))
420
+ GetEngineStatusOutput.add_member(:opencypher, Shapes::ShapeRef.new(shape: QueryLanguageVersion, location_name: "opencypher"))
421
+ GetEngineStatusOutput.add_member(:lab_mode, Shapes::ShapeRef.new(shape: StringValuedMap, location_name: "labMode"))
422
+ GetEngineStatusOutput.add_member(:rolling_back_trx_count, Shapes::ShapeRef.new(shape: Integer, location_name: "rollingBackTrxCount"))
423
+ GetEngineStatusOutput.add_member(:rolling_back_trx_earliest_start_time, Shapes::ShapeRef.new(shape: String, location_name: "rollingBackTrxEarliestStartTime"))
424
+ GetEngineStatusOutput.add_member(:features, Shapes::ShapeRef.new(shape: DocumentValuedMap, location_name: "features"))
425
+ GetEngineStatusOutput.add_member(:settings, Shapes::ShapeRef.new(shape: StringValuedMap, location_name: "settings"))
426
+ GetEngineStatusOutput.struct_class = Types::GetEngineStatusOutput
427
+
428
+ GetGremlinQueryStatusInput.add_member(:query_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "queryId"))
429
+ GetGremlinQueryStatusInput.struct_class = Types::GetGremlinQueryStatusInput
430
+
431
+ GetGremlinQueryStatusOutput.add_member(:query_id, Shapes::ShapeRef.new(shape: String, location_name: "queryId"))
432
+ GetGremlinQueryStatusOutput.add_member(:query_string, Shapes::ShapeRef.new(shape: String, location_name: "queryString"))
433
+ GetGremlinQueryStatusOutput.add_member(:query_eval_stats, Shapes::ShapeRef.new(shape: QueryEvalStats, location_name: "queryEvalStats"))
434
+ GetGremlinQueryStatusOutput.struct_class = Types::GetGremlinQueryStatusOutput
435
+
436
+ GetLoaderJobStatusInput.add_member(:load_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "loadId"))
437
+ GetLoaderJobStatusInput.add_member(:details, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "details"))
438
+ GetLoaderJobStatusInput.add_member(:errors, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "errors"))
439
+ GetLoaderJobStatusInput.add_member(:page, Shapes::ShapeRef.new(shape: PositiveInteger, location: "querystring", location_name: "page"))
440
+ GetLoaderJobStatusInput.add_member(:errors_per_page, Shapes::ShapeRef.new(shape: PositiveInteger, location: "querystring", location_name: "errorsPerPage"))
441
+ GetLoaderJobStatusInput.struct_class = Types::GetLoaderJobStatusInput
442
+
443
+ GetLoaderJobStatusOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "status"))
444
+ GetLoaderJobStatusOutput.add_member(:payload, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "payload"))
445
+ GetLoaderJobStatusOutput.struct_class = Types::GetLoaderJobStatusOutput
446
+
447
+ GetMLDataProcessingJobInput.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "id"))
448
+ GetMLDataProcessingJobInput.add_member(:neptune_iam_role_arn, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "neptuneIamRoleArn"))
449
+ GetMLDataProcessingJobInput.struct_class = Types::GetMLDataProcessingJobInput
450
+
451
+ GetMLDataProcessingJobOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
452
+ GetMLDataProcessingJobOutput.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
453
+ GetMLDataProcessingJobOutput.add_member(:processing_job, Shapes::ShapeRef.new(shape: MlResourceDefinition, location_name: "processingJob"))
454
+ GetMLDataProcessingJobOutput.struct_class = Types::GetMLDataProcessingJobOutput
455
+
456
+ GetMLEndpointInput.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "id"))
457
+ GetMLEndpointInput.add_member(:neptune_iam_role_arn, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "neptuneIamRoleArn"))
458
+ GetMLEndpointInput.struct_class = Types::GetMLEndpointInput
459
+
460
+ GetMLEndpointOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
461
+ GetMLEndpointOutput.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
462
+ GetMLEndpointOutput.add_member(:endpoint, Shapes::ShapeRef.new(shape: MlResourceDefinition, location_name: "endpoint"))
463
+ GetMLEndpointOutput.add_member(:endpoint_config, Shapes::ShapeRef.new(shape: MlConfigDefinition, location_name: "endpointConfig"))
464
+ GetMLEndpointOutput.struct_class = Types::GetMLEndpointOutput
465
+
466
+ GetMLModelTrainingJobInput.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "id"))
467
+ GetMLModelTrainingJobInput.add_member(:neptune_iam_role_arn, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "neptuneIamRoleArn"))
468
+ GetMLModelTrainingJobInput.struct_class = Types::GetMLModelTrainingJobInput
469
+
470
+ GetMLModelTrainingJobOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
471
+ GetMLModelTrainingJobOutput.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
472
+ GetMLModelTrainingJobOutput.add_member(:processing_job, Shapes::ShapeRef.new(shape: MlResourceDefinition, location_name: "processingJob"))
473
+ GetMLModelTrainingJobOutput.add_member(:hpo_job, Shapes::ShapeRef.new(shape: MlResourceDefinition, location_name: "hpoJob"))
474
+ GetMLModelTrainingJobOutput.add_member(:model_transform_job, Shapes::ShapeRef.new(shape: MlResourceDefinition, location_name: "modelTransformJob"))
475
+ GetMLModelTrainingJobOutput.add_member(:ml_models, Shapes::ShapeRef.new(shape: MlModels, location_name: "mlModels"))
476
+ GetMLModelTrainingJobOutput.struct_class = Types::GetMLModelTrainingJobOutput
477
+
478
+ GetMLModelTransformJobInput.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "id"))
479
+ GetMLModelTransformJobInput.add_member(:neptune_iam_role_arn, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "neptuneIamRoleArn"))
480
+ GetMLModelTransformJobInput.struct_class = Types::GetMLModelTransformJobInput
481
+
482
+ GetMLModelTransformJobOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
483
+ GetMLModelTransformJobOutput.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
484
+ GetMLModelTransformJobOutput.add_member(:base_processing_job, Shapes::ShapeRef.new(shape: MlResourceDefinition, location_name: "baseProcessingJob"))
485
+ GetMLModelTransformJobOutput.add_member(:remote_model_transform_job, Shapes::ShapeRef.new(shape: MlResourceDefinition, location_name: "remoteModelTransformJob"))
486
+ GetMLModelTransformJobOutput.add_member(:models, Shapes::ShapeRef.new(shape: Models, location_name: "models"))
487
+ GetMLModelTransformJobOutput.struct_class = Types::GetMLModelTransformJobOutput
488
+
489
+ GetOpenCypherQueryStatusInput.add_member(:query_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "queryId"))
490
+ GetOpenCypherQueryStatusInput.struct_class = Types::GetOpenCypherQueryStatusInput
491
+
492
+ GetOpenCypherQueryStatusOutput.add_member(:query_id, Shapes::ShapeRef.new(shape: String, location_name: "queryId"))
493
+ GetOpenCypherQueryStatusOutput.add_member(:query_string, Shapes::ShapeRef.new(shape: String, location_name: "queryString"))
494
+ GetOpenCypherQueryStatusOutput.add_member(:query_eval_stats, Shapes::ShapeRef.new(shape: QueryEvalStats, location_name: "queryEvalStats"))
495
+ GetOpenCypherQueryStatusOutput.struct_class = Types::GetOpenCypherQueryStatusOutput
496
+
497
+ GetPropertygraphStatisticsOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "status"))
498
+ GetPropertygraphStatisticsOutput.add_member(:payload, Shapes::ShapeRef.new(shape: Statistics, required: true, location_name: "payload"))
499
+ GetPropertygraphStatisticsOutput.struct_class = Types::GetPropertygraphStatisticsOutput
500
+
501
+ GetPropertygraphStreamInput.add_member(:limit, Shapes::ShapeRef.new(shape: GetPropertygraphStreamInputLimitLong, location: "querystring", location_name: "limit"))
502
+ GetPropertygraphStreamInput.add_member(:iterator_type, Shapes::ShapeRef.new(shape: IteratorType, location: "querystring", location_name: "iteratorType"))
503
+ GetPropertygraphStreamInput.add_member(:commit_num, Shapes::ShapeRef.new(shape: Long, location: "querystring", location_name: "commitNum"))
504
+ GetPropertygraphStreamInput.add_member(:op_num, Shapes::ShapeRef.new(shape: Long, location: "querystring", location_name: "opNum"))
505
+ GetPropertygraphStreamInput.add_member(:encoding, Shapes::ShapeRef.new(shape: Encoding, location: "header", location_name: "Accept-Encoding"))
506
+ GetPropertygraphStreamInput.struct_class = Types::GetPropertygraphStreamInput
507
+
508
+ GetPropertygraphStreamOutput.add_member(:last_event_id, Shapes::ShapeRef.new(shape: StringValuedMap, required: true, location_name: "lastEventId"))
509
+ GetPropertygraphStreamOutput.add_member(:last_trx_timestamp_in_millis, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "lastTrxTimestamp"))
510
+ GetPropertygraphStreamOutput.add_member(:format, Shapes::ShapeRef.new(shape: String, required: true, location_name: "format"))
511
+ GetPropertygraphStreamOutput.add_member(:records, Shapes::ShapeRef.new(shape: PropertygraphRecordsList, required: true, location_name: "records"))
512
+ GetPropertygraphStreamOutput.add_member(:total_records, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "totalRecords"))
513
+ GetPropertygraphStreamOutput.struct_class = Types::GetPropertygraphStreamOutput
514
+
515
+ GetPropertygraphSummaryInput.add_member(:mode, Shapes::ShapeRef.new(shape: GraphSummaryType, location: "querystring", location_name: "mode"))
516
+ GetPropertygraphSummaryInput.struct_class = Types::GetPropertygraphSummaryInput
517
+
518
+ GetPropertygraphSummaryOutput.add_member(:status_code, Shapes::ShapeRef.new(shape: Integer, location: "statusCode", location_name: "statusCode"))
519
+ GetPropertygraphSummaryOutput.add_member(:payload, Shapes::ShapeRef.new(shape: PropertygraphSummaryValueMap, location_name: "payload"))
520
+ GetPropertygraphSummaryOutput.struct_class = Types::GetPropertygraphSummaryOutput
521
+
522
+ GetRDFGraphSummaryInput.add_member(:mode, Shapes::ShapeRef.new(shape: GraphSummaryType, location: "querystring", location_name: "mode"))
523
+ GetRDFGraphSummaryInput.struct_class = Types::GetRDFGraphSummaryInput
524
+
525
+ GetRDFGraphSummaryOutput.add_member(:status_code, Shapes::ShapeRef.new(shape: Integer, location: "statusCode", location_name: "statusCode"))
526
+ GetRDFGraphSummaryOutput.add_member(:payload, Shapes::ShapeRef.new(shape: RDFGraphSummaryValueMap, location_name: "payload"))
527
+ GetRDFGraphSummaryOutput.struct_class = Types::GetRDFGraphSummaryOutput
528
+
529
+ GetSparqlStatisticsOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "status"))
530
+ GetSparqlStatisticsOutput.add_member(:payload, Shapes::ShapeRef.new(shape: Statistics, required: true, location_name: "payload"))
531
+ GetSparqlStatisticsOutput.struct_class = Types::GetSparqlStatisticsOutput
532
+
533
+ GetSparqlStreamInput.add_member(:limit, Shapes::ShapeRef.new(shape: GetSparqlStreamInputLimitLong, location: "querystring", location_name: "limit"))
534
+ GetSparqlStreamInput.add_member(:iterator_type, Shapes::ShapeRef.new(shape: IteratorType, location: "querystring", location_name: "iteratorType"))
535
+ GetSparqlStreamInput.add_member(:commit_num, Shapes::ShapeRef.new(shape: Long, location: "querystring", location_name: "commitNum"))
536
+ GetSparqlStreamInput.add_member(:op_num, Shapes::ShapeRef.new(shape: Long, location: "querystring", location_name: "opNum"))
537
+ GetSparqlStreamInput.add_member(:encoding, Shapes::ShapeRef.new(shape: Encoding, location: "header", location_name: "Accept-Encoding"))
538
+ GetSparqlStreamInput.struct_class = Types::GetSparqlStreamInput
539
+
540
+ GetSparqlStreamOutput.add_member(:last_event_id, Shapes::ShapeRef.new(shape: StringValuedMap, required: true, location_name: "lastEventId"))
541
+ GetSparqlStreamOutput.add_member(:last_trx_timestamp_in_millis, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "lastTrxTimestamp"))
542
+ GetSparqlStreamOutput.add_member(:format, Shapes::ShapeRef.new(shape: String, required: true, location_name: "format"))
543
+ GetSparqlStreamOutput.add_member(:records, Shapes::ShapeRef.new(shape: SparqlRecordsList, required: true, location_name: "records"))
544
+ GetSparqlStreamOutput.add_member(:total_records, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "totalRecords"))
545
+ GetSparqlStreamOutput.struct_class = Types::GetSparqlStreamOutput
546
+
547
+ GremlinQueries.member = Shapes::ShapeRef.new(shape: GremlinQueryStatus)
548
+
549
+ GremlinQueryStatus.add_member(:query_id, Shapes::ShapeRef.new(shape: String, location_name: "queryId"))
550
+ GremlinQueryStatus.add_member(:query_string, Shapes::ShapeRef.new(shape: String, location_name: "queryString"))
551
+ GremlinQueryStatus.add_member(:query_eval_stats, Shapes::ShapeRef.new(shape: QueryEvalStats, location_name: "queryEvalStats"))
552
+ GremlinQueryStatus.struct_class = Types::GremlinQueryStatus
553
+
554
+ GremlinQueryStatusAttributes.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
555
+ GremlinQueryStatusAttributes.add_member(:code, Shapes::ShapeRef.new(shape: Integer, location_name: "code"))
556
+ GremlinQueryStatusAttributes.add_member(:attributes, Shapes::ShapeRef.new(shape: Document, location_name: "attributes"))
557
+ GremlinQueryStatusAttributes.struct_class = Types::GremlinQueryStatusAttributes
558
+
559
+ IllegalArgumentException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
560
+ IllegalArgumentException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
561
+ IllegalArgumentException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
562
+ IllegalArgumentException.struct_class = Types::IllegalArgumentException
563
+
564
+ InternalFailureException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
565
+ InternalFailureException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
566
+ InternalFailureException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
567
+ InternalFailureException.struct_class = Types::InternalFailureException
568
+
569
+ InvalidArgumentException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
570
+ InvalidArgumentException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
571
+ InvalidArgumentException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
572
+ InvalidArgumentException.struct_class = Types::InvalidArgumentException
573
+
574
+ InvalidNumericDataException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
575
+ InvalidNumericDataException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
576
+ InvalidNumericDataException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
577
+ InvalidNumericDataException.struct_class = Types::InvalidNumericDataException
578
+
579
+ InvalidParameterException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
580
+ InvalidParameterException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
581
+ InvalidParameterException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
582
+ InvalidParameterException.struct_class = Types::InvalidParameterException
583
+
584
+ ListGremlinQueriesInput.add_member(:include_waiting, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "includeWaiting"))
585
+ ListGremlinQueriesInput.struct_class = Types::ListGremlinQueriesInput
586
+
587
+ ListGremlinQueriesOutput.add_member(:accepted_query_count, Shapes::ShapeRef.new(shape: Integer, location_name: "acceptedQueryCount"))
588
+ ListGremlinQueriesOutput.add_member(:running_query_count, Shapes::ShapeRef.new(shape: Integer, location_name: "runningQueryCount"))
589
+ ListGremlinQueriesOutput.add_member(:queries, Shapes::ShapeRef.new(shape: GremlinQueries, location_name: "queries"))
590
+ ListGremlinQueriesOutput.struct_class = Types::ListGremlinQueriesOutput
591
+
592
+ ListLoaderJobsInput.add_member(:limit, Shapes::ShapeRef.new(shape: ListLoaderJobsInputLimitInteger, location: "querystring", location_name: "limit"))
593
+ ListLoaderJobsInput.add_member(:include_queued_loads, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "includeQueuedLoads"))
594
+ ListLoaderJobsInput.struct_class = Types::ListLoaderJobsInput
595
+
596
+ ListLoaderJobsOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "status"))
597
+ ListLoaderJobsOutput.add_member(:payload, Shapes::ShapeRef.new(shape: LoaderIdResult, required: true, location_name: "payload"))
598
+ ListLoaderJobsOutput.struct_class = Types::ListLoaderJobsOutput
599
+
600
+ ListMLDataProcessingJobsInput.add_member(:max_items, Shapes::ShapeRef.new(shape: ListMLDataProcessingJobsInputMaxItemsInteger, location: "querystring", location_name: "maxItems"))
601
+ ListMLDataProcessingJobsInput.add_member(:neptune_iam_role_arn, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "neptuneIamRoleArn"))
602
+ ListMLDataProcessingJobsInput.struct_class = Types::ListMLDataProcessingJobsInput
603
+
604
+ ListMLDataProcessingJobsOutput.add_member(:ids, Shapes::ShapeRef.new(shape: StringList, location_name: "ids"))
605
+ ListMLDataProcessingJobsOutput.struct_class = Types::ListMLDataProcessingJobsOutput
606
+
607
+ ListMLEndpointsInput.add_member(:max_items, Shapes::ShapeRef.new(shape: ListMLEndpointsInputMaxItemsInteger, location: "querystring", location_name: "maxItems"))
608
+ ListMLEndpointsInput.add_member(:neptune_iam_role_arn, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "neptuneIamRoleArn"))
609
+ ListMLEndpointsInput.struct_class = Types::ListMLEndpointsInput
610
+
611
+ ListMLEndpointsOutput.add_member(:ids, Shapes::ShapeRef.new(shape: StringList, location_name: "ids"))
612
+ ListMLEndpointsOutput.struct_class = Types::ListMLEndpointsOutput
613
+
614
+ ListMLModelTrainingJobsInput.add_member(:max_items, Shapes::ShapeRef.new(shape: ListMLModelTrainingJobsInputMaxItemsInteger, location: "querystring", location_name: "maxItems"))
615
+ ListMLModelTrainingJobsInput.add_member(:neptune_iam_role_arn, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "neptuneIamRoleArn"))
616
+ ListMLModelTrainingJobsInput.struct_class = Types::ListMLModelTrainingJobsInput
617
+
618
+ ListMLModelTrainingJobsOutput.add_member(:ids, Shapes::ShapeRef.new(shape: StringList, location_name: "ids"))
619
+ ListMLModelTrainingJobsOutput.struct_class = Types::ListMLModelTrainingJobsOutput
620
+
621
+ ListMLModelTransformJobsInput.add_member(:max_items, Shapes::ShapeRef.new(shape: ListMLModelTransformJobsInputMaxItemsInteger, location: "querystring", location_name: "maxItems"))
622
+ ListMLModelTransformJobsInput.add_member(:neptune_iam_role_arn, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "neptuneIamRoleArn"))
623
+ ListMLModelTransformJobsInput.struct_class = Types::ListMLModelTransformJobsInput
624
+
625
+ ListMLModelTransformJobsOutput.add_member(:ids, Shapes::ShapeRef.new(shape: StringList, location_name: "ids"))
626
+ ListMLModelTransformJobsOutput.struct_class = Types::ListMLModelTransformJobsOutput
627
+
628
+ ListOpenCypherQueriesInput.add_member(:include_waiting, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "includeWaiting"))
629
+ ListOpenCypherQueriesInput.struct_class = Types::ListOpenCypherQueriesInput
630
+
631
+ ListOpenCypherQueriesOutput.add_member(:accepted_query_count, Shapes::ShapeRef.new(shape: Integer, location_name: "acceptedQueryCount"))
632
+ ListOpenCypherQueriesOutput.add_member(:running_query_count, Shapes::ShapeRef.new(shape: Integer, location_name: "runningQueryCount"))
633
+ ListOpenCypherQueriesOutput.add_member(:queries, Shapes::ShapeRef.new(shape: OpenCypherQueries, location_name: "queries"))
634
+ ListOpenCypherQueriesOutput.struct_class = Types::ListOpenCypherQueriesOutput
635
+
636
+ LoadUrlAccessDeniedException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
637
+ LoadUrlAccessDeniedException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
638
+ LoadUrlAccessDeniedException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
639
+ LoadUrlAccessDeniedException.struct_class = Types::LoadUrlAccessDeniedException
640
+
641
+ LoaderIdResult.add_member(:load_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "loadIds"))
642
+ LoaderIdResult.struct_class = Types::LoaderIdResult
643
+
644
+ LongValuedMap.key = Shapes::ShapeRef.new(shape: String)
645
+ LongValuedMap.value = Shapes::ShapeRef.new(shape: Long)
646
+
647
+ LongValuedMapList.member = Shapes::ShapeRef.new(shape: LongValuedMap)
648
+
649
+ MLResourceNotFoundException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
650
+ MLResourceNotFoundException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
651
+ MLResourceNotFoundException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
652
+ MLResourceNotFoundException.struct_class = Types::MLResourceNotFoundException
653
+
654
+ MalformedQueryException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
655
+ MalformedQueryException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
656
+ MalformedQueryException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
657
+ MalformedQueryException.struct_class = Types::MalformedQueryException
658
+
659
+ ManagePropertygraphStatisticsInput.add_member(:mode, Shapes::ShapeRef.new(shape: StatisticsAutoGenerationMode, location_name: "mode"))
660
+ ManagePropertygraphStatisticsInput.struct_class = Types::ManagePropertygraphStatisticsInput
661
+
662
+ ManagePropertygraphStatisticsOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "status"))
663
+ ManagePropertygraphStatisticsOutput.add_member(:payload, Shapes::ShapeRef.new(shape: RefreshStatisticsIdMap, location_name: "payload"))
664
+ ManagePropertygraphStatisticsOutput.struct_class = Types::ManagePropertygraphStatisticsOutput
665
+
666
+ ManageSparqlStatisticsInput.add_member(:mode, Shapes::ShapeRef.new(shape: StatisticsAutoGenerationMode, location_name: "mode"))
667
+ ManageSparqlStatisticsInput.struct_class = Types::ManageSparqlStatisticsInput
668
+
669
+ ManageSparqlStatisticsOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "status"))
670
+ ManageSparqlStatisticsOutput.add_member(:payload, Shapes::ShapeRef.new(shape: RefreshStatisticsIdMap, location_name: "payload"))
671
+ ManageSparqlStatisticsOutput.struct_class = Types::ManageSparqlStatisticsOutput
672
+
673
+ MemoryLimitExceededException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
674
+ MemoryLimitExceededException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
675
+ MemoryLimitExceededException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
676
+ MemoryLimitExceededException.struct_class = Types::MemoryLimitExceededException
677
+
678
+ MethodNotAllowedException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
679
+ MethodNotAllowedException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
680
+ MethodNotAllowedException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
681
+ MethodNotAllowedException.struct_class = Types::MethodNotAllowedException
682
+
683
+ MissingParameterException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
684
+ MissingParameterException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
685
+ MissingParameterException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
686
+ MissingParameterException.struct_class = Types::MissingParameterException
687
+
688
+ MlConfigDefinition.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
689
+ MlConfigDefinition.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
690
+ MlConfigDefinition.struct_class = Types::MlConfigDefinition
691
+
692
+ MlModels.member = Shapes::ShapeRef.new(shape: MlConfigDefinition)
693
+
694
+ MlResourceDefinition.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
695
+ MlResourceDefinition.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
696
+ MlResourceDefinition.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
697
+ MlResourceDefinition.add_member(:output_location, Shapes::ShapeRef.new(shape: String, location_name: "outputLocation"))
698
+ MlResourceDefinition.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
699
+ MlResourceDefinition.add_member(:cloudwatch_log_url, Shapes::ShapeRef.new(shape: String, location_name: "cloudwatchLogUrl"))
700
+ MlResourceDefinition.struct_class = Types::MlResourceDefinition
701
+
702
+ Models.member = Shapes::ShapeRef.new(shape: MlConfigDefinition)
703
+
704
+ NodeLabels.member = Shapes::ShapeRef.new(shape: String)
705
+
706
+ NodeProperties.member = Shapes::ShapeRef.new(shape: String)
707
+
708
+ NodeStructure.add_member(:count, Shapes::ShapeRef.new(shape: Long, location_name: "count"))
709
+ NodeStructure.add_member(:node_properties, Shapes::ShapeRef.new(shape: NodeProperties, location_name: "nodeProperties"))
710
+ NodeStructure.add_member(:distinct_outgoing_edge_labels, Shapes::ShapeRef.new(shape: OutgoingEdgeLabels, location_name: "distinctOutgoingEdgeLabels"))
711
+ NodeStructure.struct_class = Types::NodeStructure
712
+
713
+ NodeStructures.member = Shapes::ShapeRef.new(shape: NodeStructure)
714
+
715
+ OpenCypherQueries.member = Shapes::ShapeRef.new(shape: GremlinQueryStatus)
716
+
717
+ OutgoingEdgeLabels.member = Shapes::ShapeRef.new(shape: String)
718
+
719
+ ParsingException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
720
+ ParsingException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
721
+ ParsingException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
722
+ ParsingException.struct_class = Types::ParsingException
723
+
724
+ PreconditionsFailedException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
725
+ PreconditionsFailedException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
726
+ PreconditionsFailedException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
727
+ PreconditionsFailedException.struct_class = Types::PreconditionsFailedException
728
+
729
+ Predicates.member = Shapes::ShapeRef.new(shape: String)
730
+
731
+ PropertygraphData.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "id"))
732
+ PropertygraphData.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "type"))
733
+ PropertygraphData.add_member(:key, Shapes::ShapeRef.new(shape: String, required: true, location_name: "key"))
734
+ PropertygraphData.add_member(:value, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "value"))
735
+ PropertygraphData.add_member(:from, Shapes::ShapeRef.new(shape: String, location_name: "from"))
736
+ PropertygraphData.add_member(:to, Shapes::ShapeRef.new(shape: String, location_name: "to"))
737
+ PropertygraphData.struct_class = Types::PropertygraphData
738
+
739
+ PropertygraphRecord.add_member(:commit_timestamp_in_millis, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "commitTimestamp"))
740
+ PropertygraphRecord.add_member(:event_id, Shapes::ShapeRef.new(shape: StringValuedMap, required: true, location_name: "eventId"))
741
+ PropertygraphRecord.add_member(:data, Shapes::ShapeRef.new(shape: PropertygraphData, required: true, location_name: "data"))
742
+ PropertygraphRecord.add_member(:op, Shapes::ShapeRef.new(shape: String, required: true, location_name: "op"))
743
+ PropertygraphRecord.add_member(:is_last_op, Shapes::ShapeRef.new(shape: Boolean, location_name: "isLastOp"))
744
+ PropertygraphRecord.struct_class = Types::PropertygraphRecord
745
+
746
+ PropertygraphRecordsList.member = Shapes::ShapeRef.new(shape: PropertygraphRecord)
747
+
748
+ PropertygraphSummary.add_member(:num_nodes, Shapes::ShapeRef.new(shape: Long, location_name: "numNodes"))
749
+ PropertygraphSummary.add_member(:num_edges, Shapes::ShapeRef.new(shape: Long, location_name: "numEdges"))
750
+ PropertygraphSummary.add_member(:num_node_labels, Shapes::ShapeRef.new(shape: Long, location_name: "numNodeLabels"))
751
+ PropertygraphSummary.add_member(:num_edge_labels, Shapes::ShapeRef.new(shape: Long, location_name: "numEdgeLabels"))
752
+ PropertygraphSummary.add_member(:node_labels, Shapes::ShapeRef.new(shape: NodeLabels, location_name: "nodeLabels"))
753
+ PropertygraphSummary.add_member(:edge_labels, Shapes::ShapeRef.new(shape: EdgeLabels, location_name: "edgeLabels"))
754
+ PropertygraphSummary.add_member(:num_node_properties, Shapes::ShapeRef.new(shape: Long, location_name: "numNodeProperties"))
755
+ PropertygraphSummary.add_member(:num_edge_properties, Shapes::ShapeRef.new(shape: Long, location_name: "numEdgeProperties"))
756
+ PropertygraphSummary.add_member(:node_properties, Shapes::ShapeRef.new(shape: LongValuedMapList, location_name: "nodeProperties"))
757
+ PropertygraphSummary.add_member(:edge_properties, Shapes::ShapeRef.new(shape: LongValuedMapList, location_name: "edgeProperties"))
758
+ PropertygraphSummary.add_member(:total_node_property_values, Shapes::ShapeRef.new(shape: Long, location_name: "totalNodePropertyValues"))
759
+ PropertygraphSummary.add_member(:total_edge_property_values, Shapes::ShapeRef.new(shape: Long, location_name: "totalEdgePropertyValues"))
760
+ PropertygraphSummary.add_member(:node_structures, Shapes::ShapeRef.new(shape: NodeStructures, location_name: "nodeStructures"))
761
+ PropertygraphSummary.add_member(:edge_structures, Shapes::ShapeRef.new(shape: EdgeStructures, location_name: "edgeStructures"))
762
+ PropertygraphSummary.struct_class = Types::PropertygraphSummary
763
+
764
+ PropertygraphSummaryValueMap.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "version"))
765
+ PropertygraphSummaryValueMap.add_member(:last_statistics_computation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastStatisticsComputationTime"))
766
+ PropertygraphSummaryValueMap.add_member(:graph_summary, Shapes::ShapeRef.new(shape: PropertygraphSummary, location_name: "graphSummary"))
767
+ PropertygraphSummaryValueMap.struct_class = Types::PropertygraphSummaryValueMap
768
+
769
+ QueryEvalStats.add_member(:waited, Shapes::ShapeRef.new(shape: Integer, location_name: "waited"))
770
+ QueryEvalStats.add_member(:elapsed, Shapes::ShapeRef.new(shape: Integer, location_name: "elapsed"))
771
+ QueryEvalStats.add_member(:cancelled, Shapes::ShapeRef.new(shape: Boolean, location_name: "cancelled"))
772
+ QueryEvalStats.add_member(:subqueries, Shapes::ShapeRef.new(shape: Document, location_name: "subqueries"))
773
+ QueryEvalStats.struct_class = Types::QueryEvalStats
774
+
775
+ QueryLanguageVersion.add_member(:version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "version"))
776
+ QueryLanguageVersion.struct_class = Types::QueryLanguageVersion
777
+
778
+ QueryLimitExceededException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
779
+ QueryLimitExceededException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
780
+ QueryLimitExceededException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
781
+ QueryLimitExceededException.struct_class = Types::QueryLimitExceededException
782
+
783
+ QueryLimitException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
784
+ QueryLimitException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
785
+ QueryLimitException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
786
+ QueryLimitException.struct_class = Types::QueryLimitException
787
+
788
+ QueryTooLargeException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
789
+ QueryTooLargeException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
790
+ QueryTooLargeException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
791
+ QueryTooLargeException.struct_class = Types::QueryTooLargeException
792
+
793
+ RDFGraphSummary.add_member(:num_distinct_subjects, Shapes::ShapeRef.new(shape: Long, location_name: "numDistinctSubjects"))
794
+ RDFGraphSummary.add_member(:num_distinct_predicates, Shapes::ShapeRef.new(shape: Long, location_name: "numDistinctPredicates"))
795
+ RDFGraphSummary.add_member(:num_quads, Shapes::ShapeRef.new(shape: Long, location_name: "numQuads"))
796
+ RDFGraphSummary.add_member(:num_classes, Shapes::ShapeRef.new(shape: Long, location_name: "numClasses"))
797
+ RDFGraphSummary.add_member(:classes, Shapes::ShapeRef.new(shape: Classes, location_name: "classes"))
798
+ RDFGraphSummary.add_member(:predicates, Shapes::ShapeRef.new(shape: LongValuedMapList, location_name: "predicates"))
799
+ RDFGraphSummary.add_member(:subject_structures, Shapes::ShapeRef.new(shape: SubjectStructures, location_name: "subjectStructures"))
800
+ RDFGraphSummary.struct_class = Types::RDFGraphSummary
801
+
802
+ RDFGraphSummaryValueMap.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "version"))
803
+ RDFGraphSummaryValueMap.add_member(:last_statistics_computation_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastStatisticsComputationTime"))
804
+ RDFGraphSummaryValueMap.add_member(:graph_summary, Shapes::ShapeRef.new(shape: RDFGraphSummary, location_name: "graphSummary"))
805
+ RDFGraphSummaryValueMap.struct_class = Types::RDFGraphSummaryValueMap
806
+
807
+ ReadOnlyViolationException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
808
+ ReadOnlyViolationException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
809
+ ReadOnlyViolationException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
810
+ ReadOnlyViolationException.struct_class = Types::ReadOnlyViolationException
811
+
812
+ RefreshStatisticsIdMap.add_member(:statistics_id, Shapes::ShapeRef.new(shape: String, location_name: "statisticsId"))
813
+ RefreshStatisticsIdMap.struct_class = Types::RefreshStatisticsIdMap
814
+
815
+ S3Exception.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
816
+ S3Exception.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
817
+ S3Exception.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
818
+ S3Exception.struct_class = Types::S3Exception
819
+
820
+ ServerShutdownException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
821
+ ServerShutdownException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
822
+ ServerShutdownException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
823
+ ServerShutdownException.struct_class = Types::ServerShutdownException
824
+
825
+ SparqlData.add_member(:stmt, Shapes::ShapeRef.new(shape: String, required: true, location_name: "stmt"))
826
+ SparqlData.struct_class = Types::SparqlData
827
+
828
+ SparqlRecord.add_member(:commit_timestamp_in_millis, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "commitTimestamp"))
829
+ SparqlRecord.add_member(:event_id, Shapes::ShapeRef.new(shape: StringValuedMap, required: true, location_name: "eventId"))
830
+ SparqlRecord.add_member(:data, Shapes::ShapeRef.new(shape: SparqlData, required: true, location_name: "data"))
831
+ SparqlRecord.add_member(:op, Shapes::ShapeRef.new(shape: String, required: true, location_name: "op"))
832
+ SparqlRecord.add_member(:is_last_op, Shapes::ShapeRef.new(shape: Boolean, location_name: "isLastOp"))
833
+ SparqlRecord.struct_class = Types::SparqlRecord
834
+
835
+ SparqlRecordsList.member = Shapes::ShapeRef.new(shape: SparqlRecord)
836
+
837
+ StartLoaderJobInput.add_member(:source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "source"))
838
+ StartLoaderJobInput.add_member(:format, Shapes::ShapeRef.new(shape: Format, required: true, location_name: "format"))
839
+ StartLoaderJobInput.add_member(:s3_bucket_region, Shapes::ShapeRef.new(shape: S3BucketRegion, required: true, location_name: "region"))
840
+ StartLoaderJobInput.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "iamRoleArn"))
841
+ StartLoaderJobInput.add_member(:mode, Shapes::ShapeRef.new(shape: Mode, location_name: "mode"))
842
+ StartLoaderJobInput.add_member(:fail_on_error, Shapes::ShapeRef.new(shape: Boolean, location_name: "failOnError"))
843
+ StartLoaderJobInput.add_member(:parallelism, Shapes::ShapeRef.new(shape: Parallelism, location_name: "parallelism"))
844
+ StartLoaderJobInput.add_member(:parser_configuration, Shapes::ShapeRef.new(shape: StringValuedMap, location_name: "parserConfiguration"))
845
+ StartLoaderJobInput.add_member(:update_single_cardinality_properties, Shapes::ShapeRef.new(shape: Boolean, location_name: "updateSingleCardinalityProperties"))
846
+ StartLoaderJobInput.add_member(:queue_request, Shapes::ShapeRef.new(shape: Boolean, location_name: "queueRequest"))
847
+ StartLoaderJobInput.add_member(:dependencies, Shapes::ShapeRef.new(shape: StringList, location_name: "dependencies"))
848
+ StartLoaderJobInput.add_member(:user_provided_edge_ids, Shapes::ShapeRef.new(shape: Boolean, location_name: "userProvidedEdgeIds"))
849
+ StartLoaderJobInput.struct_class = Types::StartLoaderJobInput
850
+
851
+ StartLoaderJobOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "status"))
852
+ StartLoaderJobOutput.add_member(:payload, Shapes::ShapeRef.new(shape: StringValuedMap, required: true, location_name: "payload"))
853
+ StartLoaderJobOutput.struct_class = Types::StartLoaderJobOutput
854
+
855
+ StartMLDataProcessingJobInput.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
856
+ StartMLDataProcessingJobInput.add_member(:previous_data_processing_job_id, Shapes::ShapeRef.new(shape: String, location_name: "previousDataProcessingJobId"))
857
+ StartMLDataProcessingJobInput.add_member(:input_data_s3_location, Shapes::ShapeRef.new(shape: String, required: true, location_name: "inputDataS3Location"))
858
+ StartMLDataProcessingJobInput.add_member(:processed_data_s3_location, Shapes::ShapeRef.new(shape: String, required: true, location_name: "processedDataS3Location"))
859
+ StartMLDataProcessingJobInput.add_member(:sagemaker_iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "sagemakerIamRoleArn"))
860
+ StartMLDataProcessingJobInput.add_member(:neptune_iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "neptuneIamRoleArn"))
861
+ StartMLDataProcessingJobInput.add_member(:processing_instance_type, Shapes::ShapeRef.new(shape: String, location_name: "processingInstanceType"))
862
+ StartMLDataProcessingJobInput.add_member(:processing_instance_volume_size_in_gb, Shapes::ShapeRef.new(shape: Integer, location_name: "processingInstanceVolumeSizeInGB"))
863
+ StartMLDataProcessingJobInput.add_member(:processing_time_out_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "processingTimeOutInSeconds"))
864
+ StartMLDataProcessingJobInput.add_member(:model_type, Shapes::ShapeRef.new(shape: String, location_name: "modelType"))
865
+ StartMLDataProcessingJobInput.add_member(:config_file_name, Shapes::ShapeRef.new(shape: String, location_name: "configFileName"))
866
+ StartMLDataProcessingJobInput.add_member(:subnets, Shapes::ShapeRef.new(shape: StringList, location_name: "subnets"))
867
+ StartMLDataProcessingJobInput.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "securityGroupIds"))
868
+ StartMLDataProcessingJobInput.add_member(:volume_encryption_kms_key, Shapes::ShapeRef.new(shape: String, location_name: "volumeEncryptionKMSKey"))
869
+ StartMLDataProcessingJobInput.add_member(:s3_output_encryption_kms_key, Shapes::ShapeRef.new(shape: String, location_name: "s3OutputEncryptionKMSKey"))
870
+ StartMLDataProcessingJobInput.struct_class = Types::StartMLDataProcessingJobInput
871
+
872
+ StartMLDataProcessingJobOutput.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
873
+ StartMLDataProcessingJobOutput.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
874
+ StartMLDataProcessingJobOutput.add_member(:creation_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "creationTimeInMillis"))
875
+ StartMLDataProcessingJobOutput.struct_class = Types::StartMLDataProcessingJobOutput
876
+
877
+ StartMLModelTrainingJobInput.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
878
+ StartMLModelTrainingJobInput.add_member(:previous_model_training_job_id, Shapes::ShapeRef.new(shape: String, location_name: "previousModelTrainingJobId"))
879
+ StartMLModelTrainingJobInput.add_member(:data_processing_job_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "dataProcessingJobId"))
880
+ StartMLModelTrainingJobInput.add_member(:train_model_s3_location, Shapes::ShapeRef.new(shape: String, required: true, location_name: "trainModelS3Location"))
881
+ StartMLModelTrainingJobInput.add_member(:sagemaker_iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "sagemakerIamRoleArn"))
882
+ StartMLModelTrainingJobInput.add_member(:neptune_iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "neptuneIamRoleArn"))
883
+ StartMLModelTrainingJobInput.add_member(:base_processing_instance_type, Shapes::ShapeRef.new(shape: String, location_name: "baseProcessingInstanceType"))
884
+ StartMLModelTrainingJobInput.add_member(:training_instance_type, Shapes::ShapeRef.new(shape: String, location_name: "trainingInstanceType"))
885
+ StartMLModelTrainingJobInput.add_member(:training_instance_volume_size_in_gb, Shapes::ShapeRef.new(shape: Integer, location_name: "trainingInstanceVolumeSizeInGB"))
886
+ StartMLModelTrainingJobInput.add_member(:training_time_out_in_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "trainingTimeOutInSeconds"))
887
+ StartMLModelTrainingJobInput.add_member(:max_hpo_number_of_training_jobs, Shapes::ShapeRef.new(shape: Integer, location_name: "maxHPONumberOfTrainingJobs"))
888
+ StartMLModelTrainingJobInput.add_member(:max_hpo_parallel_training_jobs, Shapes::ShapeRef.new(shape: Integer, location_name: "maxHPOParallelTrainingJobs"))
889
+ StartMLModelTrainingJobInput.add_member(:subnets, Shapes::ShapeRef.new(shape: StringList, location_name: "subnets"))
890
+ StartMLModelTrainingJobInput.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "securityGroupIds"))
891
+ StartMLModelTrainingJobInput.add_member(:volume_encryption_kms_key, Shapes::ShapeRef.new(shape: String, location_name: "volumeEncryptionKMSKey"))
892
+ StartMLModelTrainingJobInput.add_member(:s3_output_encryption_kms_key, Shapes::ShapeRef.new(shape: String, location_name: "s3OutputEncryptionKMSKey"))
893
+ StartMLModelTrainingJobInput.add_member(:enable_managed_spot_training, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableManagedSpotTraining"))
894
+ StartMLModelTrainingJobInput.add_member(:custom_model_training_parameters, Shapes::ShapeRef.new(shape: CustomModelTrainingParameters, location_name: "customModelTrainingParameters"))
895
+ StartMLModelTrainingJobInput.struct_class = Types::StartMLModelTrainingJobInput
896
+
897
+ StartMLModelTrainingJobOutput.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
898
+ StartMLModelTrainingJobOutput.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
899
+ StartMLModelTrainingJobOutput.add_member(:creation_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "creationTimeInMillis"))
900
+ StartMLModelTrainingJobOutput.struct_class = Types::StartMLModelTrainingJobOutput
901
+
902
+ StartMLModelTransformJobInput.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
903
+ StartMLModelTransformJobInput.add_member(:data_processing_job_id, Shapes::ShapeRef.new(shape: String, location_name: "dataProcessingJobId"))
904
+ StartMLModelTransformJobInput.add_member(:ml_model_training_job_id, Shapes::ShapeRef.new(shape: String, location_name: "mlModelTrainingJobId"))
905
+ StartMLModelTransformJobInput.add_member(:training_job_name, Shapes::ShapeRef.new(shape: String, location_name: "trainingJobName"))
906
+ StartMLModelTransformJobInput.add_member(:model_transform_output_s3_location, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelTransformOutputS3Location"))
907
+ StartMLModelTransformJobInput.add_member(:sagemaker_iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "sagemakerIamRoleArn"))
908
+ StartMLModelTransformJobInput.add_member(:neptune_iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "neptuneIamRoleArn"))
909
+ StartMLModelTransformJobInput.add_member(:custom_model_transform_parameters, Shapes::ShapeRef.new(shape: CustomModelTransformParameters, location_name: "customModelTransformParameters"))
910
+ StartMLModelTransformJobInput.add_member(:base_processing_instance_type, Shapes::ShapeRef.new(shape: String, location_name: "baseProcessingInstanceType"))
911
+ StartMLModelTransformJobInput.add_member(:base_processing_instance_volume_size_in_gb, Shapes::ShapeRef.new(shape: Integer, location_name: "baseProcessingInstanceVolumeSizeInGB"))
912
+ StartMLModelTransformJobInput.add_member(:subnets, Shapes::ShapeRef.new(shape: StringList, location_name: "subnets"))
913
+ StartMLModelTransformJobInput.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "securityGroupIds"))
914
+ StartMLModelTransformJobInput.add_member(:volume_encryption_kms_key, Shapes::ShapeRef.new(shape: String, location_name: "volumeEncryptionKMSKey"))
915
+ StartMLModelTransformJobInput.add_member(:s3_output_encryption_kms_key, Shapes::ShapeRef.new(shape: String, location_name: "s3OutputEncryptionKMSKey"))
916
+ StartMLModelTransformJobInput.struct_class = Types::StartMLModelTransformJobInput
917
+
918
+ StartMLModelTransformJobOutput.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
919
+ StartMLModelTransformJobOutput.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
920
+ StartMLModelTransformJobOutput.add_member(:creation_time_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "creationTimeInMillis"))
921
+ StartMLModelTransformJobOutput.struct_class = Types::StartMLModelTransformJobOutput
922
+
923
+ Statistics.add_member(:auto_compute, Shapes::ShapeRef.new(shape: Boolean, location_name: "autoCompute"))
924
+ Statistics.add_member(:active, Shapes::ShapeRef.new(shape: Boolean, location_name: "active"))
925
+ Statistics.add_member(:statistics_id, Shapes::ShapeRef.new(shape: String, location_name: "statisticsId"))
926
+ Statistics.add_member(:date, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "date"))
927
+ Statistics.add_member(:note, Shapes::ShapeRef.new(shape: String, location_name: "note"))
928
+ Statistics.add_member(:signature_info, Shapes::ShapeRef.new(shape: StatisticsSummary, location_name: "signatureInfo"))
929
+ Statistics.struct_class = Types::Statistics
930
+
931
+ StatisticsNotAvailableException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
932
+ StatisticsNotAvailableException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
933
+ StatisticsNotAvailableException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
934
+ StatisticsNotAvailableException.struct_class = Types::StatisticsNotAvailableException
935
+
936
+ StatisticsSummary.add_member(:signature_count, Shapes::ShapeRef.new(shape: Integer, location_name: "signatureCount"))
937
+ StatisticsSummary.add_member(:instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "instanceCount"))
938
+ StatisticsSummary.add_member(:predicate_count, Shapes::ShapeRef.new(shape: Integer, location_name: "predicateCount"))
939
+ StatisticsSummary.struct_class = Types::StatisticsSummary
940
+
941
+ StreamRecordsNotFoundException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
942
+ StreamRecordsNotFoundException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
943
+ StreamRecordsNotFoundException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
944
+ StreamRecordsNotFoundException.struct_class = Types::StreamRecordsNotFoundException
945
+
946
+ StringList.member = Shapes::ShapeRef.new(shape: String)
947
+
948
+ StringValuedMap.key = Shapes::ShapeRef.new(shape: String)
949
+ StringValuedMap.value = Shapes::ShapeRef.new(shape: String)
950
+
951
+ SubjectStructure.add_member(:count, Shapes::ShapeRef.new(shape: Long, location_name: "count"))
952
+ SubjectStructure.add_member(:predicates, Shapes::ShapeRef.new(shape: Predicates, location_name: "predicates"))
953
+ SubjectStructure.struct_class = Types::SubjectStructure
954
+
955
+ SubjectStructures.member = Shapes::ShapeRef.new(shape: SubjectStructure)
956
+
957
+ ThrottlingException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
958
+ ThrottlingException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
959
+ ThrottlingException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
960
+ ThrottlingException.struct_class = Types::ThrottlingException
961
+
962
+ TimeLimitExceededException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
963
+ TimeLimitExceededException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
964
+ TimeLimitExceededException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
965
+ TimeLimitExceededException.struct_class = Types::TimeLimitExceededException
966
+
967
+ TooManyRequestsException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
968
+ TooManyRequestsException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
969
+ TooManyRequestsException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
970
+ TooManyRequestsException.struct_class = Types::TooManyRequestsException
971
+
972
+ UnsupportedOperationException.add_member(:detailed_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "detailedMessage"))
973
+ UnsupportedOperationException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "requestId"))
974
+ UnsupportedOperationException.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
975
+ UnsupportedOperationException.struct_class = Types::UnsupportedOperationException
976
+
977
+
978
+ # @api private
979
+ API = Seahorse::Model::Api.new.tap do |api|
980
+
981
+ api.version = "2023-08-01"
982
+
983
+ api.metadata = {
984
+ "apiVersion" => "2023-08-01",
985
+ "endpointPrefix" => "neptune-db",
986
+ "jsonVersion" => "1.1",
987
+ "protocol" => "rest-json",
988
+ "serviceFullName" => "Amazon NeptuneData",
989
+ "serviceId" => "neptunedata",
990
+ "signatureVersion" => "v4",
991
+ "signingName" => "neptune-db",
992
+ "uid" => "neptunedata-2023-08-01",
993
+ }
994
+
995
+ api.add_operation(:cancel_gremlin_query, Seahorse::Model::Operation.new.tap do |o|
996
+ o.name = "CancelGremlinQuery"
997
+ o.http_method = "DELETE"
998
+ o.http_request_uri = "/gremlin/status/{queryId}"
999
+ o['authtype'] = "v4"
1000
+ o.input = Shapes::ShapeRef.new(shape: CancelGremlinQueryInput)
1001
+ o.output = Shapes::ShapeRef.new(shape: CancelGremlinQueryOutput)
1002
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1003
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1004
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1005
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1006
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1007
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1008
+ o.errors << Shapes::ShapeRef.new(shape: FailureByQueryException)
1009
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1010
+ o.errors << Shapes::ShapeRef.new(shape: ParsingException)
1011
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1012
+ o.errors << Shapes::ShapeRef.new(shape: TimeLimitExceededException)
1013
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1014
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1015
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1016
+ end)
1017
+
1018
+ api.add_operation(:cancel_loader_job, Seahorse::Model::Operation.new.tap do |o|
1019
+ o.name = "CancelLoaderJob"
1020
+ o.http_method = "DELETE"
1021
+ o.http_request_uri = "/loader/{loadId}"
1022
+ o['authtype'] = "v4"
1023
+ o.input = Shapes::ShapeRef.new(shape: CancelLoaderJobInput)
1024
+ o.output = Shapes::ShapeRef.new(shape: CancelLoaderJobOutput)
1025
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1026
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1027
+ o.errors << Shapes::ShapeRef.new(shape: BulkLoadIdNotFoundException)
1028
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1029
+ o.errors << Shapes::ShapeRef.new(shape: LoadUrlAccessDeniedException)
1030
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1031
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1032
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1033
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1034
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1035
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1036
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1037
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1038
+ end)
1039
+
1040
+ api.add_operation(:cancel_ml_data_processing_job, Seahorse::Model::Operation.new.tap do |o|
1041
+ o.name = "CancelMLDataProcessingJob"
1042
+ o.http_method = "DELETE"
1043
+ o.http_request_uri = "/ml/dataprocessing/{id}"
1044
+ o['authtype'] = "v4"
1045
+ o.input = Shapes::ShapeRef.new(shape: CancelMLDataProcessingJobInput)
1046
+ o.output = Shapes::ShapeRef.new(shape: CancelMLDataProcessingJobOutput)
1047
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1048
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1049
+ o.errors << Shapes::ShapeRef.new(shape: MLResourceNotFoundException)
1050
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1051
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1052
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1053
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1054
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1055
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1056
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1057
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1058
+ end)
1059
+
1060
+ api.add_operation(:cancel_ml_model_training_job, Seahorse::Model::Operation.new.tap do |o|
1061
+ o.name = "CancelMLModelTrainingJob"
1062
+ o.http_method = "DELETE"
1063
+ o.http_request_uri = "/ml/modeltraining/{id}"
1064
+ o['authtype'] = "v4"
1065
+ o.input = Shapes::ShapeRef.new(shape: CancelMLModelTrainingJobInput)
1066
+ o.output = Shapes::ShapeRef.new(shape: CancelMLModelTrainingJobOutput)
1067
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1068
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1069
+ o.errors << Shapes::ShapeRef.new(shape: MLResourceNotFoundException)
1070
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1071
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1072
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1073
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1074
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1075
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1076
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1077
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1078
+ end)
1079
+
1080
+ api.add_operation(:cancel_ml_model_transform_job, Seahorse::Model::Operation.new.tap do |o|
1081
+ o.name = "CancelMLModelTransformJob"
1082
+ o.http_method = "DELETE"
1083
+ o.http_request_uri = "/ml/modeltransform/{id}"
1084
+ o['authtype'] = "v4"
1085
+ o.input = Shapes::ShapeRef.new(shape: CancelMLModelTransformJobInput)
1086
+ o.output = Shapes::ShapeRef.new(shape: CancelMLModelTransformJobOutput)
1087
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1088
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1089
+ o.errors << Shapes::ShapeRef.new(shape: MLResourceNotFoundException)
1090
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1091
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1092
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1093
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1094
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1095
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1096
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1097
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1098
+ end)
1099
+
1100
+ api.add_operation(:cancel_open_cypher_query, Seahorse::Model::Operation.new.tap do |o|
1101
+ o.name = "CancelOpenCypherQuery"
1102
+ o.http_method = "DELETE"
1103
+ o.http_request_uri = "/opencypher/status/{queryId}"
1104
+ o['authtype'] = "v4"
1105
+ o.input = Shapes::ShapeRef.new(shape: CancelOpenCypherQueryInput)
1106
+ o.output = Shapes::ShapeRef.new(shape: CancelOpenCypherQueryOutput)
1107
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNumericDataException)
1108
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1109
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1110
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1111
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1112
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1113
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1114
+ o.errors << Shapes::ShapeRef.new(shape: FailureByQueryException)
1115
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1116
+ o.errors << Shapes::ShapeRef.new(shape: ParsingException)
1117
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1118
+ o.errors << Shapes::ShapeRef.new(shape: TimeLimitExceededException)
1119
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1120
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1121
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1122
+ end)
1123
+
1124
+ api.add_operation(:create_ml_endpoint, Seahorse::Model::Operation.new.tap do |o|
1125
+ o.name = "CreateMLEndpoint"
1126
+ o.http_method = "POST"
1127
+ o.http_request_uri = "/ml/endpoints"
1128
+ o['authtype'] = "v4"
1129
+ o.input = Shapes::ShapeRef.new(shape: CreateMLEndpointInput)
1130
+ o.output = Shapes::ShapeRef.new(shape: CreateMLEndpointOutput)
1131
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1132
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1133
+ o.errors << Shapes::ShapeRef.new(shape: MLResourceNotFoundException)
1134
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1135
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1136
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1137
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1138
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1139
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1140
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1141
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1142
+ end)
1143
+
1144
+ api.add_operation(:delete_ml_endpoint, Seahorse::Model::Operation.new.tap do |o|
1145
+ o.name = "DeleteMLEndpoint"
1146
+ o.http_method = "DELETE"
1147
+ o.http_request_uri = "/ml/endpoints/{id}"
1148
+ o['authtype'] = "v4"
1149
+ o.input = Shapes::ShapeRef.new(shape: DeleteMLEndpointInput)
1150
+ o.output = Shapes::ShapeRef.new(shape: DeleteMLEndpointOutput)
1151
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1152
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1153
+ o.errors << Shapes::ShapeRef.new(shape: MLResourceNotFoundException)
1154
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1155
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1156
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1157
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1158
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1159
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1160
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1161
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1162
+ end)
1163
+
1164
+ api.add_operation(:delete_propertygraph_statistics, Seahorse::Model::Operation.new.tap do |o|
1165
+ o.name = "DeletePropertygraphStatistics"
1166
+ o.http_method = "DELETE"
1167
+ o.http_request_uri = "/propertygraph/statistics"
1168
+ o['authtype'] = "v4"
1169
+ o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1170
+ o.output = Shapes::ShapeRef.new(shape: DeletePropertygraphStatisticsOutput)
1171
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1172
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1173
+ o.errors << Shapes::ShapeRef.new(shape: StatisticsNotAvailableException)
1174
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1175
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1176
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1177
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1178
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1179
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1180
+ o.errors << Shapes::ShapeRef.new(shape: ReadOnlyViolationException)
1181
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1182
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1183
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1184
+ end)
1185
+
1186
+ api.add_operation(:delete_sparql_statistics, Seahorse::Model::Operation.new.tap do |o|
1187
+ o.name = "DeleteSparqlStatistics"
1188
+ o.http_method = "DELETE"
1189
+ o.http_request_uri = "/sparql/statistics"
1190
+ o['authtype'] = "v4"
1191
+ o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1192
+ o.output = Shapes::ShapeRef.new(shape: DeleteSparqlStatisticsOutput)
1193
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1194
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1195
+ o.errors << Shapes::ShapeRef.new(shape: StatisticsNotAvailableException)
1196
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1197
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1198
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1199
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1200
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1201
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1202
+ o.errors << Shapes::ShapeRef.new(shape: ReadOnlyViolationException)
1203
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1204
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1205
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1206
+ end)
1207
+
1208
+ api.add_operation(:execute_fast_reset, Seahorse::Model::Operation.new.tap do |o|
1209
+ o.name = "ExecuteFastReset"
1210
+ o.http_method = "POST"
1211
+ o.http_request_uri = "/system"
1212
+ o['authtype'] = "v4"
1213
+ o.input = Shapes::ShapeRef.new(shape: ExecuteFastResetInput)
1214
+ o.output = Shapes::ShapeRef.new(shape: ExecuteFastResetOutput)
1215
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1216
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1217
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1218
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1219
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1220
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1221
+ o.errors << Shapes::ShapeRef.new(shape: ServerShutdownException)
1222
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1223
+ o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
1224
+ o.errors << Shapes::ShapeRef.new(shape: ReadOnlyViolationException)
1225
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1226
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1227
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1228
+ end)
1229
+
1230
+ api.add_operation(:execute_gremlin_explain_query, Seahorse::Model::Operation.new.tap do |o|
1231
+ o.name = "ExecuteGremlinExplainQuery"
1232
+ o.http_method = "POST"
1233
+ o.http_request_uri = "/gremlin/explain"
1234
+ o['authtype'] = "v4"
1235
+ o.input = Shapes::ShapeRef.new(shape: ExecuteGremlinExplainQueryInput)
1236
+ o.output = Shapes::ShapeRef.new(shape: ExecuteGremlinExplainQueryOutput)
1237
+ o.errors << Shapes::ShapeRef.new(shape: QueryTooLargeException)
1238
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1239
+ o.errors << Shapes::ShapeRef.new(shape: QueryLimitExceededException)
1240
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1241
+ o.errors << Shapes::ShapeRef.new(shape: QueryLimitException)
1242
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1243
+ o.errors << Shapes::ShapeRef.new(shape: CancelledByUserException)
1244
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1245
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1246
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1247
+ o.errors << Shapes::ShapeRef.new(shape: FailureByQueryException)
1248
+ o.errors << Shapes::ShapeRef.new(shape: MemoryLimitExceededException)
1249
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1250
+ o.errors << Shapes::ShapeRef.new(shape: MalformedQueryException)
1251
+ o.errors << Shapes::ShapeRef.new(shape: ParsingException)
1252
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1253
+ o.errors << Shapes::ShapeRef.new(shape: TimeLimitExceededException)
1254
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1255
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1256
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1257
+ end)
1258
+
1259
+ api.add_operation(:execute_gremlin_profile_query, Seahorse::Model::Operation.new.tap do |o|
1260
+ o.name = "ExecuteGremlinProfileQuery"
1261
+ o.http_method = "POST"
1262
+ o.http_request_uri = "/gremlin/profile"
1263
+ o['authtype'] = "v4"
1264
+ o.input = Shapes::ShapeRef.new(shape: ExecuteGremlinProfileQueryInput)
1265
+ o.output = Shapes::ShapeRef.new(shape: ExecuteGremlinProfileQueryOutput)
1266
+ o.errors << Shapes::ShapeRef.new(shape: QueryTooLargeException)
1267
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1268
+ o.errors << Shapes::ShapeRef.new(shape: QueryLimitExceededException)
1269
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1270
+ o.errors << Shapes::ShapeRef.new(shape: QueryLimitException)
1271
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1272
+ o.errors << Shapes::ShapeRef.new(shape: CancelledByUserException)
1273
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1274
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1275
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1276
+ o.errors << Shapes::ShapeRef.new(shape: FailureByQueryException)
1277
+ o.errors << Shapes::ShapeRef.new(shape: MemoryLimitExceededException)
1278
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1279
+ o.errors << Shapes::ShapeRef.new(shape: MalformedQueryException)
1280
+ o.errors << Shapes::ShapeRef.new(shape: ParsingException)
1281
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1282
+ o.errors << Shapes::ShapeRef.new(shape: TimeLimitExceededException)
1283
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1284
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1285
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1286
+ end)
1287
+
1288
+ api.add_operation(:execute_gremlin_query, Seahorse::Model::Operation.new.tap do |o|
1289
+ o.name = "ExecuteGremlinQuery"
1290
+ o.http_method = "POST"
1291
+ o.http_request_uri = "/gremlin"
1292
+ o['authtype'] = "v4"
1293
+ o.input = Shapes::ShapeRef.new(shape: ExecuteGremlinQueryInput)
1294
+ o.output = Shapes::ShapeRef.new(shape: ExecuteGremlinQueryOutput)
1295
+ o.errors << Shapes::ShapeRef.new(shape: QueryTooLargeException)
1296
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1297
+ o.errors << Shapes::ShapeRef.new(shape: QueryLimitExceededException)
1298
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1299
+ o.errors << Shapes::ShapeRef.new(shape: QueryLimitException)
1300
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1301
+ o.errors << Shapes::ShapeRef.new(shape: CancelledByUserException)
1302
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1303
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1304
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1305
+ o.errors << Shapes::ShapeRef.new(shape: FailureByQueryException)
1306
+ o.errors << Shapes::ShapeRef.new(shape: MemoryLimitExceededException)
1307
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1308
+ o.errors << Shapes::ShapeRef.new(shape: MalformedQueryException)
1309
+ o.errors << Shapes::ShapeRef.new(shape: ParsingException)
1310
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1311
+ o.errors << Shapes::ShapeRef.new(shape: TimeLimitExceededException)
1312
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1313
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1314
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1315
+ end)
1316
+
1317
+ api.add_operation(:execute_open_cypher_explain_query, Seahorse::Model::Operation.new.tap do |o|
1318
+ o.name = "ExecuteOpenCypherExplainQuery"
1319
+ o.http_method = "POST"
1320
+ o.http_request_uri = "/opencypher/explain"
1321
+ o['authtype'] = "v4"
1322
+ o.input = Shapes::ShapeRef.new(shape: ExecuteOpenCypherExplainQueryInput)
1323
+ o.output = Shapes::ShapeRef.new(shape: ExecuteOpenCypherExplainQueryOutput)
1324
+ o.errors << Shapes::ShapeRef.new(shape: QueryTooLargeException)
1325
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNumericDataException)
1326
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1327
+ o.errors << Shapes::ShapeRef.new(shape: QueryLimitExceededException)
1328
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1329
+ o.errors << Shapes::ShapeRef.new(shape: QueryLimitException)
1330
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1331
+ o.errors << Shapes::ShapeRef.new(shape: CancelledByUserException)
1332
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1333
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1334
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1335
+ o.errors << Shapes::ShapeRef.new(shape: FailureByQueryException)
1336
+ o.errors << Shapes::ShapeRef.new(shape: MemoryLimitExceededException)
1337
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1338
+ o.errors << Shapes::ShapeRef.new(shape: MalformedQueryException)
1339
+ o.errors << Shapes::ShapeRef.new(shape: ParsingException)
1340
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1341
+ o.errors << Shapes::ShapeRef.new(shape: TimeLimitExceededException)
1342
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1343
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1344
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1345
+ end)
1346
+
1347
+ api.add_operation(:execute_open_cypher_query, Seahorse::Model::Operation.new.tap do |o|
1348
+ o.name = "ExecuteOpenCypherQuery"
1349
+ o.http_method = "POST"
1350
+ o.http_request_uri = "/opencypher"
1351
+ o['authtype'] = "v4"
1352
+ o.input = Shapes::ShapeRef.new(shape: ExecuteOpenCypherQueryInput)
1353
+ o.output = Shapes::ShapeRef.new(shape: ExecuteOpenCypherQueryOutput)
1354
+ o.errors << Shapes::ShapeRef.new(shape: QueryTooLargeException)
1355
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNumericDataException)
1356
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1357
+ o.errors << Shapes::ShapeRef.new(shape: QueryLimitExceededException)
1358
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1359
+ o.errors << Shapes::ShapeRef.new(shape: QueryLimitException)
1360
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1361
+ o.errors << Shapes::ShapeRef.new(shape: CancelledByUserException)
1362
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1363
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1364
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1365
+ o.errors << Shapes::ShapeRef.new(shape: FailureByQueryException)
1366
+ o.errors << Shapes::ShapeRef.new(shape: MemoryLimitExceededException)
1367
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1368
+ o.errors << Shapes::ShapeRef.new(shape: MalformedQueryException)
1369
+ o.errors << Shapes::ShapeRef.new(shape: ParsingException)
1370
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1371
+ o.errors << Shapes::ShapeRef.new(shape: TimeLimitExceededException)
1372
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1373
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1374
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1375
+ end)
1376
+
1377
+ api.add_operation(:get_engine_status, Seahorse::Model::Operation.new.tap do |o|
1378
+ o.name = "GetEngineStatus"
1379
+ o.http_method = "GET"
1380
+ o.http_request_uri = "/status"
1381
+ o['authtype'] = "v4"
1382
+ o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1383
+ o.output = Shapes::ShapeRef.new(shape: GetEngineStatusOutput)
1384
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1385
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1386
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1387
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1388
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1389
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1390
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1391
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1392
+ end)
1393
+
1394
+ api.add_operation(:get_gremlin_query_status, Seahorse::Model::Operation.new.tap do |o|
1395
+ o.name = "GetGremlinQueryStatus"
1396
+ o.http_method = "GET"
1397
+ o.http_request_uri = "/gremlin/status/{queryId}"
1398
+ o['authtype'] = "v4"
1399
+ o.input = Shapes::ShapeRef.new(shape: GetGremlinQueryStatusInput)
1400
+ o.output = Shapes::ShapeRef.new(shape: GetGremlinQueryStatusOutput)
1401
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1402
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1403
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1404
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1405
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1406
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1407
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1408
+ o.errors << Shapes::ShapeRef.new(shape: FailureByQueryException)
1409
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1410
+ o.errors << Shapes::ShapeRef.new(shape: ParsingException)
1411
+ o.errors << Shapes::ShapeRef.new(shape: ReadOnlyViolationException)
1412
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1413
+ o.errors << Shapes::ShapeRef.new(shape: TimeLimitExceededException)
1414
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1415
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1416
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1417
+ end)
1418
+
1419
+ api.add_operation(:get_loader_job_status, Seahorse::Model::Operation.new.tap do |o|
1420
+ o.name = "GetLoaderJobStatus"
1421
+ o.http_method = "GET"
1422
+ o.http_request_uri = "/loader/{loadId}"
1423
+ o['authtype'] = "v4"
1424
+ o.input = Shapes::ShapeRef.new(shape: GetLoaderJobStatusInput)
1425
+ o.output = Shapes::ShapeRef.new(shape: GetLoaderJobStatusOutput)
1426
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1427
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1428
+ o.errors << Shapes::ShapeRef.new(shape: BulkLoadIdNotFoundException)
1429
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1430
+ o.errors << Shapes::ShapeRef.new(shape: LoadUrlAccessDeniedException)
1431
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1432
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1433
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1434
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1435
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1436
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1437
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1438
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1439
+ end)
1440
+
1441
+ api.add_operation(:get_ml_data_processing_job, Seahorse::Model::Operation.new.tap do |o|
1442
+ o.name = "GetMLDataProcessingJob"
1443
+ o.http_method = "GET"
1444
+ o.http_request_uri = "/ml/dataprocessing/{id}"
1445
+ o['authtype'] = "v4"
1446
+ o.input = Shapes::ShapeRef.new(shape: GetMLDataProcessingJobInput)
1447
+ o.output = Shapes::ShapeRef.new(shape: GetMLDataProcessingJobOutput)
1448
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1449
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1450
+ o.errors << Shapes::ShapeRef.new(shape: MLResourceNotFoundException)
1451
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1452
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1453
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1454
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1455
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1456
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1457
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1458
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1459
+ end)
1460
+
1461
+ api.add_operation(:get_ml_endpoint, Seahorse::Model::Operation.new.tap do |o|
1462
+ o.name = "GetMLEndpoint"
1463
+ o.http_method = "GET"
1464
+ o.http_request_uri = "/ml/endpoints/{id}"
1465
+ o['authtype'] = "v4"
1466
+ o.input = Shapes::ShapeRef.new(shape: GetMLEndpointInput)
1467
+ o.output = Shapes::ShapeRef.new(shape: GetMLEndpointOutput)
1468
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1469
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1470
+ o.errors << Shapes::ShapeRef.new(shape: MLResourceNotFoundException)
1471
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1472
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1473
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1474
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1475
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1476
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1477
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1478
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1479
+ end)
1480
+
1481
+ api.add_operation(:get_ml_model_training_job, Seahorse::Model::Operation.new.tap do |o|
1482
+ o.name = "GetMLModelTrainingJob"
1483
+ o.http_method = "GET"
1484
+ o.http_request_uri = "/ml/modeltraining/{id}"
1485
+ o['authtype'] = "v4"
1486
+ o.input = Shapes::ShapeRef.new(shape: GetMLModelTrainingJobInput)
1487
+ o.output = Shapes::ShapeRef.new(shape: GetMLModelTrainingJobOutput)
1488
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1489
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1490
+ o.errors << Shapes::ShapeRef.new(shape: MLResourceNotFoundException)
1491
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1492
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1493
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1494
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1495
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1496
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1497
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1498
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1499
+ end)
1500
+
1501
+ api.add_operation(:get_ml_model_transform_job, Seahorse::Model::Operation.new.tap do |o|
1502
+ o.name = "GetMLModelTransformJob"
1503
+ o.http_method = "GET"
1504
+ o.http_request_uri = "/ml/modeltransform/{id}"
1505
+ o['authtype'] = "v4"
1506
+ o.input = Shapes::ShapeRef.new(shape: GetMLModelTransformJobInput)
1507
+ o.output = Shapes::ShapeRef.new(shape: GetMLModelTransformJobOutput)
1508
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1509
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1510
+ o.errors << Shapes::ShapeRef.new(shape: MLResourceNotFoundException)
1511
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1512
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1513
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1514
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1515
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1516
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1517
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1518
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1519
+ end)
1520
+
1521
+ api.add_operation(:get_open_cypher_query_status, Seahorse::Model::Operation.new.tap do |o|
1522
+ o.name = "GetOpenCypherQueryStatus"
1523
+ o.http_method = "GET"
1524
+ o.http_request_uri = "/opencypher/status/{queryId}"
1525
+ o['authtype'] = "v4"
1526
+ o.input = Shapes::ShapeRef.new(shape: GetOpenCypherQueryStatusInput)
1527
+ o.output = Shapes::ShapeRef.new(shape: GetOpenCypherQueryStatusOutput)
1528
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNumericDataException)
1529
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1530
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1531
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1532
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1533
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1534
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1535
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1536
+ o.errors << Shapes::ShapeRef.new(shape: FailureByQueryException)
1537
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1538
+ o.errors << Shapes::ShapeRef.new(shape: ParsingException)
1539
+ o.errors << Shapes::ShapeRef.new(shape: ReadOnlyViolationException)
1540
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1541
+ o.errors << Shapes::ShapeRef.new(shape: TimeLimitExceededException)
1542
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1543
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1544
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1545
+ end)
1546
+
1547
+ api.add_operation(:get_propertygraph_statistics, Seahorse::Model::Operation.new.tap do |o|
1548
+ o.name = "GetPropertygraphStatistics"
1549
+ o.http_method = "GET"
1550
+ o.http_request_uri = "/propertygraph/statistics"
1551
+ o['authtype'] = "v4"
1552
+ o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1553
+ o.output = Shapes::ShapeRef.new(shape: GetPropertygraphStatisticsOutput)
1554
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1555
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1556
+ o.errors << Shapes::ShapeRef.new(shape: StatisticsNotAvailableException)
1557
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1558
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1559
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1560
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1561
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1562
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1563
+ o.errors << Shapes::ShapeRef.new(shape: ReadOnlyViolationException)
1564
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1565
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1566
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1567
+ end)
1568
+
1569
+ api.add_operation(:get_propertygraph_stream, Seahorse::Model::Operation.new.tap do |o|
1570
+ o.name = "GetPropertygraphStream"
1571
+ o.http_method = "GET"
1572
+ o.http_request_uri = "/propertygraph/stream"
1573
+ o['authtype'] = "v4"
1574
+ o.input = Shapes::ShapeRef.new(shape: GetPropertygraphStreamInput)
1575
+ o.output = Shapes::ShapeRef.new(shape: GetPropertygraphStreamOutput)
1576
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1577
+ o.errors << Shapes::ShapeRef.new(shape: ExpiredStreamException)
1578
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1579
+ o.errors << Shapes::ShapeRef.new(shape: MemoryLimitExceededException)
1580
+ o.errors << Shapes::ShapeRef.new(shape: StreamRecordsNotFoundException)
1581
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1582
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1583
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1584
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1585
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1586
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1587
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1588
+ end)
1589
+
1590
+ api.add_operation(:get_propertygraph_summary, Seahorse::Model::Operation.new.tap do |o|
1591
+ o.name = "GetPropertygraphSummary"
1592
+ o.http_method = "GET"
1593
+ o.http_request_uri = "/propertygraph/statistics/summary"
1594
+ o['authtype'] = "v4"
1595
+ o.input = Shapes::ShapeRef.new(shape: GetPropertygraphSummaryInput)
1596
+ o.output = Shapes::ShapeRef.new(shape: GetPropertygraphSummaryOutput)
1597
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1598
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1599
+ o.errors << Shapes::ShapeRef.new(shape: StatisticsNotAvailableException)
1600
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1601
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1602
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1603
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1604
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1605
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1606
+ o.errors << Shapes::ShapeRef.new(shape: ReadOnlyViolationException)
1607
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1608
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1609
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1610
+ end)
1611
+
1612
+ api.add_operation(:get_rdf_graph_summary, Seahorse::Model::Operation.new.tap do |o|
1613
+ o.name = "GetRDFGraphSummary"
1614
+ o.http_method = "GET"
1615
+ o.http_request_uri = "/rdf/statistics/summary"
1616
+ o['authtype'] = "v4"
1617
+ o.input = Shapes::ShapeRef.new(shape: GetRDFGraphSummaryInput)
1618
+ o.output = Shapes::ShapeRef.new(shape: GetRDFGraphSummaryOutput)
1619
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1620
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1621
+ o.errors << Shapes::ShapeRef.new(shape: StatisticsNotAvailableException)
1622
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1623
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1624
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1625
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1626
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1627
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1628
+ o.errors << Shapes::ShapeRef.new(shape: ReadOnlyViolationException)
1629
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1630
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1631
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1632
+ end)
1633
+
1634
+ api.add_operation(:get_sparql_statistics, Seahorse::Model::Operation.new.tap do |o|
1635
+ o.name = "GetSparqlStatistics"
1636
+ o.http_method = "GET"
1637
+ o.http_request_uri = "/sparql/statistics"
1638
+ o['authtype'] = "v4"
1639
+ o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1640
+ o.output = Shapes::ShapeRef.new(shape: GetSparqlStatisticsOutput)
1641
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1642
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1643
+ o.errors << Shapes::ShapeRef.new(shape: StatisticsNotAvailableException)
1644
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1645
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1646
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1647
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1648
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1649
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1650
+ o.errors << Shapes::ShapeRef.new(shape: ReadOnlyViolationException)
1651
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1652
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1653
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1654
+ end)
1655
+
1656
+ api.add_operation(:get_sparql_stream, Seahorse::Model::Operation.new.tap do |o|
1657
+ o.name = "GetSparqlStream"
1658
+ o.http_method = "GET"
1659
+ o.http_request_uri = "/sparql/stream"
1660
+ o['authtype'] = "v4"
1661
+ o.input = Shapes::ShapeRef.new(shape: GetSparqlStreamInput)
1662
+ o.output = Shapes::ShapeRef.new(shape: GetSparqlStreamOutput)
1663
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1664
+ o.errors << Shapes::ShapeRef.new(shape: ExpiredStreamException)
1665
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1666
+ o.errors << Shapes::ShapeRef.new(shape: MemoryLimitExceededException)
1667
+ o.errors << Shapes::ShapeRef.new(shape: StreamRecordsNotFoundException)
1668
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1669
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1670
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1671
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1672
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1673
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1674
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1675
+ end)
1676
+
1677
+ api.add_operation(:list_gremlin_queries, Seahorse::Model::Operation.new.tap do |o|
1678
+ o.name = "ListGremlinQueries"
1679
+ o.http_method = "GET"
1680
+ o.http_request_uri = "/gremlin/status"
1681
+ o['authtype'] = "v4"
1682
+ o.input = Shapes::ShapeRef.new(shape: ListGremlinQueriesInput)
1683
+ o.output = Shapes::ShapeRef.new(shape: ListGremlinQueriesOutput)
1684
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1685
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1686
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1687
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1688
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1689
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1690
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1691
+ o.errors << Shapes::ShapeRef.new(shape: FailureByQueryException)
1692
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1693
+ o.errors << Shapes::ShapeRef.new(shape: ParsingException)
1694
+ o.errors << Shapes::ShapeRef.new(shape: ReadOnlyViolationException)
1695
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1696
+ o.errors << Shapes::ShapeRef.new(shape: TimeLimitExceededException)
1697
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1698
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1699
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1700
+ end)
1701
+
1702
+ api.add_operation(:list_loader_jobs, Seahorse::Model::Operation.new.tap do |o|
1703
+ o.name = "ListLoaderJobs"
1704
+ o.http_method = "GET"
1705
+ o.http_request_uri = "/loader"
1706
+ o['authtype'] = "v4"
1707
+ o.input = Shapes::ShapeRef.new(shape: ListLoaderJobsInput)
1708
+ o.output = Shapes::ShapeRef.new(shape: ListLoaderJobsOutput)
1709
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1710
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1711
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1712
+ o.errors << Shapes::ShapeRef.new(shape: BulkLoadIdNotFoundException)
1713
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1714
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1715
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1716
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1717
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1718
+ o.errors << Shapes::ShapeRef.new(shape: LoadUrlAccessDeniedException)
1719
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1720
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1721
+ end)
1722
+
1723
+ api.add_operation(:list_ml_data_processing_jobs, Seahorse::Model::Operation.new.tap do |o|
1724
+ o.name = "ListMLDataProcessingJobs"
1725
+ o.http_method = "GET"
1726
+ o.http_request_uri = "/ml/dataprocessing"
1727
+ o['authtype'] = "v4"
1728
+ o.input = Shapes::ShapeRef.new(shape: ListMLDataProcessingJobsInput)
1729
+ o.output = Shapes::ShapeRef.new(shape: ListMLDataProcessingJobsOutput)
1730
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1731
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1732
+ o.errors << Shapes::ShapeRef.new(shape: MLResourceNotFoundException)
1733
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1734
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1735
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1736
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1737
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1738
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1739
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1740
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1741
+ end)
1742
+
1743
+ api.add_operation(:list_ml_endpoints, Seahorse::Model::Operation.new.tap do |o|
1744
+ o.name = "ListMLEndpoints"
1745
+ o.http_method = "GET"
1746
+ o.http_request_uri = "/ml/endpoints"
1747
+ o['authtype'] = "v4"
1748
+ o.input = Shapes::ShapeRef.new(shape: ListMLEndpointsInput)
1749
+ o.output = Shapes::ShapeRef.new(shape: ListMLEndpointsOutput)
1750
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1751
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1752
+ o.errors << Shapes::ShapeRef.new(shape: MLResourceNotFoundException)
1753
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1754
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1755
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1756
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1757
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1758
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1759
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1760
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1761
+ end)
1762
+
1763
+ api.add_operation(:list_ml_model_training_jobs, Seahorse::Model::Operation.new.tap do |o|
1764
+ o.name = "ListMLModelTrainingJobs"
1765
+ o.http_method = "GET"
1766
+ o.http_request_uri = "/ml/modeltraining"
1767
+ o['authtype'] = "v4"
1768
+ o.input = Shapes::ShapeRef.new(shape: ListMLModelTrainingJobsInput)
1769
+ o.output = Shapes::ShapeRef.new(shape: ListMLModelTrainingJobsOutput)
1770
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1771
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1772
+ o.errors << Shapes::ShapeRef.new(shape: MLResourceNotFoundException)
1773
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1774
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1775
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1776
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1777
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1778
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1779
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1780
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1781
+ end)
1782
+
1783
+ api.add_operation(:list_ml_model_transform_jobs, Seahorse::Model::Operation.new.tap do |o|
1784
+ o.name = "ListMLModelTransformJobs"
1785
+ o.http_method = "GET"
1786
+ o.http_request_uri = "/ml/modeltransform"
1787
+ o['authtype'] = "v4"
1788
+ o.input = Shapes::ShapeRef.new(shape: ListMLModelTransformJobsInput)
1789
+ o.output = Shapes::ShapeRef.new(shape: ListMLModelTransformJobsOutput)
1790
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1791
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1792
+ o.errors << Shapes::ShapeRef.new(shape: MLResourceNotFoundException)
1793
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1794
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1795
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1796
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1797
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1798
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1799
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1800
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1801
+ end)
1802
+
1803
+ api.add_operation(:list_open_cypher_queries, Seahorse::Model::Operation.new.tap do |o|
1804
+ o.name = "ListOpenCypherQueries"
1805
+ o.http_method = "GET"
1806
+ o.http_request_uri = "/opencypher/status"
1807
+ o['authtype'] = "v4"
1808
+ o.input = Shapes::ShapeRef.new(shape: ListOpenCypherQueriesInput)
1809
+ o.output = Shapes::ShapeRef.new(shape: ListOpenCypherQueriesOutput)
1810
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNumericDataException)
1811
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1812
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1813
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1814
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1815
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1816
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1817
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1818
+ o.errors << Shapes::ShapeRef.new(shape: FailureByQueryException)
1819
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1820
+ o.errors << Shapes::ShapeRef.new(shape: ParsingException)
1821
+ o.errors << Shapes::ShapeRef.new(shape: ReadOnlyViolationException)
1822
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1823
+ o.errors << Shapes::ShapeRef.new(shape: TimeLimitExceededException)
1824
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1825
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1826
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1827
+ end)
1828
+
1829
+ api.add_operation(:manage_propertygraph_statistics, Seahorse::Model::Operation.new.tap do |o|
1830
+ o.name = "ManagePropertygraphStatistics"
1831
+ o.http_method = "POST"
1832
+ o.http_request_uri = "/propertygraph/statistics"
1833
+ o['authtype'] = "v4"
1834
+ o.input = Shapes::ShapeRef.new(shape: ManagePropertygraphStatisticsInput)
1835
+ o.output = Shapes::ShapeRef.new(shape: ManagePropertygraphStatisticsOutput)
1836
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1837
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1838
+ o.errors << Shapes::ShapeRef.new(shape: StatisticsNotAvailableException)
1839
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1840
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1841
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1842
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1843
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1844
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1845
+ o.errors << Shapes::ShapeRef.new(shape: ReadOnlyViolationException)
1846
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1847
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1848
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1849
+ end)
1850
+
1851
+ api.add_operation(:manage_sparql_statistics, Seahorse::Model::Operation.new.tap do |o|
1852
+ o.name = "ManageSparqlStatistics"
1853
+ o.http_method = "POST"
1854
+ o.http_request_uri = "/sparql/statistics"
1855
+ o['authtype'] = "v4"
1856
+ o.input = Shapes::ShapeRef.new(shape: ManageSparqlStatisticsInput)
1857
+ o.output = Shapes::ShapeRef.new(shape: ManageSparqlStatisticsOutput)
1858
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1859
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1860
+ o.errors << Shapes::ShapeRef.new(shape: StatisticsNotAvailableException)
1861
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1862
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1863
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1864
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1865
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1866
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1867
+ o.errors << Shapes::ShapeRef.new(shape: ReadOnlyViolationException)
1868
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1869
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1870
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1871
+ end)
1872
+
1873
+ api.add_operation(:start_loader_job, Seahorse::Model::Operation.new.tap do |o|
1874
+ o.name = "StartLoaderJob"
1875
+ o.http_method = "POST"
1876
+ o.http_request_uri = "/loader"
1877
+ o['authtype'] = "v4"
1878
+ o.input = Shapes::ShapeRef.new(shape: StartLoaderJobInput)
1879
+ o.output = Shapes::ShapeRef.new(shape: StartLoaderJobOutput)
1880
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1881
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1882
+ o.errors << Shapes::ShapeRef.new(shape: BulkLoadIdNotFoundException)
1883
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1884
+ o.errors << Shapes::ShapeRef.new(shape: LoadUrlAccessDeniedException)
1885
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1886
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1887
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1888
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1889
+ o.errors << Shapes::ShapeRef.new(shape: S3Exception)
1890
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1891
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1892
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1893
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1894
+ end)
1895
+
1896
+ api.add_operation(:start_ml_data_processing_job, Seahorse::Model::Operation.new.tap do |o|
1897
+ o.name = "StartMLDataProcessingJob"
1898
+ o.http_method = "POST"
1899
+ o.http_request_uri = "/ml/dataprocessing"
1900
+ o['authtype'] = "v4"
1901
+ o.input = Shapes::ShapeRef.new(shape: StartMLDataProcessingJobInput)
1902
+ o.output = Shapes::ShapeRef.new(shape: StartMLDataProcessingJobOutput)
1903
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1904
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1905
+ o.errors << Shapes::ShapeRef.new(shape: MLResourceNotFoundException)
1906
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1907
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1908
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1909
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1910
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1911
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1912
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1913
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1914
+ end)
1915
+
1916
+ api.add_operation(:start_ml_model_training_job, Seahorse::Model::Operation.new.tap do |o|
1917
+ o.name = "StartMLModelTrainingJob"
1918
+ o.http_method = "POST"
1919
+ o.http_request_uri = "/ml/modeltraining"
1920
+ o['authtype'] = "v4"
1921
+ o.input = Shapes::ShapeRef.new(shape: StartMLModelTrainingJobInput)
1922
+ o.output = Shapes::ShapeRef.new(shape: StartMLModelTrainingJobOutput)
1923
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1924
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1925
+ o.errors << Shapes::ShapeRef.new(shape: MLResourceNotFoundException)
1926
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1927
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1928
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1929
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1930
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1931
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1932
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1933
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1934
+ end)
1935
+
1936
+ api.add_operation(:start_ml_model_transform_job, Seahorse::Model::Operation.new.tap do |o|
1937
+ o.name = "StartMLModelTransformJob"
1938
+ o.http_method = "POST"
1939
+ o.http_request_uri = "/ml/modeltransform"
1940
+ o['authtype'] = "v4"
1941
+ o.input = Shapes::ShapeRef.new(shape: StartMLModelTransformJobInput)
1942
+ o.output = Shapes::ShapeRef.new(shape: StartMLModelTransformJobOutput)
1943
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1944
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1945
+ o.errors << Shapes::ShapeRef.new(shape: MLResourceNotFoundException)
1946
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1947
+ o.errors << Shapes::ShapeRef.new(shape: ClientTimeoutException)
1948
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionsFailedException)
1949
+ o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
1950
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1951
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
1952
+ o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
1953
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1954
+ end)
1955
+ end
1956
+
1957
+ end
1958
+ end