aws-sdk-qapps 1.9.0 → 1.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-qapps/client.rb +619 -46
- data/lib/aws-sdk-qapps/client_api.rb +310 -0
- data/lib/aws-sdk-qapps/types.rb +714 -10
- data/lib/aws-sdk-qapps.rb +1 -1
- data/sig/client.rbs +165 -12
- data/sig/types.rbs +207 -10
- metadata +2 -2
@@ -60,6 +60,9 @@ module Aws::QApps
|
|
60
60
|
ConversationMessageBodyString = Shapes::StringShape.new(name: 'ConversationMessageBodyString')
|
61
61
|
CreateLibraryItemInput = Shapes::StructureShape.new(name: 'CreateLibraryItemInput')
|
62
62
|
CreateLibraryItemOutput = Shapes::StructureShape.new(name: 'CreateLibraryItemOutput')
|
63
|
+
CreatePresignedUrlInput = Shapes::StructureShape.new(name: 'CreatePresignedUrlInput')
|
64
|
+
CreatePresignedUrlInputFileContentsSha256String = Shapes::StringShape.new(name: 'CreatePresignedUrlInputFileContentsSha256String')
|
65
|
+
CreatePresignedUrlOutput = Shapes::StructureShape.new(name: 'CreatePresignedUrlOutput')
|
63
66
|
CreateQAppInput = Shapes::StructureShape.new(name: 'CreateQAppInput')
|
64
67
|
CreateQAppOutput = Shapes::StructureShape.new(name: 'CreateQAppOutput')
|
65
68
|
Default = Shapes::StringShape.new(name: 'Default')
|
@@ -67,9 +70,12 @@ module Aws::QApps
|
|
67
70
|
DeleteLibraryItemInput = Shapes::StructureShape.new(name: 'DeleteLibraryItemInput')
|
68
71
|
DeleteQAppInput = Shapes::StructureShape.new(name: 'DeleteQAppInput')
|
69
72
|
DependencyList = Shapes::ListShape.new(name: 'DependencyList')
|
73
|
+
DescribeQAppPermissionsInput = Shapes::StructureShape.new(name: 'DescribeQAppPermissionsInput')
|
74
|
+
DescribeQAppPermissionsOutput = Shapes::StructureShape.new(name: 'DescribeQAppPermissionsOutput')
|
70
75
|
Description = Shapes::StringShape.new(name: 'Description')
|
71
76
|
DisassociateLibraryItemReviewInput = Shapes::StructureShape.new(name: 'DisassociateLibraryItemReviewInput')
|
72
77
|
DisassociateQAppFromUserInput = Shapes::StructureShape.new(name: 'DisassociateQAppFromUserInput')
|
78
|
+
Document = Shapes::DocumentShape.new(name: 'Document', document: true)
|
73
79
|
DocumentAttribute = Shapes::StructureShape.new(name: 'DocumentAttribute')
|
74
80
|
DocumentAttributeKey = Shapes::StringShape.new(name: 'DocumentAttributeKey')
|
75
81
|
DocumentAttributeStringListValue = Shapes::ListShape.new(name: 'DocumentAttributeStringListValue')
|
@@ -77,18 +83,27 @@ module Aws::QApps
|
|
77
83
|
DocumentAttributeValueStringValueString = Shapes::StringShape.new(name: 'DocumentAttributeValueStringValueString')
|
78
84
|
DocumentScope = Shapes::StringShape.new(name: 'DocumentScope')
|
79
85
|
ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
|
86
|
+
ExportQAppSessionDataInput = Shapes::StructureShape.new(name: 'ExportQAppSessionDataInput')
|
87
|
+
ExportQAppSessionDataOutput = Shapes::StructureShape.new(name: 'ExportQAppSessionDataOutput')
|
80
88
|
FileUploadCard = Shapes::StructureShape.new(name: 'FileUploadCard')
|
81
89
|
FileUploadCardInput = Shapes::StructureShape.new(name: 'FileUploadCardInput')
|
82
90
|
Filename = Shapes::StringShape.new(name: 'Filename')
|
91
|
+
FormInputCard = Shapes::StructureShape.new(name: 'FormInputCard')
|
92
|
+
FormInputCardInput = Shapes::StructureShape.new(name: 'FormInputCardInput')
|
93
|
+
FormInputCardMetadata = Shapes::StructureShape.new(name: 'FormInputCardMetadata')
|
94
|
+
FormInputCardMetadataSchema = Shapes::DocumentShape.new(name: 'FormInputCardMetadataSchema', document: true)
|
83
95
|
GetLibraryItemInput = Shapes::StructureShape.new(name: 'GetLibraryItemInput')
|
84
96
|
GetLibraryItemOutput = Shapes::StructureShape.new(name: 'GetLibraryItemOutput')
|
85
97
|
GetQAppInput = Shapes::StructureShape.new(name: 'GetQAppInput')
|
86
98
|
GetQAppOutput = Shapes::StructureShape.new(name: 'GetQAppOutput')
|
87
99
|
GetQAppSessionInput = Shapes::StructureShape.new(name: 'GetQAppSessionInput')
|
100
|
+
GetQAppSessionMetadataInput = Shapes::StructureShape.new(name: 'GetQAppSessionMetadataInput')
|
101
|
+
GetQAppSessionMetadataOutput = Shapes::StructureShape.new(name: 'GetQAppSessionMetadataOutput')
|
88
102
|
GetQAppSessionOutput = Shapes::StructureShape.new(name: 'GetQAppSessionOutput')
|
89
103
|
ImportDocumentInput = Shapes::StructureShape.new(name: 'ImportDocumentInput')
|
90
104
|
ImportDocumentOutput = Shapes::StructureShape.new(name: 'ImportDocumentOutput')
|
91
105
|
InitialPrompt = Shapes::StringShape.new(name: 'InitialPrompt')
|
106
|
+
InputCardComputeMode = Shapes::StringShape.new(name: 'InputCardComputeMode')
|
92
107
|
InstanceId = Shapes::StringShape.new(name: 'InstanceId')
|
93
108
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
94
109
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
@@ -99,13 +114,22 @@ module Aws::QApps
|
|
99
114
|
ListCategoriesOutput = Shapes::StructureShape.new(name: 'ListCategoriesOutput')
|
100
115
|
ListLibraryItemsInput = Shapes::StructureShape.new(name: 'ListLibraryItemsInput')
|
101
116
|
ListLibraryItemsOutput = Shapes::StructureShape.new(name: 'ListLibraryItemsOutput')
|
117
|
+
ListQAppSessionDataInput = Shapes::StructureShape.new(name: 'ListQAppSessionDataInput')
|
118
|
+
ListQAppSessionDataOutput = Shapes::StructureShape.new(name: 'ListQAppSessionDataOutput')
|
102
119
|
ListQAppsInput = Shapes::StructureShape.new(name: 'ListQAppsInput')
|
103
120
|
ListQAppsOutput = Shapes::StructureShape.new(name: 'ListQAppsOutput')
|
104
121
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
105
122
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
106
123
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
124
|
+
MemoryReferenceList = Shapes::ListShape.new(name: 'MemoryReferenceList')
|
107
125
|
PageLimit = Shapes::IntegerShape.new(name: 'PageLimit')
|
108
126
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
127
|
+
PermissionInput = Shapes::StructureShape.new(name: 'PermissionInput')
|
128
|
+
PermissionInputActionEnum = Shapes::StringShape.new(name: 'PermissionInputActionEnum')
|
129
|
+
PermissionInputPrincipalString = Shapes::StringShape.new(name: 'PermissionInputPrincipalString')
|
130
|
+
PermissionOutput = Shapes::StructureShape.new(name: 'PermissionOutput')
|
131
|
+
PermissionOutputActionEnum = Shapes::StringShape.new(name: 'PermissionOutputActionEnum')
|
132
|
+
PermissionsOutputList = Shapes::ListShape.new(name: 'PermissionsOutputList')
|
109
133
|
Placeholder = Shapes::StringShape.new(name: 'Placeholder')
|
110
134
|
PlatoString = Shapes::StringShape.new(name: 'PlatoString')
|
111
135
|
PluginId = Shapes::StringShape.new(name: 'PluginId')
|
@@ -116,7 +140,14 @@ module Aws::QApps
|
|
116
140
|
PredictQAppInputOptionsConversationList = Shapes::ListShape.new(name: 'PredictQAppInputOptionsConversationList')
|
117
141
|
PredictQAppInputOptionsProblemStatementString = Shapes::StringShape.new(name: 'PredictQAppInputOptionsProblemStatementString')
|
118
142
|
PredictQAppOutput = Shapes::StructureShape.new(name: 'PredictQAppOutput')
|
143
|
+
PresignedUrlFields = Shapes::MapShape.new(name: 'PresignedUrlFields')
|
144
|
+
PrincipalOutput = Shapes::StructureShape.new(name: 'PrincipalOutput')
|
145
|
+
PrincipalOutputEmailString = Shapes::StringShape.new(name: 'PrincipalOutputEmailString')
|
146
|
+
PrincipalOutputUserIdString = Shapes::StringShape.new(name: 'PrincipalOutputUserIdString')
|
147
|
+
PrincipalOutputUserTypeEnum = Shapes::StringShape.new(name: 'PrincipalOutputUserTypeEnum')
|
119
148
|
Prompt = Shapes::StringShape.new(name: 'Prompt')
|
149
|
+
QAppSessionData = Shapes::StructureShape.new(name: 'QAppSessionData')
|
150
|
+
QAppSessionDataList = Shapes::ListShape.new(name: 'QAppSessionDataList')
|
120
151
|
QAppsTimestamp = Shapes::TimestampShape.new(name: 'QAppsTimestamp', timestampFormat: "iso8601")
|
121
152
|
QPluginCard = Shapes::StructureShape.new(name: 'QPluginCard')
|
122
153
|
QPluginCardInput = Shapes::StructureShape.new(name: 'QPluginCardInput')
|
@@ -125,10 +156,19 @@ module Aws::QApps
|
|
125
156
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
126
157
|
Sender = Shapes::StringShape.new(name: 'Sender')
|
127
158
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
159
|
+
SessionName = Shapes::StringShape.new(name: 'SessionName')
|
160
|
+
SessionSharingAcceptResponses = Shapes::BooleanShape.new(name: 'SessionSharingAcceptResponses')
|
161
|
+
SessionSharingConfiguration = Shapes::StructureShape.new(name: 'SessionSharingConfiguration')
|
162
|
+
SessionSharingEnabled = Shapes::BooleanShape.new(name: 'SessionSharingEnabled')
|
163
|
+
SessionSharingRevealCards = Shapes::BooleanShape.new(name: 'SessionSharingRevealCards')
|
128
164
|
StartQAppSessionInput = Shapes::StructureShape.new(name: 'StartQAppSessionInput')
|
129
165
|
StartQAppSessionOutput = Shapes::StructureShape.new(name: 'StartQAppSessionOutput')
|
130
166
|
StopQAppSessionInput = Shapes::StructureShape.new(name: 'StopQAppSessionInput')
|
131
167
|
String = Shapes::StringShape.new(name: 'String')
|
168
|
+
Submission = Shapes::StructureShape.new(name: 'Submission')
|
169
|
+
SubmissionList = Shapes::ListShape.new(name: 'SubmissionList')
|
170
|
+
SubmissionMutation = Shapes::StructureShape.new(name: 'SubmissionMutation')
|
171
|
+
SubmissionMutationKind = Shapes::StringShape.new(name: 'SubmissionMutationKind')
|
132
172
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
133
173
|
TagKeys = Shapes::ListShape.new(name: 'TagKeys')
|
134
174
|
TagMap = Shapes::MapShape.new(name: 'TagMap')
|
@@ -150,10 +190,18 @@ module Aws::QApps
|
|
150
190
|
UpdateLibraryItemOutput = Shapes::StructureShape.new(name: 'UpdateLibraryItemOutput')
|
151
191
|
UpdateQAppInput = Shapes::StructureShape.new(name: 'UpdateQAppInput')
|
152
192
|
UpdateQAppOutput = Shapes::StructureShape.new(name: 'UpdateQAppOutput')
|
193
|
+
UpdateQAppPermissionsInput = Shapes::StructureShape.new(name: 'UpdateQAppPermissionsInput')
|
194
|
+
UpdateQAppPermissionsInputGrantPermissionsList = Shapes::ListShape.new(name: 'UpdateQAppPermissionsInputGrantPermissionsList')
|
195
|
+
UpdateQAppPermissionsInputRevokePermissionsList = Shapes::ListShape.new(name: 'UpdateQAppPermissionsInputRevokePermissionsList')
|
196
|
+
UpdateQAppPermissionsOutput = Shapes::StructureShape.new(name: 'UpdateQAppPermissionsOutput')
|
153
197
|
UpdateQAppSessionInput = Shapes::StructureShape.new(name: 'UpdateQAppSessionInput')
|
198
|
+
UpdateQAppSessionMetadataInput = Shapes::StructureShape.new(name: 'UpdateQAppSessionMetadataInput')
|
199
|
+
UpdateQAppSessionMetadataOutput = Shapes::StructureShape.new(name: 'UpdateQAppSessionMetadataOutput')
|
154
200
|
UpdateQAppSessionOutput = Shapes::StructureShape.new(name: 'UpdateQAppSessionOutput')
|
201
|
+
User = Shapes::StructureShape.new(name: 'User')
|
155
202
|
UserAppItem = Shapes::StructureShape.new(name: 'UserAppItem')
|
156
203
|
UserAppsList = Shapes::ListShape.new(name: 'UserAppsList')
|
204
|
+
UserId = Shapes::StringShape.new(name: 'UserId')
|
157
205
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
158
206
|
|
159
207
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
@@ -215,11 +263,13 @@ module Aws::QApps
|
|
215
263
|
Card.add_member(:q_query, Shapes::ShapeRef.new(shape: QQueryCard, location_name: "qQuery"))
|
216
264
|
Card.add_member(:q_plugin, Shapes::ShapeRef.new(shape: QPluginCard, location_name: "qPlugin"))
|
217
265
|
Card.add_member(:file_upload, Shapes::ShapeRef.new(shape: FileUploadCard, location_name: "fileUpload"))
|
266
|
+
Card.add_member(:form_input, Shapes::ShapeRef.new(shape: FormInputCard, location_name: "formInput"))
|
218
267
|
Card.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
219
268
|
Card.add_member_subclass(:text_input, Types::Card::TextInput)
|
220
269
|
Card.add_member_subclass(:q_query, Types::Card::QQuery)
|
221
270
|
Card.add_member_subclass(:q_plugin, Types::Card::QPlugin)
|
222
271
|
Card.add_member_subclass(:file_upload, Types::Card::FileUpload)
|
272
|
+
Card.add_member_subclass(:form_input, Types::Card::FormInput)
|
223
273
|
Card.add_member_subclass(:unknown, Types::Card::Unknown)
|
224
274
|
Card.struct_class = Types::Card
|
225
275
|
|
@@ -227,11 +277,13 @@ module Aws::QApps
|
|
227
277
|
CardInput.add_member(:q_query, Shapes::ShapeRef.new(shape: QQueryCardInput, location_name: "qQuery"))
|
228
278
|
CardInput.add_member(:q_plugin, Shapes::ShapeRef.new(shape: QPluginCardInput, location_name: "qPlugin"))
|
229
279
|
CardInput.add_member(:file_upload, Shapes::ShapeRef.new(shape: FileUploadCardInput, location_name: "fileUpload"))
|
280
|
+
CardInput.add_member(:form_input, Shapes::ShapeRef.new(shape: FormInputCardInput, location_name: "formInput"))
|
230
281
|
CardInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
231
282
|
CardInput.add_member_subclass(:text_input, Types::CardInput::TextInput)
|
232
283
|
CardInput.add_member_subclass(:q_query, Types::CardInput::QQuery)
|
233
284
|
CardInput.add_member_subclass(:q_plugin, Types::CardInput::QPlugin)
|
234
285
|
CardInput.add_member_subclass(:file_upload, Types::CardInput::FileUpload)
|
286
|
+
CardInput.add_member_subclass(:form_input, Types::CardInput::FormInput)
|
235
287
|
CardInput.add_member_subclass(:unknown, Types::CardInput::Unknown)
|
236
288
|
CardInput.struct_class = Types::CardInput
|
237
289
|
|
@@ -241,6 +293,7 @@ module Aws::QApps
|
|
241
293
|
|
242
294
|
CardStatus.add_member(:current_state, Shapes::ShapeRef.new(shape: ExecutionStatus, required: true, location_name: "currentState"))
|
243
295
|
CardStatus.add_member(:current_value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "currentValue"))
|
296
|
+
CardStatus.add_member(:submissions, Shapes::ShapeRef.new(shape: SubmissionList, location_name: "submissions"))
|
244
297
|
CardStatus.struct_class = Types::CardStatus
|
245
298
|
|
246
299
|
CardStatusMap.key = Shapes::ShapeRef.new(shape: UUID)
|
@@ -248,6 +301,7 @@ module Aws::QApps
|
|
248
301
|
|
249
302
|
CardValue.add_member(:card_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "cardId"))
|
250
303
|
CardValue.add_member(:value, Shapes::ShapeRef.new(shape: CardValueValueString, required: true, location_name: "value"))
|
304
|
+
CardValue.add_member(:submission_mutation, Shapes::ShapeRef.new(shape: SubmissionMutation, location_name: "submissionMutation"))
|
251
305
|
CardValue.struct_class = Types::CardValue
|
252
306
|
|
253
307
|
CardValueList.member = Shapes::ShapeRef.new(shape: CardValue)
|
@@ -301,6 +355,21 @@ module Aws::QApps
|
|
301
355
|
CreateLibraryItemOutput.add_member(:is_verified, Shapes::ShapeRef.new(shape: Boolean, location_name: "isVerified"))
|
302
356
|
CreateLibraryItemOutput.struct_class = Types::CreateLibraryItemOutput
|
303
357
|
|
358
|
+
CreatePresignedUrlInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
359
|
+
CreatePresignedUrlInput.add_member(:card_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "cardId"))
|
360
|
+
CreatePresignedUrlInput.add_member(:app_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "appId"))
|
361
|
+
CreatePresignedUrlInput.add_member(:file_contents_sha_256, Shapes::ShapeRef.new(shape: CreatePresignedUrlInputFileContentsSha256String, required: true, location_name: "fileContentsSha256"))
|
362
|
+
CreatePresignedUrlInput.add_member(:file_name, Shapes::ShapeRef.new(shape: Filename, required: true, location_name: "fileName"))
|
363
|
+
CreatePresignedUrlInput.add_member(:scope, Shapes::ShapeRef.new(shape: DocumentScope, required: true, location_name: "scope"))
|
364
|
+
CreatePresignedUrlInput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, location_name: "sessionId"))
|
365
|
+
CreatePresignedUrlInput.struct_class = Types::CreatePresignedUrlInput
|
366
|
+
|
367
|
+
CreatePresignedUrlOutput.add_member(:file_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "fileId"))
|
368
|
+
CreatePresignedUrlOutput.add_member(:presigned_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "presignedUrl"))
|
369
|
+
CreatePresignedUrlOutput.add_member(:presigned_url_fields, Shapes::ShapeRef.new(shape: PresignedUrlFields, required: true, location_name: "presignedUrlFields"))
|
370
|
+
CreatePresignedUrlOutput.add_member(:presigned_url_expiration, Shapes::ShapeRef.new(shape: QAppsTimestamp, required: true, location_name: "presignedUrlExpiration"))
|
371
|
+
CreatePresignedUrlOutput.struct_class = Types::CreatePresignedUrlOutput
|
372
|
+
|
304
373
|
CreateQAppInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
305
374
|
CreateQAppInput.add_member(:title, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "title"))
|
306
375
|
CreateQAppInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
@@ -334,6 +403,15 @@ module Aws::QApps
|
|
334
403
|
|
335
404
|
DependencyList.member = Shapes::ShapeRef.new(shape: String)
|
336
405
|
|
406
|
+
DescribeQAppPermissionsInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
407
|
+
DescribeQAppPermissionsInput.add_member(:app_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "querystring", location_name: "appId"))
|
408
|
+
DescribeQAppPermissionsInput.struct_class = Types::DescribeQAppPermissionsInput
|
409
|
+
|
410
|
+
DescribeQAppPermissionsOutput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "resourceArn"))
|
411
|
+
DescribeQAppPermissionsOutput.add_member(:app_id, Shapes::ShapeRef.new(shape: String, location_name: "appId"))
|
412
|
+
DescribeQAppPermissionsOutput.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionsOutputList, location_name: "permissions"))
|
413
|
+
DescribeQAppPermissionsOutput.struct_class = Types::DescribeQAppPermissionsOutput
|
414
|
+
|
337
415
|
DisassociateLibraryItemReviewInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
338
416
|
DisassociateLibraryItemReviewInput.add_member(:library_item_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "libraryItemId"))
|
339
417
|
DisassociateLibraryItemReviewInput.struct_class = Types::DisassociateLibraryItemReviewInput
|
@@ -360,6 +438,15 @@ module Aws::QApps
|
|
360
438
|
DocumentAttributeValue.add_member_subclass(:unknown, Types::DocumentAttributeValue::Unknown)
|
361
439
|
DocumentAttributeValue.struct_class = Types::DocumentAttributeValue
|
362
440
|
|
441
|
+
ExportQAppSessionDataInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
442
|
+
ExportQAppSessionDataInput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "sessionId"))
|
443
|
+
ExportQAppSessionDataInput.struct_class = Types::ExportQAppSessionDataInput
|
444
|
+
|
445
|
+
ExportQAppSessionDataOutput.add_member(:csv_file_link, Shapes::ShapeRef.new(shape: String, required: true, location_name: "csvFileLink"))
|
446
|
+
ExportQAppSessionDataOutput.add_member(:expires_at, Shapes::ShapeRef.new(shape: QAppsTimestamp, required: true, location_name: "expiresAt"))
|
447
|
+
ExportQAppSessionDataOutput.add_member(:session_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sessionArn"))
|
448
|
+
ExportQAppSessionDataOutput.struct_class = Types::ExportQAppSessionDataOutput
|
449
|
+
|
363
450
|
FileUploadCard.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
|
364
451
|
FileUploadCard.add_member(:title, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "title"))
|
365
452
|
FileUploadCard.add_member(:dependencies, Shapes::ShapeRef.new(shape: DependencyList, required: true, location_name: "dependencies"))
|
@@ -377,6 +464,24 @@ module Aws::QApps
|
|
377
464
|
FileUploadCardInput.add_member(:allow_override, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowOverride"))
|
378
465
|
FileUploadCardInput.struct_class = Types::FileUploadCardInput
|
379
466
|
|
467
|
+
FormInputCard.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
|
468
|
+
FormInputCard.add_member(:title, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "title"))
|
469
|
+
FormInputCard.add_member(:dependencies, Shapes::ShapeRef.new(shape: DependencyList, required: true, location_name: "dependencies"))
|
470
|
+
FormInputCard.add_member(:type, Shapes::ShapeRef.new(shape: CardType, required: true, location_name: "type"))
|
471
|
+
FormInputCard.add_member(:metadata, Shapes::ShapeRef.new(shape: FormInputCardMetadata, required: true, location_name: "metadata"))
|
472
|
+
FormInputCard.add_member(:compute_mode, Shapes::ShapeRef.new(shape: InputCardComputeMode, location_name: "computeMode"))
|
473
|
+
FormInputCard.struct_class = Types::FormInputCard
|
474
|
+
|
475
|
+
FormInputCardInput.add_member(:title, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "title"))
|
476
|
+
FormInputCardInput.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
|
477
|
+
FormInputCardInput.add_member(:type, Shapes::ShapeRef.new(shape: CardType, required: true, location_name: "type"))
|
478
|
+
FormInputCardInput.add_member(:metadata, Shapes::ShapeRef.new(shape: FormInputCardMetadata, required: true, location_name: "metadata"))
|
479
|
+
FormInputCardInput.add_member(:compute_mode, Shapes::ShapeRef.new(shape: InputCardComputeMode, location_name: "computeMode"))
|
480
|
+
FormInputCardInput.struct_class = Types::FormInputCardInput
|
481
|
+
|
482
|
+
FormInputCardMetadata.add_member(:schema, Shapes::ShapeRef.new(shape: FormInputCardMetadataSchema, required: true, location_name: "schema"))
|
483
|
+
FormInputCardMetadata.struct_class = Types::FormInputCardMetadata
|
484
|
+
|
380
485
|
GetLibraryItemInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
381
486
|
GetLibraryItemInput.add_member(:library_item_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "querystring", location_name: "libraryItemId"))
|
382
487
|
GetLibraryItemInput.add_member(:app_id, Shapes::ShapeRef.new(shape: UUID, location: "querystring", location_name: "appId"))
|
@@ -399,6 +504,7 @@ module Aws::QApps
|
|
399
504
|
|
400
505
|
GetQAppInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
401
506
|
GetQAppInput.add_member(:app_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "querystring", location_name: "appId"))
|
507
|
+
GetQAppInput.add_member(:app_version, Shapes::ShapeRef.new(shape: AppVersion, location: "querystring", location_name: "appVersion"))
|
402
508
|
GetQAppInput.struct_class = Types::GetQAppInput
|
403
509
|
|
404
510
|
GetQAppOutput.add_member(:app_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "appId"))
|
@@ -420,10 +526,25 @@ module Aws::QApps
|
|
420
526
|
GetQAppSessionInput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "querystring", location_name: "sessionId"))
|
421
527
|
GetQAppSessionInput.struct_class = Types::GetQAppSessionInput
|
422
528
|
|
529
|
+
GetQAppSessionMetadataInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
530
|
+
GetQAppSessionMetadataInput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "querystring", location_name: "sessionId"))
|
531
|
+
GetQAppSessionMetadataInput.struct_class = Types::GetQAppSessionMetadataInput
|
532
|
+
|
533
|
+
GetQAppSessionMetadataOutput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "sessionId"))
|
534
|
+
GetQAppSessionMetadataOutput.add_member(:session_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sessionArn"))
|
535
|
+
GetQAppSessionMetadataOutput.add_member(:session_name, Shapes::ShapeRef.new(shape: SessionName, location_name: "sessionName"))
|
536
|
+
GetQAppSessionMetadataOutput.add_member(:sharing_configuration, Shapes::ShapeRef.new(shape: SessionSharingConfiguration, required: true, location_name: "sharingConfiguration"))
|
537
|
+
GetQAppSessionMetadataOutput.add_member(:session_owner, Shapes::ShapeRef.new(shape: Boolean, location_name: "sessionOwner"))
|
538
|
+
GetQAppSessionMetadataOutput.struct_class = Types::GetQAppSessionMetadataOutput
|
539
|
+
|
423
540
|
GetQAppSessionOutput.add_member(:session_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sessionId"))
|
424
541
|
GetQAppSessionOutput.add_member(:session_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sessionArn"))
|
542
|
+
GetQAppSessionOutput.add_member(:session_name, Shapes::ShapeRef.new(shape: SessionName, location_name: "sessionName"))
|
543
|
+
GetQAppSessionOutput.add_member(:app_version, Shapes::ShapeRef.new(shape: AppVersion, location_name: "appVersion"))
|
544
|
+
GetQAppSessionOutput.add_member(:latest_published_app_version, Shapes::ShapeRef.new(shape: AppVersion, location_name: "latestPublishedAppVersion"))
|
425
545
|
GetQAppSessionOutput.add_member(:status, Shapes::ShapeRef.new(shape: ExecutionStatus, required: true, location_name: "status"))
|
426
546
|
GetQAppSessionOutput.add_member(:card_status, Shapes::ShapeRef.new(shape: CardStatusMap, required: true, location_name: "cardStatus"))
|
547
|
+
GetQAppSessionOutput.add_member(:user_is_host, Shapes::ShapeRef.new(shape: Boolean, location_name: "userIsHost"))
|
427
548
|
GetQAppSessionOutput.struct_class = Types::GetQAppSessionOutput
|
428
549
|
|
429
550
|
ImportDocumentInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
@@ -475,6 +596,16 @@ module Aws::QApps
|
|
475
596
|
ListLibraryItemsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
476
597
|
ListLibraryItemsOutput.struct_class = Types::ListLibraryItemsOutput
|
477
598
|
|
599
|
+
ListQAppSessionDataInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
600
|
+
ListQAppSessionDataInput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "querystring", location_name: "sessionId"))
|
601
|
+
ListQAppSessionDataInput.struct_class = Types::ListQAppSessionDataInput
|
602
|
+
|
603
|
+
ListQAppSessionDataOutput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "sessionId"))
|
604
|
+
ListQAppSessionDataOutput.add_member(:session_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sessionArn"))
|
605
|
+
ListQAppSessionDataOutput.add_member(:session_data, Shapes::ShapeRef.new(shape: QAppSessionDataList, location_name: "sessionData"))
|
606
|
+
ListQAppSessionDataOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
607
|
+
ListQAppSessionDataOutput.struct_class = Types::ListQAppSessionDataOutput
|
608
|
+
|
478
609
|
ListQAppsInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
479
610
|
ListQAppsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PageLimit, location: "querystring", location_name: "limit"))
|
480
611
|
ListQAppsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
@@ -490,6 +621,18 @@ module Aws::QApps
|
|
490
621
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
491
622
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
492
623
|
|
624
|
+
MemoryReferenceList.member = Shapes::ShapeRef.new(shape: String)
|
625
|
+
|
626
|
+
PermissionInput.add_member(:action, Shapes::ShapeRef.new(shape: PermissionInputActionEnum, required: true, location_name: "action"))
|
627
|
+
PermissionInput.add_member(:principal, Shapes::ShapeRef.new(shape: PermissionInputPrincipalString, required: true, location_name: "principal"))
|
628
|
+
PermissionInput.struct_class = Types::PermissionInput
|
629
|
+
|
630
|
+
PermissionOutput.add_member(:action, Shapes::ShapeRef.new(shape: PermissionOutputActionEnum, required: true, location_name: "action"))
|
631
|
+
PermissionOutput.add_member(:principal, Shapes::ShapeRef.new(shape: PrincipalOutput, required: true, location_name: "principal"))
|
632
|
+
PermissionOutput.struct_class = Types::PermissionOutput
|
633
|
+
|
634
|
+
PermissionsOutputList.member = Shapes::ShapeRef.new(shape: PermissionOutput)
|
635
|
+
|
493
636
|
PredictAppDefinition.add_member(:title, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "title"))
|
494
637
|
PredictAppDefinition.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
495
638
|
PredictAppDefinition.add_member(:app_definition, Shapes::ShapeRef.new(shape: AppDefinitionInput, required: true, location_name: "appDefinition"))
|
@@ -513,6 +656,23 @@ module Aws::QApps
|
|
513
656
|
PredictQAppOutput.add_member(:problem_statement, Shapes::ShapeRef.new(shape: String, required: true, location_name: "problemStatement"))
|
514
657
|
PredictQAppOutput.struct_class = Types::PredictQAppOutput
|
515
658
|
|
659
|
+
PresignedUrlFields.key = Shapes::ShapeRef.new(shape: String)
|
660
|
+
PresignedUrlFields.value = Shapes::ShapeRef.new(shape: String)
|
661
|
+
|
662
|
+
PrincipalOutput.add_member(:user_id, Shapes::ShapeRef.new(shape: PrincipalOutputUserIdString, location_name: "userId"))
|
663
|
+
PrincipalOutput.add_member(:user_type, Shapes::ShapeRef.new(shape: PrincipalOutputUserTypeEnum, location_name: "userType"))
|
664
|
+
PrincipalOutput.add_member(:email, Shapes::ShapeRef.new(shape: PrincipalOutputEmailString, location_name: "email"))
|
665
|
+
PrincipalOutput.struct_class = Types::PrincipalOutput
|
666
|
+
|
667
|
+
QAppSessionData.add_member(:card_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "cardId"))
|
668
|
+
QAppSessionData.add_member(:value, Shapes::ShapeRef.new(shape: Document, location_name: "value"))
|
669
|
+
QAppSessionData.add_member(:user, Shapes::ShapeRef.new(shape: User, required: true, location_name: "user"))
|
670
|
+
QAppSessionData.add_member(:submission_id, Shapes::ShapeRef.new(shape: UUID, location_name: "submissionId"))
|
671
|
+
QAppSessionData.add_member(:timestamp, Shapes::ShapeRef.new(shape: QAppsTimestamp, location_name: "timestamp"))
|
672
|
+
QAppSessionData.struct_class = Types::QAppSessionData
|
673
|
+
|
674
|
+
QAppSessionDataList.member = Shapes::ShapeRef.new(shape: QAppSessionData)
|
675
|
+
|
516
676
|
QPluginCard.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
|
517
677
|
QPluginCard.add_member(:title, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "title"))
|
518
678
|
QPluginCard.add_member(:dependencies, Shapes::ShapeRef.new(shape: DependencyList, required: true, location_name: "dependencies"))
|
@@ -536,6 +696,7 @@ module Aws::QApps
|
|
536
696
|
QQueryCard.add_member(:prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "prompt"))
|
537
697
|
QQueryCard.add_member(:output_source, Shapes::ShapeRef.new(shape: CardOutputSource, required: true, location_name: "outputSource"))
|
538
698
|
QQueryCard.add_member(:attribute_filter, Shapes::ShapeRef.new(shape: AttributeFilter, location_name: "attributeFilter"))
|
699
|
+
QQueryCard.add_member(:memory_references, Shapes::ShapeRef.new(shape: MemoryReferenceList, location_name: "memoryReferences"))
|
539
700
|
QQueryCard.struct_class = Types::QQueryCard
|
540
701
|
|
541
702
|
QQueryCardInput.add_member(:title, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "title"))
|
@@ -558,10 +719,16 @@ module Aws::QApps
|
|
558
719
|
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "quotaCode"))
|
559
720
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
560
721
|
|
722
|
+
SessionSharingConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: SessionSharingEnabled, required: true, location_name: "enabled"))
|
723
|
+
SessionSharingConfiguration.add_member(:accept_responses, Shapes::ShapeRef.new(shape: SessionSharingAcceptResponses, location_name: "acceptResponses"))
|
724
|
+
SessionSharingConfiguration.add_member(:reveal_cards, Shapes::ShapeRef.new(shape: SessionSharingRevealCards, location_name: "revealCards"))
|
725
|
+
SessionSharingConfiguration.struct_class = Types::SessionSharingConfiguration
|
726
|
+
|
561
727
|
StartQAppSessionInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
562
728
|
StartQAppSessionInput.add_member(:app_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "appId"))
|
563
729
|
StartQAppSessionInput.add_member(:app_version, Shapes::ShapeRef.new(shape: AppVersion, required: true, location_name: "appVersion"))
|
564
730
|
StartQAppSessionInput.add_member(:initial_values, Shapes::ShapeRef.new(shape: CardValueList, location_name: "initialValues"))
|
731
|
+
StartQAppSessionInput.add_member(:session_id, Shapes::ShapeRef.new(shape: String, location_name: "sessionId"))
|
565
732
|
StartQAppSessionInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
566
733
|
StartQAppSessionInput.struct_class = Types::StartQAppSessionInput
|
567
734
|
|
@@ -573,6 +740,17 @@ module Aws::QApps
|
|
573
740
|
StopQAppSessionInput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "sessionId"))
|
574
741
|
StopQAppSessionInput.struct_class = Types::StopQAppSessionInput
|
575
742
|
|
743
|
+
Submission.add_member(:value, Shapes::ShapeRef.new(shape: Document, location_name: "value"))
|
744
|
+
Submission.add_member(:submission_id, Shapes::ShapeRef.new(shape: UUID, location_name: "submissionId"))
|
745
|
+
Submission.add_member(:timestamp, Shapes::ShapeRef.new(shape: QAppsTimestamp, location_name: "timestamp"))
|
746
|
+
Submission.struct_class = Types::Submission
|
747
|
+
|
748
|
+
SubmissionList.member = Shapes::ShapeRef.new(shape: Submission)
|
749
|
+
|
750
|
+
SubmissionMutation.add_member(:submission_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "submissionId"))
|
751
|
+
SubmissionMutation.add_member(:mutation_type, Shapes::ShapeRef.new(shape: SubmissionMutationKind, required: true, location_name: "mutationType"))
|
752
|
+
SubmissionMutation.struct_class = Types::SubmissionMutation
|
753
|
+
|
576
754
|
TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
|
577
755
|
|
578
756
|
TagMap.key = Shapes::ShapeRef.new(shape: String)
|
@@ -664,15 +842,45 @@ module Aws::QApps
|
|
664
842
|
UpdateQAppOutput.add_member(:required_capabilities, Shapes::ShapeRef.new(shape: AppRequiredCapabilities, location_name: "requiredCapabilities"))
|
665
843
|
UpdateQAppOutput.struct_class = Types::UpdateQAppOutput
|
666
844
|
|
845
|
+
UpdateQAppPermissionsInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
846
|
+
UpdateQAppPermissionsInput.add_member(:app_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "appId"))
|
847
|
+
UpdateQAppPermissionsInput.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: UpdateQAppPermissionsInputGrantPermissionsList, location_name: "grantPermissions"))
|
848
|
+
UpdateQAppPermissionsInput.add_member(:revoke_permissions, Shapes::ShapeRef.new(shape: UpdateQAppPermissionsInputRevokePermissionsList, location_name: "revokePermissions"))
|
849
|
+
UpdateQAppPermissionsInput.struct_class = Types::UpdateQAppPermissionsInput
|
850
|
+
|
851
|
+
UpdateQAppPermissionsInputGrantPermissionsList.member = Shapes::ShapeRef.new(shape: PermissionInput)
|
852
|
+
|
853
|
+
UpdateQAppPermissionsInputRevokePermissionsList.member = Shapes::ShapeRef.new(shape: PermissionInput)
|
854
|
+
|
855
|
+
UpdateQAppPermissionsOutput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "resourceArn"))
|
856
|
+
UpdateQAppPermissionsOutput.add_member(:app_id, Shapes::ShapeRef.new(shape: String, location_name: "appId"))
|
857
|
+
UpdateQAppPermissionsOutput.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionsOutputList, location_name: "permissions"))
|
858
|
+
UpdateQAppPermissionsOutput.struct_class = Types::UpdateQAppPermissionsOutput
|
859
|
+
|
667
860
|
UpdateQAppSessionInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
668
861
|
UpdateQAppSessionInput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "sessionId"))
|
669
862
|
UpdateQAppSessionInput.add_member(:values, Shapes::ShapeRef.new(shape: CardValueList, location_name: "values"))
|
670
863
|
UpdateQAppSessionInput.struct_class = Types::UpdateQAppSessionInput
|
671
864
|
|
865
|
+
UpdateQAppSessionMetadataInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
866
|
+
UpdateQAppSessionMetadataInput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "sessionId"))
|
867
|
+
UpdateQAppSessionMetadataInput.add_member(:session_name, Shapes::ShapeRef.new(shape: SessionName, location_name: "sessionName"))
|
868
|
+
UpdateQAppSessionMetadataInput.add_member(:sharing_configuration, Shapes::ShapeRef.new(shape: SessionSharingConfiguration, required: true, location_name: "sharingConfiguration"))
|
869
|
+
UpdateQAppSessionMetadataInput.struct_class = Types::UpdateQAppSessionMetadataInput
|
870
|
+
|
871
|
+
UpdateQAppSessionMetadataOutput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "sessionId"))
|
872
|
+
UpdateQAppSessionMetadataOutput.add_member(:session_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sessionArn"))
|
873
|
+
UpdateQAppSessionMetadataOutput.add_member(:session_name, Shapes::ShapeRef.new(shape: SessionName, location_name: "sessionName"))
|
874
|
+
UpdateQAppSessionMetadataOutput.add_member(:sharing_configuration, Shapes::ShapeRef.new(shape: SessionSharingConfiguration, required: true, location_name: "sharingConfiguration"))
|
875
|
+
UpdateQAppSessionMetadataOutput.struct_class = Types::UpdateQAppSessionMetadataOutput
|
876
|
+
|
672
877
|
UpdateQAppSessionOutput.add_member(:session_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sessionId"))
|
673
878
|
UpdateQAppSessionOutput.add_member(:session_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sessionArn"))
|
674
879
|
UpdateQAppSessionOutput.struct_class = Types::UpdateQAppSessionOutput
|
675
880
|
|
881
|
+
User.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
|
882
|
+
User.struct_class = Types::User
|
883
|
+
|
676
884
|
UserAppItem.add_member(:app_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "appId"))
|
677
885
|
UserAppItem.add_member(:app_arn, Shapes::ShapeRef.new(shape: AppArn, required: true, location_name: "appArn"))
|
678
886
|
UserAppItem.add_member(:title, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "title"))
|
@@ -798,6 +1006,19 @@ module Aws::QApps
|
|
798
1006
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
799
1007
|
end)
|
800
1008
|
|
1009
|
+
api.add_operation(:create_presigned_url, Seahorse::Model::Operation.new.tap do |o|
|
1010
|
+
o.name = "CreatePresignedUrl"
|
1011
|
+
o.http_method = "POST"
|
1012
|
+
o.http_request_uri = "/apps.createPresignedUrl"
|
1013
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePresignedUrlInput)
|
1014
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePresignedUrlOutput)
|
1015
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1016
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1017
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1018
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1019
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1020
|
+
end)
|
1021
|
+
|
801
1022
|
api.add_operation(:create_q_app, Seahorse::Model::Operation.new.tap do |o|
|
802
1023
|
o.name = "CreateQApp"
|
803
1024
|
o.http_method = "POST"
|
@@ -843,6 +1064,20 @@ module Aws::QApps
|
|
843
1064
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
844
1065
|
end)
|
845
1066
|
|
1067
|
+
api.add_operation(:describe_q_app_permissions, Seahorse::Model::Operation.new.tap do |o|
|
1068
|
+
o.name = "DescribeQAppPermissions"
|
1069
|
+
o.http_method = "GET"
|
1070
|
+
o.http_request_uri = "/apps.describeQAppPermissions"
|
1071
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeQAppPermissionsInput)
|
1072
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeQAppPermissionsOutput)
|
1073
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1074
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1075
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1076
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1077
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1078
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1079
|
+
end)
|
1080
|
+
|
846
1081
|
api.add_operation(:disassociate_library_item_review, Seahorse::Model::Operation.new.tap do |o|
|
847
1082
|
o.name = "DisassociateLibraryItemReview"
|
848
1083
|
o.http_method = "POST"
|
@@ -873,6 +1108,22 @@ module Aws::QApps
|
|
873
1108
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
874
1109
|
end)
|
875
1110
|
|
1111
|
+
api.add_operation(:export_q_app_session_data, Seahorse::Model::Operation.new.tap do |o|
|
1112
|
+
o.name = "ExportQAppSessionData"
|
1113
|
+
o.http_method = "POST"
|
1114
|
+
o.http_request_uri = "/runtime.exportQAppSessionData"
|
1115
|
+
o.input = Shapes::ShapeRef.new(shape: ExportQAppSessionDataInput)
|
1116
|
+
o.output = Shapes::ShapeRef.new(shape: ExportQAppSessionDataOutput)
|
1117
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1118
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1119
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1120
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1121
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1122
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1123
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1124
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1125
|
+
end)
|
1126
|
+
|
876
1127
|
api.add_operation(:get_library_item, Seahorse::Model::Operation.new.tap do |o|
|
877
1128
|
o.name = "GetLibraryItem"
|
878
1129
|
o.http_method = "GET"
|
@@ -916,6 +1167,21 @@ module Aws::QApps
|
|
916
1167
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
917
1168
|
end)
|
918
1169
|
|
1170
|
+
api.add_operation(:get_q_app_session_metadata, Seahorse::Model::Operation.new.tap do |o|
|
1171
|
+
o.name = "GetQAppSessionMetadata"
|
1172
|
+
o.http_method = "GET"
|
1173
|
+
o.http_request_uri = "/runtime.getQAppSessionMetadata"
|
1174
|
+
o.input = Shapes::ShapeRef.new(shape: GetQAppSessionMetadataInput)
|
1175
|
+
o.output = Shapes::ShapeRef.new(shape: GetQAppSessionMetadataOutput)
|
1176
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1177
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1178
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1179
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1180
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1181
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1182
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1183
|
+
end)
|
1184
|
+
|
919
1185
|
api.add_operation(:import_document, Seahorse::Model::Operation.new.tap do |o|
|
920
1186
|
o.name = "ImportDocument"
|
921
1187
|
o.http_method = "POST"
|
@@ -966,6 +1232,21 @@ module Aws::QApps
|
|
966
1232
|
)
|
967
1233
|
end)
|
968
1234
|
|
1235
|
+
api.add_operation(:list_q_app_session_data, Seahorse::Model::Operation.new.tap do |o|
|
1236
|
+
o.name = "ListQAppSessionData"
|
1237
|
+
o.http_method = "GET"
|
1238
|
+
o.http_request_uri = "/runtime.listQAppSessionData"
|
1239
|
+
o.input = Shapes::ShapeRef.new(shape: ListQAppSessionDataInput)
|
1240
|
+
o.output = Shapes::ShapeRef.new(shape: ListQAppSessionDataOutput)
|
1241
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1242
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1243
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1244
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1245
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1246
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1247
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1248
|
+
end)
|
1249
|
+
|
969
1250
|
api.add_operation(:list_q_apps, Seahorse::Model::Operation.new.tap do |o|
|
970
1251
|
o.name = "ListQApps"
|
971
1252
|
o.http_method = "GET"
|
@@ -1113,6 +1394,20 @@ module Aws::QApps
|
|
1113
1394
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1114
1395
|
end)
|
1115
1396
|
|
1397
|
+
api.add_operation(:update_q_app_permissions, Seahorse::Model::Operation.new.tap do |o|
|
1398
|
+
o.name = "UpdateQAppPermissions"
|
1399
|
+
o.http_method = "POST"
|
1400
|
+
o.http_request_uri = "/apps.updateQAppPermissions"
|
1401
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateQAppPermissionsInput)
|
1402
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateQAppPermissionsOutput)
|
1403
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1404
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1405
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1406
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1407
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1408
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1409
|
+
end)
|
1410
|
+
|
1116
1411
|
api.add_operation(:update_q_app_session, Seahorse::Model::Operation.new.tap do |o|
|
1117
1412
|
o.name = "UpdateQAppSession"
|
1118
1413
|
o.http_method = "POST"
|
@@ -1127,6 +1422,21 @@ module Aws::QApps
|
|
1127
1422
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1128
1423
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1129
1424
|
end)
|
1425
|
+
|
1426
|
+
api.add_operation(:update_q_app_session_metadata, Seahorse::Model::Operation.new.tap do |o|
|
1427
|
+
o.name = "UpdateQAppSessionMetadata"
|
1428
|
+
o.http_method = "POST"
|
1429
|
+
o.http_request_uri = "/runtime.updateQAppSessionMetadata"
|
1430
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateQAppSessionMetadataInput)
|
1431
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateQAppSessionMetadataOutput)
|
1432
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1433
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1434
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1435
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1436
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1437
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1438
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1439
|
+
end)
|
1130
1440
|
end
|
1131
1441
|
|
1132
1442
|
end
|