aws-sdk-qapps 1.8.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-qapps/client.rb +847 -46
- data/lib/aws-sdk-qapps/client_api.rb +422 -0
- data/lib/aws-sdk-qapps/types.rb +861 -14
- data/lib/aws-sdk-qapps.rb +1 -1
- data/sig/client.rbs +208 -12
- data/sig/types.rbs +251 -10
- metadata +2 -2
@@ -27,6 +27,13 @@ module Aws::QApps
|
|
27
27
|
AssociateQAppWithUserInput = Shapes::StructureShape.new(name: 'AssociateQAppWithUserInput')
|
28
28
|
AttributeFilter = Shapes::StructureShape.new(name: 'AttributeFilter')
|
29
29
|
AttributeFilters = Shapes::ListShape.new(name: 'AttributeFilters')
|
30
|
+
BatchCreateCategoryInput = Shapes::StructureShape.new(name: 'BatchCreateCategoryInput')
|
31
|
+
BatchCreateCategoryInputCategory = Shapes::StructureShape.new(name: 'BatchCreateCategoryInputCategory')
|
32
|
+
BatchCreateCategoryInputCategoryColorString = Shapes::StringShape.new(name: 'BatchCreateCategoryInputCategoryColorString')
|
33
|
+
BatchCreateCategoryInputCategoryList = Shapes::ListShape.new(name: 'BatchCreateCategoryInputCategoryList')
|
34
|
+
BatchCreateCategoryInputCategoryTitleString = Shapes::StringShape.new(name: 'BatchCreateCategoryInputCategoryTitleString')
|
35
|
+
BatchDeleteCategoryInput = Shapes::StructureShape.new(name: 'BatchDeleteCategoryInput')
|
36
|
+
BatchUpdateCategoryInput = Shapes::StructureShape.new(name: 'BatchUpdateCategoryInput')
|
30
37
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
31
38
|
Card = Shapes::UnionShape.new(name: 'Card')
|
32
39
|
CardInput = Shapes::UnionShape.new(name: 'CardInput')
|
@@ -39,24 +46,36 @@ module Aws::QApps
|
|
39
46
|
CardValue = Shapes::StructureShape.new(name: 'CardValue')
|
40
47
|
CardValueList = Shapes::ListShape.new(name: 'CardValueList')
|
41
48
|
CardValueValueString = Shapes::StringShape.new(name: 'CardValueValueString')
|
49
|
+
CategoriesList = Shapes::ListShape.new(name: 'CategoriesList')
|
42
50
|
Category = Shapes::StructureShape.new(name: 'Category')
|
43
51
|
CategoryIdList = Shapes::ListShape.new(name: 'CategoryIdList')
|
52
|
+
CategoryInput = Shapes::StructureShape.new(name: 'CategoryInput')
|
53
|
+
CategoryInputColorString = Shapes::StringShape.new(name: 'CategoryInputColorString')
|
54
|
+
CategoryInputTitleString = Shapes::StringShape.new(name: 'CategoryInputTitleString')
|
44
55
|
CategoryList = Shapes::ListShape.new(name: 'CategoryList')
|
56
|
+
CategoryListInput = Shapes::ListShape.new(name: 'CategoryListInput')
|
45
57
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
46
58
|
ContentTooLargeException = Shapes::StructureShape.new(name: 'ContentTooLargeException')
|
47
59
|
ConversationMessage = Shapes::StructureShape.new(name: 'ConversationMessage')
|
48
60
|
ConversationMessageBodyString = Shapes::StringShape.new(name: 'ConversationMessageBodyString')
|
49
61
|
CreateLibraryItemInput = Shapes::StructureShape.new(name: 'CreateLibraryItemInput')
|
50
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')
|
51
66
|
CreateQAppInput = Shapes::StructureShape.new(name: 'CreateQAppInput')
|
52
67
|
CreateQAppOutput = Shapes::StructureShape.new(name: 'CreateQAppOutput')
|
53
68
|
Default = Shapes::StringShape.new(name: 'Default')
|
69
|
+
DeleteCategoryInputList = Shapes::ListShape.new(name: 'DeleteCategoryInputList')
|
54
70
|
DeleteLibraryItemInput = Shapes::StructureShape.new(name: 'DeleteLibraryItemInput')
|
55
71
|
DeleteQAppInput = Shapes::StructureShape.new(name: 'DeleteQAppInput')
|
56
72
|
DependencyList = Shapes::ListShape.new(name: 'DependencyList')
|
73
|
+
DescribeQAppPermissionsInput = Shapes::StructureShape.new(name: 'DescribeQAppPermissionsInput')
|
74
|
+
DescribeQAppPermissionsOutput = Shapes::StructureShape.new(name: 'DescribeQAppPermissionsOutput')
|
57
75
|
Description = Shapes::StringShape.new(name: 'Description')
|
58
76
|
DisassociateLibraryItemReviewInput = Shapes::StructureShape.new(name: 'DisassociateLibraryItemReviewInput')
|
59
77
|
DisassociateQAppFromUserInput = Shapes::StructureShape.new(name: 'DisassociateQAppFromUserInput')
|
78
|
+
Document = Shapes::DocumentShape.new(name: 'Document', document: true)
|
60
79
|
DocumentAttribute = Shapes::StructureShape.new(name: 'DocumentAttribute')
|
61
80
|
DocumentAttributeKey = Shapes::StringShape.new(name: 'DocumentAttributeKey')
|
62
81
|
DocumentAttributeStringListValue = Shapes::ListShape.new(name: 'DocumentAttributeStringListValue')
|
@@ -64,33 +83,53 @@ module Aws::QApps
|
|
64
83
|
DocumentAttributeValueStringValueString = Shapes::StringShape.new(name: 'DocumentAttributeValueStringValueString')
|
65
84
|
DocumentScope = Shapes::StringShape.new(name: 'DocumentScope')
|
66
85
|
ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
|
86
|
+
ExportQAppSessionDataInput = Shapes::StructureShape.new(name: 'ExportQAppSessionDataInput')
|
87
|
+
ExportQAppSessionDataOutput = Shapes::StructureShape.new(name: 'ExportQAppSessionDataOutput')
|
67
88
|
FileUploadCard = Shapes::StructureShape.new(name: 'FileUploadCard')
|
68
89
|
FileUploadCardInput = Shapes::StructureShape.new(name: 'FileUploadCardInput')
|
69
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)
|
70
95
|
GetLibraryItemInput = Shapes::StructureShape.new(name: 'GetLibraryItemInput')
|
71
96
|
GetLibraryItemOutput = Shapes::StructureShape.new(name: 'GetLibraryItemOutput')
|
72
97
|
GetQAppInput = Shapes::StructureShape.new(name: 'GetQAppInput')
|
73
98
|
GetQAppOutput = Shapes::StructureShape.new(name: 'GetQAppOutput')
|
74
99
|
GetQAppSessionInput = Shapes::StructureShape.new(name: 'GetQAppSessionInput')
|
100
|
+
GetQAppSessionMetadataInput = Shapes::StructureShape.new(name: 'GetQAppSessionMetadataInput')
|
101
|
+
GetQAppSessionMetadataOutput = Shapes::StructureShape.new(name: 'GetQAppSessionMetadataOutput')
|
75
102
|
GetQAppSessionOutput = Shapes::StructureShape.new(name: 'GetQAppSessionOutput')
|
76
103
|
ImportDocumentInput = Shapes::StructureShape.new(name: 'ImportDocumentInput')
|
77
104
|
ImportDocumentOutput = Shapes::StructureShape.new(name: 'ImportDocumentOutput')
|
78
105
|
InitialPrompt = Shapes::StringShape.new(name: 'InitialPrompt')
|
106
|
+
InputCardComputeMode = Shapes::StringShape.new(name: 'InputCardComputeMode')
|
79
107
|
InstanceId = Shapes::StringShape.new(name: 'InstanceId')
|
80
108
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
81
109
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
82
110
|
LibraryItemList = Shapes::ListShape.new(name: 'LibraryItemList')
|
83
111
|
LibraryItemMember = Shapes::StructureShape.new(name: 'LibraryItemMember')
|
84
112
|
LibraryItemStatus = Shapes::StringShape.new(name: 'LibraryItemStatus')
|
113
|
+
ListCategoriesInput = Shapes::StructureShape.new(name: 'ListCategoriesInput')
|
114
|
+
ListCategoriesOutput = Shapes::StructureShape.new(name: 'ListCategoriesOutput')
|
85
115
|
ListLibraryItemsInput = Shapes::StructureShape.new(name: 'ListLibraryItemsInput')
|
86
116
|
ListLibraryItemsOutput = Shapes::StructureShape.new(name: 'ListLibraryItemsOutput')
|
117
|
+
ListQAppSessionDataInput = Shapes::StructureShape.new(name: 'ListQAppSessionDataInput')
|
118
|
+
ListQAppSessionDataOutput = Shapes::StructureShape.new(name: 'ListQAppSessionDataOutput')
|
87
119
|
ListQAppsInput = Shapes::StructureShape.new(name: 'ListQAppsInput')
|
88
120
|
ListQAppsOutput = Shapes::StructureShape.new(name: 'ListQAppsOutput')
|
89
121
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
90
122
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
91
123
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
124
|
+
MemoryReferenceList = Shapes::ListShape.new(name: 'MemoryReferenceList')
|
92
125
|
PageLimit = Shapes::IntegerShape.new(name: 'PageLimit')
|
93
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')
|
94
133
|
Placeholder = Shapes::StringShape.new(name: 'Placeholder')
|
95
134
|
PlatoString = Shapes::StringShape.new(name: 'PlatoString')
|
96
135
|
PluginId = Shapes::StringShape.new(name: 'PluginId')
|
@@ -101,7 +140,14 @@ module Aws::QApps
|
|
101
140
|
PredictQAppInputOptionsConversationList = Shapes::ListShape.new(name: 'PredictQAppInputOptionsConversationList')
|
102
141
|
PredictQAppInputOptionsProblemStatementString = Shapes::StringShape.new(name: 'PredictQAppInputOptionsProblemStatementString')
|
103
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')
|
104
148
|
Prompt = Shapes::StringShape.new(name: 'Prompt')
|
149
|
+
QAppSessionData = Shapes::StructureShape.new(name: 'QAppSessionData')
|
150
|
+
QAppSessionDataList = Shapes::ListShape.new(name: 'QAppSessionDataList')
|
105
151
|
QAppsTimestamp = Shapes::TimestampShape.new(name: 'QAppsTimestamp', timestampFormat: "iso8601")
|
106
152
|
QPluginCard = Shapes::StructureShape.new(name: 'QPluginCard')
|
107
153
|
QPluginCardInput = Shapes::StructureShape.new(name: 'QPluginCardInput')
|
@@ -110,10 +156,19 @@ module Aws::QApps
|
|
110
156
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
111
157
|
Sender = Shapes::StringShape.new(name: 'Sender')
|
112
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')
|
113
164
|
StartQAppSessionInput = Shapes::StructureShape.new(name: 'StartQAppSessionInput')
|
114
165
|
StartQAppSessionOutput = Shapes::StructureShape.new(name: 'StartQAppSessionOutput')
|
115
166
|
StopQAppSessionInput = Shapes::StructureShape.new(name: 'StopQAppSessionInput')
|
116
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')
|
117
172
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
118
173
|
TagKeys = Shapes::ListShape.new(name: 'TagKeys')
|
119
174
|
TagMap = Shapes::MapShape.new(name: 'TagMap')
|
@@ -135,10 +190,18 @@ module Aws::QApps
|
|
135
190
|
UpdateLibraryItemOutput = Shapes::StructureShape.new(name: 'UpdateLibraryItemOutput')
|
136
191
|
UpdateQAppInput = Shapes::StructureShape.new(name: 'UpdateQAppInput')
|
137
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')
|
138
197
|
UpdateQAppSessionInput = Shapes::StructureShape.new(name: 'UpdateQAppSessionInput')
|
198
|
+
UpdateQAppSessionMetadataInput = Shapes::StructureShape.new(name: 'UpdateQAppSessionMetadataInput')
|
199
|
+
UpdateQAppSessionMetadataOutput = Shapes::StructureShape.new(name: 'UpdateQAppSessionMetadataOutput')
|
139
200
|
UpdateQAppSessionOutput = Shapes::StructureShape.new(name: 'UpdateQAppSessionOutput')
|
201
|
+
User = Shapes::StructureShape.new(name: 'User')
|
140
202
|
UserAppItem = Shapes::StructureShape.new(name: 'UserAppItem')
|
141
203
|
UserAppsList = Shapes::ListShape.new(name: 'UserAppsList')
|
204
|
+
UserId = Shapes::StringShape.new(name: 'UserId')
|
142
205
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
143
206
|
|
144
207
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
@@ -177,15 +240,36 @@ module Aws::QApps
|
|
177
240
|
|
178
241
|
AttributeFilters.member = Shapes::ShapeRef.new(shape: AttributeFilter)
|
179
242
|
|
243
|
+
BatchCreateCategoryInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
244
|
+
BatchCreateCategoryInput.add_member(:categories, Shapes::ShapeRef.new(shape: BatchCreateCategoryInputCategoryList, required: true, location_name: "categories"))
|
245
|
+
BatchCreateCategoryInput.struct_class = Types::BatchCreateCategoryInput
|
246
|
+
|
247
|
+
BatchCreateCategoryInputCategory.add_member(:id, Shapes::ShapeRef.new(shape: UUID, location_name: "id"))
|
248
|
+
BatchCreateCategoryInputCategory.add_member(:title, Shapes::ShapeRef.new(shape: BatchCreateCategoryInputCategoryTitleString, required: true, location_name: "title"))
|
249
|
+
BatchCreateCategoryInputCategory.add_member(:color, Shapes::ShapeRef.new(shape: BatchCreateCategoryInputCategoryColorString, location_name: "color"))
|
250
|
+
BatchCreateCategoryInputCategory.struct_class = Types::BatchCreateCategoryInputCategory
|
251
|
+
|
252
|
+
BatchCreateCategoryInputCategoryList.member = Shapes::ShapeRef.new(shape: BatchCreateCategoryInputCategory)
|
253
|
+
|
254
|
+
BatchDeleteCategoryInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
255
|
+
BatchDeleteCategoryInput.add_member(:categories, Shapes::ShapeRef.new(shape: DeleteCategoryInputList, required: true, location_name: "categories"))
|
256
|
+
BatchDeleteCategoryInput.struct_class = Types::BatchDeleteCategoryInput
|
257
|
+
|
258
|
+
BatchUpdateCategoryInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
259
|
+
BatchUpdateCategoryInput.add_member(:categories, Shapes::ShapeRef.new(shape: CategoryListInput, required: true, location_name: "categories"))
|
260
|
+
BatchUpdateCategoryInput.struct_class = Types::BatchUpdateCategoryInput
|
261
|
+
|
180
262
|
Card.add_member(:text_input, Shapes::ShapeRef.new(shape: TextInputCard, location_name: "textInput"))
|
181
263
|
Card.add_member(:q_query, Shapes::ShapeRef.new(shape: QQueryCard, location_name: "qQuery"))
|
182
264
|
Card.add_member(:q_plugin, Shapes::ShapeRef.new(shape: QPluginCard, location_name: "qPlugin"))
|
183
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"))
|
184
267
|
Card.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
185
268
|
Card.add_member_subclass(:text_input, Types::Card::TextInput)
|
186
269
|
Card.add_member_subclass(:q_query, Types::Card::QQuery)
|
187
270
|
Card.add_member_subclass(:q_plugin, Types::Card::QPlugin)
|
188
271
|
Card.add_member_subclass(:file_upload, Types::Card::FileUpload)
|
272
|
+
Card.add_member_subclass(:form_input, Types::Card::FormInput)
|
189
273
|
Card.add_member_subclass(:unknown, Types::Card::Unknown)
|
190
274
|
Card.struct_class = Types::Card
|
191
275
|
|
@@ -193,11 +277,13 @@ module Aws::QApps
|
|
193
277
|
CardInput.add_member(:q_query, Shapes::ShapeRef.new(shape: QQueryCardInput, location_name: "qQuery"))
|
194
278
|
CardInput.add_member(:q_plugin, Shapes::ShapeRef.new(shape: QPluginCardInput, location_name: "qPlugin"))
|
195
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"))
|
196
281
|
CardInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
197
282
|
CardInput.add_member_subclass(:text_input, Types::CardInput::TextInput)
|
198
283
|
CardInput.add_member_subclass(:q_query, Types::CardInput::QQuery)
|
199
284
|
CardInput.add_member_subclass(:q_plugin, Types::CardInput::QPlugin)
|
200
285
|
CardInput.add_member_subclass(:file_upload, Types::CardInput::FileUpload)
|
286
|
+
CardInput.add_member_subclass(:form_input, Types::CardInput::FormInput)
|
201
287
|
CardInput.add_member_subclass(:unknown, Types::CardInput::Unknown)
|
202
288
|
CardInput.struct_class = Types::CardInput
|
203
289
|
|
@@ -207,6 +293,7 @@ module Aws::QApps
|
|
207
293
|
|
208
294
|
CardStatus.add_member(:current_state, Shapes::ShapeRef.new(shape: ExecutionStatus, required: true, location_name: "currentState"))
|
209
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"))
|
210
297
|
CardStatus.struct_class = Types::CardStatus
|
211
298
|
|
212
299
|
CardStatusMap.key = Shapes::ShapeRef.new(shape: UUID)
|
@@ -214,18 +301,30 @@ module Aws::QApps
|
|
214
301
|
|
215
302
|
CardValue.add_member(:card_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "cardId"))
|
216
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"))
|
217
305
|
CardValue.struct_class = Types::CardValue
|
218
306
|
|
219
307
|
CardValueList.member = Shapes::ShapeRef.new(shape: CardValue)
|
220
308
|
|
309
|
+
CategoriesList.member = Shapes::ShapeRef.new(shape: Category)
|
310
|
+
|
221
311
|
Category.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
|
222
312
|
Category.add_member(:title, Shapes::ShapeRef.new(shape: String, required: true, location_name: "title"))
|
313
|
+
Category.add_member(:color, Shapes::ShapeRef.new(shape: String, location_name: "color"))
|
314
|
+
Category.add_member(:app_count, Shapes::ShapeRef.new(shape: Integer, location_name: "appCount"))
|
223
315
|
Category.struct_class = Types::Category
|
224
316
|
|
225
317
|
CategoryIdList.member = Shapes::ShapeRef.new(shape: UUID)
|
226
318
|
|
319
|
+
CategoryInput.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
|
320
|
+
CategoryInput.add_member(:title, Shapes::ShapeRef.new(shape: CategoryInputTitleString, required: true, location_name: "title"))
|
321
|
+
CategoryInput.add_member(:color, Shapes::ShapeRef.new(shape: CategoryInputColorString, location_name: "color"))
|
322
|
+
CategoryInput.struct_class = Types::CategoryInput
|
323
|
+
|
227
324
|
CategoryList.member = Shapes::ShapeRef.new(shape: Category)
|
228
325
|
|
326
|
+
CategoryListInput.member = Shapes::ShapeRef.new(shape: CategoryInput)
|
327
|
+
|
229
328
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
230
329
|
ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
|
231
330
|
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
|
@@ -256,6 +355,21 @@ module Aws::QApps
|
|
256
355
|
CreateLibraryItemOutput.add_member(:is_verified, Shapes::ShapeRef.new(shape: Boolean, location_name: "isVerified"))
|
257
356
|
CreateLibraryItemOutput.struct_class = Types::CreateLibraryItemOutput
|
258
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
|
+
|
259
373
|
CreateQAppInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
260
374
|
CreateQAppInput.add_member(:title, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "title"))
|
261
375
|
CreateQAppInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
@@ -277,6 +391,8 @@ module Aws::QApps
|
|
277
391
|
CreateQAppOutput.add_member(:required_capabilities, Shapes::ShapeRef.new(shape: AppRequiredCapabilities, location_name: "requiredCapabilities"))
|
278
392
|
CreateQAppOutput.struct_class = Types::CreateQAppOutput
|
279
393
|
|
394
|
+
DeleteCategoryInputList.member = Shapes::ShapeRef.new(shape: UUID)
|
395
|
+
|
280
396
|
DeleteLibraryItemInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
281
397
|
DeleteLibraryItemInput.add_member(:library_item_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "libraryItemId"))
|
282
398
|
DeleteLibraryItemInput.struct_class = Types::DeleteLibraryItemInput
|
@@ -287,6 +403,15 @@ module Aws::QApps
|
|
287
403
|
|
288
404
|
DependencyList.member = Shapes::ShapeRef.new(shape: String)
|
289
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
|
+
|
290
415
|
DisassociateLibraryItemReviewInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
291
416
|
DisassociateLibraryItemReviewInput.add_member(:library_item_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "libraryItemId"))
|
292
417
|
DisassociateLibraryItemReviewInput.struct_class = Types::DisassociateLibraryItemReviewInput
|
@@ -313,6 +438,15 @@ module Aws::QApps
|
|
313
438
|
DocumentAttributeValue.add_member_subclass(:unknown, Types::DocumentAttributeValue::Unknown)
|
314
439
|
DocumentAttributeValue.struct_class = Types::DocumentAttributeValue
|
315
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
|
+
|
316
450
|
FileUploadCard.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
|
317
451
|
FileUploadCard.add_member(:title, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "title"))
|
318
452
|
FileUploadCard.add_member(:dependencies, Shapes::ShapeRef.new(shape: DependencyList, required: true, location_name: "dependencies"))
|
@@ -330,6 +464,24 @@ module Aws::QApps
|
|
330
464
|
FileUploadCardInput.add_member(:allow_override, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowOverride"))
|
331
465
|
FileUploadCardInput.struct_class = Types::FileUploadCardInput
|
332
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
|
+
|
333
485
|
GetLibraryItemInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
334
486
|
GetLibraryItemInput.add_member(:library_item_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "querystring", location_name: "libraryItemId"))
|
335
487
|
GetLibraryItemInput.add_member(:app_id, Shapes::ShapeRef.new(shape: UUID, location: "querystring", location_name: "appId"))
|
@@ -352,6 +504,7 @@ module Aws::QApps
|
|
352
504
|
|
353
505
|
GetQAppInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
354
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"))
|
355
508
|
GetQAppInput.struct_class = Types::GetQAppInput
|
356
509
|
|
357
510
|
GetQAppOutput.add_member(:app_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "appId"))
|
@@ -373,10 +526,25 @@ module Aws::QApps
|
|
373
526
|
GetQAppSessionInput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "querystring", location_name: "sessionId"))
|
374
527
|
GetQAppSessionInput.struct_class = Types::GetQAppSessionInput
|
375
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
|
+
|
376
540
|
GetQAppSessionOutput.add_member(:session_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sessionId"))
|
377
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"))
|
378
545
|
GetQAppSessionOutput.add_member(:status, Shapes::ShapeRef.new(shape: ExecutionStatus, required: true, location_name: "status"))
|
379
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"))
|
380
548
|
GetQAppSessionOutput.struct_class = Types::GetQAppSessionOutput
|
381
549
|
|
382
550
|
ImportDocumentInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
@@ -412,6 +580,12 @@ module Aws::QApps
|
|
412
580
|
LibraryItemMember.add_member(:is_verified, Shapes::ShapeRef.new(shape: Boolean, location_name: "isVerified"))
|
413
581
|
LibraryItemMember.struct_class = Types::LibraryItemMember
|
414
582
|
|
583
|
+
ListCategoriesInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
584
|
+
ListCategoriesInput.struct_class = Types::ListCategoriesInput
|
585
|
+
|
586
|
+
ListCategoriesOutput.add_member(:categories, Shapes::ShapeRef.new(shape: CategoriesList, location_name: "categories"))
|
587
|
+
ListCategoriesOutput.struct_class = Types::ListCategoriesOutput
|
588
|
+
|
415
589
|
ListLibraryItemsInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
416
590
|
ListLibraryItemsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PageLimit, location: "querystring", location_name: "limit"))
|
417
591
|
ListLibraryItemsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
@@ -422,6 +596,16 @@ module Aws::QApps
|
|
422
596
|
ListLibraryItemsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
423
597
|
ListLibraryItemsOutput.struct_class = Types::ListLibraryItemsOutput
|
424
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
|
+
|
425
609
|
ListQAppsInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
426
610
|
ListQAppsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PageLimit, location: "querystring", location_name: "limit"))
|
427
611
|
ListQAppsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
@@ -437,6 +621,18 @@ module Aws::QApps
|
|
437
621
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
438
622
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
439
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
|
+
|
440
636
|
PredictAppDefinition.add_member(:title, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "title"))
|
441
637
|
PredictAppDefinition.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
442
638
|
PredictAppDefinition.add_member(:app_definition, Shapes::ShapeRef.new(shape: AppDefinitionInput, required: true, location_name: "appDefinition"))
|
@@ -460,6 +656,23 @@ module Aws::QApps
|
|
460
656
|
PredictQAppOutput.add_member(:problem_statement, Shapes::ShapeRef.new(shape: String, required: true, location_name: "problemStatement"))
|
461
657
|
PredictQAppOutput.struct_class = Types::PredictQAppOutput
|
462
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
|
+
|
463
676
|
QPluginCard.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
|
464
677
|
QPluginCard.add_member(:title, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "title"))
|
465
678
|
QPluginCard.add_member(:dependencies, Shapes::ShapeRef.new(shape: DependencyList, required: true, location_name: "dependencies"))
|
@@ -483,6 +696,7 @@ module Aws::QApps
|
|
483
696
|
QQueryCard.add_member(:prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "prompt"))
|
484
697
|
QQueryCard.add_member(:output_source, Shapes::ShapeRef.new(shape: CardOutputSource, required: true, location_name: "outputSource"))
|
485
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"))
|
486
700
|
QQueryCard.struct_class = Types::QQueryCard
|
487
701
|
|
488
702
|
QQueryCardInput.add_member(:title, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "title"))
|
@@ -505,10 +719,16 @@ module Aws::QApps
|
|
505
719
|
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "quotaCode"))
|
506
720
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
507
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
|
+
|
508
727
|
StartQAppSessionInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
509
728
|
StartQAppSessionInput.add_member(:app_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "appId"))
|
510
729
|
StartQAppSessionInput.add_member(:app_version, Shapes::ShapeRef.new(shape: AppVersion, required: true, location_name: "appVersion"))
|
511
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"))
|
512
732
|
StartQAppSessionInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
513
733
|
StartQAppSessionInput.struct_class = Types::StartQAppSessionInput
|
514
734
|
|
@@ -520,6 +740,17 @@ module Aws::QApps
|
|
520
740
|
StopQAppSessionInput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "sessionId"))
|
521
741
|
StopQAppSessionInput.struct_class = Types::StopQAppSessionInput
|
522
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
|
+
|
523
754
|
TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
|
524
755
|
|
525
756
|
TagMap.key = Shapes::ShapeRef.new(shape: String)
|
@@ -611,15 +842,45 @@ module Aws::QApps
|
|
611
842
|
UpdateQAppOutput.add_member(:required_capabilities, Shapes::ShapeRef.new(shape: AppRequiredCapabilities, location_name: "requiredCapabilities"))
|
612
843
|
UpdateQAppOutput.struct_class = Types::UpdateQAppOutput
|
613
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
|
+
|
614
860
|
UpdateQAppSessionInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "header", location_name: "instance-id"))
|
615
861
|
UpdateQAppSessionInput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "sessionId"))
|
616
862
|
UpdateQAppSessionInput.add_member(:values, Shapes::ShapeRef.new(shape: CardValueList, location_name: "values"))
|
617
863
|
UpdateQAppSessionInput.struct_class = Types::UpdateQAppSessionInput
|
618
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
|
+
|
619
877
|
UpdateQAppSessionOutput.add_member(:session_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sessionId"))
|
620
878
|
UpdateQAppSessionOutput.add_member(:session_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sessionArn"))
|
621
879
|
UpdateQAppSessionOutput.struct_class = Types::UpdateQAppSessionOutput
|
622
880
|
|
881
|
+
User.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
|
882
|
+
User.struct_class = Types::User
|
883
|
+
|
623
884
|
UserAppItem.add_member(:app_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "appId"))
|
624
885
|
UserAppItem.add_member(:app_arn, Shapes::ShapeRef.new(shape: AppArn, required: true, location_name: "appArn"))
|
625
886
|
UserAppItem.add_member(:title, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "title"))
|
@@ -685,6 +946,51 @@ module Aws::QApps
|
|
685
946
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
686
947
|
end)
|
687
948
|
|
949
|
+
api.add_operation(:batch_create_category, Seahorse::Model::Operation.new.tap do |o|
|
950
|
+
o.name = "BatchCreateCategory"
|
951
|
+
o.http_method = "POST"
|
952
|
+
o.http_request_uri = "/catalog.createCategories"
|
953
|
+
o.input = Shapes::ShapeRef.new(shape: BatchCreateCategoryInput)
|
954
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
955
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
956
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
957
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
958
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
959
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
960
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
961
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
962
|
+
end)
|
963
|
+
|
964
|
+
api.add_operation(:batch_delete_category, Seahorse::Model::Operation.new.tap do |o|
|
965
|
+
o.name = "BatchDeleteCategory"
|
966
|
+
o.http_method = "POST"
|
967
|
+
o.http_request_uri = "/catalog.deleteCategories"
|
968
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDeleteCategoryInput)
|
969
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
970
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
971
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
972
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
973
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
974
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
975
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
976
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
977
|
+
end)
|
978
|
+
|
979
|
+
api.add_operation(:batch_update_category, Seahorse::Model::Operation.new.tap do |o|
|
980
|
+
o.name = "BatchUpdateCategory"
|
981
|
+
o.http_method = "POST"
|
982
|
+
o.http_request_uri = "/catalog.updateCategories"
|
983
|
+
o.input = Shapes::ShapeRef.new(shape: BatchUpdateCategoryInput)
|
984
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
985
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
986
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
987
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
988
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
989
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
990
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
991
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
992
|
+
end)
|
993
|
+
|
688
994
|
api.add_operation(:create_library_item, Seahorse::Model::Operation.new.tap do |o|
|
689
995
|
o.name = "CreateLibraryItem"
|
690
996
|
o.http_method = "POST"
|
@@ -700,6 +1006,19 @@ module Aws::QApps
|
|
700
1006
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
701
1007
|
end)
|
702
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
|
+
|
703
1022
|
api.add_operation(:create_q_app, Seahorse::Model::Operation.new.tap do |o|
|
704
1023
|
o.name = "CreateQApp"
|
705
1024
|
o.http_method = "POST"
|
@@ -745,6 +1064,20 @@ module Aws::QApps
|
|
745
1064
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
746
1065
|
end)
|
747
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
|
+
|
748
1081
|
api.add_operation(:disassociate_library_item_review, Seahorse::Model::Operation.new.tap do |o|
|
749
1082
|
o.name = "DisassociateLibraryItemReview"
|
750
1083
|
o.http_method = "POST"
|
@@ -775,6 +1108,22 @@ module Aws::QApps
|
|
775
1108
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
776
1109
|
end)
|
777
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
|
+
|
778
1127
|
api.add_operation(:get_library_item, Seahorse::Model::Operation.new.tap do |o|
|
779
1128
|
o.name = "GetLibraryItem"
|
780
1129
|
o.http_method = "GET"
|
@@ -818,6 +1167,21 @@ module Aws::QApps
|
|
818
1167
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
819
1168
|
end)
|
820
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
|
+
|
821
1185
|
api.add_operation(:import_document, Seahorse::Model::Operation.new.tap do |o|
|
822
1186
|
o.name = "ImportDocument"
|
823
1187
|
o.http_method = "POST"
|
@@ -834,6 +1198,20 @@ module Aws::QApps
|
|
834
1198
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
835
1199
|
end)
|
836
1200
|
|
1201
|
+
api.add_operation(:list_categories, Seahorse::Model::Operation.new.tap do |o|
|
1202
|
+
o.name = "ListCategories"
|
1203
|
+
o.http_method = "GET"
|
1204
|
+
o.http_request_uri = "/catalog.listCategories"
|
1205
|
+
o.input = Shapes::ShapeRef.new(shape: ListCategoriesInput)
|
1206
|
+
o.output = Shapes::ShapeRef.new(shape: ListCategoriesOutput)
|
1207
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1208
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1209
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1210
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1211
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
1212
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1213
|
+
end)
|
1214
|
+
|
837
1215
|
api.add_operation(:list_library_items, Seahorse::Model::Operation.new.tap do |o|
|
838
1216
|
o.name = "ListLibraryItems"
|
839
1217
|
o.http_method = "GET"
|
@@ -854,6 +1232,21 @@ module Aws::QApps
|
|
854
1232
|
)
|
855
1233
|
end)
|
856
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
|
+
|
857
1250
|
api.add_operation(:list_q_apps, Seahorse::Model::Operation.new.tap do |o|
|
858
1251
|
o.name = "ListQApps"
|
859
1252
|
o.http_method = "GET"
|
@@ -1001,6 +1394,20 @@ module Aws::QApps
|
|
1001
1394
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1002
1395
|
end)
|
1003
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
|
+
|
1004
1411
|
api.add_operation(:update_q_app_session, Seahorse::Model::Operation.new.tap do |o|
|
1005
1412
|
o.name = "UpdateQAppSession"
|
1006
1413
|
o.http_method = "POST"
|
@@ -1015,6 +1422,21 @@ module Aws::QApps
|
|
1015
1422
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1016
1423
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1017
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)
|
1018
1440
|
end
|
1019
1441
|
|
1020
1442
|
end
|