aws-sdk-connectcases 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-connectcases/client.rb +1885 -0
- data/lib/aws-sdk-connectcases/client_api.rb +1202 -0
- data/lib/aws-sdk-connectcases/customizations.rb +0 -0
- data/lib/aws-sdk-connectcases/errors.rb +173 -0
- data/lib/aws-sdk-connectcases/resource.rb +26 -0
- data/lib/aws-sdk-connectcases/types.rb +2844 -0
- data/lib/aws-sdk-connectcases.rb +53 -0
- metadata +90 -0
@@ -0,0 +1,1202 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# WARNING ABOUT GENERATED CODE
|
4
|
+
#
|
5
|
+
# This file is generated. See the contributing guide for more information:
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
|
+
#
|
8
|
+
# WARNING ABOUT GENERATED CODE
|
9
|
+
|
10
|
+
module Aws::ConnectCases
|
11
|
+
# @api private
|
12
|
+
module ClientApi
|
13
|
+
|
14
|
+
include Seahorse::Model
|
15
|
+
|
16
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
17
|
+
Arn = Shapes::StringShape.new(name: 'Arn')
|
18
|
+
AssociationTime = Shapes::TimestampShape.new(name: 'AssociationTime', timestampFormat: "iso8601")
|
19
|
+
BasicLayout = Shapes::StructureShape.new(name: 'BasicLayout')
|
20
|
+
BatchGetFieldIdentifierList = Shapes::ListShape.new(name: 'BatchGetFieldIdentifierList')
|
21
|
+
BatchGetFieldRequest = Shapes::StructureShape.new(name: 'BatchGetFieldRequest')
|
22
|
+
BatchGetFieldResponse = Shapes::StructureShape.new(name: 'BatchGetFieldResponse')
|
23
|
+
BatchGetFieldResponseErrorsList = Shapes::ListShape.new(name: 'BatchGetFieldResponseErrorsList')
|
24
|
+
BatchGetFieldResponseFieldsList = Shapes::ListShape.new(name: 'BatchGetFieldResponseFieldsList')
|
25
|
+
BatchPutFieldOptionsRequest = Shapes::StructureShape.new(name: 'BatchPutFieldOptionsRequest')
|
26
|
+
BatchPutFieldOptionsRequestOptionsList = Shapes::ListShape.new(name: 'BatchPutFieldOptionsRequestOptionsList')
|
27
|
+
BatchPutFieldOptionsResponse = Shapes::StructureShape.new(name: 'BatchPutFieldOptionsResponse')
|
28
|
+
BatchPutFieldOptionsResponseErrorsList = Shapes::ListShape.new(name: 'BatchPutFieldOptionsResponseErrorsList')
|
29
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
30
|
+
CaseArn = Shapes::StringShape.new(name: 'CaseArn')
|
31
|
+
CaseEventIncludedData = Shapes::StructureShape.new(name: 'CaseEventIncludedData')
|
32
|
+
CaseEventIncludedDataFieldsList = Shapes::ListShape.new(name: 'CaseEventIncludedDataFieldsList')
|
33
|
+
CaseFilter = Shapes::UnionShape.new(name: 'CaseFilter')
|
34
|
+
CaseFilterAndAllList = Shapes::ListShape.new(name: 'CaseFilterAndAllList')
|
35
|
+
CaseId = Shapes::StringShape.new(name: 'CaseId')
|
36
|
+
CaseSummary = Shapes::StructureShape.new(name: 'CaseSummary')
|
37
|
+
Channel = Shapes::StringShape.new(name: 'Channel')
|
38
|
+
CommentBody = Shapes::StringShape.new(name: 'CommentBody')
|
39
|
+
CommentBodyTextType = Shapes::StringShape.new(name: 'CommentBodyTextType')
|
40
|
+
CommentContent = Shapes::StructureShape.new(name: 'CommentContent')
|
41
|
+
CommentFilter = Shapes::StructureShape.new(name: 'CommentFilter')
|
42
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
43
|
+
ConnectedToSystemTime = Shapes::TimestampShape.new(name: 'ConnectedToSystemTime', timestampFormat: "iso8601")
|
44
|
+
Contact = Shapes::StructureShape.new(name: 'Contact')
|
45
|
+
ContactArn = Shapes::StringShape.new(name: 'ContactArn')
|
46
|
+
ContactContent = Shapes::StructureShape.new(name: 'ContactContent')
|
47
|
+
ContactFilter = Shapes::StructureShape.new(name: 'ContactFilter')
|
48
|
+
ContactFilterChannelList = Shapes::ListShape.new(name: 'ContactFilterChannelList')
|
49
|
+
CreateCaseRequest = Shapes::StructureShape.new(name: 'CreateCaseRequest')
|
50
|
+
CreateCaseRequestClientTokenString = Shapes::StringShape.new(name: 'CreateCaseRequestClientTokenString')
|
51
|
+
CreateCaseRequestFieldsList = Shapes::ListShape.new(name: 'CreateCaseRequestFieldsList')
|
52
|
+
CreateCaseResponse = Shapes::StructureShape.new(name: 'CreateCaseResponse')
|
53
|
+
CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
|
54
|
+
CreateDomainResponse = Shapes::StructureShape.new(name: 'CreateDomainResponse')
|
55
|
+
CreateFieldRequest = Shapes::StructureShape.new(name: 'CreateFieldRequest')
|
56
|
+
CreateFieldResponse = Shapes::StructureShape.new(name: 'CreateFieldResponse')
|
57
|
+
CreateLayoutRequest = Shapes::StructureShape.new(name: 'CreateLayoutRequest')
|
58
|
+
CreateLayoutResponse = Shapes::StructureShape.new(name: 'CreateLayoutResponse')
|
59
|
+
CreateRelatedItemRequest = Shapes::StructureShape.new(name: 'CreateRelatedItemRequest')
|
60
|
+
CreateRelatedItemResponse = Shapes::StructureShape.new(name: 'CreateRelatedItemResponse')
|
61
|
+
CreateTemplateRequest = Shapes::StructureShape.new(name: 'CreateTemplateRequest')
|
62
|
+
CreateTemplateResponse = Shapes::StructureShape.new(name: 'CreateTemplateResponse')
|
63
|
+
CreatedTime = Shapes::TimestampShape.new(name: 'CreatedTime', timestampFormat: "iso8601")
|
64
|
+
DomainArn = Shapes::StringShape.new(name: 'DomainArn')
|
65
|
+
DomainId = Shapes::StringShape.new(name: 'DomainId')
|
66
|
+
DomainName = Shapes::StringShape.new(name: 'DomainName')
|
67
|
+
DomainStatus = Shapes::StringShape.new(name: 'DomainStatus')
|
68
|
+
DomainSummary = Shapes::StructureShape.new(name: 'DomainSummary')
|
69
|
+
DomainSummaryList = Shapes::ListShape.new(name: 'DomainSummaryList')
|
70
|
+
Double = Shapes::FloatShape.new(name: 'Double')
|
71
|
+
EventBridgeConfiguration = Shapes::StructureShape.new(name: 'EventBridgeConfiguration')
|
72
|
+
EventIncludedData = Shapes::StructureShape.new(name: 'EventIncludedData')
|
73
|
+
FieldArn = Shapes::StringShape.new(name: 'FieldArn')
|
74
|
+
FieldDescription = Shapes::StringShape.new(name: 'FieldDescription')
|
75
|
+
FieldError = Shapes::StructureShape.new(name: 'FieldError')
|
76
|
+
FieldFilter = Shapes::UnionShape.new(name: 'FieldFilter')
|
77
|
+
FieldGroup = Shapes::StructureShape.new(name: 'FieldGroup')
|
78
|
+
FieldGroupFieldsList = Shapes::ListShape.new(name: 'FieldGroupFieldsList')
|
79
|
+
FieldGroupNameString = Shapes::StringShape.new(name: 'FieldGroupNameString')
|
80
|
+
FieldId = Shapes::StringShape.new(name: 'FieldId')
|
81
|
+
FieldIdentifier = Shapes::StructureShape.new(name: 'FieldIdentifier')
|
82
|
+
FieldItem = Shapes::StructureShape.new(name: 'FieldItem')
|
83
|
+
FieldName = Shapes::StringShape.new(name: 'FieldName')
|
84
|
+
FieldNamespace = Shapes::StringShape.new(name: 'FieldNamespace')
|
85
|
+
FieldOption = Shapes::StructureShape.new(name: 'FieldOption')
|
86
|
+
FieldOptionError = Shapes::StructureShape.new(name: 'FieldOptionError')
|
87
|
+
FieldOptionName = Shapes::StringShape.new(name: 'FieldOptionName')
|
88
|
+
FieldOptionValue = Shapes::StringShape.new(name: 'FieldOptionValue')
|
89
|
+
FieldOptionsList = Shapes::ListShape.new(name: 'FieldOptionsList')
|
90
|
+
FieldSummary = Shapes::StructureShape.new(name: 'FieldSummary')
|
91
|
+
FieldType = Shapes::StringShape.new(name: 'FieldType')
|
92
|
+
FieldValue = Shapes::StructureShape.new(name: 'FieldValue')
|
93
|
+
FieldValueUnion = Shapes::UnionShape.new(name: 'FieldValueUnion')
|
94
|
+
FieldValueUnionStringValueString = Shapes::StringShape.new(name: 'FieldValueUnionStringValueString')
|
95
|
+
GetCaseEventConfigurationRequest = Shapes::StructureShape.new(name: 'GetCaseEventConfigurationRequest')
|
96
|
+
GetCaseEventConfigurationResponse = Shapes::StructureShape.new(name: 'GetCaseEventConfigurationResponse')
|
97
|
+
GetCaseRequest = Shapes::StructureShape.new(name: 'GetCaseRequest')
|
98
|
+
GetCaseRequestFieldsList = Shapes::ListShape.new(name: 'GetCaseRequestFieldsList')
|
99
|
+
GetCaseResponse = Shapes::StructureShape.new(name: 'GetCaseResponse')
|
100
|
+
GetCaseResponseFieldsList = Shapes::ListShape.new(name: 'GetCaseResponseFieldsList')
|
101
|
+
GetDomainRequest = Shapes::StructureShape.new(name: 'GetDomainRequest')
|
102
|
+
GetDomainResponse = Shapes::StructureShape.new(name: 'GetDomainResponse')
|
103
|
+
GetFieldResponse = Shapes::StructureShape.new(name: 'GetFieldResponse')
|
104
|
+
GetLayoutRequest = Shapes::StructureShape.new(name: 'GetLayoutRequest')
|
105
|
+
GetLayoutResponse = Shapes::StructureShape.new(name: 'GetLayoutResponse')
|
106
|
+
GetTemplateRequest = Shapes::StructureShape.new(name: 'GetTemplateRequest')
|
107
|
+
GetTemplateResponse = Shapes::StructureShape.new(name: 'GetTemplateResponse')
|
108
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
109
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
110
|
+
LayoutArn = Shapes::StringShape.new(name: 'LayoutArn')
|
111
|
+
LayoutConfiguration = Shapes::StructureShape.new(name: 'LayoutConfiguration')
|
112
|
+
LayoutContent = Shapes::UnionShape.new(name: 'LayoutContent')
|
113
|
+
LayoutId = Shapes::StringShape.new(name: 'LayoutId')
|
114
|
+
LayoutName = Shapes::StringShape.new(name: 'LayoutName')
|
115
|
+
LayoutSections = Shapes::StructureShape.new(name: 'LayoutSections')
|
116
|
+
LayoutSummary = Shapes::StructureShape.new(name: 'LayoutSummary')
|
117
|
+
LayoutSummaryList = Shapes::ListShape.new(name: 'LayoutSummaryList')
|
118
|
+
ListCasesForContactRequest = Shapes::StructureShape.new(name: 'ListCasesForContactRequest')
|
119
|
+
ListCasesForContactRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListCasesForContactRequestMaxResultsInteger')
|
120
|
+
ListCasesForContactResponse = Shapes::StructureShape.new(name: 'ListCasesForContactResponse')
|
121
|
+
ListCasesForContactResponseCasesList = Shapes::ListShape.new(name: 'ListCasesForContactResponseCasesList')
|
122
|
+
ListDomainsRequest = Shapes::StructureShape.new(name: 'ListDomainsRequest')
|
123
|
+
ListDomainsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListDomainsRequestMaxResultsInteger')
|
124
|
+
ListDomainsResponse = Shapes::StructureShape.new(name: 'ListDomainsResponse')
|
125
|
+
ListFieldOptionsRequest = Shapes::StructureShape.new(name: 'ListFieldOptionsRequest')
|
126
|
+
ListFieldOptionsResponse = Shapes::StructureShape.new(name: 'ListFieldOptionsResponse')
|
127
|
+
ListFieldsRequest = Shapes::StructureShape.new(name: 'ListFieldsRequest')
|
128
|
+
ListFieldsResponse = Shapes::StructureShape.new(name: 'ListFieldsResponse')
|
129
|
+
ListFieldsResponseFieldsList = Shapes::ListShape.new(name: 'ListFieldsResponseFieldsList')
|
130
|
+
ListLayoutsRequest = Shapes::StructureShape.new(name: 'ListLayoutsRequest')
|
131
|
+
ListLayoutsResponse = Shapes::StructureShape.new(name: 'ListLayoutsResponse')
|
132
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
133
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
134
|
+
ListTemplatesRequest = Shapes::StructureShape.new(name: 'ListTemplatesRequest')
|
135
|
+
ListTemplatesResponse = Shapes::StructureShape.new(name: 'ListTemplatesResponse')
|
136
|
+
ListTemplatesResponseTemplatesList = Shapes::ListShape.new(name: 'ListTemplatesResponseTemplatesList')
|
137
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
138
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
139
|
+
Order = Shapes::StringShape.new(name: 'Order')
|
140
|
+
PutCaseEventConfigurationRequest = Shapes::StructureShape.new(name: 'PutCaseEventConfigurationRequest')
|
141
|
+
PutCaseEventConfigurationResponse = Shapes::StructureShape.new(name: 'PutCaseEventConfigurationResponse')
|
142
|
+
RelatedItemArn = Shapes::StringShape.new(name: 'RelatedItemArn')
|
143
|
+
RelatedItemContent = Shapes::UnionShape.new(name: 'RelatedItemContent')
|
144
|
+
RelatedItemEventIncludedData = Shapes::StructureShape.new(name: 'RelatedItemEventIncludedData')
|
145
|
+
RelatedItemId = Shapes::StringShape.new(name: 'RelatedItemId')
|
146
|
+
RelatedItemInputContent = Shapes::UnionShape.new(name: 'RelatedItemInputContent')
|
147
|
+
RelatedItemType = Shapes::StringShape.new(name: 'RelatedItemType')
|
148
|
+
RelatedItemTypeFilter = Shapes::UnionShape.new(name: 'RelatedItemTypeFilter')
|
149
|
+
RequiredField = Shapes::StructureShape.new(name: 'RequiredField')
|
150
|
+
RequiredFieldList = Shapes::ListShape.new(name: 'RequiredFieldList')
|
151
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
152
|
+
SearchCasesRequest = Shapes::StructureShape.new(name: 'SearchCasesRequest')
|
153
|
+
SearchCasesRequestFieldsList = Shapes::ListShape.new(name: 'SearchCasesRequestFieldsList')
|
154
|
+
SearchCasesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'SearchCasesRequestMaxResultsInteger')
|
155
|
+
SearchCasesRequestSearchTermString = Shapes::StringShape.new(name: 'SearchCasesRequestSearchTermString')
|
156
|
+
SearchCasesRequestSortsList = Shapes::ListShape.new(name: 'SearchCasesRequestSortsList')
|
157
|
+
SearchCasesResponse = Shapes::StructureShape.new(name: 'SearchCasesResponse')
|
158
|
+
SearchCasesResponseCasesList = Shapes::ListShape.new(name: 'SearchCasesResponseCasesList')
|
159
|
+
SearchCasesResponseItem = Shapes::StructureShape.new(name: 'SearchCasesResponseItem')
|
160
|
+
SearchCasesResponseItemFieldsList = Shapes::ListShape.new(name: 'SearchCasesResponseItemFieldsList')
|
161
|
+
SearchRelatedItemsRequest = Shapes::StructureShape.new(name: 'SearchRelatedItemsRequest')
|
162
|
+
SearchRelatedItemsRequestFiltersList = Shapes::ListShape.new(name: 'SearchRelatedItemsRequestFiltersList')
|
163
|
+
SearchRelatedItemsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'SearchRelatedItemsRequestMaxResultsInteger')
|
164
|
+
SearchRelatedItemsResponse = Shapes::StructureShape.new(name: 'SearchRelatedItemsResponse')
|
165
|
+
SearchRelatedItemsResponseItem = Shapes::StructureShape.new(name: 'SearchRelatedItemsResponseItem')
|
166
|
+
SearchRelatedItemsResponseRelatedItemsList = Shapes::ListShape.new(name: 'SearchRelatedItemsResponseRelatedItemsList')
|
167
|
+
Section = Shapes::UnionShape.new(name: 'Section')
|
168
|
+
SectionsList = Shapes::ListShape.new(name: 'SectionsList')
|
169
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
170
|
+
Sort = Shapes::StructureShape.new(name: 'Sort')
|
171
|
+
String = Shapes::StringShape.new(name: 'String')
|
172
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
173
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
174
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
175
|
+
Tags = Shapes::MapShape.new(name: 'Tags')
|
176
|
+
TemplateArn = Shapes::StringShape.new(name: 'TemplateArn')
|
177
|
+
TemplateDescription = Shapes::StringShape.new(name: 'TemplateDescription')
|
178
|
+
TemplateId = Shapes::StringShape.new(name: 'TemplateId')
|
179
|
+
TemplateName = Shapes::StringShape.new(name: 'TemplateName')
|
180
|
+
TemplateSummary = Shapes::StructureShape.new(name: 'TemplateSummary')
|
181
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
182
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
183
|
+
UpdateCaseRequest = Shapes::StructureShape.new(name: 'UpdateCaseRequest')
|
184
|
+
UpdateCaseRequestFieldsList = Shapes::ListShape.new(name: 'UpdateCaseRequestFieldsList')
|
185
|
+
UpdateCaseResponse = Shapes::StructureShape.new(name: 'UpdateCaseResponse')
|
186
|
+
UpdateFieldRequest = Shapes::StructureShape.new(name: 'UpdateFieldRequest')
|
187
|
+
UpdateFieldResponse = Shapes::StructureShape.new(name: 'UpdateFieldResponse')
|
188
|
+
UpdateLayoutRequest = Shapes::StructureShape.new(name: 'UpdateLayoutRequest')
|
189
|
+
UpdateLayoutResponse = Shapes::StructureShape.new(name: 'UpdateLayoutResponse')
|
190
|
+
UpdateTemplateRequest = Shapes::StructureShape.new(name: 'UpdateTemplateRequest')
|
191
|
+
UpdateTemplateResponse = Shapes::StructureShape.new(name: 'UpdateTemplateResponse')
|
192
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
193
|
+
Value = Shapes::StringShape.new(name: 'Value')
|
194
|
+
ValuesList = Shapes::ListShape.new(name: 'ValuesList')
|
195
|
+
|
196
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
197
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
198
|
+
|
199
|
+
BasicLayout.add_member(:more_info, Shapes::ShapeRef.new(shape: LayoutSections, location_name: "moreInfo"))
|
200
|
+
BasicLayout.add_member(:top_panel, Shapes::ShapeRef.new(shape: LayoutSections, location_name: "topPanel"))
|
201
|
+
BasicLayout.struct_class = Types::BasicLayout
|
202
|
+
|
203
|
+
BatchGetFieldIdentifierList.member = Shapes::ShapeRef.new(shape: FieldIdentifier)
|
204
|
+
|
205
|
+
BatchGetFieldRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
206
|
+
BatchGetFieldRequest.add_member(:fields, Shapes::ShapeRef.new(shape: BatchGetFieldIdentifierList, required: true, location_name: "fields"))
|
207
|
+
BatchGetFieldRequest.struct_class = Types::BatchGetFieldRequest
|
208
|
+
|
209
|
+
BatchGetFieldResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchGetFieldResponseErrorsList, required: true, location_name: "errors"))
|
210
|
+
BatchGetFieldResponse.add_member(:fields, Shapes::ShapeRef.new(shape: BatchGetFieldResponseFieldsList, required: true, location_name: "fields"))
|
211
|
+
BatchGetFieldResponse.struct_class = Types::BatchGetFieldResponse
|
212
|
+
|
213
|
+
BatchGetFieldResponseErrorsList.member = Shapes::ShapeRef.new(shape: FieldError)
|
214
|
+
|
215
|
+
BatchGetFieldResponseFieldsList.member = Shapes::ShapeRef.new(shape: GetFieldResponse)
|
216
|
+
|
217
|
+
BatchPutFieldOptionsRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
218
|
+
BatchPutFieldOptionsRequest.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location: "uri", location_name: "fieldId"))
|
219
|
+
BatchPutFieldOptionsRequest.add_member(:options, Shapes::ShapeRef.new(shape: BatchPutFieldOptionsRequestOptionsList, required: true, location_name: "options"))
|
220
|
+
BatchPutFieldOptionsRequest.struct_class = Types::BatchPutFieldOptionsRequest
|
221
|
+
|
222
|
+
BatchPutFieldOptionsRequestOptionsList.member = Shapes::ShapeRef.new(shape: FieldOption)
|
223
|
+
|
224
|
+
BatchPutFieldOptionsResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchPutFieldOptionsResponseErrorsList, location_name: "errors"))
|
225
|
+
BatchPutFieldOptionsResponse.struct_class = Types::BatchPutFieldOptionsResponse
|
226
|
+
|
227
|
+
BatchPutFieldOptionsResponseErrorsList.member = Shapes::ShapeRef.new(shape: FieldOptionError)
|
228
|
+
|
229
|
+
CaseEventIncludedData.add_member(:fields, Shapes::ShapeRef.new(shape: CaseEventIncludedDataFieldsList, required: true, location_name: "fields"))
|
230
|
+
CaseEventIncludedData.struct_class = Types::CaseEventIncludedData
|
231
|
+
|
232
|
+
CaseEventIncludedDataFieldsList.member = Shapes::ShapeRef.new(shape: FieldIdentifier)
|
233
|
+
|
234
|
+
CaseFilter.add_member(:and_all, Shapes::ShapeRef.new(shape: CaseFilterAndAllList, location_name: "andAll"))
|
235
|
+
CaseFilter.add_member(:field, Shapes::ShapeRef.new(shape: FieldFilter, location_name: "field"))
|
236
|
+
CaseFilter.add_member(:not, Shapes::ShapeRef.new(shape: CaseFilter, location_name: "not"))
|
237
|
+
CaseFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
238
|
+
CaseFilter.add_member_subclass(:and_all, Types::CaseFilter::AndAll)
|
239
|
+
CaseFilter.add_member_subclass(:field, Types::CaseFilter::Field)
|
240
|
+
CaseFilter.add_member_subclass(:not, Types::CaseFilter::Not)
|
241
|
+
CaseFilter.add_member_subclass(:unknown, Types::CaseFilter::Unknown)
|
242
|
+
CaseFilter.struct_class = Types::CaseFilter
|
243
|
+
|
244
|
+
CaseFilterAndAllList.member = Shapes::ShapeRef.new(shape: CaseFilter)
|
245
|
+
|
246
|
+
CaseSummary.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location_name: "caseId"))
|
247
|
+
CaseSummary.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location_name: "templateId"))
|
248
|
+
CaseSummary.struct_class = Types::CaseSummary
|
249
|
+
|
250
|
+
CommentContent.add_member(:body, Shapes::ShapeRef.new(shape: CommentBody, required: true, location_name: "body"))
|
251
|
+
CommentContent.add_member(:content_type, Shapes::ShapeRef.new(shape: CommentBodyTextType, required: true, location_name: "contentType"))
|
252
|
+
CommentContent.struct_class = Types::CommentContent
|
253
|
+
|
254
|
+
CommentFilter.struct_class = Types::CommentFilter
|
255
|
+
|
256
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
257
|
+
ConflictException.struct_class = Types::ConflictException
|
258
|
+
|
259
|
+
Contact.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ContactArn, required: true, location_name: "contactArn"))
|
260
|
+
Contact.struct_class = Types::Contact
|
261
|
+
|
262
|
+
ContactContent.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, required: true, location_name: "channel"))
|
263
|
+
ContactContent.add_member(:connected_to_system_time, Shapes::ShapeRef.new(shape: ConnectedToSystemTime, required: true, location_name: "connectedToSystemTime"))
|
264
|
+
ContactContent.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ContactArn, required: true, location_name: "contactArn"))
|
265
|
+
ContactContent.struct_class = Types::ContactContent
|
266
|
+
|
267
|
+
ContactFilter.add_member(:channel, Shapes::ShapeRef.new(shape: ContactFilterChannelList, location_name: "channel"))
|
268
|
+
ContactFilter.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ContactArn, location_name: "contactArn"))
|
269
|
+
ContactFilter.struct_class = Types::ContactFilter
|
270
|
+
|
271
|
+
ContactFilterChannelList.member = Shapes::ShapeRef.new(shape: Channel)
|
272
|
+
|
273
|
+
CreateCaseRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateCaseRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
274
|
+
CreateCaseRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
275
|
+
CreateCaseRequest.add_member(:fields, Shapes::ShapeRef.new(shape: CreateCaseRequestFieldsList, required: true, location_name: "fields"))
|
276
|
+
CreateCaseRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location_name: "templateId"))
|
277
|
+
CreateCaseRequest.struct_class = Types::CreateCaseRequest
|
278
|
+
|
279
|
+
CreateCaseRequestFieldsList.member = Shapes::ShapeRef.new(shape: FieldValue)
|
280
|
+
|
281
|
+
CreateCaseResponse.add_member(:case_arn, Shapes::ShapeRef.new(shape: CaseArn, required: true, location_name: "caseArn"))
|
282
|
+
CreateCaseResponse.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location_name: "caseId"))
|
283
|
+
CreateCaseResponse.struct_class = Types::CreateCaseResponse
|
284
|
+
|
285
|
+
CreateDomainRequest.add_member(:name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "name"))
|
286
|
+
CreateDomainRequest.struct_class = Types::CreateDomainRequest
|
287
|
+
|
288
|
+
CreateDomainResponse.add_member(:domain_arn, Shapes::ShapeRef.new(shape: DomainArn, required: true, location_name: "domainArn"))
|
289
|
+
CreateDomainResponse.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
290
|
+
CreateDomainResponse.add_member(:domain_status, Shapes::ShapeRef.new(shape: DomainStatus, required: true, location_name: "domainStatus"))
|
291
|
+
CreateDomainResponse.struct_class = Types::CreateDomainResponse
|
292
|
+
|
293
|
+
CreateFieldRequest.add_member(:description, Shapes::ShapeRef.new(shape: FieldDescription, location_name: "description"))
|
294
|
+
CreateFieldRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
295
|
+
CreateFieldRequest.add_member(:name, Shapes::ShapeRef.new(shape: FieldName, required: true, location_name: "name"))
|
296
|
+
CreateFieldRequest.add_member(:type, Shapes::ShapeRef.new(shape: FieldType, required: true, location_name: "type"))
|
297
|
+
CreateFieldRequest.struct_class = Types::CreateFieldRequest
|
298
|
+
|
299
|
+
CreateFieldResponse.add_member(:field_arn, Shapes::ShapeRef.new(shape: FieldArn, required: true, location_name: "fieldArn"))
|
300
|
+
CreateFieldResponse.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "fieldId"))
|
301
|
+
CreateFieldResponse.struct_class = Types::CreateFieldResponse
|
302
|
+
|
303
|
+
CreateLayoutRequest.add_member(:content, Shapes::ShapeRef.new(shape: LayoutContent, required: true, location_name: "content"))
|
304
|
+
CreateLayoutRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
305
|
+
CreateLayoutRequest.add_member(:name, Shapes::ShapeRef.new(shape: LayoutName, required: true, location_name: "name"))
|
306
|
+
CreateLayoutRequest.struct_class = Types::CreateLayoutRequest
|
307
|
+
|
308
|
+
CreateLayoutResponse.add_member(:layout_arn, Shapes::ShapeRef.new(shape: LayoutArn, required: true, location_name: "layoutArn"))
|
309
|
+
CreateLayoutResponse.add_member(:layout_id, Shapes::ShapeRef.new(shape: LayoutId, required: true, location_name: "layoutId"))
|
310
|
+
CreateLayoutResponse.struct_class = Types::CreateLayoutResponse
|
311
|
+
|
312
|
+
CreateRelatedItemRequest.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location: "uri", location_name: "caseId"))
|
313
|
+
CreateRelatedItemRequest.add_member(:content, Shapes::ShapeRef.new(shape: RelatedItemInputContent, required: true, location_name: "content"))
|
314
|
+
CreateRelatedItemRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
315
|
+
CreateRelatedItemRequest.add_member(:type, Shapes::ShapeRef.new(shape: RelatedItemType, required: true, location_name: "type"))
|
316
|
+
CreateRelatedItemRequest.struct_class = Types::CreateRelatedItemRequest
|
317
|
+
|
318
|
+
CreateRelatedItemResponse.add_member(:related_item_arn, Shapes::ShapeRef.new(shape: RelatedItemArn, required: true, location_name: "relatedItemArn"))
|
319
|
+
CreateRelatedItemResponse.add_member(:related_item_id, Shapes::ShapeRef.new(shape: RelatedItemId, required: true, location_name: "relatedItemId"))
|
320
|
+
CreateRelatedItemResponse.struct_class = Types::CreateRelatedItemResponse
|
321
|
+
|
322
|
+
CreateTemplateRequest.add_member(:description, Shapes::ShapeRef.new(shape: TemplateDescription, location_name: "description"))
|
323
|
+
CreateTemplateRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
324
|
+
CreateTemplateRequest.add_member(:layout_configuration, Shapes::ShapeRef.new(shape: LayoutConfiguration, location_name: "layoutConfiguration"))
|
325
|
+
CreateTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location_name: "name"))
|
326
|
+
CreateTemplateRequest.add_member(:required_fields, Shapes::ShapeRef.new(shape: RequiredFieldList, location_name: "requiredFields"))
|
327
|
+
CreateTemplateRequest.struct_class = Types::CreateTemplateRequest
|
328
|
+
|
329
|
+
CreateTemplateResponse.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location_name: "templateArn"))
|
330
|
+
CreateTemplateResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location_name: "templateId"))
|
331
|
+
CreateTemplateResponse.struct_class = Types::CreateTemplateResponse
|
332
|
+
|
333
|
+
DomainSummary.add_member(:domain_arn, Shapes::ShapeRef.new(shape: DomainArn, required: true, location_name: "domainArn"))
|
334
|
+
DomainSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
335
|
+
DomainSummary.add_member(:name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "name"))
|
336
|
+
DomainSummary.struct_class = Types::DomainSummary
|
337
|
+
|
338
|
+
DomainSummaryList.member = Shapes::ShapeRef.new(shape: DomainSummary)
|
339
|
+
|
340
|
+
EventBridgeConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
|
341
|
+
EventBridgeConfiguration.add_member(:included_data, Shapes::ShapeRef.new(shape: EventIncludedData, location_name: "includedData"))
|
342
|
+
EventBridgeConfiguration.struct_class = Types::EventBridgeConfiguration
|
343
|
+
|
344
|
+
EventIncludedData.add_member(:case_data, Shapes::ShapeRef.new(shape: CaseEventIncludedData, location_name: "caseData"))
|
345
|
+
EventIncludedData.add_member(:related_item_data, Shapes::ShapeRef.new(shape: RelatedItemEventIncludedData, location_name: "relatedItemData"))
|
346
|
+
EventIncludedData.struct_class = Types::EventIncludedData
|
347
|
+
|
348
|
+
FieldError.add_member(:error_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "errorCode"))
|
349
|
+
FieldError.add_member(:id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "id"))
|
350
|
+
FieldError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
351
|
+
FieldError.struct_class = Types::FieldError
|
352
|
+
|
353
|
+
FieldFilter.add_member(:contains, Shapes::ShapeRef.new(shape: FieldValue, location_name: "contains"))
|
354
|
+
FieldFilter.add_member(:equal_to, Shapes::ShapeRef.new(shape: FieldValue, location_name: "equalTo"))
|
355
|
+
FieldFilter.add_member(:greater_than, Shapes::ShapeRef.new(shape: FieldValue, location_name: "greaterThan"))
|
356
|
+
FieldFilter.add_member(:greater_than_or_equal_to, Shapes::ShapeRef.new(shape: FieldValue, location_name: "greaterThanOrEqualTo"))
|
357
|
+
FieldFilter.add_member(:less_than, Shapes::ShapeRef.new(shape: FieldValue, location_name: "lessThan"))
|
358
|
+
FieldFilter.add_member(:less_than_or_equal_to, Shapes::ShapeRef.new(shape: FieldValue, location_name: "lessThanOrEqualTo"))
|
359
|
+
FieldFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
360
|
+
FieldFilter.add_member_subclass(:contains, Types::FieldFilter::Contains)
|
361
|
+
FieldFilter.add_member_subclass(:equal_to, Types::FieldFilter::EqualTo)
|
362
|
+
FieldFilter.add_member_subclass(:greater_than, Types::FieldFilter::GreaterThan)
|
363
|
+
FieldFilter.add_member_subclass(:greater_than_or_equal_to, Types::FieldFilter::GreaterThanOrEqualTo)
|
364
|
+
FieldFilter.add_member_subclass(:less_than, Types::FieldFilter::LessThan)
|
365
|
+
FieldFilter.add_member_subclass(:less_than_or_equal_to, Types::FieldFilter::LessThanOrEqualTo)
|
366
|
+
FieldFilter.add_member_subclass(:unknown, Types::FieldFilter::Unknown)
|
367
|
+
FieldFilter.struct_class = Types::FieldFilter
|
368
|
+
|
369
|
+
FieldGroup.add_member(:fields, Shapes::ShapeRef.new(shape: FieldGroupFieldsList, required: true, location_name: "fields"))
|
370
|
+
FieldGroup.add_member(:name, Shapes::ShapeRef.new(shape: FieldGroupNameString, location_name: "name"))
|
371
|
+
FieldGroup.struct_class = Types::FieldGroup
|
372
|
+
|
373
|
+
FieldGroupFieldsList.member = Shapes::ShapeRef.new(shape: FieldItem)
|
374
|
+
|
375
|
+
FieldIdentifier.add_member(:id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "id"))
|
376
|
+
FieldIdentifier.struct_class = Types::FieldIdentifier
|
377
|
+
|
378
|
+
FieldItem.add_member(:id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "id"))
|
379
|
+
FieldItem.struct_class = Types::FieldItem
|
380
|
+
|
381
|
+
FieldOption.add_member(:active, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "active"))
|
382
|
+
FieldOption.add_member(:name, Shapes::ShapeRef.new(shape: FieldOptionName, required: true, location_name: "name"))
|
383
|
+
FieldOption.add_member(:value, Shapes::ShapeRef.new(shape: FieldOptionValue, required: true, location_name: "value"))
|
384
|
+
FieldOption.struct_class = Types::FieldOption
|
385
|
+
|
386
|
+
FieldOptionError.add_member(:error_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "errorCode"))
|
387
|
+
FieldOptionError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
388
|
+
FieldOptionError.add_member(:value, Shapes::ShapeRef.new(shape: FieldOptionValue, required: true, location_name: "value"))
|
389
|
+
FieldOptionError.struct_class = Types::FieldOptionError
|
390
|
+
|
391
|
+
FieldOptionsList.member = Shapes::ShapeRef.new(shape: FieldOption)
|
392
|
+
|
393
|
+
FieldSummary.add_member(:field_arn, Shapes::ShapeRef.new(shape: FieldArn, required: true, location_name: "fieldArn"))
|
394
|
+
FieldSummary.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "fieldId"))
|
395
|
+
FieldSummary.add_member(:name, Shapes::ShapeRef.new(shape: FieldName, required: true, location_name: "name"))
|
396
|
+
FieldSummary.add_member(:namespace, Shapes::ShapeRef.new(shape: FieldNamespace, required: true, location_name: "namespace"))
|
397
|
+
FieldSummary.add_member(:type, Shapes::ShapeRef.new(shape: FieldType, required: true, location_name: "type"))
|
398
|
+
FieldSummary.struct_class = Types::FieldSummary
|
399
|
+
|
400
|
+
FieldValue.add_member(:id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "id"))
|
401
|
+
FieldValue.add_member(:value, Shapes::ShapeRef.new(shape: FieldValueUnion, required: true, location_name: "value"))
|
402
|
+
FieldValue.struct_class = Types::FieldValue
|
403
|
+
|
404
|
+
FieldValueUnion.add_member(:boolean_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "booleanValue"))
|
405
|
+
FieldValueUnion.add_member(:double_value, Shapes::ShapeRef.new(shape: Double, location_name: "doubleValue"))
|
406
|
+
FieldValueUnion.add_member(:string_value, Shapes::ShapeRef.new(shape: FieldValueUnionStringValueString, location_name: "stringValue"))
|
407
|
+
FieldValueUnion.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
408
|
+
FieldValueUnion.add_member_subclass(:boolean_value, Types::FieldValueUnion::BooleanValue)
|
409
|
+
FieldValueUnion.add_member_subclass(:double_value, Types::FieldValueUnion::DoubleValue)
|
410
|
+
FieldValueUnion.add_member_subclass(:string_value, Types::FieldValueUnion::StringValue)
|
411
|
+
FieldValueUnion.add_member_subclass(:unknown, Types::FieldValueUnion::Unknown)
|
412
|
+
FieldValueUnion.struct_class = Types::FieldValueUnion
|
413
|
+
|
414
|
+
GetCaseEventConfigurationRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
415
|
+
GetCaseEventConfigurationRequest.struct_class = Types::GetCaseEventConfigurationRequest
|
416
|
+
|
417
|
+
GetCaseEventConfigurationResponse.add_member(:event_bridge, Shapes::ShapeRef.new(shape: EventBridgeConfiguration, required: true, location_name: "eventBridge"))
|
418
|
+
GetCaseEventConfigurationResponse.struct_class = Types::GetCaseEventConfigurationResponse
|
419
|
+
|
420
|
+
GetCaseRequest.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location: "uri", location_name: "caseId"))
|
421
|
+
GetCaseRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
422
|
+
GetCaseRequest.add_member(:fields, Shapes::ShapeRef.new(shape: GetCaseRequestFieldsList, required: true, location_name: "fields"))
|
423
|
+
GetCaseRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
424
|
+
GetCaseRequest.struct_class = Types::GetCaseRequest
|
425
|
+
|
426
|
+
GetCaseRequestFieldsList.member = Shapes::ShapeRef.new(shape: FieldIdentifier)
|
427
|
+
|
428
|
+
GetCaseResponse.add_member(:fields, Shapes::ShapeRef.new(shape: GetCaseResponseFieldsList, required: true, location_name: "fields"))
|
429
|
+
GetCaseResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
430
|
+
GetCaseResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
431
|
+
GetCaseResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location_name: "templateId"))
|
432
|
+
GetCaseResponse.struct_class = Types::GetCaseResponse
|
433
|
+
|
434
|
+
GetCaseResponseFieldsList.member = Shapes::ShapeRef.new(shape: FieldValue)
|
435
|
+
|
436
|
+
GetDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
437
|
+
GetDomainRequest.struct_class = Types::GetDomainRequest
|
438
|
+
|
439
|
+
GetDomainResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, required: true, location_name: "createdTime"))
|
440
|
+
GetDomainResponse.add_member(:domain_arn, Shapes::ShapeRef.new(shape: DomainArn, required: true, location_name: "domainArn"))
|
441
|
+
GetDomainResponse.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
442
|
+
GetDomainResponse.add_member(:domain_status, Shapes::ShapeRef.new(shape: DomainStatus, required: true, location_name: "domainStatus"))
|
443
|
+
GetDomainResponse.add_member(:name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "name"))
|
444
|
+
GetDomainResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
445
|
+
GetDomainResponse.struct_class = Types::GetDomainResponse
|
446
|
+
|
447
|
+
GetFieldResponse.add_member(:description, Shapes::ShapeRef.new(shape: FieldDescription, location_name: "description"))
|
448
|
+
GetFieldResponse.add_member(:field_arn, Shapes::ShapeRef.new(shape: FieldArn, required: true, location_name: "fieldArn"))
|
449
|
+
GetFieldResponse.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "fieldId"))
|
450
|
+
GetFieldResponse.add_member(:name, Shapes::ShapeRef.new(shape: FieldName, required: true, location_name: "name"))
|
451
|
+
GetFieldResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: FieldNamespace, required: true, location_name: "namespace"))
|
452
|
+
GetFieldResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
453
|
+
GetFieldResponse.add_member(:type, Shapes::ShapeRef.new(shape: FieldType, required: true, location_name: "type"))
|
454
|
+
GetFieldResponse.struct_class = Types::GetFieldResponse
|
455
|
+
|
456
|
+
GetLayoutRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
457
|
+
GetLayoutRequest.add_member(:layout_id, Shapes::ShapeRef.new(shape: LayoutId, required: true, location: "uri", location_name: "layoutId"))
|
458
|
+
GetLayoutRequest.struct_class = Types::GetLayoutRequest
|
459
|
+
|
460
|
+
GetLayoutResponse.add_member(:content, Shapes::ShapeRef.new(shape: LayoutContent, required: true, location_name: "content"))
|
461
|
+
GetLayoutResponse.add_member(:layout_arn, Shapes::ShapeRef.new(shape: LayoutArn, required: true, location_name: "layoutArn"))
|
462
|
+
GetLayoutResponse.add_member(:layout_id, Shapes::ShapeRef.new(shape: LayoutId, required: true, location_name: "layoutId"))
|
463
|
+
GetLayoutResponse.add_member(:name, Shapes::ShapeRef.new(shape: LayoutName, required: true, location_name: "name"))
|
464
|
+
GetLayoutResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
465
|
+
GetLayoutResponse.struct_class = Types::GetLayoutResponse
|
466
|
+
|
467
|
+
GetTemplateRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
468
|
+
GetTemplateRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location: "uri", location_name: "templateId"))
|
469
|
+
GetTemplateRequest.struct_class = Types::GetTemplateRequest
|
470
|
+
|
471
|
+
GetTemplateResponse.add_member(:description, Shapes::ShapeRef.new(shape: TemplateDescription, location_name: "description"))
|
472
|
+
GetTemplateResponse.add_member(:layout_configuration, Shapes::ShapeRef.new(shape: LayoutConfiguration, location_name: "layoutConfiguration"))
|
473
|
+
GetTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location_name: "name"))
|
474
|
+
GetTemplateResponse.add_member(:required_fields, Shapes::ShapeRef.new(shape: RequiredFieldList, location_name: "requiredFields"))
|
475
|
+
GetTemplateResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
476
|
+
GetTemplateResponse.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location_name: "templateArn"))
|
477
|
+
GetTemplateResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location_name: "templateId"))
|
478
|
+
GetTemplateResponse.struct_class = Types::GetTemplateResponse
|
479
|
+
|
480
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
481
|
+
InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
|
482
|
+
InternalServerException.struct_class = Types::InternalServerException
|
483
|
+
|
484
|
+
LayoutConfiguration.add_member(:default_layout, Shapes::ShapeRef.new(shape: LayoutId, location_name: "defaultLayout"))
|
485
|
+
LayoutConfiguration.struct_class = Types::LayoutConfiguration
|
486
|
+
|
487
|
+
LayoutContent.add_member(:basic, Shapes::ShapeRef.new(shape: BasicLayout, location_name: "basic"))
|
488
|
+
LayoutContent.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
489
|
+
LayoutContent.add_member_subclass(:basic, Types::LayoutContent::Basic)
|
490
|
+
LayoutContent.add_member_subclass(:unknown, Types::LayoutContent::Unknown)
|
491
|
+
LayoutContent.struct_class = Types::LayoutContent
|
492
|
+
|
493
|
+
LayoutSections.add_member(:sections, Shapes::ShapeRef.new(shape: SectionsList, location_name: "sections"))
|
494
|
+
LayoutSections.struct_class = Types::LayoutSections
|
495
|
+
|
496
|
+
LayoutSummary.add_member(:layout_arn, Shapes::ShapeRef.new(shape: LayoutArn, required: true, location_name: "layoutArn"))
|
497
|
+
LayoutSummary.add_member(:layout_id, Shapes::ShapeRef.new(shape: LayoutId, required: true, location_name: "layoutId"))
|
498
|
+
LayoutSummary.add_member(:name, Shapes::ShapeRef.new(shape: LayoutName, required: true, location_name: "name"))
|
499
|
+
LayoutSummary.struct_class = Types::LayoutSummary
|
500
|
+
|
501
|
+
LayoutSummaryList.member = Shapes::ShapeRef.new(shape: LayoutSummary)
|
502
|
+
|
503
|
+
ListCasesForContactRequest.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ContactArn, required: true, location_name: "contactArn"))
|
504
|
+
ListCasesForContactRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
505
|
+
ListCasesForContactRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListCasesForContactRequestMaxResultsInteger, location_name: "maxResults"))
|
506
|
+
ListCasesForContactRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
507
|
+
ListCasesForContactRequest.struct_class = Types::ListCasesForContactRequest
|
508
|
+
|
509
|
+
ListCasesForContactResponse.add_member(:cases, Shapes::ShapeRef.new(shape: ListCasesForContactResponseCasesList, required: true, location_name: "cases"))
|
510
|
+
ListCasesForContactResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
511
|
+
ListCasesForContactResponse.struct_class = Types::ListCasesForContactResponse
|
512
|
+
|
513
|
+
ListCasesForContactResponseCasesList.member = Shapes::ShapeRef.new(shape: CaseSummary)
|
514
|
+
|
515
|
+
ListDomainsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListDomainsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
516
|
+
ListDomainsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
517
|
+
ListDomainsRequest.struct_class = Types::ListDomainsRequest
|
518
|
+
|
519
|
+
ListDomainsResponse.add_member(:domains, Shapes::ShapeRef.new(shape: DomainSummaryList, required: true, location_name: "domains"))
|
520
|
+
ListDomainsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
521
|
+
ListDomainsResponse.struct_class = Types::ListDomainsResponse
|
522
|
+
|
523
|
+
ListFieldOptionsRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
524
|
+
ListFieldOptionsRequest.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location: "uri", location_name: "fieldId"))
|
525
|
+
ListFieldOptionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
526
|
+
ListFieldOptionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
527
|
+
ListFieldOptionsRequest.add_member(:values, Shapes::ShapeRef.new(shape: ValuesList, location: "querystring", location_name: "values"))
|
528
|
+
ListFieldOptionsRequest.struct_class = Types::ListFieldOptionsRequest
|
529
|
+
|
530
|
+
ListFieldOptionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
531
|
+
ListFieldOptionsResponse.add_member(:options, Shapes::ShapeRef.new(shape: FieldOptionsList, required: true, location_name: "options"))
|
532
|
+
ListFieldOptionsResponse.struct_class = Types::ListFieldOptionsResponse
|
533
|
+
|
534
|
+
ListFieldsRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
535
|
+
ListFieldsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
536
|
+
ListFieldsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
537
|
+
ListFieldsRequest.struct_class = Types::ListFieldsRequest
|
538
|
+
|
539
|
+
ListFieldsResponse.add_member(:fields, Shapes::ShapeRef.new(shape: ListFieldsResponseFieldsList, required: true, location_name: "fields"))
|
540
|
+
ListFieldsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
541
|
+
ListFieldsResponse.struct_class = Types::ListFieldsResponse
|
542
|
+
|
543
|
+
ListFieldsResponseFieldsList.member = Shapes::ShapeRef.new(shape: FieldSummary)
|
544
|
+
|
545
|
+
ListLayoutsRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
546
|
+
ListLayoutsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
547
|
+
ListLayoutsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
548
|
+
ListLayoutsRequest.struct_class = Types::ListLayoutsRequest
|
549
|
+
|
550
|
+
ListLayoutsResponse.add_member(:layouts, Shapes::ShapeRef.new(shape: LayoutSummaryList, required: true, location_name: "layouts"))
|
551
|
+
ListLayoutsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
552
|
+
ListLayoutsResponse.struct_class = Types::ListLayoutsResponse
|
553
|
+
|
554
|
+
ListTagsForResourceRequest.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "arn"))
|
555
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
556
|
+
|
557
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
558
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
559
|
+
|
560
|
+
ListTemplatesRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
561
|
+
ListTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
562
|
+
ListTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
563
|
+
ListTemplatesRequest.struct_class = Types::ListTemplatesRequest
|
564
|
+
|
565
|
+
ListTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
566
|
+
ListTemplatesResponse.add_member(:templates, Shapes::ShapeRef.new(shape: ListTemplatesResponseTemplatesList, required: true, location_name: "templates"))
|
567
|
+
ListTemplatesResponse.struct_class = Types::ListTemplatesResponse
|
568
|
+
|
569
|
+
ListTemplatesResponseTemplatesList.member = Shapes::ShapeRef.new(shape: TemplateSummary)
|
570
|
+
|
571
|
+
PutCaseEventConfigurationRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
572
|
+
PutCaseEventConfigurationRequest.add_member(:event_bridge, Shapes::ShapeRef.new(shape: EventBridgeConfiguration, required: true, location_name: "eventBridge"))
|
573
|
+
PutCaseEventConfigurationRequest.struct_class = Types::PutCaseEventConfigurationRequest
|
574
|
+
|
575
|
+
PutCaseEventConfigurationResponse.struct_class = Types::PutCaseEventConfigurationResponse
|
576
|
+
|
577
|
+
RelatedItemContent.add_member(:comment, Shapes::ShapeRef.new(shape: CommentContent, location_name: "comment"))
|
578
|
+
RelatedItemContent.add_member(:contact, Shapes::ShapeRef.new(shape: ContactContent, location_name: "contact"))
|
579
|
+
RelatedItemContent.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
580
|
+
RelatedItemContent.add_member_subclass(:comment, Types::RelatedItemContent::Comment)
|
581
|
+
RelatedItemContent.add_member_subclass(:contact, Types::RelatedItemContent::Contact)
|
582
|
+
RelatedItemContent.add_member_subclass(:unknown, Types::RelatedItemContent::Unknown)
|
583
|
+
RelatedItemContent.struct_class = Types::RelatedItemContent
|
584
|
+
|
585
|
+
RelatedItemEventIncludedData.add_member(:include_content, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "includeContent"))
|
586
|
+
RelatedItemEventIncludedData.struct_class = Types::RelatedItemEventIncludedData
|
587
|
+
|
588
|
+
RelatedItemInputContent.add_member(:comment, Shapes::ShapeRef.new(shape: CommentContent, location_name: "comment"))
|
589
|
+
RelatedItemInputContent.add_member(:contact, Shapes::ShapeRef.new(shape: Contact, location_name: "contact"))
|
590
|
+
RelatedItemInputContent.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
591
|
+
RelatedItemInputContent.add_member_subclass(:comment, Types::RelatedItemInputContent::Comment)
|
592
|
+
RelatedItemInputContent.add_member_subclass(:contact, Types::RelatedItemInputContent::Contact)
|
593
|
+
RelatedItemInputContent.add_member_subclass(:unknown, Types::RelatedItemInputContent::Unknown)
|
594
|
+
RelatedItemInputContent.struct_class = Types::RelatedItemInputContent
|
595
|
+
|
596
|
+
RelatedItemTypeFilter.add_member(:comment, Shapes::ShapeRef.new(shape: CommentFilter, location_name: "comment"))
|
597
|
+
RelatedItemTypeFilter.add_member(:contact, Shapes::ShapeRef.new(shape: ContactFilter, location_name: "contact"))
|
598
|
+
RelatedItemTypeFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
599
|
+
RelatedItemTypeFilter.add_member_subclass(:comment, Types::RelatedItemTypeFilter::Comment)
|
600
|
+
RelatedItemTypeFilter.add_member_subclass(:contact, Types::RelatedItemTypeFilter::Contact)
|
601
|
+
RelatedItemTypeFilter.add_member_subclass(:unknown, Types::RelatedItemTypeFilter::Unknown)
|
602
|
+
RelatedItemTypeFilter.struct_class = Types::RelatedItemTypeFilter
|
603
|
+
|
604
|
+
RequiredField.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "fieldId"))
|
605
|
+
RequiredField.struct_class = Types::RequiredField
|
606
|
+
|
607
|
+
RequiredFieldList.member = Shapes::ShapeRef.new(shape: RequiredField)
|
608
|
+
|
609
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
610
|
+
ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
|
611
|
+
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
|
612
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
613
|
+
|
614
|
+
SearchCasesRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
615
|
+
SearchCasesRequest.add_member(:fields, Shapes::ShapeRef.new(shape: SearchCasesRequestFieldsList, location_name: "fields"))
|
616
|
+
SearchCasesRequest.add_member(:filter, Shapes::ShapeRef.new(shape: CaseFilter, location_name: "filter"))
|
617
|
+
SearchCasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: SearchCasesRequestMaxResultsInteger, location_name: "maxResults"))
|
618
|
+
SearchCasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
619
|
+
SearchCasesRequest.add_member(:search_term, Shapes::ShapeRef.new(shape: SearchCasesRequestSearchTermString, location_name: "searchTerm"))
|
620
|
+
SearchCasesRequest.add_member(:sorts, Shapes::ShapeRef.new(shape: SearchCasesRequestSortsList, location_name: "sorts"))
|
621
|
+
SearchCasesRequest.struct_class = Types::SearchCasesRequest
|
622
|
+
|
623
|
+
SearchCasesRequestFieldsList.member = Shapes::ShapeRef.new(shape: FieldIdentifier)
|
624
|
+
|
625
|
+
SearchCasesRequestSortsList.member = Shapes::ShapeRef.new(shape: Sort)
|
626
|
+
|
627
|
+
SearchCasesResponse.add_member(:cases, Shapes::ShapeRef.new(shape: SearchCasesResponseCasesList, required: true, location_name: "cases"))
|
628
|
+
SearchCasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
629
|
+
SearchCasesResponse.struct_class = Types::SearchCasesResponse
|
630
|
+
|
631
|
+
SearchCasesResponseCasesList.member = Shapes::ShapeRef.new(shape: SearchCasesResponseItem)
|
632
|
+
|
633
|
+
SearchCasesResponseItem.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location_name: "caseId"))
|
634
|
+
SearchCasesResponseItem.add_member(:fields, Shapes::ShapeRef.new(shape: SearchCasesResponseItemFieldsList, required: true, location_name: "fields"))
|
635
|
+
SearchCasesResponseItem.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
636
|
+
SearchCasesResponseItem.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location_name: "templateId"))
|
637
|
+
SearchCasesResponseItem.struct_class = Types::SearchCasesResponseItem
|
638
|
+
|
639
|
+
SearchCasesResponseItemFieldsList.member = Shapes::ShapeRef.new(shape: FieldValue)
|
640
|
+
|
641
|
+
SearchRelatedItemsRequest.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location: "uri", location_name: "caseId"))
|
642
|
+
SearchRelatedItemsRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
643
|
+
SearchRelatedItemsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: SearchRelatedItemsRequestFiltersList, location_name: "filters"))
|
644
|
+
SearchRelatedItemsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: SearchRelatedItemsRequestMaxResultsInteger, location_name: "maxResults"))
|
645
|
+
SearchRelatedItemsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
646
|
+
SearchRelatedItemsRequest.struct_class = Types::SearchRelatedItemsRequest
|
647
|
+
|
648
|
+
SearchRelatedItemsRequestFiltersList.member = Shapes::ShapeRef.new(shape: RelatedItemTypeFilter)
|
649
|
+
|
650
|
+
SearchRelatedItemsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
651
|
+
SearchRelatedItemsResponse.add_member(:related_items, Shapes::ShapeRef.new(shape: SearchRelatedItemsResponseRelatedItemsList, required: true, location_name: "relatedItems"))
|
652
|
+
SearchRelatedItemsResponse.struct_class = Types::SearchRelatedItemsResponse
|
653
|
+
|
654
|
+
SearchRelatedItemsResponseItem.add_member(:association_time, Shapes::ShapeRef.new(shape: AssociationTime, required: true, location_name: "associationTime"))
|
655
|
+
SearchRelatedItemsResponseItem.add_member(:content, Shapes::ShapeRef.new(shape: RelatedItemContent, required: true, location_name: "content"))
|
656
|
+
SearchRelatedItemsResponseItem.add_member(:related_item_id, Shapes::ShapeRef.new(shape: RelatedItemId, required: true, location_name: "relatedItemId"))
|
657
|
+
SearchRelatedItemsResponseItem.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
658
|
+
SearchRelatedItemsResponseItem.add_member(:type, Shapes::ShapeRef.new(shape: RelatedItemType, required: true, location_name: "type"))
|
659
|
+
SearchRelatedItemsResponseItem.struct_class = Types::SearchRelatedItemsResponseItem
|
660
|
+
|
661
|
+
SearchRelatedItemsResponseRelatedItemsList.member = Shapes::ShapeRef.new(shape: SearchRelatedItemsResponseItem)
|
662
|
+
|
663
|
+
Section.add_member(:field_group, Shapes::ShapeRef.new(shape: FieldGroup, location_name: "fieldGroup"))
|
664
|
+
Section.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
665
|
+
Section.add_member_subclass(:field_group, Types::Section::FieldGroup)
|
666
|
+
Section.add_member_subclass(:unknown, Types::Section::Unknown)
|
667
|
+
Section.struct_class = Types::Section
|
668
|
+
|
669
|
+
SectionsList.member = Shapes::ShapeRef.new(shape: Section)
|
670
|
+
|
671
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
672
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
673
|
+
|
674
|
+
Sort.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "fieldId"))
|
675
|
+
Sort.add_member(:sort_order, Shapes::ShapeRef.new(shape: Order, required: true, location_name: "sortOrder"))
|
676
|
+
Sort.struct_class = Types::Sort
|
677
|
+
|
678
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
679
|
+
|
680
|
+
TagResourceRequest.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "arn"))
|
681
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "tags"))
|
682
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
683
|
+
|
684
|
+
Tags.key = Shapes::ShapeRef.new(shape: String)
|
685
|
+
Tags.value = Shapes::ShapeRef.new(shape: String)
|
686
|
+
|
687
|
+
TemplateSummary.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location_name: "name"))
|
688
|
+
TemplateSummary.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location_name: "templateArn"))
|
689
|
+
TemplateSummary.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location_name: "templateId"))
|
690
|
+
TemplateSummary.struct_class = Types::TemplateSummary
|
691
|
+
|
692
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
693
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
694
|
+
|
695
|
+
UntagResourceRequest.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "arn"))
|
696
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
697
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
698
|
+
|
699
|
+
UpdateCaseRequest.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location: "uri", location_name: "caseId"))
|
700
|
+
UpdateCaseRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
701
|
+
UpdateCaseRequest.add_member(:fields, Shapes::ShapeRef.new(shape: UpdateCaseRequestFieldsList, required: true, location_name: "fields"))
|
702
|
+
UpdateCaseRequest.struct_class = Types::UpdateCaseRequest
|
703
|
+
|
704
|
+
UpdateCaseRequestFieldsList.member = Shapes::ShapeRef.new(shape: FieldValue)
|
705
|
+
|
706
|
+
UpdateCaseResponse.struct_class = Types::UpdateCaseResponse
|
707
|
+
|
708
|
+
UpdateFieldRequest.add_member(:description, Shapes::ShapeRef.new(shape: FieldDescription, location_name: "description"))
|
709
|
+
UpdateFieldRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
710
|
+
UpdateFieldRequest.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location: "uri", location_name: "fieldId"))
|
711
|
+
UpdateFieldRequest.add_member(:name, Shapes::ShapeRef.new(shape: FieldName, location_name: "name"))
|
712
|
+
UpdateFieldRequest.struct_class = Types::UpdateFieldRequest
|
713
|
+
|
714
|
+
UpdateFieldResponse.struct_class = Types::UpdateFieldResponse
|
715
|
+
|
716
|
+
UpdateLayoutRequest.add_member(:content, Shapes::ShapeRef.new(shape: LayoutContent, location_name: "content"))
|
717
|
+
UpdateLayoutRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
718
|
+
UpdateLayoutRequest.add_member(:layout_id, Shapes::ShapeRef.new(shape: LayoutId, required: true, location: "uri", location_name: "layoutId"))
|
719
|
+
UpdateLayoutRequest.add_member(:name, Shapes::ShapeRef.new(shape: LayoutName, location_name: "name"))
|
720
|
+
UpdateLayoutRequest.struct_class = Types::UpdateLayoutRequest
|
721
|
+
|
722
|
+
UpdateLayoutResponse.struct_class = Types::UpdateLayoutResponse
|
723
|
+
|
724
|
+
UpdateTemplateRequest.add_member(:description, Shapes::ShapeRef.new(shape: TemplateDescription, location_name: "description"))
|
725
|
+
UpdateTemplateRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
726
|
+
UpdateTemplateRequest.add_member(:layout_configuration, Shapes::ShapeRef.new(shape: LayoutConfiguration, location_name: "layoutConfiguration"))
|
727
|
+
UpdateTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "name"))
|
728
|
+
UpdateTemplateRequest.add_member(:required_fields, Shapes::ShapeRef.new(shape: RequiredFieldList, location_name: "requiredFields"))
|
729
|
+
UpdateTemplateRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location: "uri", location_name: "templateId"))
|
730
|
+
UpdateTemplateRequest.struct_class = Types::UpdateTemplateRequest
|
731
|
+
|
732
|
+
UpdateTemplateResponse.struct_class = Types::UpdateTemplateResponse
|
733
|
+
|
734
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
735
|
+
ValidationException.struct_class = Types::ValidationException
|
736
|
+
|
737
|
+
ValuesList.member = Shapes::ShapeRef.new(shape: Value)
|
738
|
+
|
739
|
+
|
740
|
+
# @api private
|
741
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
742
|
+
|
743
|
+
api.version = "2022-10-03"
|
744
|
+
|
745
|
+
api.metadata = {
|
746
|
+
"apiVersion" => "2022-10-03",
|
747
|
+
"endpointPrefix" => "cases",
|
748
|
+
"jsonVersion" => "1.1",
|
749
|
+
"protocol" => "rest-json",
|
750
|
+
"serviceAbbreviation" => "ConnectCases",
|
751
|
+
"serviceFullName" => "Amazon Connect Cases",
|
752
|
+
"serviceId" => "ConnectCases",
|
753
|
+
"signatureVersion" => "v4",
|
754
|
+
"signingName" => "cases",
|
755
|
+
"uid" => "connectcases-2022-10-03",
|
756
|
+
}
|
757
|
+
|
758
|
+
api.add_operation(:batch_get_field, Seahorse::Model::Operation.new.tap do |o|
|
759
|
+
o.name = "BatchGetField"
|
760
|
+
o.http_method = "POST"
|
761
|
+
o.http_request_uri = "/domains/{domainId}/fields-batch"
|
762
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetFieldRequest)
|
763
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetFieldResponse)
|
764
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
765
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
766
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
767
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
768
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
769
|
+
end)
|
770
|
+
|
771
|
+
api.add_operation(:batch_put_field_options, Seahorse::Model::Operation.new.tap do |o|
|
772
|
+
o.name = "BatchPutFieldOptions"
|
773
|
+
o.http_method = "PUT"
|
774
|
+
o.http_request_uri = "/domains/{domainId}/fields/{fieldId}/options"
|
775
|
+
o.input = Shapes::ShapeRef.new(shape: BatchPutFieldOptionsRequest)
|
776
|
+
o.output = Shapes::ShapeRef.new(shape: BatchPutFieldOptionsResponse)
|
777
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
778
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
779
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
780
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
781
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
782
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
783
|
+
end)
|
784
|
+
|
785
|
+
api.add_operation(:create_case, Seahorse::Model::Operation.new.tap do |o|
|
786
|
+
o.name = "CreateCase"
|
787
|
+
o.http_method = "POST"
|
788
|
+
o.http_request_uri = "/domains/{domainId}/cases"
|
789
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCaseRequest)
|
790
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCaseResponse)
|
791
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
792
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
793
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
794
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
795
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
796
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
797
|
+
end)
|
798
|
+
|
799
|
+
api.add_operation(:create_domain, Seahorse::Model::Operation.new.tap do |o|
|
800
|
+
o.name = "CreateDomain"
|
801
|
+
o.http_method = "POST"
|
802
|
+
o.http_request_uri = "/domains"
|
803
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDomainRequest)
|
804
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDomainResponse)
|
805
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
806
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
807
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
808
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
809
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
810
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
811
|
+
end)
|
812
|
+
|
813
|
+
api.add_operation(:create_field, Seahorse::Model::Operation.new.tap do |o|
|
814
|
+
o.name = "CreateField"
|
815
|
+
o.http_method = "POST"
|
816
|
+
o.http_request_uri = "/domains/{domainId}/fields"
|
817
|
+
o.input = Shapes::ShapeRef.new(shape: CreateFieldRequest)
|
818
|
+
o.output = Shapes::ShapeRef.new(shape: CreateFieldResponse)
|
819
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
820
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
821
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
822
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
823
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
824
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
825
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
826
|
+
end)
|
827
|
+
|
828
|
+
api.add_operation(:create_layout, Seahorse::Model::Operation.new.tap do |o|
|
829
|
+
o.name = "CreateLayout"
|
830
|
+
o.http_method = "POST"
|
831
|
+
o.http_request_uri = "/domains/{domainId}/layouts"
|
832
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLayoutRequest)
|
833
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLayoutResponse)
|
834
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
835
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
836
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
837
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
838
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
839
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
840
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
841
|
+
end)
|
842
|
+
|
843
|
+
api.add_operation(:create_related_item, Seahorse::Model::Operation.new.tap do |o|
|
844
|
+
o.name = "CreateRelatedItem"
|
845
|
+
o.http_method = "POST"
|
846
|
+
o.http_request_uri = "/domains/{domainId}/cases/{caseId}/related-items/"
|
847
|
+
o.input = Shapes::ShapeRef.new(shape: CreateRelatedItemRequest)
|
848
|
+
o.output = Shapes::ShapeRef.new(shape: CreateRelatedItemResponse)
|
849
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
850
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
851
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
852
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
853
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
854
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
855
|
+
end)
|
856
|
+
|
857
|
+
api.add_operation(:create_template, Seahorse::Model::Operation.new.tap do |o|
|
858
|
+
o.name = "CreateTemplate"
|
859
|
+
o.http_method = "POST"
|
860
|
+
o.http_request_uri = "/domains/{domainId}/templates"
|
861
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTemplateRequest)
|
862
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTemplateResponse)
|
863
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
864
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
865
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
866
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
867
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
868
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
869
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
870
|
+
end)
|
871
|
+
|
872
|
+
api.add_operation(:get_case, Seahorse::Model::Operation.new.tap do |o|
|
873
|
+
o.name = "GetCase"
|
874
|
+
o.http_method = "POST"
|
875
|
+
o.http_request_uri = "/domains/{domainId}/cases/{caseId}"
|
876
|
+
o.input = Shapes::ShapeRef.new(shape: GetCaseRequest)
|
877
|
+
o.output = Shapes::ShapeRef.new(shape: GetCaseResponse)
|
878
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
879
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
880
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
881
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
882
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
883
|
+
o[:pager] = Aws::Pager.new(
|
884
|
+
tokens: {
|
885
|
+
"next_token" => "next_token"
|
886
|
+
}
|
887
|
+
)
|
888
|
+
end)
|
889
|
+
|
890
|
+
api.add_operation(:get_case_event_configuration, Seahorse::Model::Operation.new.tap do |o|
|
891
|
+
o.name = "GetCaseEventConfiguration"
|
892
|
+
o.http_method = "POST"
|
893
|
+
o.http_request_uri = "/domains/{domainId}/case-event-configuration"
|
894
|
+
o.input = Shapes::ShapeRef.new(shape: GetCaseEventConfigurationRequest)
|
895
|
+
o.output = Shapes::ShapeRef.new(shape: GetCaseEventConfigurationResponse)
|
896
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
897
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
898
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
899
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
900
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
901
|
+
end)
|
902
|
+
|
903
|
+
api.add_operation(:get_domain, Seahorse::Model::Operation.new.tap do |o|
|
904
|
+
o.name = "GetDomain"
|
905
|
+
o.http_method = "POST"
|
906
|
+
o.http_request_uri = "/domains/{domainId}"
|
907
|
+
o.input = Shapes::ShapeRef.new(shape: GetDomainRequest)
|
908
|
+
o.output = Shapes::ShapeRef.new(shape: GetDomainResponse)
|
909
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
910
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
911
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
912
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
913
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
914
|
+
end)
|
915
|
+
|
916
|
+
api.add_operation(:get_layout, Seahorse::Model::Operation.new.tap do |o|
|
917
|
+
o.name = "GetLayout"
|
918
|
+
o.http_method = "POST"
|
919
|
+
o.http_request_uri = "/domains/{domainId}/layouts/{layoutId}"
|
920
|
+
o.input = Shapes::ShapeRef.new(shape: GetLayoutRequest)
|
921
|
+
o.output = Shapes::ShapeRef.new(shape: GetLayoutResponse)
|
922
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
923
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
924
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
925
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
926
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
927
|
+
end)
|
928
|
+
|
929
|
+
api.add_operation(:get_template, Seahorse::Model::Operation.new.tap do |o|
|
930
|
+
o.name = "GetTemplate"
|
931
|
+
o.http_method = "POST"
|
932
|
+
o.http_request_uri = "/domains/{domainId}/templates/{templateId}"
|
933
|
+
o.input = Shapes::ShapeRef.new(shape: GetTemplateRequest)
|
934
|
+
o.output = Shapes::ShapeRef.new(shape: GetTemplateResponse)
|
935
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
936
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
937
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
938
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
939
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
940
|
+
end)
|
941
|
+
|
942
|
+
api.add_operation(:list_cases_for_contact, Seahorse::Model::Operation.new.tap do |o|
|
943
|
+
o.name = "ListCasesForContact"
|
944
|
+
o.http_method = "POST"
|
945
|
+
o.http_request_uri = "/domains/{domainId}/list-cases-for-contact"
|
946
|
+
o.input = Shapes::ShapeRef.new(shape: ListCasesForContactRequest)
|
947
|
+
o.output = Shapes::ShapeRef.new(shape: ListCasesForContactResponse)
|
948
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
949
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
950
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
951
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
952
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
953
|
+
o[:pager] = Aws::Pager.new(
|
954
|
+
limit_key: "max_results",
|
955
|
+
tokens: {
|
956
|
+
"next_token" => "next_token"
|
957
|
+
}
|
958
|
+
)
|
959
|
+
end)
|
960
|
+
|
961
|
+
api.add_operation(:list_domains, Seahorse::Model::Operation.new.tap do |o|
|
962
|
+
o.name = "ListDomains"
|
963
|
+
o.http_method = "POST"
|
964
|
+
o.http_request_uri = "/domains-list"
|
965
|
+
o.input = Shapes::ShapeRef.new(shape: ListDomainsRequest)
|
966
|
+
o.output = Shapes::ShapeRef.new(shape: ListDomainsResponse)
|
967
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
968
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
969
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
970
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
971
|
+
o[:pager] = Aws::Pager.new(
|
972
|
+
limit_key: "max_results",
|
973
|
+
tokens: {
|
974
|
+
"next_token" => "next_token"
|
975
|
+
}
|
976
|
+
)
|
977
|
+
end)
|
978
|
+
|
979
|
+
api.add_operation(:list_field_options, Seahorse::Model::Operation.new.tap do |o|
|
980
|
+
o.name = "ListFieldOptions"
|
981
|
+
o.http_method = "POST"
|
982
|
+
o.http_request_uri = "/domains/{domainId}/fields/{fieldId}/options-list"
|
983
|
+
o.input = Shapes::ShapeRef.new(shape: ListFieldOptionsRequest)
|
984
|
+
o.output = Shapes::ShapeRef.new(shape: ListFieldOptionsResponse)
|
985
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
986
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
987
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
988
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
989
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
990
|
+
o[:pager] = Aws::Pager.new(
|
991
|
+
limit_key: "max_results",
|
992
|
+
tokens: {
|
993
|
+
"next_token" => "next_token"
|
994
|
+
}
|
995
|
+
)
|
996
|
+
end)
|
997
|
+
|
998
|
+
api.add_operation(:list_fields, Seahorse::Model::Operation.new.tap do |o|
|
999
|
+
o.name = "ListFields"
|
1000
|
+
o.http_method = "POST"
|
1001
|
+
o.http_request_uri = "/domains/{domainId}/fields-list"
|
1002
|
+
o.input = Shapes::ShapeRef.new(shape: ListFieldsRequest)
|
1003
|
+
o.output = Shapes::ShapeRef.new(shape: ListFieldsResponse)
|
1004
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1005
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1006
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1007
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1008
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1009
|
+
o[:pager] = Aws::Pager.new(
|
1010
|
+
limit_key: "max_results",
|
1011
|
+
tokens: {
|
1012
|
+
"next_token" => "next_token"
|
1013
|
+
}
|
1014
|
+
)
|
1015
|
+
end)
|
1016
|
+
|
1017
|
+
api.add_operation(:list_layouts, Seahorse::Model::Operation.new.tap do |o|
|
1018
|
+
o.name = "ListLayouts"
|
1019
|
+
o.http_method = "POST"
|
1020
|
+
o.http_request_uri = "/domains/{domainId}/layouts-list"
|
1021
|
+
o.input = Shapes::ShapeRef.new(shape: ListLayoutsRequest)
|
1022
|
+
o.output = Shapes::ShapeRef.new(shape: ListLayoutsResponse)
|
1023
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1024
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1025
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1026
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1027
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1028
|
+
o[:pager] = Aws::Pager.new(
|
1029
|
+
limit_key: "max_results",
|
1030
|
+
tokens: {
|
1031
|
+
"next_token" => "next_token"
|
1032
|
+
}
|
1033
|
+
)
|
1034
|
+
end)
|
1035
|
+
|
1036
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
1037
|
+
o.name = "ListTagsForResource"
|
1038
|
+
o.http_method = "GET"
|
1039
|
+
o.http_request_uri = "/tags/{arn}"
|
1040
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
1041
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
1042
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1043
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1044
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1045
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1046
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1047
|
+
end)
|
1048
|
+
|
1049
|
+
api.add_operation(:list_templates, Seahorse::Model::Operation.new.tap do |o|
|
1050
|
+
o.name = "ListTemplates"
|
1051
|
+
o.http_method = "POST"
|
1052
|
+
o.http_request_uri = "/domains/{domainId}/templates-list"
|
1053
|
+
o.input = Shapes::ShapeRef.new(shape: ListTemplatesRequest)
|
1054
|
+
o.output = Shapes::ShapeRef.new(shape: ListTemplatesResponse)
|
1055
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1056
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1057
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1058
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1059
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1060
|
+
o[:pager] = Aws::Pager.new(
|
1061
|
+
limit_key: "max_results",
|
1062
|
+
tokens: {
|
1063
|
+
"next_token" => "next_token"
|
1064
|
+
}
|
1065
|
+
)
|
1066
|
+
end)
|
1067
|
+
|
1068
|
+
api.add_operation(:put_case_event_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1069
|
+
o.name = "PutCaseEventConfiguration"
|
1070
|
+
o.http_method = "PUT"
|
1071
|
+
o.http_request_uri = "/domains/{domainId}/case-event-configuration"
|
1072
|
+
o.input = Shapes::ShapeRef.new(shape: PutCaseEventConfigurationRequest)
|
1073
|
+
o.output = Shapes::ShapeRef.new(shape: PutCaseEventConfigurationResponse)
|
1074
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1075
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1076
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1077
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1078
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1079
|
+
end)
|
1080
|
+
|
1081
|
+
api.add_operation(:search_cases, Seahorse::Model::Operation.new.tap do |o|
|
1082
|
+
o.name = "SearchCases"
|
1083
|
+
o.http_method = "POST"
|
1084
|
+
o.http_request_uri = "/domains/{domainId}/cases-search"
|
1085
|
+
o.input = Shapes::ShapeRef.new(shape: SearchCasesRequest)
|
1086
|
+
o.output = Shapes::ShapeRef.new(shape: SearchCasesResponse)
|
1087
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1088
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1089
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1090
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1091
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1092
|
+
o[:pager] = Aws::Pager.new(
|
1093
|
+
limit_key: "max_results",
|
1094
|
+
tokens: {
|
1095
|
+
"next_token" => "next_token"
|
1096
|
+
}
|
1097
|
+
)
|
1098
|
+
end)
|
1099
|
+
|
1100
|
+
api.add_operation(:search_related_items, Seahorse::Model::Operation.new.tap do |o|
|
1101
|
+
o.name = "SearchRelatedItems"
|
1102
|
+
o.http_method = "POST"
|
1103
|
+
o.http_request_uri = "/domains/{domainId}/cases/{caseId}/related-items-search"
|
1104
|
+
o.input = Shapes::ShapeRef.new(shape: SearchRelatedItemsRequest)
|
1105
|
+
o.output = Shapes::ShapeRef.new(shape: SearchRelatedItemsResponse)
|
1106
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1107
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1108
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1109
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1110
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1111
|
+
o[:pager] = Aws::Pager.new(
|
1112
|
+
limit_key: "max_results",
|
1113
|
+
tokens: {
|
1114
|
+
"next_token" => "next_token"
|
1115
|
+
}
|
1116
|
+
)
|
1117
|
+
end)
|
1118
|
+
|
1119
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1120
|
+
o.name = "TagResource"
|
1121
|
+
o.http_method = "POST"
|
1122
|
+
o.http_request_uri = "/tags/{arn}"
|
1123
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
1124
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1125
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1126
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1127
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1128
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1129
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1130
|
+
end)
|
1131
|
+
|
1132
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1133
|
+
o.name = "UntagResource"
|
1134
|
+
o.http_method = "DELETE"
|
1135
|
+
o.http_request_uri = "/tags/{arn}"
|
1136
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
1137
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1138
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1139
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1140
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1141
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1142
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1143
|
+
end)
|
1144
|
+
|
1145
|
+
api.add_operation(:update_case, Seahorse::Model::Operation.new.tap do |o|
|
1146
|
+
o.name = "UpdateCase"
|
1147
|
+
o.http_method = "PUT"
|
1148
|
+
o.http_request_uri = "/domains/{domainId}/cases/{caseId}"
|
1149
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCaseRequest)
|
1150
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCaseResponse)
|
1151
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1152
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1153
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1154
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1155
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1156
|
+
end)
|
1157
|
+
|
1158
|
+
api.add_operation(:update_field, Seahorse::Model::Operation.new.tap do |o|
|
1159
|
+
o.name = "UpdateField"
|
1160
|
+
o.http_method = "PUT"
|
1161
|
+
o.http_request_uri = "/domains/{domainId}/fields/{fieldId}"
|
1162
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateFieldRequest)
|
1163
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateFieldResponse)
|
1164
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1165
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1166
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1167
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1168
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1169
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1170
|
+
end)
|
1171
|
+
|
1172
|
+
api.add_operation(:update_layout, Seahorse::Model::Operation.new.tap do |o|
|
1173
|
+
o.name = "UpdateLayout"
|
1174
|
+
o.http_method = "PUT"
|
1175
|
+
o.http_request_uri = "/domains/{domainId}/layouts/{layoutId}"
|
1176
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateLayoutRequest)
|
1177
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateLayoutResponse)
|
1178
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1179
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1180
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1181
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1182
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1183
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1184
|
+
end)
|
1185
|
+
|
1186
|
+
api.add_operation(:update_template, Seahorse::Model::Operation.new.tap do |o|
|
1187
|
+
o.name = "UpdateTemplate"
|
1188
|
+
o.http_method = "PUT"
|
1189
|
+
o.http_request_uri = "/domains/{domainId}/templates/{templateId}"
|
1190
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTemplateRequest)
|
1191
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTemplateResponse)
|
1192
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1193
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1194
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1195
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1196
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1197
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1198
|
+
end)
|
1199
|
+
end
|
1200
|
+
|
1201
|
+
end
|
1202
|
+
end
|