aws-sdk-iotthingsgraph 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1108 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::IoTThingsGraph
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ Arn = Shapes::StringShape.new(name: 'Arn')
15
+ AssociateEntityToThingRequest = Shapes::StructureShape.new(name: 'AssociateEntityToThingRequest')
16
+ AssociateEntityToThingResponse = Shapes::StructureShape.new(name: 'AssociateEntityToThingResponse')
17
+ CreateFlowTemplateRequest = Shapes::StructureShape.new(name: 'CreateFlowTemplateRequest')
18
+ CreateFlowTemplateResponse = Shapes::StructureShape.new(name: 'CreateFlowTemplateResponse')
19
+ CreateSystemInstanceRequest = Shapes::StructureShape.new(name: 'CreateSystemInstanceRequest')
20
+ CreateSystemInstanceResponse = Shapes::StructureShape.new(name: 'CreateSystemInstanceResponse')
21
+ CreateSystemTemplateRequest = Shapes::StructureShape.new(name: 'CreateSystemTemplateRequest')
22
+ CreateSystemTemplateResponse = Shapes::StructureShape.new(name: 'CreateSystemTemplateResponse')
23
+ DefinitionDocument = Shapes::StructureShape.new(name: 'DefinitionDocument')
24
+ DefinitionLanguage = Shapes::StringShape.new(name: 'DefinitionLanguage')
25
+ DefinitionText = Shapes::StringShape.new(name: 'DefinitionText')
26
+ DeleteFlowTemplateRequest = Shapes::StructureShape.new(name: 'DeleteFlowTemplateRequest')
27
+ DeleteFlowTemplateResponse = Shapes::StructureShape.new(name: 'DeleteFlowTemplateResponse')
28
+ DeleteNamespaceRequest = Shapes::StructureShape.new(name: 'DeleteNamespaceRequest')
29
+ DeleteNamespaceResponse = Shapes::StructureShape.new(name: 'DeleteNamespaceResponse')
30
+ DeleteSystemInstanceRequest = Shapes::StructureShape.new(name: 'DeleteSystemInstanceRequest')
31
+ DeleteSystemInstanceResponse = Shapes::StructureShape.new(name: 'DeleteSystemInstanceResponse')
32
+ DeleteSystemTemplateRequest = Shapes::StructureShape.new(name: 'DeleteSystemTemplateRequest')
33
+ DeleteSystemTemplateResponse = Shapes::StructureShape.new(name: 'DeleteSystemTemplateResponse')
34
+ DependencyRevision = Shapes::StructureShape.new(name: 'DependencyRevision')
35
+ DependencyRevisions = Shapes::ListShape.new(name: 'DependencyRevisions')
36
+ DeploySystemInstanceRequest = Shapes::StructureShape.new(name: 'DeploySystemInstanceRequest')
37
+ DeploySystemInstanceResponse = Shapes::StructureShape.new(name: 'DeploySystemInstanceResponse')
38
+ DeploymentTarget = Shapes::StringShape.new(name: 'DeploymentTarget')
39
+ DeprecateExistingEntities = Shapes::BooleanShape.new(name: 'DeprecateExistingEntities')
40
+ DeprecateFlowTemplateRequest = Shapes::StructureShape.new(name: 'DeprecateFlowTemplateRequest')
41
+ DeprecateFlowTemplateResponse = Shapes::StructureShape.new(name: 'DeprecateFlowTemplateResponse')
42
+ DeprecateSystemTemplateRequest = Shapes::StructureShape.new(name: 'DeprecateSystemTemplateRequest')
43
+ DeprecateSystemTemplateResponse = Shapes::StructureShape.new(name: 'DeprecateSystemTemplateResponse')
44
+ DescribeNamespaceRequest = Shapes::StructureShape.new(name: 'DescribeNamespaceRequest')
45
+ DescribeNamespaceResponse = Shapes::StructureShape.new(name: 'DescribeNamespaceResponse')
46
+ DissociateEntityFromThingRequest = Shapes::StructureShape.new(name: 'DissociateEntityFromThingRequest')
47
+ DissociateEntityFromThingResponse = Shapes::StructureShape.new(name: 'DissociateEntityFromThingResponse')
48
+ Enabled = Shapes::BooleanShape.new(name: 'Enabled')
49
+ EntityDescription = Shapes::StructureShape.new(name: 'EntityDescription')
50
+ EntityDescriptions = Shapes::ListShape.new(name: 'EntityDescriptions')
51
+ EntityFilter = Shapes::StructureShape.new(name: 'EntityFilter')
52
+ EntityFilterName = Shapes::StringShape.new(name: 'EntityFilterName')
53
+ EntityFilterValue = Shapes::StringShape.new(name: 'EntityFilterValue')
54
+ EntityFilterValues = Shapes::ListShape.new(name: 'EntityFilterValues')
55
+ EntityFilters = Shapes::ListShape.new(name: 'EntityFilters')
56
+ EntityType = Shapes::StringShape.new(name: 'EntityType')
57
+ EntityTypes = Shapes::ListShape.new(name: 'EntityTypes')
58
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
59
+ FlowExecutionEventType = Shapes::StringShape.new(name: 'FlowExecutionEventType')
60
+ FlowExecutionId = Shapes::StringShape.new(name: 'FlowExecutionId')
61
+ FlowExecutionMessage = Shapes::StructureShape.new(name: 'FlowExecutionMessage')
62
+ FlowExecutionMessageId = Shapes::StringShape.new(name: 'FlowExecutionMessageId')
63
+ FlowExecutionMessagePayload = Shapes::StringShape.new(name: 'FlowExecutionMessagePayload')
64
+ FlowExecutionMessages = Shapes::ListShape.new(name: 'FlowExecutionMessages')
65
+ FlowExecutionStatus = Shapes::StringShape.new(name: 'FlowExecutionStatus')
66
+ FlowExecutionSummaries = Shapes::ListShape.new(name: 'FlowExecutionSummaries')
67
+ FlowExecutionSummary = Shapes::StructureShape.new(name: 'FlowExecutionSummary')
68
+ FlowTemplateDescription = Shapes::StructureShape.new(name: 'FlowTemplateDescription')
69
+ FlowTemplateFilter = Shapes::StructureShape.new(name: 'FlowTemplateFilter')
70
+ FlowTemplateFilterName = Shapes::StringShape.new(name: 'FlowTemplateFilterName')
71
+ FlowTemplateFilterValue = Shapes::StringShape.new(name: 'FlowTemplateFilterValue')
72
+ FlowTemplateFilterValues = Shapes::ListShape.new(name: 'FlowTemplateFilterValues')
73
+ FlowTemplateFilters = Shapes::ListShape.new(name: 'FlowTemplateFilters')
74
+ FlowTemplateSummaries = Shapes::ListShape.new(name: 'FlowTemplateSummaries')
75
+ FlowTemplateSummary = Shapes::StructureShape.new(name: 'FlowTemplateSummary')
76
+ GetEntitiesRequest = Shapes::StructureShape.new(name: 'GetEntitiesRequest')
77
+ GetEntitiesResponse = Shapes::StructureShape.new(name: 'GetEntitiesResponse')
78
+ GetFlowTemplateRequest = Shapes::StructureShape.new(name: 'GetFlowTemplateRequest')
79
+ GetFlowTemplateResponse = Shapes::StructureShape.new(name: 'GetFlowTemplateResponse')
80
+ GetFlowTemplateRevisionsRequest = Shapes::StructureShape.new(name: 'GetFlowTemplateRevisionsRequest')
81
+ GetFlowTemplateRevisionsResponse = Shapes::StructureShape.new(name: 'GetFlowTemplateRevisionsResponse')
82
+ GetNamespaceDeletionStatusRequest = Shapes::StructureShape.new(name: 'GetNamespaceDeletionStatusRequest')
83
+ GetNamespaceDeletionStatusResponse = Shapes::StructureShape.new(name: 'GetNamespaceDeletionStatusResponse')
84
+ GetSystemInstanceRequest = Shapes::StructureShape.new(name: 'GetSystemInstanceRequest')
85
+ GetSystemInstanceResponse = Shapes::StructureShape.new(name: 'GetSystemInstanceResponse')
86
+ GetSystemTemplateRequest = Shapes::StructureShape.new(name: 'GetSystemTemplateRequest')
87
+ GetSystemTemplateResponse = Shapes::StructureShape.new(name: 'GetSystemTemplateResponse')
88
+ GetSystemTemplateRevisionsRequest = Shapes::StructureShape.new(name: 'GetSystemTemplateRevisionsRequest')
89
+ GetSystemTemplateRevisionsResponse = Shapes::StructureShape.new(name: 'GetSystemTemplateRevisionsResponse')
90
+ GetUploadStatusRequest = Shapes::StructureShape.new(name: 'GetUploadStatusRequest')
91
+ GetUploadStatusResponse = Shapes::StructureShape.new(name: 'GetUploadStatusResponse')
92
+ GreengrassDeploymentId = Shapes::StringShape.new(name: 'GreengrassDeploymentId')
93
+ GreengrassGroupId = Shapes::StringShape.new(name: 'GreengrassGroupId')
94
+ GreengrassGroupVersionId = Shapes::StringShape.new(name: 'GreengrassGroupVersionId')
95
+ GroupName = Shapes::StringShape.new(name: 'GroupName')
96
+ InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
97
+ InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
98
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
99
+ ListFlowExecutionMessagesRequest = Shapes::StructureShape.new(name: 'ListFlowExecutionMessagesRequest')
100
+ ListFlowExecutionMessagesResponse = Shapes::StructureShape.new(name: 'ListFlowExecutionMessagesResponse')
101
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
102
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
103
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
104
+ MetricsConfiguration = Shapes::StructureShape.new(name: 'MetricsConfiguration')
105
+ NamespaceDeletionStatus = Shapes::StringShape.new(name: 'NamespaceDeletionStatus')
106
+ NamespaceDeletionStatusErrorCodes = Shapes::StringShape.new(name: 'NamespaceDeletionStatusErrorCodes')
107
+ NamespaceName = Shapes::StringShape.new(name: 'NamespaceName')
108
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
109
+ ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
110
+ ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
111
+ ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
112
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
113
+ RoleArn = Shapes::StringShape.new(name: 'RoleArn')
114
+ S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
115
+ SearchEntitiesRequest = Shapes::StructureShape.new(name: 'SearchEntitiesRequest')
116
+ SearchEntitiesResponse = Shapes::StructureShape.new(name: 'SearchEntitiesResponse')
117
+ SearchFlowExecutionsRequest = Shapes::StructureShape.new(name: 'SearchFlowExecutionsRequest')
118
+ SearchFlowExecutionsResponse = Shapes::StructureShape.new(name: 'SearchFlowExecutionsResponse')
119
+ SearchFlowTemplatesRequest = Shapes::StructureShape.new(name: 'SearchFlowTemplatesRequest')
120
+ SearchFlowTemplatesResponse = Shapes::StructureShape.new(name: 'SearchFlowTemplatesResponse')
121
+ SearchSystemInstancesRequest = Shapes::StructureShape.new(name: 'SearchSystemInstancesRequest')
122
+ SearchSystemInstancesResponse = Shapes::StructureShape.new(name: 'SearchSystemInstancesResponse')
123
+ SearchSystemTemplatesRequest = Shapes::StructureShape.new(name: 'SearchSystemTemplatesRequest')
124
+ SearchSystemTemplatesResponse = Shapes::StructureShape.new(name: 'SearchSystemTemplatesResponse')
125
+ SearchThingsRequest = Shapes::StructureShape.new(name: 'SearchThingsRequest')
126
+ SearchThingsResponse = Shapes::StructureShape.new(name: 'SearchThingsResponse')
127
+ String = Shapes::StringShape.new(name: 'String')
128
+ StringList = Shapes::ListShape.new(name: 'StringList')
129
+ SyncWithPublicNamespace = Shapes::BooleanShape.new(name: 'SyncWithPublicNamespace')
130
+ SystemInstanceDeploymentStatus = Shapes::StringShape.new(name: 'SystemInstanceDeploymentStatus')
131
+ SystemInstanceDescription = Shapes::StructureShape.new(name: 'SystemInstanceDescription')
132
+ SystemInstanceFilter = Shapes::StructureShape.new(name: 'SystemInstanceFilter')
133
+ SystemInstanceFilterName = Shapes::StringShape.new(name: 'SystemInstanceFilterName')
134
+ SystemInstanceFilterValue = Shapes::StringShape.new(name: 'SystemInstanceFilterValue')
135
+ SystemInstanceFilterValues = Shapes::ListShape.new(name: 'SystemInstanceFilterValues')
136
+ SystemInstanceFilters = Shapes::ListShape.new(name: 'SystemInstanceFilters')
137
+ SystemInstanceSummaries = Shapes::ListShape.new(name: 'SystemInstanceSummaries')
138
+ SystemInstanceSummary = Shapes::StructureShape.new(name: 'SystemInstanceSummary')
139
+ SystemTemplateDescription = Shapes::StructureShape.new(name: 'SystemTemplateDescription')
140
+ SystemTemplateFilter = Shapes::StructureShape.new(name: 'SystemTemplateFilter')
141
+ SystemTemplateFilterName = Shapes::StringShape.new(name: 'SystemTemplateFilterName')
142
+ SystemTemplateFilterValue = Shapes::StringShape.new(name: 'SystemTemplateFilterValue')
143
+ SystemTemplateFilterValues = Shapes::ListShape.new(name: 'SystemTemplateFilterValues')
144
+ SystemTemplateFilters = Shapes::ListShape.new(name: 'SystemTemplateFilters')
145
+ SystemTemplateSummaries = Shapes::ListShape.new(name: 'SystemTemplateSummaries')
146
+ SystemTemplateSummary = Shapes::StructureShape.new(name: 'SystemTemplateSummary')
147
+ Tag = Shapes::StructureShape.new(name: 'Tag')
148
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
149
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
150
+ TagList = Shapes::ListShape.new(name: 'TagList')
151
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
152
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
153
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
154
+ Thing = Shapes::StructureShape.new(name: 'Thing')
155
+ ThingArn = Shapes::StringShape.new(name: 'ThingArn')
156
+ ThingName = Shapes::StringShape.new(name: 'ThingName')
157
+ Things = Shapes::ListShape.new(name: 'Things')
158
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
159
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
160
+ UndeploySystemInstanceRequest = Shapes::StructureShape.new(name: 'UndeploySystemInstanceRequest')
161
+ UndeploySystemInstanceResponse = Shapes::StructureShape.new(name: 'UndeploySystemInstanceResponse')
162
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
163
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
164
+ UpdateFlowTemplateRequest = Shapes::StructureShape.new(name: 'UpdateFlowTemplateRequest')
165
+ UpdateFlowTemplateResponse = Shapes::StructureShape.new(name: 'UpdateFlowTemplateResponse')
166
+ UpdateSystemTemplateRequest = Shapes::StructureShape.new(name: 'UpdateSystemTemplateRequest')
167
+ UpdateSystemTemplateResponse = Shapes::StructureShape.new(name: 'UpdateSystemTemplateResponse')
168
+ UploadEntityDefinitionsRequest = Shapes::StructureShape.new(name: 'UploadEntityDefinitionsRequest')
169
+ UploadEntityDefinitionsResponse = Shapes::StructureShape.new(name: 'UploadEntityDefinitionsResponse')
170
+ UploadId = Shapes::StringShape.new(name: 'UploadId')
171
+ UploadStatus = Shapes::StringShape.new(name: 'UploadStatus')
172
+ Urn = Shapes::StringShape.new(name: 'Urn')
173
+ Urns = Shapes::ListShape.new(name: 'Urns')
174
+ Version = Shapes::IntegerShape.new(name: 'Version')
175
+
176
+ AssociateEntityToThingRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location_name: "thingName"))
177
+ AssociateEntityToThingRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: Urn, required: true, location_name: "entityId"))
178
+ AssociateEntityToThingRequest.add_member(:namespace_version, Shapes::ShapeRef.new(shape: Version, location_name: "namespaceVersion"))
179
+ AssociateEntityToThingRequest.struct_class = Types::AssociateEntityToThingRequest
180
+
181
+ AssociateEntityToThingResponse.struct_class = Types::AssociateEntityToThingResponse
182
+
183
+ CreateFlowTemplateRequest.add_member(:definition, Shapes::ShapeRef.new(shape: DefinitionDocument, required: true, location_name: "definition"))
184
+ CreateFlowTemplateRequest.add_member(:compatible_namespace_version, Shapes::ShapeRef.new(shape: Version, location_name: "compatibleNamespaceVersion"))
185
+ CreateFlowTemplateRequest.struct_class = Types::CreateFlowTemplateRequest
186
+
187
+ CreateFlowTemplateResponse.add_member(:summary, Shapes::ShapeRef.new(shape: FlowTemplateSummary, location_name: "summary"))
188
+ CreateFlowTemplateResponse.struct_class = Types::CreateFlowTemplateResponse
189
+
190
+ CreateSystemInstanceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
191
+ CreateSystemInstanceRequest.add_member(:definition, Shapes::ShapeRef.new(shape: DefinitionDocument, required: true, location_name: "definition"))
192
+ CreateSystemInstanceRequest.add_member(:target, Shapes::ShapeRef.new(shape: DeploymentTarget, required: true, location_name: "target"))
193
+ CreateSystemInstanceRequest.add_member(:greengrass_group_name, Shapes::ShapeRef.new(shape: GroupName, location_name: "greengrassGroupName"))
194
+ CreateSystemInstanceRequest.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "s3BucketName"))
195
+ CreateSystemInstanceRequest.add_member(:metrics_configuration, Shapes::ShapeRef.new(shape: MetricsConfiguration, location_name: "metricsConfiguration"))
196
+ CreateSystemInstanceRequest.add_member(:flow_actions_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "flowActionsRoleArn"))
197
+ CreateSystemInstanceRequest.struct_class = Types::CreateSystemInstanceRequest
198
+
199
+ CreateSystemInstanceResponse.add_member(:summary, Shapes::ShapeRef.new(shape: SystemInstanceSummary, location_name: "summary"))
200
+ CreateSystemInstanceResponse.struct_class = Types::CreateSystemInstanceResponse
201
+
202
+ CreateSystemTemplateRequest.add_member(:definition, Shapes::ShapeRef.new(shape: DefinitionDocument, required: true, location_name: "definition"))
203
+ CreateSystemTemplateRequest.add_member(:compatible_namespace_version, Shapes::ShapeRef.new(shape: Version, location_name: "compatibleNamespaceVersion"))
204
+ CreateSystemTemplateRequest.struct_class = Types::CreateSystemTemplateRequest
205
+
206
+ CreateSystemTemplateResponse.add_member(:summary, Shapes::ShapeRef.new(shape: SystemTemplateSummary, location_name: "summary"))
207
+ CreateSystemTemplateResponse.struct_class = Types::CreateSystemTemplateResponse
208
+
209
+ DefinitionDocument.add_member(:language, Shapes::ShapeRef.new(shape: DefinitionLanguage, required: true, location_name: "language"))
210
+ DefinitionDocument.add_member(:text, Shapes::ShapeRef.new(shape: DefinitionText, required: true, location_name: "text"))
211
+ DefinitionDocument.struct_class = Types::DefinitionDocument
212
+
213
+ DeleteFlowTemplateRequest.add_member(:id, Shapes::ShapeRef.new(shape: Urn, required: true, location_name: "id"))
214
+ DeleteFlowTemplateRequest.struct_class = Types::DeleteFlowTemplateRequest
215
+
216
+ DeleteFlowTemplateResponse.struct_class = Types::DeleteFlowTemplateResponse
217
+
218
+ DeleteNamespaceRequest.struct_class = Types::DeleteNamespaceRequest
219
+
220
+ DeleteNamespaceResponse.add_member(:namespace_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "namespaceArn"))
221
+ DeleteNamespaceResponse.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, location_name: "namespaceName"))
222
+ DeleteNamespaceResponse.struct_class = Types::DeleteNamespaceResponse
223
+
224
+ DeleteSystemInstanceRequest.add_member(:id, Shapes::ShapeRef.new(shape: Urn, location_name: "id"))
225
+ DeleteSystemInstanceRequest.struct_class = Types::DeleteSystemInstanceRequest
226
+
227
+ DeleteSystemInstanceResponse.struct_class = Types::DeleteSystemInstanceResponse
228
+
229
+ DeleteSystemTemplateRequest.add_member(:id, Shapes::ShapeRef.new(shape: Urn, required: true, location_name: "id"))
230
+ DeleteSystemTemplateRequest.struct_class = Types::DeleteSystemTemplateRequest
231
+
232
+ DeleteSystemTemplateResponse.struct_class = Types::DeleteSystemTemplateResponse
233
+
234
+ DependencyRevision.add_member(:id, Shapes::ShapeRef.new(shape: Urn, location_name: "id"))
235
+ DependencyRevision.add_member(:revision_number, Shapes::ShapeRef.new(shape: Version, location_name: "revisionNumber"))
236
+ DependencyRevision.struct_class = Types::DependencyRevision
237
+
238
+ DependencyRevisions.member = Shapes::ShapeRef.new(shape: DependencyRevision)
239
+
240
+ DeploySystemInstanceRequest.add_member(:id, Shapes::ShapeRef.new(shape: Urn, location_name: "id"))
241
+ DeploySystemInstanceRequest.struct_class = Types::DeploySystemInstanceRequest
242
+
243
+ DeploySystemInstanceResponse.add_member(:summary, Shapes::ShapeRef.new(shape: SystemInstanceSummary, required: true, location_name: "summary"))
244
+ DeploySystemInstanceResponse.add_member(:greengrass_deployment_id, Shapes::ShapeRef.new(shape: GreengrassDeploymentId, location_name: "greengrassDeploymentId"))
245
+ DeploySystemInstanceResponse.struct_class = Types::DeploySystemInstanceResponse
246
+
247
+ DeprecateFlowTemplateRequest.add_member(:id, Shapes::ShapeRef.new(shape: Urn, required: true, location_name: "id"))
248
+ DeprecateFlowTemplateRequest.struct_class = Types::DeprecateFlowTemplateRequest
249
+
250
+ DeprecateFlowTemplateResponse.struct_class = Types::DeprecateFlowTemplateResponse
251
+
252
+ DeprecateSystemTemplateRequest.add_member(:id, Shapes::ShapeRef.new(shape: Urn, required: true, location_name: "id"))
253
+ DeprecateSystemTemplateRequest.struct_class = Types::DeprecateSystemTemplateRequest
254
+
255
+ DeprecateSystemTemplateResponse.struct_class = Types::DeprecateSystemTemplateResponse
256
+
257
+ DescribeNamespaceRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, location_name: "namespaceName"))
258
+ DescribeNamespaceRequest.struct_class = Types::DescribeNamespaceRequest
259
+
260
+ DescribeNamespaceResponse.add_member(:namespace_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "namespaceArn"))
261
+ DescribeNamespaceResponse.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, location_name: "namespaceName"))
262
+ DescribeNamespaceResponse.add_member(:tracking_namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, location_name: "trackingNamespaceName"))
263
+ DescribeNamespaceResponse.add_member(:tracking_namespace_version, Shapes::ShapeRef.new(shape: Version, location_name: "trackingNamespaceVersion"))
264
+ DescribeNamespaceResponse.add_member(:namespace_version, Shapes::ShapeRef.new(shape: Version, location_name: "namespaceVersion"))
265
+ DescribeNamespaceResponse.struct_class = Types::DescribeNamespaceResponse
266
+
267
+ DissociateEntityFromThingRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location_name: "thingName"))
268
+ DissociateEntityFromThingRequest.add_member(:entity_type, Shapes::ShapeRef.new(shape: EntityType, required: true, location_name: "entityType"))
269
+ DissociateEntityFromThingRequest.struct_class = Types::DissociateEntityFromThingRequest
270
+
271
+ DissociateEntityFromThingResponse.struct_class = Types::DissociateEntityFromThingResponse
272
+
273
+ EntityDescription.add_member(:id, Shapes::ShapeRef.new(shape: Urn, location_name: "id"))
274
+ EntityDescription.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
275
+ EntityDescription.add_member(:type, Shapes::ShapeRef.new(shape: EntityType, location_name: "type"))
276
+ EntityDescription.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
277
+ EntityDescription.add_member(:definition, Shapes::ShapeRef.new(shape: DefinitionDocument, location_name: "definition"))
278
+ EntityDescription.struct_class = Types::EntityDescription
279
+
280
+ EntityDescriptions.member = Shapes::ShapeRef.new(shape: EntityDescription)
281
+
282
+ EntityFilter.add_member(:name, Shapes::ShapeRef.new(shape: EntityFilterName, location_name: "name"))
283
+ EntityFilter.add_member(:value, Shapes::ShapeRef.new(shape: EntityFilterValues, location_name: "value"))
284
+ EntityFilter.struct_class = Types::EntityFilter
285
+
286
+ EntityFilterValues.member = Shapes::ShapeRef.new(shape: EntityFilterValue)
287
+
288
+ EntityFilters.member = Shapes::ShapeRef.new(shape: EntityFilter)
289
+
290
+ EntityTypes.member = Shapes::ShapeRef.new(shape: EntityType)
291
+
292
+ FlowExecutionMessage.add_member(:message_id, Shapes::ShapeRef.new(shape: FlowExecutionMessageId, location_name: "messageId"))
293
+ FlowExecutionMessage.add_member(:event_type, Shapes::ShapeRef.new(shape: FlowExecutionEventType, location_name: "eventType"))
294
+ FlowExecutionMessage.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "timestamp"))
295
+ FlowExecutionMessage.add_member(:payload, Shapes::ShapeRef.new(shape: FlowExecutionMessagePayload, location_name: "payload"))
296
+ FlowExecutionMessage.struct_class = Types::FlowExecutionMessage
297
+
298
+ FlowExecutionMessages.member = Shapes::ShapeRef.new(shape: FlowExecutionMessage)
299
+
300
+ FlowExecutionSummaries.member = Shapes::ShapeRef.new(shape: FlowExecutionSummary)
301
+
302
+ FlowExecutionSummary.add_member(:flow_execution_id, Shapes::ShapeRef.new(shape: FlowExecutionId, location_name: "flowExecutionId"))
303
+ FlowExecutionSummary.add_member(:status, Shapes::ShapeRef.new(shape: FlowExecutionStatus, location_name: "status"))
304
+ FlowExecutionSummary.add_member(:system_instance_id, Shapes::ShapeRef.new(shape: Urn, location_name: "systemInstanceId"))
305
+ FlowExecutionSummary.add_member(:flow_template_id, Shapes::ShapeRef.new(shape: Urn, location_name: "flowTemplateId"))
306
+ FlowExecutionSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
307
+ FlowExecutionSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
308
+ FlowExecutionSummary.struct_class = Types::FlowExecutionSummary
309
+
310
+ FlowTemplateDescription.add_member(:summary, Shapes::ShapeRef.new(shape: FlowTemplateSummary, location_name: "summary"))
311
+ FlowTemplateDescription.add_member(:definition, Shapes::ShapeRef.new(shape: DefinitionDocument, location_name: "definition"))
312
+ FlowTemplateDescription.add_member(:validated_namespace_version, Shapes::ShapeRef.new(shape: Version, location_name: "validatedNamespaceVersion"))
313
+ FlowTemplateDescription.struct_class = Types::FlowTemplateDescription
314
+
315
+ FlowTemplateFilter.add_member(:name, Shapes::ShapeRef.new(shape: FlowTemplateFilterName, required: true, location_name: "name"))
316
+ FlowTemplateFilter.add_member(:value, Shapes::ShapeRef.new(shape: FlowTemplateFilterValues, required: true, location_name: "value"))
317
+ FlowTemplateFilter.struct_class = Types::FlowTemplateFilter
318
+
319
+ FlowTemplateFilterValues.member = Shapes::ShapeRef.new(shape: FlowTemplateFilterValue)
320
+
321
+ FlowTemplateFilters.member = Shapes::ShapeRef.new(shape: FlowTemplateFilter)
322
+
323
+ FlowTemplateSummaries.member = Shapes::ShapeRef.new(shape: FlowTemplateSummary)
324
+
325
+ FlowTemplateSummary.add_member(:id, Shapes::ShapeRef.new(shape: Urn, location_name: "id"))
326
+ FlowTemplateSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
327
+ FlowTemplateSummary.add_member(:revision_number, Shapes::ShapeRef.new(shape: Version, location_name: "revisionNumber"))
328
+ FlowTemplateSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
329
+ FlowTemplateSummary.struct_class = Types::FlowTemplateSummary
330
+
331
+ GetEntitiesRequest.add_member(:ids, Shapes::ShapeRef.new(shape: Urns, required: true, location_name: "ids"))
332
+ GetEntitiesRequest.add_member(:namespace_version, Shapes::ShapeRef.new(shape: Version, location_name: "namespaceVersion"))
333
+ GetEntitiesRequest.struct_class = Types::GetEntitiesRequest
334
+
335
+ GetEntitiesResponse.add_member(:descriptions, Shapes::ShapeRef.new(shape: EntityDescriptions, location_name: "descriptions"))
336
+ GetEntitiesResponse.struct_class = Types::GetEntitiesResponse
337
+
338
+ GetFlowTemplateRequest.add_member(:id, Shapes::ShapeRef.new(shape: Urn, required: true, location_name: "id"))
339
+ GetFlowTemplateRequest.add_member(:revision_number, Shapes::ShapeRef.new(shape: Version, location_name: "revisionNumber"))
340
+ GetFlowTemplateRequest.struct_class = Types::GetFlowTemplateRequest
341
+
342
+ GetFlowTemplateResponse.add_member(:description, Shapes::ShapeRef.new(shape: FlowTemplateDescription, location_name: "description"))
343
+ GetFlowTemplateResponse.struct_class = Types::GetFlowTemplateResponse
344
+
345
+ GetFlowTemplateRevisionsRequest.add_member(:id, Shapes::ShapeRef.new(shape: Urn, required: true, location_name: "id"))
346
+ GetFlowTemplateRevisionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
347
+ GetFlowTemplateRevisionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
348
+ GetFlowTemplateRevisionsRequest.struct_class = Types::GetFlowTemplateRevisionsRequest
349
+
350
+ GetFlowTemplateRevisionsResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: FlowTemplateSummaries, location_name: "summaries"))
351
+ GetFlowTemplateRevisionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
352
+ GetFlowTemplateRevisionsResponse.struct_class = Types::GetFlowTemplateRevisionsResponse
353
+
354
+ GetNamespaceDeletionStatusRequest.struct_class = Types::GetNamespaceDeletionStatusRequest
355
+
356
+ GetNamespaceDeletionStatusResponse.add_member(:namespace_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "namespaceArn"))
357
+ GetNamespaceDeletionStatusResponse.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, location_name: "namespaceName"))
358
+ GetNamespaceDeletionStatusResponse.add_member(:status, Shapes::ShapeRef.new(shape: NamespaceDeletionStatus, location_name: "status"))
359
+ GetNamespaceDeletionStatusResponse.add_member(:error_code, Shapes::ShapeRef.new(shape: NamespaceDeletionStatusErrorCodes, location_name: "errorCode"))
360
+ GetNamespaceDeletionStatusResponse.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
361
+ GetNamespaceDeletionStatusResponse.struct_class = Types::GetNamespaceDeletionStatusResponse
362
+
363
+ GetSystemInstanceRequest.add_member(:id, Shapes::ShapeRef.new(shape: Urn, required: true, location_name: "id"))
364
+ GetSystemInstanceRequest.struct_class = Types::GetSystemInstanceRequest
365
+
366
+ GetSystemInstanceResponse.add_member(:description, Shapes::ShapeRef.new(shape: SystemInstanceDescription, location_name: "description"))
367
+ GetSystemInstanceResponse.struct_class = Types::GetSystemInstanceResponse
368
+
369
+ GetSystemTemplateRequest.add_member(:id, Shapes::ShapeRef.new(shape: Urn, required: true, location_name: "id"))
370
+ GetSystemTemplateRequest.add_member(:revision_number, Shapes::ShapeRef.new(shape: Version, location_name: "revisionNumber"))
371
+ GetSystemTemplateRequest.struct_class = Types::GetSystemTemplateRequest
372
+
373
+ GetSystemTemplateResponse.add_member(:description, Shapes::ShapeRef.new(shape: SystemTemplateDescription, location_name: "description"))
374
+ GetSystemTemplateResponse.struct_class = Types::GetSystemTemplateResponse
375
+
376
+ GetSystemTemplateRevisionsRequest.add_member(:id, Shapes::ShapeRef.new(shape: Urn, required: true, location_name: "id"))
377
+ GetSystemTemplateRevisionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
378
+ GetSystemTemplateRevisionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
379
+ GetSystemTemplateRevisionsRequest.struct_class = Types::GetSystemTemplateRevisionsRequest
380
+
381
+ GetSystemTemplateRevisionsResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: SystemTemplateSummaries, location_name: "summaries"))
382
+ GetSystemTemplateRevisionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
383
+ GetSystemTemplateRevisionsResponse.struct_class = Types::GetSystemTemplateRevisionsResponse
384
+
385
+ GetUploadStatusRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, required: true, location_name: "uploadId"))
386
+ GetUploadStatusRequest.struct_class = Types::GetUploadStatusRequest
387
+
388
+ GetUploadStatusResponse.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, required: true, location_name: "uploadId"))
389
+ GetUploadStatusResponse.add_member(:upload_status, Shapes::ShapeRef.new(shape: UploadStatus, required: true, location_name: "uploadStatus"))
390
+ GetUploadStatusResponse.add_member(:namespace_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "namespaceArn"))
391
+ GetUploadStatusResponse.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, location_name: "namespaceName"))
392
+ GetUploadStatusResponse.add_member(:namespace_version, Shapes::ShapeRef.new(shape: Version, location_name: "namespaceVersion"))
393
+ GetUploadStatusResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: StringList, location_name: "failureReason"))
394
+ GetUploadStatusResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdDate"))
395
+ GetUploadStatusResponse.struct_class = Types::GetUploadStatusResponse
396
+
397
+ InternalFailureException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
398
+ InternalFailureException.struct_class = Types::InternalFailureException
399
+
400
+ InvalidRequestException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
401
+ InvalidRequestException.struct_class = Types::InvalidRequestException
402
+
403
+ LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
404
+ LimitExceededException.struct_class = Types::LimitExceededException
405
+
406
+ ListFlowExecutionMessagesRequest.add_member(:flow_execution_id, Shapes::ShapeRef.new(shape: FlowExecutionId, required: true, location_name: "flowExecutionId"))
407
+ ListFlowExecutionMessagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
408
+ ListFlowExecutionMessagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
409
+ ListFlowExecutionMessagesRequest.struct_class = Types::ListFlowExecutionMessagesRequest
410
+
411
+ ListFlowExecutionMessagesResponse.add_member(:messages, Shapes::ShapeRef.new(shape: FlowExecutionMessages, location_name: "messages"))
412
+ ListFlowExecutionMessagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
413
+ ListFlowExecutionMessagesResponse.struct_class = Types::ListFlowExecutionMessagesResponse
414
+
415
+ ListTagsForResourceRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
416
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
417
+ ListTagsForResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
418
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
419
+
420
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
421
+ ListTagsForResourceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
422
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
423
+
424
+ MetricsConfiguration.add_member(:cloud_metric_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "cloudMetricEnabled"))
425
+ MetricsConfiguration.add_member(:metric_rule_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "metricRuleRoleArn"))
426
+ MetricsConfiguration.struct_class = Types::MetricsConfiguration
427
+
428
+ ResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
429
+ ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
430
+
431
+ ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
432
+ ResourceInUseException.struct_class = Types::ResourceInUseException
433
+
434
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
435
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
436
+
437
+ SearchEntitiesRequest.add_member(:entity_types, Shapes::ShapeRef.new(shape: EntityTypes, required: true, location_name: "entityTypes"))
438
+ SearchEntitiesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: EntityFilters, location_name: "filters"))
439
+ SearchEntitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
440
+ SearchEntitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
441
+ SearchEntitiesRequest.add_member(:namespace_version, Shapes::ShapeRef.new(shape: Version, location_name: "namespaceVersion"))
442
+ SearchEntitiesRequest.struct_class = Types::SearchEntitiesRequest
443
+
444
+ SearchEntitiesResponse.add_member(:descriptions, Shapes::ShapeRef.new(shape: EntityDescriptions, location_name: "descriptions"))
445
+ SearchEntitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
446
+ SearchEntitiesResponse.struct_class = Types::SearchEntitiesResponse
447
+
448
+ SearchFlowExecutionsRequest.add_member(:system_instance_id, Shapes::ShapeRef.new(shape: Urn, required: true, location_name: "systemInstanceId"))
449
+ SearchFlowExecutionsRequest.add_member(:flow_execution_id, Shapes::ShapeRef.new(shape: FlowExecutionId, location_name: "flowExecutionId"))
450
+ SearchFlowExecutionsRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
451
+ SearchFlowExecutionsRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
452
+ SearchFlowExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
453
+ SearchFlowExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
454
+ SearchFlowExecutionsRequest.struct_class = Types::SearchFlowExecutionsRequest
455
+
456
+ SearchFlowExecutionsResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: FlowExecutionSummaries, location_name: "summaries"))
457
+ SearchFlowExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
458
+ SearchFlowExecutionsResponse.struct_class = Types::SearchFlowExecutionsResponse
459
+
460
+ SearchFlowTemplatesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FlowTemplateFilters, location_name: "filters"))
461
+ SearchFlowTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
462
+ SearchFlowTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
463
+ SearchFlowTemplatesRequest.struct_class = Types::SearchFlowTemplatesRequest
464
+
465
+ SearchFlowTemplatesResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: FlowTemplateSummaries, location_name: "summaries"))
466
+ SearchFlowTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
467
+ SearchFlowTemplatesResponse.struct_class = Types::SearchFlowTemplatesResponse
468
+
469
+ SearchSystemInstancesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: SystemInstanceFilters, location_name: "filters"))
470
+ SearchSystemInstancesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
471
+ SearchSystemInstancesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
472
+ SearchSystemInstancesRequest.struct_class = Types::SearchSystemInstancesRequest
473
+
474
+ SearchSystemInstancesResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: SystemInstanceSummaries, location_name: "summaries"))
475
+ SearchSystemInstancesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
476
+ SearchSystemInstancesResponse.struct_class = Types::SearchSystemInstancesResponse
477
+
478
+ SearchSystemTemplatesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: SystemTemplateFilters, location_name: "filters"))
479
+ SearchSystemTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
480
+ SearchSystemTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
481
+ SearchSystemTemplatesRequest.struct_class = Types::SearchSystemTemplatesRequest
482
+
483
+ SearchSystemTemplatesResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: SystemTemplateSummaries, location_name: "summaries"))
484
+ SearchSystemTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
485
+ SearchSystemTemplatesResponse.struct_class = Types::SearchSystemTemplatesResponse
486
+
487
+ SearchThingsRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: Urn, required: true, location_name: "entityId"))
488
+ SearchThingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
489
+ SearchThingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
490
+ SearchThingsRequest.add_member(:namespace_version, Shapes::ShapeRef.new(shape: Version, location_name: "namespaceVersion"))
491
+ SearchThingsRequest.struct_class = Types::SearchThingsRequest
492
+
493
+ SearchThingsResponse.add_member(:things, Shapes::ShapeRef.new(shape: Things, location_name: "things"))
494
+ SearchThingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
495
+ SearchThingsResponse.struct_class = Types::SearchThingsResponse
496
+
497
+ StringList.member = Shapes::ShapeRef.new(shape: String)
498
+
499
+ SystemInstanceDescription.add_member(:summary, Shapes::ShapeRef.new(shape: SystemInstanceSummary, location_name: "summary"))
500
+ SystemInstanceDescription.add_member(:definition, Shapes::ShapeRef.new(shape: DefinitionDocument, location_name: "definition"))
501
+ SystemInstanceDescription.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "s3BucketName"))
502
+ SystemInstanceDescription.add_member(:metrics_configuration, Shapes::ShapeRef.new(shape: MetricsConfiguration, location_name: "metricsConfiguration"))
503
+ SystemInstanceDescription.add_member(:validated_namespace_version, Shapes::ShapeRef.new(shape: Version, location_name: "validatedNamespaceVersion"))
504
+ SystemInstanceDescription.add_member(:validated_dependency_revisions, Shapes::ShapeRef.new(shape: DependencyRevisions, location_name: "validatedDependencyRevisions"))
505
+ SystemInstanceDescription.add_member(:flow_actions_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "flowActionsRoleArn"))
506
+ SystemInstanceDescription.struct_class = Types::SystemInstanceDescription
507
+
508
+ SystemInstanceFilter.add_member(:name, Shapes::ShapeRef.new(shape: SystemInstanceFilterName, location_name: "name"))
509
+ SystemInstanceFilter.add_member(:value, Shapes::ShapeRef.new(shape: SystemInstanceFilterValues, location_name: "value"))
510
+ SystemInstanceFilter.struct_class = Types::SystemInstanceFilter
511
+
512
+ SystemInstanceFilterValues.member = Shapes::ShapeRef.new(shape: SystemInstanceFilterValue)
513
+
514
+ SystemInstanceFilters.member = Shapes::ShapeRef.new(shape: SystemInstanceFilter)
515
+
516
+ SystemInstanceSummaries.member = Shapes::ShapeRef.new(shape: SystemInstanceSummary)
517
+
518
+ SystemInstanceSummary.add_member(:id, Shapes::ShapeRef.new(shape: Urn, location_name: "id"))
519
+ SystemInstanceSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
520
+ SystemInstanceSummary.add_member(:status, Shapes::ShapeRef.new(shape: SystemInstanceDeploymentStatus, location_name: "status"))
521
+ SystemInstanceSummary.add_member(:target, Shapes::ShapeRef.new(shape: DeploymentTarget, location_name: "target"))
522
+ SystemInstanceSummary.add_member(:greengrass_group_name, Shapes::ShapeRef.new(shape: GroupName, location_name: "greengrassGroupName"))
523
+ SystemInstanceSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
524
+ SystemInstanceSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
525
+ SystemInstanceSummary.add_member(:greengrass_group_id, Shapes::ShapeRef.new(shape: GreengrassGroupId, location_name: "greengrassGroupId"))
526
+ SystemInstanceSummary.add_member(:greengrass_group_version_id, Shapes::ShapeRef.new(shape: GreengrassGroupVersionId, location_name: "greengrassGroupVersionId"))
527
+ SystemInstanceSummary.struct_class = Types::SystemInstanceSummary
528
+
529
+ SystemTemplateDescription.add_member(:summary, Shapes::ShapeRef.new(shape: SystemTemplateSummary, location_name: "summary"))
530
+ SystemTemplateDescription.add_member(:definition, Shapes::ShapeRef.new(shape: DefinitionDocument, location_name: "definition"))
531
+ SystemTemplateDescription.add_member(:validated_namespace_version, Shapes::ShapeRef.new(shape: Version, location_name: "validatedNamespaceVersion"))
532
+ SystemTemplateDescription.struct_class = Types::SystemTemplateDescription
533
+
534
+ SystemTemplateFilter.add_member(:name, Shapes::ShapeRef.new(shape: SystemTemplateFilterName, required: true, location_name: "name"))
535
+ SystemTemplateFilter.add_member(:value, Shapes::ShapeRef.new(shape: SystemTemplateFilterValues, required: true, location_name: "value"))
536
+ SystemTemplateFilter.struct_class = Types::SystemTemplateFilter
537
+
538
+ SystemTemplateFilterValues.member = Shapes::ShapeRef.new(shape: SystemTemplateFilterValue)
539
+
540
+ SystemTemplateFilters.member = Shapes::ShapeRef.new(shape: SystemTemplateFilter)
541
+
542
+ SystemTemplateSummaries.member = Shapes::ShapeRef.new(shape: SystemTemplateSummary)
543
+
544
+ SystemTemplateSummary.add_member(:id, Shapes::ShapeRef.new(shape: Urn, location_name: "id"))
545
+ SystemTemplateSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
546
+ SystemTemplateSummary.add_member(:revision_number, Shapes::ShapeRef.new(shape: Version, location_name: "revisionNumber"))
547
+ SystemTemplateSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
548
+ SystemTemplateSummary.struct_class = Types::SystemTemplateSummary
549
+
550
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "key"))
551
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "value"))
552
+ Tag.struct_class = Types::Tag
553
+
554
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
555
+
556
+ TagList.member = Shapes::ShapeRef.new(shape: Tag)
557
+
558
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
559
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "tags"))
560
+ TagResourceRequest.struct_class = Types::TagResourceRequest
561
+
562
+ TagResourceResponse.struct_class = Types::TagResourceResponse
563
+
564
+ Thing.add_member(:thing_arn, Shapes::ShapeRef.new(shape: ThingArn, location_name: "thingArn"))
565
+ Thing.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "thingName"))
566
+ Thing.struct_class = Types::Thing
567
+
568
+ Things.member = Shapes::ShapeRef.new(shape: Thing)
569
+
570
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
571
+ ThrottlingException.struct_class = Types::ThrottlingException
572
+
573
+ UndeploySystemInstanceRequest.add_member(:id, Shapes::ShapeRef.new(shape: Urn, location_name: "id"))
574
+ UndeploySystemInstanceRequest.struct_class = Types::UndeploySystemInstanceRequest
575
+
576
+ UndeploySystemInstanceResponse.add_member(:summary, Shapes::ShapeRef.new(shape: SystemInstanceSummary, location_name: "summary"))
577
+ UndeploySystemInstanceResponse.struct_class = Types::UndeploySystemInstanceResponse
578
+
579
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
580
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "tagKeys"))
581
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
582
+
583
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
584
+
585
+ UpdateFlowTemplateRequest.add_member(:id, Shapes::ShapeRef.new(shape: Urn, required: true, location_name: "id"))
586
+ UpdateFlowTemplateRequest.add_member(:definition, Shapes::ShapeRef.new(shape: DefinitionDocument, required: true, location_name: "definition"))
587
+ UpdateFlowTemplateRequest.add_member(:compatible_namespace_version, Shapes::ShapeRef.new(shape: Version, location_name: "compatibleNamespaceVersion"))
588
+ UpdateFlowTemplateRequest.struct_class = Types::UpdateFlowTemplateRequest
589
+
590
+ UpdateFlowTemplateResponse.add_member(:summary, Shapes::ShapeRef.new(shape: FlowTemplateSummary, location_name: "summary"))
591
+ UpdateFlowTemplateResponse.struct_class = Types::UpdateFlowTemplateResponse
592
+
593
+ UpdateSystemTemplateRequest.add_member(:id, Shapes::ShapeRef.new(shape: Urn, required: true, location_name: "id"))
594
+ UpdateSystemTemplateRequest.add_member(:definition, Shapes::ShapeRef.new(shape: DefinitionDocument, required: true, location_name: "definition"))
595
+ UpdateSystemTemplateRequest.add_member(:compatible_namespace_version, Shapes::ShapeRef.new(shape: Version, location_name: "compatibleNamespaceVersion"))
596
+ UpdateSystemTemplateRequest.struct_class = Types::UpdateSystemTemplateRequest
597
+
598
+ UpdateSystemTemplateResponse.add_member(:summary, Shapes::ShapeRef.new(shape: SystemTemplateSummary, location_name: "summary"))
599
+ UpdateSystemTemplateResponse.struct_class = Types::UpdateSystemTemplateResponse
600
+
601
+ UploadEntityDefinitionsRequest.add_member(:document, Shapes::ShapeRef.new(shape: DefinitionDocument, location_name: "document"))
602
+ UploadEntityDefinitionsRequest.add_member(:sync_with_public_namespace, Shapes::ShapeRef.new(shape: SyncWithPublicNamespace, location_name: "syncWithPublicNamespace"))
603
+ UploadEntityDefinitionsRequest.add_member(:deprecate_existing_entities, Shapes::ShapeRef.new(shape: DeprecateExistingEntities, location_name: "deprecateExistingEntities"))
604
+ UploadEntityDefinitionsRequest.struct_class = Types::UploadEntityDefinitionsRequest
605
+
606
+ UploadEntityDefinitionsResponse.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, required: true, location_name: "uploadId"))
607
+ UploadEntityDefinitionsResponse.struct_class = Types::UploadEntityDefinitionsResponse
608
+
609
+ Urns.member = Shapes::ShapeRef.new(shape: Urn)
610
+
611
+
612
+ # @api private
613
+ API = Seahorse::Model::Api.new.tap do |api|
614
+
615
+ api.version = "2018-09-06"
616
+
617
+ api.metadata = {
618
+ "apiVersion" => "2018-09-06",
619
+ "endpointPrefix" => "iotthingsgraph",
620
+ "jsonVersion" => "1.1",
621
+ "protocol" => "json",
622
+ "serviceFullName" => "AWS IoT Things Graph",
623
+ "serviceId" => "IoTThingsGraph",
624
+ "signatureVersion" => "v4",
625
+ "signingName" => "iotthingsgraph",
626
+ "targetPrefix" => "IotThingsGraphFrontEndService",
627
+ "uid" => "iotthingsgraph-2018-09-06",
628
+ }
629
+
630
+ api.add_operation(:associate_entity_to_thing, Seahorse::Model::Operation.new.tap do |o|
631
+ o.name = "AssociateEntityToThing"
632
+ o.http_method = "POST"
633
+ o.http_request_uri = "/"
634
+ o.input = Shapes::ShapeRef.new(shape: AssociateEntityToThingRequest)
635
+ o.output = Shapes::ShapeRef.new(shape: AssociateEntityToThingResponse)
636
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
637
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
638
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
639
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
640
+ end)
641
+
642
+ api.add_operation(:create_flow_template, Seahorse::Model::Operation.new.tap do |o|
643
+ o.name = "CreateFlowTemplate"
644
+ o.http_method = "POST"
645
+ o.http_request_uri = "/"
646
+ o.input = Shapes::ShapeRef.new(shape: CreateFlowTemplateRequest)
647
+ o.output = Shapes::ShapeRef.new(shape: CreateFlowTemplateResponse)
648
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
649
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
650
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
651
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
652
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
653
+ end)
654
+
655
+ api.add_operation(:create_system_instance, Seahorse::Model::Operation.new.tap do |o|
656
+ o.name = "CreateSystemInstance"
657
+ o.http_method = "POST"
658
+ o.http_request_uri = "/"
659
+ o.input = Shapes::ShapeRef.new(shape: CreateSystemInstanceRequest)
660
+ o.output = Shapes::ShapeRef.new(shape: CreateSystemInstanceResponse)
661
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
662
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
663
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
664
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
665
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
666
+ end)
667
+
668
+ api.add_operation(:create_system_template, Seahorse::Model::Operation.new.tap do |o|
669
+ o.name = "CreateSystemTemplate"
670
+ o.http_method = "POST"
671
+ o.http_request_uri = "/"
672
+ o.input = Shapes::ShapeRef.new(shape: CreateSystemTemplateRequest)
673
+ o.output = Shapes::ShapeRef.new(shape: CreateSystemTemplateResponse)
674
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
675
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
676
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
677
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
678
+ end)
679
+
680
+ api.add_operation(:delete_flow_template, Seahorse::Model::Operation.new.tap do |o|
681
+ o.name = "DeleteFlowTemplate"
682
+ o.http_method = "POST"
683
+ o.http_request_uri = "/"
684
+ o.input = Shapes::ShapeRef.new(shape: DeleteFlowTemplateRequest)
685
+ o.output = Shapes::ShapeRef.new(shape: DeleteFlowTemplateResponse)
686
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
687
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
688
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
689
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
690
+ end)
691
+
692
+ api.add_operation(:delete_namespace, Seahorse::Model::Operation.new.tap do |o|
693
+ o.name = "DeleteNamespace"
694
+ o.http_method = "POST"
695
+ o.http_request_uri = "/"
696
+ o.input = Shapes::ShapeRef.new(shape: DeleteNamespaceRequest)
697
+ o.output = Shapes::ShapeRef.new(shape: DeleteNamespaceResponse)
698
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
699
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
700
+ end)
701
+
702
+ api.add_operation(:delete_system_instance, Seahorse::Model::Operation.new.tap do |o|
703
+ o.name = "DeleteSystemInstance"
704
+ o.http_method = "POST"
705
+ o.http_request_uri = "/"
706
+ o.input = Shapes::ShapeRef.new(shape: DeleteSystemInstanceRequest)
707
+ o.output = Shapes::ShapeRef.new(shape: DeleteSystemInstanceResponse)
708
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
709
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
710
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
711
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
712
+ end)
713
+
714
+ api.add_operation(:delete_system_template, Seahorse::Model::Operation.new.tap do |o|
715
+ o.name = "DeleteSystemTemplate"
716
+ o.http_method = "POST"
717
+ o.http_request_uri = "/"
718
+ o.input = Shapes::ShapeRef.new(shape: DeleteSystemTemplateRequest)
719
+ o.output = Shapes::ShapeRef.new(shape: DeleteSystemTemplateResponse)
720
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
721
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
722
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
723
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
724
+ end)
725
+
726
+ api.add_operation(:deploy_system_instance, Seahorse::Model::Operation.new.tap do |o|
727
+ o.name = "DeploySystemInstance"
728
+ o.http_method = "POST"
729
+ o.http_request_uri = "/"
730
+ o.input = Shapes::ShapeRef.new(shape: DeploySystemInstanceRequest)
731
+ o.output = Shapes::ShapeRef.new(shape: DeploySystemInstanceResponse)
732
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
733
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
734
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
735
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
736
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
737
+ end)
738
+
739
+ api.add_operation(:deprecate_flow_template, Seahorse::Model::Operation.new.tap do |o|
740
+ o.name = "DeprecateFlowTemplate"
741
+ o.http_method = "POST"
742
+ o.http_request_uri = "/"
743
+ o.input = Shapes::ShapeRef.new(shape: DeprecateFlowTemplateRequest)
744
+ o.output = Shapes::ShapeRef.new(shape: DeprecateFlowTemplateResponse)
745
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
746
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
747
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
748
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
749
+ end)
750
+
751
+ api.add_operation(:deprecate_system_template, Seahorse::Model::Operation.new.tap do |o|
752
+ o.name = "DeprecateSystemTemplate"
753
+ o.http_method = "POST"
754
+ o.http_request_uri = "/"
755
+ o.input = Shapes::ShapeRef.new(shape: DeprecateSystemTemplateRequest)
756
+ o.output = Shapes::ShapeRef.new(shape: DeprecateSystemTemplateResponse)
757
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
758
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
759
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
760
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
761
+ end)
762
+
763
+ api.add_operation(:describe_namespace, Seahorse::Model::Operation.new.tap do |o|
764
+ o.name = "DescribeNamespace"
765
+ o.http_method = "POST"
766
+ o.http_request_uri = "/"
767
+ o.input = Shapes::ShapeRef.new(shape: DescribeNamespaceRequest)
768
+ o.output = Shapes::ShapeRef.new(shape: DescribeNamespaceResponse)
769
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
770
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
771
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
772
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
773
+ end)
774
+
775
+ api.add_operation(:dissociate_entity_from_thing, Seahorse::Model::Operation.new.tap do |o|
776
+ o.name = "DissociateEntityFromThing"
777
+ o.http_method = "POST"
778
+ o.http_request_uri = "/"
779
+ o.input = Shapes::ShapeRef.new(shape: DissociateEntityFromThingRequest)
780
+ o.output = Shapes::ShapeRef.new(shape: DissociateEntityFromThingResponse)
781
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
782
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
783
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
784
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
785
+ end)
786
+
787
+ api.add_operation(:get_entities, Seahorse::Model::Operation.new.tap do |o|
788
+ o.name = "GetEntities"
789
+ o.http_method = "POST"
790
+ o.http_request_uri = "/"
791
+ o.input = Shapes::ShapeRef.new(shape: GetEntitiesRequest)
792
+ o.output = Shapes::ShapeRef.new(shape: GetEntitiesResponse)
793
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
794
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
795
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
796
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
797
+ end)
798
+
799
+ api.add_operation(:get_flow_template, Seahorse::Model::Operation.new.tap do |o|
800
+ o.name = "GetFlowTemplate"
801
+ o.http_method = "POST"
802
+ o.http_request_uri = "/"
803
+ o.input = Shapes::ShapeRef.new(shape: GetFlowTemplateRequest)
804
+ o.output = Shapes::ShapeRef.new(shape: GetFlowTemplateResponse)
805
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
806
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
807
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
808
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
809
+ end)
810
+
811
+ api.add_operation(:get_flow_template_revisions, Seahorse::Model::Operation.new.tap do |o|
812
+ o.name = "GetFlowTemplateRevisions"
813
+ o.http_method = "POST"
814
+ o.http_request_uri = "/"
815
+ o.input = Shapes::ShapeRef.new(shape: GetFlowTemplateRevisionsRequest)
816
+ o.output = Shapes::ShapeRef.new(shape: GetFlowTemplateRevisionsResponse)
817
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
818
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
819
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
820
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
821
+ o[:pager] = Aws::Pager.new(
822
+ limit_key: "max_results",
823
+ tokens: {
824
+ "next_token" => "next_token"
825
+ }
826
+ )
827
+ end)
828
+
829
+ api.add_operation(:get_namespace_deletion_status, Seahorse::Model::Operation.new.tap do |o|
830
+ o.name = "GetNamespaceDeletionStatus"
831
+ o.http_method = "POST"
832
+ o.http_request_uri = "/"
833
+ o.input = Shapes::ShapeRef.new(shape: GetNamespaceDeletionStatusRequest)
834
+ o.output = Shapes::ShapeRef.new(shape: GetNamespaceDeletionStatusResponse)
835
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
836
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
837
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
838
+ end)
839
+
840
+ api.add_operation(:get_system_instance, Seahorse::Model::Operation.new.tap do |o|
841
+ o.name = "GetSystemInstance"
842
+ o.http_method = "POST"
843
+ o.http_request_uri = "/"
844
+ o.input = Shapes::ShapeRef.new(shape: GetSystemInstanceRequest)
845
+ o.output = Shapes::ShapeRef.new(shape: GetSystemInstanceResponse)
846
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
847
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
848
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
849
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
850
+ end)
851
+
852
+ api.add_operation(:get_system_template, Seahorse::Model::Operation.new.tap do |o|
853
+ o.name = "GetSystemTemplate"
854
+ o.http_method = "POST"
855
+ o.http_request_uri = "/"
856
+ o.input = Shapes::ShapeRef.new(shape: GetSystemTemplateRequest)
857
+ o.output = Shapes::ShapeRef.new(shape: GetSystemTemplateResponse)
858
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
859
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
860
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
861
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
862
+ end)
863
+
864
+ api.add_operation(:get_system_template_revisions, Seahorse::Model::Operation.new.tap do |o|
865
+ o.name = "GetSystemTemplateRevisions"
866
+ o.http_method = "POST"
867
+ o.http_request_uri = "/"
868
+ o.input = Shapes::ShapeRef.new(shape: GetSystemTemplateRevisionsRequest)
869
+ o.output = Shapes::ShapeRef.new(shape: GetSystemTemplateRevisionsResponse)
870
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
871
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
872
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
873
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
874
+ o[:pager] = Aws::Pager.new(
875
+ limit_key: "max_results",
876
+ tokens: {
877
+ "next_token" => "next_token"
878
+ }
879
+ )
880
+ end)
881
+
882
+ api.add_operation(:get_upload_status, Seahorse::Model::Operation.new.tap do |o|
883
+ o.name = "GetUploadStatus"
884
+ o.http_method = "POST"
885
+ o.http_request_uri = "/"
886
+ o.input = Shapes::ShapeRef.new(shape: GetUploadStatusRequest)
887
+ o.output = Shapes::ShapeRef.new(shape: GetUploadStatusResponse)
888
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
889
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
890
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
891
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
892
+ end)
893
+
894
+ api.add_operation(:list_flow_execution_messages, Seahorse::Model::Operation.new.tap do |o|
895
+ o.name = "ListFlowExecutionMessages"
896
+ o.http_method = "POST"
897
+ o.http_request_uri = "/"
898
+ o.input = Shapes::ShapeRef.new(shape: ListFlowExecutionMessagesRequest)
899
+ o.output = Shapes::ShapeRef.new(shape: ListFlowExecutionMessagesResponse)
900
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
901
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
902
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
903
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
904
+ o[:pager] = Aws::Pager.new(
905
+ limit_key: "max_results",
906
+ tokens: {
907
+ "next_token" => "next_token"
908
+ }
909
+ )
910
+ end)
911
+
912
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
913
+ o.name = "ListTagsForResource"
914
+ o.http_method = "POST"
915
+ o.http_request_uri = "/"
916
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
917
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
918
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
919
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
920
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
921
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
922
+ o[:pager] = Aws::Pager.new(
923
+ limit_key: "max_results",
924
+ tokens: {
925
+ "next_token" => "next_token"
926
+ }
927
+ )
928
+ end)
929
+
930
+ api.add_operation(:search_entities, Seahorse::Model::Operation.new.tap do |o|
931
+ o.name = "SearchEntities"
932
+ o.http_method = "POST"
933
+ o.http_request_uri = "/"
934
+ o.input = Shapes::ShapeRef.new(shape: SearchEntitiesRequest)
935
+ o.output = Shapes::ShapeRef.new(shape: SearchEntitiesResponse)
936
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
937
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
938
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
939
+ o[:pager] = Aws::Pager.new(
940
+ limit_key: "max_results",
941
+ tokens: {
942
+ "next_token" => "next_token"
943
+ }
944
+ )
945
+ end)
946
+
947
+ api.add_operation(:search_flow_executions, Seahorse::Model::Operation.new.tap do |o|
948
+ o.name = "SearchFlowExecutions"
949
+ o.http_method = "POST"
950
+ o.http_request_uri = "/"
951
+ o.input = Shapes::ShapeRef.new(shape: SearchFlowExecutionsRequest)
952
+ o.output = Shapes::ShapeRef.new(shape: SearchFlowExecutionsResponse)
953
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
954
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
955
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
956
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
957
+ o[:pager] = Aws::Pager.new(
958
+ limit_key: "max_results",
959
+ tokens: {
960
+ "next_token" => "next_token"
961
+ }
962
+ )
963
+ end)
964
+
965
+ api.add_operation(:search_flow_templates, Seahorse::Model::Operation.new.tap do |o|
966
+ o.name = "SearchFlowTemplates"
967
+ o.http_method = "POST"
968
+ o.http_request_uri = "/"
969
+ o.input = Shapes::ShapeRef.new(shape: SearchFlowTemplatesRequest)
970
+ o.output = Shapes::ShapeRef.new(shape: SearchFlowTemplatesResponse)
971
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
972
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
973
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
974
+ o[:pager] = Aws::Pager.new(
975
+ limit_key: "max_results",
976
+ tokens: {
977
+ "next_token" => "next_token"
978
+ }
979
+ )
980
+ end)
981
+
982
+ api.add_operation(:search_system_instances, Seahorse::Model::Operation.new.tap do |o|
983
+ o.name = "SearchSystemInstances"
984
+ o.http_method = "POST"
985
+ o.http_request_uri = "/"
986
+ o.input = Shapes::ShapeRef.new(shape: SearchSystemInstancesRequest)
987
+ o.output = Shapes::ShapeRef.new(shape: SearchSystemInstancesResponse)
988
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
989
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
990
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
991
+ o[:pager] = Aws::Pager.new(
992
+ limit_key: "max_results",
993
+ tokens: {
994
+ "next_token" => "next_token"
995
+ }
996
+ )
997
+ end)
998
+
999
+ api.add_operation(:search_system_templates, Seahorse::Model::Operation.new.tap do |o|
1000
+ o.name = "SearchSystemTemplates"
1001
+ o.http_method = "POST"
1002
+ o.http_request_uri = "/"
1003
+ o.input = Shapes::ShapeRef.new(shape: SearchSystemTemplatesRequest)
1004
+ o.output = Shapes::ShapeRef.new(shape: SearchSystemTemplatesResponse)
1005
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1006
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1007
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1008
+ o[:pager] = Aws::Pager.new(
1009
+ limit_key: "max_results",
1010
+ tokens: {
1011
+ "next_token" => "next_token"
1012
+ }
1013
+ )
1014
+ end)
1015
+
1016
+ api.add_operation(:search_things, Seahorse::Model::Operation.new.tap do |o|
1017
+ o.name = "SearchThings"
1018
+ o.http_method = "POST"
1019
+ o.http_request_uri = "/"
1020
+ o.input = Shapes::ShapeRef.new(shape: SearchThingsRequest)
1021
+ o.output = Shapes::ShapeRef.new(shape: SearchThingsResponse)
1022
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1023
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1024
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1025
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1026
+ o[:pager] = Aws::Pager.new(
1027
+ limit_key: "max_results",
1028
+ tokens: {
1029
+ "next_token" => "next_token"
1030
+ }
1031
+ )
1032
+ end)
1033
+
1034
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1035
+ o.name = "TagResource"
1036
+ o.http_method = "POST"
1037
+ o.http_request_uri = "/"
1038
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1039
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1040
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1041
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1042
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1043
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1044
+ end)
1045
+
1046
+ api.add_operation(:undeploy_system_instance, Seahorse::Model::Operation.new.tap do |o|
1047
+ o.name = "UndeploySystemInstance"
1048
+ o.http_method = "POST"
1049
+ o.http_request_uri = "/"
1050
+ o.input = Shapes::ShapeRef.new(shape: UndeploySystemInstanceRequest)
1051
+ o.output = Shapes::ShapeRef.new(shape: UndeploySystemInstanceResponse)
1052
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1053
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1054
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1055
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1056
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1057
+ end)
1058
+
1059
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1060
+ o.name = "UntagResource"
1061
+ o.http_method = "POST"
1062
+ o.http_request_uri = "/"
1063
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1064
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1065
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1066
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1067
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1068
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1069
+ end)
1070
+
1071
+ api.add_operation(:update_flow_template, Seahorse::Model::Operation.new.tap do |o|
1072
+ o.name = "UpdateFlowTemplate"
1073
+ o.http_method = "POST"
1074
+ o.http_request_uri = "/"
1075
+ o.input = Shapes::ShapeRef.new(shape: UpdateFlowTemplateRequest)
1076
+ o.output = Shapes::ShapeRef.new(shape: UpdateFlowTemplateResponse)
1077
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1078
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1079
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1080
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1081
+ end)
1082
+
1083
+ api.add_operation(:update_system_template, Seahorse::Model::Operation.new.tap do |o|
1084
+ o.name = "UpdateSystemTemplate"
1085
+ o.http_method = "POST"
1086
+ o.http_request_uri = "/"
1087
+ o.input = Shapes::ShapeRef.new(shape: UpdateSystemTemplateRequest)
1088
+ o.output = Shapes::ShapeRef.new(shape: UpdateSystemTemplateResponse)
1089
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1090
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1091
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1092
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1093
+ end)
1094
+
1095
+ api.add_operation(:upload_entity_definitions, Seahorse::Model::Operation.new.tap do |o|
1096
+ o.name = "UploadEntityDefinitions"
1097
+ o.http_method = "POST"
1098
+ o.http_request_uri = "/"
1099
+ o.input = Shapes::ShapeRef.new(shape: UploadEntityDefinitionsRequest)
1100
+ o.output = Shapes::ShapeRef.new(shape: UploadEntityDefinitionsResponse)
1101
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1102
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1103
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1104
+ end)
1105
+ end
1106
+
1107
+ end
1108
+ end