aws-sdk-appfabric 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,929 @@
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::AppFabric
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ ApiKeyCredential = Shapes::StructureShape.new(name: 'ApiKeyCredential')
18
+ AppAuthorization = Shapes::StructureShape.new(name: 'AppAuthorization')
19
+ AppAuthorizationStatus = Shapes::StringShape.new(name: 'AppAuthorizationStatus')
20
+ AppAuthorizationSummary = Shapes::StructureShape.new(name: 'AppAuthorizationSummary')
21
+ AppAuthorizationSummaryList = Shapes::ListShape.new(name: 'AppAuthorizationSummaryList')
22
+ AppBundle = Shapes::StructureShape.new(name: 'AppBundle')
23
+ AppBundleSummary = Shapes::StructureShape.new(name: 'AppBundleSummary')
24
+ AppBundleSummaryList = Shapes::ListShape.new(name: 'AppBundleSummaryList')
25
+ Arn = Shapes::StringShape.new(name: 'Arn')
26
+ AuditLogDestinationConfiguration = Shapes::StructureShape.new(name: 'AuditLogDestinationConfiguration')
27
+ AuditLogProcessingConfiguration = Shapes::StructureShape.new(name: 'AuditLogProcessingConfiguration')
28
+ AuthRequest = Shapes::StructureShape.new(name: 'AuthRequest')
29
+ AuthType = Shapes::StringShape.new(name: 'AuthType')
30
+ BatchGetUserAccessTasksRequest = Shapes::StructureShape.new(name: 'BatchGetUserAccessTasksRequest')
31
+ BatchGetUserAccessTasksResponse = Shapes::StructureShape.new(name: 'BatchGetUserAccessTasksResponse')
32
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
33
+ ConnectAppAuthorizationRequest = Shapes::StructureShape.new(name: 'ConnectAppAuthorizationRequest')
34
+ ConnectAppAuthorizationResponse = Shapes::StructureShape.new(name: 'ConnectAppAuthorizationResponse')
35
+ CreateAppAuthorizationRequest = Shapes::StructureShape.new(name: 'CreateAppAuthorizationRequest')
36
+ CreateAppAuthorizationResponse = Shapes::StructureShape.new(name: 'CreateAppAuthorizationResponse')
37
+ CreateAppBundleRequest = Shapes::StructureShape.new(name: 'CreateAppBundleRequest')
38
+ CreateAppBundleResponse = Shapes::StructureShape.new(name: 'CreateAppBundleResponse')
39
+ CreateIngestionDestinationRequest = Shapes::StructureShape.new(name: 'CreateIngestionDestinationRequest')
40
+ CreateIngestionDestinationResponse = Shapes::StructureShape.new(name: 'CreateIngestionDestinationResponse')
41
+ CreateIngestionRequest = Shapes::StructureShape.new(name: 'CreateIngestionRequest')
42
+ CreateIngestionResponse = Shapes::StructureShape.new(name: 'CreateIngestionResponse')
43
+ Credential = Shapes::UnionShape.new(name: 'Credential')
44
+ DateTime = Shapes::TimestampShape.new(name: 'DateTime', timestampFormat: "iso8601")
45
+ DeleteAppAuthorizationRequest = Shapes::StructureShape.new(name: 'DeleteAppAuthorizationRequest')
46
+ DeleteAppAuthorizationResponse = Shapes::StructureShape.new(name: 'DeleteAppAuthorizationResponse')
47
+ DeleteAppBundleRequest = Shapes::StructureShape.new(name: 'DeleteAppBundleRequest')
48
+ DeleteAppBundleResponse = Shapes::StructureShape.new(name: 'DeleteAppBundleResponse')
49
+ DeleteIngestionDestinationRequest = Shapes::StructureShape.new(name: 'DeleteIngestionDestinationRequest')
50
+ DeleteIngestionDestinationResponse = Shapes::StructureShape.new(name: 'DeleteIngestionDestinationResponse')
51
+ DeleteIngestionRequest = Shapes::StructureShape.new(name: 'DeleteIngestionRequest')
52
+ DeleteIngestionResponse = Shapes::StructureShape.new(name: 'DeleteIngestionResponse')
53
+ Destination = Shapes::UnionShape.new(name: 'Destination')
54
+ DestinationConfiguration = Shapes::UnionShape.new(name: 'DestinationConfiguration')
55
+ Email = Shapes::StringShape.new(name: 'Email')
56
+ FirehoseStream = Shapes::StructureShape.new(name: 'FirehoseStream')
57
+ Format = Shapes::StringShape.new(name: 'Format')
58
+ GetAppAuthorizationRequest = Shapes::StructureShape.new(name: 'GetAppAuthorizationRequest')
59
+ GetAppAuthorizationResponse = Shapes::StructureShape.new(name: 'GetAppAuthorizationResponse')
60
+ GetAppBundleRequest = Shapes::StructureShape.new(name: 'GetAppBundleRequest')
61
+ GetAppBundleResponse = Shapes::StructureShape.new(name: 'GetAppBundleResponse')
62
+ GetIngestionDestinationRequest = Shapes::StructureShape.new(name: 'GetIngestionDestinationRequest')
63
+ GetIngestionDestinationResponse = Shapes::StructureShape.new(name: 'GetIngestionDestinationResponse')
64
+ GetIngestionRequest = Shapes::StructureShape.new(name: 'GetIngestionRequest')
65
+ GetIngestionResponse = Shapes::StructureShape.new(name: 'GetIngestionResponse')
66
+ Identifier = Shapes::StringShape.new(name: 'Identifier')
67
+ Ingestion = Shapes::StructureShape.new(name: 'Ingestion')
68
+ IngestionDestination = Shapes::StructureShape.new(name: 'IngestionDestination')
69
+ IngestionDestinationList = Shapes::ListShape.new(name: 'IngestionDestinationList')
70
+ IngestionDestinationStatus = Shapes::StringShape.new(name: 'IngestionDestinationStatus')
71
+ IngestionDestinationSummary = Shapes::StructureShape.new(name: 'IngestionDestinationSummary')
72
+ IngestionList = Shapes::ListShape.new(name: 'IngestionList')
73
+ IngestionState = Shapes::StringShape.new(name: 'IngestionState')
74
+ IngestionSummary = Shapes::StructureShape.new(name: 'IngestionSummary')
75
+ IngestionType = Shapes::StringShape.new(name: 'IngestionType')
76
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
77
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
78
+ ListAppAuthorizationsRequest = Shapes::StructureShape.new(name: 'ListAppAuthorizationsRequest')
79
+ ListAppAuthorizationsResponse = Shapes::StructureShape.new(name: 'ListAppAuthorizationsResponse')
80
+ ListAppBundlesRequest = Shapes::StructureShape.new(name: 'ListAppBundlesRequest')
81
+ ListAppBundlesResponse = Shapes::StructureShape.new(name: 'ListAppBundlesResponse')
82
+ ListIngestionDestinationsRequest = Shapes::StructureShape.new(name: 'ListIngestionDestinationsRequest')
83
+ ListIngestionDestinationsResponse = Shapes::StructureShape.new(name: 'ListIngestionDestinationsResponse')
84
+ ListIngestionsRequest = Shapes::StructureShape.new(name: 'ListIngestionsRequest')
85
+ ListIngestionsResponse = Shapes::StructureShape.new(name: 'ListIngestionsResponse')
86
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
87
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
88
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
89
+ Oauth2Credential = Shapes::StructureShape.new(name: 'Oauth2Credential')
90
+ Persona = Shapes::StringShape.new(name: 'Persona')
91
+ ProcessingConfiguration = Shapes::UnionShape.new(name: 'ProcessingConfiguration')
92
+ RedirectUri = Shapes::StringShape.new(name: 'RedirectUri')
93
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
94
+ ResultStatus = Shapes::StringShape.new(name: 'ResultStatus')
95
+ S3Bucket = Shapes::StructureShape.new(name: 'S3Bucket')
96
+ Schema = Shapes::StringShape.new(name: 'Schema')
97
+ SensitiveString2048 = Shapes::StringShape.new(name: 'SensitiveString2048')
98
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
99
+ StartIngestionRequest = Shapes::StructureShape.new(name: 'StartIngestionRequest')
100
+ StartIngestionResponse = Shapes::StructureShape.new(name: 'StartIngestionResponse')
101
+ StartUserAccessTasksRequest = Shapes::StructureShape.new(name: 'StartUserAccessTasksRequest')
102
+ StartUserAccessTasksResponse = Shapes::StructureShape.new(name: 'StartUserAccessTasksResponse')
103
+ StopIngestionRequest = Shapes::StructureShape.new(name: 'StopIngestionRequest')
104
+ StopIngestionResponse = Shapes::StructureShape.new(name: 'StopIngestionResponse')
105
+ String = Shapes::StringShape.new(name: 'String')
106
+ String120 = Shapes::StringShape.new(name: 'String120')
107
+ String2048 = Shapes::StringShape.new(name: 'String2048')
108
+ String255 = Shapes::StringShape.new(name: 'String255')
109
+ String63 = Shapes::StringShape.new(name: 'String63')
110
+ String64 = Shapes::StringShape.new(name: 'String64')
111
+ Tag = Shapes::StructureShape.new(name: 'Tag')
112
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
113
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
114
+ TagList = Shapes::ListShape.new(name: 'TagList')
115
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
116
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
117
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
118
+ TaskError = Shapes::StructureShape.new(name: 'TaskError')
119
+ TaskIdList = Shapes::ListShape.new(name: 'TaskIdList')
120
+ Tenant = Shapes::StructureShape.new(name: 'Tenant')
121
+ TenantIdentifier = Shapes::StringShape.new(name: 'TenantIdentifier')
122
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
123
+ UUID = Shapes::StringShape.new(name: 'UUID')
124
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
125
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
126
+ UpdateAppAuthorizationRequest = Shapes::StructureShape.new(name: 'UpdateAppAuthorizationRequest')
127
+ UpdateAppAuthorizationResponse = Shapes::StructureShape.new(name: 'UpdateAppAuthorizationResponse')
128
+ UpdateIngestionDestinationRequest = Shapes::StructureShape.new(name: 'UpdateIngestionDestinationRequest')
129
+ UpdateIngestionDestinationResponse = Shapes::StructureShape.new(name: 'UpdateIngestionDestinationResponse')
130
+ UserAccessResultItem = Shapes::StructureShape.new(name: 'UserAccessResultItem')
131
+ UserAccessResultsList = Shapes::ListShape.new(name: 'UserAccessResultsList')
132
+ UserAccessTaskItem = Shapes::StructureShape.new(name: 'UserAccessTaskItem')
133
+ UserAccessTasksList = Shapes::ListShape.new(name: 'UserAccessTasksList')
134
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
135
+ ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
136
+ ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
137
+ ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
138
+
139
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
140
+ AccessDeniedException.struct_class = Types::AccessDeniedException
141
+
142
+ ApiKeyCredential.add_member(:api_key, Shapes::ShapeRef.new(shape: SensitiveString2048, required: true, location_name: "apiKey"))
143
+ ApiKeyCredential.struct_class = Types::ApiKeyCredential
144
+
145
+ AppAuthorization.add_member(:app_authorization_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appAuthorizationArn"))
146
+ AppAuthorization.add_member(:app_bundle_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appBundleArn"))
147
+ AppAuthorization.add_member(:app, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "app"))
148
+ AppAuthorization.add_member(:tenant, Shapes::ShapeRef.new(shape: Tenant, required: true, location_name: "tenant"))
149
+ AppAuthorization.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, required: true, location_name: "authType"))
150
+ AppAuthorization.add_member(:status, Shapes::ShapeRef.new(shape: AppAuthorizationStatus, required: true, location_name: "status"))
151
+ AppAuthorization.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "createdAt"))
152
+ AppAuthorization.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "updatedAt"))
153
+ AppAuthorization.add_member(:persona, Shapes::ShapeRef.new(shape: Persona, location_name: "persona"))
154
+ AppAuthorization.add_member(:auth_url, Shapes::ShapeRef.new(shape: String, location_name: "authUrl"))
155
+ AppAuthorization.struct_class = Types::AppAuthorization
156
+
157
+ AppAuthorizationSummary.add_member(:app_authorization_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appAuthorizationArn"))
158
+ AppAuthorizationSummary.add_member(:app_bundle_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appBundleArn"))
159
+ AppAuthorizationSummary.add_member(:app, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "app"))
160
+ AppAuthorizationSummary.add_member(:tenant, Shapes::ShapeRef.new(shape: Tenant, required: true, location_name: "tenant"))
161
+ AppAuthorizationSummary.add_member(:status, Shapes::ShapeRef.new(shape: AppAuthorizationStatus, required: true, location_name: "status"))
162
+ AppAuthorizationSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "updatedAt"))
163
+ AppAuthorizationSummary.struct_class = Types::AppAuthorizationSummary
164
+
165
+ AppAuthorizationSummaryList.member = Shapes::ShapeRef.new(shape: AppAuthorizationSummary)
166
+
167
+ AppBundle.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
168
+ AppBundle.add_member(:customer_managed_key_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "customerManagedKeyArn"))
169
+ AppBundle.struct_class = Types::AppBundle
170
+
171
+ AppBundleSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
172
+ AppBundleSummary.struct_class = Types::AppBundleSummary
173
+
174
+ AppBundleSummaryList.member = Shapes::ShapeRef.new(shape: AppBundleSummary)
175
+
176
+ AuditLogDestinationConfiguration.add_member(:destination, Shapes::ShapeRef.new(shape: Destination, required: true, location_name: "destination"))
177
+ AuditLogDestinationConfiguration.struct_class = Types::AuditLogDestinationConfiguration
178
+
179
+ AuditLogProcessingConfiguration.add_member(:schema, Shapes::ShapeRef.new(shape: Schema, required: true, location_name: "schema"))
180
+ AuditLogProcessingConfiguration.add_member(:format, Shapes::ShapeRef.new(shape: Format, required: true, location_name: "format"))
181
+ AuditLogProcessingConfiguration.struct_class = Types::AuditLogProcessingConfiguration
182
+
183
+ AuthRequest.add_member(:redirect_uri, Shapes::ShapeRef.new(shape: RedirectUri, required: true, location_name: "redirectUri"))
184
+ AuthRequest.add_member(:code, Shapes::ShapeRef.new(shape: SensitiveString2048, required: true, location_name: "code"))
185
+ AuthRequest.struct_class = Types::AuthRequest
186
+
187
+ BatchGetUserAccessTasksRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "appBundleIdentifier"))
188
+ BatchGetUserAccessTasksRequest.add_member(:task_id_list, Shapes::ShapeRef.new(shape: TaskIdList, required: true, location_name: "taskIdList"))
189
+ BatchGetUserAccessTasksRequest.struct_class = Types::BatchGetUserAccessTasksRequest
190
+
191
+ BatchGetUserAccessTasksResponse.add_member(:user_access_results_list, Shapes::ShapeRef.new(shape: UserAccessResultsList, location_name: "userAccessResultsList"))
192
+ BatchGetUserAccessTasksResponse.struct_class = Types::BatchGetUserAccessTasksResponse
193
+
194
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
195
+ ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
196
+ ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
197
+ ConflictException.struct_class = Types::ConflictException
198
+
199
+ ConnectAppAuthorizationRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appBundleIdentifier"))
200
+ ConnectAppAuthorizationRequest.add_member(:app_authorization_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appAuthorizationIdentifier"))
201
+ ConnectAppAuthorizationRequest.add_member(:auth_request, Shapes::ShapeRef.new(shape: AuthRequest, location_name: "authRequest"))
202
+ ConnectAppAuthorizationRequest.struct_class = Types::ConnectAppAuthorizationRequest
203
+
204
+ ConnectAppAuthorizationResponse.add_member(:app_authorization_summary, Shapes::ShapeRef.new(shape: AppAuthorizationSummary, required: true, location_name: "appAuthorizationSummary"))
205
+ ConnectAppAuthorizationResponse.struct_class = Types::ConnectAppAuthorizationResponse
206
+
207
+ CreateAppAuthorizationRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appBundleIdentifier"))
208
+ CreateAppAuthorizationRequest.add_member(:app, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "app"))
209
+ CreateAppAuthorizationRequest.add_member(:credential, Shapes::ShapeRef.new(shape: Credential, required: true, location_name: "credential"))
210
+ CreateAppAuthorizationRequest.add_member(:tenant, Shapes::ShapeRef.new(shape: Tenant, required: true, location_name: "tenant"))
211
+ CreateAppAuthorizationRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, required: true, location_name: "authType"))
212
+ CreateAppAuthorizationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UUID, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
213
+ CreateAppAuthorizationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
214
+ CreateAppAuthorizationRequest.struct_class = Types::CreateAppAuthorizationRequest
215
+
216
+ CreateAppAuthorizationResponse.add_member(:app_authorization, Shapes::ShapeRef.new(shape: AppAuthorization, required: true, location_name: "appAuthorization"))
217
+ CreateAppAuthorizationResponse.struct_class = Types::CreateAppAuthorizationResponse
218
+
219
+ CreateAppBundleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UUID, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
220
+ CreateAppBundleRequest.add_member(:customer_managed_key_identifier, Shapes::ShapeRef.new(shape: Identifier, location_name: "customerManagedKeyIdentifier"))
221
+ CreateAppBundleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
222
+ CreateAppBundleRequest.struct_class = Types::CreateAppBundleRequest
223
+
224
+ CreateAppBundleResponse.add_member(:app_bundle, Shapes::ShapeRef.new(shape: AppBundle, required: true, location_name: "appBundle"))
225
+ CreateAppBundleResponse.struct_class = Types::CreateAppBundleResponse
226
+
227
+ CreateIngestionDestinationRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appBundleIdentifier"))
228
+ CreateIngestionDestinationRequest.add_member(:ingestion_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ingestionIdentifier"))
229
+ CreateIngestionDestinationRequest.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, required: true, location_name: "processingConfiguration"))
230
+ CreateIngestionDestinationRequest.add_member(:destination_configuration, Shapes::ShapeRef.new(shape: DestinationConfiguration, required: true, location_name: "destinationConfiguration"))
231
+ CreateIngestionDestinationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UUID, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
232
+ CreateIngestionDestinationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
233
+ CreateIngestionDestinationRequest.struct_class = Types::CreateIngestionDestinationRequest
234
+
235
+ CreateIngestionDestinationResponse.add_member(:ingestion_destination, Shapes::ShapeRef.new(shape: IngestionDestination, required: true, location_name: "ingestionDestination"))
236
+ CreateIngestionDestinationResponse.struct_class = Types::CreateIngestionDestinationResponse
237
+
238
+ CreateIngestionRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appBundleIdentifier"))
239
+ CreateIngestionRequest.add_member(:app, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "app"))
240
+ CreateIngestionRequest.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantIdentifier, required: true, location_name: "tenantId"))
241
+ CreateIngestionRequest.add_member(:ingestion_type, Shapes::ShapeRef.new(shape: IngestionType, required: true, location_name: "ingestionType"))
242
+ CreateIngestionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UUID, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
243
+ CreateIngestionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
244
+ CreateIngestionRequest.struct_class = Types::CreateIngestionRequest
245
+
246
+ CreateIngestionResponse.add_member(:ingestion, Shapes::ShapeRef.new(shape: Ingestion, required: true, location_name: "ingestion"))
247
+ CreateIngestionResponse.struct_class = Types::CreateIngestionResponse
248
+
249
+ Credential.add_member(:oauth2_credential, Shapes::ShapeRef.new(shape: Oauth2Credential, location_name: "oauth2Credential"))
250
+ Credential.add_member(:api_key_credential, Shapes::ShapeRef.new(shape: ApiKeyCredential, location_name: "apiKeyCredential"))
251
+ Credential.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
252
+ Credential.add_member_subclass(:oauth2_credential, Types::Credential::Oauth2Credential)
253
+ Credential.add_member_subclass(:api_key_credential, Types::Credential::ApiKeyCredential)
254
+ Credential.add_member_subclass(:unknown, Types::Credential::Unknown)
255
+ Credential.struct_class = Types::Credential
256
+
257
+ DeleteAppAuthorizationRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appBundleIdentifier"))
258
+ DeleteAppAuthorizationRequest.add_member(:app_authorization_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appAuthorizationIdentifier"))
259
+ DeleteAppAuthorizationRequest.struct_class = Types::DeleteAppAuthorizationRequest
260
+
261
+ DeleteAppAuthorizationResponse.struct_class = Types::DeleteAppAuthorizationResponse
262
+
263
+ DeleteAppBundleRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appBundleIdentifier"))
264
+ DeleteAppBundleRequest.struct_class = Types::DeleteAppBundleRequest
265
+
266
+ DeleteAppBundleResponse.struct_class = Types::DeleteAppBundleResponse
267
+
268
+ DeleteIngestionDestinationRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appBundleIdentifier"))
269
+ DeleteIngestionDestinationRequest.add_member(:ingestion_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ingestionIdentifier"))
270
+ DeleteIngestionDestinationRequest.add_member(:ingestion_destination_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ingestionDestinationIdentifier"))
271
+ DeleteIngestionDestinationRequest.struct_class = Types::DeleteIngestionDestinationRequest
272
+
273
+ DeleteIngestionDestinationResponse.struct_class = Types::DeleteIngestionDestinationResponse
274
+
275
+ DeleteIngestionRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appBundleIdentifier"))
276
+ DeleteIngestionRequest.add_member(:ingestion_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ingestionIdentifier"))
277
+ DeleteIngestionRequest.struct_class = Types::DeleteIngestionRequest
278
+
279
+ DeleteIngestionResponse.struct_class = Types::DeleteIngestionResponse
280
+
281
+ Destination.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "s3Bucket"))
282
+ Destination.add_member(:firehose_stream, Shapes::ShapeRef.new(shape: FirehoseStream, location_name: "firehoseStream"))
283
+ Destination.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
284
+ Destination.add_member_subclass(:s3_bucket, Types::Destination::S3Bucket)
285
+ Destination.add_member_subclass(:firehose_stream, Types::Destination::FirehoseStream)
286
+ Destination.add_member_subclass(:unknown, Types::Destination::Unknown)
287
+ Destination.struct_class = Types::Destination
288
+
289
+ DestinationConfiguration.add_member(:audit_log, Shapes::ShapeRef.new(shape: AuditLogDestinationConfiguration, location_name: "auditLog"))
290
+ DestinationConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
291
+ DestinationConfiguration.add_member_subclass(:audit_log, Types::DestinationConfiguration::AuditLog)
292
+ DestinationConfiguration.add_member_subclass(:unknown, Types::DestinationConfiguration::Unknown)
293
+ DestinationConfiguration.struct_class = Types::DestinationConfiguration
294
+
295
+ FirehoseStream.add_member(:stream_name, Shapes::ShapeRef.new(shape: String64, required: true, location_name: "streamName"))
296
+ FirehoseStream.struct_class = Types::FirehoseStream
297
+
298
+ GetAppAuthorizationRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appBundleIdentifier"))
299
+ GetAppAuthorizationRequest.add_member(:app_authorization_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appAuthorizationIdentifier"))
300
+ GetAppAuthorizationRequest.struct_class = Types::GetAppAuthorizationRequest
301
+
302
+ GetAppAuthorizationResponse.add_member(:app_authorization, Shapes::ShapeRef.new(shape: AppAuthorization, required: true, location_name: "appAuthorization"))
303
+ GetAppAuthorizationResponse.struct_class = Types::GetAppAuthorizationResponse
304
+
305
+ GetAppBundleRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appBundleIdentifier"))
306
+ GetAppBundleRequest.struct_class = Types::GetAppBundleRequest
307
+
308
+ GetAppBundleResponse.add_member(:app_bundle, Shapes::ShapeRef.new(shape: AppBundle, required: true, location_name: "appBundle"))
309
+ GetAppBundleResponse.struct_class = Types::GetAppBundleResponse
310
+
311
+ GetIngestionDestinationRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appBundleIdentifier"))
312
+ GetIngestionDestinationRequest.add_member(:ingestion_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ingestionIdentifier"))
313
+ GetIngestionDestinationRequest.add_member(:ingestion_destination_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ingestionDestinationIdentifier"))
314
+ GetIngestionDestinationRequest.struct_class = Types::GetIngestionDestinationRequest
315
+
316
+ GetIngestionDestinationResponse.add_member(:ingestion_destination, Shapes::ShapeRef.new(shape: IngestionDestination, required: true, location_name: "ingestionDestination"))
317
+ GetIngestionDestinationResponse.struct_class = Types::GetIngestionDestinationResponse
318
+
319
+ GetIngestionRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appBundleIdentifier"))
320
+ GetIngestionRequest.add_member(:ingestion_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ingestionIdentifier"))
321
+ GetIngestionRequest.struct_class = Types::GetIngestionRequest
322
+
323
+ GetIngestionResponse.add_member(:ingestion, Shapes::ShapeRef.new(shape: Ingestion, required: true, location_name: "ingestion"))
324
+ GetIngestionResponse.struct_class = Types::GetIngestionResponse
325
+
326
+ Ingestion.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
327
+ Ingestion.add_member(:app_bundle_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "appBundleArn"))
328
+ Ingestion.add_member(:app, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "app"))
329
+ Ingestion.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantIdentifier, required: true, location_name: "tenantId"))
330
+ Ingestion.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "createdAt"))
331
+ Ingestion.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "updatedAt"))
332
+ Ingestion.add_member(:state, Shapes::ShapeRef.new(shape: IngestionState, required: true, location_name: "state"))
333
+ Ingestion.add_member(:ingestion_type, Shapes::ShapeRef.new(shape: IngestionType, required: true, location_name: "ingestionType"))
334
+ Ingestion.struct_class = Types::Ingestion
335
+
336
+ IngestionDestination.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
337
+ IngestionDestination.add_member(:ingestion_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ingestionArn"))
338
+ IngestionDestination.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, required: true, location_name: "processingConfiguration"))
339
+ IngestionDestination.add_member(:destination_configuration, Shapes::ShapeRef.new(shape: DestinationConfiguration, required: true, location_name: "destinationConfiguration"))
340
+ IngestionDestination.add_member(:status, Shapes::ShapeRef.new(shape: IngestionDestinationStatus, location_name: "status"))
341
+ IngestionDestination.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
342
+ IngestionDestination.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "createdAt"))
343
+ IngestionDestination.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "updatedAt"))
344
+ IngestionDestination.struct_class = Types::IngestionDestination
345
+
346
+ IngestionDestinationList.member = Shapes::ShapeRef.new(shape: IngestionDestinationSummary)
347
+
348
+ IngestionDestinationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
349
+ IngestionDestinationSummary.struct_class = Types::IngestionDestinationSummary
350
+
351
+ IngestionList.member = Shapes::ShapeRef.new(shape: IngestionSummary)
352
+
353
+ IngestionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
354
+ IngestionSummary.add_member(:app, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "app"))
355
+ IngestionSummary.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantIdentifier, required: true, location_name: "tenantId"))
356
+ IngestionSummary.add_member(:state, Shapes::ShapeRef.new(shape: IngestionState, required: true, location_name: "state"))
357
+ IngestionSummary.struct_class = Types::IngestionSummary
358
+
359
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
360
+ InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
361
+ InternalServerException.struct_class = Types::InternalServerException
362
+
363
+ ListAppAuthorizationsRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appBundleIdentifier"))
364
+ ListAppAuthorizationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
365
+ ListAppAuthorizationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String2048, location: "querystring", location_name: "nextToken"))
366
+ ListAppAuthorizationsRequest.struct_class = Types::ListAppAuthorizationsRequest
367
+
368
+ ListAppAuthorizationsResponse.add_member(:app_authorization_summary_list, Shapes::ShapeRef.new(shape: AppAuthorizationSummaryList, required: true, location_name: "appAuthorizationSummaryList"))
369
+ ListAppAuthorizationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String2048, location_name: "nextToken"))
370
+ ListAppAuthorizationsResponse.struct_class = Types::ListAppAuthorizationsResponse
371
+
372
+ ListAppBundlesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
373
+ ListAppBundlesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String2048, location: "querystring", location_name: "nextToken"))
374
+ ListAppBundlesRequest.struct_class = Types::ListAppBundlesRequest
375
+
376
+ ListAppBundlesResponse.add_member(:app_bundle_summary_list, Shapes::ShapeRef.new(shape: AppBundleSummaryList, required: true, location_name: "appBundleSummaryList"))
377
+ ListAppBundlesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String2048, location_name: "nextToken"))
378
+ ListAppBundlesResponse.struct_class = Types::ListAppBundlesResponse
379
+
380
+ ListIngestionDestinationsRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appBundleIdentifier"))
381
+ ListIngestionDestinationsRequest.add_member(:ingestion_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ingestionIdentifier"))
382
+ ListIngestionDestinationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
383
+ ListIngestionDestinationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
384
+ ListIngestionDestinationsRequest.struct_class = Types::ListIngestionDestinationsRequest
385
+
386
+ ListIngestionDestinationsResponse.add_member(:ingestion_destinations, Shapes::ShapeRef.new(shape: IngestionDestinationList, required: true, location_name: "ingestionDestinations"))
387
+ ListIngestionDestinationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
388
+ ListIngestionDestinationsResponse.struct_class = Types::ListIngestionDestinationsResponse
389
+
390
+ ListIngestionsRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appBundleIdentifier"))
391
+ ListIngestionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
392
+ ListIngestionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
393
+ ListIngestionsRequest.struct_class = Types::ListIngestionsRequest
394
+
395
+ ListIngestionsResponse.add_member(:ingestions, Shapes::ShapeRef.new(shape: IngestionList, required: true, location_name: "ingestions"))
396
+ ListIngestionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
397
+ ListIngestionsResponse.struct_class = Types::ListIngestionsResponse
398
+
399
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
400
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
401
+
402
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
403
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
404
+
405
+ Oauth2Credential.add_member(:client_id, Shapes::ShapeRef.new(shape: String2048, required: true, location_name: "clientId"))
406
+ Oauth2Credential.add_member(:client_secret, Shapes::ShapeRef.new(shape: SensitiveString2048, required: true, location_name: "clientSecret"))
407
+ Oauth2Credential.struct_class = Types::Oauth2Credential
408
+
409
+ ProcessingConfiguration.add_member(:audit_log, Shapes::ShapeRef.new(shape: AuditLogProcessingConfiguration, location_name: "auditLog"))
410
+ ProcessingConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
411
+ ProcessingConfiguration.add_member_subclass(:audit_log, Types::ProcessingConfiguration::AuditLog)
412
+ ProcessingConfiguration.add_member_subclass(:unknown, Types::ProcessingConfiguration::Unknown)
413
+ ProcessingConfiguration.struct_class = Types::ProcessingConfiguration
414
+
415
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
416
+ ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
417
+ ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
418
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
419
+
420
+ S3Bucket.add_member(:bucket_name, Shapes::ShapeRef.new(shape: String63, required: true, location_name: "bucketName"))
421
+ S3Bucket.add_member(:prefix, Shapes::ShapeRef.new(shape: String120, location_name: "prefix"))
422
+ S3Bucket.struct_class = Types::S3Bucket
423
+
424
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
425
+ ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
426
+ ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
427
+ ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "serviceCode"))
428
+ ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "quotaCode"))
429
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
430
+
431
+ StartIngestionRequest.add_member(:ingestion_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ingestionIdentifier"))
432
+ StartIngestionRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appBundleIdentifier"))
433
+ StartIngestionRequest.struct_class = Types::StartIngestionRequest
434
+
435
+ StartIngestionResponse.struct_class = Types::StartIngestionResponse
436
+
437
+ StartUserAccessTasksRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "appBundleIdentifier"))
438
+ StartUserAccessTasksRequest.add_member(:email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "email"))
439
+ StartUserAccessTasksRequest.struct_class = Types::StartUserAccessTasksRequest
440
+
441
+ StartUserAccessTasksResponse.add_member(:user_access_tasks_list, Shapes::ShapeRef.new(shape: UserAccessTasksList, location_name: "userAccessTasksList"))
442
+ StartUserAccessTasksResponse.struct_class = Types::StartUserAccessTasksResponse
443
+
444
+ StopIngestionRequest.add_member(:ingestion_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ingestionIdentifier"))
445
+ StopIngestionRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appBundleIdentifier"))
446
+ StopIngestionRequest.struct_class = Types::StopIngestionRequest
447
+
448
+ StopIngestionResponse.struct_class = Types::StopIngestionResponse
449
+
450
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "key"))
451
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "value"))
452
+ Tag.struct_class = Types::Tag
453
+
454
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
455
+
456
+ TagList.member = Shapes::ShapeRef.new(shape: Tag)
457
+
458
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
459
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "tags"))
460
+ TagResourceRequest.struct_class = Types::TagResourceRequest
461
+
462
+ TagResourceResponse.struct_class = Types::TagResourceResponse
463
+
464
+ TaskError.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "errorCode"))
465
+ TaskError.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
466
+ TaskError.struct_class = Types::TaskError
467
+
468
+ TaskIdList.member = Shapes::ShapeRef.new(shape: UUID)
469
+
470
+ Tenant.add_member(:tenant_identifier, Shapes::ShapeRef.new(shape: TenantIdentifier, required: true, location_name: "tenantIdentifier"))
471
+ Tenant.add_member(:tenant_display_name, Shapes::ShapeRef.new(shape: String2048, required: true, location_name: "tenantDisplayName"))
472
+ Tenant.struct_class = Types::Tenant
473
+
474
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
475
+ ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
476
+ ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
477
+ ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
478
+ ThrottlingException.struct_class = Types::ThrottlingException
479
+
480
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
481
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
482
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
483
+
484
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
485
+
486
+ UpdateAppAuthorizationRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appBundleIdentifier"))
487
+ UpdateAppAuthorizationRequest.add_member(:app_authorization_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appAuthorizationIdentifier"))
488
+ UpdateAppAuthorizationRequest.add_member(:credential, Shapes::ShapeRef.new(shape: Credential, location_name: "credential"))
489
+ UpdateAppAuthorizationRequest.add_member(:tenant, Shapes::ShapeRef.new(shape: Tenant, location_name: "tenant"))
490
+ UpdateAppAuthorizationRequest.struct_class = Types::UpdateAppAuthorizationRequest
491
+
492
+ UpdateAppAuthorizationResponse.add_member(:app_authorization, Shapes::ShapeRef.new(shape: AppAuthorization, required: true, location_name: "appAuthorization"))
493
+ UpdateAppAuthorizationResponse.struct_class = Types::UpdateAppAuthorizationResponse
494
+
495
+ UpdateIngestionDestinationRequest.add_member(:app_bundle_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "appBundleIdentifier"))
496
+ UpdateIngestionDestinationRequest.add_member(:ingestion_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ingestionIdentifier"))
497
+ UpdateIngestionDestinationRequest.add_member(:ingestion_destination_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "ingestionDestinationIdentifier"))
498
+ UpdateIngestionDestinationRequest.add_member(:destination_configuration, Shapes::ShapeRef.new(shape: DestinationConfiguration, required: true, location_name: "destinationConfiguration"))
499
+ UpdateIngestionDestinationRequest.struct_class = Types::UpdateIngestionDestinationRequest
500
+
501
+ UpdateIngestionDestinationResponse.add_member(:ingestion_destination, Shapes::ShapeRef.new(shape: IngestionDestination, required: true, location_name: "ingestionDestination"))
502
+ UpdateIngestionDestinationResponse.struct_class = Types::UpdateIngestionDestinationResponse
503
+
504
+ UserAccessResultItem.add_member(:app, Shapes::ShapeRef.new(shape: String255, location_name: "app"))
505
+ UserAccessResultItem.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantIdentifier, location_name: "tenantId"))
506
+ UserAccessResultItem.add_member(:tenant_display_name, Shapes::ShapeRef.new(shape: String2048, location_name: "tenantDisplayName"))
507
+ UserAccessResultItem.add_member(:task_id, Shapes::ShapeRef.new(shape: UUID, location_name: "taskId"))
508
+ UserAccessResultItem.add_member(:result_status, Shapes::ShapeRef.new(shape: ResultStatus, location_name: "resultStatus"))
509
+ UserAccessResultItem.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "email"))
510
+ UserAccessResultItem.add_member(:user_id, Shapes::ShapeRef.new(shape: SensitiveString2048, location_name: "userId"))
511
+ UserAccessResultItem.add_member(:user_full_name, Shapes::ShapeRef.new(shape: SensitiveString2048, location_name: "userFullName"))
512
+ UserAccessResultItem.add_member(:user_first_name, Shapes::ShapeRef.new(shape: SensitiveString2048, location_name: "userFirstName"))
513
+ UserAccessResultItem.add_member(:user_last_name, Shapes::ShapeRef.new(shape: SensitiveString2048, location_name: "userLastName"))
514
+ UserAccessResultItem.add_member(:user_status, Shapes::ShapeRef.new(shape: String, location_name: "userStatus"))
515
+ UserAccessResultItem.add_member(:task_error, Shapes::ShapeRef.new(shape: TaskError, location_name: "taskError"))
516
+ UserAccessResultItem.struct_class = Types::UserAccessResultItem
517
+
518
+ UserAccessResultsList.member = Shapes::ShapeRef.new(shape: UserAccessResultItem)
519
+
520
+ UserAccessTaskItem.add_member(:app, Shapes::ShapeRef.new(shape: String255, required: true, location_name: "app"))
521
+ UserAccessTaskItem.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantIdentifier, required: true, location_name: "tenantId"))
522
+ UserAccessTaskItem.add_member(:task_id, Shapes::ShapeRef.new(shape: UUID, location_name: "taskId"))
523
+ UserAccessTaskItem.add_member(:error, Shapes::ShapeRef.new(shape: TaskError, location_name: "error"))
524
+ UserAccessTaskItem.struct_class = Types::UserAccessTaskItem
525
+
526
+ UserAccessTasksList.member = Shapes::ShapeRef.new(shape: UserAccessTaskItem)
527
+
528
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
529
+ ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, required: true, location_name: "reason"))
530
+ ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
531
+ ValidationException.struct_class = Types::ValidationException
532
+
533
+ ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
534
+ ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
535
+ ValidationExceptionField.struct_class = Types::ValidationExceptionField
536
+
537
+ ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
538
+
539
+
540
+ # @api private
541
+ API = Seahorse::Model::Api.new.tap do |api|
542
+
543
+ api.version = "2023-05-19"
544
+
545
+ api.metadata = {
546
+ "apiVersion" => "2023-05-19",
547
+ "endpointPrefix" => "appfabric",
548
+ "jsonVersion" => "1.1",
549
+ "protocol" => "rest-json",
550
+ "serviceFullName" => "AppFabric",
551
+ "serviceId" => "AppFabric",
552
+ "signatureVersion" => "v4",
553
+ "signingName" => "appfabric",
554
+ "uid" => "appfabric-2023-05-19",
555
+ }
556
+
557
+ api.add_operation(:batch_get_user_access_tasks, Seahorse::Model::Operation.new.tap do |o|
558
+ o.name = "BatchGetUserAccessTasks"
559
+ o.http_method = "POST"
560
+ o.http_request_uri = "/useraccess/batchget"
561
+ o.input = Shapes::ShapeRef.new(shape: BatchGetUserAccessTasksRequest)
562
+ o.output = Shapes::ShapeRef.new(shape: BatchGetUserAccessTasksResponse)
563
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
564
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
565
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
566
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
567
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
568
+ end)
569
+
570
+ api.add_operation(:connect_app_authorization, Seahorse::Model::Operation.new.tap do |o|
571
+ o.name = "ConnectAppAuthorization"
572
+ o.http_method = "POST"
573
+ o.http_request_uri = "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}/connect"
574
+ o.input = Shapes::ShapeRef.new(shape: ConnectAppAuthorizationRequest)
575
+ o.output = Shapes::ShapeRef.new(shape: ConnectAppAuthorizationResponse)
576
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
577
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
578
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
579
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
580
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
581
+ end)
582
+
583
+ api.add_operation(:create_app_authorization, Seahorse::Model::Operation.new.tap do |o|
584
+ o.name = "CreateAppAuthorization"
585
+ o.http_method = "POST"
586
+ o.http_request_uri = "/appbundles/{appBundleIdentifier}/appauthorizations"
587
+ o.input = Shapes::ShapeRef.new(shape: CreateAppAuthorizationRequest)
588
+ o.output = Shapes::ShapeRef.new(shape: CreateAppAuthorizationResponse)
589
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
590
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
591
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
592
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
593
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
594
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
595
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
596
+ end)
597
+
598
+ api.add_operation(:create_app_bundle, Seahorse::Model::Operation.new.tap do |o|
599
+ o.name = "CreateAppBundle"
600
+ o.http_method = "POST"
601
+ o.http_request_uri = "/appbundles"
602
+ o.input = Shapes::ShapeRef.new(shape: CreateAppBundleRequest)
603
+ o.output = Shapes::ShapeRef.new(shape: CreateAppBundleResponse)
604
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
605
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
606
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
607
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
608
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
609
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
610
+ end)
611
+
612
+ api.add_operation(:create_ingestion, Seahorse::Model::Operation.new.tap do |o|
613
+ o.name = "CreateIngestion"
614
+ o.http_method = "POST"
615
+ o.http_request_uri = "/appbundles/{appBundleIdentifier}/ingestions"
616
+ o.input = Shapes::ShapeRef.new(shape: CreateIngestionRequest)
617
+ o.output = Shapes::ShapeRef.new(shape: CreateIngestionResponse)
618
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
619
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
620
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
621
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
622
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
623
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
624
+ end)
625
+
626
+ api.add_operation(:create_ingestion_destination, Seahorse::Model::Operation.new.tap do |o|
627
+ o.name = "CreateIngestionDestination"
628
+ o.http_method = "POST"
629
+ o.http_request_uri = "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations"
630
+ o.input = Shapes::ShapeRef.new(shape: CreateIngestionDestinationRequest)
631
+ o.output = Shapes::ShapeRef.new(shape: CreateIngestionDestinationResponse)
632
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
633
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
634
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
635
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
636
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
637
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
638
+ end)
639
+
640
+ api.add_operation(:delete_app_authorization, Seahorse::Model::Operation.new.tap do |o|
641
+ o.name = "DeleteAppAuthorization"
642
+ o.http_method = "DELETE"
643
+ o.http_request_uri = "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}"
644
+ o.input = Shapes::ShapeRef.new(shape: DeleteAppAuthorizationRequest)
645
+ o.output = Shapes::ShapeRef.new(shape: DeleteAppAuthorizationResponse)
646
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
647
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
648
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
649
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
650
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
651
+ end)
652
+
653
+ api.add_operation(:delete_app_bundle, Seahorse::Model::Operation.new.tap do |o|
654
+ o.name = "DeleteAppBundle"
655
+ o.http_method = "DELETE"
656
+ o.http_request_uri = "/appbundles/{appBundleIdentifier}"
657
+ o.input = Shapes::ShapeRef.new(shape: DeleteAppBundleRequest)
658
+ o.output = Shapes::ShapeRef.new(shape: DeleteAppBundleResponse)
659
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
660
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
661
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
662
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
663
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
664
+ end)
665
+
666
+ api.add_operation(:delete_ingestion, Seahorse::Model::Operation.new.tap do |o|
667
+ o.name = "DeleteIngestion"
668
+ o.http_method = "DELETE"
669
+ o.http_request_uri = "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}"
670
+ o.input = Shapes::ShapeRef.new(shape: DeleteIngestionRequest)
671
+ o.output = Shapes::ShapeRef.new(shape: DeleteIngestionResponse)
672
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
673
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
674
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
675
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
676
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
677
+ end)
678
+
679
+ api.add_operation(:delete_ingestion_destination, Seahorse::Model::Operation.new.tap do |o|
680
+ o.name = "DeleteIngestionDestination"
681
+ o.http_method = "DELETE"
682
+ o.http_request_uri = "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations/{ingestionDestinationIdentifier}"
683
+ o.input = Shapes::ShapeRef.new(shape: DeleteIngestionDestinationRequest)
684
+ o.output = Shapes::ShapeRef.new(shape: DeleteIngestionDestinationResponse)
685
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
686
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
687
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
688
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
689
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
690
+ end)
691
+
692
+ api.add_operation(:get_app_authorization, Seahorse::Model::Operation.new.tap do |o|
693
+ o.name = "GetAppAuthorization"
694
+ o.http_method = "GET"
695
+ o.http_request_uri = "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}"
696
+ o.input = Shapes::ShapeRef.new(shape: GetAppAuthorizationRequest)
697
+ o.output = Shapes::ShapeRef.new(shape: GetAppAuthorizationResponse)
698
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
699
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
700
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
701
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
702
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
703
+ end)
704
+
705
+ api.add_operation(:get_app_bundle, Seahorse::Model::Operation.new.tap do |o|
706
+ o.name = "GetAppBundle"
707
+ o.http_method = "GET"
708
+ o.http_request_uri = "/appbundles/{appBundleIdentifier}"
709
+ o.input = Shapes::ShapeRef.new(shape: GetAppBundleRequest)
710
+ o.output = Shapes::ShapeRef.new(shape: GetAppBundleResponse)
711
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
712
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
713
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
714
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
715
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
716
+ end)
717
+
718
+ api.add_operation(:get_ingestion, Seahorse::Model::Operation.new.tap do |o|
719
+ o.name = "GetIngestion"
720
+ o.http_method = "GET"
721
+ o.http_request_uri = "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}"
722
+ o.input = Shapes::ShapeRef.new(shape: GetIngestionRequest)
723
+ o.output = Shapes::ShapeRef.new(shape: GetIngestionResponse)
724
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
725
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
726
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
727
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
728
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
729
+ end)
730
+
731
+ api.add_operation(:get_ingestion_destination, Seahorse::Model::Operation.new.tap do |o|
732
+ o.name = "GetIngestionDestination"
733
+ o.http_method = "GET"
734
+ o.http_request_uri = "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations/{ingestionDestinationIdentifier}"
735
+ o.input = Shapes::ShapeRef.new(shape: GetIngestionDestinationRequest)
736
+ o.output = Shapes::ShapeRef.new(shape: GetIngestionDestinationResponse)
737
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
738
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
739
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
740
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
741
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
742
+ end)
743
+
744
+ api.add_operation(:list_app_authorizations, Seahorse::Model::Operation.new.tap do |o|
745
+ o.name = "ListAppAuthorizations"
746
+ o.http_method = "GET"
747
+ o.http_request_uri = "/appbundles/{appBundleIdentifier}/appauthorizations"
748
+ o.input = Shapes::ShapeRef.new(shape: ListAppAuthorizationsRequest)
749
+ o.output = Shapes::ShapeRef.new(shape: ListAppAuthorizationsResponse)
750
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
751
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
752
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
753
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
754
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
755
+ o[:pager] = Aws::Pager.new(
756
+ limit_key: "max_results",
757
+ tokens: {
758
+ "next_token" => "next_token"
759
+ }
760
+ )
761
+ end)
762
+
763
+ api.add_operation(:list_app_bundles, Seahorse::Model::Operation.new.tap do |o|
764
+ o.name = "ListAppBundles"
765
+ o.http_method = "GET"
766
+ o.http_request_uri = "/appbundles"
767
+ o.input = Shapes::ShapeRef.new(shape: ListAppBundlesRequest)
768
+ o.output = Shapes::ShapeRef.new(shape: ListAppBundlesResponse)
769
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
770
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
771
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
772
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
773
+ o[:pager] = Aws::Pager.new(
774
+ limit_key: "max_results",
775
+ tokens: {
776
+ "next_token" => "next_token"
777
+ }
778
+ )
779
+ end)
780
+
781
+ api.add_operation(:list_ingestion_destinations, Seahorse::Model::Operation.new.tap do |o|
782
+ o.name = "ListIngestionDestinations"
783
+ o.http_method = "GET"
784
+ o.http_request_uri = "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations"
785
+ o.input = Shapes::ShapeRef.new(shape: ListIngestionDestinationsRequest)
786
+ o.output = Shapes::ShapeRef.new(shape: ListIngestionDestinationsResponse)
787
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
788
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
789
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
790
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
791
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
792
+ o[:pager] = Aws::Pager.new(
793
+ limit_key: "max_results",
794
+ tokens: {
795
+ "next_token" => "next_token"
796
+ }
797
+ )
798
+ end)
799
+
800
+ api.add_operation(:list_ingestions, Seahorse::Model::Operation.new.tap do |o|
801
+ o.name = "ListIngestions"
802
+ o.http_method = "GET"
803
+ o.http_request_uri = "/appbundles/{appBundleIdentifier}/ingestions"
804
+ o.input = Shapes::ShapeRef.new(shape: ListIngestionsRequest)
805
+ o.output = Shapes::ShapeRef.new(shape: ListIngestionsResponse)
806
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
807
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
808
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
809
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
810
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
811
+ o[:pager] = Aws::Pager.new(
812
+ limit_key: "max_results",
813
+ tokens: {
814
+ "next_token" => "next_token"
815
+ }
816
+ )
817
+ end)
818
+
819
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
820
+ o.name = "ListTagsForResource"
821
+ o.http_method = "GET"
822
+ o.http_request_uri = "/tags/{resourceArn}"
823
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
824
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
825
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
826
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
827
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
828
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
829
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
830
+ end)
831
+
832
+ api.add_operation(:start_ingestion, Seahorse::Model::Operation.new.tap do |o|
833
+ o.name = "StartIngestion"
834
+ o.http_method = "POST"
835
+ o.http_request_uri = "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/start"
836
+ o.input = Shapes::ShapeRef.new(shape: StartIngestionRequest)
837
+ o.output = Shapes::ShapeRef.new(shape: StartIngestionResponse)
838
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
839
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
840
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
841
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
842
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
843
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
844
+ end)
845
+
846
+ api.add_operation(:start_user_access_tasks, Seahorse::Model::Operation.new.tap do |o|
847
+ o.name = "StartUserAccessTasks"
848
+ o.http_method = "POST"
849
+ o.http_request_uri = "/useraccess/start"
850
+ o.input = Shapes::ShapeRef.new(shape: StartUserAccessTasksRequest)
851
+ o.output = Shapes::ShapeRef.new(shape: StartUserAccessTasksResponse)
852
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
853
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
854
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
855
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
856
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
857
+ end)
858
+
859
+ api.add_operation(:stop_ingestion, Seahorse::Model::Operation.new.tap do |o|
860
+ o.name = "StopIngestion"
861
+ o.http_method = "POST"
862
+ o.http_request_uri = "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/stop"
863
+ o.input = Shapes::ShapeRef.new(shape: StopIngestionRequest)
864
+ o.output = Shapes::ShapeRef.new(shape: StopIngestionResponse)
865
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
866
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
867
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
868
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
869
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
870
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
871
+ end)
872
+
873
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
874
+ o.name = "TagResource"
875
+ o.http_method = "POST"
876
+ o.http_request_uri = "/tags/{resourceArn}"
877
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
878
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
879
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
880
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
881
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
882
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
883
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
884
+ end)
885
+
886
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
887
+ o.name = "UntagResource"
888
+ o.http_method = "DELETE"
889
+ o.http_request_uri = "/tags/{resourceArn}"
890
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
891
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
892
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
893
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
894
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
895
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
896
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
897
+ end)
898
+
899
+ api.add_operation(:update_app_authorization, Seahorse::Model::Operation.new.tap do |o|
900
+ o.name = "UpdateAppAuthorization"
901
+ o.http_method = "PATCH"
902
+ o.http_request_uri = "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}"
903
+ o.input = Shapes::ShapeRef.new(shape: UpdateAppAuthorizationRequest)
904
+ o.output = Shapes::ShapeRef.new(shape: UpdateAppAuthorizationResponse)
905
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
906
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
907
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
908
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
909
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
910
+ end)
911
+
912
+ api.add_operation(:update_ingestion_destination, Seahorse::Model::Operation.new.tap do |o|
913
+ o.name = "UpdateIngestionDestination"
914
+ o.http_method = "PATCH"
915
+ o.http_request_uri = "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations/{ingestionDestinationIdentifier}"
916
+ o.input = Shapes::ShapeRef.new(shape: UpdateIngestionDestinationRequest)
917
+ o.output = Shapes::ShapeRef.new(shape: UpdateIngestionDestinationResponse)
918
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
919
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
920
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
921
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
922
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
923
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
924
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
925
+ end)
926
+ end
927
+
928
+ end
929
+ end