aws-sdk-connectcases 1.22.0 → 1.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connectcases/client.rb +12 -5
- data/lib/aws-sdk-connectcases/client_api.rb +15 -0
- data/lib/aws-sdk-connectcases/types.rb +56 -10
- data/lib/aws-sdk-connectcases.rb +1 -1
- data/sig/client.rbs +7 -1
- data/sig/types.rbs +22 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 901cd86c53b1344920f22c865ebd8d8faf9ea2b8f7aae4d38cc197c696efaad9
|
|
4
|
+
data.tar.gz: b6e401f8b3cb021b282102899da44f4f6dde2648884a0b8e235b67e430b67b46
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf153aacb3c43393da89bbddc6175fcdac1b035741b2682b350f445a215d20b951c12f81779c9d9cf3878c0b411d95cf94c4add18dd4b96ac24830820a6067f3
|
|
7
|
+
data.tar.gz: 8de79ad443848370d2c243e96fd6aa2c687ebcaef5701006bf1e0172031c88be5bd33f8ba0eb063dc490af946429fa11596db22539e7fcd0045214b4f8ec3bed
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.23.0
|
|
@@ -820,12 +820,15 @@ module Aws::ConnectCases
|
|
|
820
820
|
# contact: {
|
|
821
821
|
# contact_arn: "ContactArn", # required
|
|
822
822
|
# },
|
|
823
|
+
# file: {
|
|
824
|
+
# file_arn: "FileArn", # required
|
|
825
|
+
# },
|
|
823
826
|
# },
|
|
824
827
|
# domain_id: "DomainId", # required
|
|
825
828
|
# performed_by: {
|
|
826
829
|
# user_arn: "UserArn",
|
|
827
830
|
# },
|
|
828
|
-
# type: "Contact", # required, accepts Contact, Comment
|
|
831
|
+
# type: "Contact", # required, accepts Contact, Comment, File
|
|
829
832
|
# })
|
|
830
833
|
#
|
|
831
834
|
# @example Response structure
|
|
@@ -976,7 +979,7 @@ module Aws::ConnectCases
|
|
|
976
979
|
# The unique identifier of the Cases domain.
|
|
977
980
|
#
|
|
978
981
|
# @option params [required, String] :field_id
|
|
979
|
-
#
|
|
982
|
+
# Unique identifier of the field.
|
|
980
983
|
#
|
|
981
984
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
982
985
|
#
|
|
@@ -1165,7 +1168,7 @@ module Aws::ConnectCases
|
|
|
1165
1168
|
# resp.audit_events[0].performed_by.iam_principal_arn #=> String
|
|
1166
1169
|
# resp.audit_events[0].performed_by.user.user_arn #=> String
|
|
1167
1170
|
# resp.audit_events[0].performed_time #=> Time
|
|
1168
|
-
# resp.audit_events[0].related_item_type #=> String, one of "Contact", "Comment"
|
|
1171
|
+
# resp.audit_events[0].related_item_type #=> String, one of "Contact", "Comment", "File"
|
|
1169
1172
|
# resp.audit_events[0].type #=> String, one of "Case.Created", "Case.Updated", "RelatedItem.Created"
|
|
1170
1173
|
# resp.next_token #=> String
|
|
1171
1174
|
#
|
|
@@ -1933,6 +1936,9 @@ module Aws::ConnectCases
|
|
|
1933
1936
|
# channel: ["Channel"],
|
|
1934
1937
|
# contact_arn: "ContactArn",
|
|
1935
1938
|
# },
|
|
1939
|
+
# file: {
|
|
1940
|
+
# file_arn: "FileArn",
|
|
1941
|
+
# },
|
|
1936
1942
|
# },
|
|
1937
1943
|
# ],
|
|
1938
1944
|
# max_results: 1,
|
|
@@ -1949,11 +1955,12 @@ module Aws::ConnectCases
|
|
|
1949
1955
|
# resp.related_items[0].content.contact.channel #=> String
|
|
1950
1956
|
# resp.related_items[0].content.contact.connected_to_system_time #=> Time
|
|
1951
1957
|
# resp.related_items[0].content.contact.contact_arn #=> String
|
|
1958
|
+
# resp.related_items[0].content.file.file_arn #=> String
|
|
1952
1959
|
# resp.related_items[0].performed_by.user_arn #=> String
|
|
1953
1960
|
# resp.related_items[0].related_item_id #=> String
|
|
1954
1961
|
# resp.related_items[0].tags #=> Hash
|
|
1955
1962
|
# resp.related_items[0].tags["String"] #=> String
|
|
1956
|
-
# resp.related_items[0].type #=> String, one of "Contact", "Comment"
|
|
1963
|
+
# resp.related_items[0].type #=> String, one of "Contact", "Comment", "File"
|
|
1957
1964
|
#
|
|
1958
1965
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connectcases-2022-10-03/SearchRelatedItems AWS API Documentation
|
|
1959
1966
|
#
|
|
@@ -2260,7 +2267,7 @@ module Aws::ConnectCases
|
|
|
2260
2267
|
params: params,
|
|
2261
2268
|
config: config)
|
|
2262
2269
|
context[:gem_name] = 'aws-sdk-connectcases'
|
|
2263
|
-
context[:gem_version] = '1.
|
|
2270
|
+
context[:gem_version] = '1.23.0'
|
|
2264
2271
|
Seahorse::Client::Request.new(handlers, context)
|
|
2265
2272
|
end
|
|
2266
2273
|
|
|
@@ -113,6 +113,9 @@ module Aws::ConnectCases
|
|
|
113
113
|
FieldValue = Shapes::StructureShape.new(name: 'FieldValue')
|
|
114
114
|
FieldValueUnion = Shapes::UnionShape.new(name: 'FieldValueUnion')
|
|
115
115
|
FieldValueUnionStringValueString = Shapes::StringShape.new(name: 'FieldValueUnionStringValueString')
|
|
116
|
+
FileArn = Shapes::StringShape.new(name: 'FileArn')
|
|
117
|
+
FileContent = Shapes::StructureShape.new(name: 'FileContent')
|
|
118
|
+
FileFilter = Shapes::StructureShape.new(name: 'FileFilter')
|
|
116
119
|
GetCaseAuditEventsRequest = Shapes::StructureShape.new(name: 'GetCaseAuditEventsRequest')
|
|
117
120
|
GetCaseAuditEventsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'GetCaseAuditEventsRequestMaxResultsInteger')
|
|
118
121
|
GetCaseAuditEventsResponse = Shapes::StructureShape.new(name: 'GetCaseAuditEventsResponse')
|
|
@@ -511,6 +514,12 @@ module Aws::ConnectCases
|
|
|
511
514
|
FieldValueUnion.add_member_subclass(:unknown, Types::FieldValueUnion::Unknown)
|
|
512
515
|
FieldValueUnion.struct_class = Types::FieldValueUnion
|
|
513
516
|
|
|
517
|
+
FileContent.add_member(:file_arn, Shapes::ShapeRef.new(shape: FileArn, required: true, location_name: "fileArn"))
|
|
518
|
+
FileContent.struct_class = Types::FileContent
|
|
519
|
+
|
|
520
|
+
FileFilter.add_member(:file_arn, Shapes::ShapeRef.new(shape: FileArn, location_name: "fileArn"))
|
|
521
|
+
FileFilter.struct_class = Types::FileFilter
|
|
522
|
+
|
|
514
523
|
GetCaseAuditEventsRequest.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location: "uri", location_name: "caseId"))
|
|
515
524
|
GetCaseAuditEventsRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainId"))
|
|
516
525
|
GetCaseAuditEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetCaseAuditEventsRequestMaxResultsInteger, location_name: "maxResults"))
|
|
@@ -699,9 +708,11 @@ module Aws::ConnectCases
|
|
|
699
708
|
|
|
700
709
|
RelatedItemContent.add_member(:comment, Shapes::ShapeRef.new(shape: CommentContent, location_name: "comment"))
|
|
701
710
|
RelatedItemContent.add_member(:contact, Shapes::ShapeRef.new(shape: ContactContent, location_name: "contact"))
|
|
711
|
+
RelatedItemContent.add_member(:file, Shapes::ShapeRef.new(shape: FileContent, location_name: "file"))
|
|
702
712
|
RelatedItemContent.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
703
713
|
RelatedItemContent.add_member_subclass(:comment, Types::RelatedItemContent::Comment)
|
|
704
714
|
RelatedItemContent.add_member_subclass(:contact, Types::RelatedItemContent::Contact)
|
|
715
|
+
RelatedItemContent.add_member_subclass(:file, Types::RelatedItemContent::File)
|
|
705
716
|
RelatedItemContent.add_member_subclass(:unknown, Types::RelatedItemContent::Unknown)
|
|
706
717
|
RelatedItemContent.struct_class = Types::RelatedItemContent
|
|
707
718
|
|
|
@@ -710,17 +721,21 @@ module Aws::ConnectCases
|
|
|
710
721
|
|
|
711
722
|
RelatedItemInputContent.add_member(:comment, Shapes::ShapeRef.new(shape: CommentContent, location_name: "comment"))
|
|
712
723
|
RelatedItemInputContent.add_member(:contact, Shapes::ShapeRef.new(shape: Contact, location_name: "contact"))
|
|
724
|
+
RelatedItemInputContent.add_member(:file, Shapes::ShapeRef.new(shape: FileContent, location_name: "file"))
|
|
713
725
|
RelatedItemInputContent.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
714
726
|
RelatedItemInputContent.add_member_subclass(:comment, Types::RelatedItemInputContent::Comment)
|
|
715
727
|
RelatedItemInputContent.add_member_subclass(:contact, Types::RelatedItemInputContent::Contact)
|
|
728
|
+
RelatedItemInputContent.add_member_subclass(:file, Types::RelatedItemInputContent::File)
|
|
716
729
|
RelatedItemInputContent.add_member_subclass(:unknown, Types::RelatedItemInputContent::Unknown)
|
|
717
730
|
RelatedItemInputContent.struct_class = Types::RelatedItemInputContent
|
|
718
731
|
|
|
719
732
|
RelatedItemTypeFilter.add_member(:comment, Shapes::ShapeRef.new(shape: CommentFilter, location_name: "comment"))
|
|
720
733
|
RelatedItemTypeFilter.add_member(:contact, Shapes::ShapeRef.new(shape: ContactFilter, location_name: "contact"))
|
|
734
|
+
RelatedItemTypeFilter.add_member(:file, Shapes::ShapeRef.new(shape: FileFilter, location_name: "file"))
|
|
721
735
|
RelatedItemTypeFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
722
736
|
RelatedItemTypeFilter.add_member_subclass(:comment, Types::RelatedItemTypeFilter::Comment)
|
|
723
737
|
RelatedItemTypeFilter.add_member_subclass(:contact, Types::RelatedItemTypeFilter::Contact)
|
|
738
|
+
RelatedItemTypeFilter.add_member_subclass(:file, Types::RelatedItemTypeFilter::File)
|
|
724
739
|
RelatedItemTypeFilter.add_member_subclass(:unknown, Types::RelatedItemTypeFilter::Unknown)
|
|
725
740
|
RelatedItemTypeFilter.struct_class = Types::RelatedItemTypeFilter
|
|
726
741
|
|
|
@@ -725,7 +725,7 @@ module Aws::ConnectCases
|
|
|
725
725
|
# @return [String]
|
|
726
726
|
#
|
|
727
727
|
# @!attribute [rw] field_id
|
|
728
|
-
#
|
|
728
|
+
# Unique identifier of the field.
|
|
729
729
|
# @return [String]
|
|
730
730
|
#
|
|
731
731
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connectcases-2022-10-03/DeleteFieldRequest AWS API Documentation
|
|
@@ -1141,6 +1141,34 @@ module Aws::ConnectCases
|
|
|
1141
1141
|
class Unknown < FieldValueUnion; end
|
|
1142
1142
|
end
|
|
1143
1143
|
|
|
1144
|
+
# An object that represents a content of an Amazon Connect file object.
|
|
1145
|
+
#
|
|
1146
|
+
# @!attribute [rw] file_arn
|
|
1147
|
+
# The Amazon Resource Name (ARN) of a File in Amazon Connect.
|
|
1148
|
+
# @return [String]
|
|
1149
|
+
#
|
|
1150
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connectcases-2022-10-03/FileContent AWS API Documentation
|
|
1151
|
+
#
|
|
1152
|
+
class FileContent < Struct.new(
|
|
1153
|
+
:file_arn)
|
|
1154
|
+
SENSITIVE = []
|
|
1155
|
+
include Aws::Structure
|
|
1156
|
+
end
|
|
1157
|
+
|
|
1158
|
+
# A filter for related items of type `File`.
|
|
1159
|
+
#
|
|
1160
|
+
# @!attribute [rw] file_arn
|
|
1161
|
+
# The Amazon Resource Name (ARN) of the file.
|
|
1162
|
+
# @return [String]
|
|
1163
|
+
#
|
|
1164
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connectcases-2022-10-03/FileFilter AWS API Documentation
|
|
1165
|
+
#
|
|
1166
|
+
class FileFilter < Struct.new(
|
|
1167
|
+
:file_arn)
|
|
1168
|
+
SENSITIVE = []
|
|
1169
|
+
include Aws::Structure
|
|
1170
|
+
end
|
|
1171
|
+
|
|
1144
1172
|
# @!attribute [rw] case_id
|
|
1145
1173
|
# A unique identifier of the case.
|
|
1146
1174
|
# @return [String]
|
|
@@ -1327,11 +1355,11 @@ module Aws::ConnectCases
|
|
|
1327
1355
|
# Object to store detailed field information.
|
|
1328
1356
|
#
|
|
1329
1357
|
# @!attribute [rw] created_time
|
|
1330
|
-
#
|
|
1358
|
+
# Timestamp at which the resource was created.
|
|
1331
1359
|
# @return [Time]
|
|
1332
1360
|
#
|
|
1333
1361
|
# @!attribute [rw] deleted
|
|
1334
|
-
#
|
|
1362
|
+
# Denotes whether or not the resource has been deleted.
|
|
1335
1363
|
# @return [Boolean]
|
|
1336
1364
|
#
|
|
1337
1365
|
# @!attribute [rw] description
|
|
@@ -1347,7 +1375,7 @@ module Aws::ConnectCases
|
|
|
1347
1375
|
# @return [String]
|
|
1348
1376
|
#
|
|
1349
1377
|
# @!attribute [rw] last_modified_time
|
|
1350
|
-
#
|
|
1378
|
+
# Timestamp at which the resource was created or last modified.
|
|
1351
1379
|
# @return [Time]
|
|
1352
1380
|
#
|
|
1353
1381
|
# @!attribute [rw] name
|
|
@@ -1407,15 +1435,15 @@ module Aws::ConnectCases
|
|
|
1407
1435
|
# @return [Types::LayoutContent]
|
|
1408
1436
|
#
|
|
1409
1437
|
# @!attribute [rw] created_time
|
|
1410
|
-
#
|
|
1438
|
+
# Timestamp at which the resource was created.
|
|
1411
1439
|
# @return [Time]
|
|
1412
1440
|
#
|
|
1413
1441
|
# @!attribute [rw] deleted
|
|
1414
|
-
#
|
|
1442
|
+
# Denotes whether or not the resource has been deleted.
|
|
1415
1443
|
# @return [Boolean]
|
|
1416
1444
|
#
|
|
1417
1445
|
# @!attribute [rw] last_modified_time
|
|
1418
|
-
#
|
|
1446
|
+
# Timestamp at which the resource was created or last modified.
|
|
1419
1447
|
# @return [Time]
|
|
1420
1448
|
#
|
|
1421
1449
|
# @!attribute [rw] layout_arn
|
|
@@ -1468,11 +1496,11 @@ module Aws::ConnectCases
|
|
|
1468
1496
|
end
|
|
1469
1497
|
|
|
1470
1498
|
# @!attribute [rw] created_time
|
|
1471
|
-
#
|
|
1499
|
+
# Timestamp at which the resource was created.
|
|
1472
1500
|
# @return [Time]
|
|
1473
1501
|
#
|
|
1474
1502
|
# @!attribute [rw] deleted
|
|
1475
|
-
#
|
|
1503
|
+
# Denotes whether or not the resource has been deleted.
|
|
1476
1504
|
# @return [Boolean]
|
|
1477
1505
|
#
|
|
1478
1506
|
# @!attribute [rw] description
|
|
@@ -1480,7 +1508,7 @@ module Aws::ConnectCases
|
|
|
1480
1508
|
# @return [String]
|
|
1481
1509
|
#
|
|
1482
1510
|
# @!attribute [rw] last_modified_time
|
|
1483
|
-
#
|
|
1511
|
+
# Timestamp at which the resource was created or last modified.
|
|
1484
1512
|
# @return [Time]
|
|
1485
1513
|
#
|
|
1486
1514
|
# @!attribute [rw] layout_configuration
|
|
@@ -1954,11 +1982,16 @@ module Aws::ConnectCases
|
|
|
1954
1982
|
# Represents the content of a contact to be returned to agents.
|
|
1955
1983
|
# @return [Types::ContactContent]
|
|
1956
1984
|
#
|
|
1985
|
+
# @!attribute [rw] file
|
|
1986
|
+
# Represents the content of a File to be returned to agents.
|
|
1987
|
+
# @return [Types::FileContent]
|
|
1988
|
+
#
|
|
1957
1989
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connectcases-2022-10-03/RelatedItemContent AWS API Documentation
|
|
1958
1990
|
#
|
|
1959
1991
|
class RelatedItemContent < Struct.new(
|
|
1960
1992
|
:comment,
|
|
1961
1993
|
:contact,
|
|
1994
|
+
:file,
|
|
1962
1995
|
:unknown)
|
|
1963
1996
|
SENSITIVE = []
|
|
1964
1997
|
include Aws::Structure
|
|
@@ -1966,6 +1999,7 @@ module Aws::ConnectCases
|
|
|
1966
1999
|
|
|
1967
2000
|
class Comment < RelatedItemContent; end
|
|
1968
2001
|
class Contact < RelatedItemContent; end
|
|
2002
|
+
class File < RelatedItemContent; end
|
|
1969
2003
|
class Unknown < RelatedItemContent; end
|
|
1970
2004
|
end
|
|
1971
2005
|
|
|
@@ -1998,11 +2032,16 @@ module Aws::ConnectCases
|
|
|
1998
2032
|
# field.
|
|
1999
2033
|
# @return [Types::Contact]
|
|
2000
2034
|
#
|
|
2035
|
+
# @!attribute [rw] file
|
|
2036
|
+
# A file of related items.
|
|
2037
|
+
# @return [Types::FileContent]
|
|
2038
|
+
#
|
|
2001
2039
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connectcases-2022-10-03/RelatedItemInputContent AWS API Documentation
|
|
2002
2040
|
#
|
|
2003
2041
|
class RelatedItemInputContent < Struct.new(
|
|
2004
2042
|
:comment,
|
|
2005
2043
|
:contact,
|
|
2044
|
+
:file,
|
|
2006
2045
|
:unknown)
|
|
2007
2046
|
SENSITIVE = []
|
|
2008
2047
|
include Aws::Structure
|
|
@@ -2010,6 +2049,7 @@ module Aws::ConnectCases
|
|
|
2010
2049
|
|
|
2011
2050
|
class Comment < RelatedItemInputContent; end
|
|
2012
2051
|
class Contact < RelatedItemInputContent; end
|
|
2052
|
+
class File < RelatedItemInputContent; end
|
|
2013
2053
|
class Unknown < RelatedItemInputContent; end
|
|
2014
2054
|
end
|
|
2015
2055
|
|
|
@@ -2026,11 +2066,16 @@ module Aws::ConnectCases
|
|
|
2026
2066
|
# A filter for related items of type `Contact`.
|
|
2027
2067
|
# @return [Types::ContactFilter]
|
|
2028
2068
|
#
|
|
2069
|
+
# @!attribute [rw] file
|
|
2070
|
+
# A filter for related items of this type of `File`.
|
|
2071
|
+
# @return [Types::FileFilter]
|
|
2072
|
+
#
|
|
2029
2073
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connectcases-2022-10-03/RelatedItemTypeFilter AWS API Documentation
|
|
2030
2074
|
#
|
|
2031
2075
|
class RelatedItemTypeFilter < Struct.new(
|
|
2032
2076
|
:comment,
|
|
2033
2077
|
:contact,
|
|
2078
|
+
:file,
|
|
2034
2079
|
:unknown)
|
|
2035
2080
|
SENSITIVE = []
|
|
2036
2081
|
include Aws::Structure
|
|
@@ -2038,6 +2083,7 @@ module Aws::ConnectCases
|
|
|
2038
2083
|
|
|
2039
2084
|
class Comment < RelatedItemTypeFilter; end
|
|
2040
2085
|
class Contact < RelatedItemTypeFilter; end
|
|
2086
|
+
class File < RelatedItemTypeFilter; end
|
|
2041
2087
|
class Unknown < RelatedItemTypeFilter; end
|
|
2042
2088
|
end
|
|
2043
2089
|
|
data/lib/aws-sdk-connectcases.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -220,13 +220,16 @@ module Aws
|
|
|
220
220
|
}?,
|
|
221
221
|
contact: {
|
|
222
222
|
contact_arn: ::String
|
|
223
|
+
}?,
|
|
224
|
+
file: {
|
|
225
|
+
file_arn: ::String
|
|
223
226
|
}?
|
|
224
227
|
},
|
|
225
228
|
domain_id: ::String,
|
|
226
229
|
?performed_by: {
|
|
227
230
|
user_arn: ::String?
|
|
228
231
|
},
|
|
229
|
-
type: ("Contact" | "Comment")
|
|
232
|
+
type: ("Contact" | "Comment" | "File")
|
|
230
233
|
) -> _CreateRelatedItemResponseSuccess
|
|
231
234
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRelatedItemResponseSuccess
|
|
232
235
|
|
|
@@ -622,6 +625,9 @@ module Aws
|
|
|
622
625
|
contact: {
|
|
623
626
|
channel: Array[::String]?,
|
|
624
627
|
contact_arn: ::String?
|
|
628
|
+
}?,
|
|
629
|
+
file: {
|
|
630
|
+
file_arn: ::String?
|
|
625
631
|
}?
|
|
626
632
|
},
|
|
627
633
|
],
|
data/sig/types.rbs
CHANGED
|
@@ -18,7 +18,7 @@ module Aws::ConnectCases
|
|
|
18
18
|
attr_accessor fields: ::Array[Types::AuditEventField]
|
|
19
19
|
attr_accessor performed_by: Types::AuditEventPerformedBy
|
|
20
20
|
attr_accessor performed_time: ::Time
|
|
21
|
-
attr_accessor related_item_type: ("Contact" | "Comment")
|
|
21
|
+
attr_accessor related_item_type: ("Contact" | "Comment" | "File")
|
|
22
22
|
attr_accessor type: ("Case.Created" | "Case.Updated" | "RelatedItem.Created")
|
|
23
23
|
SENSITIVE: []
|
|
24
24
|
end
|
|
@@ -211,7 +211,7 @@ module Aws::ConnectCases
|
|
|
211
211
|
attr_accessor content: Types::RelatedItemInputContent
|
|
212
212
|
attr_accessor domain_id: ::String
|
|
213
213
|
attr_accessor performed_by: Types::UserUnion
|
|
214
|
-
attr_accessor type: ("Contact" | "Comment")
|
|
214
|
+
attr_accessor type: ("Contact" | "Comment" | "File")
|
|
215
215
|
SENSITIVE: []
|
|
216
216
|
end
|
|
217
217
|
|
|
@@ -395,6 +395,16 @@ module Aws::ConnectCases
|
|
|
395
395
|
end
|
|
396
396
|
end
|
|
397
397
|
|
|
398
|
+
class FileContent
|
|
399
|
+
attr_accessor file_arn: ::String
|
|
400
|
+
SENSITIVE: []
|
|
401
|
+
end
|
|
402
|
+
|
|
403
|
+
class FileFilter
|
|
404
|
+
attr_accessor file_arn: ::String
|
|
405
|
+
SENSITIVE: []
|
|
406
|
+
end
|
|
407
|
+
|
|
398
408
|
class GetCaseAuditEventsRequest
|
|
399
409
|
attr_accessor case_id: ::String
|
|
400
410
|
attr_accessor domain_id: ::String
|
|
@@ -640,6 +650,7 @@ module Aws::ConnectCases
|
|
|
640
650
|
class RelatedItemContent
|
|
641
651
|
attr_accessor comment: Types::CommentContent
|
|
642
652
|
attr_accessor contact: Types::ContactContent
|
|
653
|
+
attr_accessor file: Types::FileContent
|
|
643
654
|
attr_accessor unknown: untyped
|
|
644
655
|
SENSITIVE: []
|
|
645
656
|
|
|
@@ -647,6 +658,8 @@ module Aws::ConnectCases
|
|
|
647
658
|
end
|
|
648
659
|
class Contact < RelatedItemContent
|
|
649
660
|
end
|
|
661
|
+
class File < RelatedItemContent
|
|
662
|
+
end
|
|
650
663
|
class Unknown < RelatedItemContent
|
|
651
664
|
end
|
|
652
665
|
end
|
|
@@ -659,6 +672,7 @@ module Aws::ConnectCases
|
|
|
659
672
|
class RelatedItemInputContent
|
|
660
673
|
attr_accessor comment: Types::CommentContent
|
|
661
674
|
attr_accessor contact: Types::Contact
|
|
675
|
+
attr_accessor file: Types::FileContent
|
|
662
676
|
attr_accessor unknown: untyped
|
|
663
677
|
SENSITIVE: []
|
|
664
678
|
|
|
@@ -666,6 +680,8 @@ module Aws::ConnectCases
|
|
|
666
680
|
end
|
|
667
681
|
class Contact < RelatedItemInputContent
|
|
668
682
|
end
|
|
683
|
+
class File < RelatedItemInputContent
|
|
684
|
+
end
|
|
669
685
|
class Unknown < RelatedItemInputContent
|
|
670
686
|
end
|
|
671
687
|
end
|
|
@@ -673,6 +689,7 @@ module Aws::ConnectCases
|
|
|
673
689
|
class RelatedItemTypeFilter
|
|
674
690
|
attr_accessor comment: Types::CommentFilter
|
|
675
691
|
attr_accessor contact: Types::ContactFilter
|
|
692
|
+
attr_accessor file: Types::FileFilter
|
|
676
693
|
attr_accessor unknown: untyped
|
|
677
694
|
SENSITIVE: []
|
|
678
695
|
|
|
@@ -680,6 +697,8 @@ module Aws::ConnectCases
|
|
|
680
697
|
end
|
|
681
698
|
class Contact < RelatedItemTypeFilter
|
|
682
699
|
end
|
|
700
|
+
class File < RelatedItemTypeFilter
|
|
701
|
+
end
|
|
683
702
|
class Unknown < RelatedItemTypeFilter
|
|
684
703
|
end
|
|
685
704
|
end
|
|
@@ -742,7 +761,7 @@ module Aws::ConnectCases
|
|
|
742
761
|
attr_accessor performed_by: Types::UserUnion
|
|
743
762
|
attr_accessor related_item_id: ::String
|
|
744
763
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
745
|
-
attr_accessor type: ("Contact" | "Comment")
|
|
764
|
+
attr_accessor type: ("Contact" | "Comment" | "File")
|
|
746
765
|
SENSITIVE: []
|
|
747
766
|
end
|
|
748
767
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-connectcases
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.23.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-05-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|